@font-face {
  font-family: 'syr';
  src: url('fonts/SourceHanSansCN/Regular.woff') format('woff');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'syr';
  src: url('fonts/SourceHanSansCN/Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'sym';
  src: url('fonts/SourceHanSansCN/Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'syb';
  src: url('fonts/SourceHanSansCN/Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

body{font-family: syr; --hover-color:#f8ec22;--white:#fff; --black:#333; --grey:#777;--rgb-white:255,255,255;--rgb-black:0,0,0; font-size: var(--font-size16); }


p{margin: 0;}
p+p{margin-top:1em;}


/*Top003213 */
.Top003213{position:fixed; left: 0;top: 0;width: 100%;z-index: 100;transition: 0.3s; border-bottom: 1px solid rgba(var(--rgb-white),0.2); }
.Top003213:hover,
.Top003213_fixed{background:var(--white); box-shadow: 0 0 10px rgba(var(--rgb-black),0.1); border-bottom: none;}
.Top003213 .logo img{height: 0.35rem;}
.Top003213 .logo img.on,
.Top003213 .logo img.on,
.Top003213_fixed .logo img,
.Top003213_fixed .logo img,
.Top003213:hover .logo img,
.Top003213:hover .logo img{display: none;}
.Top003213:hover .logo img.on,
.Top003213_fixed .logo img.on{display: block;}
.Top003213 [class*=autoCon-]{position: relative;z-index: 100;}
.Top003213 menu li span,
.Top003213 menu li span a{display: block;}
.Top003213 .open-search{display: block;width: 0.2rem; height: 0.2rem; background: url(../images/search.svg) no-repeat center center; background-size: contain;cursor: pointer;}
.Top003213:hover .open-search,
.Top003213_fixed .open-search{ background-image: url(../images/search-on.svg);}
.Top003213 .top-search{position: absolute; top: 100%;right: 0;width: 4rem;background-color: var(--white); display: flex;align-items: center; justify-content: center;  overflow: hidden; opacity: 0;visibility: hidden;transform: translateY(0.3rem);transition: 0.3s;}
.Top003213 .top-search .text{flex: 1; border: 0; height: calc(50 / 16 * 1em); line-height: calc(50 / 16); padding: 0 1em; font-size: var(--font-size16);}
.Top003213 .top-search .text:not(.focus){color: rgba(var(--rgb-999),1);}
.Top003213 .top-search .btn{width:calc(50 / 16 * 1em);height: calc(50 / 16 * 1em); display: block;background: url(../images/search-on.svg) no-repeat center center; background-size: auto 0.22rem; cursor: pointer;}
.search-show .Top003213 .open-search{background-image: url(../images/close.svg);}
.search-show .Top003213 .top-search{opacity: 1;visibility: visible;transform: translateY(0);}

.Top003213 .top-language{ position:relative;padding:.3rem;padding-left:0;margin-right:.3rem;}
.Top003213 .top-language::before{position:absolute;right: 0; top: 50%; width: 1px; height:.2rem; content: ''; background: rgba(var(--rgb-white), 0.3); transform: translateY(-50%);}
.Top003213:hover .top-language::before,
.Top003213_fixed .top-language::before{background: rgba(var(--rgb-black), 0.3);}
.Top003213 .top-language span{ display:block;background:url(../images/lang-white.svg) no-repeat left center;line-height:.3rem; padding:0 .2rem 0 .34rem; cursor:pointer; position: relative; z-index: 1;  background-size: auto 70%; color: var(--white);}
.Top003213:hover .top-language span,
.Top003213_fixed .top-language span{ background-image:url(../images/lang.svg); color: var(--black);}
.Top003213 .top-language span:after{position: absolute; width:.06rem; height:.06rem; content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);border-bottom: 1px solid var(--white);border-right: 1px solid var(--white); right: 0; top: 50%; margin-top:-.04rem;}
.Top003213:hover .top-language span:after,
.Top003213_fixed .top-language span:after{border-color: var(--black);}
.Top003213 .top-language figure{ position:absolute; top:100%; left:50%; background:#fff; width:1.2rem; line-height:.4rem; display:none; margin-left:-.6rem; box-shadow:  0 0 10px rgba(var(--rgb-black),0.1);}
.Top003213 .top-language a{ display:block; text-align:center; color:var(--black);}
.Top003213 .top-language a:hover{background:var(--hover-color); }

.Top003213 menu li{position: relative;}
.Top003213 menu li span{position: relative;}
.NavPull{min-width:1.8rem;position: absolute;top:100%;left:50%;transform: translateX(-50%);text-align: center;line-height: 0.42rem;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.NavPull dl{padding:0.1rem;}
.NavPull dl dd a{display: block;white-space: nowrap;}
.NavPull dl dd a:hover{background: #f8ec22;color:#fff;}
.NavPull.null{display: none !important;}

@media(max-width:1024px){
  .Top003213 menu li span{padding-right:40px;}
	.Top003213 menu li span b{display: block;width:40px;height:100%;background: url(../images/navmore.svg) no-repeat center center;background-size: 15px;position: absolute;right:0;top:0;transition: all .5s;}
	.Top003213 menu li span b.on{transform: rotate(90deg);}
	.NavPull{position: static;transform: translateX(0);line-height: 32px;font-size: 14px;background: #f7f8f9;box-shadow: 0 0 0 0 rgba(0,0,0,0);width:100%;}
}

@media (min-width:1025px) {
.Top003213 menu li{margin-right: calc(70 / 1920 * 100vw);}
.Top003213 menu li span a{line-height:.9rem;font-size: var(--font-size18);color:var(--white);position: relative;}
.Top003213:hover menu li span a,
.Top003213_fixed menu li span a{color:var(--black);}
.Top003213 menu li span a:after{position: absolute; content: ''; height:4px;width: 0; bottom: 0; left: 50%;background-color:var(--hover-color); opacity: 0; transition: 0.3s;transform: translateX(-50%);}
.Top003213:hover menu li span a:after,
.Top003213_fixed menu li span a:after{background-color:var(--black);}
.Top003213 menu li span a:hover:after,
.Top003213 menu li.aon span a:after{opacity: 1;width:100%; }
.Top003213 menu li span a:hover,
.Top003213 menu li.aon span a{color: var(--hover-color); }
.Top003213:hover menu li span a:hover,
.Top003213:hover menu li.aon span a,
.Top003213_fixed menu li span a:hover,
.Top003213_fixed menu li.aon span a{color: var(--black); }
}

@media (max-width:1024px) {
.Top003213{--top:0.7rem;position: fixed; box-shadow: 0 0 0.1rem rgba(var(--rgb-black),0.3);}
.Top003213 [class*=autoCon-]{height: var(--top);}
.Top003213 menu{position: fixed; left: -100%;opacity: 0;visibility: hidden;transition:left 0.5s ease-in-out;top: var(--top);width: 100%;bottom: 0; }
.menu-show .Top003213 menu{left: 0;visibility: visible; opacity: 1;}
.Top003213 .logo img{height: calc(var(--top) / 2.5);}
.Top003213 .open-menu{margin-left: 0.3rem;}
.Top003213 .open-menu i{background-color: var(--hover-color);}
.Top003213 ul{height: 100%; position: relative;width: 250px;box-shadow: 0 0.1rem 0.1rem rgba(var(--rgb-black),0.3);background-color: #fff;}
.Top003213  li span{line-height: 3; padding: 0 1em; border-bottom:1px solid rgba(var(--rgb-black),0.1); }
.Top003213  li.has-sub span{background: url(../images/select.svg) no-repeat right 1em center; background-size:1em auto;}
.Top003213  li.has-sub span:before{position: absolute; content: ''; left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.Top003213  li.active span{background-color: #f9f9f9;}
.Top003213 .top-language{padding:0.2rem;}
.Top003213 li span{font-size: 0.18rem;}
}

@media(max-width:640px){
  .Top003213 li span{font-size: 0.2rem;}
}



.index-more a{display:inline-flex;align-items:center;background-color:var(--white);border-radius:3em;border:solid 2px var(--hover-color);line-height:.62rem;padding-left:2em;padding-right:0.04rem;position:relative; color: var(--black);}
.index-more a span{position:relative;display:block;z-index:2}
.index-more a:after,
.index-more a::before{width:0.54rem;height:0.54rem}
.index-more a:after{display:block;content:'';background-position:center center;background-repeat:no-repeat;background-size:contain;background-image:url(../images/more.svg);background-size:auto 0.16rem;margin-left:0.7rem;position:relative;z-index:2}
.index-more a::before{position:absolute;content:'';right:0.04rem;border-radius:0.54rem;top:0.04rem;background-color:var(--hover-color);z-index:1;transition:width 0.3s}
.index-more a:hover{color:var(--black)}
.index-more a:hover:before{width:calc(100% - 0.08rem)}
@media (max-width:1024px) {
.index-more a{line-height: 3;}
.index-more a:after,
.index-more a::before{width: calc(3em - 0.08rem); height: calc(3em - 0.08rem);}
.index-more a:after{margin-left: 0.3rem;}
}
@media (max-width:640px) {
.index-more a:after{margin-left: 0.35rem;}
}



/*Banner003223 */
.Banner003223{position:relative;z-index:1;}
.Banner003223 .swiper-wrapper{height: auto;}
.Banner003223 .txt{position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;z-index:3;color:var(--white);}
.Banner003223 .txt :where(h3,p,.index-more){opacity:0;transform:translateX(1rem);transition:0.5s}
.Banner003223 .txt h3{margin:0;font-size:0.98rem;line-height:1.3;transition-delay:0.5s; letter-spacing:.05rem;}
.Banner003223 .txt h3 span{display: block; font-size:.40rem;}
.Banner003223 .txt p{margin:1em 0 0.8rem 0;font-size:var(--font-size26);line-height:1.2;transition-delay:0.8s; letter-spacing:.05rem;}
.Banner003223 .txt .index-more{transition-delay:1.1s}
.Banner003223 .txt .index-more a+a{margin-left: .2rem;}
.Banner003223 .index-more .dw{background-color:transparent; border-color: var(--white); color: var(--white);}
.Banner003223 .index-more .dw:after{background-image:url(../images/dow.svg); background-size:auto 0.22rem;}
.Banner003223 .index-more .dw:hover{color: var(--black);}

.Banner003223 .controls-page{bottom:6.06826802%;position: absolute;z-index: 10;text-align: center;}
.Banner003223 .controls-page span{width: 0.14rem;height: 0.14rem;  margin: 0 0.1rem !important; display: block;border-radius:.14rem;opacity: 1; background:var(--white); border: none;}
.Banner003223  .controls-page span.swiper-pagination-bullet-active {background-color: var(--hover-color); width: .4rem;}
.Banner003223 .swiper-slide-active .txt :where(h3,p,.index-more){opacity:1;transform:translateX(0)}
@media (max-width:1024px) {
.Banner003223 .txt h3{font-size: var(--font-size48);}   
.Banner003223 .txt p{font-size: var(--font-size18); margin-bottom: 2em;}
}

@media(max-width:640px){
  .Banner003223 .txt h3{font-size: 0.3rem;}
  .Banner003223 .txt h3 span{font-size: 0.22rem;}
}



.Hometitle{margin-bottom:.7rem; position: relative; z-index: 1; line-height:1;  text-align: center; color:var(--black)}
.Hometitle .cn{font-size:.42rem; font-weight: bold; letter-spacing: 5px;}
.Hometitle .bg{text-transform: uppercase;  }
.Hometitle .bg{font-size:calc(110 / 1920 * 100vw); opacity: 0.04;position: absolute; top: 50%; width: 100%; transform: translateY(-50%); font-weight: bold; z-index: -1; font-family: Arial;}
.Hometitle-white{color:var(--hover-color);}
.Hometitle-white .bg{ opacity: 0.1; color: var(--white);}

@media(max-width:1024px){
  .Hometitle{margin-bottom:0.35rem;}
  .Hometitle .cn{font-size: 0.36rem;letter-spacing: 0;}
}


/*Floor003234 */
.Floor003234{overflow: hidden; padding:var(--padMar120) 0; }
.Floor003234 ul{display: flex;flex-wrap: wrap;margin-left:-3%;}
.Floor003234 li{background:#f6f8fa;width:47%;margin-left:3%;margin-bottom:2%;}
.Floor003234 li a{display: block;position: relative;}
.Floor003234 li .pic{position:relative; padding-bottom:65%;}
.Floor003234 li .Ispic{position:absolute; width: 100%; height: 100%;}
.Floor003234 li .Ispic.on,
.Floor003234 li:hover .Ispic{opacity: 0;}
.Floor003234 li:hover .Ispic.on{opacity:1;}
.Floor003234 li .num,
.Floor003234 li .con{position: absolute; left:.4rem;}
.Floor003234 li .num{top: .4rem; font-size:var(--font-size30); color:#777; font-weight: bold;}
.Floor003234 li .con{bottom: .4rem; right: .4rem; padding-right:2.6rem;}
.Floor003234 li .con::before{position: absolute; content: ''; width: .54rem; height: .54rem; background-position:center center;background-repeat:no-repeat;background-size:contain;background-image:url(../images/more.svg);background-size:auto 0.16rem; top: 50%; right:0; transform: translateY(-50%); background-color: var(--hover-color); opacity:0; border-radius:50%;}
.Floor003234 li:hover .con::before{opacity:1;}
.Floor003234 li .tit{font-size: var(--font-size28); color: var(--black); font-weight: bold;}
.Floor003234 li .txt{ color: var(--grey); line-height: 1.75; margin-top: .15rem;}

@media(max-width:1024px){
  .Floor003234 li .con{padding-right:1.6rem;}
}

@media(max-width:640px){
  .Floor003234 li{width:97%;}
}


/*Floor002627*/
.Floor002627{padding:var(--padMar120) 0; position: relative; overflow-x: hidden; background:url(../images/Floor002627-bg.jpg); background-size: cover;}
.Floor002627 .index-more{text-align: center; margin-top: .5rem;}
.Floor002627 .ul{display:flex; flex-wrap: wrap;margin-left:-2%;}
.Floor002627 li{padding:.4rem .45rem; position: relative; z-index: 1; background:rgba(var(--rgb-white), 0.9); border-bottom: 8px solid transparent; box-shadow:0 5px 10px 10px rgba(var(--rgb-black),0.01);width:31.33%;margin-left:2%;margin-bottom:2%;}
.Floor002627 li a{display: flex; position: relative; z-index:4;}
.Floor002627 li .time{width:.7rem;}
.Floor002627 li .time *{display: block; color:#bbb; }
.Floor002627 li .time b{font-size:var(--font-size46); font-weight: normal; line-height: 0.9; }
.Floor002627 li .time span{font-size:var(--font-size14); position: relative;padding-top: .05rem;}
.Floor002627 li .con{width:calc(100% - .7rem); padding-left: .3rem;}
.Floor002627 li .tit{font-size: var(--font-size21); color: var(--black); line-height: 1.5; height: calc(1.5em * 2); text-align: justify; font-weight: 700;}
.Floor002627 li .flex{margin-top: .1rem; display: flex; align-items: center; justify-content: space-between;}
.Floor002627 li .txt{color: #999;}
.Floor002627 li .dow{width:.5rem; height: .5rem; background: url(../images/dow.svg) no-repeat center rgba(var(--rgb-black),0.04); border-radius:50%; background-size: auto .2rem;}
.Floor002627 li:hover{border-bottom-color:var(--hover-color); background:var(--white);}
.Floor002627 li:hover .dow{background-color:var(--hover-color); }

@media(max-width:1024px){
  .Floor002627 li{padding:0.3rem;}
}

@media(max-width:640px){
  .Floor002627 li{padding:0.2rem;}
  .Floor002627 li{width:48%;}
  .Floor002627 li a{display: block;}
  .Floor002627 li .con{padding-left:0;width:100%;}
  .Floor002627 li .tit{text-align: left;}
  .Floor002627 li .time{width:100%;display: flex;align-items:center;margin:0.1rem 0;}
  .Floor002627 li .time b{display: block;margin-right:0.1rem;font-size: 0.22rem;}
  .Floor002627 li .time span{font-size: 0.18rem;padding-top:0;}
}

/*Floor003228 */
.Floor003228{padding:var(--padMar120) 0;overflow: hidden;}
.Floor003228 .swiper-wrapper{height: auto;}
.Floor003228 .swiper{margin:0 -0.2rem;}
.Floor003228 .swiper-slide{padding: 0 .2rem;}
.Floor003228 .pic{overflow: hidden;}
.Floor003228 .Ispic{display: block; width: 100%; padding-bottom:66.67%; transition: .3s;}
.Floor003228 a:hover .Ispic{transform: scale(1.1);}
.Floor003228 .con{padding: .2rem; color: var(--black); min-height:2.4rem;}
.Floor003228 .con time{font-size: var(--font-size12);}
.Floor003228 .con .tit{font-size: var(--font-size20); margin: .2rem 0 .12rem; line-height: 0.28rem;height:0.56rem; font-weight: bold;}
.Floor003228 .con .txt{ line-height: 1.5;}
.Floor003228 .more{color:var(--grey); display:table; padding:0 .3rem 0 .2rem; background: url(../images/more2.svg) no-repeat right center; background-size:auto .14rem;transition: 0.3s;}
.Floor003228 a:hover .more{padding-right:.45rem; color: var(--black); background-image:url(../images/more.svg); }
.Floor003228 .pages:not(.swiper-pagination-lock){display: flex;justify-content: center; padding-top: 0.1rem;}
.Floor003228 .pages span{width: 0.1rem; height: 0.1rem;}
.Floor003228 .pages span.swiper-pagination-bullet-active{background-color: var(--hover-color);}
@media (max-width:640px) {
.Floor003228 .swiper{margin-top: 0;}
}


/*Floor003229*/
.Floor003229{padding:var(--padMar80) 0;overflow: hidden; background-size:cover; background-position: right center; background-repeat: no-repeat; border-bottom: 4px solid var(--hover-color);} 
.Floor003229 .t1{font-size: var(--font-size18); color: var(--white);} 
.Floor003229 .t2{font-size: var(--font-size34); color: var(--hover-color); margin: .15rem 0 .3rem; font-weight: bold;} 
.Floor003229 .code{width: 1.3rem;} 
@media (max-width:1025px) {
.Floor003229 .con{width:80%; max-width: 6rem;}
}

@media(max-width:640px){
  .Floor003229 .con{width:100%;max-width:100%;}
  .Floor003229 .t2{font-size: 0.26rem;}
}



/*Bottom002743 */
.Bottom002743{background:#000; padding-top:var(--padMar70); color:var(--white); position: relative;  overflow: hidden;}
.Bottom002743::before{position: absolute; width: 100%; height:55%; background: url(../images/logo-white.svg) no-repeat center; background-size:contain; content:'';opacity: 0.08; left: 0; bottom: 0;}
.Bottom002743 a{color:var(--white);}
.Bottom002743 a:hover{color:var(--hover-color);}
.Bottom002743 .cons{padding-bottom:var(--padMar60);}
.Bottom002743 .copyright{line-height:1.75;padding:.3rem 0;color:rgba(var(--rgb-white), 0.7); border-top:1px solid #333; position: relative; z-index: 2;}
.Bottom002743 .copyright a{color: var(--white);  opacity: 0.7; }
.Bottom002743 .copyright a:hover{color:var(--hover-color); opacity: 1;}
.Bottom002743 .copyright aside a:not(:last-child):after{display: inline-block;content: '';width:1px;height:.14rem;background:rgba(var(--rgb-white), 0.4);vertical-align: middle;margin: 0 1vw;}
.Bottom002743 .contact{width:calc(32% - 5vw); padding-right:3vw; margin-right:5vw; border-right: 1px solid #434343;}
.Bottom002743 .contact .name,
.Bottom002743 nav dl dt{font-size:var(--font-size18);color:var(--white); padding-bottom:.2rem; font-weight: bold;}
.Bottom002743 nav dl:last-child dt{text-align: center;}
.Bottom002743 .contact li:not(:last-child){padding-bottom:.2rem;}
.Bottom002743 .contact li aside{padding-left:.3rem;line-height:1.5;background-position:left .03rem;background-repeat:no-repeat; background-size: auto .19rem;}
.Bottom002743 .contact li:nth-child(1) aside{background-image: url(../images/icon_call.svg); margin-bottom:.05rem; font-size:.15rem;}
.Bottom002743 .contact li:nth-child(2) aside{background-image: url(../images/icon_email.svg);}
.Bottom002743 .contact li:nth-child(3) aside{background-image: url(../images/icon_add.svg);}
.Bottom002743 .contact li b{font-size:var(--font-size34);color:var(--white); font-weight: bold;}
.Bottom002743 nav dl dt a{color:var(--white);}
.Bottom002743 nav{float: right;width:68%;}
.Bottom002743 nav dl{float: left; max-width:1.8rem;}
.Bottom002743 nav dd{line-height:1.5;margin-top:.1rem;opacity: 0.7; }
.Bottom002743 nav dd:hover{opacity:1; }
.Bottom002743 nav .code{background:var(--white); }
.Bottom002743 nav .code img{max-width:1.1rem; width: 100%; }
@media(min-width:1025px){
.Bottom002743 .cons{display: flex; justify-content: space-between;}
.Bottom002743 .copyright aside{float: right;}
}
@media(max-width:1024px){
.Bottom002743{padding-top: 5%;}
.Bottom002743 nav{display: none;}
.Bottom002743 .contact{display: table; margin: 0 auto;}
.Bottom002743 .contact .name,
.Bottom002743 .copyright{text-align: center;}
.Bottom002743 .contact{border-right:none;}
}





/*Banner002730 */
.Banner002730{position: relative; overflow: hidden;}
.Banner002730:after{position: absolute;content: ''; left: 0;top: 0;width: 100%;height:100%; opacity: 0.3;background: #000; }
.Banner002730 .ytable{height: 100%; }
.Banner002730 .txt{ position:absolute; left:0; top:0; height:100%; width:100%; z-index:10; color:var(--white); width: 100%;text-align: center; }
.Banner002730 .txt .cn{ letter-spacing:.1rem;  font-size:var(--font-size40); }
.Banner002730 .txt .en{text-transform: uppercase;font-weight: bold; letter-spacing:.04rem;font-size:var(--font-size20); margin-top:.05rem;}
@media(min-width:1025px){
.Banner002730 figure{height:5.5rem;}
.Banner002730 img{ display:none;}
}
@media(max-width:1024px){
.Banner002730 figure{ padding-top:4.8rem;}
.Banner002730 img{ width:100%; display:none;}
}

@media(max-width:640px){
  .Banner002730 figure{padding-top:4rem;}

}



/*Menu003135 */
.Menu003135{position: relative;z-index: 3; border-bottom: 1px solid rgba(0,0,0,0.1);}
.Menu003135 .current{font-size:var(--font-size14); padding-left:.25rem;background: url(../images/Menu003135-icon.svg) no-repeat left center; background-size:.16rem auto; line-height:.9rem;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: var(--grey);}
.Menu003135 .current span{color:var(--black);}
.Menu003135 .nav-menu li{float: left;font-size:var(--font-size16);line-height:.9rem;}
.Menu003135 .nav-menu li a{display: block;position: relative; color: var(--grey);  padding:0 .3rem;}
.Menu003135  a:hover{color: var(--black);}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color:var(--black);background-color:var(--hover-color);}
@media (max-width:1024px) {
.Menu003135 .current{display: none;}  
.Menu003135 .nav-menu li{line-height: 0.6rem;font-size: 0.18rem;} 
.Menu003135 .nav-menu{white-space: nowrap;overflow: auto;}
.Menu003135 .nav-menu li{display: inline-block;float:none;}
}


/*.Menu002252*/
.Menu002252{margin:.6rem 0; overflow:hidden;}
.Menu002252 .ul{display:flex; flex-wrap: wrap; }
.Menu002252 .ul a{display:block;background:#fff; padding:1em 2em; margin:1em 0;margin-right:.2rem; border-radius:.05rem; box-shadow: 0 0 5px rgba(var(--rgb-black), 0.1);color:var(--grey); min-width:1.12rem; }
.Menu002252 .ul a.aon,
.Menu002252 .ul a:hover{ color:var(--black); background-color:var(--hover-color);}
.Menu002252 .search{position: relative;width: 4rem;background-color: var(--white); display: flex;align-items: center; justify-content: center; overflow: hidden;transition: 0.3s;border:1px solid #eaeaea; border-radius: .05rem;}
.Menu002252 .search .text{flex: 1; border: 0; height: calc(50 / 16 * 1em); line-height: calc(50 / 16); padding: 0 1em; font-size: var(--font-size16);}
.Menu002252 .search .text:not(.focus){color: rgba(var(--rgb-999),1);}
.Menu002252 .search .btn{width:calc(50 / 16 * 1em);height: calc(50 / 16 * 1em); display: block;background: url(../images/search-on.svg) no-repeat center center; background-size: auto 0.22rem; cursor: pointer;}

.Menu002252 .pop-up{position: fixed; width: 100%; height: 100%; background: rgba(var(--rgb-black), 0.3); left: 0; top: 0; z-index: 1000; display: none;}
.Menu002252 .code{position: fixed; width:90%; background:#fff; left: 50%; top:50%; transform: translate(-50%,-50%); text-align: center; max-width:3.6rem; padding:.4rem .3rem .3rem; border-radius: .1rem;}
.Menu002252 .code .close{position: absolute;right:-.15rem;top:-.15rem;z-index: 10;width:.3rem;height:.3rem;border-radius: 50%;background-color:var(--hover-color);cursor: pointer;}
.Menu002252 .code .close::before,
.Menu002252 .code .close::after{ position:absolute; content:''; width:.03rem; height:60%; border-radius:.03rem; background-color:var(--black); left:.135rem; top:.07rem;}
.Menu002252 .code .close::before{transform:rotate(45deg);}
.Menu002252 .code .close::after{transform:rotate(-45deg);}
.Menu002252 .code .img{width: 90%; max-width:2rem; display: block; margin: 0 auto; position: relative; padding:.12rem; border: 1px solid rgba(var(--rgb-black), 0.1);}
.Menu002252 .code .img i{ position:absolute; left:0; width:100%;}
.Menu002252 .code .img i::before,
.Menu002252 .code .img i::after{ width:15px; height:15px; position:absolute; content:''; top:-1px;border-top:2px solid var(--black); }
.Menu002252 .code .img i::before{ left:-1px;border-left:2px solid var(--black);}
.Menu002252 .code .img i::after{ right:-1px;border-right:2px solid var(--black);}
.Menu002252 .code .img i.up{ top:0;}
.Menu002252 .code .img i.down{ bottom:0; transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.Menu002252 .code .txt{ color: var(--black); margin-top: .15rem; line-height: 1.75;}

@media (min-width:1025px) {
.Menu002252 .flex{display:flex;justify-content: space-between; align-items: center;}   
}
  
.Listtit{position: relative;z-index: 1;color:var(--black);font-size:var(--font-size38); margin-bottom:.28rem; text-align: center;}
.Listtit::after{content: '';width:.4rem;height:.05rem; background-color:var(--hover-color); margin:.24rem auto 0; display: block; border-radius:5px;}
.Listtit-left{text-align: left;}
.Listtit-left::after{margin-left: 0;}



/*Page002737 */
.Page002737{padding:var(--padMar70) 0 var(--padMar120);  }
.Page002737 .Pages{ text-align: center;}
.Page002737 .Pages > span{display: inline-block; vertical-align: middle;}
.Page002737 .Pages .a_first,
.Page002737 .Pages .a_end,
.Page002737 .Pages .p_cur,
.Page002737 .Pages .p_count,
.Page002737 .Pages .p_jump,
.Page002737 .Pages .p_total{display: none;}
.Page002737 .Pages .p_page{overflow: hidden; }
.Page002737 .Pages .p_page em{font-style: normal;}
.Page002737 .Pages .p_page a{float: left; line-height:.48rem;  border-radius:50%; width:.5rem; margin: 0 .1rem; color:var(--grey); background:#f6f8fa; font-family: Arial;}
.Page002737 .Pages .p_page a:hover,
.Page002737 .Pages .p_page a.a_cur{background-color:var(--hover-color); border-color:var(--hover-color); color:var(--black);}
.Page002737 .Pages .p_page a.a_next,
.Page002737 .Pages .p_page a.a_prev{ height:.5rem; width:.5rem;background-position: center center; background-repeat: no-repeat; background-size: auto calc.14rem; line-height: 1000; overflow: hidden;}
.Page002737 .Pages .p_page a.a_prev,
.Page002737 .Pages .p_page a.a_next{background-image: url(../images/more.svg);}
.Page002737 .Pages .p_page a.a_prev{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);}
@media(max-width:768px){
.Page002737 .Pages .p_page em,
.Page002737 .Pages .p_jump{display: none;}
}




/*.PicList002798*/
.PicList002798{ padding-top:var(--padMar110);}
.PicList002798 ul{ display: flex; flex-wrap:wrap;}
.PicList002798 li{position: relative; z-index: 1; border-bottom:4px solid rgba(var(--rgb-black),0.02);}
.PicList002798 li .pic{ display:block; position:relative; padding:.3rem; background: #f6f8fa;}
.PicList002798 li .Ispic{padding-bottom:64.5%; background-size: contain;}
.PicList002798 li .con{padding:.3rem 0;}
.PicList002798 li .tit a{font-size:var(--font-size22);color:var(--black); font-weight: bold;}
.PicList002798 li .txt{font-size:var(--font-size16);color:var(--grey); margin:.1rem 0 .24rem;}
.PicList002798 li .more{display: flex; align-items: center; }
.PicList002798 li .more a{line-height: .40rem; padding:0 .25rem; color: var(--black); background: var(--hover-color);transition: .3s; border-radius: .02rem;}
.PicList002798 li .more a::after{width:.14rem; height: .14rem; content: ''; display: inline-block; background:url(../images/more.svg) no-repeat center; margin-left: .1rem; background-size: contain;}
.PicList002798 li .more a:hover{border-radius: .4rem; }
.PicList002798 li .more a+a{margin-left:.2rem; background:#f6f8fa;}
.PicList002798 li .more a+a::after{background-image:url(../images/dow.svg);}
@media(min-width:1025px){
.PicList002798 li{width:31.3%; margin-right: 3%;}
.PicList002798 li:nth-child(3n){margin-right: 0; }
.PicList002798 li:nth-child(3n) ~ li{margin-top:4%; }
}
@media(max-width:1024px){
.PicList002798 li{width:48%; margin-right:4%;}
.PicList002798 li:nth-child(2n){margin-right: 0; }
.PicList002798 li:nth-child(2n) ~ li{margin-top:4%; }
}

@media(max-width:640px){
  .PicList002798 li .more a{padding:0 0.1rem;font-size: 0.14rem;}
  .PicList002798 li .more a::after{width:0.16rem;height:0.14rem;margin-left:0.05rem;}
  .PicList002798 li .more a+a{margin-left:0.1rem;}
}



/*RighInfo003134 */
.RighInfo003134{ padding:var(--padMar110) 0;}
.RighInfo003134 .img-side{background: var(--white); margin-bottom:var(--padMar60); overflow: hidden; border: 1px solid #eaeaea;}
.RighInfo003134 .img-side .ytable-cell{ padding-bottom:var(--font-size50);}
.RighInfo003134 .img-group li .Ispic{background-size: contain;padding-bottom:64.47%; }
.RighInfo003134 .controls{display: table;position: relative;padding: 0 var(--padMar50); margin:var(--padMar50) auto 0;}
.RighInfo003134 .controls .slick-dots li{float: left;position: relative; width: 13px;height: 13px; margin: 0 5px;}
.RighInfo003134 .controls .slick-dots li button{position: absolute;background:rgba(0,0,0,0.2); width: 7px;height: 7px;border-radius: 50%; top: 50%;left: 50%;transform: translate(-50%,-50%); border: 0; cursor:pointer; border: 0; font-size: 0;padding: 0;transition: 0.3s;}
.RighInfo003134 .controls .slick-dots li.slick-active button{background-color:var(--hover-color); width: 100%;height: 100%;}
.RighInfo003134 .controls .slick-arrow{position: absolute; top:50%;width:.15rem; height:.15rem;background-repeat: no-repeat;background-position: center; margin-top: -.075rem; background-size: contain; border: none;background-image:url(../images/more.svg);  }
.RighInfo003134 .controls .slick-prev{left: 0; transform:rotate(-180deg); -webkit-transform:rotate(-180deg);}
.RighInfo003134 .controls .slick-next{right: 0;}
.RighInfo003134 .controls .slick-disabled{cursor: default;}
.RighInfo003134 .controls .slick-prev.slick-disabled,
.RighInfo003134 .controls .slick-next.slick-disabled{background-image: url(../images/more2.svg);}
.RighInfo003134 .img-side .tit{font-size:var(--font-size32);color:var(--black); font-weight: bold; }
.RighInfo003134 .img-side .line{width:.22rem; height:.02rem; background-color:var(--hover-color);display: block;margin:.24rem 0;}
.RighInfo003134 .img-side p{ line-height:1.75; text-align: justify; }
.RighInfo003134 .index-more{ margin-top:.5rem; }
.RighInfo003134 .index-more a+a{margin-left: .2rem;}
.RighInfo003134 .index-more .dw{background-color:transparent; border-color: var(--grey); color: var(--grey);}
.RighInfo003134 .index-more .dw:after{background-image:url(../images/dow.svg); background-size:auto 0.22rem;}
.RighInfo003134 .index-more .dw:hover{color: var(--black);}
.RighInfo003134 .prod-intro{margin-top:3vw;}
.RighInfo003134 .prod-intro .title{position: relative;z-index: 1;color:var(--black);font-size:var(--font-size28); margin-bottom:.28rem; text-align: center; font-weight: bold;}
.RighInfo003134 .prod-intro .title::after{content: '';width:.4rem;height:.05rem; background-color:var(--hover-color); margin:.24rem auto 0; display: block; border-radius:5px;}

@media (min-width:1025px) {
.RighInfo003134 .img-group{width: 50%;border-right: solid 1px #f2f2f2;}
.RighInfo003134 .img-side .ytable-cell{padding:.5rem;}
}
@media (max-width:1024px) {
.RighInfo003134 .img-side{ padding: 2em;}
.RighInfo003134 .img-side .tit{font-size: 0.24rem;}
}






/*PicList002954 */
.PicList002954{padding-top:var(--padMar110);}

.PicList002954 .more{overflow: hidden;width:.4rem;height:.4rem; border-radius: 50%;position:relative; transition: 0.3s;}
.PicList002954 .more:after{position: absolute; content: ''; width:.14rem; height:.14rem; margin: -.07rem 0 0 -.07rem; left: 50%; top: 50%; background: url(../images/more2.svg) no-repeat center; background-size:contain;}
.PicList002954 a:hover .more{background:var(--hover-color);}
.PicList002954 a:hover .more:after{background-image: url(../images/more.svg);}

.PicList002954 dl{margin-bottom:.5rem;}
.PicList002954 dd a{background: #f6f8fa;}
.PicList002954 dd .pic{overflow: hidden;}
.PicList002954 dd .Ispic{width: 100%; padding-bottom:64.585%; transition: .3s;} 
.PicList002954 dd .t1{color: var(--black); position: relative;line-height: .3rem; padding-bottom:.2rem;margin-bottom: .2rem; padding-left: 1.4rem;border-bottom: 1px dashed rgba(var(--rgb-black), 0.1);} 
.PicList002954 dd .t1 span{color: var(--grey); position:absolute; left: 0; top:0;} 
.PicList002954 dd .more{background:rgba(var(--rgb-black), 0.05); margin-top:.3rem;} 
.PicList002954 dd:hover .Ispic{transform: scale(1.1);} 
.PicList002954 .slick-dots{ text-align: center;padding-top:.3rem;}
.PicList002954 .slick-dots li{display: inline-block; width:.14rem; height:.14rem; margin: 0 5px;background-color:var(--grey); border-radius: .14rem;}
.PicList002954 .slick-dots li button{display: none;}
.PicList002954 .slick-dots li.slick-active{background:var(--hover-color); width: .4rem;}

.PicList002954 .ul{display: flex; flex-wrap: wrap;margin-left:-2%;}
.PicList002954 li {width:31.33%;margin-left:2%;margin-bottom:2%;}
.PicList002954 li .pic{overflow: hidden;}
.PicList002954 li .Ispic{padding-bottom:64.548%; transition: 0.3s;}
.PicList002954 li a:hover .Ispic{transform: scale(1.2);-webkit-transform: scale(1.2);-ms-transform: scale(1.2);}
.PicList002954 li .txt{padding:.3rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: relative; padding-right:.7rem;}
.PicList002954 li .tit{font-size:var(--font-size18); color: var(--black);}
.PicList002954 li .more{ right: 0; top: 50%; margin-top:-.2rem; position: absolute;}
.PicList002954 dd a{display: flex; align-items: center;flex-wrap: wrap;}
.PicList002954 dd .pic,
.PicList002954 dd .con{width: 50%;box-sizing: border-box;} 
.PicList002954 dd .con{padding:.2rem .8rem;} 

@media(max-width:1024px){
  .PicList002954 dd .con{padding:0.2rem 0.3rem;}
  .PicList002954 dd .t1{padding-left:1rem;padding-bottom:0.1rem;margin-bottom:0.1rem;}
}

@media(max-width:640px){
  .PicList002954 dd .pic,
  .PicList002954 dd .con{width: 100%;} 
  .PicList002954 li{width:48%;}
  .PicList002954 li .txt{padding-top:0.15rem;padding-bottom:0.15rem;padding-right:0.5rem;}
}



/*.RighInfo000171*/
.RighInfo000171{padding:var(--padMar110) 0;}
.RighInfo000171 time{color:var(--grey); padding-left:.28rem; background:url(../images/time.svg) no-repeat center left; background-size:.18rem auto ;line-height:.28rem; font-size: var(--font-size15);}
.RighInfo000171 .dl{background:#f6f8fa; margin-top: -1px; padding:.3rem;} 
.RighInfo000171 .dl dd{color: var(--black); position: relative;line-height: .3rem; padding-bottom:.2rem;margin-bottom: .2rem; padding-left: 1.4rem;border-bottom: 1px dashed rgba(var(--rgb-black), 0.1);} 
.RighInfo000171 .dl dd:last-child{margin-bottom: 0;} 
.RighInfo000171 .dl dd span{color: var(--grey); position:absolute; left: 0; top:0;} 
.RighInfo000171 .title{ color:var(--black); padding-bottom:.3rem; border-bottom: 1px solid rgba(var(--rgb-black),0.1); }
.RighInfo000171 .title h1{margin:0;font-size:var(--font-size36); font-weight: normal; line-height: 1.3;}
.RighInfo000171 .title time{ display:inline-block;}
.RighInfo000171 .info{color:var(--black); line-height:2;text-align:justify; border-bottom:1px dashed #d2d2d2; padding:.3rem 0; }
.RighInfo000171 .info .pic{margin:2% auto; display: block;}
.RighInfo000171 .info .pic1{ float:right; margin-bottom:2%; margin-left:3%;}
.RighInfo000171 .info .pic2{ float:left; margin-bottom:2%;  margin-right:3%;}
.RighInfo000171 .bot{position:relative;margin-top:50px}
.RighInfo000171 .info_back{text-align:center;clear:both;padding:.1rem 0;position:absolute;right:0;top:0}
.RighInfo000171 .info_back a{color:var(--white); background:var(--grey);display:block;padding:.1rem .3rem;border-radius:.3rem;}
.RighInfo000171 .info_back a:hover{background:var(--hover-color); color: var(--black);}
.RighInfo000171 .info_pn span{display:block; margin:.2rem 0}
.RighInfo000171 .info_pn span a{color:var(--grey)}
.RighInfo000171 .info_pn span a:hover{color:var(--black);text-decoration:underline}

.RighInfo000171 .right{ padding:.24rem; background:#f6f8fa;}
.RighInfo000171 .right .subtit{ font-size:var(--font-size24); font-weight: bold; margin-bottom:1em; color:var(--black);}
.RighInfo000171 .right li+li{margin-top:2em; padding-top:2em; border-top: 1px solid rgba(var(--rgb-black), 0.05);}
.RighInfo000171 .right .pic{width: 100%; overflow: hidden;}
.RighInfo000171 .right .Ispic{padding-bottom: 64.745%;}
.RighInfo000171 .right time{display: block;}
.RighInfo000171 .right .tit{font-size:var(--font-size18); line-height: 1.5; color:var(--black); margin: 1em 0;}

@media(min-width:1025px){
.RighInfo000171 .flex{display: flex; align-items:flex-start; justify-content: space-between;}
.RighInfo000171 .left{width:75%; padding-right: .7rem;}
.RighInfo000171 .right{width: 25%;}
.RighInfo000171 .title{display: flex; align-items: flex-end; justify-content: space-between;}
.RighInfo000171 .title h1{width:70%;}
.RighInfo000171 .info_pn span{width:80%}
}
@media(max-width:1024px){
.RighInfo000171 .info_back{position:relative}
.RighInfo000171 .bot{position:relative;}
}





  
/*.PicList001201*/
.PicList001201{padding-top:var(--padMar40); }
.PicList001201 .ul{display: flex; flex-wrap: wrap;margin-left:-2%;}
.PicList001201 li{padding:2.5em; background:#f6f8fa; border-radius:.15rem; border-bottom: 5px solid transparent;width:31.33%;margin-left:2%;margin-bottom:2%;}
.PicList001201 li time{display: block; color:var(--grey); padding-left:.3rem; background:url(../images/time.svg) left center no-repeat; background-size: auto .18rem; line-height:.18rem;}
.PicList001201 li .tit{font-size: var(--font-size20); line-height: 1.75; height: calc(1.75em * 2); color:var(--black); margin:.15rem 0 .6rem;}
.PicList001201 li .dow{display: flex; align-items: center; justify-content: space-between;}
.PicList001201 li .icon{width:.3rem; height:.3rem; background: url(../images/word.svg) no-repeat center; background-size: contain; }
.PicList001201 li .more{color: #666; padding-right:.4rem; background:url(../images/dow2.svg) no-repeat right center; background-size:auto .24rem; line-height: .24rem; }
.PicList001201 li:hover{border-bottom-color: var(--hover-color); }
.PicList001201 li:hover .more{background-image: url(../images/dow.svg); }

@media(max-width:768px){
  .PicList001201 li{width:48%;padding:0.2rem;}
}

@media(max-width:640px){
  .Menu002252 .ul a{padding:0.1rem 0.1rem;}
  .Menu002252 .search .text{height:0.4rem;}
  .Menu002252 .search .btn{height:0.4rem;}
}




 /*.TextList002205 */
 .TextList002205{padding-top:var(--padMar110); }
 .TextList002205 .item{background:#f6f8fa; overflow: hidden;}
 .TextList002205 .item+.item{margin-top:.4rem;}
 .TextList002205 .item i.icon{ display:block; position:absolute; right:.3rem; top:.33rem; background:url(../images/more2.svg) center no-repeat; width:1em; height:1em;transition:all 0.5s ease-out 0s; overflow:hidden; background-size: contain;}
 .TextList002205 .item .Q{ margin:0; font-weight: normal; line-height:.8rem; padding-left:1.2rem; padding-right:.5rem;overflow:hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; position:relative;  cursor:pointer;transition:all 0.5s ease-out 0s;}
 .TextList002205 .item .Q>a{ color:var(--black); font-size:var(--font-size20);}
 .TextList002205 .item em.icon{ position:absolute; top:0; left:0; width:.8rem; height:100%; display:block; text-align:center;  font-size:var(--font-size24); font-weight:bold; font-style:normal; color:var(--black);}
 .TextList002205 .item .Q em.icon{ transition:all 0.5s ease-out 0s; border-right: 1px dashed rgba(var(--rgb-black),0.1);}
 .TextList002205 .item .A{ position:relative;padding:2.5em;padding-left:1.2rem;line-height:2; display:none; border-top: 1px solid rgba(var(--rgb-black), 0.05); }
 .TextList002205 .item .A em.icon{color:var(--grey);transition:all 0.5s ease-out 0s; height: auto; top:.35rem;}
 .TextList002205 .item.active .Q em.icon{ background:var(--hover-color); color:var(--black); border-right: 1px dashed var(--hover-color);}
 .TextList002205 .item.active i.icon{ background-image: url(../images/more.svg); transform: rotate(90deg);}
 
@media(max-width:1024px){
  .TextList002205 .item+.item{margin-top:0.2rem;}
  .TextList002205 .item .Q{line-height: 0.6rem;padding-left:1rem;}
  .TextList002205 .item .A{padding:0.2rem;padding-left:1rem;}
  .TextList002205 .item i.icon{top:0.23rem;}
}





/*.Form002801*/
.Form002801{ padding:var(--padMar110) 0;}
.Form002801 li{background-color: #f6f8fa; padding:.5rem; background-position: right bottom; background-repeat: no-repeat; background-size: contain;}
.Form002801 .tit{font-size: var(--font-size28); color: var(--black); font-weight: bold;}
.Form002801 dl{margin-top: .3rem;}
.Form002801 dd{font-size: var(--font-size18);}
.Form002801 dd+dd{ margin-top: .2rem;}
.Form002801 .t1{white-space: nowrap; color: var(--grey);}
.Form002801 .t2{color: var(--black);}
.Form002801 .ul{display: flex; flex-wrap: wrap;margin-left:-2%;}
.Form002801 dd{display: flex;}
.Form002801 li{width: 48%; margin-left: 2%;margin-top:2%;}
.Form002801 li:first-child{width:100%; margin-right:0;}
.Form002801 li:nth-child(2n+1){margin-right:0;}
.Form002801 li:nth-child(2n+1) ~ li{margin-top:3%;}




 
/*.Form002802*/
 .Form002802{ padding:var(--padMar110) 0; background: #f6f8fa; }
 .Form002802 .from{padding:.3rem; box-shadow:0 0 10px rgba(var(--rgb-black), 0.03); background: var(--white); }
 .Form002802 .from li{position:relative; }
 .Form002802 .from li:not(.btn){border:1px solid #ddd;padding:0 .15rem 0 .56rem;}
 .Form002802 .from li:not(.btn)::before{position: absolute; left:.2rem;top:.21rem;background-repeat:no-repeat; background-position:center; width:.2rem; height:.2rem; content: ''; background-size: contain;}
 .Form002802 .from li:nth-child(1)::before{background-image: url(../images/Form002802-icon1.svg);}
 .Form002802 .from li:nth-child(2)::before{background-image: url(../images/Form002802-icon2.svg); }
 .Form002802 .from li:nth-child(3)::before{background-image: url(../images/Form002802-icon3.svg);}
 .Form002802 .from li:nth-child(4)::before{background-image: url(../images/Form002802-icon4.svg);}
 .Form002802 .from li:nth-child(5)::before{background-image: url(../images/Form002802-icon5.svg);}
 .Form002802 .from li:nth-child(6)::before{background-image: url(../images/Form002802-icon6.svg);}
 .Form002802 .from label{ position:absolute; left:.56rem; top:0;  line-height:.6rem; color:#999;}
 .Form002802 .from select,
 .Form002802 .from .text{ width:100%; height:.6rem; line-height:.6rem; border:none; background:none; font-size:var(--font-size16);}
 .Form002802 .from textarea.text{ height:1.4rem;}
 .Form002802 .from .btn{text-align: center;}
 .Form002802 .from .btn input{ background:var(--hover-color); cursor:pointer; padding:0; border:none; width:1.8rem; height:.5rem; font-size:var(--font-size16); color:var(--black);border-radius:.04rem; line-height:.5rem;}
 .Form002802 .from{padding:3vw; }
 .Form002802 .from li{float: left; width:49%; margin-right:2%; }
 .Form002802 .from li:nth-child(2n){margin-right: 0; }
 .Form002802 .from li:nth-child(2n) ~ li{margin-top:2%;}
 .Form002802 .from .li{width: 100%;}

 @media(max-width:1024px){
  .Form002801 li{padding:0.3rem;}
  .Form002802 .from select, .Form002802 .from .text{height:0.45rem;line-height: 0.45rem;}
  .Form002802 .from label{line-height: 0.45rem;}
  .Form002802 .from li:not(.btn)::before{top:0.13rem}
  .Listtit{font-size: 0.32rem;}
  .Form002801 .tit{font-size: 0.24rem;}
 }

@media(max-width:640px){
  .Form002801 li{width:98%;}
}






/*.PicList003140*/
.PicList003140{ padding-top:var(--padMar110);}
.PicList003140 ul{display: flex; flex-wrap: wrap; margin-top: .3rem;}
.PicList003140 dd,
.PicList003140 li{background:#f6f8fa; position: relative;}
.PicList003140 dd a,
.PicList003140 li a{display: block; }
.PicList003140 .pic{width: 100%; overflow: hidden;}
.PicList003140 .Ispic{width: 100%;padding-bottom:60%; transition: .3s;}
.PicList003140 a:hover .Ispic{transform: scale(1.1);}
.PicList003140 .con{padding: .2rem .2rem .6rem;}
.PicList003140 .con time{font-size: var(--font-size12); color: var(--black);}
.PicList003140 .con .tit{font-size: var(--font-size18); margin: .2rem 0 .12rem; line-height: 1.5; font-weight: bold;  color: var(--black); }
.PicList003140 li .con .tit{ height: calc(1.5em * 2);}
.PicList003140 .con .txt{ line-height: 1.5; color: var(--grey);}
.PicList003140 .more{color:var(--grey); display:table; padding:0 .3rem 0 .2rem; background: url(../images/more2.svg) no-repeat right center; background-size:auto .14rem;transition: 0.3s; position: absolute; left: 0; bottom: 0; padding: .2rem;}
.PicList003140 a:hover .more{padding-right:.45rem; color: var(--black); background-image:url(../images/more.svg); }

.PicList003140 dl{margin-left:-2%;}
.PicList003140 dd{width:23%;margin-left:2%;;float:left;}
.PicList003140 dd:first-child{width:48%;}
.PicList003140 dd .Ispic{padding-bottom:50%;display: none;}
.PicList003140 dd:first-child .Ispic{display: block;}
.PicList003140 dd a{height:3rem;}
.PicList003140 dd:first-child a{height:6.3rem;}
.PicList003140 dd:nth-child(3n) ~ dd{margin-top:.3rem;}

.PicList003140 ul{margin-left:-2%;}
.PicList003140 ul li{width:23%;margin-left:2%;;margin-bottom:2%;}

@media(max-width:768px){
  .PicList003140 dl{display: flex;flex-wrap: wrap;margin-left:-2%;}
  .PicList003140 dd:first-child{width:98%;}
  .PicList003140 dd:nth-child(3n) ~ dd{margin-top:0;}
  .PicList003140 dd{width:48%;margin-bottom:2%;}
  .PicList003140 dd a{height:auto;}
  .PicList003140 ul li{width:48%;}
  .PicList003140 dd:first-child a{height:auto;}
}







/*.RighInfo000171*/
.RighInfo000172{padding:var(--padMar110) 0;}
.RighInfo000172 .title{ color:var(--black); padding-bottom:.3rem; border-bottom: 1px solid rgba(var(--rgb-black),0.1); text-align: center; }
.RighInfo000172 .title h1{margin:0 0 .2rem;font-size:var(--font-size30); font-weight: normal; line-height: 1.3;}
.RighInfo000172 time{color:var(--grey); padding-left:.28rem; background:url(../images/time.svg) no-repeat center left; background-size:.18rem auto ;line-height:.28rem; font-size: var(--font-size15); display: table; margin: 0 auto;}
.RighInfo000172 .info{color:var(--black); line-height:2;text-align:justify; border-bottom:1px dashed #d2d2d2; padding:.3rem 0; }
.RighInfo000172 .info .pic{margin:2% auto; display: block;}
.RighInfo000172 .info .pic1{ float:right; margin-bottom:2%; margin-left:3%;}
.RighInfo000172 .info .pic2{ float:left; margin-bottom:2%;  margin-right:3%;}
.RighInfo000172 .bot{position:relative;margin-top:50px}
.RighInfo000172 .info_back{text-align:center;clear:both;padding:.1rem 0;position:absolute;right:0;top:0}
.RighInfo000172 .info_back a{color:var(--white); background:var(--grey);display:block;padding:.1rem .3rem;border-radius:.3rem;}
.RighInfo000172 .info_back a:hover{background:var(--hover-color); color: var(--black);}
.RighInfo000172 .info_pn span{display:block; margin:.2rem 0}
.RighInfo000172 .info_pn span a{color:var(--grey)}
.RighInfo000172 .info_pn span a:hover{color:var(--black);text-decoration:underline}
@media(max-width:1024px){
.RighInfo000172 .info_back{position:relative}
.RighInfo000172 .bot{position:relative;}
.RighInfo000172 .title h1{letter-spacing: 0;}
.RighInfo000172 .title h1{font-size: 0.24rem;}
}







 /*RighInfo002806 */
 .RighInfo002806{padding:var(--padMar110) 0;}
 .RighInfo002806 .pic{position: relative;width:50%;margin-left:6%;float:right;}
 .RighInfo002806 p{line-height:1.75;color:var(--black); font-size: var(--font-size17);margin-top:.2rem;  text-align: justify; }

@media(max-width:640px){
  .RighInfo002806 .pic{width:100%;margin-left:0;margin-bottom:0.3rem;}
}



 /*RighInfo002807 */
 .RighInfo002807{padding:var(--padMar110) 0; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative;}
 .RighInfo002807::before{position: absolute; content:''; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.7; display: block; z-index:1;backdrop-filter: blur(12px);}
 .RighInfo002807 .autoCon-1440{position: relative; z-index: 2;}
 .RighInfo002807 .Listtit{color: var(--white);}
 .RighInfo002807 .dl dd{display: flex; align-items: center; padding:.32rem 0; color: var(--white);}
 .RighInfo002807 .dl dd+dd{border-top: 1px dashed rgba(var(--rgb-white), 0.4);}
 .RighInfo002807 .dl .icon{width: .8rem; height: .8rem; position:relative;}
 .RighInfo002807 .dl .icon img{max-width: .5rem; max-height: .5rem; position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
 .RighInfo002807 .dl .txt{padding-left:.2rem; width:calc(100% - .8rem);}
 .RighInfo002807 .dl .t1{font-size: var(--font-size15); opacity: 0.8; line-height: 1;}
 .RighInfo002807 .dl .t2{font-size: var(--font-size22); line-height: 1.5; margin-top: .12rem;}
 .RighInfo002807 .flex{display: flex; align-items: center;flex-wrap: wrap;}
 .RighInfo002807 .pic{ width:45%; }
 .RighInfo002807 .con{ width:55%; padding-left:6%;box-sizing: border-box;}
 
 @media(max-width:1024px){
  .RighInfo002807 .dl .t2{font-size: 0.2rem;}
 }

 @media(max-width:640px){
  .RighInfo002807 .pic{width:100%;}
  .RighInfo002807 .con{width:100%;padding-left:0;margin-top:0.4rem;}
 }


 
/*Floor003012 */
.Floor003012{overflow: hidden;position: relative; z-index: 1; padding:var(--padMar110) 0;}
.Floor003012 .Listtit{margin-bottom: 0;}
.Floor003012 a:hover{color:var(--black);}
.Floor003012 .slider-for .item{padding:calc(60 / 16 * 1em);position: relative;}
.Floor003012 .slider-for .item time{position: absolute ; left:0; top:50%; width: 100%; text-align: center; font-size:28vw; color: var(--black); opacity: 0.04; font-weight: bold; transform: translateY(-50%); z-index: 1; font-family: Arial;}
.Floor003012 .slider-for .item .box{background:#fff;box-shadow:0 0 10px rgba(var(--rgb-black),0.05); z-index: 2; position: relative; }
.Floor003012 .slider-for .item .year{line-height:1; color:var(--black); font-size:var(--font-size18); margin-bottom:.2rem;}
.Floor003012 .slider-for .item .year b{font-size:var(--font-size50); margin-right:.1rem; }
.Floor003012 .slider-for .item .con{padding:.2rem .5rem; width: 60%;}
.Floor003012 .slider-for .item .con p{margin: 0; line-height: 1.75; position: relative;}
.Floor003012 .slider-for .item .con p+p{margin-top: calc(8 / 16 * 1em); }
.Floor003012 .slider-for .item .img{width:40%; }
.Floor003012 .slider-for .item .Ispic{padding-bottom:72.917%; }
.Floor003012 .slider-nav{padding:0 .5rem;}
.Floor003012 .slider-nav .slick-track{margin-top:.6rem;}
.Floor003012 .slider-nav .item{position:relative;text-align:center;transition:all .3s;}
.Floor003012 .slider-nav .item .year{line-height:.6rem; border-top: 1px dashed #ccc; font-size:var(--font-size18);}
.Floor003012 .slider-nav .item .dotico{width:.14rem;height:.14rem;position:absolute;left:50%;top:-.07rem;border-radius: 50%; margin-left:-.07rem; border: 2px solid var(--grey); background: #fff;}
.Floor003012 .slider-nav .item.slick-current a{color:var(--black);}
.Floor003012 .slider-nav .item.slick-current .dotico{ background:var(--black); border-color: var(--black);}
.Floor003012 .slider-nav .item{position:relative;}
.Floor003012 .slider-nav .slick-arrow{position: absolute; z-index: 30; top:50%; width:.5rem; height:.5rem; border:2px solid #999;padding: 0; margin-top:-.25rem; border-radius: 50%; transition: 0.3s; background: url("../images/more2.svg") no-repeat center center;background-size: auto .15rem;}
.Floor003012 .slider-nav .slick-arrow:hover{background-image: url("../images/more.svg"); background-color: var(--hover-color); border-color: var(--hover-color);}
.Floor003012 .slider-nav .slider{ margin: 0 .7rem;}
.Floor003012 .slider-nav .slick-prev{left:0; transform: rotate(-180deg);}
.Floor003012 .slider-nav .slick-next{right:0;}
.Floor003012 .slider-for .item .box{display:flex; align-items:center; width: 90%; max-width:960px; margin:0 auto;flex-wrap: wrap;}
@media(max-width:1024px){
  .Floor003012 .slider-for .item{padding:0;}
}

@media(max-width:640px){
  .Floor003012 .slider-for .item .img{width:100%;}
  .Floor003012 .slider-for .item .con{padding:0;margin-top:0.3rem;width:100%;}
  .Floor003012 .slider-for .item .year b{font-size: 0.3rem;}
}



/*Floor003240 */
.Floor003240{background: url(../images/Floor003240-bg.jpg) no-repeat center bottom #f6f8fa; background-size: 100% auto;padding: var(--padMar110) 0;overflow: hidden;}
.Floor003240 .swiper-wrapper{height: auto;}
.swiper-v-list{--txth:0.56rem;--vnum:7;}
.swiper-v-list .swiper-slide{font-size: var(--font-size18); color:#999;}
.swiper-v-list .swiper-slide-active{color:var(--black);z-index: 4;}
.swiper-v-list .txt{position: relative;}
.swiper-v-list .txt p{margin: 0;}
.swiper-v-list .line{display: flex; justify-content: space-between;align-items: flex-start; position: absolute; left: 0;top: 0;}
.swiper-v-list .line i{background-color: #cacaca;}
.swiper-v-list .swiper-slide-active .line i{background-color:var(--black); transition: 0.3s 0.3s;}
.Floor003240 .left{position: relative;z-index: 10;}
.swiper-overlay .swiper-wrapper{ align-items: center;}
.swiper-overlay .swiper-slide{display: flex;align-items:center;z-index: 1;transition: opacity 0.3s;}
.swiper-overlay .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-active):not(.swiper-slide-prev){opacity: 0;}
.swiper-overlay .swiper-slide .pic{position: relative;z-index: 1;transition: 0.3s;}
.swiper-overlay .swiper-slide-next,
.swiper-overlay .swiper-slide-prev{z-index: 2;}
.swiper-overlay .swiper-slide-prev .pic{ transform: scale(0.791) translateX(30%); transform-origin: right 50%; }
.swiper-overlay .swiper-slide-active{z-index: 10;}
.swiper-overlay .swiper-slide-active .pic{transform: scale(1); transform-origin: center center;}
.swiper-overlay .swiper-slide-next .pic{ transform: scale(0.791) translateX(-30%);transform-origin: left 50%;}
.swiper-overlay .swiper-slide .pic img{position: relative;z-index: 4;}
.swiper-overlay .swiper-slide .pic::before{position: absolute;z-index: 10;left: 0;top: 0;content: '';width: 100%;height: 100%;background: url(../images/Floor003240-kuang-v.png) no-repeat center center; background-size: 100% 100%;height: 100%;}
.swiper-overlay .swiper-slide .pic:after{position: absolute; content: '';width: 3.55rem;height: 1.44rem; bottom: -0.05rem;background: url(../images/Floor003240-kuang-shadow.png) no-repeat center center; background-size: contain; left: -1.32rem;z-index: 0;}
.swiper-overlay p{position: absolute; top: 40%;width: 50%;left: 50%;transform: translateX(-50%);z-index: 10;text-align: center;color:var(--black);}

@media (min-width:1025px) {
.Floor003240 .left{width: calc(665 / 1600 * 100%);}
.Floor003240 .right{width: calc(805 / 1600 * 100%);}
.Floor003240 .left:after{position: absolute; left: 0.65rem;right: 0;height: 0.56rem;background: linear-gradient(to bottom,rgba(244,245,243,0) 0%,rgba(244,245,243,1) 100%); content: '';pointer-events: none;bottom: 0;z-index: 10;}
.swiper-overlay{width: 175.156%;margin-left: -37.578%;}
.swiper-overlay{padding: 0 1.32rem;}
.swiper-v-list{height: calc(var(--txth) * var(--vnum));}
.swiper-v-list .txt{height: var(--txth); display: flex;align-items: center;padding-left: 0.65rem;}
.swiper-v-list .swiper-slide{height:  var(--txth);}
.swiper-v-list .line{flex-direction: column;width: 0.37rem;height: calc(100% + 1px);}
.swiper-v-list .line i{height: 1px;width: 24%;}
.swiper-v-list .swiper-slide-active .line i:nth-child(4){width: 100%;}
.swiper-v-list .swiper-slide-active .line i:nth-child(3),
.swiper-v-list .swiper-slide-active .line i:nth-child(5){width:48%;}
}
@media (max-width:1024px) {
.Floor003240 .left{margin-bottom: .5rem;}
.Floor003240 .right{margin: 0 -1.32rem; }
.swiper-v-list .txt{padding: 0.5rem 0.1rem 0;}
.swiper-v-list .txt p.dot2{-webkit-line-clamp:3;}
.swiper-v-list .line{width:calc(100% + 1px); height: 0.37rem;}
.swiper-v-list .line i{width: 1px;height: 24%;}
.swiper-v-list .swiper-slide-active .line i:nth-child(6){height: 100%;}
.swiper-v-list .swiper-slide-active .line i:nth-child(5),
.swiper-v-list .swiper-slide-active .line i:nth-child(7){height:48%;}
.swiper-v-list .swiper-slide{text-align: center;}
}
@media (max-width:640px) {
    .Floor003240 .right{margin: 0 -0.6rem; }
    .swiper-overlay .swiper-slide .pic:after{width: 1.7rem; height: 0.7rem;left: -0.6rem;}
    .swiper-v-list .swiper-slide{font-size: var(--font-size12);}
    .swiper-v-list .swiper-slide-active{font-size: var(--font-size16);}
}







/*Floor003083 */
.Floor003083{padding:var(--padMar110) 0; overflow: hidden;}
.Floor003083 .auto{position: relative; z-index: 2;}
.Floor003083 .slick-dots{text-align: center; margin-top: .3rem;}
.Floor003083 .slick-dots li{display: inline-block;width:12px; height:12px; margin:0 10px;position: relative;list-style: none; }
.Floor003083 .slick-dots li button{font-size: 0; width:12px; height:12px; background:#ccc;border: 0;padding: 0; position: absolute;  border-radius: 50%;cursor: pointer;}
.Floor003083 .slick-dots li:not(.slick-active) button{left: 50%; top: 50%; margin: -6px 0 0 -4px;}
.Floor003083 .slick-dots li.slick-active button{width: 100%; height: 100%; left: 0; top: 0;background:var(--black);}
/* .Floor003083 .slider{margin: 0 -.45rem;} */
.Floor003083 .slick-slide{overflow: hidden;}
.Floor003083 .slick-slide > div{float: left; padding:.05rem;}
.Floor003083 .slick-slide a{position: relative; z-index: 3; display: block; padding:0 8%; background:#fff; box-shadow:0 0 5px rgba(var(--rgb-black), 0.1);}
.Floor003083 .slick-slide .Ispic{height:1.1rem;background-size: contain;filter: grayscale(100%);transition: all .5s;}
.Floor003083 .slick-slide .url{position: relative; font-size: 0;transition: all .5s;;}
.Floor003083 .slick-slide .url:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.Floor003083 .slick-slide .url:hover a{}
.Floor003083 .slick-slide .url:hover{z-index: 4;}
.Floor003083 .slick-slide .url:hover .Ispic{filter: grayscale(0);}


.Floor003083 .slick-slide > div{width:15.667%;margin:0.5%;}

.maskdot{position: relative;top:-1.3rem;}

.website{padding:0.3rem 0;}
.website ul li{padding:0.3rem 0;border-bottom:1px dotted #e5e5e5;}
.website ul li span a{font-size: 0.22rem;color:#f8ec22;font-weight: bold;display: block;margin-bottom:0.15rem;}
.website ul li .nav dl dd{display: inline-block;margin-right:0.4rem;}

.SearchPage{padding:0.5rem 0;}
.SearchPage ul li a{display: block;padding:0.3rem 0;font-size: 0.2rem;border-bottom:1px dotted #e5e5e5;}

@media(max-width:640px){
  .SearchPage{padding:0.3rem 0;}
  .SearchPage ul li a{padding:0.2rem 0;font-size: 0.18rem;}
}







  
.PicList002275 .box{padding: var(--padMar110) 0;}
.PicList002275 .box:nth-child(2n){background:#f6f8fa;}
.PicList002275 .title{ line-height:.3rem; font-size:var(--font-size30); font-weight: bold; margin-bottom:.25rem; color: var(--black);}
.PicList002275 li{ line-height:.3rem; border-bottom: 1px dashed rgba(0, 0, 0, 0.1); font-size:var(--font-size18);}
.PicList002275 li:first-child{ border-top: 1px dashed rgba(0, 0, 0, 0.1); }
.PicList002275 li a{display:block; padding:.2rem 0;}
.PicList002275 li .tit{color:var(--grey);}
.PicList002275 li:hover .tit{color:var(--black);}
.PicList002275 li .bp{color:var(--black); font-size: var(--font-size14); min-width:1.6rem; text-align: center; display: table; border-radius: 2em; background:var(--hover-color);}
.PicList002275 li .more{width:.3rem; height:.3rem; background:url(../images/more2.svg) no-repeat center; background-size:1em auto;}
.PicList002275 li:hover .more{background-image:url(../images/more.svg);}
.PicList002275 .tits{color:var(--grey); padding-top: 2em;}
@media(min-width:1025px){
.PicList002275 li a{display: flex; align-items:center;}
.PicList002275 li .tit{width: calc(100% - .3rem); }
.PicList002275 li .bp+.tit{padding-left:calc(50 / 18 * 1em);width:calc(100% - 2.1rem); }
}
@media(max-width:1024px){
.PicList002275 li .more{display: none;}
.PicList002275 li .bp{margin-bottom: 1em;}
}



/* 英文站 */
.en-body .Banner003223 .txt h3{
    font-size: .8rem;
}