input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;line-height: 1.5}
hr {border: 0;border-top:1px solid #ccc;height:0;}
.wd1200{width:1200px;margin: 0 auto;}
p{margin:0;}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.max1400{
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/*头部样式*/
.index-c1{
    background: #fff;
}
.c1-con{
    background: #fff;
    margin-top: -106px;
    position: relative;
    z-index: 999;
    box-shadow: 0 5px 5px #f7f7f7;
}

.index-c1 ul{
    padding: 22px 20px 30px;
    font-size: 0;
}

.index-c1 ul li{
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.index-c1 ul li .img{
    max-width: 100%;
}

.index-c1 ul li h3{
    font-size: 48px;
    line-height: 1.7;
    color: #333333;
    font-weight: 400;
    font-family: "impact";
}

.index-c1 ul li h3 i{
    font-style: inherit;
}

.index-c1 ul li h3 span{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-left: 5px;
}

.index-c1 ul li p{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pagin-right li{display: inline-block;}

@media (max-width:1200px){
    .c1-con{
        margin-top:0;
    }
}


@media (max-width:768px){
     .index-c1 ul{
        padding: 15px 0 15px;
    }
    .index-c1 ul li{
        width: 50%;
        border-right: none;
        margin-bottom: 15px;
    }
    .index-c1 ul li h3{
        font-size:24px;
    }
    .index-c1 ul li p{
        font-size:14px;
    }
    
}

/*c2_index*/
.c2_index{
    position: relative;
    padding: 3.125% 0;
}

.ttt2{
    text-align: center;
}

.ttt2 h2{
    font-size: 38px;
    color: #333333;
}

.ttt2 p{
    font-size: 18px;
    color: #666666;
    padding-top: 10px;
}

.sort2{
    position: relative;
    margin: 15px 0 30px;
    text-align: center;
}

.sort2 li{
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.sort2 li+li::before{
    position: absolute;
    left: 0px;
    content: "|";
    top: 2px;
}

.sort2 li a{
    display: block;
    color: #666666;
    font-size: 18px;
}

.sort2 li:hover a,
.sort2 li.on a{
    color: #007bbc;
}

.tabz_content{
    padding-top: 1.125%;
}

.product_list11{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product_list11 li{
    text-align: center;
    width: 24%;
}

.product_list11 li a{
    display: block
}

.product_list11 li .ovimg{
    overflow: hidden
}

.product_list11 li .ovimg img{
    width: 100%;
     -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product_list11 li h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    padding: 15px 0;
    line-height: 1.7;
}

.product_list11 li:hover .ovimg img{
     -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.product_list11 li:hover h3{
     color: #007bbc;
}


@media (max-width:768px){
    .ttt2 h2{
        font-size:28px;
    }
    .sort2 li a{
        font-size:15px;
    }
    
   .product_list11{
       flex-wrap:wrap;
   } 
   
   .product_list11 li{
       width:48%;
   }
   .product_list11 li h3{
       padding:10px 0;
       font-size:14px;
   }
   
}


/*c3_index*/
.c3_index{
    position: relative;
    background: url(../images/c3_bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.c3left{
    float: left;
    width: 48%;
}

.ads_list{
    position: relative;
}

.ads_list li img{
    width: 100%;
    height: auto;
}

.ads_list .slick-prev,.ads_list .slick-next{
    display: none!important;
}

.ads_list .slick-dots{
	position: absolute;
	top: 40%;
	right: -16px;
    font-size: 0;
    z-index: 9;
    background: #ffffff;
    display: inline-block!important;
    padding: 10px;
    border-radius: 20px;
}
.ads_list .slick-dots li{
	display: block;
    margin: 8px 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    cursor: pointer;
}
.ads_list .slick-dots li button{
	background: none;
    outline: none;
    border: none;
    font-size: 0;
}
.ads_list .slick-dots li.slick-active{
	background-color: #eb7812;
}

.c3right{
    width: 52%;
    float: right;
    height: 100%;
    padding-left: 5.125%;
    padding-top: 3.125%;
}

.c3right .xset{
    padding-left: 90px;
    position: relative;
    background: url(../images/xy.png) no-repeat left center;
    background-size: contain;
}

.c3right .xset h2{
    font-size: 30px;
    color: #e8771a;
    line-height: 1.3;
}
.c3right .xset p{
    font-size:18px;
    color: #111;
}
.xcenter{
    position: relative;
    padding: 5.125% 0;
}
.xcenter h3{
    font-size: 24px;
    color: #333333;
}
.xcenter span{
    display:block;
    font-size: 14px;
    color: #999999;
    font-family: "Arial";
    padding-top: 3px;
     text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xnei{
    position: relative;
    padding: 1px 0;
    padding-left: 20px;
    border-left: 1px solid #eb7812;
}

.xnei p{
    position: relative;
    font-size: 16px;
    color: #666666;
    margin: 15px 0;
}

.xnei p::before{
    background: url(../images/ko.png) no-repeat left center;
    position: absolute;
    left: -27px;
    top: 5px;
    content: "";
    width: 13px;
    height: 13px;
}

.xnei p:nth-child(2n)::before{
   background: url(../images/shi.png) no-repeat left center; 
}

.c3right .lian{
    position: relative;
    margin-top: 5.125%;
}

.c3right .lian a{
    display: inline-block;
    margin-right: 3.125%;
    padding: 10px 30px;
    border-radius: 20px;
    background: #4aac3b;
    color: #fff;
    font-size: 16px;
}

.c3right .lian a:nth-child(2){
    background: #eb7812;
}

.c3right .lian i{
    padding-right: 10px;
}

@media (max-width:1440px){
    .c3right .xset h2{
        font-size:24px;
    }
    .c3right .xset p{
        font-size:18px;
    }
    .xcenter{
        padding: 3.125% 0;
    }
    .xcenter h3{
        font-size:22px;
    }
    .xnei p{
        margin:12px 0;
        font-size:15px;
    }
}


@media (max-width:1200px){
     .xcenter h3{
        font-size:18px;
    }
    .xnei p{
        margin:10px 0;
        font-size:12px;
    }
    .c3right .lian{
        margin-top:15px;
    }
    .c3right .lian a{
        font-size:13px;
        padding:8px 20px;
    }
}

@media (max-width:992px){
   .c3left{
       width:100%;
       float:none;
   } 
   .c3right{
        width:100%;
        float:none;
        padding-bottom: 3.125%;
   }
   .ads_list .slick-dots{
       top:auto;
       bottom:10px;
       left:0px;
       right:0px;
       text-align:center;
       background:none;
   }
   
   .ads_list .slick-dots li{
       display:inline-block;
       margin:0 6px;
   }
   
}


@media (max-width:500px){
    .c3right .xset{
        padding-left:70px;
    }
    .c3right .xset h2{
        font-size:18px;
    }
    
    .c3right .xset p{
        font-size:14px;
    }
}



/*c4_index*/
.c4_index{
    position: relative;
    padding: 3.125% 0;
}

.c4_wap{
    margin-top: 5.125%;
}

.c4-left{
    width: 46.4%;
    float: left;
}
.c4-left a{
    display: block;
    position: relative;
    overflow: hidden;
}
.c4-left img{
    width: 100%;
    transition: .5s;
}
.c4-left a:hover img{
    transform: scale(1.1);
}
.c4-left h3{
    width: 100%;
    background: rgba(0,0,0,0.4);
    line-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}
.c4-right{
    width: 53.6%;
    float: right;
}
.c4-right ul li{
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 20px;
}
.c4-right ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.c4-right ul li img{
    width: 100%;
    HEIGHT: 235PX;
    transition: .5s;
}
.c4-right ul li:hover img{
    transform: scale(1.1);
}
.c4-right h3{
    width: 100%;
    background: rgba(0,0,0,0.4);
    line-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}

.ccmore{
    display: block;
    margin-top: 3.125%;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.ccmore:hover{
    color: #007bbc;
}

@media (max-width:990px){
    .c4-right{
        width: 100%;
        float: none;
    }
}

@media (max-width:768px){
    .c4-right h3{
        font-size:15px;
        line-height:40px;
    }
}


/*c5_index*/
.c5_index{
    position: relative;
    background: #f9f9f9;
    padding: 3.125% 0;
    overflow: hidden;
}

.tabz_content2{
    padding-top: 1.125%;
}

.news_list11{
    position: relative;
}

.news_list11 li{
    position: relative;
    margin: 0 15px;
    border-radius: 10px;
    padding: 35px 20px 0 20px;
    margin-bottom: 30px;
    background: url(../images/nhome.png) no-repeat 20px bottom #f4f4f4;
    transition: .5s;
}

.news_list11 li a.img{
    display: block
}

.news_list11 li a.img .ntime{
    width: 90px;
    float: left;
    text-align: right;
}

.news_list11 li a.img .ntime p{
    color: #666666;
    font-size: 14px;
    font-family: "Arial";
}

.news_list11 li a.img .ntime h2{
    color: #333333;
    font-size: 30px;
    font-family: "Arial";
    font-weight: 400;
    line-height: 1;
}

.news_list11 li a.img .nright{
    width: calc(100% - 110px);
    float: right;
} 

.news_list11 li a.img .nright h3{
    color: #333333;
    font-size: 18px;
}

.news_list11 li a.img .nright span{
    display: block;
    margin: 25px 0;
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

.news_list11 li a.img .nright i{
    display: block;
    background: url(../images/njt.png) no-repeat left center;
    height: 14px;
    margin-bottom: 30px;
}

.news_list11 li:hover{
     background: url(../images/nhome_h.png) no-repeat 20px bottom #eb7812;
}

.news_list11 li:hover a.img .ntime p,
.news_list11 li:hover a.img .ntime h2,
.news_list11 li:hover a.img .nright h3,
.news_list11 li:hover a.img .nright span{
    color: #fff;
}

.news_list11 li:hover a.img .nright i{
    background: url(../images/njt_h.png) no-repeat left center;
}


.news_list11 .slick-prev,.news_list11 .slick-next{
    display: none!important;
}

.news_list11 .slick-dots{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: -10px;
}
.news_list11 .slick-dots li{
	display: inline-block;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    cursor: pointer;
    padding: 0;
}
.news_list11 .slick-dots li button{
	background: none;
    outline: none;
    border: none;
    font-size: 0;
}
.news_list11 .slick-dots li.slick-active{
	background-color: #eb7812;
}

@media (max-width:768px){
    .news_list11 .slick-dots{
        bottom:0;
    }
}



/*c6_index*/
.c6_index{
    position: relative;
    padding:5.125% 0 1.125%;
    background: url(../images/abb_bg.png) no-repeat left center;
}

.abbleft{
    position: relative;
}

.abbleft h2{
    font-size: 32px;
    color: #333333;
}
.abbleft h3{
    font-size: 20px;
    color: #007bbc;
    font-weight: 400;
    margin: 10px 0 30px;
}

.abbleft .abbtxt{
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
}

.abbleft .abbmore{
    margin-top: 5.125%;
    display: block;
    background: url(../images/abbmore_bg.png) no-repeat center;
    line-height: 56px;
    width: 200px;
    text-indent: 25px;
    font-size: 14px;
    color: #eb7812;
    text-transform: uppercase;
}

.abbimg{
    position: relative;
    margin-top: 15px;
}

.abbimg img{
    width: 100%;
}

@media (max-width:768px){
    .abbleft,.abbimg{
        padding:0;
    }
    .abbleft h2{
        font-size:28px;
    }
    .abbleft h3{
        font-size:18px;
    }
    .abbleft .abbtxt{
        font-size:14px;
    }
    .abbleft .abbmore{
        background-size:100% 100%;
        line-height:40px;
        width:150px;
        text-indent:15px;
        font-size:12px;
    }
}

/*c7_index*/
.c7_index{
    position: relative;
    padding: 1.125% 0 3.125%;
    overflow: hidden;
}

.c7ttt{
    position: relative;
}

.c7ttt h2{
    color: #555555;
    font-size: 28px;
    font-weight: 400;
}

.c7ttt a{
    display: block;
    position: absolute;
    right: 0px;
    top:10px;
    font-size: 14px;
    color: #999999;
}

.hezuo_list{
    position: relative;
    margin-top: 3.125%;
}

.hezuo_list li{
    position: relative;
    margin: 0 12px;
    padding: 10px 0;
}

.hezuo_list li a{
    display: block;
    border: 1px solid #f5f5f5;
    transition: .3s;
}

.hezuo_list li a img{
    width: 100%;
}

.hezuo_list li:hover a{
    box-shadow: 0 0px 12px #ddd;
}

.hezuo_list .slick-prev,.hezuo_list .slick-next{
    display: none!important;
}
.xypg-right-content{font-size:15px; line-height:2;}
.xypg-right-content img{width:auto; max-width:100%;}
.productimgbox{ display:flex; justify-content:space-between; padding-bottom:20px;}
.productimgbox .img{width:45%; padding:20px; border:1px solid #e4e4e4;}
.productimgbox .txt{width:50%; padding:15px;}
.productimgbox .txt .title{border-bottom:1px solid #e4e4e4;padding-bottom:10px;}
.productimgbox .txt .title h3{font-size:20px; }
.productimgbox .txt .title p{font-size:14px; color:#999;}
.productimgbox .txt .info{padding:10px 0 0; font-size:14px; line-height:2; color:#333;} 
.xypg-detail-con{line-height:2; color:#333; font-size:14px;}
.xypg-detail-con2 p,.xypg-detail-con p{margin-bottom:10px;}
.detialtab{border-bottom:1px solid #e4e4e4; margin-bottom:15px;}
.detialtab span{color:#eb7812; border-bottom:2px solid #eb7812; font-size:16px; line-height:40px; display:inline-block; padding:0 15px 0 0; font-weight:bold;}
@media (max-width: 480px) {
    .productimgbox{flex-wrap: wrap; padding-bottom:10px;}
    .productimgbox .img,.productimgbox .txt{width:100%;}
    .productimgbox .txt .title h3{font-size:18px;}
    .productimgbox .txt{padding:10px 0;}
  }