.sales-title{
    height: 70px;
    margin-bottom:40px;
    width: 100%;
}
/*.sales-title.on{margin-bottom: 0}*/
.sales-title .po-box{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f7f8f8;
    height: 70px;
    z-index:1001;
}
.sales-title.on .po-box{
    position: fixed;
}
.sales-title .po-box .warp{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
}
.sales-title .po-box .warp .left,.sales-title .po-box .warp .right{
    display: inline-block;
    line-height: 70px;
}
.sales-title .po-box .warp .left a{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 28px 0;
    font-size: 13px;
    color: #b5b5b6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sales-title .po-box .warp .left a span{
    padding:0 15px;
}
.sales-title .po-box .warp .left a:hover{
    color: #000;
}
.sales-title .po-box .warp .right a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #b5b5b6;
    display: inline-block;
    margin-left: 70px;
}
.sales-title .po-box .warp .right a:hover,.sales-title .po-box .warp .right a.on{
    color: #bd8554;
}
.max-news{
    width: 1200px;
    height: 470px;
    margin: 0 auto 50px;
    background-color: #f8f8f8;
}
.max-news a,.news-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.max-news .pic{
    width: 705px;
    height: 100%;
    overflow: hidden;
}
.max-news .pic img,.news-list ul li .pic img,.max-video img,.video-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;
}
.max-news:hover .pic img,.news-list ul li:hover .pic img,.max-video:hover img,.video-list ul li:hover .pic img{
    transform:scale(1.04);
    -webkit-transform:scale(1.04);
}
.max-news .box{
    width: 400px;
    padding:100px 47px 0;
}
.max-news .box .tit{
    font-size: 14px;
    line-height: 24px;
    color: #bd8554;
    margin-bottom: 30px;
}
.max-news .box .tit .mintit{
    margin-right: 17px;
    padding-right: 18px;
    background: url(/uploads/image/swimg/img77.jpg) right center no-repeat;
}
.max-news .box .title{
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 30px;
}
.max-news .box .details{
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    text-align: justify;
    margin-bottom: 30px;
}
.max-news .box .btnn{
    display: inline-block;
    width: 178px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #bd8554;
    border:1px solid #bd8554;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.max-news .box .btnn:hover{
    background-color: #f8f8f8;
    color: #bd8554;
}
.min-news{
    height: 38px;
    width: 100%;
    width: 1200px;
    margin: 0 auto 37px;
}
.min-news .left{
    width: 300px;
    height: 38px;
}
.min-news .left span{
    font-size: 16px;
    line-height: 38px;
    color: #666666
}

