@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1200px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }

.h_yuyan_hover{width:180px; height: auto;  top:64px; right:0; text-align: center; padding: 5px 0; line-height:30px;}
.h_yuyan_hover a{color:#333; font-size:14px; display:block; display: flex; align-items: center; padding:0 10px;}
.h_yuyan:hover .h_yuyan_hover{display:block}
.h_yuyan_hover a img{width:24px; margin-right:10px; border:1px solid #eee}
.bd_xx{font-size: 16px;
    line-height: 30px;
    color: #333;}

/* 导航栏 */
.header_nav{height:80px; width:100%;  position:fixed; top:0; left:0; z-index:999; border-bottom: 1px solid rgba(255,255,255,0.5); padding: 0 3%}
.h_logo{width:258px; height:80px; float: left; display: flex; align-items: center;}
.h_logo img{width:100%; height: auto; align-items: center; margin: 0px auto;}
.header_dao{width:60%; height: 100%;  float: right; margin-right: 2% }
.nav{width:100%; height:100%;float: right;   }
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:10.5%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff; line-height:78px;  position: relative;  display: table; margin: 0px auto;}
.nav .sub{ display:none;left:50%; top:80px;  position:absolute;  line-height:26px; width:150px;  margin-left: -75px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 14px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#0161b6}
.nav .nLi.active p{border-bottom: 2px solid #fff}
.logo2{display: none}
.h_yy{float: right; position: relative; background: url(../images/yy_jts.png) no-repeat right center; }
.h_yy span{color:#fff; font-size: 16px; background: url(../images/yy_icon.png) no-repeat left center; padding-left:30px; line-height: 80px}
.h_yy a{width:auto;text-align: left; height: auto; top:80px; left:-10px; background: rgba(0,0,0,.6); color:#fff; font-size: 14px; padding:5px 20px; display: none;}
.f_top{background: #fff}
.f_top .logo2{display: block}
.f_top .logo1{display: none}
.f_top .h_yy{ background: url(../images/yy_hjts.png) no-repeat right center}
.f_top .h_yy span{color:#333; background: url(../images/yyh_icon.png) no-repeat left center}
.f_top .nLi h3 a p{color:#333}
.f_top .nLi.active p{border-bottom: 2px solid #6eb92b}
.h_yy:hover a{display:block}




/* 首页:banner */
.banner{ width:100%; height:960px; position: relative; overflow: hidden; }
.banner .swiper-container{width:100%; height: 100%;}
.banner .swiper-slide{width:100%; height: 100%;}
.banner .swiper-slide a{width:100%; height: 100%; position: relative; display: block}
.banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;

    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);

}
.banner .swiper-slide-active .bg{-moz-animation:7s linear bgZoom;-webkit-animation:7s linear bgZoom;-ms-animation:bgZoom 7s linear;-o-animation:7s linear bgZoom;animation:7s linear bgZoom}

@keyframes bgZoom{
0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-o-keyframes bgZoom{
0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-ms-keyframes bgZoom{
0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes bgZoom{
0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes bgZoom{
0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}



.banner .con{position: absolute; left: 17%; bottom: 33%; z-index: 10; font-size: 50px; color: #fff; line-height: 1.44;}
.banner .con h4{color:#fff; font-size: 56px; font-weight: bold; margin-bottom: 12px;}
.banner .con p{color:#fff; font-size: 20px; width:775px}
.banner .swiper-pagination{width:auto;left:9%;bottom:39%;font-family:MINIONPRO-REGULAR,Arial;font-size:24px;color:#fff;line-height:30px}
.banner .swiper-pagination span{font-size:24px;color:#fff;}

.banner .img-arrow {display: block; width: 21px; height: 52px; position: absolute; left: 50%; bottom:10%; z-index: 10; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); 
	-moz-animation: 1.2s ease-in-out infinite btnPage; -webkit-animation: 1.2s ease-in-out infinite btnPage; animation: 1.2s ease-in-out infinite btnPage;}

@-moz-keyframes btnPage{
0%,100%{-moz-transform:translateY(6px)}
50%{-moz-transform:translateY(0)}
}
@-o-keyframes btnPage{
0%,100%{-moz-transform:translateY(6px)}
50%{-moz-transform:translateY(0)}
}
@-ms-keyframes btnPage{
0%,100%{-moz-transform:translateY(6px)}
50%{-moz-transform:translateY(0)}
}
@-webkit-keyframes btnPage{
0%,100%{-webkit-transform:translateY(6px)}
50%{-webkit-transform:translateY(0)}
}
@keyframes btnPage{
0%,100%{transform:translateY(6px)}
50%{transform:translateY(0)}
}


.m-ring{width:313px; height:313px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; position:absolute;left:6%; bottom:25%; z-index:9}
.m-ring:after{content:"";display:block;width:8px; height:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff;position:absolute;left:50%; top:50%; margin:-4px 0 0 -4px}
.m-ring:before{content:"";width:1px;height:100%;position:absolute;left:50%;top:0;background:rgba(255,255,255,.2);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}
.m-ring .ring-left{width:50%;height:100%;position:absolute;left:0;top:0;overflow:hidden}
.m-ring .ring-left:after{content:"";width:313px;height:313px;border:2px solid rgba(255,255,255,.2);position:absolute;left:0;top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border-right-color:rgba(255,255,255,.5);border-bottom-color:rgba(255,255,255,.5);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.m-ring .ring-right{width:50%;height:100%;position:absolute;right:0;top:0;overflow:hidden}
.m-ring .ring-right:after{content:"";width:313px;height:313px;border:2px solid rgba(255,255,255,.2);position:absolute;right:0;top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border-left-color:rgba(255,255,255,.5);border-bottom-color:rgba(255,255,255,.5);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.m-ring.on:before{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:5s linear;-moz-transition:5s linear;-ms-transition:5s linear;-o-transition:5s linear;transition:5s linear}
.m-ring.on .ring-right:after{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition:2.5s linear;-moz-transition:2.5s linear;-ms-transition:2.5s linear;-o-transition:2.5s linear;transition:2.5s linear}
.m-ring.on .ring-left:after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:2.5s linear;-moz-transition:2.5s linear;-ms-transition:2.5s linear;-o-transition:2.5s linear;transition:2.5s linear;-webkit-transition-delay:2.5s;-moz-transition-delay:2.5s;-ms-transition-delay:2.5s;-o-transition-delay:2.5s;transition-delay:2.5s}





/*关于我们*/
.index_about{width:100%; height:auto;  position: relative; background: url(../images/about_bjs.jpg) no-repeat top center; padding-top: 74px; overflow: hidden; padding-bottom: 85px}
.index_about_top{width:100%; height: auto; overflow: hidden; margin-bottom: 80px;}
.index_about_top dl{float: left; width: 16%; text-align: right}
.index_about_top dl dt{color:#ffffff; font-size: 36px; font-weight: bold; margin-bottom: 36px}
.index_about_xx{width:66%; height: auto; float: right}
.index_about_xx h4{width:100%; color:#0080cc; font-size: 30px;}
.index_about_xx hr{width:41px; height: 6px; background: #0080cc; margin-bottom: 20px;}
.in_abinfo{width:100%; height: 108px; overflow: hidden; line-height: 36px; color: #666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin-top: 28px}
.index_about_bottom{width:100%; height:226px; margin-top: 74px}
.about_bottom_left{width:16.3%; height: 100%; float: left; background: #6eb92b; padding:50px 0 0 4%}
.about_bottom_left h4{color:#fff; font-size: 30px; }
.about_bottom_left hr{width:38px; height: 3px; background: #fff; margin-top:18px;}
.about_bottom_img{width:40%; height: 100%; float: left; margin: 0 0.5%}
.about_bottom_img img{width:100%; height: 100%; object-fit: cover; object-position: center center;}
.about_bottom_right{width:42.7%; float: right; background: #0080cc; height:100%; padding:55px 3% 0}
.about_bottom_right h5{color:#fff; font-size:30px; margin-top: 20px; }
.about_bottom_right h5 span{margin-right:50px; color:#fff; font-size:18px;}
.about_bottom_right h5 span:last-child{margin-right: 0}
.about_bottom_right h4{color:#fff; font-size: 18px; position: relative; padding-left: 30px}
.about_bottom_right h4:after{content:""; width:15px; height: 15px; background: url(../images/b_dian.png) no-repeat left center; position: absolute; top:5px; left:0}
.about_bottom_right h4:before{content:""; width:180px; height: 1px; background: rgba(255,255,255,0.2); position: absolute; top:10px; left:220px}
.index_about ul{width:100%; height: auto; overflow: hidden;}
.index_about ul li{width:25%; height: auto; float: left;  text-align: center}
.index_about ul li img{width:110px; height: auto; display: block; margin: 0px auto;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_about ul li h4{width:100%; line-height: 35px; color:#333333; font-size: 16px; margin-top: 8px;}
.index_about ul li h4 span{color:#0080cc; font-size: 60px; font-family: "Arial"; font-weight: bold;}
.index_about ul li p{color:#333333; font-size: 16px;}
.index_about ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.index_about ul li:nth-child(1) h4,.index_about ul li:nth-child(1) h4 span,.index_about ul li:nth-child(1) p{color:#fff}




/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; padding: 90px 0}
.index_product_left{width:280px; height: auto; float: left; text-align: right}
.index_product_left h4{color:#0080cc; font-size: 36px; font-weight: bold;}
.index_product_left p{color:#666666; font-size: 16px; line-height: 36px;}
.index_product_left img{margin: 28px 0 58px}
.index_product_left a{width:183px; height: 53px; float: right; text-align: center; line-height: 53px; background: #6eb92b; color:#fff; font-size: 16px; 
	margin-top: 108px;}
.index_product_left a:hover{background:none; border: 1px solid #6eb92b; color: #6eb92b}
.index_product_right{width:68%; height: auto; float: right}
.index_product_right h4{width:100%; height: auto; overflow: hidden; color:#666666; font-size: 16px; line-height: 36px;}
.index_product_all{width:100%; height: auto; overflow: hidden; margin-top: 56px; position: relative}
.index_product_all .swiper-container{padding-bottom: 60px;}
.index_product_all .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.in_product_img{width:100%; height: auto; overflow: hidden}
.in_product_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_all .swiper-slide a h5{width:100%; height: 30px; line-height: 30px; color: #000000; font-size: 16px; text-align: center; margin-top: 10px;}
.index_product_all .swiper-button-next,.index_product_all .swiper-button-prev{width:33px; height: 33px; bottom:0; margin-top: 0; top:auto;}
.index_product_all .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:44%}
.index_product_all .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:44%}
.index_product_all .swiper-button-next:hover{background: url(../images/p_hright.png) no-repeat center}
.index_product_all .swiper-button-prev:hover{background: url(../images/p_hleft.png) no-repeat center}
.index_product_all .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}

.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; margin-top: 40px;}
.ny_proshow_xx{margin-left:620px; height:100%; overflow:hidden}
.ny_proshow_bottom .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .hd ul li::before{ height: 6px; width: 6px; background: #227ec1; position: absolute; left: 20px; top:24px; display: block; content: "";}





/*应用*/
.index_ying{width:100%; height:600px; background: url(../images/yy_bjs.jpg) no-repeat center; background-size: cover; background-attachment: fixed; position:relative; overflow:hidden}
.index_ying ul{width:990px; height: auto; overflow: hidden;}
.index_ying ul li{width:100%; height: 600px; float: left; 
	padding:90px 45px 0;  }
.index_ying ul li h4{color:#ffffff; font-size: 16px; line-height: 34px;}
.index_ying ul li p{color:#ffffff; font-size: 14px; line-height: 30px; display: none; margin: 10px 0 25px}
.index_ying ul li span{color:#fff; font-size: 16px; margin-top:15px; display: block}
.index_ying ul li img{width:27px; display: none}

.index_ying video{width:100%; height:100%; position:absolute; top:0; left:0; object-fit: fill;}
.index_ying_all{width:100%; height:600px; overflow:hidden; background:rgba(0,0,0,0.3); position:relative; z-index:9}


/*应用*/
.index_ying{width:100%; height:600px; background: url(../images/yy_bjs.jpg) no-repeat center; background-size: cover; background-attachment: fixed; position:relative; overflow:hidden}
.index_ying ul{width:590px; height: auto; overflow: hidden; border-left:1px solid rgba(255,255,255,0.3);}
.index_ying ul li{width:50%; height: 300px; float: left; border-right:1px solid rgba(255,255,255,0.3); border-bottom:1px solid rgba(255,255,255,0.3); 
	padding:146px 45px 0; text-align: center }
.index_ying ul li h4{color:#ffffff; font-size: 20px; line-height: 30px;font-weight: bold;}
.index_ying ul li p{color:#ffffff; font-size: 14px; line-height: 30px; display: none; margin: 10px 0 25px}
.index_ying ul li span{color:#fff; font-size: 16px; margin-top:15px; display: block}
.index_ying ul li img{width:27px; display: none}
.index_ying ul li:hover img{display: block}
.index_ying ul li:hover span{display: none}
.index_ying ul li:hover{text-align: left; padding: 45px 45px 0; background: rgba(42,155,215,0.2)}
.index_ying ul li:hover p{display: block}
.index_ying video{width:100%; height:100%; position:absolute; top:0; left:0; object-fit: fill;}
.index_ying_all{width:100%; height:auto; overflow:hidden; background:rgba(0,0,0,0.3); position:relative; z-index:9}






/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background:#f1f2f6; padding: 58px 0 70px}
.index_news_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_title h4{color:#000000; font-size: 36px; font-weight: bold; float: left}
.index_news_title h5{color:#333333; font-size:16px; float: left;margin-left: 20px; margin-top: 22px;}
.index_news_nav{float: right; margin-top: 22px;}
.index_news_nav a{color:#333333; font-size: 16px; line-height: 20px; margin-left: 20px;}
.index_news_nav a:hover{color:#0080cc}
.index_news_left{width:57%; height: auto; float:left;  margin-top:70px;}
.index_news_left ul{width:100%; height: auto; overflow: hidden; float: left}
.index_news_left ul li{width:48.5%; height: auto; overflow: hidden; padding:24px; background: #fff; border-radius: 8px; float:left}
.index_news_left ul li:nth-child(2n){float: right}
.index_news_img{width:100%; height: auto; overflow: hidden}
.index_news_img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_info{width:100%; height: auto; overflow: hidden; margin-bottom:25px}
.index_news_info h4{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 15px 0 20px}
.index_news_info p{width:100%; height:90px; color: #666666; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin-bottom:20px;}
.index_news_info span{color:#333333; font-size: 16px; float: left; line-height: 35px;}
.index_news_info i{color:#333333; font-size: 16px; font-style: normal;  float: right; line-height: 35px;}
.index_news_left ul li:hover{background: #0080cc;}
.index_news_left ul li:hover h4,.index_news_left ul li:hover p,.index_news_left ul li:hover span,.index_news_left ul li:hover i{color:#fff}
.index_news_right{width:41%; height: auto; float:right; margin-top:70px;}
.index_news_right ul{width:100%; height: auto; overflow: hidden}
.index_news_right ul li{width:100%; height: auto; overflow: hidden; background: #fff; padding:35px 30px; margin-bottom: 20px; border-radius:10px;}
.index_news_right ul li dl{width:100%; height: 30px; line-height: 30px;}
.index_news_right ul li dl dt{width:70%; height: 100%; float: left; color:#333333; font-size:16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_right ul li dl dd{ height: 100%; float: right; color:#666666; font-size:16px;}
.index_news_right ul li p{width:100%; height: 60px; line-height: 30px; color: #666666; font-size: 16px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-top: 10px; }
.index_news_right ul li:last-child{margin-bottom: 0}
.index_news_right ul li:hover dt,.index_news_right ul li:hover dd,.index_news_right ul li:hover p{color:#0080cc}
.index_news_left ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:url(../images/footer_bjs.jpg) no-repeat center; padding:62px 0 0;}
.footer .w1440{overflow: hidden}
.footer_top_left{width:314px; height: auto; float: left}
.footer_top_left h4{color:#ffffff; font-size: 30px; font-weight: bold; margin-bottom: 25px;}
.footer_top_left p{color:#fff; font-size: 16px; line-height: 30px;}
.footer_input{width:38%; height: auto; float: left; margin-left:10%}
.footer_input p{width:49%; height:45px; line-height: 45px; border: 1px solid rgba(255,255,255,0.5);  position: relative}
.footer_input p input[type="text"]{width:100%; height: 100%; display: block; background: none; border: 0; font-size:16px; color: #fff; padding: 0 10px;}
.footer_input textarea{width:100%; height:118px; padding: 10px; border: 1px solid rgba(255,255,255,0.5);  ont-size:16px; color: #fff; background: none; margin-top: 10px; resize: none}
.f_sbumit{width:270px; height: 48px; background: #6eb92b; color:#fff; font-size: 14px; display: block; border: 0; margin-top: 8px;}
.f_sbumit:hover{background: #fff; color:#6eb92b; cursor: pointer}
.footer_top_right{width:auto; float: right}
.footer_top_right h4{color:#fff; font-size: 18px;  margin-bottom: 15px;}
.footer_top_right dl{width:110px; height: auto; float: left; margin-right:28px}
.footer_top_right dl dt{width:100%; height: auto;}
.footer_top_right dl dt img{width:100%; display: block; }
.footer_top_right dl dd{width:100%;  color:#fff; font-size:14px; margin-top:10px; text-align: center}
.footer_top_right dl:last-child{margin-right: 0}
.copy{clear:both;width:100%;height:88px; line-height:88px;  position: relative; border-top:1px solid rgba(255,255,255,0.2); }
.copy_tab{display: table; margin: 0px auto;}
.copy_l{float:left; font-size:16px; color:#fff; height: 100%; }
.copy_l a{color:#fff}
.copy_l a:hover{color:#179ca1!important}
.footer_zhichi{width:auto; height:100%; float: right; margin-left: 20px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:34px; margin-right: 10px}
.footer_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:34px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 16px; color: #fff;}
.footer_zhichi i{ float: left;}
.index_link{width:100%; height: auto; overflow: hidden; margin: 18px 0 22px}
.index_link p{float: left; color:#333333; font-size: 16px; line-height: 34px;}
.index_link_xx{margin-left: 100px;}
.index_link_xx a{color:#999999; font-size: 16px; height: 34px; line-height: 34px; margin-right:3%; float: left; margin-bottom: 8px;}
.index_link_xx a:hover{color:#0080cc}



.footer_input p input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.footer_input p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.footer_input p input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.footer_input p input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  



.footer_input textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.footer_input textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.footer_input textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.footer_input textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  





/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#0080cc;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}



.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;}
.inside_banner p.ny_post,.inside_banner p.ny_post a{ text-align: center; color: #fff; font-size: 16px; cursor:pointer}
.inside_banner p.ny_post img{ margin-right: 10px;}
.inside_banner p.ny_post a:hover,.inside_banner p.ny_post span:hover{font-weight:bold; color:#0080cc}
.inside_banner .shubiao{ display: block; margin: 32px auto;}

.nav-height{height: 90px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px; display:block}
.nav-wrap li a:hover{font-weight:bold; color:#0080cc}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:22px; background: #0080cc; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #0080cc;}
.honor_list li:hover .gallery-title{ background: #0080cc; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
.ny_solution_img{width:355px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2; position:relative}
.ny_solution_img:after{content:""; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,91,172,0.5); opacity:0; transition: all 0.4s ease-in-out;}
.ny_product_all ul li:hover .ny_solution_img:after{opacity:1; transition: all 0.4s ease-in-out;}
 
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:745px; height:auto; float:left; margin-left: 50px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover{border:1px solid #0080cc;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{font-size:16px; color:#666;width: 189px;display: block;line-height: 50px;text-align: center;height: 50px;background: #ddd;}
.yfzx_more:hover{background: #0080cc;line-height: 30px; color: #fff; border: 1px solid #0080cc; padding:10px;}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:20px;font-weight: bold; line-height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}



/*产品详情页*/
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#0080cc; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:58px; background: url(../images/dh1.png) no-repeat left center;padding-left: 52px;margin-top: 30px}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #0080cc; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #0080cc; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#0080cc}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#0080cc; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:50px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top: 36px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#0080cc}
.ny_news_all ul li:hover h3{font-weight: bold; color:#0080cc }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}
.ny_news_all ul li:hover .news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:100%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}

.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #222;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #0080cc; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}

.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 400px; padding-top:180px; position:relative}
.inside_banner .header_nav{position:absolute}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center bottom;}
.pic_ban{background: url(../images/pic_ban.jpg) no-repeat center bottom;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center bottom;}
.cpyy_ban{background: url(../images/cpyy_ban.jpg) no-repeat center bottom;}




@media screen and (max-width:1500px){
	.w1440,.ban_info{width:1200px;}
	.copy_l,.footer_zhichi span{font-size:14px;}
	.header_dao{width:62%}
	.about_bottom_right h5 span{margin-right:26px;}
	.index_product{background: url(../images/product_bjs.jpg) no-repeat 40% center;}
	.index_about{background: url(../images/about_bjs.jpg) no-repeat 40% center;}
	.index_news_right ul li{ padding: 26px 30px;}
}


