﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;  font-size:14px; }
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:1440px; }
.l{float: left}
.r{float: right}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}

.in_header{width:100%; height:100px; position:fixed; top:0; left:0;  z-index:9; border-bottom: 1px solid rgba(255,255,255,0.5); padding: 0 9% 0 10%}
.h_logo{width:80px; float: left;  display: flex; align-items: center; height:100px}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.logo2{display: none}
.hh_yuyan{width:34px; height: 100px; float: right; line-height:100px; color:#fff; font-size:26px;}





@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../font/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*导航*/
#menu{max-width:80%; height: 100%;  float: right; background: url(../images/n_xs.png) no-repeat right center;  margin-right:2%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:100px; margin: 0px auto;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%;  width:auto;  margin:0 35px }
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; height:40px; line-height:40px; margin:30px auto 0;}
#menu .nav .nLi p a{color:#fff;font-size:18px;   height:100%; display: block;  overflow: hidden; position: relative; padding: 0 5px }
#menu .nav .nLi p a span{display:block; transition: 0.6s; font-size:18px; }
#menu .nav .sub{ display:none; width:140px; left:50%; margin-left: -70px; top:100px;  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: 15px;  color:#333;}
#menu .nav .sub a:hover{ color:#004ca2;  }
.nLi > p > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }


