/* 轮播图 */
.banner{
    width:100%;
    margin-top:0!important;
}
.flexslider{margin:0px auto;position:relative;width:100%;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flexslider .slides li img{ display:block; max-width:1920px; width:100%;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
/* 第一部分 */
.part1{
    width:100%;
    padding:50px 0 30px;
    background:#ffffff;
}
.part1 ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part1 ul li{
    width:16.6%;
}
.part1 ul li h3{
    font-size:30px;
    color:#353535;
    text-align: center;
    letter-spacing: 5px;
}
.part1 ul li .img{
    width:100%;
}
.part1 ul li:nth-child(n+2) .img{
    border-left:1px solid #999;
}
.part1 ul li .img img{
    width:55%;
    margin:20px auto;
}
.part1 ul li span{
    display:block;
    width:80px;
    text-align: center;
    background:#f59800;
    color:#ffffff;
    line-height:25px;
    margin:5px auto 10px;
    font-size: 14px;
}
.part1 ul li p{
    font-size: 16px;
    line-height: 25px;
    color:#353535;
    letter-spacing: 2px;
    width:100%;
    text-align: center;
}
.part1 ul li p a{color:#353535;}
@media all and (max-width:1000px) {
    .part1 ul li h3{
        font-size:18px;
        color:#353535;
        text-align: center;
        letter-spacing: 5px;
    }
    .part1 ul li p{
        font-size: 16px;
        line-height: 25px;
        color:#353535;
        letter-spacing: 0px;
        width:100%;
        text-align: center;
        font-size: 14px;
    }
}
@media all and (max-width:850px) {
    .part1 ul li p{
        font-size: 16px;
        line-height: 25px;
        color:#353535;
        letter-spacing: 0px;
        width:100%;
        text-align: center;
        font-size: 12px;
    }
    .part1 ul li{
        width:33%;
        margin-bottom:20px;
    }
    .part1 ul li:nth-child(4) .img{
        border-left:none;
    }
    .part1{
        width:100%;
        padding:30px 0 30px;
        background:#ffffff;
    }
}
/* 第二部分 */
.part2{
    width:100%;
    padding:50px 0 30px;
}
.part2 img{
    width:80%;
    margin:0 auto;
}
@media all and (max-width:850px) {
    .part2{
        display:none;
    }
}
/* 第三部分 */
.part3{
    width:100%;
    padding:50px 0 30px;
    background: #f7f7f7;
}
.part3 .part3_list{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part3 .part3_list li{
    width:24%;
    background: #ffffff;
    transition: all linear .25s;
    margin-bottom:20px;
}
@media all and (max-width:850px) {
    .part3 .part3_list li{
        width:49%;
        background: #ffffff;
        transition: all linear .25s;
        margin-bottom:20px;
    } 
}
@media all and (max-width:480px) {
    .part3 .part3_list li{
        width:100%;
        background: #ffffff;
        transition: all linear .25s;
        margin-bottom:20px;
    } 
}
.part3 .part3_list li:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
}
.part3 .part3_list li .img{
    width:100%;
}
.part3 .part3_list li .img img{
    width:100%;
}
.part3 .part3_list li .text{
    width:100%;
    padding:5px 10px;
}
.part3 .part3_list li .text .tit{
    width:100%;
    border-bottom:1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    line-height: 35px;
    align-items: baseline;
}
.part3 .part3_list li .text .tit p{
    font-size: 18px;
    color:#353535;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.part3 .part3_list li .text .tit h6{
    font-size: 24px;
    color:#353535
}
.part3 .part3_list li .text .tit h6 em{
    font-size: 12px;
    font-style: normal;
    color:#353535
}
.part3 .part3_list li .text .color{
    width:100%;
    display: flex;
    justify-content: flex-start;
    padding:2px 0;
}
.part3 .part3_list li .text .color p{
    display:block;
    color:#696969;
    line-height: 25px;
    font-size: 14px;
} 
.part3 .part3_list li .text .color .cols{
    display: flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    align-items: center;
}
.part3 .part3_list li .text .color span{
    display:block;
    width:14px;
    height:14px;
    margin:0 5px;
}
.part3 .part3_list li .text .color .cols p{
    padding:0 5px;
}
.part3 .part3_list li .text .color .span1{
    background: #797979;
}
.part3 .part3_list li .text .color .span2{
    background: #f59800;
}
.pages{
    width:100%;
    display:flex;
    justify-content:center;
    padding:50px 0 30px;
}
@media all and (max-width: 479px) {
    .pages{
        width:100%;
        display:flex;
        justify-content:center;
        margin-top:25px;
    }
}
.pages li a{
    display:block;
    border:1px solid #c7c7c7;
    width:100%;
    color:#333333;
    padding:10px 15px;
    font-size:14px;
}
.pages li:first-child{
    margin-right: 20px;
}
.pages li:nth-child(2) a{
    border-right:1px solid rgba(000,000,000,0);
}
.pages li:nth-child(3) a{
    border-right:1px solid rgba(000,000,000,0);
}
.pages li:nth-child(4) a{
    border-right:1px solid rgba(000,000,000,0);
}
.pages li:nth-child(5) a{
    border-right:1px solid rgba(000,000,000,0);
}
.pages li:last-child{
    margin-left: 20px;
}
.pages li a:hover{
    background:#f59800;
    color:#ffffff;
    border:1px solid #f59800;
}
.pages .page-in a{
    background:#f59800;
    color:#ffffff;
    border:1px solid #f59800;
}
@media all and (max-width: 479px) {
    .pages li a{
        display:block;
        border:1px solid #c7c7c7;
        width:100%;
        color:#333333;
        padding:5px 10px;
        font-size:12px;
    }
}
/* 第四部分 */
.part4{
    width:100%;
    margin:50px 0 30px;
    background:url("../img/product_list8.png")no-repeat center center;
    background-size: cover;
}
.part4-h{
    padding:80px 0;
}
.part4-tit{
    width:100%;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.part4-tit .ys{
    border-left:10px solid #f59800;
}
.part4-tit .ys h2{
    font-size: 40px;
    line-height: 60px;
    margin-left:20px;
    color:#ffffff;
}
.part4-tit .ys h2 em{
    font-size: 50px;
    font-style:normal;
}
.part4-tit .ys p{
    font-size: 24px;
    margin-left:20px;
    line-height: 35px;
    color:#ffffff;
}
.part4-tit .ckgd{
    display: block;
    width: 160px;
    height:45px;
    font-size: 22px;
    letter-spacing: 3px;
    padding: 10px;
    background: linear-gradient(to right,#eb7432,#f59800);
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
}
.part4-list{
    width:100%;
    padding:50px 0;
    position: relative;
}
.part4-list ul{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    position: relative;
    z-index: 10;
} 
.part4-list ul li{
    width:19%;
    height:350px;
    position: relative;
    background:#ffffff;
    transform: skewX(-10deg);
    overflow:hidden;
} 
.part4-list ul li .img{
    position: absolute;
    top:0;
    left:-30px;
    width:120%;
    height:100%;
    transform: skewX(10deg);
    transition: all ease .25s;
}
.part4-list ul li:nth-child(1) .img{
    background:url("../img/product_list9.png")no-repeat center center;
    background-size: cover;
}
.part4-list ul li:nth-child(2) .img{
    background:url("../img/product_list9.png")no-repeat center center;
    background-size: cover;
}
.part4-list ul li:nth-child(3) .img{
    background:url("../img/product_list9.png")no-repeat center center;
    background-size: cover;
}
.part4-list ul li:nth-child(4) .img{
    background:url("../img/product_list9.png")no-repeat center center;
    background-size: cover;
}
.part4-list ul li:nth-child(5) .img{
    background:url("../img/product_list9.png")no-repeat center center;
    background-size: cover;
}
.part4-list ul li:hover .img{
    transform: scale(1.1,1.1)  skewX(10deg);
}
.part4-list .ab-bt{
    position: absolute;
    left:-20px;
    top:70px;
    width:19%;
    height:350px;
    background:#f59800;
    transform: skewX(-10deg);
}
@media all and (max-width:850px) {
    .part4{
        display: none;
    }
}
/* 第六部分 */
.part6{
    width:100%;
    background:#ffffff;
}
.part6-l{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:50px;
    margin-bottom: 50px;
}
.part6-list{
    width:12%;
}
.part6-list-img{
    padding:30px;
}
@media all and (max-width:1000px) {
    .part6-list-img{
        padding:15px;
    }
}
.part6-list img{
    width:100%;
}
.part6-list-text{
    width:100%;
}
.part6-list-text h4{
    font-size:20px;
    color:#000000;
    text-align: center;
    letter-spacing: 3px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.part6-list-text p{
    width:60%;
    margin:0 auto;
    font-size:14px;
    color:#353535;
    text-align: center;
    margin-top:10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.part6-lr{
    width:4%;
    margin-top:50px;
}   
.part6-lr img{
    width:100%;
}
@media all and (max-width:1000px) {
    .part6-lr{
        width:4%;
        margin-top:40px;
    }  
}
@media all and (max-width:750px) {
    .part6-l{
        display:none;
    }
}
.part6-dz{
    width:100%;
    background:#f5f5f5;
    padding-bottom:50px;
}
.part6-dzhd{
    padding-top:50px;
}
@media all and (max-width: 479px) {
    .part6-dzhd{
        padding-top:20px;
        margin-top:50px;
    }  
}
.part6-dz-tit{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: center;
}
.part6-dz-tit div{
    border-left:10px solid #f59800;
    margin-left:10px;
    padding-left:15px;
}
.part6-dz-tit div h3{
    font-size:28px;
    color:#353535;
    letter-spacing: 2px;
}
.part6-dz-tit div p{
    font-size:16px;
    color:#353535;
    margin-top:10px;
    font-weight: bold;
}
.part6-dz-tit a{
    display: block;
    width: 160px;
    height:45px;
    font-size: 22px;
    letter-spacing: 3px;
    padding: 10px;
    background: linear-gradient(to right,#eb7432,#f59800);
    color: #ffffff;
    border-radius: 2px
}
@media all and (max-width: 750px) {
    .part6-dz-tit div h3{
        font-size:18px;
        color:#353535;
        letter-spacing: 2px;
    }
    .part6-dz-tit div p{
        font-size:14px;
        color:#353535;
        margin-top:10px;
        font-weight: bold;
    }
    .part6-dz-tit a{
        display: block;
        width: 140px;
        height:45px;
        font-size: 18px;
        letter-spacing: 3px;
        padding: 10px;
        background: linear-gradient(to right,#eb7432,#f59800);
        color: #ffffff;
        border-radius: 2px;
        margin-left:10px;
        margin-top:10px;
    }
}
.part6-dzhd ul{
    width:100%;
    margin-top:50px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part6-dzhd ul li{
    width:32%;
    padding:40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom:20px;
}
.part6-dzhd ul li:nth-child(1){
    background:url("../img/part6-8.png")no-repeat center center;
    background-size:cover;
}
.part6-dzhd ul li:nth-child(2){
    background:url("../img/part6-9.png")no-repeat center center;
    background-size:cover;
}
.part6-dzhd ul li:nth-child(3){
    background:url("../img/part6-10.png")no-repeat center center;
    background-size:cover;
}
.part6-dzhd ul li:nth-child(4){
    background:url("../img/part6-11.png")no-repeat center center;
    background-size:cover;
}
.part6-dzhd ul li:nth-child(5){
    background:url("../img/part6-12.png")no-repeat center center;
    background-size:cover;
}
.part6-dzhd ul li:nth-child(6){
    background:url("../img/part6-13.png")no-repeat center center;
    background-size:cover;
}
.part6-dzhd ul li h3{
    font-size:20px;
    color:#ffffff;
    padding:10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.part6-dzhd ul li p{
    margin-top:20px;
    font-size:14px;
    color:#ffffff;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media all and (max-width:750px) {
    .part6-dzhd ul{
        width:100%;
        margin-top:30px;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
    }
    .part6-dzhd ul li{
        width:100%;
        padding:10px 10px;
        border-radius: 4px;
        position: relative;
        margin-bottom:10px;
    }
    .part6-dzhd ul li h3{
        font-size:16px;
        color:#ffffff;
        padding:0px 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .part6-dzhd ul li p{
        margin-top:10px;
        font-size:12px;
        color:#ffffff;
        line-height: 25px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}
.part6-dzgl{
    padding-top:60px;
}
.part6-dzgl ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding-top:60px;
    
}
.part6-dzgl ul li{
    width:30%;
    background:#ffffff;
    transition: all linear .2s;
}
.part6-dzgl ul li:nth-child(2n-1){
    border-bottom:5px solid #D9D9D9;
}
.part6-dzgl ul li:nth-child(2n){
    border-bottom:5px solid #F6E8CD;
}
.part6-dzgl ul li:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.2);

}
.part6-dzgl ul li a{
    display:block;
    width:100%;
} 
.part6-dzgl-img{
    width:100%;
    position: relative;
}
.part6-dzgl-img img{
    width:100%;
}
.part6-dzgl-img span{
    display:block;
    width:100px;
    height:100px;
    position: absolute;
    left:6%;
    top:50%;
    margin-top:-50px;
    background:url("../img/part6-16.png")no-repeat;
    background-size:cover;
    transition: all linear .5s;
}
@media all and (max-width: 850px) {
    .part6-dzgl-img span{
        display:block;
        width:50px;
        height:50px;
        position: absolute;
        left:6%;
        top:50%;
        margin-top:-25px;
        background:url("../img/part6-16.png")no-repeat;
        background-size:cover;
        transition: all linear .5s;
    }
}
.part6-dzgl-text{
    padding:30px;
}
.part6-dzgl-img:hover span{
    transform: scale(1.2)
}
.part6-dzgl-text h3{
    font-size:20px;
    color:#353535;
    margin-bottom:20px;
    letter-spacing: 3px;
}
.part6-dzgl-text p{
    font-size:16px;
    color:#353535;
    letter-spacing:2px;
    line-height: 25px;
}
@media all and (max-width:750px) {
    .part6-dzgl{
        display:none;
    }
    .part6-dzgl{
        padding-top:30px;
    }
    .part6-dzgl ul{
        padding-top:30px;
    }
}

.fixed_l{
    position: fixed;
    width:160px;
    top:50%;
    margin-top:-150px;
    left:-160px;
    z-index:50;
    background:rgba(255,255,255,1);
    padding:10px;
    box-shadow: 2px 4px 10px rgba(0,0,0,.15);
    transition: all ease .35s;
}
.fixed_ln{
    position: fixed;
    width:160px;
    top:50%;
    margin-top:-150px;
    left:0px;
    z-index:50;
    background:rgba(255,255,255,1);
    padding:10px;
    box-shadow: 2px 4px 10px rgba(0,0,0,.15);
    transition: all ease .35s;
}
.fixed_l1{
    width:100%;
    border-bottom:1px dashed #999999;  
}
.fixed_l1 ul{
    width:100%;
    padding:5px 0;
} 
.fixed_l1 ul li{
    width:100%;
    position: relative;
}
.fixed_l1 ul li a{
    width:100%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.fixed_l1 ul li span{
    display:block;
    width: 8px;
    height: 8px;
    background:#fff;
    line-height: 28px;
    border-radius: 8px;
}
.fixed_l1 ul .col span{
    background:gold;
}
.fixed_l1 ul .col1 span{
    background:#000;
}
.fixed_l1 ul .col2 span{
    background:#f58e6f;
}
.fixed_l1 ul li p{
    display:block;
    margin-left:10px;
    color:#333;
    font-size: 13px;
    line-height: 28px;
    color:#000;
}
.fixed_l1 ul li:hover a p{
    text-decoration: underline;
}
.fixed_l1 ul li a .erweima{
    display:none;
    position: absolute;
    bottom: -15px;
    left: 145px;
    padding-bottom: 33px;
    width: 265px;
    text-align: center;
    background: #fff;
    box-shadow: 8px 0 11px 0 rgba(0,0,0,.06), -8px 0 11px 0 rgba(0,0,0,.06);
    border-radius: 8px;
    z-index:80
}
.fixed_l1 ul .wxkf:hover a .erweima{
    display:block;
}
.fixed_l1 ul li a .erweima .erweima_head{
    width:100%;
    height:30px;
    background:#f59800;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom:32px;
}
.fixed_l1 ul li a .erweima .erweima_name{
    margin-bottom: 11px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display:block;
    width:100%;
    text-align: center;
    margin-bottom:30px;
}
.fixed_l1 ul li a .erweima .erweima_name span{
    display:block;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    width:100%;
}
.fixed_l1 ul li a .erweima .erweima_tip{
    color: #848484;
    font-size: 12px;
    line-height: 25px;
}
.fixed_l1 ul li a .erweima .erweima_wrap{
    width:150px;
    height:150px;
    margin:20px auto;
    padding:10px;
    position: relative;
}
.fixed_l1 ul li a .erweima .erweima_wrap img{
    width:100%;
}
.erweima_wrap_move{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.erweima_wrap_move .lt{
    position: absolute;
    top:0;
    left:0;
    width:10px;
    height:10px;
    border-top:1px solid #f59800;
    border-left:1px solid #f59800;
}
.erweima_wrap_move .rt{
    position: absolute;
    top:0;
    right:0;
    width:10px;
    height:10px;
    border-top:1px solid #f59800;
    border-right:1px solid #f59800;
}
.erweima_wrap_move .ld{
    position: absolute;
    bottom:0;
    left:0;
    width:10px;
    height:10px;
    border-bottom:1px solid #f59800;
    border-left:1px solid #f59800;
}
.erweima_wrap_move .rd{
    position: absolute;
    bottom:0;
    right:0;
    width:10px;
    height:10px;
    border-bottom:1px solid #f59800;
    border-right:1px solid #f59800;
}
.erweima_wrap_move .move_ud{
    position: absolute;
    top: 0;
    left: 1px;
    width: 148px;
    height:1px;
    background:#f59800;
    animation: pcspaMove 2s linear infinite;
}
.erweima:after {
    display: block;
    content:"";
    position: absolute;
    top: 330px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 10px solid #fff;
}
.fixed_l .arrow{
    display:block;
    position: absolute;
    top: 0;
    right:-10px;
    width: 10px;
    height: 100%;
    background-color: #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    z-index:60
}
.fixed_l .arrow span{
   display: block;
   width:10px;
   height:20px;
   background:url("../img/arrow.png")no-repeat center center;
   background-size:cover;
   position: absolute;
   top:50%;
   left:0%;
   margin-top:-10px;
   z-index:70
}
.fixed_l .arrow .span1{
    display: block;
    width:10px;
    height:20px;
    background:url("../img/arrow-1.png")no-repeat center center;
    background-size:cover;
    position: absolute;
    top:50%;
    left:0%;
    margin-top:-10px;
    z-index:70
}
@media all and (max-width:750px) {
    .fixed_l{
        display:none;
    }
}