/*@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:#249d42;--white:#fff; --black:#333; --grey:#666; --grey2:#999; --green:#006034; --orange:#cf3f1a; --rgb-white:255,255,255;--rgb-black:0,0,0; font-size: var(--font-size16);--rgb-hover:36,157,66; --rgb-green:0,96,52;--rgb-orange:207,63,26; --radius: .1rem;}

a:hover{color:var(--hover-color); }

.scroll-animate.animated,
.scroll-animate:not(.animated){visibility:hidden}
.scroll-animate[data-text] font{display:inline-block}


/*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{font-size: var(--font-size46);color: var(--black);font-weight: 500;}
.Hometitle .cn:after{content: "";display: block;width: 0.6rem;height: 3px;background: var(--hover-color);margin: 0.15rem 0 auto ;}
.Hometitle .en{font-size:var(--font-size70); color: var(--green); text-transform: uppercase;opacity: 0.05;position: absolute;top: 50%;width: 100%;transform: translateY(-75%);font-weight: bold;z-index: -1; }
.Hometitle.white .cn {color: #fff;}
.Hometitle.white .en{ color: #fff; opacity: 0.1;}
.Hometitle.center{ text-align: center;}
.Hometitle.center .cn:after{margin: 0.15rem auto 0;}
.Hometitle.white .cn:after{ background: #fff;}

.Homemore{z-index: 10}
.Homemore a{display: flex;align-items: center;width: 1.56rem;height: .54rem;border-radius: 0.5rem; border: 0.02rem solid var(--hover-color);  color:var(--hover-color);justify-content: center;transition: .3s all}
.Homemore a::after{content: '';width: 0.2rem;height: 0.2rem;transform: rotate(-45deg);margin-left: 0.12rem;background:url(../images/more.svg) no-repeat center;transition: .3s;background-size: auto 0.14rem;}
.Homemore a:hover{background: var(--hover-color); border-color: var(--hover-color); color: var(--white);}
.Homemore a:hover::after{ background-image: url(../images/more-w.svg);}
.Homemore2 a{background: var(--hover-color); border-color: var(--hover-color); color: var(--white);}
.Homemore2 a::after{background-image: url(../images/more-w.svg);}

.lm-title{margin-bottom: 0.4rem;position: relative;z-index: 1;line-height: 1;}
.lm-title .cn{font-size: var(--font-size38);color: var(--black);font-weight: 500;line-height: 1.2}
.lm-title .cn:after{content: "";display: block;width: 0.5rem;height: 3px;background: var(--hover-color);margin: 0.15rem 0 auto ;}
.lm-title.center{text-align: center}
.lm-title.center .cn:after{margin:0.15rem auto 0;}
.lm-title.white .cn{color:#fff;}
.lm-title.white .cn:after{background:#fff;}

@media(min-width:1025px){
    .section.active .Hometitle {animation: fadeInRightSmall .8s .3s ease both;-webkit-animation: fadeInRightSmall .8s .3s ease both;-moz-animation: fadeInRightSmall .8s .3s ease both;}
    .section.active .Homemore {animation: fadeInRightSmall 1s .5s ease both;-webkit-animation: fadeInRightSmall 1s .5s ease both;-moz-animation: fadeInRightSmall 1s .5s ease both;}
}
@media(max-width: 1024px) {
.Hometitle .cn {font-size: var(--font-size40);}
.Hometitle .en {font-size: var(--font-size40);}

.lm-title{ text-align: center;}
.lm-title .cn:after{margin:0.15rem auto 0;}
}
@media(max-width:640px) {
.lm-title .cn{font-size:var(--font-size24)}
}



/*Floor002650 */

.Floor002650 *{}
.Floor002650 .section{ background-repeat:no-repeat; background-position: center center;background-size:cover; position:relative; }
/*#fp-nav{position: fixed;z-index: 100;top: 50%;right:17px;transform: translate3d(0,-50%,0);-webkit-transform: translate3d(0,-50%,0);}*/
#fp-nav ul{ padding:15px 0;}
#fp-nav ul li{margin:5px 0;width: auto; height: auto;}
#fp-nav ul li a{ width:20px; height:20px; border-radius:50%; background:none; border:3px solid transparent; position:relative; display:block; cursor:pointer;}
#fp-nav ul li a.active{ border-color:var(--hover-color);}
#fp-nav ul li a:before{ position:absolute; content:''; width:6px; height:6px;top:50%; left:50%; margin:-3px 0 0 -3px;background: var(--green);opacity: 0.2;border-radius:50%;}
#fp-nav ul li a.active:before{ background:none;}
#fp-nav ul li a span{display: none;}
#fp-nav.fp-right{left:0.17rem;right: auto;width: 5%}

.Floor002650 .right-line{ position:fixed; left:17px; top:15%; height:70%; z-index:90; width:20px;}
.Floor002650 .right-line i{ position:absolute; width:1px; left:50%; background:rgba(36,157,66,0.12);}
.Floor002650 .right-line i.tp{ top:0;}
.Floor002650 .right-line i.bt{ bottom:0;}
@media(max-width:1200px){
.Floor002650 .right-line,
#fp-nav{ display:none;}
}

.Floor002650 .slides > li {display: none; -webkit-backface-visibility: hidden; overflow:hidden;} 
.Floor002650 .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .Floor002650 .slides {display: block;} 
* html .Floor002650 .slides {height: 1%;}
.no-js .Floor002650 .slides > li:first-child {display: block;}
.Floor002650 .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .Floor002650 .flex-viewport {max-height: 300px;}
.Floor002650 .slides {zoom: 1;}

.Floor002650 .line{ position:absolute; width:50%; top:0; height:100%;}
.Floor002650 .line::before{ position:absolute; content:''; width:1px; height:100%; background:rgba(255,255,255,0.1); left:50%; top:0;}
.Floor002650 .line-l{ left:0; border-right:1px  solid rgba(255,255,255,0.1);}
.Floor002650 .line-r{ right:0;}
.Floor002650 #about{}
.Floor002650 #news{background-color:#f6f8fa;}
.Floor002650 #data{}
.Floor002650 #service{}
.Floor002650 #footer{}
.Floor002650 .active *{-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both; }

@media(max-width:1200px){
.Floor002650 #fullpage,
.Floor002650 .fp-table,
.Floor002650 .fp-tableCell{height: auto!important;}
}



/*Top003156 */
.Top003156 {position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;/* border-bottom: 1px solid rgba(255,255,255,0.2); */ transition: background-color 0.3s,transform 1s;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.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;display: none}
.Top003156 header { display: flex;justify-content: space-between;align-items: center; }
.Top003156 .auto {  z-index: 3; }
.Top003156 .logo { display: table; }
.Top003156 .logo a { display: table-cell; vertical-align: middle; }
.Top003156 .top-right {  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_green.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: 8vw; 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.1rem; }
.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.25rem;}
.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.07rem;height: 0.07rem;content: '';transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);border-top: 1px solid #fff;border-right: 1px solid #fff;right: 0;top: 50%;margin-top: -0.04rem;}
.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: 0px; background-color: var(--hover-color); */ transform: translateX(-50%); transition: 0.3s; bottom: 0px; /* width: 0; */border: 0.05rem solid transparent;border-bottom-color: var(--hover-color); opacity: 0; }
.Top003156 menu li span a:hover, 
.Top003156 menu li.aon span a {color: var(--hover-color);}
.Top003156 menu li:hover span:after{ /* width: 100%; */ opacity: 1;}
.Top003156 menu li span a{}

