.pro-title,.pro-tits{
    width: 1200px;
    margin: 0 auto;
}
.pro-title{
    height: 60px;
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
}
.pro-title .left,.pro-title .right{
    display: inline-block;
    padding-left: 84px;
    height: 60px;
    line-height: 60px;
}
.pro-title .left a,.pro-title .right a{
    display: block;
    width: 100%;
    height: 100%;
    color: #231815;
}
.pro-title .left{
    font-size: 18px;
    color: #231815;
}
.pro-title .right{
    font-size: 14px;
    color:#898989;
    position: relative;
}
.pro-title .right span{
    display: block;
    width: 24px;
    height: 1px;
    background-color: #f5ece2;
    position: absolute;
    right:8px;
    bottom: 12px;
}
.pro-title .right span.on{
    right: 15px;
}
.pro-tits{
    padding: 35px 0 45px;
    text-align: center;
}
.pro-tits a{
    display: inline-block;
    width: 78px;
    margin: 0 16px;
    cursor: pointer;
} 
.pro-tits a .imgs{
    display: inline-block;
    width: 78px;
    height: 75px;
    position: relative;
}
.pro-tits a .imgs img{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    
}
.pro-tits a .imgs .img1{
    display: block;
}
.pro-tits a:hover .imgs .img2,
.pro-tits a.on .imgs .img2{
    display: block;
}
.pro-tits a.on .imgs .img1,.pro-tits a:hover .imgs .img1{display: none;}
.pro-tits a .fa{
    display: block;
    font-size: 12px;
    color: #595757;
    line-height: 34px;
}
.pro-tits a.on .fa,.pro-tits a:hover .fa{
    color: #bd8554;
}
.pro-pbox{
    width: 1200px;
    position: relative;
    opacity: 0;
    margin: 0 auto;
}
.pro-series{/*系列*/
    background-color: #fbfbfb;
    padding: 32px 0 72px;
    width: 1200px;
    margin: 0 auto 73px;
}
.pro-series .title{
    height: 53px;
    border-bottom: 1px solid #bd8554;
    margin-bottom: 20px;
}
.pro-series .title .left,.pro-series .title .right{
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    color: #bd8554;
}
.pro-series .title .left,.pro-series .title .right,.pro-series .box .left,.pro-series .box .right{
    padding-left: 20px;
    width:580px;
}
.pro-series .box .left a,.pro-series .box .right a{
    display:block;
    width: 119px;
    float: left;
    padding-left: 25px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background: url(/uploads/image/swimg/img17.1.png) left center no-repeat;
} 
.pro-series .box .left a.on,.pro-series .box .right a.on{
    background: url(/uploads/image/swimg/img17.png) left center no-repeat;
}
.pro-series .box input{display: none;}

.pro-list.mtt{padding-top: 40px}
.pro-list{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    overflow: hidden;
}
.pro-list h2{
    font-size: 14px;
    line-height: 24px;
    color: #595757;
    margin-bottom: 15px;
}
.pro-list .list{
    width: 1213px;
    position: relative;
    top: 30px;
    opacity: 0;
}
.pro-list .list .box{
    float: left;
    width: 290px;
    margin-right:13px;
    padding-bottom: 130px;
}

