 

/* CSS Reset */
html{-webkit-text-size-adjust:none;font-size: 62.5%;} 
body{color: #1a1a1a;overflow-x:hidden;margin:0; padding:0;}
input,select,textarea {border-radius: 0;outline: none;}
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;}
.wow {opacity: 0;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color:#f1f1f1;}
.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%;}
.img-alt {opacity: 0;}
.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;}
.send-mark {position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;background: rgba(255,255,255,0.5);}
.send-mark.cur {display: none;}
.send-mark i {display: block;width: 4.8rem;height: 4.8rem;background:url('../image/loading.gif') center no-repeat;background-size: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50,-50%);}
.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:#00a3b9;box-shadow:inset 1px 1px 0 #00a3b9,inset 0 -1px 0 #00a3b9;}
 



/* header */
.header {position:fixed;left: 0;top: 0;z-index: 500;width: 100%;transition:all .4s ease;}
.header * {transition:all .4s ease;}
.header-content {width:100%;height: 9rem;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: 3%;top: 50%;transform: translateY(-50%);z-index: 10;width: 13%;}
.header-logo a {display: block;background-position: left center;background-repeat: no-repeat;background-size: 100%;}
.header-logo img{display: block;max-width: 100%;filter: invert(1) brightness(5.5) grayscale(1);}
.header-center {position: absolute;right:3%;top: 50%;transform: translateY(-50%);z-index: 9;text-align: center;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;padding: 0;}
.header-nav ul a {color: #fff;}
.header-nav ul a.nav {position: relative; padding: 0 2rem;line-height: 9rem;}
.header-nav ul a.nav span {position: relative;}
.header-nav ul a.nav span::after {content: '';width: 0;height: 2px;position: absolute;left: 0;bottom: -20%;background: #fff;transition:all .4s ease;opacity: 0;}
.header-nav ul a.nav:hover span{color: #00a3b9;} 
.header-nav ul a.nav:hover span::after {opacity: 1;width: 100%;background: #00a3b9;}
.header-nav ul li.cur a.nav {opacity: 1;}
.header-nav ul li.cur a.nav span::after {opacity: 1;width: 100%;}
.header-nav ul li a {display: block;}

.header-nav ul li.language {margin-left: 2rem;width: 8rem;height: 4.2rem;border: 2px solid rgba(255,255,255,.3);border-radius: 10rem;line-height: 4.2rem;}
.header-nav ul li.language i{display: inline-block;vertical-align: middle;position: relative;width: 1rem;height: 0.6rem;background: url('../image/x.png') center no-repeat;background-size: 100%;}
.header-nav ul li.language span{display: inline-block;vertical-align: middle;margin-right: 1rem;}
.header-nav ul li.search {width: 4.2rem;height: 4.2rem;border: 2px solid rgba(255,255,255,.3);border-radius: 100%;margin-left: 2rem;}
.header-nav ul li.search i {width: 1.6rem;height: 1.6rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url('/static/images/search.png') center no-repeat;background-size: 100%;filter: invert(0);}


.header.scroll-down,.header.scroll-top,.header.black {background: #fff;border-bottom: 1px solid rgba(0,0,0,.1);}
.detail .header {border-bottom: 1px solid rgba(0,0,0,.1);}
.header.scroll-down .header-logo img,.header.scroll-top .header-logo img,.header.black .header-logo img,.detail .header .header-logo img{filter: invert(0) brightness(1) grayscale(0);}
.header.scroll-down .header-nav ul a span,.header.scroll-top .header-nav ul a span,.header.black .header-nav ul a span,.detail .header .header-nav ul a span {color: #000;}
.header.scroll-down .header-nav ul a.nav span::after,.header.scroll-top .header-nav ul a.nav span::after,.header.black .header-nav ul a.nav span::after,.detail .header .header .header-nav ul a.nav span::after{background: #000;}
.header.scroll-down .header-nav ul li.language,.header.scroll-down .header-nav ul li.search,
.header.scroll-top .header-nav ul li.language,.header.scroll-top .header-nav ul li.search,
.header.black .header-nav ul li.language,.header.black .header-nav ul li.search,
.detail .header .header-nav ul li.language,.detail .header .header-nav ul li.search {border: 2px solid rgba(0,0,0,.3);}
.header.scroll-down .header-nav ul li i,.header.scroll-top .header-nav ul li i,.header.black .header-nav ul li i,.detail .header .header-nav ul li i {filter: invert(1);}
.header.scroll-down .header-nav ul li.cur a.nav span ,.header.scroll-top .header-nav ul li.cur a.nav span ,.header.black .header-nav ul li.cur a.nav span ,.detail .header .header-nav ul li.cur a.nav span {color: #00a3b9;}
.header.scroll-down .header-nav ul li.cur a.nav span::after ,.header.scroll-top .header-nav ul li.cur a.nav span::after ,.header.black .header-nav ul li.cur a.nav span::after ,.detail .header .header-nav ul li.cur a.nav span::after {background: #00a3b9;}
.header.scroll-down {top: -10rem;}





.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;}
.header-show-mark.cur {display: block;z-index: 100;opacity: 1;}
.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:9rem;overflow: hidden;}
.header-nav-content {padding: 2% 0;overflow: hidden;width: 80%;margin: auto;}
 



/* menu */
.menu-toggle {display: none;width: 7rem;height: 7rem;position: absolute;overflow: hidden;right: 0;top: 0px;z-index: 900;}
.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:#000;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;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:#000;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: #000;}
.no-touch .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #000;}
 

 



/* footer */
.footer {background:#fff;position: relative;clear: both; overflow: hidden;color: #999999;border-top: 1px solid #e6e6e6;}
.footer a:hover {color: #00a3b9;}
.footer-content {width: 75%;margin: auto;position: relative;}
.footer-content-top {padding: 4% 0;overflow: hidden;border-bottom: 1px solid #ededed;position: relative;}
.footer-top-left {float: left;width: 40%;}
.footer-logo a{width: 100%;height: auto;display: block;}
.footer-contact {position: relative;margin-top: 8%;}
.footer-contact .item-1 {display: block;padding: .2rem 0;}
.footer-contact .item-1 span{display: inline-block;vertical-align: middle;color: #000;}
.footer-contact .item-1 span:first-child {color: #999;}
.footer-top-right {width: 55%;text-align: right;float: right;}
.footer-social {position: relative;}
.footer-social li{list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin-left: 1%;position: relative;}
.footer-social li a{position: relative;display: block;width: 4.8rem;height: 4.8rem;border: 2px solid rgba(80,80,80, 0.1);border-radius: 100%;}
.footer-social li a:hover {background: #00a3b9;border: 2px solid #00a3b9;}
.footer-social li a:hover img {filter: invert(1) brightness(5);}
.footer-social li:last-child a{background: #00a3b9;border: 2px solid #00a3b9;}
.footer-nav {margin-top: 3%;overflow: hidden;}
.footer-nav ul{list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: top;text-align: left;margin-left: 10%;}
.footer-nav ul:first-child {margin: 0;}
.footer-nav ul span{color: #000;display: block;padding-bottom: 1rem;}
.footer-nav ul li{list-style: none;margin: 0;padding: 0;padding: 1% 0;}
.footer-nav ul a {color: #000;}
.footer-nav ul a:hover {color: #00a3b9;}
.footer-content-bottom {clear: both;overflow: hidden;position: relative;padding: 1% 0;}
.footer-copy,.footer-content-bottom a  {color: #666666;}
.footer-content-bottom a:hover {color: #00a3b9;}
.footer-link {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.footer-social li:hover .ewmshow-1{display: block;}
.ewmshow-1 {background: #fff;padding: 5px;width: 90px;height: 90px;overflow: hidden;position: absolute;top: 100%;left: 50%;border-radius: 4px;margin-left: -50px;display: none;}



/* index */ 

.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;}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.index-banner-item {position: relative;}
.index-banner-text {position: absolute;left: 10%;top: 50%;transform: translateY(-50%);z-index: 100;color: #fff;}
.index-banner-text .title-1 strong{font-weight: 900;} 
.index-banner-swiper .title-1,
.index-banner-swiper .uli-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 .uli-more-1 {transition-delay: .4s;margin-top: 10%;} 
.index-banner-swiper .uli-more-1 span {color: #fff;}
.index-banner-swiper .uli-more-1 a::after,.index-banner-swiper .uli-more-1 a::before {background: #fff;}
.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .uli-more-1  {transform: translateY(0px);opacity: 1;}
.banner-scroll {position: absolute;bottom:5%;z-index: 11;right: 2%;}
.index-banner-swiper .banner-pagination {left:0;right: auto;top: auto;width: auto;bottom: 3%;text-align: center;width: 100%;}
.index-banner-swiper .banner-pagination span{margin: 0px 5px!important;opacity: .5;width: .6rem;height: .6rem;background: #fff;display: inline-block;vertical-align: middle;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active {background: #00a3b9;opacity: 1;}
.index-banner-swiper .banner-pagination::after {content: '';clear: both;width: 2rem;height: 3rem;background: url('../image/mou.png') center no-repeat;background-size: 100%;display: block;margin: auto;margin-top: 1%;}
 
.index-banner-text.center {text-align: center;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.index-banner-text.right {left: auto;right: 10%;}
.index-banner-text.none {display: none;}
 


.uli-more-1 {margin-top: 5%;position: relative;}
.uli-more-1 a {display: inline-block;position: relative;}
.uli-more-1 a::after,.uli-more-1 a::before {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 8%;background: #000;transition:all .4s ease;opacity: .2;}
.uli-more-1 a::before {width: 20%;opacity: 1;z-index: 11;}
.uli-more-1 a:hover::before {width: 100%;}
.uli-more-1 span{display: inline-block;vertical-align: middle;}
.uli-more-1 i{width: 4.4rem;height: 4.4rem;display: inline-block;vertical-align: middle;background:#00a3b9 ;border-radius: 100%;position: relative;margin-left: 2rem;}
.uli-more-1 i::before{content: '';width: .6rem;height: 1rem;background:url('../image/r1.svg') center no-repeat;background-size: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);filter: invert(1) brightness(12.5) grayscale(1);}



.uli-content {width: 75%;margin: auto;}
.uli-title {overflow: hidden;}
.uli-title.center {text-align: center;}
.uli-title .text-1 {overflow: hidden;color: #00a3b9;}
.uli-title .title-1 {color: #000;}
.uli-title .text-2 {color: #808080;margin-top: 1rem;}
.uli-title .fuhao-1 {margin: 1% 0;}
.uli-title .fuhao-1 i {display: inline-block;width: 2.4rem;height: 1.4rem;background: url('../image/fuhao.png') center no-repeat;background-size: 100%;}
.more-1 {margin-top: 1%;}
.more-1 a {display: block;position: relative;}
.more-1 span {color: #00a3b9;display: inline-block;vertical-align: middle;position: relative;}
.more-1 span::after {content: '';width: 0;height: 1px;position: absolute;left: 0;bottom: 0;background: #00a3b9;transition:all .4s ease;}
.more-1 i {display: inline-block;vertical-align: middle;margin-left: 1rem;background: url('../image/r1.svg') center no-repeat;background-size: 100%;width: .6rem;height: 1rem;}
.more-1 a:hover span::after{width: 100%;}

.uli-index-product {padding: 4% 0 3% 0;overflow: hidden;background: url('../image/bg1.jpg') center top no-repeat;background-size: cover;}
.uli-index-product-swiper {position: relative;width: 74%;margin: auto;}
.uli-index-product-item-top {position: relative;margin-bottom: 1%;}
.uli-index-product-item-bottom {position: relative;margin: auto;width: 76%;}
.swiper-button-prev,.swiper-button-next {width: 6rem;height: 6rem;border: 2px solid rgba(0,163,185,.5);border-radius: 100%;transition:all .4s ease;box-sizing: border-box;outline: none;} 
.swiper-button-next::after,.swiper-button-prev::after{color: #00a3b9;font-weight: 900;font-size: 1.2rem;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;transition:all .4s ease;}
.swiper-button-prev:hover,.swiper-button-next:hover {background: #00a3b9;border: #00a3b9 2px solid;}
.swiper-button-prev:hover::after,.swiper-button-next:hover::after {color: #fff;}
.uli-index-product-swiper .uli-index-product-item {opacity: 0;} 
.uli-index-product-swiper .uli-index-product-item .img-center {opacity: 0;transform: scale(3);transition-delay: .5s;transition:all .8s ease;}
.uli-index-product-swiper .uli-index-product-item .text-1,
.uli-index-product-swiper .uli-index-product-item .title-1,
.uli-index-product-swiper .uli-index-product-item .text-2,
.uli-index-product-swiper .uli-index-product-item .more-1 {opacity: 0;transform: translateY(-200px);transition:all .8s ease;}
.uli-index-product-swiper .swiper-slide-active .uli-index-product-item {opacity: 1;}
.uli-index-product-swiper .swiper-slide-active .uli-index-product-item .img-center {opacity: 1;transform: scale(1);}
.uli-index-product-swiper .swiper-slide-active .text-1,
.uli-index-product-swiper .swiper-slide-active .title-1,
.uli-index-product-swiper .swiper-slide-active .text-2,
.uli-index-product-swiper .swiper-slide-active .more-1 {opacity: 1;transform: translateY(0);}
.uli-index-product-bottom {overflow: hidden;position: relative;}
.uli-index-product-bottom::after {content: '';width: 100%;height: 1px;position: absolute;background: #ccc;left: 0;top: 50%;margin-top: -.5px;}
.uli-index-product-item-swiper {position: relative;width: 80%;margin: auto;}
.uli-index-product-item-swiper .swiper-slide li{list-style: none;margin: 0;top: 0;text-align: center;position: relative;height: 7rem;cursor: pointer;}
.uli-index-product-item-swiper .swiper-slide li::after {content: '';width: .5rem;height: .5rem;position: absolute;background: #ccc;border-radius: 100%;left: 50%;top: 50%;z-index: 11;transform: translate(-50%,-50%);}
.uli-index-product-item-swiper .swiper-slide li::before {content: '';width: 1rem;height: 1rem;position: absolute;border-radius: 100%;left: 50%;top: 50%;z-index: 11;transform: translate(-50%,-50%);border: 1px solid #00a3b9;opacity: 0;}
.uli-index-product-item-swiper .swiper-slide span {color: #9ea1a3;display: block;position: absolute;top: 0;left: 0;width: 100%;text-align: center;}  
.uli-index-product-item-swiper .swiper-slide-thumb-active li::before{opacity: 1;}
.uli-index-product-item-swiper .swiper-slide-thumb-active li::after {background: #00a3b9;}
.uli-index-product-item-swiper .swiper-slide-thumb-active span {color: #00a3b9;}

.uli-index-application-area {padding: 5% 0;overflow: hidden;}
.uli-index-application-area-top {overflow: hidden;}
.uli-index-application-area-bottom {margin-top: 2%;position: relative;}
.uli-index-application-area-bottom::after {content: '';width: 100%;height: 1px;position: absolute;background: #ededed;left: 0;top: 38%;margin-top: -.5px;}
.uli-index-application-area-item {width: 80%;margin: auto;text-align: center;}
.uli-index-application-area-item a {display: block;position: relative;}
.uli-index-application-area-item .img{position: relative;background-color: transparent;}
.uli-index-application-area-item .img::after {content: '';width: 100%;height: 4.5rem;background: url('../image/touying.png') center top no-repeat;background-size: 100%;opacity: 0;transition-delay: .3s;}
.uli-index-application-area-item .img::before {content: '';width: 6rem;height: 6rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-90%);background: url('../image/add.png') center no-repeat;background-size: 100%;z-index: 111;opacity: 0;}
.uli-index-application-area-item a:hover .img::before{opacity: 1;}
.uli-index-application-area-item .pic {transform: scale(.5);border-radius: 12px;opacity: .5;background: #ccc;}
.uli-index-application-area-item .text{margin-top: -2%;overflow: hidden;position: relative;z-index: 11;opacity: 0;}
.uli-index-application-area-item .title-1{color: #000;}
.uli-index-application-area-item .text-1{color: #808080;width: 80%;margin: auto;margin-top: 2%;} 
.uli-index-application-area-swiper {z-index: 11;}
.uli-index-application-area-swiper .swiper-slide-active .uli-index-application-area-item {width: 92%;}
.uli-index-application-area-swiper .swiper-slide-active .text{opacity: 1;}
.uli-index-application-area-swiper .swiper-slide-active .img::after {display: block;opacity: 1;}
.uli-index-application-area-swiper .swiper-slide-active .pic {transform: scale(1);border-radius: 0;opacity: 1;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.uli-index-application-area-swiper .application-next,.uli-index-application-area-swiper .application-prev  {margin-top: -5.4%;border: 2px solid #ededed;background: #fff;width: 7.5rem;height: 7.5rem;box-sizing: border-box;}
.uli-index-application-area-swiper .swiper-slide-active .uli-index-application-area-item a:hover .pic {transform: scale(1.05);}
.uli-index-application-area-swiper .application-next {right: 15%;}
.uli-index-application-area-swiper .application-prev {left: 15%;}
.uli-index-application-area-swiper .application-prev::before {content: 'Prev';font-weight: normal;color: #ccc;}
.uli-index-application-area-swiper .application-next::before {content: 'Next';font-weight: normal;color: #ccc;}
.uli-index-application-area-swiper .application-prev::after,.uli-index-application-area-swiper .application-next::after{display: none;}
 
.uli-index-about {position: relative;overflow: hidden;padding-top: 5%;}
.uli-index-about-top {width: 75%;margin: auto;position: relative;}
.uli-index-about-top .uli-title{width: 50%;}
.uli-index-about-top .uli-more-1 {position: absolute;right: 0;top: 14%;margin: 0;}
.uli-index-about-top .fuhao-1 {margin: 2% 0;}
.uli-index-about-bottom {position: relative;}
.pic-text-1 {position: absolute;left: 11.5%;top: 0;z-index: 1;width: 100%;text-shadow: #d5edf4 1px 0 0, #d5edf4 0 1px 0, #d5edf4 -1px 0 0, #d5edf4 0 -1px 0;color: #fff;}
.pic-text-1 img {z-index: 1;}
.uli-index-about-bottom .img-block {z-index: 11;position: relative;}

.uli-index-news {padding: 6% 0;overflow: hidden;}
.uli-index-news-bottom {overflow: hidden;margin-top: 2%;}
.uli-index-news-item {overflow: hidden;position: relative;float: left;}
.uli-index-news-item a{display: block;position: relative;border-radius: 2rem;overflow: hidden;background: #f7f7f7;}
.uli-index-news-item .item-1 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.uli-index-news-item .text{padding: 5%;overflow: hidden;}
.uli-index-news-item .data-1{color: #999999;}
.uli-index-news-item .title-1{margin-top: 3%;position: relative;}
.uli-index-news-item .text-1 {color: #fff;margin-top: 5%;}
.uli-index-news-item .more-2 {margin-top: 0;position: absolute;left: 5%;bottom: 5%;z-index: 11;}
.uli-index-news-item a:hover .pic {transform: scale(1.03);}
.uli-index-news-item.uini1,.uli-index-news-item.uini2 {width: 32%;margin-right: 2%;}
.uli-index-news-item.uini1 a:hover {background: #00a3b9;}
.uli-index-news-item.uini1 a:hover .data-1,.uli-index-news-item.uini1 a:hover .title-1,.uli-index-news-item.uini1 a:hover .more-2 span {color: #fff;}
.uli-index-news-item.uini1 a:hover .more-2 i {filter: invert(1) brightness(5) grayscale(1);}
.uli-index-news-item.uini2 a {background: #00a3b9;}
.uli-index-news-item.uini2 .text{padding: 10%;}
.uli-index-news-item.uini2 .data-1,.uli-index-news-item.uini2 .title-1,.uli-index-news-item.uini2 .more-2 span {color: #fff;}
.uli-index-news-item.uini2 .more-2 i {filter: invert(1) brightness(5) grayscale(1);}
.uli-index-news-item.uini2 .title-1 {padding-bottom: 5%;overflow: hidden;}
.uli-index-news-item.uini2 .title-1::after,
.uli-index-news-item.uini2 .title-1::before  {content: '';width: 100%;height: 2px;background: #fff;position: absolute;left: 0;bottom: 0;opacity: .2;}
.uli-index-news-item.uini2 .title-1::before  {width: 20%;z-index: 1;opacity: 1;}
.uli-index-news-item.uini2 .more-2 {left: 10%;}
.uli-index-news-item.uini2 .more-2 span {opacity: .8;}
.uli-index-news-item.uini2 a:hover .title-1::before {width: 100%;}
.uli-index-news-item.uini3 {width: 32%;margin-bottom: 1.4%;}
.uli-index-news-item.uini3 a {background: none;}
.uli-index-news-item.uini3 .newsbg {display: none;}
.uli-index-news-item.uini3 .item-1 {position: relative;left: auto;top: auto;overflow: hidden;}
.uli-index-news-item.uini3 .img {float: left;width: 50%;border-radius: 2rem;}
.uli-index-news-item.uini3 .text {float: right;width: 45%;padding:0;box-sizing: border-box;}
.uli-index-news-item.uini3 .title-1{margin-top: 5%;}
.uli-index-news-item.uini3 .more-2 {bottom:5%;left: 55%;}
.uli-index-news-item.uini3:last-child .img{margin-bottom: 0;}
.uli-index-news-item.uini3 a:hover .title-1 {color: #00a3b9;}
.more-2 {margin-top: 1%;overflow: hidden;}
.more-2 span {display: inline-block;vertical-align: middle;margin-right: 1rem;color: #00a3b9;}
.more-2 i {display: inline-block;vertical-align: middle;width: 1.4rem;height: .9rem;background: url('../image/r2.png') center no-repeat;background-size: 100%;}
 
.uli-index-marketing-network {position: relative;}
.uli-index-marketing-network-top {position: absolute;left: 5%;top: 10%;width: 90%;z-index: 11;}
.uli-index-marketing-network-top .uli-title {width: 21%;margin: auto;}
.uli-index-marketing-network-top .text-1,.uli-index-marketing-network-top .title-1 {color: #fff;}
.uli-index-marketing-network-top .title-1 {margin-top: 3%;}
.uli-index-marketing-network-bottom {overflow: hidden;position: relative;}
.uli-index-marketing-network-list {position: absolute;width: 85%;left: 7.5%;bottom: 5%;height: 65%;z-index: 11;}
.uli-index-marketing-network-list .place-1 {position: absolute;left: 50%;top: 50%;z-index: 1;}
.uli-index-marketing-network-list .place-1 a {display: block;padding: 1rem 2rem;border-radius: 10rem;border: 2px solid rgba(255,255,255,0);background: rgba(255,255,255,.2);text-align: center;}
.uli-index-marketing-network-list .place-1 i {display: inline-block;vertical-align: middle;background: url('../image/adds.png') center no-repeat;background-size: 100%;width: 1.2rem;height: 1.5rem;margin-right: 1rem;opacity: .7;}
.uli-index-marketing-network-list .place-1 span {display: inline-block;vertical-align: middle;color: #fff;opacity: .7;}
.uli-index-marketing-network-list .place-1 a:hover {border: 2px solid rgba(255,255,255,1);background: rgba(255,255,255,.2);}
.uli-index-marketing-network-list .place-1 a:hover i ,.uli-index-marketing-network-list .place-1 a:hover span {opacity: 1;}
.uli-index-marketing-network-list .place-1.wz1 {top: 15%;left: 48%;}
.uli-index-marketing-network-list .place-1.wz2 {top: 34%;left: 53%;}
.uli-index-marketing-network-list .place-1.wz3 {top: 35%;left: 22%;}
.uli-index-marketing-network-list .place-1.wz4 {top: 52%;left: 33%;}
.uli-index-marketing-network-list .place-1.wz5 {top: 55%;left: 47%;}
.uli-index-marketing-network-list .place-1.wz6 {top: 62%;left: 21%;}
.uli-index-marketing-network-list .place-1.wz7 {top: 25%;left: 67%;}
.uli-index-marketing-network-list .place-1.wz8 {top: 50%;left: 12%;}
.uli-index-marketing-network-list .place-1.wz9 {top: 52%;left: 66%;}
.uli-index-marketing-network-list .place-1.wz10 {top: 62%;left: 7%;}
.uli-index-marketing-network-list .place-1.wz11 {top: 45%;left: 78%;}
.uli-index-marketing-network-list .place-1.wz12 {top: 65%;left: 75%;}
.uli-index-marketing-network-list .place-1.wz13 {top: 75%;left: 35%;}
.uli-index-marketing-network-list .place-1.wz14 {top: 86%;left: 9%;}
.uli-index-marketing-network-list .place-1.wz15 {top: 78%;left: 72%;}
.uli-index-marketing-network-list .place-1.wz16 {top: 78%;left: 85%;}
.uli-index-marketing-network-list .place-1.wz17 {top: 80%;left: 22%;}
.uli-index-marketing-network-list .place-1.wz18 {top: 90%;left: 90%;}
.uli-index-marketing-network-list .place-1.wz19 {top: 80%;left: 55%;}
.uli-index-marketing-network-list .place-1.wz20 {top: 90%;left: 40%;}
.uli-index-marketing-network-list .place-1 a.wow {opacity: 1;}
.uli-index-marketing-network-list .place-1.wz1 a {animation-delay: 0.1s;}
.uli-index-marketing-network-list .place-1.wz2 a {animation-delay: 0.1s;}
.uli-index-marketing-network-list .place-1.wz3 a {animation-delay: 0.2s;}
.uli-index-marketing-network-list .place-1.wz4 a {animation-delay: 0.2s;}
.uli-index-marketing-network-list .place-1.wz5 a {animation-delay: 0.2s;}
.uli-index-marketing-network-list .place-1.wz6 a {animation-delay: 0.3s;}
.uli-index-marketing-network-list .place-1.wz7 a {animation-delay: 0.3s;}
.uli-index-marketing-network-list .place-1.wz8 a {animation-delay: 0.3s;}
.uli-index-marketing-network-list .place-1.wz9 a {animation-delay: 0.3s;}
.uli-index-marketing-network-list .place-1.wz10 a {animation-delay: 0.2s;}
.uli-index-marketing-network-list .place-1.wz11 a {animation-delay: 0.2s;}
.uli-index-marketing-network-list .place-1.wz12 a {animation-delay: 0.2s;}
.uli-index-marketing-network-list .place-1.wz13 a {animation-delay: 0.4s;}
.uli-index-marketing-network-list .place-1.wz14 a {animation-delay: 0.4s;}
.uli-index-marketing-network-list .place-1.wz15 a {animation-delay: 0.4s;}
.uli-index-marketing-network-list .place-1.wz16 a {animation-delay: 0.1s;}
.uli-index-marketing-network-list .place-1.wz17 a {animation-delay: 0.1s;}
.uli-index-marketing-network-list .place-1.wz18 a {animation-delay: 0.1s;}
.uli-index-marketing-network-list .place-1.wz19 a {animation-delay: 0.2s;}
.uli-index-marketing-network-list .place-1.wz20 a {animation-delay: 0.2s;}




/* product */
.uli-page-banner {position: relative;overflow: hidden;}
.uli-page-banner .text {position: absolute;width: 50%;left: 50%;top: 57%;transform: translate(-50%,-50%);z-index: 11;}
.uli-page-banner .text .uli-title {width: 80%;margin: auto;}
.uli-page-banner .text .title-1 {margin-top: 2%;}
.uli-path {position: absolute;width: 80%;left: 3%;top: 11.5rem;z-index: 11;}
.uli-path a,.uli-path i,.uli-path span,.uli-path em {display: inline-block;vertical-align: middle;}
.uli-path a {position: relative;}
.uli-path i {width: 1.9rem;height: 1.7rem;background: url('/static/images/home.png') center no-repeat;background-size: 100%;margin-right: 1rem;}
.uli-path span {color: #808080;}
.uli-path em {width: .6rem;height: 1rem;background: url('/static/images/r3.png') center no-repeat;background-size: 100%;margin: 0 .4rem;margin-bottom: -.1%;}
.uli-path a.cur span {color: #000;}
.uli-path a:hover span{color: #00a3b9;}

.uli-page-nav {overflow: hidden;}
.uli-page-nav ul {list-style: none;margin: 0;padding: 0;width: 51%;margin: auto;position: relative;display: flex;justify-content: space-between;}
.uli-page-nav ul::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #e8e8e8;}
.uli-page-nav li {list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;padding: 2.5% 1%;position: relative;text-align: center;}
.uli-page-nav li::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #00a3b9;opacity: 0;z-index: 11;}
.uli-page-nav a {display: block;position: relative;color: #808080;}
.uli-page-nav li.cur a{color: #00a3b9;}
.uli-page-nav li.cur::after {opacity: 1;}
.uli-page-nav a:hover {color: #000;}
.uli-page-banner .uli-page-nav ul.num6 {width: 30%;}
.uli-page-banner .uli-page-nav ul.num3 {width: 15%;}

.uli-product-main {padding-bottom: 5%; overflow: hidden;}
.uli-product-list {position: relative;padding: 4% 0 0 0;}
.uli-product-list .uli-content {width: 63%;}
.uli-product-list-top {overflow: hidden;text-align: center;}
.uli-product-list-bottom {margin-top: 3%;}
.uli-product-item {position: relative;float: left;width: 49.2%;margin-bottom: 1.5%;margin-right: 1.5%;}
.uli-product-item a {display: block;position: relative;background: #f7fafa;border-radius: 2rem;overflow: hidden;}
.uli-product-item .text {width: 90%;margin: 8% auto;text-align: center;}
.uli-product-item .text-1 {color: #b2b2b2;min-height: 2.6rem;}
.uli-product-item .title-1 {margin-top: 1%;}
.uli-product-item .text-2 {margin-top: 3%;color: #808080;}
.uli-product-item .more-1 {margin-top: 4%;}
.uli-product-item .pic .img-center {max-width: 80%;max-height: 80%;}
.uli-product-item.upi1 {width: 100%;margin-right: 0;}
.uli-product-item.upi1 .pic {float: right;width: 50%;}
.uli-product-item.upi1 .pic .img-center {max-width: 100%;max-height: 90%;}
.uli-product-item.upi1 .text {position: absolute;left: 5%;width: 38%;top: 50%;transform: translateY(-50%);margin: 0;text-align: left;}
.uli-product-item.upi1 .more-1 {margin-top: 7%;}
.uli-product-item.upi3 {margin-right: 0;} 
.uli-product-item a:hover {box-shadow: 0px 16px 80px 0px rgba(0, 0, 0, 0.1);background: #fff;}

.uli-product-detail {padding-top: 9rem;position: relative;overflow: hidden;background: url('../image/bg11.jpg') center top no-repeat;background-size: cover;}
.uli-product-detail-top {position: relative;overflow: hidden;text-align: center;padding: 4% 0 2% 0;}
.uli-product-detail-top .uli-path {left: 3%;top: 3%;width: auto;}
.uli-product-detail-text {overflow: hidden;}
.uli-product-detail-text .text{overflow: hidden;width: 60%;margin: auto;}
.uli-product-detail-text .text-1{color: #00a3b9;}
.uli-product-detail-text .title-1{margin: auto;}
.uli-product-detail-text .text-2{color: #808080;margin-top: 1%;}
.uli-product-detail-pic {margin-top: 4%;position: relative;}
.uli-product-detail-pic .wow {opacity: 1;}

.uli-product-application-area {overflow: hidden;padding: 6% 0;}
.uli-product-application-area .uli-content {overflow: hidden;position: relative;}
.uli-product-application-area-left {float: left;width: 63%;position: relative;}
.uli-product-application-area-swiper {border-radius: 2rem;overflow: hidden;}
.uli-product-application-area-swiper a {display: block;position: relative;}
.uli-product-application-area-swiper a.m-video::before {content: '';width:7.2rem;height: 7.2rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url('../image/play.png') center no-repeat;background-size: 100%;z-index: 11;}
.uli-product-application-area-swiper a.m-video:hover .pic {transform: scale(1.03);}
.uli-product-application-area-swiper .title-1 {position: absolute;width: 90%;left: 5%;bottom: 5%;z-index: 11;text-align: center;color: #fff;}
.uli-product-application-area-bottom {overflow: hidden;}
.uli-product-application-area-right {width: 33%;height: 100%;position: absolute;right: 0;top: 0;}
.uli-product-application-area-right .title-1{border-top: 1px solid #000;padding: 3% 0;}
.uli-product-application-area-list {position: absolute;right: 0;bottom: 8%;width: 100%;z-index: 11;}
.uli-product-application-area-list li {list-style: none;margin: 0;padding: 0;position: relative;}
.uli-product-application-area-list li::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #000;}
.uli-product-application-area-list li a{padding: 3% 0;display: block;position: relative;}
.uli-product-application-area-list li a::after{content: '';width: 0;height: 1px;position: absolute;left: 0;bottom: 0;background: #00a3b9;z-index: 11;transition:all .4s ease;}
.uli-product-application-area-list li a::before{content: '';width: .6rem;height: 1rem;position: absolute;right: 0;top: 50%;background:url('../image/r1.svg') center no-repeat;background-size: 100%;filter: grayscale(1) brightness(.2);}
.uli-product-application-area-list li.cur a {color: #00a3b9;}
.uli-product-application-area-list li.cur a::after {opacity: 1;width: 100%;}
.uli-product-application-area-list li.cur a::before {filter: grayscale(0);}

.uli-product-technical-parameter {padding: 5% 0;position: relative;background: url('../image/bg2.jpg') center top no-repeat;background-size: cover;}
.uli-product-technical-parameter .uli-content {position: relative;font-size: 0;}
.uli-product-technical-parameter-left {width: 44%;display: inline-block;vertical-align: bottom;}
.uli-product-technical-parameter-left .title-1{color: #000;}
.uli-product-technical-parameter-list {border-top: 4px solid #00a3b9;margin-top: 3%;overflow: hidden;}
.uli-product-technical-parameter-list li{list-style: none;margin: 0;padding: 0;padding: 1% 0;border-bottom: 1px solid #000;overflow: hidden;position: relative;}
.uli-product-technical-parameter-list span{display: block;float: left;width: 50%;}
.uli-product-technical-parameter-list span:first-child {width: 40%;}
.uli-product-technical-parameter-right {display: inline-block;vertical-align: bottom;width: 56%;}
.uli-product-technical-parameter-pic {position: relative;text-align: center;width: 100%;transform: translateX(10%);}

.uli-product-function-introduction {padding: 5% 0;overflow: hidden;text-align: center;}
.uli-product-function-introduction-list {margin-top: 4%;}
.uli-product-function-introduction-item {float: left;width: 48%;margin-right: 2%;margin-bottom: 2%;text-align: left;}
.uli-product-function-introduction-item.mr0 {margin-right: 0;}
.uli-product-function-introduction-item a {display: block;overflow: hidden;background: #f7fafa;padding: 3%;border-radius: 1.6rem;}
.uli-product-function-introduction-item .img {float: left;width: 45%;border-radius: 1rem;overflow: hidden;}
.uli-product-function-introduction-item .text {float: left;width: 48%;margin-left: 6%;}
.uli-product-function-introduction-item .num-1 {color: #999;border-bottom: 1px solid #dee1e1;padding-bottom:5% ;overflow: hidden;}
.uli-product-function-introduction-item .text-1 {margin-top: 5%;}
 





/* application */
.uli-application-main {position: relative;overflow: hidden;}
.uli-application-type {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 11;}
.uli-application-type.num6 .uli-application-type-item {width:16.6666%;}
.uli-application-type-item {width: 20%;height: 100%;float: left;position: relative;}
.uli-application-type-item::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #fff;opacity: .4;}
.uli-application-type-item a {width: 100%;height: 100%;display: block;overflow: hidden;position: relative;}
.uli-application-type-item a::after {content: '';width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 1;background-image: -webkit-linear-gradient( 90deg, rgb(0,163,185) 0%, rgba(0,163,185,0) 50%);opacity: 0;}
.uli-application-type-item .text{position: absolute;left: 5%;top: 50%;transform: translateY(-50%);z-index: 10;width: 90%;text-align: center;color: #fff;}
.uli-application-type-item .text-1{overflow: hidden;}
.uli-application-type-item .title-1{margin-top: 1%;}
.uli-application-type-item .more-3 {opacity: 0;}
.uli-application-type-item a:hover .more-3 {opacity: 1;}
.uli-application-type-item a:hover::after {opacity: 1;}
.more-3 {margin-top: 5%;overflow: hidden;text-align: center;}
.more-3 i{width: 3.6rem;height: 3.6rem;position: relative;display: inline-block;border: 1px solid rgba(255,255,255,.5);border-radius: 100%;}
.more-3 i::before {content: '';width: .6rem;height: 1rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url('../image/r1.svg') center no-repeat;background-size: 100%;filter: grayscale(1) invert(1) brightness(5);}
.uli-application-pic {overflow: hidden;position: relative;}
.uli-application-pic-swiper {background: #000;}
.uli-application-pic-swiper .swiper-slide .img {opacity: 0;transition:all .8s ease;}
.uli-application-pic-swiper .swiper-slide.swiper-slide-active .img {opacity: 1;}

.uli-application-detail {margin-top: 9rem;padding: 1% 0;overflow: hidden;position: relative;}
.uli-application-detail-top {width: 94%;margin: auto;}
.uli-application-detail-top .uli-path{position: relative;left: auto;top: auto;}
.uli-application-detail-top .uli-content {width: 80%;overflow: hidden;}
.uli-application-detail-text {padding: 8% 0 5% 0;overflow: hidden;width: 100%;margin: auto;}
.uli-application-detail-text .title-1{float: left;width: 40%;}
.uli-application-detail-text .text-1{float: right;width: 50%;}
.uli-application-detail-pic {position: relative;overflow: hidden;border-radius: 2rem;}

.uli-application-scheme {padding: 5% 0;overflow: hidden;}
.uli-application-scheme .title-1 {text-align: center;}
.uli-application-scheme-list {overflow: hidden;margin-top: 3.5%;}
.uli-application-scheme-item {float: left;width: 32.33333%;margin-right: 1.5%;margin-bottom: 1.5%;}
.uli-application-scheme-item.mr0 {margin-right: 0;}
.uli-application-scheme-item a {display: block;position: relative;overflow: hidden;background: #f7fafa;border-radius: 1.2rem;}
.uli-application-scheme-item .text-1{position: relative;padding: 5%;overflow: hidden;}
.uli-application-scheme-item .text-1 strong{display: block;margin: 0;padding: 0;width: 80%;}
.uli-application-scheme-item .text-1 i{position: absolute;right: 5%;width: 3rem;height: 3rem;border: 1px solid #ccc;border-radius: 100%;background: url('../image/r1.svg') center no-repeat;background-size: 15%;top: 50%;margin-top: -1.5rem;filter: grayscale(1);opacity: .6;}
.uli-application-scheme-item a:hover .pic {transform: scale(1.03);}
.uli-application-scheme-item a:hover .text-1 strong {color: #00a3b9;}
.uli-application-scheme-item a:hover i {filter: grayscale(0);opacity: 1;}

.uli-scheme-detail {padding: 6% 0;overflow: hidden;}
.uli-scheme-detail-left {float: left;width: 45%;margin-top: 5%;}
.uli-scheme-detail-left .title-1 {padding: 3% 0;border-bottom: 1px solid #e8e8e8;}
.uli-scheme-detail-left .text-1 {color: #808080;padding: 4% 0;overflow: hidden;}
.uli-scheme-detail-right {float: right;width: 50%;text-align: justify;}
.uli-scheme-detail-right .img{border-radius: 2rem;overflow: hidden;}

.uli-scheme-related-products {padding: 0 0 4% 0;overflow: hidden;}
.uli-scheme-related-products .title-2 {text-align: center;}
.uli-scheme-related-products-list {margin-top: 3%;}
.uli-scheme-related-products-list .uli-product-item {width: 32%;margin-right: 2%;margin-bottom: 2%;}
.uli-scheme-related-products-list .uli-product-item.mr0 {margin-right: 0;}
.uli-scheme-related-products-list .uli-product-item .pic .img-center {max-width: 90%;max-height: 90%;}
.uli-scheme-related-products-list .uli-product-item .pic {margin: 3% 0;}

.uli-program-features {padding: 5% 0;overflow: hidden;background: #f7fafa;}
.uli-program-features .title-2 {text-align: center;}
.uli-program-features-list {margin-top: 4%;}
.uli-program-features-left {float: left;width: 48%;}
.uli-program-features-left .img {border-radius: 2rem;overflow: hidden;}
.uli-program-features-right {float: right;width: 48%;}
.uli-program-features-item {position: relative;overflow: hidden;border-bottom: 1px solid #e0e3e3;padding: 2% 0;}
.uli-program-features-item .title{position: relative;overflow: hidden;padding: 2% 0;overflow: hidden;}
.uli-program-features-item .title-1{overflow: hidden;cursor: pointer;width: 90%;}
.uli-program-features-item .title.cur .open-1::before{display: none;}
.uli-program-features-item .title.cur .title-1 {color: #00a3b9;}
.uli-program-features-item .open-1{width: 3rem;height: 3rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);border-radius: 100%;box-sizing: border-box;border: 1px solid rgb(0,163,185,.2);}
.uli-program-features-item .open-1::after {content: '';width: .6rem;height: 1rem;background: url('../image/r1.svg') center no-repeat;top: 50%;transform: translate(-50%,-50%) rotate(90deg);left: 50%;z-index: 11;position: absolute;background-size: 100%;}
.uli-program-features-item .title.cur .open-1 {background: #00a3b9;}
.uli-program-features-item .title.cur .open-1::after {filter: invert(1) brightness(5);transform: translate(-50%,-50%) rotate(-90deg);}
.uli-program-features-item .text{display: none;overflow: hidden;padding-bottom: 3%;color: #808080;}
.uli-program-features-item .text p {margin: 0;padding: 0;}

.uli-customer-stories {padding: 5% 0;overflow: hidden;}
.uli-customer-stories .title-2 {text-align: center;}
.uli-customer-stories-list {margin-top: 3%;}
.uli-customer-stories-item {float: left;width: 32%;margin-right: 2%;margin-bottom: 2%;}
.uli-customer-stories-item.mr0 {margin-right: 0;}
.uli-customer-stories-item a {display: block;position: relative;overflow: hidden;background: #f7fafa;border-radius: 1.6rem;}
.uli-customer-stories-item .img {background: none;}
.uli-customer-stories-item .text {position: absolute;left:10%;top: 10%;width: 80%;z-index: 11;}
.uli-customer-stories-item .date-1 {color: #808080;}
.uli-customer-stories-item .title-1 {margin-top: 4%;}
.uli-customer-stories-item .more-1 {position: absolute;left: 10%;bottom: 1%;width: 80%;z-index: 12;border-top: 1px solid #dee1e1;padding: 4% 0;}
.uli-customer-stories-item a:hover .title-1 {color: #00a3b9;}
.uli-customer-stories-item a:hover {transform: translateY(-1rem);}





/* service */
.uli-page-banner .uli-page-nav{position: absolute;bottom: 8%;z-index: 30;width: 100%;}
.uli-page-banner .uli-page-nav ul {width: 20%;margin: auto;}
.uli-faq {padding-bottom: 3%;overflow: hidden;}
.uli-faq-list {padding: 4% 0 2% 0;overflow: hidden;}
.uli-faq-item {margin-bottom: 2%;overflow: hidden;background: #f7fafa;border-radius: 1.6rem;padding: 0 3%;}
.uli-faq-item .title {position: relative;overflow: hidden;padding: 2% 0;overflow: hidden;cursor: pointer;}
.uli-faq-item .title i{width: 3.2rem;height: 3.2rem;display: inline-block;vertical-align: middle;border: 1px solid rgb(0,163,185,.2);border-radius: 100%;position: relative;}
.uli-faq-item .title i::before {content: '';width: .9rem;height: 1.2rem;background: url('../image/q.png') center no-repeat;background-size: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.uli-faq-item .title span {display: inline-block;vertical-align: middle;width: 60%;overflow: hidden;margin-left: 1rem;}
.uli-faq-item .open-1 {width: 3.2rem;height: 3.2rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);border-radius: 100%;box-sizing: border-box;border: 1px solid rgb(0,163,185,.2);}
.uli-faq-item .open-1::after {content: '';width: .6rem;height: 1rem;background: url('../image/r1.svg') center no-repeat;top: 50%;transform: translate(-50%,-50%) rotate(90deg);left: 50%;z-index: 11;position: absolute;background-size: 100%;}
.uli-faq-item .title.cur span {color: #00a3b9;}
.uli-faq-item .title.cur .open-1 {background: #00a3b9;}
.uli-faq-item .title.cur .open-1::after {filter: invert(1) brightness(5);transform: translate(-50%,-50%) rotate(-90deg);}
.uli-faq-item .text {display: none;overflow: hidden;padding: 2% 0;color: #1a1a1a;border-top: 1px solid #e0e3e3;}
.uli-faq-item .text p {margin: 0;padding: 0;}

.uli-pageturn {text-align: center;overflow: hidden;font-size: 0;position: relative;padding: 1% 0;}
.uli-pageturn a {border: 1px solid #fff;height: 4.2rem;width: 4.2rem;line-height: 4.2rem;border-radius: 5rem;overflow: hidden;text-align: center;display: inline-block;vertical-align: middle;}
.uli-pageturn i {display: inline-block;vertical-align: middle;width: .6rem;height: 1rem;background: url('../image/r1.svg') center no-repeat;background-size: 100%;}
.uli-pageturn span {display: inline-block;vertical-align: middle;color: #808080;}
.uli-pageturn a.prev,.uli-pageturn a.next{width: 13rem;height:4.6rem;line-height: 4.6rem;border: 1px solid #e6e7ea;position: absolute;top: 50%;transform: translateY(-50%);}
.uli-pageturn a.prev {left: 0;}
.uli-pageturn a.prev i {transform: rotate(180deg);margin-right: 1rem;}
.uli-pageturn a.next{right: 0;}
.uli-pageturn a.next i {margin-left: 1rem;}
.uli-pageturn a.prev:hover,.uli-pageturn a.next:hover {background: #00a3b9;}
.uli-pageturn a.prev:hover span,.uli-pageturn a.next:hover span {color: #fff;}
.uli-pageturn a.prev:hover i,.uli-pageturn a.next:hover i {filter: invert(1) brightness(5) grayscale(1);}
.uli-pageturn a.cur {border: 1px solid #00a3b9;}
.uli-pageturn a.cur span {color: #00a3b9;}
.uli-pageturn a:hover span {color: #000;}

.uli-pre-sales-service {overflow: hidden;position: relative;}
.uli-pre-sales-service .uli-content {overflow: hidden;position: relative;}
.uli-pre-sales-service-top {text-align: center;width: 80%;margin: auto;padding: 8% 0 5% 0;overflow: hidden;}
.uli-pre-sales-service-bottom {overflow: hidden;position: relative;border-top: 1px solid #e8e8e8;}
.uli-pre-sales-service-left{float: left;width: 21%;position: relative;}
.uli-pre-sales-service-list {overflow: hidden;padding-top: 7%;padding-left: 10%;}
.uli-pre-sales-service-nav {overflow: hidden;}
.uli-pre-sales-service-nav a {display: block;padding: 9% 0;color: #808080;border-bottom: 1px solid #e8e8e8;position: relative;}
.uli-pre-sales-service-nav a::after {content: '';width: 2px;height: 100%;background: #00a3b9;position: absolute;right: 0;top: 0;opacity: 0;}
.uli-pre-sales-service-nav a.cur {color: #00a3b9;}
.uli-pre-sales-service-nav a.cur::after {opacity: 1;}
.uli-pre-sales-service-right {float: right;width: 79%;position: relative;}
.uli-pre-sales-service-right::before {content: '';width: 1px;height: 100%;position: absolute;left: 0;top: 0;background: #e8e8e8;}
.uli-pre-sales-service-item {margin-bottom: 5%;position: relative;overflow: hidden;padding-bottom: 2%;}
.uli-pre-sales-service-item .title-1{color: #000;}
.uli-pre-sales-service-item .text-1{margin-top: 1%;color: #808080;}
.uli-pre-sales-service-item .text-1 p {margin: 0;padding: 0;}
.uli-pre-sales-service-nav.cur {position: fixed;width: 21%;}
.end-scrollFix {position: absolute;left: 0;bottom: 0;}

.uli-pafter-sale-service {overflow: hidden;position: relative;padding-top: 5%;}
.uli-pafter-sale-service .uli-content {overflow: hidden;position: relative;}
.uli-pafter-sale-service .uli-pre-sales-service-bottom {border: none;}
.uli-pafter-sale-service .uli-pre-sales-service-list {padding-top: 0;}
.uli-pre-sales-service-item table {padding: 0 2rem;border: 1px solid #e5e5e5;border-radius: 1.2rem;margin-right: 1rem;display: inline-block;}
.uli-pre-sales-service-item table tbody {width: 100%;display: block;}
.uli-pre-sales-service-item table tr{overflow: hidden;}
.uli-pre-sales-service-item table td{border-bottom: 1px solid #e5e5e5;padding: 1rem 0;}
.uli-pre-sales-service-item table tr:last-child td{border: none;}
.uli-pre-sales-service-item table td strong{color: #000;font-weight: normal;margin: 0;padding: 0;font-size: 1.8rem;}
.uli-pre-sales-service-item img {border-radius: 2rem;}
.uli-pre-sales-service-item ol {border-top: 1px solid #e8e8e8;position: relative;list-style: none;margin: 0;padding: 0;margin-top: 2.5%;}
.uli-pre-sales-service-item li{padding: 2% 0 2% 5rem;position: relative;counter-increment:custom;border-bottom: 1px solid #e8e8e8;}
.uli-pre-sales-service-item li::marker {unicode-bidi: isolate;display:block;position: absolute;left: 0;top: 0;border: 1px solid #ccc;border-radius: 100%;}
.uli-pre-sales-service-item ol li:before{content: counter(custom);width:3.4rem;height:3.4rem;line-height:3.4rem;border: 1px solid #cdedf1;border-radius: 100%;text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: #00a3b9;}
.uli-pre-sales-service-item ol li:first-child {counter-reset: custom;}




/* news */
.uli-news-list {padding: 5% 0;overflow: hidden;}
.uli-company-information-list {overflow: hidden;padding-bottom: 3%;}
.uli-news-item {position: relative;float: left;width: 32%;margin-right: 2%;margin-bottom: 1%;overflow: hidden;}
.uli-news-item a {display: block;position: relative;overflow: hidden;border-radius: 2rem;background: #f7fafa;}
.uli-news-item .img {position: relative;background: none;opacity: 0;}
.uli-news-item .text {position: absolute;width: 80%;top: 10%;left: 10%;z-index: 11;}
.uli-news-item .data-1 {color: #808080;}
.uli-news-item .title-1 {color: #000;margin-top: 2%;position: relative;}
.uli-news-item .text-1 {display: none;padding-top: 4%;}
.uli-news-item .more-1 {position: absolute;bottom: 0;z-index: 11;left: 10%;border-top: 1px solid rgba(0,0,0,.1);padding: 5% 0;width: 80%;}
.uli-news-item a:hover .pic {transform: scale(1.05);}
.uli-news-item a:hover .img {opacity: 1;}
.uli-news-item a:hover .title-1 ,.uli-news-item a:hover .data-1 ,.uli-news-item a:hover .more-1 span {color: #fff;}
.uli-news-item a:hover .more-1 {border-top: 1px solid rgba(255,255,255,.2);}
.uli-news-item a:hover .more-1 i {filter: invert(1) brightness(5);}
.uli-news-item.uni1 {width: 66%;margin-right: 2%;margin-bottom: 4%;}
.uli-news-item.uni1 .text {color: #fff;top: auto;bottom: 6%;left: 5%;}
.uli-news-item.uni1 .data-1 {color: #fff;}
.uli-news-item.uni1 .title-1 {margin-top: 1%;color: #fff;}
.uli-news-item.uni1 .more-1 {right: 5%;left: auto;padding: 0;border: none;width: auto;bottom: 6%;}
.uli-news-item.uni1 .more-1 span {color: #fff;}
.uli-news-item.uni1 .more-1 i {filter: invert(1) brightness(5) grayscale(1);}
.uli-news-item.uni1 .img {opacity: 1;}
.uli-news-item.uni2 {margin-right: 0;margin-bottom: 4%;}
.uli-news-item.uni2 .text {top: 10%;left: 10%;width: 80%;}
.uli-news-item.uni2 .title-1 {padding-bottom: 5%;}
.uli-news-item.uni2 .title-1::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #ccc;opacity: .5;}
.uli-news-item.uni2 .title-1::before {content: '';width: 20%;height: 1px;position: absolute;left: 0;bottom: 0;background: #00a3b9;z-index: 11;}
.uli-news-item.uni2 .text-1 {display: block;opacity: .6;}
.uli-news-item.uni2 .more-1 {padding: 0;border: none;width: auto;bottom: 6%;}
.uli-news-item.uni2 a:hover .more-1 i {filter:none;}
.uli-news-item.uni2 a:hover .title-1::before {width: 100%;}
.uli-news-item.uni2 a:hover .title-1 {color: #00a3b9;}
.uli-news-item.uni2 a:hover .text-1 {opacity: 1;}
.uli-news-item.uni2 a:hover .data-1 {color: #000;}
.uli-news-item.uni1 a:hover .more-1,.uli-news-item.uni2 a:hover .more-1 {border: none;}
.uli-news-item.uni2 a:hover .more-1 span {color: #00a3b9;}
.uli-news-item.uni5,.uli-news-item.uni8 {margin-right: 0;}

 
.uli-news-content {margin-top: 8%;padding: 5% 0;overflow: hidden;}
.uli-news-content .uli-content{overflow: hidden;}
.uli-news-content-left {float: left;width: 66%;} 
.uli-news-content-title {border-bottom: 1px solid #e5e5e5;overflow: hidden;padding-bottom: 3%;}
.uli-news-content-title .item-2 {overflow: hidden;}
.uli-news-content-title .item-2 li {list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;text-align: center;color: #666666;margin-right: 1rem;padding: .6rem 2rem;border-radius: 10rem;border: 1px solid #e5e5e5;}
.uli-news-content-title .title-1 {margin-top: 2%;}
.uli-news-content-title .title-1 h1 {font-weight: normal;margin: 0;padding: 0;}
.uli-news-content-main {padding: 3% 0;overflow: hidden;}
.uli-news-content-main img{max-width: 100%;height: auto;}
.uli-news-content-main p {margin: 0;padding: 0;}
.uli-news-content-bottom {text-align: center;padding: 3% 0;position: relative;border-top: 1px solid #e5e5e5;}
.uli-news-content-bottom a {display: block;position: relative;}
.uli-news-content-bottom i {display: inline-block;vertical-align: middle;width: .6rem;height: 1rem;background: url('../image/r1.svg') center no-repeat;background-size: 100%;}
.uli-news-content-bottom span {display: inline-block;vertical-align: middle;margin: 0 1rem;color: #000;}
.uli-news-content-bottom a.return {position: relative;text-align: center;width: auto;margin: auto;display: inline-block;}
.uli-news-content-bottom a.return i {width: 1rem;height: 1rem;background: url('../image/return.png') center no-repeat;background-size: 100%;}
.uli-news-content-bottom a.return span {color: #00a3b9;}
.uli-news-content-bottom a.prev {position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 11;}
.uli-news-content-bottom a.next {position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 11;}
.uli-news-content-bottom a.prev i {transform: rotate(180deg);}
.uli-news-content-bottom a.prev i,.uli-news-content-bottom a.next i {filter: invert(0) brightness(1) grayscale(1);}
.uli-news-content-bottom a.return:hover i {transform:rotateY(180deg);}
.uli-news-content-bottom a:hover span {color: #00a3b9;}
.uli-news-content-bottom a.prev:hover i,.uli-news-content-bottom a.next:hover i{filter: none;}

.uli-news-content-right {float: right;width: 25%;overflow: hidden;}
.uli-news-content-right .title-2 {color: #000;margin-top: 15%;}
.uli-recommended-news {margin-top: 7%;overflow: hidden;}
.uli-recommended-news a {display: block;padding: 5% 0;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.uli-recommended-news .img {border-radius: 1.6rem;overflow: hidden;}
.uli-recommended-news a:first-child {padding: 0;border: none;}
.uli-recommended-news a:first-child:hover {border: none;}
.uli-recommended-news a:hover {color: #00a3b9;border-bottom: 1px solid #00a3b9;}
.uli-recommended-news a:hover .pic {transform: scale(1.03);}



/* about */
.uli-about-us {overflow: hidden;position: relative;}
.uli-about-us .uli-content {position: relative;padding: 6% 0;}
.uli-company-profile {overflow: hidden;}
.uli-company-profile-left {float: left;width: 41%;position: relative;z-index: 10;} 
.uli-company-profile-left .title-1 {padding-bottom: 3%;margin-top: 2%;}
.uli-company-profile-left .text-3 {padding: 3% 0;border-top: 1px solid #e8e8e8;overflow: hidden;font-weight: 900;}
.uli-company-profile-right {float: right;width: 50%;position: relative;z-index: 11;}
.uli-company-profile-right .text-1 {color: #1a1a1a;text-align: justify;}
.uli-company-profile-right .text-1 hr{border: none;height: 1px;background: #e8e8e8;margin: 3% 0;}
.uli-company-profile .pic-text-1 {left: -1%;bottom: -15%;top: auto;z-index: 9;}
.uli-company-profile-center {width: 94%;margin: auto;position: relative;z-index: 13;border-radius: 2rem;overflow: hidden;}
.uli-company-profile-bottom {overflow: hidden;width: 75%;margin: 3% auto 4% auto;display: flex;justify-content: space-between;}
.uli-company-profile-date {float: left;width: 20%;}
.uli-company-profile-date .data-1 {padding-bottom: 2%;position: relative;}
.uli-company-profile-date .data-1 strong{font-weight: normal;display: block;margin: 0;padding: 0;color: #00a3b9;}
.uli-company-profile-date .data-1 em{position: absolute;right: 0;top: 0;color: #00a3b9;font-style: normal;}
.uli-company-profile-date .text-1 {border-top: 1px solid #e8e8e8;padding-top: 3%;color: #808080;overflow: hidden;}

.uli-development-history {padding: 5% 0;overflow: hidden;}
.uli-development-history-top {position: relative;overflow: hidden;}
.uli-development-history-top .text-1 {float: left;}
.uli-history-top-right {float: right;text-align: right;width: 40%;position: relative;}
.uli-history-top-right .swiper-button-prev,.uli-history-top-right .swiper-button-next {position: relative;right: auto;top: auto;left: auto;display: inline-block;vertical-align: middle;margin: 0;margin-left: 1rem;}
.uli-development-history-bottom {margin-top: 3%;overflow: hidden;}
.uli-development-history-list {overflow: hidden;}
.uli-development-history-item {position: relative;}
.uli-development-history-item a {display: block;position: relative;}
.uli-development-history-item .history-1{position: relative;background: #f7fafa;border-radius: 2rem;}
.uli-development-history-item .text{position: absolute;width: 80%;left: 10%;top: 50%;z-index: 11;text-align: center;transform: translateY(-60%);}
.uli-development-history-item .year-1{position: relative;}
.uli-development-history-item .year-1::after {content: '';display: block;width: 6rem;height: .2rem;background: #00a3b9;margin: 10% auto;}
.uli-development-history-item .title-1{color: #000;position: relative;font-weight: bold;padding-top: 1%;}
.uli-development-history-item .text-1{margin-top: 3%;color: #808080;}
.uli-development-history-item .bottom-1 {margin-top: 10%;position: relative;height: 3rem;}
.uli-development-history-item .bottom-1::after {content: '';width: 130%;height: 2px;position: absolute;left: 0;top: 50%;background: #e5e5e5;margin-top: -1px;}
.uli-development-history-item .bottom-1 i {position: absolute;width: .2rem;height: 1.5rem;background: #e5e5e5;top: 0;left: 0;z-index: 11;}
.uli-development-history-item .bottom-1 i:nth-child(2) {left: 25%;}
.uli-development-history-item .bottom-1 i:nth-child(3) {left: 50%;}
.uli-development-history-item .bottom-1 i:nth-child(4) {right: 25%;left: auto;}
.uli-development-history-item .bottom-1 i:last-child {right: 0;left: auto;}
.uli-development-history-item .bottom-1::before {content: '';width: 100%;height: 2px;position: absolute;left: 0;top: 50%;background: #e5e5e5;margin-top: -1px;z-index: 1;}
.uli-development-history-item .bottom-1 i:nth-child(3)::before {content: '';width: 2.6rem;height: 2.6rem;border-radius: 100%;border: 2px solid #00a3b9;background: #fff;box-sizing: border-box;top:2px ;margin-left: -1.3rem;position: absolute;left: 0;z-index: 11;opacity: 0;}
.uli-development-history-item .bottom-1 i:nth-child(3)::after {content: '';width: 6px;height: 6px;position: absolute;left: -3px;top: 80%;background: #00a3b9;border-radius: 100%;opacity: 1;z-index: 11;opacity: 0;}
 .uli-development-history-item a:hover .history-1{background: #00a3b9;}
.uli-development-history-item a:hover .year-1,.uli-development-history-item a:hover .title-1,.uli-development-history-item a:hover .text-1  {color: #fff;}
.uli-development-history-item a:hover .year-1::after {background: #fff;}
.uli-development-history-item a:hover .bottom-1::before {background: #00a3b9;}
.uli-development-history-item a:hover .bottom-1 i:nth-child(3) {background: none;}
.uli-development-history-item a:hover .bottom-1 i:nth-child(3)::before {opacity: 1;}
.uli-development-history-item a:hover i {background: #00a3b9;}
.uli-development-history-item a:hover .bottom-1 i:nth-child(3)::after {opacity: 1;}
 
.uli-corporate-image-list {padding-bottom: 5%;overflow: hidden;}
.uli-corporate-image {padding: 5% 0 0 0;overflow: hidden;}
.uli-corporate-image-top {text-align: center;}
.uli-corporate-image-bottom {margin-top: 3%;overflow: hidden;}
.uli-corporate-image-item {float: left;width: 24.2%;margin-right: 1%;margin-bottom: 1%;}
.uli-corporate-image-item.mr0,.uli-corporate-image-item.uci3 {margin-right: 0;}
.uli-corporate-image-item a {display: block;position: relative;}
.uli-corporate-image-item .img {border-radius: 1.2rem;}
.uli-corporate-image-item.uci1,.uli-corporate-image-item.uci2,.uli-corporate-image-item.uci3 {width: 32.66%;}
.uli-corporate-image-item a:hover .pic {transform: scale(1.03);}

.uli-corporate-culture {position: relative;overflow: hidden;padding: 5% 0;background: url('../image/bg12.jpg') center no-repeat;background-size: cover;}
.uli-corporate-culture .uli-content { overflow: hidden;padding-bottom: 10%;}
.uli-corporate-culture-top {text-align: center;}
.uli-corporate-culture-bottom {margin-top: 3%;}
.uli-corporate-culture-item {position: relative;}
.uli-corporate-culture-item .logo-1{width: 40%;margin: auto;position: relative;}
.uli-corporate-culture-item .img-center {overflow: hidden;animation:turnrotate 20000ms linear infinite;}
.uli-corporate-culture-item .wow.img-block {opacity: 1;}
.uli-corporate-culture-item a {display: block;position: relative;}
.uli-corporate-culture-item .item-1 {width: 70%;position: absolute;z-index: 20;}
.uli-corporate-culture-item .icon-1 {display: inline-block;vertical-align: middle;width: 7.5rem;height: 7.5rem;border-radius: 100%;background: #fff;box-shadow: 0px 8px 70px 0px rgba(0, 0, 0, 0.14);position: relative;}
.uli-corporate-culture-item .icon-1 img {animation:none;}
.uli-corporate-culture-item .text-1 {display: inline-block;vertical-align: middle;width: 60%;margin-left: 3%;}
.uli-corporate-culture-item .item-1.ici1 {left: 90%;top: 20%;}
.uli-corporate-culture-item .item-1.ici2 {left: 88%;top: 70%;}
.uli-corporate-culture-item .item-1.ici3 {left: 50%;top: 94%;transform: translateX(-50%);}
.uli-corporate-culture-item .item-1.ici3 .icon-1 {display: block;margin: auto;}
.uli-corporate-culture-item .item-1.ici3 .text-1 {display: block;margin: 3% auto;text-align: center;} 
.uli-corporate-culture-item .item-1.ici4 {right: 88%;top: 70%;text-align: right;} 
.uli-corporate-culture-item .item-1.ici4 .text-1 {margin-right: 3%;margin-left: 0;}
.uli-corporate-culture-item .item-1.ici5 {right: 90%;top: 20%;text-align: right;} 
.uli-corporate-culture-item .item-1.ici5 .text-1 {margin-right: 3%;margin-left: 0;}
.uli-corporate-culture-item a:hover .icon-1{background: #00a3b9;}
.uli-corporate-culture-item a:hover .icon-1 img {filter: invert(1) brightness(5) grayscale(1);}
.uli-corporate-culture-pic {overflow: hidden;position: relative;width: 94%;margin: auto;border-radius: 2rem;}
.uli-corporate-culture-pic .text {text-align: center;color: #fff;width: 60%;left: 20%;top: 50%;z-index: 11;transform: translateY(-50%);position: absolute;}
.uli-corporate-culture-pic .text-1 {color: #fff;}
.uli-corporate-culture-pic .title-1 {margin-top: 2%;}
 
.uli-rd-production{padding: 5% 0;overflow: hidden;}
.uli-rd-production-top {position: relative;overflow: hidden;}
.uli-rd-production-top .title-1 {float: left;width: 30%;}
.uli-rd-production-top .text-1 {float: right;width: 55%;}
.uli-rd-production-center {overflow: hidden;clear: both;padding: 3% 0;}
.uli-rd-production-swiper {border-radius: 2rem;overflow: hidden;}
.uli-rd-production-item {position: relative;overflow: hidden;}
.uli-rd-production-item .title-1 {text-align: center;position: absolute;left: 5%;width: 90%;bottom: 5%;z-index: 11;color: #fff;}
.uli-rd-production-item::after {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;;background-image: -webkit-linear-gradient(90deg, rgb(0,0,0,.4) 0%, rgba(0,0,0,0) 50%);}
.uli-rd-production-swiper .production-prev {left: 3%;}
.uli-rd-production-swiper .production-next {right: 3%;}
.uli-rd-production-swiper .production-prev,.uli-rd-production-swiper .production-next {border: 2px solid #fff;}
.uli-rd-production-swiper .production-prev::after,.uli-rd-production-swiper .production-next::after {color: #fff;}
.uli-rd-production-swiper .production-prev:hover,.uli-rd-production-swiper .production-next:hover {border: 2px solid #00a3b9;}
.uli-rd-production-bottom {width: 100%;overflow: hidden;padding: 2% 0;display: flex;justify-content: space-between;}

.uli-honors-qualifications {padding: 5% 0;overflow: hidden;}
.uli-honors-qualifications-left {float: left;width: 45%;}
.uli-honors-qualifications-left .img {border-radius: 2rem;overflow: hidden;}
.uli-rd-production-right {float: right;width: 50%;}
.uli-rd-production-right .title-1 {padding: 3% 0;margin-top: 2%;}
.uli-rd-production-right .text-1 {overflow: hidden;}
.uli-rd-production-right .text-1 li {list-style: none;margin: 0;padding: 0;border-bottom: 1px solid #e6e6e6;padding: 2.5% 0;overflow: hidden;}
.uli-rd-production-right .text-1 p {margin: 0;padding: 0;}

.uli-enterprise-qualification {padding: 5% 0;overflow: hidden;}
.uli-enterprise-qualification-top {text-align: center;}
.uli-enterprise-qualification-list {margin-top: 3%;overflow: hidden;}
.uli-enterprise-qualification-item {float: left;width: 32.33%;margin-right: 1%;margin-bottom: 1%;text-align: center;overflow: hidden;}
.uli-enterprise-qualification-item .img {background: none;}
.uli-enterprise-qualification-item .img .img-center {max-width: 80%;max-height: 100%;}
.uli-enterprise-qualification-item .title-1 {overflow: hidden;margin-top: 4%;}
.uli-enterprise-qualification-item a {display: block;position: relative;background: #f7fafa;border-radius: 1.2rem;overflow: hidden;}
.uli-enterprise-qualification-item a {padding: 5% 0;overflow: hidden;}
.uli-enterprise-qualification-item.ueq1 {width: 49%;}
.uli-enterprise-qualification-item.ueq2 {width: 49%;margin-right: 0;}

.uli-typical-customers {padding: 5% 0;overflow: hidden;}
.uli-typical-customers-top {text-align: center;}
.uli-typical-customers-top .text-1 {margin-top: 1%;}
.uli-typical-customers-nav {margin-top: 2%;}
.uli-typical-customers-nav a {display: inline-block;vertical-align: middle;border: 1px solid #e0e3e3;border-radius: 5rem;padding: .8rem 2rem;color: #666666;margin: 0 .3rem;}
.uli-typical-customers-nav a.cur {background: #00a3b9;border: 1px solid #00a3b9;color: #fff;}
.uli-typical-customers-bottom {margin-top: 3%;overflow: hidden;}
.uli-typical-customers-bottom .uli-enterprise-qualification-item .img{mix-blend-mode: multiply;}
.uli-typical-customers-bottom .uli-enterprise-qualification-item .title-1{border-top: 1px solid #e0e3e3;padding: 4% 0;width: 80%;margin: auto;}
.uli-typical-customers-bottom .uli-enterprise-qualification-item a {padding: 0;}




/* contact */
.uli-contact-us {width: 80%;margin: auto;margin-top: 12%;overflow: hidden;position: relative;}
.uli-contact-us-top {text-align: center;}
.uli-contact-us-top .title-1 {margin-top: 1%;}
.uli-contact-us-bottom {padding: 5% 0;} 
.uli-contact-us-bottom .uli-program-features-item {padding: 0;}
.uli-contact-us-bottom .uli-program-features-item .title {padding: 2.5% 0;} 
.uli-contact-us-bottom .uli-program-features-item .text {border-top: 1px solid #e8e8e8;padding-bottom: 2%;padding-top: 1%;} 
.uli-contact-us-list {overflow: hidden;padding: 2% 0;}
.uli-contact-us-item {float: left;width: 50%;overflow: hidden;}
.uli-contact-us-item:first-child {width: 30%;}
.uli-contact-us-item .text-1 {color: #808080;}
.uli-contact-us-item .text-2 {margin-top: 1rem;color: #000;}
.uli-contact-us-item .text-2 p {margin: 0;padding: 0;}
.uli-contact-us-map {border-radius: 1.2rem;overflow: hidden;position: relative;}
.uli-contact-message {padding: 3% 0;overflow: hidden;width: 60%;margin: auto;}
.uli-contact-message .uli-content {width: 100%;}
.uli-message-from {position: relative;}
.uli-message-from .form-2{margin-bottom: 1%;position: relative;}
.uli-message-from .form-2 li{list-style: none;padding: 0;margin: 0;float: right;width: 49.5%;position: relative;}
.uli-message-from .form-2 li:first-child{float: left;}
.uli-message-from .form-2 li a.cur {background: #f7fafa;padding: 2rem 2rem;box-sizing: border-box;border-radius: 10px;width: 100%;display: block;color: #999;position: relative;}
.uli-message-from .form-2 li a.cur::after {content: '';width: 1rem;height: .6rem;position: absolute;right: 5%;top: 50%;transform: translateY(-50%);background: url('../image/x.png') center no-repeat;background-size: 100%;filter: invert(1) grayscale(1);opacity: .3;}
.uli-message-from .form-2 li a.cur:hover {background: #00a3b9;color: #fff;}
.uli-message-from .form-2 li a.cur:hover::after {filter: none;opacity: 1;}
.uli-message-from .form-2 li:hover .select-show-1{display: block;}
.uli-message-from .select-show-1 {position: absolute;width: 100%;left: 0;top: 100%;z-index: 11;background: #f7fafa;overflow: hidden;border-radius: 1.2rem;box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);}
.uli-message-from .select-show-1.cur {display: none;}
.uli-message-from .select-show-1 ul {list-style: none;padding: 3% 0;margin: 0;overflow: hidden;overflow-y: auto;max-height: 200px;}
.uli-message-from .select-show-1 li{width: 100%;float:none;}
.uli-message-from .select-show-1 li:first-child{float: none;}
.uli-message-from .select-show-1 a{display: block;padding: 2% 5%;}
.uli-message-from .select-show-1 a:hover {background: #ecf3f3;}
.input-1,.textarea-1{background: #f7fafa;padding: 2rem 2rem;box-sizing: border-box;border: 1px solid #fff;border-radius: 10px;width: 100%;transition:all .4s ease;}
.textarea-1 {min-height: 200px;}
.input-1::-webkit-input-placeholder,.textarea-1::-webkit-input-placeholder{ color: #999;} 
.input-1:focus,.textarea-1:focus {border: 1px solid #00a3b9;}
.send-1 {margin-top: 2%;text-align: center;}
.send-1 a {display: inline-block;position: relative;text-align: center;border: 2px solid #ccedf1;border-radius: 50px;width: 11rem;line-height: 5.2rem;padding: 0 3rem;text-align: left;}
.send-1 span {color: #00a3b9;}
.send-1 i {width: .6rem;height: 1rem;background: url('../image/r1.svg') center no-repeat ;display: block;position: absolute;right: 15%;top: 50%;transform: translateY(-50%);}
.send-1 a:hover {background: #00a3b9;border: 2px solid #00a3b9;}
.send-1 a:hover span {color: #fff;}
.send-1 a:hover i {filter: invert(1) brightness(5) grayscale(1);}

 





/* other */

.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  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("../image/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: 40px; height: 40px;right:2%; top: 3%;transform: rotate(45deg);}
.closed::after,.closed::before {content: '';background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.closed:hover {opacity: 0.5;}
.closed::after {width: 26px;height: 2px;}
.closed::before {width: 2px;height: 26px;}

.news-detail-share,.news-detail-bottom-right,.news-detail-bottom {overflow:visible;}
.social-share{font-size:16px;font-style:normal;display: inline-block;vertical-align: middle;}
.social-share *{font-family:"socialshare" !important}
.social-share a{position:relative;text-decoration:none;margin-left:10px;display:inline-block;outline:none;border: 1px solid #333;border-radius: 100%;}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}
.social-share-icon {display: block;width: 4.5rem;height: 4.5rem;position: relative;opacity: .2;}
.social-share-icon:hover {opacity: 1;} 
.icon-wechat::before,.icon-weibo::before,.icon-qq::before {content: '';width: 4rem;height:4rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.icon-wechat::before{background: url('/static/images/n1.png') center no-repeat;z-index: 11;}
.icon-weibo::before{background: url('/static/images/n3.png') center no-repeat;z-index: 11;} 
.icon-qq::before{background: url('/static/images/n2.png') center no-repeat;z-index: 11;} 


@keyframes fadeInBigs{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{transform:scale(1.0);opacity: 0;}100%{transform:scale(1.1);opacity: 1;}}
.fadeInBigs{-webkit-animation-name:fadeInBigs;animation-name:fadeInBigs;-webkit-animation-duration:.9s;animation-duration:.9s}


@keyframes turnrotate{0%{-webkit-transform:rotate(0deg);}25%{-webkit-transform:rotate(90deg);}50%{-webkit-transform:rotate(180deg);}75%{-webkit-transform:rotate(270deg);}100%{-webkit-transform:rotate(360deg);}}



@media screen and (max-width: 5120px) {    
	.uli-pre-sales-service-item img {max-width: 100%;}
	.uli-pre-sales-service-item ol li:before {font-size: 1.4rem;}
}
@media screen and (max-width: 3840px) {  
}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {	  
}
@media screen and (max-width: 1680px) { 
}
@media screen and (max-width: 1440px) { 
}
@media screen and (max-width: 1366px) {
	.footer-social li a .img-center,.uli-corporate-culture-item a .icon-1 img{max-width: 50%;max-height: 50%;}
	.uli-enterprise-qualification-item .img .img-center {max-height: 80%;}
	.uli-typical-customers-bottom .uli-enterprise-qualification-item .img .img-center {max-height: 60%;}
}
@media screen and (max-width: 1280px) {
	 
}
@media screen and (max-width: 1152px) {
	
}
@media screen and (max-width: 1024px) {
	.index-banner-text {left: 5%;width: 90%;}
	.uli-index-product-swiper ,.uli-index-product-item-swiper,.uli-product-list .uli-content,.uli-product-detail-text .text,.uli-application-scheme .uli-content ,
	.uli-index-about-top,.uli-content,.uli-index-marketing-network-top .uli-title,.footer-content,.uli-page-nav ul,.uli-page-banner .uli-page-nav ul,
	.uli-page-banner .uli-page-nav ul.num3,.uli-page-banner .uli-page-nav ul.num6,.uli-company-profile-bottom,.uli-contact-message{width: 90%;}
	.uli-index-application-area-item .text-1,.uli-application-detail-top .uli-content,.uli-contact-us {width: 100%;}
	.uli-index-application-area-swiper .application-next, .uli-index-application-area-swiper .application-prev {margin-top: -9.4%;}
	.uli-index-application-area-bottom::after {top: 30%;}
	.uli-index-marketing-network-top .title-1 {margin-top: 1%;}
	.uli-product-detail-top {padding: 6% 0 2% 0;}
	.uli-corporate-culture-pic .text {width: 90%;left: 5%;}
	.uli-rd-production-right .title-1 {padding: 1% 0;margin-top: 0;}
}
@media screen and (max-width: 980px) {
	 
}
@media screen and (max-width: 860px) { 
	.pcshow{display: none!important;}
	.mbshow,.menu-toggle{display: block!important;}
	.header {background: #fff;}
	.header-content {height: 7rem;}
	.header-logo {width: 30%;}
	.header-logo img {filter: none;}
	.header-center {position: fixed;left: 0;top: 0;transform: none;width: 100%;height: 100%;overflow: hidden;background: #f1f1f1;transform: translateX(100%);}
	.no-touch .header-center {transform: translateX(0);}
	.no-touch .header-nav ul li.cur a.nav span::after{background: #00a3b9;}
	.no-touch .header-nav ul li.language,.no-touch .header-nav ul li.search {border: 2px solid rgba(0,0,0,.3);}
	.header-nav ul li.search i,.header-nav ul li.language i {filter: invert(1);}
 	.header-nav {width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;padding-top: 7rem;}
	.header-nav ul {width: 100%;height: 100%;overflow: hidden;}
	.header-nav ul li {display: block;border-top: 1px solid #ccc;}
	.header-nav ul li a {color: #000;}
	.header-nav ul a.nav span {font-size: 2.2rem;}
	.pic-text-1 span {font-size: 8rem;}
	.pic-text-1 {left: 5%;}
	.uli-path {top: 8rem;}
	.uli-product-detail-top .uli-path {top: 0;}
	.uli-page-banner .text {width: 100%;left: 50%;}
	.footer-nav ,.footer-link,.uli-product-technical-parameter-right,.uli-application-type-item .more-3,
	.uli-pre-sales-service-left,.uli-pre-sales-service-right::before,.uli-corporate-culture-item .text-1{display: none;}
	.uli-page-nav ul,.uli-company-profile-bottom,.uli-rd-production-bottom {display: block;}
	.header-nav ul li.language,.uli-index-product-bottom,.header-nav ul li.search,.uli-index-product-item-bottom {margin: auto;margin-top: 5%;} 
	.uli-index-product,.uli-index-application-area,.uli-index-news,.uli-product-technical-parameter,.uli-product-application-area,.uli-corporate-culture,.uli-rd-production,
	.uli-product-function-introduction,.uli-customer-stories,.uli-development-history,.uli-honors-qualifications,.uli-typical-customers {padding: 15% 0;}
	.footer-content-top,.uli-product-list ,.uli-program-features {padding: 10% 0;}
	.footer-content-bottom,.uli-application-detail-text .text-1,.uli-faq-item .title,.uli-rd-production-top .text-1,.uli-rd-production-right {padding: 5% 0;}
	.uli-product-item.upi1 .text {padding: 5%;text-align: center;}
	.uli-page-banner .uli-page-nav ul {text-align: center;}
	.uli-product-detail-top,.uli-faq-list,.uli-corporate-image {padding: 15% 0 5% 0;}
	.uli-faq {padding-bottom: 10%;}
	.uli-pre-sales-service-list {padding-left:0;}
	.uli-pre-sales-service-item li {padding: 4% 0 4% 5rem;}
	.uli-index-application-area-swiper .application-prev {left: 2%;}
	.uli-index-application-area-swiper .application-next {right: 2%;}
	.uli-index-about-top .uli-title,.uli-index-news-item.uini1, .uli-index-news-item.uini2,.uli-index-news-item.uini3,.footer-top-left,.footer-top-right,.uli-product-item.upi1 .pic,.uli-product-item ,.uli-product-application-area-left,.uli-product-application-area-right,.uli-product-technical-parameter-left,.uli-product-function-introduction-item,.uli-application-detail-text .title-1,.uli-application-detail-text .text-1,.uli-application-scheme-item,.uli-scheme-detail-left,.uli-scheme-detail-right,.uli-scheme-related-products-list .uli-product-item,.uli-program-features-left,.uli-program-features-right,.uli-customer-stories-item,.uli-news-content-left,.uli-news-content-right,.uli-pre-sales-service-right,.uli-news-item.uni1,.uli-news-item,.uli-company-profile-left,.uli-company-profile-right,.uli-corporate-image-item.uci1, .uli-corporate-image-item.uci2, .uli-corporate-image-item.uci3,.uli-rd-production-top .title-1,.uli-rd-production-top .text-1,.uli-honors-qualifications-left,.uli-rd-production-right,.uli-enterprise-qualification-item.ueq1,.uli-enterprise-qualification-item.ueq2,.uli-enterprise-qualification-item,.uli-contact-us-item:first-child{width: 100%;float: none;margin-right: auto;}
	.uli-page-banner .text .title-1 {font-size: 2.8rem;line-height: 4rem;}
	.index-banner-text .title-1 strong {font-size: 5rem;}
	.uli-company-profile-date {width: 45%;margin-right: 5%;margin-bottom: 5%;}
	.uli-faq-item .title span ,.uli-corporate-culture-item .logo-1{width: 80%;}
	.uli-page-banner .text .uli-title,.uli-product-item.upi1 .text {width: 90%;}
	.uli-page-banner .uli-page-nav ul.num6 {width: 100%;}
	.uli-index-about-top .uli-more-1 ,.uli-product-item.upi1 .text,.uli-product-application-area-right,.uli-product-application-area-list{position: relative;right:auto;top: auto;margin:auto;left: auto;bottom: auto;transform: none;}
	.uli-corporate-image-item {width: 49%;}
	.uli-index-about-top .uli-more-1,.uli-index-news-item.uini1, .uli-index-news-item.uini2,.uli-index-news-item.uini3,.uli-typical-customers-nav,
	.uli-typical-customers-bottom ,.uli-contact-us-item:first-child,.uli-contact-us-item{margin-top: 5%;} 
	.uli-page-banner .img-block,.uli-corporate-culture-pic .img-block{width: 300%;max-width: 300%;}
	.uli-application-pic-swiper .swiper-slide.swiper-slide-active .img .img-block {width: 300%;max-width: 300%;}
	.uli-index-marketing-network-list {width: 90%;left: 5%;bottom: 5%;height: 65%;}
	.uli-application-type-item {width: 100%;height: 20%;}
	.uli-application-type-item::after {width: 100%;height: 1px;}
	.footer-social {text-align: left;margin-top: 5%;}
	.uli-news-content,.uli-corporate-culture-pic {margin-top: 20%;}
	.uli-contact-us {margin-top: 30%;}
	.footer-social li {margin-left: auto;margin-right: 1%;}
	.uli-index-marketing-network-list .place-1.wz1 {top: 1%;left: 10%;}
	.uli-index-marketing-network-list .place-1.wz2 {top: 1%;left: 50%;}
	.uli-index-marketing-network-list .place-1.wz3 {top: 12%;left: 11%;}
	.uli-index-marketing-network-list .place-1.wz4 {top: 12%;left: 60%;}
	.uli-index-marketing-network-list .place-1.wz5 {top: 23%;left: -1%;}
	.uli-index-marketing-network-list .place-1.wz6 {top: 23%;left: 35%;}
	.uli-index-marketing-network-list .place-1.wz7 {top: 35%;left: 60%;}
	.uli-index-marketing-network-list .place-1.wz8 {top: 35%;left: 21%;}
	.uli-index-marketing-network-list .place-1.wz9 {top: 46%;left: 110%;}
	.uli-index-marketing-network-list .place-1.wz10 {top: 46%;left: 15%;}
	.uli-index-marketing-network-list .place-1.wz11 {top: 57%;left: -1%;}
	.uli-index-marketing-network-list .place-1.wz12 {top: 57%;left: 35%;}
	.uli-index-marketing-network-list .place-1.wz13 {top: 68%;left: 10%;}
	.uli-index-marketing-network-list .place-1.wz14 {top: 68%;left: 55%;}
	.uli-index-marketing-network-list .place-1.wz15 {top: 79%;left: 1%;}
	.uli-index-marketing-network-list .place-1.wz16 {top: 79%;left: 45%;}
	.uli-index-marketing-network-list .place-1.wz17 {top: 90%;left: 10%;}
	.uli-index-marketing-network-list .place-1.wz18 {top: 90%;left: 60%;}
	.uli-index-product-swiper .uli-index-product-item .title-1 {font-size: 3rem;}
	.uli-title .title-1,.uli-product-list-top .title-1{font-size: 3rem;}
	.uli-product-item .title-1 {font-size: 2.5rem;}
	.uli-application-type.num6 .uli-application-type-item {width: 50%;height: 33%}
	.uli-application-type::after {content: '';width: 1px;height: 100%;position: absolute;left: 50%;top: 0;z-index:1;background: #fff;opacity: .4;}
	.header-nav ul .header-dropdown-menu {display: none!important;}
	.uli-page-nav {white-space: nowrap;overflow-x: scroll; -webkit-overflow-scrolling: touch;font-size: 0;}
	.uli-page-nav::-webkit-scrollbar { width:0px;height:0px;}
	.uli-page-nav li {padding: 5% 5%;border-bottom: 1px solid #e8e8e8;}
	.uli-page-nav ul::after {display: none;}
	
}
 

/* 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) {
	.header-logo {width: 13%;}
}

 
 