 

/* CSS Reset */
html{-webkit-text-size-adjust:none;font-size: 62.5%;} 
body{color: #1e1e1e;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;-moz-appearance: none;appearance: none;}
a,*::before,*::after {text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;width: 100%;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color:#ccc;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.clamp5 {display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}
.loadgif {position: relative;}
.loadgif::after {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 111;background: url('../images/loading.gif') center no-repeat #f1f1f1;}
.send-mark {position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;background: rgba(255,255,255,0.5);}
.send-mark.cur {display: none;}
.send-mark i {display: block;width: 4.8rem;height: 4.8rem;background:url('../images/loading.gif') center no-repeat;background-size: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50,-50%);}
.tanimation {opacity: 0;transition: opacity .8s ease-in-out,transform .8s cubic-bezier(.215,.61,.355,1);}
.tformY {transform:translateY(160px);}
.tformX {transform:translateX(50%);}
.tformXX {transform:translateX(-50%);}
.tdelay1 {transition-delay: .1s;}
.tdelay2 {transition-delay: .2s;}
.tdelay3 {transition-delay: .3s;}
.tdelay4 {transition-delay: .4s;}

 
body .imp{width: 100%;height: auto;display: block;}
body .impp{position: absolute;  top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:10;max-width: 100%;max-height: 100%;}




	/* header */

.ln-header { width: 100%; line-height:8.5rem; background-color: #191919; position: fixed; top: 0; left: 0; z-index: 9999;}
.ln-header-content {width:80%;margin: auto; display: flex; align-items: center;justify-content: flex-end;position: relative;}
.ln-header-content .logo-1{width: 20%;position: absolute;left: 0;top:45%;transform: translateY(-50%);max-height:90%;}
.ln-header-right {display: flex; align-items: center;justify-content: flex-end;width:85%;}
.ln-header-right .navs-2 { display: flex;width: 85%;justify-content: flex-end;}
.ln-header-right .navs-2 .nav-1{padding:0 2%;}
.ln-header-right .navs-2 .nav-1 a{color: #fff;}
.ln-header-right .menu-3 {display: flex; align-items: center;justify-content: flex-end;}
.ln-header-right .menu-3 .search{margin-right: 1rem;}
.ln-header-right .menu-3 .search a{width:2rem;height:8.5rem;position: relative;display: flex;filter:invert(100%);}
.ln-header-right .menu-3 .search a img{width:100%;}
.ln-header-right .menu-3 .language a {display: flex;align-items: center;}
.ln-header-right .menu-3 .language a .lingo-1{width:2rem;height:2rem;position: relative;display: flex;filter:invert(100%);}
.ln-header-right .menu-3 .language a .lingo-1 img{width:100%;}
.ln-header-right .menu-3 .language{display: flex;align-items: center;}
.ln-header-right .menu-3 .language .txt-2 {color: #fff;margin-left:1rem;}
.ln-header-right .navs-2 .nav-1 .sur{color: #ff0000;}
.ln-header-right .navs-2 a:hover{color: #ff0000;}
.ln-header-right .menu-3 .language:hover .txt-2{color: #ff0000;}
.ln-header-right .navs-2 .nav-1 .aur{color: #000;background-color: #fff;border-radius:5rem;padding:.5rem 2rem;}
.ln-header-right .navs-2 .nav-1 .aur:hover{color: #fff;background-color: #ff0000;}

.ln-header-right .menu-3 .search a:hover, .ln-header-right .menu-3 .language:hover a .lingo-1{filter: grayscale(100%);filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(800%) hue-rotate(-50deg) brightness(102%) contrast(108%);}



.transverse{display:none;margin-left: 1rem;}
.menu-nav{display: none; position: fixed;left:0;background:#fff; opacity: .9;z-index: 200;width: 100%;text-align: center;padding:13rem 0 3rem;}
.menu-nav .cur{color:#e50506;}
.menu-nav a{font-size: 2rem;font-weight: 600;display: block;color: #24324a;padding:2%;position: relative;} 
.transverse a {display: block;width:2.4rem;height: 2.4rem;position: relative;}
.transverse .line {position: absolute;left: 0;width: 100%;height:1px;background: #fff;top: 0;transition:all .4s ease;}
.transverse .line1 {top: 0;}
.transverse .line2 {top: 50%;}
.transverse .line3 {top:100%;}
.transverse.close .line {left: 50%;transform: translate(-50%,-50%);top: 50%;}
.transverse.close .line1 {transform: translate(-50%,-50%) rotate(45deg);}
.transverse.close .line2 {display: none;}
.transverse.close .line3 {transform: translate(-50%,-50%) rotate(-45deg);}



	/* 搜sk */
.ln-nav-search{position: relative;top: 8.5rem;}
.header-nav-search {padding: 5%;overflow: hidden;background: #fff;text-align: center;width: 90%;position: fixed;z-index: 555;box-shadow: 0px 1px 10px #6f6f6f;}
.header-nav-search-from {display: flex;justify-content: center;align-items: center;}
.header-nav-search-from .input-1 {position: relative;width: 80%;}
.header-nav-search-from .input-1 form {margin-block-end:0;}
.header-nav-search-from .search-2 {width: 6rem;height: 100%;position: absolute;right: 0;top: 0;z-index: 1;}
.header-nav-search-from .search-2 i {width: 2rem;height: 2rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url('../images/search.svg') center no-repeat;background-size: 100%;}
.header-nav-search-from .search-input {display: block;width: 100%;border: 2px #f0f0f0 solid;border-radius: .4rem;overflow: hidden;background: #fff;padding: 0 2rem;color: #000;box-sizing: border-box;line-height: 6rem;}
.header-nav-search-from .search-input::placeholder {color: #bcbcbc;}
.header-nav-search-from .close-1 {margin-left: 1rem;} 
.header-nav-search-from .close-1 a {width: 6rem;height: 6rem;background: #000;border: 2px #000 solid;border-radius: .4rem;overflow: hidden;display: block;position: relative;} 
.header-nav-search-from .close-1 i {width: 1.4rem;height: 1.4rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url('../images/x.png') center no-repeat;background-size: 100%;}
.header-nav-search-from .close-1 a:hover {background: #ff0000;border: 2px #ff0000 solid;}
.header-nav-search-from .header-search {cursor: pointer;background: none;border: none;background: url('../images/search.svg') center no-repeat;background-size: 30%;opacity: .5;}
.header-nav-search-from .header-search:hover {opacity: 1;}


.header-nav-show{ margin-top:8.5rem; position: fixed;left: 0;top: 0;width: 100%;overflow: hidden;transition:all .4s ease;background-color: #fff;box-sizing: border-box;z-index:200;opacity: 0;padding-bottom: 9rem;transform: translateY(-110%);}
.header-nav-show.Hide { z-index:111;opacity:0;height: 0;}
.header-nav-show-content{width: 70%;margin: auto;display: flex;padding-top: 5rem;justify-content: space-between;}
.header-nav-show-content .item-1{display: flex;flex-direction: column;}
.header-nav-show-content .item-1:last-child{margin-right: 0;}
.header-nav-show-content .item-1 .boxs-2-1{display: flex;padding-top: 2rem;}
.header-nav-show-content .item-1 .boxs-2-1 .navs-2{margin-right:4.5rem;}
.header-nav-show-content .item-1 .boxs-2-1 .navs-2:last-child{margin-right:0;}
.header-nav-show-content .item-1 .title-1-1 {color: #000;}
.header-nav-show-content .item-1 .title-1-1 a {font-weight: bold;color: #000;padding-bottom:2rem;border-bottom: 1px solid #999;display: block;}
.header-nav-show-content .item-1 .title-1-1 a:hover {color: #ff0000;}
.header-nav-show-content .item-1 .navs-2{display: flex;flex-wrap: wrap;flex-direction: column;}
.header-nav-show-content .item-1 .navs-2 .nav-1{width:100%;padding-bottom:1rem;box-sizing: border-box;}
.header-nav-show-content .item-1 .navs-2 .nav-1 a{display: inline-block;color: #333;text-decoration: none;} 
.header-nav-show,.header-show-mark {position: fixed;left: 0;top: 0;width: 100%;overflow: hidden;transition:all .4s ease;}
.header-show-mark {height: 100%;z-index:-1;background: rgba(0,0,0,.7);opacity: 0;}
.header-show-mark.cur{display: block;opacity: 1;z-index: 110;}
/* .header-nav-show { transition: opacity 0.3s ease, transform 0.3s ease; transform: translateY(-10px);opacity: 0; } */
.header-nav-show:not(.Hide) {display: block; opacity: 1; transform: translateY(0);  }
.header-show-mark { transition: opacity 0.3s ease; }
.header-nav-show-content .item-1 .navs-2 .nav-1 a:hover{color: #ff0000;}

.header-nav-show-content2{justify-content: normal;}
.header-nav-show-content2-left{width: 55%;margin-right: 10%;}
.header-nav-show-content2-left .item-1{display: flex;width: 100%;}
.header-nav-show-content2-left .item-1 .title-1-1{color: #000;font-weight: bold;padding-bottom:2rem;border-bottom: 1px solid #999;}
.header-nav-show-content2-left .item-1 .box-1-1{display: flex;margin-top: 4.5rem;align-items: center;justify-content: space-between;}
.header-nav-show-content2-left .item-1 .box-1-1 .text-1{margin-top:3.5rem;width: 50%;}
.header-nav-show-content2-left .item-1 .box-1-1 .text-1 .txt-1{color: rgb(51 51 51 / 80%);line-height: 2.5rem;}
.header-nav-show-content2-left .item-1 .box-1-1 .pic-2{width:40%;background-position: center center; background-repeat: no-repeat; background-size: 100%;}
.header-nav-show-content2-right{width: 12%;}
.header-nav-show-content2-right .title-1{color: #000;font-weight: bold;padding-bottom:2rem;border-bottom: 1px solid #999;}
.header-nav-show-content2-right .navs-2{display: flex;flex-direction: column;margin-top: 2rem;}
.header-nav-show-content2-right .navs-2 a{color: #000;margin-bottom: 1rem;}
.header-nav-show-content2-right .navs-2 a:hover{color: #ff0000;}
.header-nav-show-content2-left .item-1 .box-1-1 .txt-1-1{color: #000;line-height: 2.5rem;}

.header-nav-show-content2-left .item-1 .box-1-1 .txt-1-2{line-height: 1.5em; background-image: linear-gradient(#FF0D00, #FF0D00); background-repeat: repeat-x; background-size: 100% 3px; background-position: 0 1.25em; display: inline; padding-bottom: 0.1em; font-weight: bold;}


.header-nav-show-content2-left .item-1 .box-1-1 .txt-1-3{line-height: 1.5em; background-image: linear-gradient(#a1a1a1, #a1a1a1); background-repeat: repeat-x; background-size: 100% 3px; background-position: 0 1.25em; display: inline; padding-bottom: 0.1em; }

.header-nav-show-content2-left .text-1 .zf-more-2{display: block;}

.header-nav-search{padding:5%;}


.ln-header-right .language{position: relative;}
.ln-header-right .language .conversion{position: absolute;left:50%;top: 100%; display: flex;flex-direction: column;display: none;z-index: 50;transform: translateX(-50%);width: 100%;z-index:100;background-color: #fff;}
.ln-header-right .language .conversion a{text-align: center;align-items: center;display: flex;justify-content: center;color: #FF0D00;padding:1rem 0;line-height:2rem;width: 100%;box-sizing: border-box;box-shadow: 0px 0px 1px rgb(0 0 0 / 30%);}
.ln-header-right .language .conversion a:hover{position: relative;background-color: #FF0D00;color: #fff;}
.ln-header-right .language .conversion a:hover::before{content: '';width: 100%;height: 1px;background: #fff;position: absolute;bottom: 0;left:0;}
.ln-header-right .language:hover .conversion{display: flex;}




 		/* footer */


.ln-footer{width: 100%;overflow: hidden;padding-top: 5%;position: relative;}
.ln-footer::before{content: '';display: block;width: 100%;height:8px;background-color: rgb(135 135 135 / 53%);position: absolute;left: 0;top: 0;z-index:4;}
.ln-footer::after{content: '';display: block;width:30%;height:8px;background-color: #ff0d01;position: absolute;left: 0;top: 0;z-index:5;}
.ln-footer-content{width: 80%;margin: auto;}
.ln-footer-content-top{display: flex;justify-content: space-between;margin-bottom:8rem;}
.ln-footer-content-top-left{display: flex;flex-direction: column;width: 30%;}
.ln-footer-content-top-left .logo-1{width: 100%;}
.ln-footer-content-top-left .logo-1 a{width:40%;display: block;}
.ln-footer-content-top-left .text-2{margin-top: 4rem;}
.ln-footer-content-top-left .text-2 .title-1{font-weight:bold;color: #000;}
.ln-footer-content-top-left .text-2 .txt-2{color: #000;line-height: 2.5rem;margin-top:2rem;}
.ln-footer-content-top-right{display: flex;justify-content: space-between;width:45%;}
.ln-footer-content-top-right .item-1{padding: 0 1.5rem;} 
.ln-footer-content-top-right .item-1:last-child{padding: 0 0 0 1.5rem;}
.ln-footer-content-top-right .item-1:last-child{display: flex; flex-direction: column; align-items: flex-start;}
.ln-footer-content-top-right .item-1 .item-1-title{font-weight: bold;color: #000;margin-bottom: 1.5rem;}
.ln-footer-content-top-right .item-1 .nav-1{margin-bottom: 0.5rem;}
.ln-footer-content-top-right .item-1 .nav-1 a{color:#000;line-height: 2.2rem;display: block;}
.ln-footer-content-top-right .item-1 .nav-1 a:hover{color: #ff0000;}
.ln-footer-content-bottom{width: 100%;border-top: 1px solid #d1d1d1;}
.ln-footer-content-bottom-left{width:70%;float: left;display: flex;padding: 2rem 0;}
.ln-footer-content-bottom-left .txt-1{color: #000;line-height: 2.2rem;}
.ln-footer-content-bottom-left .txt-1 a {color: #000;}
.ln-footer-content-bottom-left .txt-1 a:hover{color: #ff0000;}
.ln-footer-content-bottom-left .txt-2{color: #000;line-height: 2.2rem;margin-left:.5rem;}
.ln-footer-content-bottom-left .txt-2:hover{color: #ff0000;}
.ln-footer-content-bottom-right{float: right;text-align: right;padding: 2rem 0;}
.ln-footer-content-bottom-right .social{display: flex;justify-content: flex-end;align-items: center;}
.ln-footer-content-bottom-right .social a{position: relative;height:2.6rem;width:2.6rem; margin-left:3rem;text-align: center;display: inline-block;}
.ln-footer-content-bottom-right .social a:hover{filter: grayscale(100%);filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(600%) hue-rotate(315deg) brightness(65%) contrast(100%) hue-rotate(360deg) brightness(1.5);opacity: 1;}
.ln-footer-content-bottom-right .social a img{width: 100%;}

 		/* index */


.ln-index-banner{width: 100%;overflow: hidden;}
.ln-index-banner .item-1{position: relative;}
.ln-index-banner .item-1 .boxs-1{position: absolute;left:10%;top: 50%;transform: translateY(-50%);width:50%;}
.ln-index-banner .item-1 .boxs-1 .text-1{display: flex;flex-direction: column;}
.ln-index-banner .item-1 .boxs-1 .text-1 .title-1{color: #fff;margin-bottom: 1rem;font-weight: 300;}
.ln-index-banner .item-1 .boxs-1 .text-1 .txt-2{color: #fff;font-weight: bold;line-height:5.5rem;}
.zf-more-2{display: inline-block;margin-top: 5%;}
.zf-more-2 a{font-size: 1.4rem;color: #fff;padding:.5rem 3.5rem;display: inline-block;background-color: #ff0d00;font-weight: bold;}
.zf-more-2 .txt-1-1{font-size: 1.4rem;color: #fff;padding:.5rem 3.5rem;display: inline-block;background-color: #ff0d00;font-weight: bold;}
.ln-index-banner .item-1 .pic-2{width: 100%;background-position: center center; background-repeat: no-repeat; background-size: cover; }

.header-nav-show-content2-left .zf-more-2 a{border: 1px solid #ff0d00;}
.zf-more-2 a:hover{background-color: #fff; color: #ff0d00;}
.header-nav-show-content2-left .zf-more-2 a:hover{border: 1px solid #ff0d00;}
.myswiper1 .swiper-pagination{bottom:10%;}
.swiper-pagination-bullet{width:7rem;height:3px;background-color:#b3b3b3;border-radius:initial;opacity: .9;}
.swiper-pagination-bullet-active{background-color:#ff0d00;}
.ln-index-banner .swiper-wrapper{height: auto;}
.ln-index-banner .myswiper1{position: relative;}

.ln-news2-navs-content .item-1 a:hover .zf-more-2 .txt-1-1{background-color: #fff; color: #ff0d00;}


.ln-index-product{width: 100%;padding:6% 0;}
.ln-index-product-content{width:80%;margin:auto;}
.cfybt{display: flex;flex-direction: column;align-items: center;text-align: center;}
.cfybt .title-1{color: #000;padding-bottom:2rem;font-weight: bold;}
.cfybt .line-2{width:5.5rem;height: 2px;background-color: #fe180b;margin-bottom: 3rem;text-align: center;}
.cfybt .txt-3{color: #000;line-height: 2rem;}
.ln-index-product-boxs{margin-top: 8rem;display: flex;flex-wrap: wrap;}
.ln-index-product-boxs .product-item{display: flex;flex-direction: column;align-items: center;text-align: center;width:19%;box-shadow: inset 0px 0px 1px 1px #999;margin-right: 1.25%;position: relative;}
.ln-index-product-boxs .product-item:last-child{margin-right: 0;}
.ln-index-product-boxs .itm1-1 .boxs-2-1::after{content:'';width: 100%;height: 1px;background-color:#eb1201;}
.ln-index-product-boxs .itm1-2 .boxs-2-1::after{content:'';width: 100%;height: 1px;background-color:#000;}
.ln-index-product-boxs .itm1-3 .boxs-2-1::after{content:'';width: 100%;height: 1px;background-color:#e41111;}
.ln-index-product-boxs .itm1-4 .boxs-2-1::after{content:'';width: 100%;height: 1px;background-color:#0095c8;}
.ln-index-product-boxs .itm1-5 .boxs-2-1::after{content:'';width: 100%;height: 1px;background-color:#eb3d01;}
.ln-index-product-boxs .product-item .boxs-2-1{width: 100%;opacity: 1;}
.ln-index-product-boxs .product-item .pic-1{width: 100%;background-position: center center; background-repeat: no-repeat; background-size: cover;}
.ln-index-product-boxs .product-item .text-2{margin: auto;width: 92%;}
.ln-index-product-boxs .product-item .text-2 .title-1-1{font-size: 2.2rem;color: #000;font-weight: bold;margin-top:2rem;}
.ln-index-product-boxs .product-item .text-2 .txt-2-1{font-size: 1.4rem;color: #000;line-height:2rem;margin-top: 1rem;}
.ln-index-product-boxs .product-item .more-3{margin: 2.5rem 0 3rem;}
.ln-index-product-boxs .product-item .more-3 .txt-2-2{font-size: 1.4rem;color: #000;background-color: #fff;padding:.5rem 3.5rem;display: inline-block;border: 1px solid #000;}
.ln-index-product-boxs a:hover .more-3 .txt-2-2{background-color: #ff0d00; color: #fff;}
.ln-index-product-boxs .boxs-2-2{background-color: #e41111;margin-right: 2.5%;opacity: 0;position: absolute;top: 0;width: 100%;height: 100%;}
.ln-index-product-boxs .boxs-2-2:last-child{margin-right: 0;}
.ln-index-product-boxs .boxs-2-2 .text-2{overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center;box-sizing: border-box;height: 100%;}
.ln-index-product-boxs .boxs-2-2 .text-2 .title-1-2{font-size: 2.4rem;color: #fff;font-weight: bold;margin-top: 1rem;}
.ln-index-product-boxs .boxs-2-2 .text-2 .txt-2-3{font-size: 1.4rem;color: #fff;line-height:2.4rem;margin-top: 1rem;}
.ln-index-product-boxs .product-item{transition:all .4s ease;overflow: hidden;}
.ln-index-product-boxs .product-item:hover {transform: scale(1.05);box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);}

.ln-index-product-boxs .product-item:hover .boxs-2-1{opacity: 0;}
.ln-index-product-boxs .product-item:hover .boxs-2-2{opacity: 1;height: 100%;width: 100%;}


.ln-index-area{width: 100%;background-color: #e6e6e6;padding:12rem 0;}
.ln-index-area-content{width:80%;margin:auto;}
.ln-index-area-content-bottom {margin-top: 5rem;display: flex;flex-wrap: wrap;width: 100%;}
.ln-index-area-content-bottom .item{width: calc(100% / 3);background-color: #fff;position: relative;}
.ln-index-area-content-bottom .item .boxs-1-1{position: relative;display: block;width: 100%;box-sizing: border-box;}
.ln-index-area-content-bottom .item .boxs-1-1 .txt-1{font-size:3.2rem;color: #fff;text-align: center;position: absolute;left: 50%;bottom:10%;transform: translateX(-50%);}
.ln-index-area-content-bottom .item .boxs-1-1 .pic-1{width: 100%;background-position: center center; background-repeat: no-repeat; background-size: cover;}
.ln-index-area-content-bottom .item .boxs-1-2{display: block;box-sizing: border-box;position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;background-color: #fff;}
.ln-index-area-content-bottom .item .boxs-1-2 .pic-2{width:3.5rem;height: 4.5rem;position: relative;top:10%;left: 5%;}
.ln-index-area-content-bottom .item .boxs-1-2 .pic-2 img{width: 100%;}
.ln-index-area-content-bottom .item .boxs-1-2 .text-2{position: absolute;left: 5%;bottom:10%;width: 90%;}
.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .title-1-1{color: #000;}
.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .line-2-1{width:3rem;height: 2px;background-color: #ff0d00;margin-top:5%;}
.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .txt-3{color: #000;line-height:3rem;margin-top:2%;}
.ln-index-area-content-bottom .dur .boxs-1-2{display: inline-block;}


.ln-index-area-content-bottom .item:hover .boxs-1-2{opacity: 1;}



.ln-index-advant{width: 100%;overflow: hidden;padding:12rem 0;}
.ln-index-advant-content{width: 80%;margin: auto;}
.ln-index-advant-content-bottom{margin-top: 5rem;display: flex;flex-wrap: wrap;}
.ln-index-advant-content-bottom .item-1-1{width:31.5%;margin-right:2.75%;}
.ln-index-advant-content-bottom .item-1-1:last-child{margin-right: 0;}
.ln-index-advant-content-bottom .item-1-1 .boxs-1-3{display: flex;flex-direction: column;width:100%;position: relative;}
.ln-index-advant-content-bottom .item-1-1 .boxs-1-3 .text-1{position: absolute;bottom:0;left: 0;z-index: 15;width: 100%;}
.ln-index-advant-content-bottom .item-1-1 .boxs-1-3 .text-1 .txt-1{font-size:2.8rem;color: #fff;box-sizing: border-box;left: 10%;bottom:5rem;position: absolute;width: 80%;}
.ln-index-advant-content-bottom .item-1-1 .boxs-1-3 .text-1 .text-2{background-color:#ff0d00;padding: 5%;box-sizing: border-box;opacity: 0;}
.ln-index-advant-content-bottom .item-1-1 .boxs-1-3 .text-1 .text-2 .txt-1-1{font-size:2.8rem;color: #fff;font-weight: bold;}
.ln-index-advant-content-bottom .item-1-1 .boxs-1-3 .text-1 .text-2 .txt-1-2{font-size:1.4rem;color: #fff;margin-top: 1rem;}
.ln-index-advant-content-bottom .item-1-1 .pic-2{width: 100%;background-position: center center; background-repeat: no-repeat; background-size: cover;}
.ln-index-advant-content-bottom .item-1-1 a:hover .text-1 .txt-1{opacity: 0;}
.ln-index-advant-content-bottom .item-1-1 a:hover .text-1 .text-2{opacity: 1;}

.ln-index-about{width: 100%;background-color: #dbdbdb;padding:10rem 0;overflow: hidden;;}
.ln-index-about-content{width: 80%;margin: auto;}
.ln-index-about-content .boxs-1-1{z-index: 20;display: flex;}
.ln-index-about-content-top{margin-bottom:6rem;}
.ln-index-about-top-left{width: 60%;}
.ln-index-about-top-left .text-2{color: #333;font-size: 1.5rem;line-height: 2.5rem;margin-top: 6rem;width: 70%;}
.ln-index-about-top-left .text-2 .title-1-1{font-size: 4.8rem;color: #000;margin-bottom: 1rem;line-height:6rem;}

.ln-index-about-top-left .text-2 .title-1-1 span{line-height: 1.5em; background-image: linear-gradient(#FF0D00, #FF0D00); background-repeat: repeat-x; background-size: 100% 5px; background-position: 0 1.25em; display: inline; padding-bottom: 0.4em; font-weight: bold;}
.ln-index-about-top-left .text-2 .txt-2{margin-top:4rem;}
.ln-index-about-top-left .zf-more-2{margin-top:3.5rem;} 

.ln-index-about-content-top .cfybt .txt-3{font-weight: bold;}
.ln-index-about-top-right{width:40%;margin-top: 5%;}
.ln-index-about-top-right .pic-1{width: 100%;}
.ln-index-about-content .pic-2{width: 100%;background-position: center center; background-repeat: no-repeat; background-size: cover;}
.ln-index-about-content .cfybt{text-align: initial;align-items: flex-start;}
.ln-index-about-content .cfybt .line-2{margin-bottom:2rem;}
.ln-index-about-content-bottom .abtlogo{margin-top:3rem;display: flex;}
.ln-index-about-content-bottom .abtlogo .logo-item{display: inline-block;margin:2% 2% 2% 0;position: relative;width: 100%;height: 4.8rem;mix-blend-mode: multiply;}


.ln-index-news{width: 100%;background-color: #000;padding:10rem 0;overflow: hidden;background: url(../images/ln-news-bjt-dt001.jpg) center no-repeat;background-size: 100% 100%;}
.ln-index-news-content{width: 80%;margin: auto;}
.ln-index-news-content-top{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.ln-index-news-content-top .cfybt{color: #fff;}
.ln-index-news-content-top .cfybt .title-1{color: #fff;}
.ln-index-news-content-top .cfybt .txt-3{color: #fff;}
.ln-index-news-content-top .more-2{display: flex;justify-content: center;margin-top: 4rem;}
.ln-index-news-content-top .more-2-1{display: inline-block;margin:0 2rem;}
.ln-index-news-content-top .more-2 a{font-size: 1.4rem;color: #fff;padding:.7rem 4.5rem;display: inline-block;border:1px solid #fff;}
.ln-index-news-content-top .more-2 a:hover{background-color: #ff0d00;border:1px solid #ff0d00;}
.ln-index-news-content-top .fur a{background-color: #ff0d00;border:1px solid #ff0d00;}
.ln-index-news-content-bottom{width: 100%;margin-top: 6rem;display: none;flex-wrap: wrap;}
.ln-index-news-content-bottom .news-item{width: 23%;margin-right: 2.66%;display: inline-block;box-sizing: border-box;background-color: #fff;transition:all .4s ease;}
.ln-index-news-content-bottom .news-item:last-child{margin-right: 0;}
.ln-index-news-content-bottom .news-item a{display: block;padding: 3%;overflow: hidden;height:100%;box-sizing: border-box;position: relative;}
.ln-index-news-content-bottom .news-item .pic-1{width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.ln-index-news-content-bottom .news-item .text-2{display: flex;flex-direction: column;margin-top: 2rem;}
.ln-index-news-content-bottom .news-item .text-2 .title-1-1{color: #000;line-height: 3rem;font-weight: bold;margin-bottom: 1rem;}
.ln-index-news-content-bottom .news-item .text-2 .txt-2-1{color: #000;line-height: 2.2rem;margin-bottom:7rem;}
.ln-index-news-content-bottom .news-item .text-3{position: absolute;bottom:3%;left:3%;}
.ln-index-news-content-bottom .news-item .jiant-1{width:3rem;height:3rem;filter: grayscale(100%);background: url(../icon/right1.svg) center no-repeat;
    background-size: 100%;}
.ln-index-news-content-bottom .news-item .jiant-1 img{width: 100%;}
.ln-index-news-content-bottom .news-item .num-2{color: #000;font-size: 1.4rem;margin-top:.5rem;}
.ln-index-news-content-bottom .news-item a:hover .jiant-1{filter: grayscale(0);}
.ln-index-news-content .more-3{background-color: #ff0d00; display: block; width: fit-content; margin:6rem auto 0;}
.ln-index-news-content .more-3 a{font-size: 1.4rem;color: #fff;padding:.5rem 3rem;display: inline-block;}
.ln-index-news-content .more-3 a:hover{background-color: #fff; color: #ff0d00;}

.ln-index-news-content .jur{display: flex;}

.bogxs-1-1,.bogxs-2-1{overflow: hidden;}
.news-item a:hover .bogxs-1-1 .pic-1{ transform: scale(1.1);}
.ln-about-cul-content-bottom .item-1 a:hover .bogxs-2-1 .pic-1{transform: scale(1.1);}

		/* news */


.ln-news-banner{width: 100%;overflow: hidden;}
.ln-news-banner-content{margin: auto;position: relative;}
.ln-news-banner-content .title-1{position: absolute;left:10%;top:60%;transform: translateY(-50%);color: #000;font-weight: bold;}
.ln-news-banner-content .pic-2{width: 100%;}

.ln-news-info{width: 100%;overflow: hidden;}
.ln-news-info-content{margin: auto;}
.ln-news-info-content-top{width: 100%;border-bottom: 1px solid #999999;}
.cfly-navs{display: flex;padding: 2.5rem 0;width: 80%;margin: auto;}
.cfly-navs a:first-child{padding:0 1rem 0 0 ;}
.cfly-navs a{color: #4D4D4D;padding:0 1rem;position: relative;}
.cfly-navs a::after{content: "/";position: absolute;right:-6%;top: 50%;transform: translateY(-50%);color: #4D4D4D;}
.cfly-navs a:last-child::after{content: none;}
.ln-news-info-content-bottom{width: 80%;margin: auto;display: flex;justify-content: space-between;padding-bottom: 8rem;border-bottom: 1px solid #B3B3B3;}
.ln-news-info-bottom-left{width: 73%;margin-top: 9rem;}
.ln-news-info-bottom-left .text-1{display: flex;flex-direction: column;}
.ln-news-info-bottom-left .text-1 .title-1{color: #000;font-weight: bold;margin-bottom: 4rem;}
.ln-news-info-bottom-left .text-1 .boxs-2{display: flex;margin-bottom:4rem;justify-content: space-between;padding-bottom: 1rem;border-bottom: 1px solid #999999;}
.ln-news-info-bottom-left .text-1 .boxs-2 .boxs-2-left{display: flex;}
.ln-news-info-bottom-left .text-1 .boxs-2 .boxs-2-left .time-1{color: #333;margin-right: 2rem;}
.ln-news-info-bottom-left .text-1 .boxs-2 .boxs-2-left .pub-2{color: #333;}
.ln-news-info-bottom-left .text-1 .boxs-2 .boxs-2-right{}
.ln-news-info-bottom-left .text-1 .boxs-2 .boxs-2-right .page{color: #333;}
.ln-news-info-bottom-left .txt-2-1{color: #333;line-height:2.5rem;display: flex;flex-direction: column;}
.ln-news-info-bottom-left .txt-2-1 .pic-1-1{margin: auto;}
.ln-news-info-bottom-left .txt-2-1 img {max-width: 100%;height: auto!important;}
.ln-news-info-bottom-right{margin-top: 9rem;width: 23%;}
.ln-news-info-bottom-right .title-1{color: #333;font-weight: bold;margin-bottom:1rem;}
.ln-news-info-bottom-right .item-2{background-color:#F2F2F2;padding:3%;transition:all .4s ease;}
.ln-news-info-bottom-right .item-2 .pic-1{width: 100%;margin-bottom: 2rem;background-position: center center; background-repeat: no-repeat; background-size: cover;}
.ln-news-info-bottom-right .item-2 .title-2{color: #333;font-weight: bold;margin-bottom:1rem;line-height: 3rem;}
.ln-news-info-bottom-right .item-2 .txt-3{color: #333;margin-bottom:7rem;}
.ln-news-info-bottom-right .item-2 .more-4{display: flex;justify-content: space-between;flex-direction: column;}
.ln-news-info-bottom-right .item-2 .more-4 .jiantuo-1{width:3rem;height:2rem;padding-bottom:1rem;}
.ln-news-info-bottom-right .item-2 .more-4 .num-2{color: #333;}
.ln-news-info-content-navs{display: flex;padding-top: 1rem;width:80%;margin:0 auto 9rem;justify-content: space-between;}
.ln-news-info-content-navs a{color: #666;}
.cfly-navs a:hover,.ln-news-info-content-navs a:hover{color: #ff0d00;}
.ln-news-info-bottom-right .item-2 a:hover .more-4 .jiantuo-1{filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(800%) hue-rotate(-50deg) brightness(102%) contrast(108%);}
.ln-news-info-bottom-right .item-2:hover{transform: scale(1.02);box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 35%);}





		/* news2 */

.ln-news2-banner{width: 100%;overflow: hidden;padding-top: 8.5rem;}
.ln-news2-banner-content{position: relative;}
.ln-news2-banner-content .boxs-1{position: absolute;left: 50%;top:40%;transform: translateX(-50%);}
.ln-news2-banner-content .boxs-1 .cfybt .title-1{color: #fff;font-weight: 300;}
.ln-news2-banner-content .boxs-1 .cfybt .line-2{width:4.5rem;}
.ln-news2-banner-content .boxs-1 .cfybt .txt-3{color: #fff;font-weight: bold;line-height:5rem;}

.ln-news2-navs{width: 100%;overflow: hidden;background-color:#E6E6E6;}
.ln-news2-navs-content{margin: auto;}
.ln-news2-navs-1{display: flex;background-color:#fff;justify-content: center;position: relative;}
.ln-news2-navs-1::after{content: '';width: 100%;height: 1px;background-color: #ccc;position: absolute;bottom: 0;left: 0;}
.ln-news2-navs-1 .navs-txt{display: inline-block;z-index: 5;}
.ln-news2-navs-1 .navs-txt a{color: #000;padding:1.5rem 4.5rem;display: inline-block; border: 1px solid #ccc;z-index: 88;border-right:none ;}
.ln-news2-navs-1 .navs-txt:last-child a{border-right: 1px solid #ccc;}
.ln-news2-navs-1 .navs-txt a:hover{font-weight: bold;background-color:#E6E6E6;border-bottom: 1px solid #E6E6E6;}
.ln-news2-navs-content .cfly-navs{border-bottom: 1px solid #ccc;}
.ln-news2-navs-content .item-1 {width: 80%;margin:6rem auto 0;}
.ln-news2-navs-content .item-1 a{display: flex;align-items: flex-start;justify-content: space-between;}
.ln-news2-navs-content .item-1 .pic-1{width:31%;background-color: #000;overflow: hidden;background-position: center center; background-repeat: no-repeat; background-size:cover;}
.ln-news2-navs-content .item-1 .text-2{width: 65%;border-bottom:1px solid #999;padding-bottom:2rem;}
.ln-news2-navs-content .item-1 .text-2 .title-1{color: #000;font-weight: bold;}
.ln-news2-navs-content .item-1 .text-2 .line-2{width:5rem;margin-top:2rem;background-color: #FF0D00;height:2px;}
.ln-news2-navs-content .item-1 .text-2 .txt-3{color: #333;margin-top:2rem;line-height:3rem;}
.ln-news2-navs-content .item-1 .text-2 .num-4{margin-top:4rem;display: flex;}
.ln-news2-navs-content .item-1 .text-2 .num-4 .time-1{color: #000;}
.ln-news2-navs-content .item-1 .text-2 .num-4 .pub-2{color: #000;margin-left: 1rem;}
.ln-news2-navs-content .zf-more-2{margin-top:3rem;}
.ln-news2-navs-1 .gur a{font-weight: bold; background-color: #E6E6E6; border-bottom: 1px solid #E6E6E6;}

.ln-news2-items{width: 100%;padding: 6rem 0;background-color:#E6E6E6;}
.ln-news2-items-content{width: 80%;margin: auto;}
.ln-news2-items-content-top{display: flex;flex-wrap: wrap;}
.ln-news2-items-content-top .news-item{width: 23.5%;margin-right: 2%;display: inline-block;box-sizing: border-box;background-color: #fff;margin-bottom: 2%;transition:all .4s ease;}
.ln-news2-items-content-top .ns-itm4{margin-right: 0;transition:all .4s ease;}
.ln-news2-items-content-top .news-item a{display: block;padding: 3%;overflow: hidden;height:100%;box-sizing: border-box;position: relative;}
.ln-news2-items-content-top .news-item .pic-1{width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.ln-news2-items-content-top .news-item .text-2{display: flex;flex-direction: column;margin-top: 2rem;}
.ln-news2-items-content-top .news-item .text-2 .title-1-1{color: #000;line-height: 2.4rem;font-weight: bold;margin-bottom: 1rem;}
.ln-news2-items-content-top .news-item .text-2 .txt-2-1{color: #000;line-height: 2.4rem;margin-bottom: 7rem;}
.ln-news2-items-content-top .news-item .text-3{position: absolute;bottom:3%;left:3%;}
.ln-news2-items-content-top .news-item .jiant-1{width:3rem;height:3rem;filter: grayscale(100%);background: url(../icon/right1.svg) center no-repeat;background-size: 100%;}
.ln-news2-items-content-top .news-item .jiant-1 img{width:100%;}
.ln-news2-items-content-top .news-item .num-2{color: #000;font-size: 1.4rem;margin-top:.5rem;}
.ln-news2-items-content-top .news-item a:hover .jiant-1{filter: grayscale(0);}
.cf-more-3-1{display: flex;justify-content: center;margin-top: 4rem;}
.cf-more-3-1 a{display: block;padding: 1.5rem 5rem;border: 1px solid #666;}
.cf-more-3-1 .line-1-1{width:2rem;height: 1px;background-color:#666;position: relative;display: inline-block;}
.cf-more-3-1 .line-1-1:after{content: ''; width:1px;height: 2rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background-color:#666;}
.cf-more-3-1 a:hover{background-color: #FF0D00;border: 1px solid #FF0D00;}
.cf-more-3-1 a:hover .line-1-1{background-color:#fff;}
.cf-more-3-1 a:hover .line-1-1:after{background-color:#fff;}
.ln-news2-items-content-top .news-item:hover{transform: scale(1.02);box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 35%);}

		/* product */

.ln-news2-banner-content .boxs-1{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 80%;}

.ln-product-banner .ln-news2-banner-content .boxs-1 .cfybt .title-1{color: #000;}
.ln-product-banner .ln-news2-banner-content .boxs-1 .cfybt .line-2{}
.ln-product-banner .ln-news2-banner-content .boxs-1 .cfybt .txt-3{color: #000;}
.ln-news2-banner-content .boxs-1 .cfybt .txt-4{font-size:1.2rem;color: #000;margin-top: 3rem;width:50%;line-height: 2rem;}


.ln-product-items {width: 100%; padding: 6rem 0; background-color: #F2F2F2;}
.ln-product-items-content {width: 80%; margin: auto;} 
.ln-product-items-content-top {display: flex; flex-wrap: wrap;}
.ln-product-items .news-item{width: 47%;background-color: #fff;margin-right: 2%;padding:1%;margin-bottom: 2%;transition:all .4s ease;}
.ln-product-items .news-item:nth-child(2n){margin-right: 0;}
.ln-product-items .news-item a{display: flex;justify-content: space-between;align-items: center;}
.ln-product-items .news-item .pic-1-1{position: relative;width:45%;background-color:#F2F2F2;}
.ln-product-items .news-item .pic-1-1 .im1{max-width:70%;max-height:70%;}
.ln-product-items-content-top .news-item .boxs-2-1{display: flex;width: 50%;flex-direction: column;}
.ln-product-items-content-top .news-item .text-2 { display: flex; flex-direction: column;}
.ln-product-items-content-top .news-item .text-2 .title-1-1 { color: #000; font-size:2.4rem; line-height: 3rem; font-weight: bold; margin-bottom: 1rem;}
.ln-product-items-content-top .news-item .text-2 .line-2{width: 3.5rem; height: 2px; background-color: #000;}
.ln-product-items-content-top .news-item .text-2 .txt-2-1{color: #000; font-size: 1.4rem; line-height: 2.4rem;margin-top: .5rem;}
.ln-product-items-content-top .news-item .text-3 {margin-top: 2rem;}
.ln-product-items-content-top .news-item .text-3 .jiant-1{ width: 3rem;height:3rem;filter: grayscale(100%);position: relative;background: url(../icon/right2.svg) center no-repeat;background-size: 100%;}
.ln-product-items-content-top .news-item .text-3 .jiant-1 img{width: 100%;}
.ln-product-items-content-top .news-item a:hover .jiant-1{filter: grayscale(0);}
.ln-product-items-content-top .news-item a:hover .line-2{background-color: #FF0000;}
.ln-product-navs .ln-news2-navs-1 .gur a{background-color:#F2F2F2;}            
.ln-product-navs{background-color:#F2F2F2;}
.ln-product-navs .ln-news2-navs-1 .navs-txt a:hover{background-color: #F2F2F2;border-bottom: 1px solid #F2F2F2;}
.ln-product-navs .ln-news2-navs-1 .gur a{border-bottom: 1px solid #F2F2F2;}
.ln-product-items .news-item:hover{transform: scale(1.02);box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 35%);}
.ln-index-news-content-bottom .news-item:hover{transform: scale(1.02);box-shadow: 0px 5px 20px 0px rgba(255, 255, 255, 0.35);}
		/* creative */

.ln-creative-banner{width: 100%;overflow: hidden;padding-top: 8.5rem;}
.ln-creative-banner-content{margin: auto;position: relative;}
.ln-creative-banner-content .video-2 {position: absolute;width: 100%;height: 100%;z-index: 11;background: #000;left: 0;top: 0;}
.ln-creative-banner-content .video-2 video{width: 100%;height: 100%;object-fit: cover;}
.ln-creative-banner .items-1{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);display: flex;flex-direction: column;align-items: center;text-align: center;}
.ln-creative-banner .items-1 .logo-1{width:30%;}
.ln-creative-banner .items-1 .txt-2{color: #fff;margin-top:3rem;line-height: 2.4rem;}

.ln-creative-info-content .cfly-navs{margin-left:10%;}
.ln-creative-info-content-bottom{width: 80%;margin:6% auto 0;display: flex;flex-wrap: wrap;}
.cfitem-1-1{width: 22%;margin-right: 4%;background-color: #fafafa;margin-bottom: 4%;border-radius:1rem;transition:all .4s ease;}
.ln-creative-info-content-bottom .itm-1-4{margin-right: 0;}
.cfitem-1-1 a{display: flex;width: 100%;flex-direction: column;align-items: center;text-align: center;}
.cfitem-1-1 a .pic-1{width:8rem;height:8rem;position: relative;margin-top: 6.5rem;}
.cfitem-1-1 a .title-2{color: #000;margin-top: 1.5rem;font-weight: bold;width: 90%;margin: auto;}
.cfitem-1-1 a .line-3{width: 100%;height: 1px;background: #333;margin-top: 1.5rem;}
.cfitem-1-1 a .txt-4{color: #000;margin:1.5rem auto;width: 90%;}
.cfitem-1-1 a .more-5{border-radius:5rem;padding:.1rem 3.4rem;border: 1px solid #999;margin:0 0 3rem;}
.cfitem-1-1 a .more-5 .dian-3{position: relative;width:3rem;height: 3rem;}

.cfitem-1-1 a .more-5 .dian-3 img{width: 100%;filter: grayscale(100%);opacity: .5;}
.cfitem-1-1 a:hover .line-3{background: #ff0000;}
.cfitem-1-1 a:hover .more-5 .dian-3 img{filter: grayscale(0%);opacity: 1;}
.cfitem-1-1 a:hover .more-5{border: 1px solid #FF0000;}
.cfitem-1-1:hover{transform: scale(1.02);box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 35%);}
.cfitem-1-1.mr0 {margin-right:0;}
.ln-creative-info-content .cf-more-3-1{margin:0 0 6rem 0;}

 		/* illustrator */

.ln-illustrator-banner{width: 100%;padding-top: 8.5rem;}
.ln-illustrator-banner-content{margin: auto;position: relative;}
.ln-illustrator-banner-content .items-1{position: absolute;left:10%;top:50%;transform: translateY(-50%);}
.ln-illustrator-banner-content .items-1 .pic-1{width:8.4rem;position: relative;height: 8.4rem;margin-bottom: 2rem;}
.ln-illustrator-banner-content .items-1 .title-1{color:#fff;font-weight: bold;margin-bottom: 1rem;}
.ln-illustrator-banner-content .items-1 .txt-2{color: #fff;}
.ln-illustrator-banner-content .pic-2{width: 100%;}


.ln-illustrator-info .cfly-navs{margin-left: 10%;}
.ln-illustrator-info-content-bottom{margin: 7rem auto;width: 80%;}
.ln-illustrator-info-content-bottom .wrap-1{display: flex;justify-content: space-between;}
.ln-illustrator-info-content-bottom .wrap-1 .text-1{width: 90%;}
.ln-illustrator-info-content-bottom .wrap-1 .text-1 .title-1{font-weight: bold;color: #000;margin-bottom: 1rem;}
.ln-illustrator-info-content-bottom .wrap-1 .text-1 .txt-2{color: #333;}
.ln-illustrator-info-content-bottom .wrap-1 .pic-2{width:11rem;height: 11rem;position: relative;}
.ln-illustrator-info-content-bottom .wrap-2{margin-top: 6rem;}
.ln-illustrator-info-content-bottom .wrap-2 .title-1-1{font-weight: bold;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2{margin-top: 4rem;display: flex;flex-wrap: wrap;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1{width: 48.5%;margin-right:3%;background-color:#F2F2F2;margin-bottom: 3%;border-radius:1rem ;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 a{display: flex;justify-content: space-between;padding: 3%;align-items: center;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .itm-2-2 {margin-right: 0;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 .title-1-2{font-weight: bold;color: #000;margin-bottom: 1rem;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 .txt-2{color: #000;line-height: 1.5;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 .pic-2{width:45%;background-position: center center; background-repeat: no-repeat; background-size: cover;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 a .text-1-1{width:50%;margin: 2.5%;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-2{width: 32%;margin-right: 2%;margin-bottom: 2%;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .itm-3-3{margin-right: 0;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-2 .pic-1-1{width:4rem;height:4rem;position: relative;margin-bottom: 3rem;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-2 .pic-1-1 img{width:100%;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-2 a{align-items: normal;flex-direction: column;padding:6%;}
.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-2 a .text-1-1{width:80%;}
.ln-illustrator-info-content-bottom .wrap-2-1 .inner-2 .item-1-2 a .text-1-1{margin: 0;}


.ln-illustrator-info-content-bottom .wrap-4 { margin-top: 6rem}
.ln-illustrator-info-content-bottom .wrap-4 .title-1-1{font-weight: bold;}
.ln-illustrator-info-content-bottom .wrap-4 .inner-4{margin-top:4rem;display: flex;flex-wrap: wrap;}
.ln-illustrator-info-content-bottom .wrap-4 .inner-4 .title-1-1{font-weight: bold;}


.consultation{width: 100%;background-color:#F2F2F2;padding: 8rem 0;}
.consultation-content{width: 80%;margin: auto;}
.consultation-content .title-1{color: #000;font-weight: bold;text-align: center;}
.consultation-content .box-1-3{margin-top: 5rem;}
.consultation-content .box-1-3 .frame{display: flex;margin-top: 2rem;justify-content: space-between;}
.consultation-content .box-1-3 .boxs-1-2{display: flex;flex-wrap: wrap;justify-content: space-between;width:48.5%;flex-direction: column;}
.consultation-content .box-1-3 .frame input{padding:1rem;outline: none; border:1px solid #999999;color: #000;width:100%;font-size: 1.4rem;box-sizing: border-box;border-radius:.5rem;}
.consultation-content .box-1-3 .frame input:nth-child(2n){margin-right: 0;}
.consultation-content .box-1-3 .frame input[type="text"]::placeholder {color: #999;}
.consultation-content .box-1-3 .frame .from-1{width:48.5%;}
.consultation-content .box-1-3 .frame .from-1 textarea{width: 100%; border:1px solid #999999;color: #000;outline: none;padding:1rem 2rem;font-size:1.4rem;height:100%;box-sizing: border-box;border-radius:.5rem;}
.consultation-content .box-1-3 .frame .from-1 textarea[type="text"]::placeholder {color: #999;}
.consultation-content .box-1-3 .more-1{margin-top:3rem;display: flex;justify-content: center;}
.consultation-content .box-1-3 .more-1 .submit-2{color:#fff;font-size:1.4rem;background-color:#202020;display: flex;justify-content: center;align-items: center;border-radius:1rem;padding:1rem 10rem;border: none;cursor: pointer;}
.consultation-content .box-1-3 .more-1 .submit-2:hover{background-color:#2a4b7c;}
.consultation-content .box-1-3 .boxs-1-2 .list-1{position: relative;margin-bottom:1.5rem;}
.consultation-content .box-1-3 .boxs-1-2 .list-1:last-child{margin-bottom:0}
.consultation-content .box-1-3 .boxs-1-2 .list-1 .yzm-2{position: absolute;top:50%;right:1.5%;transform: translateY(-50%);}


.ln-message-windows {position: fixed;width: 20%;background: #fff;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 7000;transition:all .4s ease;}
.ln-message-windows.hide {transform:translate(-50%,-350%);opacity: 0;}
.ln-message-windows-content {overflow: hidden;padding: 10% 5%;text-align: center;position: relative;}
.ln-message-windows-content .icon-1 {width: 10rem;height: 10rem;position: relative;border-radius: 100%;background: #FA0F00;;margin: auto;}
.ln-message-windows-content .icon-1 img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;max-width: 60%;max-height: 60%;}
.ln-message-windows-content .title-1 {font-weight: bold;font-size: 1.8rem;margin-top: 1rem;}
@media (max-width: 640px) {.ln-message-windows {width: 70%;} }

.black-overlay {position: fixed;left: 0;top:0;width: 100%;overflow: hidden;transition:all .4s ease;}
.black-overlay {height: 100%; z-index: -1; background: rgba(0,0,0,.7); opacity: 0;display:none;}
.black-overlay.kur{display: block;opacity: 1;z-index:6000;}
.ln-message-windows-content .switch-3{position: absolute;right:1rem;top:1rem;display: block;z-index: 22;width:5.5rem;height:5.5rem;z-index: 10;}
.ln-message-windows-content .switch-3 .line-1{transform: translate(-50%,-50%) rotate(45deg);width: 2rem;height:2px;background-color:#FA0F00;position: absolute;top: 50%;left: 50%;}
.ln-message-windows-content .switch-3 .line-2{transform: translate(-50%,-50%) rotate(-45deg);width: 2rem;height:2px;background-color:#FA0F00;position: absolute;top: 50%;left: 50%;}

		/* about */

.ln-about-banner{width: 100%;overflow: hidden;}
.ln-about-banner-content{position: relative;}
.ln-about-banner-content .items-1{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.ln-about-banner-content .cfybt .title-1{color: #fff;font-weight: 300;}
.ln-about-banner-content .cfybt .line-2{width:4.5rem;}
.ln-about-banner-content .cfybt .txt-3{color: #fff;font-weight: bold;line-height: 5rem;}
.ln-about-banner-content .pic-2{width: 100%;}

.ln-about-ltd{width: 100%;overflow: hidden;padding: 12rem 0;}
.ln-about-ltd .cfybt-1 .title-1{color: #000;}
.ln-about-ltd-content{width: 80%;margin: auto;}
.ln-about-ltd-content-bottom{margin-top: 7rem;display: flex;justify-content: space-between;}
.ln-about-ltd-bottom-left{width:48%;}
.ln-about-ltd-bottom-left .text-1{line-height: 6rem;}
.ln-about-ltd-bottom-left .text-1 .title-1{color: #000;font-weight: 500;}
.ln-about-ltd-bottom-left .text-1 .title-1-1{ line-height: 1.5em; background-image: linear-gradient(#FF0D00, #FF0D00); background-repeat: repeat-x; background-size: 100% 4px; background-position: 0 1.25em; display: inline; padding-bottom: 0.4em;font-weight: bold;}
.ln-about-ltd-bottom-left .text-1 .title-1-2{color: #000;font-weight: 500; padding-bottom: 0.4em;background-image: linear-gradient(#b3b3b3, #b3b3b3);background-position: 0 1.25em; display: inline;background-repeat: repeat-x;background-size: 100% 4px;}
.ln-about-ltd-bottom-left .txt-2{color: #333;line-height: 2.5rem;margin-top:5rem;}
.ln-about-ltd-bottom-right{width:48%;}
.ln-about-ltd-bottom-right .pic-2{width: 100%;}

.ln-about-cul{width: 100%;overflow: hidden;padding: 12rem 0;background-size: 100% 100%;background-image: url(../images/ln-about-bjtdt002.jpg);}
.ln-about-cul .cfybt{align-items: normal;text-align: initial;}
.ln-about-cul-content{width: 80%;margin: auto;}
.ln-about-cul-content-bottom{display: flex;flex-wrap: wrap;margin-top: 4rem;}
.ln-about-cul-content-bottom .item-1{width: 46.5%;float: left;margin-bottom:3%;margin-right: 3%;background-color: #fff;padding: 1%;}
.ln-about-cul-content-bottom .itms-1-2{margin-right: 0;}
.ln-about-cul-content-bottom .item-1 .pic-1{width: 100%;background-position: center center; background-repeat: no-repeat; background-size: cover; }
.ln-about-cul-content-bottom .item-1 .text-2{padding: 2rem;text-align: left;}
.ln-about-cul-content-bottom .item-1 .text-2 .title-1{color: #EB1201;font-weight: bold;margin-bottom:.5rem;}
.ln-about-cul-content-bottom .item-1 .text-2 .txt-2{color: #333;}
.ln-about-cul-content-bottom .itms-1-3{width: 100%;margin-right: 0;}
.cfybt-1{display: flex;flex-direction: column;}
.cfybt-1 .title-1 { color: #fff; padding-bottom: 2rem; font-weight: bold;}
.cfybt-1 .line-2 { width:4.5rem; height: 2px; background-color: #fe180b; margin-bottom: 3rem; text-align: center; }
.cfybt-1 .txt-3 {color: #fff; line-height: 2.6rem;}
.ln-about-cul-content-bottom .item-1 a:hover .text-2 .txt-2{color: #EB1201;}

.ln-about-honor{width: 100%;background-size: 100% 100%;background-image: url(../images/ln-about-bjtdt003.jpg);position: relative;padding: 8rem 0;}
.ln-about-honor-content{width: 80%;margin: auto;overflow: hidden;margin-bottom: 6rem;}
.ln-about-honor-content .nav-1{margin-top: 3.5rem;display: flex;justify-content: center;align-items: center;}
.ln-about-honor-content .nav-1 a{margin-right: 2%;padding:.5rem 4.5rem;border:1px solid #000;}
.ln-about-honor-content .nav-1 .navs-1-1:last-child{margin-right: 0;}
.ln-about-honor-content .nav-1 .navs-1-1{color: #000;}
.ln-about-honor-content-bottom{margin-top: 7rem;padding-bottom:2rem;}
.ln-about-honor-content-bottom .item-1{width: 100%;box-shadow: 0px 1px 10px #6f6f6f;}
.ln-about-honor-content-bottom .item-1 a .pic-1{width: 100%;background-position: center center; background-repeat: no-repeat; background-size: 90% 90%;}
.ln-about-honor-content .nav-1 a:hover{border:1px solid #FF0D00;background-color: #FF0D00;}
.ln-about-honor-content .nav-1 a:hover .navs-1-1{color: #fff;}
.ln-about-honor .swiper-wrapper{height: auto;}
.ln-about-honor .swiper-button-next2{right: 5%;top: 60%;}
.ln-about-honor .swiper-button-next2::after{font-size:3.5rem;color: #FF0D00;}
.ln-about-honor .swiper-button-prev2{left: 5%;top: 60%;}
.ln-about-honor .swiper-button-prev2::after{font-size:3.5rem;color: #999999;}
/* .ln-about-honor .swiper-button-prev2:hover::after,.ln-about-honor .swiper-button-next2:hover::after{color: #FF0D00;} */
.ln-about-honor .swiper-slide{transform-origin: center center;box-shadow: 0 4px 8px rgba(0,0,0,0.1);transform: scale(.7);}
.ln-about-honor .swiper-slide-active,.ln-about-honor .swiper-slide-duplicate-active{box-shadow: 0 8px 16px rgba(0,0,0,0.15); transform: scale(1);transition:all .4s ease;}
.ln-about-honor-content-bottom .swiper2{display: none;}
.ln-about-honor-content-bottom .swiper2.lur{display: flex;}


.ln-about-contact{width: 100%;padding: 13rem 0 9rem;overflow: hidden;background-color: #D9D9D9;}
.ln-about-contact-content{width: 80%;margin: auto;display: flex;justify-content: space-between;}
.ln-about-contact-content-left{width: 48%;}
.ln-about-contact-content-left .cfybt-1 .title-1{color: #000;}
.ln-about-contact-content-left .pic-2{width: 110%; position: relative; left: -10%;}
.ln-about-contact-content-right{width: 48%;}
.ln-about-contact-content-right .item-1-1{display: flex;width: 49%;flex-direction: column;}
.ln-about-contact-content-right .item-1-1 .title-1-1{font-weight: bold;padding-bottom: 1rem;border-bottom: 2px solid #FF0D00;color: #000;margin-bottom: 2rem;}
.ln-about-contact-content-right .item-1-1 .text-2{display: flex;flex-direction: column;}
.ln-about-contact-content-right .item-1-1 .text-2 .txt-1{color: #000;font-weight: bold;margin-bottom:.5rem;}
.ln-about-contact-content-right .item-1-1 .text-2 .txt-2{color: #000;line-height: 2.5rem;}
.ln-about-contact-right-bottom{margin-top:5rem;display: flex;flex-wrap: wrap;}
.ln-about-contact-right-bottom .item-1-2{width: 49%;margin-right: 2%;padding-top: 1rem;border-top: 1px solid #4D4D4D;margin-bottom: 4rem;}
.ln-about-contact-right-bottom .item-1-2:nth-child(2n){margin-right: 0;}
.ln-about-contact-right-bottom .item-1-2 .txt-1{color: #000;font-weight: bold;margin-bottom:.5rem;}
.ln-about-contact-right-bottom .item-1-2 .txt-2{color: #000;line-height: 2.5rem;}
.ln-about-honor-content .nav-1 .hur{border: 1px solid #FF0D00;background-color: #FF0D00;}
.ln-about-honor-content .nav-1 .hur .navs-1-1{color: #fff;}

.ln-about-history{width: 100%;overflow: hidden;background-image: url(../images/ln-about-his-bjtdt001.jpg);position: relative;padding: 13rem 0;} 
.ln-about-history-content{width: 80%;margin: auto;overflow: hidden;}
.ln-about-history-content .cfybt-1 .title-1{color: #000;}
.ln-about-history-content-bottom{width: 100%;padding:10% 0;}
.ln-about-history-content-bottom .item-1{display: flex;width:30rem;padding: 0 1rem;}
.ln-about-history-content-bottom .item-1 .dian-1{background-color: #808080;width:.8rem;height:.8rem;border-radius:50%;position: relative;margin-right: 1rem;}
.ln-about-history-content-bottom .item-1 .text-2{display: flex;flex-direction: column;flex-wrap: wrap;position: relative;}
.ln-about-history-content-bottom .item-1 .text-2 .txt-1{color: #808080;line-height: 3rem;margin-bottom: 1rem;font-weight: bold;}
.ln-about-history-content-bottom .item-1 .text-2 .txt-2{color: #000;}
.ln-about-history-content-bottom .item-1 .text-2 .pic-3{width: 100%;background-position: center center; background-repeat: no-repeat; background-size: cover;margin-top:1.5rem;}
.ln-about-history .line-2-1{width: 100%;height:2rem;background-color:#FF0D00;position: absolute;left: 0;top:55%;z-index: 111;}
.myswiper3 .swiper-wrapper{height: auto;}
.ln-about-history-content-bottom .item-1 .dian-1::after{content:'';position: absolute;left: 50%;top:100%;width: 1px;height:10rem;background-color: #808080;transform: translateX(-50%);}

.ln-about-history-content-bottom .item-1 .text-2 .dian-1{ position: absolute;left:-10%;top:20%;}
.myswiper3 .swiper-slide-active .item-1 .text-2 .txt-1{color: #FF0D00;}
.myswiper3 .swiper-slide-active .item-1 .text-2 .dian-1{background-color: #FF0D00;}
.myswiper3 .swiper-slide-active .item-1 .text-2 .dian-1::after{background-color: #FF0D00;}


.ln-about-history-content-bottom .iem-2{transform: translateY(20rem) scaleY(-1);}
.ln-about-history-content-bottom .iem-2 .text-2{transform: scaleY(-1);}
.ln-about-history-content-bottom .iem-2 .text-2 .dian-1{transform: scaleY(-1);}
.ln-about-history-content-bottom .iem-1-1{transform: translateY(-15rem);}
.ln-about-history-content-bottom .iem-1-1 .dian-1::after{height:25rem;}
.ln-about-history-content-bottom .iem-1-1 .text-2 .dian-1{top:5%;left: -5%;}



.page-search {padding-top: 9rem;overflow: hidden;background: #f5f5f5;}
.page-search-top {padding: 5% 0 1% 0;overflow: hidden;border-bottom: 1px solid #ccc;}
.page-search-bottom {padding: 2% 0 5% 0;overflow: hidden;}
.page-search-from {width: 50%;margin: auto;position: relative;margin-bottom: 3%;}
.page-search-from .input-2 {position: relative;}
.page-search-from .input-2 input{width: 100%;background: none;border: none;border-bottom: 2px solid #000;padding: 2rem 0;}
.page-search-from .btn-2 {position: absolute;right: 0;top: 0;width: 10%;height: 90%;}
.page-search-from .btn-2 a,.page-search-from .btn-2 input {display: block;width: 100%;position: relative;height: 100%;z-index: 1;background: none;border: none;cursor: pointer;}
.page-search-from .btn-2 a::after,.page-search-from .btn-2::after {content: '';width: 5rem;height: 5rem;position: absolute;top: 50%;right:0;border-radius: 100%;background: url('../images/search.svg') center no-repeat #ededed;background-size: 30%;transform: translateY(-50%);}
.page-search-from .btn-2:hover::after{background: url('../images/search.svg') center no-repeat #FF0D00;background-size: 30%;}
.page-search-from .btn-2 a:hover::after {background: url('../images/search.svg') center no-repeat #FF0D00;background-size: 30%;}
.page-search-results {overflow: hidden;color: #666;}
.page-search-results em {font-style: normal;color: #FF0D00;}
.page-search-list {padding: 2% 0;overflow: hidden;position: relative;}
.page-search-product-list {display: flex;flex-wrap: wrap;overflow: hidden;position: relative;margin-top: 2rem;}
.page-search-product-list .page-product-item {width: 23.5%;}
.page-search-type {display: flex;}
.page-search-type a {display: block;margin-right: 5rem;color: #ccc;}
.page-search-type a.cur,.page-search-type a:hover {color: #000;}



.ln-footer-content-bottom-right li {list-style: none;margin: 0;padding: 0;position: relative;}
.ewm-show {position: absolute;width: 11rem;padding: 1rem;background: #fff;left: 0;bottom: 100%;overflow: hidden;box-shadow: rgba(0, 0, 0, 0.35) 0.2rem 0.2rem 0.5rem;border-radius: 1rem;display: none;}
.ln-footer-content-bottom-right li:hover .ewm-show {display: block;}

@media screen and (max-width: 2200px) and (min-width: 1980px) {.ln-index-news-content-bottom .news-item .text-2{grid-template-rows: .5fr 1.4fr;}}

@media screen and (max-width: 5120px) {}
@media screen and (max-width: 3840px) {}
@media screen and (max-width: 2560px) {}
@media screen and (max-width: 2048px) {}
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1860px) {
	.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .title-1-1{font-size:2.4rem;}
	.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .txt-3{font-size: 1.4rem;}
	.ln-index-news-content-bottom .news-item .text-2{grid-template-rows: .5fr 1.4fr;}
}
@media screen and (max-width: 1680px) {.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .title-1-1{font-size:2rem;}.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .txt-3{font-size: 1.2rem;}.ln-product-items-content-top .news-item .text-2 .title-1-1{font-size: 2rem;}.ln-product-items-content-top .news-item .text-2 .txt-2-1{font-size: 1.2rem;line-height: 2rem;}.ln-product-items-content-top .news-item .text-3{margin-top: 1rem;}.ln-product-items-content-top .news-item .text-3 .jiant-1{ width: 2rem; height: 3rem;}}

@media screen and (max-width: 1580px) {}
@media screen and (max-width: 1440px) {.ln-about-history-content-bottom .item-1 .dian-1::after{height:9.5rem;}.ln-about-history-content-bottom .iem-1-1 .dian-1::after{height:24.5rem;}.ln-about-history-content-bottom .item-1{width: 27rem;}.ln-about-ltd-bottom-left .text-1 .title-1,.ln-about-ltd-bottom-left .text-1 .title-1-1,.ln-about-ltd-bottom-left .text-1 .title-1-2{font-size: 3.8rem;line-height: 5rem;}}
@media screen and (max-width: 1366px) {.ln-about-history-content-bottom .item-1 .dian-1::after{height:10rem;}.ln-about-history-content-bottom .iem-1-1 .dian-1::after{height:25rem;}.ln-about-history-content-bottom .iem-2{transform: translateY(21rem) scaleY(-1);}.ln-about-history-content-bottom .item-1{width: 26rem;}}
@media screen and (max-width: 1280px) {.ln-footer-content-top-right{width: 60%;}}
@media screen and (max-width: 1152px) {.ln-about-history-content-bottom .item-1 .dian-1::after{height:11.5rem;}.ln-about-history-content-bottom .iem-1-1 .dian-1::after{height:27rem;}.ln-about-history-content-bottom .iem-2{transform: translateY(23.5rem) scaleY(-1);}}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 980px)  {.ln-header-right .navs-2 .nav-1{padding: 0 2.5%;}.ln-index-news-content-bottom .news-item .text-2{grid-template-rows: .5fr 1.8fr;}}
@media screen and (max-width: 640px) {
	body{overflow-x:hidden!important;}
	.pcshow,.header-nav{display: none!important;}
	.mbshow,.menu-toggle{display: block!important;}   
	 
	.ln-header-right .navs-2{display: none;}
	.ln-index-banner .item-1 .boxs-1{width:90%;left: 5%;}
	.ln-index-banner .item-1 .boxs-1 .text-1 .title-1{font-size: 2rem;}
	.ln-index-banner .item-1 .boxs-1 .text-1 .txt-2{font-size: 3.6rem;}
	.myswiper1 .swiper-pagination{display: none;}
	.cfybt .txt-3{line-height: 3rem;}

	.ln-index-product-content,.ln-index-area-content,.ln-index-advant-content,.ln-index-about-content,.ln-index-news-content,.ln-footer-content,.ln-news2-banner-content .boxs-1,.ln-product-items-content,.ln-creative-banner .items-1,.ln-creative-info-content-bottom,.ln-news2-navs-content .item-1,.ln-news2-items-content,.ln-news-info-content-bottom,.ln-illustrator-info-content-bottom,.consultation-content,.ln-about-ltd-content,.ln-about-cul-content,.ln-about-contact-content,.ln-header-content,.ln-news2-navs-content .cfly-navs,.ln-news-info-content-navs,.ln-about-banner-content .items-1,.cfly-navs,.ln-about-history-content{width: 90%;}
	.ln-index-area-content-bottom,.ln-index-advant-content-bottom,.ln-index-news-content-bottom,.ln-footer-content-top,.ln-footer-content-top-right,.ln-creative-info-content-bottom,.ln-news2-navs-content .item-1,.ln-news2-items-content-top,.ln-news-info-content-bottom,.ln-news-info-content-navs,.ln-illustrator-info-content-bottom .wrap-1,.ln-illustrator-info-content-bottom .wrap-2 .inner-2,.consultation-content .box-1-3 .frame,.ln-about-ltd-content-bottom,.ln-about-cul-content-bottom,.ln-about-contact-content,.ln-product-items .news-item a,.ln-news2-navs-content .item-1 a{flex-direction: column;}

	.ln-index-product-boxs .product-item,.ln-index-area-content-bottom .item,.ln-index-advant-content-bottom .item-1-1,.ln-index-about-top-left .text-2,.ln-index-about-top-left,.ln-index-news-content-bottom .news-item,.ln-footer-content-top-left,.ln-footer-content-top-right,.ln-product-items .news-item,.ln-news2-navs-content .item-1 .pic-1,.ln-news2-navs-content .item-1 .text-2,.ln-news2-items-content-top .news-item,.ln-news-info-bottom-left,.ln-news-info-bottom-right,.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1,.consultation-content .box-1-3 .boxs-1-2,.ln-about-ltd-bottom-left,.ln-about-ltd-bottom-right,.ln-about-contact-content-left,.ln-about-contact-content-right,.ln-product-items .news-item .pic-1-1,.ln-product-items-content-top .news-item .boxs-2-1,.ln-about-contact-content-right .item-1-1,.ln-illustrator-info-content-bottom .wrap-1 .text-1{width: 100%;}
	.ln-index-product-boxs .product-item .text-2 .txt-2-1{line-height: 3rem;}
	.ln-index-product-boxs .product-item{margin-right:0;margin-bottom:5%;}
	.ln-index-about-top-left .text-2 .title-1-1,.ln-index-about-top-left .text-2 .title-1-1 span{font-size: 3rem;line-height: 4rem;}
	.ln-index-about-content-bottom .abtlogo{flex-wrap: wrap;}
	.ln-index-news-content-bottom .news-item{margin-right: 0;margin-bottom: 5%;}
	.ln-footer-content-top-right .item-1{padding: 0;}
	.ln-footer-content-top-right .item-1:last-child{align-items: normal;padding: 1.5rem 0;}
	.ln-footer-content-bottom-left .txt-2{margin-left:0}
	.ln-header-content .logo-1{width: 50%;top: 30%;}
	.ln-news2-banner-content .boxs-1 .cfybt .txt-4{width: 100%;font-size: 2rem;}
	.ln-product-items .news-item{margin-right:0;}
	.ln-index-about{background-size: cover;}
	.ln-index-advant{padding: 6rem 0;}
	.cfitem-1-1{width: 100%;margin-right: 0;}

	.ln-news2-navs-content .item-1 .text-2{margin-top:5%;border-bottom:none;}
	.ln-news2-items-content-top .news-item{margin-right: 0;margin-bottom: 5%;}
	.ln-news-info-content-navs a,.ln-illustrator-info-content-bottom .wrap-1 .text-1{margin-bottom: 3%;}
	.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1{margin-right: 0;}

	.consultation-content .box-1-3 .frame .from-1{width: 100%;margin-top: 1.5rem;}
	.ln-about-ltd-content-bottom{margin-top: 3%;}
	.ln-about-ltd-bottom-left .text-1 .title-1,.ln-about-ltd-bottom-left .text-1 .title-1-1,.ln-about-ltd-bottom-left .text-1 .title-1-2{font-size:3.6rem;}
	.ln-about-ltd-bottom-right{margin-top:3%;}
	.ln-about-cul-content-bottom .item-1{width: 100%;margin-right: 0;box-sizing: border-box;}

	.ln-about-contact-content-left .pic-2{width: 100%;left: 0;}
	.transverse{display: block;}
	.ln-index-about-content-bottom .abtlogo .logo-item{width:25.33%;padding:3% 1%;}
	.ln-news2-navs-1 .navs-txt a{border-right: 1px solid #ccc;}
	
	.ln-product-items .news-item{padding: 3%;box-sizing: border-box;margin-bottom: 5%;}
	.ln-illustrator-banner-content .items-1{left: 5%;width: 90%;}
	.ln-illustrator-info .cfly-navs{margin-left: 5%;width: 90%;}
	.ln-news2-navs-1 .navs-txt a{padding: 1rem 0;display: block;text-align: center;}
	.ln-about-honor-content .nav-1 a{padding:.5rem 1.5rem;}
	.ln-about-honor .swiper-slide{margin: auto;}

	.ln-footer-content-top-right .item-1 .item-1-title{border-bottom: 1px solid #505050;position: relative;padding: 1.5rem 0;margin-bottom: 0;}
    .ln-footer-content-top-right .item-1 .item-1-title::before { content: ''; width: 14px; height: 2px; background-color: #000; z-index: 10; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
	.ln-footer-content-top-right .item-1 .item-1-title::after { content: ''; width: 2px; height: 14px; position: absolute; right:6px; top: 50%; background-color: #000; z-index: 10; transform: translateY(-50%);}
	.ln-footer-content-top-right .item-1.open .item-1-title::after{display: none;}
	.ln-footer-content-top-right .item-nav-2{padding-top: 1.5rem;display: none;transition: all 0.1s ease;}
	.ln-footer-content-top-right{margin-top: 3rem;}
	.ln-about-honor-content{width: 100%;}
	.ln-about-honor .swiper-button-next2{right: 9%;}
	.ln-about-honor .swiper-button-prev2{left: 9%;}
	.ln-footer-content-top-right .item-1 .nav-1{margin-bottom: 1.5rem;}
	.ln-footer-content-top-right .item-1:last-child{padding: 0;}
	.ln-footer-content-bottom-left{width: 100%;flex-direction: column;}
	.ln-footer-content-bottom{display: flex; flex-direction: column;}
	.ln-footer-content-bottom-right .social{justify-content: normal;}
	.ln-footer-content-bottom-right .social a:first-child{margin-left: 0;}
	.ln-news2-navs-1 .navs-txt{border-bottom:none;padding: 1% 0;width: 23.333%;}
	.ln-news2-navs-1 .gur a{border-bottom:1px solid #E6E6E6;}
	.ln-news2-navs-1 {padding: 2rem 5%; box-sizing: border-box; width: 100%; flex-wrap: wrap; overflow: auto;justify-content: space-between;}


	.ln-footer-content-top-left .text-2 .title-1,.ln-footer-content-top-right .item-1 .item-1-title,.ln-news2-navs-1 .navs-txt a,.ln-news2-items-content-top .news-item .text-2 .title-1-1,.ln-index-product-boxs .product-item .text-2 .title-1-1,.ln-index-news-content-bottom .news-item .text-2 .title-1-1{font-size: 2.4rem;line-height: 3rem;}
	.ln-footer-content-top-left .text-2 .txt-2,.ln-footer-content-top-right .item-1 .nav-1 a,.ln-product-items-content-top .news-item .text-2 .txt-2-1,.cfly-navs a,.ln-news2-navs-content .item-1 .text-2 .num-4,.ln-news2-items-content-top .news-item .text-2 .txt-2-1,.ln-footer-content-bottom-left .txt-1,.ln-footer-content-bottom-left .txt-2,.ln-about-ltd-bottom-left .txt-2,.ln-about-cul-content-bottom .item-1 .text-2 .txt-2,.ln-index-product-boxs .product-item .text-2 .txt-2-1,.ln-index-product-boxs .product-item .more-3 .txt-2-2,.ln-index-about-top-left .text-2 .txt-2,.ln-index-news-content-top .more-2 a,.ln-index-news-content-bottom .news-item .text-2 .txt-2-1,.ln-about-honor-content .nav-1 .navs-1-1,.ln-creative-banner .items-1 .txt-2,.cfitem-1-1 a .txt-4,.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 .txt-2,.ln-illustrator-banner-content .items-1 .txt-2,.ln-index-product-boxs .boxs-2-2 .text-2 .txt-2-3,.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .txt-3,.ln-index-advant-content-bottom .item-1-1 .boxs-1-3 .text-1 .text-2 .txt-1-2,.ln-news-info-bottom-left .txt-2-1,.ln-about-contact-content-right .item-1-1 .text-2 .txt-1,.ln-about-contact-content-right .item-1-1 .text-2 .txt-2,.ln-about-contact-right-bottom .item-1-2 .txt-2,.ln-about-contact-right-bottom .item-1-2 .txt-1,.cfybt .txt-3,.ln-news-info-bottom-right .item-2 .txt-3,.ln-news-info-content-navs a,.ln-about-history-content-bottom .item-1 .text-2 .txt-2,.ln-footer-content-bottom-left .txt-1 a{font-size: 2rem;line-height:3rem;}

	.ln-footer-content-top-left .text-2 .txt-2{line-height:3rem;}

	.ln-product-items-content-top .news-item .boxs-2-1,.ln-product-items-content-top .news-item .text-2 .txt-2-1{margin-top: 3%;}
	.ln-footer-content-bottom-left .txt-1{line-height: 2.5rem;}
	.cfybt-1 .txt-3{line-height:3rem;}
	.ln-index-area-content-bottom .item{padding: 3%;box-sizing: border-box;}
	.ln-about-honor-content .nav-1 a:last-child{margin-right: 0;}
	.ln-index-about{background: url(../images/ln-about-bjtdt004.jpg) center no-repeat;}
	
	.ln-product-navs .ln-news2-navs-1 .navs-txt{width:auto;padding: 1% 1%;}
	.ln-product-navs .ln-news2-navs-1{justify-content: flex-start;}
	.ln-product-navs .ln-news2-navs-1 .navs-txt a{display: block;padding: 1rem;}
	.ln-about-history-content-bottom{padding: 30% 0;}
	.ln-index-news-content .more-3 a{font-size:2rem;padding: 1rem 4rem;}
	.ln-header-right .menu-3 .language .txt-2{display: none;}
	.ln-index-area-content-bottom .item .boxs-1-2 .text-2 .title-1-1{font-size: 3.2rem;}
	.ln-product-banner .cfybt .txt-3,.ln-news2-banner .cfybt .txt-3,.ln-about-banner .cfybt .txt-3{font-size:3.6rem;}
	.ln-product-items-content-top .news-item .text-2 .title-1-1,.ln-about-contact-content-right .item-1-1 .title-1-1{font-size:2.8rem;}
	.ln-header{padding:3rem 0;}
	.ln-news-info-bottom-right .item-2 .title-2{font-size: 2.4rem;line-height: 3.6rem;}
	.ln-about-history-content-bottom .item-1{width: 25rem;margin-left: 3rem;}
	.ln-header-right .menu-3 .search a,.ln-header-right .menu-3 .language a .lingo-1{height: 4rem;width: 3rem;}
	.header-nav-search{margin-top: 9.5rem;}
	.ln-product-navs .ln-news2-navs-1 .navs-txt a{border: 1px solid #ccc;}
	.ln-news2-navs-1 .gur a{border: 1px solid #ccc;}
	.ln-index-banner{padding-top: 8.5rem;}
	.ln-header-right .menu-3{width:30%;justify-content: space-between;}
	.ln-header-right .language .conversion{width:auto ;margin-top: 3rem;}
	.ln-header-right .language .conversion a{padding: 1rem 2rem;}
	.ln-index-news-content-top .more-2 a{padding:.7rem 1.5rem;}
	.ln-index-news-content-top .more-2-1 {margin: 0 .5rem;}
	.ln-footer-content-bottom-right li {margin-right:1rem;}
	.consultation-content .box-1-3 .frame input,.consultation-content .box-1-3 .frame .from-1 textarea {padding: 1.5rem 2rem;font-size: 1.8rem;}
	.ln-footer-content-bottom-right .social a {height: 3rem;width: 3rem;}
	.cfly-navs a:last-child {display: none;}
	.ln-about-cul-content-bottom .item-1 .text-2 .txt-2 {margin-top: 1rem;}
	.ln-about-contact-right-bottom .item-1-2 .txt-1,.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 .title-1-2 {font-size: 2.4rem;padding: 1rem 0;}
	.ln-news-info-bottom-left .txt-2-1,.ln-about-ltd-bottom-left .txt-2,.ln-about-cul-content-bottom .item-1 .text-2 .txt-2,.ln-index-product-boxs .product-item .text-2 .txt-2-1,
	.ln-illustrator-info-content-bottom .wrap-1 .text-1 .txt-2,.ln-index-about-top-left .text-2 .txt-2,.ln-index-news-content-bottom .news-item .text-2 .txt-2-1,
	.ln-news2-navs-content .item-1 .text-2 .txt-3,.ln-product-items-content-top .news-item .text-2 .txt-2-1,.ln-creative-banner .items-1 .txt-2,.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 .txt-2,.cfybt .txt-3 {line-height:3.6rem;}
	.ln-news-info-bottom-left .text-1 .boxs-2 .boxs-2-left .time-1,.ln-news-info-bottom-left .text-1 .boxs-2 .boxs-2-left .pub-2,.ln-news-info-bottom-left .text-1 .boxs-2 .boxs-2-right .page ,.consultation-content .box-1-3 .more-1 .submit-2{font-size: 1.8rem;}
	.ln-about-contact-right-bottom .item-1-2 {width: 100%;margin-right: 0;margin-top:5%;}
	.ln-news2-banner-content .boxs-1 .cfybt .txt-4 {height: auto;}
	.ln-news2-banner-content .boxs-1 .cfybt .txt-4 {line-height:3.2rem;}
	.ln-creative-banner .items-1 .logo-1 {width: 47%;}
	.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-2 a .text-1-1,.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 .pic-2 {width: 100%; }
	.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-2 .pic-1-1 {width: 6rem;height: 6rem;}
	.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 a {flex-wrap: wrap;}
	.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 a .text-1-1 {margin: 0;width: 100%;}
	.ln-illustrator-info-content-bottom .wrap-2 .inner-2 .item-1-1 .pic-2 {margin-top: 2rem;}
}



 

/* 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 : 1280px) and (orientation : landscape) { 

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