.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: #333;}
.Top003156.hover menu li span a:hover, 
.Top003156.fixed menu li span a:hover, 
.Top003156.hover menu li.aon span a,
.Top003156.fixed menu li.aon span a { color: var(--hover-color); }
.Top003156.hover menu li span:after,
.Top003156.fixed menu li span:after{ background-color: var(--hover-color);}
.Top003156.hover,
.Top003156.fixed{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: fixed;}
.Top003156.hover menu li span:after,
.Top003156.fixed menu li span:after{background-color: var(--hover-color);}
.Top003156.hover menu li a:hover,
.Top003156.hover menu li.aon span a,
.Top003156.fixed menu li a:hover,
.Top003156.fixed menu li.aon span a{color: var(--hover-color);}
.Top003156.hover .top-right .lang .icon,
.Top003156.fixed .top-right .lang .icon{background-image:url(../images/lang.svg); color: #333;}
.Top003156.hover .top-right .lang .icon:after,
.Top003156.fixed .top-right .lang .icon:after{ border-color: #333;}
.Top003156.hover .top-right .lang::before,
.Top003156.fixed .top-right .lang::before{background: rgba(var(--rgb-black), 0.3);}
.Top003156.hover .open-search,
.Top003156.fixed .open-search{background: url(../images/search_green.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); }


.Top003156 menu li .sub{background-color: rgba(36,157,66,0.95);display: none;}
.Top003156 menu li .sub dt{ line-height: 4.25; }
.Top003156 menu li .sub dt a{color: #fff;padding: 0 0.15rem; }
.Top003156 menu li .sub dt a:hover{text-decoration: underline;color:#fff;}

@media (min-width:1025px) {
    .Top003156 header { padding: 0 8.5% 0 4%; }
    .Top003156 .header-right {display: flex;align-items: center;}
    .Top003156 .top-right{display: flex;align-items: center;margin-left: calc(30 / 1920* 100vw);}
    .Top003156 .top-right{}
    .Top003156 menu li { float: left;  }
    .Top003156 menu li{ margin-right: calc(50 / 1920 * 100vw); }
    .Top003156 menu li span a { line-height:0.85rem; font-size: var(--font-size16);}
    .Top003156 .logo { height: 0.85rem;  float: left;}
    .Top003156 .logo img { max-height: 0.58rem;margin-top:3px; }
    .Top003156 .top-right { height:0.85rem; }
    .Top003156 .top-right dd a { margin-right: 0.1rem; }
    .Top003156 .top-right dt:nth-child(2n){padding-left: 0.2rem;}
    .top-search { width: 20em; }

    .Top003156 menu li .sub{left: 0; width: 100%; margin: 0;position: absolute; top: 100%; background-color: transparent; }
    .Top003156 menu li .sub dl{overflow: hidden;background-color: rgba(36, 157, 66, 0.95);display: inline-block; }
    .Top003156 menu li .sub dt{float: left;}
    .Top003156 menu li#m1 .sub dt{margin-left:0.05rem;}

}

@media (max-width:1024px) {
    .Top003156 header { padding: 0 4%; }
    .Top003156 menu { position: absolute; right: 0; top: 100%;width: 240px; padding: 0.24rem; background: #fff;  visibility: hidden; transform: translateY(5em); transition: 0.3s; opacity: 0; }
    .menu-show .Top003156 menu { transform: translateY(0); opacity: 1; visibility: inherit; }
    .Top003156 menu li {border-bottom: 1px dotted #eee;}
    .Top003156 menu li span{line-height: 0.5rem; }
    .Top003156 menu li span a {   color: #333; font-size:var(--font-size18); }
    .Top003156 menu li a:hover, 
    .Top003156 menu li.aon span a{color: var(--hover-color);}
	.Top003156 menu li.aon .sub{ display: block;}
    .Top003156.fixed menu li span:after{ display: none;}
    .Top003156 menu li .sub{padding: 15px 0}
    .Top003156 menu li .sub dt{ line-height: 2.25; }
    .Top003156 .logo { max-width: 40%; height: 0.6rem; }
    .Top003156 .logo img { max-height: 0.5rem; }
    .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: var(--hover-color); }
    .Top003156 menu li.has-sub span .op:before, 
    .Top003156 menu li.has-sub span .op:after{background-color: var(--hover-color);}
    .top-search { width: 100%; }
    .Top003156.fixed .open-menu i { background-color:#333; }
    .Top003156 .top-right .lang .lang_box{width: 60px; margin-left: -30px;}
    .Top003156 .top-search { right: 0 }
}

.common_btn {width: .8rem;height: .86rem;padding: .16rem 0;background-color: none;position: fixed;right: 0;top: 0;z-index: 1000;border: none;outline: none;cursor: pointer;box-sizing: border-box;}
.common_btn span {display: block;width: .36rem;height: .03rem;margin: 0.1rem auto 0;font-size: 0;background: var(--hover-color);transition: all 0.3s ease 0s;}
.common_btn.active span{background: var(--hover-color);}
.common_btn.active{position: fixed;background: none;}
.common_btn.active span:first-child {width: .36rem;transform: rotate(45deg) translate(.12rem, 0.1rem);}
.common_btn.active span:first-child+span {display: none;}
.common_btn.active span:last-child {transform: rotate(-45deg) translate(-0.01rem, 0.02rem);}

.h_r_nav_box {background: #f6f8fa;position: fixed;top: 0px;right: 0px;width: 3.8rem; height: 100%; overflow: hidden;box-sizing: border-box;z-index: 995;padding: .3rem;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.h_r_nav_box.on {transform: translateX(0);}
.h_r_nav_box dl{overflow: hidden;padding: .12rem 0;border-bottom: 1px solid #eee;line-height: .3rem;}
.h_r_nav_box dt{font-size: var(--font-size20);color: #333;font-weight: 500;padding-bottom: 0.12rem;}
.h_r_nav_box dd a{color: #666;font-size: var(--font-size16);float: left;margin-right: .16rem;}
.h_r_nav_box dd a:hover{color: var(--hover-color);}


@media (max-width:1024px) {
.common_btn{display: none;}
}

.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;}
.HomeBan li .txt .tit {font-size: var(--font-size42);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;border:2px solid rgba(255,255,255,0.3);opacity:1;background:none;display: inline-block;border-radius: 50%}
.HomeBan .slick-dots li.slick-active{background:#fff;border-color:#fff;}
.HomeBan .slick-dots li button{display: none;}

@media (min-width:1025px) {
    .HomeBan li img{height: 100vh}
    .HomeBan .wap{display: none;} 
    .HomeBan .text{width: 45%;}
}
@media(max-width:1024px){
    .HomeBan .pc{display: none;} 
    .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;}
}

.HomeBan .video_click{position: absolute;width:100%;left:50%;top:80%;transform: translate(-50%, -50%); z-index: 10; display: flex; align-items: center;justify-content: center; color: var(--white); background: var(--hover-color); width: 1.6rem; height: 0.5rem; border-radius: 0.5rem; }

.videoMask{position:fixed;z-index:999;background:rgba(0,0,0,0.6);left:0;top:0;width:100%;height:100%;display:none;}
.videoMask .videoBox{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70%;max-width:94%;}
.videoMask .videoBox video{width:100%;}
.videoMask .videoBox .close{position:absolute;right:5px;top:5px;padding:10px;z-index:10;cursor:pointer;padding-top:2%;}
.videoMask .videoBox .close:before,.videoMask .videoBox .close:after{content:"";position:absolute;width:100%;left:0;top:50%;border-bottom:1px solid #fff;}
.videoMask .videoBox .close:before{transform:rotate(45deg);}
.videoMask .videoBox .close:after{transform:rotate(-45deg);}
.video_click{cursor:pointer;}



.HomeAbout{overflow: hidden; position: relative; background: no-repeat center center; background-size: cover;padding-top:var(--padMar80);}
.lm-about{padding:5vw 0;}
.HomeAbout .edit_info{font-size: var(--font-size16); color: #333; line-height: 1.8;text-align: justify; }
.HomeAbout .edit_info p{ margin: 0.1rem 0;}
.HomeAbout .Homemore{margin-top:0.3rem;}
.HomeAbout .right img{border-radius: 0.1rem}
.HomeAbout .right .Ispic{padding-bottom:5.1rem;border-radius: 0.1rem}
.HomeAbout .number{margin-top:0.4rem;}
.HomeAbout .number ul{display: flex;/*justify-content: center;justify-content: space-between;*/overflow: hidden;}
.HomeAbout .number li{ margin: 0;margin-right:2%; position: relative;width:25%;background:#f6f8fa;border-radius: 0.1rem; padding:0.2rem 0.3rem;}
.HomeAbout .number li:nth-child(4){margin-right:0;}
.HomeAbout .number li .inner {width: 100%;padding-left:0.75rem;}
.HomeAbout .number li .icon{position: absolute;left:0.24rem;top:0.39rem;}
.HomeAbout .number li .icon img{height: 0.5rem}
.HomeAbout .number li aside{display: inline-block;position: relative;line-height: 1;}
.HomeAbout .number li aside b{font-size: var(--font-size40);color: var(--hover-color);display: block;  }
.HomeAbout .number li aside sub{position: absolute;left: 100%;word-break: keep-all;bottom: .0rem;font-size: var(--font-size16);margin-left: 0.1rem;color: #333; }
.HomeAbout .number li aside sup{position: absolute;left: 100%;word-break: keep-all;top: .0rem;font-size: var(--font-size16);margin-left: 0.1rem;color: #333;}
.HomeAbout .number li p{margin: 0;font-size: var(--font-size16);color: #333; margin-top:0.12rem ;}
#about.active .HomeAbout .edit_info pre{font-size:var(--font-size16)}
@media(min-width:1025px){
.HomeAbout .intro{ }
.HomeAbout .info{width:45%;float:left;/* padding-top:1%; */} 
.HomeAbout .right{width:48%;float:right;}
#about.active .HomeAbout .edit_info{animation:fadeInUpSmall 0.8s .5s ease both;-webkit-animation:fadeInUpSmall 0.8s .5s ease both;-moz-animation:fadeInUpSmall 0.8s .5s ease both;}
#about.active .HomeAbout .right{ animation: fadeInLeftSmall 1.5s .3s ease both;-webkit-animation: fadeInLeftSmall 1.5s .3s ease both;-moz-animation: fadeInLeftSmall 1.5s .3 both;}
#about.active .HomeAbout .number{ animation: fadeInUpSmall 1.5s .3s ease both;-webkit-animation: fadeInUpSmall 1.5s .3s ease both;-moz-animation: fadeInUpSmall 1.5s .3 both;}
}
@media(max-width:1024px){
.HomeAbout{padding:.4rem 0}
.HomeAbout .Hometitle{text-align: center}
.HomeAbout .Hometitle .cn:after{margin:0.15rem auto 0;}
.HomeAbout .right{margin-top: 30px}
.HomeAbout .number ul{flex-wrap: wrap;}
.HomeAbout .number li{width:49%;margin-bottom: 2%;padding: 0.2rem;}
.HomeAbout .number li:nth-child(2n){margin-right:0;}
.HomeAbout .number li .inner{padding-left: 0.65rem;}
.HomeAbout .number li .icon{left:0.2rem;}
.HomeAbout .number li aside b{font-size: var(--font-size36);}
}

.HomeBus{padding-top:var(--padMar80);}
.HomeBus .autoCon-1400{position: relative;}

.HomeBus .list{margin-left: -.1rem; margin-right: -.1rem}
.HomeBus .list *{transition: 0.5s}
.HomeBus ul{display: flex;  flex-wrap: wrap;justify-content: space-between;}
.HomeBus .list li{padding: .1rem; position: relative;}
.HomeBus .list li .pic{box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);  position: relative; overflow: hidden; border-radius: var(--radius);}
.HomeBus .list li .pic .imgbox{padding-bottom: 5.5rem}
.HomeBus .list li .pic:after{content: ''; position: absolute; width: 100%; height: 50%; bottom: 0; z-index: 2; background: linear-gradient(rgba(118,202,139,0),rgba(118,202,139,0.8))}
.HomeBus .list li .txt{position: absolute; left: 10%; right: 10%; bottom: 0.45rem; z-index: 5; color: #fff; }
.HomeBus .list li .txt:after{content: ''; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width:.2rem; height: .2rem; border-radius: 100%; background:#fff url("../images/more.svg") no-repeat center center; background-size: 0.14rem auto; opacity: 0; transition: 0.5s}
.HomeBus .list li .icon{margin-bottom:0.12rem;}
.HomeBus .list li .icon img{max-height: 0.44rem}
.HomeBus .list li .t1{font-size:var(--font-size22); line-height: 1; font-weight: 500;}
.HomeBus .list li .t2{ line-height:1.6; opacity: 0.85; height: 0; overflow: hidden;  font-size:var(--font-size16);margin-right: 0.7rem;}
.HomeBus .list li .t2 p{ margin: 0}




@media(min-width:1025px){
    .HomeBus .Homemore{position: absolute;right:0;top:0.04rem;}
    #data.active .HomeBus .list{animation:fadeInUpSmall 0.8s .5s ease both;-webkit-animation:fadeInUpSmall 0.8s .5s ease both;-moz-animation:fadeInUpSmall 0.8s .5s ease both;}
    .HomeBus .list li{flex: 1; }
    .HomeBus .list li.show{flex:2.1053;}
    .HomeBus .list li.show .txt{left: 7%; right:7%;}
    .HomeBus .list li.show .txt:after{width:.5rem; height: .5rem; opacity: 1 }
    .HomeBus .list li.show .pic:after{height: 80%; background: linear-gradient(rgba(var(--rgb-hover),0) 0%,rgba(var(--rgb-hover),1))}
    .HomeBus .list li.show .t2{height: 3.2em; margin-top:0.14rem;}
}
@media(max-width:1600px){
  .HomeBus .list li .pic .imgbox{padding-bottom:4.6rem;}
}
@media(max-width:1024px){
    .HomeBus{padding:50px 0;}
	.HomeBus .Hometitle{text-align: center}
	.HomeBus .Hometitle .cn:after{margin:0.15rem auto 0;}
	.HomeBus .Homemore{ display: none; margin: 0 auto; margin-bottom: 0.2rem;}
    .HomeBus .list li{width: 100%}
    .HomeBus .list li .pic .Ispic{padding-bottom:60%}
    .HomeBus .list li .txt{left: 7%; right:7%;}
    .HomeBus .list li .txt:after{width:.4rem; height: .4rem; opacity: 1 }
    .HomeBus .list li .pic:after{height: 80%; background: linear-gradient(rgba(var(--rgb-hover),0) 0%,rgba(var(--rgb-hover),1))}
    .HomeBus .list li .t2{height: 3.2em; margin-top:0.14rem;}
	
	
	.HomeBus .slick-dots{width: 100%;margin-top:0.24rem;display: flex; flex-wrap: wrap; justify-content: center !important;}
	.HomeBus .slick-dots li{margin:0 .08rem; padding: 0; width:0.14rem;height:0.14rem;border:2px solid rgba(0,0,0,0.3);opacity:1;background:none;display: inline-block;border-radius: 50%}
	.HomeBus .slick-dots li.slick-active{background:var(--hover-color);border-color:var(--hover-color);}
	.HomeBus .slick-dots li button{display: none;}

	
}



.Homeglobal{padding:var(--padMar80) 0; background:#f6f8fa;}
.Homeglobal .info{font-size: var(--font-size16); color: #666; line-height: 1.8; max-width: 100%; max-width: 1200px; margin: 0 auto; text-align: center;margin-bottom: 0.4rem; }
.Homeglobal .info p{ margin: 0.08rem 0; }
.Homeglobal .left li:not(:last-child){margin-bottom: .5rem}
.Homeglobal .left li .tit1{display: flex;align-items: center;}
.Homeglobal .left li .counter{font-size:var(--font-size56);;color:var(--hover-color);font-weight: 500; }
.Homeglobal .left li .unit{font-size:var(--font-size20);color:var(--hover-color);margin-left: .15rem  }
.Homeglobal .left li .tit2{font-size:var(--font-size16);color:#666; }
.Homeglobal .right{ position: relative;}

.Homeglobal .map-box{ position: absolute; margin: auto; width:100%; top: 0%; left: 0; right: 0;height: 100%;}
.Homeglobal .map-box .map{width: 100%;height: 100%;}
.Homeglobal .map li {position: absolute;cursor: pointer;}
.Homeglobal .map li i{display: block;width: 0.1rem; height:0.1rem; border-radius: 50%; background: var(--hover-color);position: relative; z-index: 4;}
.Homeglobal .map li i:before,
.Homeglobal .map li i:after{position: absolute; content: '';border-radius: 50%;background:var(--hover-color); opacity: 0.4; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.Homeglobal .map li i:before{left: -0.08rem; top: -0.08rem; bottom: -0.08rem;right: -0.08rem; animation-delay: 0.3s;}

.Homeglobal .map li .city{ display: flex;align-items: center;}
.Homeglobal .map li .city aside{  margin-left: 0.15rem; font-size:var(--font-size16);color:#333;}

.Homeglobal .map li .popInfo {background: #fff;width: 1.8rem;padding: 0.15rem; border-radius: var(--radius); position: absolute;left: 0.7rem;top: 0;line-height: 1.8;opacity: 0;z-index: -1;visibility: hidden;transition: all 0.5s;}
.Homeglobal .map li:hover {z-index: 100;}
.Homeglobal .map li:hover .popInfo {top: -0.3rem;opacity: 1;visibility: visible;z-index: 10;}
.Homeglobal .map li:hover .popInfo a{ display: block; padding-left:0.15rem;position: relative;color:#333;  }
.Homeglobal .map li:hover .popInfo a::before{content:"";display: block;width:0.05rem;height:0.05rem;border-radius: 50%;background: var(--hover-color);position: absolute;left:0;top:0.12rem;}
.Homeglobal .map li:hover .popInfo a:hover{ color: var(--hover-color);}

@media(min-width:1025px){
.Homeglobal .flex{display: flex;justify-content: space-between}
.Homeglobal .left{width: 22%;flex: 0 0 auto;padding-right: 0.5rem}
.Homeglobal .right{flex:1;}
}
@media(max-width:1024px){
.Homeglobal .left li:not(:last-child){margin-bottom: 0.15rem;}
}
@media(max-width:640px){
.Homeglobal .Hometitle .p{margin: 0.1rem 0 0.15rem;font-size: var(--font-size18);}
.Homeglobal .Hometitle{margin-bottom: 0.2rem;}
.Homeglobal .left li .counter{font-size: var(--font-size48);}
}


@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);}
}


/*Floor003106*/
.Floor003106{padding: var(--padMar80) 0 0 0; }
.Floor003106 .list{position: relative;}
.Floor003106 .Homemore a{background: var(--hover-color); color: var(--white);}
.Floor003106 .Homemore a::after {background-image: url(../images/more-w.svg);}
.Floor003106 .Homemore a:hover{background: var(--orange); border-color: var(--orange); }
.Floor003106 .list{position: relative;z-index: 1;}
.Floor003106 .bg-img{position: relative;}
.Floor003106 .main .slider li{text-align: center; padding:0 0.08rem; color: #fff; cursor: pointer;}
.Floor003106 .main .slider li .con{background: rgba(255,255,255,0.2); padding:0.3rem 0.15rem;  border-radius:var(--radius) var(--radius) 0 0;}
.Floor003106 .main .slider li .icon{position: relative;display: inline-block; margin-bottom:0.1rem; vertical-align: middle; width: 0.5rem; height:0.5rem; }
.Floor003106 .main .slider li .icon img{width: 100%;height: 100%;object-fit: contain; filter: grayscale(100) brightness(100);}
.Floor003106 .main .slider li .name{font-size:var(--font-size18);  color: #fff; line-height: 1.6;}
.Floor003106 .main .slider li:hover .con,
.Floor003106 .main .slider li.slick-current .con{background: rgba(var(--rgb-hover),0.85);}
.Floor003106 .main .slider li.slick-current .icon img,
.Floor003106 .main .slider li:hover .icon img{opacity: 1;}
.Floor003106 .main .slider li.slick-current .name,
.Floor003106 .main .slider li:hover .name{/* font-weight: bold; */}
.Floor003106 .tit{font-size:var(--font-size36);  line-height: 1; font-weight: 500; color: #fff;}
.Floor003106 .txt{line-height: 2; margin:1.5vw 0 3vw;}
.Floor003106 .txt p{margin: 0; color:rgba(255,255,255,0.85);font-size:var(--font-size16);}
.Floor003106 .txt p+p{margin-top:0.16rem; }
.Floor003106 .slick-arrow{width: 0.5rem;height:0.5rem; position: absolute; top: 50%; margin-top: -0.25rem; background:none; transition: 0.3s; }
.Floor003106 .slick-arrow:before{position: absolute; content: ''; width:0.2rem; height:0.2rem; transform: rotate(45deg);border-top: 0.02rem solid #fff;border-right: 0.02rem solid #fff; left: 50%; top: 50%; margin: -10px 0 0 -12px;}
.Floor003106 .slick-prev{left:-65px; transform: rotate(-180deg); }
.Floor003106 .slick-next{right:-65px;}
.Floor003106 .slick-arrow:hover:before{border-color: var(--hover-color);}
.Floor003106 .txt-area{margin: 0 auto;}
.Floor003106 .bg-img .Ispic{height: 8rem; position: relative; z-index: 1;}
@media (min-width:1025px) {
.Floor003106 .h-title .cn{color: #fff}
.Floor003106 .h-title .en{color: #fff}
.Floor003106 .title{position:relative;z-index: 2;}
.Floor003106 .h-title{position: absolute;left: 0; top: calc(200 / 1920 * 100vw);color: #fff; width: 100%;z-index: 10}
.Floor003106 .main{position: absolute; bottom: 0; left: 0; width: 100%; z-index:20;}
.Floor003106 .main .slider li .icon{display: inline-block; margin-right:0; vertical-align: middle;}
.Floor003106 .txt-area{position: absolute; left: 0; top:40%; width: 100%; transform: translateY(-50%);z-index:10;}
.Floor003106 .bg-img .Ispic{ }
.Floor003106 .bg-img .Ispic::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); content: '';}
.Floor003106 .txt{ width:40%;}
.Floor003106 .Homemore .icon,
.Floor003106 .Homemore .icon:before{border-color:#fff; }
.Floor003106 .Homemore .t1{color: #fff;}
.Floor003106 .Homemore .t1:before{ background: #fff;}

}
@media (max-width:1024px) {
.Floor003106 {padding:50px 0 0;}
.Floor003106 .h-title{text-align: center}
.Floor003106 .main {position: absolute;bottom: 0;left: 0;z-index: 99;width: 100%;overflow: hidden;}
.Floor003106 .tit{font-size:.3rem;}
.Floor003106 .txt-area{position: absolute;left: 0;top: 20%;width: 100%;z-index:10;}
.Floor003106 .bg-img .Ispic::before {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.25);content: '';}
.Floor003106 .main .slider li .con{padding:10px 5px;border-radius: 10px 10px 0 0;}
.Floor003106 .main .slider li .name{font-size: 15px;}
.Floor003106 .main .slider li .icon img{max-height:30px;max-width:30px;}
.Floor003106 .main .slider li .icon{width:35px;height:35px;}
.Floor003106 .bg-img .Ispic{height:auto;padding-top:110%;}
.Floor003106 .slick-arrow{z-index: 100}
.Floor003106 .slick-prev{left:0%;}
.Floor003106 .slick-next{right:0%;}

}

.HomeNews{ padding: var(--padMar80) 0;position: relative;z-index: 2; overflow: hidden; background: #f9f9f9;  }
.HomeNews .TabNav {margin-bottom: 0.35rem;}
.HomeNews .TabNav li {border-radius: 0.5rem;border: 1px solid var(--hover-color);text-align: center;cursor: pointer;padding: 0.14rem 0.4rem;transition: all 0.5s;color: var(--hover-color);}
.HomeNews .TabNav li:not(:last-child) {margin-right: 0.12rem;}
.HomeNews .TabNav li:hover,
.HomeNews .TabNav li.on {background: var(--hover-color);color: #fff;border: 1px solid var(--hover-color);}
.HomeNews .list {position: relative;}
.HomeNews .list .TabCon{position: absolute;width:100%;left:0;top:0;opacity: 0;visibility: hidden;transition: all .5s;z-index:0;}
.HomeNews .list .TabCon.on{position: relative;opacity: 1;visibility: visible;z-index:99;}
.HomeNews .slider{margin: 0 -0.1rem;}
.HomeNews .list .item{margin: 0 0.1rem;background: #fff;transition: all 0.5s; border-radius: var(--radius); overflow: hidden;}
.HomeNews .item .imgbox{padding-top: 65%;}
.HomeNews .item .info{ padding: 0.24rem;}
.HomeNews .item .date{color: #666;font-weight: lighter;}
.HomeNews .item .tit{margin: 0.08rem 0 0.1rem;font-size: var(--font-size18); line-height: 1.6; height: 3.2em; font-weight: 500;}
.HomeNews .item .desc{color: #333; font-weight: lighter; line-height: 1.75;}


.HomeNews .slick-arrow{width: 0.55rem; height: 0.55rem;  border-radius: 0.5rem; z-index: 22;background-color: #fff;position: static;top: 50%; padding: 0;right: 0;font-size: 1em;text-indent: -9999em;transition: 0.5s; transform: translate(0, -50%);position: absolute;box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.1);}
.HomeNews .slick-arrow:before{position: absolute; content: ''; width: 20%; height: 20%;border-left: 2px solid var(--hover-color);border-top: 2px solid var(--hover-color); transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.HomeNews .slick-next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.HomeNews .slick-prev{left:-0.8rem;}
.HomeNews .slick-next{right:-0.8rem;}
.HomeNews .slick-arrow:hover {background-color: var(--hover-color);border-color: var(--hover-color);}
.HomeNews .slick-arrow:hover:before{ border-color: #fff;}

@media(max-width:1024px){
.HomeNews .slick-arrow{width:0.5rem;height:0.5rem;}
.HomeNews .slick-prev{left:0.1rem;}
.HomeNews .slick-next{right:0.1rem;}
}



.HomePartner{padding:var(--padMar80) 0;position: relative;z-index: 2; overflow: hidden; background: #fff;}
.HomePartner .info{font-size: var(--font-size18); color: #333; text-align: center;font-weight: lighter; line-height: 1.8; margin-bottom: 0.5rem;}
.HomePartner .info p{ margin: 0.08rem 0; }
.HomePartner .info p span{font-size: var(--font-size24);color: var(--hover-color); font-weight: 500;}
.HomePartner .list .str_wrap{overflow: inherit}
.HomePartner .list ul .str_move{display: flex}
.HomePartner .list{position: relative;z-index: 1;}
.HomePartner .list:before,
.HomePartner .list:after{position: absolute;content: '';top: 0;height: 150%;width: 20%;z-index: 10;pointer-events: none;}
.HomePartner .list:before{left: 0;background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.HomePartner .list:after{right: 0;background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);}
.HomePartner li {width: 2.4rem;padding: 0 0.1rem;}
.HomePartner li a {display: block;padding: 0.2rem 0;}
.HomePartner li .pic{display: flex;align-items: center; justify-content: center; height: 1.1rem; background-color:#fff;border-radius: 0.1rem;box-shadow:0.05rem 0 0.32rem rgba(var(--rgb-black),0.1);}
.HomePartner li .pic img{max-width: 72% !important;max-height: 72%;}
@media (max-width:640px) {
.HomePartner .number li{ width:auto; margin:0 2%;}
}

.HomeSlogan{position: relative;padding: var(--padMar150) 0;background-size:cover;background-repeat:no-repeat;background-position:bottom center;}
.HomeSlogan .txt{color: #fff; /* text-align: center; */display: flex;justify-content: space-between;align-items: center;}
.HomeSlogan .txt .desc{font-size: var(--font-size36); line-height: 1.8; font-weight: 500;}
.HomeSlogan .txt .vr_btn{}

.vr_btn{width: 0.8rem;height: 0.8rem;border-radius: 50%;position: relative;z-index: 8;cursor: pointer;display: flex;align-items: center;justify-content: center;background-color: var(--hover-color);}
.vr_btn:after{position: absolute; content: '';background-color: var(--hover-color); width: 1rem; height:1rem; left: 50%;top: 50%;margin: -0.5rem 0 0 -0.5rem; border-radius: 50%; animation: vr infinite 1s linear; z-index: -1;}
.vr_btn:before{display: block;content: '';width: 0.3rem; height: 0.3rem;background: url(../images/icon-vr.svg) no-repeat center center; background-size: 0.3rem auto;}
@keyframes vr {
    0%{transform: scale(1);opacity: 0.5;}
    100%{transform: scale(1.8);opacity: 0.1;}
}



/*Bottom002887 */
.Bottom002887{background:#f6f8fa;}
.Bottom002887,
.Bottom002887 a{color: #333;}
.Bottom002887 .auto{}

.Bottom002887 .copyright{padding: 0.2rem 0;border-top: 1px solid #e7e7e7;line-height: 1.8;color:#666;}
.Bottom002887 .copyright a{color:#666;}
.Bottom002887 .copyright a:hover{color:var(--hover-color);}
.Bottom002887 .copyright .fr{overflow: hidden;}

.Bottom002887 .copyright .fr span{position: absolute; left: 0; top: 0;}
.Bottom002887 .copyright .fr a{display: inline-block;}
.Bottom002887 .copyright .fr a:not(:last-child):after{margin: 0 0.2rem;content: ''; display: inline-block; width: 1px; height: 12px; vertical-align: middle;background: #e6e6e6;}

.Bottom002887 .b_link{margin-bottom: 0.26rem; line-height: 24px;}
.Bottom002887 .b_link .fr{position: relative; padding-left: 0.7rem;}
.Bottom002887 .b_link .fr span{position: absolute; left: 0; top: 0;}
.Bottom002887 .b_link .fr a{margin-left: 25px;display: inline-block;}
.Bottom002887 .b_link .fl a{display: inline-block;}
.Bottom002887 .b_link .fl a:not(:last-child):after{margin: 0 20px;content: ''; display: inline-block; width: 1px; height: 12px; vertical-align: middle;background: rgba(255,255,255,0.2);}

.Bottom002887 .code{max-width: 3rem; margin: 0 auto;}
.Bottom002887 .code .ewm li{float: left; width: 47%; text-align: center;}
.Bottom002887 .code .ewm li:nth-child(2n){float: right;}
.Bottom002887 .code .ewm li aside{color: #666; margin-top: 0.08rem;font-size:0.15rem;}
.Bottom002887 .code .ewm li img{border-radius: 6px; display: block; width: 100%;max-width: 1.2rem;}

.Bottom002887 .links{}
.Bottom002887 .links .box{margin-top:0.3rem;}
.Bottom002887 .links .select{position: relative; z-index: 50;}
.Bottom002887 .select ol{cursor: pointer;position: relative; z-index: 1;line-height: 45px;border: solid 1px #e7e7e7; padding: 0 40px 0 20px;}
.Bottom002887 .select ol:after{position: absolute; right:20px; content: ''; border: 5px solid transparent; border-top-color: #aaa; top: 50%;margin-top: -2px;}
.Bottom002887 .select ul{position: absolute; left: 0; bottom: 100%; width: 100%;background: #fff;box-shadow: 5px 10px 10px rgba(0,0,0,0.1);display: none;}
.search-show .Bottom002887 .select ul{display: block;}
.Bottom002887 .select li a{ padding: 10px 20px; line-height: 24px;display: block;transition: 0.3s;color:#666;}
.Bottom002887 .select li:hover a{background-color: #249d42;color: #fff;}

.Bottom002887 .b_nav{padding: var(--padMar60) 0 var(--padMar50) 0;}
.Bottom002887 .b_nav .tit{font-size: 0.18rem; font-weight: 500;}
.Bottom002887 .b_nav nav dd{line-height: 30px;}
.Bottom002887 .b_nav nav dd a{color: #666;font-size:0.15rem;}
.Bottom002887 .b_nav nav dd a:hover{color: var(--hover-color);}

.Bottom002887 .contact .logo{margin-bottom:0.2rem;}
.Bottom002887 .contact .logo img{ max-height: 0.58rem;}
.Bottom002887 .contact .call{font-size: 0.34rem;font-weight: bold;margin-top:0.1rem;color: var(--hover-color);}
.Bottom002887 .contact p{margin-top: 0.12rem;padding-left:0.27rem; opacity: 0.7;}
.Bottom002887 .contact p.tel{background:url(../images/Bottom-tel.svg) no-repeat left center/0.18rem;}
.Bottom002887 .contact p.email{background:url(../images/Bottom-email.svg) no-repeat left center/0.17rem;}
.Bottom002887 .contact p.addr{background:url(../images/Bottom-addr.svg) no-repeat left center/0.17rem;}

@media(min-width:641px){
.Bottom002887 .b_nav nav .item{float: left; max-width: 1.2rem;}
.Bottom002887 .b_nav .tit{padding-bottom: 0.2rem; }
.Bottom002887 .b_nav nav .item dl{display: block!important;}
}
@media(min-width:1025px){
.Bottom002887 .b_link > div{max-width: 48%;}
.Bottom002887 .code{width: 18%;}
.Bottom002887 .b_nav nav{width:50%;}
.Bottom002887 .contact{width: 29%;padding: 0 2% 0 0; }
.Bottom002887 .copyright .fr{position: relative; padding-left: 0.7rem;}
}
@media(max-width:1024px){
    .Bottom002887 .contact,
    .Bottom002887 .code .tit{}
    .Bottom002887 .contact{padding:0 0 0.2rem 0; text-align: center;}
    .Bottom002887 .b_nav nav{display: none}
    .Bottom002887 .copyright{text-align: center}
    .Bottom002887 .contact .logo{ display: table; margin: 0 auto 0.12rem;}
    .Bottom002887 .contact p{display: inline-block;}
    .Bottom002887 .b_nav .tit{padding: 0.2rem 0;text-align: center; }
    .Bottom002887 .code .ewm{display: flex;justify-content: center;}
    .Bottom002887 .code .ewm li{width: auto;margin: 0 2%;}
    .Bottom002887 .code .ewm li img{max-width: 1.4rem;}
    .Bottom002887 .select ol{text-align: center}
}
@media(max-width:640px){
.Bottom002887 .b_nav nav .item{margin: 0!important;border-bottom: 1px solid rgba(255,255,255,0.1);}
.Bottom002887 .b_nav nav .item dl{display: none; padding-bottom: 20px;}

.Bottom002887 .b_nav nav .tit{position: relative;z-index: 1;padding-right: 40px;}
.Bottom002887 .b_nav nav .tit i{position: absolute; right: 0; top: 50%; width: 20px; height: 20px; margin-top: -8px;transition: 0.3s;}
.Bottom002887 .b_nav nav .tit i.on{transform: rotate(45deg);}
.Bottom002887 .b_nav nav .tit i:before,
.Bottom002887 .b_nav nav .tit i:after{position: absolute; content: ''; left: 50%; top: 50%;transform: translate(-50%,-50%);background: #fff;}
.Bottom002887 .b_nav nav .tit i:before{width: 50%; height: 2px;}
.Bottom002887 .b_nav nav .tit i:after{width: 2px; height: 50%;}
.Bottom002887 .b_nav nav dd{padding: 5px 0;}

}




.FloatBox{position: fixed;z-index:888;right:0.2rem;top:50%;transform: translateY(-50%);/* background: url(../images/ip.png) no-repeat top center; background-size: 1.5rem auto; */}
.FloatBox .ipimg{position: absolute;z-index: -1;right: 50%;top: -36%;transform: translateX(50%);}
.FloatBox .ipimg img{ max-width: 0.65rem;}
.FloatBox li{margin-bottom:0.05rem;position: relative;}
.FloatBox li>a{width:0.55rem;height:0.55rem;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 0.5rem;background: #8ec31f;font-weight: lighter;color:#fff;font-size: var(--font-size14);}
.FloatBox li .icon{display: flex;align-items: center;justify-content: center;}
.FloatBox li .icon img{ max-width: 0.3rem;}
.FloatBox li:hover>a{background: #8ec31f;}
.FloatBox li .tcbox{min-height:100%;min-width:1.5rem;right:108%;border-radius: 0.05rem;background: #8ec31f;position: absolute;color:#fff;text-align: center;top:0%; padding:0.12rem;display: flex;align-items: center;flex-direction: column;white-space: nowrap;justify-content: center;display: none;}
.FloatBox li .tcbox p{ margin: 0; line-height: 1.5; }
.FloatBox li .tcbox p b{ font-size: var(--font-size20);}
.FloatBox li .tcbox img{ margin-bottom: 0.08rem;}
.FloatBox li:hover .tcbox{display: flex;}
.FloatBox li.gotop{opacity: 0;visibility: hidden;transition: all .5s;}
.FloatBox li.gotop a{background:#8ec31f;}
.FloatBox li.gotop .icon img{ max-width: 0.16rem;}
.FloatBox li.gotop.on{opacity: 1;visibility: visible;}
.FloatBox li a:hover{ }

@media(max-width:1024px){
    .FloatBox{top:80%;}
}


@media (min-width:1025px) {
.wap{display: none;}   
}
@media (max-width:1024px) {
.pc{display: none;}      
}



/*Floor003210 */
.Floor003210{position: relative;z-index: 1; overflow: hidden; padding:var(--padMar80) 0;}
.Floor003210 .swiper-wrapper{height: auto;}
.Floor003210 .autoCon-1600{position: relative;}
.Floor003210 .Homemore{position: absolute;right:0;top:0.04rem;}


.Floor003210 .inner{position: relative;z-index: 3; margin-top: 0rem; align-items: stretch;}
.Floor003210 .left{position: relative;}
.Floor003210 .item a{align-items: stretch;}
.Floor003210 .item{position: relative;padding-top:0.4rem; padding-bottom:0.4rem;padding-right:1.2rem; border-bottom:1px solid #e8e8e8;}
.Floor003210 .item:after{content:'';width:0.52rem;height: 0.52rem;border:1px solid #e8e8e8;border-radius: 50%;position: absolute;right:0;top:36%;}
.Floor003210 .item:before{position: absolute;content: '';width: 12px;height: 12px;border-right: 2px solid #249d42;border-top: 2px solid #249d42;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);top: 52%;right:0.21rem;margin: -11px 0 0 -10px;}
.Floor003210 .item:hover:after{background-color:#249d42;}
.Floor003210 .item:hover:before{position: absolute;border-right: 2px solid #fff;border-top: 2px solid #fff;z-index: 10}
.Floor003210 .item:last-child{margin-bottom:0;}
.Floor003210 .item .pic{width: calc(220 / 760 * 100%); flex-shrink: 0; overflow: hidden;}
.Floor003210 .item .Ispic{padding-bottom: 64%; border-radius: 0.05rem; transition: 0.3s;}
.Floor003210 .item a:hover .Ispic{transform: scale(1.15);}
.Floor003210 .item .txt{flex: 1; margin-right: 0rem; display: flex;justify-content: center; flex-direction: column; padding-right: 0rem;}
.Floor003210 .item time{color:#249d42;}
.Floor003210 .item .txt h2{font-size:0.22rem;font-weight: normal;margin:0.12rem 0;}
.Floor003210 .item .txt p{margin: 0rem 0 0 0;font-size: var(--font-size16);  line-height: 1.75;color:#666;}
.Floor003210 .item:hover .txt h2{color: var(--hover-color);}

.Floor003210 .swiper-img{position: relative;overflow: hidden; z-index: 2;}
.Floor003210 .swiper-img .pages{position: absolute; right: 0;height: 1.5rem;width: 1.5rem;display: flex;justify-content: flex-end; align-items: flex-end; bottom: 0rem;z-index: 10; left: auto; padding-bottom: 0.1rem; padding-right: 0.1rem;}
.Floor003210 .swiper-img .pages span{display: block;width: 0.16rem; height: 0.16rem; border: solid 2px transparent; position: relative;border-radius: 50%; transition: 0.3s; cursor: pointer;}
.Floor003210 .swiper-img .pages span + span{margin-left: 0.05rem;}
.Floor003210 .swiper-img .pages span:after{position: absolute; content: '';left: 50%;top: 50%;border-radius: 50%;width: 0.08rem; height: 0.08rem; transform: translate(-50%,-50%);opacity: 0.5; background-color: var(--white); transition: 0.3s;}
.Floor003210 .swiper-img .pages span.active{border-color: var(--white);}
.Floor003210 .swiper-img .pages span.active:after{opacity: 1;}
.Floor003210 .swiper-img .Ispic{padding-bottom: 64%;border-radius: 0.1rem}
.Floor003210 .swiper-txt{}
.Floor003210 .swiper-txt .txt{}
.Floor003210 .swiper-txt .txt time{display: flex;align-items: flex-end; line-height: 1; height: 0.45rem; color:#249d42;}
.Floor003210 .swiper-txt h4{margin: 0.12rem 0;font-size: 0.22rem; font-weight: normal; color:#333;}
.Floor003210 .swiper-txt .txt:hover h4{color: var(--hover-color);}
.Floor003210 .swiper-txt p{font-size: 0.16rem; color:#666;  line-height: 1.75; margin: 0;}
@media (min-width:1025px) {
    .Floor003210 .left{width: calc(600 / 1400 * 100%);float:left;}
    .Floor003210 .right{width: calc(720 / 1400 * 100%);float:right;}
}
@media (max-width:1024px) {
    .Floor003210{padding-bottom: 0.8rem;}
    .Floor003210 .left{padding-bottom: 0.3rem; margin-bottom: 0.5rem;}
    .Floor003210 .item .txt{margin-right: 0.2rem; padding-right: 0.1rem;}
    .Floor003210 .item time{font-size: var(--font-size18);}
    .Floor003210 .item .txt p{font-size: var(--font-size16);}
    .Floor003210 .item .pic{width: 45%;}
}


/*Floor002872 */
.Floor002872{position: relative; z-index: 10;}
/*slick Basic*/
.Floor002872 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Floor002872 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor002872 .slick-list:focus {outline: none}
.Floor002872 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor002872 .slick-slider .slick-track, 
.Floor002872 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Floor002872 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor002872 .slick-track:before, 
.Floor002872 .slick-track:after{display: table; content: '';}
.Floor002872 .slick-track:after{ clear: both;}
.Floor002872 .slick-loading .slick-track { visibility: hidden;}
.Floor002872 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor002872 .slick-slide .slick-loading img { display: none;}
.Floor002872 .slick-slide .dragging img { pointer-events: none;}
.Floor002872 .slick-initialized .slick-slide { display: block;}
.Floor002872 .slick-loading .slick-slide { visibility: hidden;}
.Floor002872 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor002872 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.Floor002872{padding-top:4vw;}
.Floor002872 .autoCon-1400{position: relative;}

.Floor002872 .inner{padding: 0px;}
.Floor002872 .fr{}  
.Floor002872 .slider-tab{margin-bottom: 0.18rem;}
.Floor002872 .slider-tab li{line-height: 50px; background: #dedede;text-align: center;font-size: 20px;font-weight: bold; cursor: pointer;}
.Floor002872 .slider-tab li.slick-current{color: #fff;background: #ff0000;}
.Floor002872 .slider-for li{ position: relative; padding:0.38rem 0.4rem 0.38rem 0; background:#fff; margin-bottom:0.15rem; border-radius: 0.1rem; transition: all .3s; cursor: pointer;}
.Floor002872 .slider-for li:last-child{margin-bottom:0;}
.Floor002872 .slider-for li:after{content:'';width:0.32rem;height: 0.32rem; border-radius: 50%; border:2px solid var(--hover-color); background:#fff url(../images/more.svg) no-repeat center center;background-size: 0.13rem auto;position: absolute;right:0.32rem;top:50%;transform: translateY(-50%);opacity: 0; transition-duration: .6s;}
.Floor002872 .slider-for li:hover:after{opacity: 1;right:0.15rem;}
.Floor002872 .slider-for li time{ position: absolute; left: 0.15rem; width: 0.7rem; top: 50%; transform: translateY(-50%); color: var(--hover-color); font-size: 0.16rem; text-align: center; line-height: 1;  }
.Floor002872 .slider-for li time span{ color: var(--hover-color); font-size: 0.36rem; display: block;font-weight:bold;margin-bottom:0.05rem;}
.Floor002872 .slider-for li .text{ padding-left: 1.1rem;}
.Floor002872 .slider-for li .text h3{position: relative; margin:0;margin-bottom:0rem; font-weight: normal; font-size: 0.18rem; padding-right: .3rem;}
.Floor002872 .slider-for li .text h3:after{content:'';width:0.32rem;height: 0.32rem; background:url(../images/more.svg) no-repeat center center;background-size: 0.13rem auto;position: absolute;right:-0.28rem;top:50%;transform: translateY(-50%);transition-duration: .6s;}
.Floor002872 .slider-for li .text h3 a{ color: #333;}
.Floor002872 .slider-for li:hover .text h3 a{color:var(--hover-color);}
.Floor002872 .slider-for li .text .con{ color: #999; font-size: 0.16rem; margin: 0;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}


.Floor002872 .slider-for li a{position: relative;padding-left: 0.13rem;}
.Floor002872 .slider-for li a:before{position: absolute;content: '';left: 0;top: .135rem;height: 0.06rem;width: 0.06rem;background-color: var(--hover-color); border-radius: var(--radius); margin-top: -0.03rem;}
.Floor002872 .fl .slider li a{display: block; position: relative;border-radius: 0.1rem;overflow: hidden;}
.Floor002872 .fl .slider li aside.dot{position: absolute; left: 0; width: 100%;line-height: 70px; padding: 0 30% 0 20px;color: #fff;font-size: 0.18rem;background-image: linear-gradient(transparent,rgba(0,0,0,0.8)); z-index: 10;bottom: 0; transform: translateY(50px); opacity: 0; transition: 0.3s 0.3s;}
.Floor002872 .fl .slider li.slick-current aside.dot{opacity: 1;transform: translateY(0);}
.Floor002872 .fl .slick-dots{position: absolute; right: 20px;bottom: 0.3rem; z-index: 10;}
.Floor002872 .fl .slick-dots li{width: 10px; height: 10px; cursor: pointer;border-radius: 10px;transition: 0.3s; background: #fff;float: left;margin-left: 10px;}
.Floor002872 .fl .slick-dots li button{display: none;}
.Floor002872 .fl .slick-dots li.slick-active{background: var(--hover-color); width: 20px;}
@media(min-width:1025px){
    .Floor002872 .Homemore{position: absolute;right:0;top:0.04rem;}
.Floor002872 .inner{ display: flex; justify-content: space-between;}
#news.active .Floor002872 .inner{animation:fadeInUpSmall 0.8s .5s ease both;-webkit-animation:fadeInUpSmall 0.8s .5s ease both;-moz-animation:fadeInUpSmall 0.8s .5s ease both;}
.Floor002872 .slick-slider,
.Floor002872 .slick-list,
.Floor002872 .slick-track,
.Floor002872 .slick-slide,
.Floor002872 .fl .slider li a{ height: 100%;}
.Floor002872 .fl .slider li .Ispic{ padding-bottom: 0; height: 100%;}
.Floor002872 .fl{width: 45%;}
.Floor002872 .fr{width: 52%;}
.Floor002872 .fl .slider li .Ispic{padding-bottom:5.2rem;}
.Floor002872 .slider-for li{ padding-top: .2rem; padding-bottom: .2rem;}
.Floor002872 .slider-for li .text h3{ height: .52rem; display: flex; align-items: center;}
}
@media(max-width:1024px){
    .Floor002872{padding:50px 0;}
	.Floor002872 .Hometitle{text-align: center}
	.Floor002872 .Hometitle .cn:after{margin:0.15rem auto 0;}
    .Floor002872 .Homemore{ display: none; margin: 0 auto; margin-bottom: 0.2rem;}
    .Floor002872 .fl .slider li .Ispic{padding-bottom: 55%;}
    .Floor002872 .fr{padding-top: 20px;} 
    .Floor002872 .slider-for li{padding: 0.2rem 0.4rem 0.2rem 0}
    .Floor002872 .slider-for li .text h3{line-height: 1.5}
}

/*RighInfo003137 */
.RighInfo003137{padding:5vw 0 3vw;}
.RighInfo003137 .autoCon-1400{position: relative;z-index: 1;}
.RighInfo003137 .topcon{margin-bottom:4vw;position: relative;}
.RighInfo003137 .topcon .txt{position: absolute;width:100%;top:20%;text-align: center;color:#333;z-index: 10;padding: 0 1rem}
.RighInfo003137 .topcon .txt h2{font-size:var(--font-size26);font-weight: bold;margin:0 0 0.2rem;}
.RighInfo003137 .topcon .txt h2:after{content:'';width:0.3rem;height: 3px;background:var(--hover-color);margin:0.15rem auto 0;display: block;}
.RighInfo003137 .topcon .txt p{font-size:var(--font-size20);margin:0; line-height: 1.8;}
.RighInfo003137 .topcon .Ispic{padding-bottom:25%;border-radius: 0.15rem}
.RighInfo003137 ul{display: flex;flex-wrap: wrap;}
.RighInfo003137 ul li{text-align: center;box-shadow: 0 0.1em 1.5em rgba(0, 0, 0, 0.08);border-radius: 0.15rem}
.RighInfo003137 ul li .inner{margin: 0 auto; width: 75.685%;}
.RighInfo003137 ul li .name .cn{ font-size: var(--font-size24);color: #333;line-height: 1.5;font-weight: bold;}
.RighInfo003137 ul li .name .en{ font-size: 0.875em;color: #999999;line-height: 2.1428;}
.RighInfo003137 ul li .icon{padding: 2em 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 2em;}
.RighInfo003137 ul li .icon img{ height: 4.25em;}
.RighInfo003137 ul .tip{font-size:var(--font-size18);color: #333;line-height: 1.8;}
@media (min-width:1025px) {
    .RighInfo003137 ul li{width: 30.66%; margin-right:4%; margin-bottom:4%; padding-top:3em; padding-bottom: 3em;}
    .RighInfo003137 ul li:nth-child(3n){margin-right:0;}
}
@media (max-width:1024px) {
    .RighInfo003137{padding:50px 0;}
    .RighInfo003137 .topcon .Ispic{padding-bottom:300px;}
    .RighInfo003137 ul li{padding: 2em 0;width: 100%;margin-bottom: 10px}
}
@media (max-width:640px) {
  .RighInfo003137{padding:.4rem 0;}
}

.partybuilding{padding:5vw 0 7vw;}
.partybuilding .text{padding-top:0%; color:#fff;width:55%;}
.partybuilding p{line-height: 2}
.partybuilding h3{font-size:0.22rem;margin:0.18rem 0;}
.partybuilding dl dd{display: inline-block;margin-right:0.1rem;border:1px solid rgba(255,255,255,0.3);padding:0.1rem 0.2rem;}

@media(max-width:1024px){
    .partybuilding{padding:50px 0 2rem 0;}
    .partybuilding .text{width:100%;}
    .partybuilding dl dd{margin-bottom: .12rem}
}

/*PicList003142 */
.PicList003142{padding:5vw 0 0;}
.PicList003142 .auto{}
.PicList003142 li{float: left;  margin-bottom: 3.5%;}
.PicList003142 li .txt{box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);padding: 1.5em;border-radius: 0 0 0.1rem 0.1rem}
.PicList003142 li .tit{ font-size: var(--font-size18);line-height: 1.5; min-height: 3em;margin-bottom:0.1rem;font-weight: bold;}
.PicList003142 li p{font-size: 0.875em; line-height: 1.78571; min-height: 3.57142em;color: #999999;}
.PicList003142 li .pic{overflow: hidden;border-radius: 0.1rem 0.1rem 0 0}
.PicList003142 li .Ispic{padding-bottom: 64%;transition: 0.3s;}
.PicList003142 li a:hover .Ispic{transform: scale(1.1);}
.PicList003142 li a:hover{color:var(--hover-color);}
.PicList003142 li time{color: #999999;display: block;background: url(../images/PicList003142-icon.svg) no-repeat right center;}
.PicList003142 li a:hover time{background-image: url(../images/PicList003142-icon-red.svg);}
@media (min-width:1025px) {
    .PicList003142 li{width: 31%;}
    .PicList003142 li:not(:nth-child(3n)){margin-right: 3.5%;}
    .PicList003142 li:nth-child(3n+1){clear: left;}    
}
@media (max-width:1024px) {
    .PicList003142{padding:50px 0 0;}
    .PicList003142 li{width: 48%;}
    .PicList003142 li:not(:nth-child(2n)){margin-right: 4%;}
    .PicList003142 li:nth-child(2n+1){clear: left;} 
    .PicList003142 li .txt{padding: 1em;}
}

/*PicList003143 */
.PicList003143{padding:5vw 0 0;}
.PicList003143 .auto{}
.PicList003143 li{float: left;  margin-bottom: 3.5%;}
.PicList003143 li .txt{box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);padding: 1.5em;border-radius: 0 0 0.1rem 0.1rem}
.PicList003143 li .tit{ font-size: var(--font-size18);line-height: 1.5; font-weight: bold; min-height: 3em;margin-bottom:0rem;}
.PicList003143 li p{font-size:0.16rem; line-height: 1.7; min-height: 3.57142em;color: #999999;}
.PicList003143 li .pic{overflow: hidden;border-radius: 0.1rem 0.1rem 0 0}
.PicList003143 li .Ispic{padding-bottom: 64%;transition: 0.3s;}
.PicList003143 li a:hover .Ispic{transform: scale(1.1);}
.PicList003143 li a:hover{color:var(--hover-color);}
.PicList003143 li time{color: #999999;display: block;background: url(../images/PicList003142-icon.svg) no-repeat right center;}
.PicList003143 li a:hover time{background-image: url(../images/PicList003142-icon-red.svg);}
@media (min-width:1025px) {
.PicList003143 li{width: 31%;}
.PicList003143 li:not(:nth-child(3n)){margin-right: 3.5%;}
.PicList003143 li:nth-child(3n+1){clear: left;}    
}
@media (max-width:1024px) {
.PicList003143 .auto{margin-top: 2em;}   
.PicList003143 li{width: 48%;}
.PicList003143 li:not(:nth-child(2n)){margin-right: 4%;}
.PicList003143 li:nth-child(2n+1){clear: left;} 
.PicList003143 li .txt{padding: 1em;}
}

/*PicList003144 */
.PicList003144{padding:0 0 0;}
.PicList003144 .auto{}
.PicList003144 li{float: left; margin: 0 16px;padding-bottom:3vw; }
.PicList003144 li .txt{box-shadow: 0px 0.1em 1em rgba(0, 0, 0, 0.05);padding: 1.5em;border-radius: 0 0 0.1rem 0.1rem}
.PicList003144 li .tit{ font-size: var(--font-size18);line-height: 1.5; min-height: 3em;margin-bottom:0.1rem;font-weight: bold;}
.PicList003144 li p{font-size: 0.875em; line-height: 1.78571; min-height: 3.57142em;color: #999999;}
.PicList003144 li .pic{overflow: hidden;border-radius: 0.1rem 0.1rem 0 0}
.PicList003144 li .Ispic{padding-bottom: 64%;transition: 0.3s;}
.PicList003144 li a:hover .Ispic{transform: scale(1.1);}
.PicList003144 li a:hover{color:var(--hover-color);}
.PicList003144 li time{color: #999999;display: block;background: url(../images/PicList003142-icon.svg) no-repeat right center;}
.PicList003144 li a:hover time{background-image: url(../images/PicList003142-icon-red.svg);}

@media (max-width:1024px) {
    .PicList003144 li .txt{padding: 1em;}
}

/* .PicList003144 .slick-arrow{ position:absolute; width:0.28rem; height:0.28rem; top:42%; margin-top:-15px; overflow:hidden;font-size: 0; cursor: pointer;z-index:10; border: 0;background: none;padding: 0; border-top: 2px solid var(--hover-color);border-left: 2px solid var(--hover-color);transform:rotate(-45deg);} */
.PicList003144 .slick-arrow{  position: absolute; right: 0; top:42%; margin-top:-15px;  width:.45rem; height: .45rem; border-radius: 100%; background:rgba(255,255,255,0.6) url("../images/more.svg") no-repeat center center; background-size: 0.14rem auto; z-index: 3;}

.PicList003144 .slick-prev{ left: .2rem; transform:rotate(180deg); }
.PicList003144 .slick-next{right: .16rem;}
@media(min-width:1025px){
.PicList003144 .slider{margin: 0 -16px;}
}
@media(max-width:1024px){
/* .PicList003144 .slick-prev{ left:0;}
.PicList003144 .slick-next{ right:0;} */
}
@media(max-width:640px){
    .PicList003144 .slick-arrow{ width: .3rem; height: .3rem;}
}

/*Page002623 */
.Page002623{padding: 2vw 0 4vw 0; text-align: center;font-size: 18px;}
.Page002623 .Pages{display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages .p_cur,
.Page002623 .Pages .p_count,
.Page002623 .Pages .p_total{display: none;}
.Page002623 .Pages em{margin: 0 0.5vw; font-style: normal;display:flex;}
.Page002623 .Pages .p_page{display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.Page002623 .Pages a{ margin: 0 5px; padding: 0px 5px}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color:var(--hover-color);}
.Page002623 .Pages .p_page > a{font-size: 0;line-height: 40px; width: 40px; height: 40px;position: relative;}
.Page002623 .Pages .p_page > a:before{position: absolute; content: '';border:5px solid transparent; left: 50%; top: 50%; margin: -5px 0 0 -10px;}
.Page002623 .Pages .p_page a.a_prev:before{border-right-color: var(--hover-color);border-right-width: 8px;}
.Page002623 .Pages .p_page a.a_next:before{border-left-color: var(--hover-color);border-left-width: 8px; margin-left: -4px;}
.Page002623 .Pages a.a_prev:hover:before{border-right-color: #fff;}
.Page002623 .Pages a.a_next:hover:before{border-left-color: #fff;}
.Page002623 .Pages a.a_prev:hover,
.Page002623 .Pages a.a_next:hover{background:var(--hover-color);}
.Page002623 .Pages .p_jump{padding-left: 20px;}
.Page002623 .Pages .p_jump b{display: none}
.Page002623 .Pages .p_jump .i_text{width: 50px;height:30px; border: solid 1px #ddd; background: #fff; text-align: center}
.Page002623 .Pages .p_jump .i_button{cursor: pointer;width:40px; height: 30px;border: none;margin-left: 5px;    background: #249d42;
    color: #fff;}
.Page002623 .Pages .p_jump .i_button:hover{color: #fff; background: var(--hover-color);}
@media(max-width:640px){
.Page002623{padding: 6vw 0 8vw 0;}
}



/*Form002219*/
.Form002219{padding:5vw 0 5vw;}
.Form002219 .autoCon-1400{background:#f6f8fa;background:url(../images/Form002219-bg.jpg) no-repeat center/cover; padding:4%;border-radius: 0.1rem;}
.Form002219 .topcon{color:#333;margin-bottom:3%;}
.Form002219 dl{ width:33.3%; float:left; padding-left:1.3rem; min-height:40px; position:relative; margin-bottom:15px; }
.Form002219 dl.odd{ margin-left:0%;}
.Form002219 dt{ color:#333;position:absolute; left:0; width:1.2rem; text-align:right; line-height:40px;}
.Form002219 dt span{display: block;text-align: center;color:#999;line-height: 1;margin-top:-2px;font-size:0.15rem;}
.Form002219 .text{ border:none; border-radius:10px; width:100%; padding:0 10px; line-height:46px;height:46px; color:#333;font-size:0.16rem;}
.Form002219 .file{ line-height:42px;height:42px;}
.Form002219 .file::file-selector-button{ background-color: var(--hover-color);  color: #fff;  border: none;  border-radius: 6px;  padding: 10px 20px;  cursor: pointer;}
.Form002219 select{border:none; border-radius:10px; width:100%; padding:0 10px; line-height:46px;height:46px; color:#333;font-size:0.16rem;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea.text{border:none; border-radius:10px;overflow:hidden; resize:none; width:100%; height:180px; padding:10px; color:#333;}
.Form002219 .btn{ display:inline-block; line-height:44px; min-width:150px; background-color:#f3f3f3; color:#728391; font-size:16px; border:none; border-radius:0.08rem; cursor:pointer;}
.Form002219 .ct{text-align: center}
.Form002219 .btn{ color:#fff; background-color:var(--hover-color);} 

.queueList {border: 0!important;margin: 0!important;color: #fff!important;}
.placeholder {min-height: auto!important;padding-top: 0!important;text-align: left!important;font-size: 14px!important;}    
.placeholder .webuploader-pick{background-color: var(--hover-color)!important;font-size: 14px!important}

@media(max-width:1024px){
    .Form002219{padding:.4rem 0}
    .Form002219 dl{ float:none; width:100%; margin-left:0 !important;}  
    .Form002219 textarea{ height:250px;}
}
@media(max-width:480px){
    .Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}  
}
/*Form002219 End*/
/*PicList000687 */

.PicList000687{padding: 5vw 0 4vw;overflow: hidden;background:#f6f8fa;}
.PicList000687 .auto{}


.PicList000687 .tit{font-size: var(--font-size28);color: #333;font-weight: bold;margin-top:0;}
.PicList000687 time{}
.PicList000687 p{line-height: 2;color: #7d7d7d;margin-bottom: 2.5vw; font-size: 0.16rem;}
@media(max-width:1024px){
    
}
.PicList000687 .news-top{}
.PicList000687 .news-top .pic{}
.PicList000687 .news-top .pic img{border-radius: 0.1rem 0 0 0.1rem}
.PicList000687 .news-top .info{background:#fff;border-radius: 0 0.1rem 0.1rem 0}
.PicList000687 .news-top .toptit{position: relative;padding-left:1rem;}
.PicList000687 .news-top time{background:#f7f7f7; display: block; position: absolute;left:0;top:0; color: var(--hover-color);font-size: var(--font-size16);text-align: center;padding:0.04rem 0.1rem 0.08rem;border-radius: 0.05rem}
.PicList000687 .news-top time span{display: block;font-size: 0.32rem;font-weight: bold;}
.PicList000687 .news-top .slick-dots{ text-align: center;padding-top: 1.2vw;}
.PicList000687 .news-top .slick-dots li{display: inline-block; width: 0.11rem; height:0.11rem; border-radius: 50%; margin: 0 0.08rem;background-color: #e1e1e1;}
.PicList000687 .news-top .slick-dots li button{display: none;}
.PicList000687 .news-top .slick-dots li.slick-active{background:var(--hover-color);}
.PicList000687 .news-top .video_top .toptit{ padding-left: 0;}
.PicList000687 .news-top .video_top .pic{ position: relative;}
.PicList000687 .news-top .video_top .pic::before,
.PicList000687 .news-top .video_top .pic a::before,
.PicList000687 .news-top .video_top .pic a::after{ content: ''; position: absolute; left: 50%; top: 50%;}
.PicList000687 .news-top .video_top .pic::before{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); left: 0; top: 0;}
.PicList000687 .news-top .video_top .pic a::before{  width: 70px; height: 70px; border: 3px solid rgba(255, 255, 255, 1); margin-left: -35px; margin-top: -35px; border-radius: 50%;}
.PicList000687 .news-top .video_top .pic a::after{width: 0;  height: 0;  border-top: 13px solid transparent;  border-bottom: 13px solid transparent; border-left: 16px solid rgba(255, 255, 255, 1);   margin-left: -4px;  margin-top: -12px;}
@media(min-width:769px){
    .PicList000687 .news-top .pic{width: 50%;}
    .PicList000687 .news-top .info .main{padding-left: 4vw;padding-right:4vw;}
}
@media(min-width:1025px) and (max-width:1024px){
    .PicList000687 .news-top .pic{width: 45%;}
}
@media(max-width:768px){
    .PicList000687{padding:50px 0;}
    .PicList000687 .tit{font-size:4vw;}
    .PicList000687 p{font-size:3.5vw;}
    .PicList000687 .news-top .ytable-cell,
    .PicList000687 .news-top .ytable{display: block;}
    .PicList000687 .news-top .info{padding: 5vw;}
    .PicList000687 .news-top time{font-size: 3.6vw;}
    .PicList000687 .news-top .toptit{margin-bottom: 20px;display: flex;justify-content: space-between;padding-left: 0}
    .PicList000687 .news-top time{position: relative;margin-right: 20px}
}


.Staffstyle{padding:5vw 0 0;}
.Staffstyle .autoCon-1400{padding:4%;position: relative}
.Staffstyle p{color:#333;line-height: 2;margin:0;}
.Staffstyle .text{width:50%;float:right;position: relative;z-index: 10}
.Staffstyle .text dl dd{width:30%;float:left;text-align: center;margin-top:5%;}
.Staffstyle .text dl dd p{margin-top:0.1rem;}
.Staffstyle .pic{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;}
.Staffstyle .pic img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;object-fit: cover;}

@media(max-width:1024px){
    .Staffstyle{padding:.4rem 0}
    .Staffstyle .autoCon-1400{padding:0}
    .Staffstyle .text{width:100%;float:none;padding: 0.4rem 0.2rem}
    /* .Staffstyle .pic{position: relative;}
    .Staffstyle .pic img{position: relative;} */
}
@media(max-width:640px){
  .Staffstyle .pic img{object-position: bottom;}
  .Staffstyle .text{padding: 0.4rem 0.2rem 3rem .2rem}
}



/*PicList002735 */
.PicList002735{padding:5vw 0 0;}
.PicList002735 li{ margin-bottom: 3%; margin-top: 0;float: left;}
.PicList002735 li a{display: block;background: #f6f8fa;  transition: 0.3s;border-radius: 0.1rem}
.PicList002735 li .Ispic{ background-size: contain;background-color: #fff;  padding-bottom: 64%;border-radius: 0.1rem 0.1rem 0 0}
.PicList002735 li .txt{padding: .25rem;}
.PicList002735 li .txt h3{font-size:.18rem; color: #333;margin-top:0;margin-bottom:0.12rem; height:.5rem;line-height:1.5;}
.PicList002735 li .txt p{line-height: .28rem;color: #999; margin:0;}

@media(min-width:1025px){
    .PicList002735 li{width: 31%; }
    .PicList002735 li:not(:nth-child(3n)){margin-right: 3.5%;}
}
@media(max-width:1024px){
    .PicList002735 li{width: 48%; }
    .PicList002735 li:not(:nth-child(2n)){margin-right: 4%;}
    .PicList002735 li .txt{padding: .15rem;}
}

/*PicList002736 */
.PicList002736{padding:5vw 0 0;}
.PicList002736 li{ margin-bottom: 3%; margin-top: 0;position: relative;}
.PicList002736 li a{display: block;background: #f6f8fa; border:3px solid #f6f8fa; transition: 0.3s;border-radius: 0.1rem; position: relative;}
.PicList002736 li .Ispic{ background-size: contain;background-color: #fff;  padding-bottom: 64%;border-radius: 0.1rem 0.1rem 0 0}
.PicList002736 li .txt{padding: 25px;}
.PicList002736 li .txt h3{font-size: 18px; color: #333;margin-top:0;margin-bottom:0rem;text-align: center}
.PicList002736 li .txt p{line-height: 28px;color: #999; margin:0;}
.PicList002736 li:hover a{background:var(--hover-color);border-color:var(--hover-color);}
.PicList002736 li:hover .txt h3{color:#fff;}

.PicList002736 li .hover{ opacity:0; position:absolute; left:0; top:0; right:0; bottom:0; text-align:center; background:rgba(0, 0, 0,0.5); z-index:10; transition:0.3s; color:#fff; border-radius: 0.1rem;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.PicList002736 li:hover{ border-color:var(--hover-color);}
.PicList002736 li:hover a .hover{ opacity:1;}
.PicList002736 li .hover .code{ margin-bottom: 0.12rem;}
.PicList002736 li .hover .code img{max-width: 1.4rem; background-color: #fff; padding: 0.05rem; border-radius: 0.05rem;}
.PicList002736 li .hover .wenzi{ font-size: 0.16rem; line-height: 1.6; }

@media(min-width:1025px){
    .PicList002736 li{width: 31%;float: left}
    .PicList002736 li:not(:nth-child(3n)){margin-right: 3.5%;}
}

@media(max-width:1024px){
    .PicList002736{padding:50px 0 20px;}
	.PicList002736 li .hover .code img{max-width: 1.2rem; }

}
@media(max-width:640px){
    .PicList002736 li .txt{padding:10px;}
    .PicList002736 ul{display: flex;flex-wrap: wrap; /* 允许换行 */gap:.2rem; /* 列表项之间的间距 */padding: 0;margin: 0;list-style: none;}
    .PicList002736 ul li {flex: 0 0 calc(50% - 0.1rem); /* 计算宽度，减去一半的间距 */max-width: calc(50% - 0.1rem);box-sizing: border-box; /* 确保padding和border不影响宽度计算 */}
    .PicList002736 li .txt h3{font-size:14px;font-weight:normal;}
    .PicList002736{padding:.2rem 0 0 0;}
	.PicList002736 li .hover .code img{max-width: 1rem; }

}



/*RighInfo002973 */
.RighInfo002973{ padding:5vw 0; color: #333;}


.RighInfo002973 .news-details .title{text-align: left;border-bottom:1px solid #e8e8e8;padding-bottom:0.05rem;}
.RighInfo002973 .news-details .title h1{font-size: 0.28rem;font-weight: normal; margin: 0 0 .3rem 0; text-align: center;}
.RighInfo002973 .news-details .title aside{text-align: center}
.RighInfo002973 .news-details .title aside span{display: inline-block; vertical-align: middle; margin: 0 .12rem 5px; line-height: 16px;color:#999;font-size: .14rem;}
.RighInfo002973 .news-details .title .bshare-custom{display: inline-block;}
.RighInfo002973 .news-details .pic{text-align: center;margin:0.15rem 0;}
.RighInfo002973 .news-details .pic img{max-width:640px;width: 100%}
.RighInfo002973 .news-details .pic span{display: block;color:#666;margin-top:0.1rem;}

.RighInfo002973 .news_serchBox{background:#f6f6f6;padding:0.36rem;}
.RighInfo002973 .news_serchBox .box{margin-bottom:0.25rem;}
.RighInfo002973 .news_serchBox .box .title{margin-bottom:0.3rem;}
.RighInfo002973 .news_serchBox .box2{margin-bottom:1vw;}
.RighInfo002973 .news_serchBox .box2 .title{margin-bottom:0.2rem;}
.RighInfo002973 .news_serchBox .box .cn{font-size:0.22rem;font-weight: bold;color:#333;}
.RighInfo002973 .news_serchBox .box .en{font-size:0.16rem;color:#999;margin-top:0.02rem;}
.RighInfo002973 .news_serchBox .box .date{position: relative;margin-bottom:0.15rem;background: #fff;border-radius: 6px;}
.RighInfo002973 .news_serchBox .box .date label{position: absolute;width:50%;left: 0;top: 0;padding-left: .12rem;font-size: 0.16rem;line-height: 0.58rem;background:#fff;color: #666;z-index: 3;}
.RighInfo002973 .news_serchBox .box .date input[type='month']{position: relative;}
.RighInfo002973 .news_serchBox .box .date input[type='month']::-webkit-calendar-picker-indicator {position: absolute;left: 0;top:0;width:100%;height: 100%;background-position: center right 15px; background-size:0px;}
.RighInfo002973 .news_serchBox .box .layui-inline{position: relative}
.RighInfo002973 .news_serchBox .box .layui-inline,
.RighInfo002973 .news_serchBox .box .layui-input-inline{display: block;}
.RighInfo002973 .news_serchBox .box input.text{width:100%;font-family: 'hm';border:none;line-height: 0.58rem;height: 0.58rem;font-size:0.16rem;color:#666;padding:0 0.12rem;border-radius: 0.03rem;z-index: 2;background: none;}
.RighInfo002973 .news_serchBox .box .layui-input{width:100%;font-family: 'hm';border:none;line-height: 0.58rem;height: 0.58rem;font-size:0.16rem;color:#666;padding:0 0.12rem;border-radius: 0.03rem;z-index: 2;}
.RighInfo002973 .news_serchBox .box select{width:100%;font-family: 'hm';border:none;line-height: 0.58rem;height: 0.58rem;font-size:0.16rem;color:#666;padding:0 0.12rem;border-radius: 0.03rem;z-index: 2;/*很关键：将默认的select选择框样式清除*/appearance: none;-moz-appearance: none;-webkit-appearance: none;/*在选择框的最右侧中间显示小箭头图片*/background: #fff url(../images/date-black.svg) no-repeat center right .1rem /0.2rem;}
.RighInfo002973 .news_serchBox .box .layui-input-inline::before{content: ''; position: absolute;right: 0;top: 0;height: 100%;width: 2.625em;color: #fff;background:url(../images/date-black.svg) no-repeat center/0.2rem;border: 0;z-index: 2;}
.RighInfo002973 .news_serchBox .box .date .icon{position: absolute;right: 0;top: 0;height: 100%;width: 2.625em;color: #fff;background:url(../images/date-black.svg) no-repeat center/0.2rem;border: 0;z-index: 2;}
.RighInfo002973 .news_serchBox .box .search{position: relative;background: #fff;border-radius: 6px;margin-top: .15rem}
.RighInfo002973 .news_serchBox .box .search .btn{position: absolute; right: 0; top: 0; height: 100%; width: 3em;color: #fff; background:url(../images/search-black.svg) no-repeat center/0.2rem; cursor: pointer; border: 0;text-transform: uppercase;}

.RighInfo002973 .news_serchBox .box .share ul{padding-bottom:1.3rem;}
.RighInfo002973 .news_serchBox .box .share ul:nth-child(1){margin-bottom: .2rem;}
.RighInfo002973 .news_serchBox .box .share li{float: left;position: relative;}
.RighInfo002973 .news_serchBox .box .share li figure{position: absolute;left: 0;top: 110%;width: 110px;padding: 4px;background: #fff;margin-top: 8px;border-radius: 6px;display: none;}
.RighInfo002973 .news_serchBox .box .share li.active figure{}
.RighInfo002973 .news_serchBox .box .share li figure img{display: block;width: 100%;}
.RighInfo002973 .news_serchBox .box .share li figure:before{position: absolute; content: '';border:5px solid transparent; left: 12px; bottom: 100%;border-bottom-color: #fff;}
.RighInfo002973 .news_serchBox .box .share li:not(:last-child){padding-right: 20px;}
.RighInfo002973 .news_serchBox .box .share li a{display: block;width: 34px; height: 34px;background-position: center center;background-repeat: no-repeat;border-radius: 50%; cursor: pointer;}
.RighInfo002973 .news_serchBox .box .share li a.a_wx{}
.RighInfo002973 .news_serchBox .box .share li a.a_wb{}
.RighInfo002973 .news_serchBox .box .share li a.a_tt{}
.RighInfo002973 .news_serchBox .box .share li a:hover{margin-top:0;}
@media(min-width:1025px){
    .RighInfo002973 .news-details{width:70%;float:left;padding-right: 4%;border-right:solid 1px #f6f6f6}
    .RighInfo002973 .news_serchBox{width:30%;float:right;}
}
@media(max-width:1024px){
    .RighInfo002973{padding: 50px 0}
    .RighInfo002973 .news-details img{width: 100%!important;height: auto!important}
    .RighInfo002973 .news_serchBox{margin-top: 30px;padding: 20px}
}
@media(max-width:640px){
    .RighInfo002973 .news-details .title h1{font-size:.24rem;}
    .RighInfo002973{padding:.3rem 0}
}
.RighInfo002973 .bshare-custom a{background-position: center center; margin: 0 0 0 14px;}
.RighInfo002973 .bshare-custom a.bshare-weixin{background-image: url("../images/RighInfo002973_share_wx.png");}
.RighInfo002973 .bshare-custom a.bshare-sinaminiblog{background-image: url("../images/RighInfo002973_share_sina.png");}
.RighInfo002973 .bshare-custom a.bshare-qzone{background-image: url("../images/RighInfo002973_share_qz.png");}
.RighInfo002973 .news-details .edit-info{line-height: 1.875em;padding: 2% 0; margin-bottom: 2%; font-size: 0.16rem;}

.RighInfo002973 .pn-page{border-top: solid 1px #e7e7e7;padding-top: .5rem;margin-top: .2rem}
.RighInfo002973 .pn-page dd a{color: #666;font-size: .14rem}
.RighInfo002973 .pn-page dd a b{color: #666;font-weight: normal;}
.RighInfo002973 .operating a:hover,
.RighInfo002973 .pn-page dd a:hover{color: var(--hover-color);}
.RighInfo002973 .operating{overflow: hidden;line-height: 24px;}
.RighInfo002973 .operating a{padding-left: 25px;background-repeat: no-repeat;background-position: left center;}
.RighInfo002973 .operating a:not(:last-child){margin-right: 45px;}
.RighInfo002973 .operating a.a-print{background-image: url("../images/RighInfo002973_print.png");}
.RighInfo002973 .operating a.a-close{background-image: url("../images/RighInfo002973_close.png");}
@media(min-width:1025px){
    .RighInfo002973 .pn-page{min-height: 24px; position: relative;display: flex;justify-content: space-between}
    .RighInfo002973 .pn-page dd{ width: 49%;}
    .RighInfo002973 .pn-page .operating{position: absolute;right: 0; top: 50%; transform: translateY(-50%);}
    .RighInfo002973 .operating a{float: left;}
}
@media(max-width:1024px){
    .RighInfo002973 .operating{text-align: right; padding-bottom: 20px;}
    .RighInfo002973 .operating a{display: inline-block;}
}

.Recruit{padding:5vw 0;}
.Recruit .left{width:22%;float:left;}
.Recruit .right .Page002623{padding-bottom:0;}
.Recruit .right{width:74%;float:right;}

@media(max-width:1024px){
    .Recruit{padding:.4rem 0}
    .Recruit .left,
    .Recruit .right{width:100%;float:none;}
}


/*Menu002306*/
.Menu002306{}
.Menu002306 .side-title{line-height: 1; font-size:0.22rem;color:var(--hover-color); padding:0;  position: relative;margin-bottom:1em; }
.Menu002306 .side-title span{font-size:0.36rem;}
.Menu002306 input.text{width:100%;font-family: 'hm';border:1px solid #ebebeb;background:#fff;line-height: 0.52rem;height: 0.52rem;font-size:0.16rem;color:#666;padding:0 0.12rem;border-radius: 0.06rem}
.Menu002306 .search{position: relative;margin-bottom:1em;}
.Menu002306 .search .btn{position: absolute; right: 0; top: 0; height: 100%; width: 3em;color: #fff; background:url(../images/search-black.svg) no-repeat center/0.2rem; cursor: pointer; border: 0;text-transform: uppercase;}

.Menu002306 .side-menu{padding-bottom: 0px; overflow:hidden;}
.Menu002306 .side-menu li a{ display:block;line-height:2;}
.Menu002306 .side-menu > ul > li{ border-bottom:1px solid #ebebeb;}
.Menu002306 .side-menu > ul > li >a{padding: 0.15rem 0;padding-left:0.3rem;font-size: 0.18rem;color: #333;line-height:0.35rem;position:relative;}
.Menu002306 .side-menu > ul > li >a.addr{background:url(../images/Menu002306-addr2.svg) no-repeat left 2px center/0.22rem;}
.Menu002306 .side-menu > ul > li >a.unit{background:url(../images/Menu002306-unit2.svg) no-repeat left 3px center/0.19rem;}
.Menu002306 .side-menu > ul > li >a::after{}
.Menu002306 .side-menu > ul > li >a::before,
.Menu002306 .side-menu > ul > li >a::after{position:absolute;content:'';background: #000;}
.Menu002306 .side-menu > ul > li >a::before{right: 0.14rem;width: 0.14rem;height: 0.02rem;top: 0.31rem;margin-top: 0;}
.Menu002306 .side-menu > ul > li >a::after{right: 0.2rem;margin-left: 0;width: 0.02rem;top: 0.25rem;height: 0.14rem;}
.Menu002306 .side-menu > ul > li ul{ display:none; padding:10px 15px;}
.Menu002306 .side-menu > ul > li > ul{ padding-left:15px; padding-right:15px;}
.Menu002306 .side-menu > ul > li > ul > li > a{  padding-left:0px;}
.Menu002306 .side-menu ul li ul li ul li a::before{ display:inline-block; content:''; vertical-align:middle;width: 3px;height: 3px;background: #555; margin-right:10px;}
.Menu002306 .side-menu li.select > a{ border-bottom:1px solid var(--hover-color);color:var(--hover-color);}
.Menu002306 .side-menu li.select > a.addr{background:url(../images/Menu002306-addr2.svg) no-repeat left 2px center/0.22rem;}
.Menu002306 .side-menu li.select > a.unit{background:url(../images/Menu002306-unit2.svg) no-repeat left 3px center/0.19rem;}
.Menu002306 .side-menu li.select > a::after{ transform:rotate(90deg);}
.Menu002306 .side-menu ul li ul li.select > a{ background-color:transparent; background-image:url(../images/Menu002306-a_on.png); font-weight:bold; color:var(--hover-color);}
.Menu002306 .side-open_menu{ display:none;}
@media(min-width:1025px){
    
}
@media(max-width:1024px){
    .Menu002306{padding-top: 0;margin-bottom: 0.3rem; }
	.Menu002306 .side-title{display: none;}
	.Menu002306 .side-menu{display: none;}
    .Menu002306 .side-open_menu{ display:block; border:2px solid #87b2c7; padding:10px 20px 10px 10px;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-weight:bold; color:#002870; border-radius:0 0 5px 5px; position:relative;}
    .Menu002306 .side-open_menu::after{ position:absolute; content:''; border:6px solid transparent; border-top-color:#87b2c7; right:10px; top:50%; margin-top:-3px;}
}


/*
 .TextList001652 为demo编号
 */
.TextList001652{padding:0 0 2vw;}
.TextList001652 .list_ul,
.TextList001652 .job_ol{ overflow:hidden; clear:both;}
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{ list-style:none; float:left; width:15%; text-align:center;color:#333;}
.TextList001652 .job_ol li:nth-child(1),
.TextList001652 .list_ul li:nth-child(1){width:28%;}
.TextList001652 .job_ol li:nth-child(3),
.TextList001652 .list_ul li:nth-child(3){width:28%;}
.TextList001652 .job_ol li:nth-child(5),
.TextList001652 .list_ul li:nth-child(5){width:14%;}
.TextList001652 .job_ol li{ background-color:var(--hover-color); color:#fff; line-height:3em;}
.TextList001652 .list{ border-bottom:1px solid #ebebeb;}
.TextList001652 .job_info{ display:none;}
.TextList001652 .job_info pre .pre-line,.edit_info pre .pre-line{text-indent:2em;}
.TextList001652 .list_ul{ cursor:pointer;}
.TextList001652 .list_ul li{ padding:1.2em 0;}
.TextList001652 .job_info{position: relative;padding:0% 2% 2%;color:#666;line-height: 1.8;} 
.TextList001652 .job_info strong{color:#333;}
.TextList001652 .job_info .job_contact {display: flex;flex-wrap: wrap;background: #f8f8f8;padding:.2rem .5rem}
.TextList001652 .job_info .job_contact .pp {margin-right: 7vw;display: flex;align-items: center}
.TextList001652 .job_info .job_contact .pp .it{font-weight: bold;color: #333;}

@media(max-width:1024px){
    .TextList001652 .job_ol li,
    .TextList001652 .list_ul li{width:25%;}
    .TextList001652 .job_ol li:nth-child(1),
    .TextList001652 .list_ul li:nth-child(1){width:50%;}
    .TextList001652 .job_ol li:nth-child(5),
    .TextList001652 .list_ul li:nth-child(5){width:25%;}
    
    .TextList001652 .job_ol li:nth-child(3),
    .TextList001652 .list_ul li:nth-child(3),
    .TextList001652 .job_ol li:nth-child(4),
    .TextList001652 .list_ul li:nth-child(4){ display:none;}
    
    .TextList001652 .list_ul li{ padding:1.2em .1rem;}
}

.JobText li{margin-bottom: 0.2rem;  border-bottom: 1px solid #ebebeb; padding-bottom: 0.15rem;}
.JobText li .tit{font-size:var(--font-size24); font-weight: 500; color:#333; margin-bottom: 0.1rem;}
.JobText li .post{ display: flex;flex-wrap: wrap;margin-bottom: 0.1rem;}
.JobText li .post span{font-size:var(--font-size16);color:#666; line-height: 1.5;}
.JobText li .post span:not(:last-child):after{display: inline-block;content: '';width: 1px;height: 0.14rem;background: rgba(0,0,0,0.1);margin: 0 0.12rem;vertical-align: middle;}
.JobText li time{font-size:var(--font-size16);color:#999; }

.JobText .edit_info{ display:none;}
.JobText .list_ul{ cursor:pointer;}
.JobText .list_ul li{ padding:1.2em 0;}
.JobText .edit_info{position: relative;padding: 0.12rem;color:#666;line-height: 1.8;background: #f9f9f9; margin-top: 0.12rem;} 
.JobText .edit_info strong{color:#333;}
.JobText .edit_info .job_contact {display: flex;flex-wrap: wrap;background: #f8f8f8;padding:.2rem .5rem}
.JobText .edit_info .job_contact .pp {margin-right: 7vw;}
.JobText .edit_info .job_contact .pp .it{font-weight: bold;color: #333;}


.Banner002730{}
.Banner002730{ position:relative;}
.Banner002730 .ytable{height: 100%;}
.Banner002730 .txt{ position:absolute; left:0; top:0; height:100%; width:100%; z-index:10; color:#333;display: flex;align-items: center;}
.Banner002730 .txt .auto{ }
.Banner002730 .txt .ytable-cell{}
.Banner002730 .txt .cn{font-size:var(--font-size42); font-weight: 500;margin-top:-0.25rem; padding-right: 20px;}
.Banner002730 .txt .en{font-size:var(--font-size20);color: var(--hover-color);opacity: 1;}
.Banner002730 .txt.white{color:#fff;}
.Banner002730 .txt.white .en{color:#fff;}
.Banner002730 figure{ height:300px;}
.Banner002730 .wap{ display: none;}

@media(max-width:1024px){
    .Banner002730 .pc{ display: none}
    .Banner002730 .wap{ display:block;}
    .Banner002730 .auto{ width:80%;}
    .Banner002730 .fr{float: right;}
}
@media(max-width:640px){
    .Banner002730 figure{ height:130px;}
    .Banner002730 .txt .cn{font-size:var(--font-size28)}
    .Banner002730 .txt .en{font-size:var(--font-size16)}
    .Banner002730 .wap{background-position:63% center;}
    .JobText .edit_info .job_contact{padding:.2rem 0}
}


/*Menu003135 */
.Menu003135{box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);border-bottom: 1px solid #ddd}
.Menu003135 .current{ font-size: 0.875em; padding-left: 1.35em;background: url(../images/Menu003135-icon.svg) no-repeat left center;background-size: 1em auto; line-height: 5.358;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: #999;}
.Menu003135 .current span{color: #333;}
.Menu003135 .nav-menu li{float: left;font-size: var(--font-size16);line-height: 4.688;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:2em;}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color: var(--hover-color)}
.Menu003135 .nav-menu li a:before{position: absolute;content: ''; left: 50%; bottom: 0; height: 2px;background-color: var(--hover-color);transform: translateX(-50%);transition: 0.3s;width: 0;}
.Menu003135 .nav-menu li:hover a:before,
.Menu003135 .nav-menu li.aon a:before{width:100%;}
@media (max-width:1024px) {
.Menu003135 .current{display: none;}   
.Menu003135 .nav-menu li{line-height:0.7rem;}
}
/*RighInfo003241 */
.RighInfo003241{padding:5vw 0;font-size: var(--font-size16);color: #000;}
.RighInfo003241 .number-data{display: flex;} 
.RighInfo003241 .number-data li{display: flex;justify-content: space-between;border-bottom: solid 1px #e8e8e8; padding:1.3em 0;}
.RighInfo003241 .number-data .ico{width: 0.5rem;flex-shrink: 0;}
.RighInfo003241 .number-data .inner{flex: 1;}
.RighInfo003241 .number-data .num{display: flex;align-items: flex-end; font-size: var(--font-size18);color:var(--hover-color);position: relative;}
.RighInfo003241 .number-data .counter{font-size: calc(40 / 18 * 1em); font-weight: 700; line-height: 1; margin-right:0.3em;}
.RighInfo003241 .number-data .num sub{font-size: var(--font-size16);position: relative;}
.RighInfo003241 .number-data .num sup{position: absolute;left:0;top:-0.2rem;}
.RighInfo003241 .number-data p{margin: 0.5em 0 0;color: #333;}
.RighInfo003241 .edit-info{line-height: 2;text-align: justify;color: #333;}
@media (min-width:1025px) {
.RighInfo003241 .left{width: calc(950 / 1400 * 100%);} 
.RighInfo003241 .right{width: calc(350 / 1400 * 100%);} 
.RighInfo003241 .number-data{min-height: 100%;flex-direction: column;justify-content: space-between;}
}
@media (max-width:1024px) {
.RighInfo003241 .number-data{flex-wrap: wrap;} 
.RighInfo003241 .number-data li{width: 45%;}
.RighInfo003241 .number-data li:not(:nth-child(2n)){margin-right: 10%;}
}
@media (max-width:640px) {
.RighInfo003241 .number-data .ico{width: 0.3rem;}
}
/*Floor002658 */
.Floor002658{overflow:hidden; padding:0 0 4.5vw;}

/*slick Basic*/
.Floor002658 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Floor002658 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor002658 .slick-list:focus {outline: none}
.Floor002658 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor002658 .slick-slider .slick-track, 
.Floor002658 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Floor002658 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor002658 .slick-track:before, 
.Floor002658 .slick-track:after{display: table; content: '';}
.Floor002658 .slick-track:after{ clear: both;}
.Floor002658 .slick-loading .slick-track { visibility: hidden;}
.Floor002658 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor002658 .slick-slide .slick-loading img { display: none;}
.Floor002658 .slick-slide .dragging img { pointer-events: none;}
.Floor002658 .slick-initialized .slick-slide { display: block;}
.Floor002658 .slick-loading .slick-slide { visibility: hidden;}
.Floor002658 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor002658 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.Floor002658 .slider > ul{margin-bottom: 42px;}
.Floor002658 li.slick-slide{ position:relative;transform:scale(0.8); transition:0.5s 0.3s;}
.Floor002658 li.slick-current{ transform:scale(1);}
.Floor002658 li.slick-slide .files,
.Floor002658 li.slick-slide a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index: 4;}
.Floor002658 li.slick-slide .files{ background:#000; display:none; z-index: 7;}
.Floor002658 li.slick-slide aside{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:18px; color:#fff;}
.Floor002658 li.slick-slide aside span{ display:block; border-radius:50%; width:85px; height:85px; border:3px solid #fff; background:rgba(255,255,255,0.16);  position:relative; margin:0 auto 10px;}
.Floor002658 li.slick-slide aside span::before{ position:absolute; content:''; border:12px solid transparent; border-left-color:#fff;left:50%; top:50%; margin-left:-6px; margin-top:-12px;}
.Floor002658 li.slick-slide p{font-size:var(--font-size24);text-align: center;color:#333;border-bottom:1px solid #e8e8e8;margin:0;padding:0.2rem 0;}
.Floor002658 li.slick-slide img{border-radius: var(--radius);}
.Floor002658 .slick-dots{ text-align:center;position: absolute; left: 0; width: 100%; bottom:-50px;}
.Floor002658 .slick-dots li{ display:inline-block; margin:0 5px;border:2px solid transparent; border-radius:50%; width:0.2rem; height:0.2rem; position:relative;}
.Floor002658 .slick-dots li:before{ position:absolute; content:''; left:5px; top:5px; right:5px; bottom:5px; border-radius:50%; background:rgba(36,157,66,0.2);}
.Floor002658 .slick-dots li.slick-active{ border-color:var(--hover-color);}
.Floor002658 .slick-dots li.slick-active:before{ background:var(--hover-color);}
.Floor002658 .slick-dots li button{display: none;}

.Floor002658 .slick-arrow{ position:absolute; content:''; width:30px; height:30px;border: 0; border-top:4px solid #d6d6d6;border-right:4px solid #d6d6d6; transform:rotate(45deg); top:45%; margin-top:-16px; cursor:pointer; z-index:10;font-size: 0;background: none;}
.Floor002658 .slick-prev{left:22%; margin-left:-32px;transform:rotate(-135deg);}
.Floor002658 .slick-next{right:22%; margin-right:-32px;}
.Floor002658 .slick-arrow:hover{ border-color:var(--hover-color);}
@media(max-width:640px){
.Floor002658 li.slick-slide{ transform:scale(1);}
.Floor002658 .slick-prev{left:3%; margin-left:0;}
.Floor002658 .slick-next{right:3%; margin-right:0;}
/*.Floor002658 li.slick-slide:before{ display:none;}*/
}
@media(max-width:480px){
.Floor002658 li.slick-slide aside span{ width:50px; height:50px;}
.Floor002658 .slick-arrow{width: 24px; height: 24px; margin-top: -12px;border-width: 3px;}
}
/*RighInfo003141 */
.RighInfo003141{padding: 5em 0;}
.RighInfo003141 .intro{}
.RighInfo003141 .intro .title{ font-size: 2em;color: #333333; margin-bottom: 0.6em;}
.RighInfo003141 .intro .info{color:#333; line-height: 2;}
.RighInfo003141 .intro .info p{margin: 1.2em 0;}
.RighInfo003141 .intro .img img{border-radius: 0.1rem}

.RighInfo003141 .number-count{margin: 4.5625em 0;box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05); border: solid 1px #f3f3f3; padding: 3.5em 0;border-radius: 0.1rem}
.RighInfo003141 .number-count li{color: #333333;}
.RighInfo003141 .number-count li span{display: inline-block;position: relative;font-size: 2em;font-weight: bold; color: var(--hover-color); margin: 0 5px;}
.RighInfo003141 .number-count li span i{font-style: normal;}
.RighInfo003141 .number-count li span i.ani{position: absolute; left: 0;top: 0;}
.RighInfo003141 .number-count li span i.opa{opacity: 0;}
.RighInfo003141 .number-count li sup{display: inline-block;vertical-align: top;color: var(--hover-color);font-size:1em;}

.RighInfo003141 .plate dl{display: flex;flex-wrap: wrap;}
.RighInfo003141 .plate dd{margin-bottom: 2.8565%;box-shadow: 0px 0.5em 3em rgba(0, 0, 0, 0.05);border: solid 1px #f3f3f3;border-radius: 0.1rem}
.RighInfo003141 .plate dd img{border-radius: 0.1rem 0.1rem 0 0}
.RighInfo003141 .plate dd .txt{ padding:2.5em 2.5em;}
.RighInfo003141 .plate dd ol{width: 4.25em;margin:0 auto;}
.RighInfo003141 .plate dd ol img{width: 85.295%;}
.RighInfo003141 .plate dd li{width: calc(100%);float: right;}
.RighInfo003141 .plate dd li aside{font-size: 0.22rem;color: #333;margin-bottom:0.1rem;margin-top:0.15rem; text-align: center}
.RighInfo003141 .plate dd li p{margin: 0;font-size: 0.16rem;color: #666;line-height: 1.75;text-align: justify;}
@media (min-width:1025px) {
    .RighInfo003141 .intro .info{}
    .RighInfo003141 .intro .title{line-height: 1;}
    .RighInfo003141 .intro .img{width: 47.5%;margin-left: 5%;margin-bottom: 2%}
    .RighInfo003141 .number-count ul{display: table; margin: 0 auto;}
    .RighInfo003141 .number-count li{float: left;}
    .RighInfo003141 .number-count li:not(:last-child){margin-right: 3em;}
    .RighInfo003141 .plate dd{float: left;width:48.5%;margin-right:3%;}
    .RighInfo003141 .plate dd:nth-child(2n){ margin-right: 0%;}
}
@media (max-width:1024px) {
    .RighInfo003141 {padding: 50px 0}
    .RighInfo003141 .intro .info{margin-top: 30px;}
    .RighInfo003141 .number-count li{text-align: center;padding: 1em 0} 
    .RighInfo003141 .number-count{margin: 2em 0; padding: 2em 0;}  
    
}

/*RighInfo002927 */

.RighInfo002927{padding:0 0 5vw;}
.RighInfo002927 .auto{}
.RighInfo002927 .tab{padding-bottom: 3.13vw;}
.RighInfo002927 .tab .autoCon-1400{ text-align: center;background: #f6f8fa;display: flex;}
.RighInfo002927 .tab li{transition: 0.3s; }
.RighInfo002927 .tab li a{display: block;margin: 0 20px; padding: 22px; transition: 0.3s; cursor: pointer;}
.RighInfo002927 .tab li .icon{padding-bottom: 10px;}
.RighInfo002927 .tab li .icon img{height: 30px;}
.RighInfo002927 .tab li:not(.active) .icon img.off{display: none;}
.RighInfo002927 .tab li.active .icon img.on{display: none;}
.RighInfo002927 .tab li.active a{background: var(--hover-color);color: #fff;box-shadow: 6px 15px 32px rgba(36,157,66,0.3); margin-top: -1vw;}
.RighInfo002927 .tab li.active{padding-bottom: 1vw;}
.RighInfo002927 .tab li aside{font-size: 0.18rem;}
@media(min-width:1025px){
    .RighInfo002927 .tab li{width:25%;}
    .RighInfo002927_19 .tab li{width:33.3%;}
    .RighInfo002927 .tab li:not(:last-child){border-right: 1px solid #e6e6e6;}
}
@media(max-width:1024px){
    .RighInfo002927{padding:0 0 50px}
    .RighInfo002927 .tab .autoCon-1400{ flex-wrap: wrap;}
    .RighInfo002927 .tab li aside{font-size: 3.5vw;}
    .RighInfo002927 .tab li{width:50%; margin: 1vw 0;}
    .RighInfo002927 .tab li:not(:nth-child(2n)){border-right: 1px solid #e6e6e6;}
    .RighInfo002927 .tab li a{margin: 0 2vw; padding: 2vw; }
}


.RighInfo002927 .box{position: relative;}
.RighInfo002927 .box .auto{position: relative; z-index: 4; background-size: contain;}
.RighInfo002927 .box .inner{}
.RighInfo002927 .box .icon{margin-bottom:1vw;}
.RighInfo002927 .box .tit aside{font-size: 0.3rem;color: #333;}
.RighInfo002927 .box .tit:after{display: inline-block; content: ''; width: 30px; height: 3px; margin: 1.4vw 0;background-color: var(--hover-color);}
.RighInfo002927 .box .edit{line-height:2;font-size: 0.16rem;color: #333;}
.RighInfo002927 .box .edit p{margin:0.05rem 0;}
.RighInfo002927 .box .info{vertical-align: top;}
.RighInfo002927 .box.v-top .ytable-cell{vertical-align: top;}
.RighInfo002927 .box .pic img{border-radius: 0.1rem}
@media(min-width:1025px){
    .RighInfo002927 .box .pic{max-width:540px;float:left;margin-right:3vw;}
    .RighInfo002927 .box .pic img{}
    .RighInfo002927 .box .info{padding-top:0.8vw;}
}
@media(max-width:1024px){
    .RighInfo002927 .box  .ytable,
    .RighInfo002927 .box  .ytable-cell{display: block;}
    .RighInfo002927 .box .info{padding:30px 0 0;}
    .RighInfo002927 .box .tit aside{font-size: 5vw;}
    .RighInfo002927 .box .edit{font-size: 3.5vw;}
}

.Coreadvantages{padding:0 0 5vw;}
.Coreadvantages ul{display: flex;flex-wrap: wrap;}
.Coreadvantages ul li{width:32%;margin-right:2%;border:1px solid #e8e8e8;padding:0.3rem;}
.Coreadvantages ul li:nth-child(3n){margin-right:0;}
.Coreadvantages ul li .icon{text-align: center;margin-bottom:0.25rem;}
.Coreadvantages ul li h2{font-size:0.24rem;font-weight: bold;color:#333;text-align: center}
.Coreadvantages ul li p{font-size:0.16rem;line-height: 1.8;color:#333;}



.Product_entrance{padding:5vw;margin-bottom:0vw;background-size:cover;background-repeat: no-repeat;background-position: center;}


/*Floor001893*/
.Floor001893{padding:2vw 0 5vw;background:url(../images/Floor001893-bg.jpg) no-repeat center/cover;}
.Floor001893 .img{position: relative;}
.Floor001893 .img figure{padding-bottom: 21.429%;border-radius: .1rem}
.Floor001893 .img .txt{position: absolute;right: 5%;top: 50%;transform: translateY(-50%);color: #fff;max-width: 3.8rem}
.Floor001893 .img .txt .t1{font-size: var(--font-size38);padding-bottom: .2rem}
.Floor001893 .img .txt .t2{font-size: var(--font-size18);line-height: 1.75}
.Floor001893 .slider-year{ position:relative; padding:0 40px;margin-top:0;}
.Floor001893 .slider-year .slick-arrow{ position:absolute; top:50%; width:40px; height:40px; margin-top:-37px; background:url(../images/Floor001893-controls.png) no-repeat left top; cursor:pointer;background-color:#fff;border-radius: 50%;}
.Floor001893 .slider-year .slick-prev{ left:0;}
.Floor001893 .slider-year .slick-next{ right:0; background-position:left bottom;}
.Floor001893 .slider-year .slick-disabled{ cursor:default;}
.Floor001893 .slider-year .slick-prev.slick-disabled{ background-position: right top;}
.Floor001893 .slider-year .slick-next.slick-disabled{ background-position: right bottom;}
.Floor001893 .slider-year .slider{ overflow:hidden;}
.Floor001893 .slider-year li{ cursor:pointer; text-align:center;font-size:var(--font-size22); padding-bottom:30px;color:#333;padding-top:1rem; background:url(../images/Timeline002789-line.png) repeat-x left top 38%;}

.Floor001893 .slider-year li span{ display:block;  position: relative;padding-top: .1rem;}
.Floor001893 .slider-year li span::after{content: '';position: absolute;width: 1px;height: .4rem;background: #ccc;left: 50%;bottom: 100%;margin-left: 1px;}
.Floor001893 .slider-year li.slick-current{  color:var(--hover-color);}
.Floor001893 .slider-year li.slick-current span{}

.Floor001893 .slider-txt{max-width: 1100px;margin: 2% auto 0}
.Floor001893 .slider-txt li{padding:.4rem .15rem 0;}
.Floor001893 .slider-txt .inner{ padding:0; position:relative;}
.Floor001893 .slider-txt li .img{ position:relative; width:50%;float:left;}
.Floor001893 .slider-txt li .img img{ display:block; width:100%;}
.Floor001893 .slider-txt li dl{ position: relative;} 
.Floor001893 .slider-txt li dl dt{font-size:.8rem;color:var(--hover-color);position: absolute;top:-.56rem ;left: 5%}
.Floor001893 .slider-txt li dl dt span{ display:block;font-weight: bold;}
.Floor001893 .slider-txt li dl dd{background:rgba(255,255,255,0.8);border-radius: 0.15rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.07);padding:5% ;}
.Floor001893 .slider-txt li dl dd p{font-size:var(--font-size16); line-height:1.875;color:#333; position: relative;padding-left:18px;margin:14px 0;text-align: justify;}
.Floor001893 .slider-txt li dl dd p:after{content:'';width:5px;height: 5px;background:var(--hover-color);position: absolute;left:0;top:0.15rem;margin-top:-3px;border-radius: 50%}
@media(max-width:1024px){
    .Floor001893 {padding: 50px 0}
    .Floor001893 .img{border-radius: .1rem;overflow: hidden;background: #000}
    .Floor001893 .img figure{padding-bottom: 51%;background-position: right 77% center;opacity: .85}
    .Floor001893 .img .txt{width: 60%;z-index: 10}
    .Floor001893 .img .txt .t1{font-size: var(--font-size24);}
    .Floor001893 .img .txt .t2{font-size: var(--font-size14);}
    
    .Floor001893 .slider-txt li{padding:50px 0 30px;}
    .Floor001893 .slider-txt li .inner{ padding-right:3%;}
    .Floor001893 .slider-txt li dl{ position:relative; z-index:1;}
    .Floor001893 .slider-txt li .img{ display:none;}
    .Floor001893 .slider-txt li dl{min-height:none;} 
    .Floor001893 .slider-txt li dl dt{font-size:60px;}
    .Floor001893 .slider-txt li dl dd pre{ font-size:14px; line-height:20px;}
}
@media(max-width:768px){
.Floor001893 {padding: .4rem 0}
}
@media(max-width:480px){

}
@media(max-width:375px){
.Floor001893 .slider-txt li dl dd,
.Floor001893 .slider-txt li dl dt,
.Floor001893 .slider-txt li dl{ display:block;}
.Floor001893 .slider-txt li dl dt{ width:auto; border-right:0; overflow:hidden;}
.Floor001893 .slider-txt li dl dt span{ padding-right:0;}
}


/*Timeline000913 */
.Timeline000913{padding: 5vw 0 4vw 0;}
.Timeline000913 .auto{}
.Timeline000913 .main{position: relative; z-index: 1; padding-bottom: 4vw;}
.Timeline000913 .main .quan{display: block;width: 10px; height: 10px; border-radius: 50%; background: #fff;border: 1px solid #dedede;}
.Timeline000913 .main:before{position: absolute; content:'';width: 1px; top: 10px; bottom: 0;background: #e9e9e9; }
@media(min-width:769px){
.Timeline000913 .main .quan{ margin: 0 auto; }
.Timeline000913 .main:before{left: 50%;}
.Timeline000913 .outer > .ytable-cell{width: 50%;}
}
@media(max-width:768px){
.Timeline000913 .outer,
.Timeline000913 .outer > .ytable-cell{display: block;}
.Timeline000913 .main:before{left: 5px;}
}

.Timeline000913 .item{position: relative;z-index: 4;}
.Timeline000913 .item:not(:last-child){margin-bottom: 2.08vw;}
.Timeline000913 .info{position: relative;}
.Timeline000913 .info:before{position: absolute; content: ''; top: 50%; margin-top: -16px; border:16px solid  transparent;}
.Timeline000913 .info .inner{background: #f6f8fa; padding: 1vw 1.5vw;}
.Timeline000913 .pic{width: 32.787%;}
.Timeline000913 .pre p{line-height: 1.867em;color:#333;margin:0.1rem 0;position: relative;padding-left:0.15rem;}
.Timeline000913 .pre p:after{content:'';width:5px;height: 5px;background:var(--hover-color);border-radius: 50%;display: block;position: absolute;left:0;top:0.12rem;}
.Timeline000913 .year{color:var(--hover-color);font-size: 0.42rem;font-weight: bold;}
.Timeline000913 .year aside{background-repeat: no-repeat;background-image: url("../images/Timeline000913_icon.png");}
@media(min-width:769px){
.Timeline000913 .item:nth-of-type(2n-1) .info{padding-right: 32px;}
.Timeline000913 .item:nth-of-type(2n) .info{padding-left: 32px;}
.Timeline000913 .item:nth-of-type(2n-1) .info:before{right: 0;border-left-color: #f6f8fa;}
.Timeline000913 .item:nth-of-type(2n) .info:before{left: 0;border-right-color: #f6f8fa;}
.Timeline000913 .item:nth-of-type(2n-1) .pre{padding-left: 0vw;}
.Timeline000913 .item:nth-of-type(2n) .pre{padding-right: 0vw;}
.Timeline000913 .item:nth-of-type(2n-1) .year aside{margin-left: -10px;background-position: left center;}
.Timeline000913 .item:nth-of-type(2n-1) .year aside:before,
.Timeline000913 .item:nth-of-type(2n) .year aside:after{display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle;background: #e8e8e8; margin: -10px 32px 0;}
.Timeline000913 .item:nth-of-type(2n) .year aside{background-position: right center;margin-right: -11px; text-align: right;}
}
@media(max-width:768px){
.Timeline000913 .main{margin-left: 3vw;}
.Timeline000913 .year{font-size: 7vw;}
.Timeline000913 .year aside{padding-left: 32px;background-position: left center;margin-left: -5px;}
.Timeline000913 .year aside:before{display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle;background: #d9d9d9; margin: -1vw 3vw 0;}
.Timeline000913 .info{padding: 3vw;}
.Timeline000913 .pre{padding-left: 3vw;}
}
@media(max-width:480px){
.Timeline000913 .pic{width:45%;}
.Timeline000913 .pre pre{font-size: 3.5vw;}
}

.Timeline000913 .more{ text-align:center; padding-bottom:20px;}
.Timeline000913 .more a{width:180px;height: 42px; text-align:left;line-height:42px;display: inline-block;color: #fff;font-size: 15px; background:url(../images/Timeline002790-more.png) no-repeat 70% center var(--hover-color); position: relative; z-index: 100; border-radius: 60px; text-align: center; padding-right: 20px;}





.honorList {overflow:hidden;padding:5vw 0 0;}
.honorList ul {overflow:hidden; width:100%;display: flex;flex-wrap: wrap;}
.honorList .ol {width:31.32%; background-color:#f7f7f7; margin-right:3%; margin-bottom:3%;}
.honorList .ol:nth-child(3n){margin-right:0;}
.honorList .ol a {display:block; overflow:hidden; padding:10px;}
.honorList .ol .poster {background:url(../images/bg_honor.jpg) no-repeat center center; background-size:100% 100%; position:relative; padding-bottom:72%;}
.honorList .ol .pic {width:96%; padding-bottom:65%; position:absolute; left:39%; bottom:7%; margin-left:-36.98%;}
.honorList .ol .pic img {display:block; width:auto; max-width:100%; height:auto; max-height:100%; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.honorList .ol p{font-size:var(--font-size18); overflow:hidden; color:#333; line-height:1.75em; font-weight: bold; text-align:center; margin:0 5% 4%;}
.honorList .ol:hover p{color:var(--hover-color);}
.honorList li{width:22.75%; background-color:#f7f7f7; margin-right:3%; margin-bottom:3%;}
.honorList:not(.honorList_2) li:nth-child(7),
.honorList:not(.honorList_2) li:nth-child(11){margin-right:0;}
.honorList_2 li:nth-child(4n){margin-right:0;}
.honorList li a{display:block; overflow:hidden; padding:10px;}
.honorList li .poster{background-size:100% 100%; position:relative; padding-bottom:72%;}
.honorList li .pic {width: 100%;padding-bottom: 68%;position:absolute;left: 37.2%;bottom: 7%;margin-left:-36.98%;}
.honorList li .pic img {display:block; width:auto; max-width:100%; height:auto; max-height:100%; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.honorList li p{overflow:hidden; color:#333; line-height:1.75em;font-weight: bold; text-align:center; margin:0 2% 5%;}
.honorList li:hover p{color:var(--hover-color);}

@media(max-width:1024px){
    .honorList {padding:50px 0 20px;}
    .honorList ul {justify-content: space-between;}
    .honorList .ol {width:100%;margin-right:0;}
    .honorList li{width:49%; margin-right:0;}
}

@media(max-width:768px){
.honorList {padding: .4rem 0}
}

/*
 .PicList000593 为demo编号
 */
.PicList000593{padding:5vw 0 0;}
.PicList000593 ol{ width: 100%; margin-bottom: 4%;}
.PicList000593 li{ float:left; width:31%; margin-right:3%; position:relative; margin-bottom:3%;}
.PicList000593 li:nth-child(3n){ margin-right:0;}
.PicList000593 .video_files{position:fixed; left:0; top:0; width:100%; height:100%;text-align: center; z-index:996;background:rgba(0,0,0,0.65);}
.PicList000593 .video_files .ytable{height: 100%;}
.PicList000593 .video_files .videocon{max-width:1000px; position: relative;margin:0 auto; width: 92%;}
.PicList000593 .video_files video{width:100%; }
.PicList000593 .video_files .close{position: absolute;right: -6%;top: -12%;z-index: 10;width: 34px;height: 40px;cursor: pointer;}
.PicList000593 .video_files .close::before,
.PicList000593 .video_files .close::after{ position:absolute; content:''; width:3px; height:100%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.PicList000593 .video_files .close::before{ transform:rotate(45deg);}
.PicList000593 .video_files .close::after{ transform:rotate(-45deg);}
.PicList000593 figure{ position:relative;border-radius: 0.1rem 0.1rem 0 0;overflow: hidden}
.PicList000593 figure em{ display:block; padding-bottom:64%; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.PicList000593 ol figure em{ padding-bottom: 67%;}
.PicList000593 figure a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.5); }
.PicList000593 figure a::before,
.PicList000593 figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.PicList000593 figure a::before{width: 70px;height: 70px;border: 3px solid rgba(255,255,255,1);margin-left: -35px;margin-top: -35px;border-radius: 50%;}
.PicList000593 figure a::after{width: 0;height: 0;border-top: 13px solid transparent;border-bottom: 13px solid transparent;border-left: 16px solid rgba(255,255,255,1);margin-left: -4px;margin-top: -12px;}
.PicList000593 li p{text-align:center;font-size:0.18rem;color:#333;min-height:.52rem; font-weight: bold;}
@media(max-width:768px){
    .PicList000593{padding:.4rem 0 20px;}
    .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:480px){
.PicList000593 figure a::before{width: 50px;height: 50px;margin-left: -25px;margin-top: -25px;}
.PicList000593 .video_files .close{ right: 0; }
}
@media(max-width:375px){
.PicList000593 figure a::before{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.PicList000593 li{width:100%; float:none; margin-right:0 !important;}
}

.zzjg{padding:6vw 0 5vw;position: relative;}
@media (max-width:640px) {
  .zzjg{padding:.4rem 0;}
}
.zzjg:after{content:'';width:100%;height:100%;position: absolute;top:0; display: block;background:url(../images/logobg2.png) no-repeat top 0.3rem center/5.2rem;z-index: -1}


.Talentconcept{padding:5vw 0 6vw;position: relative;overflow: hidden}
.Talentconcept:after{content:'';width:100%;height:59%;position: absolute;bottom:0;left:0;background:#f7f8fa;display: block;z-index: -1}
.Talentconcept .img{margin-bottom:2%;position: relative;z-index: 2}
.Talentconcept .img1{width:64%;float:left;}
.Talentconcept .img1 .lm-title{position: absolute;left:6%;top:9%;}
.Talentconcept .img1 .links{position: absolute;right:6%;bottom:8%;}
.Talentconcept .img1 .links a{display: block;color: #000;transition: .3s all;opacity: .5;padding-right: .3rem;position: relative;text-align: right}
.Talentconcept .img1 .links a:not(:last-child){padding-bottom: .05rem;}
.Talentconcept .img1 .links a:after{content: '';position: absolute;right: 0;top: 0;width: .2rem;height: .2rem;background: url(../images/more-b.svg)no-repeat center;background-size: .12rem auto;transform: translateX(30px);transition: .3s all;opacity: 0}
.Talentconcept .img1 .links a:hover{opacity: 1;}
.Talentconcept .img1 .links a:hover:after{transform: translateX(0);opacity: 1}
.Talentconcept .img2{width:35%;float:right;position:relative;}
.Talentconcept .img2 .info-txt{font-size:var(--font-size38);position: absolute;left: 10%;top: 9%;color:#fff;}
.Talentconcept .img2 .info-txt p{padding-left:.5rem;margin:0;}
.Talentconcept .auto{}
.Talentconcept .pic{width:50%;float:left;}
.Talentconcept .text{padding:7% 0 0;width:76%;position: relative;z-index: 1}
.Talentconcept .text:after{content:'';width: 70%;height: 152%;background: url(../images/logobg.png) no-repeat center/contain;position: absolute;right: -38%;top: -27%;display: block;z-index: -1}
.Talentconcept .text p{color:#333;line-height:1.75;margin-top:0;margin-bottom:0.2rem;}
.Talentconcept .text b{font-size:1.35rem;font-weight: bold;color:rgba(36,157,66,1);line-height: 1;position: absolute;font-family:arial, sans-serif;}
.Talentconcept .text b.b1{top:1vw;left:0;}
.Talentconcept .text b.b2{bottom:-5vw;right:8vw;color:rgba(0,0,0,0.06);line-height: 0.5}

@media(max-width:1024px){
    .Talentconcept{padding:.4rem 0}
    .Talentconcept .img1{width:100%;float:none;margin-bottom: 20px}
    .Talentconcept .img2{width:100%;float:none;}
    .Talentconcept .text{width:100%;}
    .Talentconcept .text b.b2 {bottom:-16vw}
    .Talentconcept .text{padding:17% 0 0;}
    .Talentconcept .img1 .links a{font-size:.12rem;padding-right: 0rem;}
	.Talentconcept .text:after{right: 0;}
	.Talentconcept .img1 .links a:hover:after{opacity: 0;}
}
@media(max-width:640px){
  .Talentconcept .img2 .info-txt{font-size:var(--font-size24);}
}
.GroupHeadquarter{}
.GroupHeadquarter .box{padding:5vw 0 5vw;position: relative;}
.GroupHeadquarter .box1{}
.GroupHeadquarter .box2{background:#f6f8fa;}

.GroupHeadquarter .box2:before{content:'';width:37%;height: 100%;background:url(../images/GroupHeadquarter-bg2.jpg) no-repeat center/cover;position: absolute;display: block;top:0;left:0;z-index: 0}
.GroupHeadquarter .left{width:32%;float:left;position: relative;z-index: 2}
.GroupHeadquarter .left .en{font-weight: bold;font-size:0.50rem;color:#e0e0e0;line-height: 1;margin-bottom:0.2rem;text-transform: uppercase;}
.GroupHeadquarter .left p{line-height: 2;color:#333;}
.GroupHeadquarter .right{width:62%;float:right;position: relative;z-index: 2}
.GroupHeadquarter .right h2{color:#333;font-weight: normal;margin-top:0; font-size:0.3rem;}
.GroupHeadquarter .box1 .right p{color:#666;padding-left:0.27rem;opacity: 1;line-height: 1.8;margin:0.09rem 0;}
.GroupHeadquarter .box1 .right p.tel{background: url(../images/Bottom-tel2.svg) no-repeat left center/0.19rem}
.GroupHeadquarter .box1 .right p.email{background: url(../images/Bottom-email2.svg) no-repeat left center/0.17rem}
.GroupHeadquarter .box1 .right p.addr{background: url(../images/Bottom-addr2.svg) no-repeat left center/0.15rem}
.GroupHeadquarter .box1 .right p.people{background: url(../images/Bottom-people2.svg) no-repeat left center/0.2rem}

.GroupHeadquarter .right .con1{width: 70%;padding-right: .1rem;}
.GroupHeadquarter .right .con2{width: 30%;}
.GroupHeadquarter .right .con h2{font-size:0.22rem;color:#fff;}
.GroupHeadquarter .box2 .right{display: flex;justify-content: space-between}
.GroupHeadquarter .box2 .right ul{display: flex;position: relative;z-index: 10}
.GroupHeadquarter .box2 .right ul li{max-width: 1.25rem;text-align: center; background:#fff; padding:0.1rem; border-radius:0.1rem ;}

.GroupHeadquarter .box2 .right .ul1 li{}
.GroupHeadquarter .box2 .right ul li .img{background:#fff;border-radius: 5px; border: 1px solid #eee;}
.GroupHeadquarter .box2 .right ul li p{margin-top:0.12rem;color:#999;text-align: left;font-size:0.15rem;}
.GroupHeadquarter .box2 .right ul li .icon{width:0.45rem;height: 0.45rem;border-radius: 50%;margin-top:0.15rem;border: 1px solid #eee;}

@media(min-width:1025px){
    .GroupHeadquarter .box2:after{content:'';width:63%;height: 100%;background:url(../images/GroupHeadquarter-bg.jpg) no-repeat center/cover;position: absolute;display: block;top:0;right:0;z-index: 0}
    
    .GroupHeadquarter .box2 .right ul li img{/* max-width: 1.16rem; */}
    .GroupHeadquarter .box2 .right ul li:not(:last-child){margin-right: 0.1rem;}
}

@media(max-width:1024px){
  .GroupHeadquarter .left p{text-align: center;}
    .GroupHeadquarter .box{padding:.4rem 0}
    .GroupHeadquarter .left,
    .GroupHeadquarter .right{width:100%;float:none;position: relative;z-index: 11}
    
    .GroupHeadquarter .box2{margin-top: 30px}
    .GroupHeadquarter .box2 .right{padding: 50px 0;position: relative}
    .GroupHeadquarter .box2 .right:after{content:'';width:110%;height: 100%;background:url(../images/GroupHeadquarter-bg.jpg) no-repeat center/cover;position: absolute;display: block;bottom:0;left:50%;transform: translateX(-50%);z-index: 0;top: auto;z-index: 5}
    .GroupHeadquarter .box2:before{content:'';width:100%;height: 40%;background:url(../images/GroupHeadquarter-bg2.jpg) no-repeat center/cover;z-index: 10}
    
    .GroupHeadquarter .box2 .right{flex-wrap: wrap}
    .GroupHeadquarter .right .con1{width: 100%;padding-right:0;}
    .GroupHeadquarter .right .con2{width: 100%;}
    .GroupHeadquarter .box2 .right ul{flex-wrap: wrap}
    .GroupHeadquarter .box2 .right ul li{width: 23.5%;margin-right: 2%}
    .GroupHeadquarter .box2 .right ul li:nth-child(4n){margin-right: 0}
	.GroupHeadquarter .left .en{font-size: 0.30rem; text-align: center;}
}


.Businesssector{padding:5vw 0 4vw;}
.Businesssector ul{display: flex;flex-wrap: wrap;}
.Businesssector ul li{width:33.3%;background:#fff;border-radius: 0rem;margin-right:0%;margin-bottom:0%;padding:0.32rem;border-bottom:1px dashed #e8e8e8;}
.Businesssector ul li:nth-child(2n+1){background:#f8f8f8;}
.Businesssector ul li h2{font-size:0.22rem;color:#333;font-weight: normal;margin:0;}
.Businesssector ul li h2:after{content:'';width:0.26rem;height: 0.02rem;background:var(--hover-color);display: block;margin:0.15rem 0;}
.Businesssector ul li dd{color:#666;padding-left:0.27rem;opacity: 1;line-height: 2;}
.Businesssector ul li dd.tel{background: url(../images/Bottom-tel2.svg) no-repeat left center/0.18rem}
.Businesssector ul li dd.email{background: url(../images/Bottom-email2.svg) no-repeat left center/0.16rem}
.Businesssector ul li dd.addr{background: url(../images/Bottom-addr2.svg) no-repeat left top .07rem /0.14rem}
.Businesssector ul li dd.people{background: url(../images/Bottom-people2.svg) no-repeat left center/0.18rem}

@media(max-width:1024px){
    .Businesssector{padding:.4rem 0}
    .Businesssector ul li{width:100%;}
}


.Social{padding:5vw 0 0;}
.Social .box{padding:0 0 4vw;}
.Social .box .PicList003142{padding:0;}
.Social p{font-size:0.16rem;color:#333;line-height: 1.8}
.Social .box1{position: relative;padding:4.5%;padding-top:8%; min-height: 510px;}
.Social .box1 .text{width:42%; z-index: 10;border-radius: 0.5rem 0.5rem 0 0}
.Social .box1 .list_scroll{}
.Social .box1 ul li{position: relative;}
.Social .box1 ul li figure{padding-bottom:52%;border-radius: 0rem}
.Social .box1 ul li p{text-align: center;margin:0;font-size:0.18rem;color:#fff;position: absolute;z-index: 10;width:100%;bottom:0;left:0;background:rgba(0,0,0,0.55);padding:0.22rem 0.2rem;}
.Social .box1 .slick-dots{ text-align: center;padding-top: 1.2vw;}
.Social .box1 .slick-dots li{display: inline-block; width: 0.11rem; height:0.11rem; border-radius: 50%; margin: 0 0.08rem;background-color: #e1e1e1;}
.Social .box1 .slick-dots li button{display: none;}
.Social .box1 .slick-dots li.slick-active{background:var(--hover-color);}

.Social .box2{padding:3vw 0 3vw;}
.Social .box2 ul{display: flex;flex-wrap: wrap;}
.Social .box2 ul li{position: relative; width:23.5%;margin-right:2%;margin-bottom:0%;padding:0.3rem; border:1px solid #e8e8e8;border-radius: 0.05rem;background: #fff}
.Social .box2 ul li:nth-child(4n){margin-right:0;}
.Social .box2 ul li h2{font-size:0.26rem;margin:0; margin-bottom:0.1rem; color:var(--hover-color);}
.Social .box2 ul li p{margin:0;font-size:0.16rem;position: relative;padding-left:0rem;}
.Social .box2 ul li:hover{background-image: linear-gradient(to right,#3ba957,#249d42);box-shadow: 0 0 0.4rem rgba(36,157,66,0.3)}
.Social .box2 ul li:hover h2{color:#fff;}
.Social .box2 ul li:hover p{color:#fff;}
.Social .box3{padding:0 0 1%;}

.Social .box table{width:100%;text-align: center}
.Social .box table th{background:#f6f6f6;color:#333;font-size:0.18rem;padding:0.2rem 0.12rem;border:1px solid rgba(255,255,255,0.1);}
.Social .box table td{font-size:0.16rem;color:#333;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8; padding:0.22rem 0.12rem;}
.Social .box table td:nth-child(1){width:10%;position: relative;}
.Social .box table td:nth-child(1):after{content:'';width:0.08rem;height: 0.08rem;background:var(--hover-color);display: block;border-radius: 50%;position: absolute;top: 45%;right: -0.04rem;}
.Social .box table td:nth-child(2){width:25%;}
.Social .box table td:nth-child(3){width:30%;}
.Social .box table td:nth-child(4){width:15%;border-right:0;}
.Social .box table .jg td{background:var(--hover-color);color:#fff;border:1px solid rgba(255,255,255,0.1);border-bottom:0;padding:0.15rem 0.12rem;}

@media(max-width:1024px){
    .Social .box1 {min-height: 5.2rem;}
    .Social .box1 .text{width:100%;}
    .Social .box2 ul li{ width:100%;margin-right:0;margin-bottom:2%;}
    .Social .box2{padding:50px 0;}
    .Social .box3{padding:0 0 50px;}
}

/*Floor002828 */

/*slick Basic*/
.Floor002828 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Floor002828 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor002828 .slick-list:focus {outline: none}
.Floor002828 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor002828 .slick-slider .slick-track, 
.Floor002828 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Floor002828 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor002828 .slick-track:before, 
.Floor002828 .slick-track:after{display: table; content: '';}
.Floor002828 .slick-track:after{ clear: both;}
.Floor002828 .slick-loading .slick-track { visibility: hidden;}
.Floor002828 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor002828 .slick-slide .slick-loading img { display: none;}
.Floor002828 .slick-slide .dragging img { pointer-events: none;}
.Floor002828 .slick-initialized .slick-slide { display: block;}
.Floor002828 .slick-loading .slick-slide { visibility: hidden;}
.Floor002828 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor002828 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.Floor002828{padding:1% 0 0;}
.Floor002828 .auto{}
.Floor002828 .left{position: relative; padding: 10px 0;}
.Floor002828 .slider-small li{padding: 5px 0; cursor: pointer;}
.Floor002828 .slider-small li aside{color: #333;font-size:20px;  line-height: 50px; text-align: center; border-radius:25px; padding: 0 10%;}
.Floor002828 .slider-small li.slick-current aside{color: #fff;background:var(--hover-color);}
.Floor002828 .left .slick-arrow{position: absolute;padding: 0; cursor: pointer;background: none;border: 0; border-left: 1px solid #a0a0a0;border-top: 1px solid #a0a0a0;  width: 20px; height: 20px; font-size: 0;}

.Floor002828 .right .box{padding-bottom: 0}
.Floor002828 .right h3{font-size: 20px; margin-top:0; color:#333; padding-left: 15px;} 
.Floor002828 .right dl{padding-bottom:3.5vw; margin-left:10%;position: relative}
.Floor002828 .right dl:after{content:'';width:1px;height: 100%;background:var(--hover-color);display: block;position: absolute;left:4px;top:0;}
.Floor002828 .right dl dd{position: relative;line-height: 2;margin:1.5em 0;display: flex;align-items: center}
.Floor002828 .right dl dd span{color:#333;position: relative;margin-right: .2rem;padding-left: .2rem;width:55px;}
.Floor002828 .right dl dd span:after{content:'';width: 9px;height: 9px;background:var(--hover-color);border-radius: 50%;display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.Floor002828 .right dl dd p{margin:0;line-height: 2;background:#f6f6f6;padding:0.08rem 0.2rem;position: relative;}

.Floor002828 .right dl dd p:before{position: absolute;content:'';top:50%;width:0; height:0; border:7px solid #f6f6f6; border-left:0; border-top-color:transparent;border-bottom-color:transparent; left:-7px; margin-top:-7px;}
.Floor002828 .right .zj{background:var(--hover-color);color:#fff;text-align: right;padding:0 0.25rem;line-height: .45rem;}
.Floor002828 .right .zj span{margin-left:0.2rem;}

@media(min-width:1025px){
    .Floor002828{position: relative;}
    .Floor002828 .left{position: relative;padding: 0 5%}
    .Floor002828 .left::before{ content:''; width:1px; height:100%;  top:0; position:absolute; background-color:#e8e8e8; z-index:0; right:8%;display: none}
    .Floor002828 .right{}
    .Floor002828 .right li{ /*max-height: 750px;*/ overflow-y: auto; padding-right:0px;}
    .Floor002828 .right li::-webkit-scrollbar{width:5px;  height:10px;}
    .Floor002828 .right li::-webkit-scrollbar-track{ background: rgb(239, 239, 239); border-radius:2px;}
    .Floor002828 .right li::-webkit-scrollbar-thumb{ background: #bfbfbf; border-radius:10px;}
    .Floor002828 .right li::-webkit-scrollbar-thumb:hover{background:#004098;}
    .Floor002828 .right li::-webkit-scrollbar-corner{background: #004098;}  
    .Floor002828 .left .slick-arrow{top: 50%; transform: rotate(-45deg);margin-top: -7px}
    .Floor002828 .left .slick-prev{left:0;}
    .Floor002828 .left .slick-next{right:0; transform: rotate(135deg);}
}
@media(max-width:1024px){
    .Floor002828 .right dl dd span{width:100px;}
    .Floor002828 .slider-small li aside{text-align: center;}
    .Floor002828 .left .slick-arrow{top: 50%;margin-top: -7px; width: 14px; height: 14px;}
    .Floor002828 .left .slick-prev{left: 0;transform: rotate(-45deg);}
    .Floor002828 .left .slick-next{right: 0;transform: rotate(135deg);}
    .Floor002828 .slider-small{padding: 0 30px; }
}





.singing{padding: 5vw 0;min-height: 4rem;}
.singing .title{font-size:var(--font-size36);color: #333;padding-bottom: .3rem;border-bottom: 1px solid #ebebeb;margin-bottom: .3rem }

@media(max-width:1024px){
    .singing{padding: 50px 0;}
}





.Searchlist{padding: 5vw 0;min-height: 4rem;}
.Searchlist .title{font-size:var(--font-size36);color: #333;padding-bottom: .3rem;border-bottom: 1px solid #ebebeb;margin-bottom: .3rem }
.Searchlist .list li{ position: relative; padding: 10px 100px 10px 0; line-height: 22px;}
.Searchlist .list li *{ color: #777;}
.Searchlist .list li time{ position: absolute; right: 0; top: 10px; display: block;}
.Searchlist .list li a{position: relative; display: block; width: 100%;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; padding-left: 15px; }
.Searchlist .list li a:before{ display: table; content: ">"; position: absolute; left: 0; top: 0; height: 100%; width: 20px;}
.Searchlist .list li a:hover{ color:var(--hover-color);}
 
@media(max-width:1024px){
    .Searchlist{padding: 50px 0;}
}






/*网站地图样式*/
.Websitemap002315 li{ border-bottom:dotted 1px #ddd; padding:15px 0; position: relative; line-height: 24px; color: #ccc; font-weight: lighter; font-size: 0.16rem;}

.Websitemap002315 li strong{ display: inline-block; width: 120px; color: #333; font-weight:bold; font-size: 0.18rem;position: relative;padding-left: 10px}
.Websitemap002315 li strong a{ font-weight:bold;}
.Websitemap002315 li strong:before{ content: "•"; position: absolute; left: 0; top: 50%; color: #333; margin-top: -12px;font-weight: normal}
.Websitemap002315 li a{ display: inline-block; margin: 0 10px; font-weight: normal;}
.Websitemap002315 li a:hover{color: var(--hover-color);} 

@media(max-width:1024px){
    .Websitemap002315 li span{display: block;padding: 10px 0 0 11px}
}












