html,body{width: 100%;font-size:16px;overflow-x:hidden}
*{ margin:0; padding:0;}
em{ font-style:normal;}
img {border: 0 none;height: auto;vertical-align: middle;}
ul{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
div{box-sizing: border-box;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a{ text-decoration:none; color:#333;}
.cuya{font-family: "impact";}

.s_width{ width:85%; margin:0 auto; position:relative}
i,em{ font-style:normal;}
.biaoge{overflow-x: auto;}
.biaoge td{padding:5px 5px;white-space: nowrap;}

table {width: 100%;border-collapse: collapse;}
table td {border: 1px solid #e6e7ea;padding: 0.5%;line-height: 1.4; font-size: 16px;}


@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}

@font-face {
	font-family: "Montserrat-Medium";
	src: url("../font/Montserrat-Medium.woff2") format("woff2"),
	url("../font/Montserrat-Medium.woff") format("woff"),
	url("../font/Montserrat-Medium.ttf") format("truetype"),
	url("../font/Montserrat-Medium.eot") format("embedded-opentype"),
	url("../font/Montserrat-Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.mont{font-family: "Montserrat-Medium";}

/*===================== 公用样式 START =====================*/

.img{overflow: hidden;position: relative;}
.img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}



.head{ width: 100%;  height: 80px; position: fixed; z-index: 20; top:0;box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);border-bottom: 1px solid #e5e5e5;}
.head .logo{ position: absolute; left: 30px; top:0; z-index: 3;	 height: 100%; font-size: 0; line-height: 80px;}
.head .logo img{ max-height: 80%;}
.headshadow{ width: 100%; height: 80px;}
.headin{ position: relative; z-index: 7; height: 100%; }
.special.head{ background-color: transparent; border-bottom-color:transparent; box-shadow: none; }
.head.mini{ height: 60px;background: #0a60c6;}
.head.mini .logo{ line-height: 60px;}

.headright{ position: absolute; right: 30px; top:20px; height: 40px; z-index: 14; line-height: 40px; text-align: center;}
.headright a{ display: inline-block; height: 30px;	border-radius:15px; vertical-align: middle; line-height: 30px;}

.headright a.glass{ width: 240px; background: url('../images/tel.png') no-repeat left center;font-size: 26px; color: #fff}
.headright a.glass.on{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}


.navbtn2{ position: relative; width: 40px; margin-right: 10px; background-color: #0a60c6; margin-left: 24px;	-webkit-transition: 0.4s; transition: 0.4s; animation: circle-shadow 2s infinite both;}
.headright a.navbtn2{ height: 40px; line-height: 40px; border-radius: 50%;display: none}
.navbtn2:hover{ background-color: #0a60c6; webkit-transform: rotate(360deg); transform: rotate(360deg);}

.navbtn2 s{ position: absolute; display: block; width: 6px; height: 6px; background-color: #fff;	left: 50%; top:50%; margin-left: -3px; margin-top: -3px; -webkit-border-radius: 1px; border-radius:1px;}
.navbtn2>s:nth-child(1){ -webkit-transform: translate(-5px, -5px); transform: translate(-5px, -5px);}
.navbtn2>s:nth-child(2){ -webkit-transform: translate(5px, -5px); transform: translate(5px, -5px);}
.navbtn2>s:nth-child(3){ -webkit-transform: translate(-5px, 5px); transform: translate(-5px, 5px);}
.navbtn2>s:nth-child(4){ -webkit-transform: translate(5px, 5px); transform: translate(5px, 5px);}


.head.mini .headright{ top:10px;}


.topsouout{ padding:15px 0; background-color: rgba(51,51,51,0.8); position: absolute; display: none;	z-index: 8; width: 100%; right:0; top:100%; font-size: 16px;  height: 80px;}
.topsouout .topsou{ position: relative; width: 580px; padding-right: 110px; height:47px;  background-color: #fff; margin: 0 auto; overflow:hidden;}
.topsou .shuru{ width: 100%; height:100%; background-color:#fff; border:none; color:#666; text-indent:20px;}
.topsou .anniu{ position:absolute; top:0; right:0; z-index:2; width:110px; height:100%; border:none; cursor:pointer;
  background-color: #6fba2c; color: #fff; text-align: center; -webkit-transition: .3s; transition: .3s;}
.topsou .anniu:hover{ background-color: rgba(111,186,44,0.8);}



.nav{ position: absolute; left:0; top:0; z-index: 10; width: 100%; height: 100%; font-size: 0; text-align: center;}
.nav>li{ display: inline-block; height: 100%; position: relative; z-index: 1;}
.nav>li>a{ display: block; padding: 0 25px; height: 100%; position: relative;  font-size: 18px; font-weight: bold; color: #fff; line-height: 80px;}

.nav>li>a:after{ left:50%; position: absolute; bottom: 0; content: " "; width:0; height: 2px; margin-left: 0; -webkit-transition: .3s; transition: .3s; background-color: #0a60c6;}
.nav>li:hover>a:after,.nav>li.on>a:after{ width: 64px; margin-left: -32px;}
.head.mini .nav>li>a{ line-height: 60px;}

@media screen and (max-width:1400px){
  .nav>li>a{ padding: 0 20px;}
}
@media screen and (max-width:1300px){
  .nav>li>a{ padding: 0 15px;font-size: 16px; }
}
@media screen and (max-width:1200px){
  .nav>li>a{ padding: 0 10px;}
}
@media screen and (max-width:1150px){
  .nav{ width: auto; left: 170px;}
}


@media screen and (max-width:790px){
	.headright a.glass{display: none;}
	.headright a.navbtn2{display: block}
}

dl.navtwo{ width: 140%; display: none; position: absolute; top: 76px; left:-20%; z-index: 1; padding-top: 15px;  -webkit-transition: top 0.3s; -moz-transition: top 0.3s; -ms-transition: top 0.3s;  -o-transition: top 0.3s; transition: top 0.3s;}
dl.navtwo.on{ top:90%;}
dl.navtwo .inner{ width: 100%; background-color: rgba(255,255,255,1); padding: 13px 0;  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;  box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);}
dl.navtwo:after{ position: absolute; left:50%; top: 0; margin-left: -11px; content: " "; width: 23px;   background: url('../images/sju1.png') center no-repeat; height: 15px; z-index: 1;}
dl.navtwo dd{ height: 36px; line-height: 36px; text-align: center;}
dl.navtwo dd>a{ display: block; height: 100%; font-size: 14px; color: #666; letter-spacing: 0; overflow: hidden; white-space: nowrap;}
dl.navtwo dd:hover>a{ color: #0f7bff; letter-spacing: 2px; background-color: #e1e1e1;}
dl.navtwo dd>a:after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; display: none; border-bottom: 1px solid #da251d; -webkit-transition: .3s; transition: .3s;}
dl.navtwo dd>a:hover:after{ width: 100%; left:0; transition: width 0.3s; -webkit- transition: width 0.3s;}
#close { position: fixed; left: 0; top: 0; width: 100%;bottom: 0; z-index: 9; display: none; 	background:url('../images/op0-60.png'); cursor: pointer;}
@media screen and (min-width:1024px){
	.navsjout{ display: none;}
}
@media screen and (max-width:1023px){
	.nav{ display: none;}
	.navbtn{ display: block;}
	.navsjout{ display: block;}

	.headright{ right: 80px;}
}
@media screen and (max-width:1023px){
	.special.head{ }
}
@media screen and (max-width:750px){
	.topsouout .topsou{ width: 70%; padding-right: 10%;}
	.topsou input.anniu{ width: 12.5%;}
}
@media screen and (max-width:640px){
	.head,.headshadow{ height: 60px;}
	.head .logo{ line-height: 60px;}
	.headright{ top:10px;right:0}

	.nav>li>a{ line-height: 60px;}
	.navsjout{ top:60px;}
	.navbtn{ top: 10px;}
}
@media screen and (max-width:540px){
	.head .logo{ left:20px;}
}


/*展开导航*/
.head_menu {width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 60;display: none;background: #ffffff url('../images/nvbg.jpg') center / cover no-repeat;}
.head_menu i.hudie {position: absolute;left: -30px;top: 50%;z-index: 0;width: 106px;height: 106px;visibility: hidden;background: url('../images/hudie.png') center no-repeat;margin-top: -190px;-webkit-transition: .5s;transition: .5s;}
.head_menu ul {max-width: 1520px;height: 100%;text-align: center;position: relative;z-index: 2;font-size: 0;margin: 0 auto;padding: 0 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;
-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.head_menu ul li {max-width: 16.666%;height: 100%;display: inline-block;position: relative;}
.head_menu ul .wrapper {position: relative;text-align: left;top: 50%;margin-top: -160px;}
.head_menu ul .cn {height: 40px;font-size: 20px;color: #222;line-height: 40px;font-weight: bold;margin-bottom: 38px;}
.head_menu ul .cn a {color: #222;}
.head_menu ul .en {font-size: 38px;line-height: 48px;color: #222;text-transform: capitalize;font-family: "Times New Roman";}
.head_menu ul .en a {color: #222;}
.head_menu ul li:hover .en a {color: #004ac1;}
.head_menu ul li:hover .cn a {color: #004ac1;}
.head_menu ul dd {width: 100%;font-size: 16px;color: #777;line-height: 36px;position: relative;}
.head_menu ul dd a {position: relative;color: #777;}
.head_menu ul dd:before {content: '';position: absolute;left: -16px;top: 15px;z-index: 0;width: 5px;height: 5px;background-color: transparent;border-radius: 50%;}
.head_menu ul dd:hover a {color: #004ac1;}
.head_menu ul dd:hover:before {background-color: #004ac1;}
.head_menu a.close {position: absolute;right: 40px;top: 20px;width: 42px;height: 42px;z-index: 10;background: #004ac1 url('../images/cha.png') center no-repeat;cursor: pointer;border-radius: 50%;-webkit-transition: .5s;
transition: .5s;-webkit-animation: circle-shadow 2s infinite both;animation: circle-shadow 2s infinite both;}
.head_menu a.close:hover {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.head_menu dd a:after {left: 100%;position: absolute;bottom: -1px;content: " ";width: 0;border-bottom: 1px solid #004ac1;-webkit-transition: .3s;transition: .3s;}
.head_menu dd:hover a:after {width: 100%;left: 0;transition: width 0.3s;-webkit-transition: width 0.3s;}
@media screen and (max-width: 1520px) {
.head_menu ul .en {font-size: 24px;}
}
@media screen and (max-width: 1250px) {
.head_menu ul .cn {font-size: 20px;}
.head_menu ul .en {font-size: 20px;}
}

@media screen and (max-width:790px){
	.head_menu a.close {right:13px; top: 13px;}
	.head_menu ul{width: 100%; height: auto;display:block}
	.head_menu ul .en{display: none;}
	.head_menu ul .cn{display: block;margin-bottom:0; height: auto;line-height: 65px;}
	.head_menu ul li{max-width: 100%;width: 100%;height: auto;border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
	.head_menu ul dd{float: left;width: 50%;font-size: 14px; line-height: 28px;}
	.head_menu ul .wrapper{width: 100%;top: 0; margin-top: 0;}
}
/* ------------------------ */

@-webkit-keyframes circle-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0px rgba(10, 96, 198, 0.4);
			  box-shadow: 0 0 0 0px rgba(10, 96, 198, 0.4);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 20px rgba(10, 96, 198, 0);
			  box-shadow: 0 0 0 20px rgba(10, 96, 198, 0);
	}
  }
  @keyframes circle-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0px rgba(10, 96, 198, 0.4);
			  box-shadow: 0 0 0 0px rgba(10, 96, 198, 0.4);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 20px rgba(10, 96, 198, 0);
			  box-shadow: 0 0 0 20px rgba(10, 96, 198, 0);
	}
  }

/* ------------------------ */
#banner{position:relative;overflow:hidden;width:100%; margin-top: 100px;}
#banner ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner ul li{width:33.333%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:85px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:13px;height:13px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background:#f0c02e}




/*产品分类*/
.pro{ width:100%; margin:0px auto; position: relative;background:url("../images/prolist.jpg") no-repeat center top; overflow: hidden; padding: 4% 0; background-attachment: fixed; background-size: cover;}
.pro_tit::before{ display: block; text-align: center; font-size: 95px; font-family: impact; color: rgba(255,255,255,.12); text-transform: uppercase;}
.pro_tit h2{text-align: center; font-weight: bold; color: #0ca234; font-size: 52px;margin-top: -80px; }
.pro_tit h2 span{ font-size: 62px; color: #fff; font-weight: 550; font-style: normal;}
.prolist{width: 85%; margin:3% auto 0 auto;}
.prolist ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content:center;flex-wrap: wrap;}
.prolist li{ width: 10%; margin: 0.5%;border:1px solid transparent; border-color: rgba(255, 255, 255, 0.5); text-align: center; padding:1% 0;transition: .5s; }
.prolist li a{color: #fff;}
.prolist li:hover{ background: #e5110d;}

/*产品展示*/
.pro_cont{width: 85%; margin: 0 auto;}
#top_scroll {overflow: hidden;width:100%; margin:3% auto 0 auto; height: 1200px;}
#top_scroll ul li{position: relative; float: left;width:23.5%;margin:0 .5% 1%;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center;  }
#top_scroll ul li .img img{ width: 400px; height: 300px; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#top_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll ul li .proText{ padding: 6% 0; transition: .4s;-webkit-transition: .4s;}
#top_scroll ul li strong{display: block;font-weight: normal; color: #333333; font-size: 18px;  text-align: center;}
#top_scroll ul li:hover{background-color:#25a8db;}
#top_scroll ul li:hover strong{ color: #fff;}

@media (max-width:1280px){
	.pro{width:95%; }
	#top_scroll ul li .img img{height: 250px;}
}

@media (max-width:750px){
	.pro{width: 95%;}
	#top_scroll ul li{width: 48%;}
	#top_scroll ul li .img img{height: 145px;}
	#top_scroll ul li strong{ font-size: 16px; }
	#top_scroll ul li .proText i{display: none;}
}



/*************footer******************/
.footer22{display: none;}
.footer2{display: none;}
.footer{background: #073763 ; position:relative; overflow:hidden}
.footer .footer_box{width: 85%; margin: 4% auto 0 auto; color: #fff;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.footer .footer_box a{ color: #fff;}

.footer_pro{width: 26%;}
.footer_pro h2{font-size: 24px; font-weight: bold;}
.footer_pro h2:after{content: ""; width: 50px; height: 3px; background: #f8de07;display: block; margin: 10px 0;}
.footer_pro ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap; margin-top: 25px;}
.footer_pro li{width: 48%; margin: 1% 1% 1% 0; line-height:45px; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); text-align: center; font-size: 16px;}

.footer_contact{width: 37%;border-left:1px solid transparent; border-right:1px solid transparent;border-color: rgba(151, 151, 151, 0.3); padding: 0 5%;}
.footer_contact h2{font-size: 24px; font-weight: bold;}
.footer_contact h2:after{content: ""; width: 50px; height: 3px; background: #f8de07;display: block; margin: 10px 0;}
.footer_contact p{font-size: 16px; line-height: 37px;margin-top: 20px;}
.footer_contact p strong{font-size: 20px;display: block; margin-bottom: 15px;}

.footer_ewm{width: 18%;}
.footer_ewm h2{font-size: 24px; font-weight: bold;}
.footer_ewm h2:after{content: ""; width: 50px; height: 3px; background: #f8de07;display: block; margin: 10px 0;}
.footer_ewm ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;margin-top: 7%;}
.footer_ewm li{width: 48%;}
.footer_ewm li img{width: 100%;}
.footer_ewm li i{display: block;text-align: center; line-height: 40px; font-size: 16px; font-style: normal}



.footer_mid_1{ padding-top:3.375em; padding-bottom:3.375em; border-bottom:1px solid transparent; border-color: rgba(255, 255, 255, 0.2);}
.footer_mid_2_left{float:left; width:70%;}
.footer_mid_2_right{float:right; width:30%; position:relative;}
.footer_mid_2_right:after{content:''; position:absolute; left:0; top:0; height:100%; width:1px; background-color:rgba(255, 255, 255, 0.2)}
.footer_mid_2_left ul li{float:left; color:#fff;}
.footer_mid_2_left ul li:nth-child(1){width:21%}
.footer_mid_2_left ul li:nth-child(2){width:31%}
.footer_mid_2_left ul li:nth-child(3){width:25%}
.footer_mid_2_left ul li:nth-child(4){width:23%}
.footer_mid_2_left_mid{padding-right:1em}
.footer_mid_2_left_mid p,.footer_mid_2_right_mid p{ color:#fff;font-size:1.125em; position:relative; padding:.875em 0;}
.footer_mid_2_left_mid p:after,.footer_mid_2_right_mid p:after{content:''; position:absolute; left:0; bottom:0; height:1px; background-color:#fff; width:13px;}
.footer_mid_2_left_mid a{color:#e0e0e0;-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s;}
.footer_mid_2_left_mid a:hover{color:#fff;}
.footer_mid_2_left_mid dl dd,.footer_mid_2_right_mid_2 dl dd{margin-top:.9em;}
.footer_mid_2_left_mid dl,.footer_mid_2_right_mid_2 dl{margin-top:1.25em;}
.footer_mid_2{margin-top:3.25em;}
.footer_mid_2_right_mid{padding-left:36%; color:#e0e0e0 }
.footer_mid_2_right_mid_3{margin-top:2.1875em;}
.footer_mid_2_right_mid_3 img{width: 120px;}
.footer_mid_3_left{ font-size:16px; color:#7c6363; text-align: center;color:#fff}
.footer_mid_3_left a{color:#fff;}
.footer_mid_3{margin-top:2.6875em; border-top:1px solid transparent; border-color: rgba(255, 255, 255, 0.2); padding-top:1.5em; padding-bottom:1.5em;background: #073763;}


@media screen and (max-width:1440px){
	.footer .footer_box{width: 90%;}
	.footer_pro li{font-size: 15px;line-height: 40px;}
	.footer_contact p{font-size: 15px;line-height: 30px;}
	.footer_ewm {width: 15%;}
}

@media screen and (max-width:1280px){
	.footer_logo{display: none;}
	.footer_pro {width: 36%;}
	.footer_contact {width: 26%;}
	.footer_ewm {width: 22%;}
}


@media screen and (max-width:790px){
	.footer{display: none;}
	.footer22{ width: 100%; height: 100px; background-color: #0181e0; display: block;		position: fixed; z-index: 28; bottom:0; left:0;}
	.footshadow{ width: 100%; height: 90px; display: none;}
	.footfun{ padding: 0 10px; height: 100%; overflow: hidden;}
	.footfun li{ float: left; width: 25%; height: 100%; background-color: #0181e0;		-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
	.footfun li:nth-child(odd){ background-color: #71be4a}
	.footfun li a{ display: block; text-align: center; color: #fff; padding-top: 10px;}
	.footfun li a .pic{ height: 44px; line-height: 44px; font-size: 0;}
	.footfun li a img{ max-height: 40px;}
	.footfun li h3{ line-height: 26px;}
	.footer2{display: block;}
	.zxy-btmswt { padding: 0 0.26667rem; z-index: 50; position: fixed; bottom: 0; width: 100%; max-width: 750px; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); height: 65px; overflow: hidden; }
	.zxy-btmswt .zxybtm-fl { margin-right: 0.26667rem; background: linear-gradient(0deg, #155bc4, #155bc4); border-radius: 0.4rem 0.4rem 0px 0px; float: left; width: 49%; height: 100%; padding-top: 4%; }
	.zxy-btmswt .zxybtm-fl a { display: block; background: url(../images/zxy-ej.png) no-repeat left 0.4rem center; background-size: 14%; padding-left:20%; cursor: pointer; }
	.zxy-btmswt .zxybtm-fl a span { display: block; font-size:14px; line-height: 1; color: #fff; margin-bottom:5px; font-weight: 300; }
	.zxy-btmswt .zxybtm-fl a strong { display: block; font-size: 17px; color: #fff; line-height: 1; }
	.zxy-btmswt .zxybtm-fr { background: linear-gradient(0deg, #ff9431, #ff9431); border-radius: 0.4rem 0.4rem 0px 0px; float: right; width: 49%; height: 100%; padding-top: 4% }
	.zxy-btmswt .zxybtm-fr a { display: block; background: url(../images/zxy-dh.gif) no-repeat left 0.4rem center; background-size:14%; padding-left:20%; cursor: pointer; }
	.zxy-btmswt .zxybtm-fr a span { display: block; font-size: 14px; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
	.zxy-btmswt .zxybtm-fr a strong { display: block; font-size: 18px; color: #fff; line-height: 1; letter-spacing: 1px; }
}

@media screen and (max-width:1350px){
	.footer .f_wx{ width: 30%; padding:3% 0; }
	.footer .f_about{ padding:3% 0 0 0%;}
	.footer .f_pro{padding:3% 0 0 0%;}

}

@media (max-width:1280px){
	.footer .s_width{ width:90%;}
	.footer .f_wx li{ width:100px;}
}
@media (max-width:790px){
	footer{display: none;}
	.fixed_footer{display: block; height:50px;background:linear-gradient(to right,#004ac1,#353992);position:fixed;bottom:0;z-index:44;width:96%;border-top-right-radius:20px;border-top-left-radius:20px;margin:auto;left:0;right:0;}
	.fixed_footer a{float:left;width:33.33%;text-align:center;}
	.fixed_footer img{display:inline-block;height:24px;margin:5px 0 0;}
	.fixed_footer strong{color:#fff;font-size:12px;display:block;height:20px;line-height:20px;}
}
/* ===================== 内页 Banner 图 ===================== */
.inbanner {width: 100%;height: 500px;position: relative;overflow: hidden; background: #000;}
.inbanner2 {width: 100%;height: 250px;position: relative;overflow: hidden; background: #000;transition:all 0.9s ease 0s; -webkit-transition:all 0.9s ease 0s;}
.sec20 .inbanner {height: 100vh;}
.inbanner > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;z-index: 0; opacity: 0.8;}
.inbanner .cer {position: relative;height: 100%;}
.ibcatein {position: absolute;width: 100%;left: 0;top:55%;z-index: 1;color: #fff;text-align: center;overflow: hidden;margin-top: -84px;}
.ibcatein .cn {font-size: 30px;line-height: 46px;}
.ibcatein .en {font-size: 66px;line-height: 84px;font-weight: bold;text-transform:capitalize;}
.ibcatein .en:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 66px;height: 2px;background-color: #fff;margin-left: -33px;display: none;}
.mouse {width: 34px;height: 34px;margin-top: 110px;margin-left: -18px;border-radius: 50%;position: absolute;left: 50%;top:70%;z-index: 2;border: 1px solid #fff;/*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/background: url('../images/jtd-mouse.png') center no-repeat;}
.outnavbg {width: 100%;position: absolute;left: 0;bottom: 28px;z-index: 5;}
.ibbg {-webkit-animation: pagebgfd 6s linear infinite alternate;animation: pagebgfd 6s linear infinite alternate;}
@-webkit-keyframes pagebgfd {
	0% {
opacity: 1;
-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
100% {
opacity: 1;
-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
}
@keyframes pagebgfd {
0% {
opacity: 1;
-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
100% {
opacity: 1;
-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
}
.updown{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite;}
@-webkit-keyframes updown {
  0% { -webkit-transform: translate(0px, 0px); }
  25% { -webkit-transform: translate(0px, -10px); }
  50% { -webkit-transform: translate(0px, 0px); }
  75% { -webkit-transform: translate(0px, 10px); }
  100% { -webkit-transform: translate(0px, 0px);}
}
@-moz-keyframes updown {
  0% { -moz-transform: translate(0px, 0px); }
  25% { -moz-transform: translate(0px, -10px); }
  50% { -moz-transform: translate(0px, 0px); }
  75% { -moz-transform: translate(0px, 10px); }
  100% { -moz-transform: translate(0px, 0px);}
}
@keyframes updown {
  0% { transform: translate(0px, 0px); }
  25% { transform: translate(0px, -10px);}
  50% { transform: translate(0px, 0px);}
  75% { transform: translate(0px, 10px);}
  100% { transform: translate(0px, 0px);}
}

.aboutone {padding:4% 0;overflow: hidden;position: relative;width: 100%; background: #ecf3fc;  margin-bottom: 100px}
.aboutone .abbg {position: absolute;left: 0;bottom: -255px;z-index: -1;width: 100%;height: 855px;background: #ffffff;}
.cer8{width: 85%;  margin: 0 auto; background: #fff; padding: 5%;}
.aboutcon {overflow: hidden;margin-top: 86px;}
.aboutl {width: 100%;}
.abcate {position: relative;}
.abcate .cn {font-size: 46px;color: #222;line-height: 66px;letter-spacing: 2px;font-weight: bold;}
.abcate .cn span {color: #0a60c6;}
.abcate .cn2 {color: #222;line-height: 66px;}
.abcate i {position: absolute;right: 0;top: 23px;z-index: 2;width: 80px;height: 80px;display: block;visibility: hidden;}
.abcate s {position: absolute;left: 50%;top: 62px;right: 0;z-index: 1;height: 1px;background-color: #eee;}
.abouttxt {overflow: hidden;font-size: 16px;line-height: 32px;color: #555;text-align: justify;}
.abouttxt p{text-indent:2em;}
.abouttxt p img {width: 100%; max-width: 600px;text-indent:-2em!important; margin: 0 auto}

@media( max-width:1280px ){
	.inbanner {height: 400px;}	
	.ibcatein .en{font-size: 50px;}
	.mouse{top: 48%;}
	.cer8{width: 95%; }
	.abcate .cn{font-size: 34px; line-height: 25px;}
	.aboutcon{margin-top: 45px;}
}


@media( max-width:1280px ){
	.inbanner {height: 150px;}	
	.ibcatein .en,.ibcatein .cn,.mouse{display: none;}
	.cer8{width: 95%; }
	.abcate{display: none;}
	.aboutcon{margin-top: 45px;}
}


/* ===================== 内页 Banner 图 ===================== */

.mbx{ width:100%; height:60px; background:#fff; }
.mbx .mbx_cont{ width:80%; margin:0 auto; font-size:16px; line-height:60px; color:#333}

@media( max-width:1280px ){
	.mbx .mbx_cont{ width:90%;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;} 
}

.main{ width:85%; margin:0rem auto;background: #fff; padding: 2%}
.main .main_l{width:18%; overflow:hidden;}
.box_one{width: 100%;background-color: #069c3b;padding: 10px 10px}
.box_one .title{text-align: center;margin-bottom:20px;}
.box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
.box_one .title p{color:#fff;font-size:16px;}
.box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
.box_one ul li a{color:#333;position: relative;z-index:1;font-size:17px; display:block; padding-left:20px;}
.box_one ul li i{position: absolute;width:100%;height:0;background-color:#0c66bb;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.box_one ul li a:hover i, .box_one ul li a.active i{height:100%;}
.box_one ul li a:hover, .box_one ul li a.active{color:#fff;}
.box_two{ background:#e60f16; padding:30px 10px 10px 10px; margin-top:1rem; color:#fff;}
.box_two h3{ font-size:18px; font-weight:normal;}
.box_two h3:after{ content:""; width:30px; height:5px; background:#fff; display:block; margin-top:10px; margin-bottom:20px;}
.box_two p{ font-size:16px; line-height:31px;}
.box_two a{ width:70%; height:30px; line-height:30px; margin:30px auto 30px auto; background:#f2f2f2; display:block; text-align:center; color:#333}

.main .main_r{ width:80%; overflow:hidden; background: #f8f8f8;padding: 3%; }
.main .main_r p{ line-height: 31px; margin-bottom: 20px;}

@media (max-width:1280px){
	.main{ width:90%; }
}

/*产品详情页*/
.container{width: 80%; margin: 1% auto; background: #fff; padding: 4%;}
.container h2{text-align: center;font-weight: bold; font-size: 38px;}
.info-intro{text-align: center; font-size: 16px; line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-bottom: 15px;}
.info-pic{ margin: 10px 0;}
.info-pic img{ margin: 0 auto; display: block;max-width: 100%;}
.info_cont{font-size: 16px; line-height: 31px;margin-top: 4%;}
.info_cont p{ margin-bottom: 15px;text-indent:2em;}

.se_proshow{width: 80%; margin: 0 auto; background: #fff; padding: 4%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.se_pro_l{width: 50%;}
.se_pro_l img{width: 100%;}
.se_pro_r{width: 45%;}
.se_pro_r h2{font-weight: 700; margin-bottom: 3%;}
.se_pro_r h2:after{ content:""; width:60px; height:5px; background:#0a60c7; display:block; margin-top:10px; margin-bottom:20px;}
.se_pro_r .proread_date{ line-height: 45px;}
.pro_tel{width:30%;background: #e74643;background-image: -webkit-linear-gradient(left, #e74643, #c10a0c);font-size: 20px;text-align: center;line-height: 55px; margin-top: 5%;transition: .5s;}
.pro_tel a{color: #fff;}
.pro_tel:hover{ background: #0a60c7;}

.seprobox{width: 80%; margin: 3% auto 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.seprobox .seprobox_l{ background: #fff; width: 69%; padding: 3%;}
.seprobox .seprobox_l h3 {margin-top: 50px;margin-bottom: 40px;font-size: 36px;color: #000000;line-height: 1.3;font-weight: bold;}
.seprobox .seprobox_l h3 i {margin-right: 3.125%;font-size: 36px;color: #c4c4c4;font-family: "Consolas";font-style: normal;font-weight: normal;line-height: 1;opacity: 0.5;}
.seprobox .seprobox_l h3 i:before {content: "";width: 12px;height: 3px;background: #c4c4c4;display: inline-block;vertical-align: middle;margin-right: 17px;}
.seprobox .seprobox_l p {margin-top: 40px;margin-bottom: 40px;color: #000000;line-height:36px;text-indent:2em;}
.seprobox .seprobox_r{  width: 30%;}
.seprobox .seprobox_r .tj-pro{background: #fff; padding: 3%;}
.seprobox .seprobox_r .tj-pro strong{font-size: 26px;color: #004ac1;text-align: center;font-weight: bold; display: block;}
.seprobox .seprobox_r .tj-pro ul{width: 90%; margin:5% auto 0 auto;}
.seprobox .seprobox_r .tj-pro li{width: 100%;}
.seprobox .seprobox_r .tj-pro li img{width: 100%;}
.seprobox .seprobox_r .tj-pro h3{text-align: center; padding: 3% 0;}

.seprobox .seprobox_r .tj-prolist{background: #fff; padding: 3%;margin-top: 20px;}
.seprobox .seprobox_r .tj-prolist strong{font-size: 26px;color: #004ac1;text-align: center;font-weight: bold; display: block;}
.seprobox .seprobox_r .tj-prolist ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap: wrap; margin-top: 3%;}
.seprobox .seprobox_r .tj-prolist li{margin: 0 10px 10px 0; background: #f9f9f9; line-height: 40px; text-align: center; padding: 0 3%;}


.more-info{ line-height: 40px;}
.more-info ul{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; padding-top: 20px;}
.more-info li{width: 50%;}
.more-info li em{font-weight: 500; padding-right: 15px;}

@media( max-width:1280px ){
	.pro_tel a{font-size: 14px;}
}

@media (max-width:750px){
	.container{margin-bottom: 15%;width: 95%; }
	.more-info ul{width: 95%; display: block;}
	.more-info li{width:100%;}

	.se_proshow{width: 90%;display:block}
	.se_pro_l,.se_pro_r{width: 100%; padding-top: 3%;}

	.seprobox{width: 90%;display:block; margin-bottom: 100px}
	.seprobox .seprobox_l{width: 100%;}
	.seprobox .seprobox_r{display: none;}

	.container h2{font-size: 23px;}
}



/*内页公司简介*/
.se_about{width: 90%; margin: 2% auto;}
.se_about_tit{ margin-bottom: 3%;}
.se_about_tit h2{ text-align: center;background:url("../images/news_tit.png") no-repeat center top;   margin: 0 auto; font-size: 55px; line-height: 90px; font-weight: 500; padding-top: 35px;background-size:19%; color:  #139b77; }
.se_about_tit h2 em{font-weight: 800; color: #e37b32;}
.se_about_tit h2:after{ content: ""; width: 100px; height: 5px; background: #159e50; display: block; margin:10px auto 0 auto;border-radius: 10px}
.se_about_tit p{text-align: center; margin-top: 20px; color: #999;text-indent:2em;}
.se_about_cont{ background: #f2f2f2; padding: 3%; line-height: 31px;}
.se_about_cont p{ margin-bottom: 1%;}
.se_about_cont img{width: 100%;}

.culture {background:url(../images/culture.jpg) no-repeat center top;padding: 4% 0 4%;background-attachment: fixed;background-position: center;background-size: cover;text-align: center;}
.culture-wrap {margin: auto;width: 80%;}
.culture-title {margin-bottom: 1rem;}
.culture-title strong {display: block;line-height:2;letter-spacing: 2px;color: #fff;font-size: 36px;font-weight: normal;}
.culture-title p {color: #fff;font-size: 18px;}
.culture-hide {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;}
.culture-item {position: relative; margin: 2% 1% 0 1%; z-index: 3;width: 24%;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;box-sizing: border-box;height: 200px;border: 1px solid rgba(255, 255, 255, 0.46);}
.culture-item:before {content: "";width: 100%;height: 0;background: #0a60c6;position: absolute;left: 0;bottom: 0;transition: 0.56s;z-index: -1;}
.culture-item:hover,.culture-item.active {color: #0a60c6;}
.culture-item:hover:before,.culture-item.active:before {height: 100%;bottom: auto;top: 0;}
.culture-item:hover {border-color: #0a60c6;}
.culture-item:hover figure img {transform: translateY(-8px);}
.culture-item:hover .culture-text strong,.culture-item:hover .culture-text p {color: #fff;}
.culture-item figure {display: block;position: relative;}
.culture-item figure img {display: block;width: 100%;height: auto;transition: 0.4s;}
.culture-item figure img.hide {position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;}
.culture-text {margin-left: 28px;padding-top: 12px;text-align: left;}
.culture-text strong {display: block;margin-bottom: 20px;line-height: 1;letter-spacing: 3px;color: #fff;font-weight: normal;transition: 0.4s;}
.culture-text p {color: #fff;transition: 0.4s;}

.info_cont{line-height: 31px;}
.news-title{margin: 0 auto 2% auto;text-align: center; }
.news-title p{font-size: 16px;}
.news-title .info-intro span{line-height: 31px;}

@media( max-width:1280px ){
	.culture-wrap {width: 90%;}	
}

@media screen and (max-width: 770px) {
	.ny_zhenghe{ width:95%; margin:1rem auto;}
	.ny_zhenghe li{width: 4.5rem; height:5rem; margin: 0 0.1rem 0.1rem 0;}
	.ny_zhenghe .adv_a span,.ny_zhenghe .adv_b span,.ny_zhenghe .adv_c span,.ny_zhenghe .adv_d span,.ny_zhenghe .adv_e span,.ny_zhenghe .adv_f span,.ny_zhenghe .adv_g span,.ny_zhenghe .adv_h span{display: none;}
	.culture-title strong{font-size: 0.8rem;}
	.culture-title p{font-size: 0.35rem; line-height: 0.4rem;}
	.culture-title{margin-bottom:1rem}
	.culture-wrap{width: 95%;}
	.culture-hide{flex-wrap: wrap;}
	.culture-item {width: 48%;}
}

@media (max-width:769px){
	.se_about_tit h2{font-size: 30px; padding-top: 20px; line-height: 45px;}	
}



/*内页产品展示*/
.se_tuandui { width:100%; margin:0 auto 0 auto; }
.se_tuandui ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_tuandui li{padding:0; width:31.5%; margin:0 26px 25px 0; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li:nth-child(3n){ margin-right:0px;}
.se_tuandui li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden; object-fit: cover; object-position: center; }
.se_tuandui li .p-name{ height:57px; line-height:57px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 500; border-top:1px solid #eee}
.se_tuandui li .p-img img{ width:100%; height: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}
.se_tuandui ul li:hover{background-color:#0ca234;cursor:pointer; }
.se_tuandui ul li:hover .p-name{ color: #fff;}

@media (max-width:1280px){
	.se_tuandui { width:95%; margin:3rem auto 1rem auto; }
	.se_tuandui li{width: 22%;}
	.se_tuandui li .p-img{height: 250px;}
	.se_tuandui ul li i{  background: url(../images/tel.png) no-repeat left 14% center;}
}

@media (max-width:1000px){
	.se_tuandui li .p-img{height: 185px;}
	.se_tuandui ul li i{  background:none;}
}


.se_prolist{width: 85%; margin: 0 auto 2% auto;}
.se_prolist ul{display: flex; display:-webkit-flex; -webkit-justify-content:center;   justify-content: center;flex-wrap: wrap;}
.se_prolist li{ padding:0 3%; line-height: 7vh; text-align: center; margin: 1% 0.5%;transition: .5s; background: #fff;color: #333; cursor:pointer; font-weight: 700;}
.se_prolist li a{color: #333;}
.se_prolist li:hover{ background: #0a60c6;}
.se_prolist li:hover a{ color: #fff;}

.se_case { width:85%; margin:0 auto 0 auto; background: #fff; padding: 4% 2%; }
.se_case ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_case ul li{width:30%;background:#fff;border:1px solid #e5e5e5;border-radius:18px;overflow:hidden;padding:12px;margin-right:2%;margin-bottom:33px;position:relative;z-index:1}
.se_case ul li:nth-child(3n){margin-right: 0;}
.se_case ul li:before{content:"";background-color:#52a2d6;background-image:linear-gradient(#0a60c6,#054fa6);position:absolute;left:0;right:0;top:100%;bottom:0;z-index:-1;transition:all linear .3s}
.se_case ul li>a{display: block;display: block;width: 100%; height: 0;overflow: hidden;position: relative;padding-top: 75%;border-radius:10px 10px 0 0}
.se_case ul li img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.se_case ul li p a{font-size:18px;color:#666;line-height:30px;text-align:center;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:5px 0 12px 0;transition:all linear .3s}
.se_case ul li:hover:before{top:0}
.se_case ul li:hover p a{font-weight:700;color:#fff}
.se_case .other-cp{margin:55px 0 45px;position:relative}
.se_case .other-cp .title{font-size:30px;color:#333;font-weight:700}
.se_case .other-cp .same-effect{left:-10px;top:9px}


.fenye{width: 1280px; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 45px;}

@media( max-width:1440px ){
	.se_case ul li{width:29%;}
}
@media( max-width:1280px ){
	.se_prolist{width: 90%;}	
	.se_prolist li{ padding:0 2%; }
	.se_case{width: 90%;}
	.se_case ul li {width: 29%;}
}

@media( max-width:790px ){
	.se_prolist{width: 100%;}
	.se_prolist li{}
	.se_prolist li a{font-size: 14px!important;}
	.se_case{width: 95%; background: none;}	
	.se_case ul li{width: 100%;margin-right:0}
	.se_case ul li p a{padding: 0;}
}

/*内页简介*/
.ny_about{ width:100%; height:500px; overflow:hidden;background-attachment: fixed; background-size: cover;}
.ny_about_cont{ width:80%; margin:50px auto;}
.ny_about_cont h2{ font-size:40px; color:#159e50; line-height:80px;}
.ny_about_cont p{ font-size:18px; line-height:35px; color:#666; margin-top:30px;text-indent:2em;}


/*se_hangye*/
.newslist {padding: 0px 0;width: 100%;overflow: hidden;}
.newslist li {width: 100%;border-bottom: 1px solid #e7e7e7;}
.newslist li .lin {padding: 60px 0;position: relative;}
.newslist li a {display: block;position: relative;min-height: 225px;overflow: hidden;padding-right: 540px;}
.newslist li .pic {position: absolute;right: 0;top: 0;z-index: 1;width: 400px;height: 225px;overflow: hidden;}
.newslist li .pic img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.newslist li .wrap {padding: 26px 0 0;}
.newslist li h3 {font-size: 26px;color: #333;line-height: 42px;height: 42px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold;margin: 20px 0;}
.newslist li .date {font-size: 24px;color: #999;line-height: 32px;height: 32px;font-family: "Times New Roman";}
.newslist li .txt {color: #666;line-height: 31px;text-align: justify;overflow: hidden;height: 89px;-webkit-box-orient: vertical;}
.newslist li i {width: 50px;height: 50px;border-radius: 50%;overflow: hidden;-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);-webkit-transition: 0.5s;transition: 0.5s;
opacity: 0;position: absolute;left: 50%;top: 50%;z-index: 2;margin-left: -25px;margin-top: -25px;}
.newslist li:hover i {width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;opacity: 1;}
.newslist li .cov {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);}
.newslist li label {position: absolute;left: 0;top: 50%;z-index: 3;width: 100%;height: 30px;margin-top: -15px;font-size: 14px;color: rgba(255, 255, 255, 0);line-height: 30px;text-align: center;cursor: pointer;}
.newslist li:hover {border-bottom-color: #222;}
.newslist li:hover h3 {color: #0a60c6;}
.newslist li:hover .cov {background-color: rgba(0, 0, 0, 0.4);}
.newslist li:hover label {color: #fff;}
.newslist li,.newslist h3,.newslist .cov,.newslist label {-webkit-transition: 0.4s;transition: 0.4s;}
@media screen and (max-width: 1280px) {
.newslist {padding: 0px 0;}
.newslist li .lin {padding: 40px 0;}
.newslist li a {padding-right: 490px;}
}
@media screen and (max-width: 1100px) {
.newslist li .wrap {padding: 30px 0 0;}
.newslist li .txt {height: 104px;}
}
@media screen and (max-width: 1023px) {
.newslist {width: auto;margin: 0 -20px;}
.newslist li {display: inline-block;width: 50%;padding-top: 0;margin-bottom: 30px;}
.newslist li .lin {margin: 0 20px;padding-top: 0;}
.newslist li .pic {position: relative;width: 100%;height: 0;padding-bottom: 62.8%;right: 0;}
.newslist li .pic img {position: absolute;left: 0;top: 0;z-index: 0;}
.newslist li a {padding-right: 0;}
.newslist li .wrap {padding: 20px 15px 0;}
.newslist li h3 {font-size: 20px;margin: 10px 0;}
}
@media screen and (max-width: 750px) {
.newslist {margin: 0 -10px;padding: 0 0 20px;}
.newslist li .lin {margin: 0 10px;padding-bottom: 10px;}
.newslist li .wrap {padding: 20px 0 0;}
.newslist li .date {font-size: 18px;line-height: 24px;height: 24px;}
.newslist li h3 {font-size: 18px;margin: 0;}
.newslist li .txt {display: none;}
}
@media screen and (max-width: 600px) {
.newslist {margin: 0 0;}
.newslist li {display: block;width: 100%;}
.newslist li .lin {margin: 0 0;}
.newslist li .txt {display: block;height: 55px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
}


.fenye{width: 80%; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 45px;}


/*se-contact*/
.greybgnews {background-color: #f8fafb;padding: 50px 0 80px;overflow: hidden;}
.greybgnews .cer8{ max-width: 1600px; margin:0 auto; padding: 0 30px;}
@media screen and (max-width: 600px) {
	.greybgnews .cer8{ max-width:100%; margin:0 auto; padding: 0 10px;}
}

/*内页联系我们*/
.se_contact{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; background: #fff;}
.se_contact .se_contact_l{width: 50%; padding: 5% 0 5% 3%;}
.se_contact .se_contact_l h2:before{content: "";width: 80%; height: 1px; background:rgba(222, 226, 230, 1);;display: block;margin-bottom: 4%;}
.se_contact .se_contact_l p:after{content: "";width: 80%; height: 1px; background:rgba(222, 226, 230, 1);;display: block;margin-top: 4%;}
.se_contact .se_contact_l h2{font-size: 36px; font-weight: bold; margin-bottom: 3%;}
.se_contact .se_contact_l p{font-size: 18px; line-height: 40px;}
.se_contact .se_contact_l ul{width: 50%; display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; margin-top: 4%;}
.se_contact .se_contact_l  li{width: 48%;}
.se_contact .se_contact_l  li img{width: 100%;}
.se_contact .se_contact_r{width: 48%;}
#map {width: 100%;height: 600px;}

@media screen and (max-width: 640px) {
	.se_contact{display: block;}
	.se_contact .se_contact_l{width: 100%;}
	.se_contact .se_contact_l h2{font-size:23px;}
	.se_contact .se_contact_r{width: 100%; overflow: hidden}
	.se_contact .se_contact_l p{font-size: 16px; line-height: 31px}
}

/*===================== 响应式代码 START =====================*/
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}


@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}

/*===================== 响应式代码 END =====================*/