 

/* CSS Reset */
html{-webkit-text-size-adjust:none;font-size: 62.5%;} 
body{color: #1a1a1a;overflow-x:hidden;margin:0; padding:0;}
input,select,textarea {border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.wow {opacity: 0;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color:#333;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.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;}
.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:#24b7b3;box-shadow:inset 1px 1px 0 #24b7b3,inset 0 -1px 0 #24b7b3;}
 



/* 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:88%;height: 12rem;margin: auto;position: relative;z-index: 500; }
.header-nav,.header-nav ul li,.header-nav ul li::after,.header-nav ul a.nav,.header-icon ,.header-icon li {display: inline-block;vertical-align: middle;}
.header-logo {position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 10;width: 17%;}
.header-logo a {display: block;background-position: left center;background-repeat: no-repeat;background-size: 100%;}
.header-logo img{display: block;max-width: 100%;}
.header-center {position: absolute;right: 0%;top: 50%;transform: translate(0%,-50%);z-index: 9;text-align: center;font-size: 0;width: 68%;}
.header-nav {text-align: center; width:100%; }
.header-nav ul{list-style: none;margin: 0;padding: 0;font-size: 0; width:100%; text-align:right; }
.header-nav ul li{list-style: none;margin: 0;position: relative;font-size: 0;z-index: 50;padding: 0; }
.header-nav ul a {color: #fff;}
.header-nav ul a.nav{position: relative; padding: 0 1.5rem;line-height: 12rem; }
.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,.header-nav ul li.on a.nav span::after,.header-nav ul li a.nav:hover span::after {opacity: 1;}
.header-nav ul li.language {margin-left: 2rem;}
.header-nav ul li.language i{display: inline-block;vertical-align: middle;position: relative;width: 1.8rem;height: 1.8rem;}
.header-nav ul li.language span{display: inline-block;vertical-align: middle;margin-left: 1px;}
.header-right {position: absolute;right: 0;top: 0;z-index: 521;width: 17%;}
.header-contact {overflow: hidden;}
.header-contact .contact-btn {position: absolute;right: 0;top: -25%;width: 73%;}
.header-contact .contact-btn a {display: block;}
.header-contact .contact-btn span {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;width: 100%;}

.header.scroll-down,.header.scroll-top,.header.black,.detail .header {background: #fff;border-bottom: 1px solid rgba(0,0,0,.1);}
.header.scroll-down .header-nav ul span ,.header.scroll-top .header-nav ul span ,.header.black .header-nav ul span ,.detail .header .header-nav ul span{color: #000;}
.header.scroll-down i img,.header.scroll-top i img ,.header.black i img,.detail .header i img{filter: invert(100%);}
.header.scroll-down a.nav span::after ,.header.scroll-top a.nav span::after,.header.black a.nav span::after,.detail .header a.nav span::after{background: #000;}

.header.scroll-down .header-content,.header.scroll-top .header-content{height: 10rem;}
.header.scroll-down .header-nav ul a.nav,.header.scroll-top .header-nav ul a.nav {line-height: 10rem;}
.header.scroll-down .header-show-nav,.header.scroll-top .header-show-nav {top: 98%;}
.header.scroll-down .header-right,.header.scroll-top .header-right { top: -10%;}


.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:10rem;overflow: hidden;}

.header-nav-content {padding: 3.2% 0 2%;overflow: hidden;width: 80%;margin: auto;}
.header-nav-content-left {float: left;width: 25%;}
.header-nav-content-left .title-1{padding: 5% 0;overflow: hidden;}
.header-nav-content-center {width: 40%;float: right;text-align: right;    padding-right: 30%;}
.header-nav-show-list {overflow: hidden;text-align: left;display: inline-block;vertical-align: top;width: 50%;}
.header-nav-show-list a {display: block;padding: 2% 0 6% 0;}
.header-nav-show-list a:hover {color: #24b7b3;}
.header-nav-content-right {float: right;width: 30%;}

.show-language {position: absolute;left: -30%;top: 100%;z-index: 111;width: 18rem;display: none;}
.show-language::before {content: ''; width:0;height: 0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid rgba(0,0,0,.8);
	position: absolute;left: 50%;top: 1px;margin-left: -10px;}
.show-language-item {background: rgba(0,0,0,.8);padding: 5%;overflow: hidden;position: relative;margin-top: 6%;}
.show-language-item a {display: block;padding:10%;text-align: left;border-bottom: 1px solid rgba(255,255,255,.2);color: #fff!important;}
.show-language-item a:hover {color: #999!important;}
.show-language-item a:last-child {border: none;}


.header-show-nav {background: rgba(255,255,255,.9);width: 36rem;padding:1% 0;overflow: hidden;box-sizing: border-box;position: absolute;left: 0;top: 99%;z-index: 1;display: none;}
.header-show-nav ul {list-style: none;padding:6% 0;overflow: hidden;}
.header-show-nav ul li{display: block;}
.header-show-nav ul li a {display: block;padding: 4% 0 4% 15%;position: relative;color: #111111;text-align: left;}
.header-show-nav ul li a::before {content: '';width: .4rem;height: 100%;position: absolute;left: 0;top: 0;z-index: 11;background: #24b7b3;opacity: 0;}
.header-show-nav ul li a:hover::before {opacity: 1;}
.header-show-nav ul li a:hover {color: #24b7b3;}


/* 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: url(../images/fbg.jpg) no-repeat center top;position: relative;clear: both; overflow: hidden;color: #fff; padding-top:2%;}
.footer a:hover {color: #24b7b3;}
.footer-content {width: 88%;margin: auto;position: relative;}
.footer-content-top {padding: 2% 0 1% 0;overflow: hidden;border-bottom: 0px solid #3c3c3c;position: relative;}
.footer-top-left {float: left;width: 12.6%;}
.footer-logo a{width: 100%;height: auto;display: block;}
.footer-top-right {width: 80%;text-align: right;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.footer-nav a {color: #fff;margin-left: 3rem;} 
.footer-content-center {padding: 3% 0;}	
.footer-content-center .footer-center-left:nth-child(1) { width:7%; margin-left:0px;}  
.footer-content-center .footer-center-left:nth-child(2) { width:7%; } 
.footer-content-center .footer-center-left:nth-child(3) { width:14%; } 
.footer-content-center .footer-center-left:nth-child(4) { width:12%; } 
.footer-content-center .footer-center-left:nth-child(5) { width:26%; } 
.footer-content-center .footer-center-left:nth-child(6){ border:none;  width:10%;} 
.footer-center-left {float: left;width: 15.5%;display: flex;flex-direction: row;flex-wrap: wrap; border-right:1px solid rgba(255,255,255,.1); margin-right:2%; margin-left:2%;/* height:120px;*/ margin-bottom:50px; }
.footer-center-item {float: left;width: 100%;margin-bottom: 4%;}
.footer-center-item .title-1{color: #fff; margin-bottom:2%; font-weight:900; font-size:2rem;}
.footer-center-item .item-1{position: relative;padding-top: 3%;width: 80%;}
.footer-center-item .item-1 a {display: block;color: #fff;}
.footer-center-item .item-1 p {margin: 0;padding: 0; color:rgba(255,255,255,.9);
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 3.5rem;
line-height: 3.5rem;

}
.footer-center-item .item-1 li {list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin-right: 1rem;margin-top: 1%;}
.footer-center-item .item-1 li {position: relative;}
.footer-center-item .item-1 li .ewmshow-1 {background: #fff;padding: 5px;width: 90px;height: 90px;overflow: hidden;position: absolute;bottom: 100%;left: 50%;border-radius: 4px;margin-left: -50px;display: none;}
.footer-center-item .item-1.ewm { width:100%;}
.footer-center-item .item-1.ewm img { width:70%;}
.footer-center-item .item-1 li:hover .ewmshow-1{display: block;}

.footer-center-item .item-2{position: relative;padding-top: 3%;width: 80%;}
.footer-center-item .item-2 a {color: #fff;}


.footer-center-right {float: right;width: 44.7%;}
.footer-center-form {overflow: hidden;margin-top: -3%;}
.footer-center-form .form-3{margin-bottom: 1%;overflow: hidden;}
.footer-center-form .form-3 li{list-style: none;padding: 0;margin: 0;float: left;width: 33%;}
.footer-center-form .form-3 li:nth-child(2) {margin: 0 2%;width: 30%;}
.footer-center-form .form-3 li:last-child{float: right;}
.footer-center-form .lian-more a{background: #313131;border: #313131 2px solid;}
.footer-center-form .lian-more span {color: #fff;}
.footer-center-form .lian-more i {filter: invert(100%) grayscale(100%) brightness(1.5);}
.footer-center-form .lian-more a:hover {border: #24b7b3 2px solid;}
.input-1,.textarea-1{background:none;padding: 2rem 0;box-sizing: border-box;border: none;width: 100%;border-bottom: 1px solid #3c3c3c;color: #fff;transition:all .4s ease;}
.input-1:focus,.textarea-1:focus {border-bottom: 1px solid #fff;}
.textarea-1 {min-height: 130px;}
.input-1::-webkit-input-placeholder,.textarea-1::-webkit-input-placeholder{ color: #fff;} 
.footer-content-bottom {clear: both;overflow: hidden;position: relative;padding: 1.5% 0;margin-top: 0%; border-top:1px solid rgba(255,255,255,.1); }
.footer-copy,.footer-content-bottom a  {color: #fff; font-size:14px;}
.footer-copy a { font-size:14px;}
.footer-content-bottom a:hover {color: #fff;}
.footer-link {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.aside-top {position: fixed; width: 50px;bottom:3%;right:1%; z-index:199;display: none;}
.aside-top a {width: 50px;height: 50px;display: block;overflow: hidden; background: #24b7b3 url('../images/up1.png') no-repeat center;border-radius: 100%;}



/* index */ 

.index-banner-swiper {width: 100%;height: 100%;position: relative;background: #000;} 
.index-banner-swiper .swiper-slide-active .img .pic {animation: srmgani 4000ms 1 ease forwards;}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.index-banner-item {position: relative;}
.index-banner-text {position: absolute;left: 10%;top: 50%;transform: translateY(-50%);z-index: 100;color: #fff;}
.index-banner-text .title-3 strong { font-family:mhar; text-transform:uppercase; font-weight:400; margin-bottom:2%; }
.index-banner-text .title-2 {margin-top: 5%; width:75%;} 
.index-banner-swiper .title-1,
.index-banner-swiper .title-2,
.index-banner-swiper .title-3 {opacity: 0;transform:translateY(-60px);transition: opacity .8s linear,transform .8s cubic-bezier(.215,.61,.355,1);}
.index-banner-swiper .title-3 {transition-delay: .1s;}
.index-banner-swiper .title-1 {transition-delay: .2s;}
.index-banner-swiper .title-2 {transition-delay: .4s;} 
.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2,
.index-banner-swiper .swiper-slide-active .title-3  {transform: translateY(0px);opacity: 1;}
.banner-scroll {position: absolute;bottom:5%;z-index: 11;right: 2%;}
.index-banner-swiper .banner-pagination {right: 2%;left: auto;top: 50%;transform: translateY(-50%);width: auto;bottom: auto;}
.index-banner-swiper .banner-pagination span{opacity: 1;margin: 10px auto!important;position: relative;width: 1rem;height: 1rem;background: #fff;border-radius: 0;display: block;opacity: .5;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active {background: #24b7b3;opacity: 1;}
.left-sanjiao-1 {position: absolute;left: 0;bottom: 0;width: 15%;z-index: 11;}



.lian-content {width: 88%;margin: auto;}
.lian-index-who-we-are {padding: 7% 0 15% 0;overflow: hidden;background: url('../images/bg1.jpg') center top no-repeat #d5d7d9;background-size:cover;}
.lian-index-who-we-are-top {position: relative;overflow: hidden;}
.lian-title {overflow: hidden;}
.lian-title .text-1 {overflow: hidden;}
.lian-title .text-1 i{width: 3rem;height: .2rem;background: #24b7b3;display: inline-block;vertical-align: bottom;margin-right: 5px;}
.lian-title .text-1 span{display: inline-block;vertical-align: bottom;color: #24b7b3;text-transform: uppercase;}
.lian-title .title-1 {margin-top: 1.5%;}
.lian-title .zi_baise span { color: #fff;}
.lian-title .zi_baise i { background:#fff;}


.lian-title .text-2 {margin-top: 2%;color: #666666;}
.lian-title .text-2 a {color: #666666; font-size:1.8rem;}
.lian-title .text-2 p {margin: 0;padding: 0;} 
.lian-index-who-we-are-top .lian-title{color: #fff;width: 60%;}
.lian-index-who-we-are-top .lian-title .title-1 {width: 80%;}
.lian-index-who-we-are-top .lian-title .text-2 {opacity: .4;color: #fff;}
.lian-index-who-we-are-bottom {margin-top: -11%;overflow: hidden;z-index: 11;position: relative;}
.lian-index-who-we-are-item {overflow: hidden;position: relative;}
.lian-index-who-we-are-item a {display: block;position: relative;overflow: hidden;}
.lian-index-who-we-are-item .number-1 {position: absolute;left: 8%;top: 8%;z-index: 11;}
.lian-index-who-we-are-item .number-1 i {display: inline-block;vertical-align: bottom;margin-right: 5px;background: #000;height: .1rem;width: 3rem;}
.lian-index-who-we-are-item .number-1 span {display: inline-block;vertical-align: bottom;}
.lian-index-who-we-are-item .text {position: absolute;width: 80%;left:8%;top:20%;z-index: 11;}
.lian-index-who-we-are-item .icon-1 {position: relative;width: 8rem;height: 8rem;margin-left: -2%;}
.lian-index-who-we-are-item .title-1 {margin-top:2%; text-align:center;}
.lian-index-who-we-are-item .img {background-color: transparent;}
.lian-index-who-we-are-item .img-block {display: block;}
.lian-index-who-we-are-item .img-center {opacity: 0;}

.lian-index-who-we-are-item .cpimg { width:90%; margin:5%; background:#fff;}
.lian-index-who-we-are-item .cpimg img { width:100%; height:100%;}



.lian-index-who-we-are-item a:hover .img-block{opacity: 0;}
.lian-index-who-we-are-item a:hover .img-center {opacity: 1;}
.lian-index-who-we-are-item a:hover .number-1 i {background: #fff;}
.lian-index-who-we-are-item a:hover .number-1 span ,.lian-index-who-we-are-item a:hover .title-1 strong,.lian-index-who-we-are-item a:hover .title-1 {color: #fff;}
.lian-index-who-we-are-item a:hover .icon-1 img {filter: invert(100%) grayscale(100%) brightness(3);}
.lian-index-who-we-are-swiper {padding-bottom: 5%;}
.lian-index-who-we-are-swiper .whoweare-pagination {bottom: 0;top: auto;background: #e8e8e7;}
.lian-index-who-we-are-swiper .swiper-pagination-progressbar-fill {background: #24b7b3;}

.whoweare-swiper-button {position: absolute;right: 0;bottom: 5%;}
.swiper-button-prev,.swiper-button-next {width: 6rem;height: 6rem;border: 2px solid rgba(255,255,255,.5);border-radius: 100%;display: inline-block;vertical-align: middle;position: relative;left: auto;top: auto;transform: none;right: auto;bottom: auto;margin-left: 1rem;transition:all .4s ease;box-sizing: border-box;outline: none;}
.swiper-button-next::after ,.swiper-button-prev::after{color: #fff;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: #24b7b3;border: #24b7b3 2px solid;}





.lian-more {margin-top: 3%;position: relative;/*overflow: hidden;*/}
.lian-more a {display: inline-block;position: relative;border: 2px solid #24b7b3;padding: 0 2rem;overflow: hidden;line-height: 5rem;width: 14rem;}
.lian-more span {color: #24b7b3;} 
.lian-more i {width: .6rem;height: 1rem;position: absolute;right: 10%;top: 50%;transform: translateY(-50%);background: url('../images/r1.png') center no-repeat;background-size: 100%;} 
.lian-more a:hover {background: #24b7b3;}
.lian-more a:hover span {color: #fff;} 
.lian-more a:hover i {filter: invert(100%) grayscale(100%) brightness(3);}

.lian-more.baise a { border: 2px solid #fff;}
.lian-more.baise span {color: #fff;} 
.lian-more.baise i {filter: invert(100%) grayscale(100%) brightness(3);} 

.lian-more.bamore a {background: #24b7b3; color:#fff; float:left;}
.lian-more.bamore a span {background: #24b7b3; color:#fff; float:left;}
.lian-more.bamore a i {width: .6rem;height: 1rem;position: absolute;right: 10%;top: 50%;transform: translateY(-50%);background: url('../images/r1.png') center no-repeat;background-size: 100%;filter: invert(100%) grayscale(100%) brightness(3);} 


.lian-index-aboutluk {background: url('../images/bg2.jpg') center top no-repeat;background-size: cover;z-index: 1;position: relative;overflow: hidden;padding-top: 7%;margin-top: 0%;padding-bottom: 3%;}
.lian-index-aboutluk-content {overflow: hidden;}
.lian-index-aboutluk-left {float: left;width: 45%;margin-top: 5%;}
.lian-index-aboutluk-left .lian-title .title-1 {width: 80%;}
.lian-index-aboutluk-left .lian-more {margin-top: 10%;}			 
.lian-index-aboutluk-right {float: right;width: 50%;position: relative;}
.lian-index-aboutluk-pic {position: relative;float: right;width: 92%;}
.lian-index-aboutluk-pic .img-block {overflow: hidden;}
.lian-index-aboutluk-img {background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0;top: 7%;z-index: 11;width: 94%;overflow: hidden;} 
.lian-index-aboutluk-img::after {content: '';width: 10rem;height: 20rem;background: #24b7b3;position: absolute;right: -3%;bottom: -24%;z-index: 1;transform: rotate(45deg);}
.lian-play {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;}
.lian-play i {width: 8rem;height: 8rem;display: block;background: url('../images/play.png') center no-repeat;background-size: 100%;}
.lian-play a:hover i {transform: scale(0.9);}

.lian-index-aboutluk-bottom {overflow: hidden;padding-top: 7%;}
.lian-index-aboutluk-date {float: left;width: 31.33333%;margin-right: 2.6%;}
.lian-index-aboutluk-date:last-child {margin-right: 0;}
.lian-index-aboutluk-date a {display: block;position: relative;}
.lian-index-aboutluk-date a::after {content: '';width: 100%;height: 52%;position: absolute;left: 0;top: 0;z-index: 1;background: #fff;}
.lian-index-aboutluk-date .icon-1 {position: absolute;left: 7%;top: 7%;z-index: 10;width: 9rem;height: 9rem;}
.lian-index-aboutluk-date .icon-1 img {filter: grayscale(1);opacity: .2;}
.lian-index-aboutluk-date .text {position: absolute;right: 5%;top: 30%;z-index: 11;width: 90%;text-align: right;}
.lian-index-aboutluk-date .title-1 em{font-style: normal;font-weight: bold;margin-left: 1rem;}
.lian-index-aboutluk-date .text-1 {color: #666666;width: 60%;margin-top: 3%;float: right;}
.lian-index-aboutluk-date .img {background: none;}
.lian-index-aboutluk-date a:hover {transform: translateY(-1rem);}
.lian-index-aboutluk-date a:hover .title-1 strong,.lian-index-aboutluk-date a:hover .title-1 em {color: #24b7b3;}
.lian-index-aboutluk-date a:hover img {filter: grayscale(0);opacity: 1;}

.lian-index-industries {padding: 5% 0;overflow: hidden;}
.lian-index-industries-top {overflow: hidden;}
.lian-index-industries-bottom {margin-top: 4%;}
.lian-index-industries-item {overflow: hidden;position: relative;float: left;width: 33%;margin-bottom: .5%;margin-right: .5%;}
.lian-index-industries-item.mr0 {margin-right: 0;}
.lian-index-industries-item a {display: block;position: relative;overflow: hidden;}
.lian-index-industries-item .text{position: absolute;left: 4%;top: 6%;width: 56%;z-index: 11;}
.lian-index-industries-item .text img {opacity: .9;}
.lian-index-industries-item .title-1{position: absolute;left:10%;top: 20%;z-index: 12;width: 80%;}
.lian-index-industries-item .more-2{position: absolute;left: 10%;bottom: -15%;z-index: 10;background: #24b7b3;width: 4.5rem;height: 4.5rem;}
.lian-index-industries-item .more-2::before {content: '';width: .6rem;height: 1rem;background: url('../images/r1.png') center no-repeat;filter: invert(100%) grayscale(100%) brightness(1.5);position: absolute;left: 50%;top: 50%;background-size: 100%;transform: translate(-50%,-50%);}
.lian-index-industries-item a:hover .pic {transform: scale(1.05);}
.lian-index-industries-item.liii1 {width: 49.7%;margin-right: .5%;}
.lian-index-industries-item.liii2 {width: 49.7%;margin-right: 0;}
.lian-index-industries-item.liii1 .text,.lian-index-industries-item.liii2 .text{width: 44%;}
.lian-index-industries-item:last-child {margin-right: 0;}

.lian-index-production {overflow: hidden;position: relative;}
.lian-index-production-top {position: absolute;left: 9%;top: 35%;z-index: 11;}
.lian-index-production-top .title-1{color: #fff;width: 100%;}
.lian-index-production-bottom {position: absolute;right: 9%;top: 30%;z-index: 12;width: 28%;}
.lian-index-production-bottom .text-1{color: #fff;padding: 5% 0;overflow: hidden;}
.lian-index-production-bottom .text-1 p {margin: 0;padding: 0;}
.viewmore-1 {overflow: hidden;margin-top: 3%;}
.viewmore-1 a {display: block;position: relative;border-top: 1px solid #fff;border-bottom: 1px solid #fff;padding: 3% 0;}
.viewmore-1 .text-2 {color: #fff;}
.viewmore-1 i {width: .6rem;height: 1rem;background: url('../images/r1.png') center no-repeat;filter: invert(100%) grayscale(100%) brightness(1.5);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.lian-index-news {padding: 5% 0;overflow: hidden;}
.lian-index-news-top {position: relative;overflow: hidden;}
.lian-index-news-top .lian-more{position: absolute;right: 0;bottom: 0;}
.lian-index-news-bottom {margin-top: 2%;overflow: hidden;position: relative;}
.lian-index-news-item {float: left;width: 69%;position: relative;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.lian-index-news-item a {display: block;position: relative;overflow: hidden;padding: 3% 0;}
.lian-index-news-item .img {float: left;width: 34%;background-color: #fff;}
.lian-index-news-item .text {float: left;width: 62%;padding-left: 4%;}
.lian-index-news-item .data-1 {margin-top: 1%;color: #999999;}
.lian-index-news-item .title-1 {margin-top: 2%;}
.lian-index-news-item .text-1 {color: #999999;margin-top: 3%;}
.lian-index-news-item .viewmore-2 {position: absolute;left: 38%;bottom: 15%;}
.lian-index-news-item:last-child {position: absolute;right: 0;top: 3%;width: 26%;height: 97%;box-sizing: border-box;}
.lian-index-news-item:last-child a {position: unset;}
.lian-index-news-item:last-child .img {float: none;width: 100%;}
.lian-index-news-item:last-child .text {float: none;width: 100%;padding-left: 0;margin-top: 5%;}
.lian-index-news-item:last-child .viewmore-2 { left:0;bottom: 8%;}
.lian-index-news-item a:hover .pic {transform: scale(1.05);}
.lian-index-news-item a:hover .title-1 {color: #24b7b3;}
.viewmore-2 {position: relative;margin-top: 2%;}
.viewmore-2 span {display: inline-block;position: relative;color: #24b7b3;}
.viewmore-2 span::after {content: '';width: .6rem;height: 1rem;background: url('../images/r1.png') center no-repeat;position: absolute;top: 53%;transform: translateY(-50%);right: -1.5rem;}


.lian-index-faq {padding: 5% 0;overflow: hidden;background: #f5f5f6;}
.lian-index-faq-left {float: left;width: 45%;overflow: hidden;position: relative;}
.lian-index-faq-img {background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0;top: 5.3%;z-index: 11;width: 94%;overflow: hidden;}
.lian-index-faq-img::after {content: '';width: 10rem;height: 20rem;background: #24b7b3;position: absolute;right: -3%;bottom: -18%;z-index: 1;transform: rotate(45deg);}
.lian-index-faq-pic {position: relative;width: 92%;float: right;}
.lian-index-faq-right {float: right;width: 50%;}
.lian-index-faq-right .lian-more {margin-top: 4%;}
.lian-index-faq-list {overflow: hidden;margin-top: 5%;border-bottom: 1px solid #dbdbdc;}
.index-faq-item {position: relative;overflow: hidden;}
.index-faq-item .title{position: relative;overflow: hidden;padding: 4% 0;overflow: hidden;border-top: 1px solid #dbdbdc;}
.index-faq-item .title-1{overflow: hidden;cursor: pointer;width: 90%;}
.index-faq-item .title.cur .open-1::before{display: none;}
.index-faq-item .title.cur .title-1 {color: #24b7b3;}
.index-faq-item .open-1{width: 3rem;height: 3rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: #fff;border-radius: 100%;}
.index-faq-item .open-1::after {content: '';width: 1rem;height: 2px;background: #000;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 11;position: absolute;}
.index-faq-item .open-1::before {content: '';width: 2px;height: 1rem;background: #000;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 11;position: absolute;}
.index-faq-item .text{display: none;overflow: hidden;padding-bottom: 3%;color: #666666;}
.index-faq-item .text p {margin: 0;padding: 0;}



/* about */ 
.lian-page-banner {overflow: hidden;position: relative;}
.lian-page-banner .text {color: #fff;position: absolute;left: 10%;top: 55%;transform: translateY(-50%);z-index: 11;}
.lian-page-banner .text-1 strong {opacity: .2;margin-bottom: 2%;display: block;font-weight: normal;}
.lian-page-nav {overflow: hidden;position: relative;}
.lian-page-nav::after {content: '';width: 100%;position: absolute;left: 0;bottom: 0;height: 1px;background:#e5e5e5;z-index: 11;}
.lian-page-nav a{display: block;position: relative;float: left;width: 20%;padding: 1.8% 0;overflow: hidden;}
.lian-page-nav a::after {content: '';width: 5rem;height: 10rem;background: #fff;position: absolute;right: -5%;bottom: -65%;z-index: 1;transform: rotate(45deg);}
.lian-page-nav a.cur {background: #24b7b3;}
.lian-page-nav span {width: 100%;text-align: center;display: block;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 1;
line-height: 1;
}
.lian-page-nav a.cur span {color: #fff;}
.lian-page-nav.num9 a{width: 11.111111%;}
.lian-page-nav.num8 a{width: 12.5%;}
.lian-page-nav.num7 a{width: 14.28571%;}
.lian-page-nav.num6 a{width: 16.66666%;}
.lian-page-nav.num5 a{width: 20%;}
.lian-page-nav.num4 a{width: 25%;}
.lian-page-nav.num3 a{width: 33.33333%;}
.lian-page-nav.num2 a{width: 50%;}
.lian-page-nav.num1 a{width: 100%;}
.lian-page-nav.num2 a::after {bottom: -35%;}


.lian-page-about {padding: 5% 0;overflow: hidden;background: url('../../about/images/bg1.jpg') center top no-repeat;background-size: cover;}
.lian-about-company {position: relative;}
.lian-about-company-top {overflow: hidden;}
.lian-about-company-left {float: left;width: 50%;}
.lian-about-company-right {float: right;width: 47%;margin-top: .7%;overflow: hidden;}
.lian-about-company-right .text-1{color: #666;text-align: justify;}
.lian-about-company-data {margin-top: 4%;overflow: hidden;display: flex;justify-content: space-between;}
.lian-company-data-item {text-align: center;display: inline-block;vertical-align: top;width: 21%;}
.lian-company-data-item * {transition:all .4s ease;}
.lian-company-data-item .icon-1{position: relative;width: 5rem;height: 5rem;margin: auto;}
.lian-company-data-item .icon-1 img {filter:grayscale(100%);opacity: .3;}
.lian-company-data-item .title-1 {overflow: hidden;margin-top: 2rem;}
.lian-company-data-item .title-1 strong{font-weight: normal;display: inline-block;vertical-align: bottom;}
.lian-company-data-item .title-1 em{font-style: normal;display: inline-block;vertical-align: bottom;}
.lian-company-data-item .text-2{color: #666666;margin: auto;margin-top: .2rem;}
.lian-company-data-item:hover .icon-1 img {filter:grayscale(0);opacity: 1;}
.lian-company-data-item:hover .title-1 strong,.lian-company-data-item:hover .title-1 em{color: #24b7b3;}
.lian-company-data-item:hover .text-2{color: #000;}

.lian-about-company-bottom {margin-top: 5%;overflow: hidden;padding-bottom: 2%;}
.lian-about-company-bottom a {display: block;position: relative;overflow: hidden;}
.lian-about-company-bottom .play-1 {position: absolute;width: 12rem;height: 12rem;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;} 
.lian-about-company-bottom .text-1 {position: absolute;right: -1%;bottom: -3%;z-index: 1;width: 50%;} 
.lian-about-company-bottom a:hover .play-1 img {transform: scale(.9);}
.lian-about-company-bottom a:hover .img-bg  {transform: scale(1.02);}

.lian-page-history {background: #f5f5f5;padding: 6% 0;overflow: hidden;}
.lian-history-content {position: relative;}
.lian-history-content::after {content: '';width: 30%;height: 1px;top: 50%;background: #ccc;z-index: 11;position: absolute;right: 0;opacity: .5;}
.lian-history-content::before {content: '';width: 50%;height: 1px;top: 50%;background: #ccc;z-index: 11;position: absolute;left: 0;opacity: .5;}
.lian-history-swiper {position: relative;width: 82%;overflow: visible;}
.lian-history-item {width: 90%;position: relative;opacity: .3;}
.lian-history-item-left {float: left;width: 45%;margin-top: 13%;overflow: hidden;}
.lian-history-item-left .year-1 {overflow: hidden;}
.lian-history-item-left .year-1 strong{color: #24b7b3;} 
.lian-history-item-left .text-2 {margin-top: 16%;color: #666666;position: relative;overflow: hidden;}
.lian-history-item-right {float: left;width: 50%;position: relative;margin-left: 5%;z-index: 20;}
.lian-history-item-right .pic-1::before {content: '';width: 1.6rem;height: 1.6rem;border: 4px solid #24b7b3;background: #fff;border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 31;box-sizing: border-box;}
.lian-history-item-right::after {content: '';width: 100%;height: 1px;top: 50%;background: #ccc;z-index: 11;position: absolute;left: 0;opacity: .5;}
.lian-history-item-right .mark-1 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 11;}
.lian-history-item-right .history-bg {opacity: 0;}
.lian-history-swiper .swiper-slide-active .lian-history-item{opacity: 1;}
.history-swiper-button {position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 280;}
.history-swiper-button .history-prev,.history-swiper-button .history-next {background: #24b7b3;border: #24b7b3 solid 2px;display: block;margin: 3rem 0;}
.history-swiper-button .history-next {background: #24b7b3;border: #24b7b3 solid 2px;}
.history-swiper-button .history-next.swiper-button-disabled {background: #cccccc;border: #ccc solid 2px;}
.lian-page-history .swiper-button-next.swiper-button-disabled,.lian-page-history .swiper-button-prev.swiper-button-disabled{background: #ccc;border-color: #ccc;}


.lian-about-culture {padding: 6% 0;width: 82%;margin: auto;}
.lian-about-culture-top {overflow: hidden;}
.lian-about-culture-top .title-1{width: 35%;}
.lian-about-culture-item {margin-top:3%;position: relative;}
.lian-about-culture-item a {display: block;position: relative;padding: 3% 0;}
.lian-culture-item-left {float: left;width: 50%;}
.lian-culture-item-right {float: left;width: 50%;}
.lian-about-culture-item .text{margin-top: 10%;width: 90%;} 
.lian-about-culture-item .text-1{color: #666666;margin-top: 3%;}
.lian-about-culture-item .icon-1{margin-top: 15%;}
.lian-about-culture-item .icon-1 img {filter: grayscale(100%);}
.lian-about-culture-item .pic {position: relative;overflow: hidden;z-index: 5;}
.lian-about-culture-item .pic::after {content: '';width: 10rem;height: 20rem;background: #fff;position: absolute;right: -5%;bottom: -24%;z-index: 1;transform: rotate(45deg);}
.lian-about-culture-item .img {overflow: visible;}
.lian-about-culture-item .img::after {content: '';width: 100%;height: 100%;background: #24b7b3;position: absolute;left:-2rem;top: -2rem;z-index: 1;transition:all .4s ease;opacity: 0;}
.lian-about-culture-item.fr .lian-culture-item-left,.lian-about-culture-item.fr .lian-culture-item-right{float: right;}
.lian-about-culture-item.fr .text{transform: translateX(20%);} 
.lian-about-culture-item a:hover .icon-1 img {filter: grayscale(0);}
.lian-about-culture-item a:hover .img::after {opacity: 1;}
.lian-about-culture-item a:hover .title-1{color: #24b7b3;}
.lian-about-culture-item a:hover .text-1 {color: #000;}

.lian-about-team {padding: 4% 0;overflow: hidden;}
.lian-about-team-top {overflow: hidden;}
.lian-about-team-list {margin-top: 2%;overflow: hidden;}
.lian-about-team-item {position: relative;}
.lian-about-team-item.mr0 {margin-right: 0;}
.lian-about-team-item .img{background-color: #f1f1f1;}
.lian-about-team-item .text{color: #000;text-align: center;padding: 5% 0;overflow: hidden;}
.lian-about-team-item .title-1{font-weight: bold;}
.lian-about-team-item .text-1{overflow: hidden;}
.lian-about-team-item .text-2{color: #666666;margin-top: 7%;}
.lian-about-team-item .text-2 p {margin: 0;padding: 0;}
.lian-about-team-list .lian-about-team-item {float: left;width: 32%;margin-bottom: 2%;margin-right: 2%;background: #f1f1f1;}
.lian-about-team-list .lian-about-team-item.mr0 {margin-right: 0;}
.lian-about-team-list .lian-about-team-item .img {float: left;width: 54%;}
.lian-about-team-list .lian-about-team-item .text{position: absolute;right: 5%;top: 50%;transform: translateY(-50%);width: 45%;z-index: 11;text-align: left;padding: 0;}
.lian-about-team-type {margin-top: 8%;padding-bottom: 2%;overflow: hidden;}
.lian-about-team-type-top{text-align: center;}
.lian-about-team-type-top .title-1 {font-weight: bold;}
.lian-about-team-bottom {margin-top: 3%;}
.lian-about-team-swiper .title-1 {font-weight: 300;margin: 1% 0;}
.lian-about-team-swiper {cursor: url('../images/mov.png'),default!important;}

.lian-about-certificate {padding: 5% 0;overflow: hidden;}
.lian-about-certificate-top {overflow: hidden;border-bottom: 1px solid #e5e5e5;padding-bottom: 3%;}
.lian-about-certificate-swiper {position: relative;}
.lian-about-certificate-item {overflow: hidden;}
.lian-about-certificate-item .img {background-color: transparent;float: left;width: 40%;}
.lian-about-certificate-item .text {float: left;margin-left: 6%;width: 40%;margin-top: 5%;}
.lian-about-certificate-item .title-1 {overflow: hidden;font-weight:bold;}
.lian-about-certificate-item .date-2 {padding: 7% 0;overflow: hidden;margin-bottom: 10%;}	
.lian-about-certificate-item .item-1 {margin-bottom: 2%;}	
.lian-about-certificate-item .item-1 li{list-style: none;display: inline-block;vertical-align: middle;}	 
.lian-about-certificate-item .item-1 li:first-child {width: 25%;margin-right: 3rem;color: #999;}
.lian-about-certificate-swiper .certificate-prev,
.lian-about-certificate-swiper .certificate-next {display: inline-block;vertical-align: middle;background: #fff;border: 2px solid #ccc;}
/*.lian-about-certificate-swiper .certificate-next {background: #fff;border: 2px solid #24b7b3;}*/
.lian-about-certificate-swiper .certificate-next.swiper-button-disabled {background: #ccc;border: 2px solid #ccc;}
.lian-about-certificate-swiper .certificate-next:hover,.lian-about-certificate-swiper .certificate-prev:hover {background: #24b7b3;border: 2px solid #24b7b3;color:#fff;}
.lian-about-certificate-swiper .certificate-next::after, .lian-about-certificate-swiper .certificate-prev::after{color:#000;}
.lian-about-certificate-swiper .certificate-next:hover::after,.lian-about-certificate-swiper .certificate-prev:hover::after {color:#fff;}
.lian-about-certificate-bottom {margin-top: 3%;}
.lian-about-certificate-list {overflow: hidden;}
.lian-about-certificate-list .lian-about-certificate-item {float: left;width: 23.5%;overflow: hidden;margin-right:2%;margin-bottom: 2%;}
.lian-about-certificate-list .lian-about-certificate-item .img {float: none;width: 100%;}
.lian-about-certificate-list .lian-about-certificate-item a {display: block;position: relative;}
.lian-about-certificate-list .lian-about-certificate-item a::before {content: '';width: 6rem;height: 6rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;background: url('../images/big.png') center no-repeat;background-size: 100%;transition:all .4s ease;opacity: 0;}
.lian-about-certificate-list .lian-about-certificate-item .img-center {max-width: 80%;max-height: 80%;}
.lian-about-certificate-list .lian-about-certificate-item a:hover::before {opacity: 1;}
.lian-about-certificate-item.mr0 {margin-right:0;}

.lian-pageturn {text-align: center;padding: 2% 0;overflow: hidden;}
.lian-pageturn a {display: inline-block;vertical-align: middle;color: #000;font-weight: bold;width: 3.5rem;height: 2rem;}
.lian-pageturn a.prev,.lian-pageturn a.next {background: url('../images/r1.png') center no-repeat;transform: rotate(180deg);filter: grayscale(100%);background-size: 20%;}				 
.lian-pageturn a.next{transform: rotate(0);}
.lian-pageturn a.prev:hover,.lian-pageturn a.next:hover{filter: grayscale(0);}
.lian-pageturn a:hover,.lian-pageturn a.cur {color: #24b7b3;}

.lian-about-contact{padding: 4% 0;overflow: hidden;}
.lian-about-contact-top {overflow: hidden;}
.lian-about-contact-map {position: relative;overflow: hidden; background:#f2f2f2;}

.lian-about-contact-map .con_map { width:60%; float:right;}

.lian-about-contact-text {position: absolute;width: 40%;left: 6%;top: 42%;transform: translateY(-40%);z-index: 11;}


.con_fen { width:100%; display:flex; justify-content:space-between;}
.con_fen_li { width:13%; padding:2% 3%; background:#f2f2f2; margin-top:2%;}
.con_fen_li .title-1 { color:#000; font-weight:900;}

.lian-about-contact-text .title-1{padding-bottom: 1%;overflow: hidden;font-weight: bold; }
.lian-about-contact-text .text-1{color: #1a1a1a;}
.lian-about-contact-text .contact-3 {overflow: hidden;margin-top: 5%;}
.lian-about-contact-text .contact-3 li{list-style: none;margin: 0;padding: 0;display: block;padding: 1% 0;}
.lian-about-contact-text .contact-3 i{display: inline-block;vertical-align: middle;margin-right: 2rem;}
.lian-about-contact-text .contact-3 span {display: inline-block;vertical-align: middle;color: #666666;}
.lian-about-contact-message {padding: 3% 0;overflow: hidden;}
.message-from-item {margin-bottom: 2%;overflow: hidden;position: relative;}
.message-from-item li{list-style: none;margin: 0;padding: 0;float: left;width: 48%;border-bottom: 1px solid #f2f2f2;position: relative;}
.message-from-item li:last-child {float: right;}
.message-from-item span {position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 20%;color: #999999;}
.message-from-item i {display: inline-block;vertical-align: middle;color: #24b7b3;width:3rem;}
.message-from-item .input-1 {border: none;float: right;width: 80%;color: #000;}
.message-from-item .input-1::-webkit-input-placeholder,.message-from-item .textarea-1::-webkit-input-placeholder{ color: #ccc;} 
.send-2 {display: block;position: relative;text-align: center;width: 28rem;height: 6rem;line-height: 6rem;background: #24b7b3;margin: auto;margin-top: 3%;font-size: 0;}
.send-2 strong {color: #fff;display: inline-block;vertical-align: middle;margin-right: 2rem;}
.send-2 i {display: inline-block;vertical-align: middle;width: .6rem;height: 1rem;background: url('../images/r1.png') center no-repeat;background-size: 100%;filter: invert(100%) grayscale(100%) brightness(1.5);}
.send-2::after {content: '';width: 5rem;height: 10rem;background: #fff;position: absolute;right: -8%;bottom: -115%;z-index: 1;transform: rotate(45deg);}
.send-2:hover {background: #24b7b3;}

 
 
 
 
 
  /*job*/
 .lian-page-job {padding: 5% 0;overflow: hidden;background: url('../../about/images/bg1.jpg') center top no-repeat;background-size: cover;}
 
.lian-page-career-development {margin-top: 0px;overflow: hidden;}
.lian-page-career-development-content {text-align: center;padding: 0% 0% 6%;overflow: hidden;}
.lian-page-career-development-content .class-1 {font-weight: 900;color: #24b7b3;}
.lian-page-career-development-content .text-1 {color: #1a1a1a;margin: auto;margin-top: 1.5%;width: 80%; font-weight:900; font-family:Arial, Helvetica, sans-serif;}
.lian-page-career-development-content .text-2 {color: #1a1a1a;margin: auto;margin-top: 2%;width: 96%;}
.lian-page-career-development-video {position: relative;}
.lian-page-career-development-video .video-text {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;width: 50%;text-align: center;}
.lian-page-career-development-video .title-1 {color: #fff;margin-top:1%;}
.lian-page-career-development-video .title_cu { font-weight:700; font-size:42px;}
.lian-page-career-development-video .play-1 {width: 90px;height: 90px;border-radius: 100%;background: #fff;margin: auto;position: relative;cursor: pointer;transition:all .4s ease;}
.lian-page-career-development-video .play-1 i{display: block;width: 20px;height: 20px;background: url('../images/play.png') center top no-repeat;position: absolute;left: 40%;top: 50%;transform: translateY(-50%);transition:all .4s ease; }
.lian-page-career-development-video .play-1:hover {transform: scale(0.9);}

.lian-page-career-development-center {overflow: hidden;padding-bottom: 3%;}
.lian-page-career-development-center .lian-page-career-development-content {width: 76%;margin: auto;text-align: left;padding: 6% 0 4% 0;}
.lian-page-career-development-center .lian-page-career-development-content .text-1 {margin: 0;margin-top: 3%;width: 66%;}
.lian-page-career-development-swiper {position: relative;float: right;width: 88%;overflow: visible;}
.lian-page-career-development-item {overflow: hidden;}
.lian-page-career-development-item .title-1{margin-top: 3%;}
.lian-page-career-development-bottom {width:1200px;margin: auto;padding-bottom: 6%;overflow: hidden;}
.position-list {overflow: hidden;border-bottom: 1px solid #111111;}
.lian-page-career-position-item {overflow: hidden;}
.lian-page-career-position-item .title{border-top: 1px solid #111111;padding: 2% 0;overflow: hidden;cursor: pointer;position: relative;}
.lian-page-career-position-item .title.cur .title-1{color: #24b7b3;}
.lian-page-career-position-item .title.cur {border-bottom: 1px solid #fff;border-top: 1px solid #24b7b3;}
.lian-page-career-position-item .title::before {content: '';width: 12px;height: 2px;background: #000;position: absolute;right: 0;top: 50%;margin-top: 0;}
.lian-page-career-position-item .title::after {content: '';width: 2px;height: 12px;background: #000;position: absolute;right: 5px;top: 50%;margin-top: -5px;}
.lian-page-career-position-item .title.cur::after,.lian-page-career-position-item .title.cur .text-1{display: none;}
.lian-page-career-position-item .title .title-1,.lian-page-career-position-item .title .text-1{display: inline-block;vertical-align: middle;}
.lian-page-career-position-item .title .title-1 {width: 25%;}
.lian-page-career-position-item .title .text-1 {width: 15%;}
.lian-page-career-position-item .text{padding: 2% 0;overflow: hidden;display: none;}
.lian-page-career-position-item .position-li:first-child li{float: left;margin-right: 5%;}
.lian-page-career-position-item .position-li {overflow: hidden;}
.lian-page-career-position-item .position-li li{list-style: none;margin: 0;padding: 0;margin-bottom: 3%;}
.lian-page-career-position-item .position-li .text-3{color: #999;}
.lian-page-career-position-item .position-li .text-4{margin-top: 10px;}	
.lian-page-career-position-item .position-li .text-4 p {margin: 0;padding: 0;} 
.apply-now-1 {overflow: hidden;}
.apply-now-1 a{width: 120px;padding:14px 0;text-align: center;color: #fff;background: #24b7b3;display: block;}
.position-bottom {margin-top: 2%;}
 
 
 
 
 
 
 
 
 
 


/* production */
.lian-production {padding:0;position: relative;}
.lian-manufacturing-process {overflow: visible;clear: both;}
.lian-manufacturing-process-item {border-bottom: 1px solid #e5e5e5;padding: 4% 0;clear: both;}
.lian-manufacturing-process-item:first-child {padding: 0 0 4% 0;}
.lian-manufacturing-process-item a {display: block;position: relative;padding: 3% 0;}
.lian-process-item-left {float: left;width: 50%;}
.lian-process-item-left .text{margin-top: 10%;width: 90%;}
.lian-process-item-left .title-1{color: #000;}
.lian-process-item-left .text-1{color: #666666;margin-top: 3%;}
.lian-process-item-left .text-1 p {margin: 0;padding: 0;}
.lian-process-item-right {float: left;width: 50%;}
.lian-process-item-right .pic{position: relative;overflow: hidden;z-index: 5;}
.lian-process-item-right .pic::after {width: 10rem;height: 20rem;background: #fff;right: -5%;bottom: -15%;z-index: 1;transform: rotate(45deg);}
.lian-process-item-right .img {overflow: visible;}
.lian-process-item-right .pic::after,.lian-process-item-right .img::after {content: '';position: absolute;transition:all .4s ease;}
.lian-process-item-right .img::after {width: 100%;height: 100%;background: #24b7b3;left:-2rem;top: -2rem;z-index: 1;opacity: 0;}
.lian-manufacturing-process-item.fr .lian-process-item-left,.lian-manufacturing-process-item.fr .lian-process-item-right{float: right;}
.lian-manufacturing-process-item a:hover .img::after{opacity: 1;}
.lian-manufacturing-process-item.fr .text {float: right;}

.lian-production-machines {padding-bottom: 4%;overflow: hidden;}
.lian-key-production-machines {padding: 4% 0 0 0;overflow: hidden;}
.lian-key-production-machines-item {overflow: hidden;float: left;width: 30.813% !important;margin-right: 2.5%;margin-bottom: 2.5%;}
.lian-key-production-machines-item.lkpm1,.lian-key-production-machines-item.lkpm5,.lian-key-production-machines-item.lkpm9 {margin-right: 0;}
.lian-key-production-machines-item a {display: block;position: relative;overflow: hidden;}
.lian-key-production-machines-item a::before  {content: '';width: 6rem;height: 6rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;background: url('../images/big.png') center no-repeat;background-size: 100%;transition:all .4s ease;opacity: 0;}
.lian-key-production-machines-item .text {position: absolute;bottom: 13%;left: 10%;width: 80%;z-index: 11;}
.lian-key-production-machines-item .title-1 {color: #fff;font-weight: bold;}
.lian-key-production-machines-item .jiantou-1 {width: .6rem;height: 1rem;background: url('../images/r1.png') center no-repeat;background-size: 100%;filter: invert(100%) grayscale(100%) brightness(1.5);position: absolute;right: 0;bottom: 5%;z-index: 11;}
/*.lian-key-production-machines-item.lkpm0,.lian-key-production-machines-item.lkpm1 {width: 48.666%;}*/
.lian-key-production-machines-item.lkpm0 .text,.lian-key-production-machines-item.lkpm1 .text {bottom: 8%;left:5%;width: 90%;}
.lian-key-production-machines-item a:hover::before  {opacity: 1;}

 

/* industries */
.lian-lck-industries {padding: 5% 0;overflow: hidden;}
.lian-lck-industries .lian-index-industries-item {width: 24.6%;margin-right: .5%;margin-bottom: .5%;}
.lian-lck-industries .lian-index-industries-item.liii1,
.lian-lck-industries .lian-index-industries-item.liii2,
.lian-lck-industries .lian-index-industries-item.liii3 {width: 33%;margin-right: .5%;}
.lian-lck-industries .lian-index-industries-item.liii3,
.lian-lck-industries .lian-index-industries-item.liii7,
.lian-lck-industries .lian-index-industries-item.liii11 {margin-right: 0;}
.lian-lck-industries .lian-index-industries-item.liii6 {margin-right: .5%;}
.lian-lck-industries .lian-index-industries-item .text {width: 70%;left: 8%;top: 9%;}
.lian-lck-industries .lian-index-industries-item.liii1 .text,
.lian-lck-industries .lian-index-industries-item.liii2 .text,
.lian-lck-industries .lian-index-industries-item.liii3 .text {left: 6%;}

.lian-application-global {padding: 6% 0;overflow: hidden; }
.lian-application-global .lian-content {overflow: hidden;}
.lian-application-global .lian-content:last-child {padding-top: 4%;}
.lian-application-global-left {float: left;width: 48%;}
.lian-application-global-left .global-left-pic {position: relative;}
.lian-application-global-left .global-left-pic .img-block  { margin:0px auto !important; width:auto !important;}
.lian-application-global-left .pic-1 {position: absolute;width: 8.6rem;height: 8.6rem;right: 10%;top: -10%;z-index: 11; }
.lian-application-global-left .title-1 {margin-top: 4%;}
.lian-application-global-right {float: right;width: 45%; }
.lian-application-global-right .text-1{color: #666;}
.lian-application-global-right .text-1 .title-1 { margin-bottom:5%;}
.lian-application-global-right .text-1 p {margin: 0;padding: 0;}
	 
.lian-products-we-offer {padding: 6% 0;overflow: hidden;background: #f7f7f7;/* background: url('../../industries/images/bg1.jpg');*/} 
.lian-products-we-offer-top {overflow: hidden;}
.lian-products-we-offer-left {float: left;width: 40%;}
.lian-products-we-offer-left .title-1{margin-top: 4%;}
.lian-products-we-offer-left .keyworld-2 {margin-top: 8%;}
.lian-products-we-offer-right {float: right;width: 45%;}
.keyworld-2 {overflow: hidden;}
.keyworld-2 a {float: left;display: block;width: 24.2%;margin-right:5px;margin-bottom: 5px;position: relative;background: #fff;padding: 10px 20px;box-sizing: border-box;overflow: hidden;}
.keyworld-2 a::before  {content: '';width: 3rem;height: 5rem;background: #f7f7f7;right: -5%;bottom: -95%;z-index: 1;transform: rotate(45deg);position: absolute;}
.keyworld-2 span {display: inline-block;vertical-align: middle;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
.keyworld-2 span::before {content: '';width: 4px;height: 4px;border-radius: 100%;background: #ccc;display: inline-block;vertical-align: middle;margin-right: 1rem;}
.keyworld-2 a:hover {background: #24b7b3;}
.keyworld-2 a:hover span {color: #fff;}
.lian-products-we-offer-bottom{overflow: hidden;padding: 5% 0 0 0 ;}
.lian-products-we-offer-bottom-left {float: left;width: 48%;}
.products-weoffer-swiper {overflow: hidden;}
.products-weoffer-item {padding-bottom: 10%;position: relative;}
.products-weoffer-item .text{position: absolute;left: 5%;bottom: 0;width: 80%;z-index: 1;}
.products-weoffer-item .text-1{position: absolute;left:10%;width: 80%;top: 50%;transform: translateY(-50%);color: #fff;}
.lian-products-we-offer-bottom-right {float: left;margin-left: 5%;width: 40%;}
.lian-products-weoffer-nav {overflow: hidden;margin-top: 10%;padding-left: 10%;}
.lian-products-weoffer-nav a {display: block;position: relative;margin-bottom: 8%;}
.lian-products-weoffer-nav strong{display: block;font-weight: normal;margin: 0;padding: 0;position: relative;}
.lian-products-weoffer-nav strong::before {content: '';width: 5px;height: 5px;background: #cccccc;border-radius: 100%;position: absolute;left: -5%;top: 50%;transform: translateY(-50%);}
.lian-products-weoffer-nav span{display: block;padding: 1% 0;color: #999999;}
.lian-products-weoffer-nav a.cur strong{color: #24b7b3;}
.lian-products-weoffer-nav a.cur strong::before {background: #24b7b3;}
.lian-products-weoffer-nav a.cur span {color: #000;}

.lian-application-case {padding: 6% 0 5% 0;overflow: hidden;background: url('../../industries/images/bg2.jpg') center top no-repeat;background-size: cover;clear: both;}
.lian-application-case-top {position: relative;overflow: hidden;}
.lian-application-case-top .title-1{color: #fff;width: 50%;}
.case-swiper-button {position: absolute;right: 0;bottom: 2%;text-align: right;}
.lian-application-case-bottom {padding-top: 2%;}
.lian-application-case-swiper {overflow: hidden;width: 100%;padding: 2% 1%;margin-left: -1%;}
.lian-application-case-item {position: relative;}
.lian-application-case-item a {display: block;position: relative;}
.lian-application-case-item a::after {content: '';width: 100%;height: 100%;position: absolute;left: -2%;top: -3%;background: #24b7b3;z-index: 1;position: absolute;transition:all .4s ease;opacity: 0;}
.lian-application-case-item a:hover::after {opacity: 1;}
.lian-application-case-item .img {z-index: 11;background: none;}

.lian-what-people-said {padding: 6% 0 3% 0;overflow: hidden;}
.lian-what-people-said-top {overflow: hidden;}
.lian-what-people-said-bottom {overflow: visible;padding: 5% 0 0 0;}
.lian-what-people-said-item {float: left;width: 24.2%;margin-right: 1%;margin-bottom: 3%;}
.lian-what-people-said-item.mr0 {margin-right: 0;}
.lian-what-people-said-item a {display: block;position: relative;}
.lian-what-people-said-item a::before {content: '';width: 3.4rem;height: 2.4rem;position: absolute;left: 10%;top:-3%;background: url('../images/syh.png') center no-repeat;background-size: 100%;z-index: 11;}
.lian-what-people-said-item .text {position: absolute;z-index: 11;width: 80%;top: 10%;left: 10%;}
.lian-what-people-said-item .text-1 {color: #666666;}
.lian-what-people-said-item .title-1 {color: #000;position: absolute;top: 70%;width: 80%;left: 10%;z-index: 12;border-top: 1px solid #e5e5e5;padding: 7% 0;}
.lian-what-people-said-item .title-1 strong {display: block;width: 80%;}
.lian-what-people-said-item .img {background-color: transparent;overflow: visible;}
.lian-what-people-said-item .img-center {opacity: 0;transform: translate(-1rem,-1rem);}
.lian-what-people-said-item .pic {box-sizing: border-box;overflow: visible;}
.lian-what-people-said-item a:hover .title-1 strong,.lian-what-people-said-item a:hover .text-1{color: #fff;}
.lian-what-people-said-item a:hover::before {filter: invert(1) grayscale(100%) brightness(0.1);top:-5%;} 
.lian-what-people-said-item a:hover .img-center {opacity:1;}

.lian-application-ad {position: relative;overflow: hidden;margin: auto;clear: both;padding: 0 0 5% 0;}
.lian-application-ad .lian-content {position: relative;overflow: hidden;}
.lian-application-adtext {color: #fff;position: absolute;left: 5%;top: 50%;transform: translateY(-50%);z-index: 1;width: 40%;}
.lian-application-adtext .text-1 {margin-top: 2%;}
.lian-application-ad .lian-more {position: absolute;margin: 0;right: 5%;top: 50%;transform: translateY(-50%);}

.lian-product-banner {position: relative;overflow: hidden;}
.lian-product-banner .text {position: absolute;left: 10%;top: 32%;width: 20%;z-index: 11;}
.lian-product-banner .text .title-1 strong {color: #fff;}
.lian-product-banner .product-right-1 {position: absolute;right: 10%;top: 58%;transform: translateY(-50%);width: 40%;text-align: center;z-index: 10;}
.lian-product-banner .product-right-1 img {max-width: 100%;height: auto;}
.lian-product-banner .product-right-1 img.wow {opacity: 1;}
.play-3 {position: absolute;left: 10%;bottom: 20%;z-index: 11;}
.play-3 a {display: block;width: 5rem;height: 5rem;background: url('../images/play3.png') center no-repeat;background-size: 100%;}


.lian-product-overview {padding: 5% 0;overflow: hidden;background: #f5f5f5;}
.lian-product-overview-top {position: relative;width: 82%;margin: auto;}
.lian-product-overview-top .lian-right-text{position: absolute;right: 0;bottom: 2%;width: 44%;}
.lian-product-overview-top .lian-title {width: 50%;}
.lian-product-overview-top .title-1 {margin-top: 4%;}
.lian-product-overview-top .text-1{color: #666666;}
.lian-product-overview-bottom {margin: 4% 0 2% 0;float: right;width: 91%;}
.lian-product-overview-item {position: relative;}
.lian-product-overview-item a {display: block;position: relative;}
.lian-product-overview-item .text-1 {position: absolute;left: 10%;top: 10%;width: 80%;z-index: 11;}
.lian-product-overview-item .title-1 {position: absolute;left: 10%;bottom: 14%;width: 80%;z-index: 12;}
.lian-product-overview-item .title-1 strong{color: #24b7b3;}
.lian-product-overview-item .img{background-color: transparent;overflow: visible;}
.lian-product-overview-item .pic {padding-top: 1rem;overflow: visible;}
.lian-product-overview-item .img-center {opacity: 0;transition:all .4s ease;transform: translate(-.8rem,-.6rem);width: 100%!important;}
.lian-product-overview-item .img-block {transition:all .4s ease;}
.lian-product-overview-item a:hover .img-block{filter: invert(100%);}
.lian-product-overview-item a:hover .img-center {opacity: 1;}
.lian-product-overview-item a:hover .text-1 {color: #fff;}
.lian-product-overview-item a:hover .title-1 strong {color: #fff;opacity: .5;}
.lian-product-overview-swiper {overflow: visible;}

.lian-product-team {padding: 5% 0;overflow: hidden;}
.lian-product-team-top {width: 82%;margin: auto;position: relative;}
.lian-product-team-top .lian-title{width: 50%;}
.lian-product-team-top .title-1 {margin-top: 3%;}
.lian-team-rightbtn{position: absolute;right: 0;bottom: 5%;text-align: right;font-size: 0;}
.lian-team-rightbtn a{display: inline-block;vertical-align: middle;text-align: center;width: 14rem;height: 6rem;line-height: 6rem;background: #f5f5f5;position: relative;overflow: hidden;}
.lian-team-rightbtn a::before  {content: '';width: 3rem;height: 5rem;background: #f7f7f7;right: -6%;bottom: -55%;z-index: 1;transform: rotate(45deg);position: absolute;}
.lian-team-rightbtn a.cur:last-child::before {background: #fff;}
.lian-team-rightbtn span {color: #000;}
.lian-team-rightbtn a.cur {background: #24b7b3;}
.lian-team-rightbtn a.cur span {color: #fff;}
.lian-product-team-bottom {margin-top: 3%;overflow: hidden;}
.lian-product-team-swiper .swiper-slide img {display: block; width: auto;max-width: none;height: 100%;}
.lian-product-team-swiper .swiper-slide {width: auto;}
.lian-product-team-swiper {opacity: 0;}
.lian-product-team-type-swiper .swiper-slide-active .lian-product-team-swiper {opacity: 1;}

.lian-food-processing {padding: 6% 0;overflow: hidden;}
.lian-food-processing-top {text-align: center;}
.lian-food-processing-top .title-1{width: 60%;margin: auto;}
.lian-food-processing-top .title-1 strong{font-weight: normal;color: #24b7b3;}
.lian-food-processing-top .text-1 {margin: auto;margin-top: 5%;}
.lian-food-processing-top .text-2 {margin: auto;margin-top: 2%;color: #666;width: 80%;}
.lian-food-processing-list {overflow: hidden;padding: 2% 0;width: 80%;margin: auto;}
.lian-food-processing-item {float: left;width: 32.333%;margin: 1% .5%;}
.lian-food-processing-item a {display: block;position: relative;}
.lian-food-processing-item .img {background: none;}
.lian-food-processing-item .img .img-center {opacity: 0;}
.lian-food-processing-item .text {position: absolute;left: 12%;top:22%;width: 80%;text-align: left;z-index: 11;}
.lian-food-processing-item .icon-1 {position: relative;width: 9rem;height: 9rem;}
.lian-food-processing-item .icon-1 .img-center {max-height: 90%;}
.lian-food-processing-item .title-2 {margin-top: 1%;margin-left: 1%;}
.lian-food-processing-item a:hover .img .img-center {opacity: 1;}
.lian-food-processing-item a:hover .title-2  {color: #fff;}
.lian-food-processing-item a:hover .icon-1 img {filter: invert(1) brightness(5);}

.lian-product-series {padding: 6% 0;overflow: hidden;background: #f5f5f5;}
.lian-product-series-top {overflow: hidden;}
.lian-product-series-bottom {padding: 2% 0;overflow: hidden;}

.lian-products-weoffer {padding: 6% 0;overflow: hidden;background: #f7f7f7;}
.lian-products-weoffer-top {overflow: hidden;}
.lian-products-weoffer-top .lian-title .title-1{width: 50%;}
.lian-products-weoffer-bottom {margin-top: 1%;}

.lian-why-choose-luk {overflow: hidden;margin-top: 3%;}
.lian-why-choose-luk-top {overflow: hidden;}
.lian-why-choose-luk-bottom {margin-top: 2%;overflow: hidden;}

.lian-application-case.gallery {padding: 6% 0 3% 0;background-image: url('../../industries/images/bg5.png');background-size: cover;background-position: center;background-repeat: no-repeat;background-color: #fff;}
.lian-application-case.gallery .lian-title .title-1 {color: #000;width: 40%;}
.lian-application-case-item .img::before {content: '';width: 5rem;height: 10rem;background: url('../../industries/images/bg6.jpg');right: -6%;bottom: -15%;z-index: 1;transform: rotate(45deg);position: absolute;}
.lian-application-case.gallery .lian-application-case-item .img::before {background: #fff;}
.lian-application-case.gallery .swiper-button-prev,.lian-application-case.gallery .swiper-button-next {border: 2px solid rgba(0,0,0,.5);}
.lian-application-case.gallery .swiper-button-next::after,.lian-application-case.gallery  .swiper-button-prev::after {color: #000;}
.lian-application-case.gallery .swiper-button-prev:hover,.lian-application-case.gallery .swiper-button-next:hover {border: 2px solid #24b7b3;} 
.lian-application-case.gallery .swiper-button-prev:hover::after,.lian-application-case.gallery .swiper-button-next:hover::after {color: #fff;} 
.lian-application-case.gallery .lian-application-ad {margin: 0;}
.lian-application-case .lian-application-case-bottom-text {color:#999;}
.lian-application-case.gallery .lian-application-case-bottom-text {color:#666;}

.bgf5f5f5 {background-color: #f5f5f5!important;}
.bgf5f5f5 .lian-application-case-item .img::before {background: #f5f5f5!important;}
.lian-application-global-center {text-align: center;width: 70%;margin: auto;}
.lian-application-global-center .text-1 {margin-top: 4%;overflow: hidden;color: #666;}

.lian-key-considerations {padding: 1% 0;overflow: hidden;border-bottom: 1px solid #e7e7e7;}
.lian-key-considerations-top {overflow: hidden;}
.lian-key-considerations-top .lian-title .title-1 {width: 50%;margin-bottom: 1%;}
.lian-key-considerations-bottom {overflow: hidden;font-size: 0;display: flex;justify-content: space-between;padding: 3% 0;}
.lian-key-considerations-bottom.num3 .lian-key-considerations-item {width: 33%;}
.lian-key-considerations-item {width: 10%;display: inline-block;vertical-align: middle;}
.lian-key-considerations-item a {display: block;text-align: center;overflow: hidden;}
.lian-key-considerations-item .img {position: relative;background: #e7e7e7;border-radius: 100%;width: 16rem;margin: auto;}
.lian-key-considerations-item .title-2 {margin-top: 2rem;}
.lian-key-considerations-item .text-2  {margin: auto;margin-top: 2rem;color: #666;width: 50%;}
.lian-key-considerations-item a:hover .img-center {filter: invert(1) brightness(5);}
.lian-key-considerations-item a:hover .img {background: #24b7b3;}

.lian-product-series.global {background: #fff;}
.lian-product-series.global .title-1 {width: 74%;margin-bottom: 2%;}
.lian-products-weoffer .lian-content .lian-products-we-offer-top:last-child {padding-top: 3%;position: relative;}
.lian-products-weoffer .lian-content .lian-products-we-offer-top:last-child .lian-more {position: absolute;right: 0;top: 0;margin: 0;}
.lian-products-weoffer .lian-process-item-right .pic::after {background: #f7f7f7;}

.lian-whychoose-luk {padding: 5% 0;overflow: hidden;background: url('../../industries/images/bg7.jpg') center no-repeat;background-size: cover;}
.lian-whychoose-luk-top {overflow: hidden;}
.lian-whychoose-luk-top .title-1{width: 78%;}
.lian-whychoose-luk-bottom {position: relative;margin-top: 1%;overflow: hidden;}
.lian-whychoose-luk-main {overflow: hidden;padding: 1% 0 1% 3%;position: relative;margin-top: 1%;width: 80%;}
.lian-whychoose-luk-main::before {content: '';width: 2px;height: 100%;position: absolute;left: 0;top: 0;background: #e5e5e5;}
.lian-whychoose-luk-main .text-1{color: #666666;}
.lian-whychoose-luk-list {margin-top: 3%;overflow: hidden;}
.lian-whychoose-luk-item {float: left;text-align: center;margin-right: 5%;}
.lian-whychoose-luk-item .icon-1{position: relative;width: 13rem;}
.lian-whychoose-luk-item .title-1{margin-top: 2rem;} 



/*fanhui*/
.fhlb {   width: 85%;
    padding: 6% 0 0 0%;}
.fhlb a { width:150px; line-height:40px; text-align: center; color:#fff; background:#24b7b3; margin-right:20px; float:left; margin-bottom:100px; font-size:16px; transition:all .4s;}
.fhlb a:last-child { background:#e79953;} 
.fhlb a:hover { margin-top:-10px;}



/*cp ny list*/



.pro_mid{
margin:0 6.25%;}
.pro_1_1{
text-align:center}

.pro_1_1 ul li{ padding:0 1.5em; background-image:url(../images/product/img2.png); background-position:left center; background-repeat:no-repeat;
display:inline-block; }
.pro_1_1 ul li a{ color:#000;
font-size:1.125em; display:inline-block; position:relative; padding:3px 0px;}
.pro_1_1 ul li a:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; bottom:0; height:1px; width:0; background-color:#000;}
.pro_1_1 ul li a:hover:after,.pro_1_1 ul li a.on:after{
width:100%;}
.pro_1_1 ul li:nth-child(1){
background-image:none}
.pro_1_1{ margin-bottom:3.125vw;
margin-top:6.45833333333333vw;}
.pro_1_2{
margin-bottom:1.4em; width:100%;}
.pro_1_2 ul li{
display:inline-block;}
.pro_1_2 ul li a{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
display:inline-block; border:1px #d5d5d5 solid; padding:3px 1em;}
.pro_1_2 ul li a:hover,.pro_1_2 ul li a.on{
color:#fff; background-color:#2c2c2c;}
.pro_2_1 ul li{ position:relative; margin-bottom:5.20833333333333vw;
float:left; width:19.2%;}
.pro_2_1 ul li:nth-child(4n){
margin-right:0}
.pro_2_1_1{
position:relative; overflow:hidden; height:250px; text-align:center;}
.pro_2_1_1 img{
  }
.pro_2_1_2{
font-size:17px; color:#000;  text-align:center; padding:1.5em 0 0em 0; position:relative;}
.pro_2_1 ul { padding:0px; margin:0px;}
.pro_2_1 ul li:after{
content:''; position:absolute; bottom:0; width:100%; height:1px; background-color:#064390;}
.pro_2_1 ul li:before{
content:''; position:absolute; bottom:.5em; width:100%; height:1px; background-color:#064390;}
.pro_2_1_1 span{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transform: translate(-50%, -50%); padding-bottom:.4em;
    transform: translate(-50%, -50%); left:50%; top:50%; z-index:10; color:#fff; display:inline-block; font-size:1.125em;
position:absolute;opacity:0;}
.pro_2_1_1 span:after{
content:''; position:absolute; left:0; bottom:0; height:1px; width:100%; background-color:#fff;}
.pro_2_1_1:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;opacity:0;
content:''; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#000; opacity:0;}
.pro_2_1 ul li:hover .pro_2_1_1 span{
opacity:1}
.pro_2_1 ul li:hover .pro_2_1_1:after{ opacity:.2;}
.pro_2_1 ul li a{
display:block; padding:0 1.25em;}
.pro_1_2 ul{
margin-left:1.25em; margin-right:1.25em;}
.pro_2_2{
text-align:center; margin-bottom:4em;}
.pro_2_2 ul li{ 
display:inline-block; font-family:"Times New Roman", Times, serif; margin:0 1em;margin-bottom:1em;}
.pro_2_2 ul li a,.pro_2_2 ul li span{
display:inline-block; position:relative; padding:3px 3px;}
.pro_2_2 ul li a:after,.pro_2_2 ul li span:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; bottom:0; left:0; height:1px; width:0; background-color:#000;}
.pro_2_2 ul li a:hover:after,.pro_2_2 ul li.active span:after{
width:100%;}
.pro_info_1{ padding-top:7.75em; padding-bottom:7.8125em;
background-color:#232323; overflow:hidden; color:#fff;}
.pro_mid{
margin:0 auto; width:100%;}



.proz_bg { background:#f6f6f7;}
.proz  { padding-top:0px; width:100%;  }
.proz ul li { width:31.333333% !important; background:#fff; margin:1% !important; float:left; list-style:none !important;}
.proz ul li .pro_2_1_1 img { height:70%; margin:15% auto;}
.proz .pro_2_1 ul li:after { display:none;}
.proz .pro_2_1 ul li:before { display:none;}

.proz .pro_2_1 ul li a { padding:0px !important;}
.proz .pro_2_1_2 h4 { font-size:18px; font-weight:400;}
.proz .pro_2_1_2 b { display: block;
   font-size:18px; 
    font-weight: 900;
    font-family: Rig;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #24b7b3;}
	
.proz .pro_2_1_2 p { font-size:14px; color:#999; line-height:28px; margin-top:15px; width:86%; margin:0px 7%; margin-bottom:0px; white-space: normal; height:28px; }	
	
.proz .pro_2_1 ul li:hover { box-shadow:10px 10px 10px 10px rgba(0,0,0,.1);}





/* knowledge */
.lian-e-catalog {padding: 5% 0;overflow: hidden;}
.lian-e-catalog-top {position: relative;overflow: hidden;}
.lian-e-catalog-top .title-1 {overflow: hidden;}
.lian-e-catalog-top .text-1 {overflow: hidden;margin-top: 1%;width: 60%;}
.lian-ecatalog-search {width: 20%;text-align: right;position: absolute;right: 0;bottom: 0;}
.lian-ecatalog-search .search-1 {background: none;width: 100%;border: none;border-bottom: 1px solid #f5f5f5;padding: 4% 0;transition:all .4s ease;}
.lian-ecatalog-search .search-1:focus {border-bottom: 1px solid #000;}
.lian-ecatalog-search .searchbtn-1 {position: absolute;width: 2rem;height: 2rem;right: 0;top: 50%;transform: translateY(-50%);background: url('../images/search.png') center no-repeat;background-size: 100%;opacity: .5;}
.lian-ecatalog-search .searchbtn-1:hover {opacity: 1;}
.lian-e-catalog-bottom {margin-top: 3%;overflow: hidden;clear: both;}
.lian-e-catalog-list {padding: 3% 0 0 0;overflow: hidden;}
.lian-e-catalog-item {float: left;width: 23.5%;margin-bottom: 2%;margin-right: 2%;}
.lian-e-catalog-item.mr0 {margin-right: 0;}
.lian-e-catalog-item a {display: block;position: relative;overflow: hidden;}
.lian-e-catalog-item .text {position: absolute;left: 10%;top: 50%;z-index: 20;width: 90%;transform: translateY(-50%);}
.lian-e-catalog-item .text::after {content: '';width: 2.2rem;height: 2.2rem;background: url('../images/down.png') center no-repeat;background-size: 100%;position: absolute;right: 10%;bottom: 5%;}
.lian-e-catalog-item .icon-1 {width: 5rem;height: 5rem;position: relative;}
.lian-e-catalog-item .title-1 {width: 80%;font-weight: bold;margin-top: 10%;}
.lian-e-catalog-item .img {background: none;}
.lian-e-catalog-item a:hover {transform: translateY(-10px);}

.lian-knowledge-faq {padding: 3% 0;overflow: hidden;}
.lian-knowledge-faq-list {overflow: hidden;width: 104%;}
.knowledge-faq-item {background: #f5f5f5;padding: 4% 3%;overflow: hidden;float: left;width: 42%;margin-bottom: 2%;margin-right: 2%;cursor: pointer;}
.knowledge-faq-item.mr0 {margin-right: 0;}
.knowledge-faq-item .title {position: relative;overflow: hidden;}
.knowledge-faq-item .title i{font-style: normal;width: 3.6rem;height: 3.6rem;line-height: 3.6rem;text-align: center;border: 2px solid #000;border-radius: 100%;display: inline-block;vertical-align: middle;}
.knowledge-faq-item .title span{font-weight: bold;margin-left: 2rem;width: 70%;display: inline-block;vertical-align: middle;}
.knowledge-faq-item .open-1{width: 3rem;height: 3rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.knowledge-faq-item .open-1::after {content: '';width: 1rem;height: 2px;background: #000;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 11;position: absolute;}
.knowledge-faq-item .open-1::before {content: '';width: 2px;height: 1rem;background: #000;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 11;position: absolute;}
.knowledge-faq-item .text{margin-top: 3%;overflow: hidden;}
.knowledge-faq-item .text i{font-style: normal;width: 3.6rem;height: 3.6rem;line-height: 3.6rem;text-align: center;border: 2px solid #24b7b3;border-radius: 100%;display: inline-block;vertical-align: top;color: #24b7b3;}
.knowledge-faq-item .knowledge-faq-text{margin-left: 2rem;display: inline-block;vertical-align: top;width: 88%;color: #666666;}
.knowledge-faq-item::after {content: '';width: 5rem;height: 10rem;background: #fff;position: absolute;right: -5%;bottom: -15%;z-index: 1;transform: rotate(45deg);}
.knowledge-faq-item .clickshow {display: none;}
.knowledge-faq-item .defaultshow {display: -webkit-box;}
.knowledge-faq-item.cur .defaultshow {display: none;}
.knowledge-faq-item.cur .open-1::before {display: none;} 
.heightauto {overflow-x: hidden;overflow-y: auto;}

.lian-third-party-verification-bottom {position: relative;}
.lian-third-party-verification-left {float: left;width: 50%;}
.lian-third-party-verification-right {float: right;width: 46%;margin-top: -1%;}
.lian-third-party-verification-from {margin-top: 8%;overflow: hidden;}
.lian-third-party-verification-from .from-2{overflow: hidden;margin-bottom: 2%;}
.lian-third-party-verification-from ul{list-style: none;margin: 0;padding: 0;overflow: hidden;clear: both;font-size: 0;border-bottom: 1px solid #f2f2f2;padding: 2.5% 0;}
.lian-third-party-verification-from li{list-style: none;margin: 0;padding: 0;color: #999999;display: inline-block;vertical-align: middle;width: 75%;position: relative;}
.lian-third-party-verification-from li:first-child {width: 22%;padding-left: 3%;}
.lian-third-party-verification-from li::before {content: '*';position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: #24b7b3;font-size: 1.4rem;display: none;}
.lian-third-party-verification-from li.cur::before {display: block;}
.lian-third-party-verification-from .from-1 ul {padding: 2.5% 3%;}
.lian-third-party-verification-from .from-1 li{width: 100%;margin-bottom: 2%;}
.lian-third-party-verification-from .from-1 li:first-child {width: 25%;padding-left:0;}
.input-2,.textarea-2{border: none;width: 100%;color: #000;}
.textarea-2 {min-height: 60px;}
.input-2::-webkit-input-placeholder ,.textarea-2::-webkit-input-placeholder {color: #000;}
.send-message {margin-top: 5%;overflow: hidden;}
.send-message a {display: inline-block;position: relative;text-align: center;background: #24b7b3;width: 28rem;line-height: 6rem;}
.send-message a::after {content: '';width: 3rem;height: 5rem;background: #fff;position: absolute;right: -5%;bottom: -50%;z-index: 1;transform: rotate(45deg);}
.send-message span{display: inline-block;vertical-align: middle;color: #fff;}
.send-message i{display: inline-block;vertical-align: middle;width: .6rem;height: 1rem;background: url('../images/r1.png') center no-repeat;background-size: 100%;filter: invert(1) brightness(5) grayscale(1);margin-left: 2rem;}
.send-message a:hover {background: #24b7b3;}




/* news */
.lian-news {padding: 5% 0 0 0;overflow: hidden;}
.lian-news-top {position: relative;overflow: hidden;}
.lian-news-top .lian-ecatalog-search {bottom: auto;bottom: 3%; }
.lian-news-content {padding: 3% 0;overflow: hidden;}
.lian-news-list {overflow: hidden;}
.lian-news-item {float: left;width: 23.5%;margin-bottom: 2%;margin-right: 2%;}
.lian-news-item.mr0 {margin-right: 0;}
.lian-news-item a {display: block;position: relative;overflow: hidden;background: #f5f5f5;}
.lian-news-item .img {background-color: #f5f5f5;}
.lian-news-item .pic {position: relative;overflow: hidden;}
.lian-news-item .text {padding: 0;overflow: hidden;width: 80%;margin: 10%;}
.lian-news-item .data-1 {color: #999999;display: none;}
.lian-news-item .title-1 {font-weight: bold;min-height: 45px;}
.lian-news-item .text-1 {color: #999999;margin-top: 3%;display: none;}
.lian-news-item .data-2 {color: #999999;position: relative;overflow: hidden;margin-top: 8%;}
.lian-news-item .data-2::after {content: '';width: .6rem;height: 1rem;background: url('../images/r1.png') center no-repeat;position: absolute;top: 50%;transform: translateY(-50%);right:0;}
.lian-news-item .viewmore-2 {display: none;}
.lian-news-item a:hover .pic {transform: scale(1.05);}
.lian-news-item a:hover .title-1 {color: #24b7b3;}
.lian-news-item.lni1 {width: 100%;margin-right: 0;}
.lian-news-item.lni1 .img  {float: left;width: 50%;}
.lian-news-item.lni1 .text {float: left;width: 40%;margin:auto;margin-left: 5%;margin-top: 5%;}
.lian-news-item.lni1 .text-1,.lian-news-item.lni1 .data-1,.lian-news-item.lni1 .viewmore-2 {display: block;}
.lian-news-item.lni1 .title-1 {margin-top: 2%;font-size: 2.4rem;min-height:auto;}
.lian-news-item.lni1 .viewmore-2 {margin-top: 20%;}
.lian-news-item.lni1 .data-2 {display: none;}
.lian-news-item.lni1 .img::after {content: '';width: 10rem;height: 20rem;background: #f5f5f5;position: absolute;right: -5%;bottom: -20%;z-index: 1;transform: rotate(45deg);}
.lian-news-item:nth-child(5),.lian-news-item:nth-child(9) {margin-right: 0;}

.lian-news-detail {margin-top: 12rem;overflow: hidden;padding: 6% 0;background: #f5f5f5;}
.lian-news-detail-top {border-bottom: 1px solid #e5e5e5;padding-bottom: 3%;overflow: hidden;}
.lian-news-detail-top-left {float: left;width: 25%;}
.lian-news-detail-top-right {float: left;width: 75%;}
.lian-news-detail-top-right .date-1{color: #24b7b3;}
.lian-news-detail-top-right .title-1 h1{margin: 0;padding: 0;margin-top: 2%;}
.lian-news-detail-center {padding: 3% 0;overflow: hidden;}
.lian-news-detail-center-left {float: left;width: 25%;}	 
.lian-news-detail-center-nav {overflow: hidden;margin-top:10%;}
.lian-news-detail-center-nav a {display: block;margin: 1% 0;}
.lian-news-detail-center-nav span {display: inline-block;position: relative;padding: 3% 0;}
.lian-news-detail-center-nav span::after {content: '';width: 0px;height: 1px;background: #24b7b3;position: absolute;left: 0;bottom: 0;transition:all .4s ease;}
.lian-news-detail-center-nav a.cur span,.lian-news-detail-center-nav a:hover span,.lian-news-detail-center-nav:hover a.cur:hover span{color: #24b7b3;}
.lian-news-detail-center-nav a.cur span::after,.lian-news-detail-center-nav a:hover span::after,.lian-news-detail-center-nav:hover a.cur:hover span::after {display: block;width: 100%;}
.lian-news-detail-center-nav:hover a.cur span{color: #000;}
.lian-news-detail-center-nav:hover a.cur span::after {width: 0;}
.lian-news-detail-center-right {float: left;width: 75%;}
.lian-news-detail-center-main {color: #666666;}
.lian-news-detail-center-main img {max-width: 100%;height: auto!important;}
.lian-news-detail-bottom {border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;overflow: hidden;position: relative;}
.lian-news-detail-bottom a{position: relative;display: block;}
.lian-news-detail-bottom i{width: .6rem;height: 1rem;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: url('../images/r1.png') center no-repeat;background-size: 100%;filter: invert(100%) grayscale(100%) brightness(0.5);opacity: .5;}
.lian-news-detail-bottom a.next,.lian-news-detail-bottom a.prev{position: absolute;top: 50%;transform: translateY(-50%);width: 40%;}
.lian-news-detail-bottom a.next i{left: auto;right: 0;}
.lian-news-detail-bottom span{color: #999999;margin: 0 3%;width: 50%;display: inline-block;}
.lian-news-detail-bottom a.prev{padding-left: 2rem;float: left;width: 40%;}
.lian-news-detail-bottom a.prev i {transform: rotate(180deg) translateY(-50%) ;top: 0;}
.lian-news-detail-bottom a.next{padding-right: 2rem;float: right;width: 40%;text-align: right;right: 0;}
.lian-news-detail-bottom a.return {width: 10rem;height: 10rem;margin: auto;}
.lian-news-detail-bottom a.return i{width: 2rem;height: .1rem;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 1;filter:none;}
.lian-news-detail-bottom a.return i::after,.lian-news-detail-bottom a.return i::before{content: '';width: 100%;height: .1rem;background: #000;left: 0;position: absolute;}
.lian-news-detail-bottom a.return i::after {margin-top: 6px;}
.lian-news-detail-bottom a.return i::before {margin-top: -6px;}
.lian-news-detail-bottom a.return:hover {background: #24b7b3;}
.lian-news-detail-bottom a.return:hover i,.lian-news-detail-bottom a.return:hover i::after,.lian-news-detail-bottom a.return:hover i::before{background: #fff;opacity: 1;filter: none;}
.lian-news-detail-bottom a:hover span {color: #000;}
.lian-news-detail-bottom a:hover i {filter: invert(0) grayscale(0) brightness(1.5);opacity: 1;}





/*fanye*/

.newspage{ width: 92%;
    padding: 0px 4%;
    height: auto;/* overflow: hidden;*/ display:block;
	}
	
.newspage {
width:100%;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 20px; TEXT-ALIGN: center; margin:60px auto 0px; clear:both; height:30px
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT:8px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 8px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; FONT: 13px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 3px; BORDER-BOTTOM: #999 1px solid; font-family:"微软雅黑"!important;border-radius: 5px;
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #00c0c2; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #00c0c2; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
 PADDING-RIGHT: 8px;  PADDING-LEFT: 8px; BACKGROUND: #00c0c2; PADDING-BOTTOM: 3px;  COLOR: #fff; MARGIN-RIGHT: 5px; PADDING-TOP: 3px;  font-size:13px;border-radius: 5px; border:1px #00c0c2 solid; 

}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}










/* 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("../images/loading.gif") no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none;opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 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('../images/n1.png') center no-repeat;z-index: 11;}
.icon-weibo::before{background: url('../images/n3.png') center no-repeat;z-index: 11;} 
.icon-qq::before{background: url('../images/n2.png') center no-repeat;z-index: 11;} 

.lian-page-model {margin-top: 12rem;overflow: hidden;padding: 6% 0;background: #f5f5f5;}
.lian-page-model .lian-content{width: 50%;}
.lian-page-model-top {border-bottom: 1px solid #e5e5e5;padding-bottom: 3%;overflow: hidden;}
.lian-page-model-top h1 {margin: 0;padding: 0;}
.lian-page-model-text {color: #666;padding: 4% 0;overflow: hidden;}
.lian-page-model-text img {max-width: 100%;height: auto!important;}
.lian-page-model-text p {margin: 0;padding: 0;}
.lian-sitemap {margin-top: 12rem;overflow: hidden;padding: 6% 0;background: #f5f5f5;}
.lian-sitemap .lian-content{width: 80%;}
.lian-sitemap-list {overflow: hidden;}
.lian-sitemap-item {float: left;width: 25%;overflow: hidden;}
.lian-sitemap-item a {display: inline-block;position: relative;padding: .4rem 0;}
.lian-sitemap-item a::after {content: '';width: 0;height: 1px;background: #24b7b3;position: absolute;left: 0;bottom: 0;}
.lian-sitemap-item a:hover::after {width: 100%;}
.lian-sitemap-item .title-1 {margin-bottom: 2rem;overflow: hidden;}
.lian-sitemap-item ul {display: block;list-style: none;margin: 0;padding: 0;}
.lian-sitemap-item li {display: block;list-style: none;margin: 0;padding: 0;padding: .4rem 0;}
.fengexian {clear: both;width: 100%;height: 1px;overflow: hidden;position: relative;padding: 4% 0;}
.fengexian::after {content: '';width: 100%;height: 1px;background: #e5e5e5;position: absolute;left: 0;top: 50%;}


.lian-history-content::before ,.lian-history-item-right::after,.lian-history-content::after{opacity: 0;display: none;}
.lian-history-content::before {width: 100%;opacity: .2;background: #999;display: block;}
.lian-history-item-right { margin-top: 1.2%;}
.lian-history-swiper { z-index: 11;}
.lian-history-swiper .swiper-slide-active .chilun .left-circle {animation: circleleft 8s linear forwards;}
.lian-history-swiper .swiper-slide-active .chilun .right-circle {animation:circleright 8s linear forwards;}
.lian-history-item {opacity: 0;transition:all .4s ease;}
.lian-history-swiper .swiper-slide-active .lian-history-item {opacity: 1;}
.historybg {opacity: 0;}
.chilun {width: 70rem;height: 70rem;position: relative;overflow: hidden;}
.chilun-content{position: absolute;width: 100%;height: 100%;display: block;background: url('../images/knife.png') center no-repeat;background-size: 99%;transform: rotateX(180deg);left: 0;top: 0;}
.chilun-item {position: absolute;top: 0;width: 50%;height:100%;margin: 0;padding: 0;overflow: hidden;opacity: 1;transition:all .4s ease;z-index: 11;}
.chilun-item::before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #fff;opacity: 0;}
.chilun .left {left: 0;}.chilun .right {right: 0;}
.chilun .circle {position: absolute;margin: 0;width: 70rem;height: 100%;border-radius: 100%;border: 15em solid transparent;box-sizing: border-box;transform: rotate(314deg);opacity: .5;}
.chilun .left-circle {left: 0;border-top-color: #f5f5f5;border-left-color: #f5f5f5;}
.chilun .right-circle {right: 0;border-bottom-color: #f5f5f5;border-right-color: #f5f5f5;}
.chilun .pic-1 {position: absolute;left: 50%;top: 50%;z-index: 1;width: 70%;height: 70%;border-radius: 100%;transform: translate(-50%,-50%);overflow: hidden;background-size: cover;background-position: center;background-repeat: no-repeat;}
.chilun-item::before {content: '';width:  70rem;height: 100%;position: absolute;left: 0;top: 0;background: url('../images/knife1.png') center no-repeat ;background-size: 99%;opacity: .5;z-index: 1;overflow: hidden;}
.chilun-item.right::before {right: 0;left: auto;}
.chilun .left-circle,.chilun .right-circle {opacity: 1;}
@keyframes circleright {0% {transform: rotate(315deg);}50%,100% {transform: rotate(135deg);}}
@keyframes circleleft {0%,50% {transform: rotate(315deg);}100% {transform: rotate(135deg);}} 


.industries-right-nav {position: fixed;right: 1%;top: 70%;transform: translateY(-50%);border-radius: 2.5rem;background:rgba(255,255,255,.9);z-index: 111;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);overflow: hidden;width: 4.4rem;}
.industries-right-nav,.industries-right-nav * {transition:all .4s ease;}
.industries-right-nav.cur {width: 33rem;}
.industries-right-nav.cur .text-1{transform: translateX(0);opacity: 1;}
.industries-right-nav ul,.industries-right-nav li {list-style: none;margin: 0;padding: 0;}
.industries-right-nav .num-1,.industries-right-nav .text-1 {position: relative;padding: 1rem;overflow: hidden;}
.industries-right-nav li {overflow: hidden;padding: .5rem 0;box-sizing: border-box;}
.industries-right-nav .num-1 {float: right;}
.industries-right-nav .num-1 li.cur i{background: #333333;color: #fff;}
.industries-right-nav .num-1 li.cur a i {background: #24b7b3;color: #fff;font-weight: bold;} 
.industries-right-nav .num-1 li a {display: block;position: relative;}
.industries-right-nav .num-1 li i {width: 2.4rem;height: 2.4rem;line-height: 2.4rem;border-radius: 100%;text-align: center;background: #f2f2f2;color: #999;display: block;font-style: normal;}
.industries-right-nav .text-1 {position: absolute;right: 0;top: 0;width: 30rem;height: 100%;display: block;padding: 1rem 0;box-sizing: border-box;}
.industries-right-nav .text-1 li {line-height: 2.4rem;padding-right: 15%;}
.industries-right-nav .text-1 span {color: #666;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.industries-right-nav .text-1 li.cur a span {color: #24b7b3;font-weight: bold;}


	 
.luk-cookies {position:fixed;z-index: 1111;left: 10%;bottom: 5%;width: 80%;transition:all .4s ease;}
.luk-cookies.cur {transform: translateY(140%);opacity:0;} 
.luk-cookies-main {background: #fff;border-radius: 4px;overflow: hidden;transition:all .4s ease; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);}
.luk-cookies-content {padding: 2% 2% ;overflow: hidden;position: relative;}
.luk-cookies-content-left {width: 60%;}
.luk-cookies-content-left .title-1 {overflow: hidden;}
.luk-cookies-content-left .title-1 strong{font-weight: 900;}
.luk-cookies-content-left .text-1 {color: #666666;margin-top: 1%;}
.luk-cookies-content-left .text-1 strong {color: #24b7b3;}
.luk-cookies-content-right {position: absolute;right: 2%;top: 50%;transform: translateY(-50%);z-index: 11;width: 35%;text-align: right;z-index: 1;}
.luk-cookies-content-right a {display: inline-block;vertical-align: middle;margin: 0 1%;border: 1px solid #24b7b3;border-radius: 4px;padding: 2rem 4rem;text-align: center;color: #24b7b3;}
.luk-cookies-content-right a:hover {background: #24b7b3;color: #fff;}
.luk-cookies-content-right a.privacy-1 {}
.luk-cookies-content-right a.accept-1 {}
.luk-cookies-content-right a.close-1 {padding: 0;border:none;border-radius:0;width: 1.6rem;height: 1.6rem;}
.luk-cookies-content-right a.close-1:hover {background: none;}
.luk-cookies-content-right a.close-1 i{width: 100%;height: 100%;position: relative;display:block;transform: rotate(45deg);}
.luk-cookies-content-right a.close-1:hover i {transform: rotate(-45deg);}
.luk-cookies-content-right a.close-1 i::before,.luk-cookies-content-right a.close-1 i::after {content: '';background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.luk-cookies-content-right a.close-1 i::before {width: 100%;height: 2px;}
.luk-cookies-content-right a.close-1 i::after {width: 2px;height: 100%;}

.pcba { display:block;}
.sjba { display:none;}

@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}



@media screen and (max-width: 5120px) { 
	html{font-size: 82.5%;} 
	.viewmore-2 span::after,.lian-news-item .data-2::after {background-size: 100%;}
	.lian-index-who-we-are-item .img-center,.lian-food-processing-item .img .img-center,.lian-what-people-said-item .img-center {width: 100%!important;height: 100%!important;}
	.lian-history-item-right .pic-1::before {opacity: 0;}
	.knowledge-faq-text .text-1 p {margin: 0;padding: 0;}
	.global-left-pic .pic-1 {display: none;}
}
@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%;} 
	.lian-index-who-we-are-item .img-center,.lian-food-processing-item .img .img-center,.lian-what-people-said-item .img-center {width: 100%!important;height: auto!important;}
}
@media screen and (max-width: 1680px) {
	html{font-size: 52.5%;} 
	.keyworld-2 a {width: 24%;}
	.lian-products-we-offer-left .keyworld-2 a {width: 23.8%;}
}
@media screen and (max-width: 1440px) {
	html{font-size: 42.5%;} 
}
@media screen and (max-width: 1366px) {
	.keyworld-2 a {width: 23.8%;}
}
@media screen and (max-width: 1280px) {
	.lian-about-culture .lian-content,.lian-about-culture-top .title-1 {width: 100%;}
	.lian-index-industries-item .text {width: 76%;}
	.lian-key-considerations-item .text-2 {width: 70%;}
}
@media screen and (max-width: 1152px) {
	.keyworld-2 a {width: 31.8%;}
	.lian-products-we-offer-left .keyworld-2 a {width: 31.8%;}
	.lian-about-culture-item .text,.lian-process-item-left .text {margin-top: 1%;}
	.lian-about-team-list .lian-about-team-item {width: 48%;margin: 1%;}
	.lian-about-team-list .lian-about-team-item.mr0 {margin-right: 1%;}
	.message-from-item .input-1 {width: 70%;}
	.lian-what-people-said-item {width: 32.2%;}
	.lian-food-processing-list {width: 100%;}
	.lian-page-nav.num2 a::after {bottom: -55%;}
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 980px) {
	 
}
@media screen and (max-width: 860px) { 
	.pcshow,.header-show-nav{display: none!important;}
	.mbshow,.menu-toggle{display: block!important;}
	.header {background: #fff;}
	.header-content {height: 7rem;}
	.header-logo {width: 38%;}
	.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);}
 	.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; text-align:center;}
	.header-nav ul li a {color: #000;}
	.header-nav ul li.language {margin: 0;padding-top: 5%;}
	.header-nav ul li.language i {filter: invert(1);}
	.detail .header-nav ul li.language i {filter: invert(0);}
	.header-nav ul a.nav span {font-family: 'MonBold';}
	.header-contact,.footer-top-right,.lian-history-item-right::after,.lian-history-content::before,.lian-history-content::after,.lian-about-culture-item a:hover .img::after,.lian-manufacturing-process-item a:hover .img::after ,.lian-news-detail-center-left,.lian-news-detail-bottom span,.fengexian,.lian-whychoose-luk-main::before{display: none;}
	.header-nav ul a.nav span::after {background: #24b7b3;}
	.index-banner-text {left: 5%;width: 90%;}
	.index-banner-text strong {font-size: 4rem;}
	.lian-title .title-1 {font-size: 4rem;margin-top: 5%;}
	.lian-index-aboutluk-date .title-1 strong {font-size: 6rem;}
	.lian-page-banner .text {left: 5%;width: 90%;}
	.lian-page-banner .text .title-1 strong {font-size: 4rem;}
	.lian-index-industries-item.liii1 .text, .lian-index-industries-item.liii2 .text,.lian-index-industries-item .text,.footer-top-left {width: 60%;}
	.lian-application-case-top .title-1 ,.knowledge-faq-item .knowledge-faq-text,.lian-application-case.gallery .lian-title .title-1{width: 80%;}
	.lian-content,.footer-content ,.lian-history-swiper,.lian-about-culture,.lian-application-adtext,.lian-product-banner .text,.lian-product-overview-top,.lian-product-team-top,.lian-page-model .lian-content,.lian-sitemap .lian-content{width: 90%;}
	.lian-index-who-we-are-top .lian-title ,.lian-index-who-we-are-top .lian-title .title-1,.lian-index-aboutluk-left,.lian-index-aboutluk-right,.lian-index-aboutluk-left .lian-title .title-1,.lian-index-aboutluk-date .text-1,.lian-index-industries-item.liii1,.lian-index-industries-item.liii2,.lian-index-industries-item,.lian-index-production-top .title-1,.lian-index-news-item,.lian-index-news-item:last-child,.lian-index-news-item .img,.lian-index-news-item .text,.lian-index-faq-left,.lian-index-faq-right,.footer-center-left,.footer-center-right,.footer-center-item .item-1,.lian-about-company-left,.lian-about-company-right,.lian-history-item-left,.lian-history-item-right,.lian-culture-item-left,.lian-culture-item-right,.lian-about-team-list .lian-about-team-item,.lian-about-certificate-item .img,.lian-about-certificate-item .text,.lian-process-item-left,.lian-process-item-right,.lian-key-production-machines-item,.lian-lck-industries .lian-index-industries-item,.lian-application-global-left,.lian-application-global-right,.lian-products-we-offer-left,.lian-products-we-offer-right,.lian-products-we-offer-bottom-left,.lian-products-we-offer-bottom-right,.lian-what-people-said-item,.lian-product-overview-top .lian-title,.lian-e-catalog-item,.knowledge-faq-item,.lian-news-item.lni1 .img,.lian-news-item.lni1 .text,.lian-news-item,.lian-news-detail-top-left,.lian-news-detail-top-right,.lian-third-party-verification-left,.lian-third-party-verification-right,.lian-sitemap-item,.lian-food-processing-item{width: 100%;float: none;margin-right: auto;}
	.whoweare-swiper-button ,.lian-index-news-top .lian-more,.lian-index-news-item:last-child,.lian-index-news-item .viewmore-2,.footer-link,.lian-about-contact-text,.lian-product-overview-top .lian-right-text,.lian-team-rightbtn,.lian-ecatalog-search{position: relative;right: auto;bottom: auto;top: auto;left: auto;transform: none;overflow: hidden;}
	.footer-center-item:nth-child(3),.footer-center-item:last-child ,.lian-history-item,.lian-about-culture .lian-content,.lian-about-culture-top .title-1,.lian-about-contact-text,.message-from-item li,.lian-process-item-left .text,.lian-key-production-machines-item.lkpm0, .lian-key-production-machines-item.lkpm1,.lian-lck-industries .lian-index-industries-item.liii1, .lian-lck-industries .lian-index-industries-item.liii2, .lian-lck-industries .lian-index-industries-item.liii3,.lian-product-overview-top .lian-right-text,.lian-product-team-top .lian-title,.lian-ecatalog-search,.lian-news-detail-center-right,.lian-food-processing-top .title-1,.lian-food-processing-top .text-2,.lian-food-processing-list,.lian-whychoose-luk-top .title-1,.lian-application-global-center,.lian-product-series.global .title-1,.lian-products-weoffer-top .lian-title .title-1,.lian-key-considerations-top .lian-title .title-1,.lian-key-considerations-bottom.num3 .lian-key-considerations-item{width: 100%;}
	.lian-key-considerations-item {width: 48%;margin: 3% 1%;}
	.lian-index-aboutluk-left,.lian-index-aboutluk-right {overflow: hidden;}
	.lian-index-news-item .text,.footer-content-top,.footer-content-center,.footer-content-bottom{padding: 5% 0;} 
	.lian-page-nav {padding: 5% 2%;}
	.lian-products-we-offer-left .keyworld-2 a {width: auto;}
	.lian-news-item.lni1 .text,.lian-news-item .text {padding: 5%;width: 90%;margin: auto;}
	.lian-about-certificate-bottom,.lian-production-machines,.lian-application-global,.lian-what-people-said,.lian-news-detail {padding: 10% 0;}
	.lian-index-who-we-are ,.lian-index-industries,.lian-index-news,.lian-index-faq,.lian-page-about,.lian-about-culture,.lian-about-contact-text,.lian-products-we-offer,.lian-application-case,.lian-product-overview ,.lian-product-team,.lian-e-catalog{padding: 15% 0;}
	.whoweare-swiper-button ,.lian-index-aboutluk-right,.lian-index-industries-item,.lian-index-news-item .viewmore-2,.lian-index-faq-right,.footer-link,.lian-about-company-right,.lian-culture-item-right,.lian-process-item-right,.lian-products-we-offer-right,.lian-what-people-said-item,.lian-product-overview-top .lian-right-text,.lian-team-rightbtn,.lian-product-team-bottom,.lian-news-detail-top-right,.lian-food-processing-top .text-2,.lian-food-processing-list,.lian-food-processing-item{margin-top: 5%;}
	.lian-about-team-list .lian-about-team-item {margin-bottom:2%;overflow: hidden;}
	.swiper-button-prev, .swiper-button-next {margin-left: 0;margin:0;margin-right: 3%;}
	.lian-index-who-we-are {padding: 15% 0 25% 0;}
	.lian-whychoose-luk-main {width: 100%;padding: 5% 0;}
	.lian-index-who-we-are-bottom {margin-top: -15%;padding-bottom: 15%;}
	.lian-index-who-we-are-bottom::after {content: '';width: 100%;height: 90%;background: #ccc;position: absolute;left: 0;bottom: 0;}
	.lian-index-who-we-are-bottom .lian-content {float: right;width: 95%;}
	.lian-index-who-we-are-swiper .swiper-pagination-progressbar-fill {background: #24b7b3;}
	.lian-index-aboutluk {padding: 15% 0;margin: 0;}
	.lian-index-aboutluk-date {float: left;width: 48.5%;margin-right: 2.6%;}
	.lian-index-aboutluk-date .text {top: 30%;}
	.lian-index-aboutluk-date:nth-child(2),.lian-index-aboutluk-date:nth-child(4)  {margin-right: 0;}
	.lian-index-production img,.lian-page-banner img  {max-width: 320%;width: 320%;} 
	.lian-about-company-bottom img.img-bg {max-width: 200%;width: 200%;}
	.lian-product-banner .img img  {max-width: 200%;width: 200%;}
	.lian-index-production-top {left: 5%;}
	.lian-index-production-bottom {right: 5%;bottom: 10%;width: 90%;}
	
	.lian-page-nav.num6 a,.lian-page-nav.num4 a  {width: 48%;line-height: 5rem;padding:0;border: 1px solid #ccc;box-sizing: border-box;margin: 1%;}
	.lian-page-nav.num6 a.cur,.lian-page-nav.num4 a.cur {border: 1px solid #fff;}
	.lian-page-nav span {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 0 5%;box-sizing: border-box;}
	.lian-page-nav.num3 a {height: 5rem;line-height: 5rem;position: relative;}
	.lian-page-nav.num3 span {text-overflow: ellipsis;white-space: normal;overflow: visible;width: 100%;margin: auto;text-align: center;line-height: normal;position: absolute;top: 50%;transform: translateY(-50%);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
 	.lian-page-nav a::after {bottom: -145%;}
	.lian-page-nav.num3 a::after {bottom: -125%;}
	.lian-about-company-data {display: block;}
	.lian-company-data-item {width: 49%;margin: 4% 0;}
	.lian-about-company-bottom .play-1 {width: 8rem;height: 8rem;}
	.lian-history-item-right {margin: 0;margin-top: 10%;margin-bottom: 10%;}
	.lian-about-culture-item.fr .text {transform: none;}
	.lian-about-culture-item .pic::after,.knowledge-faq-item::after {bottom: -34%;}
	.lian-process-item-right .pic::after {bottom: -25%;}
	.keyworld-2 a::before {bottom: -75%;}
	.keyworld-2 a {width: auto;width: 48%;}
	.lian-about-team-type {margin-top: 15%;padding-bottom: 15%;}
	.lian-about-team-bottom {margin-top: 10%;}
	.lian-about-certificate-item .text,.lian-products-we-offer-bottom-right {padding: 5% 0;margin: auto;}
	.lian-about-certificate-list .lian-about-certificate-item {width: 48%;margin: 1%;}
	.message-from-item span {width: 30%;}
	.message-from-item .input-1 {width: 70%;}
	.lian-about-contact-message,.lian-whychoose-luk-item {margin-bottom: 10%;}
	.send-2 {margin: 0;margin-top: 5%;}
	.lian-index-industries-item.liii1 .text, .lian-index-industries-item.liii2 .text, .lian-index-industries-item .text, .footer-top-left,.lian-lck-industries .lian-index-industries-item .text {width: 70%;}
	.lian-lck-industries .lian-index-industries-item.liii1 .text, .lian-lck-industries .lian-index-industries-item.liii2 .text, .lian-lck-industries .lian-index-industries-item.liii3 .text,.lian-lck-industries .lian-index-industries-item .text {left: 5%;}
	.lian-what-people-said-bottom {overflow: hidden;}
	.lian-application-ad .lian-content{background: #333;padding: 10% 0 0 0;}
	.lian-application-ad .lian-more {right: auto;top: auto;transform: none;bottom: auto;left:auto;position: relative;width: 90%;margin: 5% auto;}
	.lian-application-adtext {top:auto;transform: none;position: relative;}
	.lian-product-banner .product-right-1 {right: 10%;top: auto;transform: none;bottom: 10%;}
	.lian-product-overview-bottom {width: 95%;}
	.lian-team-rightbtn {text-align: left;}
	.lian-team-rightbtn a {margin-left: 0;}
	.lian-product-team-swiper .swiper-slide img {height: 150px; width: auto;max-width: 100%;}
	.lian-product-team-swiper .swiper-slide {height: auto;width: auto;}
	.knowledge-faq-item {box-sizing: border-box;width: 94%;}
	.lian-news-item.lni1 .img::after {bottom: -40%;}
	.lian-news-item .title-1 {min-height: auto;}
	.lian-news-detail,.lian-page-model,.lian-sitemap {margin-top: 7rem;}
	.lian-news-detail-bottom a.prev i {margin-top: -2rem;}
	.lian-news-detail-bottom i {width: 1.6rem;height: 2rem;}
	.lian-sitemap-item {border-bottom: 1px solid #ccc;padding: 3% 0;}
	.chilun {width: 100%;height: auto;}
	.chilun-item::before {opacity: .5;}
	.chilun-item::before,.chilun .circle {width: 200%;}
	.chilun-item {width: 50%;}
	.chilun .circle {border: 10em solid transparent;mix-blend-mode: difference;}
	.chilun .left-circle {border-top-color: #f5f5f5;border-left-color: #f5f5f5;}
	.chilun .right-circle {border-bottom-color: #f5f5f5;border-right-color: #f5f5f5;}
	.lian-products-weoffer .lian-content .lian-products-we-offer-top:last-child .lian-more {position: relative;}
	.lian-key-considerations-bottom {display: block;justify-content: space-between;}
	.lian-key-considerations-bottom.num3 .lian-key-considerations-item {margin-top: 5%;}
	.lian-page-nav.num2 a::after {bottom: -210%;}
	.lian-application-global-left .pic-1 {top: -15%;}
	.lian-index-aboutluk-img::after {bottom: -54%;} 
	.lian-index-faq-img::after {bottom: -35%;}
	.header.scroll-down .header-content, .header.scroll-top .header-content {height: 7em;}
	.lian-e-catalog-top .text-1 {margin-top: 3%;width: 100%;}
	.header.black i img{filter: invert(0);}
	.header-nav ul a.nav {display: block;width: 100%;padding: 0;}
	.lian-more {position: relative!important;right: auto!important;top: auto!important;}
	.lian-index-production-bottom .text-1 { padding: 5% 0 1% 0;}
	.luk-cookies { left: 5%; width: 90%;}
	.luk-cookies-content-left {width: 100%;}
	.luk-cookies-content-right {position: relative;right: auto;top: auto;transform: none;width: 100%;text-align: left;margin-top: 3%;}
	.luk-cookies-content {padding:5%;}
	.show-language {left: 50%;margin-left: -9rem;}
	.lian-application-global-right {margin-top: 10%;}
	.lian-products-we-offer-left .keyworld-2 a {width: 48%;}
	.no-touch .header.scroll-down .header-nav ul li.language i,.no-touch .header.scroll-top .header-nav ul li.language i {filter: invert(0);}
	.lian-page-banner {margin-top: 7rem;}
	
	.footer-content-center .footer-center-left:nth-child(1) { display:none;}
	.footer-content-center .footer-center-left:nth-child(2) { display:none;}
	.footer-content-center .footer-center-left:nth-child(3) { display:none;}
	.footer-content-center .footer-center-left:nth-child(4) { display:none;}
	.footer-content-center .footer-center-left:nth-child(5) { width:100% !important;}
	.footer-content-center .footer-center-left:nth-child(6) { display:none;}
	.lian-about-company-right .title-1 .font50 { font-size:4rem !important;}
	.lian-page-nav.num9 a { width:50% !important;}
	.lian-page-nav a { padding:2.8% 0px !important;}
	.lian-key-production-machines .proz ul li { width:100% !important;}
	.lian-application-global-left .global-left-pic .img-block { width:100% !important;}
	.fhlb a { width:120px !important;}
	.font50 { font-size:4.5rem !important;}
	.lian-key-production-machines-item { width:100% !important;}
	.lian-page-career-development-content .text-1 { font-size:3rem !important;}
	.lian-page-career-position-item .title .title-1.font24 { font-size:1.6rem !important;}
	.lian-about-contact-map .con_map { width:100% !important;}
	.lian-about-contact-text { padding-left:10% !important; width:90% !important;}
	.con_fen_li { width:43% !important; margin:.5%!important; float:left !important;}
	.con_fen { display:block !important;}
	.con_fen_li .title-1 { margin-top:20px !important;}
	.con_fen_li { height:20rem !important;}
	
	
	
	
	body .sj_yw_lx .con_fen_li{ width:99% !important;}
	body .sj_yw_pro_list.num9 a { width:100% !important;}
	.lian-page-career-position-item .title .text-1:nth-child(3) { display:none;} 
	.lian-page-career-position-item .title .text-1:nth-child(4) { display:none;} 
	.lian-page-career-position-item .title .text-1 { width:50% !important;}
	.index-banner-text .title-2 { width:95% !important;}
	
	.pcba { display:none;}
	.sjba { display:block;}
	
}
 

/* 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%;}
}

 
 