 

/* CSS Reset */
html{-webkit-text-size-adjust:none;font-size: 62.5%;/*10 Ã· 16 Ã— 100% = 62.5%*/} 
body{color: #1a1a1a;overflow-x:hidden;margin:0; padding:0; }

@font-face {
    font-family: 'EUCLIDCIRCULARA';
    src: url(../fonts/EUCLIDCIRCULARA-MEDIUM_0.TTF);
}
.bot {
    margin: 20px 0px 15px;
    width: 70px;
    height: 3px;
    background-color: #fff;
    display: block;
}

input,select,textarea {border-radius: 0;outline: none;font-family:Arial,PingFang SC,sans-serif;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #666;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
a:hover { text-decoration:none !important;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
ul li { list-style:none;}

.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.left {float: left;}
.right {float: right;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.text-center {text-align: center;}
.div-container {position: relative;width: 90%;margin: auto;}
::-webkit-scrollbar{height:4px; width:3px;background: #ededed;}
::-webkit-scrollbar-button{height:0; width:5px;background: #ededed;}
::-webkit-scrollbar-thumb{background-color:#252525;box-shadow:inset 1px 1px 0 #009b4c,inset 0 -1px 0 #009b4c;}
 



/* header */
.header {position:fixed; padding:0 0px 0px; left: 0;top: 0;z-index: 500;width: 100%;transition:all .4s ease;/*background: rgba(255,255,255,0.3);*/ border-bottom:1px rgba(255,255,255,0) solid}

.header:before { position:absolute; content:" "; width:600px; height:600px; border-radius:50%; top:-450px;

 left:-18%; z-index:1; background:#009b4c; display:none;} 

.header.scroll-down:before { display:none;}
.header.scroll-top:before { display:none;}
.header.black:before { display:none;}



.header * {transition:all .4s ease;}
.header-content {width:90%;height: 13rem;margin: auto;position: relative;z-index: 500; max-width:1600px;}
.header-nav,.header-nav ul li,.header-nav ul li::after,.header-nav ul a.nav,.header-icon ,.header-icon li {display: inline-block;vertical-align: middle;}
.header-logo {position: absolute;left: 0;top: 52%;transform: translateY(-50%);z-index: 10;width: 25%;}
.header-logo a {display: block;}
.header-logo a svg {display:block;width:100%;height:100%;}
.header-logo a svg *{fill: #fff!important;}
.header-logo img{display: block;max-width:100%;  }
.header-right {position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 9;text-align: right;font-size: 0;}
.header-nav {text-align: center;}
.header-nav ul{list-style: none;margin: 0;padding: 0;font-size: 0;}
.header-nav ul li{list-style: none;margin: 0;position: relative;font-size: 0;z-index: 50;}
.header-nav ul li:hover a { color:#009b4c !important; font-weight:900;}
.header-nav ul li a:hover { color:#009b4c !important; font-weight:900;}
.header-nav ul a.nav{color: #fff;position: relative; padding: 0 28px;line-height: 13rem;}
.header-nav ul a.nav::after {content: '';width: 40%;height: 3px;position: absolute;left: 50%;bottom: 0px;background: #009b4c;transform: translateX(-50%);opacity: 0;}
.header-nav ul li.cur a.nav {color: #fff;}
.header-nav ul li.cur a.nav::after {opacity: 1;display: none;}
.header-nav ul li.language {margin-right: -30px;}
.header-nav ul li.language i{display: inline-block;vertical-align: middle;width: 18px;height: 18px;background: url('../images/e.svg');background-size:100%;margin-right: 10px;}
.header-nav ul li.language span {display: inline-block;vertical-align: middle;}
 
.header.scroll-down,.header.scroll-top,.header.black {background: #fff;box-sizing: border-box;border-bottom: 1px solid rgba(0,0,0,.1);}
.header.scroll-down .header-nav ul a.nav,.header.scroll-top .header-nav ul a.nav,.header.black .header-nav ul a.nav {color: #000;}
.header.scroll-down .header-nav ul li.cur a,.header.scroll-top .header-nav ul li.cur a,.header.black .header-nav ul li.cur a {color: #009b4c;}
.header.scroll-down .header-nav ul li.language i,.header.scroll-top .header-nav ul li.language i,.header.black .header-nav ul li.language i{filter: invert(1);}
.header.scroll-down .header-logo img,.header.scroll-top .header-logo img,.header.black .header-logo img {opacity:1;}
.header.scroll-down .header-logo a,.header.scroll-top .header-logo a,.header.black .header-logo a svg *{fill: #009b4c!important;}
.header.black .header-nav ul li.on a {color: #009b4c;}
.header.scroll-down,.header.scroll-top {top: 0px;}
.header.black .logo { display:block;}
.header.black .logoa { display:none;}

.header .logo { display:none;}
.header .logoa { display:block;}

/* menu */
.menu-toggle {display: none;width: 5rem;height: 5rem;position: absolute;overflow: hidden;right: 0;top: 0px;z-index: 900;background: #009b4c; border-radius:50%; margin-top:10px; margin-right:10px;}
.cd-nav-trigger {display: none ;width: 7rem;height: 7rem;}
.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {content:"";display:block;width:24px;height:2px;background:#fff;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-12px;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}


.menu-toggle span.hamburger:after {margin-top:-5px;margin-left: -8px;top:0;transition-delay:0.27s;}
.menu-toggle span.hamburger:before {margin-top:5px;top:0;transition-delay:0.2s;}
.menu-toggle span.cross:before,
.menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#fff;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.no-touch .menu-toggle span.hamburger,
.no-touch .menu-toggle span.hamburger:after,
.no-touch .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.no-touch .menu-toggle span.hamburger:after {transition-delay:0s;}
.no-touch .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.no-touch .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #fff;}
.no-touch .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #fff;}
.menu-toggle span.hamburger {background: none;}
.no-touch .menu-toggle {background: #000;}

.header-show-mark {position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,.6);z-index:-1;opacity: 0;transition:all .4s ease;}
.no-touch .header-show-mark {display: block;z-index: 100;opacity: 1;}
.header-show {position: fixed;left: 0;width: 100%;top: 0;z-index: 701;background: #fff;overflow: hidden;transition:all .4s ease;transform: translateY(-100%);}
.no-touch .header-show {transform: translateY(0);}
.header-show-content {overflow: hidden;background: #f5f5f5;}
.header-show-left {float: left;width: 44%;padding: 4% 5%;overflow: hidden;background: #fff;}
.header-show-nav {text-align: right;padding-bottom: 5%;}
.header-show-nav ul,.header-show-nav li {list-style: none;margin: 0;padding: 0;}
.header-show-nav ul {display: inline-block;vertical-align: top;text-align: left;margin-left: 10%;}
.header-show-nav .title-1{font-weight: bold;}
.header-show-nav li{margin-top: 15px;}
.header-show-nav a{display: block;color: #666;padding: 3% 0;}
.header-show-nav a:hover {color: #009b4c;}
.header-show-right {float: left;width: 40%;overflow: hidden;}
.header-show-right-content {padding: 8% 10% 0 10%;overflow: hidden;}
.header-show-search {position: relative;width: 100%;}
.header-show-search .search-text{width: 100%;box-sizing: border-box;border: none;background: none;border-bottom: 1px solid #ddd;padding: 2% 3% 2% 8%;}
.header-show-search .search-ok{position: absolute;width: 5rem;height: 100%;left: 1%;top: 0;z-index: 1;border: none;background: url('../images/s.png') center no-repeat;cursor: pointer;}
.header-show-search .search-ok:hover {opacity: .5;}
.header-show-contact {margin-top: 3%;overflow: hidden;}
.header-show-contact .contact-item {width: 100%;background: #fff;border-radius: 5px;overflow: hidden;color: #666;margin-bottom: 1rem;min-height: 75px;position: relative;}
.header-show-contact .contact-item .add-1{padding-left: 3rem;background: url('../images/add.png') left center no-repeat;}
.header-show-contact .contact-item .tel-1{padding-left: 3rem;background: url('../images/tel.png') left center no-repeat;margin-top: 2%;}
.header-show-contact .contact-item .email-1{padding-left: 3rem;background: url('../images/ema.png') left center no-repeat;}
.header-show-contact .contact-item .none-1{padding-left: 3rem;margin-top: 2%;}
.header-show-contact .contact-item.mr0 {width: auto;margin-right: 0;float: none;width: 100%;}
.header-show-contact-left {float: left;width: 64%;}
.header-show-contact-right {float: right;width: 34%;}
.contact-item-top {position: absolute;width: 90%;left: 10%;top: 50%;transform: translateY(-50%);z-index: 11;}
.header-show-contact-left .contact-item-top { left: 5%;}


.header-show-mark.cur  {display: block;opacity: 1;z-index: 100;}
.header-nav-show {position: fixed;left: 0;top: 0;width: 100%;z-index:111;overflow: hidden;transition:all .4s ease;}
.header-nav-show.Hide {opacity:0;height: 0;z-index:111;}
.header-nav-show-content {width:100%;position: relative;overflow: hidden;transition:all .4s ease;background: #fff;margin-top:12rem;overflow: hidden;}
.header-product-content {overflow: hidden;width: 81%;margin: auto;}
.header-product-swiper {overflow: hidden;}
.header-product-swiper a {display: block;padding: 0 5% 15% 5%;width: 90%;margin: auto;}
.header-product-swiper .img {background: none;}
.header-product-swiper .img-center {max-width: 80%;max-height: 80%;}
.header-product-swiper .title-1 {text-align: center;margin-top: -14%;}
.header-product-swiper a:hover {background: #009b4c;}
.header-product-swiper a:hover .title-1{color: #fff;}
.header-application-content {width:100%;position: relative;overflow: hidden;}
.header-application-swiper {overflow: hidden;}
.header-application-swiper a {display: block;position: relative;}
.header-application-swiper .text{position: absolute;left: 9.1%;width: 50%;top: 30%;z-index: 11;color: #fff;}
.header-application-nav {position: absolute;left: 0;bottom: 0;width: 100%;z-index: 11;border-top: 1px solid rgba(255,255,255,.1);}
.application-nav-content {width: 81%;margin: auto;}
.application-nav-content.num5 a {width:20%;}
.application-nav-content.num4 a {width:25%;}
.application-nav-content.num3 a {width:33.3333%;}
.application-nav-content.num2 a {width:50%;}
.application-nav-content.num1 a {display:none;}
.application-nav-content a{display: block;float: left;width: 16%;padding: 3% 0;text-align: center;position: relative;}
.application-nav-content a.cur{background: linear-gradient(to bottom, rgba(0,166,133,0.3),rgba(0,166,133,0));}
.application-nav-content a::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #fff;opacity: .1;}
.application-nav-content a:last-child::after {display: none;}
.application-nav-content a::before {content: '';width: 100%;height: 3px;background: #009b4c;position: absolute;left: 0;top: 0;z-index: 11;display:none;}
.application-nav-content a.cur::before {display: block;}
.application-nav-content span {color: #fff;}
.header-about-content {overflow: hidden;position: relative; max-width:1920px; margin:0px auto;}
.header-about-left {width: 20%;left: 7.1%;position: absolute;top: 50%;transform: translateY(-50%); }
.header-about-left .title-1{text-transform: uppercase; margin-bottom:15px;}
.header-about-left .title-2{margin-top: -5px; color:#999; line-height:36px}
.header-about-center {float: right;width: 45%;}
.header-about-nav {text-align: right;padding: 5%;margin-top: 5%;}
.header-about-nav ul{list-style: none;margin: 0;padding: 0;text-align: left;display: inline-block;vertical-align: top;width: 40%;}
.header_nav_pro { width:55% }
.news-type-1.header_nav_pro a {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height:38px;
line-height: 38px; padding:0px 5% 0px 15%; margin:0px;}
/*.header_nav_pro a:nth-child(1){ font-weight:900;  color:#000;} */
.header-about-nav ul span{display: block;padding-bottom: 5%;}
.header-about-nav li {list-style: none;margin: 0;padding: 0;}
.header-about-nav li a {color: #666;display: block;padding: 2% 0;}
.header-about-nav li a:hover {color: #009b4c;}
.header-about-right {float: right;width: 25%;}		 
.news-type-1 {float: right;width: 50%;margin-top: 13%;position: relative;}
.news-type-1 a {display: block;color: #666;padding: 2% 5% 2% 15%;position: relative;}
.news-type-1 a::before {content: '';width: 1px;height: 100%;background: #ccc;position: absolute;left: 0;top: 0;}
.news-type-1 a::after {content: '';width: 1px;height: 100%;background: #009b4c;position: absolute;left: 0;top: 0;opacity: 0;}
.news-type-1 a:hover {color: #009b4c;}
.news-type-1 a:hover::after {opacity: 1;}
.maxBox{ z-index:999; padding: 0 5%;
   
    margin: 0px auto; position:relative; padding-top:3%}
.maxBox .maxTitle.white {
    color: #fff;
}
.maxBox .maxTitle {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    color: #333;
    overflow: hidden;
}.maxBox .maxEgTitle.white {
    color: #c29220;
    font-family: 'Barlow-Regular';
}
.maxBox .maxEgTitle {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-transform: uppercase;
   
}@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }


/* footer */
.footer {background:#090e21;position: relative;clear: both; overflow: hidden;color: #fff;}
.footer-content {width: 90%;margin:0px auto;position: relative; font-size:15px; max-width:1600px; }
.footer-content-top {overflow: hidden;padding: 6% 0;}
.footer-left {float: left;width: 25%; border-right:1px solid rgba(255,255,255,.1);}
.footer-logo img {max-width: 100%;}
.footer-nav {float: right;width: 20%;text-align: right; margin-top:30px;}
.footer-nav ul,.footer-nav li {list-style: none;margin: 0;padding: 0;}
.footer-nav ul {text-align: left;margin-left: 5rem;overflow: ;display: inline-block;vertical-align: top; width:90% !important; padding-left:10% !important;}
.footer-nav ul:first-child {margin-left: 0;}
.footer-nav .title-1 {font-weight: bold;}
.footer-nav li {margin-top: 2rem; width:100%; }
.footer-nav li a{display: block;color: #fff;padding: 3% 0; width:45%; padding-right:5%; float:left;}
.footer-nav li a:hover {color: #fff;}
.footer-nav .contact-1 {overflow: ;max-width: 47%;}
.footer-nav .contact-us-1 {color: #fff;margin-top: 2rem;}
.footer-nav .contact-us-1 a {color: #fff;}

.footer-nav .contact-us-1 strong{font-weight: normal; font-family:mb;}
.footer-nav .contact-us-1 a  strong { color:#fff; font-size:16px;}
.footer-nav .contact-us-1 p {padding: 0;margin: 0;}
.footer-nav .contact-us-1 p:first-child {padding: 0;margin: 0;}
.footer-content-bottom {border-top: 1px solid rgba(100%,100%,100%,.1);padding: 2% 0;position: relative;}
.footer-copy {color: #fff;position: relative; font-size:15px !important; text-align:center;}
.footer-copy a {color: #fff; font-size:15px !important;}
.footer-copy a:hover {color: #fff;}
.footer-link {/*position: absolute;right: 0;top: 50%;transform: translateY(-50%);*/ width:100%; margin-top:20px;}
.footer-link li {list-style: none;padding: 0;margin: 0;display: inline-block;vertical-align: middle;position: relative;width: 30px;height: 30px;margin-right: 15px;}
.footer-link .ewmshow-1 {background: #fff;padding: 5px;width: 90px;height: 90px;overflow: hidden;position: absolute;bottom: 100%;left: 50%;border-radius: 4px;margin-left: -50px;display: none; display:none;}
.footer-link li:hover .ewmshow-1{display: block;}

.aside-top {position: fixed; width: 50px;bottom:3%;right:1%; z-index:199;display: none;}
.aside-top a {width: 50px;height: 50px;display: block;overflow: hidden; background: #009b4c url('../images/up1.png') no-repeat center;border-radius: 100%;}

.footer .ewm { width:95%; margin-top:30px; color:#fff; text-align:center; padding-right:5%;}
.footer .ewm img { width:120px; height: auto;}
 
 
 
 

/* youshi*/
 /*企业优势*/

.advanbox {
	background:url(../images/ny_abg.jpg) no-repeat center top; background-size:100%;
	padding:0PX 0PX;
	text-align: center; padding-bottom:60px
}
.youshi {
	margin: 0px auto; 
}
.container-fluid {
	/* padding: 0 8.33333333%; */
	
	margin: 0PX auto;
	width: 80%;
	padding-top: 50PX;
	padding-bottom: 50PX; min-width:1300px}
	
	/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
	.container-fluid {
	/* padding: 0 8.33333333%; */
	max-width: 1600px;
	margin: 0PX auto;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0PX;
	padding-bottom: 50PX;}
	
}
	
	
 .x-title {
 color: #333;
 font-size: 36px;
 line-height: 2;
 text-align: center;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}
.clearfix:before {
	display: table;
	content: " ";
}
.col-md-3A {
	width: 23%;
	float: left;
	position: relative;
	min-height: 1px;
	margin:0PX 1%;
	
}

.advan-list {
	margin-top: 0PX;
}
.advan-list li a {
	display: block;
	background: #fff;
	border-radius: 0px;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, .05);*/
	text-align: center;
	padding: 4vh 10%  4vh;
	position: relative;
	height: 370px;
	cursor: pointer;
}
.advan-list li a img { height:160px; width:auto;
	
}
.advan-list li a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	content: "";
	background: url(../images/ysbg.png) bottom left no-repeat;
	border-radius: 5px;
	z-index: 1;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;background: linear-gradient(180deg, rgba(0, 155, 76, 1) 0%, rgba(0, 155, 76, 1) 100%);background: url(../images/ysbg.png) bottom left no-repeat rgba(0, 155, 76, .9);
}
.advan-list li:hover a:after {
	left: 0;
	width: 100%
}
.advan-list li h3 {
	color: #333;

	font-weight:normal;
	line-height: 2;
	margin: 2.5vh 0 10px;
	position: relative;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover h3 {
	top: -100px;
	color: #fff;
}
.advan-list li .intro {
	color: #33;
	
	line-height: 2;
	height: 120px;
	overflow: hidden;
	position: relative; line-height:29px;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover .intro {
	top: -100px;
	color: #fff;
	height: 180px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.advan-list li a img { height:160px; width:auto;
	
}
.advan-list li h3 {
	color: #333;


	line-height: 2;
	margin: 2.5vh 0 10px;
	position: relative;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}.advan-list li .intro {
	color: #999;
	font-size: 15px;
	line-height: 2;
	height: 110px;
	overflow: hidden;
	position: relative; line-height:24px;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
}



 
 
 /*about s*/
 .lian-more {margin-top: 3%;position: relative;overflow: hidden;}
.lian-more a {display: inline-block;position: relative;border: 2px solid #009b4c;padding: 0 2rem;overflow: hidden;line-height: 5rem;width: 14rem;}
.lian-more span {color: #009b4c;} 
.lian-more i {width: .6rem;height: 1rem;position: absolute;right: 10%;top: 50%;transform: translateY(-50%);background: url('../images/r1.png') center no-repeat;background-size: 100%;} 
.lian-more a:hover {background: #009b4c;}
.lian-more a:hover span {color: #fff;} 
.lian-more a:hover i {filter: invert(100%) grayscale(100%) brightness(3);}

.lian-index-aboutluk {background: url('../images/bg20.jpg') center top no-repeat #f4f4f4;background-size: cover;z-index: 1;position: relative;overflow: hidden;padding-top: 6%;margin-top: 0%;padding-bottom: 6%; margin-top:50px;}
.lian-index-aboutluk-content {overflow: hidden;}
.lian-index-aboutluk-left {float: left;width: 45%;margin-top: 2%;}
.lian-index-aboutluk-left .lian-title .title-1 {width: 80%;}
.lian-index-aboutluk-left .lian-more {margin-top: 10%;}			 
.lian-index-aboutluk-right {float: right;width: 50%;position: relative;}
.lian-index-aboutluk-pic {position: relative;float: right;width: 92%;}
.lian-index-aboutluk-pic .img-block {overflow: hidden;}
.lian-index-aboutluk-img {background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0;top: 7%;z-index: 11;width: 94%;overflow: hidden;} 
.lian-index-aboutluk-img::after {content: '';width: 10rem;height: 20rem;background: #009b4c;position: absolute;right: -3%;bottom: -24%;z-index: 1;transform: rotate(45deg);}
.lian-play {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;}
.lian-play i {width: 8rem;height: 8rem;display: block;background: url('../images/play.png') center no-repeat;background-size: 100%;}
.lian-play a:hover i {transform: scale(0.9);}

.lian-content-shuzi {width: 100%;margin: auto; background: url(../images/sz_bg.jpg) no-repeat center top; padding-bottom:9%;

/*background-image: linear-gradient(to right, #009b4c,#009b4c, #ae936c);*/


}
.lian-content {
    width: 92%;
    margin: auto;
}


.lian-title {overflow: hidden;}
.lian-title .text-1 {overflow: hidden;}
.lian-title .text-1 i{width: 3rem;height: .2rem;background: #009b4c;display: inline-block;vertical-align: bottom;margin-right: 5px;}
.lian-title .text-1 span{display: inline-block;vertical-align: bottom;color: #009b4c;text-transform: uppercase;}
.lian-title .title-1 {margin-top: 2%; font-size:40px; font-weight:900;}
.lian-title .text-2 {margin-top: 2%;color: #666666;}
.lian-title .text-2 p {margin: 0;padding: 0;} 
/*about e*/
 
 
 
 
 
 
 
 
 .index_1_about { width:100%; background: url(../images/sy_about.jpg) no-repeat center top fixed #f4f4f4; clear:both; overflow:visible; padding:8% 0px; margin-top:100px; }
.index_1_mid_left{
float:left; width:55%;}
.index_1_mid_right{
float:right; width:45%;}
.index_1_mid_right ul li{
margin-bottom:1.875vw;}
.index_1_mid_right ul li:last-child{
margin-bottom:0}
.index_1_mid_right_mid{
overflow:hidden; position:relative; margin-left:1.875vw;}
.index_1_mid_right_mid_1{
position:absolute; z-index:1; left:1.875vw; top:1.875vw; color:#fff;}
.index_1_mid_right_mid_1_1{
font-size:1.875vw; margin-bottom:.1em;}
.index_1_mid_left_2{ margin-top:4.16666666666667vw;
text-align:right; font-family:Calibri; color:#3a4251; padding-right:1.875vw;}
.index_1_mid_left_1{
position:relative;}
.index_1_mid_left_1_right{
position:relative; overflow:hidden; margin-left:65.70731707317073%; margin-top:60%;}
.index_1_mid_left_1_right_2 img,.index_1_mid_right_mid_2 img{
width:100%;}
.index_1_mid_left_1_right_1 .index_1_mid_right_mid_1_1{
color:#00508f}
.index_1_mid_left_1_left{transform:translateY(-50%); z-index:10;
position:absolute; left:0; top:50%; width:54.24390243902439%;}
.index_1_mid_left_1_left_2{
margin-top:2.5vw;}
.more_link.h span:before,.more_link.h span:after{
background-color:#d9e4ea}



 
@font-face {font-family: "BEBAS";
  src:  url(../fonts/BEBAS-1.ttf);}

   .iab{width: 100%;height: auto;padding-bottom: 0px;overflow: hidden;
        /*background: url(../images/ipro-bg.jpg) center no-repeat*/
    }
    .iab .warp{/*width:86%; margin: 0 7%;padding-top:6%;height: auto;*/}
    .iab .warp .box{width: 100%; float: left;padding-top: 0px; text-align:center;}
	

	
	
    .iab .warp .box h2{
        display: block;
        line-height: 60px;
        font-size: 58px;
        text-transform: uppercase;
        color: #fff;
        font-family: Abel; font-weight:900;
        padding-top: 55px;
        position: relative;
        margin-bottom: 10px;
    }
    .iab .warp .box h2:before{
        display: block;
        width: 125px;
        height: 3px;
        background-color: #005191; display:none;
        display: ;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }

    .iab .warp .box h3{display: block;font-size: 42px;color: #fff;line-height: 40px;margin-bottom: 40px; font-weight:700; margin-top:20px;}
	
	 .iab .warp .box h3 a{font-size: 42px;color: #fff;}
	
	
	 .iab .warp .box h3 span { color:#f40000;}
    .iab .warp .box .cent{font-size: 16px;line-height: 30px;color: #1d2830;margin-bottom: 40px;}
    .iab .warp .box .cent p{ font-size: 16px;line-height: 30px;color: #fff;}
	 .iab .warp .box .cent p a { font-size: 16px; color: #fff;}
    .iab .warp .box .btns{
        display: block;
        width: 210px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        font-size: 18px;
        padding: 0 30px;
        border-radius: 3px;
        text-transform:capitalize;
        font-family: 'BEBAS';
        background:#1a1f3f url(../images/rddr.png) 80% center no-repeat;
        border:1px solid #1a1f3f;
        transition: all 0.5s;-webkit-transition: all 0.5s;
        margin-bottom: 0px;
    }
    .iab .box .btns:hover{background:#1a1f3f url(../images/rddr.png) 87% center no-repeat;box-shadow: 0 1px 6px 0px rgba(26,31,63,1)}
    .iab .box .details{width: 299px;height: 299px;overflow: hidden;float: right; margin-top:-30px;}
    .iab .box .details img{transition: all 0.5s;-webkit-transition: all 0.5s}
    .iab .box .details:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
    .iab .warp .pic{float: right;width: 598px;height: auto;}

    .iab .warp .pic .video-pc{width: 100%;height:auto;position:relative;margin-bottom: 50px;overflow:hidden;}
    .iab .warp .pic .video-pc img{display: block;width: 100%;transition: all 0.5s;-webkit-transition: all 0.5s}
    .iab .warp .pic .video-pc:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
    .iab .warp .pic .video-pc .btns{
        display: block;
        width: 76px;
        height: 76px;
        background: url(../images/iab-btns.png) center no-repeat;
        z-index: 5;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -38px 0 0 -38px;
        cursor: pointer;
        transition: all 0.5s;-webkit-transition: all 0.5s;
    }
    .iab .warp .pic .video-pc .btns:hover{background: url(../images/iab-btns1.png) center no-repeat;}
    .iab .warp .pic .video-ph{display: none;}
    .iab .warp .bot{padding-left:0px;height: auto; text-align:center;}
	.iab .warp .bot ul a li  {margin: 0px 25px;}
    .iab .warp .bot ul li{ display:inline-block; }
	
	
    .iab .warp .bot ul li:last-child{margin-right: 0px;}
	 .iab .bot li:hover p img { transform:scale(.8,.8);}
    .iab .bot li p{font-size: 58px;color: #005191; text-align: center;line-height: 70px;font-family: 'BEBAS'; margin-bottom: 5px;}
	 .iab .bot li p img { height:70px; width:auto; transition:all .4s;}
	.iab .bot li p span { font-size:20px; line-height:20px;}
	
    /*.iab .bot li:nth-child(1) p{font-family: 'Times New Roman';}*/
    .iab .bot li .intro{display: block; text-align: center;font-size: 17px;line-height: 40px; margin-top:0px; color:#fff;}
	
 
 
 
 .index_2{background-position:center; background-repeat:no-repeat;background-attachment: fixed; background-size:cover; background-image:url(../images/p8.jpg);
color:#fff; text-align:center; background-color:#e4e4e4; padding-bottom:10%; position:relative; }
.index_2_2{ position:relative; margin-top:1em;
color:#fff; padding-bottom:1.5em; font-size:22px;}
.index_2_1{
font-size:50px; }
.index_2_1 b { font-weight:700; font-family:"微软雅黑"}


.index_2_2:after{ margin-left:-20px; bottom:0;
content:''; position:absolute; left:50%; height:2px; background-color:#fff; width:40px;}
.index_2 .wmid{
position:relative; z-index:10;}
.index_2:after{ background-color:#000; opacity:0;
content:''; position:absolute; left:0; top:0; width:100%; height:100%; }
.index_2_3{
margin-top:4.3em;}

 
 .titis {
    height: 147px;
    text-align: center;
    background: url(../images/h2.png) no-repeat center bottom;
    margin-bottom: 46px; padding-top:100px
}.titis h4 {
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    height: 71px;
    line-height: 71px;
}.titis p {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #fff; letter-spacing:1px
}.titis h4 span {
    color: #fff;
    font-weight: bold;
}

.titis h4 i {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 0 18px;
    vertical-align: middle;
    display: inline-block;
}.index_2_3 {
    margin-top: 4.3em;
}.zl { width:100%; clear:both; overflow:visible; display:flex; }
.zl dl { display:inline-block; text-align:center;color:#fff;font-size:18px; flex:1; text-align:left; margin-left:5%}
.zl dl img { margin-right:20px }
.zl dl dt {  line-height:36px; width:100%;  color:#fff; text-transform:uppercase; font-size:18px; font-family:Barlow-Regular;}
.zl dl dt1 {  line-height:36px; width:100%;  color:#fff; text-transform:uppercase; font-size:22px; font-family:EUCLIDCIRCULARA;  text-align:left}

.zl dl b{ width: 40px;
    height: 2px;
    background: #f7941d;
   
    display: block;
    vertical-align: middle; margin-top:20px}
	
.zl dl dd  {color:rgb(255,255,255,.8) ; font-size:16px; font-weight:100; line-height:42px; font-family:Barlow-Regular; width:100%; display:block; margin-top:14px}
.zl dl dd a {color:rgb(255,255,255,.8) ;}
.ban1 { position:relative; width:100%; height:100%;}
.ban1 video{ position:absolute; z-index:-1; height:100%;}
.ban1:after {  content:" "; width:100%; height:100%; background:rgba(0,0,0,.35); position:absolute; z-index:1;}

.aazb { font-size:2.5em; letter-spacing:0px; font-weight:700;}
.aazb b { color:#cd0f16;}

.index_5_r .index_1_right_mid_bg { background: none !important;}


 
 
 
 
 
 
 
 /*广达 index s*/
 
.biaoti_flex { display:flex; justify-content: space-between;}
.biaoti_flex .more-1 { margin-top:4%;}
.index-professional-competence {padding: 8% 0 0% 0;overflow: hidden; background: url(../images/indexba.jpg) no-repeat center top #f4f4f4 ; background-size:auto 100%;




} 
.professional-competence-top {overflow: hidden; width:100%; text-align:center;}
.professional-competence-top .class-1 span{color: #000;font-weight: 900; font-size:42px;}

.professional-competence-top .class-1{background: linear-gradient(to bottom,#59bc68,#006ea1);
    -webkit-background-clip: text;
    color: transparent; font-size:42px;font-weight: 900; }

.professional-competence-top .text-1{margin-top:0; color:#666; width:100%;}
.professional-competence-top .text-1 img {display: inline-block;vertical-align: middle;margin-top: -.3%;}
.professional-competence-bottom {margin-top: 5%;}
.professional-competence-item {position: relative;float: left;width:25.3333%;overflow: hidden;background: #f7f7f7;margin-right: 1%;}
.professional-competence-item ,.professional-competence-item * {transition:all .4s ease;}
.professional-competence-item:last-child {margin-right: 0;}
.professional-competence-item li {position: relative;list-style: none;margin: 0;padding: 0;padding-left: 15px; width:50%; float: left;

}
.professional-competence-item li::before {content: '-';position: absolute;left: 0;top: 0;opacity: .3;}
.professional-competence-item .default-item {padding: 10% 15%;overflow: hidden;position: relative;height: 400px;box-sizing: border-box;}
.professional-competence-item .default-item .title-1 {position: relative;}
.professional-competence-item .default-item .title-1::after {content: '';width: 17px;height: 17px;position: absolute;right: 0;top: 50%;background: url('../images/jt1.png');margin-top: -8px;}
.professional-competence-item .default-item .item-1 {color: #666666;margin-top: 7%;}
.professional-competence-item .default-item .item-1 p {margin: 0;padding: 0;}
.professional-competence-item .default-item .icon-1 {position: absolute;right: 8%;bottom: 5%;z-index: 11;width: 120px;height: 120px;}
.professional-competence-item.cur {width: 47%;}
.professional-competence-item.cur .hover-item {z-index: 11;opacity: 1;width: 100%;left: 0;}
.professional-competence-item .hover-item {background: #009b4c;position: absolute;height: 100%;left: 100%;top: 0;z-index: -11;opacity: 0;width: 660px;}
.professional-competence-item .hover-item-top {overflow: hidden;}
.professional-competence-item .hover-item-top .item-2 {color:rgba(100%,100%,100%,.9);padding: 10% 7% 5% 7%;overflow: hidden;}
.professional-competence-item .hover-item-top .item-2 .title-1 { color:#fff; margin-bottom:25px;}
.professional-competence-item .hover-item-top .item-2 li {padding: 0;color: rgba(255,255,255,.8);}
.professional-competence-item .hover-item-top .item-2 li a {color: rgba(255,255,255,.8);}
.professional-competence-item .hover-item-top .item-2 li::before{display: none;}
.professional-competence-item .hover-item-top .item-2 li a:hover {color: #fff;}
.professional-competence-item .hover-item-top .item-2 li { width:33.3333% !important; }
.professional-competence-item .icon-2 {position: absolute;right: 3%;top: -3%;width: 30%; opacity:.7;}	
.hover-item-bottom {background: #4c4c4c;position: absolute;left: 0;width: 100%;bottom: 0;z-index: 12;}	
.hover-item-bottom .text {padding: 3% 7%;overflow: hidden;}
.hover-item-bottom .title-2{color: #fff;position: relative;}			 
.hover-item-bottom .title-2::after {content: '';width: 17px;height: 17px;position: absolute;right: 0;top: 50%;background: url('../images/jt1.png');margin-top: -8px;filter: invert(100%);transform:  rotate(180deg);}
.hover-item-bottom .text-2{color: #999999;margin-top: 2%;}
.professional-competence-item:nth-child(1) .hover-item-top .item-2 li {width: 45%;float: left;}
.professional-competence-item:nth-child(1) .hover-item-top .item-2 li:nth-child(7),
.professional-competence-item:nth-child(1) .hover-item-top .item-2 li:nth-child(9) {width: 100%;float: none;clear: both;}

 
 
 
 
.changxiao{ width:100%; background:#f4f4f4; margin-top:0%;  padding-top:5%; padding-bottom:5%; clear:both; overflow:visible;} 
.changxiao .professional-competence-top { margin-bottom:5%; }
.changxiao .changxiao_tuz { padding-bottom:50px;}
.changxiao .changxiao_tuz .changxiao_tu  {  width:100%; height:570px; position:relative; overflow: hidden;}
.changxiao .changxiao_tuz .changxiao_tu:before { content:" "; width:1200px; height:1200px; position:absolute; right:-90%; top:0%; background: rgba(0,0,0,.7); z-index:1; transform:rotate(0deg); border-radius:0px;} 

.changxiao .changxiao_tuz .changxiao_tu img { transition:all .4s; position:absolute; left:0px; top:0px; z-index:0;}
.changxiao .changxiao_tuz .liaojie a { color:#fff; line-height:50px; margin-top:20px; }

.changxiao .changxiao_tuz .changxiao_tu .changxiao_zi { position:absolute; width:250px; right:0px; top:30%; text-align:left; color:#fff; z-index:2;}
.changxiao .changxiao_tuz .changxiao_zi h4 { font-size:18px; font-weight:400; line-height:30px; padding:0px !important; margin:0px !important;}
.changxiao .changxiao_tuz .changxiao_zi h3 { font-size:35px; font-weight:900; line-height:40px;  padding:0px !important; margin:10px  0px!important; color:#fff;}
.changxiao .changxiao_tuz .changxiao_zi img { margin-top:20px;}
.changxiao .changxiao_tuz .changxiao_zi img { height:180px; width:auto; top:auto !important; left:auto !important; }
.changxiao .changxiao_tuz:hover .changxiao_tu img { transform:scale(1.1,1.1)}


.toppp{ width:125PX; height:40PX;  border:1px rgb(255,255,255,.3) solid; margin-top:35%;text-align:center;}
.toppp a{ color:#fff; text-align:center; line-height:40px}
.toppp:hover{background-image: linear-gradient( 270deg ,#0cd66f 0%,#247bf6 100%);
    color: #fff;}


.index_news { width:80%;  padding-bottom:160px; height:450px; min-width:1300px; margin:0px auto; }


.news {width:100%; margin:0px auto; clear:both; overflow:visible; background: url(../images/xm_bg1.jpg) center top  no-repeat #fff; height:682px;}
.news_con {width:100%; margin:0px auto 25px auto;}
.news_l { width:46%; height:470px; float:left; position:relative; overflow:hidden; }
.news_l a.m-video::before {
    content: '';
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/play.png);
    cursor: pointer;
    filter: contrast(1); z-index:1;
}
.news_l img { width:100%; position:absolute; height:100%; transition:all .4s;}
.news_l:hover img { transform:scale(1.1,1.1);}
.news_l p { width:159px; position:absolute; height:43px; line-height:43px; margin:0px auto; position:absolute; top:300px; background:rgba(0,106,179,.8); text-align:center; color:#ff; font-size:15px; left:202px;}
.news_l a p { color:#fff;}
.news_r { width:50%; margin-right:0px;float:right; text-align:left;}


.news_r dl {width:100%;  height:140px;  float:left; margin-bottom:24px;transition:all 0.4s; padding:0px; margin-top:0px; }
.news_r a:hover dl  {transform:translateY(-10px); }

.news_r dl dt {  float:right; width:18%; height:140px; background:; border-left:1px solid rgba(0,0,0,.1); text-align: left; padding-left:5%; font-family:Arial, Helvetica, sans-serif;color:#333; line-height:18px;font-weight:400; font-style:normal!important;}
.news_r dl dt b {color:#333; margin-top:22px; line-height:35px; width:100%; float:left; font-weight:700;}
.news_r dl dt em  {color:#333; margin-top:22px; line-height:35px; width:100%; float:left; font-size:25px;font-weight:700;font-style:normal!important;}
.news_r dl dt b  {color:#333; margin-top:22px; line-height:35px; width:100%; float:left; font-size:30px;font-weight:700;font-style:normal!important;}




.news_r dl dd { width:75%; float:left; height:140px; text-align:left; border-bottom:1px solid #d5d5d5; margin:0px; padding:0px;}
.news_r dl dd h3 { line-height:32px; margin-top:3px; font-size:18px;color: #3a3a3a; font-weight:700;}

.news_r dl dd span { line-height:31px;}
.news_r dl dd p { color:#606060; font-size:15px; line-height:28px;margin-top:5px;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 56px;
line-height: 28px;


}
.news_r dl dd i { margin-top:10px; float:left;} 

.news_more {width:1200px; margin:0px auto 25px auto; }
.news_more .more { margin:0px auto; color:#016ab3;   border:2px solid #016ab3;}


 
 
 

 

/* index */

.index-swiper {width: 100%;height: 100%;position: relative;}
.index-swiper .index-pagination {position: absolute;right: 2%;bottom:7%;top: auto;width: auto;height: auto;transform: none;}
.index-swiper .index-pagination span.swiper-pagination-bullet {background: none;width: 22px;height: 22px;border-radius: 0;position: relative;margin: 0px 0;}
.index-swiper .index-pagination span::after,.index-swiper .index-pagination span::before {content: '';border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.index-swiper .index-pagination span::after {width: 6px;height: 6px;background: #fff;}
.index-swiper .index-pagination span::before {width:20px;height: 20px;border: 1px solid #fff;opacity: 0;}
.index-swiper .index-pagination span.swiper-pagination-bullet-active::before  {opacity: 1;}
.index-swiper .index-pagination::after {content: '';width: 20px;height: 30px;background: url('../images/mos.png');display: block;margin-top: 20px;}
body.black .index-swiper .index-pagination span::after{background: #000;}
body.black .index-swiper .index-pagination span::before {border: 1px solid #000;}


.index-banner-swiper {width: 100%;height: 100%;position: relative;background: #000;} 
.index-banner-swiper .swiper-slide-active .img .pic {animation: srmgani 4000ms 1 ease forwards;}
.index-banner-swiper .swiper-slide .index-banner-item img  { width:auto !important;}
.index-banner-swiper .swiper-slide-active .img .pic .shipin {animation: srmgani 4000ms 1 ease forwards; position:absolute; top:0px; left:0px;}

.index-banner-swiper .swiper-slide-active .img .pic:before {    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    content: " ";
    position: absolute;
    z-index: 22;
    top: 0px;}
	
	
	
	

@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.index-banner-item {position: relative;}
.index-banner-item .text{position: absolute;left: 5%;top: 50%;transform: translateY(-50%);z-index: 100;color: #fff;
   /* background-image: linear-gradient(to right,rgba(0, 130, 161, 0.87),rgba(89, 188, 104, 0.57),rgba(29, 150, 161, 0));
    padding: 1% 2%;*/}

@media screen and (max-width: 1600px){
	
	.index-banner-item .text{left: 7%;}
	
	
	}


@media screen and (max-width: 1920px){
	
	.index-banner-item .text{left: 9%;}
	
	
	}


.index-banner-swiper .title-1 strong {font-weight:normal;letter-spacing: 1px; text-transform: capitalize;}
.index-banner-swiper .title-2 strong {font-weight:300;letter-spacing: 1px;}

.index-banner-swiper .title-1,
.index-banner-swiper .title-2,
.index-banner-swiper .more-1 {opacity: 0;transform:translateY(-60px);transition: opacity .8s linear,transform .8s cubic-bezier(.215,.61,.355,1);}
.index-banner-swiper .title-1 {transition-delay: .2s; font-family:Helvetica Medium; font-size:35px; text-transform:uppercase}
.index-banner-swiper .title-2 {transition-delay: .4s; width:80%;}
.index-banner-swiper .more-1  {transition-delay: .6s;}
.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2,
.index-banner-swiper .swiper-slide-active .more-1  {transform: translateY(0px);opacity: 1; margin-bottom:20px;}

.index-swiper .more-1 {margin-top: 4%;}
.more-1 {margin-top: 0%; margin:2% auto 4%; text-align:center; }
.more-1 a {display: inline-block;width: 150px;height: 48px;line-height:48px ;font-size: 0;overflow: hidden;position: relative;text-align: center;border-radius: 5px; background-image: linear-gradient( 270deg ,#0cd66f 0%,#247bf6 100%);color:#fff; font-family:mb;}
.more-1 span {display: inline-block;vertical-align: middle;color: #fff; font-weight:400; font-family:ml;}
.more-1 i {display: inline-block;vertical-align: middle;width: 7px;height: 10px;background: url('../images/r3.png') center no-repeat;margin-left: 10px;}
.more-1 a:hover {background-image: linear-gradient( 270deg ,#247bf6 0%,#0cd66f 100%);color:#fff;}
.more-1 a:hover span {color: #fff;}
.more-1 a:hover i {background: url('../images/r3.png') center no-repeat;}
 
.banner-swiper-bottom {width: 50%;position: absolute;bottom: 5%;left: 50%;z-index: 11;text-align: center;transform: translateX(-50%);transition:all .4s ease;opacity:.5;}
.banner-swiper-bottom:hover {opacity:1;}
.index-banner-swiper .banner-pagination {z-index: 160;text-align: center;display: inline-block;vertical-align: middle;position: relative;margin: 0 10px;left: auto;top: auto;transform: none;right: auto;bottom: auto;width: 240px;height: 4px;}
.index-banner-swiper .banner-pagination span {width: 100%;height: 4px;border-radius: 4px;position: absolute;left: 0;top: 0;overflow: hidden;background: none;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {animation: bannerp 4000ms 1 ease forwards;}
.index-banner-swiper .banner-pagination span::after {content: '';width: 100%;height: 100%;background: #fff;position: absolute;left: 0;top: 0;opacity: .2;}
.index-banner-swiper .banner-pagination span::before {content: '';width: 0;height: 100%;background: #fff;position: absolute;left: 0;top: 0;opacity: 1;z-index: 11;transition:all .4s ease;}
.index-banner-swiper .banner-prev,.index-banner-swiper .banner-next {display: inline-block;vertical-align: middle;position: relative;margin: 0 20px;left: auto;top: auto;transform: none;right: auto;bottom: auto;width: auto;height: auto;} 
.index-banner-swiper .banner-prev::after,.index-banner-swiper .banner-next::after {color: #fff;font-size: 16px;font-weight: bold;}
@keyframes bannerp{0%{width: 0;} 100%{width: 100%;}}





 
.index_about{

    background-size: cover;
    position: relative;
    background:url(../images/000.jpg) no-repeat center top fixed;
    padding-top: 12.5em;
    padding-bottom: 11em;
    margin-top: 0em; width:100%; margin:0 auto ; color:#fff}
.index_about .index-content { display:flex; justify-content: space-between;}
.index_about_left { width:53%; float: right !important; border-radius:25px; overflow:hidden; margin-right:-5%;}
.index_about_right { width:48% !important; float:left !important; margin-top:40px;}
.index_about_right .text-2 { margin-bottom:40px; width:100%; float:left; margin-top:40px; font-weight:900; color:#FFF; font-family:mb; }
.wrap{ width:80%; margin:0 auto; min-width:1300px; text-align:center}

/*shuzi s*/
.index_shuzi { width:100%; background:url(../images/shuzibg.jpg) no-repeat center top fixed; background-size:100% auto; height:420px; clear:both; overflow:visible; margin-top:20px;}
.sysz { margin-top:0px !important; 

/*background:#009b4c;
background-image: linear-gradient(to right, #009b4c, #009b4c);*/


}
.sysz .gy1d_a h6 { color:#fff;}
.sysz .gy1d_a p { color:#fff; margin-top:0px;}



.gy1d{width: 90%;background-color: ;padding: 60px 0;margin-top: 60px; margin-left:5%; margin-right:5%;}
	.gy1d .commen{display: flex;justify-content: space-between;}
	.gy1d .commen .gy1d_a:nth-child(4){ border-right: none;}
	.gy1d_a{width: 18.8%; border:1px solid rgba(0,0,0,0); background:rgba(0,0,0,0); text-align:center; color:#252525; padding:5% 0px; margin:1%}
	
	
	
	.gy1d_a img{width: 90px;margin: 0 auto;transition: all ease 0.3s; display:none;}
	.gy1d_a:hover img{transform: scale(1.1);}
	.gy1d_a h6{text-align: center;font-size: 56px;color: #333;font-family:BEBAS;line-height: 32px;margin-top: 25px;text-transform: uppercase; margin-bottom:0px; font-weight:900;}
	.gy1d_a h6 span{font-size: 16px; font-weight:400; padding-left:5px; text-transform: lowercase; font-family:ml;}
	.gy1d_a p{font-size: 15px;color: #009b4c;line-height: 16px;font-family: ;margin-top: 0px;text-align: center;}

/*shuzi e*/


.index_cp .index-content { display:flex; justify-content: space-between;}
.index_cp  { padding:70px 0px; width:100%;  clear:both; overflow:visible; background:url(../images/map2.jpg) no-repeat center top #95bc2b;}
.index_cp_right { width:53%!important; float: left !important; border-radius:25px; overflow:hidden; margin-left:-5%;}
.index_cp_left { width:48% !important; float: right !important; margin-top:40px; }

.index_cp_left .text-2 { margin-bottom:40px; width:100%; float:left; margin-top:40px; font-weight:900; font-family:mb; color:#FFF; }
.index_cp_left .text-1 { color:#fff;}
.index_cp_left .index_cp_list ul { padding-left:0PX; margin-left:18PX; line-height:35px; margin-top:20px; }
.index_cp_left .index_cp_list ul a { color:#2d2d2d; font-family:mb;}
.index_cp_right .company-profile-video a.m-video::before { display:none;}



.index_jieshao { padding:100px 0px 70px; width:100%; clear:both; overflow:visible; text-align:center;}
.index_jieshao-top .title-3{ font-family:; color:#666;  width:70%; margin:20px auto; font-weight:400; line-height:1.5; }
.index_jieshao-top .title-2 { text-transform:; font-family:mb; text-transform:uppercase; margin-top:20px; color:#333;}

.index-product {position: absolute;top: 50%;transform: translateY(-45%);width: 100%;z-index: 10;}
.index-content {width: 90%;margin: auto;}
.index-product-list {position: relative;overflow: hidden;}
.index-product-left {float: left;width: 49%;overflow: hidden;position: relative;}
.index-product-left .index-product-item .text{left: 0;top: 10%;text-align: center;transform: none;}
.index-product-left .index-product-item .more-1 a{margin: auto;}
/* .index-product-left .index-product-item .img {background: #009b4c;}
.index-product-left .index-product-item .text{color: #fff;}
.index-product-left .index-product-item .text-1{color: #8bd1bf;}
.index-product-left .index-product-item .more-1 a{background: #e28a23;border: 2px solid #e28a23;}
.index-product-left .index-product-item .more-1 span {color: #fff;}
.index-product-left .index-product-item .more-1 i {background: url('../images/r3.png') center no-repeat;} */
.index-product-right {float: right;width: 49%;}
.index-product-right .index-product-item .more-1 {opacity:0;transform: translateY(50px);transition:all .4s ease;}
.index-product-right .index-product-item:hover .more-1 {display:block;transform: translateY(0px);opacity:1;}
.index-product-left .index-product-item:first-child .text{width: 100%;}
.index-product-item {position: relative;margin-bottom: 4%;overflow: hidden;}
.index-product-item .img {background: #f5f5f5;border-radius: 10px;transition:all .4s ease;}
.index-product-item * {transition:all .4s ease;}
.index-product-item .text{position: absolute;left: 8%;top: 50%;width: 46%;text-align: left;z-index: 11;transform: translateY(-50%);}
.index-product-item .text-1{font-weight: 300;color: #999999;}
.index-product-item .title-1{margin-top: 1%;font-weight:bold;}
.index-product-item .text-2{font-weight: 300;}
.index-product-item .more-1 {margin-top: 4%;}
.index-product-item .product {position: absolute;right: 0;top: 0;z-index: 1;width: 50%;height: 100%;overflow: hidden;}
.index-product-item .product img.img-block {height: 100%;}
.index-product-item:hover .img {background: #009b4c;}
.index-product-item:hover .text-1 { color: #8bd1bf;}
.index-product-item:hover .title-1 {color: #fff;}
.index-product-item:hover .text-2 {color: #fff;}
.index-product-item:hover .more-1 a{background: #e28a23;border: 2px solid #e28a23;}
.index-product-item:hover .more-1 span {color: #fff;}
.index-product-item:hover .more-1 i {background: url('../images/r3.png') center no-repeat;}

.index-about {width: 100%;height:80rem;  background:url(../images/abg.jpg) no-repeat center top fixed; position:relative; background-size:100% 100%;  }
.index-about .img img,.index-about .img,.index-about .pic{width: 100%;height: 100%;}
.index-about-text {position: absolute;color: #009b4c;width: 65%;top: 20%;z-index: 11;text-align: center; background: rgba(149,188,43,.8); margin:0px 14.5%; padding:5% 3% 7%; border-radius:10px; overflow:hidden;}
.index-about-text .txt-ain {position: relative;overflow: hidden;}
.index-about-text .txt-ain .mark-text {position: absolute;top: 0;color: rgb(255,255,255,1);clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);will-change: clip-path;z-index: 1;transition: all 3s ease-in-out;overflow: hidden;width: 100%;}
.index-about-text .txt-ain .text-1 {margin: 0;padding: 0;color: #009b4c;overflow: hidden;}
.index-about-text .txt-ain .mark-text.delay1 {transition-delay: 0s;}
.index-about-text .txt-ain .mark-text.delay2 {transition-delay: 0.1s;}
.index-about-text .txt-ain .mark-text.delay3 {transition-delay: 0.2s;}
.index-about-text .txt-ain .mark-text.delay4 {transition-delay: 0.3s;}
.index-about-text .txt-ain .mark-text.delay5 {transition-delay: 0.4s;}
.index-swiper .swiper-slide.swiper-slide-active .index-about-text .txt-ain .sc_event {clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
.index-swiper .swiper-slide.swiper-slide-active .index-about .pic {animation: srmgani 6000ms 1 ease forwards;}
.index-about .more-1  {margin-top: -5%;opacity: 0;transition:all .4s ease;transform: translateY(50px);transition-delay: 0.5s;}
.index-about .more-1 a {margin: auto;}
.index-swiper .swiper-slide.swiper-slide-active .index-about .more-1 {opacity: 1;transform: translateY(0px);}

.index-news {width: 100%;height: 100%;position: relative;background: #f5f5f5;}
.index-news .index-content {position: absolute;left: 9%;top: 18%; }
.index-news-top {text-align: center;}
.index-news-top .title-1 {overflow: hidden;}
.index-news-top .title-1 strong{font-weight: normal;color: #009b4c;position: relative;}
.index-news-top .title-1 strong::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 6%;background: #009b4c;}
.index-news-bottom {margin-top: 3%;}
.index-news-swiper {overflow: hidden;}
.index-news-item {position: relative;}
.index-news-item a {display: block;position: relative;border-radius: 10px;overflow: hidden; }
.index-news-item .img {background: none;opacity: 0;}
.index-news-item .text{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 11;background: #f4f4f4;box-sizing: border-box;padding: 10%;opacity: 1;}
.index-news-item .data-1{color: #999999;}
.index-news-item .title-1{margin-top: 3%;margin-bottom: 5%;}
.index-news-item .text-1{color: #999999;padding-top: 4%;border-top: 1px solid #eee;}
.index-news-item .text .tubiao { width:62px; height:62px; border:5px solid #2d2d2d; border-radius:50%; overflow:hidden; text-align:center; background:#009b4c; margin-top:30px;}
.index-news-item .text .tubiao img { margin-top:22%;}
.index-news-item .more-2 {width: 5rem;height: 5rem;border: 2px solid #009b4c;border-radius: 100%;margin-top: 20%;background: url('../images/r2.png') center no-repeat;}
.index-news-item .img .text {height: auto;left: 8%;bottom: 9%;top: auto;background: #009b4c;color: #fff;width: 84%;opacity: 1;border-radius: 10px;padding: 5%;transform: translateY(50%);}
.index-news-item .img .text .data-1{color: #fff;opacity: .5;}
.index-news-item .img .text .title-1{padding-bottom:0;border-bottom:none;}
.index-news-item a:hover .text{opacity: 0;}
.index-news-item a:hover .img,.index-news-item a:hover .img .text {opacity: 1;}
.index-news-item a:hover .img .text {transform: translateY(0);}
.news-swiper-bottom {width: 100%;position: relative;margin-top: 5%;font-size: 0;}
.news-pagination {width: 91%;height: 4px;position: relative;left: auto;top: auto;display: inline-block;vertical-align: middle;transform: none;border-radius: 10px;overflow: hidden;background: #e5e5e5;}
.news-pagination .swiper-pagination-progressbar-fill {background: #009b4c;}
.news-prev,.news-next {display: inline-block;vertical-align: middle;position: relative;left: auto;top: auto;transform: none;margin:0;width: 3%;height: auto;}
.news-prev::after,.news-next::after {font-size: 16px;color: #000;font-weight: bold;}
.news-prev {margin: 0 1% 0 2%;}


.sy_news .news-content-item { width:48% !important; margin:0px 1% !important;}






.index-successful-customers {width:100%;height:auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 11;}
.index-successful-customers-top {overflow: hidden;text-align: center;}
.index-successful-customers-top .title-1{color: #000;}
.index-successful-customers-top .title-1 strong {font-weight: normal;margin: 0;padding: 0;position: relative;color: #009b4c;}
.index-successful-customers-top .title-1 strong::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: .5rem;background: #009b4c;}
.index-successful-customers-bottom {margin-top: 3%;}
.index-successful-customers-list {position:relative;}
.index-successful-customers-item {float: left;width: 19.7%;margin-bottom:.3%;margin-right: .3%;}
.index-successful-customers-item.mr0 {margin-right:0;}
.index-successful-customers-item a{display:block;box-sizing: border-box;border: 1px solid #f9f9f9;background: #f9f9f9;}
.index-successful-customers-item .img-center {mix-blend-mode: multiply;filter: grayscale(100%);max-width: 60%;max-height: 80%;opacity:.5;}
.index-successful-customers-item .img-block {opacity:0;}
.index-successful-customers-item a:hover {box-shadow: 0px 0px 60px 0px rgba(0, 166, 133, 0.1);background: #fff;border: 1px solid #009b4c;}
.index-successful-customers-item a:hover .img-center {filter: grayscale(0);opacity:1;}





/* product */
.polaris-banner {width: 100%;height: auto;overflow: hidden;text-align: center;}
.polaris-banner img {display:block;}
.polaris-product {overflow: hidden;background: #f7f7f7;position: relative;}
.polaris-product-series {overflow: hidden;border-bottom: 1px solid #e7e7e7;padding-bottom: 3%;padding-top: 6%;}
.polaris-product-series .title-1{text-align: center;}
.polaris-product-list {margin-top: 3%;}
.polaris-product-item {position: relative;float: left;width: 30.3333%;margin:1.5%;margin-bottom: 3%;overflow: hidden;}

.polaris-product-item .product .img-center {  height:72% !important;}
.polaris-product-item.mr0 {margin-right: 0;}
.polaris-product-item .text{position: absolute;left: 5%;bottom: 10%;width: 90%;text-align: center;z-index: 11;}
.polaris-product-item .text-1{color: #999;}
.polaris-product-item .title-2{margin-top: 1.5%;}
.polaris-product-item .text-2{margin-top: .5%;}
.polaris-product-item .more-1 {margin-top: 5%;}
.polaris-product-item .more-1 a{margin: auto;}
.polaris-product-item .img {background: #fff;border-radius: 0px;}	 
.polaris-product-item .product {position: absolute;left: 0;top: 0;width: 100%;height: auto;}

.product-top-nav {position: fixed;background: rgba(0,0,0,.8);top: 0px;width: 100%;z-index: 11;opacity: 0;left: 0;transition:all .4s ease;}
.product-top-nav.cur {top: 0px;opacity: 1;}
.product-top-nav .index-content {position: relative;}
.product-top-nav-left {overflow: hidden;}
.product-top-nav-left span {position: relative;z-index: 20;}
.product-top-nav-left a{padding: 0 5rem;line-height: 7rem;display: inline-block;vertical-align: middle;position: relative;color: #fff;opacity: .8;}
.product-top-nav-left a::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #009b4c;display: none;z-index: 11;}
.product-top-nav-left a::before {content: '';background: linear-gradient(to top, rgba(0,166,133,0.3),rgba(0,166,133,0));width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;opacity: 0;}
.product-top-nav-left a.cur{opacity: 1;}
.product-top-nav-left a.cur::after {display: block;}
.product-top-nav-left a.cur::before {opacity: 1;}
.product-top-nav-right {position: absolute;right: 0;top: 50%;transform: translateY(-50%);padding-left: 5rem;}
.search-botton {position: absolute;left: 0;top: 0;width: 5rem;height: 100%;background: url('../images/s.png') center no-repeat;filter: invert(1);}
.search-input {border: none;background: none;outline: none;width: 100%;display: block;color: #fff;}
.search-input::-webkit-input-placeholder {color: #fff;opacity: .3;}

.product-right-nav {position: fixed;right: 2%;bottom: 5%;z-index: 11;}
.product-right-nav a {display: block;width: 20px;height: 20px;position: relative;margin: 15px auto;}
.product-right-nav i {display: block;border-radius: 100%;position: absolute;width: 5px;height: 5px;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #000;opacity: .5;}
.product-right-nav i::after {content: '';width: 20px;height: 20px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border: 1px solid #000;border-radius: 100%;display: none;}
.product-right-nav a.cur i{opacity: 1;}
.product-right-nav a.cur i::after{display: block;}
.end-bottom {position: relative;clear: both;overflow: hidden;}

.polaris-product-detail {padding-top: 7rem;position: relative;}
.polaris-product-detail::before {content: '';width: 100%;height: 7rem;position: absolute;left: 0;top: 0;background: #444;}
.product-detail-top {position: relative;}
.product-detail-top.cur {width: 100%;position: fixed;left: 0;top: 0;z-index: 1111;background: #fff;}
.product-detail-top .index-content {border-bottom: 1px solid #e5e5e5;padding: 1% 0;overflow: hidden;position: relative;}
.product-detail-top-left {float: left;}
.product-detail-top-left .return-1{position: relative;}
.product-detail-top-left .return-1 i{width: 7px;height: 10px;background: url('../images/l2.png') center no-repeat;display: inline-block;vertical-align: middle;filter: grayscale(100%);margin-right: 15px;}

.product-detail-top-left .return-1 span{font-weight: bold;display: inline-block;vertical-align: middle;}
.product-detail-top-left a:hover span {color: #009b4c;}
.product-detail-top-right {text-align: right;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.product-detail-top-right a {margin-left: 15px;}
.product-detail-top-right a:hover {opacity: 1;}
.product-detail-top-right .nav-1{opacity: .6;}
.product-detail-top-right .nav-1.cur {opacity: 1;}
.product-detail-top-right .link-1{background: #e28b24;color: #fff;border-radius: 50px;padding: 3px 17px;margin-left: 25px;}






/*proda*/ 

.ny_pro_da { width:100%; margin:0px auto;}
.ny_pro_da .left { width:40%; float:left; text-align: left; color:#fff; padding-top:9%;}
.ny_pro_da .right { width:55%; float:right; text-align:left; padding-left:5%; padding-top:4%;}



.ny_pro_da .left h4 { font-size:25px; font-weight:400; color:#fff;  }
.ny_pro_da .left b { display: block;
    font-size: 45px;
    font-weight: 400;
    font-family: Rig;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;}
	
.ny_pro_da .left p { font-size:18px; color:#fff; line-height:28px; margin-top:10px; width:86%; margin:0px; margin-bottom:30px; white-space: normal; height:56px; }	

.ny_pro_da .right img { height:300px; width:auto;}

.ny_con { width:100%; margin:0px auto;}
.ny_pro_da_cd {  width:100%; background:rgba(11,92,194,.8); color:#fff; line-height:75px; height:75px; margin-top:-75px; position:absolute; z-index:1; }
.ny_pro_da_cd .left { width:40%; float:left; font-weight:900;}
.ny_pro_da_cd .right { width:60%; float:right; text-align:right; }
.ny_pro_da_cd .right p { padding:0px 50px; border-right:1px solid rgba(255,255,255,.2); display:inline-block }
.ny_pro_da_cd .right a:nth-child(1) p { border-left:1px solid rgba(255,255,255,.2);}
.ny_pro_da_cd .right a p { color:#fff;}


.pro_nr { width:100%; background:; padding-bottom:0px; float:left;}
.pro_nr .pro_info_2_1 { text-align:center;  font-family:ml; font-size:20px; color:#000; padding-top:50px;}
.pro_nr .pro_info_2_2 { text-align:center; font-size:30px;}
.pro_nr_js_nr { padding:5% 0px; text-align:center; color:#999; line-height:30px; }


.pro_nr_cs { width:100%; padding:8% 0px; background:#f6f6f7; }
.pro_nr_cs_nr {padding:5%; text-align: left; color:#666;}
.pro_nr_cs_nr table tr td { line-height:45px; border-right:1px dashed #bfbfbf; border-bottom:1px dashed #bfbfbf;  border-left: none; border-top:none; text-align: left; padding-left:5%; width:49.5%; display:inline-block; }


.pro_nr_cs_nr table {  border-top:1px dashed #bfbfbf;border-left: none; border-right:none;  border-bottom:none; width:80%; margin:0px 10%;}
.pro_nr_cs_nr table tr td:nth-child(1){ color:#064390;border-left:none !important;}
.pro_nr_cs_nr table tr td:last-child { border-right:none !important;}
.pro_nr_cs_nr h3  {color:#064390; font-size:22px; line-height:70px; width:100%; text-align:center; font-weight:400; }


.proda_left { width:42%; float:left; position:relative;}

.proda_left img { position:inherit;}

.proda_right { width:45%; float:right;}



.product-detail-text {width: 55%; float:right; padding: 2% 0 0 0%; overflow: hidden;color: #333;}
.product-detail-text .title{text-align: left; margin-top:0px;}
.product-detail-text .title h6{font-size: 18px;margin: 0;}
.product-detail-text .title h2{font-size: 30px;color: #009b4c;margin: 8px 0 3px 0;  font-weight:400;  font-family:mb;}

.product-detail-text .title h3{font-size: 20px;margin: 0; font-weight:700; padding-top:10px;}
.product-detail-text .text{border-top: 1px solid rgba(0,0,0,.1);border-bottom: 0px solid #00477f;font-size: 15px;line-height: 25px;padding: 20px 0;overflow: hidden;color: #9fa5ad;margin: 23px 0;text-align: ; text-align:left; color:#666; }
.product-detail-text .text table{ width:100%; border:1px solid #000;}
.product-detail-text .text table tr td { padding:5px 20px; line-height:30px; border:0px solid #999;}
.product-detail-text .text table tr td:nth-child(1){ font-weight:900;}
.product-detail-text .text table tr:nth-child(2n) { background:#fff;}



.product-detail-text .text p { margin:0px; padding:0px;}

.product-detail-text .text_js { width:100%; line-height:30px; color:#999; font-size:15px;}
.product-detail-text .text_js h3 { font-size:16px; font-weight:700; color:#009b4c; margin:10px 0px; }
.product-detail-text .text_js strong { color:#009b4c;}






@media screen and (max-width: 5120px) { 
    .polaris-product-detail-parameter {padding: 3% 0 10% 0;}
    .honor-pagination {display:none;}
    .index-banner-item .text {width: 40%;}
    .company-profile-culture {width: 29%;margin: 0 2%;}
}
@media screen and (max-width: 3840px) { 

}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {	

.header:before { position:absolute; content:" "; width:600px; height:600px; 

border-radius:50%; top:-450px;

 left:-12%; z-index:1; background:#009b4c;} 
 
	.polaris-product-detail-1 .bottomimg-2 .text-2,.company-profile-right .text-1 {text-align: justify;}
	.packaging-drawing-list a .img-center {max-height: 80%;}
	.polaris-product-detail-2 .lefttext-2 .text-1 {margin: 0;width: 100%;margin-top: 2%;}
	.polaris-product-detail-2 .righttext-3 .text-1 {margin: 0;width: 100%;margin-top: 2%;}
	.polaris-product-detail-parameter {padding: 3% 0 15% 0;}
	.index-banner-item .text {width: 60%;}
	.company-profile-culture {width: 25%;margin: 0 4%;}
}
@media screen and (max-width: 1850px) {
    .footer-nav ul { margin-left: 5rem;}
    .footer-nav .contact-1 {max-width: 30%;}
    .company-profile-culture {width: 26%;margin: 0 3%;}
}
@media screen and (max-width: 1680px) {
	.header-show-left {width: 40%;padding: 3% 5%;}
	.header-show-right {width: 45%;}
	.header-show-nav ul {margin-left: 8%;}
	.header-show-nav ul:first-child {margin-left: 0;}
	.header-show-right-content {padding: 5% 0 0 10%;}
	.header-content,.polaris-product-detail::before,.polaris-news-detail::before {height: 9rem}
	.header-nav ul a.nav {padding: 0 22px;line-height: 7rem;}
	.menu-toggle,.closed {width: 7rem;height: 7rem;}
	.header-show-contact .contact-item {padding: 3rem;min-height: 4rem;width: 100%;box-sizing: border-box;}
	.more-1 a {width: 13rem;height: 4.5rem;line-height: 4.5rem;} 
	.index-swiper .index-pagination span.swiper-pagination-bullet {width: 2rem;height: 2rem;margin: 1rem 0;}
	.index-swiper .index-pagination span::before {width: 2rem;height: 2rem;}
	.index-news-item .more-2 {width: 4rem;height: 4rem;margin-top: 15%;}
	.news-swiper-bottom {margin-top: 3%;}
	.footer-nav ul {margin-left: 5rem;}
	.footer-nav ul:first-child {margin-left: 0;}
	.footer-content-bottom {padding: 1% 0;}
	.product-top-nav.cur {top: 0;}
	.product-top-nav-left a {padding: 0 4rem;line-height: 6rem;}
	.detail-parameter-list li span:last-child {width: 28%;}
	.detail-parameter-list li span {width: 40%;}
	.company-profile-video a::before {width: 8rem;height: 8rem;background-size: 100%;} 
	.certificate-honor-item .item-title::before {left: -3rem;}
	.certificate-honor-swiper {height:400px;}
	.contactus-item .icon-1 {width: 10rem;height: 10rem;}
	.header-nav-show-content {margin-top:7rem;}
	.company-profile-culture {width: 27%;margin: 0 2%;}
	.nameabtzwen {
    padding-top: 0px!important;
   font-size: 30px!important;
}
	
	
}
@media screen and (max-width: 1680px) and (max-height: 700px) {
	/*.index-content,.polaris-product-detail-1 .toptext-1 {width: 71%;margin: auto;}*/
	.index-news .index-content,.polaris-product-detail-1 .bottomimg-2 .text-2,.detail-parameter-left {left: 14.5%;}
	.polaris-product-detail-1 .bottomimg-2 .text-2 {width: 35%;}
	.polaris-product-detail-1 .right-product-3 {right: 8%;width: 40%;height: 80%;top: 10%;}
	.polaris-certificate-honor .index-content{width: 81%;}
}
@media screen and (max-width: 1580px) {
    .company-profile-culture {width: 29%;margin: 0 2%;}
}
@media screen and (max-width: 1440px) {
	.header:before { display:none; position:absolute; content:" "; width:600px; height:600px; 

border-radius:50%; top:-450px;

 left:-18%; z-index:1; background:#009b4c;} 
	.more-1 a {height: 4rem;line-height: 4rem;}
	.polaris-product-item .product .img-center {max-height: 80%;}
	.polaris-product-detail-1 .right-product-3 {width: 40%;}
	.polaris-product-detail-1 .right-product-3 .img-porduct {max-height: 80%;}
	.polaris-product-detail-1 .bottomimg-2 .text-2 {width: 35%;}
	.header-show-nav ul {margin-left: 5%;}
	.footer-nav ul {/*margin-left: 6.5rem;*/}
}
@media screen and (max-width: 1366px) {
	.detail-parameter-left {width: 28%;}
	.detail-parameter-left .lefttext-1 .prodcut-1 {width: 80%;margin-top: 5%;}
	.certificate-honor-swiper {height: 300px;}
	.footer-nav ul {margin-left: 2rem;}
	.footer-nav .contact-1 {max-width: 30%;}
	.news-detail-bottom .link-1 { width: 70%;}
	.company-profile-culture {width: 30%;margin: 0 1.33%;}
}
@media screen and (max-width: 1280px) {
	.index-content,.polaris-product-detail-1 .toptext-1,.header-content,
	.footer-content,.polaris-certificate-honor .index-content,.polaris-news-detail .index-content {width: 86%;}
	.header-right {right: 5%;}
	.index-news .index-content, .polaris-product-detail-1 .bottomimg-2 .text-2, .detail-parameter-left,.polaris-banner .text {left: 7%;}
	.polaris-corporate-image .index-content {width: 93%;margin-left:7%;}
	.footer-nav ul {margin-left: 4rem;}
	.footer-nav li a,.footer-nav .contact-us-1 strong {font-size:1.3rem;}
	.footer-nav ul {max-width:15%;} 
}
@media screen and (max-width: 1152px) {
	.footer-nav ul {margin-left: 2rem;}
	.footer-nav li a,.footer-nav .contact-us-1 strong {font-size:1.2rem;}
	.polaris-product-detail-2.pcshow .toptext-1 {width:80%;}
	.polaris-product-detail-2.pcshow .toptext-1 .title-1,
	.polaris-product-detail-2.pcshow .righttext-3 .title-1,
	.polaris-product-detail-2.pcshow .cbottomtext-5 .title-1,
	.polaris-product-detail-2.pcshow .lefttext-2 .title-1{font-size: 3rem;line-height: 4rem;}
	.polaris-product-detail-2.pcshow .toptext-1 .text-1,
	.polaris-product-detail-2.pcshow .toptext-2 .text-1,
	.polaris-product-detail-2.pcshow .righttext-3 .text-1,
	.polaris-product-detail-2.pcshow .cbottomtext-5 .text-1,
	.polaris-product-detail-2.pcshow .lefttext-2 .text-1 {font-size: 1.2rem;line-height: 2rem;}
}
@media screen and (max-width: 1024px) {
	.footer-nav ul {margin-left: 1rem;}
	.polaris-product-detail-2 .lefttext-2 .text-1,.polaris-product-detail-2 .righttext-3 .text-1  {width: 100%;}
	.index-banner-item .text {width: 90%;}
}
@media screen and (max-width: 980px) {
    .header-logo {width: 5%;}
    .polaris-product-detail-1 .bottomimg-2 .text-2 {font-size:1.2rem;}
	 
}
.pc_ba { display:block ;}
.sj_ba { display:none ;}
@media screen and (max-width: 860px) {
	.pcshow,.header-nav ul li,.header-show-right,.index-swiper .index-pagination,.product-right-nav {display: none!important;}
	.mbshow,.menu-toggle{display: block!important;}
	.header-nav ul li.language { display: block !important; }
	.footer-nav ul,.footer-link,.product-top-nav-right,.product-detail-top-left .return-1 span {display: none;}
	.footer-nav .contact-1 {display: block;padding-top: 15%;}
	.header-content,.polaris-product-detail::before,.polaris-news-detail::before {height:7rem}
	.header-nav ul a.nav {padding: 0 20px;line-height: 5rem;}
	.menu-toggle,.closed {width: 4rem;height: 4rem; background:none;}
	.menu-toggle span.hamburger:after {margin-left: inherit;}
	.product-top-nav.cur {top: 0;}
	.news-detail-bottom .link-1 { width: 100%;}
	.header-show-nav ul {float: left;width:23%;margin-left: 2%;}
	.cd-nav-trigger  { display:block !important;}
	.header-show-nav ul:nth-child(2){ }
	.header-show-nav a { 
	text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 25px;
line-height: 25px;

	
	
	}
	
	
	
	.header-show-nav .title-1 { font-size:15px !important; line-height:35px !important;
	
	text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 35px;
line-height: 35px;
	
	}
	.header-show-nav a { line-height:25px; padding:0px !important; margin:0px !important; font-size:13px !important;}
	
.header-show-nav a .title-1 { color:#000;}
	
	
	
	
	.header-logo {width: 56%;}.header-right {right: 5rem;}
	.header-nav ul li.language span { font-size:16px !important;}
	.menu-toggle { top:5px !important;}
	.header-show-left {width: 97%;padding: 5%;margin-top: 7rem;margin-bottom: 5%;}
	.header-show-content {background: #fff;}
	.banner-swiper-bottom,.index-product-left,.index-product-right,.detail-parameter-right {width: 100%;float: none;}
	.index-banner-item .text {left: 5%;top: 50%;width: 90%;} 
	.news-pagination {width: 80%;margin: auto;margin-top: 1.3%;}
	.news-swiper-bottom {margin-top: 10%;text-align: center;}
	.news-prev, .news-next {position: absolute;top: 0;}
	.news-prev {left: 0;}.news-next {right: 0;}.footer-left {width: 30%;}
	.footer-content-top {padding: 10% 0;}
	.footer-nav {float: none;width: 100%;padding: 5% 0;}
	.footer-nav ul {margin-left:0;width: 100%;}
	.footer-content-bottom {padding: 4% 0;}
	.footer-link {position: relative;left: auto;top: auto;transform: none;text-align: left;}
	.footer-link li {margin-left: 0;margin-right: 2%;}
	.footer-link .ewmshow-1 {left: 0;margin-left: 0;}
	.polaris-banner img {max-width: 200%;width: 200%;}
	.polaris-product-series {padding: 20% 0;}
	.polaris-product-item {float: none;width: 100%;margin-right: 0;margin-bottom: 5%;}
	.more-1 a {height: 3rem;line-height: 3rem;width: 12rem;}
	.polaris-product-item .text {}
	.product-top-nav-left a {padding: 0 2rem;line-height: 4rem;} 
	.polaris-product-detail {padding-top: 5rem;}
	.product-detail-top .index-content {padding: 3% 0;}
	.polaris-product-detail-1 .toptext-1 {text-align: center;}
	.polaris-product-detail-1 .right-product-3 {height: auto;position: relative;margin: auto;width: 60%;left: auto;bottom: auto;right: auto;}
	.polaris-product-detail-1 .bottomimg-2 .text-2 {position: relative;left: auto;top: auto;width: 80%;color: #666;margin: auto;transform: none;padding: 10% 0;}
	.polaris-product-detail-2 .toptext-1,
	.polaris-product-detail-2 .lefttext-2,
	.polaris-product-detail-2 .centertext-4,.polaris-product-detail-2 .cbottomtext-5,
	.polaris-product-detail-2 .righttext-3 {width: 90%;position: relative;left: auto;top: auto;transform: none;margin: auto;padding: 10% 0;right: auto;bottom: auto;text-align: center;}
	
	.polaris-product-detail-2.pabsolute .toptext-1,
	.polaris-product-detail-2.pabsolute .lefttext-2,
	.polaris-product-detail-2.pabsolute .centertext-4,.polaris-product-detail-2.pabsolute .cbottomtext-5,
	.polaris-product-detail-2.pabsolute .righttext-3 {width: 90%;position: absolute;left: 5%;top: 50%;transform:translateY(-50%);text-align: center;}
	
	
	.polaris-product-detail-parameter .detail-parameter-left,
	.packaging-drawing-list .danwei-1,.polaris-product-detail-documents-and-tools .detail-parameter-left,.certificate-honor-left,.polaris-news-num{display: none;}
	.detail-parameter-list li span:last-child {width: 45%;}
	.documents-and-tools-list div.edition-1,.application-right-nav,
	.join-us-item .title div.item-2,.join-us-item .title div.item-3,.join-us-item .title div.item-4 {display: none;}
	.assessment-suite-list .pic-1,.application-type-left,.application-type-right,.company-profile-right,.certificate-honor-right,.joinus-item1-left,.joinus-recruit-item .type-1 ,.polaris-news-detail-top .title-1,.polaris-news-detail-left,.polaris-news-detail-right,.contactus-item{width: 100%;float: none;}
	.assessment-suite-list .center-2 ,.assessment-suite-list .right-3{position: relative;top: auto;transform: none;width: 100%;left: auto;text-align: center;}
	.assessment-suite-list li,.joinus-recruit-item {padding-bottom: 5%;}
	.assessment-suite-list .right-3 {margin-top: 5%;}
	.polaris-corporate-image .news-swiper-bottom {margin-top: 5%;}
	.application-type-products {position: relative;bottom: auto;right: auto;width: 100%;border-radius: 15px;}
	.application-type-right,.contactus-item {margin-bottom: 5%;}
	.polaris-application-type {padding-top: 14%;}
	.search-from {position: relative;left: auto;top: auto;width: 100%;}
	.company-profile-left { display: !important; height:200px !important;}
	
	.polaris-company-profile .index-content { display:block !important;}
	
	
	.polaris-company-profile { background-size:auto 100% !important;}
	.company-profile-video a::before {width: 5rem;height: 5rem;}
	.company-profile-culture {width: 80%;border-bottom: 1px solid #ccc;padding: 5% 0;}
	.company-profile-culture:last-child {border: none;}
	.certificate-honor-top {margin-left: 0;}
	.certificate-honor-type {font-size: 0;}
	.certificate-honor-type a {margin-right: 0;padding: 1.5% 0;width: 31%;margin: 1%;}
	.certificate-honor-type p {width: 80%;margin: auto;min-height: 40px;}
	/*2023-3-14 09:58:38*/
	.joinus-item1{margin-bottom: 20%;}
	.joinus-item1-left {overflow: hidden;}
	.joinus-item1-left .img-1{position: absolute;left: 0;bottom: 0;top: auto;}
	.polaris-joinus-top {padding: 10% 0;}
	.joinus-item1-right,.joinus-item2-left {width: 70%;}
	.joinus-item2-left{margin-top: 10% !important;margin-left: 0 !important;}
	.joinus-item1-right{text-align: left;margin-top: 10%;width: 100%;margin-left: 0;}
	.join-us-item .title,.joinus-recruit-top {padding: 5% 5%;}
	.join-us-item .title div.title-1 {width: 80%;}
	.join-us-text .more-1 {position: relative;right: auto;bottom: auto;margin: 5% 0;}
	.joinus-item2-right{width: 100%;}
    .joinus-item2-right .img-1 {margin-right: 15%;width: 85%; margin-top: 15%;}
    .joinus-item2-right .img-2 {width: 35%;}
    .joinus-item1-left .img-2{margin-left: 10%;width: 90%;margin-bottom: 10%;    margin-top: 5%;}
	.joinus-item1-right .text-1,.joinus-item2-left .text-1{margin-top: 5%;line-height: 1.5;}
	.joinus-item1-right .title-1,.joinus-item2-left .title-1{line-height: 1.25;}
	/*2023-3-14 09:58:38 end*/
	.div-recruitment-windows {width: 90%;padding: 5%;}
	.nav-type-1 {display: block;margin-left: 0;margin: 3% 0;}
	.news-content-item,.activity-content-item,.contact-us-item {float: none;width: 100%;margin-right: 0;margin-bottom: 5%;}
	.news-detail-bottom .return-1{position: relative;right: auto;top: auto;transform: none;margin-top: 4%;}
	.polaris-news-detail-right {float: none;width: 100%;padding: 5% 0;}
	.activity-content-item .type-1 {display: block;}
	.activity-content-item .title-1 {display: block;margin: 3% 0;width: 100%;}
	.contactus-item .icon-1 {width: 7rem;height: 7rem;}
	.contactus-item .text {left: 10rem;}
	.polaris-contact,.search-detail-center {padding: 10% 0;}
	.index-product-item {margin-bottom: 1%;}
	.index-product-right .index-product-item .text {left: 5%;top: 50%;width: 50%;}
	.index-product-right .index-product-item .text .text-2 {display: none;}
	.index-product-right .index-product-item .text-1 {display: block;}
	.polaris-application-pics {display: none;} 
	.polaris-application-item .application-type-left {opacity: 1;}
	.search-return {margin-left:0;padding: 5% 0;}
	.search-detail-bottom {padding: 5% 0;}
	.search-product-list .polaris-product-item .img .img-center {max-width: 80%;max-height: 80%;}
	.search-product-list .polaris-product-item .img {float: none;width: 100%;}
	.search-product-list .polaris-product-item .text {right: auto;top: auto;width: 80%;left: auto;transform: none;position: relative;padding: 0 10% 10% 10%;margin-top: -10%;}
	.index-successful-customers-item {width: 33%;}
	.index-successful-customers-item .img-center {max-width:70%;max-height:70%;}
	.application-area-list li .imgshow-1 {width: 130px;top: 4rem;left: 0;transform: none;}
	.footer-nav li a,.footer-nav .contact-us-1 strong,.footer-nav .title-1 {font-size:1.4rem;}
	.polaris-product-detail-2.prelative .title-1 {color:#000!important;}
	.polaris-product-detail-2.prelative .text-1,.polaris-product-detail-2.prelative .text-1 * {color:#000!important;}
	.documents-and-tools-list .name-1 {width: 70%;} 
	.documents-and-tools-list .data-1 {width:50%;margin:5% 0 0 4.5rem;}
	.documents-and-tools-list .size-1 {right: auto;top: auto;transform: none;text-align: left;margin: 5% 0 0 0;} 
	.polaris-product-detail-parameter {padding: 3% 0 35% 0;}
	.polaris-application-type { border-bottom: 1px solid #ccc;}
	.application-product-item .title-4 {font-size:1.8rem;}
	.company-profile-video a.m-video::before {width: 5rem;height: 5rem;background: url('../images/play.png');background-size:100%;}
	.polaris-corporate-image .news-swiper-bottom {display:none;}
	.footer-nav .contact-1 { max-width: 100%;}
	
	.certificate-honor-bottom::before, .certificate-honor-bottom::after,.certificate-honor-item .item-title::before,.certificate-honor-item .item-title::after,.certificate-honor-swiper .mark-1 {display:none;}
	.certificate-honor-swiper .swiper-slide-active .item-title {margin-left: 0;}
	.certificate-honor-swiper .item-title {margin-left: 0;width:100%;}
	.certificate-honor-item .item-title {width:100%;padding: 2% 0;}
	.honor-show-pic {position: relative;right: auto;width: 100%;height: auto;top: auto;transform: none;}
	.certificate-honor-item {padding-left: 0;padding: 5% 5% 3% 5%;box-sizing: border-box;border: 1px solid #f5f5f5;width:99%;}
	.certificate-honor-item .title-1 {position: relative;left: auto;top: auto;transform: none;max-width: 100%;padding:0;width:100%;}
	.certificate-honor-bottom {padding-bottom:8%;}
	.honor-pagination {display:block;text-align: center;width: 100%;}
	.honor-pagination span {margin:0 10px;background:#cccccc;width:4px;height:4px;position: relative;opacity:1;}
    .honor-pagination span::before{content: '';width: 16px;height: 16px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border: 1px solid #cccccc;border-radius: 100%;display:none;}
    .honor-pagination  span.swiper-pagination-bullet-active::before{display:block;}
    .polaris-product-detail-2 .title-1 {line-height: 3.4rem;}
    .polaris-company-profile { padding: 5% 0;}
    .company-profile-center {margin-top: 10%;}
    .honor-pagination  {margin-top: 5%;position: relative;}
    .certificate-honor-type{display: flex;flex-direction: row;flex-wrap: wrap;}
    .certificate-honor-type.navs2 a{width: 48%;display: flex;flex-direction: column;}
    .certificate-honor-type p {min-height: auto;} 
    .index-banner-swiper .title-2 strong {font-size: 1.2rem;}
    .index-product-item .title-1 {font-weight: 500;}
	.index-banner-swiper .title-1 strong { font-size:2.4rem;}
    
	.professional-competence-top .class-1 { font-size:2.5rem !important;}
	.professional-competence-top .text-1 p br { display:none;}
	
	
	.in-pro { padding-top:30px !important;}
	
	
	
	.gai-Menubox ul li dl { height:auto !important;     padding: 10px 10px !important;}
	.gai-Menubox ul li dl dt { display:none !important;}
	
	.gai-Menubox li { width:33.3333333% !important; padding-bottom:0px !important;}
	body .div-container { padding-top:25px !important;}
	
	
	
	
.desktop-wrapper .options .option { margin:0px 1px !important;}
.desktop-wrapper .options .option>div { padding:2rem 1.5rem !important;}
.desktop-wrapper .options .option.active>div .info-wrapper .title { font-size:20px !important;}
.desktop-wrapper .options .option.active>div .info-wrapper .subtitle { display:none !important;}
.desktop-wrapper .options .option.active>div .info-wrapper .description p {
	
	text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 4.5;
line-height: 1.5;
	
	}
	
.desktop-wrapper .options .option.active>div .icon-wrapper { display:none !important;}
.desktop-wrapper .options { min-width:inherit !important;}

.desktop-wrapper .options .option { min-width:18% !important;}
.desktop-wrapper .options .option>div .icon-wrapper .category-text { padding:5px !important;}
.desktop-wrapper .options .option>div .icon-wrapper .category-icon { width:50px !important; height:50px !important;}
.pb1,.pb2,.pb3,.pb4 { background-size:40px 40px !important; }
.desktop-wrapper .options { height:400px !important;}
.sy_pro iframe {height:400px !important; }
.index-about-icon-item .icon-1 { width:40px!important; height:55px !important;}
.index-about-icon-item .data-1 div { font-size:22px !important;}
.index-about-icon-item .text-1 { font-size:15px !important;}
.index-about-icon-item .data-1 sup { font-size:14px !important;     vertical-align: middle !important;}


.init-4 .container { width:100% !important;}
.indexbanner_footer {transform: translateX(-12%) !important;}
.init-4 .container h5 img { margin-left:12px !important;}
.init-4 { padding-bottom:50px !important;}


.iab .warp .box img:nth-child(1) { height:50px; }
.iab .warp .box h3 a { font-size:25px !important;}

.iab .warp .box .cent p { }
.iab .warp .bot ul a li {margin: 0px 15px;}
.index_1_about { margin-top:0px !important;}
.index-professional-competence .div-container .biaoti_flex { height: auto !important;}
.biaoti_flex { }

.news_l { width:100% !important; height:270px !important; margin-bottom:50px !important;}
.news_r { width:100% !important; margin-right:0px !important;}
.news_r dl dt { display:none !important;}

.news_r dl dd { width:100% !important;}
.news_r dl dd { height:110px !important;}
.news_r dl  { height:110px !important;}
.news_r dl dd h3 {text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 32px;
line-height: 32px;
}
.tab-menu { text-align:center !important;}
.tab-menu li { margin-right:10px !important; margin-left:0px !important;}
.footer-nav .title-1 { text-align:left !important;}
	
	.footer .ewm { display:none;}
	
	
.menu_location { display:none !important;}
	
.index_jieshao-top .title-2 { font-size:2.5rem; }
.index_jieshao-top .title-3 { width:100% !important; line-height:1.8 !important; margin-top:20px !important; font-size:1.4rem !important;}	


.polaris-product-series .title-1 { padding:7% 0px !important; font-size:2.5rem !important;}
.polaris-banner .title-1 strong { font-size:3rem !important;}

.proda_left { width:100% !important;}
.product-detail-text{ width:100% !important;}
.product-detail-text .title h2 { font-size:25px !important;}
.polaris-banner .text .title-1 { font-size:25px !important;}
.ny_con_map{ width:100% !important;}
.ny_con_r{ width:100% !important;}



/*品汉 首页s*/
.aboutz .con .about_R { width:100% !important;}
.aboutz .con .aboutbox{ width:100% !important;}
.aboutz .con { display:block !important;}
.aboutbox .nameabt { font-size:22px !important;}
.aboutbox .nameabtzwen { font-size:25px !important;}

.abouttext { padding:0px !important;}

.aboutz { padding-top:50px !important;}
.digital li { width:45% !important; margin-right:5% !important;}
.digital li em b { font-size:30px !important;}
.digital li h3 {font-size:16px !important; margin:0px !important;}
.digital ul { height:auto !important;}
.aboutz { padding-bottom:0px !important;}



.innovative-box{ padding:0px 4% !important; width:92% !important;}
.innovative-list p { display:none !important;}
.innovative-list span { height:auto !important;}
.innovative-list span { font-size:17px !important; line-height:40px !important;}
.innovative-box {top:8% !important;}

.ccp ul li { width:43% !important; padding:2% !important;}

.ccp ul li:nth-child(7){ display:none !important;}
.ccp ul li:nth-child(8){ display:none !important;}
.ccp ul li:nth-child(9){ display:none !important;}

.c1-text .pname {font-size:17px !important; }

.ind5-t>div:nth-child(2) { font-size:25px !important;}
.ind21honor { padding-top:20px !important;}
.ind5-t>div:nth-child(3) { font-size:15px !important; line-height:25px !important;}

.pc_ba { display: none !important;}
.sj_ba { display:block !important;}


.footer-lianxi { width:100% !important;}
.footer-lianxi .lx_z {width:90% !important;}

.footer-logo img { display:none !important;}




.company-profile-left { min-height:inherit !important;}

.polaris-company-profile .index-content p img { width:100% !important; height:auto !important; }
.zhanlue .index-content .company-profile-right h3 { padding-top:0px !important; font-size:25px !important;}
.company-profile-left .gezhi-1 { height:200px !important; overflow:hidden !important;}



/*品汉 首页e*/






body .ny_prodaz .text_js table tr td { padding:5px !important;}
.ny_job_tu { width:79% !important; padding:3% 10% !important; margin:1% 0px !important; height:auto !important;}
.sy_cp .cp_tu { width:98% !important;}
 }
 




/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	
}

/* iPad x*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}
/* iPad y */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}











/*ny ba menu*/
.menu_location ul { padding:0px; margin:0px;}
.menu_location ul li { list-style:none;}
.menu_location {
	position: relative;
	z-index: 99;
	padding-top: 2%;
	color: #666666;
	border-bottom: solid 1px #e5e5e5; padding-bottom:2%; height:20px;
}

.menu_location .location {
	padding-left: 27px;
	background: url(../images/location_icon.png) no-repeat left
}

.menu_location .location em {
	font-style: normal;
	opacity: 0.3;
	padding: 0px 10px
}

.menu_location a {
	color: #666666;
}
.menu_location .menu{ margin:0px; padding:0px;}
.menu_location .menu li {
	font-size: 18px;
	position: relative;
	margin-right: 60px
}

.menu_location .menu li a { font-size:18px;}
.wapmenu {
	display: none
}

@media(min-width:768px) {
	.menu_location .location {
		float: right;
	}

	.menu_location .menu {
		float: left;
		display: block !important
	}

	.menu_location .menu a:hover,
	.menu_location .menu .aon a {
		color: #009b4c
	}

	.menu_location .menu ul {
		display: block !important
	}

	.menu_location .menu li {
		float: left;
		padding-bottom: 20px;
	}

	.menu_location .menu li.aon:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -1px;
		height: 2px;
		width: 100%;
		background: #009b4c
	}
}

@media(max-width:1280px) {
	.menu_location .menu li {
		font-size: 16px;
		margin-right: 50px;
	}
}

@media(max-width:1150px) {
	.menu_location .menu li {
		margin-right: 30px;
	}
}

@media(max-width:960px) {
	.menu_location .menu li {
		margin-right: 20px;
	}
}

@media(max-width:768px) {
	.menu_location .location {
		margin-bottom: 10px;
		display: none;
	}

	.menu_location .location em {
		padding: 0 6px
	}

	.menu_location .menu {
		padding: 0;
	}

	.menu_location .menu ul {
		display: none;
		box-shadow: 0 6px 12px #eee;
		background: #fff;
		position: absolute;
		width: 100vw;
		border-radius: 0 0 10px 10px;
		left: 0%;
	}

	.menu_location .menu li {
		font-size: 14px;
		border-bottom: solid 1px #eee;
		margin-right: 0px;
		padding-left: 1%;
	}

	.menu_location .menu li a {
		display: block;
		padding: 10px 20px
	}

	.menu_location .menu li:last-child {
		border-bottom: none
	}

	.menu_location .menu li {
		width: 50%;
		float: left;
		text-align: center;
	}

	.wapmenu {
		position: relative;
		display: block;
		font-size: 16px;
		padding: 5px 0px;
		color: #333;
		background: #fff;
		height: 38px;
	}

	/* .wapmenu a,
.wapmenu a::before,
.wapmenu a::after{ position:absolute;background-color:#fff; height:2px; width:30px; right:5%; transition: 0.5s;} */
	.wapmenu a {
		width: 10px;
		height: 10px;
		background: url(../images/home_more.png) no-repeat;
		transform: rotateZ(90deg);
		transform-origin: 50% 50%;
		position: absolute;
		right: 5%;
		transition: all .3s;
	}

	.wapmenu a {
		top: 40%;
	}

	.wapmenu a::before,
	.wapmenu a::after {
		content: '';
	}

	.wapmenu a::before {
		top: -8px;
	}

	.wapmenu a::after {
		bottom: -8px;
	}

	.wapmenu.on a {
		transform: rotateZ(-90deg);
	}

	.wapmenu.on a::before {
		top: 0;
		transform: rotate(45deg);
	}

	.wapmenu.on a::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
}
/*ny ba menu*/




/*fanye*/

.newspage{ width: 92%;
    padding: 0px 4%;
    height: auto;/* overflow: hidden;*/ display:block;
	}
	
.newspage {
width:100%;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 20px; TEXT-ALIGN: center; margin:60px auto 0px; clear:both; height:30px
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT:8px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 8px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; FONT: 13px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 3px; BORDER-BOTTOM: #999 1px solid; font-family:"å¾®è½¯é›…é»‘"!important;border-radius: 5px;
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #009b4c; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #009b4c; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
 PADDING-RIGHT: 8px;  PADDING-LEFT: 8px; BACKGROUND: #009b4c; PADDING-BOTTOM: 3px;  COLOR: #fff; MARGIN-RIGHT: 5px; PADDING-TOP: 3px;  font-size:13px;border-radius: 5px; border:1px #009b4c solid; 

}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}



.xuanxing { font-size:15px;   display:block;}
.xuanxing h3 { font-size:16px; font-weight:700; color:#333;}


.yy_p { width:100%; line-height:50px; color:#333; font-size:22px; font-weight:700; margin-top:10px;}
.yy_des { width:100%; line-height:28px; color:#999; font-size:15px; font-weight:400; margin-bottom:10px; margin-top:2px;}




.anli_da1 { width:90%; margin:auto; text-align:center;}
.anli_da1 img {width: auto!important; margin:1%; height:auto !important; border-radius:;  max-width:100% !important; height:auto; margin:10px auto;}
.anli_da { width:90%; margin:auto; }
.anli_da .index-content { width:100%; margin:auto; }
.anli_da img {  max-width:100% !important; height:auto; margin:10px auto;}
.anli_da p { width:100%; float:left; margin:1% 0px; font-size:15px; line-height:30px; text-align:center;  }









.ny_con_r { width:30%; float:right;}
.ny_con_r h3 { color:#009b4c}
.ny_con_r_list  { padding-bottom:20px; border-bottom:1px  dotted rgba(0%,0%,0%,.2); margin-top:20px; float:left; width:100%;}
.ny_con_r_list_text  { padding:0px; margin:0px;}
.ny_con_r_list_text p{ padding:0px; margin:0px;  line-height:25px;}
.order_list { width:45%; margin-right:5%; float:left; margin-bottom:10px; margin-top:5px; display:flex;}
.order_list font { line-height:45px; padding-left:10px;}
.order_list1 { width:100%; margin-right:5%; float:left; margin-bottom:10px;  margin-top:5px; display:flex;} 
.order_list2 { width:55%; margin-right:5%; float:left; margin-bottom:10px;  margin-top:5px; display:flex; padding-left:0%;} 

.ny_con {}
.ny_con_l { width:35%; padding:2% 4%; background: rgba(100%,100%,100%,.2); border:1px solid rgba(100%,100%,100%,.3); border-radius:25px;  float:left; margin-top:30px; position:absolute; right:5%; top:10%;}
.ny_order { line-height:30px; font-size:16px; }
.ny_order .font8 { font-size:15px !important;}
.ny_order .kuang2 { background:#fff; margin-left:0px; padding:15px 20px; border:0px; width:90%; float: left;}
.ny_order .ann { background:#009b4c; border-radius:5px; color:#fff; text-align:center; width:120px; margin-top:20px; margin-right:10px; font-size:16px; font-family:ml; line-height:45px; height:45px; text-transform:capitalize; border:0px; }
.juzuo {padding-left:20px !important;}
.order_list img { height:46px;}
.guanjianci strong { font-size:16px; font-weight:900; margin-right:20px;}
.guanjianci a { margin-right:20px;}





/*---简介-----------*/
  
/**/
.guide{background: url(../images/ab_bg.jpg) no-repeat center 0;overflow: hidden;padding-top: 120px; padding-bottom:120px}
.gui_l{width: 45%; float: left;line-height: 0;overflow: hidden;}
.gui_l img{width: 100%;}
.gui_l img,.pro_r ul li img,.quality_r dl dt img,.case_m dl dt img,.news dl dt img,.ab_qie ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.gui_l img:hover,.pro_r ul li img:hover,.quality_r dl dt img:hover,.case_m dl dt img:hover,.news dl dt img:hover,.ab_qie ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.gui_r{width: 50%;float: right;padding: 20px 10px 0 0;  }
.gui_r b{ text-align:left!important; font-family:Barlow-Regular; font-size:32px; text-transform:uppercase;  background-image:-webkit-linear-gradient(left,#00913a,#b0d178,#b0d178); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; font-weight:normal ; font-family:Helvetica Medium;
  }
 
  
  
  
  
  

  
.gui_r h5{font-size: 42px;color: #333;line-height: 54px;height: 97px;overflow: hidden;text-align:left; font-weight:bold; margin-top:2%; margin-bottom:0}
.gui_r h5 i{display: block;font-size: 22px;font-weight: normal; font-style:normal}
.gui_desc{font-size: 16px;color: #777;padding: 35px 0 0;line-height: 30px; text-align:left}
.guide dl{float: left;margin-top: 15px; text-align:center; margin-right:4%}
.guide dl dt{width: 30%; float: left;overflow: hidden;position: relative;line-height: 0;margin-top: 15px;}
.guide dl dt img{width: 122px;height: 122px;}
.guide dl dt em{width: 122px;height: 122px;display: block;position: absolute;top: 0;left: 0;
-webkit-transition: -webkit-transform 0.5s ease-out;
-moz-transition: -moz-transform 0.5s ease-out;
-o-transition: -o-transform 0.5s ease-out;
-ms-transition: -ms-transform 0.5s ease-out;}
.guide dl p{ color:#333; font-weight:bold}
.guide dl:hover dt em{
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}.tubiao a:hover dl {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    color: #009039;
}
.guide dl dd{width: 70%;float: left;padding-left: 30px;}
.guide dl dd h5{font-size: 30px;color: #666;height: 50px;line-height: 50px;overflow: hidden;margin-bottom: 5px;font-weight: normal;}
.guide dl dd p{color: #333;line-height: 30px;}
.guide dl.nobor{width: 33.33%;}
.guide dl.nobor dd{width: 70%}
.more {
    width: 185px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding-left:0px; margin-top:30px
}
a:hover .more{ margin-top:27px;  transition:all 0.4s; background:#5c5d59}


 #warp_4 .gui_r h5 i{display:inline;font-size: 32px;font-weight: normal; color:#19e86b}
 #warp_4 .gui_r h5{ color:#fff}
 #warp_4 .gui_desc p{ color:#fff}
 #warp_4 .gui_r b {
    text-align: left!important;
    font-family: Barlow-Regular;
    font-size: 32px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(left,#b0d178,#b0d178,#d7eeb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
}
 
.morere{ margin:14px 0; font-size:14px; float:left;text-transform:capitalize; margin-bottom:30px}
.morere:hover{ border-bottom:1px #da251d solid; padding-bottom:2px; letter-spacing:2px ;transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; color:#da251d ; text-decoration:none; }

.about4{ width:600px; float:left; display:flex; flex-direction:row;  margin-top:20px}
.about4 li{ flex:1; list-style:none; transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; text-align:left
	}
.about4 li:hover{ transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; margin-top:-10px; }
	.about4 li:hover div{color:#0360bf}
	.about4 li:hover .line{ width:70%;  background: #0360bf;transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; margin-top:3px; margin-bottom:3px }
	
	
.about4 li .shuzi_1{ font-size:46px; font-family:Arial, Helvetica, sans-serif; color:#014fa2;  font-weight:bold}
.about4 li .shuzi_1 span{ font-size:16px; margin:0 5px; font-weight:normal}
.about4 li .line{ width:0; height:1px; background: #5a5a5a ; transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.about4 li .shuzi_2{ font-size:16px; color:#5a5a5a; text-align:left}

 
 
.h3-size30 {
      color:#666666
}
.content{ width:80%; margin:0 auto; min-width:1300px}

.tubiao{ margin-top:5%}

.main1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 90px; padding-bottom:50px
}
.logoz{
   font-size: 60px;
    color: #333;
    text-transform: uppercase;
    font-family: EUCLIDCIRCULARA;
    text-align: center; line-height:1.3}
.logoz img { width:700px}
.i_title { width:100%; text-align:center; padding:5% 0px; width:1300px; margin:0px auto;}
.hh23 h3 { line-height:60px; font-size: 36px; color:#333; margin:0; margin-bottom:2%; text-align:center;  font-family:"微软雅黑"; font-weight:normal}
.hh23 span{ text-align:center; display:block}
.i_title p { line-height:30px; font-size:16px; color:#999;}
.i_title strong { font-size:22px; line-height:60px;}
.search{width:60%; margin:0 auto; margin-top:50px;height:62px; padding-left:10px; padding-right:0px; background:#f6f6f6; border-radius:5px; margin-bottom:3%;}
.search .fl{ width:70%}
.search .fr{ float:right;}
.searchinput{height:62px;border:#fefefe solid 0px;width:100%;float:left;display:inline;line-height:62px; outline:none; background:none; color:#555; opacity:0.7; font-size:16px; padding-left:5%; }
.chan_bg{ background:url(../images/cpbg.jpg) no-repeat center;  width:100%; margin:0 auto}
.search .fr input {
    width: 100%;
    
    font-size: 17px;
    color: #ffffff;
    height: 62px; border:0;background-image: -webkit-linear-gradient(left,#009b4c,#a5cc24);
}.search .fr {
    width: 25%;
}
em{ font-style:normal}
  
  
  
  









/*关于我们0*/
.aboutz ul li { list-style:none !important;}
.aboutz{width: 100%;
	background: url(../images/ab_bg.jpg);
	padding-top: 120px;
	padding-bottom: 100px; background-size:cover}

.aboutz .con { padding:0px 5%; display: flex; justify-content: space-between; max-width:1600px; margin:0px auto;}

.aboutbox {
	width: 48%; 
	
}
.about_R { width:48%; margin-bottom:20px;   }
.about_R img { width:100%; height: 100%;transition:all .4s;}
.about_R img:hover { width:100%; height: 100%; transform:scale(1.05,1.05);}
.namebg {
	width: 85px;
	height: 65px;
	margin: auto;
	background: url(../images/namebagck.png) no-repeat;
	background-position: 0px 10px;
	font-size: 22px;
	color: #000;
	letter-spacing: 5px;
	line-height: 30px;
	  letter-spacing: 19px;
  line-height: 39px;

}
.nameabt {
	width: 100%;
	text-align:;
	font-family: Helvetica Medium;
	text-transform: uppercase;
	padding-top: 15px;
	font-size: 42px;
	background: linear-gradient(68deg,#0082a1, #59bc68);
    -webkit-background-clip: text;
    color: transparent;width: max-content;
}
.nameabtzwen {
	padding-top: 0px;
	font-family: "SangBleuOGSans-Light";
	color: #222;
	text-align: ;
	font-size: 25px;
}
.abouttext a { color:#1a1a1a;}
.abouttext {
	padding: 20px 0px 40px 0;
	width: 100%;
	margin: auto;
	font-size: 16px;
	text-align: ;
	line-height: 2.1em;
}
.abo-nav {
	width: 268px;
	height: 47px;
	margin: 0 auto 32px;
	background: #f3f3f3;
}
.abo-nav {
	width: 268px;
	height: 47px;
	margin: 0 0px 50px 0px;
	background: #dcdcdc; float:left;
}

.abo-nav ul {padding:0px; margin:0px;}

.abo-nav li {
	float: left;
	width: 140px;
	height: 47px;
	text-align: center;
	line-height: 47px; 
}
.abo-nav li a {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	display: block;
}
.abo-nav li.ab2 {
	margin-left: -14px;
}
.abo-nav li.cur a {
	color: #FFF;
}
.abo-nav .ab1.cur {
	background: url(../images/abo-nav1.png) no-repeat center;
}
.abo-nav .ab2.cur {
	background: url(../images/abo-nav2.png) no-repeat center;
}
.abo .abo-con .abo-nav li a {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	display: block;
}
.abo .abo-con .abo-bot {
	position: relative;
}
.abo .abo-con .abo-bot .abo-list {
	width: 1005px;
	margin: 0 auto;
}
.abo .abo-con .abo-bot .abo-list .bd {
	overflow: hidden;
}
.abo .abo-con .abo-bot .abo-list .bd ul li {
	float: left;
	width: 238px;
	margin-right: 17px;
}
.abo .abo-con .abo-bot .abo-list .bd ul li span {
	display: block;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.abo .abo-con .abo-bot .abo-list .bd ul li span img {
	width: 100%;
}
.abo .abo-con .abo-bot .abo-list .bd ul li em {
	display: block;
	width: 100%;
	height: 17px;
	background: url(../images/abo-yy.png) no-repeat center;
}
.abo .abo-con .abo-bot .abo-list .abo-jt i {
	display: block;
	width: 19px;
	height: 33px;
	cursor: pointer;
}
.abo .abo-con .abo-bot .abo-list .abo-jt i.abo-prev {
	background: url(../images/abo-prev.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 40%;
}
.abo .abo-con .abo-bot .abo-list .abo-jt i.abo-next {
	background: url(../images/abo-next.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 40%;
}
.digital {
	background: ;width: 90%;
	padding: 30px 5% !important; max-width:1600px; margin:0px auto;
}
.digital ul {
	width: 100%;
	height: 112px;
	margin: 0px auto;
	position: relative;
	clear: both;
	overflow: hidden; padding:0px; margin:0px;
}
.digital li {
	width: 14%;
	padding-left: 0px;
	height: 112px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 180px;
}
.digital li::after {
	content: "";
	position: absolute;
	width: 113px;
	height: 1px;
	background: #cbcbcb;
	right: -150px;
	top: 50px; display:none;
}
.digital li em {
	margin-left: 0px;
	display: block;
	position: relative;
	height: 62px;
}
.digital li em b {
	margin-left: 0px;
	font-size: 58px;
	color: #333333;
	font-family:tahoma;
	font-weight:normal;
	line-height: 60px; font-style:normal;
}

@font-face {
	font-family:tahoma;
	src: url('../fonts/tahoma.ttf'); }
.digital li em i {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-align: center;
	line-height: 26px;
	width: 26px;
	height: 26px;
	display: block;
	text-transform: ;
	
	position: absolute;
	bottom: 10px;
	right: 0px;
	border-radius: 100%;
	background-image: linear-gradient( 270deg ,#0cd66f 0%,#247bf6 100%);
    color: #fff; font-style:normal
}
.digital li h3 {
	font-size: 20px;
	color: #4c4c4c;
	text-align: center;
	font-weight: normal;
}
.digital li:nth-child(2) em b {
	margin-left: -22px;
}.digital li:nth-child(3) em b {
	margin-left: -22px;
}

.digital li:nth-child(2) em i {
	right: 35px;
}.digital li:nth-child(3) em i {
	right: 35px;
}
.digital li:nth-child(4) em i {
	right: 35px;
}
.digital li:nth-child(4) {
	margin-right: 0;
}

.digital li:nth-child(4)::after {
	width: 0;
}
/*关于我们0*/







	

/*荣誉 s*/	
	
.ind21honor{width: 100%;position: relative;padding: 78px 0 204px 0;height:370px; background:url(../images/a5.jpg) no-repeat center top fixed; background-size:cover; box-sizing:content-box!important}
.ind21honor{width: 100%;position: relative;padding: 78px 0 204px 0;height:330px; background:url(../images/a5.jpg) no-repeat center top fixed;background-size:cover}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
   
}


.cp_tu {  margin:0px auto; margin-top:30px  }
.cp_tu_list { width:360px;height:250px; overflow:hidden; float:left; border-radius:0px; position:relative;}
.cp_tu_list .tu { position:absolute; width:100%; height:200px; overflow:hidden; background:#fff}
.cp_tu_list .zi {position:absolute;  width:100%;height:212px; text-align:center; color:#fff; background:url(../images/p_t_bg.png) repeat-x  center bottom;  z-index:999; overflow:hidden
}
.cp_tu_list .tu img{ max-width:100%; height:100%}
.cp_tu_list .zi h3 { font-size:25px; line-height:90px; width:100%; float:left; font-size:26px; text-align:left; padding-left:10%;  font-weight:400; padding-top:107px}
.cp_tu_list .zi span img  {  float:right; margin-top:35px; padding-right:28px; } 


 .ind5-t>div:nth-child(1){font-size: 28px;line-height: 48px;text-align: center;font-family: 'Oswald';background: linear-gradient(to bottom,#d5e9d8,#b9d6dd);-webkit-background-clip: text;color: transparent;text-transform: uppercase; 
opacity: 0.5;font-size: 50px;
    color: #d9d9d9;
    font-family: 'Oswald';
    display: inline-block;
    background-image: -webkit-linear-gradient(top, #d9d9d9, #ececec,transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    .ind5-t>div:nth-child(2){font-size:42px;
    line-height: 52px;

    color: #333;text-align: center;margin-top: 15px; font-weight:bold;background: linear-gradient(to bottom,#59bc68,#006ea1);
    -webkit-background-clip: text;
    color: transparent; height:55px}    
.ind5-t>div:nth-child(2) span{ color:#000}
.ind5-t>div:nth-child(3){ text-align:center; margin-top:10px; font-size:18px; color:#666; margin-bottom:20px}

/*荣誉 e*/	




.footer-lianxi { width:54%; float:left; border-right:1px solid rgba(255,255,255,.1);}
.footer-lianxi .lx_z { width:40%; float:left; padding:5%; height:50px;}
.footer-lianxi .lx_z .lx_z_1 { width:60px; height:60px; border-radius:50%; background:; float:left; margin-right:10px;}
.footer-lianxi .lx_z .lx_z_1.dizhi { background: url(../images/ico2.png) no-repeat center center #009b4c;}
.footer-lianxi .lx_z .lx_z_1.dianhua { background: url(../images/ico1.png) no-repeat center center #009b4c;}
.footer-lianxi .lx_z .lx_z_1.youxiang { background: url(../images/ico3.png) no-repeat center center #009b4c;}
.footer-lianxi .lx_z .lx_z_1.wangzhi { background: url(../images/ico4.png) no-repeat center center #009b4c;}


.footer-lianxi .lx_z .lx_z_2 { float:right; width:70%;}
.footer-lianxi .lx_z .lx_z_2 h4 { font-size:16px; font-weight:900; color:#fff; line-height:40px; padding:0px; margin:0px; }
.footer-lianxi .lx_z .lx_z_2 p { font-size:15px !important; font-weight:400; color:#fff; line-height:30px; padding:0px; margin:0px;}
.footer-lianxi .lx_z .lx_z_2 a { color:#fff;}




/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:850px){  


.header {
    position: fixed;
    
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    transition: all .4s ease;
    background: rgba(0, 0, 0, 0);
}.index-banner-swiper .title-1 {
    transition-delay: .2s;
    font-family: Helvetica Medium;
    font-size: 25px;
    text-transform: uppercase;
}
.index-banner-swiper .title-1 strong {
    font-size: 2.2rem;
}.index-banner-swiper .title-1 strong {
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
}.header-logo img {
    max-width: 90%;
}
.content {
    width: 92%;
    margin: 0 auto;
    min-width: 92%;
}
.guide {
   
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.gui_l {
    width: 100%;
    float: left;
    line-height: 0;
    overflow: hidden;
}.gui_r {
    width: 100%;
    float: right;
    padding: 20px 0px 0 0;
}
.gui_r b {
    font-size: 22px;}
	
	.gui_r h5 {
    font-size: 24px;
    color: #333;
    line-height: 34px;
    height: 77px;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
    margin-top: 0%;
    margin-bottom: 0%;
}.gui_r h5 i {
    display: block;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
}
	.gui_desc {
    font-size: 14px;
    color: #777;
    padding: 5px 0 0;
    line-height: 30px;
    text-align: left;
}
	.guide {
    background: url(../images/ab_bg1.jpg) no-repeat center top; background-size: cover;}
	
	.font19 {
    font-size: 15px!important;
}
.font20 {
    font-size: 16px!important;
}.logoz {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    font-family: EUCLIDCIRCULARA;
    text-align: center;
    line-height: 1.3;
}


.hh23 h3 {
    line-height: 30px;
    font-size: 22px;
    color: #333;
    margin: 0;
    margin-bottom: 2%;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: normal;
}.hh23 span{ line-height:30px}
.search {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    height: 52px;
    padding-left: 10px;
    padding-right: 0px;
    background: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 3%;
}.search .fr input {
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    height: 52px;
    border: 0;
    background-image: -webkit-linear-gradient(left, #009b4c, #a5cc24);
}.searchinput {
    height: 52px;
    border: #fefefe solid 0px;
    width: 100%;
    float: left;
    display: inline;
    line-height: 52px;
    outline: none;
    background: none;
    color: #555;
    opacity: 0.7;
    font-size: 16px;
    padding-left: 5%;
}.main1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 30px;
}.container-fluid {
    padding-bottom: 50PX;
    min-width: 100%;
}.index_news {
    width: 80%;
    padding-bottom: 160px;
    height: 450px;
    min-width: 90%;
    margin: 0px auto;
}.index_about {
    background-size: cover;
    position: relative;
    background: url(../images/000.jpg) no-repeat center top scroll;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 0em;
    width: 100%;
    margin: 0 auto;
    color: #fff;background-size: 120%;
}

.wrap {
    width: 80%;
    margin: 0 auto;
    min-width: 90%;
    text-align: center;
}.font50 {
    font-size: 22px!important;
}.font34 {
    font-size: 19px!important;
}

.main1 h1 img{ width:160px!important}

.col-md-3A {
    width: 48%;
    float: left;
    position: relative;
    min-height: 1px;
    margin: 0PX 1%;
}.row {
    margin-right: 0!important;
    margin-left: 0!important;
}
.container-fluid {
    padding-bottom: 50PX;
    min-width: 90%;
    width: 90%;
}.advan-list li a img {
    height: 100px;
    width: auto;
}.advan-list li a {
    display: block;
    background: #fff;
    border-radius: 0px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .05); */
    text-align: center;
    padding: 10% 10% 10%;
    position: relative;
    height: 370px;
    cursor: pointer;
}.font28 {
    font-size: 19px!important;
}
.advan-list li h3 {
    line-height: 26px;
}
.advanbox{background-size: cover;padding-bottom: 0px}

.advan-list li a {
    display: block;
    background: #fff;
    border-radius: 0px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .05); */
    text-align: center;
    padding: 10% 10% 10%;
    position: relative;
    height: 280px;
    cursor: pointer;
}.col-md-3A {margin-bottom: 2%;
}
.main1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}.index_news {
    width: 80%;
    padding-bottom: 160px;
    height: 610px;
    min-width: 90%;
    margin: 0px auto;
}.font18 {
    font-size: 15px!important;
}

.polaris-banner .text .title-1 {
    font-size: 20px !important;
}

}

* {
	padding: 0;
	margin: 0;
}
.wm{margin:0 8%;}
.sy_title{text-align:center;padding-top:65px;}
.sy_title h1{font-size: 36px;font-weight: bold;color:#000;}    
.sy_title h2{color: rgba(218, 218, 218, 1);font-size:18px;font-family:Arial;padding-top:3px;}
.sy_title i{ display:block;width:85px;height:6px;margin:15px auto;background:url(../images/line.png) no-repeat;}
.con_01{width:100%;overflow:hidden;padding-bottom:100px;padding-top:100px;background:url(../images/index_03.jpg) no-repeat top center;}
.con_01 .box{margin-top:40px;}
.con_01 .box dl{margin:0 5px;border:1px solid #efefef;width:270px;}
.con_01 .box dl dt{width:270px;height:200px;overflow:hidden;background:#fff;position: relative;border-bottom:1px solid #ddd;}
.con_01 .box dl dt img{position: absolute;top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: .5s ease-in-out;
    text-align: center;
    vertical-align: middle;}
.con_01 .box dl dt img:hover{ transform-origin:center center; transform:scale(1.15,1.15)}
.con_01 .box dl dd{text-align:center;min-height:160px;line-height:24px;background:#fff;border-bottom:5px solid #079d4b;width:270px;}
.con_01 .box dl dd .pro_title{font-size:18px;padding-top:27px;color:#0f0f0f;font-weight:bold;}
.con_01 .box dl dd p{font-size:14px;}
.con_01 .box dl dd .more{border-radius: 5px;border:1px solid #079d4b;width:122px;height:34px;line-height:34px;margin:10px auto 0;color:#079d4b;}
.con_01 .box dl dd .more:hover{background:#079d4b;border:1px solid #079d4b;color:#fff;}
.con_01 .box dl:hover .more{font-weight:bold;}


.con_02{width:100%;overflow:hidden;}
.con_02 .box{margin-top:40px;}
.con_02 .box .bt{font-size:24px;font-weight:bold;color:#fff;}
.con_02 .box ul{margin-top:20px;}
.con_02 .box ul li{line-height:28px;}
.con_02 .box ul li a{color:#fff;}
.con_02 .box .more{color:#fcff00;margin-top:20px;}
.sy_pro_l{float:left;width:48%;background:url(../images/index_04.jpg) no-repeat;height:347px;padding:2%;border-top-left-radius: 50px; border-bottom-right-radius:50px;overflow:hidden}
.sy_pro_r{float:right;width:48%;background:url(../images/index_05.jpg) no-repeat;height:347px;padding:2%;border-top-left-radius: 50px; border-bottom-right-radius:50px;overflow:hidden}

.con_03{width:100%;overflow:hidden;background:url(../images/newbg.png) no-repeat top center;padding:70px 0;}
.con_03 .about_r{float:left;width:34%;overflow:hidden;border-top-left-radius: 50px; border-bottom-right-radius:50px;}
.con_03 .about_r img{width:100%;height:auto; transition:all 1s;}
.con_03 .about_r img:hover{ transform-origin:center center; transform:scale(1.05,1.05);}
.con_03 .about_l{float:right;width:63%;margin-top:20px;}
.con_03 .about_l h2{font-size:18px;display:block;}
.con_03 .about_l h1{font-size:36px;font-weight:bold;padding-top:20px;text-transform:uppercase;font-weight:bold;color:#0079ca;}
.con_03 .about_l .txt{font-size:16px;line-height:36px;margin-top:40px;}
.con_03 .about_l .more{ border-radius: 5px;width:180px;height:44px;text-align:center;line-height:44px;margin-top:50px;border-radius: 5px;border: 1px solid #0a62af;}
.con_03 .about_l .more a{font-size:16px;color:#0a62af;}
.con_03 .about_l .more:hover{background:#0a62af;}
.con_03 .about_l .more:hover a{color:#fff;}

.con_04{background:url(../images/index_07.jpg) no-repeat top center;height:145px;margin-top:80px;}

.con_05{width:100%;overflow:hidden;background:url(../images/aboutBottomHover.jpg) no-repeat bottom center;padding-bottom:130px;}
