.Box {
    position: relative;
    /* width: 100%;
    background-color: #F8F8F8; */
}
.Box .content {
    width: 1200px;
    margin: 0 auto;
}
.bc-title{
    font-size: 26px;
    padding: 30px 0px 20px;
    width: 100%;
}
.bc-title span{
    display: inline-block;
    color: #0052A2;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 20px;
    float:right;
}
.Box .Box_con {
    position: relative;
}
.Box .Box_con .btnl {
    position: absolute;
}
.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}
.Box .Box_con .btnl {
    background: url(../images/jtl02.png) no-repeat center;
    left: -72px;
}
.Box .Box_con .btnr {
    background: url(../images/jtr02.png) no-repeat center;
    right: -72px;
}
.Box .Box_con .btnl:hover {
    background: url(../images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
    background: url(../images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
    padding: 0px 5px 5px;
    position: relative;
    overflow: hidden;
}
.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}
.Box .Box_con .conbox ul li {
    float: left;
    width: 283px;
    height: 280px;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.04);
}
.Box .Box_con .conbox ul li:hover{
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}
.Box .Box_con .conbox ul li img {
    display: block;
    width: 285px;
    height: 177px;
    transition: all 0.5s;
}
/* .Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
} */
.Box .Box_con .conbox ul li .bc-content{
    padding: 12px 12px 0px;
}
.Box .Box_con .conbox ul li .ci-title{
    height: 44px;
    font-size: 16px;
    overflow: hidden;
}
.Box .Box_con .conbox ul li .ci-con{
    line-height: 50px;
}
.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}
.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: rgb(0,0,0,.12);
    margin: 0 5px;
    cursor: pointer;
}
.Box .BoxSwitch span.cur {
    background: rgb(0,0,0,.25);
}
.gray{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90px;
    color: #666;
}
.lightgray{
    color:#999999;
}
.red{
    color:#E34F3D;
}
.fright{
    float: right;
}
.fuhao{
    font-size: 14px;
}
.sale-price{
    font-size: 18px;
}
.delline{
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 5px;
}