﻿*{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:1400px; }
.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:9999; border-bottom: 1px solid rgba(255,255,255,0.3); }
.h_logo{width:258px; float: left; line-height:100px; display: flex; align-items: center; height:100px;  border-right: 1px solid rgba(255,255,255,0.3);}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%; width:192px; max-width: 100%}
.h_menu{width:38px; height:100px; float: left; background: url(../images/menu.png) no-repeat center; margin-left: 2%; cursor:pointer}
.h_search{width:6%; height:100px; background: url(../images/search.png) no-repeat center; border-left: 1px solid #eeeeee; float: right;}
.form_box{position: absolute;  top:100px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0; 
	box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{width:120px; height:40px; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #b88644; font-size:16px;}



/*导航*/
#menu{width:45%; height: 100%;  float: right; margin-right:1%}
#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:100px; 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%; display: block;  overflow: hidden; position: relative; padding: 0 5px }
#menu .nav .sub{ display:none; width:140px; left:50%; margin-left: -70px; top:97px;  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:#72151a;  }
.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,#menu .nav .nLi:hover p a{font-weight:bold; color:#094a99}
#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{background: #b88644; width:7px; height:7px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%); margin: 0}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:#b88644;  margin:0; width:11px; height:11px; }
#fp-nav.right{right:20px;}

.two_header{border-bottom: 1px solid rgba(0,0,0,0.1)}
.two_header #menu .nav .nLi p a{color:#333333}
.two_header .h_search{background: url(../images/search_h.png) no-repeat center}
.two_header .h_search{border-left: 1px solid rgba(0,0,0,0.1)}

.three_header #menu .nav .active p a,.three_header #menu .nav .nLi:hover p a{font-weight:bold; color:#fff}




/*第1块*/
.section1{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative;}
.section1 .swiper-container{width:100%; height: 100vh;}
.section1 .swiper-slide a{width:100%; height: 100vh; display: block}
.section1 .swiper-slide a img{width:100%; display: block; height:100%;  object-fit: cover; object-position: center center;}
.ban_title{width:auto; height: 40px; line-height: 40px; position: absolute; bottom:5%; right:25%;  font-size: 16px; color: #fff; border-radius: 25px; padding: 0 20px; background: #b88644}
.ban_icon{width:31px; height:52px; position: absolute; bottom:10%; left:2%;  animation:mymove 5s infinite; z-index: 9; text-align: center; display: block}
.ban_icon span{color:#fff; font-size: 14px; writing-mode:tb-rl; writing-mode:vertical-rl; margin-bottom: 1vh}

@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}


.section1 .swiper-button-next,.section1 .swiper-button-prev{width:54px; height: 54px; border: 1px solid #fff; border-radius: 50%; top:auto; }
.section1 .swiper-button-next{background: url(../images/ban_right.png) no-repeat center; right:8%; bottom:10%;}
.section1 .swiper-button-prev{background: url(../images/ban_left.png) no-repeat center; left:auto; right:8%; bottom:18%;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: '';}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: '';}
.section1 .swiper-button-next:hover{background:#094a99 url(../images/ban_right.png) no-repeat center;}
.section1 .swiper-button-prev:hover{background:#094a99 url(../images/ban_left.png) no-repeat center;}




/*第2块*/
.section2{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section2:after{content: ""; width:25%; height:27vh; background: url(../images/about_top.png) no-repeat left top; background-size: 100% 100%; position: absolute; top:0; left:0; z-index:0}
.section2 .w1440{position: relative; z-index: 9; overflow: hidden}
.section2_ban{background: url(../images/about_bjs.jpg) no-repeat center bottom; background-size:cover; 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:50%; height: auto; float: left}
.index_about_title{width:100%; height: auto; overflow: hidden}
.index_about_title h5{color:#094a99; font-size: 24px; background: url(../images/ab_icon.png) no-repeat left center; padding-left:95px; height: 50px; line-height: 50px;}
.index_about_title h6{color:#000000; font-size: 24px; margin: 24px 0}
.in_about_xx{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 30px; display: block}
.index_about_left ul{width:100%; height: auto; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 4vh 0}
.index_about_left ul li{width:auto; float: left; margin-right:30px; text-align: center}
.index_about_left ul li:last-child{margin-right: 40px;}
.in_ab_img{color:#094a99; font-size:48px; font-weight: bold;}
.index_about_left ul li h4{color:#333333; font-size: 16px; line-height: 30px;}
.h_more{width:168px; height: 48px; background: #b88644 url(../images/ab_jts.png) no-repeat 95% center; border-radius: 25px; font-size:16px; line-height: 48px; display: block; color:#fff; padding-left: 32px;}
.h_more:hover{background: #094a99 url(../images/ab_jts.png) no-repeat 95% center}
.index_about_right{float: right; width: 70px; height: 71px; margin-right: 5.5%; margin-top:15vh; 
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_about_right img{width:100%; display: block}
.in_about_t{background: #b88644; color:#fff; font-size: 16px; border-radius: 25px; line-height:40px; padding: 0 35px; display: table; position: absolute; bottom:5%; right:5%}
.ban_hicon{width:31px; height:52px; position: absolute; bottom:10%; left:2%;  animation:mymove 5s infinite; z-index: 9; text-align: center; display: block}
.ban_hicon span{color:#0a4b9f; font-size: 14px; writing-mode:tb-rl; writing-mode:vertical-rl; margin-bottom: 1vh}
.index_about_right:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}	


/*弹出视频*/
.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;}



/*3*/
.section3{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section3 .w1440{position: relative; z-index: 9; overflow: hidden}
.section3_ban{background: url(../images/service_bjs.jpg) no-repeat center bottom;  background-size:cover; width: 100%;  height: 100vh;  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);}
.index_service{width:100%; height: 100vh; overflow: hidden}
.index_service ul{width:100%; height: 100vh; overflow: hidden}
.index_service ul li{width:16.6666%; height: 100%; float: left;  position: relative; text-align: center}
.index_service ul li a{width:100%; height: auto; position: absolute; top:50%; left:0; padding: 0 5%; transform: translate(0,-50%);}
.index_service_icon{width:158px; height: 147px;  background: url(../images/s_icon.png) no-repeat center; display: flex; align-items: center; margin: 0px auto 40px}
.index_service_icon img{align-items: center; margin: 0px auto;}
.index_service ul li h3{color:#fff; font-size: 20px; font-weight: bold;}
.index_service ul li h4{color:#fff; font-size: 16px; line-height: 30px;}
.index_service ul li i{width:20px; height: 9px; background: url(../images/bb_jts.png) no-repeat center; display: block; margin: 24px auto;}
.index_service ul li:hover{background: rgba(2,89,193,0.9)}



/*4*/
.section4{width: 100%; height: 100%; overflow: hidden; position: relative; position: relative}
.section4 .w1440{position: relative; z-index: 9; margin-top: 10vh}
.section4_ban{background: url(../images/case_bjs.jpg) no-repeat center; background-size:cover; width: 100%;  height: 100vh;  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);}
.index_case_t{width:100%; height: auto; overflow: hidden; text-align: center}
.index_case_t h4{color:#fff; font-size: 24px; background: url(../images/ab_icon.png) no-repeat left center; padding-left:95px; line-height: 60px; display: table; margin: 0px auto;}
.index_case_t h5{color:#fff; font-size: 45px; text-align: center}
.index_case_t p{color:#fff; font-size: 16px; text-align: center; line-height: 32px; width:1000px; margin:8px auto 0;}
.index_case_all{width:100%; height: auto; overflow: hidden; }
#certify {position: relative; width: 1350px; margin:42px auto 0}
#certify .swiper-container {padding-bottom: 60px;}
#certify .swiper-slide{width:616px; height:404px;}
#certify .swiper-slide a{width:100%; height: 100%; display: block; position: relative; overflow: hidden}
#certify .swiper-slide img{display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
#certify .swiper-slide p{background: rgba(184,134,68,0.5); line-height:50px; text-align: center; color: #fff; font-size: 16px; margin: 0; position: absolute; bottom:0; left:0; width: 100%; opacity: 0}
#certify .swiper-slide-active p{opacity: 1}
#certify .swiper-button-prev,#certify .swiper-button-next{width:54px; height:54px; border-radius: 50%; margin-top: -27px}
#certify .swiper-button-prev{left:15%; background:rgba(0,0,0,0.5) url(../images/case_left.png) no-repeat center}
#certify .swiper-button-prev:hover {background:#b88644 url(../images/case_left.png) no-repeat center}
#certify .swiper-button-next{right:15%; background:rgba(0,0,0,0.5) url(../images/case_right.png) no-repeat center}
#certify .swiper-button-next:hover {background:#b88644 url(../images/case_right.png) no-repeat center}

#certify .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;}



/*5*/
.section5{width: 100%; height: 100%; overflow: hidden; position: relative; }
.section5 .w1440{position: relative; z-index: 9; margin-top: 9vh}
.section5_ban{background: url(../images/youshi_bjs.jpg) no-repeat center; background-size:cover; 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);}
.index_youshi_t{color:#094a99; font-size: 24px; background: url(../images/ab_icon.png) no-repeat left center; padding-left:95px; height: 50px; line-height: 50px;}
.section5 ul{width:100%; height: auto; overflow: hidden; margin: 2vh 0}
.section5 ul li{width:166px; height: 166px; background: url(../images/youshi_img.png) no-repeat center;  margin-right: 10px; font-size: 18px; float: left;  display:flex;
 display:-webkit-flex; -webkit-align-items: center;
align-items: center; color:#fff; font-size: 18px; font-weight: bold; }
.section5 ul li p{margin: 0px auto; text-align: center; line-height: 30px;}
.index_youshi_dl{width:100%; height: auto; overflow: hidden}
.index_youshi_dl dl{width:100%; height: auto; overflow: hidden; margin-bottom:4vh}
.index_youshi_dl dl dt{color:#094a99;font-size: 24px; font-weight: bold;}
.index_youshi_dl dl dt span{color:#ba8847; font-size: 16px; margin-left: 10px; font-weight: normal}
.index_youshi_dl dl dd{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 30px; margin-top: 8px}





/*6*/
.section6{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section6 .w1440{position: relative; z-index: 9; }
.section6_ban{background: url(../images/news_bjs.jpg) no-repeat center; background-size:cover; 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);}
.ys_about_t{width:auto; height: 40px; line-height: 40px; position: absolute; bottom:5%; right:27%;  font-size: 16px; color: #fff; border-radius: 25px; padding: 0 20px; background: #b88644}
.index_news_t{color:#fff; font-size: 24px; background: url(../images/ab_icon.png) no-repeat left center; padding-left:95px; height: 50px; line-height: 50px;}
.index_news_top{width:100%; height: auto; overflow: hidden; padding: 10px 0;}
.index_news_top h4{color:#fff; font-size: 16px; line-height: 32px; float: left; width:90%}
.index_news_top a{width:54px; height: 54px; float: right; color:#fff; font-size:18px; font-weight: bold;  text-align: center; line-height: 54px; background: #094a99; 
	border-radius: 50px; position: relative; margin-top: 5px; margin-right: 12px;}
.index_news_top a:after{content: ""; width: 100%; height: 100%; position: absolute; top:0; left:0; background: rgba(9,74,153,0.3); border-radius: 50%; transform: scale(1.4);transition: all 1s ease 0s;-webkit-transform: scale(1.4);-webkit-transform: all 1s ease 0s; z-index: 0}
.index_news_top a:before{content: ""; width: 100%; height: 100%; position: absolute; top:0; left:0; background: rgba(9,74,153,0.3); border-radius: 50%; transform: scale(1.2);transition: all 1s ease 0s;-webkit-transform: scale(1.2);-webkit-transform: all 1s ease 0s; z-index: -1}
.index_news_class{width:100%; height: auto; overflow: hidden; margin-top:15vh;}
.index_news_class a{width:463px; height: 204px; background:#fff; border-radius: 15px; padding: 50px; float: left; margin-right: 18px; transition: all 0.4s ease-in-out;}
.index_news_class a img{width:93px; height: auto; float: left}
.news_class_t{margin-left:110px; }
.news_class_t h4{color:#094a99; font-size: 24px; font-weight: bold; background: url(../images/n_icon.png) no-repeat left center; padding-left: 35px;}
.news_class_t h5{color:#000000; font-size: 30px; margin-top: 15px}
.index_news_class a:hover{padding: 50px 40px;}






/*第8块*/
.section7{width: 100%; height: 100%; overflow: hidden; position: relative; }
.section7 .w1440{position: relative; z-index: 9; overflow: hidden }
.section7_ban{background:url(../images/contact_bjs.jpg) no-repeat center;  background-size:cover; 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);}
.index_contact_title{width:100%; height: auto; overflow: hidden}
.index_contact_title h4{color:#fff; font-size: 24px; background: url(../images/ab_icon.png) no-repeat left center; padding-left: 100px; line-height: 60px}
.index_contact_title h5{color:#fff; font-size:45px; margin:5px 0}
.index_contact_title p{color:#fff; font-size: 16px;}
.index_contact_info{width:26%; height: auto; float: left; margin-top:7vh}
.index_contact_info h5{color:#fff; font-size: 18px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase}
.index_contact_info p{color:#fff; font-size: 16px; line-height: 30px; padding-left:25px;}
.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}
.f5{background: url(../images/f5.png) no-repeat left center}
.f6{background: url(../images/f6.png) no-repeat left center}
.index_contact_input{width:44.4%; height: auto; float: left; margin-top:7vh; margin-left:3%}
.index_contact_input h5{color:#fff; font-size: 18px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase}
.index_contact_input dl{width:100%; height: 50px; line-height: 50px; }
.index_contact_input dl dt{width:48%; height: 50px; border-bottom: 1px solid rgba(255,255,255,0.2); float: left}
.index_contact_input dl dd{width:48%; height: 50px; border-bottom: 1px solid rgba(255,255,255,0.2); float: right; position:relative}
.index_contact_input dl input[type="text"]{width:100%; height: 100%; border: 0; font-size: 14px; color: #fff; border: 0; background: none;}
.in_sbumit{width:108px; height: 40px; float: left; background: #b88644; border-radius: 25px; text-align: center; line-height: 40px; font-size: 16px; border: 0; color:#fff; margin-top:30px;}
.in_sbumit:hover{background: #fff; color:#b88644}

.index_contact_input dl input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.index_contact_input dl input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.index_contact_input dl input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.index_contact_input dl input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  
.indontact_logo{width:147px; height: 147px; float: right; margin-right:6%}
.indontact_logo img{width:100%; display: block}

.in_contact_t{background: #b88644; color:#fff; font-size: 16px; border-radius: 25px; line-height:40px; padding: 0 35px; display: table; position: absolute; bottom:5%; right:5%}




/*版权*/
.index_banquan{width:1400px; height: auto;  position: absolute; bottom:3vh; left:50%; transform: translate(-50%,0);}
.index_banquan_info{width:74%;  border-top:1px solid rgba(255,255,255,0.4); line-height:50px;}
.index_banquan .copy_l{width:100%; font-size: 14px; color: #fff; }
.copy_l a{font-size: 14px; color: #fff; text-align: center}
.index_zhichi{width:100%; height:40px; line-height:40px; }
.index_zhichi p{ width:auto; float: left; font-size: 14px; color:#fff; line-height:40px; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height:40px; background: url(../images/vl.png) no-repeat center; margin-right: 10px}
.index_zhichi .js{width:90px;height:40px; background: url(../images/wl.png) no-repeat center;}
.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;}






/* .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:115px;text-align: left;position: relative; line-height: 42px; font-weight: bolder }
.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;}
.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;}




/*底部*/
.footer{width:100%; height:auto;  background:#094a99; overflow: hidden; padding-top: 30px;}
.footer_left{width:370px; height: auto; float: left;  padding-bottom: 30px}
.f_logo{width:100%; display: block; margin-bottom:10px;}
.f_logo img{max-width: 100%}
.footer_left h4{color:#ffffff; font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.footer_left p{color:#ffffff; font-size:14px; line-height: 30px; }
.footer_nav{width:790px; height: auto; float: right; display: flex;     -webkit-justify-content: flex-end;
    justify-content: flex-end;  display: -webkit-flex;}
.footer_nav dl{margin-left: 60px; float: left;}
.footer_nav dl dt{font-size: 17px; color: #fff}
.footer_nav dl dd{width:100%; overflow: hidden; margin-top:10px;}
.footer_nav dl dd a{width:100%; display: block; font-size: 14px; color: #fff; margin-bottom: 8px;}
.footer_nav dl dd a:hover{font-weight:bold;}
.f_copy{width:100%; height:60px; overflow: hidden; line-height:60px;  margin-top: 50px; background:#094a99; border-top:1px solid rgba(255,255,255,0.2) }
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left; }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#009b48!important}
.footer_zhichi{width:372px; height:auto; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; height: 100%; line-height:60px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:20px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:20px;}
.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;}
.index_links{width:100%; height: auto; overflow: hidden; margin:15px 0}
.index_links h4{color:#333333; font-size:16px; float: left; line-height:30px;}
.index_links_p{margin-left:90px; }
.index_links_p a{color:#333333; font-size: 14px; float: left; margin-right: 30px; line-height: 30px;}





/*客服*/
.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: -125px;
    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:#005bac;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}



/*产品详情页*/
.ny_product_show{width:100%; height: auto; overflow: hidden; margin: 55px 0; padding-bottom:110px;}
.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;}





.inside_banner{ height:360px;  position:relative}
.inside_banner .in_header,.about_ban .in_header{position:absolute}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center ;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center; }
.case_ban{background: url(../images/case_ban.jpg) no-repeat center ;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center ;}
.dqjs_ban{background: url(../images/dqjs_ban.jpg) no-repeat center ;}
.honor_ban{background: url(../images/honor_ban.jpg) no-repeat center ;}
.xq_ban{background: url(../images/xq_ban.jpg) no-repeat center ;}



.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: rgb(255, 255, 255);; text-align: center;line-height: 2.4; padding-top:145px;}
.inside_banner p{ text-align: center; font-size: 16px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: rgb(255, 255, 255);;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{height:auto; background: #f7f6f4;position: relative; padding:20px 0}
.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; max-width:1200px}
.nav-wrap li{ float: left; line-height:60px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 28px; position:relative; 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:0; background: #094a99; 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;}
.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; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #094a99;}
.honor_list li:hover .gallery-title{ background: #094a99; color: #fff;}



.case_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.case_list li{ width:24.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.case_list li:nth-child(4n){ margin-right: 0;}
.case_list li .img{overflow: hidden;}
.case_list li .img img{ width: 100%; transition: all 0.3s; display:block}
.case_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.case_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.case_list li:hover{ border: 1px solid #094a99;}
.case_list li:hover .gallery-title{ background: #094a99; color: #fff;}









.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.section-content{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#094a99; margin: 60px 0 100px;}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_news_show img{max-width:100%}
.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: 22px; color: #094a99; position: relative; line-height: 2.8; margin-top: -10px;}
.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: 24px; 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;}



/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 100px}
.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:478px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.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:600px; height:auto; float:left; margin-left: 50px; padding: 10px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:35px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd 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 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 #094a99;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more:hover{background: #094a99; color: #fff; border: 1px solid #094a99}

/*研发中心*/
.ny_yfzx_all{width:100%; height: auto; overflow: hidden; margin-bottom: 60px;}
.ny_yfzx_title{width:100%; height: auto; overflow: hidden; margin-top: 75px;}
.ny_yfzx_title h3{font-size: 30px; color: #060507; width: 100%; height: 30px; line-height: 30px;}
.ny_yfzx_title h3 span{float: left}
.ny_yfzx_title h3 hr{width:1060px; height: 1px; background: #ddd; float: right; margin-top:15px;}
.ny_yfzx_title h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #094a99; margin-top: 8px;}
.ny_yfzx_title h4 span{width:36px; height: 1px; background: #094a99; float: left; margin-top:22px; margin-left: 8px;}
.ny_yfzx_title h4 p{width:auto; float: left; color: #094a99;}
.ny_yfzx_title h5{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 30px; color: #060507}
.ny_yfzx_xx{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #555555; line-height: 30px; margin-top: 30px;}
.yfzx_more{width:172px; height: 40px; border: 1px solid #cec8cc; display: block; text-align: center; line-height: 40px; font-size: 16px; color: #333333; margin-top: 30px;}


/*��ҳ����*/
.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: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:57%; 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:28%; 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:#094a99}
.ny_news_all ul li:hover h3{font-weight: bold; }


/* ��ҳ��ϵ���� */
.lianxi{ overflow: hidden; padding-bottom: 0px;}
#map{ height: 550px; width: 100%;}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width: 49%; float: left; 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: #094a99; left: 5%; top: 30px;}
.lianxi_fs p:nth-child(2n){float:right}
.lianxi_ewm{ display: table; margin: 30px auto;}
.lianxi_ewm li{overflow: hidden; float: left; margin: 0 20px;  text-align: center; width:150px}
.lianxi_ewm li img{border:1px solid #ddd; width:100%}
.lianxi_ewm li p{ line-height: 1.8; font-size: 16px; color: #333;}
.liuyan{overflow: hidden;  height: 580px; background: url(../images/ny_pc_6.jpg) no-repeat center top fixed; background-size:cover; margin:130px 0 0; padding-top:70px;}
.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 rgba(255,255,255,0.2); 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 rgba(255,255,255,0.2); margin-top: 20px; height: 72px;     resize: none;}
.liuyan input[type="submit"]{ width: 200px; background: #fff;border: none; font-size: 16px; color: #094a99; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer; cursor:pointer}
.jrwm{overflow: hidden; padding-bottom: 0px;}
.jrwm .jiaru_nr{ font-size: 16px;}
.jrwm .jiaru_nr p{ line-height: 2;  color: #454545; text-align: justify;font-size: 16px;}
.jrwm .jiaru_nr img{ width: 100%;}
.anli_jz p{ font-size: 16px;  color: #454545; line-height: 30px;}
.anli_jz p strong{ font-size: 18px;}




/*关于我们*/
.about_ban{width:100%; height:854px; background: url(../images/about_ban.jpg) no-repeat center; position: relative}
.about_ban_bottom{width:1440px; height: auto; position: absolute; bottom:20px; left:50%; transform: translate(-50%,0); z-index: 9}
.about_ban_left{width:auto; float: left}
.about_ban_left h4{color:#fff; font-size: 36px;}
.about_ban_left h5{color:#fff; font-size: 99px; font-weight: bold;}
.about_ban_shb{width:92px; height: 92px; border-radius: 50%; border: 1px solid #fff; background: rgba(9,74,153,0.2); border-radius: 50%; float: right; 
	display: flex; align-items: center; margin-top: 45px}
.about_ban_shb img{align-items: center; 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;}
.about_ban_shb:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.ny_about_huan{width:100%; height: auto; overflow: hidden; margin-top: 70px; margin-bottom: 55px;}
.ny_huanjing_t{width:100%; height: auto; overflow: hidden}
.ny_huanjing_t dl{width:75%; height: auto; float: left}
.ny_huanjing_t dl dt{color:#333333; font-size: 36px; font-weight: bold; margin-bottom: 10px;}
.ny_huanjing_t dl dd{color:#666666; font-size: 16px; line-height:30px;}
.ny_huanjing_t a{width:196px; height: 63px; line-height: 63px; float: right; text-align: center; background: #b88644; border-radius: 50px; margin-top: 25px;}
.ny_huanjing_t a span{color:#fff; background:url(../images/more.png) no-repeat right center; padding-right:30px;}
.about_huan_all{width:100%; height: auto; overflow: hidden; margin-top:52px}

.about_huan_all .mySwiper {
      width: 100%;
      height: 672px;
      margin-left: auto;
      margin-right: auto;
    }

.about_huan_all .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 12px) / 2) !important;
      /* Center slide text vertically */
      display: flex;
      justify-content: center;
      align-items: center;
    }


.about_huan_all .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.about_huan_all .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_huan_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;}
.ny_about_zuzhijigou{width:100%; height: auto; overflow: hidden; margin-top: 62px}
.about_zuzhijigou_img{width:100%; height: auto; overflow: hidden; text-align:center; margin-top: 22px;}
.about_zuzhijigou_img img{max-width:100%}
.ny_about_fuwu{width:100%; height:633px; background: url(../images/fuwu_bjs.jpg) no-repeat center; padding-top: 125px;}
.ny_about_fuwu ul{width:auto; max-width: 100%; display:table; margin:0px auto;}
.ny_about_fuwu ul li{width:345px; height: 345px; float: left; background: url(../images/fuwu_bjs.png) no-repeat center; background-size: 100% 100%; position: relative; margin-right: 25px;}
.ny_about_fuwu ul li:last-child{margin-right: 0}
.about_fuwu_info{width:100%; height: auto; overflow:hidden; position: absolute; top:50%; left:0; text-align: center; transform:translate(0,-50%)}
.about_fuwu_info h4{color:#fff; font-size: 24px;}
.about_fuwu_info hr{width:28px; height: 5px; background: #fff; display: block; margin:10px auto 14px}
.about_fuwu_info p{color:#fff; font-size: 18px; line-height: 30px;}
.ny_about_fuwu ul li:hover{background: url(../images/fuwu_hbjs.png) no-repeat center; background-size:100% 100%}
.ny_about_one{width:100%; height: auto; overflow: hidden; margin-bottom: 68px; margin-top:50px;}
.ny_about_one .w1440{ display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.about_one_left{width:70%; height: auto; float: left}
.about_one_left h4{color:#333333; font-size: 36px; font-weight: bold; margin-bottom: 34px;}
.about_one_xx{width:100%; height: auto; overflow: hidden}
.about_one_xx p{color:#333333; font-size: 16px; line-height: 32px; text-indent: 2rem}
.about_one_more{width:196px; height: 63px; display: block; background: #b88644; border-radius: 45px; text-align: center; margin-top: 36px;}
.about_one_more span{color:#fff; font-size: 18px; background: url(../images/more.png) no-repeat right center; text-align: center; line-height: 63px; padding-right: 30px; margin: 0px auto;}
.about_one_more:hover{background: #094a99}
.about_one_num{width:360px; height: auto; float: right; margin-top: 80px;}
.about_one_num ul{width:100%; height: auto; overflow: hidden}
.about_one_num ul li{width:50%; height: 180px; border-bottom: 1px solid #eeeeee; float: left; text-align: center; padding-top: 20px}
.about_one_num ul li:nth-child(3),.about_one_num ul li:nth-child(4){border-bottom: 0}
.about_one_num ul li:nth-child(1),.about_one_num ul li:nth-child(3){border-right:1px solid #eeeeee}
.about_one_num ul li span{color:#094a99; font-size: 48px; font-weight: bold;}
.about_one_num ul li i{color:#094a99; font-size: 48px; font-weight: bold; font-style: normal}
.about_one_num ul li p{color:#333333; font-size: 16px;  margin-top:10px;}
.about_one_num ul li:hover span{color:#81161b}
.ny_about_licheng{width:100%; height: auto; overflow: hidden; margin-top: 80px;}
.about_four_licheng{width:100%; height:569px; background: url(../images/licheng_bjs.jpg) no-repeat right center; margin-top: 24px;}
.ny_lc_left{float: left; width:537px; height:330px; background: #b88644; float: right;  margin-top: 76px;}
.about_four_licheng .ny_lc_right{height: 567px; float: right; width:466px;  position: relative; padding-left: 20px}
.ny_lc_right:after{content: ""; width: 1px; height: 100%; border-right:1px dashed rgba(255,255,255,0.5); position: absolute; top:0; right:4px}
.about_four_licheng .mySwiper{height:410px; width:100%;  text-align: right; margin-top: 60px;}
.about_four_licheng .swiper-slide .sw_xx{width:100%; height: auto; padding-right:35px; padding-left:3%}
.sw_xx h4{width:100%; height:30px;line-height: 30px; color: #fff; font-size:25px;  font-weight: bold; position: relative}
.sw_xx h4:after{content: ""; background: #fff; border-radius: 50%; width: 10px; height: 10px; position: absolute; top:50%; margin-top: -5px; right:-35px}
.sw_xx p{width:100%; height:30px;line-height: 30px; color: #ffffff; font-size:16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 8px;}
.ny_lc_right .swiper-button-next,.ny_lc_right .swiper-button-prev{width:32px; height:32px; top:auto; margin-top:0; bottom:40px}
.ny_lc_right .swiper-button-next{background: url(../images/lc_right.png) no-repeat center; right:30px}
.ny_lc_right .swiper-button-prev{background: url(../images/lc_left.png) no-repeat center; left:auto; right:100px }
.swiper-slide-thumb-active .sw_xx h4{font-size: 30px;}
.f_sw{width: 100%; height: auto; overflow: hidden; display: block; padding: 40px 45px}
.f_sw h4{color:#fff; font-size:25px; font-weight:bold; margin-bottom: 26px;}
.about_lc_xx{width:100%; height: 150px; overflow: hidden;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:5;
  -webkit-box-orient:vertical; overflow:hidden; margin-bottom:10px}
.about_lc_xx p{color:#ffffff; font-size: 16px; line-height:30px;}
.f_sw span{color:#fff; position: relative; text-align: right; font-size:18px; display: block; background: url(../images/more.png) no-repeat right center;
	padding-right: 20px;}












@media screen and (max-width:1680px){
	.content_list_title{left:7%}
	

}


@media screen and (max-width:1560px){
	.w1440,.index_banquan,.about_ban_bottom,.ny_about_fuwu ul{width:1200px;}
	#certify{width:1100px;}
	.index_contact_title h5{font-size:30px;}
	.index_contact_info{width:34%}
	.index_contact_info p{font-size:14px;}
	.index_news_class a{padding:30px 24px; width:440px; height:150px;}
	.news_class_t h5,.index_case_t h5{font-size:24px;}
	.index_news_class a:hover{padding:30px 24px;}
	.index_news_class a img{width:88px;}
	.ny_about_fuwu ul li{width:281px; height:281px; background-size:100% 100%}
	.about_fuwu_info p{font-size:16px; line-height:24px;}
}


@media screen and (max-width:1450px){
.indontact_logo{margin-right:0}
#menu{width:52%}
.in_ab_img{font-size:35px}
}


