﻿*{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:86px; position:fixed; top:0; left:0;  z-index:9999; border-bottom: 1px solid rgba(255,255,255,0.4); background:rgba(255,255,255,0.25)}
.h_logo{width:19%; float: left;  display: flex; align-items: center; height:86px; background: #fff; text-align: center;z-index: 1;position: relative;}
.h_logo img{align-items: center; margin: 0px auto; max-height: 90%; max-width: 90%}
.h_search{width:5%; height:86px;  float: right; background:url(../images/search_icon.png) no-repeat center; cursor: pointer; border-left:1px solid rgba(255,255,255,0.25);  }
.form_box{position: fixed;  top:86px; 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: #09315d; font-size:16px;}
.h_dianhua{float: right; background: url(../images/dh_icon.png) no-repeat 30px center;  height:86px; line-height:86px; font-size:20px; color:#fff; 
	border-left:1px solid rgba(255,255,255,0.25); padding-left: 60px;  width: 16%}

/*导航*/
#menu{width:48%; 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:84px; width:12%;  }
#menu .nav .nLi:last-child{margin-right: 0}
#menu .nav .nLi p{font-weight: normal; text-align:center;  z-index: 2; position: relative; height:100%;  margin: 0px auto; display: table}
#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%; top:86px; margin-left: -70px;  position:absolute;  line-height:26px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height:auto;font-size: 15px;  color:#333; padding: 4px 0}
#menu .nav .sub a:hover{ color:#0161db;  }
.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,#menu .nav .nLi:hover p{border-bottom: 2px solid #aae735}
#fp-nav ul li, .fp-slidesNav ul li{width:23px; height:22px;  border-radius: 50%;  margin: 0 0 18px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:url(../images/dian.png) no-repeat center; border:0; width:23px; height:22px; 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:url(../images/active.png) no-repeat center; width:23px; height:22px; margin:0!important;}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{margin:0!important;  width: 23px!important; height: 22px!important;}
#fp-nav.right{right:20px;}

.two_header {background:rgba(0,0,0,0.25)}



/*第1块*/
.section0{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative;}
.section0 .swiper-container{width:100%; }
.section0 .swiper-slide a{width:100%; height:100vh; display: block }
.section0 .swiper-slide a img{width:100%; display: block; height:100vh;  object-fit: cover; object-position: center center;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.section0 .swiper-pagination{width:auto; left:15%; bottom:6vh; color:#fff;  font-size:24px }
.ban_icon{width:64px; height: auto; position: absolute; bottom:8vh; left:50%; margin-left:-32px; z-index: 9; animation:circleRoate 5s infinite linear ; }
@keyframes circleRoate{  
	 from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}  
 } 


.banner-index{position: relative;overflow: hidden; width:100%; height:100vh}
.banner-index .list .video-js{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: none;}
.banner-index .list,
.banner-index .list > li{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.banner-index .list > li.active{z-index: 1;}
.banner-index .list > li a{display: block;width: 100%;overflow: hidden;}
.banner-index .list > li img.ban_pic{display: block;width: 100%;opacity: 0;-webkit-transition: all 1s;transition: all 1s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.banner-index .list > li.noscale img.ban_pic,
.banner-index .list > li.active img.ban_pic{opacity: 1;-webkit-transform: none;transform: none;}
.banner-index .list.ground,
.banner-index .list.ground li{position: relative;width: auto;height: auto;}
.banner-index .btn{right: 50%;  margin-right: -40px; bottom: 20px; z-index: 1; overflow: hidden; position: absolute;}
.banner-index .btn a{display: block;width: 16px;height: 16px;margin: 10px 5px;border: 1px solid transparent;border-radius: 50%; float: left;}
.banner-index .btn a i{display: block;width: 8px;height: 8px;margin: 3px auto;background: #fff;border-radius: 50%;}
.banner-index .btn a.active{border-color: #09315d;}
.banner-index .btn a.active i{background: #09315d;}
.banner-index-mobile{display: none;}
.banner-index video{height:auto!important; width: 100%; -o-object-fit: cover; object-fit: cover;}







/*关于我们*/
.section2{ width: 100%; height: 100%;overflow: hidden; position: relative; }
.section2_top{width:100%; height:72vh; overflow: hidden}
.about_top_left{width:45%;  height: 100%; float: left; background: url(../images/about_top.jpg) no-repeat center; background-size: cover; padding:21vh 4.5% 0 13%}
.about_top_left h4{color:#fff; font-size: 38px; font-weight: bold; }
.about_top_left h5{color:#fff; font-size:16px; opacity: 0.5; margin: 8px 0 30px}
.about_top_left img{display: block; margin: 15px 0 40px; opacity: 0.3}
.in_abxx{width:100%; height: auto; overflow: hidden; color: #fff; font-size: 16px; line-height: 30px; display: block}
.in_abmore{width:102px;  height: 40px; color:#fff; line-height: 40px; border-bottom: 1px solid #fff; background:url(../images/ab_jts.png) no-repeat right center; 
	display: block; margin-top:6vh}
.about_top_right{width:55%; height: 100%; float: left}
.about_top_right .mySwiper{width:100%; height: 100%}
.about_top_right .mySwiper .swiper-slide a{width:100%; height: 100%; display: block; overflow: hidden}
.about_top_right .mySwiper .swiper-slide a img{width:100%; height: 100%; object-fit: cover; object-position: center center;}
.about_top_right .swiper-pagination{width:auto; left:5%; bottom:4vh}
.about_top_right .swiper-pagination-bullet{background: #fff; opacity: 1;  width:12px; height:12px; margin: 0 10px!important}
.about_top_right .swiper-pagination-bullet-active{background:none; border:1px solid #fff; width:14px; height: 14px;}
.section2_bottom{width:100%; height:28vh; overflow: hidden}
.about_bottom_left{width:45%; float: left; background: url(../images/about_bottom.jpg) no-repeat center; height: 100%; padding-top: 50px; padding-left: 12%; position: relative}
.about_bottom_left:after{content: ""; width: 75%; height:3px; background: #e4e4e4; position: absolute; top:11vh; left:5%}
.about_bottom_left h4{color:#093064; font-size: 24px; font-weight: bold; margin-bottom: 5vh}
.about_bottom_left p{color:#666666; font-size:16px; line-height: 30px;}
.about_bottom_right{width:55%; height:100%; background:url(../images/num_bjs.jpg) no-repeat center; float: left; padding-top:7vh}
.about_bottom_right dl{width:auto; height: auto; float: left; text-align: center; margin-left:8%}
.about_bottom_right dl dt{width:100%; height: auto; overflow: hidden; font-size: 14px; color:#fff}
.about_bottom_right dl dt span{color:#fff; font-size: 48px; font-weight: bold;}
.about_bottom_right dl dd{width:100%; font-size: 16px; color: #1079f4}
.about_bottom_right dl dd hr{width:27px; height: 4px; background: #fff; display: block; margin:5px auto 15px; border: 0}
.about_bottom_right dl dd p{width:100%; color:#fff; opacity: 0.73; font-size: 14px;}
.active .index_about_info{animation-name: fadeInLeft; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_about_video{animation-name: fadeInRight; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_about_bottom{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}





/*4*/
.section4{width: 100%; height: 100%; overflow: hidden; position: relative}
.section4 .w1440{position: relative; z-index: 9;}
.section4_ban{background: url(../images/product_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_product_left{width:100%; overflow: hidden; padding: 70px 0}
.index_product_all{width:100%; height: auto; overflow: hidden; position: relative; z-index: 9; }
.index_product_xx{width:360px; height: auto; float: left; margin-top:15vh; opacity: 0}
.index_product_xx img{opacity: 0.25; margin-bottom:5vh}
.index_product_xx h4{color:#fff; font-size: 24px; font-weight: bold; margin-bottom: 1vh}
.index_product_xx h5{color:#fff; font-size: 24px; opacity: 0.5}
.index_product_xx p{color:#fff; font-size: 16px; line-height: 30px; margin: 5vh 0 6vh}
.index_product_xx span{border-bottom: 1px solid #fff; background: url(../images/ab_jts.png) no-repeat right center; font-size: 18px; color: #fff; 
	padding-right: 40px}
.index_product_pic{width:534px; height: 534px; position: relative; float: left; border-radius: 50%; margin-left: 8.5%; position: relative; opacity: 0}
.index_product_pic:after{content: ""; width:100%; height: 100%; border-radius:50%; border: 1px solid rgba(255,255,255,0.04); position: absolute; top:0; left:0; transform: scale(1.24); }
.index_product_pic:before{content: ""; width:100%; height: 100%; border-radius:50%; border: 1px solid rgba(255,255,255,0.08); position: absolute; top:0; left:0; transform: scale(1.16); }
.product_pic_img{width:534px; height: 534px; border-radius: 50%; background: rgba(255,255,255,0.2); position: relative; display: flex; align-items: center; border: 1px solid rgba(255,255,255,0.3)}
.product_pic_img:after{content: ""; width:100%; height: 100%; border-radius:50%; border: 1px solid rgba(255,255,255,0.18); position: absolute; top:0; left:0; transform: scale(1.08); }
.product_pic_img img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%; display: block}
.index_product_pic i{width:11px; height: 11px; background: #fff; border-radius: 50%; position: absolute;}
.pd1{ top: 38px; left: 21%;}
.pd2{ top: 38px; right: 21%;}
.pd3{ top: 50%; left: -5px;}
.pd4{ bottom: 38px; left: 21%;}
.pd5{ bottom: 38px; right: 21%;}
.index_pro_nav{width:auto; height: auto; overflow:hidden; display: table; margin: 0px auto; position: relative; z-index: 9}
.index_pro_nav a{width:180px; height: 50px; background: #09315d; text-align: center; line-height: 50px; border-radius: 25px; font-size: 18px; color:#fff; font-size: 18px; float: left; margin: 0 15px}
.index_pro_nav a:hover{background:#fff; color:#09315d}
.index_product_right{width:39%; height: auto; position: absolute; top:50%; right:0; transform: translate(0,-50%); z-index: 999}
.index_product_right .swiper-slide a{width:100%; height: auto; display: block}
.product_right_pic{width:121px; height: 121px; background: #fff; border-radius: 50%; display: flex; align-items: center;  float: left; margin-top:13vh}
.product_right_pic img{align-items: center; margin: 0px auto; max-width: 100%; max-height:70%; border-radius: 50%}
/*
.product_right_xx{width:56%; float: right; padding: 0 3% 0 7%; opacity: 0.25}
.product_right_xx h4{color:#fff; font-size: 24px; font-weight: bold; margin-top:8vh}
.product_right_xx h5{color:#fff; font-size: 24px;  margin:1vh 0 4vh}
.product_right_xx p{color:#fff; font-size: 16px; line-height: 30px;}
.product_right_xx span{ background: url(../images/ab_jts.png) no-repeat right center; font-size: 18px; color: #fff; padding-right: 40px; margin-top: 4vh;
	display: table}
*/

.product_all_li .swiper-button-next,.product_all_li .swiper-button-prev{width:44px; height: 46px; margin-top: 0;}
.product_all_li .swiper-button-next{background: url(../images/hz_right.png) no-repeat center; right:14.9%; top:30%}
.product_all_li .swiper-button-prev{background: url(../images/hz_left.png) no-repeat center; left:auto; right:14.9%;top:40%}
.product_pic_yuan{animation:circleRoate 20s infinite linear ;  width: 100%; height: 100%; position: absolute; top:0; left:0; }
@keyframes circleRoate{  
	 from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}   } 
.product_all_li{width:100%; height: auto; overflow: hidden; position: relative}
.product_all_li .mySwiper{width:78%; margin:0}
.index_product_title{width:auto; position: absolute; top:70px; left:0}
.index_product_title h4{color:#fff; font-size: 38px; font-weight: bold; margin-bottom:10px}
.index_product_title p{color:#fff; font-size: 16px; opacity: 0.5}
.jjj{width:121px; height: 121px; background: #fff; border-radius: 50%; display: flex; align-items: center;  position: absolute; top:50%; left:-14%; 
	margin-top:-60.5px}
.jjj img{align-items: center; margin: 0px auto; max-width: 100%; max-height:70%; border-radius: 50%}
.product_all_li .swiper-slide-active .index_product_xx{opacity: 1}
.product_all_li .swiper-slide-active .index_product_pic{opacity: 1}
.product_all_li .swiper-slide-active .jjj{display: none}





/*5*/
.section5{width: 100%; height: 100%; overflow: hidden; position: relative}
.section5 .w1440{position: relative; z-index: 9; margin-top: 13vh }
.section5_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 .section5_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_honor_title{width:100%; height:auto; overflow: hidden; }
.index_honor_title dl{width:50%; height: auto; float: left}
.index_honor_title dl dt{color:#fff; font-size: 38px; font-weight: bold; margin-bottom: 10px;}
.index_honor_title dl dd{color:#ffffff; font-size:16px; opacity: 0.5}
.index_case_more{width:102px;  height: 40px; color:#fff; line-height: 40px; border-bottom: 1px solid #fff; background:url(../images/ab_jts.png) no-repeat right center; display: block; float: right}
.index_case_all{width:100%; height: auto; position: relative; margin-top: 3vh; padding-bottom:6vh}
.index_case_all .mySwiper{width:100%; height: auto; overflow: hidden}
.index_case_all .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block; padding: 0 12px;
	background: url(../images/p_bjs.png) no-repeat center bottom}
.index_case_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_pic{width:100%; height: auto; overflow: hidden}
.index_case_xx{width:100%; height: auto; overflow: hidden}
.index_case_xx h3{color:#333333; font-size: 16px; width: 100%; height:30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
	font-weight: bold; margin: 15px 0 15px; text-align: center}
.index_case_xx p{color:#666666; font-size: 16px; width: 100%; height:60px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; text-align: center}
.index_case_xx i{width:61px; height: 10px; display: block; margin:38px auto 28px; background: url(../images/p_icon.png) no-repeat center}
.index_case_all .swiper-button-next,.index_case_all .swiper-button-prev{width:44px; height:46px;}
.index_case_all .swiper-button-next{background: url(../images/hz_right.png) no-repeat center; right:-60px}
.index_case_all .swiper-button-prev{background: url(../images/hz_left.png) no-repeat center; left:-60px}
.index_case_all .swiper-pagination-bullet{background:none; border:1px solid #fff; opacity: 1;  width:12px; height:12px; margin: 0 10px!important}
.index_case_all .swiper-pagination-bullet-active{ background: #fff;}
.index_case_all .swiper-slide a:hover .index_case_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}






/*2*/
.section6{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section6 .w1440{position: relative; z-index: 9; margin-top: 14vh}
.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);}
.index_news_title{width:100%; height: auto; overflow: hidden}
.news_title_left{width:46.3%; float: left}
.news_title_left h4{color:#fff; font-size:38px; font-weight: bold; margin-bottom: 8px}
.news_title_left h5{color:#fff; font-size:16px; opacity:0.5}
.index_news_nav{float: right; }
.index_news_nav a{width:180px; height:50px; float: left; text-align: center; background: #09315d; line-height:50px; font-size: 18px; color: #fff; margin-left:30px; border-radius: 25px;}
.index_news_all{width:46.5%; height: auto; overflow: hidden; margin-top: 5vh; float:right}
.index_news_all .picScroll-top{width:100%; overflow: hidden}
.index_news_all .bd li{width:100%; height:140px; display: block; overflow: hidden;  position: relative; border-bottom: 1px solid rgba(255,255,255,0.2); 
	margin-bottom: 25px}
.index_news_time{width:100%; height: 30px; line-height: 30px;}
.index_news_time span{color:#fff; font-size:14px; float: left}
.index_news_time img{float: right; margin-top:15px}
.index_news_all .bd li a h3{width:100%; height:30px; line-height: 30px; color: #ffffff; font-size: 16px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; font-weight: bold; margin:8px 0}
.index_news_all .bd li a p{width:100%; height:30px; line-height: 30px; color: #ffffff; font-size: 14px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; opacity: 0.6}
.index_news_all .swiper-pagination{bottom:125px; width: auto; left:20px}
.index_news_all .swiper-pagination-bullet{width:10px; height: 10px; background:#fff}
.index_news_all .swiper-pagination-bullet-active{opacity: 1}
.picScroll-top .hd{ overflow:hidden;  height:30px; }
.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-top .hd ul li{ float:left;  width:10px; height:10px; overflow:hidden; margin-right:10px; text-indent:-999px; cursor:pointer; border: 1px solid #fff; border-radius:50%;}
.picScroll-top .hd ul li.on{background:#fff}
.index_news_right{width:49%; height: auto; float: left; margin-top: 5vh;}
.index_news_right li{width:100%; height: auto; background: #fff; padding:20px; overflow: hidden; margin-bottom: 22px}
.index_news_img{width:231px; height: auto; float: left; overflow: hidden}
.index_news_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{margin-left: 260px; padding-top:20px}
.index_news_xx span{color:#1c4c97; font-size: 14px; display: block}
.index_news_xx h3{color:#333333; font-size: 16px; font-weight:bold; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin:20px 0 10px}
.index_news_xx p{width:100%; height:48px; line-height: 24px; color: #999; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx i{width:34px; height: 34px; line-height: 34px; background: #eeeeee; border-radius: 25px; font-style: normal; font-size: 18px; color: #333333; display: block; text-align: center; margin-top: 30px;}
.index_news_right li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_right li:hover .index_news_xx i{background:#1c4c97; color:#fff}
.index_news_right li:hover .index_news_xx h3{color:#1c4c97}




/*第8块*/
.section7{width: 100%; height: 100%; overflow: hidden; position: relative;}
.section7 .w1440{position: relative; z-index: 9; margin-top: 5vh}
.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);}
.section7 .fp-tableCell{vertical-align: bottom;}
.footer_hzhb{width:100%; height: auto; overflow: hidden; margin-bottom: 5vh}
.footer_hzhb_title{width:100%; height: auto; overflow: hidden; position: relative; text-align: center}
.footer_hzhb_title h3{color:#fff; font-size: 38px; font-weight: bold;}
.footer_hzhb_title h5{color:#fff; font-size: 16px; opacity: 0.5; margin: 15px 0 }
.index_hezuo_all{width:100%; height: auto;  position: relative}
.footer_hzhb .mySwiper{width:100%; height: auto; overflow: hidden; margin-top: 3vh}
.footer_hzhb .swiper-slide a{width:100%; height: auto; display: block}
.footer_hzhb_img{width:100%; height: auto; overflow: hidden}
.footer_hzhb_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.footer_hzhb .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;}

.footer_hzhb .swiper-slide a h4{color:#fff; font-size: 18px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width:100%; height: 40px; line-height: 40px;}
.index_contact_bottom{width:100%; height: auto; overflow: hidden;  padding:2vh 0 0;  position: relative; z-index:9; background:rgba(0,0,0,0.36)}
.contact_bottom_top{width:100%; height:auto; overflow: hidden}
.contact_bottom_lxfs{width:35%; height: auto; float: left;}
.contact_bottom_lxfs h3{color:#fff; font-size: 24px; margin-bottom:35px; text-transform: uppercase}
.contact_bottom_lxfs h3 span{color:#fff; font-size: 24px; font-weight: bold;}
.contact_bottom_xx{width:100%}
.contact_bottom_xx h4{color:#fff; font-size: 16px; font-weight: bold; margin-bottom: 8px;}
.contact_bottom_xx p{color:#fff; font-size: 14px; line-height: 30px; }
.footer_input{width:395px; height: auto; float: left; margin-left:3%}
.footer_input h3{color:#fff; font-size: 24px; margin-bottom:35px; text-transform: uppercase}
.footer_input h3 span{color:#fff; font-size: 24px; font-weight: bold;}
.footer_input dl{width:100%; height: 42px; margin-bottom: 8px;}
.footer_input dl dt{width:49%; height: 100%; float: left; position: relative}
.footer_input dl dd{width:49%; height: 100%; float: right; position: relative}
.footer_input dl input[type="text"]{width:100%; height: 100%; background: rgba(255,255,255,0.26); font-size: 14px; color: #fff; border: 0; padding: 0 8px}
.footer_input textarea{width:100%; height: 42px; background: rgba(255,255,255,0.26); font-size: 14px; color: #fff; border: 0; padding: 0 8px; resize: none}
.f_submit{width:100%; height: 42px; background: #0d3490; font-size: 14px; color: #fff; border: 0; margin-top: 8px}
.footer_ma{width:auto; float: right; margin-top: 10px;}
.footer_ma dl{width:120px; height: auto; float: left; margin-left: 25px;}
.footer_ma dl dt{width:120px; height:120px; background: url(../images/ma_bjs.png) no-repeat center; padding:15px; background-size:100% 100%}
.footer_ma dl dt img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; height:30px; font-size: 14px; color: #ffffff; text-align: center; opacity: 0.5; margin-top:10px}




.footer_input dl input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff; 
opacity:0.22	
}  
.footer_input dl input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
  opacity:0.22 
}  
.footer_input dl input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:0.22  
}  
.footer_input dl input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff; 
   opacity:0.22
}  



.footer_input textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff; 
opacity:0.22	
}  
.footer_input textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
  opacity:0.22 
}  
.footer_input textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:0.22  
}  
.footer_input textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff; 
   opacity:0.22
}  




/*
.active .footer_top{animation-name: fadeInDown; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_contact_bottom{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
*/
.footer_hzhb .swiper-button-next, .footer_hzhb .swiper-button-prev{width:44px; height:46px; }
.footer_hzhb .swiper-button-next{background: url(../images/hz_right.png) no-repeat center; right:-60px;}
.footer_hzhb .swiper-button-prev{background: url(../images/hz_left.png) no-repeat center; left:-60px;}

/*版权*/
.index_banquan{width:100%; margin: 0px auto; height:90px; line-height:90px;  margin-top:5.5vh; border-top:1px solid rgba(255,255,255,0.2)}
.index_banquan .copy_l{width:auto; font-size: 14px; color: #999999; float: left}
.copy_l a{font-size: 14px; color: #999999; text-align: center}
.copy_l a{margin-left: 10px;}
.index_zhichi{width:auto; height:40px; line-height:90px; float: right; }
.index_zhichi p{ width:auto; float: left; font-size: 14px; color:#fff; line-height:90px; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height:90px; background: url(../images/vl.png) no-repeat center; margin-right: 10px}
.index_zhichi .js{width:90px;height: 90px; background: url(../images/wl.png) no-repeat center; }
.index_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.index_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center} 
.index_zhichi span{float: left; font-size: 14px; color: #999999;}
.index_zhichi i{ float: left;}
.f_brq{float:left;}

/*内页底部*/
.ny_footer_bottom{width:100%; height: auto; overflow: hidden;  padding:50px 0 0;  position: relative; z-index:9; background:rgba(0,0,0,0.36) url(../images/contact_bjs.jpg) no-repeat center}



/*弹出视频*/
.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;}

.index_cinput p input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.index_cinput p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.index_cinput p input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.index_cinput p input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  

.ny_footer{width:100%; height: auto; overflow: hidden;  padding:60px 0 ;  position: relative; z-index:9; background:#2b89f2 url(../images/bottom.jpg) no-repeat top center}
.ny_footer .index_banquan{margin-top: 60px}
.ny_footer .footer_links p{border:1px solid rgba(255,255,255,0.5)}




/*内页banner*/
.ny_banner{width:100%; height: 500px; position: relative}
.ny_banner .in_header{position: absolute}
.ny_ban_info{width:1200px; height: auto; position: absolute; top:40%; left:50%; transform: translate(-50%,0); text-align: center; z-index: 1}
.ny_ban_info h4{color:#fff; font-size: 50px; font-weight: bold;}
.ny_ban_info hr{width:31px; height: 2px; background: #aae735; display: block; margin:20px auto; border: 0}
.ny_post{width:100%; height: auto; text-align: center; font-size: 16px; color: #fff}
.ny_post a{font-size: 16px; color: #fff}
.ny_nav_all{width:100%; height: 86px; overflow: hidden; background: #eeeeee; position: relative}
.ny_nav_info{width:72%; height: auto; float: left}
.ny_nav_info a{color:#000000; font-size: 18px; padding: 0 40px; float: left; line-height: 83px}
.ny_nav_info a.active{border-bottom:3px solid #aae735}
.ny_nav_info a:hover{border-bottom:3px solid #aae735}



/*关于我们*/
.ny_about_one{width:100%; height: auto; overflow: hidden; background: url(../images/about_top.jpg) no-repeat center; background-size:cover; padding: 85px 0}
.about_one_left{width:45%; float: left; position: relative; padding-bottom: 76px;}
.about_one_pic{width:100%; height: auto; padding: 0 11%; position: relative; z-index: 1}
.about_one_pic img{width:100%; display: block}
.about_one_zi{width:220px; height: 219px; background: url(../images/ab_img.jpg) no-repeat center; background-size: cover; padding:25px 10px; position: absolute; bottom:0; left:0; text-align: center; z-index: 1}
.about_one_zi h4{color:#fff; font-size: 16px;}
.about_one_zi h4 span{color:#fff; font-size: 70px; font-weight:bold;}
.about_one_zi p{color:#fff; line-height: 32px; font-size: 18px;}
.about_one_left:after{content: ""; width: 100%; height: 90%; background: #eeeeee; position: absolute; bottom:0; left:0}
.about_one_right{width:50.5%; float: right; margin-top: 20px;}
.ny_about_title{width:100%; height: auto; }
.ny_about_title span{color:#000000; font-size: 50px; font-weight: bold; background: url(../images/hh_yuan.png) no-repeat top right; padding-right: 26px; padding-top: 20px}
.about_one_title{width:100%; margin-top: 90px;}
.about_one_title h4{color:#000000; font-size: 36px; font-weight: bold;}
.about_one_title h5{color:#333333; font-size: 18px; margin-top:10px}
.nyab_info{width:100%; height: auto; overflow: hidden; line-height: 32px; color: #777777; font-size: 16px; margin-top: 28px; text-indent: 2rem; display: block}
.ny_about_num{width:100%; height: auto; overflow: hidden; }
.ny_about_num dl{width:55%; height: auto; float: left; margin-top:42px}
.ny_about_num dl dt{width:40px; height: auto; overflow: hidden; float: left; margin-top: 45px;}
.ny_about_num dl dt img{max-width: 100%}
.ny_about_num dl dd{margin-left: 55px;}
.ny_about_num dl dd span{color:#1079f4; font-size: 50px; font-weight: bold;}
.ny_about_num dl dd p{width:100%; color:#0075ff; opacity: 0.66}
.ny_about_num dl dd h4{color:#1079f4; font-size: 16px;}
.ny_about_num dl:nth-child(1),.ny_about_num dl:nth-child(3){width: 45%}
.ny_about_video{width: 100%; height: auto; overflow: hidden; position: relative}
.ny_about_video img{width:100%; display: block}
.ny_about_video i{width: 166px; height: 166px; display: block; background: url(../images/v_icon.png) no-repeat center; position: absolute; top:50%; left: 50%; z-index: 1; transform: translate(-50%,-50%);}
.ny_about_linian{width:100%; margin-top: 112px;}
.ny_about_linian .w1440{background: #f8fdff; overflow: hidden}
.about_linian_left{width:612px; height: auto; float: left}
.about_linian_top{width:100%; height: auto; overflow: hidden}
.about_linian_top img{max-width:100%; display: block}
.about_linian_qyyj{width:212px; height: auto; float: left; padding:58px 25px 30px}
.about_linian_qyyj h4{color:#333333; font-size: 24px; font-weight:bold; padding-left:50px; position: relative; margin-bottom: 10px;}
.about_linian_qyyj h4:after{content: ""; width: 29px; height: 1px; background: #1079f4; position: absolute; top:18px; left:0}
.about_linian_qyyj p,.linian_jy_xx p{color:#777777; font-size: 18px; line-height: 32px;}
.linian_qyyj_img{width:400px; height: auto; float: right}
.linian_qyyj_img img{width:100%; display: block}
.about_linian_jy{width:414px; height: auto; float: left}
.linian_jy_img{width:100%; height: auto; overflow: hidden}
.linian_jy_img img{width:100%; display: block}
.linian_jy_xx{width:100%; height: 186px; overflow: hidden; padding: 30px }
.linian_jy_xx h4{color:#333333; font-size: 24px; font-weight:bold; padding-left:50px; position: relative; margin-bottom: 10px;}
.linian_jy_xx h4:after{content: ""; width: 29px; height: 1px; background: #1079f4; position: absolute; top:18px; left:0}
.ny_about_licheng{width:100%; height: auto; overflow: hidden; margin: 135px 0 80px}
.about_licheng_title{width:100%; display: table; margin: 0px auto;}
.about_licheng_title h4{color:#000000; font-size: 50px; font-weight: bold; background: url(../images/hh_yuan.png) no-repeat top right; padding-right: 26px; 
	padding-top: 20px; display: table; margin:0px auto;}
.about_licheng_all{width:100%; height: auto; overflow: hidden; margin-top: 95px; position: relative}
.about_licheng_all:after{content: ""; width: 100%; height: 1px; background: #e5e5e5; position: absolute; top:72px; left:0}
.about_licheng_all .swiper{padding-bottom: 80px;}
.about_licheng_all .swiper-slide a{width:100%; height: auto; display: block}
.in_htime{width:100%; height: auto; overflow: hidden; color:#333333; font-size: 40px; font-weight: bold;}
.about_licheng_all .swiper-slide a i{width:11px; height: 11px; display: block; background: url(../images/yy_dian.png) no-repeat center; margin: 15px 0}
.about_licheng_all .swiper-slide a h5{color:#1079f4; font-size: 18px;}
.about_licheng_all .swiper-slide a h3{width:100%; height:30px; line-height: 30px; color: #333333; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin:10px 0 5px}
.about_licheng_all .swiper-slide a p{width:100%; height:140px; line-height: 28px; color:#999999; font-size: 16px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;}
.about_licheng_all .swiper-pagination-bullet{width:14px; height: 14px; opacity: 0.1}
.about_licheng_all .swiper-pagination-bullet-active{background: #1079f4; opacity: 1}
.ny_about_honor{width:100%; height: 900px; overflow: hidden; background: url(../images/about_honor.jpg) no-repeat center; padding-top: 114px}
.about_honor_left{width:auto;}
.about_honor_left h4{color:#000000; font-size: 50px; font-weight: bold; background: url(../images/hh_yuan.png) no-repeat top right; padding-right: 26px; 
	padding-top: 20px; display: table;}
.about_honor_title{width:100%; height: auto; overflow: hidden; margin-top: 92px}
.about_honor_title h5{color:#000000; font-size: 36px; font-weight:bold;}
.about_honor_title p{color:#333333; font-size:18px; margin-top: 10px;}
.about_honor_p{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.about_honor_p p{color:#333333; font-size: 18px; line-height:32px; padding-left: 18px; position: relative}
.about_honor_p p:after{content: ""; width:6px; height: 6px; background: #ff0000; position: absolute; top:50%; left:0; margin-top: -3px}
.ny_about_hj{width:100%; height: auto; overflow: hidden; background: url(../images/gshj_bjs.jpg) no-repeat center; background-size: cover; padding: 54px 0 70px}
.about_hj_title{width:100%; height: auto; overflow: hidden}
.about_hj_title h4{color:#000000; font-size: 50px; font-weight: bold; background: url(../images/hh_yuan.png) no-repeat top right; padding-right: 26px; 
	padding-top: 20px; display: table; float: left}
.about_hj_title a{width:124px; height: 40px; float: right; border: 1px solid #bfbfbf; line-height:35px; padding: 0 15px;  display:table-cell; margin-top:20px}
.about_hj_title a span{color:#777777; font-size: 14px;  display:inline-block; vertical-align:middle;}
.about_hj_title a img{ display:inline-block; vertical-align:middle; margin-left: 10px}
.ny_about_hj .swiper{width:100%; height: auto; overflow: hidden; margin-top: 42px;}
.ny_about_hj .swiper-slide a{width:100%; display: block}
.ny_hj_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_hj_pic img{width:100%; display: block}
.ny_about_hj .swiper-slide a h4{width:100%; line-height: 40px;  height: 40px; color: #333333; font-size: 18px;  text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; text-align: center; margin-top: 12px}



/*案例*/
.ny_case_gg{width:100%; height:280px; background: url(../images/hz_img.jpg) no-repeat center; background-size: cover; background-attachment: fixed; 
	padding-top: 50px;}
.ny_case_gg h4{color:#fff; font-size: 40px; font-weight: bold; line-height: 60px; text-align: center}
.case_gg_links{width:auto; display:table; margin:20px auto 0;}
.case_gg_links a{color:#fff; font-size:14px; border-bottom: 1px solid rgba(255,255,255,0.2); background: url(../images/f_jts.png) no-repeat right center; 
	padding-right: 40px; float: left; line-height: 40px; margin-right: 50px}
.case_gg_links a:last-child{margin-right:0}
.ny_case_hzqy{width:100%; height: auto; overflow: hidden; margin-top: 80px}
.case_hzqy_title{width:100%; height: auto; overflow: hidden}
.case_hzqy_title h4{color:#000000; font-size: 50px; font-weight: bold; background: url(../images/hh_yuan.png) no-repeat top right; padding-right: 26px; 
	padding-top: 20px; display: table; float: left}
.case_hzqy_title a{float: right; margin-top: 50px;}
.case_hzqy_xx{width:100%; height: auto; overflow: hidden; margin-top: 45px; }
.case_hzqy_xx h4{color:#000000; font-size: 20px; font-weight: bold; margin-bottom: 20px}
.case_hzqy_xx p{color:#555555; font-size: 16px; line-height: 32px; text-indent: 2rem}
.case_hzqy_all{width:100%; height: auto; overflow: hidden; margin-top: 64px; margin-bottom: 75px; position: relative; padding-bottom: 70px;}
.case_hzqy_all .mySwiper{width: 100%;  height:300px;  margin-left: auto;  margin-right: auto;}
.case_hzqy_all .swiper-slide a{width:100%; height: auto; border: 1px solid #dcdcdc; display: block}
.case_hzqy_all .swiper-slide a img{width:100%; display: block}
.case_hzqy_all .swiper-slide{height: calc((100% - 30px) / 2) !important;	display: flex; justify-content: center; align-items: center;}
.case_hzqy_all .swiper-button-next,.case_hzqy_all .swiper-button-prev{width:41px; height: 41px; border: 1px solid #bfbfbf; bottom:0; margin-top: 0; top:auto;}
.case_hzqy_all .swiper-button-next{background: url(../images/hzs_right.png) no-repeat center; right:46%}
.case_hzqy_all .swiper-button-prev{background: url(../images/hzs_left.png) no-repeat center; left:46%}
.index_hzys{width:100%; height: auto; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; padding: 86px 0}
.index_hzys_left{width:43.8%; height: auto; float: left; border-radius: 50%; position: relative; overflow: hidden}
.index_hzys_left img{width:100%; display: block}
.index_hzys_left p{width:272px; height: 72px; background: #0077ff; border-radius:10px; line-height: 72px; font-size: 40px; font-weight: bold; position: absolute; bottom:140px; right:-22px; color:#fff; padding-left: 20px;}
.index_hzys_right{width:50.6%; float: right}
.index_hzys_right ul{width:auto;}
.index_hzys_right ul li{width:100%; height:auto; border-bottom: 1px solid #f2f2f2; display: flex;padding-bottom: 32px; margin-bottom: 28px}
.index_hzys_right ul li dl{width:56%; height: auto; float: left; position: relative; margin-right:35px}
.index_hzys_right ul li dl dt{color:#000000; font-size: 20px; font-weight: bold; margin-bottom: 8px; position: relative}
.index_hzys_right ul li dl dd{color:#555555; font-size: 16px; line-height:28px}
.index_hzys_right ul li i{font-size: 58px; font-weight:bold;  opacity: 0.1; margin-top: 20px; margin-left: 10px;}
.index_hzys_right ul li hr{width: 31px; height: 4px; background: #a7e234; float: left; margin-top: 13px; margin-right:30px}
.index_hzys_right ul li:nth-child(even) hr{margin-left: -62px}
.ny_case_zsfc{width:100%; height: auto; overflow: hidden; margin-bottom: 100px}
.ny_case_zsfc .swiper{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_case_zsfc .swiper-slide a{width:100%; display: block}
.ny_zsfc_pic{width:100%; overflow: hidden}
.ny_zsfc_pic img{width:100%; display: block}
.ny_case_zsfc .swiper-slide a h4{width:100%; height: 30px;  line-height: 30px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; text-align: center; margin-top: 20px;}
.ny_case_rcln{width:100%; height: 950px; overflow:hidden; background: url(../images/rcln_bjs.jpg) no-repeat center; background-size: cover; padding-top: 55px;}
.ny_rcln_title{width:100%; height: auto; overflow: hidden}
.ny_rcln_title h4{color:#000000; font-size: 50px; font-weight: bold; background: url(../images/hh_yuan.png) no-repeat top right; padding-right: 26px; 
	padding-top: 20px; display: table;}
.case_rcln_p{width:100%; height: auto; overflow: hidden; margin-top:40px; font-size: 16px; color: #555555; line-height: 30px;}
.case_rcln_gn{width:100%; height: auto; overflow: hidden; margin-top: 58px}
.case_rcln_gn dl{width:100%; height: auto; overflow: hidden; margin-bottom: 44px;}
.case_rcln_gn dl dt{font-size: 16px; color: #0077ff; font-weight: bold; line-height: 30px;}
.case_rcln_gn dl dd{color:#555555; font-size: 16px; line-height: 30px;}
.case_rcln_lxfs{width:100%; height: auto; overflow: hidden; margin-top:118px;}
.case_rcln_lxfs h4{width:100%; color:#fff; font-size: 18px; font-weight: bold; margin-bottom:20px;}
.case_rcln_lxfs p{color:#fff; font-size: 16px; float:left; padding-left: 30px; line-height: 40px; margin-right:30px}
.lx1{background: url(../images/rc1.png) no-repeat left center}
.lx2{background: url(../images/rc2.png) no-repeat left center}
.lx3{background: url(../images/rc3.png) no-repeat left center}
.ny_case_jobs{width:100%; height: auto; overflow: hidden; margin: 70px 0}


/*产品*/
.ny_product_top{width:100%;  height: auto; overflow: hidden; margin-top: 84px;}
.ny_product_top h4{color:#000000; font-size: 50px; font-weight: bold; background: url(../images/hh_yuan.png) no-repeat top right; padding-right: 26px; 
	padding-top: 20px; display: table; float: left}
.product_top_info{width:70%; height: auto; float: right; color:#555555; font-size: 16px; line-height: 32px; text-indent: 2rem}
.ny_product_link{width:100%; height: auto; overflow: hidden; margin-top: 40px;  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
.ny_product_link a{color:#2d8eff; font-size: 14px; border-bottom: 1px solid rgba(42,145,255,0.5); background: url(../images/lan_xx.png) no-repeat right center; padding-right:35px; margin-right: 75px; line-height: 40px; float: left; transition: all 0.4s ease-in-out;}
.ny_product_link a:last-child{margin-right: 0}
.ny_product_link a:hover{padding-right: 40px;}
.ny_product_bottom{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 160px;}
.ny_product_left{width:16.2%;  height: auto; float: left}
.ny_product_left h5{width:100%; height: 60px; background: #1079f4; text-align: center; line-height: 60px; color: #fff; font-size: 24px;}
.ny_product_xl{width:100%; height: auto; overflow: hidden; background: #2d8eff;}
.ny_product_xl ul{width:100%; height: auto; overflow: hidden}
.ny_product_xl ul li{width:100%; height: 60px; padding: 0 20px; position: relative}
.ny_product_xl ul li a{font-size: 16px; color: #fff; width: 100%; line-height: 60px; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,0.2)}
.ny_product_xl ul li.active{background: rgba(255,255,255,0.15)}
.ny_product_xl ul li:after{content: ""; width: 0; height: 5px; background: #aae735; position: absolute; top:50%; margin-top: -2.5px; left:0; transition: all 0.4s ease-in-out;}
.ny_product_xl ul li.active:after{width:15px}
.ny_product_xl ul li:hover:after{width:15px}
.ny_product_xl ul li:hover{background: rgba(255,255,255,0.15)}
.ny_product_right{width:82.2%; height: auto; float: right}

.ny_product_li{width:100%; height: 60px; background: #2d8eff}
.ny_product_li p{color:#fff; font-size: 16px; font-weight: bold; line-height: 60px; border-right:1px solid #dcdcdc; float: left}
.pi1,.xqi1{width:10%; text-align: center;}
.pi2,.xqi2{width:52%; padding: 0 2%}
.pi3,.xqi3{width:14.4%; padding: 0 1%}
.pi4,.xqi4{width:9.6%; padding: 0 1%}
.pi5,.pi6,.xqi5{width:7%; text-align: center; }
.pi6{border-right:0!important}
.xqi6{display: flex; align-items: center; height: 60px; width: 7%;}
.xqi6 img{align-items: center; margin: 0px auto;}
.ny_product_right ul{width:100%; height: auto; overflow:hidden; border: 1px solid #dcdcdc}
.ny_product_right ul li{width:100%; height: 60px; line-height:60px; border-bottom: 1px solid #dcdcdc}
.ny_product_right ul li:nth-child(even){background:#fafafa}
.ny_product_right ul li p{color:#555555; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left; 
	border-right: 1px solid #dcdcdc}
.ny_product_right ul li:last-child{border-bottom: 0}




.honor{ overflow: hidden; padding-bottom: 120px;}
.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#09315d;}
.honor_list li:hover .gallery-title{ background: #09315d; 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 #d60011;}
.honor .list li:hover .gallery-title{ background: #d60011; color: #fff;}


/*内页*/
.inside_banner{ height:350px; position:relative; overflow:hidden; width:100%}
.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;}
.ryzs_ban{background: url(../images/ryzs_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 ;}

.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff; text-align: center;line-height: 2.4;  margin-top:120px;}
.inside_banner p{ text-align: center; font-size: 16px; }
.inside_banner p img{ margin-right: 0px;}
.inside_banner p *{ color: #fff;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{height: 90px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top: 0; left: 0; z-index: 99999; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px;}
.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:#09315d; left: 50%; margin-left:-40px;  }
.ny_title_1{ overflow: hidden; padding-top:30px; 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: #09315d; 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_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#09315d; 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:70%; height:100%; display:block; margin:0px auto; }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 30px; color: #191919; height:auto; line-height:40px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #09315d; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h3,.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height: 300px; float: left; margin-right:22px;}
.ny_probt_case li:nth-child(3n){margin-right:0px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_case li img{width:100%; height: 203px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px;  padding:0 15px;}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_probt_case li:last-child{margin-right: 0px;}
.ny_probt_case li:hover .index_case_info::before,
.ny_probt_case li:hover p {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.ny_probt_case li:hover .index_case_info {background: rgba(0,0,0,0.6);}
.ny_probt_case li:hover h5{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.ny_probt_case li .index_case_info h5{font-size: 16px; margin:0% 0 15px 0; }
.ny_probt_case li .case_xx{height:87px;}
.ny_probt_case li .case_xx p{font-size: 16px; line-height:28px;}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #09315d;font-size: 16px;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden;font-size: 16px; }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #09315d; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  background: url(../images/jian.png) no-repeat 268px center;font-size: 15px; color: #191919; cursor:pointer; padding: 0px 18px 0;
text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3.on {background: #09315d; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:15px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 35px; line-height: 35px; background: url(../images/dian.png) no-repeat left center; padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.sideMenu ul li:hover a{color:#09315d}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #09315d; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#09315d}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#09315d; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}





/*荣誉资质*/
.ny_honor_li{height: auto; display: block; overflow: hidden; margin-top: 36px; margin-bottom:50px; }
.ny_honor_li ul{width:100%; overflow: hidden; height: auto; margin-bottom:30px}
.ny_honor_li li{width:23.5%; height: auto; float: left; position: relative; margin-right:2%; margin-bottom: 25px; border: 1px solid #d2d2d2;}
.ny_honor_li li:nth-child(4n){margin-right: 0px;}
.ny_honor_img{width:100%; height: auto; overflow: hidden; position:relative;}
.ny_honor_img img.honor_pic{width:100%; height: 100%; transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.ny_honor_h{width:100%; height: 100%;  position: absolute; top: 0px; left: 0; z-index: 999; background: rgba(0,0,0,0.5) url(../images/sousuo.png) no-repeat center; text-align: center; display: none; overflow:hidden}
.ny_honor_h h3{width:100%; height:100%;padding:10px; color:#fff; font-size:14px; line-height:190px;}
.ny_honor_h img{width:26px; height: 26px; margin-top:88px;}
.ny_honor_li li:hover .ny_honor_h{ display: block}
.ny_honor_li li:hover .ny_honor_img img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_honor_li li p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; text-align:center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_news_show{margin-bottom:60px; margin-top:40px;}




/*��ҳ����*/
.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:70px;}
.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:3%; margin-top: 40px;}
.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: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:#09315d}
.ny_news_all ul li:hover h3{font-weight: bold; }


/* ��ҳ��ϵ���� */
.lianxi{ overflow: hidden; padding-bottom: 60px;}
#map{ height: 550px; width: 100%;}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width:49%; 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: #09315d; left: 5%; top: 30px;}
.lianxi_fs p:nth-child(2n){ 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 img{border:1px solid #eee}
.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;}
.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 #eb6877; 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 #eb6877; margin-top: 20px; height: 72px;}
.liuyan input[type="submit"]{ width: 200px; background: #fff;border: none; font-size: 16px; color: #d60011; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer;}
.jrwm{overflow: hidden; padding-bottom:40px;}
.jrwm .jiaru_nr{ font-size: 16px;}
.jrwm .jiaru_nr p{ line-height: 2;  color: #454545; text-align: justify;}
.jrwm .jiaru_nr img{ width: 100%;}
.anli_jz p{ font-size: 16px;  color: #454545; line-height: 30px;}
.anli_jz p strong{ font-size: 18px;}
.ny_header .in_header{position:absolute}
.section-content{margin-bottom:60px;}



/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-cp {
    background:url(../images/chanpin.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:#0d3490;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}












@media screen and (max-width:1680px){
	#menu{width:50%;}
	.about_top_left{padding: 21vh 4.5% 0 8%;}
	.about_bottom_left{padding-left:8%}
	.index_product_pic,.product_pic_img{width:490px; height:490px;}
	.jjj{left:-19%}
	.product_all_li .swiper-button-next{right:10%}
	.product_all_li .swiper-button-prev{right:10%}
}



@media screen and (max-width:1560px){
	.w1440{width:1200px;}
	.h_dianhua span{font-size: 22px}
	.about_one_title{margin-top: 28px}
	.ny_about_num dl dd span{font-size: 40px;}
	.about_linian_left{width:542px}
	.about_linian_jy{width:329px}
	.linian_qyyj_img{width:330px;}
	.ny_about_num dl dt{margin-top: 26px;}
	.contact_bottom_lxfs{width:38%}
	.product_all_li .mySwiper{width:91%}
	

}


@media screen and (max-width:1460px){
	.index_product_pic,.product_pic_img{width:400px; height:400px;}
.product_all_li .mySwiper{width:81%}
.index_news_img{width:210px;}
.index_news_xx{margin-left:234px}
.index_news_xx i{margin-top:14px;}
.index_news_xx h3{margin: 13px 0 10px;}
.footer_hzhb_title{display:none}
.index_honor_title dl dt,.news_title_left h4,.index_product_title h4,.about_top_left h4{font-size:30px}
}
