﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;  }
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.row{ margin: 0px;}
.container{ margin: 0px auto;width:1200px; }
.w1440{ margin: 0px auto; width:1420px; }
.l{float: left}
.r{float: right}

.in_header{width:92%; height:98px; position:fixed; top:0; left:50%; margin-left:-46%;  z-index:9999;  border-bottom: 1px solid rgba(255,255,255,0.3); padding: 0 4%  }
.h_logo{width:11%; height:98px; float: left; display: flex; align-items: center;}
.h_logo img{ max-width: 100%; height: auto; align-items: center; margin: 0px auto;}
#logo2{display: none;}
.h_sj{width:100px; height: 98px; position:relative; float: right; background: url(../images/sj_i.png) no-repeat left center; padding-left: 35px;}
.h_sj span{color:#fff; font-size: 14px; line-height: 98px;}
.h_sj img{position: absolute; top:98px; left:0; width: 100px; height:auto; display: none}
.h_sj:hover img{display: block}
.h_yuyan{width:auto; float: right; padding-left: 35px; background: url(../images/yy_i.png) no-repeat left center; position: relative; 
	margin-right: 3%}
.h_yuyan span{color:#fff; font-size: 14px; line-height: 98px;}
.h_yuyan_info{width:150px; height:auto; position: absolute; top:98px; left:-50%; background: #fff; display: none }
.h_yuyan_info a{width:100%; display: block; color:#333; font-size: 18px; text-align: center; margin: 10px 0; }
.h_yuyan:hover .h_yuyan_info{display:block}
.h_yuyan_info a:hover{color:#00aeef}





/*导航*/
#menu{float: right; width:55%; height: 100%; margin-right: 3%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:auto; margin: 0px auto;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%; line-height:96px; width:14.2%;  }
#menu .nav .nLi:last-child{margin-right: 0}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; height:100%; display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#fff;font-size:16px;   height:100%;   overflow: hidden; position: relative; }
#menu .nav .sub{ display:none; width:200px; left:-40px; top:98px;  position:absolute;  line-height:36px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height: 36px;font-size: 14px;  color:#333;}
#menu .nav .sub a:hover{ color:#007eff;  }
.nLi > p > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }
#menu .nav .active p a{font-weight: bold;}
#menu .nav .nLi:hover p a{font-weight: bold;}
#menu .nav .active p,#menu .nav .nLi:hover p{border-bottom: 3px solid #00aeef}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:#fff; border:0; width:8px; height:8px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%);}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active{border: 1px solid #fff; border-radius: 50%}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:#fff;}
#fp-nav.right{right:20px;}
#fp-nav ul li, .fp-slidesNav ul li{width:44px; height:44px;  border-radius: 50%;  margin: 0 0 20px}
.two_header #menu .nav .nLi p a{color:#333333}
.two_header .h_yuyan span{color:#666666}
.two_header .h_sj span{color:#666666}

.two_header .h_yuyan{background: url(../images/yy_hi.png) no-repeat left center;}
.two_header .h_sj{background: url(../images/sj_hi.png) no-repeat left center}



/*第1块*/
.section1{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;}
.banner-index{position: relative;overflow: hidden; width: 100%; height: auto;}
.section1 .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.section1 .slideBox .hd{position:absolute;left:50%;  bottom:15%;z-index:1;overflow:hidden;height:22px; transform: translate(-50%,0);}
.section1 .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.section1 .slideBox .hd ul li{float:left;margin-right:15px;width:12px;height:12px; background: #fff; opacity: 0.5; cursor:pointer; border-radius: 50%;}
.section1 .slideBox .hd ul li.on{opacity: 1}
.section1 .slideBox .hd ul li:last-child{margin-right: 0}
.section1 .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.section1 .slideBox .bd ul{width:100%;height:100%}
.section1 .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.section1 .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.h_shubiao{position: absolute; bottom:4%; left:50%; text-align: center;  width: 64px; animation:mymove 2s infinite;}
.h_shubiao p{color:#fff; font-size: 16px;}

@keyframes mymove
{
	 0% {
			transform: translate(-50%, 0px);
		}
		50% {
			transform: translate(-50%, -8px);
		}
		100% {
			transform: translate(-50%, 0px);
		}

}




.h_search{width:15%; height: 50px; position: absolute; bottom:5%; left:13%;border: 1px solid rgba(255,255,255,0.5); border-radius: 25px; padding-left: 20px}
.h_search input[type="text"]{width:80%; height:100%; float: left; font-size: 16px; color:#fff; border: 0; background: none;}
.h_tijiao{width:23px; height: 100%; float: left; background: url(../images/search_i.png) no-repeat center; border: 0; }
.h_search input[type="text"]::-webkit-input-placeholder { 
    color:#fff;  
}  
.h_search input[type="text"]:-moz-placeholder { 
   color:#fff;  
   opacity:  1;  
}  
.h_search input[type="text"]::-moz-placeholder {
   color:#fff;  
   opacity:  1;  
}  
.h_search input[type="text"]:-ms-input-placeholder {
   color:#fff;  
}  






/*第2块*/
.section2{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section2 .w1440{position: relative; margin-top: 8vh}
.section2_ban{background: url(../images/about_bjs.jpg) no-repeat left center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section2_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.about_left_top{width:100%; height: auto; overflow: hidden}
.about_left_top h4{color:#fff; font-size: 38px; font-weight: bold;  text-align: center}
.in_about_xx{width:88%; height: auto; display: block; color:#fff; font-size: 14px; line-height: 30px; margin:2.5vh auto 2vh; opacity: 0.6; text-align: center}
.ab_more{width:100%; height: 46px; line-height: 46px; color:#fff; font-size: 14px;opacity: 0.8; display: block; text-align: center }
.ab_more:hover{opacity: 1}
.about_right_xx{width:100%; height: auto; overflow: hidden; margin-top: 8.5vh}
.index_about_num{width:100%; margin-top: 2vh; overflow: hidden; margin-bottom: 1vh}
.index_about_num dl{float: left; width: 17.6%; position: relative; text-align: center; margin-top: 42px}
.index_about_num dl dt{color:#fff; font-size: 48px; font-weight: bold; font-family: "Arial"}
.index_about_num dl dd{color:#fff; font-size: 15px; margin-top: 8px;}
.in_about_logo{width:12%; height: auto; float: left; border-radius: 50%;  background: rgba(255,255,255,0.05); padding: 2.5%; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.in_about_logo img{width:100%;}
.in_about_logo:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.index_about_pic{width:1440px; height: auto; overflow:hidden}
.in_ab1{width:50.2%; height: auto; float: left; position: relative; overflow: hidden}
.ab_img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;  height:100%; object-fit: cover; object-position: center center;}

.about_pic_li a{width:100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0,0,0,0.7); padding:16% 12%}
.index_about_pic h3{color:#fff; font-size: 24px; font-weight: bold; margin-top: 15px; margin-bottom:8px}
.index_about_pic p{color:#fff; font-size:14px; font-family: "Arial"; text-transform: uppercase; }
.in_ab2:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_ab1:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_ab2:hover a{background: rgba(0,0,0,0.5)}
.about_pic_li{width:352px; height: 27vh; float: left; position: relative; overflow: hidden}


.about_pic_li.curr a{width:100%; height: 100%; position: absolute; top:0; left:0; padding: 8%; background:none}



/*第3块*/
.section3{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;   }
.section3_ban{background: url(../images/product_bjs.jpg) no-repeat center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section3_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section3 .w1440{position:relative; z-index: 1; padding-top: 8vh}
.section3_title{width:100%; text-align: center}
.section3_title h4{color:#333333;  font-size: 38px; font-weight:bold; }
.section3_title p{color:#666666; font-size: 14px; line-height: 30px; margin-top: 8px; }
.section3 ul{width:100%; height: auto; overflow: hidden; margin-top: 3vh}
.section3 ul li{width:22%; height: auto;  margin-right: 4%; float: left}
.section3 ul li:last-child{margin-right: 0}
.in_pro_pic{width:100%; height: auto;background: #fff; border-radius: 50%; padding: 5px}
.pro_pic_icon{width:100%; height: 100%; border-radius: 50%; position: relative; overflow: hidden}
.pro_pic_icon img{width:100%; display: block; border-radius: 50%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.pro_pic_icon i{width:100%; height:100%; background: rgba(0,0,0,0.5) url(../images/icon.png) no-repeat center; opacity: 0; position: absolute; top:0; left:0; 
	display: block; border-radius: 50%}
.section3 ul li h4{color:#333333; font-size: 20px; line-height: 30px; margin: 10px 0 4px; text-align: center}
.section3 ul li p{color:#999999; font-size: 14px;  text-transform: uppercase; text-align: center}
.in_pro_more{width:222px; height: 60px; background: #18469d url(../images/san.png) no-repeat 92% center; line-height: 60px; display: block; margin:5vh auto 0;}
.in_pro_more span{width:80%; border-right:1px solid rgba(255,255,255,0.2); text-align: center; display: block; font-size: 18px; color:#fff}
.section3 ul li:hover i{opacity: 1}
.section3 ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.section3 ul li:hover .in_pro_pic{background: #18469d}
.in_pro_more:hover{background: #00aeef url(../images/san.png) no-repeat 92% center;}


/*第4块*/
.section4{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;}
.section4_ban{background: url(../images/pinzhi_bjs.jpg) no-repeat center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section4_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section4 .w1440{position:relative; z-index: 1; padding-top: 8vh}
.section4_title{width:100%; height: auto; overflow: hidden}
.section4_title dl{width:100%; height: 140px; text-align: center}
.section4_title dl dt{color:#fff; font-size: 38px; font-weight: bold; line-height: 140px;}
.section4_title dl dd{color:#fff; font-size: 156px; opacity:0.02; font-weight: bold; text-transform: uppercase; line-height:135px; font-family: "Arial"; margin-top:-135px;}
.section4_title p{color:#fff; font-size: 14px; opacity: 0.6; line-height: 28px; text-align: center; width: 100%}
.index_pinzhi{width:100%; height: auto; overflow: hidden; margin-top: 3vh}
.index_pinzhi ul{position: relative;overflow: hidden;width: 100%;height: 464px;}
.index_pinzhi ul li{float: left;width: 25%;overflow: hidden;height: 100%;position: relative;cursor: pointer;}
.index_pinzhi ul li a{display: block;width: 100%;height: 100%; position: absolute; top:0; left:0; z-index: 1; padding: 50px 10%}
.index_pinzhi ul li h4{color:#fff; font-size: 24px; font-weight: bold;}
.index_pinzhi ul li .index_pinzhi_xx{color:#fff; font-size: 14px; line-height: 30px; width: 100%; margin: 22px 0 35px; height: 60px;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_pinzhi ul li i{width:26px; height: 25px; display: block; background: url(../images/b_jts.png) no-repeat center; display: block}
.index_pinzhi ul li:nth-child(1) a{background: url(../images/pz_hover.png) no-repeat center}
.index_pinzhi ul li:nth-child(2) a{background:rgba(0,174,239,0.7)}
.index_pinzhi ul li:nth-child(3) a{background:rgba(0,0,0,0.7)}
.index_pinzhi ul li.index_pinzhi_xx{ word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; height: 90px;}
.index_pinzhi ul li img{width:100%; height:100%; object-fit: cover; object-position: center center;}





/*第5块*/
.section5{display: block; width: 100%; height: 100%; overflow: hidden;}
.section5_ban{background: url(../images/news_bjs.jpg) no-repeat center; width: 100%; height: 100vh; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section5_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section5 .w1440{position: relative; z-index: 9; }
.section5_title{width:100%; height: auto; overflow: hidden; margin-top: 3vh }
.section5_title dl{width:auto; float: left; height: 160px;  line-height: 160px}
.section5_title dl dt{color:#fff; font-size: 156px; font-weight: bold; opacity: 0.7; font-family: "Arial"; text-transform: uppercase; }
.section5_title dl dd{color:#333333; font-size:38px;  margin-top: -160px; font-weight: bold; position: relative; z-index: 9}
.section5_nav{float: left; margin-top: 8vh; margin-left: 4%}
.section5_nav a{color:#666666; font-size: 16px; margin-right:40px;}
.section5_nav a:hover{color:#18469d}
.in_news_more{width:222px; height: 60px; background: #18469d url(../images/san.png) no-repeat 92% center; line-height: 60px; display: block;  float: right;
	margin-top: 50px;}
.in_news_more span{width:80%; border-right:1px solid rgba(255,255,255,0.2); text-align: center; display: block; font-size: 18px; color:#fff}
.in_news_more:hover{background: #00aeef url(../images/san.png) no-repeat 92% center;}
.index_news_top{width:100%; height: auto; overflow: hidden;}
.index_news_top .swiper-container{height: 195px}
.index_news_top .swiper-slide a{width:80%; height:195px; display: block}
.index_news_top .swiper-slide a span{color:#999999; font-size: 14px;}
.index_news_top .swiper-slide a h3{width:100%; height: 40px; line-height: 40px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; font-weight: bold; margin-top: 8px;}
.index_news_top .swiper-slide a p{width:100%; height:48px; line-height: 24px; color: #666666; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_top .swiper-slide a i{color:#18469d; font-size: 14px; font-style: normal; margin-top: 3vh; display: block; font-weight: bold;}
.index_news_top .swiper-button-next,.index_news_top .swiper-button-prev{width:45px; height: 44px; margin-top: 0}
.index_news_top .swiper-button-next{background: url(../images/n_bottom.png) no-repeat center; top:95px; right:0}
.index_news_top .swiper-button-prev{background: url(../images/n_top.png) no-repeat center; left:auto; right:0; top:30px}
.index_news_top .swiper-slide a:hover h3,.index_news_top .swiper-slide a:hover p{color:#18469d}

.index_news_bottom{width:100%; height: auto; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.index_news_bottom ul{width:100%; height: auto;}
.index_news_bottom ul li{width:33.33%; height:auto; float: left; position: relative; background: #fff;}
.index_news_bottom ul li img{width:100%; opacity: 0; display: block}
.index_news_bottom ul li a{width:100%; height: 100%; position: absolute; top:0; left:0;  padding: 44px 44px 0;}
.index_news_bottom ul li span{color:#999999; font-size: 36px; font-weight: bold; display: block}
.index_news_bottom ul li h5{color:#999999; font-size: 15px; }
.index_news_bottom ul li h4{width:100%; height: 40px; line-height: 40px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; font-weight: bold; margin-top: 8px;}
.index_news_bottom ul li p{width:100%; height:48px; line-height: 24px; color: #666666; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_bottom ul li i{color:#18469d; font-size: 14px; font-style: normal; margin-top: 3vh; display: block; font-weight: bold;}
.index_news_bottom ul li:hover img{opacity: 1}
.index_news_bottom ul li:hover span,.index_news_bottom ul li:hover h5,.index_news_bottom ul li:hover p,.index_news_bottom ul li:hover h4,.index_news_bottom ul li:hover i{color:#fff}
.index_news_bottom ul li:hover a{background:rgba(25,71,157,0.8)}





/*第7块*/
.section7{display: block; width: 100%; height: 100%; overflow: hidden; position: relative}
.section7_ban{background: url(../images/contact_bjs.jpg) no-repeat center; width: 100%;  height: 100vh;  transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section7_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section7 .w1440{position: relative; z-index: 9;}
.section7_left{width:68%; float: left}
.section7_left dl{width:100%; height: 140px; display: block; line-height: 140px;}
.section7_left dl dt{color:#fff; opacity: 0.02; font-size: 141px; text-transform: uppercase; font-weight:bold; line-height:140px;}
.section7_left dl dd{color:#fff; font-size: 38px; font-weight:bold; margin-top: -120px;}
.section7_left h5{color:#ffffff; font-size: 14px; line-height:28px; opacity: 0.6 }
.section7_xx{width:100%; height: auto; overflow: hidden; margin: 4vh 0 6vh}
.section7_xx p{float: left; color:#fff; line-height: 30px; font-size: 32px; font-size: 16px; width:50%}
.section7_right{width:auto; height: auto; overflow: hidden; float: right; margin-top:9vh}
.section7_right dl{width:150px; height: auto; float: left; margin-left:50px}
.section7_right dl:nth-child(1){margin-left:0}
.section7_right dl dt{width:100%; height: 150px; background: url(../images/ma_bjs.png) no-repeat center; padding: 10px;}
.section7_right dl dt img{width:100%; display: block}
.section7_right dl dd{width:100%; line-height:40px; font-size: 14px; text-align: center; color:#fff}
.section7_input{width:100%; height: auto; overflow: hidden; }
.section7_input p{height:5.5vh;  position: relative; }
.f_text{width:48.5%; }
.section7_input p input[type="text"]{width:100%; height: 100%; background: rgba(255,255,255,0.34); border: 0; color:#fff; font-size: 14px; padding: 0 10px;}
.section7_input textarea{width:100%; height:13vh; background: rgba(255,255,255,0.34); resize: none; border: 0; font-size: 14px; padding: 20px; color:#fff; 
	margin-top: 2vh}
.in_tijiao{width:184px; height:48px; border: 0; background: #18469d; color:#fff; font-size:14px; margin:40px auto 0; display: block}
.in_tijiao:hover{background: #fff; color:#18469d; cursor: pointer}

.section7_input p input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.section7_input p input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.section7_input p input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.section7_input p input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  


.section7_input textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.section7_input textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.section7_input textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.section7_input textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  




/*版权*/
.index_banquan{width:100%; height:9vh; line-height:9vh; overflow: hidden; background: rgba(0,35,100,0.68); position: absolute; bottom:0; left:0 }
.index_banquan .copy_l{width:auto; font-size: 14px; color: #fff; float: left}
.copy_l a{font-size: 14px; color: #fff; text-align: center}
.index_banquan a{margin-left: 10px;}
.index_zhichi{width:auto; height:40px; line-height: 9vh; float: right}
.index_zhichi p{ width:220px; float: left; font-size: 14px; color:#333333; line-height: 9vh; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:3.1vh; margin-right: 10px}
.index_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:3.5vh;}
.index_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.index_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.index_zhichi span{float: left; font-size: 14px; color: #fff;}
.index_zhichi i{ float: left;}
.f_brq{float:left;}




/*内页*/


/*内页banner*/
.ny_banner{width:100%; height: 432px; overflow: hidden; padding-top: 170px;}
.ny_banner .in_header{position:absolute}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid #a9a9a9; border-bottom:1px solid #a9a9a9; display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}

.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}
.fuwu_banner{background: url(../images/fuwu_banner.jpg) no-repeat center}
.rlzy_banner{background: url(../images/rlzy_ban.jpg) no-repeat center}





.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;}
.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: -10px; background: #00aeef; left: 50%;  margin-left:-40px; }


/* .timer_shaft_line{position: relative;} */
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #00aeef;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:780px;   }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px;   }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #00aeef;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.pic_list{width: 100%;}
.pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden;}
.pic_list_box img{width:100%}
.pic_list ul li a img{width: 100%;transition:  all .5s;}
.pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_list ul li:hover a img{transform: scale(1.2);}
.text_list{margin-bottom: 50px;;}
.text_list li a{display: block;}
.text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.text_list li span{float: right;}
.text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}
.about_one_right{ width:80%; height:auto; float:right;}
.about_one_right p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 29px; }
.ny_about_five{width:100%; height: auto; overflow: hidden; margin-bottom: 85px;}
.ny_about_five .container,.ny_about_four .container{border-top:1px solid #333333; padding-top: 48px;}
.about_five_t{width:185px; height: auto; float: left; text-align: right; margin-top:50px}
.about_five_t h3{font-size: 40px;; color: #222222; font-weight: bold;}
.about_five_t p{font-size: 16px; color: #333333;  font-family: "Arial"; margin-top:12px;}
.about_five_t img{margin-top: 22px;}
.about_five_pic{width:auto; margin-left: 260px;}
.about_five_pic a{width:100%; height: auto; display: block}
.about_five_pic a img{width:100%; height: auto; display: block}
.ny_fzlc{width:100%; height:auto; overflow:hidden; margin-bottom:60px;}




/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two 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_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro 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;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.swiper-pagination-bullet-active{background:#000}
.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: #00aeef; position: absolute; left: 20px; top:24px; display: block; content: "";}
.ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny_pro_ddh p{color:#333; font-size:16px;}
.ny_pro_ddh span{color:#00aeef; font-size:28px; font-weight:bold; margin-top:10px;}
.ny_proshow_xx em{font-size:16px; margin:10px auto; font-style: normal;}
.pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px;}


/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.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:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:65%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #333}
.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:18%; height:auto; float: right; overflow:hidden}
.news_pic 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;}
.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:#00aeef}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_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_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}



/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:30%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
.contact_xx_right{width:60%; height:345px; float: right}
.ny_contact_ly{width:100%; height:511px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #fff}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #fff}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #fff; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize: none;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; display: block; margin:20px auto; font-size:16px}
.con_submit:hover{background:#00aeef; cursor:pointer; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  

/* 内页通用产品推荐 */
.inside_pro{margin:40px 0}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #00aeef; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #00aeef; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #00aeef}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}







/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background: #18469d; padding-bottom: 10px; padding-top: 40px}
.footer .w1440{overflow: hidden}
.footer_left{width:29%; height: auto; float: left}
.footer_left p{color:#fff; line-height: 30px; font-size: 16px;}
.f_logo{width:100%; height: auto; display: block; margin-bottom: 20px; overflow: hidden}
.f_logo img{max-width:100%; height: auto; }
.f_logo dl{float: left; margin-left: 20px; margin-top: 14px}
.f_logo dl dt{color:#fff; font-weight: bold; font-size: 24px; line-height: 32px}
.f_logo dl dd{color:#fff;  font-size: 12px; text-transform: uppercase }
.footer_center{width:45%; height: auto; float: left; margin-left:5% }
.footer_center dl{float: left; margin-right: 15px; width:17.6%}
.footer_center dl:last-child{margin-right:0}
.footer_center dl dt{color:#fff; font-size: 16px; line-height: 30px;}
.footer_center dl dd{width:100%; height: auto; overflow: hidden}
.footer_center dl dd a{color:#999999; font-size: 16px; line-height: 30px; display: block}
.footer_center dl dd a:hover{color:#fff}
.footer_right{width:248px; height: auto; float: right; }
.footer_right h4{color:#fff; font-size: 16px; margin-bottom:20px;}
.footer_right dl{width:110px; height: auto; float: left; margin-right:22px}
.footer_right dl:last-child{margin-right: 0}
.footer_right dl dt{width:100%; height: auto; overflow: hidden}
.footer_right dl dt img{width:100%; height: auto; display: block}
.footer_right dl dd{width:100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color:#fff}
.footer_copy{width:100%; height: auto; overflow: hidden; border-top:1px solid rgba(255,255,255,0.2); margin-top: 30px;}
.copy{clear:both;width:100%;height:30px; line-height:30px;  position: relative; border-top:1px solid rgba(255,255,255,0.1) }
.copy_ls{font-size:14px; color:#fff; height: 100%; width: auto; margin:30px auto 15px; float: left }
.copy_ls a{color:#fff}
.copy_ls a:hover{color:#0d357f!important}
.footer_zhichi{width:auto; height:30px; overflow: hidden; float: right; margin-top:20px}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%; line-height: 30px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat;  margin-right: 10px; margin-top:5px;}
.footer_zhichi .js{width:88px;height: 18px; background: url(../images/wl.png) no-repeat;  margin-top: 5px}
.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: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.footer_links:hover .footer_lj{display: block}




@media screen and (max-width:1600px){
	.w1440{width:1200px;}
	
}


@media screen and (max-width:1450px){
	.section7_left dl dt,.section5_title dl dt{font-size:100px; line-height:120px;}
	.section7_left dl,.section5_title dl{height:120px; line-height:120px;}
	.in_tijiao{margin:20px auto 0}
	.section7_xx{margin:3vh 0 5vh}
	.section5_title dl dd{margin-top:-120px;}
	.section5_title{margin-top:10vh}
	.section4_title dl{height:120px;}
	.section4_title dl dd{font-size:120px; line-height:120px;}
	.section4_title dl dt{line-height:120px;}
	.index_pinzhi ul{height:400px;}
}

@media screen and (max-width:1366px){
	.section2 .w1440,.section3 .w1440,.section4 .w1440,.section5 .w1440,.section7 .w1440{transform: scale(0.8); -ms-transform: scale(0.8);-webkit-transform: scale(0.8);-o-transform: scale(0.8);
	-moz-transform:scale(0.8)}
	.section2 .w1440{margin-top:12vh}
	.in_header,.h_logo,.h_sj{height:80px;}
	#menu .nav .nLi,.h_yuyan span,.h_sj span{line-height:78px;}
.h_yuyan_info,#menu .nav .sub{top:80px;}
#menu .nav .nLi p a{font-size:15px;}
#menu{width:58%}
}






