 

/* 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; }
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 {/*font-size: 14px;*/text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.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;background-color:#333;}
.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: 74%;margin: auto;}
::-webkit-scrollbar{height:4px; width:3px;background: #ededed;}
::-webkit-scrollbar-button{height:0; width:5px;background: #ededed;}
::-webkit-scrollbar-thumb{background-color:#035cac;box-shadow:inset 1px 1px 0 #035cac,inset 0 -1px 0 #035cac;}
 



/* header */
.header {position:fixed; padding:10px 0px; left: 0;top: 0;z-index: 500;width: 100%;transition:all .4s ease;background: rgba(0,0,0,0);}

/*.header:before { position:absolute; content:" "; width:600px; height:600px; border-radius:50%; top:-450px;

 left:-18%; z-index:1; background:#035cac;} */

.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: 7rem;margin: auto;position: relative;z-index: 500;}
.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: 50%;transform: translateY(-50%);z-index: 10;width: 19%;}
.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 a.nav{color: #fff;position: relative; padding: 0 30px;line-height: 7rem;}
.header-nav ul a.nav::after {content: '';width: 40%;height: 3px;position: absolute;left: 50%;bottom: 0px;background: #035cac;transform: translateX(-50%);opacity: 0;}
.header-nav ul li.cur a.nav {color: #035cac;}
.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: #035cac;}
.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: #035cac!important;}
.header.black .header-nav ul li.on a {color: #035cac; }
.header.scroll-down,.header.scroll-top {top: -100px;}
.header.black .logo { display:block;}
.header.black .logoa { display:none;}

.header .logo { display:none;}
.header .logoa { display:block;}

/* menu */
.menu-toggle {display: block;width: 5rem;height: 5rem;position: absolute;overflow: hidden;right: 0;top: 0px;z-index: 900;background: #035cac; border-radius:50%; margin-top:10px; margin-right:10px; }
.menu-toggle { display:none;}
.cd-nav-trigger {display: block;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: #035cac;}
.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:7rem;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: #035cac;}
.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: #035cac;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;}
.header-about-left {width: 25%;left: 9.1%;position: absolute;top: 50%;transform: translateY(-50%);}
.header-about-left .title-1{text-transform: uppercase;}
.header-about-left .title-2{margin-top: 0px; text-transform:uppercase; margin-top:5px; font-weight:900; color:#000; display:none;}
.header-about-center {float: right;width: 40%;}
.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-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: #035cac;}
.header-about-right {float: right;width: 25%;}		 
.news-type-1 {float: right;width: 50%;margin-top: 10%;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: #035cac;position: absolute;left: 0;top: 0;opacity: 0;}
.news-type-1 a:hover {color: #035cac;}
.news-type-1 a:hover::after {opacity: 1;}




/* footer */
.footer {background:#2c2c2c;position: relative;clear: both; overflow: hidden;color: #fff;}
.footer-content {width: 90%;margin: auto;position: relative;}
.footer-content-top {overflow: hidden;padding: 6% 0;}
.footer-left {float: left;width: 19%;}
.footer-logo img {max-width: 100%;}

.footer .ewm { width:100%; margin-top:30px; color:#fff; text-align:center;}
.footer .ewm img { width:120px; height: auto;}
 
 
.footer-nav {float: right;width: 81%;text-align: right;}
.footer-nav ul,.footer-nav li {list-style: none;margin: 0;padding: 0;}
.footer-nav ul {text-align: left;margin-left: 5rem;overflow: hidden;display: inline-block;vertical-align: top;}
.footer-nav ul:first-child {margin-left: 0;}
.footer-nav .title-1 {font-weight: bold;}
.footer-nav li {margin-top: 2rem;}
.footer-nav li a{display: block;color: #fff;padding: 3% 0;}
.footer-nav li a:hover {color: #fff;}
.footer-nav .contact-1 {overflow: hidden;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 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;}
.footer-copy a {color: #fff;}
.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: none;}

.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: #035cac url('../images/up1.png') no-repeat center;border-radius: 100%;}

 

/* 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-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: 9.5%;top: 55%;transform: translateY(-50%);z-index: 100;color: #fff;}
.index-banner-swiper .title-1 strong {font-weight:bold;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 .title-3,
.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;}
.index-banner-swiper .title-2 {transition-delay: .4s;}
.index-banner-swiper .title-3{transition-delay: .6s; }
.index-banner-swiper .title-3 dl { width:100px; height:120px; border:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.1); text-align:center; margin-right:15px; float:left; padding:0px;}
.index-banner-swiper .title-3 dl dt { margin-top:20px; margin-bottom:10px; padding:0px;}
.index-banner-swiper .title-3 dl dt img { width:50%; height:auto;}
.index-banner-swiper .title-3 dl dd { line-height:25px; margin:10px 0px 0px; font-size:16px; padding:0px; }


.index-banner-swiper .more-1  {transition-delay: .8s;}
.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2,
.index-banner-swiper .swiper-slide-active .title-3,
.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: 8%;}
.more-1 a {display: block;width: 180px;height: 50px !important;line-height:50px !important;font-size: 0;overflow: hidden;position: relative;text-align: center;border: 2px solid #fff;border-radius: 0px; background:; color:#fff; font-family:mb;}
.more-1 span {display: inline-block;vertical-align: middle;color: #fff;}
.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: #f00;border: 2px solid #f00; width:200px;}
.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  { padding:80px 0px 80px; width:100%; clear:both; overflow:visible; background:url(../images/map2a.jpg)  no-repeat center top;}
.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; }


/*shuzi s*/
.index_shuzi { background:; width:100%; height:150px;}
.sysz { margin-top:0px !important; 

background:;
background-image: linear-gradient(to right, , );


}
.sysz .gy1d_a h6 { color:#fff;}
.sysz .gy1d_a p { color:#fff;}


.gy1d{width: 80%;background-color: ;padding: 50px 5%; margin:0px 5% 0; position:relative; top:0px; border-radius:0px; overflow:hidden;}
	.gy1d .commen{display: flex;justify-content: space-between;}
	.gy1d .commen .gy1d_a:nth-child(3){ border-right: none;}
	.gy1d_a{width:33.32%; border-right:1px solid rgba(255,255,255,.1); text-align:center; color:#fff;}
	.gy1d_a img{width: 90px;margin: 0 auto;transition: all ease 0.3s;}
	.gy1d_a:hover img{ -webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
	.gy1d_a h6{text-align: center;font-size: 22px;color: #035cac;font-family: meb;line-height: 32px;margin-top: 0px;text-transform: uppercase; margin-bottom:0px;}
	.gy1d_a h6 span{font-size: 18px;}
	.gy1d_a p{font-size: 15px;color: #035cac;line-height: 16px;font-family: ;margin-top: 0px;text-align: center;}
	
	
	
	
	


.guide11{}
.gui_tit{font-size: 50px;color: #333;text-align: center;line-height:50px;height: 118px;overflow: hidden;font-weight: normal;position: relative;}
.gui_tit:before{content: "";width: 30px;height: 2px;background: #009b4c;position: absolute;bottom: 5px;left: calc(50% - 15px);-webkit-transition:all .5s;transition:all .5s;}
.gui_tit:after{content: "";width: 20px;height: 2px;background: #009b4c;position: absolute;bottom: 0;left: calc(50% - 10px);-webkit-transition:all .5s;transition:all .5s;}
.gui_tit:hover:before{width: 40px;left: calc(50% - 20px);}
.gui_tit:hover:after{width: 30px;left: calc(50% - 15px);}
.gui_tit a{color: #333;}
.gui_tit a:hover{color: #009b4c;}
.gui_tit span{display: block;font-size: 22px;color: #888;padding: 0.25rem 0 0;}
.guide11 dl{width: 20%;float: left;text-align: center;height: 8rem;position: relative;margin-top:3rem;}
.guide11 dl:before{content: "";width:0px;height: 100%;background: #e2e2e2;position: absolute;top: 0;right: 0;}
.guide11 dl dt{width: auto;height: 5.8rem;line-height: 0;overflow: hidden;margin: 0 auto;}
.guide11 dl dt img{width: 5.5rem;height: 5.8rem;}
.guide11 dl:hover dt img{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.guide11 dl dd{width: 100%;padding: 1rem 0 0; padding-left:0px; margin-left:0px;}
.guide11 dl dd h5{color: #fff;height: 2.rem;line-height: 2.2rem;overflow: hidden;font-weight: normal; padding:0px; margin:0px;}
.guide11 dl dd p{font-size: 16px;color: #fff;line-height: 1.3rem;padding: 0.6rem 0 0;}
.guide11 dl dd i{display: block; font-style:normal}
.guide11 dl:nth-of-type(5):before{background: none;}



/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/**/
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

/**/
	
	

/*shuzi e*/







/*sy  cp s*/

.banner_text_bot {

	width: 100%; height:130px;

	
	/*background: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);*/
	z-index: 999;
}
.banner_text_bot .mask {
	
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner_text_bot h3 {
	color: #0b67bb;
	font-size: 40px;
	letter-spacing: 4px;
	font-weight: bold;
	width: 700px;
	text-align: center;
	margin: auto;
	transform: translateY(40%);
	font-family: 'raleway_1-webfont';
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s; padding-top:50px;
}

.banner_text_bot .hidden_span{
	font-size:60px;
	letter-spacing: 4px;
	color: #a54324;
    text-align: center;
    margin-bottom: 20px;
}

.banner_text_bot h3 span{
	font-size: 42px;
    letter-spacing:0px;  margin-top:10px;
	font-weight: normal; display:block; font-weight:900;

	font-family: ; color:#000;
}
.banner_text_bot h3 span i { font-style:normal; color:#02549e;

 background: linear-gradient(to right, #02549e, #489ae7);

  /* 应用到文字 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}
.index_pro_sou_bt { width:100%; background:url(../images/yuan.png) no-repeat center 100px; text-align:center; padding:100px 0px 20px; }
.index_pro_sou_bt h3 { font-size:55px; font-family:mb; font-weight:400; color:#035cac; line-height:60px; padding:0px; margin:0px; letter-spacing:0px;}
.index_pro_sou_bt h4 { font-size:22px; line-height:30px; color:#000; line-height:40px; font-weight:400;  padding:0px; margin:0px;}
.banner_text_bot h3.active {
	opacity: 1;
}

.banner_text_bot h5{
	position: absolute;
	bottom: 16%;
	left: 50%;
	transform: translateX(-48%);
	font-size: 16px;
	color: #a54324;
	letter-spacing:10px;
	text-align: center;
}
.banner_text_bot h5 span {
	display: inline-block;
	-webkit-transition: all 1.2s ease-in-out 0.2s;
	-moz-transition: all 1.2s ease-in-out 0.2s;
	-ms-transition: all 1.2s ease-in-out 0.2s;
	-o-transition: all 1.2s ease-in-out 0.2s;
	transition: all 1.2s ease-in-out 0.2s;
}
.banner_text_bot h5 span:nth-of-type(1) {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.banner_text_bot h5 span:nth-of-type(2) {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.banner_text_bot h5 span:nth-of-type(3) {
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.banner_text_bot h5 span:nth-of-type(4) {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.banner_text_bot h5 span:nth-of-type(5) {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}
.banner_text_bot h5 span:nth-of-type(6) {
	-webkit-transform: translateY(-55px);
	-moz-transform: translateY(-55px);
	-ms-transform: translateY(-55px);
	-o-transform: translateY(-55px);
	transform: translateY(-55px);
}
.banner_text_bot h5 span:nth-of-type(7) {
	-webkit-transform: translateY(45px);
	-moz-transform: translateY(45px);
	-ms-transform: translateY(45px);
	-o-transform: translateY(45px);
	transform: translateY(45px);
}
.banner_text_bot h5 span:nth-of-type(8) {
	-webkit-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-o-transform: translateY(-35px);
	transform: translateY(-35px);
}
.banner_text_bot h5 span:nth-of-type(9) {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.banner_text_bot h5.active span {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.banner_anmit {
	text-align: center;
	margin: 20% auto 0;
	width: 160px;
	height: 60px;
}


.index_pro_sou { width:100%; background:; clear:both; overflow:visible; height:700px; 

background:#fff; 

background-image: linear-gradient(to right, #fff,#fff, #fff);



 }
 
 







.index_1_mid_left_3_mid_right{
position:absolute; right:-8.48958333333333vw; top:50%;width:8.8125em; height:8.8125em;-webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);}
	.i_more { position:relative; margin:0px auto; right:0px; top:50px;}
.indexbanner_cir_c.indexbanner_cir_c_b a:after{
background-image:url(../images/hsimg2b.png);}
.indexbanner_cir_c.indexbanner_cir_c_b a:before{
background-image:url(../images/hsimg1b.png);}
.index_1{
margin-top:8.48958333333333vw; margin-bottom:14.27083333333333vw; width:1360px; margin-right: auto; margin-left: auto;}
.index_2_mid{
	background-size: 100% auto;
	width: 100%;
	height: 700px;
	background-attachment: fixed;
	background-image: url(../images/abg.jpg);
	background-repeat: no-repeat; 
	background-position: center center; 
	
	

    background-size: cover;
 
	
}
.index_2_mid img{
width:100%;}
.index_2_mid_mask{-webkit-transform: translate(-0%, 35%);
    transform: translate(-0%, 35%); text-align:center; color:#fff;
 z-index:10;  width:74.32291666666666%;   padding:100px 0px; margin:0px auto; background:rgba(10,78,157,.8); box-shadow:0px 0px 10px 10px rgba(0,0,0,.05);} 







/*quan s*/
.indexbanner_jj_mid{
margin:0 3.64583333333333%;}
.indexbanner .swiper-container-horizontal > .swiper-pagination-bullets,.indexbanner .swiper-pagination-custom,.indexbanner .swiper-pagination-fraction{
left:auto; right:50px; width:10px; text-align:left; bottom:39%;}
.indexbanner .swiper-pagination-bullet{
width:1.25em; height:1.25em; border-radius:100%; background:none; border:none; overflow:hidden; opacity:1;  position:relative;}
.indexbanner .swiper-pagination-bullet:after{background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img3.png);
content:''; position:absolute; left:0; top:0; width:100%; height:100%; opacity:0;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.indexbanner .swiper-pagination-bullet:before{background-position:center; background-repeat:no-repeat; background-size:cover; transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:50%; top:50%; width:8px; height:8px; background-color:#fff; border-radius:100%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);
}
.indexbanner .swiper-pagination-bullet-active:before{
opacity:0;}
.indexbanner .swiper-pagination-bullet-active:after{
opacity:1;}
.indexbanner_cir{
position:absolute; z-index:10; right:46.84583333333333%;bottom:4.58333333333333vw; width:6.8125em; height:6.8125em;}
.indexbanner_cir_c a{
display:block; position:absolute; left:0; top:0; width:100%; height:100%;}

.indexbanner_cir_c a:after{
content:''; position:absolute; left:0; top:0; width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img2.png);animation:fadenum 5s linear infinite;}
 @keyframes fadenum{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}

}
.indexbanner_cir_c a:before{-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); position:absolute;
content:''; left:48.5%; top:50%; width:13px; height:27px; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img1.png);}
.indexbanner_cir_c a:hover:after{animation-play-state:paused}
.index_1_mid{
margin:0px auto; height:; overflow:hidden; position:relative; }



.index_1_mid_right{ overflow:hidden;
float:right; width:48.17788758492897%;}
.index_1_mid_right img{
width:100%;}
.index_1_mid_left{ margin-top:6.51041666666667vw;
float:left; width:42.98949969116739%;}
.index_1_mid_left_1{
font-size:3em; font-family:"Times New Roman", Times, serif}
.index_1_mid_left_2{display: -webkit-box;
-webkit-box-orient: vertical;  
-webkit-line-clamp: 3;   
overflow: hidden;word-wrap:break-word;
word-break:break-all; overflow:hidden;
color:#353535; line-height:2; margin-top:1.5vw; margin-bottom:3.5vw;}
.index_1_mid_left_3_mid{ width:45%;
display:inline-block; position:relative;}
.index_1_mid_left_3_mid_left{
overflow:hidden;}
.index_1_mid_left_3_mid_left img{
width:100%;}


.mar_1_mid_right_1_xx {
    width: 60px;
    height: 2px;
    background-color: #f00;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.index_2_mid_mask_1{
margin:0 auto;width:6.8125em; height:6.8125em; position:relative;}
.indexbanner_cir_c_play a:before{
width:13px; height:27px; background-image:url(../images/img1.png);}
.index_2_mid_mask_2{
margin-top:1.5vw;}
.index_3{ padding-top:7.29166666666667vw; padding-bottom:5.20833333333333vw;
overflow:hidden; background-color:#222222; color:#fff; margin-top:11.97916666666667vw;}
.index_3_mid{
margin:0 3.64583333333333%;}
.index_3_3 ul li{
float:left; width:33.3333%;}
.index_3_3_1{
overflow:hidden}
.index_3_3_1 img{
width:100%;}
.index_3_3 ul li a{ position:relative;
display:block; padding:0 18.52995676343422%;  }
.index_3_3 ul li a:after{ z-index:10;
content:''; position:absolute; left:0; top:0; height:100%; width:1px; background-color:#fff; opacity:.18;}
.index_3_3 .swiper-slide:nth-child(1) ul li a:after{
display:none}
.index_3_3 ul li:nth-child(1) a:before{
display:none}

.index_3_1{
text-align:center;}
.index_3_2{
text-align:center; font-size:2.25em; margin-top:.2em;}
.index_3_3_2_left_1{
font-size:1.5em; color:#fff;}
.index_3_3_2_left_2{
font-family:Arial, Helvetica, sans-serif; font-size:.875em; margin-top:5px; color:#a6a6a6;}
.index_3_3_2{
position:relative; margin-top:2em; padding-right:4em;}
.index_3_3_2_right{
position:absolute; right:0; top:50%;-webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%); width:3.5625em; height:2.3125em;}
.index_3_3_2_right:before{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; top:50%;-webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%); width:2.8125em; height:1.0625em; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/index/img9.png); }
.index_3_3_2_right:after{ border-radius:100%;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; right:1em; opacity:0; top:0; width:2.3125em; height:2.3125em; border:1px rgba(255, 255, 255, 0.2) solid;}
.index_3_3 ul li a:hover .index_3_3_2_right:after{
right:0; opacity:1;}
.index_3_3{ margin-bottom:2.8125vw;
margin-top:5.20833333333333vw;}
.index_3_4{
margin:0 auto;width:6.8125em; height:6.8125em; position:relative;}
.index_4_mid_right_mid_4{width:6.8125em; height:6.8125em; position:relative;}
.index_4_mid{
position:relative; background-color:#f3f3f3; color:#000;}
.index_4_mid_left{ overflow:hidden;
width:58.12847436689314%;}
.index_4_mid_left img{
width:100%;}
.index_4_mid_right{ right:0;-webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
position:absolute; top:50%; width:41.87152563310686%;}
.index_4_mid_right_mid_2{
text-align:left}
.index_4_mid_right_mid_3{
line-height:2;display: -webkit-box;
-webkit-box-orient: vertical;  
-webkit-line-clamp: 3;   
overflow: hidden;word-wrap:break-word;
word-break:break-all; overflow:hidden; margin-top:2vw; margin-bottom:2vw;}
.index_4_mid_right_mid{
margin:0 11.76470588235294%;}


/*quan e*/

















 
 
 
.ind_sec2 {
	width:100%; 
	 padding:;

	z-index: 20;

}

.index_more {
	display: block;
	width: 160px;
	margin: 40px auto 80px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #a54324;
	line-height: 40px;
	text-align: center;
	position: relative;
	font-family: arial;
	text-decoration: none;
}


.ind_sec2_tit {}

.ind_sec2_tit .line {
	width: 1px;
	height: 50px;
	margin: auto;
	background: #333;
}

.ind_sec2_tit h3 {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	font-size: 28px;
}

.ind_sec2_box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}
.ind_sec2.active .ind_sec2_box {
	opacity: 1;
}
.ind_sec2_txt {
	color: #999;
	position: relative; text-align:center; padding-top:100px;
}.ind_sec2_txt a { color:#999;}

.ind_sec2_txt h5 {
	font-size: 35px;
	letter-spacing: 1px;
	font-family: 'raleway_1-webfont';
	color: #000;
	text-transform: capitalize; font-weight:400;
	
	text-align: center; margin:10px 0px; padding:0px;
}

.ind_sec2_txt h6 {
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 30px; width:80%; 
	text-align: center;  padding:0px; margin:20px 10%; font-weight:400;

}



.ind_sec2_bot p {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: #999;
}





 
 .pro_list { width:100%; padding:0px 5% 0px; margin-top:0px; position:relative; z-index:21; background:; margin-bottom:50px; margin-top:20px;}
 .pro_list ul { margin:0px 0%; width:100%;  text-align:center; padding:0px;}
  .pro_list ul li { width:16.666666%; background:; display:inline-block;  height:200px;text-align:center; border-right:1px solid #eee;border-bottom:0px solid #eee; padding-top:2%; float:left; }
  
  
   .pro_list ul a li img{ transition:all .4s;}
   .pro_list ul a:hover li img { margin-top:-10px;  transform:scale(.8,.8); opacity:.8;}
   
    .pro_list ul a:hover li h3{ color:#0b67bb;}
   
     .pro_list ul a:nth-child(1) li { border-left:1px solid #eee; }
   
   .pro_list ul a:nth-child(6) li, .pro_list ul a:nth-child(7) li, .pro_list ul a:nth-child(8) li, .pro_list ul a:nth-child(9) li, .pro_list ul a:nth-child(10) li{ border-bottom:none !important;}
   
   .pro_list ul a:nth-child(5) li,.pro_list ul a:nth-child(10) li{ border-right:none;}
  
  .pro_list h3 {font-size:18px; line-height:30px; margin-top:10px; font-weight:400;}
  .pro_list p { font-family:ml; font-size:13px; line-height:20px; font-weight:400; color:#999; text-transform:capitalize; }
  
  
  
  	
.search {width:500px; margin:20px  5% 20px; background:#fff; height:54px; border:0px solid #035cac; border-radius:50px; position:relative; z-index:9999; box-shadow:0px 6px 5px 5px rgba(0,0,0,.1);   }
.search1 { width:346px; line-height:52px; border:none; padding-left:40px; float:left;  color:#666; font-size:16px;border-radius:50px; background:#fff;  }
.searchimg1 { width:110px; height:54px; float:right; text-align:center; background:#035cac; border:none; border-radius:50px; margin-top:0px; margin-right:-1px;}



/*sy cp e*/


/*youshi s*/


/*youshi e*/




/* contact */
.sinoquare-contact-us {padding: 5% 0;overflow: hidden;background: #f5f7fe;}
.sinoquare-contact-us-top {overflow: hidden;font-size: 0;display: flex;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}
.sinoquare-contact-us-item {display: inline-block;vertical-align: middle;width: 31.11%;margin: 1.33% 0;padding: 10rem 5% ;overflow: hidden;background:rgba(255,255,255,0); border:0px solid rgba(255,255,255,.2);}
.sinoquare-contact-us-item a {display: block;position: relative;text-align: center;overflow: hidden;}
.sinoquare-contact-us-item .icon-1 {width: 8rem;height: 8rem;margin: auto;position: relative;z-index: 8;}
.sinoquare-contact-us-item .icon-1 .img-center {max-width: 40%;max-height: 40%;}
.sinoquare-contact-us-item .icon-1 .img-block {filter: grayscale(1);opacity: .7;}
.sinoquare-contact-us-item .title-1 {margin-top: 2rem;position: relative;z-index: 5;color: #fff;}
.sinoquare-contact-us-item .text-1 {font-weight: 900;color: #fff;width: 75%;margin: auto;margin-top: 2rem;}
.sinoquare-contact-us-item a:hover .icon-1 .img-block {filter: none;opacity: 1;}
.sinoquare-contact-us-item a:hover .title-1 {color: #ec0000;}
.sinoquare-contact-us-center {position: relative;overflow: hidden;}
.sinoquare-contact-us-map {position: relative;overflow: hidden;}
#baidumap {width: 100%;height: 100%;z-index: 11;position: absolute;left: 0;top: 0;}
#baidumap .BMap_Marker.BMap_noprint::after,
#baidumap .BMap_Marker.BMap_noprint::before {content: '';width: 8rem;height: 8rem;background: #ec0000;opacity: .5;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;z-index: 1;opacity: 0;}
#baidumap .BMap_Marker.BMap_noprint::after {animation: yuanfangda 2500ms infinite ease;}
#baidumap .BMap_Marker.BMap_noprint::before {animation: yuanfangda 1000ms infinite ease;}
.sinoquare-contact-us-bottom {margin-top: 5%;overflow: hidden;padding: 3% 0;}
.sinoquare-contact-us-bottom .title-1 {font-weight: 900;color: #333;}



.index_shipin { width:100%; height:650px; background:#36F; background:url(../images/aab1.jpg) no-repeat center top fixed; color:#fff; text-align:center; background-size:100% 100%; position:relative;}
.index_shipin:before { position:absolute; width:100%; height:100%; content:" "; top:0PX; left:0px; background:rgba(0,0,0,.0);}

.index_shipin .text { position:absolute;width:50%; height:100%; z-index:1;top:15%; left:50%; text-align:left;}
.index_shipin h3 { font-size:50px; font-weight:900; width:90%; margin:0% auto 5%; padding-top:10%; padding-bottom:0px; margin-bottom:0px;}
.index_shipin h3 i { color:#035cac;


}
.index_shipin h6 { font-size:17px; font-weight:200; width:90%; margin:20px auto; line-height:28px; }

.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:48%!important; float: left !important; border-radius:25px; overflow:hidden; margin-left:0%;}
.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:#95bc2b; font-family:mb;}
.index_cp_right .company-profile-video a.m-video::before { display:none;}

.polaris-company-profile .index_cp .index_cp_right.company-profile-center  {width:48% !important;  }


.index_jieshao { padding:100px 0px 0px; width:100%; clear:both; overflow:visible; text-align:center;}
.index_jieshao-top .title-3{ font-family:; color:#666;  width:90%; margin:0px auto; font-weight:400;  line-height:30px; padding:2% 0px; }
.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: #035cac;}
.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: #0859aa;border: 2px solid #0859aa;}
.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: #035cac;}
.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: #0859aa;border: 2px solid #0859aa;}
.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: #035cac;width: 84%; height:82%; top: 10%;z-index: 11;text-align: center; background: rgba(2,110,207,.6); margin:0px 8% !important; padding:5% 3% 5%; border-radius:0px; 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: #035cac;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: -3%;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: #035cac;position: relative;}
.index-news-top .title-1 strong::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 6%;background: #035cac;}
.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%; font-weight:900;}
.index-news-item .text-1{color: #999999;padding-top: 4%;border-top: 1px solid #eee;}
.index-news-item .text-1 p { width:45%; float: left; padding-right:5%; line-height:32px; padding-top:0px; padding-bottom:0px; margin:0px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 32px;
line-height:32px;}
.index-news-item .text .tubiao { width:62px; height:62px; border:9px solid #95bc2b; border-radius:50%; overflow:hidden; text-align:center; background:#035cac; margin-top:30px;}
.index-news-item .text .tubiao img { margin-top:22%;}
.index-news-item .more-2 {width: 5rem;height: 5rem;border: 2px solid #035cac;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: #035cac;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: #035cac;}
.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:31.33333% !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: #035cac;}
.index-successful-customers-top .title-1 strong::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: .5rem;background: #035cac;}
.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 #035cac;}
.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: 31%;margin-right: 3%;margin-bottom: 3%;overflow: hidden;}
.polaris-product-item:nth-child(3n){ margin-right:0px;}

.polaris-product-item.mr0 {margin-right: 0;}
.polaris-product-item .text{position: absolute;left: 5%;width: 90%;text-align: center;z-index: 11;}
.polaris-product-item .text-1{color: #999;}
.polaris-product-item .title-2{margin: 1.5% 5% 0px;


text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 46px;
line-height: 23px; margin-bottom:15px; width:90%;

}
.polaris-product-item .text-2{margin-top: .5%; 


}
.polaris-product-item .text-2 p {color:#999; font-weight:400; padding:0px; margin:0px;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 40px;
line-height: 20px;}
.polaris-product-item .more-1 {margin-top: 5%;}
.polaris-product-item .more-1 a{margin: auto;}
.polaris-product-item .img {background: #fff;border-radius: 10px;}	 
.polaris-product-item .product {position: absolute;left: 0;bottom: 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: #035cac;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: #035cac;}
.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;}

.polaris-product-detail-1 {position: relative;overflow: hidden;}
.polaris-product-detail-1 .toptext-1 {width: 81%;margin: auto;padding: 3% 0;}
.polaris-product-detail-1 .toptext-1 .text-1{color: #035cac;}
.polaris-product-detail-1 .toptext-1 .title-1{margin-top: -5px;}
.polaris-product-detail-1 .bottomimg-2 {overflow: hidden;position: relative;}
.polaris-product-detail-1 .bottomimg-2 .text-2{color: #fff;position: absolute;left: 9.5%;width: 30%;z-index: 1;top: 50%;transform: translateY(-50%);}
.polaris-product-detail-1 .right-product-3 {position: absolute;right: 0;top: 0;z-index: 11;width: 45%;height: 100%;}
.img-porduct {max-width: 100%;width: auto;height: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-width: 100%;max-height: 100%;}
.polaris-product-detail-2 {position: relative;overflow: hidden;}
.polaris-product-detail-2 .title-1 {position:relative;}
.polaris-product-detail-2 .title-1 strong {font-weight: normal;color: #035cac;}
.polaris-product-detail-2 .text-1 {color: #fff;margin: auto;margin-top: 2%;}
.polaris-product-detail-2 .text-1 p {margin:0;padding:0;

}
.polaris-product-detail-2 .text-1 p a { color:#fff;}
.polaris-product-detail-2 .toptext-1 {width: 40%;position: absolute;left: 50%;top: 10%;text-align: center;transform: translateX(-50%);}
.polaris-product-detail-2 .righttext-3 {width: 28%;position: absolute;right: 9.5%;top: 50%;transform: translateY(-50%);}
.polaris-product-detail-2 .lefttext-2 {width: 90%;position: absolute;left: 5%;top: 52%;transform: translateY(-50%);}
.polaris-product-detail-2 .centertext-4 {width: 40%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.polaris-product-detail-2 .cbottomtext-5 {width: 40%;position: absolute;left: 50%;bottom: 10%;transform: translateX(-50%);text-align: center;}

.polaris-product-detail-parameter {padding: 3% 0;min-height: 800px;}
.detail-parameter-left {overflow: hidden;width: 18%;transition:all .4s ease;position: absolute;left: 9.5%;}
.detail-parameter-left .lefttext-1{overflow: hidden;}
.detail-parameter-left .lefttext-1 .text-1{color: #035cac;}
.detail-parameter-left .lefttext-1 .title-1{margin-top: -5px;}
.detail-parameter-left .lefttext-1 .prodcut-1{margin-top: 15%;}
.detail-parameter-left.cur{position: fixed;top: 15%;}
.detail-parameter-left.end {bottom:0;}
.detail-parameter-right {float: right;width: 60%;}
.detail-parameter-item {margin-bottom: 10%;}
.detail-parameter-item .title-1{padding-bottom: 2%;}
.detail-parameter-list {overflow: hidden;padding: 3% 0;}
.detail-parameter-list li{list-style: none;margin: 0;padding: 0;padding: 3% 0;background: #f7f7f7;overflow: hidden;}
.detail-parameter-list li span{display: block;float: left;width: 44%;padding: 0 3%;color: #666;}
.detail-parameter-list li span:first-child {color: #999999;}
.detail-parameter-list li span:last-child {width: 22%;}
.detail-parameter-list li.item-2{background: #fff;}

.packaging-drawing-list {position: relative;overflow: hidden;margin-top: 4%;}
.packaging-drawing-list a {display: block;position: relative;float: left;width: 31%;margin-right: 3%;margin-bottom: 3%;box-sizing: border-box;border: 1px solid #e7e7e7;}
.packaging-drawing-list a.mr0 {margin-right: 0;}
.packaging-drawing-list a::before {content: '';width: 5rem;height: 5rem;position: absolute;left: 50%;top: 50%;background: #035cac url('../images/big.png') center no-repeat;transform: translate(-50%,-50%);box-shadow: 0px 0px 50px 0px rgba(0, 163, 130, 0.5);border-radius: 100%;opacity: 0;z-index:11;}
.packaging-drawing-list .danwei-1 {position: absolute;right: 10%;top: 5%;color: #999999;}
.packaging-drawing-list .img-block {opacity: 0;}
.packaging-drawing-list a:hover::before {opacity: 1;}
.packaging-drawing-list a:hover {background: #ededed;}

.application-area-list {margin-top: 2%;position: relative;font-size: 0;}
.application-area-list li {list-style: none;margin: 0;padding: 0;position: relative;display: inline-block;vertical-align: middle;margin-bottom: 1%;margin-right: 1%;}
.application-area-list li a {display: block;background: #ebf8f5;padding: 5px 10px;border-radius: 5px;color: #035cac;position: relative;}
.application-area-list li a::before {content: '';width: 0;height: 0;border-left: 10px solid transparent;border-top: 10px solid #035cac;border-right: 10px solid transparent;position: absolute;left: 50%;bottom: -6px;margin-left: -10px;opacity: 0;}
.application-area-list li a:hover {background: #035cac;color: #fff;}
.application-area-list li a:hover::before {opacity: 1;}
.application-area-list li .imgshow-1 {position: absolute;text-align: center;width: 290px;left: 50%;top: 5rem;z-index: 11;border-radius: 0px;overflow: hidden;box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);transform: translateX(-50%);display: none;}
.application-area-list li .imgshow-1 img {display:block;}
.application-area-list li:hover .imgshow-1 {display: block;}
 
.polaris-product-detail-documents-and-tools {overflow: hidden;padding: 3% 0;min-height: 800px;}
.documents-and-tools-item {margin-bottom: 3%;overflow: hidden;}
.documents-and-tools-item .title-1{border-bottom: 1px solid #f7f7f7;padding-bottom: 5%;}
.documents-and-tools-type {padding: 3% 0;overflow: hidden;}
.documents-and-tools-type .title-2{font-weight: bold;padding-bottom: 2.5%;}
.documents-and-tools-list {background: #f7f7f7;padding: 3% 5%;overflow: hidden;}
.documents-and-tools-list li{list-style: none;margin: 0;padding: 0;border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.documents-and-tools-list li:last-child {border-bottom:none;}
.documents-and-tools-list a {display: block;position: relative;overflow: hidden;padding:3% 0;font-size: 0;}
.documents-and-tools-list div {display: inline-block;vertical-align: middle;}
.documents-and-tools-list .icon-1 {width: 3rem;height: 3rem;margin-right: 1.5rem;}
.documents-and-tools-list .icon-1.doc {background: url('../images/doc.png') center no-repeat;}
.documents-and-tools-list .icon-1.pdf {background: url('../images/pdf.png') center no-repeat;}
.documents-and-tools-list .icon-1.zip {background: url('../images/zip.png') center no-repeat;}
.documents-and-tools-list .name-1 {width: 50%;}
.documents-and-tools-list .data-1 {width: 20%;color: #666666;}
.documents-and-tools-list .edition-1 {width: 10%;color: #666666;}
.documents-and-tools-list .size-1 {position: absolute;right: 0;top: 50%;transform: translateY(-50%);text-align: right;color: #666666;padding-right: 3.5rem;}
.documents-and-tools-list .size-1::after {content: '';width: 18px;height: 19px;position: absolute;right: 0;top: 0;background: url('../images/down.png') center no-repeat;}              
.documents-and-tools-list a:hover .name-1{color: #035cac;}

.assessment-suite-list{overflow: hidden;}
.assessment-suite-list li{list-style: none;margin: 0;padding: 0;border-top: 1px solid #e5e5e5;overflow: hidden;position: relative;}
.assessment-suite-list .pic-1 {position: relative;float: left;width: 30%;}
.assessment-suite-list .center-2 {width: 24%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.assessment-suite-list .center-2 .title-3{color: #000;}
.assessment-suite-list .center-2 .text-3{color: #666;margin-top: 3%;}
.assessment-suite-list .right-3 {text-align: right;width: 25%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.assessment-suite-list .right-3 a {display: inline-block;vertical-align: middle;margin-left: 7px;}
 

/*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:50%; float:left; position:relative;}
.proda_right { width:45%; float:right;}



.product-detail-text {width: 45%; float:right; padding: 0% 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: #30593e;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: 33px 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 .parameter{color: #666666;font-size: 14px;}
.product-detail-text .item{overflow: hidden;clear: both;}
.product-detail-text .item li{font-size: 14px;float: left;list-style: none;margin: 0;padding:8px 0;overflow: hidden;}
.product-detail-text .item li.fl{color: #666666;width:85px;}
.product-detail-text .item li.fr{color: #999999;}




/* application */
.polaris-banner {position: relative;}
.polaris-banner .text {color: #fff;position: absolute;left: 9.5%;top: 50%;transform: translateY(-50%);z-index: 11;text-align:left;}
.polaris-banner .text-1 {overflow: hidden;}
.polaris-banner .title-1 {margin-top: 3%;}

.polaris-application {position: relative;overflow: hidden;background: #f7f7f7;}
.application-type-fixed {width: 81%;margin: auto;position: fixed;top: 0;left: 9.5%;display: none;}
.polaris-application-pics {overflow: hidden;position: absolute;z-index: 1;left: 0;top: 2%;width: 100%;}
.trigger {position: absolute;top: 0;left: 0;}
.polaris-application-type {position: relative;overflow: hidden;padding-top: 6%;clear: both;z-index: 80;/* border-bottom: 1px solid #e5e5e5; */}
.polaris-application-type .index-content {overflow: hidden;}
.polaris-application-item {position: relative;overflow: hidden;margin-bottom: 8%;padding-bottom: 10%;}
.polaris-application-item .application-type-left {opacity: 0;}
.application-type-left {float: left;width: 50%;}
.application-type-left .img {border-radius: 15px;overflow: hidden;}
.application-type-right {float: right;width: 45%;margin-bottom: 24%;}
.application-type-right .text-1{color: #999999;margin-top: 5%;}
.application-type-right .title-1{color: #000;}
.application-type-right .title-2{margin-top: 6%;}
.application-type-right .text-2 {color: #666666;margin-top: 1%;overflow: hidden;}
.application-type-right .title-3{margin-top: 5%;}
.application-type-right .keyworlds-3{padding-top: 2%;}
.application-type-right .keyworlds-3 a{display: inline-block;vertical-align: middle;margin-right: 1%;margin-bottom: 1%;padding: 3px 10px;color: #035cac;border: 1px solid #035cac;border-radius: 4px;}


.application-type-products {clear: both;overflow: hidden;position: absolute;background: #fff;bottom: 0;right: 0;z-index: 11;width: 60%;border-radius: 15px;}
.application-type-products-swiper {width: 90%;margin: 2% 5% 6% 5%;}
.application-product-item {position: relative;}
.application-product-item a {display: block;position: relative;text-align: center;}
.application-product-item a:hover .pic {transform: scale(1.05);}
.application-product-item .img {background: none;z-index: 11;width: 80%;margin: 0 10%;}
.application-product-item .img::after {content: '';width: 75%;height: 75%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;background: #f7f7f7;}
.application-product-item .pic {position: relative;z-index: 10;}
.application-product-item .title-4 {margin-top: -5%;z-index: 20;position: relative;}
.application-product-item .more-4 {margin-top: 2%;}
.application-product-item .more-4 span{display: inline-block;vertical-align: middle;color: #035cac;}
.application-product-item .more-4 i{display: inline-block;vertical-align: middle;margin-left: 15px;width: 7px;height: 10px;background: url('../images/r2.png') center no-repeat;}	
.application-prev,.application-next	{z-index: 50;}							 
.application-prev::after,.application-next::after {font-size: 24px;font-weight: bold;}
.application-prev {left: 0;}
.application-next{right: 0;}

.application-right-nav {position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 99;opacity: 0;width: 12rem;}
.application-right-nav.cur {opacity: 1;}
.application-right-nav a {display: block;opacity: .3;margin: 15% auto;}
.application-right-nav a i{display: inline-block;vertical-align: middle;width: 20px;height: 20px;position: relative;}
.application-right-nav a i::after,.application-right-nav a i::before {content: '';border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.application-right-nav a i::after {width: 5px;height: 5px;background: #000;}
.application-right-nav a i::before {border: 1px solid #000;width: 20px;height: 20px;opacity: 0;}
.application-right-nav a span{display: inline-block;vertical-align: middle;margin-left: 10px;width: 50%;}
.application-right-nav a.cur {opacity: 1;}
.application-right-nav a.cur i::before {opacity: 1;}




/*zhuanli*/

.ny_zhuanli { width:100%;}


.ny_zhuanli table{ width:80% !important; border:1px solid #000; margin:0 10%;}
.ny_zhuanli table tr td { padding:5px 20px; line-height:30px; border:0px solid #999; font-size:15px;}
.ny_zhuanli table tr td:nth-child(1){ font-weight:900;}
.ny_zhuanli table tr:nth-child(2n+1) { background:#f4f4f4;}
.ny_zhuanli p { margin:0px; padding:0px;}
.ny_zhuanli table tr:nth-child(1){ background:#30593e !important; color:#fff;}




/* about */
.polaris-about {overflow: hidden;}
.polaris-company-profile {overflow: hidden;padding: 5% 0;background: #f7f7f7;}
.polaris-company-profile .index-content {overflow: hidden;position: relative;}
.company-profile-top {overflow: hidden;position: relative;  padding:3% 0px;}
.company-profile-left {position: absolute;left: 0;top: 0;width: 50%;height: 100%;}
.company-profile-left .title-1{overflow: hidden;}
.company-profile-left .gezhi-1{position: absolute;left: 20%; top: 10%;width: 50%;}
.company-profile-right {float: right;width: 50%;}
.company-profile-right .text-1{color: #666666;}
.company-profile-right .text-1 p{ line-height:30px;}
.company-profile-center {clear: both;margin-top: 3%;}	 
.company-profile-video {position: relative;overflow: hidden;}
.company-profile-video a {display: block;position: relative;}
.company-profile-video a.m-video::before {content: '';width: 10rem;height: 10rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url('../images/play.png');cursor: pointer;filter: contrast(1);}
.company-profile-video a:hover {transform: scale(1.02);}
.company-profile-bottom {margin-top: 7%;overflow: hidden;text-align: center;padding-bottom: 3%;}
.company-profile-culture {display: inline-block;vertical-align: top;width: 30%; padding:5% 10%; float:left;}
.company-profile-culture:nth-child(2){ background:#30593e;}
.company-profile-culture:nth-child(3){ background:#95bc2b;}
.company-profile-culture:nth-child(4){ background:#95bc2b;}
.company-profile-culture:nth-child(5){ background:#30593e;}
.company-profile-culture .icon-1{position: relative;width: 7rem;height: 7rem;margin: ;}
.company-profile-culture .icon-1 img { float:left; filter: invert(100%) grayscale(100%) brightness(3);}
.company-profile-culture .title-1{margin-top: 7%; color:#fff;}
.company-profile-culture .text-1{margin-top: 2%; text-align:left;  color:#fff;}
.company-profile-culture .text-1 p {margin: 0;padding: 0;}
.company-profile-culture .text-1 strong { color:#fff;}

.polaris-corporate-image {padding: 0% 0 3%;overflow: hidden;}
.polaris-corporate-image .index-content {width: 90.5%;margin-left: 9.5%;}
.corporate-image-top {overflow: hidden;}
.corporate-image-bottom {margin-top: 2%;}
.corporate-image-swiper {overflow: hidden;}
.corporate-image-item {overflow: hidden;}
.corporate-image-item img {overflow: hidden;}
.polaris-corporate-image .news-swiper-bottom {width: 89%;margin-top: 3%;}

.polaris-certificate-honor {padding: 0 0 7% 0;overflow: hidden;}
.polaris-certificate-honor .index-content {overflow: hidden;position: relative;}
.certificate-honor-left {width: 32%;float: left;}
.certificate-honor-top {overflow: hidden;margin-left: 5%;margin-top: 12%;}
.certificate-honor-top .title-1{overflow: hidden;}
.certificate-honor-type {margin-top: 2%;}
.certificate-honor-type a{display: inline-block;vertical-align: top;margin-right: 2%;background: #f7f7f7;border-radius: 4px;text-align: center;padding: 1.5% 0;width: 30.5%;}
.certificate-honor-type strong{display: block;color: #035cac;font-weight: normal;margin: 0;padding: 0;}
.certificate-honor-type p {display: block;margin: 0;padding: 0;margin-top: 0;padding-bottom: 2%;}
.certificate-honor-bottom {overflow: hidden;}
.certificate-honor-right {float: right;width: 64%;}
.certificate-honor-bottom {margin-top: 2%;overflow: hidden;position: relative;}
.certificate-honor-bottom::before {top: 0;background: linear-gradient(to top, rgba(255,255,255,0),rgba(255,255,255,.8));}
.certificate-honor-bottom::after {bottom: 0;background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,.8));}
.certificate-honor-bottom::before,.certificate-honor-bottom::after{content: '';width: 100%;height: 35%;position: absolute;left: 0;pointer-events: none;z-index: 11;}
.certificate-honor-swiper {overflow: hidden;height: 600px;}
.certificate-honor-item {position: relative;padding-left: 10%;}
.certificate-honor-item a {display: block;}
.certificate-honor-item .item-title {position: relative;width: 50%;}
.certificate-honor-item .item-title::before {content: '';width: 21px;height: 25px;position: absolute;left: -50px;top: 0;background: url('../images/hic1.png');filter: grayscale(100%);}
.certificate-honor-item .item-title::after {content: '';width: 0;height: 2px;position: absolute;left: 50%;top: 50%;background: #035cac;transform: translateX(-50%);}
.certificate-honor-item .title-1 {color: #035cac;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;padding: 0 4%;background: #fff;z-index: 11;margin: auto;text-align: center;word-break: keep-all;max-width: 70%;overflow: hidden;}
.certificate-honor-item .mark-1 {opacity: 1;}
.honor-show-pic {position: absolute;right: 0;width: 40%;height: auto;top: 50%;transform: translateY(-50%);opacity: 0;}
.honor-show-pic .img-honor {max-width: 100%;max-height: 100%;}
/* .certificate-honor-item a:hover .honor-show-pic{display: block;}
.certificate-honor-item a:hover .mark-1 {opacity: 0;}
.certificate-honor-item a:hover .title-1 {opacity: 1;}
.certificate-honor-item a:hover .item-title {margin-left: -40px;}
.certificate-honor-item a:hover .item-title::after {width: 100%;}
.certificate-honor-item a:hover .item-title::before {filter: grayscale(0);} */
.certificate-honor-swiper .swiper-slide-active .honor-show-pic{display: block;opacity: 1;}
.certificate-honor-swiper .swiper-slide-active .mark-1 {opacity: 0;}
.certificate-honor-swiper .swiper-slide-active .title-1 {opacity: 1;}
.certificate-honor-swiper .swiper-slide-active .item-title {margin-left: -40px;}
.certificate-honor-swiper .swiper-slide-active .item-title::after {width: 100%;}
.certificate-honor-swiper .swiper-slide-active .item-title::before {filter: grayscale(0);} 

.polaris-joinus {background: #f7f7f7;overflow: hidden;}
.polaris-joinus-top {padding: 5% 0;overflow: hidden;}
.joinus-item1 {overflow: hidden;position: relative;}
.joinus-item1-left {float: left;width: 60%;position: relative;}
.joinus-item1-left .img-1{position: absolute;left: 0;top: 0;z-index: 1;width: 25%;border-radius: 10px;overflow: hidden;}
.joinus-item1-left .img-2{margin-left: 10%;width: 90%;margin-top: 10%;z-index: 10;position: relative;border-radius: 10px;overflow: hidden;}
.joinus-item1-right {float: left;margin-top: 15%;width: 20%;margin-left: 13%;}	  
.joinus-item1-right .text {overflow: hidden;}
.joinus-item1-right .title-1 {font-weight: bold;}
.joinus-item1-right .text-1 {margin-top: 10%;color: #666666;}
.joinus-item1-right .text-1 p {margin:0;padding:0;}

.joinus-item2 {overflow: hidden;position: relative;clear: both;padding-bottom: 2%;}
.joinus-item2-left {float: left;margin-top: 15%;width: 20%;margin-left:3%;}	  
.joinus-item2-left .text {overflow: hidden;}
.joinus-item2-left .title-1 {font-weight: bold;}
.joinus-item2-left .text-1 {margin-top: 10%;color: #666666;}
.joinus-item2-right {float: right;width: 60%;position: relative;}
.joinus-item2-right .img-1{margin-right: 35%;width:65%;margin-top: 15%;z-index: 10;position: relative;border-radius: 10px;overflow: hidden;}
.joinus-item2-right .img-2{position: absolute;right: 0;top: 0;z-index: 1;width: 45%;border-radius: 10px;overflow: hidden;}

.polaris-joinus-bottom {overflow: hidden;padding-bottom: 7%;}
.polaris-joinus-recruit {overflow: hidden;}
.joinus-recruit-top {background: #fff;padding: 3% 5%;overflow: hidden;}
.joinus-recruit-top .title-1 {overflow: hidden;font-weight: bold;}
.joinus-recruit-top .title-1 strong {color: #035cac;margin-left: 2%;}
.joinus-recruit-type {margin-top: 3%;overflow: hidden;}
.joinus-recruit-item {overflow: hidden;margin-bottom: 1%;}
.joinus-recruit-item .type-1 {overflow: hidden;display: inline-block;vertical-align: middle;font-weight: bold;width: 15%;}
.joinus-recruit-item .item-1 {overflow: hidden;display: inline-block;vertical-align: middle;}
.joinus-recruit-item .item-1 li {list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin-right: 3rem;} 
.joinus-recruit-item .item-1 li a{display: block;color: #666;} 
.joinus-recruit-item .item-1 li.cur a {color: #035cac;}

.joinus-recruit-bottom {overflow: hidden;position: relative;}
.join-us-item {background: #fff;overflow: hidden;margin-top: .8%;}
.join-us-item .title{position: relative;color: #666666;border-bottom: 1px solid #f7f7f7;overflow: hidden;padding: 2% 5%;cursor: pointer;}
.join-us-item .title div {float: left;width: 20%;}
.join-us-item .title-1{font-weight: bold;color: #000;width: 40%;}
.join-us-item div.jia-1{position: absolute;right: 5%;top: 50%;transform: translateY(-50%);width: 3.5rem;height: 3.5rem;background: #cccc;border-radius: 50px;}
.join-us-item div.jia-1::before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url('../images/r3.png') center no-repeat;z-index: 11;}
.join-us-text {padding: 3% 5%;overflow: hidden;clear: both;width: 90%;position: relative;display: none;}
.join-us-text .text-3{overflow: hidden;position: relative;}
.join-us-text .more-1{position: relative;right: auto;bottom: auto;margin: 2% 0 0 0;}
.join-us-text .title:hover .jia-1{background: #035cac;}
.join-us-item .title.cur div.jia-1::before {transform: rotate(90deg);}
.join-us-item .title.cur div.jia-1{background: #035cac;}

.div-recruitment-windows {width: 31%;position: fixed;left: 50%;top: 50%;z-index: 1111;transform: translate(-50%,-250%);background: #fff;box-sizing: border-box;padding: 3% 3%;text-align: center;transition:all .4s ease;}
.div-recruitment-windows.cur {transform: translate(-50%,-50%);}
.div-recruitment-windows-mark {position: fixed;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;background: rgba(0,0,0,.5);opacity: 0;transition:all .4s ease;}
.div-recruitment-windows-mark.cur {opacity: 1;z-index: 1110;}
.div-recruitment-windows .close-2{position: absolute;right: 2%;top: 2%;z-index: 2;}
.div-recruitment-windows .close-2 i {display: block;width: 50px;height: 50px;position: relative;cursor: pointer;transform: rotate(45deg);transition:all .4s ease;}
.div-recruitment-windows .close-2 i::after {content: '';width: 24px;height: 2px;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;}
.div-recruitment-windows .close-2 i::before {content: '';width: 2px;height: 24px;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;}
.div-recruitment-windows .close-2:hover i{transform: rotate(135deg);}
.div-recruitment-windows .title-1{overflow: hidden;font-family: 'Work-Sans-Bold';}
.div-recruitment-from {text-align: left;margin-top:7%;}
.div-recruitment-from li{list-style: none;margin: 0;padding: 0;padding: 1% 0;position: relative;}
.div-recruitment-from li span {display: block;margin-bottom: 5px;}
.div-recruitment-from .input-2{width: 100%;display: block;border: none;background: #fff;box-sizing: border-box;padding: 3% 6%;overflow: hidden;border: 1px solid #dddddd;}
.div-recruitment-from .text-2 {overflow: hidden;}
.div-recruitment-from .text-2 span {color: #999999;}
.div-recruitment-from .input-3 {width: 100%;display: block;border: none;background:none;box-sizing: border-box;padding: 2% 6%;overflow: hidden;}
.div-recruitment-from .upload-2{position: relative;padding: 1% 0;border: 1px solid #e6e6e6;overflow: hidden;}
.div-recruitment-from .button-2{position: absolute;width:20%;display: block;border: none;background: #000;box-sizing: border-box;padding: 2% 3%;overflow: hidden;text-align: center;color: #fff;right: 8px;top: 50%;cursor: pointer;font-size: 12px;transform: translateY(-50%);}
.div-recruitment-from .button-2:hover {background: #000;}
.div-recruitment-from .submit-2 {width: 100%;display: block;border: none;background: #035cac;box-sizing: border-box;padding: 4% 0;overflow: hidden;text-align: center;color: #fff;cursor: pointer;margin-top: 5%;}
.div-recruitment-from .submit-2:hover {background: #0859aa;color: #fff;}





/* news */
.polaris-news {position: relative;padding: 6% 0;overflow: hidden;background: #f7f7f7;}
.polaris-news-content {overflow: hidden;}
.news-content-top {overflow: hidden;}
.news-content-top .title-1{display: inline-block;vertical-align: middle;font-weight: bold;}
.nav-type-1 {display: inline-block;vertical-align: middle;margin-left: 5%;}
.nav-type-1 a {display: inline-block;vertical-align: middle;margin-right: 2rem;color: #666666;}
.nav-type-1 a.cur {color: #035cac;}
.news-content-bottom {margin-top: 3%;position: relative;overflow: hidden;}
.news-content-list {overflow: hidden;}
.news-content-item {float: left;width: 31%;margin-right: 2%;margin-bottom: 3%;}
.news-content-item.mr0 {margin-right: 0;}
.news-content-item a {display: block;overflow: hidden;}
.news-content-item .img{border-radius: 0px;}
.news-content-item .text{padding-top: 7%;overflow: hidden;}
.news-content-item .type-1{color: #fff;}
.news-content-item .type-1 span {padding: 4px 10px;background: #095ba5;border-radius: 0px;}
.news-content-item .title-1 {margin-top: 4%;font-weight: 300; font-family:;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 60px;
line-height: 30px; font-size:18px; color:#000; font-weight:400;

}
.news-content-item .text-1{ color:#999; margin-top:10px; margin-bottom:10px; }
.news-content-item .date-1{color: #999;margin-top: 5%; padding-top:3%; border-top:1px solid rgba(0,0,0,.1); font-size:17px; font-family:Abel}
.news-content-item a:hover .pic {transform: scale(1.05);}
.news-end-bottom {clear: both;}

.polaris-news-num {position: fixed;right: 2%;z-index: 99;bottom: 15%;}
.polaris-news-num a {display: block;display: block;opacity: .3;margin: 2rem auto;}
.polaris-news-num i {display: block;width: 20px;height: 20px;position: relative;}
.polaris-news-num i::after,.polaris-news-num i::before {content: '';border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.polaris-news-num i::after {width: 5px;height: 5px;background: #000;}
.polaris-news-num i::before {border: 1px solid #000;width: 20px;height: 20px;opacity: 0;}
.polaris-news-num a.cur {opacity: 1;} 
.polaris-news-num a.cur i::before {opacity: 1;}

.polaris-activity {position: relative;padding: 6% 0 3% 0;overflow: hidden;background: #f7f7f7;}
.polaris-activity-content {overflow: hidden;}
.activity-content-list {overflow: hidden;}
.activity-content-item {float: left;width: 48%;margin-bottom: 3%;margin-right: 4%;}
.activity-content-item.mr0 {margin-right: 0;}
.activity-content-item a {display: block;}
.activity-content-item .img {border-radius: 10px;}
.activity-content-item .text {padding: 4% 0;overflow: hidden;}
.activity-content-item .top-1 {overflow: hidden;font-size: 0;}
.activity-content-item .type-1 {display: inline-block;vertical-align: middle;}
.activity-content-item .type-1 span{color: #fff;border-radius: 4px;overflow: hidden;padding: 0 5px;}
.activity-content-item .type-1 span.hot1 {background: #0859aa;}
.activity-content-item .type-1 span.hot2 {background: #035cac;}
.activity-content-item .type-1 span.hot3 {background: #b5b5b5;}
.activity-content-item .title-1 {display: inline-block;vertical-align: middle;width: 80%;overflow: hidden;margin-left:1%;font-weight: 400;}
.activity-content-item .text-1 {margin-top: 2%;color: #666666;}
.activity-content-item .bottom-1 {margin-top: 3%;color: #000;}
.activity-content-item .date-1 {display: inline-block;vertical-align: middle;}	
.activity-content-item .date-1::before {content: '';width: 1.8rem;height: 1.8rem;display: inline-block;vertical-align: middle;margin-right: 1rem;background: url('../images/date.png') center no-repeat;}			
.activity-content-item .address-1 {display: inline-block;vertical-align: middle;margin-left: 5%;}		 
.activity-content-item .address-1::before {content: '';width: 1.8rem;height: 1.8rem;display: inline-block;vertical-align: middle;margin-right: 1rem;background: url('../images/adds.png') center no-repeat;}
.activity-content-item a:hover .pic {transform: scale(1.05);}

.polaris-news-detail {overflow: hidden;padding-top: 7rem;position: relative;}
.polaris-news-detail::before {content: '';width: 100%;height: 7rem;position: absolute;left: 0;top: 0;background: #316141;}
.polaris-news-detail .index-content {width: 74%;}
.polaris-news-detail-top {padding: 3% 0;overflow: hidden;border-bottom: 1px solid #e5e5e5;margin-top: 3%;}
.polaris-news-detail-top .path-1{color: #999;}
.polaris-news-detail-top .path-1 a{color: #999;}
.polaris-news-detail-top .title-1{padding: 2% 0;overflow: hidden;width: 60%;}
.polaris-news-detail-top .date-1{position: relative;overflow: hidden;}
.polaris-news-detail-top .date-1 span{color: #035cac;}
.polaris-news-detail-top .date-1 span::before {content: '';width: 1.8rem;height: 1.8rem;display: inline-block;vertical-align: middle;margin-right: 1rem;background: url('../images/data.png') center no-repeat;}
.polaris-news-detail-bottom {padding: 3% 0;overflow: hidden;}

.polaris-news-detail-left {float: left;width: 68%;position: relative;}
.polaris-news-detail-main {overflow: hidden;color: #333;text-align: justify;padding-bottom: 5%;}
.polaris-news-detail-main img {max-width: 100%;height:auto!important;}
.news-detail-bottom {clear: both;overflow: hidden;padding: 3% 0;border-top: 1px solid #e5e5e5;position: relative;}
.news-detail-bottom .link-1  {color: #666;display: block;padding: 2px 0;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 19px;
line-height: 19px; width:70%; font-size:15px;

}
.news-detail-bottom .link-1:hover {color: #035cac;}
.news-detail-bottom .return-1 {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.news-detail-bottom .return-1 a {display: block;width: 15rem;height: 4.2rem;line-height:4.2rem;font-size: 0;overflow: hidden;position: relative;text-align: center;border: 2px solid #035cac;border-radius: 50px;}
.news-detail-bottom .return-1 span {display: inline-block;vertical-align: middle;color: #035cac;}
.news-detail-bottom .return-1 i {display: inline-block;vertical-align: middle;width: 7px;height: 10px;background: url('../images/r2.png') center no-repeat;margin-left: 10px;}
.news-detail-bottom .return-1 a:hover {background: #0859aa;border: 2px solid #0859aa;}
.news-detail-bottom .return-1 a:hover span {color: #fff;}
.news-detail-bottom .return-1 a:hover i {background: url('../images/r3.png') center no-repeat;}

.polaris-news-detail-right {float: right;width: 25%;padding-bottom: 5%;overflow: hidden;}
.news-detail-right-type {overflow: hidden;}
.news-detail-right-type .title-1{padding-bottom: 4%;overflow: hidden;}
.news-detail-right-list{padding: 3% 0;overflow: hidden;}
.news-detail-right-list .news-content-item{width: 100%;margin-right: 0;margin-bottom: 10%;}
.news-detail-right-list .news-content-item .img{border-radius: 0;}
.news-detail-right-list .news-content-item .text {padding: 1% 0;}
.news-detail-right-list .news-content-item .date-1 {margin-top: 0;}

.news-detail-right-follow {overflow: hidden;margin-top: 2%;}
.news-detail-right-follow .follow-1{text-align: center;background: #f7f7f7;padding: 15% 5%;}
.news-detail-right-follow .ewm-1 {overflow: hidden;}
.news-detail-right-follow .ewm-1 img {width: 70%;margin:auto;}
.news-detail-right-follow .text-1  {color: #666666;margin-top: 5%;}

 




/*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: #30593e; 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: #30593e; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
 PADDING-RIGHT: 8px;  PADDING-LEFT: 8px; BACKGROUND: #30593e; PADDING-BOTTOM: 3px;  COLOR: #fff; MARGIN-RIGHT: 5px; PADDING-TOP: 3px;  font-size:13px;border-radius: 5px; border:1px #30593e 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
}




/* contact */
.polaris-contact {padding: 5% 0;overflow: hidden;}
.polaris-contact-us {overflow: hidden;}
.contact-us-top {text-align: center;}
.contact-us-top .title-1{font-weight: bold;}
.contact-us-top .text-1{color: #666666;margin-top: .2%;}
.contact-us-list {padding: 3% 0;overflow: hidden;border-bottom: 1px solid #e7e7e7;}
.contact-us-item {float:left;width: 48%;margin-right: 4%;margin-bottom: 2%;overflow: hidden;}
.contact-us-item.mr0 {margin-right: 0;}
.contact-us-item .img {border-radius: 10px;}
.contact-us-item .text{padding: 3% 0;overflow: hidden;}
.contact-us-item .title-1{font-weight: bold;margin-bottom: 1%;}
.contact-us-item .item-1 {overflow: hidden;padding-top: 1%;}
.contact-us-item .item-1 i {display: inline-block;vertical-align: top;margin-right: 2rem;margin-top: 0.5rem;}
.contact-us-item .item-1 span {color: #666;display: inline-block;vertical-align: middle;width: 90%;}
.contact-us-bottom {padding: 3% 0;overflow: hidden;margin-top: 2%;}
.contactus-item {float: left;width: 33%;position: relative;}
.contactus-item .icon-1 {position: relative;width: 12rem;height: 12rem;border-radius: 100%;background: #f7f7f7;}
.contactus-item .text {position: absolute;left: 15rem;width: 70%;top: 50%;transform: translateY(-50%);}
.contactus-item .title-1 {font-weight: bold;}
.contactus-item .text-1 {margin-top: 1%;color: #666666;}
.contactus-item .text-1 a {color: #666666;}
.contactus-item .text-1 a:hover {color: #035cac;}




.ny_con {}
.ny_con_l { width:55%; padding:5%; background:#f0f0f0; border-radius:25px;  float:left; margin-top:30px;}
.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:#95bc2b; border-radius:25px; 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;}



.ny_con_r { width:30%; float:right;}
.ny_con_r h3 { color:#30593e}
.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%;} 





/*job*/

.ny_job_z { width:100%; margin-top:30px;}
.ny_job_a { padding:2% 5%; background:#ccef15; color:#fff; float:left; margin-bottom:10px; }
.ny_job_a:hover { background:#f8b616; }

.ny_job_a1 i {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../images/linkedin1.png) center no-repeat;
	background-size:15px 15px;
    margin-left: 10px;
}
.ny_job_a1 a:hover i {background: url('../images/linkedin1.png') center no-repeat; background-size:15px 15px;}






/* other */

.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color:#fff;  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { background: url("../images/loading.gif") no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none;opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 7rem; height: 7rem;right:0;top:0;background: url('../images/cc.png') center no-repeat #000; transition-duration: 0.5s;}
.closed:hover {background: url('../images/cc.png') center no-repeat #035cac;}


/* search */
.search-detail {margin-top: 7rem;padding: 3% 0 0 0;overflow: hidden;}
.search-detail-top {width: 81%;margin: auto;}
.search-from {position: relative;display: inline-block;vertical-align: middle;width: 30%;}
.search-submit {position: absolute;right: 3%;top: 0;border: none;background: url('../images/s.png') center no-repeat;width: 10%;height: 100%;opacity: .5;cursor: pointer;}
.search-submit:hover {opacity: 1;}
.search-input {display: block;width: 100%;padding: 4% 8%;box-sizing: border-box;border-radius: 50px;background: #f7f7f7;border: none;color: #000;}
.search-input::input-placeholder{color: #aaaaaa;opacity: 1;}
.search-input::-webkit-input-placeholder{color: #aaaaaa;opacity: 1;}
.search-return {display: inline-block;vertical-align: middle;margin-left: 5%;}
.search-return .text-1 {color: #333333;}
.search-return .text-1 strong {color: #035cac;}
.search-detail-center {width:100%;margin: auto;margin-top:3%;background: #f7f7f7;padding: 3% 0;overflow: hidden;}
.search-detail-nav {width: 81%;margin: auto;}
.search-detail-nav a{margin-right: 3%;}
.search-detail-nav a.cur {color: #035cac;}
.search-detail-bottom {overflow: hidden;width: 81%;margin: auto;padding-bottom: 5%;}
.search-product-list ,.search-news-list {overflow: hidden;padding: 2% 0;}
.search-product-list .polaris-product-item {overflow: hidden;position: relative;background: #fff;border-radius: 10px;}
.search-product-list .polaris-product-item .img {float: left;width: 50%;}
.search-product-list .polaris-product-item .text {right: 5%;top: 50%;width: 40%;text-align: left;left: auto;transform: translateY(-50%);}
.search-product-list .polaris-product-item .more-1 {margin-top: 10%;}
.search-product-list .polaris-product-item .more-1 a {margin: 0;}







@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:#035cac;} */
 
	.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: 50%;}
	.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: 7rem}
	.header-nav ul a.nav {padding: 0 20px;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: 15rem;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:600px;}
	.contactus-item .icon-1 {width: 10rem;height: 10rem;}
	.header-nav-show-content {margin-top:7rem;}
	.company-profile-culture {width: 27%;margin: 0 2%;}
}
@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: 90%;}
}
@media screen and (max-width: 1580px) {
    .company-profile-culture {width: 30%;margin: 0 0%;}
}
@media screen and (max-width: 1440px) {
/*	.header:before { position:absolute; content:" "; width:600px; height:600px; 

border-radius:50%; top:-450px;

 left:-18%; z-index:1; background:#035cac;} */
	.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: 4.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: 90%;}
	.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;}
	 
}
@media screen and (max-width: 860px) {
	.pcshow,.header-nav ul li,.header-show-right,.index-swiper .index-pagination,.product-right-nav,.index-banner-swiper .banner-prev, .index-banner-swiper .banner-next {display: none!important;}
	.mbshow,.menu-toggle,.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: 5%;}
	.header-content,.polaris-product-detail::before,.polaris-news-detail::before {height: 5rem}
	.header-nav ul a.nav {padding: 0 20px;line-height: 5rem;}
	.menu-toggle,.closed {width: 5rem;height: 5rem;}
	.product-top-nav.cur {top: 0;}
	.news-detail-bottom .link-1 { width: 100%;}
	.header-show-nav ul {float: left;width: 29%;margin-left: 0;}
	.header-show-nav ul:nth-child(1) { width:42% !important;}
	.header-logo {width: 45%;}.header-right {right: 5rem;}
	.header-show-left {width: 90%;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 {top: 5%;}
	.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%;}
	.company-profile-left,.search-from {position: relative;left: auto;top: auto;width: 100%; height:200px;}
	.company-profile-left .gezhi-1 { left:25%;}
	.company-profile-video a::before {width: 5rem;height: 5rem;}
	.company-profile-culture {
    width: 40%;
    border-bottom: 1px solid #ccc;
    padding: 5% 5%;
    height: 300px; margin:0px !important;
}
	.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: 15% 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.4rem;}
    .index-product-item .title-1 {font-weight: 500;}
	
	
	.header:before { width:100% !important; height:65px !important; top:0px !important; left:0px !important; border-radius:0px !important;}
	.menu-toggle {  background:none !important;}
	.no-touch .menu-toggle { background:#035cac !important;}
	
	.menu-toggle span.hamburger:before { margin-left:-8px;}
	.polaris-banner .text .text-2 ul { display:none;}

	.index_jieshao-top .title-3{ width:100%; }
	.footer-logo img { max-width:none !important; height:90px !important;}
	.index_jieshao .index_jieshao-top a img { height:90px !important;}
	.index_jieshao { padding:50px 0px !important;}
	.gy1d .commen { display:block !important; width:92% !important; margin:auto; }
	.gy1d_a { width:49% !important; display:inline-block !important; border:none !important; float:left;}
	.gy1d_a h6 { font-size:25px !important;}
	.gy1d { height:380px !important;}
	.gy1d_a p { font-size:14px !important;}
	
	
	.index_about { padding:50px 0px !important; height:1040px !important;}
	.index_about .index-content { display:block !important;}
	.index_about .index_about_right { width:100% !important; margin-right:0px !important; margin-left:0px !important;}
	.index_about .index_about_left { width:100% !important; margin-right:0px !important; margin-left:0px !important;}
	
	.index_cp { padding:50px 0px !important; height:890px !important; background-size:auto 100% !important;}
	.index_cp .index-content { display:block !important;}
	.index_cp .index_cp_right { width:100% !important; margin-right:0px !important; margin-left:0px !important;}
	.index_cp .index_cp_left { width:100% !important; margin-right:0px !important; margin-left:0px !important; margin-top:0px !important;}
	
	.index-news { padding:50px 0px !important;}
	
	
	.index-about { background-size:auto 100% !important; height:65rem !important; }
	
	.index-about-text { width:80% !important; margin:0px 7% !important; padding-bottom:22% !important;}
	.sy_news .news-content-item { float:left !important;}
	
	
	
	.header.scroll-down, .header.scroll-top { top:0px !important;}
	.header.scroll-down, .header.scroll-top, .header.black{ background:#035cac !important;}
	.header.scroll-down .header-nav ul a.nav { color:#fff;}
	.header-nav ul li.language i { filter: invert(0)!important;}
	.menu-toggle { position:fixed !important;}
	.header.scroll-top .header-nav ul a.nav { color:#fff !important;}
	
	.polaris-company-profile .index_jieshao { padding-top:0px !important;}
	
	.ny_zhuanli table { margin:0px !important; }
	.proda_left { width:100%;}
	.product-detail-text{ width:100%;}
	
	
	
	.cplz { display:none;}
	.leftBox .normalBox.w #n img { width:100% !important; height:auto !important;}
	.normalBox .w { display:table-cell; height:300px !important;}
	.w { display:table-cell; height:300px !important;}
	.normalBox .w img { vertical-align: middle;}
	#outBox { margin-bottom:0px !important;}
	.botBox ul li img { width:100% !important;}
	.botBox ul li { width:18% !important; height:50px !important;}
	
	.tab-content .ny_pro_da_zi.juzuo.pcba { display: none!important;}
	
	.tab-content .ny_pro_da_zi.juzuo.sjba { display: block !important;}
	.leftBox { height:400px;}
	
	.order_list2 {padding-left: 0%!important;}
	
	body .polaris-about .polaris-company-profile .index_cp .company-profile-center {width:100% !important;}
	.polaris-about .polaris-company-profile .index_cp {padding-top: 0!important; height:auto !important;  }
.polaris-about .polaris-company-profile .index_jieshao { padding-bottom:0px !important;}



.module-banner-box { width:90% !important; margin:0px auto !important;}
.module-banner-tab-list{ width:100% !important;}
.module-banner-tab-list ul li{ width:100% !important;}
.module-banner-tab-list-box{ width:100% !important;}
.module-tab-box-ma{ width:100% !important;}
.hse .tu img { width:100% !important;}
.module-banner-tab-list ul li { height:60px !important;}
.module-banner-tab-list ul li p{ line-height:60px !important;}
.hse .zi { left:0px; font-size:25px !important;}
.module-banner-tab-list-box { height:120px !important;}
.ny_con_l { width:90% !important;}
.ny_con_r{ width:100% !important;}


.polaris-about .polaris-company-profile .index_about { height:auto !important; padding-top:0px !important;}





	.polaris-certificate-honor .index-content { overflow: visible !important;}
	.polaris-company-profile { overflow: visible !important;}
	.polaris-about{ overflow: visible !important;}
	body{ overflow: visible !important;}
	.polaris-certificate-honor{ overflow: visible !important;}
	
	.ny_con_map { width:100% !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) {
	
}














.init-4 {

}
.init-4 .container { text-align:center; width:100%; margin:0px auto;}


.init-4 .container .play1{display:inline-block;position:relative;margin-top:50px;z-index:6}


.init-4 .container .play1:before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,.5);opacity:0;width:100%;height:100%;border-radius:100% !important;border-radius:inherit;-webkit-animation:ks 3s infinite;-o-animation:ks 3s infinite;animation:ks 3s infinite;display:block;z-index:-1}


.init-4 .container .play1:after{content:'';position:absolute;top:50%;left:50%;border-radius:100% !important;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,.5);opacity:0;width:100%;height:100%;border-radius:inherit;-webkit-animation:ks 3s infinite;-o-animation:ks 3s infinite;animation:ks 3s infinite;display:block;z-index:-1;-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}


.init-4 .container .play1 {
    display: inline-block;
    position: relative;
    margin-top: 50px; left:0%;
    z-index: 6; margin:50px auto 0px;
}

    
.init-4 .container .play1:before {
    content: '';
    position: absolute; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(9,91,165,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -o-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}

.init-4 .container .play1:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background:rgba(9,91,165,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -o-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

@-webkit-keyframes ks {
0% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:1
}
70% {
-webkit-transform:translate(-50%, -50%) scale(2);
-moz-transform:translate(-50%, -50%) scale(2);
-ms-transform:translate(-50%, -50%) scale(2);
-o-transform:translate(-50%, -50%) scale(2);
transform:translate(-50%, -50%) scale(2);
opacity:0
}
100% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:0
}
}
@-o-keyframes ks {
0% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:1
}
70% {
-webkit-transform:translate(-50%, -50%) scale(2);
-moz-transform:translate(-50%, -50%) scale(2);
-ms-transform:translate(-50%, -50%) scale(2);
-o-transform:translate(-50%, -50%) scale(2);
transform:translate(-50%, -50%) scale(2);
opacity:0
}
100% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:0
}
}
@-moz-keyframes ks {
0% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:1
}
70% {
-webkit-transform:translate(-50%, -50%) scale(2);
-moz-transform:translate(-50%, -50%) scale(2);
-ms-transform:translate(-50%, -50%) scale(2);
-o-transform:translate(-50%, -50%) scale(2);
transform:translate(-50%, -50%) scale(2);
opacity:0
}
100% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:0
}
}
@keyframes ks {
0% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:1
}
70% {
-webkit-transform:translate(-50%, -50%) scale(2);
-moz-transform:translate(-50%, -50%) scale(2);
-ms-transform:translate(-50%, -50%) scale(2);
-o-transform:translate(-50%, -50%) scale(2);
transform:translate(-50%, -50%) scale(2);
opacity:0
}
100% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity: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:0px;  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:#035cac; 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;}






#r3 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#r3 .rowMain { width:1390px; margin:0px auto 100px;}
#r3 .rowMain .topic {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10vw;
}
#r3 .rowMain .topic .til {
 
}
#r3 .rowMain .topic .til h2 {
  line-height: 1;
  margin-right: 0.2rem; color:#1a1a1a; font-weight:normal; margin-bottom:30px;width:100%
}

@font-face {
	font-family:Barlow-Regular;
	src: url("http://www.sunliky.com/Html/css/../fonts/Barlow-Regular.ttf"); }
#r3 .rowMain .topic .til small {
  line-height: 1.3; width:100%; font-size:18px; color:#737373; font-family:Barlow-Regular; text-transform:uppercase
}
#r3 .rowMain .com {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; margin-top:10px
}
#r3 .rowMain .com .swiper-wrapper {
  justify-content: space-between;
  align-items: flex-start;
}
#r3 .rowMain .com .swiper-pagination {
  display: none;
  bottom: 32px;
}
#r3 .rowMain .com .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d6031a;
}
#r3 .rowMain .com .list {
  width: 15%;
  position: relative;
  height: auto;
}
#r3 .rowMain .com .list a {
  display: block;
}
#r3 .rowMain .com .list .photo {
  width: 100%;
  padding-bottom: 187%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
}
#r3 .rowMain .com .list .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  z-index: 0;
}
#r3 .rowMain .com .list .photo .pic::after {
  content: '';
  display: block;
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;

  z-index: 3;
}
#r3 .rowMain .com .list .photo .pic .videoBtn {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  right: 12%;
  bottom: 10%;
}
#r3 .rowMain .com .list .photo .pic .videoBtn i {
  font-size: 0.5rem;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition-delay: 0.3s;
  line-height: 0.5rem;
  display: inline-block;
}
#r3 .rowMain .com .list .photo .pic .videoBtn.on i {
  opacity: 0;
  transition-delay: 0s;
}
#r3 .rowMain .com .list .photo .pic .videoBtn.on span {
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
}
#r3 .rowMain .com .list .photo .pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
}
#r3 .rowMain .com .list .msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 12% 10% 12%;
}
#r3 .rowMain .com .list .msg i {
  font-size: 42px; color:#fff
}
#r3 .rowMain .com .list .msg h3 {
  margin-bottom: 5px;
  margin-top: 10px; color:#fff; font-weight:normal; font-size:18px;
}
#r3 .rowMain .com .list .msg small {
  color: rgba(255, 255, 255, 1); font-size:14px; font-family:Barlow-Regular; text-transform:uppercase
}
#r3 .rowMain .com .list:nth-child(2n) {
  margin-top:50px;
}

#r3 .rowMain .com .list:nth-child(2) {
  margin-top:50px;
}
#r3 .rowMain .com .list:nth-child(5) {
  margin-top:50px;
}

#r3 .rowMain .com .list:nth-child(3) {
  margin-top:100px;
}
#r3 .rowMain .com .list:nth-child(4) {
  margin-top:100px;
}

#r3 .rowMain .com .list:nth-child(6) {
  margin-top:0px;
}
@media screen and (orientation: landscape) {
  #r3 .rowMain .com .list:hover .photo {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
  }
  #r3 .rowMain .com .list:hover .photo .pic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
#r3 .rowMain .com .list.on .photo .pic video {
  opacity: 1;
}








/************footer*********************/
.footer_1{ color:#fff; overflow:hidden; padding-bottom:7em;
background-image:url(../images/fimg4.jpg); background-position:center; background-repeat:no-repeat; background-size:cover;}
.footer_1 ul { padding:0px; margin:0px;}
.footer_1 .index_1_mid { width:90%; margin:0px auto; height:auto !important;}
.footer_2 .index_1_mid {height:auto !important;}
.footer_2 .index_1_mid .banquan { font-size:15px;}
.footer_2{ padding:1em 0;
text-align:center; line-height:1.6;}
.footer_1_1{
position:relative; margin-top:5vw; margin-bottom:3vw;}
.footer_1_1_right{
position:absolute; right:0; top:50%;-webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);}
.footer_1_1_right ul li{ margin-left:10px;
display:inline-block; position:relative;}
.footer_1_1_right ul li a{
display:block; width:3.875em; height:3.75em; background-position:center; background-repeat:no-repeat; background-size:cover;}
.footer_1_1_right ul li:nth-child(1) a{
background-image:url(../images/footer/img1.png);}
.footer_1_1_right ul li:nth-child(2) a{
background-image:url(../images/footer/img2.png);}
.footer_1_1_right ul li:nth-child(3) a{
background-image:url(../images/footer/img3.png);}
.footer_1_2_left{
float:left; width:32.48610253242742%;}
.footer_1_2_right{ background-image:url(../images/footer/img5.png); background-position:left; background-repeat:repeat-y;
float:right; width:67.51389746757258%;}
.footer_1_2_right ul li{
float:left; margin-left:5.5vw;}
.footer_1_2_right ul li:last-child{
/*margin-left:0*/}
.footer_1_2_left_mid_1{
font-size:35px; font-family:mb; text-transform:uppercase; margin-top:10px;}
.footer_1_2_left_mid_2{ line-height:2; margin-top:1.75em; font-size:16px; line-height:36px;
color:#fff;}
.footer_1_2_left_mid_2 a {color:#fff;}
.footer_1_2_left_mid_2 p { margin:0px; padding:0px;}
.footer_1_2_left_mid{
margin-right:1em;}
.footer_1_2_right ul li { list-style:none !important;}
.footer_1_2_right ul li p{
font-size:17px; font-weight:900;}
.footer_1_2_right ul li dl dd a{
color:#fff;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.footer_1_2_right ul li dl dd{
margin-top:1em; font-size:15px; padding:0px; margin:1em 0px 0px;}
.footer_1_2_right ul li dl dd a:hover{
color:#fff}
.footer_1_2_right ul li dl{
padding-top:1px;}
#footer{
position:relative; z-index:10; background-color:#fff;}
.footer_1_1_right img{
position:absolute; left:50%; top:44px; width:120px;-webkit-transform: translate(-50%, -0%);  
    transform: translate(-50%, -0%); max-width:none; display:none}
.footer_1_1_right ul li:hover img{
display:block}