@font-face {
  font-family: 'hm';
  src: url('fonts/HarmonyOS/Light.woff') format('woff');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'hm';
  src: url('fonts/HarmonyOS/Regular.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'hm';
  src: url('fonts/HarmonyOS/Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'hm';
  src: url('fonts/HarmonyOS/Bold.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

body{font-family: 'hm'; font-weight: normal; font-size: var(--font-size16);--hover-color:#2876c4; --white:#fff; --black:#000; --grey:#333; --grey2:#999; --rgb-white:255,255,255;--rgb-black:0,0,0;--rgb-hover:40,118,196; --radius: .1rem;}
a:hover{color:var(--hover-color);}



/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox em,
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;transition: all ease 0.3s;}


.Hometitle {margin-bottom: 0.4rem;position: relative;z-index: 1;line-height: 1;}
.Hometitle .cn {font-size: var(--font-size40);color: var(--black);font-weight: bold;}
.Hometitle .en{font-size:var(--font-size60); color: #e4edf6; position: absolute;top: 50%;width: 100%;transform: translateY(-95%);z-index: -1; font-weight: 100; }
.Hometitle.white .cn {color: #fff;}
.Hometitle.white .en{ color: #e4edf6; opacity: 0.15; }
.Hometitle.center{ text-align: center;}

.Homemore a{display: flex;align-items: center;width: 1.6rem;height: .5rem;border-radius: 0.5rem; border: 0.01rem solid var(--hover-color); background: var(--hover-color); color:var(--white);justify-content: center;transition: .5s all;overflow:hidden;position: relative; z-index: 2;}
.Homemore a::after{display: inline-block;content: '';width: 0.08rem;height: 0.08rem;transform: rotate(45deg);border-top: 0.02rem solid var(--white);border-right: 0.02rem solid var(--white);margin-left: 0.2rem;vertical-align: middle;}
.Homemore a:before{content:"";position:absolute;right:125%;bottom:0;width:150%;height:150%;transform:skew(-45deg);background:var(--hover-color);z-index:-1;transition:.5s all;}
.Homemore a:hover:before{right:-25%;}
.Homemore a:hover{ color: var(--white);}
.Homemore a:hover::after{ border-color: var(--white);}

.Homemore.white a{border: 0.01rem solid #dfe6ed; color:var(--black); background: var(--white);}
.Homemore.white a::after{border-color: var(--hover-color);}
.Homemore.white a:hover{ color: var(--white); border-color: var(--hover-color);}
.Homemore.white a:hover::after{ border-color: var(--white);}

@media(max-width: 1024px) {
.Hometitle .cn {font-size: var(--font-size36);}
.Hometitle .en{font-size:var(--font-size46);}
}

@keyframes glowing {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 150% 50%;
	}
}

.lm-title{font-size:0.36rem;font-weight: bold;color:#000;margin-bottom:0.4rem;}
.lm-title:after{content:'';width:0.36rem;height: .03rem;background:var(--hover-color);display: block;margin-top:0.1rem;}
.lm-title.center{text-align: center}
.lm-title.center:after{margin:0.1rem auto 0;}
.lm-title.white{color: #fff;}

@media(max-width: 1024px) {
.lm-title{font-size:0.3rem;margin-bottom:0.3rem;}
}

/*Top003156 */
.Top003156 {position: fixed;z-index: 100;left: 0;top: 0;width: 100%; transition: background-color 0.3s,transform 1s;}
.Top003156 .auto { position: relative; z-index: 3; }
.Top003156 .logo { display: table; }
.Top003156 .logo a { display: table-cell; vertical-align: middle; }
.Top003156 .top-right { position: absolute; right: 0; top: 0; display: table; }
.Top003156 .top-right > * { display: table-cell; vertical-align: middle; }
.Top003156 .open-search { cursor: pointer; display: block; width: 0.22rem; height: 0.22rem; background: url(../images/search_white.svg) no-repeat center center; background-size: 0.17rem auto; border-radius: 50%; }
.Top003156 .open-search.on:before, .Top003156 .open-search.on:after { background-color: var(--hover-color); }
.Top003156 .top-search { position: absolute; right: 0; top: 100%; z-index: 100; background-color: #fff; box-shadow: 0 0 0.05rem rgba(0,0,0,0.3); border-radius: 0.05rem; }
.Top003156 .top-search .text { width: 100%; height: 0.5rem; line-height: 0.5rem;; padding: 0 0.5rem 0 0.15rem;border-radius: 0.05rem; }
.Top003156 .top-search .btn { position: absolute; right: 0; top: 0; width: 0.5rem;; height: 100%; background: url(../images/search.svg) no-repeat center center; background-size: auto 0.18rem; }
.Top003156 .top-right .topsea{position: relative;z-index: 100;padding-left: 0.3rem;}
.Top003156 .top-right .topsea::before{position:absolute;left: 0; top: 50%; width: 0.01rem; height:.16rem; content: ''; background: rgba(var(--rgb-white), 0.3); transform: translateY(-50%);}
.Top003156 .top-right .lang{position: relative;z-index: 100; }

.Top003156 .top-right .lang .icon{ display:block;background:url(../images/lang_white.svg) no-repeat left center; padding:0 0.2rem 0 0.3rem; cursor:pointer; position: relative; z-index: 1;  background-size: auto 0.2rem; color: #fff; font-size: var(--font-size14);}
.Top003156 .top-right .lang .icon:after {position: absolute;width:0.06rem;height: 0.06rem;content: '';transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);border-top: 1px solid #fff;border-right: 1px solid #fff;right: 0;top: 50%;margin-top: -0.03rem;}
.Top003156 .top-right .lang .lang_box{position: absolute; left: 50%; width: 100px;margin-left: -50px; z-index: 100;background: #fff;border-radius: 0 0 6px 6px; top: 100%; padding: 10px 0;display: none;}
.Top003156 .top-right .lang .lang_box a{display: block;line-height: 30px;text-align: center;}
.Top003156 menu li span, .Top003156 menu li span a { display: block; }
.Top003156 menu li span { position: relative; z-index: 2; }
.Top003156 menu li span:after { position: absolute; content: ''; left: 50%; height: 2px; background-color: var(--white); transform: translateX(-50%); transition: 0.3s; bottom: -1px; width: 0; }
.Top003156 menu li span a:hover, 
.Top003156 menu li.aon span a { color: #fff; }
.Top003156 menu li:hover span:after, 
.Top003156 menu li.aon span:after { width: 100%; }

.Top003156 menu li span a{color: #fff;}

.Top003156.hover::after,
.Top003156.fixed::after{background-image: none;}
.Top003156 .logo .red{display: none;}
.Top003156 .logo .white{display: block;}
.Top003156.hover .logo .white,
.Top003156.fixed .logo .white{display: none;}
.Top003156.hover .logo .red,
.Top003156.fixed .logo .red{display: block;}
.Top003156.hover menu li span a,
.Top003156.fixed menu li span a{color: var(--black);}
.Top003156.hover menu li span a:hover, 
.Top003156.fixed menu li span a:hover, 
.Top003156.hover menu li.aon span a,
.Top003156.fixed menu li.aon span a { color: var(--hover-color); }
.Top003156.hover menu li span:after,
.Top003156.fixed menu li span:after{ background-color: var(--hover-color);}
.Top003156.hover,
.Top003156.fixed{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: fixed;}
.Top003156.hover menu li span:after,
.Top003156.fixed menu li span:after{background-color: var(--hover-color);}
.Top003156.hover menu li a:hover,
.Top003156.hover menu li.aon span a,
.Top003156.fixed menu li a:hover,
.Top003156.fixed menu li.aon span a{color: var(--hover-color);}
.Top003156.hover .top-right .lang .icon,
.Top003156.fixed .top-right .lang .icon{background-image:url(../images/lang.svg); color: #333;}
.Top003156.hover .top-right .lang .icon:after,
.Top003156.fixed .top-right .lang .icon:after{ border-color: #333;}
.Top003156.hover .top-right .topsea::before,
.Top003156.fixed .top-right .topsea::before{background: rgba(var(--rgb-black), 0.3);}
.Top003156.hover .open-search,
.Top003156.fixed .open-search{background: url(../images/search.svg) no-repeat center center;background-size: 0.17rem auto; }
.Top003156.hover .open-search.on:before, 
.Top003156.hover .open-search.on:after,
.Top003156.fixed .open-search.on:before, 
.Top003156.fixed .open-search.on:after { background-color: var(--hover-color); }


@media (min-width:1025px) {
.Top003156 header { padding: 0 2rem 0 0%; }
.Top003156 menu { /* margin: 0 auto; display: table; */ float: right; }
.Top003156 .top-right{float: right;}
.Top003156 .top-right{float: right;margin-left: calc(30 / 1920* 100vw);}
.Top003156 menu li { float: left; }
.Top003156 menu li + li { margin-left: calc(68 / 1920 * 100vw); }
.Top003156 menu li span a { line-height:0.9rem; font-size: var(--font-size18);}
.Top003156 .logo { height: 0.9rem;  float: left;}
.Top003156 .logo img { max-height: 0.47rem; }
.Top003156 .top-right { height:0.9rem; }
.Top003156 .top-right dd a { margin-right: 0.1rem; }
.Top003156 .top-right dt:nth-child(2n){padding-left: 0.2rem;}
.top-search { width: 20em; }
.Top003156 menu li .sub{position: absolute; top: 100%; background-color: #fff;border-radius: 0 0 5px 5px;width: 1.5rem;  margin-left: -0.75rem; overflow: hidden;}
.Top003156 menu li .sub dt a:hover{color:var(--hover-color);}
}

@media (max-width:1024px) {
.Top003156 menu { position: absolute; right: 0; top: 100%;width: 240px; padding: 0.24rem; background: #fff;  visibility: hidden; transform: translateY(5em); transition: 0.3s; opacity: 0; }
.menu-show .Top003156 menu { transform: translateY(0); opacity: 1; visibility: inherit; }
.Top003156 menu li {border-bottom: 1px dotted #eee;}
.Top003156 menu li span{line-height: 0.5rem; }
.Top003156 menu li span a {   color: #333; font-size:var(--font-size18); }
.Top003156 menu li a:hover, 
.Top003156 menu li.aon span a{color: var(--hover-color);}
.Top003156.fixed menu li span:after{ display: none;}
.Top003156 .logo { max-width: 40%; height: 0.6rem; }
.Top003156 .logo img { max-height: 0.45rem; }
.Top003156 .top-right { height: 0.6rem; }
.Top003156 .top-right dd { font-size: 0.16rem; }
.Top003156 .top-right dd a { margin-left: 0.16rem; }
.Top003156 .top-right dt { padding-left:0.16rem; }
.Top003156 .open-menu { display: block; width: 0.3rem; height: 0.3rem; }
.Top003156 .open-menu i { background-color: #fff; }
.Top003156 menu li.has-sub span .op:before, 
.Top003156 menu li.has-sub span .op:after{background-color: var(--hover-color);}
.top-search { width: 100%; }
.Top003156.fixed .open-menu i { background-color:#333; }
.Top003156 menu li .sub {background-color: #f8f9fa;}
.Top003156 .top-right .lang .lang_box{width: 60px; margin-left: -30px;}
}


.HomeBan{overflow: hidden; position: relative;}
.HomeBan li{position: relative;overflow: hidden;}
.HomeBan li img{display: block;width: 100%;}
.HomeBan li video{position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%,-50%); height: 100%; width: 100%;object-fit: cover;}
.HomeBan li .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff; z-index: 20;}
.HomeBan li .txt .tit {font-size: var(--font-size45);line-height: 1.3;  margin-bottom: 0.2rem;font-weight: 500;}
.HomeBan li .txt .desc{font-size: var(--font-size18); line-height: 1.875;}

.HomeBan .slick-dots{position: absolute;left: 50%;transform: translateX(-50%);z-index: 10; bottom: 1.2rem;}
.HomeBan .slick-dots li{display: inline-block; width: 0.24rem; height:  0.24rem;cursor: pointer;border:1px solid  transparent; margin: 0 .1rem;position: relative;border-radius: 50%; }
.HomeBan .slick-dots li button{position: absolute;background: #fff; font-size: 0;width: 0.08rem; height:0.08rem; border-radius: 50%; left: 50%; top: 50%; margin: -0.04rem 0 0 -0.04rem;border: 0;padding: 0;cursor: pointer;}
.HomeBan .slick-dots li.slick-active{border-color: var(--hover-color);}
.HomeBan .slick-dots li.slick-active button{ background: var(--hover-color);width: 0.1rem; height:0.1rem;margin: -0.05rem 0 0 -0.05rem;}

.HomeBan .mouse { position: absolute; z-index: 110; left: 50%;transform: translateX(-50%); bottom:0.32rem;text-align: center;  }
.HomeBan .mouse p { margin: 0;  display: block; text-align: center; color: var(--white); font-size: var(--font-size14);line-height: 1.2; }
.HomeBan .mouse i { display: block; margin: 0 auto 0.08rem; width: 0.20rem; height: 0.33rem; border: 2px solid var(--white); border-radius: 0.25rem; position: relative; }
.HomeBan .mouse i:before { position: absolute; content: ''; width: 2px; height: 0.06rem; left: 50%; margin-left: -1px; bottom: 0.05rem; background-color: var(--white); animation: mouse 1s linear infinite both alternate; }
@keyframes mouse {
 0% {
transform: translateY(-10px);
}
 100% {
transform: translateY(0);
}
}

@media (min-width:1025px) {
.HomeBan .wap{display: none;} 
.HomeBan .text{width: 48%;}
}
@media(max-width:1024px){
.HomeBan .pc{display: none;} 
.HomeBan li .txt .tit {font-size: var(--font-size30); margin-bottom: 0.1rem;}
.HomeBan li .txt .desc{font-size: var(--font-size16); line-height: 1.8;}
.HomeBan li .txt .Homemore{margin-top:0.2rem;}
.HomeBan li .txt .btn a{line-height: 0.45rem;padding:0 0.2rem;}
.HomeBan .slick-dots{bottom:0.2rem;}
.HomeBan  li.slick-slide video{left: -100%;top: 100%; opacity: 0;}
.HomeBan  li.slick-slide .open-video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(../images/play.png) no-repeat center center;background-size: auto 0.5rem; z-index: 20;}
.HomeBan  li.video-show .open-video{left: -100%;opacity: 0; transform: translateX(-100%);}
.HomeBan  li.video-show video{left: 50%; top: 50%; opacity: 1;}
}


.HomeAbout{ overflow: hidden; position: relative; }
.HomeAbout .bg{ position: absolute; left: 0; bottom: 0; width: 53%; z-index:-1;}
.HomeAbout .bg img{ width: 100%; }

.HomeAbout .edit_info{font-size: var(--font-size18); color: var(--black); line-height: 1.8; font-weight: lighter; }
.HomeAbout .edit_info p{ margin: 0.12rem 0;}
.HomeAbout .right img{ width: 100%;}
.HomeAbout .btnbox{margin-top:0.4rem; display: flex;align-items: center;}
.HomeAbout .btnbox .jdbtn {margin-left: 0.2rem;}

.HomeAbout .right{position: relative;z-index: 5;}

.HomeAbout .number{  position: absolute; width:100%;left:0;top:50%;transform: translateY(-70%); z-index: 20; padding-left: 0.8rem; max-width:9.6rem; }
.HomeAbout .number ul {display: flex;flex-wrap: wrap;justify-content: center;justify-content: space-between;overflow: hidden;}
.HomeAbout .number li{float: left;width: 31%; margin: 0 1%;position: relative;  margin-bottom: var(--padMar80) ; }
.HomeAbout .number li .Con{display: flex;align-items: center;}
.HomeAbout .number li .num{flex: 0; margin-right: 0.12rem;}
.HomeAbout .number li aside{display: inline-block;position: relative;line-height: 1;}
.HomeAbout .number li aside b{font-size: var(--font-size70);color: var(--white);display: block;  font-weight: 500; }
.HomeAbout .number li .txt{flex: 1;}
.HomeAbout .number li .txt sub{font-size: var(--font-size24);color: #86c7ff; }
.HomeAbout .number li .txt p{font-size: var(--font-size18);color: var(--white); margin: 0;line-height: 1.2;margin-top:0.08rem;font-weight: lighter; }

@media(min-width:1025px){
.HomeAbout .intro{ display: flex; justify-content: space-between;  align-items: center;padding-left: calc((100% - 1440px) / 2);}
.HomeAbout .left{width:46%; padding-right: 0.5rem;} 
.HomeAbout .right {width: 50%;}
.HomeAbout .pic {position: relative;width: 50vw;}
}
@media(max-width:1024px){
.HomeAbout{padding: var(--padMar120) 0;}
.HomeAbout .auto{width: 94%;}
.HomeAbout .left{ margin-bottom: 0.2rem;}
.HomeAbout .number{padding-left: 0rem; padding:0 0.3rem;}
.HomeAbout .number li{ width: 48%; margin-bottom: 0.2rem;}
.HomeAbout .number li aside b{font-size: var(--font-size46);}
.HomeAbout .number li .txt sub{font-size: var(--font-size18);}
.HomeAbout .bg{width: 100%;}
}


.HomeQuali{padding: var(--padMar120) 0;position: relative;z-index: 1; overflow: hidden;}
.HomeQuali::before{position: absolute;content: '';left: 0; top: 0; height: 100%;width:50vw; background: url(../images/Quali-Leftbg.jpg) no-repeat top center;background-size: cover;z-index: -1;}
.HomeQuali::after{position: absolute;content: '';right: 0; top: 0; height: 100%;width:50vw; background: url(../images/Quali-Rightbg.png) no-repeat top center;background-size: cover;z-index: -1;}

.HomeQuali .box{position: relative;z-index:9; height: auto;}
.HomeQuali .box .left{position: relative; z-index: 12;}
.HomeQuali .box .swiper-img{width:60vw;}
.HomeQuali .box .swiper-img .item{position: relative;}
.HomeQuali .box .swiper-img .item .img{width:60vw;padding-top:6rem;transition: all .5s;}

.HomeQuali .controls{ position: absolute;bottom:-0.25rem; padding: 0;right: 1rem; z-index: 1;}
.HomeQuali .controls .arrows{display: flex;align-items: center;justify-content: center;width:1.8rem;}
.HomeQuali .controls .arrows a{display: block;width: 0.5rem; height: 0.5rem;border-radius: 0.5rem; background-position: center center; background-repeat: no-repeat;  cursor: pointer; transition: 0.3s; background-color: var(--white); position: relative;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08); }
.HomeQuali .controls .arrows a:before{position: absolute; content: ''; width: 20%; height: 20%;border-left: 0.02rem solid var(--hover-color);border-top: 0.02rem solid var(--hover-color); transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.HomeQuali .controls .arrows a + a{margin-left: 0.5rem;}
.HomeQuali .controls .arrows a.next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.HomeQuali .controls .arrows a:hover {background-color: var(--hover-color); border-color: var(--hover-color);}
.HomeQuali .controls .arrows a:hover:before{ border-color: #fff;}
.HomeQuali .controls .arrows a:after{content:"";left:-0.07rem;top:-0.07rem;right:-0.07rem;bottom:-0.07rem;position:absolute;background:var(--white);z-index:-8;opacity:0.15;border-radius:50%;}
.HomeQuali .controls .arrows a:hover:after{background-color: var(--hover-color);animation:linear scale 2s infinite;}


.HomeQuali .con-list li{overflow: hidden; }
.HomeQuali .con-list li:not(:last-child){margin-bottom: 0.4rem;}
.HomeQuali .con-list li .icon{width:0.32rem;flex-shrink: 0;}
.HomeQuali .con-list li .icon img{max-height: 0.24rem;}
.HomeQuali .con-list li .tit{display: flex;  align-items: center;}
.HomeQuali .con-list li .tit .name{flex: 1;font-size: var(--font-size24);font-weight: 500; color: var(--black);}
.HomeQuali .con-list li .txt{padding: 0.2rem 0 0.4rem 0;border-bottom: 1px dashed #bfbfbf; display: none; opacity: 0; height: 0;}
.HomeQuali .con-list li .slogan span{ display: inline-block;font-size: var(--font-size18);color: var(--black);padding-left: 0.15rem;position: relative;margin-bottom: 0.2rem;}
.HomeQuali .con-list li .slogan span:not(:last-child){margin-right: 0.1rem;}
.HomeQuali .con-list li .slogan span:before{position: absolute;left: 0;top: 0.11rem;width: 0.05rem;height: 0.05rem;border-radius: 50%;content: "";background-color: #3a9dff;}
.HomeQuali .con-list li .desc{font-size:var(--font-size16);line-height:1.8;color: var(--black); font-weight: lighter;margin-bottom: 0.3rem;}

.HomeQuali .con-list li.show .txt{display: block;opacity: 1;height: auto;}

@media(min-width:1025px){
.HomeQuali .box{ display: flex; justify-content: space-between;  align-items: center;}
.HomeQuali .right{width:50%; padding-left: 1rem;} 
.HomeQuali .con-list{width:4.4rem;position: absolute; top: 2rem;}
.HomeQuali .right{}
.HomeQuali .Hometitle{width:35%;position:absolute;top:0.8rem;right:0;padding-right:0.8rem; }
}

@media (max-width:1024px) {
.HomeQuali .auto{width: 94%;}
.HomeQuali::before{height: 2.5rem;}
.HomeQuali::after{ width: 100%;}
.HomeQuali .left{ margin-bottom: var(--padMar130);}
.HomeQuali .box .swiper-img{width: 100%;}
.HomeQuali .box .swiper-img .item .img{width: 100%;padding-top: 2.5rem;}
.HomeQuali .controls{right: 0rem; }
.HomeQuali .controls .arrows a + a{margin-left: 0.2rem;}
}


@keyframes scale{
from{transform:scale(0.8);opacity:0.4;}
to{transform:scale(1.2);opacity:0;}
}


.Floor003237{position: relative;overflow: hidden;padding:var(--padMar120) 0;}
.Floor003237 .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover; z-index: -1; overflow: hidden;}
.Floor003237 .bg::after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: rgba(0,0,0,0);transition: all 0.5s; }
.Floor003237 .edit_info{font-size: var(--font-size16); color: var(--white); line-height: 1.8; font-weight: lighter; text-align: justify; }
.Floor003237 .edit_info p{ margin: 0.12rem 0;}
.Floor003237 .Homemore{ margin-top: var(--padMar70);}


.Floor003237 .list{position: relative;z-index: 1; overflow: hidden;display: flex;align-items: center;justify-content: flex-end;flex-direction: column; color: #fff;}

.Floor003237 .Con{ max-width: 8.6rem;}
.Floor003237 .circle-contain{--h:5rem;--t:0.8rem;overflow: hidden; height: var(--h);  width: 100%;position: relative;z-index: 1;padding-top: var(--t);}
.Floor003237 .circle-ani{position: relative;padding-bottom: 100%;z-index: 1;}

.Floor003237 #circle {position: absolute;width: 100%; height: 100%;border: solid 6px rgba(248, 248, 248, 0.2); border-radius: 50%; transform: rotate(0deg);transition: transform 1s;}
.Floor003237 #circle .point {position: absolute;width: 0.2rem;height: 0.2rem;border-radius: 50%;border: 1px solid #fff;top: 50%;left: 50%;margin-left: -0.1rem;margin-top: -0.1rem; transform-origin: 0 0; display: flex; align-items: center;justify-content: center; cursor: pointer;transform: rotate(var(--deg1)) translate(var(--halfW)) rotate(var(--deg2));}
.Floor003237 #circle .point::before{display: block; content: '';background-color: #fff;width: 0.06rem;height: 0.06rem;border-radius: 50%;}
.Floor003237 #circle .text {position: absolute;white-space: nowrap; }
.Floor003237 #circle .title{position: absolute;font-style: normal;font-size: var(--font-size20);transform: translateY(-0.18rem);transition: 0.2s;}
.Floor003237 #circle .point.active .title{font-size: var(--font-size24);font-weight: 500; }
.Floor003237 #circle .point.active .title:not(.center){margin: 0 0.3rem;}
.Floor003237 #circle .point.active .title.center{margin-top: -0.4rem;}
.Floor003237 #circle .icon{position: absolute;width: 0.8rem;height: 0.8rem;border-radius: 50%; overflow: hidden; background-color: var(--hover-color); border: 0.02rem solid #2e97ff; display: flex;align-items: center;justify-content: center;margin: -0.35rem 0 0 -0.35rem;left: 50%;top: 50%;opacity: 1;transform: scale(1);transition: 0.3s;  }
.Floor003237 #circle .point.active .icon{opacity: 1; transform: scale(2);}
.Floor003237 #circle .icon img{max-width: 100%;max-height: 100%; overflow: hidden;}
.Floor003237 #circle .icon::before{position: absolute; content: '';background-color: var(--hover-color); opacity: 0.5; border-radius: 50%;width: 0.9rem;height: 0.9rem;left: 50%;top: 50%; /* transform: translate(-50%,-50%); */ box-shadow: 0 0 0.2rem rgba(6, 158, 225, 0.8);margin: -0.45rem 0 0 -0.45rem; }
.Floor003237 #circle .point.active .icon::before{ opacity: 0; }

.Floor003237 .swiper-wrapper{height: auto;}
.Floor003237 .swiper-area{position: absolute;left: 50%;transform: translateX(-50%);top: 0;width: calc(571 / var(--autoWidth) * 100%);height: var(--h);z-index:10;display: flex;align-items: center;justify-content: center;pointer-events: none;}

.Floor003237 .swiper-area .item{text-align: center;}
.Floor003237 .swiper-area  :where(.title,.desc,.more){transform: translateY(0.2rem); opacity: 0; transition: 0.5s;} 
.Floor003237 .swiper-area .swiper-slide-active :where(.title,.desc,.more){transform: translateY(0); opacity: 1;}
.Floor003237 .swiper-area .title{font-size: var(--font-size24);font-weight: 500;}
.Floor003237 .swiper-area .title:before{content: '';width: 0.3rem;height: .03rem;background: var(--hover-color);display: block;margin:  0 auto 0.15rem ;}
.Floor003237 .swiper-area .desc{font-size: var(--font-size18); line-height: calc(34 / 18); margin: 0.28rem 0 0.74rem 0; transition-delay: 0.3s;}
.Floor003237 .swiper-area .desc p{margin: 0;}
.Floor003237 .swiper-area .h-more{display: inline-flex;color: #fff;align-items: center;font-weight: 100;transition-delay: 0.6s;pointer-events: all;}
.Floor003237 .swiper-area .h-more .txt{color:#fff;}
.Floor003237 .swiper-area .h-more .icon{border:solid 2px #fff;}
.Floor003237 .swiper-area .h-more .icon:before{border-top: 2px solid #fff;border-right: 2px solid #fff;}


.Floor003237 .controls{ position: absolute;bottom:1.4rem; padding: 0;left: 50%;transform: translateX(-50%); z-index: 3;}
.Floor003237 .controls .arrows{display: flex;align-items: center;justify-content: center;width:1.8rem;}
.Floor003237 .controls .arrows a{display: block;width: 0.5rem; height: 0.5rem;border-radius: 0.5rem; cursor: pointer; transition: 0.3s;  position: relative;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08); }
.Floor003237 .controls .arrows a:before{position: absolute; content: ''; width: 0.12rem; height: 0.12rem;border-left: 0.02rem solid var(--white);border-top: 0.02rem solid var(--white); transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.Floor003237 .controls .arrows a.next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.Floor003237 .controls .pages{display: flex;align-items: baseline;justify-content: center;}
.Floor003237 .controls .pages span{font-size: 0.24rem ; color: rgba(255,255,255,.4);}
.Floor003237 .controls .pages .swiper-pagination-current{ font-size: 0.5rem ; font-weight: 500; color: var(--white);}


@media (min-width:1025px) {
.Floor003237 .list{min-height: 6rem;}
}
@media (max-width:1024px) {
.Floor003237{padding-bottom: 0;}
.Floor003237 .list{padding-top: 0.5rem;}
.Floor003237 .circle-contain{--h:50vw;--t:0.5rem;}
.Floor003237 #circle .title{display:none;}
.Floor003237 #circle .point.active .icon{transform: scale(0.7);}
.Floor003237 .index-title,
.Floor003237 .swiper-area .title{font-size: var(--font-size24);}
.Floor003237 .swiper-area .desc{font-size: var(--font-size12);margin: 1em 0 2em 0;line-height: 1.4;}
.Floor003237 .swiper-area .desc p{-webkit-line-clamp:2;}
.Floor003237 .swiper-area .more{font-size: 0;}
.Floor003237 .swiper-area .icon{width: 0.3rem;height:  0.3rem;}
.Floor003237 .swiper-area .icon::before{width: 0.24rem;height: 0.24rem;}
.Floor003237 #circle .icon{ width: 0.6rem; height: 0.6rem;}
.Floor003237 .controls{bottom:0.2rem; }
.Floor003237 .controls .pages span{font-size: 0.16rem ;}
.Floor003237 .controls .pages .swiper-pagination-current{font-size: 0.18rem ;}
}
@media (max-width:640px) {
.Floor003237 .circle-contain{margin-top: -0.1rem;}
.Floor003237 .swiper-area .item{}
.Floor003237 .swiper-area .desc{display: none;}
.Floor003237 .swiper-area .title{font-size: var(--font-size20); margin-bottom: 0.5em;}
.Floor003237 #circle .point{width: 0.14rem;height: 0.14rem;margin: -0.07rem 0 0 -0.07rem;}
.Floor003237 #circle .point.active .icon{transform: scale(1.2);}
}




@media (min-width:1025px) {
.Floor003237 [class*=autoCon-]{height: 9.6rem;padding-top:var(--padMar120) ;}
.Floor003237 .left{width: calc(550 / 1440 * 100%);}
}

@media (max-width:1024px) {
.Floor003237 .bg::after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: rgba(0,0,0,0.3);transition: all 0.5s; }
}





.HomeNews{ padding:var(--padMar120) 0; background: #e7ecf5;}
.HomeNews .Hometitle .en{color: #abb1bf; opacity: 0.55;}

.HomeNews ol{float: left;width: 50%; }
.HomeNews ol:nth-of-type(1) .txt{background-color: #fff;padding: 0.3rem;}
.HomeNews ol .pic{position: relative; overflow: hidden;}
.HomeNews ol:not(:nth-of-type(1)) .pic{margin-bottom: 0.2rem;}
.HomeNews ol .pic time{position: absolute;right: 0;bottom: 0;line-height:1.2;background-color: var(--hover-color);color: #fff; font-weight: lighter; font-size: var(--font-size16);padding:0.12rem 0.15rem;}
.HomeNews ol .tit{font-size: var(--font-size18);color: var(--black);text-overflow: ellipsis;overflow: hidden;font-weight: lighter;}
.HomeNews ol:not(:nth-of-type(1)) .tit{display: -webkit-box;display: box;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.7;}
.HomeNews ol:nth-of-type(1) .tit{font-size: var(--font-size24);color: var(--black); line-height: 1.2; margin-bottom: 0.12rem;font-weight: normal;}
.HomeNews ol .desc{font-size: var(--font-size16);margin: 0;color: #666;line-height: 1.8;}
.HomeNews ol:not(:nth-of-type(1)) .desc{display: none;}
.HomeNews li{border-bottom: 1px solid #dadada;}
.HomeNews li:nth-of-type(1){border-top: 1px solid #e1e1e1;}
.HomeNews li a{font-size: var(--font-size18);color: var(--black);line-height: 0.7rem;font-weight: lighter;}
.HomeNews li time{float: right;color: #999;}
.HomeNews ol:hover .tit{ color: var(--hover-color);}
.HomeNews li a:hover{ color: var(--hover-color);}
@media (min-width:1025px) {
.HomeNews ol{height: 3.4rem;margin-left: 2.5%;}
.HomeNews ol:not(:nth-of-type(1)){width: 21.25%;}
.HomeNews ol:nth-of-type(1){ margin: 0 2.5% 0 0;}
.HomeNews ol:nth-of-type(1) .txt{}
.HomeNews ol .imgbox{transition: 0.3s ease-out;height: 1.96rem;}
.HomeNews ol a:hover .imgbox{transform: scale(1.1);}
.HomeNews ol:nth-of-type(1) .imgbox{height: 4.6rem;}
.HomeNews li{float: right;width: 45%;height: .7rem;clear: right;}	
}

@media (max-width:1024px) {
.HomeNews ol{margin-bottom: 0.2rem;}
.HomeNews ol:nth-of-type(1){width: 100%; }
.HomeNews ol:nth-of-type(1) .txt{padding: 0.2rem;}
.HomeNews ol .imgbox{padding-top: 56%;}
.HomeNews ol:not(:nth-of-type(1)){width: 47.5%;}
.HomeNews ol:nth-of-type(2){margin-right: 5%;}
.HomeNews li{clear: left;}	
.HomeNews ol .pic time{padding: 0.08rem 0.1rem;}
.HomeNews ol:nth-of-type(1) .tit{font-size: var(--font-size20);}
}


/*Bottom002900 */
.Bottom002900{background: #fcfcfc;padding: var(--padMar100) 0 0 0;}
.Bottom002900,
.Bottom002900 a{color: rgba(0,0,0,.6);}
@media(min-width:1025px){
.Bottom002900 .contact{width: 20%;max-width:2rem;}
.Bottom002900 .b_nav{max-width: 10.68rem;width: 76%;}
}

.Bottom002900 .b_nav nav dl{float: left; max-width: 1.8rem;}
.Bottom002900 .b_nav nav dt { margin-bottom: 0.2rem;font-size: var(--font-size20);color: var(--black); font-weight: 500;  position: relative; }
.Bottom002900 .b_nav nav dt a{color: var(--black);}
.Bottom002900 .b_nav nav dt::after{ display:block; content:''; width:0.3rem; height:0.02rem; background:var(--hover-color); margin:0.16rem 0 0.24rem 0;}
.Bottom002900 .b_nav nav dt a:hover{color: var(--hover-color);}
.Bottom002900 .b_nav nav dd{line-height: 0.24rem;padding: 0.08rem 0;color: #555;}
.Bottom002900 .b_nav nav dd a{font-size: var(--font-size16); }

@media(max-width:1024px){
 .Bottom002900 .b_nav nav{display: none;}
}
.Bottom002900 .copyright{line-height: 2;border-top: 1px solid #e3e3e3;padding: 0.2rem 0 ;margin-top: var(--padMar80);font-size: var(--font-size14); color: var(--black);  font-weight: lighter;}
.Bottom002900 .copyright a{color: rgba(0,0,0,1);}
.Bottom002900 .copyright .fr a:not(:last-child):after{display: inline-block;content: '';width: 1px;height: 0.12rem;background: rgba(0,0,0,0.4);margin: 0 0.15rem;vertical-align: middle;}
.Bottom002900 .copyright a:hover{ color: var(--hover-color);}
.Bottom002900 a:hover{color: var(--hover-color);opacity: 1!important;}
.Bottom002900 .logo img{max-height:0.6rem;}
.Bottom002900 .contact .hotline .tit{color: var(--hover-color);display: flex;align-items: center}
.Bottom002900 .contact .hotline .tit::before{content: '';width:0.2rem;height: 0.2rem;  background: url(../images/Bottom-tel.svg) no-repeat left center; background-size: calc(20 / 16* 1em) auto;margin-right: 0.1rem}
.Bottom002900 .contact .num{font-size: var(--font-size36); font-weight: bold; margin-bottom: 0.18rem;line-height: 1;color: var(--hover-color);}
.Bottom002900 .contact P{ margin: 0.06rem 0; line-height: 1.6; }

.Bottom002900 .code{margin-bottom: 0.24rem; text-align: center;}
.Bottom002900 .code img{max-width: 2rem; background: #fff; padding: 0.05rem; border: 1px solid #f0f0f0; }
.Bottom002900 .code .name {margin-top: 0.08rem;font-size: var(--font-size16);}
.Bottom002900 .gupiao{background: #fff; border:1px solid #f0f0f0;text-align: center;padding: 0.08rem 0.1rem;}
.Bottom002900 .gupiao img{max-width: 0.46rem; }
.Bottom002900 .gupiao .gu {margin-top: 0.03rem;font-size: var(--font-size18);color: var(--black);}
@media(min-width:1025px){
.Bottom002900 .logo{ margin-bottom: 0.26rem;}
.Bottom002900 .contact .tit{padding-bottom: 0.16rem;}
.Bottom002900 .share{margin: 0.25rem 0 0 0;}
}
@media(min-width:1025px) and (max-width:1280px){
.Bottom002900 .share li:not(:last-child){margin-right: 2vw;}
}
@media(max-width:1024px){
.Bottom002900{text-align: center;}
.Bottom002900 .logo{padding: 0 20% 3%;}
.Bottom002900 .contact .tit{padding: 3vw 0;justify-content: center;}
.Bottom002900 .code img{max-width: 1.5rem;}
.Bottom002900 .gupiao{ display: inline-block;}
}

@media(max-width:640px){
.Bottom002900 .contact .num{ font-size:var(--font-size30);}
}





/*RighInfo002973 */
.RighInfo002973{padding:var(--padMar100) 0; color: #333;}
.RighInfo002973 .news-details{}
.RighInfo002973 .news-details .title{text-align: center;padding-bottom:0.2rem;}
.RighInfo002973 .news-details .title h1{font-size: 0.3rem; margin: 0 0 0.2rem 0;}
.RighInfo002973 .news-details .title aside span{display: inline-block; vertical-align: middle; margin: 0 0.15rem 0.05rem;line-height: 1.5;color:#666;}

.RighInfo002973 .news-details .edit-info{line-height: 1.875; font-size: .16rem; border-top:1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;padding: 0.3rem 0; margin-bottom: 0.3rem;}
.RighInfo002973 .news-details .edit-info .pic{text-align: center}
.RighInfo002973 .news-details .edit-info .pic img{margin:0.1rem 0;}

.RighInfo002973 .pn-page aside{padding: 0.1rem 0;}
.RighInfo002973 .pn-page aside a{color: #666;}
.RighInfo002973 .pn-page aside a b{color: #333;}
.RighInfo002973  .operating a:hover,
.RighInfo002973 .pn-page aside a:hover{color: var(--hover-color);}
.RighInfo002973  .operating{overflow: hidden;line-height: 1.5;}
.RighInfo002973  .operating a{padding-left: 0.25rem;background-repeat: no-repeat;background-position: left center;}
.RighInfo002973  .operating a:not(:last-child){margin-right: 45px;}
.RighInfo002973  .operating a.a-print{background-image: url("../images/RighInfo002973_print.png");}
.RighInfo002973  .operating a.a-close{background-image: url("../images/RighInfo002973_close.png");}
@media(min-width:1025px){
.RighInfo002973 .pn-page{min-height: 24px; position: relative;padding-right: 230px;}
.RighInfo002973 .pn-page .operating{position: absolute;right: 0; top: 50%; transform: translateY(-50%);}
.RighInfo002973  .operating a{float: left;}
}
@media(max-width:1024px){
.RighInfo002973 .news-details .title h1{font-size: 0.24rem;}
.RighInfo002973  .operating{text-align: right; padding-bottom: 0.2rem;}
.RighInfo002973  .operating a{display: inline-block;}
.RighInfo002973 .news-details .edit-info img{ width: 100% !important; height:100% !important ;}
}


/*Floor001893*/

/*Floor001893*/
.Floor001893{padding:var(--padMar100) 0;}
.Floor001893 .slider-year{ position:relative; padding:0 40px;margin-top:3%;}
.Floor001893 .slider-year .slick-arrow{ position:absolute; top:50%; width:40px; height:40px; margin-top:-20px; background:url(../images/Floor001893-controls.png) no-repeat left top;  cursor:pointer;}
.Floor001893 .slider-year .slick-prev{ left:0;}
.Floor001893 .slider-year .slick-next{ right:0; background-position:left bottom;}
.Floor001893 .slider-year .slick-disabled{ cursor:default;}
.Floor001893 .slider-year .slick-prev.slick-disabled{ background-position: right top;}
.Floor001893 .slider-year .slick-next.slick-disabled{ background-position: right bottom;}
.Floor001893 .slider-year .slider{ background:url(../images/Floor001893-bg.png) repeat-x left center; overflow:hidden;}
.Floor001893 .slider-year li{ cursor:pointer; text-align:center; background:url(../images/Floor001893-dot.png) no-repeat center center;font-size:0.22rem; padding-bottom:0.3rem;color:#333;}
.Floor001893 .slider-year li span{ display:block; height:1.3rem; padding-top:0.1rem;}
.Floor001893 .slider-year li.slick-current{ font-size:0.28rem; color:var(--hover-color); background-image:url(../images/Floor001893-dot_hover.png); background-size: 0.5rem auto;}
.Floor001893 .slider-year li.slick-current span{ padding-top:0;}

.Floor001893 .slider-txt li{}
.Floor001893 .slider-txt .inner{ padding:0; position:relative;}
.Floor001893 .slider-txt li .img{ position:relative; width:45%;float:left;}
.Floor001893 .slider-txt li .img img{ display:block; width:100%;}
.Floor001893 .slider-txt li dl{ width:49%;float:right;padding-top:3%;} 
.Floor001893 .slider-txt li dl dt{  font-size:0.5rem; color:var(--hover-color);margin-bottom:3%;}
.Floor001893 .slider-txt li dl dt span{ display:block;font-weight: bold;}
.Floor001893 .slider-txt li dl dd p{  font-size:0.16rem; line-height:1.5;position: relative;padding-left:0.18rem;margin:0.12rem 0;}
.Floor001893 .slider-txt li dl dd p:after{content:'';width:0.05rem;height: 0.05rem;background:var(--hover-color);position: absolute;left:0;top:0.11rem;border-radius: 50%}
@media(max-width:1024px){
.Floor001893 .slider-txt li .inner{ }
.Floor001893 .slider-txt li dl{ position:relative; z-index:1;}
.Floor001893 .slider-txt li .img{width: 100%; float: none;}
.Floor001893 .slider-txt li dl{width: 100%; float: none;} 
.Floor001893 .slider-txt li dl dt{width:1.7rem; font-size:0.3rem;}

}
@media(max-width:640px){
.Floor001893 .slider-txt li{padding-top:0.2rem;}
.Floor001893 .slider-txt li dl dt{width:1.2rem; font-size:0.24rem;}
.Floor001893 .slider-txt li dl dd,
.Floor001893 .slider-txt li dl dt,
.Floor001893 .slider-txt li dl{ display:block;}
.Floor001893 .slider-txt li dl dt{ width:auto; border-right:0; overflow:hidden;}
.Floor001893 .slider-txt li dl dt span{ padding-right:0;}
}



/*PicList002854 */
.PicList002854{padding:var(--padMar100) 0;background: #f8f8f8}
.PicList002854 .edit_info{ font-size:0.18rem;color: #333; line-height:1.8;}
.PicList002854 .edit_info p{ margin:0.05rem 0;}
.PicList002854 .intro{ margin-bottom: 0.4rem;}

.PicList002854 li{float: left;margin-bottom:3%;}
.PicList002854 li a{display: block;border: solid 1px #e8e8e8;position: relative;padding: 0.2rem 0.2rem 0.5rem; transition: 0.3s;background: #fff}
.PicList002854 li aside{font-size: 0.18rem; line-height: 1.6; text-align: center; margin-top: 0.18rem;color: #333;}
.PicList002854 li .Ispic{background-size: contain;padding-bottom: 130%;}
.PicList002854 li a:after{position: absolute; content: '';width: 0.45rem;height: 0.45rem;background:url(../images/PicList002854_btn_hover.png) no-repeat center center #e0e0e0;right: 0; bottom: 0;background-size: auto 0.21rem;transition: 0.3s;}
.PicList002854 li a:hover{border-color: var(--hover-color);}
.PicList002854 li a:hover:after{background-color: var(--hover-color); background-image: url(../images/PicList002854_btn_hover.png);}
@media(min-width:769px){
.PicList002854 li{width:22.75%; }
.PicList002854 li:not(:nth-child(4n)){margin-right:3%;}

.PicList002854 .intro{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.PicList002854 .intro .left{ width: 45%;}
.PicList002854 .intro .right{ width: 45%;}
}
@media(max-width:768px){
.PicList002854 li{width: 49%; }
.PicList002854 li:not(:nth-child(2n)){margin-right: 2%;}
.PicList002854 li aside{font-size: 0.16rem;}
.PicList002854 li a{padding: 0.16rem 0.16rem 0.35rem;}
.PicList002854 li a:after{width: 0.35rem;height: 0.35rem;background-size: auto 50%;}
}


/*PicList002855 */
.PicList002855{padding:var(--padMar100) 0 0 0;}
.PicList002855 ul{margin:0 -0.15rem;}
.PicList002855 li{float: left;}
.PicList002855 li a{display: block;border: solid 1px #e8e8e8;position: relative;padding: 0.2rem 0.5rem; transition: 0.3s;margin:0 0.15rem;}
.PicList002855 li aside{font-size: 0.18rem; line-height: 1.8; text-align: center; margin-top:0.16rem;color: #333;}
.PicList002855 li .Ispic{background-size: contain;padding-bottom: 70%;}
.PicList002855 li a:after{position: absolute; content: '';width: 50px;height: 50px;background:url(../images/PicList002854_btn_hover.png) no-repeat center center #e0e0e0;right: 0; bottom: 0;background-size: auto 0.21rem;transition: 0.3s;}
.PicList002855 li a:hover{border-color: var(--hover-color);}
.PicList002855 li a:hover:after{background-color: var(--hover-color); background-image: url(../images/PicList002854_btn_hover.png);}
.PicList002855 .slick-arrow{ position:absolute; width:0.3rem; height:0.3rem; top:50%; margin-top:-0.2rem; overflow:hidden;font-size: 0; cursor: pointer;z-index:10; border: 0;background: none;padding: 0; border-top: 2px solid var(--hover-color);border-left: 2px solid var(--hover-color);transform:rotate(-45deg);}
.PicList002855 .slick-prev{ left:-0.35rem;}
.PicList002855 .slick-next{transform:rotate(135deg); right:-0.35rem;}

@media(max-width:1024px){
.PicList002855 .slick-prev{ left:0.16rem;}
.PicList002855 .slick-next{ right:0.16rem;}
}

@media(max-width:768px){
.PicList002855 li aside{font-size: 0.16rem;}
.PicList002855 li a:after{width: 0.35rem;height: 0.35rem;background-size: auto 50%;}
.PicList002855 .slick-arrow{width: 0.2rem; height: 0.2rem;}
}


.PicList002855 .topcon{margin-bottom:0.5rem; font-size: 0.16rem; line-height: 1.8;}
.PicList002855 .topcon p{margin:0.1rem 0;}
.PicList002855 .topcon .pic{margin-top:0.4rem;}

.responsibility{padding:var(--padMar80) 0 var(--padMar100) ;}
.responsibility p{font-size:0.16rem;line-height: 1.8;margin:0.1rem 0;}
.responsibility p b{color:#333;position: relative;display: inline-block;}
.responsibility .p b:after{content:'';width:5px;height: 5px;background:var(--hover-color);display: block;border-radius: 50%;float:left;margin-right:10px;margin-top:12px;}
.responsibility .tit{font-size:0.24rem;color:#333;}
.responsibility .table table{width:68%;}
.responsibility .table table th{font-size:0.16rem;border:1px solid rgba(255,255,255,0.1);background:#1d9a78;color:#fff;padding:0.12rem;}
.responsibility .table table th:nth-child(1){width:25%;}
.responsibility .table table td{font-size:0.16rem;border:1px solid #e8e8e8;text-align: center;color:#333;}
.responsibility .box2{margin-top:3vw;}
.responsibility .box2 ul{margin-top:0.2rem;}
.responsibility .box2 ul li{width:30.65%;float:left;margin-right:4%;}
.responsibility .box2 ul li:nth-child(3n){margin-right:0;}
.responsibility .box2 ul li h2{font-size:0.22rem;color:#333;margin-top:0.25rem;}

@media(max-width:1024px){
.responsibility .tit{font-size:0.2rem;}
.responsibility .table table{width:100%;}
.responsibility .box2 ul li{width: 100%;float: none;margin-right: 0%; margin-bottom: 4%;}
.responsibility .box2 ul li h2{font-size:0.2rem;margin-top:0.2rem;}
}

/*
 .TextList001366 为demo编号
 */
.TextList001366{ padding:var(--padMar100) 0 ;}
.TextList001366 ol,
.TextList001366 li a{ overflow:hidden; clear:both;}
.TextList001366 ol,
.TextList001366 li{ border:1px solid  transparent;}
.TextList001366 ol { font-size:0.22rem; color:#000; border-bottom:2px solid var(--hover-color);padding-bottom:0.15rem;}
.TextList001366 .list span{ float:left; width:18%; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding:0.16rem 0.1rem;line-height: 2;}
.TextList001366 .list span:nth-child(1){width:46%;}
.TextList001366 .list span b{display: block;width:0.3rem;height: 0.3rem;background:url(../images/down-icon.svg) no-repeat center/0.27rem;margin:0 auto;}
.TextList001366 ol span{ padding:0 0.1rem;}
.TextList001366 a{ display:block;}
.TextList001366 a:hover{color:var(--hover-color);}
.TextList001366 li:nth-of-type(2n){ background-color:#f8f8f8;}
.TextList001366 .list span:first-child{ }
.TextList001366 .list span:nth-child(2),
.TextList001366 .list span:nth-child(3),
.TextList001366 .list span:nth-child(4){text-align: center}
@media(max-width:640px){
.TextList001366 .list span:last-child{ display:none;}
.TextList001366 .list span:nth-child(1){ width:50%;}
.TextList001366 .list span{width:25%;}
.TextList001366 ol span{font-size: 0.2rem;}
.TextList001366 ol{padding-bottom:0.1rem;}
}

/*Floor */
.Banner002730{}
.Banner002730{ position:relative;}
.Banner002730 .ytable{height: 100%;}
.Banner002730 .txt{ position:absolute; left:0; top:0; height:100%; width:100%; z-index:10; color:#fff; }
.Banner002730 .txt .auto{}
.Banner002730 .txt .cn{font-size:0.36rem;font-weight: bold;}
.Banner002730 .txt .en{font-size:0.2rem;margin-top:0.05rem;}
@media(min-width:1025px){
.Banner002730 figure{ height:500px;}
.Banner002730 img{ display:none;}
}
@media(max-width:1024px){
.Banner002730 figure{ display:none;}
.Banner002730 img{ width:100%; display:block;}
.Banner002730 .fr{float: right;}
.Banner002730 .txt .cn{font-size:0.28rem;}
.Banner002730 .txt .en{font-size:0.18rem;}
}

/*Menu003135 */
.Menu003135{box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);}
.Menu003135 .current{ font-size:0.16rem; padding-left: 1.4em;background: url(../images/Menu003135-icon.svg) no-repeat left center;background-size: 0.16rem auto; line-height:0.8rem;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: #999;}
.Menu003135 .current span{color: #333;}
.Menu003135 .nav-menu li{float: left;font-size: 0.16rem;line-height: 0.8rem;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:calc(40 / 1920 * 100vw);}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color: var(--hover-color);}
.Menu003135 .nav-menu li.aon a:before{position: absolute;content: ''; left: 0; bottom: 0;width: 100%; height: 2px;background-color: var(--hover-color);}
@media (max-width:1024px) {
.Menu003135 .current{display: none;}   
.Menu003135 .nav-menu li{line-height:0.7rem;}
}
/*RighInfo003241 */
.RighInfo003241{padding: var(--padMar100) 0 0;font-size: var(--font-size16);color: #000;}
.RighInfo003241 .intro{padding-bottom: 3vw;}
.RighInfo003241 .number-data{display: flex;} 
.RighInfo003241 .number-data li{display: flex;justify-content: space-between;border-bottom: solid 1px #e8e8e8; padding: 0.9em 0;}
.RighInfo003241 .number-data .ico{width: 0.5rem;flex-shrink: 0;}
.RighInfo003241 .number-data .inner{flex: 1;}
.RighInfo003241 .number-data .num{display: flex;align-items: flex-end; font-size: var(--font-size18);color:var(--hover-color);}
.RighInfo003241 .number-data .counter{font-size: calc(50 / 18 * 1em); font-weight: 700; line-height: 1; margin-right:0.2em;}
.RighInfo003241 .number-data .num sub{font-size: 0.22rem;}
.RighInfo003241 .number-data p{margin: 0.5em 0 0;color: #666;}
.RighInfo003241 .edit-info{line-height: 1.8;text-align: justify;color: #666;}
.RighInfo003241 .ad-img{margin-top:3vw;position: relative}
.RighInfo003241 .ad-img .play{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: url(../images/icon-play.svg)no-repeat center rgba(0,0,0,.05);background-size: .8rem auto;cursor: pointer}
.RighInfo003241 .ad-img .files{position: absolute;background-color: #000; z-index: 10; top: 0;width: 100%;height: 100%; display: none;}
.RighInfo003241 .ad-img .files video{width: 100%;height: 100%;}
@media (min-width:1025px) {
.RighInfo003241 .left{width: calc(1008 / 1440 * 100%);} 
.RighInfo003241 .right{width: calc(316 / 1440 * 100%);} 
.RighInfo003241 .number-data{min-height: 100%;flex-direction: column;justify-content: space-between;}
}
@media (max-width:1024px) {
.RighInfo003241 .number-data{flex-wrap: wrap;} 
.RighInfo003241 .number-data li{width: 45%;}
.RighInfo003241 .number-data li:not(:nth-child(2n)){margin-right: 10%;}
}
@media (max-width:640px) {
.RighInfo003241 .number-data .ico{width: 0.3rem;}
}


/*TextList002855 */
.TextList002855{padding:var(--padMar100) 0 ;}
.TextList002855 li{line-height: 0.7rem;font-size: 0.18rem; border-bottom: 1px solid #e8e8e8;}
.TextList002855 li time{float: right;color: #999; margin-left: 0.16rem;}
.TextList002855 li a{padding-left: 0.3rem; background: url("../images/TextList002855_icon.png") no-repeat left center;}


/*
 .PicList002797
 */
.PicList002797 {padding:var(--padMar100) 0;}
.PicList002797 ul{ display: flex; flex-wrap: wrap;}
.PicList002797 li{ float:left; margin:0 3.5% 3.5% 0; box-shadow: 0px 0.5em 3.5em rgba(0, 0, 0, 0.06); }
.PicList002797 li a{ display:block; position:relative; padding:6%;}
.PicList002797 li h4,
.PicList002797 li h3,
.PicList002797 li h5{ margin:0; text-align:center; font-weight:normal;}
.PicList002797 li figure{ padding-bottom:64%; margin-bottom: 4%;background-size: cover;}
.PicList002797 li h4{ font-size: 0.16rem;color: #999;}
.PicList002797 li .tit{ font-size: 0.22rem; color:#333;padding-bottom: .2rem}
.PicList002797 li .desc{font-size: 0.16rem;color: #666; line-height: 1.75;}
.PicList002797 li:hover h3{color:var(--hover-color);}

.PicList002797 li .hover{ opacity:0; position:absolute; left:0; top:0; right:0; bottom:0; text-align:center; background:rgba(0, 141, 210,0.9); z-index:10; transition:0.3s; color:#fff; border-radius: 10px;}
.PicList002797 li:hover{}
.PicList002797 li:hover a .hover{ opacity:1;}
.PicList002797 li aside{ position:absolute; left:10%;width:80%; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);transform:translateY(-50%);}
.PicList002797 li .hover h5{  font-size:24px;}
.PicList002797 li .hover i{ display:block;  height:2px; background:#fff; width:48px; margin:14px auto 20px;} 
.PicList002797 li .hover p{ font-size:16px; line-height:30px; margin:0; max-height:90px; overflow:hidden;}
.PicList002797 .more{ display: block; text-align: center; margin-top:50px;}
.PicList002797 .more span{ display: inline-block; padding-left: 40px; padding-right: 64px; line-height: 40px; background:url(../images/PicList002797-more.png)no-repeat 74% center #f1af48 ; border-radius: 5px;transition:all 0.5s ease-out 0s; }
.PicList002797 .more span:hover{padding-left:50px; padding-right:74px;  }

@media(min-width:1025px){
.PicList002797 li{width:31%;}
.PicList002797 li:nth-child(3n){margin-right:0; }
}
@media(max-width:1024px){
.PicList002797 li{ width:48%; margin-right:4%;}
.PicList002797 li:nth-child(2n){margin-right:0; }
.PicList002797 li a{padding: 0.2rem;}
}
@media(max-width:640px){
.PicList002797 li{ width:100%;margin-right:0%; } 
}

/*RighInfo002092 */
/*slick Basic*/
.RighInfo002092 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.RighInfo002092 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.RighInfo002092 .slick-list:focus {outline: none}
.RighInfo002092 .slick-list.dragging {cursor: pointer;cursor: hand;}
.RighInfo002092 .slick-slider .slick-track, 
.RighInfo002092 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.RighInfo002092 .slick-track {position: relative; top: 0; left: 0; display: block;}
.RighInfo002092 .slick-track:before, 
.RighInfo002092 .slick-track:after{display: table; content: '';}
.RighInfo002092 .slick-track:after{ clear: both;}
.RighInfo002092 .slick-loading .slick-track { visibility: hidden;}
.RighInfo002092 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.RighInfo002092 .slick-slide .slick-loading img { display: none;}
.RighInfo002092 .slick-slide .dragging img { pointer-events: none;}
.RighInfo002092 .slick-initialized .slick-slide { display: block;}
.RighInfo002092 .slick-loading .slick-slide { visibility: hidden;}
.RighInfo002092 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.RighInfo002092 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/
.RighInfo002092{  padding:5vw 0;}
.RighInfo002092 .wrap{}

.RighInfo002092 .list_img{float:left; width:53.5%;}
.RighInfo002092 .big{ border:1px solid #e8e8e8; margin-bottom:20px;}
.RighInfo002092 .big li figure{ padding-bottom:64%; background-size:contain;}
.RighInfo002092 .small{ padding:0 30px; position:relative;}

.RighInfo002092 .small .slick-arrow{ position:absolute; height:100%; top:0; width:25px; z-index:10; cursor:pointer; background-position:center center; background-repeat:no-repeat;font-size: 0;border: 0;background-color: transparent;}
.RighInfo002092 .small .slick-prev{ left:0; background-image:url(../images/RighInfo002092-btn_prev.png);}
.RighInfo002092 .small .slick-next{ right:0;background-image:url(../images/RighInfo002092-btn_next.png);}
.RighInfo002092 .small .slick-disabled{ cursor:default;}

.RighInfo002092 .small li figure{ margin:0 auto; padding-bottom:64%; background-size:contain; max-width:90%; border:1px solid #e8e8e8;}
.RighInfo002092 .small li.slick-current figure{ border-color:#000;}
.zoomContainer{ z-index:100;}

.RighInfo002092 .intro{ float:right; width:40%;}
.RighInfo002092 .intro dl{ position:relative; padding-left:100px;margin-bottom:13px;font-size:16px;}
.RighInfo002092 .intro dl.recently_store{ border-bottom:1px solid #e0e1e3; padding-bottom:17px;}
.RighInfo002092 .intro dt{ position:absolute; left:0; width:90px; text-align:right; }
.RighInfo002092 .intro dl.recently_store dt{ line-height:29px;}

.RighInfo002092 .intro .price{ color:#f04848; font-size:20px;}
.RighInfo002092 .intro .integral{ color:#742c75;}
.RighInfo002092 .intro .buy{ border-top:1px solid #e8e8e8; padding-top:2vw;margin-top:2vw; overflow:hidden;}
.RighInfo002092 .intro .buy a{ float:left; width:50%; text-align:center; padding:15px 0; line-height:18px;color:#868686; max-width:148px;}
.RighInfo002092 .intro .buy a.a_buy{ border-radius:3px; background:var(--hover-color); color:#fff; font-size:16px;}

@media(max-width:768px){
.zoomContainer{ display:none;}
}
@media(max-width:640px){
.RighInfo002092 .list_img,
.RighInfo002092 .intro{ float:none; width:auto;}
.RighInfo002092 .intro{ margin-top:3%;}
}

/*PicList002938 */
.PicList002938{padding:var(--padMar100) 0;}
.PicList002938 ul{padding: 0.3rem 0; border-bottom: 1px solid #e8e8e8;}
.PicList002938 li .inner{padding-left: 0.5rem;font-size: 0.16rem; }
.PicList002938 ol .pic{overflow: hidden;}
.PicList002938 ol .Ispic{padding-bottom: 64.03%;transition: 0.3s;}
.PicList002938 ol a:hover .Ispic{transform: scale(1.1);}
.PicList002938 li time{color: #aaa;}
.PicList002938 li time a{float: right;color: #e43937;}
.PicList002938 li p{color: #999;line-height: 1.7; height: 3.4em;margin-bottom:0.3rem;}
.PicList002938 li aside{font-size: 0.22rem;}
.PicList002938 li aside a{color: #000;}
.PicList002938 li aside a:hover{color: var(--hover-color);}
@media(min-width:1025px){
.PicList002938 ol{width: 22.917%;}
}
@media(max-width:1024px){
.PicList002938 ol{width: 37%;}
.PicList002938 li .inner{padding-left: 0.3rem;}
.PicList002938 ul{padding: 0.2rem 0;}
.PicList002938 li p{margin-bottom:0.2rem;}
}
@media(max-width:640px){
.PicList002938 .ytable,
.PicList002938 .ytable-cell{display: block;}
.PicList002938 ol{width: 100%; margin-bottom: 0.16rem;}
.PicList002938 li .inner{padding:0;}
}


/*Page002623 */
.Page002623{padding: var(--padMar60) 0 0vw 0; text-align: center;font-size: var(--font-size18);}
.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages > span:not(.p_page){display: none;}
.Page002623 .Pages em{float: left;margin: 0 0.2rem; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float: left;line-height: 0.5rem; width: 0.5rem; margin: 0 1px;border-radius: 50%;font-size:0.16rem;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color: #fff;background: var(--hover-color);}
.Page002623 .Pages .p_page > a{font-size: 0;height: 0.5rem;position: relative;}
.Page002623 .Pages .p_page > a:before{position: absolute; content: '';border:5px solid transparent; left: 50%; top: 50%; margin: -5px 0 0 -10px;}
.Page002623 .Pages .p_page > a.a_prev:before{border-right-color: #000;border-right-width: 8px;}
.Page002623 .Pages .p_page > a.a_next:before{border-left-color: #000;border-left-width: 8px; margin-left: -4px;}
.Page002623 .Pages a.a_prev:hover:before{border-right-color: #fff;}
.Page002623 .Pages a.a_next:hover:before{border-left-color: #fff;}
@media(max-width:640px){
.Page002623 .Pages em{display: none;}
.Page002623 .Pages a{background-color: #eee;}
}


/*PicList003142 */
.PicList003142{padding:var(--padMar100) 0;}
.PicList003142 ul{margin: 0 -0.15rem;}
.PicList003142 li{margin: 0 0.15rem;}
.PicList003142 li .txt{padding: 0.2rem 0;text-align: center;}
.PicList003142 li .tit{ font-size: 0.18rem;line-height: 1.6;}
.PicList003142 li p{font-size: 0.875em; line-height: 1.78571; min-height: 3.57142em;color: #999999;}
.PicList003142 li .pic{overflow: hidden;}
.PicList003142 li .Ispic{padding-bottom: 64%;transition: 0.3s;}
.PicList003142 li a:hover .Ispic{transform: scale(1.1);}
.PicList003142 li a:hover{color: var(--hover-color);}
.PicList003142 li time{color: #999999;display: block;background: url(../images/PicList003142-icon.svg) no-repeat right center;}
.PicList003142 li a:hover time{background-image: url(../images/PicList003142-icon-red.svg);}

.PicList003142 .slick-arrow{position: absolute;border: 0;font-size: 1em;text-indent: -999em;width: .5rem; height: .5rem; border: 1px solid #9f9f9f;border-radius: 50%; top: 40%;transform: translateY(-50%);z-index: 10;}
.PicList003142 .slick-arrow:hover{background: var(--hover-color); border-color: var(--hover-color);}
.PicList003142 .slick-prev{left: 0.15rem;}
.PicList003142 .slick-next{right: 0.15rem;}
.PicList003142 .slick-arrow:before{position: absolute;content: ''; width: 30%; height: 30%;border-top: 2px solid #9f9f9f;border-right: 2px solid #9f9f9f; transform: rotate(45deg); top:35%;left: 30%;}
.PicList003142 .slick-prev:before{transform: rotate(-135deg);left: 40%;}
.PicList003142 .slick-arrow:hover:before{border-color: #fff;}
@media (min-width:1025px) {
.PicList003142 .slick-prev{left: -.5rem;}
.PicList003142 .slick-next{right: -.5rem;}
}
@media (max-width:1024px) {
.PicList003142 li .txt{padding: 0.15rem 0;}
}


.Contactus{padding:var(--padMar100) 0;}
.Contactus li{width:47.5%;float:left;line-height: 1.8;box-shadow: 0 0 0.3rem rgba(0,0,0,0.08)}
.Contactus li:nth-child(2n){float:right;}
.Contactus li .tit{font-size:0.22rem;color:#fff;font-weight: normal;background:url(../images/Contactus-img.jpg)no-repeat center;background-size: cover;background-position: center;background-repeat: no-repeat;;padding:5% 10%;position: relative}
.Contactus li .tit::after{content: '';position: absolute;width: .8rem;height: .8rem;background: url(../images/icon-bul.svg)no-repeat center;background-size: .8rem auto;top: 50%;right: 5%;transform: translateY(-50%)}
.Contactus li .txt{padding:5% 8%}
.Contactus li p{font-size:0.16rem;padding-left:0.28rem;margin:0.1rem 0;}
.Contactus li p.addr{margin-top:0.2rem;background:url(../images/addr-icon.svg) no-repeat left center/0.21rem;}
.Contactus li p.tel{background:url(../images/tel-icon.svg) no-repeat left center/0.19rem;}
.Contactus li p.fax{background:url(../images/fax-icon.svg) no-repeat left center/0.19rem;}
.Contactus li p.email{background:url(../images/email-icon.svg) no-repeat left center/0.19rem;}

@media (max-width:1024px) {
.Contactus li{float:none;width:100%; }
.Contactus li:not(:last-child){margin-bottom: 0.2rem;}
.Contactus li:nth-child(2n){float:none;}
.Contactus li .tit{padding:0.24rem 0.24rem 0.4rem;font-size:0.18rem;}
.Contactus li .txt{padding:0.24rem}
.Contactus li p.addr{margin-top:0.1rem;}
}


.Qualitypolicy{padding:var(--padMar100) 0;}
.Qualitypolicy .edit_info{ font-size:0.16rem; color: #333; line-height: 1.875;}


.Technical{padding:var(--padMar100) 0 ;}
.Technical ul{}
.Technical ul li{font-size:0.18rem;color:#333;width:22.75%;float:left;margin-right:3%;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);margin-bottom:3%;padding:0.16rem;border-radius: 0.5rem;text-align: center;}
.Technical ul li:nth-child(4n){margin-right:0;}
.Technical ul li a{display: block;}
.Technical ul li:hover,
.Technical ul li.aon{background:var(--hover-color);color:#fff;}
.Technical ul li:hover a,
.Technical ul li.aon a{color:#fff;}

.Technical .tab_info{ padding-top: var(--padMar50);}
.Technical .tab_info .title{font-size:0.32rem;text-align: center;color:#000;font-weight: bold;margin:0;border-bottom:1px solid #e8e8e8;padding-bottom:0.25rem;margin-bottom:0.3rem;}
.Technical .tab_info table{width:100%;}
.Technical .tab_info table .tr2{background:#f6fbff;}
.Technical .tab_info .table table th{background:var(--hover-color);color:#fff;border:1px solid var(--hover-color);font-size:0.22rem;padding:0.15rem;}
.Technical .tab_info .table table td{border:1px solid #333;text-align: center;font-size:0.16rem;color:#000;padding:0.13rem;}

@media (max-width:1024px) {
.Technical ul li{font-size:0.16rem; float: none; display: inline-block;width:auto; padding: 0.15rem 0.2rem;}
.Technical .tab_info .title{font-size:0.28rem;padding-bottom:0.2rem;margin-bottom:0.24rem;}
.Technical .tab_info .table table th{font-size:0.18rem;padding:0.12rem;}
.Technical .tab_info .table table td{padding:0.1rem;}
}

.industriallayout{padding:var(--padMar100) 0;}
.industriallayout .edit-info{ font-size:0.16rem;line-height: 1.875;color:#333;}
.industriallayout .pic{padding:3.5% 0;box-shadow: 0 0 0.2rem rgba(0,0,0,0.08)}


.productionbase{padding:var(--padMar100) 0 ;}
.productionbase .tit{font-size:0.24rem;color:#333;margin:0;margin-bottom:0.15rem;}
.productionbase p{margin:0.1rem 0;font-size:0.16rem;line-height: 1.8;}
.productionbase .item{margin-bottom:var(--padMar50);padding-bottom:var(--padMar50); border-bottom:1px solid #e8e8e8;}
.productionbase .box1{}
.productionbase .box1 .pic{float:left;width:60%;}
.productionbase .box1 .text{float:right;width:35%;padding-top:2%;}
.productionbase .box1 ul{margin-top:2%;}
.productionbase .box1 ul li{width:32%;float:left;margin-right:2%;}
.productionbase .box1 ul li:nth-child(3){margin-right:0;}
.productionbase .box2 .pic{margin-bottom:2.5%;}
.productionbase .box2 ul li{width:48%;float:left;margin-right:4%;margin-top:2%;}
.productionbase .box2 ul li:nth-child(2n){margin-right:0;}

.productionbase .box3 ul li:nth-child(1){width:65%;float:left;}
.productionbase .box3 ul li .pic{margin-bottom:0.25rem;}
.productionbase .box3 ul li:nth-child(1) .pic{}
.productionbase .box3 ul li:nth-child(1) dl dd{width:50%;float:left;}
.productionbase .box3 ul li:nth-child(2){width:32.014%;float:right;}
.productionbase .box3 ul li:nth-child(2) dl dd{margin-bottom:1.5vw;}
.productionbase .box3 ul li:nth-child(2) .pic{}

.productionbase .box5{}
.productionbase .box5 .pic{float:left;width:60%;}
.productionbase .box5 .text{float:right;width:35%;}
.productionbase .box5 table{width:100%;}
.productionbase .box5 table th{font-size:0.16rem;background:var(--hover-color);color:#fff;padding:0.08rem;}
.productionbase .box5 table td{font-size:0.16rem;text-align: center;padding:0.05rem;border:1px solid #e8e8e8;}
.productionbase .box5 table td:nth-child(5){width:25%;}
.productionbase .box5 ul{margin-top:2%;}
.productionbase .box5 ul li{width:49%;float:left;margin-right:2%;}
.productionbase .box5 ul li:nth-child(2){margin-right:0;}
.productionbase .box5 .pic2{margin-top:2vw;}

.productionbase .box6{}
.productionbase .box6 .pic{float:left;width:49%;}
.productionbase .box6 .text{float:right;width:45%;padding-top:2%;}
.productionbase .box6 ul{margin-top:2%;}
.productionbase .box6 ul li{width:49%;float:left;margin-right:2%;}
.productionbase .box6 ul li:nth-child(2){margin-right:0;}


@media (max-width:1024px) {
.productionbase .tit{font-size:0.2rem;}

.productionbase .box1 .pic{float:none;width:100%;}
.productionbase .box1 .text{float:none;width:100%;}

.productionbase .box2 ul li{width:100%;float:none;margin-right:0%;margin-top:4%;}

.productionbase .box3 ul li:nth-child(1){width:100%;float:none;}
.productionbase .box3 ul li:nth-child(2){width:100%;float:none;}

.productionbase .box5 .pic{float:none;width:100%;}
.productionbase .box5 .text{float:none;width:100%;padding-top:2%;}

.productionbase .box6 .pic{float:none;width:100%;}
.productionbase .box6 .text{float:none;width:100%;}
}


.Culture{padding: var(--padMar100) 0}
.Culture .list .item{margin-bottom: .14rem}
.Culture .list .item .txt{background: #f8f8f8;border-radius:var(--radius) ;padding: 0 .7rem;display: flex;flex-direction: column;justify-content: center;}
.Culture .list .item .txt .entit{padding-bottom: .3rem;}
.Culture .list .item .txt .entit span{display: inline-block;font-size: var(--font-size46);background: linear-gradient(45deg, var(--hover-color), #80c7bc);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-transform: uppercase;}
.Culture .list .item .txt .tit span{display: inline-block;font-size: var(--font-size32);color: #333;border-bottom: 2px solid #ddd;padding-bottom: .15rem;margin-bottom: .15rem}
.Culture .list .item .txt .desc{color: #333;font-size: var(--font-size18);line-height: 1.75}
.Culture .list .item .pic figure{border-radius:var(--radius) ;padding-bottom: 31.056%}

@media(min-width:1025px){
.Culture .list .item{display: flex;justify-content: space-between;}
.Culture .list .item:nth-child(2n){flex-direction: row-reverse}
.Culture .list .item .txt{width: 30%;flex: 0 0 auto}
.Culture .list .item .pic{width: calc(100% - 30% - .14rem);}
}

@media (max-width:1024px) {
.Culture .list .item .txt{padding: 0.24rem;}
.Culture .list .item .txt .entit{padding-bottom: .2rem;}
.Culture .list .item .txt .entit span{font-size: var(--font-size36);}

}


.home-pro{position: relative;padding-top: var(--padMar60);background: #f8f8f8}
.home-pro .isbg{}
.home-pro .isbg:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background-color: rgba(0,0,0,0.4);z-index: 1;}
.home-pro .change-con .swiper-slide{}
.home-pro .content{position: absolute;width: 100%;left:50%;top: 45%;transform: translate(-50%,-50%);z-index: 10;}
.home-pro .ispic {width: 50%;}
.home-pro .info {color: #fff;margin: 0 auto;}
.home-pro .info .num{font-size: var(--font-size32);opacity: 0.1;}
.home-pro .info h3{font-size: var(--font-size30);margin: 0.26rem 0 0.13rem;font-weight: 500;}
.home-pro .info h4{font-size: var(--font-size24);margin: 0 0 0.13rem;font-weight: 500;}
.home-pro .info pre{opacity: 0.6;line-height: 2;margin-bottom: 4.792vw;text-align: center}
.home-pro .info .con{line-height: 1.75;}
.home-pro .info .con dd{position: relative;padding-left: .2rem;;}
.home-pro .info .con dd::before{content: '' ;position: absolute;width: 4px;height: 4px;border-radius: 50%;left: 0;top: .13rem;background: #fff;}
.home-pro .change-tab{z-index: 10;font-size: var(--font-size18);position: relative}
.home-pro .change-tab:before{height: 1px;background-color: rgba(0,0,0,0.3);width: 2.38rem;content: "";left: 0;position: absolute;top: 0.65rem;z-index: 0;}
.home-pro .change-tab:after{height: 1px;background-color: rgba(0,0,0,0.3);width: 2.38rem;content: "";right: 0;position: absolute;top: 0.65rem;z-index: 0;}
.home-pro .change-tab .ico{width: 1.22rem;height: 1.22rem;margin: 0px auto 0.02rem;position: relative;z-index: 2;transition: all 0.5s;}
.home-pro .change-tab .ico:After{position:absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: url(../images/home-pro_icobg.png) no-repeat center center/contain;transition: all 0.54s;}
.home-pro .change-tab .ico:before{position:absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: url(../images/home-pro_icobg2.png) no-repeat center center/contain;transform: scale(0);transition: all 0.5s;}
.home-pro .change-tab li{cursor: pointer;color: #333;text-align: center;position: relative;width: auto !important;min-height: 1.8rem;flex: 1;overflow: hidden;padding-top: .5rem}
.home-pro .change-tab li:before,
.home-pro .change-tab li:after{height: 1px;background-color: rgba(0,0,0,0.3);width: 50%;content: "";right: calc(50% + 0.1rem);position: absolute;top: 0.65rem;z-index: 0;}
.home-pro .change-tab li:after{right:auto;left: calc(50% + 0.1rem);}
.home-pro .change-tab .i{position:relative;z-index: 1;width: 0.2rem;height: 0.2rem;border: 1px solid #333;border-radius: 50%;margin: 0 auto;display: flex;justify-content: center;align-items: center}
.home-pro .change-tab .i:after{content: '';width: .06rem;height: .06rem;background: #fff;border-radius: 50%;opacity: 0}
.home-pro .change-tab aside{padding: .2rem .4rem;transition: opacity 0.5s ease-in-out;font-size: .24rem}
.home-pro .change-tab aside.blink{opacity: .3;}

.home-pro .change-tab .swiper-slide-thumb-active .i{background: var(--hover-color);border-color: var(--hover-color);}
.home-pro .change-tab .swiper-slide-thumb-active .i:after{opacity: 1}
.home-pro .change-tab .swiper-slide-thumb-active .ico:after,
.home-pro .change-tab li:hover .ico:after{opacity: 0;}
.home-pro .change-tab .swiper-slide-thumb-active .ico:before{animation: turn 3s linear infinite;}
.home-pro .change-tab .swiper-slide-thumb-active .ico span:nth-child(2){left: -0.34rem;width: 0.34rem;}
.home-pro .change-tab .swiper-slide-thumb-active .ico span:nth-child(3){right: -0.34rem;width: 0.34rem;}

.home-pro .change-con li:hover h3{}
.home-pro .change-con .swiper-slide-active .ispic{animation:fadeInRightSmall 2s .3s ease both;-webkit-animation:fadeInRightSmall 2s .3s ease both;-moz-animation:fadeInRightSmall 2s .3s ease both;}
.home-pro .change-con .swiper-slide-active .info{animation:fadeInLeftSmall 2s .3s ease both;-webkit-animation:fadeInLeftSmall 2s .3s ease both;-moz-animation:fadeInLeftSmall 2s .3s ease both;}
.home-pro .change-con .swiper-slide-active .isbg{animation:fadeInfilter 1s .3s ease both;-webkit-animation:fadeInfilter 1s .3s ease both;-moz-animation:fadeInfilter 1s .3s ease both;}

@media(min-width:1025px){
.home-pro.active .change-tab{animation:fadeInUp 1.5s .3s ease both;-webkit-animation:fadeInUp 1.5s .3s ease both;-moz-animation:fadeInUp 1.5s .3 both;}
.home-pro.active {animation:fadeInscale 1.5s .3s ease both;-webkit-animation:fadeInscale 1.5s .3s ease both;-moz-animation:fadeInscale}	
}
@media(max-width:1024px){
.home-pro .change-tab li{min-height: 1.6rem;}
.home-pro .change-tab aside{font-size: .18rem;padding: .1rem .1rem;}
.home-pro .titHead{top: 0.6rem;}
.home-pro .content{padding-left: 0;top: 50%;}
.home-pro .change-tab{bottom: 15%;}
.home-pro .info{width: 100%;}
.home-pro .change-tab{font-size: var(--font-size18);}
.home-pro .info h4{font-size: var(--font-size18);}
.home-pro .info h3{font-size: var(--font-size20);}
.home-pro .isbg img{width: 100%;height: 6.5rem;object-fit: cover;}
}




.pzbz{padding: var(--padMar120) 0;background-size: cover;background-position: center;background-repeat: no-repeat}
.pzbz .desc{color: #fff;line-height: 1.75; font-size: 0.16rem;}
.pzbz .number-data {display: flex; flex-wrap: wrap; justify-content: center;margin-top: 5vw}
.pzbz .number-data li{margin: 0 5%}
.pzbz .number-data .num{font-size: .6rem;font-weight: bold;color:#fff ;display: flex;align-items: center;}
.pzbz .number-data p{color: #fff;;}


@media(max-width:1024px){
.pzbz .number-data .num{font-size: .4rem;justify-content: center;}
.pzbz .number-data li{float: left; width: 48%;margin: 0 1%; margin-bottom: 3%; text-align: center; }
}



.SingleInfo{padding:var(--padMar100) 0;}
.SingleInfo .edit_info{line-height:2; color: #333333;}
.SingleInfo li{ margin-bottom: 1%;}

.Sitemap{ padding:var(--padMar100) 0;}
.Sitemap li{ padding: 0.2rem 0; border-bottom: solid 1px #eee}
.Sitemap li span{display: block;font-size: var(--font-size20); color: #000; font-weight: 500; margin-bottom: 0.12rem;}
.Sitemap .sub a{padding-right:0.2rem;font-size: var(--font-size16);margin-bottom: 0.1rem; }
.Sitemap .sub a:hover{color: var(--hover-color);}



.Mainequ{padding: var(--padMar100) 0}
.Mainequ li{float: left;width:calc(50% - .1rem);position: relative;padding-bottom:20.764%;  overflow: hidden; }
.Mainequ li a{position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.Mainequ li a >*{position: absolute; left: 0;width: 100%;}
.Mainequ li .imgbox{height: 100%; top: 0;}
.Mainequ li .imgbox img{transition: .3s;}
.Mainequ li .imgbox .hover{display: none;}
.Mainequ li .txt{z-index: 10; bottom:50%; transform: translateY(50%); text-align: center;padding: 0 .3rem;color:var(--white); transition: .3s;}
.Mainequ li .tit{font-size:var(--font-size30);}
.Mainequ li:hover .imgbox .on{display: none;}
.Mainequ li:hover .imgbox .hover{display: block;}

@media(min-width:1025px){
.Mainequ li:nth-child(3){margin-top:.2rem;}
.Mainequ li:nth-child(2),
.Mainequ li:nth-child(3){margin-left: .2rem;}
.Mainequ li:nth-child(1){padding-bottom:calc(41.528% + .2rem);}
}
@media(max-width:1024px){
.Mainequ li{width: 100%;padding-bottom: 36.858%;}
.Mainequ li:not(:last-child){margin-bottom: 0.15rem;}
.Mainequ li:nth-child(1){padding-bottom:86.528%;}
.Mainequ li .tit{font-size:var(--font-size24);}
}


.ProAppli{padding: var(--padMar100) 0;}
.ProAppli ol{position: relative;overflow: hidden;padding-bottom:56%; }
.ProAppli ol:nth-child(1){padding-bottom:66%;}
.ProAppli ol + ol{margin-top: 0.2rem;}
.ProAppli li{float: left;width:100%;position: relative;overflow: hidden; }
.ProAppli li:nth-child(1){padding-bottom:42%;}
.ProAppli li:nth-child(2),
.ProAppli li:nth-child(3){padding-bottom:57.5%;}
.ProAppli a{position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.ProAppli a >*{position: absolute; left: 0;width: 100%;}
.ProAppli .imgbox{height: 100%; top: 0;}
.ProAppli .imgbox img{transition: .3s;}
.ProAppli .imgbox .hover{display: none;}
.ProAppli .txt{z-index: 10; bottom:50%; transform: translateY(50%); text-align: center;padding: 0 .3rem;color:var(--white); transition: .3s;}
.ProAppli .tit{font-size:var(--font-size30); margin-bottom:.15rem;}
.ProAppli .desc{max-width: 2.4rem;font-size:var(--font-size16);line-height:1.8; margin: 0 auto; opacity: 1; }
.ProAppli .desc p{ margin: 0;}
.ProAppli ol .desc{display: flex; flex-wrap: wrap;ustify;}
.ProAppli ol .desc p{width: 48%;  margin: 0 1%;}
.ProAppli ol:hover .imgbox .on,
.ProAppli li:hover .imgbox .on{display: none;}
.ProAppli ol:hover .imgbox .hover,
.ProAppli li:hover .imgbox .hover{display: block;}

@media(min-width:1025px){
.ProAppli .ul{ float: left; }
.ProAppli .ul0{width: calc(45% - .1rem);}
.ProAppli .ul1{width: calc(55% - .1rem);}
.ProAppli .ul1{margin-left: .2rem;}
.ProAppli li:nth-child(3){margin-left: .2rem;}
.ProAppli li:nth-child(2),
.ProAppli li:nth-child(3){width:calc(50% - .1rem);}
.ProAppli li:nth-child(2),
.ProAppli li:nth-child(3){margin-top:.2rem;}
}
@media(max-width:1024px){
.ProAppli ol{margin-bottom: 0.15rem;}
.ProAppli li:not(:last-child){margin-bottom: 0.15rem;}
.ProAppli li:nth-child(1){padding-bottom:56%;}
.ProAppli li:nth-child(2),
.ProAppli li:nth-child(3){width:calc(50% - .1rem);}
.ProAppli li:nth-child(3){margin-left: .2rem;}
.ProAppli li:nth-child(2),
.ProAppli li:nth-child(3){padding-bottom:72%;}
.ProAppli li .tit{font-size:var(--font-size24);}
}


.CoreAdv .lm-title{margin-bottom: 1.4rem;}
.CoreAdv .box{padding:0 0 var(--padMar120) 0; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.CoreAdv .list{ margin-bottom: var(--padMar150);}
.CoreAdv .list ul{ display: flex; flex-wrap: wrap; }
.CoreAdv .list li{ float: left;  margin-right: 4%; text-align: center; }

.CoreAdv .list li .icon{width: 1.6rem;height: 1.6rem; background-image: url(../images/icon_bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 0.2rem; display: flex;justify-content: center;align-items: center;margin: 0 auto 0.3rem; border: 0.04rem solid #fff; margin-top: -0.8rem;}
.CoreAdv .list li .icon img{ max-width: 0.6rem;}
.CoreAdv .list li .tit{font-size: var(--font-size24);color: #fff; font-weight: 500; margin-bottom: 0.2rem; line-height: 1.5;text-align: center;}
.CoreAdv .list li .desc{font-size: var(--font-size16); color:#fff; line-height:1.7;text-align: left; }
.CoreAdv .list li .desc p{ display: block; padding-left:0.15rem;position: relative;color:#fff; margin: 0; }
.CoreAdv .list li .desc p::before{content:"";display: block;width:0.06rem;height:0.06rem;background: #fff;position: absolute;left:0;top:0.12rem;}

.CoreAdv .dl_list dl{ display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center; }
.CoreAdv .dl_list dd{ float: left;  text-align: center; }
.CoreAdv .dl_list dd.mark .ico{display: block;margin: 0 auto;width: 0.24rem;height: 0.24rem;position: relative;}
.CoreAdv .dl_list dd.mark .ico:before,
.CoreAdv .dl_list dd.mark .ico:after{position: absolute;content: '';background-color: #fff;}
.CoreAdv .dl_list dd.mark .ico:before{left: 50%;margin-left: -1px;width: 2px;top: -0.625em;bottom: -0.625em;}
.CoreAdv .dl_list dd.mark .ico:after{top: 50%;margin-top: -1px;height: 2px;left: -0.625em;right: -0.625em;}

.CoreAdv .dl_list dd .tit{font-size: var(--font-size24);color: #fff; font-weight: 500; margin-bottom: 0.2rem; line-height: 1.5;text-align: center;}
.CoreAdv .dl_list dd .icon img{ max-width: 0.8rem;}

@media (min-width:1025px) {
.CoreAdv .list li{width: 30.66%;}
.CoreAdv .list li:nth-child(3n){margin-right: 0%;} 

.CoreAdv .dl_list dd:not(.mark){width: 27.143%;}
}
@media (max-width:1024px) { 
.CoreAdv .list li{width: 100%; margin-right: 0;} 
.CoreAdv .list li:not(:last-child){margin-bottom: 1.2rem;}
.CoreAdv .dl_list dd .tit{font-size: var(--font-size20);}
.CoreAdv .dl_list dd .icon img{ max-width: 0.5rem;}
.CoreAdv .dl_list dd.mark .ico{width: 0.12rem;height: 0.12rem;}
}