.pro-list .slidebox{ 
    width:248px; 
    height:250px;
    overflow:hidden; 
    position:relative;
    margin:0 auto 25px;
    padding: 25px 20px;
    border:1px solid #f0f0f0;
}
.pro-list .slidebox .hd{display: none;}
.pro-list .slidebox .bd{
    position:relative; 
    height:100%; 
    z-index:0; 
}
.pro-list .slidebox .bd li{
    zoom:1;
    width:245px; 
    height:245px; 
    vertical-align:middle; 
}
.pro-list .slidebox .bd a,.pro-list .list .box .details a,
.proin-box .box4 .list ul li a,.proin-box .box4 .list .boxc .slidebox .bd a,
.proin-box .box4 .list .boxc .details a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.pro-list .slidebox .bd img{ 
    width:245px;  
    height:245px;  
    display:block;
    margin: 0 auto; 
}
.pro-list .slidebox .bd .tempwrap{margin: 0 auto;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.pro-list .slidebox .prev,
.pro-list .slidebox .next{
    position: absolute;
    width: 12px;
    height: 21px;
    top: 50%;
    margin-top: -11.5px;
    z-index: 2;
    cursor: pointer;
}
.pro-list .slidebox .prev{
    left: 9px;
    background: url(/uploads/image/swimg/img19.png) center no-repeat;
}
.pro-list .slidebox .next{
    right: 9px;
    background: url(/uploads/image/swimg/img18.png) center no-repeat;
}
.pro-list .list .box .details{
    width: 100%;
    text-align: center;
}
.pro-list .list .box .details a h3{
    font-size: 14px;
    line-height: 24px;
    color: #231815;
    margin-bottom: 5px;
}
.pro-list .list .box .details a .fa{
    font-size: 12px;
    line-height: 22px;
    color: #595757;
    margin-bottom:25px;
}
.pro-list .list .box .details a .more{
    display: inline-block;
    padding-right: 18px;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    background: url(/uploads/image/swimg/img20.png) right center no-repeat;
}
.pro-list .slidebox .prevstop,.pro-list .slidebox .nextstop{
    display: none;
}
.pro-list .boxbtn{
    width: 100%;
}
.pro-list .morebtn{
    width: 300px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #bd8554;
    border:1px solid #e9d3bc;
    display: block;
    margin: 0 auto;
        transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.pro-list .morebtn:hover{
    background-color: #bd8554;
    color: #fff;
}

.pro-warp{
    width: 1200px;
    margin:25px auto 50px;
}
.pro-warp .left{
    width: 810px;
    height: auto;
}
.pro-warp .left .top-img{
    width: 650px;
    height: 650px;
    overflow: hidden;
    float: right;
}
.pro-warp .left .top-img img{
    display: block;
    width:650px;
    height:650px;
}
.pro-warp .left .box{
    height: 420px;
    width:74px;
    float: left;
    margin-top: 65px;
}
.pro-warp .left .box .main{
    height: 420px;
    width: 74px;
    position: relative;
    overflow: hidden;
}
.pro-warp .left .box .l{
    height:20px;
    width: 74px;
    cursor: pointer;
    line-height: 65px;
    background: url(/uploads/image/swimg/produ-larr.png) center no-repeat;
}
.pro-warp .left .box .r{
    cursor: pointer;
    height:20px;
    width: 74px;
    line-height: 63px;
    background: url(/uploads/image/swimg/produ-rarr.png) center no-repeat;
}
.pro-warp .left .box ul{
    display: block;
    width: 100%;
    height: 100%;
}
.pro-warp .left .box ul li{
    display: block;
    height: 66px;
    width: 66px;
    float: left;
    margin: 5px 0;
    padding: 4px;
    position: relative;
    cursor: pointer;
}
.pro-warp .left .box ul li img{
    display: block;
    width: 100%;
}
.pro-warp .left .box ul li i{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 74px;
    width: 74px;
    z-index: 5;
    background: url(/uploads/image/swimg/zsinfor-bor1.png) center no-repeat;
}
.pro-warp .left .box ul li.cur i{
    background: url(/uploads/image/swimg/zsinfor-bor.png) center no-repeat;
}
.pro-warp .right{
    width: 355px;
    padding-top:175px;
    text-align: left;
}
.pro-warp .right h2{
    font-size: 24px;
    color: #424242;
    line-height: 35px;
    margin-bottom: 15px;
}
.pro-warp .right h3{
    font-size: 20px;
    line-height: 30px;
    color: #4d4d4d;
    margin-bottom: 8px;
}
.pro-warp .right .tit{
    font-size:18px;
    line-height: 28px;
    color: #4d4d4d;
    margin-bottom:65px;
}
.pro-warp .right .price{
    font-size: 27px;
    color: #c2986d;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: 'pingfangsc-medium';
}
.pro-warp .right .btn{
    font-size: 18px;
    height: 53px;
    line-height: 55px;
    width: 218px;
    font-size: 18px;
    text-align: center;
    color: #c2986d;
    border:1px solid #c2986d;
    display: inline-block;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro-warp .right .btn:hover{
    background-color: #c2986d;
    color: #fff;
}

.proin-tits{
    width: 100%;
    height:70px;
}
.proin-tits .boxmian{
    position: relative;
    top: 0;
    z-index: 1001;
    left: 0;
    width: 100%;
    height: 68px;
    background-color: #fff;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.proin-tits.on .boxmian{
    position: fixed;
}
.proin-tits .warp{
    width: 1200px;
    margin: 0 auto;
}
.proin-tits .warp .left{
    width: 600px;
    line-height: 68px;
    font-size: 18px;
    color: #424242;
}
.proin-tits .warp .right{
    width: 375px;
    height: 100%;
}
.proin-tits .warp .right .btn{
    display: block;
    width: 101px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: right;
    background-color: #c99667;
    margin-top: 18px;
} 
.proin-tits .warp .right span{
    float: left;
    height: 67px;
    padding: 0 10px;
    font-size: 14px;
    color: #808080;
    line-height: 67px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    margin-right:12px;
}
.proin-tits .warp .right span.on{
    border-bottom: 1px solid #bf956d;
}
.proin-box{
    width: 1200px;
    margin: 0 auto;
}
.proin-box .box1{
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #e5e5e5;
}
.proin-box .box1 img{
    max-width: 100%;
}
.proin-box .box2{
    padding: 35px 0 70px;
    border-bottom: 1px solid #e5e5e5;
}
.proin-box .box2 h2,.proin-box .box3 h2,.proin-box .box4 h2{
    font-size: 24px;
    line-height: 34px;
    color: #4d4d4d;
    margin-bottom: 55px;
}
.proin-box .box2 .box{
    padding: 0 35px;
}
.proin-box .box2 .box .pic{
    float: left;
    width: 560px;
}
.proin-box .box2 .box .pic img{
    max-width: 100%;
}
.proin-box .box2 .box .details{
    width: 500px;
    margin-top: 100px;
    border-top: 2px solid #bebebe;
    border-bottom: 2px solid #bebebe;
}
.proin-box .box2 .box .details table{
    border-left: 0;
    border-right: 0;
}
.proin-box .box2 .box .details table tr td{
    line-height: 24px;
    padding: 13px 0;
}
.proin-box .box2 .box .details table tr .td1{
    border-left: 0;
    text-align: left;
    font-size: 16px;
    color: #000000;
    padding-left: 15px;
    border-right: 1px solid #e5e5e5
}
.proin-box .box2 .box .details table tr .td2{
    border-right: 0;
    text-align: right;
    font-size: 16px;
    padding-right: 15px;
    color: #979797;
}
.proin-box .box3{
    padding: 50px 0 130px;
    border-bottom: 1px solid #e5e5e5;
}
.proin-box .box3 h2 span{
    font-size: 14px;
    color: #4d4d4d;
}
.proin-box .box3 .details{
    width: 100%;
}
.proin-box .box3 .details img{
    max-width: 100%; 
}


.proin-box .box4{
    padding:75px 0 190px;
}
.proin-box .box4 .list{
    border-left: 1px solid #efefef;
}
.proin-box .box4 .list .boxc{
    border:1px solid #efefef;
    border-left: 0;
    width: 33.2%;
    float: left;
    padding: 40px 0 60px;
}
.proin-box .box4 .list .boxc .slidebox{
    width: 345px;
    height: 345px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 25px;
    padding: 25px 20px;
}
.proin-box .box4 .list .boxc .slidebox .hd{display: none;}
.proin-box .box4 .list .boxc .slidebox .bd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.proin-box .box4 .list .boxc .slidebox .bd .tempwrap{margin: 0 auto;}
.proin-box .box4 .list .boxc .slidebox .bd li{
    zoom: 1;
    width: 340px;
    /*height: 350px;*/
    vertical-align: middle;
}
.proin-box .box4 .list .boxc .slidebox .bd li img{
    width: 340px;
    height: 340px;
    display: block;
    margin: 0 auto;
}
.proin-box .box4 .list .boxc .slidebox .prevstop,.proin-box .box4 .list .boxc .slidebox .nextstop{
    display: none;
}
.proin-box .box4 .list .boxc .slidebox .prev,.proin-box .box4 .list .boxc .slidebox .next{
    position: absolute;
    width: 12px;
    height: 21px;
    top: 50%;
    margin-top: -11.5px;
    z-index: 2;
    cursor: pointer;
}
.proin-box .box4 .list .boxc .slidebox .prev{
    left: 6px;
    background: url(/uploads/image/swimg/img19.png) center no-repeat;
}
.proin-box .box4 .list .boxc .slidebox .next{
    right: 6px;
    background: url(/uploads/image/swimg/img18.png) center no-repeat;
}
.proin-box .box4 .list .boxc .details{
    width: 100%;
    text-align: center;
}
.proin-box .box4 .list .boxc .details h3{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.proin-box .box4 .list .boxc .details .fa{
    font-size: 12px;
    line-height: 22px;
    color: #797979;
    margin-bottom: 35px;
}
.proin-box .box4 .list .boxc .details .more{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    padding: 0 50px 0 38px;
    background:#c0966d url(/uploads/image/swimg/img21.png) 76% center no-repeat;
    border:1px solid #c0966d;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.proin-box .box4 .list .boxc .details .more:hover{
    color: #c0966d;
    background:#fff url(/uploads/image/swimg/img22.png) 76% center no-repeat;
}





/*
.proin-box .box4{
    padding:75px 0 190px;
}
.proin-box .box4 .list{
    border-left: 1px solid #efefef;
}
.proin-box .box4 .list ul li{
    border:1px solid #efefef;
    border-left: 0;
    width: 33.1%;
    float: left;
    padding: 40px 0 60px;
}
.proin-box .box4 .list ul li .pic{
    width:350px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}
.proin-box .box4 .list ul li .pic img{
    display: inline-block;
    width: 100%;
    transform:scale(1);
    -webkit-transform:scale(1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.proin-box .box4 .list ul li:hover .pic img{
    transform:scale(1.04);
    -webkit-transform:scale(1.04);
}
.proin-box .box4 .list ul li .box{
    text-align: center;
}
.proin-box .box4 .list ul li .box h3{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.proin-box .box4 .list ul li .box .fa{
    font-size: 12px;
    line-height: 22px;
    color: #797979;
    margin-bottom: 35px;
}
.proin-box .box4 .list ul li .box span{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    padding: 0 50px 0 38px;
    background:#c0966d url(/uploads/image/swimg/img21.png) 76% center no-repeat;
    border:1px solid #c0966d;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.proin-box .box4 .list ul li .box span:hover{
    color: #c0966d;
    background:#fff url(/uploads/image/swimg/img22.png) 76% center no-repeat;
}*/