@charset "utf-8";
body,html{ min-width: 1200px;/*overflow-x: hidden; */}
*{ margin:0; padding:0; -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;   -o-box-sizing: border-box;    -ms-box-sizing: border-box;
box-sizing: border-box;border: none;}
body,p,h1,h2,h3,h4,h5,table,ul,li,form,input{ margin:0; padding:0; color:#333; font-family:"Microsoft yahei"; }
body,p{ font-size:14px; border:none; color: #333;}
a{ font-size:14px; color:#333; text-decoration:none; border:none; padding:0; margin:0;}
table{border-collapse:collapse;}
img{ border:0; margin:0; padding:0;}
ul,li{ list-style:none; border:0; margin:0; padding:0;}
dl,dt,dd{ margin:0; padding:0; -webkit-margin-start:0;}
h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px; display:block;}
strong,b{ font-weight:normal;}
table,tr,td{ border-spacing:0;}
em,i,b{ font-style:normal;}
input{ border: none; background: none; }
figcaption{ display: block;}
input:focus{ outline: none; }
::-webkit-input-placeholder { /* WebKit browsers */ font-size:14px; color: #dfdfdf; } 
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px;color: #dfdfdf; } 
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.clear{clear:both;}
.clearfix{clear:both;}
.cl{clear: both;}
.box{padding: 80px 85px;}
.inner { width:1200px; margin: 0px auto;}
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
.flexbj{
	display: flex; 
	display: -ms-flexbox; 
	display: -moz-flex;
	display: -webkit-flex;
}
.container{width: 90%;max-width: 1400px; margin: 0 auto;}
    
/*导航*/
.top{height: 40px;line-height: 40px; background: #f4f3f3; font-size: 14px;}
.top a{padding: 5px;}
#logo{height:140px;width: 100%;}
#logo .container .logo img{padding-top: 20px;}
#logo .company{ padding-left: 15px; padding-top: 5px;margin-top: 30px;margin-left: 15px;border-left: 1px solid #c4c4c4; height:80px;}
#logo .company h2{font-size: 32px;color: #16c1ec;font-weight: bold;}
#logo .company h3{font-size: 18px;margin-top: 5px;}
#logo .company h3 span{color: #69c248;}
#logo .tel{background: url(../images/tel.jpg) no-repeat left 30px;width: 280px;padding-top: 30px;}
#logo .tel span{font-size: 16px;padding-left: 50px;}
#logo .tel span i{font-family: arial;font-size: 30px;font-style: normal;display: block;padding-left:50px;}
#logo .tel p{font-size: 16px;padding-left: 5px;margin-top: -15px;}

.nav{background:#16c1ec;height: 59px;}
.nav ul li{float:left;display: inline;width: 16.6%;text-align: center;font-size: 16px; position: relative;}
.nav ul li a{color:#FFF;display: block;height: 59px;line-height: 59px;position: relative;z-index: 2;transition: all 0.3s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nav ul li:hover{background: #43deff;}
.nav ul li dl{position: absolute;left: 0; top: 59px;width: 100%;opacity: 0;z-index: 99;transition: all 0.5s;}
.nav ul li dl dt{background: #16c1ec;border-bottom: 1px solid #ddd;}
.nav ul li:hover dl{opacity: 1;}
.nav ul li dl dt:hover a{transform: translateX(10px);}

/*banner滚动*/
.banner { position:relative; overflow:hidden; width: 100%;}
.banner .bannerfix >li { height: 100%; line-height: 0; opacity:0; transition:opacity 1000ms linear;
 -webkit-transition:opacity 1000ms linear; float:left; position: relative;}
.banner .bannerfix >li>video{width: 100vw;height: 100vh;object-fit: cover}
.banner .bannerfix >li .bimg { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.banner .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
.banner .bannerfix >li.imgIn .bimg { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
.banner .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:50px; text-align:center; z-index:20;}
.banner .flex-control-nav li{ display:inline-block; position:relative; margin-right:15px; width:5px; height:20px;}
.banner .flex-control-nav li:last-child{ margin-right:0;}
.banner .flex-control-nav li span{ display:block; text-indent:999px; overflow:hidden; width:5px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;}
.banner .flex-control-nav li a.flex-active span{ height:20px; top:0; background:#175a86;}
.banner .txt{ position: absolute; top: 55%; left: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);  width: 1200px;}
.banner .txt img{ display: block; max-width: 100%;} 
.banner .txt .t2{ padding-top: 30px;}
.banner li.flex-active-slide .t1{ animation-name: fadeInUp; animation-duration: 1s; transition-delay: 0.5s}
.banner li.flex-active-slide .t2{ animation-name: fadeInUp; animation-duration: 1.5s; transition-delay:1s;}

/*产品中心*/
.productlist-bg{padding: 60px 0;background: #f1f1f1 url(../images/bg.jpg) repeat top left;position: relative;}
.productlist{width: 90%;max-width: 1400px; height:auto; margin: 0 auto; overflow:hidden;}
.pro-wp{margin-top: 30px;}
.pro-left{width: 18%; float: left;box-sizing: border-box;border: 1px solid #ddd;padding: 0 0 50px 0;}
.sy_right{width: 80%;float: right; border: 1px solid #ddd;}
.sy_right_content{box-sizing: border-box;padding: 10px;}
.sypro-list li{float: left;width: 31.33%;border: 1px solid #eee;margin:0 1% 16px 1%;box-sizing: border-box;padding: 6px;text-align: center;}
.sy-cp-img{height: 220px;overflow: hidden;}
.sy-cp-img img{transition: all 0.5s;}
.sypro-list li img{width: 100%;}
.sypro-list li .sy-cp-t a{color: #333;font-size: 16px;line-height: 40px;}
.sypro-list li:hover .sy-cp-img img{transform: scale(1.2);}
.sypro-list li:hover .sy-cp-t a{color: #16c1ec;}
.sy-list_con{padding: 24px 10px;border-bottom: 1px dashed #ddd;}
.list-tt{padding: 30px 20px;background-color: #16c1ec;color: #fff;}
.list-t{font-size: 26px;font-weight: bold;color: #fff;}
.list-d{font-size: 16px;color: #fff;text-transform: uppercase;}
.sy-fl-name{color: #333;transition: all 0.2s;}
.sy-list_con:hover .sy-fl-name{color: #16c1ec;}
.pro-list{box-sizing: border-box;transition: 0.5s;margin-bottom: 16px;padding: 10px;}
.pro-imgwp{float: left;width: 70px;height: 70px;border-radius: 50%;border:dashed 1px #16c1ec;text-align: center;}
.pro-imgwp img{margin-top: 2.5px;}
.pro-flwp{float: left;width: 69%;margin-left: 2%;}
.pro-img{height: 65px;}
.pro-img img{width:100%;transition: 0.5s;}
.pro-iconwp{height: 70px;}
.pro-icon{margin: 8px 0;}
.pro-t{font-size: 18px;color: #333;transform: all 0.4s;}
.pro-ent{font-size: 13px;color: #666;font-family: arial;margin: 8px 0;}
.pro-list:hover .pro-t{font-weight: bold;}
.pro-c-img{width: 340px;height: 340px;position: absolute;z-index: 2;left: 62px;top: 62px;}
.pro-right{width: 33.33%; float: right;padding-left: 1%;box-sizing: border-box;}
.pro-r-imgwp{float: right;width: 70px;height: 70px;border-radius: 50%;border:dashed 1px #16c1ec;text-align: center;}
.pro-r-flwp{float: right;width: 69%;margin-right: 2%;text-align: right;}
.pro-list:hover .pro-img img{transform: scale(1.2);}
.pro-hx{display: inline-block;width: 50px;height: 1px;background-color: #999;vertical-align: middle;}
.pro-xh{font-size: 36px;color: #666;display: inline-block;vertical-align: middle;margin: 0 16px;}

/*公司介绍*/
.index-sec1{height: 700px;position: relative;margin: 0 auto 180px auto; padding: 100px 0 0 0;}
.index-sec1 .ul1 li{ float: left; width: 20%;  background: #fff;  border-right: 1px solid #d8d8d8; transition: all 0.6s; position: relative; z-index: 33;
word-break: break-all;}
.index-sec1 .ul1 li:last-child{ border-right: none;}
.index-sec1 .ul1 li a{ display: flex; display: -ms-flexbox; display: -moz-flex; padding: 30px 10px; justify-content: center; align-items: center;}
.index-sec1 .ul1 li h3{font-size: 16px; color: #000; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li p{font-size: 12px; color: #cccccc; text-transform: uppercase; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li img{ transition: all 0.6s; display: block; margin-right: 10px;}
.index-sec1 .ul1 li:hover img{ transform: rotateY(180deg);}
.index-sec1 .ul1 li:hover{ box-shadow: 3px 0px 5px rgba(0,0,0,0.1); transform: translateY(-20px);}

.sec1-intro{position: relative;}
.sec1-intro .intro-cont{position: relative; z-index: 3; width: 90%;max-width: 1400px;margin: 0 auto;}
.sec1-intro .intro-cont .left{float: left;width: 48%;padding: 0 2% 0 0;}
.sec1-intro .intro-cont .left img{width: 100%;border-radius: 4px;}
.sec1-intro .intro-cont .right{float: left;width: 50%;}
.sec1-intro .tit{padding: 20px 0; position: relative;}
.sec1-intro .tit h2{font-size: 34px; color: #333; padding-top: 25px;letter-spacing: 1px;font-weight: 600;}
.sec1-intro .tit h4{font-size: 24px; color: #333; padding-top: 25px;letter-spacing: 1px;}
.sec1-intro .tit b{display: block; background: #999; height: 1px; width: 350px; margin: 30px auto; transition: all 0.36s;
top: 0; left: 0;}
.sec1-intro .right h3{ color: #333; font-size: 22px; padding-bottom: 30px;letter-spacing: 1px;}
.about-content{font-size: 16px; line-height: 32px;color: #666;}
.about-more a{display: block;width: 120px;font-size: 16px;color: #16c1ec; margin: 20px 0 0 0;}
.about-more a:hover{text-decoration: underline;}
.sec1-intro .btn-3 { border:1px solid currentColor; position: relative; display: block; border:10px solid #333; height: 80px; 
width: 200px; margin-top: 40px; overflow: hidden; background: #fff; text-transform: uppercase;  text-align: center; 
line-height: 62px; font-size: 20px; z-index: 333; transition: all 0.36s; margin-left: 0; }
.sec1-about-list-wp{width: 90%;max-width: 1400px;height: 200px; position: absolute;left: 50%;transform: translateX(-50%);bottom: -100px;padding: 20px;
border-radius: 10px; background-image: linear-gradient(#5fdfff,#16c1ec);box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.sec1-about-list{width: 25%; margin-left: 20px; padding-right: 20px;justify-content: center;align-items: center;position: relative;}
.sec1-about-list-icon{transition: all 0.4s;}
.sec1-about-list-t{font-size: 16px;font-weight: 600;color: #fff;margin: 0 0 10px 0;transition: all 0.4s;}
.sec1-about-list-des{font-size: 14px;color: #fff;transition: all 0.4s;}
.sec1-about-list::after{content: '';position: absolute;width: 1px;height: 80px;right: 0;top: 40px;background: #fff;}
.sec1-about-list:last-child::after{display: none;}
.sec1-about-list:hover .sec1-about-list-icon,.sec1-about-list:hover .sec1-about-list-t,.sec1-about-list:hover .sec1-about-list-des{transform: translateY(-14px);}

/*产品应用*/
.appliwplist{margin: 20px 0;}
.appliwplist-left{float: left; width: 50%;padding: 10px; background: #fff;position: relative;}
.appliwplist-img{position: relative;overflow: hidden;}
.appliwplist-img img{width: 100%;transition: all 0.5s;}
.appliwplist-left-conwp{position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding-left: 20%;padding-top: 35%;background: rgba(0,0,0,0);transition: all 0.5s;}
.appliwplist-left:hover .appliwplist-left-conwp{background: rgba(0,0,0,.8);}
.appliwplist-left:hover .appliwplist-img img{transform: scale(1.1);}
.appliwplist-title{font-size: 24px;color: #fff;line-height: 40px;opacity: 0;transition: all 0.5s;}
.appliwplist-des{font-size: 16px;color: #fff;line-height: 30px;opacity: 0;transition: all 0.5s;}
.appliwplist-left:hover .appliwplist-title,.appliwplist-left:hover .appliwplist-des{opacity: 1;transform: translateY(20px);}
.appliwplist-right{float: left;width: 50%;flex-wrap: wrap;justify-content: space-between;}
.appliwplist-right1{width: 50%;float: left; padding: 10px;background: #fff;position: relative;}
.appliwplist-right1:nth-child(1),.appliwplist-right1:nth-child(2){margin-bottom: 10px;}
.appliwplist-right1:hover .appliwplist-left-conwp{background: rgba(0,0,0,.8);}
.appliwplist-right1:hover .appliwplist-title,.appliwplist-right1:hover .appliwplist-des{opacity: 1;transform: translateY(20px);}
.appliwplist-left-conwp1{padding-left: 20%;padding-top: 25%;}
.appliwplist-right2{width: 25%;float: left; padding: 10px;background: #fff;position: relative;}
.appliwplist-right2:hover .appliwplist-left-conwp{background: rgba(0,0,0,.8);}
.appliwplist-right2:hover .appliwplist-title,.appliwplist-right2:hover .appliwplist-des{opacity: 1;transform: translateY(20px);}
/*新闻*/
.news-bg{padding: 60px 0;}
.news-wp{width: 90%;max-width: 1400px;margin: 0 auto;}
.news-title{font-size: 30px;font-weight: 600;letter-spacing: 1px; text-align: center;}
.news-titleen{font-size: 14px;color: #999;text-align: center;line-height: 40px;}
.news-list-wp{margin-top: 40px;}
.news-list-left{flex: 1;}
.news-list-left .news-list-img{overflow: hidden;}
.news-list-left .news-list-img img{width: 100%;transition: all 0.5s;}
.news-list-left:hover .news-list-img img{transform: scale(1.2);}
.news-list-title{font-size: 16px;color: #333;margin-top: 10px;}
.news-list-date{color: #999;margin: 10px 0;}
.news-list-des{font-size: 14px;color: #666;}
.news-list-left:hover .news-list-title{color: #00366d;}
.news-list-right{margin-left: 2%;flex-wrap: wrap;flex: 2;}
.news-list{width: 50%;padding: 16px;}
.news-list:nth-child(1){border-right: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;}
.news-list:nth-child(2){border-bottom: 1px solid #d9d9d9;}
.news-list:nth-child(3){border-right: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;}
.news-list:nth-child(4){border-bottom: 1px solid #d9d9d9;}
.news-list:nth-child(5){border-right: 1px solid #d9d9d9;}
.news-list:hover .news-list-title{color: #00366d;}
.news-right-date{float: left;width: 19%;margin-right: 1%;text-align: center;}
.news-right-date-d{font-size: 26px;color: #333;}
.news-right-content{float: left;width: 79%;margin-left: 1%;}
.news-right-content .news-list-title{margin-top: 0;margin-bottom: 10px;}
/*底部*/
/*navBox end*/
.footer{width:100%; height:auto; text-decoration:none; background:#242e42; padding-top:50px;}
.footer .footcon{width:1200px; height:auto; color:#e1e7f4; font-size:15px; margin:auto;}
.footer .footcon .logo_m{width:230px; height:180px; float:left;}
.footer .footcon .logo_m img{height:77px; float:left;}
.footer .footcon .logo_m .logo_txt{width:auto; height:60px; float:left; padding:17px 0px 0px 15px; color:#e1e7f4;}
.footer .footcon .logo_m .logo_txt .biaoti{width:auto; line-height:40px; font-size:33px;font-family:阿里汉仪智能黑体;}
.footer .footcon .logo_m .logo_txt .yingwen{width:auto; line-height:20px; font-size:12px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.footer .footcon .logo_m .logo_b{width:230px; color:#e1e7f4; line-height:80px; font-size:17px; float:left; text-align:center;}
.footer .footcon .footl{width:auto; height:auto; float:left; padding-left:50px;}
.footer .footcon .footl .shang{width:auto; line-height:45px; text-align:left; font-size:18px;}
.footer .footcon .footl .xia{width:auto; height:auto; line-height:35px; text-align:left; font-size:15px;}
.footer .footcon .footl .xia a{color:#e1e7f4;}
.footer .footcon .footl .xia a:hover{color:#fff;}
.footer .footcon .footc{width:220px; height:auto; float:left; padding-left:50px;}
.footer .footcon .footc .shang{width:auto; line-height:45px; text-align:left; font-size:18px;}
.footer .footcon .footc .xia{width:auto; height:auto; line-height:35px; text-align:left; font-size:15px;}
.footer .footcon .foot_w{width:auto; height:120px; float:right; text-align:center;}
.footer .footcon .foot_w .shang{width:auto; line-height:45px; font-size:18px;}
.footer .footcon .foot_w img{padding:6px;}
.footer .footcon .footnav{width:1200px; height:70px; line-height:70px; text-align:center; float:left; padding-top:10px;}
.footer .footcon .footnav a{color:#e1e7f4;}
.footer .footcon .footnav a:hover{color:#fff;}
/*footer*/
.footer {
	width: 100%;
	color: #fff;
	padding-bottom: 48px;
	background: #2e3033;
	margin-top: 80px;
}
.footer .links {
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	border-top: 1px solid #1a1d21;
	
}
.footer .links span {
	color: #fff;
	display: inline-block;
}
.footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #939393;
	padding-right: 10px;
}
.footer .links a:hover {
	color: #1588d7;
}
.footer .bottom {
	padding-bottom: 20px;
	border-bottom: 1px solid #464a50;
}
.footer .bNav {
	width: 60%;
	height: 370px;
	margin-top: 48px;
	border-right: 1px solid #1a1d21;
}
.footer .di_logo img {
	width: 111px;
	height: 111px;
	background-size: 100%;
}
.footer .bNav dl {
	display: inline-block;
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: left;
	padding: 0 20px;
}
.footer .bNav dl dt {
	display: block;
	padding-bottom: 22px;
}
.footer .bNav dl dt a {
	display: block;
	font-size: 18px;
	color: #fff;
}
.footer .bNav dl dd {
	display: block;
	margin-bottom: 16px;
}
.footer .bNav dl dd a {
	display: block;
	font-size: 14px;
	color: #939393;	
}
.footer .bNav dl dd a:hover {
	color: #fff;
}
.footer .ewm {
	height: 328px;
	text-align: center;
	padding-left: 48px;
	margin-top: 48px;
	border-left: 1px solid #464a50;
}
.footer .ewm dl {
	width: 140px;
	float: left;
	display: block;
	margin-right: 30px;
	margin-top: 10px;
	height: 164px;
}
.footer .ewm dl:nth-child(2) {
	margin-right: 0px;
}
.footer .ewm dl:first-child+dl {
	margin-right: 0px;
}
.footer .ewm dl dt {
	width: 140px;
	height: 140px;
	background-color: #fff;
	text-align: center;
}
.footer .ewm dl dt img {
	width: 130px;
	height: 130px;
	display: inline-block;
	background-size: 100%;
	margin-top: 5px;
}
.footer .ewm dl dd {
	font-size: 14px;
	color: #939393;
	line-height: 24px;
	padding-top: 5px;
}
.footer .contact_info {
	width: 40%;
	height: 370px;
	padding-left: 75px;
	border-left: 1px solid #464a50;
	margin-top: 48px;	
}
.footer-contact{
	font-size: 18px;
	padding-bottom: 22px;
}
.contact_info1{
	float: left;	
}
.contact_info1 p a{
	color: #fff;
}
.contact_info1 p,.contact_info2 p,.contact_info3 p,.contact_info4 p{
	color: #fff;
	line-height: 32px;
}
.contact_info2{
	float: right;
}
.contact_info3{
	margin: 16px 0;
}
.w1200{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.footer .contact_info p.p1 {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	padding-top: 10px;
}
.footer .contact_info p.dh {
	font-size: 36px;
	color: #1588d7;
	font-family: "Arial";
	line-height: 36px;
	font-weight: bold;
	padding: 12px 0;
}
.footer .contact_info h3 {
	font-size: 20px;
	padding-top: 8px;
}
.footer .contact_info p.tel {
	font-size: 14px;
	color: #939393;
	line-height: 22px;
	width: 270px;
}
.footer .contact_info i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}
.footer .contact_info i a {
	display: inline-block;
	color: #fff;
	padding-right: 12px;
}



/*copyright*/
.copyright {
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 12px;
	background: #27292B;
	text-align: center;
}
.copyright p {
	color: #939393;
}
.copyright span {
	margin: 0 6px;
}
.copyright a {
	color: #939393;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.copyright a:hover {
	color: #fff;
}
#toTop{transition: all 0.5s;}
#toTop:hover{transform: translateY(-20px);}

/*内页banner*/
#HJZF_Z__innerBanner{
	width: 100%;
	overflow: hidden;
}
.in_banner{position: relative;}
.in_banner-textwp{width: 90%;max-width: 1400px;position: absolute;left: 50%;transform: translateX(-50%);top: 40%;}
.in_banner-text-t{font-size: 28px;color: #fff;font-weight: 600;}
.in_banner-des{font-size: 14px;color: #fff;line-height: 32px;}


/*分页*/
.page_list{text-align:center;letter-spacing:0;font-size:15px;margin-top:20px; margin-bottom:10px; clear:both;}
.page-status{display: none;}
.page-index,.page-pre a,.page-pre a,.page-numbar a,.page-next,.page-last{display:inline-block;color:#666666;text-align:center;padding:0px 15px; margin:0px 2px; line-height:35px; border:1px solid #dfdfdf;}
.page_list span a{color:#666666;}
.page_list span a:hover{color:#175a86;}
.page_list span a.on{color:#175a86;}

/*内页-关于我们*/
.subTitlebg{background-color: #f5f5f5;}
.subTitle{width: 90%;max-width:1400px; margin: 0 auto;height: 70px;line-height: 70px;display: flex;justify-content: space-between;}
.position{background: url(../images/home.png) no-repeat left center;padding-left: 40px;}
.list_con{margin: 0 20px;position: relative;transition: all 0.5s;}
.list_con::after{content: "";position: absolute;left: 0;bottom: 0;width: 0;height: 1px;background-color: #1849ba;transition: all 0.5s;}
.list_con:hover::after{left: 0;width: 100%;}
.list_con:hover a{color: #1849ba;}
.main{width: 90%; max-width: 1400px;margin: 40px auto;}
.ny-leftwp{float: left;width: 20%;}
.ny_left{display: flex;flex-direction: column;padding:0 10px 20px 10px;background: #f1f1f1;}
.ny_content_wp{float:left;width: 78%;margin-left: 2%; line-height: 40px;display: flex;flex-direction: column;border: 1px solid #ddd;}
.ny-about-content-wp{padding: 20px;}
.ny-about-culture-list{align-items: center;background: #f1f1f1;margin-bottom: 20px;}
.ny-about-culture-img{width: 66.66%;}
.ny-about-culture-img img{width: 100%;}
.ny-about-culture-deswp{width: 33.33%; padding: 40px;}
.ny-about-culture-t{font-size: 22px;}
.ny-about-culture-des{font-size: 14px;}
.ny-about-tu{text-align: center;}
.ny-about-tu img{max-width: 100%;}
.ny_right_content .xcsp{width: 800px;height: 600px;margin: 0 auto;}
.ny_right_content iframe{width: 800px;height: 600px;} 
.ny_sbzs-wp{float:left;width: 78%;margin-left: 2%; }
.nypro-list{display: flex;flex-wrap: wrap;}
.nypro-list li{width: 23%;margin: 16px 1%;background-color: #fff;border: 1px solid #eee;}
.nypro-list .ny_sbzs-img{overflow: hidden;}
.nypro-list li img{max-width: 100%;transition: all 0.5s;object-fit: cover;}
.nypro-list li:hover img{transform: scale(1.1);}
.ny_sbzs-t{line-height: 50px;text-align: center;}

/*内页left*/
.ny_left-lxbg{margin-top: 20px;}
.ny-left-lxhm{margin: 0 20px;line-height: 50px;font-size: 26px;font-weight: 600; color: #1849ba;}
.ny-left-lx{margin: 0 20px;line-height: 30px;}

/*内页-新闻页*/
.article_title h3{font-size: 18px;text-align: center;}
.ny-news-title{font-size: 16px;font-weight: 600;float: left;}
.ny-news-ym{font-size: 14px;color: #999; float: right;}
.artdet{text-align: center;padding: 20px 0;border-bottom: 1px solid #ddd;}
.ny-news-content{padding:20px 0 40px 0;line-height: 36px;}
.newspage ul li{padding: 0 0 10px 0;border-bottom: 1px solid #ddd;}
.newspage ul li:hover .ny-news-title{color: #1849ba;}
.nynewslist{ width:100%; height: auto; }
.nynewslist li{ width:100%; height:auto; margin:0 auto; border-bottom: 1px solid #e1e1e1; padding:15px 0px;}
.nynewslist li .img{width:200px; height:auto; float:left;}
.nynewslist li .imgcon{width:950px; height:auto;  display:block; color:#333; font-size:13px; float:right;}
.nynewslist li .imgcon p{width:100%; display:block; color:#333; font-size:12px;}
.nynewslist li .imgcon p a{ font-size:14px; color:#333; height:35px; line-height:35px;}
.nynewslist li .imgcon p a:hover{ text-decoration:none; color: #81c133;}
.nynewslist li .imgcon span{ font-size:12px; color:#333; line-height:23px;}
.news-des{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.newsnext{margin-top: 30px;}

/*内页-产品页*/
.ny_protu_wp{width: 90%;max-width:1400px; margin: 0 auto;padding: 40px 0;display: flex;justify-content: space-between;}
.ny_img_center{ height:465px; padding:0 0 0 40px;flex: 1;}
.ny_img_center .tit_h1{font-size:20px; color:#333; padding-top:20px;margin-bottom: 20px;}
.ny_img_center .tit_h2{height:120px; line-height:30px; padding:20px; background:url(../images/pro_back.jpg) no-repeat;background-size: cover;}
.ny_img_center .tit_h2 .h2_left{width:auto; font-size:14px; color:#333; float:left;}
.ny_img_center .tit_h2 .h2_right{width:73px; font-size:12px; color:#333; float:right; text-align:right; line-height:25px;}
.ny_img_center .tit_h2 .h2_right span{color:#006ae6;}
.ny_img_center .tit_h2 .h2_right .img26{width:30px;height:30px; float:left;margin-left:5px;cursor: pointer;}
.ny_img_center .tit_h2 .h2_right p{width:auto; height:30px; line-height:30px; float:left; color:#1849ba; padding-left:3px;}
.ny_img_center .tit_h2 .h2_right .p{text-align:center;}
.ny_img_center .tit_h3{line-height:25px; padding:25px 0px; font-size:13px; color:#575757;}
.ny_img_center .tit_h3 span{color:#006ae6; padding-right:10px;}
.ny_img_center .tit_message{width:160px; height:40px; line-height:40px; background:#006ae6; font-size:15px; color:#fff; float:left; text-align:center; margin-right:30px;}
.ny_img_center .tit_message .img1{float:left; margin-left:25px; width:40px; height:40px; background:url(../images/pro_qq.png) center no-repeat; background-size:24px 24px;}
.ny_img_center .tit_message .p1{float:left; color:#fff; height:40px; width:auto;}
.ny_img_center .tit_message:hover{width:160px; height:40px; line-height:40px; background:#1849ba; font-size:15px; color:#fff; float:left; text-align:center;}
.ny_img_center .tit_fasong{width:160px; height:40px; line-height:40px; background:#1849ba; font-size:15px; color:#fff; float:left; text-align:center; margin-right:30px;}
.ny_img_center .tit_fasong .img1{float:left; margin-left:25px; width:40px; height:40px; background:url(../images/pro_message.png) center no-repeat; background-size:24px 24px;}
.ny_img_center .tit_fasong .p1{float:left; color:#fff; height:40px; width:auto;}
.ny_img_center .tit_fasong:hover{width:160px; height:40px; line-height:40px; background:#006ae6; font-size:15px; color:#fff; float:left; text-align:center;}
.ny-cpxqwp{width: 90%;max-width:1400px; margin: 0 auto;padding: 40px 0;display: flex;}
.ny_cpxq-left{width: 200px;background-color: #1849ba;}
.TwoOfTwo{padding: 30px 0;}
.TwoOfTwo p{text-align: center;color: #fff;font-size: 20px;padding: 0 0 16px 0;}
.ny-about-twp{ position: relative;padding-left: 20px;}
.ny-about-twp::after{position: absolute;content: '';width: 4px;height: 30px;background: #1849ba; left: 6px;top: 22px;}
.ny-about-title{font-size: 20px;color: #333;font-weight: 600;margin-top: 16px;}
.ny-about-ten{font-size: 14px;text-transform: uppercase;font-family: arial;color: #999;margin-bottom:10px;}
.div_list{background-color: #fff;width: 90%;margin: 0 auto;padding: 16px 0;}
.list_con{position: relative;}
.list_con a{display:block; line-height: 60px;border-bottom: 1px solid #ddd;}
.ny-nav-jt{position: absolute;top: 30%;right: 0;opacity: 0;transition: all 0.5s;}
.list_con:hover .ny-nav-jt{opacity: 1;color: #1849ba;}
.ny_right{flex: 2;padding:30px;border: 1px solid #ddd;margin-left: 40px;position: relative;}
.ny_right_tit{background-color: #eee;padding: 20px;}
.neiye_left{font-size: 20px;}
.neiye_right{color: #999;}
.ny_cpxq_content{padding: 20px 0;line-height: 30px;}
.ny_cpxq_content p iframe{display:block;width:100%;height:350px;}
/*内页-在线留言*/
    
.mess-xm,.mess-sj{
	float: left;
    width: 28.3333%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: transparent;
    padding: 0 0 0 10px;
    margin: 8px 2% 10px 0;
    color: #333;
}
.mess-yzm{
	float: left;
    width: 28.3333%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: transparent;
    padding: 0 0 0 10px;
    margin: 8px 0 10px 0;
    color: #333;
}
.mess-yzmtu{
	float: left;
	height: 36px;
	margin: 8px 0 10px 0;
}
.mess-ny{
	width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: transparent;
    padding: 10px 0 0 10px;
    margin: 0 0 20px 0;
    color: #333;
}
.mess-tj {
	display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
	margin: 20px auto 40px auto;
    color: #1849ba;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 6px;
    background-color: #eee;
    transition: all 0.5s;
    border: none;
}
textarea::-webkit-input-placeholder {
    color: #999;
}
textarea::-moz-input-placeholder {
    color: #999;
}
textarea::-ms-input-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
input::-moz-input-placeholder {
    color: #999;
}
input::-ms-input-placeholder {
    color: #999;
}
.mess-tj:hover {
	background-color: #1849ba;
	color: #fff;
}

/*联系我们*/
.ny-contact-wp{width: 90%;max-width: 1400px;margin: 0 auto;padding: 40px 0;}
.ctas {display: flex;display: -webkit-flex;display: -ms-flex; justify-content: space-around;}
.lianfs{width: 23%;padding: 40px 10px;margin: 0 1%;border: 1px solid #ddd;transition: all 0.5s;}
.lianxr,.zuoji,.addr,.call{	height:60px;margin-bottom:15px;	display: block;}
.lianxr{background: url(../images/ny-lxr.svg) no-repeat center center;}
.call{background:url(../images/ny-sj.svg) no-repeat center center;}
.zuoji{background:url(../images/ny-zuoji.png) no-repeat center center;}
.addr{background:url(../images/ny-dizhi.svg) no-repeat center center;}
.lianfs:hover{transform: translateY(-20px);}
.ctas .x{text-align: center;}
.ctas .x-d{font-size: 20px;}
.index-footer-form .text{}
.index-footer-form{background: #ffffff;   padding:3% 4%; box-sizing: border-box;}
.index-footer-form .title {margin-bottom: 30px;}
.index-footer-form .title p{font-size: 20px; color: #141418;  }
.index-footer-form input{ width: 100%; height: 40px; line-height: 40px; text-indent: 10px; border: 1px solid #d8d8d8; color: #666666; margin-bottom: 30px; text-indent: 45px;}
.index-footer-form textarea{width: 100%; height: 135px; padding-top: 10px; font-size: 14px; text-indent: 10px; border: 1px solid #d8d8d8; color: #666666; margin-bottom: 20px;}
.index-footer-form .sub{background: #dab96a; color: #ffffff; margin-top: 20px; border: none; margin-bottom: 10px; width: 100%; text-indent: 0; border-radius: 25px; font-size: 16px; transition: all 0.6s; height: 50px; line-height: 50px;}
.index-footer-form .sub:hover{background: #333333; }
 
/*动画*/

@-webkit-keyframes criss-cross-left {
	 0% {
	  left:-20px
	 }
	 50% {
	  left:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  left:50%;
	  width:375px;
	  height:375px
	 }
}
@keyframes criss-cross-left {
	 0% {
	  left:-20px
	 }
	 50% {
	  left:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  left:50%;
	  width:375px;
	  height:375px
	 }
}
@-webkit-keyframes criss-cross-right {
	 0% {
	  right:-20px
	 }
	 50% {
	  right:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  right:50%;
	  width:375px;
	  height:375px
	 }
}
@keyframes criss-cross-right {
	 0% {
	  right:-20px
	 }
	 50% {
	  right:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  right:50%;
	  width:375px;
	  height:375px
	 }
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes load1 {
	0%, 80%, 100% {	  
	    width: 13px;
	}
	40% {	  
	    width: 60px;
	}

}

@keyframes down{
 	from{transform: translateY(-100%); opacity: 0;}
 	to{transform: none; opacity: 1;}
 }


/*媒体查询*/

 @media screen and (max-width: 1800px){  	
  	.sec1-intro .right .btn-3{ border:6px solid #333; height: 85px; width: 200px; 
	 line-height: 76px; font-size: 18px;}
	 
  }

  @media screen and (max-width: 1700px){
  	.navbar{ justify-content: space-around;}
  	.navbar li{ padding: 0px; }
  	.banner .txt img{ max-width:100%;} 
  	
  }
	@media screen and (max-width: 1500px){				
	.sec1-intro .right p{ line-height: 36px;}
	.sec1-intro .tit h2{ padding-top: 15px;}	
	.index-sec2 .p2{ height: 70px; line-height: 70px; font-size:16px}
	.box{ padding:70px 30px;}
	.footer{ padding:30px;}
	.index-sec4{padding:0 30px; }
	.index-sec3 li .div1{ height: 40px; line-height: 40px;  margin-top: 15px;}
	.index-sec3 li .div1 strong,.index-sec3 li .div1 b{ font-size: 40px;  height: 40px; line-height: 40px;}
	.index-sec3 li:hover strong{ margin-top: -40px;}
	.index-sec3 ul li{ padding: 30px 20px;}
	.index-sec3 li h3{ font-size: 20px; }
	.index-sec3 li p{ line-height: 30px; height: 60px; margin-top: 15px;}
	.index-sec5 ul li{ width:24%}
	.index-sec5 li .div1 b{ width: 60%;}
	.index-sec5 .btn-3{ border:7px solid #000; height:80px; width: 290px; 
	 line-height: 70px; font-size: 18px;}
	.index-sec4 .div2{ width: 260px;  height: 80px; padding: 8px;}
	.index-sec4 .div2 a{ height: 64px; line-height: 64px;}	
	.casepage li{width: 32%; }
	}
 	
  @media screen and (max-width: 1400px){
  	.navbar li a{ font-size: 14px;}
 	.barwrap .div2 strong{ font-size: 14px;}
 	.barwrap .div2 b{ font-size: 18px;}
  	.barwrap .div2{ padding-left: 20px; }
  	.barwrap .zoom{ margin-left: 10px;} 
  	.sec1-intro .right .btn-3{ margin-top: 30px;}
 }
 
 

  @media screen and (max-width: 1300px){  	 
 	.sec1-intro .right .btn-3{ border:5px solid #000; height:70px; width: 260px; 
	 line-height: 62px; font-size: 18px;}
  }