#fp-nav ul li, .fp-slidesNav ul li{width:10px; height:10px;  border-radius: 50%;  margin: 0 0 18px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{border: 1px solid #0365ee; background: none;  width:10px; height:10px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%);}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:#0365ee;  margin: -2px 0 0 -2px;}
#fp-nav.right{right:20px;}
.two_header #menu .nav .nLi p a{color:#333}
.two_header .logo2{display: block}
.two_header .logo1{display: none}
.two_header .hh_yuyan{color:#333}
#menu .nav .nLi:hover span.out { margin-top: -40px;}
#menu .nav .nLi p::after{content: "";  width: 0; height: 2px; background:#0089fd;  position: absolute; bottom: -10px; left: 0;transition: 0.3s;}
#menu .nav .nLi:hover p:after{width:100%}
/* #menu .nav .nLi.active p:after{width:100%} */

.two_header{box-shadow: 2.351px 3.236px 18px 0px rgb(0,0,0,0.07); background:#fff}



/*第1块*/
.section1{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative;}
.indexBanner{width:100%; height: 100vh; overflow: hidden; position: relative}
.section1 .swiper-container{width:100%; }
.section1 .content_list_img{width:100%; height:100vh; display: block }
.section1 .content_list_img img{width:100%; display: block; height:100vh;  object-fit: cover; object-position: center center;}
.section1 .swiper-pagination{ bottom:10vh; left:auto; right:10%; width: auto;}
.section1 .swiper-pagination-bullet{background: #fff;  width: 10px; height: 10px; opacity: 1}
.section1 .swiper-pagination-bullet-active{width:40px; border-radius: 25px;}
.ban_info{width:1440px; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.ban_info h3{color:#fff; font-size: 60px; line-height:80px;}
.ban_info h4{color:#fff; font-size: 30px; margin-top:4.5vh}
.ban_info span{color:#ffffff; font-size: 16px; font-weight: bold; position: relative; text-transform: uppercase; display: block; padding-left:30px; line-height:60px; z-index: 1; margin-top: 9vh}
.ban_info span:after{content: ""; width: 60px; height: 60px;background-image: linear-gradient(to left, #035fed , #009cf6); 
	background-image: -webkit-gradient(to left, #035fed , #009cf6); 
	background-image: -webkit-radial-gradient(to left, #035fed , #009cf6); position: absolute; top:0; left:0; border-radius: 50%; z-index:-1}
.ban_icon{width:100px; height: 84px; position: absolute; bottom:2vh; left:50%; margin-left: -12px; animation:mymove 5s infinite; z-index: 9; text-align: center}
.ban_icon p{color:#fff; font-size: 16px;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}



/*第2块*/
.section2{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section2 .w1440{position: relative; z-index: 9; margin-top: 9vh }
.section2_ban{background: url(../images/about_bjs.jpg) no-repeat center bottom; width: 100%;  height: 100vh;  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);}
.index_about_left{width:47%; height: auto; float: left}
.in_abtitle{width:100%; height: auto; overflow: hidden}
.in_abtitle h4{color:#f2f2f2; font-size: 100px; font-weight: bold; text-transform: uppercase; line-height: 80px;}
.in_abtitle h5{color:#3f3f3f; font-size: 46px; font-weight: bold; margin-top: -40px;}
.in_abtitle h5 span{color:#1155fd; font-size: 46px; font-weight: bold;}
.in_about_xx{width:100%; height: auto;display: block; color:#777777; font-size: 16px; line-height: 30px; margin: 4vh 0; text-align: justify;}
.index_about_left dl{width:auto; margin-right:8%; float: left}
.index_about_left dl.last_num{margin-right: 0}
.index_about_left dl dt{color:#4d4d4d; font-size: 20px;}
.index_about_left dl dt span{font-size: 86px;    background-image:-webkit-linear-gradient(bottom,#035fed,#009cf6); 
    -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-family: "BAHNSCHRIFT"}
.ab_jts{width:70px; display: block; margin-top: 6vh; transition: all 0.4s ease-in-out;}
.index_about_left dl dd{color:#4d4d4d; font-size: 20px; text-align: center}
.index_about_right{width:50%; float: right; text-align: right; position: relative; padding-bottom: 60px}
.index_about_right img{max-width:95%}
.index_about_right i{width:200px; height: 200px; display: block; background: url(../images/v_icon.png) no-repeat center; background-size:cover; position: absolute; bottom:0; left:0; transition: all 0.4s ease-in-out;}
.ab_jts:hover{margin-left:20px; }
.index_about_right i:hover{bottom:20px;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




/*4*/
.section4{width: 100%; height: 100%; overflow: hidden; position: relative; position: relative}
.section4 .fp-tableCell{vertical-align: bottom;}
.section4_title{width:1440px; height: auto; position: absolute; top:18%; left:50%; transform: translate(-50%,0); z-index: 9}
.section4_title h4{font-size: 100px; font-weight: bold;   background-image:-webkit-linear-gradient(bottom,#0089fd,#1155fd); 
    -webkit-background-clip:text;  -webkit-text-fill-color:transparent; text-transform: uppercase; line-height:90px; }
.section4_title h5{color:#fff; font-size: 46px; font-weight: bold; margin-top: -40px}
.section4 .slideTxtBox{width:100%; height: auto; overflow: hidden}
.section4 .slideTxtBox .bd{width:100%; height: 100vh; position: relative}
.bd_li{width:100%; height: 100vh;}
.bd_li img{width:100%; height: 100%; object-fit: cover; object-position: center center;}
.bd_li_info{width:1440px; height: auto; position: absolute; top:35%; left:50%; transform: translate(-50%,0);}
.bd_li_info h4{color:#fff; font-size:24px; font-weight: bold;}
.bd_li_info p{color:#fff; font-size:14px; line-height: 30px; width:840px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 28px}
.section4 .slideTxtBox .hd{width:100%; height:auto; position: absolute; z-index: 9; bottom:0; left:0; padding-bottom: 100px;}
.section4 .slideTxtBox .hd:after{content: ""; width: 100%; height: 25vh; background:rgba(1,137,243,0.8); position: absolute; bottom:0; left:0}
.section4 .slideTxtBox .hd ul{width:1440px; height: auto; overflow: hidden; margin: 0px auto; position: relative; z-index: 9}
.section4 .slideTxtBox .hd ul li{width:160px; height: 300px; float: left; margin-right:11.1%;  border-radius: 95px; padding-top: 104px; transition: all 0.4s ease-in-out;}
.section4 .slideTxtBox .hd ul li:last-child{margin-right: 0}
.hd_yuan{width:110px; height: 110px; border-radius: 50%; display: flex; align-items: center; background: #fff; margin: 0px auto;}
.hd_yuan img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%}
.hd_2{display: none}
.section4 .slideTxtBox .hd ul li p{font-size: 20px; color: #fff; line-height: 36px; text-align: center; margin-top: 22px}
.section4 .slideTxtBox .hd ul li i{width:22px; height: 22px; display: none; margin:22px auto 0; background: url(../images/hh_jia.png) no-repeat center}
.section4 .slideTxtBox .hd ul li.on i{display: block}
.section4 .slideTxtBox .hd ul li.on{background: #fff; padding: 28px 5px}
.section4 .slideTxtBox .hd ul li.on .hd_yuan{background-image: linear-gradient(to left, #035fed , #009cf6); 
	background-image: -webkit-gradient(to left, #035fed , #009cf6); 
	background-image: -webkit-radial-gradient(to left, #035fed , #009cf6);}
.section4 .slideTxtBox .hd ul li.on .hd_2{display: block}
.section4 .slideTxtBox .hd ul li.on .hd_1{display: none}
.section4 .slideTxtBox .hd ul li.on p{color:#4d4d4d}





/*5*/
.section5{width: 100%; height: 100%; overflow: hidden; position: relative; }
.section5 .fp-tableCell{vertical-align: bottom;}
.section5 .w1440{position: relative; z-index: 9; }
.section5_ban{background: url(../images/youshi_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 ul{width:100%; height: 100vh}
.section5 ul li{width:25%; height:100vh; float: left; position: relative; display: -webkit-flex; display: flex;  -webkit-align-items: flex-end;
    align-items: flex-end; padding-bottom: 110px}
.index_pimg{width:100%; height:90px; display: flex; align-items: center; margin-bottom: 50px; opacity: 0; transition: all 0.4s ease-in-out;}
.section5 ul li img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.section5 ul li:after{content: ""; width: 100%; height:384px; background: url(../images/ys_xs.png) no-repeat left center; position: absolute; bottom:0; left:0}
.section5 ul li a{width:100%; height: auto; display: block; padding: 0 20%}
.section5 ul li h4{color:#fff; font-size: 20px; text-align: center}
.section5 ul li h5{color:#fff; font-size:16px; margin-top:1vh; text-align: center; line-height: 30px; height:30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:1;
  -webkit-box-orient:vertical; overflow:hidden;}
.section5 ul li i{width:60px; height: 60px; display: block; margin:50px auto; background: url(../images/ys_jis.png) no-repeat center; position: relative}
.section5 ul li i:after{content: ""; width: 100%; height: 100%; background: url(../images/yuan.png) no-repeat center; position: absolute; top:0; left:0; animation:circleRoate 5s infinite linear ;}
@keyframes circleRoate{   
from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}  
 } 
.section5 ul li:hover{background: url(../images/ys_hover.png) no-repeat center; padding-bottom: 150px; background-size:100% 100%}
.section5 ul li:hover .index_pimg{opacity: 1;}
.section5 ul li:hover i{ margin:95px auto 0;}
.section5 ul li:hover h5{height:auto; -webkit-line-clamp: 6;}





/*6*/
.section6{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section6 .w1440{position: relative; z-index: 9; margin-top: 9vh }
.section6_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 .section6_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_news_title{width:100%; height: auto; overflow: hidden}
.news_title_left{width:auto; float: left}
.news_title_left h4{color:#f2f2f2; font-size: 100px; font-weight: bold; text-transform: uppercase; line-height: 90px}
.news_title_left h5{color:#3f3f3f; font-size: 46px; font-weight: bold; margin-top: -50px}
.news_title_left h5 span{color:#1155fd; font-size: 46px; font-weight: bold;}
.index_news_nav{float: right; margin-top: 54px}
.index_news_nav a{float: left; color:#000000; font-size: 20px; display:flex;align-items:flex-end; margin-left: 40px}
.index_news_nav a img{margin-right: 10px;}
.index_news_nav a span{color:#000000; font-size: 20px;}
.index_news_nav a:hover span{font-weight: bold;}
.index_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.index_news_all .mySwiper{width:50%; height: auto; float: left}
.index_news_all .swiper-slide a{width:100%; display: block}
.index_news_all .swiper-slide a img{width:100%; display: block}
.index_news_xx{width:100%; height:337px; background: url(../images/n_hover.png) no-repeat center; position: absolute; bottom:0; left:0; padding:32% 6% 0}
.index_news_xx dl{width:100%; height: 40px; line-height: 40px;}
.index_news_xx dl dt{width:60%; height: 100%; float: left; color:#fff; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx dl dd{float:right; line-height: 40px; color:#fff; font-size: 14px;}
.index_news_xx p{width:100%; height: 30px; line-height: 30px; color: #fff; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_all .swiper-pagination{bottom:auto; top:40px; left:auto; right:5%; width: auto;}
.index_news_all .swiper-pagination-bullet{background: #fff; width: 10px; height: 10px;}
.index_news_all ul{width:50%; height: auto; float: left;  background: #f4f4f4}
.index_news_all ul li{width:50%; height: 250px; float: left; border-bottom: 1px solid #e9e9e9; border-right:1px solid #e9e9e9; padding: 5%}
.index_news_all ul li h4{color:#0089fd; font-size: 14px; font-weight:bold; margin-bottom: 4px}
.index_news_all ul li h3{color:#404040; font-size: 18px; width: 100%; line-height: 28px; height: 56px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 8px}
.index_news_all ul li p{width:100%; height: 30px; line-height: 30px; color: #777777; font-size: 14px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.in_news_time{width:100%; height: 30px; line-height: 30px; margin-top: 46px;}
.in_news_time span{color:#404040; font-size: 14px; opacity: 0.5}
.in_news_time i{width:20px; height: 30px; float: right; background: url(../images/n_jts.png) no-repeat center}
.index_news_all ul li:hover{background:#fff}
.index_news_all ul li:hover h3{font-weight: bold;}







/*第8块*/
.section7{width: 100%; height: 100%; overflow: hidden; position: relative; background:url(../images/contact_bjs.jpg) no-repeat center}
.section7 .fp-tableCell{vertical-align: bottom;}
.section7_top{width:100%; height: auto; overflow: hidden; margin-bottom: 12vh}
.section7_top h4{color:#fff; font-size: 100px; opacity: 0.4; line-height: 90px; font-weight: bold; text-transform: uppercase}
.section7_top h5{color:#fff; font-size: 46px; font-weight:bold; margin-top: -40px; position: relative; z-index: 9}
.section7_top h5 span{color:#1155fd; font-size: 46px; font-weight: bold;}
.footer_bottom{width:100%; height:auto; overflow:hidden; padding-top: 3vh; background: rgba(0,0,0,0.65)}
.footer_nav{width:72%; height: auto; float: left}
.footer_nav dl{width:auto; float: left; margin-right:7%}
.footer_nav dl dt{width:100%; height: auto; overflow: hidden; color:#0b0b13; font-size: 16px; margin-bottom: 26px;}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden}
.footer_nav dl dd a{width:100%; display: block; font-size: 14px; color: #4d4d4d; margin-bottom:8px;}
.footer_nav dl dd a:hover{color:#004ca2}
.footer_nav dl:last-child{margin-right: 0}
.footer_rxx{width:23%; height: auto; float: right}
.footer_rxx a{width:100%; height: auto; display: block; margin-bottom:30px}
.footer_rxx a img{max-width:100%; display: block}
.footer_rxx p{color:#4d4d4d; font-size: 14px; margin-bottom:20px; padding-left: 30px;}
.f1{background: url(../images/f1.png) no-repeat left center}
.f2{background: url(../images/f2.png) no-repeat left center}
.f3{background: url(../images/f3.png) no-repeat left center}
.f4{background: url(../images/f4.png) no-repeat left center}
.footer_title{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.footer_title h4{color:#fff; font-size: 30px; font-weight: bold;}
.footer_title h5{color:#fff; font-size:16px; text-transform: uppercase; margin-top: 8px;}
.footer_center{width:100%; height: auto; overflow: hidden}
.footer_xx{width:47%; height: auto; float: left}
.footer_xx dl.footer_xx_rl{width:auto; float: left; margin-right:45px}
.footer_xx dl.footer_xx_rl dt{color:#ffffff; font-size: 16px; margin-bottom: 5px}
.footer_xx dl.footer_xx_rl dd{color:#fff; font-size: 42px; font-family: 'BAHNSCHRIFT';}
.footer_xx h4{color:#fff; font-size: 16px; margin-bottom: 8px; margin-top: 20px;}
.footer_xx h5,.footer_xx_lx dd a{color:#fff; font-size:20px;}

.footer_xx_lx{width:100%; height:auto;}
.footer_xx_lx dt{width:55%; float:left; margin-right:3%}
.footer_xx_lx dd{width:30%; float:left;}



.footer_input{width:50%; height: auto; float: right}
.footer_input p{width:49%; height: 50px; border-bottom: 1px solid rgba(255,255,255,0.8); position: relative; float: left}
.footer_input p input[type="text"]{width:100%; height: 100%; border: 0; background: none; font-size: 14px; color:#fff; font-family:"宋体"}
.footer_input p:nth-child(2n){float: right}
.footer_input textarea{width:70%;  height: 50px; border: 0; border-bottom: 1px solid rgba(255,255,255,0.8); resize: none; background: none; margin-top:20px; color:#fff; font-size: 14px;}
.f_submit{width:200px; height: 52px; float: right; background: #fff url(../images/bb_jts.png) no-repeat 95% center; border: 0; border-radius: 30px; font-size: 18px; color: #0186f3; font-weight: bold; text-align: left; padding-left: 30px; margin-top: 30px;}
.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;  
}  


.f_jiaru{width:200px; height: 52px; line-height:52px; float: left; background: #fff url(../images/bb_jts.png) no-repeat 95% center; border: 0; border-radius: 30px; font-size: 18px; color: #0186f3; font-weight: bold; text-align: left; padding-left: 30px; margin-top:12px;}




/*版权*/
.index_banquan{width:100%; margin: 0px auto; height: 80px; line-height: 80px;  margin-top:2vh;}
.index_banquan .copy_l{width:auto; font-size: 16px; color: #fff; float: left}
.copy_l a{font-size: 16px; color: #fff; text-align: center}
.index_zhichi{width:auto; height:80px; line-height: 80px; float: right}
.index_zhichi p{ width:auto; float: left; font-size: 14px; color:#fff; line-height: 80px; 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:90px;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: 16px; color: #fff;}
.index_zhichi i{ float: left;}
.f_brq{float:left;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


/*内页*/

.ny_header{width:100%; height:100px; padding: 0 9% 0 10%; background:#fff; }
.ny_header #menu .nav .nLi p a{color:#333}
.ny_header .hh_yuyan{color:#333}
.ny_header #menu{background: url(../images/nh_xs.png) no-repeat right center;}



.ny_footer_bottom{width:100%; height:auto; overflow:hidden; padding-top:30px; background: rgba(0,0,0,0.65);}
.ny_footer_bottom .index_zhichi .pt{margin-top:30px;}
.ny_footer_bottom .index_zhichi .js{margin-top:30px;}
.ny_footer_bottom .index_banquan{margin-top:px;}
.inside_banner{ height:320px; padding-top:88px }
.inside_banner #menu .nav .sub{top:100px;}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center ;  background-size:cover;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center; background-size:cover;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center;background-size:cover;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center; background-size:cover;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center ; background-size:cover;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center  ;  background-size:cover;}
.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff; text-align: center;line-height: 2.4; }
.inside_banner p{ text-align: center; font-size: 16px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: #fff;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{height:auto; background: #f7f6f4;position: relative; padding:5px 0}
.nav-wrap.navFix{position: fixed; top: 0; left: 0; z-index: 99999; height:auto; 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:70px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px; display:block}
.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: #0089fd; left: 24%;  }
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #000;}
.ny_title_1 p{text-transform: uppercase; font-size: 26px; color: #000; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #0089fd; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size: 22px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}


/* ��ҳ���ڿƼ��з� */
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{}
.honor_list li{ width: 24.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden;}
.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;}
.honor_list li:hover{ border: 1px solid #0089fd;}
.honor_list li:hover .gallery-title{ background: #0089fd; color: #fff;}
.honor .list li{ width: 24.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor .list li:nth-child(4n){ margin-right: 0;}
.honor .list li .img{overflow: hidden;}
.honor .list li .img img{ width: 100%; transition: all 0.3s;}
.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;}
.honor .list li:hover{ border: 1px solid #0089fd;}
.honor .list li:hover .gallery-title{ background: #0089fd; color: #fff;}





/* ��ҳ��ϵ���� */
.lianxi{ overflow: hidden; padding-bottom: 60px;}
#map{ height: 550px; width: 100%;}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width: 32%; float: left; margin-right: 2%; line-height: 72px; border: 1px solid #e5e5e5; position: relative; text-indent:36px; color: #333; margin-bottom: 20px; font-size: 16px;}
.lianxi_fs p::before{ content: ""; height: 12px; width: 2px; display: block; position: absolute; background: #0089fd; left: 5%; top: 30px;}
.lianxi_fs p:nth-child(3n){ margin-right: 0;}
.lianxi_ewm{ display: table; margin: 30px auto;}
.lianxi_ewm li{overflow: hidden; float: left; margin: 0 20px;  text-align: center;}
.lianxi_ewm li p{ line-height: 1.8; font-size: 16px; color: #333;}
.liuyan{overflow: hidden;  height: 520px; background: url(../images/ny_pc_6.jpg) no-repeat center top fixed;}
.liuyan input[type="text"]{line-height: 60px; text-indent: 5%; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; border: 1px solid #fff; width: 32%; margin-right:1.4%;}
.liuyan input[type="text"]::-webkit-input-placeholder,.liuyan textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.8);}
.liuyan input[type="text"]:nth-child(3){ margin-right: 0; float: right;}
.liuyan textarea{line-height: 2; width: 100%; text-indent:20px; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; border: 1px solid #fff; margin-top: 20px; height: 72px;}
.liuyan input[type="submit"]{ width: 200px; background: #fff;border: none; font-size: 16px; color: #0089fd; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer;}
.anli_jz p{ font-size: 16px;  color: #454545; line-height: 30px;}
.anli_jz p strong{ font-size: 18px;}


/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 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:32px;}
.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:63%; height: auto; float: left; margin-left:2%; margin-top: 26px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; 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:22%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.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:#0089fd}
.ny_news_all ul li:hover h3{font-weight: bold; }




/* ��������ҳ */
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0 100px;}
.keyword_light table{ border: 1px solid #dedede!important; border-bottom: none!important; border-right: none!important}
.keyword_light table td{border-right: 1px solid #dedede!important; border-bottom: 1px solid #dedede!important; border-left: none!important; border-top:none!important; }
.keyword_light img{ max-width: 100%;}
.anli_jz{margin-bottom:40px;}



/*产品详情页*/
.ny_product_show{width:100%; height: auto; overflow: hidden; margin: 55px 0; }
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:48%; 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:#005bc2; 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:50%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 26px; color: #191919; height:auto; line-height:30px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_pro_dh{width:100%; height:auto; margin-top:20px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height:60px;}
.ny_pro_ddh{float: left; margin-left:10px;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #005bc2; font-family: "Impact"}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:75%; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:21%; height: auto; float: right}
.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}

.ny_probt{width:100%; height:50px;}
.ny_probt li{width:100%; height:50px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:50px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#005bc2; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#005bc2;}
.ny_probt li.on a{ color:#fff; font-size:18px;}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; font-size:16pxx;color:#666; line-height:30px;}
.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-bottom:20px;}
.ny_hotnews h3{width:100%; height:50px; background: #005bc2; color: #fff; text-align: center; line-height: 50px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.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:#005bc2}
.ny_hotnews input[type="text"]{width:66%; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{width:26%; height:35px; color:#fff; border:0; background:#005bc2; float:right;}

.nav-wrapp ul{display: table!important; margin: 0 auto;}
.nav-wrapp li{ float: left; line-height: 90px; position: relative;}
.nav-wrapp li a{font-size: 18px; padding: 0 40px;}
.nav-wrapp li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrapp li:last-child::before{ display: none;}
.nav-wrapp li a.active{ position: relative;}
.nav-wrapp li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom: -10px; background: #0089fd; left: 50%;  margin-left:-40px; }

.ny_sanji{width:100%; height:auto; overflow:hidden}
.ny_sanji ul{max-width:1200px; margin:30px auto 0; display:table;}
.ny_sanji ul li{float:left; margin:0 20px; text-align:center}
.ny_sanji ul li{font-size: 18px; color:#333}
.ny_sanji ul li a.active {color:#0089fd}

/* .timer_shaft_line{position: relative;} */
.timer_shaft_left{float: left;font-size: 26px;width:115px;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 #0c58a1;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; margin-left:110px  }
.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:105px;height: 100%;width: 1px;background: #0c58a1;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.timer_shaft_box:first-child{margin-top: 50px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}
.clear_new{clear:both}
.section-content{ margin-top:40px;}
.about{margin-bottom:40px;}



/*产品中心*/
.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 #0075b7;}
.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: #0075b7;line-height: 30px; color: #fff; border: 1px solid #0075b7; 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}





@media screen and (max-width:1680px){
	.content_list_title{left:7%}
	.index_about_left dl dt span{font-size:70px;}
	.in_abtitle h4,.section4_title h4,.news_title_left h4,.section7_top h4{font-size:80px;}
	.section4_title h5,.in_abtitle h5,.in_abtitle h5 span,.news_title_left h5,.section7_top h5,.section7_top h5 span{font-size:40px;}
}

@media screen and (max-height:900px){
	.section4 .slideTxtBox .hd{padding-bottom:38px;}
	.section4 .slideTxtBox .hd ul li p{font-size:16px; line-height:26px;}
	.section4 .slideTxtBox .hd ul li{height:275px}
	.hd_yuan{width:90px; height:90px}
	.index_news_nav a span{font-size:17px}
	.index_news_all ul li h3{font-size:16px;}
	
}




@media screen and (max-width:1560px){
	.w1440,.section4 .slideTxtBox .hd ul,.bd_li_info,.section4_title{width:1200px;}
	.ban_info{width:1200px;}
	.footer_xx dl dd{font-size:34px;}
	.footer_input textarea{width:63%}
	.copy_l a,.index_banquan .copy_l,.index_zhichi span{font-size:14px;}
	.index_news_all ul li{height:208px; padding:3%}
	.in_news_time{margin-top:10px;}

	.ban_info h3{font-size:50px;}
	.section4 .slideTxtBox .hd ul li{margin-right:8%}
	#menu .nav .nLi{margin:0 26px;}
	.index_about_left dl dt span{font-size:65px;}
.in_header{padding: 0 9% 0 8%;}
}


@media screen and (max-width:1380px){
.section7_top,.in_abtitle,.section4_title{display:none}
.ban_info h3{font-size:40px; line-height:60px;}
.index_about_left dl dt span{font-size:50px;}
.index_about_right img{width:77%}
.index_about_right i{width:150px; height:150px; background-size:cover; left:30px;}
.index_about_right{padding-bottom:28px}
.bd_li_info{top:18%}
.section5 ul li:hover{padding-bottom:65px;}
.section5 ul li:hover i{margin: 55px auto 0;}
.index_news_all{margin-top:15px}

}

@media screen and (max-width:1280px){
	#menu .nav .nLi{margin-right:40px;}
}

