 



/* 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{font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
*::before,*::after {/*font-size: 14px;*/text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
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:#f1890a;box-shadow:inset 1px 1px 0 #f1890a,inset 0 -1px 0 #f1890a;}
 



/* 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: 180px;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;font-weight: 600}
.header-nav ul a {color: #fff;text-transform: capitalize;}
.header-nav ul a.nav{position: relative; padding: 0 3rem;line-height: 9rem;}
.header-nav ul a.nav span {position: relative;}
.header-nav ul a.nav span::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: -20%;background: #fff; opacity: 0;}
.header-nav ul li.cur a.nav {opacity: 1;}
.header-nav ul li.cur a.nav span::after {opacity: 1;}
.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: 1.8rem;height: 1.8rem;background: url('../images/ic2.png') center no-repeat;background-size: 100%;bottom: 1px;}
.header-nav ul li.language span{display: inline-block;vertical-align: middle;margin-left: 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('../image/search.png') center no-repeat;background-size: 100%;filter: invert(0);}
.header.scroll-down .header-content,.header.scroll-top .header-content{height: 6.5rem;}
.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,.05);background: #fff;}
.header.black .header-logo img,.detail .header .header-logo img{filter: invert(0) brightness(1) grayscale(0);max-width: 180px;}
.header.scroll-top .header-logo img,.header.scroll-down .header-logo img{filter: invert(0) brightness(1) grayscale(0);max-width: 140px;}
.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: #f1890a;}
.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: #f1890a;}
.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:#141414;position: relative;clear: both; overflow: hidden;color: #999999;border-top: 1px solid #e6e6e6;}
.footer a:hover {color: #f1890a;}
.footer-content {width: 85%;margin: auto;position: relative;}
.footer-content-top {padding: 4% 0;overflow: hidden;border-bottom: 1px solid #2c2c2c;position: relative;}
.footer-top-left {float: left;width: 35%;}
.footer-logo a{width: 200px;;height: auto;display: block;}
.footer-contact {position: relative;margin-top: 11%;}
.footer-contact img{width: 100%; max-width: 380px;}

.footer-contact .item-1 {display: block;padding: .2rem 0;}
.footer-contact .item-1 span{display: inline-block;vertical-align: text-top;color: #7a7a7a;line-height: 1.5;}
.footer-contact .item-1 span:first-child {color: #999;}
.footer-top-right {width: 65%;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(255,255,255, 0.5);border-radius: 100%;}
.footer-social li a:hover {background: #f1890a;border: 2px solid #f1890a;}
.footer-social li a img {filter: invert(1) brightness(5);opacity: .5}
.footer-social li:hover a img {opacity: 1;}
.footer-social li:last-child a{background: #f1890a;border: 2px solid #f1890a;}
.footer-nav {margin-top: 8%;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: #fff;display: block;padding-bottom: 1rem;}
.footer-nav ul li{list-style: none;margin: 0;padding: 0;padding: 1% 0;}
.footer-nav ul a {color: #7a7a7a;}
.footer-nav ul a:hover {color: #f1890a;}
.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: #f1890a;}
.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;}



.preview {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-16by3 {
    padding-bottom: 58%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}
.embed-responsive-zd {
    padding-bottom: 40%
}



/* 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: 21.8%;top: 33%;transform: translateY(-50%);z-index: 100;color: #fff;}

.index-banner-text.nmj{left: 16%;}

.index-banner-text .title-1 strong{font-weight: normal;} 
.index-banner-text .title-1 strong span.s1{/*color: #f1890a;*/;padding-right: 15px;font-weight: 600;
  background: -webkit-linear-gradient(0deg, #333, #fff); 
  background: linear-gradient(0deg, #333, #fff);
  -webkit-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;}
.index-banner-text .title-1 strong span.s2{background: -webkit-linear-gradient(0deg, #333, #fff); 
  background: linear-gradient(0deg, #333, #fff);
  -webkit-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent;}
.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);font-family: 'Urbanist'}
.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;display: none;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active {background: #f1890a;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: 30%;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: 55%;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: 55%;}
.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:#f1890a ;border-radius: 100%;position: relative;margin-left: 2rem;}
.uli-more-1 i::before{content: '';width: .6rem;height: 1rem;background:url('../images/r1.png') 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: 85%;margin: auto;}
.uli-content.tt{width: 63%;}
.uli-content.rep{width: 71%;}
.uli-content.map{width: 70%;}
.uli-title {overflow: hidden;}
.uli-title.center {text-align: center;}
.uli-title .text-1 {overflow: hidden;color: #f1890a;}
.uli-title .title-1 {color: #1a1a1a;font-weight: 600;font-family: 'Urbanist';text-transform: capitalize;font-size: 50px;}
.uli-title.pro .title-1{color: #1a1a1a;}

.uli-title .text-2 {color: #808080;margin-top: 1rem;font-family: 'Urbanist'}
.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: #f1890a;display: inline-block;vertical-align: middle;position: relative;}
.more-1 span::after {content: '';width: 0;height: 1px;position: absolute;left: 0;bottom: 0;background: #f1890a;transition:all .4s ease;}
.more-1 i {display: inline-block;vertical-align: middle;margin-left: 1rem;background: url('../images/r1.png') 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(241,137,10,.5);border-radius: 100%;transition:all .4s ease;box-sizing: border-box;outline: none;} 




.swiper-button-next::after,.swiper-button-prev::after{color: #f1890a;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: #f1890a;border: #f1890a 2px solid;}
.swiper-button-prev:hover::after,.swiper-button-next:hover::after {color: #fff;}

.index-banner-swiper .swiper-button-prev,.index-banner-swiper .swiper-button-next{border: 2px solid rgba(255,255,255,.5);}
.index-banner-swiper .swiper-button-prev:hover,.index-banner-swiper .swiper-button-next:hover{border: #f1890a 2px solid;}

.index-banner-swiper .swiper-button-next::after,.index-banner-swiper .swiper-button-prev::after{color: #fff;}
.index-banner-swiper .swiper-button-next{right: 50px;left: auto;}
.index-banner-swiper .swiper-button-prev{left: 50px;right: auto;}

.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 #f1890a;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: #f1890a;}
.uli-index-product-item-swiper .swiper-slide-thumb-active span {color: #f1890a;}

.uli-index-application-area {padding:80px 0 60px 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: 96%;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;border-radius: 10px;}
.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;display: none}


/*.uli-index-application-area-swiper .swiper-slide-active .uli-index-application-area-item .img::before{display: block;}*/

.uli-index-application-area-item a:hover .img::before{opacity: 1;}
.uli-index-application-area-item .pic {transform: scale(1);border-radius: 0;opacity: .3;background-size: cover;background-position: center center;background-repeat: no-repeat;border-radius: 10px;}
.uli-index-application-area-item .text{

    overflow: hidden;
    position: absolute;
    z-index: 11;
    opacity: 0;
    bottom: 15%;
    left: 5%;
    text-align: left;
}


.xvb .uli-index-application-area-item .text{bottom: 6%;}

.uli-index-application-area-item .text .title-1{color: #fff;font-weight: 600;}
.uli-index-application-area-item .text-1{color: #fff;width: 80%;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: 96%;}
.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;border-radius: 10px;}
.uli-index-application-area-swiper .application-next,.uli-index-application-area-swiper .application-prev  {margin-top: -3.4%;border: 2px solid #ededed;background: rgba(255,255,255,.8);width: 5.5rem;height: 5.5rem;box-sizing: border-box;}



.xxf{}

.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: 28%;}
.uli-index-application-area-swiper .application-prev {left: 28%;}
.uli-index-application-area-swiper .application-prev::before {content: '\f104';font-weight: normal;color: #999;font-family: "font awesome 5 pro";font-size: 24px;}
.xvb .uli-index-application-area-swiper .application-prev{left: 5%;}
.xvb .uli-index-application-area-swiper .application-next{right: 5%;}

.xvb .uli-index-application-area-item .img::after{display: none;}
.xvb .uli-index-application-area-swiper .application-next, .xvb .uli-index-application-area-swiper .application-prev{margin-top: -3%;}

/*.xvb .uli-index-application-area-swiper .application-next, .uli-index-application-area-swiper .application-prev{
    background: rgba(241,137,10,.8);border: 2px solid #f1890a;
}*/

/*.xvb .uli-index-application-area-swiper .application-prev::before{color: #fff}
.xvb .uli-index-application-area-swiper .application-next::before{color: #fff}*/

.uli-index-application-area-swiper .application-next::before {content: '\f105';font-weight: normal;color: #999;font-family: "font awesome 5 pro";font-size: 24px;}
.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.inc{padding: 6% 0 8%;}
.uli-index-news.adp{padding: 2% 0 5%}
.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.pro a{border-radius: 1rem;}

.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 .data-1 img{width: 50px;}
.uli-index-news-item:hover .data-1 img.white{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.uli-index-news-item .title-1{margin-top: 3%;position: relative;color: #1a1a1a;}

.uli-index-news-item.pro .title-1{font-weight: 600;text-transform: capitalize;}

.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.lix{width: 31%}
.uli-index-news-item.uini1.lix a{background: #fff;}
.uli-index-news-item.uini2.app{margin-right: 1%;margin-bottom: 1%;width: 24%;}
.uli-index-news-item.uini1.pro{width: 100%;}
.uli-index-news-item.pro .text{border-top: 1px solid #e9e9e9;}
.uli-index-news-item.uini1 a:hover {background: #f1890a;}
.uli-index-news-item.uini1 a:hover .data-1,.uli-index-news-item.uini1 a:hover p,.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: #f1890a;}
.uli-index-news-item.uini2 .text{padding: 5% 10% 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;text-transform: capitalize;font-weight: bold;}
.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: #f1890a;}
.more-2 {margin-top: 1%;overflow: hidden;}
.more-2 span {display: inline-block;vertical-align: middle;margin-right: 1rem;color: #f1890a;}
.more-2 i {display: inline-block;vertical-align: middle;width: 1.4rem;height: .9rem;background: url('../images/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 .uli-title .title-1{color: #fff;}

.uli-page-banner .text {position: absolute;width: 50%;left: 30.3%;top: 50%;transform: translate(-50%,-50%);z-index: 11;}
.uli-page-banner .text.app{top: 40%}
.uli-page-banner.ab .text{left: 27%;}
.uli-page-banner.ab .uli-path{left: 7.3%;bottom: 23.5rem;}
.uli-page-banner.ab .uli-path.app{top: 30.5rem}
.uli-page-banner .text .uli-title {width: 80%;margin: auto;text-align: left;}
.uli-page-banner .text .title-1 {margin-top: 2%;}
.uli-path {position: absolute;width: 80%;left: 10.6%;bottom: 16.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('../image/home.png') center no-repeat;background-size: 100%;margin-right: 1rem;filter: brightness(0) invert(1);}
.uli-path span {color: #d2d2d2;}
.uli-path em {width: .6rem;height: 1rem;background: url('../image/r3.png') center no-repeat;background-size: 100%;margin: 0 .4rem;margin-bottom: -.1%;filter: brightness(0) invert(1);}
.uli-path a.cur span {color: #FFF;}
.uli-path a:hover span{color: #f1890a;}


.uli-path.news {position: absolute;width: 20%;left: 3%;top: 11.5rem;z-index: 11;}
.uli-path.newsa,.uli-path i,.uli-path span,.uli-path em {display: inline-block;vertical-align: middle;}
.uli-path.news a {position: relative;}
.uli-path.news i {width: 1.9rem;height: 1.7rem;background: url('../image/home.png') center no-repeat;background-size: 100%;margin-right: 1rem;filter: none}
.uli-path.news span {color: #808080;}
.uli-path.news em {width: .6rem;height: 1rem;background: url('../image/r3.png') center no-repeat;background-size: 100%;margin: 0 .4rem;margin-bottom: -.1%;filter: none;}
.uli-path.news a.cur span {color: #000;}
.uli-path.news a:hover span{color: #f1890a;}




.uli-page-nav {overflow: hidden;}
.uli-page-nav ul {list-style: none;margin: 0;padding: 0;width: 85%;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: 1.5% 1%;position: relative;text-align: center;}
.uli-page-nav li::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #f1890a;opacity: 0;z-index: 11;}
.uli-page-nav a {display: block;position: relative;color: #808080;}
.uli-page-nav li:hover a{color: #f1890a;}
.uli-page-nav li:hover::after {opacity: 1;}
.uli-page-nav a:hover {color: #000;}
.uli-page-nav ul.num8 {flex-direction: row;flex-wrap: wrap;width: 63%;align-items: center;}
.uli-page-nav ul.num8 li{width: 10%;}
.uli-page-banner .uli-page-nav ul.num6 {width: 30%;}
.uli-page-banner .uli-page-nav ul.num3 {width: 15%;}
.uli-page-banner .uli-page-nav ul.num3 {width: 25%;}


.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%;text-transform: capitalize;}
.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('../images/banner25.webp') center top no-repeat;background-size: cover;}
.uli-product-detail.ytj{padding-top: 9rem;position: relative;overflow: hidden;background: url('../images/banner40.jpg') center top no-repeat;background-size: cover;}
.uli-product-detail.ytj .uli-product-detail-pic{margin-top: 18%}
.uli-product-detail.allcover {padding-top: 9rem;position: relative;overflow: hidden;background: url('../images/banner6.jpg') center top no-repeat;background-size: cover;}
.uli-product-detail.large {padding-top: 2rem;position: relative;overflow: hidden;background: url('../images/bg12.jpg') center top no-repeat;background-size: cover;}
.uli-product-detail.hand {padding-top: 2rem;position: relative;overflow: hidden;background: url('../images/bg28.jpg') center top no-repeat;background-size: cover;}
.uli-product-detail.chuck {padding-top: 2rem;position: relative;overflow: hidden;background: url('../images/bg24.jpg') center top no-repeat;background-size: cover;}

.uli-product-detail.tubeprofile{padding: 15rem 0 50rem;position: relative;overflow: hidden;background: url('../images/bg20.jpg') center bottom no-repeat;background-size: cover;}

.uli-product-detail.tubeprofile .uli-product-detail-text .text{padding-top: 0;}

.uli-product-detail.large .uli-product-detail-pic{margin-top: 16%}

.uli-product-detail.chuck .uli-product-detail-pic{margin-top: 28%}
.uli-product-detail.hand .uli-product-detail-pic{margin-top: 9%}
.uli-product-detail.two {padding-top: 9rem;position: relative;overflow: hidden;background: url('../images/bg11.jpg') center top no-repeat;background-size: cover;}
.uli-product-detail-top {position: relative;overflow: hidden;text-align: center;padding: 2% 0 5% 0;}

.uli-product-detail.hand .uli-product-detail-top{padding: 2% 0 2% 0;}

.uli-product-detail.two .uli-product-detail-top{padding-bottom: 5%;}
.uli-product-detail.large .uli-product-detail-top{padding-bottom: 2%;}
.uli-product-detail-top .uli-path {left: 3%;top: 3%;width: auto;}
.uli-product-detail-text {overflow: hidden;text-align: left;}

.uli-product-detail-text ul{padding-inline-start: 20px;}

.uli-product-detail-text .text{overflow: hidden;width: 100%;margin: auto;padding-top: 30%;}

.uli-product-detail.two .uli-product-detail-text .text{padding-top: 2%}


.uli-product-detail-text .text p{color: #C5C5C5;}

.uli-product-detail-text .text-1{color: #f1890a;}
.uli-product-detail-text .title-1{margin: auto;color: #fff;text-transform: capitalize;font-weight: 600}

.uli-product-detail-text.bac .title-1{color: #1a1a1a;}
.uli-product-detail-text.bac .title-3{color: #1a1a1a;}


.uli-product-detail-text .title-1 span{color: #f1890a!important;text-transform: uppercase;}
.uli-product-detail-text .text-2{color: #a4a4a4;margin-top: 5%;}
.uli-product-detail-text .title-3{margin: auto;color: #fff;text-transform: capitalize;}
.uli-product-detail.two .uli-product-detail-text .title-1{color: #1a1a1a;}
.uli-product-detail.two .uli-product-detail-text .title-3{color: #1a1a1a;}


.uli-product-detail.two .uli-product-detail-pic{margin-top:7%;}


.uli-product-detail-pic {margin-top: 13%;position: relative;}

.uli-product-detail.allcover .uli-product-detail-pic{margin-top: 5%;}

.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;text-align: left;}

.uli-product-application-area-left p{display: none}

.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: #f1890a;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('../images/r1.png') center no-repeat;background-size: 100%;filter: grayscale(1) brightness(.2);}
.uli-product-application-area-list li.cur a {color: #f1890a;}
.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 #f1890a;margin-top: 3%;overflow: hidden;}
.uli-product-technical-parameter-list li{list-style: none;margin: 0;padding: 0;padding: 2% 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-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('../images/r1.png') 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('../images/r1.png') 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: #f1890a;}
.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: #f1890a;}
.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('../images/r1.png') 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: #f1890a;}
.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: #f1890a;}
.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('../images/r1.png') 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: #f1890a;}
.uli-faq-item .title.cur .open-1 {background: #f1890a;}
.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('../images/r1.png') 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: #f1890a;}
.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 #f1890a;}
.uli-pageturn a.cur span {color: #f1890a;}
.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: #f1890a;position: absolute;right: 0;top: 0;opacity: 0;}
.uli-pre-sales-service-nav a.cur {color: #f1890a;}
.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: #f1890a;}
.uli-pre-sales-service-item ol li:first-child {counter-reset: custom;}




/* news */
.uli-news-list {padding: 5% 0 0;overflow: hidden;}
.uli-news-list.case{padding:  10% 0 0;}
.uli-company-information-list {overflow: hidden;padding-bottom: 0;}
.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: none;}
.uli-news-item.uni1 {width: 66%;margin-right: 2%;margin-bottom: 4%;}
.uli-news-item.uni1 .play-v{left: 50%;top: 45%;}
.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: #f1890a;z-index: 11;}
.uli-news-item.uni2 .text-1 {display: block;opacity: .9;}
.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: #f1890a;}
.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: #f1890a;}
.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;width: 100%;border-radius: 20px;margin: 5% 0;}
.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('../images/r1.png') 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: #f1890a;}
.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: #f1890a;}
.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: #f1890a;border-bottom: 1px solid #f1890a;}
.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-about-us.ab .uli-content{position: relative;padding: 6% 0 5%;}

.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%;text-transform: uppercase;}
.uli-company-profile-left .text-3 {padding: 3% 0;border-top: 1px solid #e8e8e8;overflow: hidden;font-weight: 600;}
.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: 2% 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: 85%;margin: 3% auto 4% auto;display: flex;justify-content: space-between;}
.uli-company-profile-bottom.aab{width: 90%}
.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: 600;display: block;margin: 0;padding: 0;color: #111;}
.uli-company-profile-date .data-1 em{position: absolute;right: 5px;top: 0;color: #f1890a;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: #f1890a;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 #f1890a;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: #f1890a;border-radius: 100%;opacity: 1;z-index: 11;opacity: 0;}
 .uli-development-history-item a:hover .history-1{background: #f1890a;}
.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: #f1890a;}
.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: #f1890a;}
.uli-development-history-item a:hover .bottom-1 i:nth-child(3)::after {opacity: 1;}
 
.uli-corporate-image-list {padding-bottom: 0;overflow: hidden;}
.uli-corporate-image {padding: 5% 0 0 0;overflow: hidden;}
.uli-corporate-image.sp{padding-top: 0%}
.uli-corporate-image-top {text-align: center;}
.uli-corporate-image-top .title-1{font-weight: 600;}
.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 .item-1.sp{width: 60%;}

.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: #f1890a;}
.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 #f1890a;}
.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: #f1890a;border: 1px solid #f1890a;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: 2% 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: 40px 0 30px 0;overflow: hidden;width: 100%;margin: auto;background: #f6f7f8;}
.uli-contact-message.sss{background: #fff;}
.uli-contact-message.sss .input-1, .uli-contact-message.sss .textarea-1, .uli-contact-message.sss .select-1{background: #f6f7f8;}

.uli-contact-message .uli-content {width: 75%;}
.uli-message-from {position: relative;}



.uli-message-from .fc-form-body{margin-bottom: 2%;position: relative;width: 100%; height: auto;}
.uli-message-from .fc-form-body .form-group{width: 100%; height: auto; padding: 0; margin: 10px 0;}
.uli-message-from .fc-form-body .form-group .control-label{font-size: 18px; font-weight: 600;; line-height: 30px; color: #666; width: 100%;}
.uli-message-from .fc-form-body .form-group input.form-control{border: 1px solid #e3e3e3;color: #999;background: #fff; font-size: 16px; border-radius: 8px; margin: 0; padding:15px 3%; width: 94%; height: auto;}
.uli-message-from .fc-form-body .form-group input::placeholder{color: #e3e3e3;font-size: 16px;}

.uli-message-from .fc-form-body .form-group textarea.form-control{border: 1px solid #e3e3e3;color: #999;background: #fff; font-size: 16px; border-radius: 8px; margin: 0; padding:15px 1%; width: 98%; height: auto;}
.uli-message-from .fc-form-body .form-group textarea::placeholder{color: #e3e3e3;font-size: 16px;}


.mt-checkbox-inline{width: 100%; height: auto; font-size: 16px;line-height: 20px;}
.mt-checkbox-inline input[type="radio"]{ width: 20px; height: 20px; border: 1px solid #888; margin-top: 5px;}

.portlet-body{width: 280px; margin: 0 auto; height: auto; padding: 0;}
.portlet-body button{width: 280px; margin: 0 auto; padding:15px 30px; border: 2px solid #f1890a; display: block;color: #f1890a; background: #fff; font-size: 16px; border-radius: 60px;}
.portlet-body button:hover{color: #fff; background: #f1890a; font-size: 16px;}


.uli-message-from .form-2{margin-bottom: 2%;position: relative;display: flex;justify-content: space-between}
.uli-message-from .form-2 li{list-style: none;padding: 0;margin: 0;float: right;width: 32%;position: relative;}
.uli-message-from .form-2 li p,.tex{font-size: 18px;font-weight: bold;margin: 10px 0;color: #7d7d7d}
.uli-message-from .form-2.jj{display: flex;justify-content: space-between}
.uli-message-from .form-2.jj li{width: 23.5%}


.uli-message-from .form-2 li{  width: 48%; float: left;margin-right: 2%}
.uli-message-from .form-2 li:first-child{  width: 48%; float: left; margin-right: 2%}
.uli-message-from .form-2 li a{border: 1px solid #e1e1e1;}
.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: #f1890a;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,.select-1{background: #fff;padding: 2rem 2rem;box-sizing: border-box;border: 1px solid #fff;border-radius: 10px;width: 100%;transition:all .4s ease;border: 1px solid #e1e1e1;}

.select-1 option:first-child{}
/* 方法1: 使用appearance属性 */
select {
  -webkit-appearance: none; /* for Chrome, Safari */
  -moz-appearance: none;    /* for Firefox */
  -ms-appearance: none;     /* for IE10+ */
  appearance: none;         /* for standard browsers */


}
.select-1 option {
    background-color: #fff;
    color: #333;
    padding: 10px;
    font-size: 14px;font-family: '微软雅黑'
}

.select-1{padding:12.2px 10px;background: url(../images/form_jt.png) no-repeat right center;background-color: #fff}
.select-1:hover,.select-1:focus{background-image:url(../images/form_jt2.png) ;}

.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 #f1890a;}
.send-1 {margin-top: 2%;text-align: center;}
.send-1 a {display: inline-block;position: relative;text-align: center;border: 2px solid #f1890a;border-radius: 50px;min-width: 250px;line-height: 5.2rem;padding: 0 3rem;text-align: left;}
.send-1 span {color: #f1890a;}
.send-1 i {width: 30px;height: 1rem;background: url('../images/r1.png') center no-repeat ;display: block;position: absolute;right: 15%;top: 50%;transform: translateY(-50%);}
.send-1 a:hover {background: #f1890a;border: 2px solid #f1890a;}
.send-1 a:hover span {color: #fff;}
.send-1 a:hover i {filter: invert(1) brightness(5) grayscale(1);}

 
.send-1 button {display: inline-block;position: relative;text-align: center;border: 2px solid #f1890a;border-radius: 50px;min-width: 250px;line-height: 5.2rem;padding: 0 3rem;text-align: left;background: #fff;}
.send-1 button span {color: #f1890a;}
.send-1 button i {width: 30px;height: 1rem;background: url('../images/r1.png') center no-repeat ;display: block;position: absolute;right: 15%;top: 50%;transform: translateY(-50%);}
.send-1 button:hover {background: #f1890a;border: 2px solid #f1890a;}
.send-1 button:hover span {color: #fff;}
.send-1 button: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('http://www.ulicnc.com/en/static/images/n1.png') center no-repeat;z-index: 11;}
.icon-weibo::before{background: url('http://www.ulicnc.com/en/static/images/n3.png') center no-repeat;z-index: 11;} 
.icon-qq::before{background: url('http://www.ulicnc.com/en/static/images/n2.png') center no-repeat;z-index: 11;} 




 .procent {
 	position: relative;
 	overflow: hidden;
 	width: 80%;
 	margin: 0 auto;
 }

 .procent .probox {
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	padding-bottom: 1%;
 }

 .procent .probox .probox-img,
 .procent .probox .probox-text {
 	width: 48%;
 	position: relative;
 }

 .procent .probox .probox-text h3 {
 	margin-bottom: 5px;
 }

 .procent .probox .probox-text h4 {
 	margin-top: 0;
 	color: #333;
 	font-weight: normal;
 	margin-bottom: 25px;
 }

 .procent .probox .probox-text p {
 	display: flex;
 	align-items: center;
 	color: #666;
 	margin: 7px 0;
 }

 .procent .probox .probox-text p i {
 	color: #f1890a;
 	font-size: 8px;
 	margin-right: 8px;
 }

 .procent .probox .probox-img img {
 	max-width: 100%;
 	transition: .8s ease;
 }

 .procent .probox:hover .probox-img img {
 	transform: scale(1.05);
 }




@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);}}




 /* 20. product-info */
 .globebuss {
 	position: relative;
 	overflow: hidden;
 	background: url(../images/main_global_map_wide.jpg) no-repeat;
 	background-size: cover;
 	background-position: center center;
 	padding: 13rem 0 13rem;
 }
 .globebuss::before{position: absolute; content: ''; display: block; width: 100%; height: 100%; left: 0; bottom: 0; 
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 29%);} 
 .mappadd {
 	margin-top: -10rem;
 }

 .main-image {
 	width: 100%;
 	height: auto;
 }

 .lookbook-tag {
 	position: absolute;
 	cursor: pointer;
 	top: 37%;
 	left: 19.5%;
 	transition: .4s all;
 }

 .lookbook-tag.active {
 	z-index: 999
 }

 .lookbook-dot {
 	width: 20px;
 	height: 20px;
 	background: rgba(255, 255, 255, .8);
 	border-radius: 50%;
 	border: 5px solid rgba(241, 137, 10, .8);
 	color: #f1890a;
 	z-index: 18;
 	text-align: center;
 }

 .lookbook-dot i {
 	font-size: 12px;
 	transform: translateY(3px);
 }

 .product-info {
 	position: absolute;
 	top: -75px;
 	left: 50px;
 	background-color: rgba(255, 255, 255, .6);
 	backdrop-filter: blur(10px);
 	padding: 16px 18px 15px;
 	border: 1px solid #f1890a;
 	width: max-content;
 	box-shadow: 0 0 12px 3px rgba(241, 137, 10, 0.3);
 	border-radius: 10px;
 	z-index: 10;
 }



 .product-info .product-info-style {
 	display: block;
 	text-align: center;
 	align-items: center;
 	justify-content: space-between;
 }

 .product-info .product-info-style .cjs {
 	display: flex;
 	align-items: center;
 }

 .product-info img {
 	width: 100%;
 	height: auto;
 }

 .product-info button {
 	background: #ff5722;
 	color: white;
 	border: none;
 	padding: 6px;
 	width: 100%;
 	margin-top: 5px;
 	cursor: pointer;
 }

 ul.lookbook-main {
 	position: absolute;
 	bottom: 0;
 	width: 100%;
 	height: 100%;
 }

 .lookbook {
 	position: relative;
 }

 .lookbook-tag:nth-child(2) {
 	top: 16%;
 	left: 40%;
 }

 .lookbook-tag:nth-child(3) {
 	top: 55%;
 	left: auto;
 	right: 33%;
 }

 .lookbook-tag:nth-child(4) {
 	top: 42.5%;
 	left: auto;
 	right: 74.5%;
 }

 .lookbook-tag:nth-child(5) {
 	top: 43.8%;
 	left: auto;
 	right: 69.5%;
 }

 .lookbook-tag:nth-child(6) {
 	top: 39.8%;
 	left: auto;
 	right: 90%;
 }

 .lookbook-tag:nth-child(7) {
 	top: 35.8%;
 	left: auto;
 	right: 69.5%;
 }

 .lookbook-tag:nth-child(8) {
 	top: 37.8%;
 	left: auto;
 	right: 50.5%;
 }

 .lookbook-tag:nth-child(9) {
 	top: 29.8%;
 	left: auto;
 	right: 20.5%;
 }


 .g2 .lookbook-tag {
 	top: 47%;
 	left: 4.3%;
 }

 .g2 .lookbook-tag:nth-child(2) {
 	top: 27%;
 	left: 15%;
 }

 .g2 .lookbook-tag:nth-child(3) {
 	top: 51.5%;
 	left: 17.5%;
 }

 .g2 .lookbook-tag:nth-child(4) {
 	top: 49.5%;
 	left: 35%;
 }

 .g2 .lookbook-tag:nth-child(5) {
 	top: 59.5%;
 	left: 17.8%;
 }

 .g2 .lookbook-tag:nth-child(6) {
 	top: 45.5%;
 	left: 46.8%;
 }

 .g2 .lookbook-tag:nth-child(7) {
 	top: 73.8%;
 	left: 8%;
 	right: auto;
 }

 .g2 .lookbook-tag:nth-child(8) {
 	top: 27.8%;
 	left: auto;
 	right: 44.5%;
 }

 .g2 .lookbook-tag:nth-child(9) {
 	top: 38.8%;
 	left: auto;
 	right: 38.5%;
 }

 .g2 .lookbook-tag:nth-child(10) {
 	top: 37.8%;
 	left: auto;
 	right: 20.5%;
 }

 .g2 .lookbook-tag:nth-child(11) {
 	top: 15.2%;
 	left: auto;
 	right: 11%;
 }

 .g2 .lookbook-tag:nth-child(12) {
 	top: 53.2%;
 	left: auto;
 	right: 28.5%;
 }

 .g2 .lookbook-tag:nth-child(13) {
 	top: 55.2%;
 	left: auto;
 	right: 23.5%;
 }

 .g2 .lookbook-tag:nth-child(14) {
 	top: 52.2%;
 	left: auto;
 	right: 13.5%;
 }

 .g2 .lookbook-tag:nth-child(15) {
 	top: 60.5%;
 	left: auto;
 	right: 10.5%;
 }

 .g3 .lookbook-tag {
 	top: 25%;
 	left: 68.5%;
 }

 .g3 .lookbook-tag:nth-child(2) {
 	top: 22.5%;
 	left: 45.8%;
 }

 .g3 .lookbook-tag:nth-child(3) {
 	top: 33.5%;
 	left: 55.8%;
 }

 .g3 .lookbook-tag:nth-child(4) {
 	top: 36.5%;
 	left: 73.8%;
 }

 .g3 .lookbook-tag:nth-child(5) {
 	top: 48.5%;
 	left: 69.8%;
 }

 .g3 .lookbook-tag:nth-child(6) {
 	top: 43.5%;
 	left: 86.3%;
 }


 .news-information-list .index-news-item.zh .vv {
 	left: 43%;
 	top: 120%
 }

 .news-information-list .index-news-item.zh:hover .vv {
 	top: 50%;
 }

 .product-info .product-info-style img {
 	width: 180px;
 	border-radius: 8px;
 }

 .product-info .product-info-style div {
 	padding: 0 0 0;

 }
 .sds{margin-left: 20px;}
 .product-info .product-info-style div ul{padding-left: 0;}
 .product-info .product-info-style div ul li{text-align: left; padding-bottom: 5px;} 
 .product-info .product-info-style p.oio {
 	color: #000;
 	line-height: 1.2;
 	padding: 5px 0;
 	text-align: left;
 	font-weight: normal;
 	padding-bottom: 10px;
 	text-transform: capitalize;
	margin: 0;
	font-weight: 600;
 }

 .nbnb {
 	padding-left: 10px;
 }

 .product-info .button_01 .a {
 	padding: 0 0.07rem;
 	height: 0.32rem;
 	min-width: 1.3rem;
 }

 .product-info .button_01 .a p {}

 .product-info .product-info-style span.price {
 	margin-bottom: 10px;
 	display: block;
 }

 .lookbook-tag.active .product-info {
 	transform: scale(1);
 	clip-path: circle(100% at 50% 50%);
 }

 .lookbook-tag .product-info {
 	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
 	transform: scale(0.9);
 	clip-path: circle(0% at 50% 50%);
 	transition: 0.5s sopacity 1s, transform 1s, -webkit-clip-path 1s;
 	transition: 0.5s sopacity 1s, transform 1s, clip-path 1s;
 	transition: 0.5s sopacity 1s, transform 1s, clip-path 1s, -webkit-clip-path 1s;
 }

 .lookbook-dot {
 	position: relative;
 }

 .lookbook-dot::before,
 .lookbook-dot::after {
 	content: '';
 	border-radius: 100%;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	background: #f1890a;
 }

 .lookbook-dot::before {
 	width: 60px;
 	height: 60px;
 	margin: -30px 0 0 -30px;
 	opacity: .3;
 }

 .lookbook-dot::after {
 	width: 100px;
 	height: 100px;
 	margin: -50px 0 0 -50px;
 	opacity: .3;
 }

 .lookbook-dot::before {
 	transform: scale(0.1);
 	animation: fangda1 2000ms infinite ease;
 }

 .lookbook-dot::after {
 	transform: scale(0.1);
 	animation: fangda1 1500ms infinite ease;
 }


 .tabp {
 	padding-bottom: 20px;
 }
 .lookbook-tag .lookbook-dot i{
	display: inline-block;
	transition: .3s ease;
	transform-origin: center;
  }
  
  .lookbook-tag.active .lookbook-dot i{
	transform: rotate(225deg); 
  }
 
 @keyframes fangda1 {
 	0% {
 		transform: scale(0.1);
 		opacity: 1;
 	}

 	100% {
 		transform: scale(1.0);
 		opacity: 0;
 	}
 }


 @keyframes bgimgain {
 	0% {
 		transform: scale(1.05);
 	}

 	100% {
 		transform: scale(1.0);
 	}
 }

 @keyframes tbupdonw1 {
 	0% {
 		top: -30px;
 	}

 	50% {
 		top: -20px;
 	}

 	100% {
 		top: -30px;
 	}
 }
.scon{margin-top: 2rem;}
.sbox{position: relative; background-color: #fff; border-radius: 15px;padding: 30px 30px 0; border: 1px solid #ddd; min-height: 420px; overflow: hidden;}



.sbox .sboxicon{background-color: #f1890a; border-radius: 50%;width: 40px;height: 40px;padding: 15px; border: 2px solid #ce760a;text-align:center;} 
.sbox .sboxicon img{max-width: 100%;}
.sbox .sboxtit h3{margin-bottom: 0;}
.sbox .sboxtit p{margin-top: 3px; color: #111;}

.sbox p{color: #666;}
.sbox ul{padding-left: 0;}
.sbox ul li{display: flex; margin-bottom: 7px;}
.sbox ul li i{color: #f1890a;padding-right: 5px;transform: translateY(2px);}

.abbus{position: relative; background: url(../images/ababg.jpg) no-repeat; background-size: cover; background-position: center; padding: 12rem 0 7rem;}
.abbus::before{position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; 
	background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); opacity: .5;}
.abbus .abtit{position: relative; z-index: 20; text-align: center;}
.abbus .abtit h2{color: #fff;}
.abbus .abtit p{color: #fff;}
.wbox{position: relative; z-index: 20; text-align: center;}
.wboxc{padding-top: 0;}
.wbox .wboxi{max-width: 100%;width: 70px; text-align: center;display: inline-block;}
.wbox .wboxi img{max-width: 100%; text-align: center;}
.wbox p{color: #fff; font-weight: 600; margin-bottom: 0;}
.wboxc .col-md-x3{border-right: 1px solid rgba(255,255,255,.9);}
.wboxc .col-md-x3:last-child{border: 0;}
.video-content{position: relative; z-index: 20;margin: 10% 0;}
.video-popup-btn {
	background-color: rgba(241, 137, 10, 0.9);
    width: 100px;
    height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
	-webkit-animation: 3.2s ripple-animation linear infinite;
    animation: 3.2s ripple-animation linear infinite;
}

.video-popup-btn:hover{transform: translateY(-10px);}

.video-popup-btn i{font-size: 20px;}

@keyframes ripple-animation {
	0% {
	  -webkit-box-shadow: 0 0 0 0 #f1890a;
			  box-shadow: 0 0 0 0 #f1890a;
	}
	50% {
	  -webkit-box-shadow: 0 0 0 30px rgba(241, 137, 10, 0);
			  box-shadow: 0 0 0 30px rgba(241, 137, 10, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(241, 137, 10, 0);
			  box-shadow: 0 0 0 0 rgba(241, 137, 10, 0);
	}
  }
.casebg{width: 100%;}

.casehere{position: relative; overflow: hidden;margin-top: 0;}
.casehere .casedesc{position: absolute;z-index: 10; top: 17%; left: 10%; background-color: #fff; padding:40px 35px; border-radius: 10px;width: 20%;}
.casehere .casedesc .tca1{background-color:#f1890a; padding: 5px 10px; border-radius: 20px;color: #fff; display: inline-block;font-weight: 600; margin-bottom: 2rem;}
.casehere .casedesc .tca1 i{padding-right: 5px;}
.casehere .casedesc .tca2{font-weight: 600; padding-bottom: 1rem;}
.casehere .swiper-notification{display: none;}
.casehere .casedesc ul{padding-left: 0;}
.casehere .casedesc ul li{padding-bottom: 10px;}
.casehere .swiper-button-prev, .casehere .swiper-button-next{border: 1px solid #fff;}

.casehere .swiper-button-prev:hover, .casehere .swiper-button-next:hover{border-color: #f1890a;}

.casehere .swiper-button-prev, .casehere .swiper-button-next{left: 35%; top: 55%;}
.casehere .swiper-button-prev{transform: translateY(-120%);}

.casehere .swiper-button-next::after, .casehere .swiper-button-prev::after{color: #fff;}

.casehere .swiper-progress{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(255,255,255,0.2);
	z-index: 20;
  }
  
  /* 进度条动画 */
  .casehere .swiper-progress .progress-inner{
	display: block;
	width: 0%;
	height: 100%;
	background: #f1890a;
	transition: width linear;
  }

  .bottom-banner {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/fy.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	z-index: 9999;
	transform: translateY(100%);
	transition: transform 0.4s ease;
	box-shadow: 10px 10px 30px 10px rgba(0,0,0,.2);
	z-index: 20;
}

.bottom-banner.show {
	transform: translateY(0);
}

.banner-content {
	max-width: 92%;
	margin: 0 auto;
	padding: 25px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner-close {
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-right: 15%;
}
.banner-close i{transform: rotate(45deg);}
.banner-close:hover {
	color: #ff4d4f;
}
  .yiu{background-color: #f1890a; color: #fff; padding: 10px 20px; border-radius:40px;margin-left: 30px; transition: .3s ease; display: inline-block;}
  .yiu i{transform: translateY(2px); padding-left: 5px;}
  .yiu:hover{transform: translateX(20px);}

.homevideo{position: relative; padding: 15rem 0 7rem; overflow: hidden; background-color: #f6f7f8;}
  .videocent{position: relative; overflow: hidden;padding-top: 5rem;}
.videobox{position: relative;overflow: hidden;}
.videocover{position: relative;}
.videocover img{max-width: 100%; border-radius: 15px;}
.videocover .vbtn{position: absolute;}
.videocover .vbtn {color: #fff; width: 70px; height: 70px; text-align: center; background-color: rgba(255,255,255,.8);z-index: 10; top: 50%; left: 50%;
transform: translate(-50%,-50%); line-height: 70px; border-radius: 50%; box-shadow: 0 0 15px 10px rgba(0,0,0,.3); transition: .3s ease;}
.videocover .vbtn i{color: #f1890a;}
.videocover .vbtn:hover{background-color: #f1890a;}
.videocover .vbtn:hover i{color: #fff;}
.video-swiper{padding-bottom: 6rem;}
.video-swiper .swiper-pagination-bullet{height: 8px; width: 23px; border-radius: 15px;}
.video-swiper .swiper-pagination-bullet-active{background-color: #f1890a;}



@media screen and (max-width: 5120px) { 
	html{font-size: 82.5%;}  
	.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) { 
	html{font-size: 72.5%;} 
}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {	
	html{font-size: 62.5%;} 
}
@media screen and (max-width: 1800px) {
	.casehere .casedesc{left: 7%;}
 .casehere .casedesc{width: 23%;}
 .casehere .swiper-button-prev, .casehere .swiper-button-next{left: 40%;}
 }
@media screen and (max-width: 1680px) {
	html{font-size: 52.5%;} 
}
@media screen and (max-width: 1440px) {
    .footer-logo a{width: 170px;}
    .header-logo img{width: 130px;}
    .header.scroll-top .header-logo img{max-width: 110px;}
	html{font-size: 42.5%;} 
}
@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) {
	.wboxc .col-md-x3{width: 18.5%;}
	.index-banner-text{left: 18%;}
	
}
@media screen and (max-width: 1024px) {
    
    .header-logo img{max-width: 100px;}
	.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) {
    .bottom-banner{bottom: 8%;}
	.homevideo{padding-top: 10rem;}
	.yiu, .banner-close{margin-left: 0;}
	
	.banner-text{margin-bottom: 20px;display: block;}
	.index-banner-swiper .banner-pagination::after{display: none;}
	.index-banner-text, .index-banner-text.p2, .index-banner-text.p3 {
        left: 36%;
        top: 45%;
    }
	.header .footer-social ul{display: flex;justify-content: center; margin-top: 5rem;}
	.header .footer-social li{border-top: 0;margin-left: 1rem; margin-right: 1rem;}
	.header .footer-social li a{border-color: rgba(0,0,0,.3);}
	.header .footer-social li a img{filter: none;}
	.casehere .casedesc {
        width: 90%;
        top: 0;
		left: 0;
		border-radius: 0;
		background-color: rgba(255,255,255,.5);padding: 20px 20px;
    }
	.casehere .swiper-button-next{left: 25%;}
	.casehere .swiper-button-prev {
		transform: translateY(0);left: 5%;
	}
	.ccvs{height: 100vh!important;}

	.wboxc .col-md-x3{width: 47%;margin-bottom: 3rem;}
	.wboxc .col-md-x3:nth-child(2n){border: 0;}
 	.procent {
 		width: 100%;
 	}
.casebg img{max-width: 100%;}
 	.procent .probox {
 		flex-wrap: wrap;
 		border-bottom: 1px solid #ddd;
 		padding-bottom: 7%;
 	}

 	.procent .probox:last-child {
 		border: 0;
 	}

 	.procent .probox:nth-child(2n) {
 		flex-direction: column-reverse;
 	}

 	.procent .probox .probox-img,
 	.procent .probox .probox-text {
 		width: 100%;
 	}

 	.uli-index-application-area.spx {
 		padding-top: 20%;
 		padding-bottom: 0;
 	}
	.ssdc{display: none;}
    .footer-contact .item-1 .font16{font-size: 2.5rem;}
    .index-banner-swiper .uli-more-1{text-align: center;}
    .uli-title .title-1{font-size: 4rem;line-height: 1.2;}
    .uli-index-application-area-item .text{bottom: 22%;}
    .index-banner-text .title-1 strong span{display: block;text-align: center;}
    .index-banner-text .title-1 strong span.s2{line-height:1.15;}
    .index-banner-text .title-1 strong span.s1{padding-right: 0;}
    .index-banner-swiper .swiper-button-prev{left: 20px;right: auto;}
    .index-banner-swiper .swiper-button-next{left: auto;right: 20px;}
	.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: #f1890a;}
	.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 {left: 6.2%;
    bottom: 24.5rem;}
	.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: 6.3rem;}
	.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{width: 200%;max-width: 200%;}
    .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-page-banner .uli-page-nav ul.num3 li {width: 30%;}
	.uli-page-nav ul.num8 {width: 90%;text-align: center;padding: 5% 0;display: flex;align-items: normal;}
	.uli-page-nav ul.num8 li {width: 37%;padding: 2% 5%;border: 1px solid #ccc;margin: 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%;}
    .xvb .uli-index-application-area-item .text{bottom: 6%;}
	.scon {
		margin-top: 0;
	}
	.video-content{margin: 15% 0;}
	.textarea-1 {
		min-height: 130px;
	}
	.wbox .wboxi img{max-width: 65%;}
	 .mappadd{margin-top: 0;}
	 .sbox{margin-bottom: 2rem;height: auto!important;padding-bottom: 30px;}
	 .product-info{padding: 10px;}
	 .product-info .product-info-style img{width: 120px;}
	 .globebuss{padding-bottom: 5rem;}
	 .video-popup-btn{width: 80px; height: 80px;}
	 video{max-width: 100%;}
	 .fancybox-slide>*{padding: 3px;}
}
 

/* 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%;}
}
@media only screen and (max-width : 768px) {
	.sbox{margin-bottom: 2rem;min-height: auto!important;padding-bottom: 30px;}
}
 
 .pt-200{padding-top: 200px;}
.pt-300{padding-top: 300px;}
.pt-400{padding-top: 400px;}