.min-news .left .mintit{
    padding-right: 21px;
    float: left;
    margin-right: 20px;
    color: #bd8554;
    background: url(/uploads/image/swimg/img77.jpg) right center no-repeat;
}
.min-news .left .tt{
    display: inline-block;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-right: 25px;
    position: relative;
    color: #999999;
    cursor: pointer;
}
.min-news .left .tt.on{color: #bd8554;}
.min-news .left .tt i{
    display: block;
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
}
.min-news .left .tt.on i{
    background-color: #f2e6d9;
}



.min-news .left .mintit.on{
    background: none;
}

.min-news .right{
    width: 194px;
    height: 34px;
    border: 1px solid #ececec;
    position: relative;
    cursor: pointer;
    z-index: 3;
}
.min-news .right .tit{
    line-height: 34px;
    font-size: 14px;
    color: #666666;
    padding: 0 15px;
    background: url(/uploads/image/swimg/img51.png) 90% center no-repeat;
}
.min-news .right .details{
    display: none;
    width: 164px;
    padding: 10px 15px;
    position: absolute;
    right: -1px;
    top:35px;
    font-size: 16px;
    color: #999;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
}
.min-news .right .details p{
    font-size: 14px;
    color: #999;
    line-height: 36px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.min-news .right .details p:hover{
    color: #000
}

.news-list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 67px;
}
.news-list ul{
    width: 1320px;
    opacity: 0;
    position: relative;
}
.news-list ul li{
    width: 373px;
    float: left;
    margin: 0 40px 66px 0;
}
.news-list ul li .pic{
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bglist ul li:hover .pic{
    background-color: #000;
}
.bglist ul li:hover .pic img{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.news-list ul li .box h2{
    font-size: 20px;
    line-height: 30px;
    color: #595757;
    margin-bottom: 15px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.news-list ul li .box .details{
    font-size: 13px;
    line-height: 22px;
    color: #727171;
    min-height: 75px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.news-list ul li .box .btn{
    display: inline-block;
    font-size: 12px;
    color: #000000;
    line-height: 27px;
    padding-right: 17px;
    background: url(/uploads/image/swimg/bg1.png) right center no-repeat;
}
.news-list .bnt{
    display: block;
    width: 300px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #bd8554;
    color: #bd8554;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news-list .bnt:hover{
    background-color: #bd8554;
    color: #fff;
}

.sales-title.cur{
    margin-bottom: 0
}
.newsinfor{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}
.newsinfor .title{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.newsinfor .title h2{
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 25px;
}
.newsinfor .title .mintit{
    font-size: 14px;
    line-height: 24px;
    color: #bd8554;
    
}
.newsinfor .title .mintit .mintt{
    padding-right: 19px;
    margin-right: 18px;
    background: url(/uploads/image/swimg/img77.jpg) right center no-repeat;
}
.newsinfor .warp{
    width: 775px;
    margin: 0 auto;
    padding: 45px 0 140px;
}
.newsinfor .warp,.newsinfor .warp p{
    font-size: 16px;
    line-height: 28px;
    color: #808080;
}
.newsinfor .warp img{
    max-width: 100%;
    margin: 20px 0;
}
.max-video{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.max-video .img{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 510px;
}
.max-video .img img{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.max-video:hover .img img{
    opacity: 1;
    filter: alpha(opacity=100);
}

/*.max-video .img em{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/uploads/image/swimg/video-img.png) center repeat;

}
.max-video .img:hover em{
    opacity: 0;
}*/
.max-video .box{
    display: block;
    width: 300px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -150px;
}
.max-video .box i{
    display: block;
    width: 68px;
    margin: 0 auto 20px;
    height: 68px;
    background: url(/uploads/image/swimg/img52.png) center no-repeat;
}
.max-video .box p{
    font-size: 18px;
    line-height: 28px;
    color: #bd8554;
    text-align: center;
}
.max-video .video{
    display: block;
    width: 100%;
    height: 510px;
}
.max-video .video .videos{opacity: 0;}
.max-video .video .videos.on{opacity: 1;}
.max-video .video .videos,.max-video .video .videos .main{
    display: block;
    width: 100%;
    height: 510px;
}

.prop-zhez{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: url(/uploads/image/swimg/tipbg.png) center repeat;z-index: 1002;display: none}
.prop-video-box{width:950px;margin: 0 auto;height: 60%;position: fixed;top: 15%;left:50%;z-index:1003;margin-left: -475px}
.prop-video-box .close{display: block;width: 35px;height: 35px;background: url(/uploads/image/swimg/ico_07.png) center no-repeat;position: absolute;right: -50px;top: 0px;}
.prop-video-box .video{display: block;width: 100%;height: 100%}
.prop-video-box .main{display: block;width: 100%;height: 100%}
.phone-video{display: none;}




.video-title{
    height: 32px;
    padding: 52px 0 36px;
    width: 1200px;
    margin: 0 auto;
}
.video-title a{
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #bd8554;
    padding-right: 21px;
    margin-right: 20px;
    background: url(/uploads/image/swimg/img77.jpg) right center no-repeat;
}
.video-title span{
    display:inline-block;
    float: left;
    height: 32px;
    font-size: 16px;
    margin-right: 25px;
    position: relative;
    color: #999999;
    cursor: pointer;
}
.video-title span i{
    display: block;
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
}
.video-title span.on{
    color: #bd8554;
}
.video-title span.on i{
    background-color: #f2e6d9;
}

.video-list{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 67px;
    overflow: hidden;
}
.video-list ul{
    width: 1213px;
    position: relative;
}
.video-list ul li{
    float: left;
    width: 290px;
    margin: 0 13px 52px 0;
}
.video-list ul li .pic{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #000;
}
.video-list ul li .pic img{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.video-list ul li:hover .pic img{
    opacity:1;
    filter: alpha(opacity=100);
}
.video-list ul li .pic i{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23.5px 0  0 -23.5px;
    width: 47px;
    height: 47px;
    background: url(/uploads/image/swimg/img53.png) center no-repeat;
}
.video-list ul li .box h2{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 5px;
}
.video-list ul li .box .fa{
    font-size: 13px;
    line-height: 22px;
    color: #999999;
    margin-bottom:25px;
    height: 22px;
}
.video-list ul li .box h2,.video-list ul li .box .fa{
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.video-list ul li .box .fot{
    padding-left: 21px;
    height: 22px;
    background: url(/uploads/image/swimg/img54.png) left center no-repeat;
}
.video-list ul li .box .fot span{
    font-size: 12px;
    line-height: 22px;
    color: #999999;

}
.video-list ul li .box .fot .sp1{
    color: #c69c6d;
    padding-right: 17px;
    margin-right: 16px;
    background: url(/uploads/image/swimg/img80.jpg) right center no-repeat;
}
.video-list ul li .box .fot .sp2{
    padding-left: 27px;
    margin-right: 30px; cursor: pointer;
    background: url(/uploads/image/swimg/img55.png) left center no-repeat;
}
.video-list ul li .box .fot .sp3{
    padding-left: 27px; cursor: pointer;
    background: url(/uploads/image/swimg/img56.png) left center no-repeat;
}
.video-list ul li .box .fot .sp3.on{
    background: url(/uploads/image/swimg/tab-icon3.png) left center no-repeat;
}

.video-list .btnt{
    display: block;
    width: 300px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #bd8554;
    border:1px solid #bd8554;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 28px auto 0;
}
.video-list .btnt:hover{
    background-color: #bd8554;color: #fff;
}