@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; --hover-color:#00338a;--hover-color2:#e8a001;--white:#fff; --black:#000; --grey:#333; --grey2:#666; --grey3:#999; --rgb-white:255,255,255;--rgb-black:0,0,0; font-size: var(--font-size16);--rgb-hover:220,20,60; --radius: .1rem;}

a:hover{color:var(--hover-color); }
.h-title{margin-bottom:0.5rem;position: relative;}
.h-title .cn{font-size:0.46rem;color:#333;font-weight: bold;}
.h-title .en{font-size:0.22rem;color:rgba(0,0,0,0.25);margin-top:0.03rem;}
.h-title.center{text-align: center}
.h-title.center::after{margin:0.1rem auto 0;}


.h-more a{display: flex;align-items: center;color: #666;font-size: 0.16rem;}
.h-more a .ico{background: var(--hover-color) url(../images/h-more.svg) no-repeat center center;background-size: auto 0.15rem;width: 0.6rem;height: 0.6rem;margin-left: 0.15rem;border-radius: 50%;display: block;transition: 0.3s;}
.h-more a:hover .ico{transform: rotate(90deg);}
.h-more a:hover {color:var(--hover-color);}
.h-more.r{float:right;margin-top:-0.6rem;}

@media(max-width: 1024px) {
.h-title{margin-bottom:0.3rem;}
.h-title .cn {font-size: var(--font-size40);}
.h-title .en {font-size: var(--font-size20);}

.h-more a .ico{width: 0.5rem;height: 0.5rem;}
}

/*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 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;}

.itemhover{transition: all ease 0.3s;}
.activehover{box-shadow: 0px 3px 18px 0px rgba(var(--rgb-hover),0.2) !important;-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);}

.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}


.Hometitle {margin-bottom: 0.4rem;position: relative;z-index: 1;line-height: 1;}
.Hometitle .cn{display: inline-block;font-size:var(--font-size24); text-transform: uppercase; margin-bottom:0.14rem; color: var(--hover-color);background: url(../images/icon_title.png) no-repeat right top;background-size: auto 0.12rem;padding-right: 0.12rem;padding-top: 0.1rem;}
.Hometitle .desc {font-size: var(--font-size42);color: var(--black);font-weight: 500;}
.Hometitle::after{display:block; content: '';width:0.6rem;height:0.03rem;background-color:var(--hover-color);margin: 0.16rem 0 auto; display: none;}
.Hometitle.white .cn {color: #fff;}
.Hometitle.white .desc{ color: #fff; }
.Hometitle.center{ text-align: center;}
.Hometitle.center::after{margin: 0.15rem auto 0;}
.Hometitle.white:after{ background: #fff;}

.Homemore .more,
.Homemore a{display:inline-flex;align-items:center; border: 0.01rem solid var(--hover-color); border-radius:0.5rem;line-height:0.55rem;padding-left:0.4rem;padding-right:0.06rem;position:relative;font-size: var(--font-size16);color:var(--grey)}
.Homemore .more span,
.Homemore a span{position:relative;display:block;z-index:2;}
.Homemore .more:after,
.Homemore .more::before,
.Homemore a:after,
.Homemore a::before{width:0.43rem;height:0.43rem}
.Homemore .more:after,
.Homemore a:after{display:block;content:'';background-position:center center;background-repeat:no-repeat;background-size:contain;background-image:url(../images/more-w.svg);background-size:auto 0.14rem;margin-left:0.24rem;position:relative;z-index:2;transform: rotate(-45deg);transition: 0.5s ease-out;}
.Homemore .more::before,
.Homemore a::before{position:absolute;content:'';right:0.06rem;border-radius:0.63rem;top:0.06rem;background-color:var(--hover-color);z-index:1;transition: 0.5s ease-out;}
.Homemore .more:hover:after,
.Homemore a:hover:after{transform: rotate(0deg);background-image:url(../images/more.svg);}
.Homemore a:hover{background-color: var(--hover-color); color: var(--white);}
.Homemore a:hover::before{background-color:var(--white);}




@media(max-width: 1024px) {
.Hometitle .cn {font-size: var(--font-size36);}
.Hometitle .en {font-size: var(--font-size18);}
}


/*Top003156 */
.Top003156 {position: fixed;z-index: 100;left: 0;top: 0;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.2); transition: background-color 0.3s,transform 1s;}
/* .Top003156::after{position: absolute;content: '';left: 0;bottom: 0;width: 100%;height: 100%;background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) ,rgba(0,0,0,0));z-index: -1;} */
.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 .lang{position: relative;z-index: 100; padding-right: 0.2rem;}
.Top003156 .top-right .lang::before{position:absolute;right: 0; top: 50%; width: 0.01rem; height:.16rem; content: ''; background: rgba(var(--rgb-white), 0.3); transform: translateY(-50%);}
.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;}
.Top003156 .top-right .lang .icon:after {position: absolute;width:0.08rem;height: 0.08rem;content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(135deg);border-top: 1px solid #fff;border-right: 1px solid #fff;right: 0;top: 50%;margin-top: -0.02rem;}
.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 .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 0.8rem 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(45 / 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.8rem; }
.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.16rem;}
.top-search { width: 20em; }
.Top003156 menu li .sub{position: absolute; top: 100%; background-color: #fff;border-radius: 0 0 5px 5px;width:2rem;  margin-left: -1rem; 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: 2.8rem; padding: 0.2rem; 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.hover menu li span:after,
.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.hover .open-menu i,
.Top003156.fixed .open-menu i{ background-color:#333; }
.Top003156 menu li .sub {background-color: #f8f9fa;}
}




.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 li .txt .Homemore{margin-top:0.4rem;}

.HomeBan .slick-dots{position: absolute;left: 50%;transform: translateX(-50%);z-index: 10; bottom: 5%;}
.HomeBan .slick-dots li{margin:0 .12rem !important;width:0.14rem;height:0.14rem;background:var(--white); opacity:1;display: inline-block;border-radius: 0.5rem;}
.HomeBan .slick-dots li.slick-active{background:var(--hover-color); width: 0.3rem;}
.HomeBan .slick-dots li button{display: none;}

@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{padding:var(--padMar100) 0; overflow: hidden; position: relative; }
.HomeAbout .edit_info{font-size: var(--font-size18); color: var(--grey); line-height: 1.875; }
.HomeAbout .edit_info p{ margin: 0.1rem 0 ;}
.HomeAbout .right img{ border-radius: var(--radius);}
.HomeAbout .h-more{margin-top:0.4rem;}

.HomeAbout .right .pic{position: relative;z-index: 5;overflow: hidden;}
.HomeAbout .open-video{position: absolute;left: 50%;top: 50%; cursor: pointer; z-index: 10;transform: translate(-50%,-50%);bottom: auto;}
.HomeAbout .open-video i{display: block;width: 0.6rem; height: 0.6rem; border-radius: 50%; background: url(../images/play.png) no-repeat center center; background-size: 0.18rem auto; position: relative; z-index: 4; background-color: var(--hover-color);}
.HomeAbout .open-video:before,
.HomeAbout .open-video:after{position: absolute; content: '';border-radius: 50%;background: var(--hover-color); opacity: 0.2;-webkit-opacity: 0.2; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.HomeAbout .open-video:before{left: -0.24rem; top: -0.24rem; bottom: -0.24rem;right: -0.24rem; animation-delay: 0.3s;}
.HomeAbout .open-video:after{left: -0.4rem; top: -0.4rem; bottom: -0.4rem;right: -0.4rem;}
.HomeAbout .right .pic video{position: absolute;left: 0; top: 0;  z-index: 20;background: #000;}

.HomeAbout .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:20;}
.HomeAbout .video_files video{width:100%; height:100%; background-color:#000;}
.HomeAbout .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 30;width: 0.3rem;height: 0.3rem;border-radius: 50%;background-color: var(--hover-color);cursor: pointer;}
.HomeAbout .video_files .close::before,
.HomeAbout .video_files .close::after{ position:absolute; content:''; width:0.03rem; height:70%; border-radius:0.05rem; background-color:#fff; left:0.13rem; top:0.05rem;}
.HomeAbout .video_files .close::before{ transform:rotate(45deg);}
.HomeAbout .video_files .close::after{ transform:rotate(-45deg);}


@media(min-width:1025px){
.HomeAbout .intro{ display: flex;  justify-content: space-between; align-items: center;}
.HomeAbout .left{width:47%;} 
.HomeAbout .right{width:47%;}
}
@media(max-width:1024px){
.HomeAbout .left{ margin-bottom: 0.2rem;}
.HomeAbout .h-more{margin-top:0.24rem;}
}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-webkit-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-ms-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}



/*Floor003233 */
.Floor003233{overflow: hidden; padding:var(--padMar100) 0; position: relative;z-index: 1;--autoWidth:1600;--ww:1920; background: #f7f7f7;}
.Floor003233 [class*=autoCon-]{position: relative;z-index: 4;}
.Floor003233 .swiper-wrapper{height: auto;}
.Floor003233 .controls{display: flex;align-items: center;z-index: 10;position: absolute;}
.Floor003233 .controls .scrollbar{flex: 1;position: relative;z-index: 1; margin-right:0.25rem;height: 0.04rem;background-color: #eee;border-radius: .02rem;}
.Floor003233 .controls .scrollbar > span{border-radius:.04rem;background-color: var(--hover-color);}
.Floor003233 .controls .arrow{display: flex;align-items: center;justify-content: flex-end;width:1.6rem;}
.Floor003233 .controls .arrow a{display: block;width: 0.55rem; height: 0.55rem;border-radius: 50%;border: solid 1px var(--hover-color); background-position: center center; background-repeat: no-repeat; background-size: auto 0.16rem; cursor: pointer; transition: 0.3s; background-color:#f7f7f7; position: relative; background-image:url(../images/more.png);}
.Floor003233 .controls .arrow a + a{margin-left: 0.26rem;}
.Floor003233 .controls .arrow a.prev{left: auto; transform: rotate(180deg);}
.Floor003233 .controls .arrow a.next{right: auto;}
.Floor003233 .controls .arrow a:hover{background-color: var(--hover-color);background-image: url(../images/more-on.png); border-color: var(--hover-color);}
.Floor003233 .pic{position: relative;border-radius:var(--radius); overflow: hidden;}
.Floor003233 .Ispic{transition: 0.3s;}
.Floor003233 .con{margin-top: .3rem;}
.Floor003233 .tit{font-size:var(--font-size22); color: #333; line-height: 1.3; }
.Floor003233 .txt{ color:#666; line-height:1.75; height:calc(1.75em * 2); margin-top:.12rem; width:100%; }
.Floor003233 a:hover .tit{ color: var(--hover-color);}
.Floor003233 a:hover .pic .Ispic{transform: scale(1.1);}
@media (min-width:1025px) {
.Floor003233 .main{width: var(--mainW);}
.Floor003233 .controls{left: 6.7rem!important;bottom:0.5rem;width: calc(var(--autoWidth) / 1882 * 100%); padding-right:3.3rem;}
.Floor003233 .swiper-slide{height: calc((400 / var(--ww) * 100vw) + 0.33rem + 0.14rem + 1em + 1rem); opacity: 0.2;line-height: 1;}
.Floor003233 .pic .Ispic{height: calc(290 / var(--ww) * 100vw);}
.Floor003233 .swiper-slide-active .pic .Ispic{height: calc(400 / var(--ww) * 100vw);transition: 0.3s 0.3s;}
.Floor003233 .swiper-slide-active .con .tit{font-size:var(--font-size24);}
.Floor003233 .swiper-slide-active,
.Floor003233 .swiper-slide-next,
.Floor003233 .swiper-slide-next + .swiper-slide{opacity: 1;}
.Floor003233 .swiper-slide a{margin-right: 0.4rem;}
}
@media (max-width:1024px) {
.Floor003233 .pic .Ispic{padding-bottom: 66.67%;}  
.Floor003233 .main{padding-bottom: 0.7rem;}
.Floor003233 .controls{bottom: 0;left: 0 !important;width: 100%;}
.Floor003233 .con{padding-top: 0.2rem;}
}

@media(max-width:768px){
.Floor003233 .tit{font-size: var(--font-size20);}
.Floor003233 .main{padding-bottom: .6rem;}
.Floor003233 .controls .arrow a{width: 0.45rem; height: 0.45rem; background-size: auto 0.15rem;}
.Floor003233 .controls .arrow a + a{margin-left: .15rem;}
.Floor003233 .controls .scrollbar{margin-right: 0;}
.Floor003233 .con{padding-top: 0; margin-top: .2rem;}
.Floor003233 .pic .Ispic{padding-bottom: 66.67%;}
}

/*Floor003218 */
.Floor003218{position: relative;z-index: 1;padding:var(--padMar100) 0;}
.Floor003218 .autoCon-1440{position: relative;z-index: 4; flex-direction: column;}
.Floor003218 > .Ispic{position: absolute; left: 0;top: 0;width: 100%;height: 100%; background-size: auto 100%;}
.Floor003218 .index-title{margin-bottom: 0.39rem;}
.Floor003218 .lable span{display: block;font-size: var(--font-size18);background-color: rgb(2, 129, 204);  line-height: calc(40 / 18);color: var(--white); padding: 0 0.2rem;}
.Floor003218 .icon-list li a{display: flex;align-items: center; justify-content: center; flex-direction: column; background-color:#f8f8f8; border-radius:0.5em;width: 2rem; height: 2.3rem; transition: 0.3s;    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0.05rem;}
.Floor003218 .icon-list li p{margin: 0;font-size: var(--font-size22);color: #333;}
.Floor003218 .icon-list li a:hover p{color:var(--hover-color);font-weight: 500;}
.Floor003218 .icon-list li a:hover{box-shadow: 0 0 0.2rem  rgba(0, 51,138, 0.31);padding-top:-0.2em;}
.Floor003218 .icon-list li:hover a{margin-top: -.2rem;background-color: var(--white);}
.Floor003218 .icon-list li .icon img{max-height: 0.9rem;}
.Floor003218 .icon-list li .icon{height: 1.15rem;}
@media (max-width:1024px) {
.Floor003218 .icon-list ul{flex-wrap: wrap; justify-content: center;}  
.Floor003218 .icon-list li{ width: 32%; margin-right: 2%; margin-bottom: 2%;}
.Floor003218 .icon-list li:nth-child(3n){margin-right: 0%;}
.Floor003218 .icon-list li a{width: 100%; height: 2rem;}
}
@media (max-width:640px) {
.Floor003218 .icon-list li{ width: 48%; margin-right: 4%; margin-bottom: 4%;}
.Floor003218 .icon-list li:nth-child(3n){margin-right: 4%;}
.Floor003218 .icon-list li:nth-child(2n){margin-right: 0%;}
.Floor003218 .icon-list li a{ height: 1.6rem;}
.Floor003218 .icon-list li .icon{height: 0.8rem;}
.Floor003218 .icon-list li .icon img{max-height: 0.6rem;}

}


/*Bottom002900 */
.Bottom002900{background: #232323;padding: var(--padMar60) 0 0 0; position: relative; background-size: cover;}
.Bottom002900,
.Bottom002900 a{color: rgba(255,255,255,.7);}
.Bottom002900 a:hover{ color: var(--white);}
@media(min-width:1025px){
.Bottom002900 .contact{width: 28%;max-width: 3rem;}
.Bottom002900 .b_nav{max-width: 11rem;width: 66%;}
}

.Bottom002900 .b_nav nav dl{float: left; max-width: 1.8rem;}
.Bottom002900 .b_nav nav dt { margin-bottom: 0.2rem;font-size: var(--font-size18);color: var(--white);  position: relative; }
.Bottom002900 .b_nav nav dt a{color: var(--white);}
.Bottom002900 .b_nav nav dt a:hover{color: var(--white);}
.Bottom002900 .b_nav nav dd{line-height: 0.24rem;padding: 0.05rem 0;}
.Bottom002900 .b_nav nav dd a{font-size: var(--font-size16);}
.Bottom002900 .b_nav nav dd a:hover{color: var(--white);}
.Bottom002900 .b_nav dl:nth-child(3) .no-data,
.Bottom002900 .b_nav dl:nth-child(4) .no-data { display: none;}
@media(max-width:1024px){
.Bottom002900 .b_nav nav{display: none;}
}
.Bottom002900 .copyright{line-height: 2;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 0.2rem 0 ;margin-top: 0.3rem;font-size: var(--font-size14); color: rgba(255,255,255,0.6); }
.Bottom002900 .copyright a{color: rgba(255,255,255,0.6);}
.Bottom002900 .copyright .fr a:not(:last-child):after{display: inline-block;content: '';width: 1px;height: 0.12rem;background: rgba(255,255,255,0.5);margin: 0 0.15rem;vertical-align: middle;}
.Bottom002900 .copyright a:hover{ color: var(--white);}
.Bottom002900 a:hover{color: var(--hover-color);opacity: 1!important;}
.Bottom002900 .logo img{max-height:0.6rem;}
.Bottom002900 .contact .hotline .tit{color: var(--white);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-size20); font-weight: 500; margin-bottom: 0.18rem;line-height: 1;}
.Bottom002900 .contact .hotline p{display: block; margin: 0.06rem 0; line-height: 1.6; padding-left:0.26rem;background-position: left top 3px;background-repeat: no-repeat; background-size: 0.18rem auto; color: var(--white); opacity: 0.8; }
.Bottom002900 .contact .hotline p.add{background-image: url("../images/icon_add.svg");}
.Bottom002900 .contact .hotline p.email{background-image: url("../images/icon_email.svg");}
.Bottom002900 .contact .hotline p+p{margin-top:0.1rem;}
.Bottom002900 .code { margin-top: 0.3rem;}
.Bottom002900 .code .tit{font-size: var(--font-size16);color: var(--white);}
.Bottom002900 .code ul{display: flex;justify-content: flex-start;}
.Bottom002900 .code li{text-align: center; }
.Bottom002900 .code li:not(:last-child){ margin-right: 0.2rem;}
.Bottom002900 .code li .img{max-width: 1.1rem;border-radius: 0.05rem;background-color: var(--white);margin-bottom: 0.1rem; overflow: hidden;}
.Bottom002900 .code li p{margin: 0;font-size: var(--font-size16);}

.Bottom002900 .share li{float: left;position: relative;}
.Bottom002900 .share li figure{position: absolute; left: 0; bottom: 100%; width: 1.2rem; padding: 0.05rem;background: #fff; margin-bottom: 0.1rem;border-radius: 0.1rem;display: none;}
.Bottom002900 .share li figure img{display: block;width: 100%;}
.Bottom002900 .share li figure:before{position: absolute; content: '';border:0.05rem solid transparent; left: 20px; top: 100%;border-top-color: #fff;}
.Bottom002900 .share li:not(:last-child){margin-right: 0.15rem;}
.Bottom002900 .share li a{display: block;background: rgba(255,255,255,0.15); width: 0.45rem; height: 0.45rem;background-position: center center;background-repeat: no-repeat; background-size: 0.22rem auto; border-radius: 50%; cursor: pointer;}
.Bottom002900 .share li a:hover{background-color: var(--hover-color);}
@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: 0.16rem 0;justify-content: center;}
.Bottom002900 .contact .num{ font-size:var(--font-size32);}
.Bottom002900 .contact .hotline p{display: table; margin: 0.05rem auto;}

.Bottom002900 .code ul{justify-content: center;}
.Bottom002900 .share ul{margin: 0 auto;display: table;}
.Bottom002900 .share li figure{left: 50%; margin-left: -60px;}
.Bottom002900 .share li figure:before{left: 50%; margin-left: -5px;}
}


/*Banner002730 */
.Banner002730{position: relative; overflow: hidden;}
.Banner002730:after{position: absolute;content: ''; left: 0;top: 0;width: 100%;height:45.834%; opacity: 0.65;
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.Banner002730 .ytable{height: 100%;}
.Banner002730 .txt{ position:absolute; left:0; top:0; height:100%; width:100%; z-index:10; color:var(--white); }
.Banner002730 .txt .cn{font-size: var(--font-size42); position: relative; display: table;  font-family:var(--bold); padding-top: .07rem;  line-height: 1;}
.Banner002730 .txt .en{text-transform: uppercase;font-weight: bold; letter-spacing:.04rem;font-size:var(--font-size20); margin-top:.08rem;}
@media(min-width:1025px){
.Banner002730 figure{height:6rem;}
.Banner002730 img{ display:none;}
}
@media(max-width:1024px){
.Banner002730 figure{ display:none;}
.Banner002730 img{ width:100%; display:block;}
.Banner002730 .txt .cn{font-size: var(--font-size32);}
.Banner002730 .txt .en{font-size:var(--font-size18);letter-spacing:.02rem;}
}



/*Menu003135 */
.Menu003135{position: relative;z-index: 3; border-bottom: 1px solid rgba(0,0,0,0.1);}
.Menu003135 .current{ padding-left:.25rem;background: url(../images/Menu003135-icon.svg) no-repeat left center; background-size:.18rem auto; line-height:.9rem;font-size: var(--font-size18);}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: var(--grey);}
.Menu003135 .current span{color:var(--hover-color);}
.Menu003135 .nav-menu li{float: left;font-size:var(--font-size18);line-height:.9rem;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:calc(50 / 1920 * 100vw);}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135  a:hover,
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color:var(--hover-color);font-size: var(--font-size18);}
.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:.7rem;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:calc(70 / 1920 * 100vw);}
}


.News{padding: var(--padMar100) 0 ;}
.News .News_top{position: relative;margin-bottom:var(--padMar80) }
.News .News_top .item{background: #f7f9fb;border-radius:var(--radius); }
.News .News_top .item .pic{position: relative;border-radius:var(--radius);overflow: hidden;}
.News .News_top .item .pic .imgbox{padding-top: 66.67%;transition: 0.3s;transition: 0.3s;}
.News .News_top .item:hover .imgbox img{transform: scale(1.1);}
.News .News_top .item .txt .tit{color: var(--grey);font-size: var(--font-size28);padding-bottom:0.3rem }
.News .News_top .item .txt .time{color: var(--grey2);padding-bottom:0.5rem; }
.News .News_top .item .txt .desc{ color: var(--grey3); line-height: 1.875;}
.News .News_top .item .txt .more{display: flex;align-items: center;margin-top: 8%}
.News .News_top .item .txt .more::before{width:0.54rem ;height: 0.54rem;content: '';border-radius: 50%;background:url(../images/more-on.svg)no-repeat center var(--hover-color);background-size: 0.16rem auto;margin-right:0.2rem;  }
.News .News_top .item:hover .txt .tit{ color: var(--hover-color);}

.News .News_top .slick-dots{position: absolute;bottom: 16%;right: 5%;z-index: 10}
.News .News_top .slick-dots li{list-style: none;float: left;width:0.12rem;height:0.12rem;border-radius: 50%;background: #ddd;margin-left: 0.1rem; }
.News .News_top .slick-dots li button {display: none;}
.News .News_top .slick-dots li.slick-active {background:var(--hover-color) ;}

.News .News_list li{margin-bottom:0.4rem ;padding-bottom: 0.4rem;border-bottom: 1px solid #ebebeb;}
.News .News_list li .time{color: #888;font-size:var(--font-size14);position: relative}
.News .News_list li .time:after{content: '';position: absolute;width:0.25rem;height: 2px; background: #e3e6eb;right: 0;top: 0.34rem;}
.News .News_list li .time span{font-weight: bold;font-size:var(--font-size50);color: var(--black);display: block;}
.News .News_list li .txt .tit{font-size:var(--font-size22);color: var(--grey);padding-bottom: 0.3rem}
.News .News_list li .txt .desc{line-height: 1.875;color: var(--grey3);}
.News .News_list li .txt .more{display: flex;align-items: center;margin-top:0.5rem;}
.News .News_list li .txt .more::before{width:0.54rem ;height: 0.54rem;content: '';border-radius: 50%;background:url(../images/more-on.svg)no-repeat center var(--hover-color);background-size: 0.16rem auto;margin-right:0.2rem;  }
.News .News_list li:hover .txt .tit{ color: var(--hover-color);}

.News .News_list li .pic{position: relative;border-radius:var(--radius);overflow: hidden;}
.News .News_list li .imgbox{ padding-top: 66.67%;transition: 0.3s;}
.News .News_list li:hover .imgbox img{transform: scale(1.1);}

@media(min-width:1025px){
.News .News_top .item a{display: flex;align-items: center;}
.News .News_top .item a .pic{width: 50%;flex: 0 0 auto;}
.News .News_top .item a .txt{width: 50%;padding: 0 5%;}

.News .News_list li a{display: flex;justify-content: space-between;}
.News .News_list li a .time{width: 7%;flex: 0 0 auto}
.News .News_list li a .txt{flex: 1;padding:1% 5% 0 2%;}
.News .News_list li a .pic{width: 25%;flex: 0 0 auto}
}
@media(max-width:1024px){
.News .News_top .item a .txt{ padding: 0.24rem;}
.News .News_top .item .txt .time{padding-bottom:0.16rem;}
.News .News_top .item .txt .tit{font-size: var(--font-size24);padding-bottom:0.18rem;}
.News .News_top .item .txt .more{margin-top: 0.2rem;}
.News .News_top .slick-dots{bottom: 0.55rem;right: 0.24rem;}

.News .News_list li{margin-bottom: 0.24rem; padding-bottom: 0.24rem;}
.News .News_list li a .txt{ margin-bottom: 0.24rem;}
.News .News_list li .time{display: flex; align-items: center;font-size: var(--font-size16); margin-bottom: 0.12rem;}
.News .News_list li .time span{font-size: var(--font-size30); margin-right: 0.12rem;}
.News .News_list li .time:after{ display: none;}
.News .News_list li .txt .tit{padding-bottom: 0.18rem;}
.News .News_list li .txt .more{margin-top: 0.2rem;}
}

.Page002623{padding: var(--padMar60) 0 0% 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.28rem; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float: left;line-height: 0.56rem; width: 0.6rem; margin: 0 5px;border-radius: 50%;border: 0.02rem solid #ced7de;color: #ced7de}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color: #fff;background: var(--hover-color);border-color:var(--hover-color) }
.Page002623 .Pages .p_page > a{font-size: 0;height: 0.6rem;position: relative;border-radius: 50%;border: 0.02rem solid var(--hover-color)}
.Page002623 .Pages .p_page > a:before{position: absolute;width: 100%;height: 100%; content: '';background:url(../images/icon-jt.svg)no-repeat center ;background-size: 24px;; left: 50%; top: 50%;transform: translate(-50%,-50%)}
.Page002623 .Pages a.a_next{transform: rotate(180deg)}
.Page002623 .Pages .p_page > a:hover{background:var(--hover-color); }
.Page002623 .Pages .p_page > a:hover:before{filter: grayscale(100) brightness(100);}
@media(max-width:640px){
.Page002623 .Pages em{display: none;}

}



/*.RighInfo000171*/
.RighInfo000171{padding: var(--padMar100) 0 ;}
.RighInfo000171 time{color:var(--grey2); background:url(../images/time.svg) no-repeat center left; background-size:.18rem auto ;line-height:.28rem; font-size: var(--font-size15);}
.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-size32); line-height: 1.5; margin-bottom: 0.1rem;}
.RighInfo000171 .title time{ display:inline-block;color: var(--grey3);}
.RighInfo000171 .info{color:var(--black); line-height:2;text-align:justify; border-bottom:1px dashed #d2d2d2; padding:.3rem 0; }
.RighInfo000171 .info p{text-indent: 2em;font-size: var(--font-size18); color: var(--grey2);}
.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:0.5rem}
.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(--hover-color2);display:block;padding:.1rem .3rem;border-radius:.3rem;}
.RighInfo000171 .info_back a:hover{background:var(--hover-color);}
.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(--hover-color2);text-decoration:underline}

.RighInfo000171 .right{ padding:.24rem; background:#f7f7f7;}
.RighInfo000171 .right .subtit{ font-size:var(--font-size24); font-weight: bold; margin-bottom:0.18rem; color:var(--black);}
.RighInfo000171 .right li+li{margin-top:0.24rem; padding-top:0.24rem; border-top: 1px solid rgba(var(--rgb-black), 0.05);}
.RighInfo000171 .right li .pic{width: 100%; overflow: hidden;border-radius: var(--radius);}
.RighInfo000171 .right li .Ispic{padding-bottom: 66.67%; transition: 0.3s;}
.RighInfo000171 .right li:hover .Ispic{transform: scale(1.1);}
.RighInfo000171 .right li time{display: block;}
.RighInfo000171 .right li .tit{font-size:var(--font-size18); line-height: 1.5; color:var(--black); margin: 0.18rem 0 0.1rem 0;}
.RighInfo000171 .right li:hover .tit{ color: var(--hover-color);}

@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{align-items: flex-end; justify-content: space-between;}
.RighInfo000171 .info_pn span{width:80%}
}
@media(max-width:1024px){
.RighInfo000171 .left{ margin-bottom: 0.4rem;}
.RighInfo000171 .info_back{position:relative}
.RighInfo000171 .bot{margin-top: 0.3rem;}
.RighInfo000171 .title{padding-bottom: .2rem;}
.RighInfo000171 .title h1{font-size:var(--font-size26);}
.RighInfo000171 .info_pn span{ margin:.1rem 0}
.RighInfo000171 .info img{width: 100% !important; height: 100% !important;}
}

/*
 .PicList000593 为demo编号
 */
.PicList000593{padding: var(--padMar100) 0;}
.PicList000593 li{ float:left; width:32%; margin-right:2%; position:relative; margin-bottom:2%;}
.PicList000593 li:nth-child(3n){ margin-right:0;}
.PicList000593 li .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.PicList000593 li .video_files video{width:100%; height:100%; background-color:#000;}
.PicList000593 li .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 10;width: 0.3rem;height: 0.3rem;border-radius: 50%;background-color:var(--hover-color);cursor: pointer;}
.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.PicList000593 li .video_files .close::before{ transform:rotate(45deg);}
.PicList000593 li .video_files .close::after{ transform:rotate(-45deg);}
.PicList000593 li figure{ position:relative;}
.PicList000593 li figure em{ display:block; padding-bottom:63%; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.PicList000593 li figure a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.5); }
.PicList000593 li figure a::before,
.PicList000593 li figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.PicList000593 li figure a::before{width: 0.7rem;height: 0.7rem;border: 3px solid rgba(255,255,255,0.7);margin-left: -0.35rem;margin-top: -0.35rem;border-radius: 50%;}
.PicList000593 li figure a::after{width: 0;height: 0;border-top: 0.15rem solid transparent;border-bottom: 0.15rem solid transparent;border-left: 0.2rem solid rgba(255,255,255,0.7);margin-left: -0.05rem;margin-top: -0.15rem;}
.PicList000593 li p{text-align:center;font-size: var(--font-size18);color: var(--grey);}
.PicList000593 li:hover p{color: var(--hover-color);}

@media(max-width:1024px){
.PicList000593 li{width:49%; margin-right:2%;}
.PicList000593 li:nth-child(3n){ margin-right:2%;}
.PicList000593 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:640px){
.PicList000593 li{width:100%; float:none; margin-right:0 !important;}
.PicList000593 li figure a::before{width: 0.5rem;height: 0.5rem;margin-left: -0.25rem;margin-top: -0.25rem;}
.PicList000593 li figure a::after{border-top-width: 0.1rem;border-bottom-width: 0.1rem;border-left-width: 0.15rem;margin-left: -0.03rem;margin-top: -0.07rem;}
}


/*PicList002925 */

.PicList002925{background: #f5f5f5;overflow: hidden;padding: var(--padMar100) 0;}
.PicList002925 .list{padding: 0 3.4375vw; --imgh:290px;--t:calc(var(--imgh) - 40px);}
.PicList002925 .list ul{margin: 0 -2vw;}
.PicList002925 li{text-align: center;position: relative;background: url("../images/PicList002925_taibg.png") repeat-x top var(--t)  left;}
.PicList002925 li a{display: block;position: relative; z-index: 3;}
.PicList002925 li .pic{padding-bottom: 0.3rem;}
.PicList002925 li .Ispic{height: var(--imgh);background-size: contain; max-width: 90%;margin: 0 auto;}
.PicList002925 li .tit{margin-top: 0.3rem; margin-bottom: 2.08vw; padding: 0 5%;}
.PicList002925 li .tit aside{ line-height: 1.3em;min-height: 2.6em;font-size: var(--font-size18);color: var(--grey);}
.PicList002925 li:hover .tit aside{ color: var(--hover-color);}
@media(min-width:769px) and (max-width:1440px){
.PicList002925 .list{--imgh:calc(290 / 1440 * 100vw);}
}
@media(min-width:769px){
.PicList002925 li{width:25%;}
.PicList002925 li:first-child:before,
.PicList002925 li:nth-child(4n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_l.png") no-repeat left top var(--t) #f5f5f5; width:7.4375vw;left: -2vw;}
.PicList002925 li:last-child:before,
.PicList002925 li:nth-child(4n):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_r.png") no-repeat right top var(--t) #f5f5f5; width:7.4375vw;right: -2vw;}
}
@media(max-width:768px){
.PicList002925 .list{padding: 0 6vw;--imgh:25vw;--t:calc(var(--imgh) - 40px);}
.PicList002925 li{width:50%;}
.PicList002925 li .tit{margin-bottom: 5vw;}
.PicList002925 li:first-child:before,
.PicList002925 li:nth-child(2n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_l.png") no-repeat left top var(--t) #f5f5f5; width:7.4375vw;left: -3vw;}
.PicList002925 li:last-child:before,
.PicList002925 li:nth-child(2n):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_r.png") no-repeat right top var(--t) #f5f5f5; width:7.4375vw;right: -3vw;}
}


/*TextList002855 */
.TextList002855{padding: var(--padMar100) 0;}
.TextList002855 li{line-height: 0.7rem;  border-bottom: 1px dotted #e5e5e5;}
.TextList002855 li time{float: right;color: #c8c8c8; margin-left: 0.15rem;}
.TextList002855 li a{padding-left: 0.3rem; background: url("../images/TextList002855_icon.png") no-repeat left center; font-size: var(--font-size18);color: var(--grey);}
.TextList002855 li a:hover{color: var(--hover-color);}

@media(max-width:1024px){
 .TextList002855 li{line-height: 0.6rem;}
}


/*Timeline002853 */
.Timeline002853 {overflow: hidden;}
.Timeline002853 .autoCon-1440{position: relative}

@media(min-width:1025px){
.Timeline002853 .slider-nav{float: left;width: 25.516%;}
.Timeline002853 .slider-for{float: right;width: 66.134%;}
.Timeline002853 .slider-nav .slick-arrow{width: 197.246%;right:0; top: 50%;}
.Timeline002853 .slider-nav .slick-prev{margin-top: -65px;}
.Timeline002853 .slider-nav .slick-next{margin-top: 65px;}
.Timeline002853 .slider-nav .slick-next:before{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);}
.Timeline002853 .slider-nav li{padding-right: 3vw;text-align: right;}
}
.Timeline002853 .slider-nav{border-right: 1px solid #efefef;position: relative; padding: 5vw 0;}
.Timeline002853 .slider-nav  .slick-arrow{position: absolute; font-size: 0;border:0;border-bottom: 1px solid #efefef; cursor: pointer;font-size: 0;padding: 0; z-index: 10;}
.Timeline002853 .slider-nav .slick-arrow:before{position: absolute; content: ''; width: 25px; height: 25px; background: url(../images/Timeline002853_btn.png) no-repeat center center #fff; left: 50%; top: 50%; margin: -12px 0 0 -12px;}
.Timeline002853 .slider-nav li{line-height: 129px; font-size: var(--font-size18);color: #ccc;font-weight: 100;}
.Timeline002853 .slider-nav li span{font-family: "Barlow-Bold"; font-size: var(--font-size34); margin-right: 0.1rem;font-weight: bold;}
.Timeline002853 .slider-nav li.slick-center{color:var(--hover-color);}
.Timeline002853 .slider-for .box{padding-top:5vw;line-height: 1.8;}
.Timeline002853 .slider-for .year{color: var(--hover-color);font-size: var(--font-size48);line-height: normal;font-weight: bold;}
.Timeline002853 .slider-for .desc{line-height: 1.8; font-size: var(--font-size18); color: var(--grey); font-weight: normal;}
.Timeline002853 .slider-for .desc p{margin: 1.5vw 0;}
.Timeline002853 .slider-nav.under3 .slick-track{transition: 0.3s;}
@media(max-width:1024px){
.Timeline002853{ padding:var(--padMar100) 0 0;}
.Timeline002853 .slider-nav li{line-height: 0.6rem; text-align: center;}
.Timeline002853 .slider-nav li span{ font-size:var(--font-size20);}
.Timeline002853 .slider-nav{padding: 0 5vw;border: 1px solid #efefef;}
.Timeline002853 .slider-nav .slick-arrow{width: 0.4rem; height: 100%;/* background: #efefef; */ top: 0;}
.Timeline002853 .slider-nav .slick-prev{ left:0;}
.Timeline002853 .slider-nav .slick-next{ right:0;}
.Timeline002853 .slider-nav .slick-prev:before{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);}
.Timeline002853 .slider-nav .slick-next:before{transform: rotate(90deg);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);}
.Timeline002853 .slider-nav .slick-track{margin-top: 0!important;}
.Timeline002853 .slider-nav li.slick-current{color: #333;}
.Timeline002853 .slider-for .box{ padding:.35rem 0;}

}
@media(max-width:640px){
.Timeline002853 .slider-nav li{}
.Timeline002853 .slider-nav li span{font-size: var(--font-size24);}
}

.zzjg{padding: var(--padMar100) 0;}

/*RighInfo002936 */
.RighInfo002936{padding: var(--padMar100) 0;}
.RighInfo002936 img{display: block; margin: 0.2rem auto;}
.RighInfo002936 .about{font-size: var(--font-size18); color: var(--grey);line-height: 0.3rem; text-indent: 2em;}

/*Floor002944 */
.Floor002944{position: relative;z-index: 1; padding: var(--padMar100) 0;overflow: hidden;}
.Floor002944 .box-2{}
.Floor002944 .box-2 ul{ display: flex; flex-wrap: wrap;}
.Floor002944 .box-2 li{margin-right: 1%;float: left;margin-bottom:0.3rem; transition: 0.3s;background: #edf0f5;border-radius: 0.05rem; padding: 0.1rem 0.2rem;}
.Floor002944 .box-2 li a{text-align: center;font-size:var(--font-size18);  display: block; color: var(--grey);}
.Floor002944 .box-2 li .ytable{transition: 0.3s;height:2.5rem;}
.Floor002944 .box-2 li .icon{display: table; height:1rem; border-radius: 50%; width:1rem; margin: 0 auto 0.15rem;}
.Floor002944 .box-2 li .icon figure{display: table-cell; vertical-align: middle;}
.Floor002944 .box-2 li:hover{background:var(--hover-color); }
.Floor002944 .box-2 li:hover aside{color: #edf0f5;}
.Floor002944 .box-2 li a:hover .icon{background-color: #edf0f5;}
.Floor002944 .box-2 li .icon img{max-height:0.55rem;}
.Floor002944 .box-2 li:hover{box-shadow: 0 0 0.2rem rgba(0, 51,138, 0.2);transform: translateY(-0.1rem);}
@media(min-width:1025px){
.Floor002944 .box-2 li{width:19.2%;}
.Floor002944 .box-2 li:nth-child(5n){margin-right: 0;}
}
@media(max-width:1024px){
.Floor002944 .box-2 li{width:32%;margin-right: 2%;}
.Floor002944 .box-2 li:nth-child(3n){margin-right: 0;}
.Floor002944 .box-2 li .ytable{height:2rem;}
}
@media(max-width:640px){
.Floor002944 .box-2 li{width:49%; margin-right: 2%;margin-bottom:0.2rem;}
.Floor002944 .box-2 li:nth-child(3n){margin-right: 2%;}
.Floor002944 .box-2 li:nth-child(2n){margin-right: 0;}
.Floor002944 .box-2 li .ytable{height:1.8rem;}
}


.SingleInfo{padding:var(--padMar100) 0;}
.SingleInfo .edit_info{line-height:2; color: #333;}
.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: var(--black); font-weight: 500; margin-bottom: 0.12rem;}
.Sitemap .sub{display: flex;flex-wrap: wrap;}
.Sitemap .sub a{padding-right:0.2rem;font-size: var(--font-size16);margin-bottom: 0.1rem; color: var(--grey2); }
.Sitemap .sub a:hover{color: var(--hover-color);}



