 /* 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: #0058ab;
     box-shadow: inset 1px 1px 0 #0058ab, inset 0 -1px 0 #0058ab;
 }





 /* 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: 90%;
     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: 20%;
 }

 .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: 80%;
 }

 .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 13px;
     line-height: 12rem;
 }

 .header-nav ul a.nav span {
     position: relative;
     font-size: 17px;
 }

 .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;
     font-size: 17px;
 }

 .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 .logo1 {
     display: none;
 }

 .header .logo2 {
     display: block;
 }

 .header.scroll-down .logo1 {
     display: block;
 }

 .header.scroll-down .logo2 {
     display: none;
 }

 .header.scroll-top .logo1 {
     display: block;
 }

 .header.scroll-top .logo2 {
     display: none;
 }

 .header.black .logo1 {
     display: block;
 }

 .header.black .logo2 {
     display: none;
 }


 .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: #0058ab;
 }

 .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;
     box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.1);
 }

 .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;
     font-size: 14px;
 }

 .header-show-nav ul li a::before {
     content: '';
     width: .4rem;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 11;
     background: #0058ab;
     opacity: 0;
 }

 .header-show-nav ul li a:hover::before {
     opacity: 1;
 }

 .header-show-nav ul li a:hover {
     color: #0058ab;
 }



 /* 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%;
     background-size: cover;
 }

 .footer a:hover {
     color: #0058ab;
 }

 .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: 16.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: 10%;
     margin-left: 0px;
 }

 .footer-content-center .footer-center-left:nth-child(2) {
     width: 15%;
 }

 .footer-content-center .footer-center-left:nth-child(3) {
     width: 10%;
 }

 .footer-content-center .footer-center-left:nth-child(4) {
     width: 12%;
 }

 .footer-content-center .footer-center-left:nth-child(5) {
     width: 20%;
 }

 .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%;
     margin-bottom: 50px;
 }

 .footer-center-item {
     float: left;
     width: 100%;
     margin-bottom: 4%;
     height: 200px;
 }

 .footer-center-item .title-1 {
     color: #fff;
     margin-bottom: 5px;
     font-weight: 900;
     font-size: 16px;
 }

 .footer-center-item .item-1 {
     position: relative;
     padding-top: 5px;
     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);
     font-size: 14px;
     line-height: 28px;
     padding: 0px;
     margin: 0px;
     /*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-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: #0058ab 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: 2%;
     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: #37a0db 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: 6%;
     top: 55%;
     transform: translateY(-50%);
     z-index: 100;
     color: #fff;
     width: 44%;
 }

 .index-banner-text .title-1 .font70 {
     font-size: 48px;
 }

 .index-banner-text .title-2 {
     font-size: 18px;
     line-height: 28px;
 }

 .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%;
 }

 .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: 2rem;
     height: 2rem;
     background: #fff;
     border-radius: 50px;
     display: block;
     opacity: .5;
 }

 .index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
     background: #0058ab;
     opacity: 1;
 }

 .lian-more.bamore a {
     background: #0058ab;
     color: #fff;
     float: left;
     margin-top: 50px;
 }

 .lian-more.bamore a span {
     background: #0058ab;
     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);
 }



 .left-sanjiao-1 {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 15%;
     z-index: 11;
 }

 .sy-hezuo {
     padding-bottom: 6% !important;
     background: url(../images/abbj.png) no-repeat center 100px !important;
     width: 100%;
     display: block;
     clear: both;
     overflow: visible;
     height: 900px;
 }

 .lian-content {
     width: 90%;
     margin: auto;
 }

 .lian-content-youshi {
     width: 96%;
     margin: auto;
 }

 .lian-index-youshi {
     background: url('../images/probg.jpg') center top no-repeat fixed #f4f4f4;
     width: 100%;
     padding-bottom: 7%;
 }

 .lian-index-who-we-are {
     padding: 7% 0 15% 0;
     overflow: hidden;
     background: url('../images/bg100.jpg') center top no-repeat;
     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: #0058ab;
     display: inline-block;
     vertical-align: bottom;
     margin-right: 5px;
 }

 .lian-title .text-1 span {
     display: inline-block;
     vertical-align: bottom;
     color: #0058ab;
     text-transform: uppercase;
     font-size: 17px;
 }

 .lian-title .title-1 {
     margin-top: 1.5%;
     font-size: 38px;
 }

 .lian-title .text-2 {
     margin-top: 2%;
     color: #666666;
     font-size: 15px;
     line-height: 26px;
 }

 .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;
     /*background:#f4f4f4; padding-bottom:8%;*/
 }

 .lian-index-who-we-are-item {
     overflow: hidden;
     background: url(../images/probg1.jpg) no-repeat center top #fff;
     border-radius: 0px;
     padding-bottom: 35px;
     padding-top: 25px;
     height: 380px;
 }

 .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 {
     width: 100%;
     left: 8%;
     top: 10%;
     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 .title-1.font30 {
     font-size: 21px;
 }

 .lian-index-who-we-are-item .title-1.font20 {
     font-size: 15px;
 }

 .lian-index-who-we-are-item .img {
     background-color: rgba(255, 255, 255, 1);
     border-radius: 0px 0px 0px 0px;
     display: none;
 }

 .lian-index-who-we-are-item .img-block {
     display: block;
     background-color: #fff;
     border-radius: 0px 0px 40px 0px;
 }

 .lian-index-who-we-are-item .img-center {
     opacity: 0;
     background-color: #fff;
     border-radius: 0px 0px 40px 0px;

 }

 .lian-index-who-we-are-item {
     transition: all .4s;
     margin-top: 10px;
 }

 .lian-index-who-we-are-item:hover {
     margin-top: 0px;
     background: url(../images/probg10.jpg) no-repeat center top #00498d;
     box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0)
 }

 .lian-index-who-we-are-item:hover .title-1 {
     color: #fff;
 }

 .lian-index-who-we-are-item .title-1:hover {
     color: #fff;
 }

 .lian-index-who-we-are-item:hover .title-1 strong {
     color: #fff !important;
 }

 .lian-index-who-we-are-item .title-1 strong a {
     color: inherit;
     font-size: 22px;
 }

 .lian-index-who-we-are-item .cpimg {
     width: 150px;
     height: 150px;
     margin: 5% auto 5%;
     background: #fff;
     border-radius: 50%;
     overflow: hidden;
     box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, .1);
 }

 .lian-index-who-we-are-item .cpimg img {
     width: 100%;
     height: 100%;
     transition: all .4s;
 }

 .lian-index-who-we-are-item a:hover .cpimg img {
     transform: scale(1.05, 1.05);
 }


 .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 .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: #0058ab;
 }

 .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: #0058ab;
     border: #0058ab 2px solid;
 }



 .lian-more {
     margin-top: 3%;
     position: relative;
     overflow: hidden;
 }

 .lian-more a {
     display: inline-block;
     position: relative;
     border: 2px solid #0058ab;
     padding: 0 10px;
     overflow: hidden;
     line-height: 40px;
     width: 100px;
 }

 .lian-more span {
     color: #0058ab;
     font-family: ml !important;
 }

 .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: #0058ab;
 }

 .lian-more a:hover span {
     color: #fff;
 }

 .lian-more a:hover i {
     filter: invert(100%) grayscale(100%) brightness(3);
 }

 .lian-index-aboutluk {
     background: url('../images/bg2.jpg') center top no-repeat;
     background-size: cover;
     z-index: 1;
     position: relative;
     overflow: hidden;
     padding-top: 8%;
     margin-top: 0%;
     padding-bottom: 0%;
 }

 .lian-index-aboutluk-content {
     overflow: hidden;
 }

 .lian-index-aboutluk-left {
     float: right;
     width: 48%;
     margin-top: 3%;
 }

 .lian-index-aboutluk-left .lian-title .title-1 {
     width: 100%;
 }

 .lian-index-aboutluk-left .lian-more {
     margin-top: 10%;
 }

 .lian-index-aboutluk-right {
     float: left;
     width: 47%;
     position: relative;
 }

 .lian-index-aboutluk-pic {
     position: relative;
     float: left;
     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: 10px;
     bottom: 10px;
     z-index: 11;
     width: 99%;
     overflow: hidden;
     border-radius: 0px 0px 0px 0px;
 }

 /*.lian-index-aboutluk-img::after {content: '';width: 10rem;height: 20rem;background: #0058ab;position: absolute;right: -3%;bottom: -24%;z-index: 1;transform: rotate(45deg);}*/
 .lian-play {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     z-index: 10;
 }

 .lian-play i {
     width: 8rem;
     height: 8rem;
     display: block;
     background: url('../images/play.png') center no-repeat;
     background-size: 100%;
 }

 .lian-play a:hover i {
     transform: scale(0.9);
 }

 .lian-content-shuzi {
     width: 100%;
     margin: auto;
     background: url(../images/sz_bg.jpg) no-repeat center top;
     padding-bottom: 9%;

     /*background-image: linear-gradient(to right, #0058ab,#0058ab, #ae936c);*/


 }

 .lian-index-aboutluk-bottom {
     overflow: hidden;
     padding-top: 7%;
 }

 .lian-index-aboutluk-date {
     float: left;
     width: 23%;
     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;
     box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, .02);
     border-radius: 0px 0px 0px 0px;
 }

 .lian-index-aboutluk-date .icon-1 {
     position: absolute;
     left: 9%;
     top: 10%;
     z-index: 10;
     width: 8rem;
     height: 8rem;
 }

 .lian-index-aboutluk-date .icon-1 img {
     filter: grayscale(1);
     opacity: .2;
 }

 .lian-index-aboutluk-date .text {
     position: absolute;
     left: -10%;
     top: 10%;
     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: #0058ab;
 }

 .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%;
     font-size: 18px;
 }

 .lian-index-industries-item .more-2 {
     position: absolute;
     left: 10%;
     bottom: -15%;
     z-index: 10;
     background: #1388ca;
     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(3);
     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: 13%;
     z-index: 11;
 }

 .lian-index-production-top .title-1 {
     color: #fff;
     width: 60%;
 }

 .lian-index-production-bottom {
     position: absolute;
     right: 5%;
     bottom: 10%;
     z-index: 12;
     width: 32%;
     padding: 5%;
     background: rgba(0, 88, 171, .9);
     border-radius: 0px 0px 40px 0px;
 }

 .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;
     background: url(../images/ppbga.jpg) no-repeat center top;
 }

 .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;
     border-radius: 0px 0px 0px 0px;
 }

 .lian-index-news-item .text {
     float: left;
     width: 62%;
     padding-left: 4%;
 }

 .lian-index-news-item .data-1 {
     margin-top: 1%;
     color: #999999;
     font-size: 15px;
 }

 .lian-index-news-item .title-1 {
     margin-top: 2%;
     font-size: 17px;
 }

 .lian-index-news-item .text-1 {
     color: #999999;
     margin-top: 3%;
     font-size: 15px;
     line-height: 26px;
 }

 .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: #0058ab;
 }

 .viewmore-2 {
     position: relative;
     margin-top: 2%;
 }

 .viewmore-2 span {
     display: inline-block;
     position: relative;
     color: #0058ab;
     font-size: 14px;
 }

 .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: #0058ab;
     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: 100%;
     color: #fff;
 }

 .lian-index-faq-right .lian-more {
     margin-top: 4%;
 }

 .lian-index-faq-list {
     overflow: hidden;
     margin-top: 5%;
     border-bottom: 0px solid rgba(255, 255, 255, .5);
 }

 .index-faq-item {
     position: relative;
     overflow: hidden;
 }

 .index-faq-item .title {
     position: relative;
     overflow: hidden;
     padding: 4% 0;
     overflow: hidden;
     border-top: 0px solid rgba(255, 255, 255, .5);
 }

 .index-faq-item .title-1 {
     overflow: hidden;
     cursor: pointer;
     width: 90%;
 }

 .index-faq-item .title-1 i {
     font-family: 'BEBAS';
     font-weight: 200;
     font-size: 4rem;
     font-style: normal;
 }

 .index-faq-item .title.cur .open-1::before {
     display: none;
 }

 .index-faq-item .title.cur .title-1 {
     color: #fff;
     font-weight: 900;
 }

 .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: #fff;
     opacity: .7;
     padding-left: 8%;
 }

 .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: 5%;
     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: #0058ab;
 }

 .lian-page-nav span {
     width: 100%;
     text-align: center;
     display: block;
 }

 .lian-page-nav a.cur span {
     color: #fff;
 }

 .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;*/
     line-height: 27px;
     margin-top: 25px;
     font-size: 15px;
 }

 .lian-about-company-right .text-1 a {
     color: #666;
 }

 .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: .6;
 }

 .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: #0058ab;
 }

 .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: url(../images/cp_bg.jpg) no-repeat center top #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: 92%;
     overflow: visible;
 }

 .lian-history-item {
     width: 100%;
     position: relative;
     opacity: .3;
 }

 .lian-history-item-left {
     float: right;
     width: 45%;
     margin-top: 13%;
     overflow: hidden;
     padding-right: 5%;
 }

 .lian-history-item-left .text-1 {
     color: #0058ab;
 }

 .lian-history-item-left .text-1 strong {
     font-family: BEBAS !important;
 }

 .lian-history-item-left .year-1 {
     overflow: hidden;
 }

 .lian-history-item-left .year-1 strong {
     color: #0058ab;
 }

 .lian-history-item-left .text-2 {
     margin-top: 4%;
     color: #666666;
     position: relative;
     overflow: hidden;
     padding-right: 15%;
 }

 .lian-history-item-right {
     float: left;
     width: 45%;
     position: relative;
     margin-left: 5%;
     z-index: 20;
 }

 .lian-history-item-right .pic-1::before {
     content: '';
     width: 1.6rem;
     height: 1.6rem;
     border: 1px solid rgba(255, 255, 255, 0);
     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: 55%;
     transform: translateY(-50%);
     z-index: 280;
 }

 .history-swiper-button .history-prev,
 .history-swiper-button .history-next {
     background: #0058ab;
     border: #0058ab solid 2px;
     display: block;
     margin: 3rem 0;
 }

 .history-swiper-button .history-next {
     background: #0058ab;
     border: #0058ab 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: #0058ab;
     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: #0058ab;
 }

 .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 #0058ab;}*/
 .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: #0058ab;
     border: 2px solid #0058ab;
     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: 22.8%;
     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: #0058ab;
 }

 .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: 35%;
     left: 6%;
     top: 42%;
     transform: translateY(-40%);
     z-index: 11;
 }


 .con_fen {
     width: 100%;
     display: flex;
     justify-content: space-between;
 }

 .con_fen_li {
     width: 31.33333%;
     padding: 2% 1%;
     background: #f2f2f2;
     margin-top: 2%;
     margin: 2%;
 }

 .con_fen_li .title-1 {
     color: #000;
     font-weight: 900;
     margin-bottom: 20px;
 }

 .con_fen_li .text-2 p {
     line-height: 28px;
     padding: 0px;
     margin: 0px;
 }

 .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: #0058ab;
     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: #0058ab;
     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: #0058ab;
 }




 /* 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: #0058ab;
     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%;
     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(3);
     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 .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 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: #0058ab;
 }

 .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: #0058ab;
 }

 .lian-products-weoffer-nav a.cur strong::before {
     background: #0058ab;
 }

 .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: #0058ab;
     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: #0058ab;
 }

 .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: #0058ab;
 }

 .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: #0058ab;
 }

 .lian-food-processing-top .text-1 {
     margin: auto;
     margin-top: 1%;
 }

 .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: 24%;
     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 #0058ab;
 }

 .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: #0058ab;
 }

 .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;
 }




 /* 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 #0058ab;
     border-radius: 100%;
     display: inline-block;
     vertical-align: top;
     color: #0058ab;
 }

 .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: #0058ab;
     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: #0058ab;
     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: #0058ab;
 }




 /* 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: 31.333333%;
     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: #0058ab;
 }

 .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: 0rem;
     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: #0058ab;
 }

 .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: #0058ab;
     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: #0058ab;
 }

 .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: #0058ab;
 }

 .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;
 }



 /* 合作伙伴 */
 .indLogo {
     position: relative;
     overflow: hidden;
     margin-bottom: 0%;
     width: 100%;
 }

 .indLogo_bg {
     position: absolute;
     z-index: 3;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, #3d94ea 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #3d94ea 100%);
 }

 .indLogo_box {
     position: relative;
 }

 .indLogo_name {
     width: 800px;
     padding: 30px 0;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 21;
     text-align: center;
     background: linear-gradient(88deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
 }

 .indLogo_name span {
     font-size: 60px;
     color: #0058ab;
     font-weight: bold;
     line-height: 1;
     letter-spacing: 0px;
     font-family: BEBAS;
 }

 .indLogo_name i {
     color: #0058ab;
     font-weight: bold;
     font-family: BEBAS;
     font-size: 48px;
     line-height: 0.8;
 }

 .indLogo_name .p1 {
     color: #000;
     font-size: 50px;
     letter-spacing: 14px;
     font-weight: bold;
     transition: all .48s;
 }

 .indLogo_name .p2 {
     color: #fff;
     font-size: 20px;
     letter-spacing: 3px;
     opacity: 0.89;
 }

 .indLogo_shaw {
     position: absolute;
     top: -1%;
     left: 50%;
     transform: translateX(-50%);
     height: 102%;
     background: #fff;
     border-radius: 10px;
     z-index: 3;
 }

 .dZTPhT2 .indLogo_shaw {
     border-radius: 0 0 10px 10px;
 }

 .indLogo_shaw::before {
     content: "";
     position: absolute;
     top: 0;
     left: -50%;
     width: 100%;
     height: 100%;
 }

 .indLogo_shaw::after {
     content: "";
     position: absolute;
     top: 0;
     right: -48%;
     width: 50%;
     height: 100%;
 }



 /* logo */
 .abiUn .customer-icon-row {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .abiUn .customer-icon {
     position: relative;
     width: 234px;
     padding-top: 4.8%;
     margin: 0px 20px;
     border-radius: 50px;
     overflow: hidden;
     background: #fff;
     box-shadow: rgb(234 236 246 / 55%) 0px 12px 13px;
 }

 .sc-fAjcbJ:nth-child(2n) .customer-icon {
     border: 1px solid rgb(243, 242, 243);
     box-shadow: none;
 }

 .sc-fAjcbJ:nth-child(2) .customer-icon,
 .sc-fAjcbJ:nth-child(4) .customer-icon {
     width: 208px;
     padding-top: 0%;
     height: 80px;
 }

 .sc-fAjcbJ:nth-child(1) .customer-icon,
 .sc-fAjcbJ:nth-child(5) .customer-icon {
     padding-top: 0%;
     width: 185px;
     height: 90px;
 }



 .abiUn .customer-icon>img {
     position: absolute;
     top: 0%;
     left: 0;
     height: 100%;
     width: 100%;
     object-fit: contain;
 }

 .abiUn .shadow-i {
     position: relative;
     z-index: 1;
 }

 .abiUn .content-wrap {
     position: relative;
 }

 .abiUn .content-wrap>div {
     margin: 35px 0;
 }

 .con_map {
     width: 100%;
     height: 400px;
     border: solid 1px #3d94ea;
     box-sizing: border-box;
 }


 .product_detail {
     width: 65%;
     margin: 0 auto;
 }

 .product_detail_left {
     width: 60%;
 }

 .product_detail_right {
     width: 33%;
 }

 .product_detail_table {
     border-collapse: collapse;
     border: solid 1px #e1e1e1;
     background: #e1e1e1;
 }

 .product_detail_table tr:nth-child(2n) {
     background: #FFF;
 }

 .product_detail_table th,
 .product_detail_table td {
     height: 30px;
     line-height: 30px;
     padding: 5px 15px;
     vertical-align: top;
 }

 @media (max-width: 1366px) {
     .abiUn .customer-icon {
         width: 208px;
         padding-top: 4.2%;
     }

     .sc-fAjcbJ:nth-child(2) .customer-icon,
     .sc-fAjcbJ:nth-child(4) .customer-icon {
         width: 180px;
         padding-top: 3.6%;
     }

     .sc-fAjcbJ:nth-child(1) .customer-icon,
     .sc-fAjcbJ:nth-child(5) .customer-icon {
         width: 168px;
         padding-top: 3%;
     }

     .indLogo_name .p1 {
         font-size: 36px;
         letter-spacing: 8px;
     }

     .product_detail {
         width: 100%;
     }
 }

 @media (max-width:1024px) {
     .abiUn .customer-icon {
         width: 160px;
         margin: 0px 10px;
     }

     .abiUn .content-wrap>div {
         margin: 20px 0;
     }

     .indLogo_name {
         padding: 18px 0;
     }

     .indLogo_name .p1 {
         font-size: 34px;
     }

     .indLogo_name span {
         letter-spacing: 0;
     }

     .product_detail {
         width: 100%;
     }
 }

 @media (max-width: 768px) {
     .abiUn .customer-icon {
         width: 150px;
         padding-top: 4.2%;
         margin: 9px 5px;
     }

     .sc-fAjcbJ:nth-child(2) .customer-icon,
     .sc-fAjcbJ:nth-child(4) .customer-icon {
         width: 130px;
         padding-top: 3.6%;
     }

     .sc-fAjcbJ:nth-child(1) .customer-icon,
     .sc-fAjcbJ:nth-child(5) .customer-icon {
         width: 100px;
         padding-top: 3.6%;
     }

     .abiUn .shadow-i {
         box-shadow: 0 6px 7px rgb(234 236 246 / 55%);
     }

     .abiUn .border-i {
         border: 1px solid rgb(243, 242, 243);
     }

     .indLogo_name {
         width: 100%;
     }

     .indLogo_name span {
         font-size: 34px;
     }

     .indLogo_name .p1 {
         font-size: 28px;
         letter-spacing: 4px;
     }

     .product_detail {
         width: 100%;
     }
 }

 @media (max-width: 468px) {
     .abiUn .content-wrap>div {
         margin: 0;
     }

     .indLogo_name i,
     .indLogo_name span {
         font-size: 20px;
     }

     .indLogo_name .p1 {
         font-size: 18px;
         letter-spacing: 2px;
     }

     .product_detail {
         width: 100%;
     }
 }

 /* sc-component-id: sc-fAjcbJ */
 .jpNxld {
     position: relative;
     width: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .jpNxld .indLogo_shaw {
     left: 49.5%;
     width: 390px;
     border-radius: 50px;
 }

 .jpNxld .scroll-content {
     position: relative;
     left: -128px;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-animation: scrollit 20s infinite 0s linear;
     animation: scrollit 20s infinite 0s linear;
 }

 @-webkit-keyframes scrollit {
     0% {
         -webkit-transform: translateX(0px);
         -ms-transform: translateX(0px);
         transform: translateX(0px);
     }

     100% {
         -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         transform: translateX(-50%);
     }
 }

 @keyframes scrollit {
     0% {
         -webkit-transform: translateX(0px);
         -ms-transform: translateX(0px);
         transform: translateX(0px);
     }

     100% {
         -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         transform: translateX(-50%);
     }
 }

 .jpNxld .scroll-item {
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }

 .dZTPhT {
     position: relative;
     width: 100%;
     overflow-x: hidden;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .dZTPhT .indLogo_shaw {
     width: 258px;
     margin-left: -4px;
 }

 .dZTPhT .scroll-content {
     position: relative;
     left: 10px;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-animation: scrollit 40s infinite -2.1s linear;
     animation: scrollit 40s infinite -2.1s linear;
 }

 @-webkit-keyframes scrollit {
     0% {
         -webkit-transform: translateX(0px);
         -ms-transform: translateX(0px);
         transform: translateX(0px);
     }

     100% {
         -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         transform: translateX(-50%);
     }
 }

 @keyframes scrollit {
     0% {
         -webkit-transform: translateX(0px);
         -ms-transform: translateX(0px);
         transform: translateX(0px);
     }

     100% {
         -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         transform: translateX(-50%);
     }
 }

 .dZTPhT .scroll-item {
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }




 /* 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: #0058ab;
     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: none;
 }

 .lian-history-item-right {
     margin-top: 7%;
 }

 .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: 75%;
     height: 75%;
     border-radius: 100%;
     transform: translate(-50%, -50%);
     overflow: hidden;
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     transition: all .4s;
 }

 .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 a:hover .pic-1:before {
     background: rgba(0, 0, 0, .5);
     z-index: 999999;
     position: absolute;
     width: 100%;
     height: 100%;
     content: " ";
 }

 .chilun a.pic-1 {
     transition: all .4s;
 }

 .chilun a:hover .pic-1 {
     background-size: 105% 105%;
 }

 .chilun a .pic-1 i {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 9999999;
     font-size: 18px;
     text-align: center;
     padding-top: 50%;
     font-style: normal;
     color: #fff;
     opacity: 0;
     transition: all .4s;
 }

 .chilun a .pic-1 i b {
     font-weight: 900;
     font-size: 22px;
     display: inline-block;
     width: 100%;
     color: #0058ab;
 }

 .chilun a .pic-1 i font {
     font-weight: 400;
     font-size: 13px;
     display: block;
     width: 80px;
     line-height: 25px;
     text-align: center;
     border: 1px solid #171411;
     margin: 15px auto;
     color: #fff;
     background: #171411;
 }

 .chilun a:hover .pic-1 i {
     opacity: 1;
 }





 .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: #0058ab;
     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: #0058ab;
     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: #0058ab;
 }

 .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 #0058ab;
     border-radius: 4px;
     padding: 2rem 4rem;
     text-align: center;
     color: #0058ab;
 }

 .luk-cookies-content-right a:hover {
     background: #0058ab;
     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%;
 }




 @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 {}

     .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) {}

 .pcba {
     display: block !important;
 }

 .sjba {
     display: none !important;
 }

 @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: 32%;
     }

     .header-logo .logo1 {
         display: block !important;
     }

     .header-logo .logo2 {
         display: none !important;
     }

     .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;
     }

     .header-nav ul li a {
         color: #000;
     }

     .header-nav ul li.language {
         margin: 0;
         padding-top: 5%;
         text-align: center;
     }

     .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: #0058ab;
     }

     .index-banner-text {
         left: 5%;
         width: 90%;
     }

     .index-banner-text strong {
         font-size: 5rem;
     }

     .lian-title .title-1 {
         font-size: 22px;
         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: #0058ab;
     }

     .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: 25%;
     }

     .lian-index-aboutluk-date a::after {
         height: 90% !important;
     }

     .lian-index-aboutluk-date .icon-1 {
         top: 30%;
     }

     .lian-index-aboutluk-date .icon-1 {
         width: 6rem;
         height: 6rem;
     }

     .lian-index-aboutluk-date .text-1 {
         width: 50% !important;
         float: right !important;
     }

     .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%;
     }

     .footer-content-bottom {
         border-top: 1px solid #3c3c3c;
     }

     .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: 0rem;
     }

     .lian-news-detail-top-right .title-1 h1 {
         font-size: 22px !important;
     }

     .lian-page-career-development-content .text-1 {
         font-size: 22px !important;
     }

     .lian-page-career-position-item .title .text-1 {
         display: none !important;
     }

     .lian-page-career-position-item .title .title-1 {
         width: 100% !important;
         padding: 20px 0px;
     }

     .lian-about-company-right .title-1 strong {
         font-size: 25px !important;
     }

     .zhanlue .lian-about-company-top .lian-about-company-right .text-1 {
         width: 70% !important;
         padding-bottom: 70px;
     }

     .lian-about-company-right .text-1 p {
         margin: 0px !important;
         padding: 0px !important;
         line-height: 25px !important;
     }

     .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;
         text-align: center;
         line-height: 55px !important;
     }

     .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;
     }



     .index-banner-text .title-1 .font70 {
         font-size: 30px !important;
     }

     .index-banner-text .title-2 {
         font-size: 15px !important;
     }

     .lian-title .title-1 br {
         display: none !important;
     }

     .lian-index-aboutluk-date .title-1 strong.font60 {
         font-size: 18px !important;
     }

     .lian-index-aboutluk-date .title-1 em {
         font-size: 15px !important;
     }

     .lian-index-who-we-are-top .lian-title .text-2 p br {
         display: none !important;
     }

     .footer-content-center .footer-center-left:nth-child(1) {
         display: none !important;
     }

     .footer-content-center .footer-center-left:nth-child(2) {
         display: none !important;
     }

     .footer-content-center .footer-center-left:nth-child(3) {
         display: none !important;
     }

     .footer-content-center .footer-center-left:nth-child(4) {
         display: none !important;
     }

     .footer-content-center .footer-center-left:nth-child(6) {
         display: none !important;
     }

     .footer-content-center .footer-center-left:nth-child(5) {
         width: 100% !important;
     }

     .footer-center-item {
         height: auto !important;
     }

     body .pro_tit {
         font-size: 24px !important;
     }

     body .pro_tit {
         font-size: 24px !important;
         height: auto !important;
         padding-bottom: 10px !important;
     }

     .pcba {
         display: none !important;
     }

     .sjba {
         display: block !important;
     }

     .wenhua dl {
         width: 90% !important;
         margin-bottom: 20px !important;
     }

     .pro_tit:before {
         left: 40% !important;
     }

     .polaris-product-list table tr td:nth-child(3) {
         display: none !important;
     }

     .polaris-product-list table tr td:nth-child(4) {
         display: none !important;
     }

     .polaris-product-list table tr td:nth-child(5) {
         display: none !important;
     }

     .polaris-product-list table tr td:nth-child(6) {
         display: none !important;
     }

     .polaris-product-list table tr td:nth-child(7) {
         display: none !important;
     }

     .fhlb {
         width: 100% !important;
     }

     .fhlb a {
         width: 44% !important;
     }

     .lian-about-contact-map .con_map {
         width: 100% !important;
         margin-bottom: 20px;
     }

     .lian-about-contact-text {
         padding-left: 10% !important;
         width: 80% !important;
     }

     .con_fen {
         display: block !important;
     }

     .con_fen_li {
         width: 100% !important;
         margin: 20px 0px !important;
     }

     .lian-about-contact-text .title-1 {
         font-size: 24px !important;
     }

     .footer-center-left {
         margin-bottom: 0px !important;
     }

 }



 /* iPad */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

 /* iPad x*/
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

 /* iPad y */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
     .header-logo {
         width: 13%;
     }
 }








 /*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: 51rem;
     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: 55%;
     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: 30.33333% !important;
     background: #fff;
     margin: 1.5% !important;
     float: left;
     list-style: none !important;
     box-shadow: 0px 7px 7px 7px rgba(0, 0, 0, .04);


 }

 .proz ul li .pro_2_1_1 img {
     width: 100%;
     transition: all .4s;
 }

 .proz ul li .pro_2_1_1:hover img {
     transform: scale(1.05, 1.05);
 }

 .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: #0058ab;
 }

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


 /*fanhui*/
 .fhlb {
     width: 85%;
     padding: 6% 0 0 0%;
 }

 .fhlb a {
     width: 150px;
     line-height: 40px;
     text-align: center;
     color: #fff;
     background: #0058ab;
     margin-right: 20px;
     float: left;
     margin-bottom: 50px;
     font-size: 16px;
     transition: all .4s;
 }

 .fhlb a:last-child {
     background: #333;
 }

 .fhlb a:hover {
     margin-top: -10px;
 }

 .pro_tit {
     width: 100%;
     padding: 5% 0px 1%;
     text-align: center;
     position: relative;
     min-height: 50px;
     font-size: 39px !important;
 }

 .pro_tit:before {
     width: 70px;
     height: 3px;
     content: " ";
     position: absolute;
     display: inline-block;
     background: #0058ab;
     bottom: 0px;
     left: calc(50% - 35px);
 }











 /*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: #0058ab;
     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: #0058ab;
     BORDER-LEFT: #666 1px solid;
     COLOR: #FFFFFF;
     BORDER-BOTTOM: #666 1px solid
 }

 .newspage SPAN.current {
     PADDING-RIGHT: 8px;
     PADDING-LEFT: 8px;
     BACKGROUND: #0058ab;
     PADDING-BOTTOM: 3px;
     COLOR: #fff;
     MARGIN-RIGHT: 5px;
     PADDING-TOP: 3px;
     font-size: 13px;
     border-radius: 5px;
     border: 1px #0058ab 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
 }








 .wenhua {
     width: 100%;
     margin: 50px 0%;
     display: flex;
 }

 .wenhua dl {
     width: 18%;
     margin: 0px 1.5%;
     float: left;
     background: #eee;
     border-radius: 10px;
     padding: 5% 2%;
     text-align: center;
 }

 .wenhua dl dt {
     width: 100%;
     height: 100px;
 }

 .wenhua dl dd {
     font-size: 17px;
     line-height: 30px;
     color: #01519b;
     padding-top: 20px;
 }

 .wenhua dl dd {
     margin: 0px !important;
     padding: 0px !important;
 }

 .wenhua dl dd h3 {
     margin: 0px !important;
     padding: 0px;
 }

 .wenhua dl dd p {
     margin: 10px 0px 0px !important;
     padding: 0px;
     font-size: 15px;
     line-height: 28px;
 }
















 /*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: #035cac;
 }

 .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: #035cac;
 }

 .lian-page-career-position-item .title.cur {
     border-bottom: 1px solid #fff;
     border-top: 1px solid #035cac;
 }

 .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: #035cac;
     display: block;
 }

 .position-bottom {
     margin-top: 2%;
 }

 .common-content {
     width: 70%;
     margin: 0 auto;
 }

 .zhanlue {
     margin-bottom: 80px;
 }

 .zhanlue .lian-about-company-top:nth-child(2) .lian-about-company-left {
     float: right;
 }

 .zhanlue .lian-about-company-top:nth-child(2) .lian-about-company-right {
     float: left;
 }

 .zhanlue .lian-about-company-top:nth-child(4) .lian-about-company-left {
     float: right;
 }

 .zhanlue .lian-about-company-top:nth-child(4) .lian-about-company-right {
     float: left;
 }

 .zhanlue .lian-about-company-top:nth-child(6) .lian-about-company-left {
     float: right;
 }

 .zhanlue .lian-about-company-top:nth-child(6) .lian-about-company-right {
     float: left;
 }

 .zhanlue .lian-about-company-top .lian-about-company-right .title-1 {
     margin-top: 20%;
     padding-left: 15%;
     width: 70%;
 }

 .zhanlue .lian-about-company-top .lian-about-company-right .text-1 {
     padding-left: 15%;
     width: 70%;
 }

 .zhanlue .lian-about-company-top {
     background: #f4f4f4;
 }

 .product_category {
     color: #666;
     margin: 0 25px;
 }

 .product_category.cur {
     color: #035cac;
 }

 .product_category:hover {
     color: #035cac;
 }

 .product_category a {
     font-size: inherit;
     color: inherit;
 }

 .lian-page-nav a span {
     font-size: 18px !important;
 }

 .polaris-product-list table {
     width: 100%;
     border: 1px solid #333;
 }

 .polaris-product-list table tr td {
     line-height: 20px;
     font-size: 15px;
     padding: 10px 20px;
     height: 80px;
 }

 .polaris-product-list table tr:nth-child(2n) {
     background: #fff;
 }

 .polaris-product-list table tr td:nth-child(3) p {
     font-family: ml;
     font-weight: 400;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
     height: 40px;
     line-height: 20px;
     padding: 0px;
     margin: 0px;
 }

 .polaris-product-list table tr:nth-child(1) {
     background: #0058ab;
     color: #fff;
     font-weight: 900;
     font-size: 20px;
     line-height: 65px !important;
     height: 65px !important;
 }

 .polaris-product-list table tr:hover {
     background: #beddfb;
 }

 .polaris-product-list table tr:nth-child(1):hover {
     background: #0058ab;
 }

 .polaris-product-list table tr td img {
     width: 95%;
     height: auto;
 }

 .total_records {
     display: block;
     margin: 20px auto;
     width: 100%;
     text-align: center;
     font-size: 14px;
 }

 .pager {
     width: 400px;
     height: 40px;
     margin: 30px auto;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .pager a {
     font-size: 16px;
     width: 40px;
     height: 40px;
     border: solid 1px #999;
     border-radius: 3px;
     box-sizing: border-box;
     color: #0058ab;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 3px;
 }

 .pager .cur {
     background: #0058ab;
     color: #FFF;
 }

 .pager a:not(.disabled):hover {
     background: #0058ab;
     color: #FFF;
     cursor: pointer;
 }

 .pager .disabled {
     color: #999;
 }

 .pager .disabled:hover {
     cursor: not-allowed;
 }

 .product_large_category {
     width: 100%;
     height: 50px;
     display: flex;
     border: solid 1px #0058ab;
 }

 .product_large_category a {
     display: block;
     width: 50%;
     height: 50px;
     text-align: center;
     line-height: 50px;
     color: inherit;
     font-size: 24px;
 }

 .product_large_category .active {
     background: #0058ab;
     color: #FFF;
 }

 .product_cover {
     width: auto;
     height: 400px;
 }

 .faq_q {
     font-weight: bold;
     font-size: 20px;
     color: #333;
 }

 .faq_a {
     font-size: 16px;
     margin-bottom: 40px;
     color: #666;
 }

 .fixed_contacts {
     position: fixed;
     z-index: 1000;
     right: 0;
     top: 25%;
     transition: all 0.3s;
 }

 .fixed_contacts_default {
     width: 50px;
     height: 250px;
     background: #1D84DC;
 }

 .fixed_contacts_active {
     width: 320px;
     height: 380px;
     background: #1D84DC;
 }

 .fixed_contacts ul {
     width: 100%;
     display: flex;
     flex-direction: column;
     padding: 0;
 }

 .fixed_contacts ul li:not(:last-child) {
     border-bottom: solid 1px #459CE7;
 }

 .fixed_contacts ul li:last-child {
     height: 130px;
     align-items: start;
 }

 .fixed_contacts ul li {
     display: flex;
     align-items: center;
     color: #FFF;
     font-size: 18px !important;
     padding-inline-start: 0;
 }

 .fixed_contacts ul li a {
     color: inherit;
     display: none;
 }

 .fixed_contacts ul li a:hover {
     color: inherit !important;
 }

 .whatsapp_qrcode {
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
 }

 .whatsapp_qrcode a {
     height: 50px;
     line-height: 50px;
 }

 .whatsapp_qrcode img {
     display: none;
     width: 90px;
     /*	height: 75px;*/
 }
