@font-face {
  font-family: 'hml';
  src: url('fonts/HarmonyOS/Light.woff') format('woff');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'hmr';
  src: url('fonts/HarmonyOS/Regular.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'hmm';
  src: url('fonts/HarmonyOS/Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'hmb';
  src: url('fonts/HarmonyOS/Bold.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

body {font-family: 'hmr'; font-weight: normal; --hover-color:#ec232b;--white:#fff; --black:#000; --grey:#333; --grey2:#666; --grey3:#999; --rgb-white:255,255,255;--rgb-black:0,0,0; font-size: var(--font-size16);--rgb-hover:220,20,60; --radius: .1rem;}

a:hover{color:var(--hover-color); }


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;transition: all ease 0.3s;}

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

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

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

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




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


/*Top003156 */
.Top003156 {position: fixed;z-index: 100;left: 0;top: 0;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.2); transition: background-color 0.3s,transform 1s;}
/* .Top003156::after{position: absolute;content: '';left: 0;bottom: 0;width: 100%;height: 100%;background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) ,rgba(0,0,0,0));z-index: -1;} */
.Top003156 .auto { position: relative; z-index: 3; }
.Top003156 .logo { display: table; }
.Top003156 .logo a { display: table-cell; vertical-align: middle; }
.Top003156 .top-right { position: absolute; right: 0; top: 0; display: table; }
.Top003156 .top-right > * { display: table-cell; vertical-align: middle; }
.Top003156 .open-search { cursor: pointer; display: block; width: 0.22rem; height: 0.22rem; background: url(../images/search_white.svg) no-repeat center center; background-size: 0.17rem auto; border-radius: 50%; }
.Top003156 .open-search.on:before, .Top003156 .open-search.on:after { background-color: var(--hover-color); }
.Top003156 .top-search { position: absolute; right: 0; top: 100%; z-index: 100; background-color: #fff; box-shadow: 0 0 0.05rem rgba(0,0,0,0.3); border-radius: 0.05rem; }
.Top003156 .top-search .text { width: 100%; height: 0.5rem; line-height: 0.5rem;; padding: 0 0.5rem 0 0.15rem;border-radius: 0.05rem; }
.Top003156 .top-search .btn { position: absolute; right: 0; top: 0; width: 0.5rem;; height: 100%; background: url(../images/search.svg) no-repeat center center; background-size: auto 0.18rem; }
.Top003156 .top-right .lang{position: relative;z-index: 100; padding-right: 0.2rem;}
.Top003156 .top-right .lang::before{position:absolute;right: 0; top: 50%; width: 0.01rem; height:.16rem; content: ''; background: rgba(var(--rgb-white), 0.3); transform: translateY(-50%);}
.Top003156 .top-right .lang .icon{ display:block;background:url(../images/lang_white.svg) no-repeat left center; padding:0 0.2rem 0 0.3rem; cursor:pointer; position: relative; z-index: 1;  background-size: auto 0.2rem; color: #fff;}
.Top003156 .top-right .lang .icon:after {position: absolute;width:0.08rem;height: 0.08rem;content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(135deg);border-top: 1px solid #fff;border-right: 1px solid #fff;right: 0;top: 50%;margin-top: -0.02rem;}
.Top003156 .top-right .lang .lang_box{position: absolute; left: 50%; width: 100px;margin-left: -50px; z-index: 100;background: #fff;border-radius: 0 0 6px 6px; top: 100%; padding: 10px 0;display: none;}
.Top003156 .top-right .lang .lang_box a{display: block;line-height: 30px;text-align: center;}
.Top003156 menu li span, .Top003156 menu li span a { display: block; }
.Top003156 menu li span { position: relative; z-index: 2; }
.Top003156 menu li span:after { position: absolute; content: ''; left: 50%; height: 2px; background-color: var(--white); transform: translateX(-50%); transition: 0.3s; bottom: -1px; width: 0; }
.Top003156 menu li span a:hover, 
.Top003156 menu li.aon span a { color: #fff; }
.Top003156 menu li:hover span:after, 
.Top003156 menu li.aon span:after { width: 100%; }

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

.Top003156.hover::after,
.Top003156.Top003156_column::after,
.Top003156.fixed::after{background-image: none;}

.Top003156 .logo .red{display: none;}
.Top003156 .logo .white{display: block;}

.Top003156.hover .logo .white,
.Top003156.Top003156_column .logo .white,
.Top003156.fixed .logo .white{display: none;}

.Top003156.hover .logo .red,
.Top003156.Top003156_column .logo .red,
.Top003156.fixed .logo .red{display: block;}

.Top003156.hover menu li span a,
.Top003156.Top003156_column menu li span a,
.Top003156.fixed menu li span a{color: var(--black);}

.Top003156.hover menu li span a:hover, 
.Top003156.Top003156_column menu li span a:hover, 
.Top003156.fixed menu li span a:hover, 
.Top003156.hover menu li.aon span a,
.Top003156.Top003156_column menu li.aon span a,
.Top003156.fixed menu li.aon span a { color: var(--hover-color); }

.Top003156.hover menu li span:after,
.Top003156.Top003156_column menu li span:after,
.Top003156.fixed menu li span:after{ background-color: var(--hover-color);}

.Top003156.hover,
.Top003156.Top003156_column,
.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.Top003156_column 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.Top003156_column menu li a:hover,
.Top003156.Top003156_column 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.Top003156_column .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.Top003156_column .top-right .lang .icon:after,
.Top003156.fixed .top-right .lang .icon:after{ border-color: #333;}

.Top003156.hover .top-right .lang::before,
.Top003156.Top003156_column .top-right .lang::before,
.Top003156.fixed .top-right .lang::before{background: rgba(var(--rgb-black), 0.3);}

.Top003156.hover .open-search,
.Top003156.Top003156_column .open-search,
.Top003156.fixed .open-search{background: url(../images/search.svg) no-repeat center center;background-size: 0.17rem auto; }

.Top003156.hover .open-search.on:before, 
.Top003156.hover .open-search.on:after,
.Top003156.Top003156_column .open-search.on:before, 
.Top003156.Top003156_column .open-search.on:after,
.Top003156.fixed .open-search.on:before, 
.Top003156.fixed .open-search.on:after { background-color: var(--hover-color); }


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

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




.HomeBan{overflow: hidden; position: relative;}
.HomeBan li{position: relative;overflow: hidden;}
.HomeBan li img{display: block;width: 100%;}
.HomeBan li video{position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%,-50%); height: 100%; width: 100%;object-fit: cover;}
.HomeBan li .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff; z-index: 20;}
.HomeBan li .txt .tit {font-size: var(--font-size45);line-height: 1.3;  margin-bottom: 0.2rem;font-weight: 500;}
.HomeBan li .txt .desc{font-size: var(--font-size18); line-height: 1.875;}
.HomeBan li .txt .Homemore{margin-top:0.4rem;}

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

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



.HomeAbout{padding:var(--padMar120) 0; overflow: hidden; position: relative; }
.HomeAbout .edit_info{font-size: var(--font-size18); color: var(--grey); line-height: 1.875; }
.HomeAbout .edit_info p{ margin: 0.1rem 0;}
.HomeAbout .right img{ border-radius: var(--radius);}
.HomeAbout .Homemore{margin-top:0.4rem;}

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

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


.home_box1{padding: var(--padMar120) 0;background: #f5f5f5}
.home_box1 .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: .8rem;}
.home_box1 .list ul{display: flex;justify-content: space-between;}
.home_box1 .list li{position: relative;border-radius: .1rem;overflow: hidden;counter-increment: itemcounter;transition: .3s all}
.home_box1 .list li .pic{height: 5.8rem;position: relative;border-radius: .1rem;overflow: hidden;}
.home_box1 .list li .pic::before{content: '';position: absolute;width: 100%;height: 70%;z-index: 2;left: 0;bottom: 0}
/* .home_box1 .list li:nth-child(1) .pic::before{background: linear-gradient(to top, rgba(16, 85, 166, 1) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 100%);}
.home_box1 .list li:nth-child(2) .pic::before{background: linear-gradient(to top, rgba(60, 98, 241, 1) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);}
.home_box1 .list li:nth-child(3) .pic::before{background: linear-gradient(to top, rgba(49, 163, 251, 1) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);} */
.home_box1 .list li .pic::before{background: linear-gradient(to top, rgba(62, 91, 111, 1) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);}
.home_box1 .list li .pic span{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.home_box1 .list li .pic span img{width: 100%;height: 100%;object-fit: cover;}
.home_box1 .list li .txt{position: absolute;padding: 0 .2rem;left: 0;width: 100%;bottom: .3rem;z-index: 10;text-align: center}
.home_box1 .list li .txt:before{content: counters(itemcounter, ".", decimal-leading-zero);font-size:var(--font-size36) ;font-family: 'Barlow-Bold';color: #fff;opacity: .5}  
.home_box1 .list li .txt .tit1{font-size:var(--font-size28);color: #fff;padding: .15rem 0 .1rem;font-family: 'hmm'; }
.home_box1 .list li .txt .tit2{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #fff;font-family: 'hml';padding: 0 .2rem}
.home_box1 .list li .txt .more{display: flex;align-items: center;opacity: 0;transform: translateY(30px);transition: .3s all;margin-top: .36rem;font-size: var(--font-size16);    color:#888;transition-delay: .3s}
.home_box1 .list li .txt .more::after{content: '';width: 11px;height: 11px;background: url(../images/more.svg)no-repeat center;margin-left: .17rem;}
.home_box1 .list li.active .txt {width: 70%;text-align: left;padding:.4rem .5rem;border-radius:0 .1rem 0 0;background:url(../images/home_box1_bg1.png)no-repeat center;background-size: cover;;bottom: 0;}
.home_box1 .list li.active .txt:before{color: #7a8798}
.home_box1 .list li.active .pic::before{opacity: 0;}
.home_box1 .list li.active .txt .tit1{color: var(--grey);}
.home_box1 .list li.active .txt .tit2{white-space: normal;-webkit-line-clamp: 2;word-break: break-word;-webkit-box-orient: vertical;color: #666975;padding: 0;line-height: 1.75}
.home_box1 .list li.active .txt .more{transform: translateY(0);opacity: 1}
@media(min-width:1025px){
    .home_box1 .list li{width: 15%}
    .home_box1 .list li.active{width: 51.25%}
}

@media(max-width:1024px){
    .home_box1 .list ul{flex-wrap: wrap; }
    .home_box1 .list li{width:49%; margin-bottom: 2%}
    .home_box1 .list li .pic{height: 4.5rem;}
    .home_box1 .list li.active .txt{padding: 4%}
    .home_box1 .list li .txt .tit1{font-size:var(--font-size22);}
}
@media(max-width:640px){
    .home_box1 .list li{width:100%;margin-bottom:6%}
    .home_box1 .list li a{display: flex; flex-wrap: wrap}
    .home_box1 .list li .pic{width: 100%}
    .home_box1 .list li .txt {position: relative; order: 2; width: 100%!important;text-align: left;padding:4%;border-radius: .1rem;background:url(../images/home_box1_bg1.png)no-repeat center;background-size: cover;;bottom: 0;margin-top: -2rem}
    .home_box1 .list li .txt:before{color: #7a8798}
    .home_box1 .list li .pic::before{opacity: 0;}
    .home_box1 .list li .txt .tit1{color: #2d2e32;}
    .home_box1 .list li .txt .tit2{white-space: normal;-webkit-line-clamp: 2;color: #666975;padding: 0;line-height: 1.75}
    .home_box1 .list li .txt .more{transform: translateY(0);opacity: 1}
}


/*Floor003205 */
.Floor003205{overflow: hidden; padding: var(--padMar120) 0;}
.Floor003205 .word .t1{font-weight: bold; font-size: var(--font-size24); color: var(--hover-color);}
.Floor003205 .word .t2{line-height: 1.75; color: var(--grey);}
.Floor003205 .box{position: relative;z-index: 1; transition: 0.3s;}
.Floor003205 .box .pic{position: relative;position: relative;z-index: 1; overflow: hidden; transition: 0.3s;}
.Floor003205 .Ispic{position: absolute; height: 100%; }
.Floor003205 .Ispic:before{position: absolute; content: ''; left: 0;top:0;width: 100%;height: 100%; background-color: #111; opacity: 0.45; transition: 0.3s;}
.Floor003205 .txt{position: absolute; top: 0; left: 0;width: 100%;display: flex; height: 100%;z-index: 10; color:var(--white);justify-content: center;}
.Floor003205 .txt .inside{ transition: 0.3s;}
.Floor003205 .title{font-size:var(--font-size30); margin-bottom: .2rem;font-weight: bold;}
.Floor003205 .txt p{line-height: 2;}
.Floor003205 dl{display: flex; flex-wrap: wrap;}
.Floor003205 dl dd{background:rgba(var(--rgb-white),0.3); width: 48%; text-align: center;margin-right: 4%; margin-top: 4%; border-radius: var(--radius); backdrop-filter: blur(8px);}
.Floor003205 dl dd:nth-child(2n){margin-right: 0;}
.Floor003205 dl dd a{display: block; color:var(--white); line-height:.4rem;}
.Floor003205 dl dd:hover{background: var(--hover-color); border-color: var(--hover-color);}
@media (min-width:1025px) {
    .Floor003205 .word{width:53%; max-width:10.3rem;}
    .Floor003205 .wrap{display: flex;justify-content: space-between; overflow: hidden; border-radius: var(--radius);}
    .Floor003205 .box{height:5.2rem; width: 50%; }
    .Floor003205 .box.active{width: 60%;}
    .Floor003205 .box.no-active{width:40%;}
    .Floor003205 .box:nth-child(2n-1) .pic{transform: skewX(-20deg);right:20%}
    .Floor003205 .box.no-active:nth-child(2n-1) .pic{right: 20%;}
    .Floor003205 .box:nth-child(2n-1) .Ispic{right: -20%;}
    .Floor003205 .box:nth-child(2n) .pic {transform: skewX(-20deg);left:-2px;}
    .Floor003205 .box:nth-child(2n) .Ispic{left:-20%}
    .Floor003205 .box:nth-child(2n-1) .txt{padding-top:.7rem; padding-left: .8rem; justify-content: flex-start;}
    .Floor003205 .box:nth-child(2n) .txt{align-items: center;padding-bottom:.7rem; padding-right: .8rem; justify-content: flex-end; align-items: flex-end; }
    .Floor003205 .box .pic{width:60vw; height: 100%; border-left:.1rem solid var(--white); border-right:.1rem solid var(--white);}
    .Floor003205 .Ispic{width: 110%;transform: skewX(20deg);}
    .Floor003205 .box.active .Ispic:before{opacity: 0.6;}
    .Floor003205 .box.no-active .inside{transform: scale(0.86);}
    .Floor003205 .box.no-active .Ispic:before{opacity: 0.3;}

    .Floor003205 .txt .inside{max-width: calc(500 / 16 * 1em); width: 75%; }
    .Floor003205 .box:nth-child(2n) .txt .inside{text-align: right;}
}
@media (max-width:1024px) {
    .Floor003205 .word{margin-bottom: .3rem;}
    .Floor003205 .box:not(:last-child){margin-bottom: .2rem}
    .Floor003205 .box .pic{padding-bottom: 66%;}
    .Floor003205 .Ispic{width: 100%;}
    .Floor003205 .txt{align-items: center;}
    .Floor003205 .txt .inside{ width: 90%; }
}


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

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

.Bottom002900 .share li{float: left;position: relative;}
.Bottom002900 .share li figure{position: absolute; left: 0; bottom: 100%; width: 1.2rem; padding: 0.05rem;background: #fff; margin-bottom: 0.1rem;border-radius: 0.1rem;display: none;}
.Bottom002900 .share li figure img{display: block;width: 100%;}
.Bottom002900 .share li figure:before{position: absolute; content: '';border:0.05rem solid transparent; left: 20px; top: 100%;border-top-color: #fff;}
.Bottom002900 .share li:not(:last-child){margin-right: 0.15rem;}
.Bottom002900 .share li a{display: block;background: rgba(255,255,255,0.15); width: 0.45rem; height: 0.45rem;background-position: center center;background-repeat: no-repeat; background-size: 0.22rem auto; border-radius: 50%; cursor: pointer;}
.Bottom002900 .share li a:hover{background-color: var(--hover-color);}
@media(min-width:1025px){
    .Bottom002900 .logo{ margin-bottom: 0.26rem;}
    .Bottom002900 .contact .tit{padding-bottom: 0.16rem;}
    .Bottom002900 .share{margin: 0.25rem 0 0 0;}
}
@media(min-width:1025px) and (max-width:1280px){
    .Bottom002900 .share li:not(:last-child){margin-right: 2vw;}
}
@media(max-width:1024px){
    .Bottom002900{text-align: center;}
    .Bottom002900 .logo{padding: 0 20% 3%;}
    .Bottom002900 .contact .tit{padding: 3vw 0;justify-content: center;}
    .Bottom002900 .contact .hotline p{justify-content: center }
    .Bottom002900 .code ul{justify-content: center;}
    .Bottom002900 .share ul{margin: 0 auto;display: table;}
    .Bottom002900 .share li figure{left: 50%; margin-left: -60px;}
    .Bottom002900 .share li figure:before{left: 50%; margin-left: -5px;}
}

@media(max-width:640px){
.Bottom002900 .contact .num{ font-size:var(--font-size30);}
}







.nBanner{position: relative;}
.nBanner .imgbox {padding-bottom: calc(700/1920*100%);}
.nBanner .imgbox img {position: absolute; left:0; top:0;}
.nBanner .txt{width:100%;height: 100%;;position: absolute;z-index: 2;left:0;top:0%;color:var(--white); display: flex;align-items: center;}
.nBanner .txt .cn{font-size: var(--font-size54);font-weight: bold;line-height: 1.5; text-align: left;}
.nBanner .txt .en{font-size: var(--font-size30); color: var(--white); line-height: 1.2; margin-top: 0.1rem; text-transform: uppercase;}
@media (min-width:1025px) {
    .nBanner .wap{display: none;}   
}
@media (max-width:1024px) {
    .nBanner .pc{display: none;}  
    .nBanner .txt .cn{font-size: var(--font-size28);}  
    .nBanner .txt .en{font-size: var(--font-size18);}
}
@media (max-width:460px) {
    .nBanner .imgbox {padding-bottom: 50%;}
}


/*Menu003135 */
.Menu003135{position: relative;z-index: 3; border-bottom: 1px solid rgba(0,0,0,0.1);}
.Menu003135 .nav-menu .ul{display: flex; justify-content: center;flex-wrap: wrap}
.Menu003135 .nav-menu li{font-size:var(--font-size18);line-height:.7rem;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:3vw;}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135  a:hover,
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color:var(--hover-color);}
.Menu003135 .nav-menu li.aon a:before{position: absolute;content: ''; left: 0; bottom: 0;width: 100%; height: 2px;background-color:var(--hover-color);}


.lj-section{padding:var(--padMar120) 0 0; }
.lj-section .container h2{font-size: var(--font-size38); color: var(--black); margin: 0 0 .2rem 0;}
.lj-section .container p{font-size: var(--font-size18); color: var(--grey); line-height: 1.8; margin: 0;}



.PicList002323{padding:var(--padMar120) 0;}
.PicList002323 .list{ overflow: hidden;}
.PicList002323 ul li{ float: left; width: 49%;text-align: center; margin-bottom:var(--padMar60);}

.PicList002323 ul li .pic{ position: relative; overflow: hidden; padding: .4rem;}
.PicList002323 ul li .pic img{transition: 0.4s;}
.PicList002323 ul li a:hover img{transform: scale(1.08); transition: 0.4s;}
.PicList002323 ul li h3{color: var(--black);margin:0; font-weight: normal; font-size:var(--font-size20);}
.PicList002323 ul li:hover h3{ color:var(--hover-color);}
@media screen and (min-width:1025px ){
    .PicList002323 ul li{width:22.75%; }
    .PicList002323 ul li:not(:nth-child(4n)){margin-right: 3%;}
}
@media screen and (max-width:1024px ){
    .PicList002323 ul li:not(:nth-child(2n)){margin-right: 2%;}
}


.RighInfo003148{padding:var(--padMar120) 0;}

.RighInfo003148 .items-group .items{margin-bottom: .6rem; font-size:var(--font-size18); }
.RighInfo003148 .items-group .items p{color:var(--grey);line-height:1.7; margin: 0 0 .1rem 0; font-family: 'hml';}
.RighInfo003148 .items-group .items .title{font-size:var(--font-size32);color: var(--black); margin-bottom:.3rem; font-weight: bold;}
.RighInfo003148 .items-group .items ul li span{color: var(--black); font-family: 'hmr';}
.RighInfo003148 .items-group .items ul li{ color: var(--grey); font-family: 'hml'; margin-bottom: .12rem; line-height:1.6;}
.RighInfo003148 .items-group .items ul li::before{display: inline-block;content: '';width:4px;height:4px;border-radius: 50%;background-color:var(--grey);margin-right:.12rem;vertical-align: middle; margin-top: -2px;}

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

@media (min-width:1025px) {
    .RighInfo003148 .items-group .items{display: flex;align-items: center;justify-content: space-between}
    .RighInfo003148 .items-group .img{width:47%;flex: 0 0 auto}
    .RighInfo003148 .items-group .items .txt{flex: 1}
    .RighInfo003148 .items-group .items:nth-child(2n){flex-direction: row-reverse;}
    .RighInfo003148 .items-group .items:nth-child(2n-1) .txt{padding-right:7%;}
    .RighInfo003148 .items-group .items:nth-child(2n) .txt{padding-left:7%;}  
}
@media (max-width:1024px) {
.RighInfo003148 .items-group .txt{padding-bottom: 2em ;}   
}


.Floor003114{padding:var(--padMar120) 0;overflow: hidden; background: #f2f2f2;}
.Floor003114 .btn{position: relative; min-height: 1px;margin-bottom:.3rem;display: flex;justify-content: flex-end}
.Floor003114 .slick-arrow{position: relative;bottom: 100%;width: .5rem;height: .5rem; font-size: 1em;text-indent: 9999em; cursor: pointer;transition: 0.3s; border-radius: 50%; border: 1px solid var(--hover-color);z-index: 1;}
.Floor003114 .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%;}
.Floor003114 .slick-arrow:hover::before{border-left: 2px solid var(--white);border-top: 2px solid var(--white);}
.Floor003114 .slick-arrow:hover{background-color: var(--hover-color);}
.Floor003114 .slick-prev{margin-right: .1rem}
.Floor003114 .slick-next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}

.Floor003114 .slider{width: 118%;overflow: hidden;}
.Floor003114 .slider .ul{padding-right: 9.591%;}
.Floor003114 .slider .pic figure{padding-bottom: 80%;}
.Floor003114 .slider .slick-list{overflow: inherit;}
.Floor003114 .slick-slide:not(.slick-active){opacity: 0.5;}
.Floor003114 .slick-slide{display: block;margin-right:.1rem;}
.Floor003114 .slick-slide.slick-active a:hover .pic:before{width: 100%;}

@media (max-width:640px) {
    .Floor003114{font-size: 3.5vw;}
    .Floor003114 .slider .ul{padding-right: 18%;}
    .Floor003114 .slick-slide a{margin-right: 5vw;}
}






/* 产品详情 */

.RighInfo001774{padding:var(--padMar120) 0 0;}

.RighInfo001774 .big{ margin-bottom:.22rem;}
.RighInfo001774 .big li figure{border:1px solid #e5e5e5;  padding-bottom:60.7%; background-size:cover; }
.RighInfo001774 .small{ padding:0 30px; position: relative;}
.RighInfo001774 .small .slick-arrow{ position:absolute; height:100%; top:0; width:25px; z-index:10; cursor:pointer; border: 0;background: none;padding: 0; }
.RighInfo001774 .small .slick-prev{ left:0; background: url(../images/Floor002827_btn_arrow.svg) no-repeat right center;background-size: 25px;}
.RighInfo001774 .small .slick-next{ right:0; background: url(../images/Floor002827_btn_arrow.svg) no-repeat right center;background-size: 25px; transform: rotate(180deg);}
.RighInfo001774 .small .slick-prev:hover{background: url(../images/Floor002827_btn.svg) no-repeat right center;background-size: 25px;}
.RighInfo001774 .small .slick-next:hover{background: url(../images/Floor002827_btn.svg) no-repeat right center;background-size: 25px;transform: rotate(180deg);}

.RighInfo001774 .small .slick-disabled{ cursor:default;}
.RighInfo001774 .small .slick-arrow span{ font-size:20px; color:#ccc;}
.RighInfo001774 .small li figure{ margin:0 auto; padding-bottom:62%; background-size:cover; max-width:90%; border:1px solid #e5e5e5; border-radius: var(--radius1)}
.RighInfo001774 .small li.slick-current figure{ border-color:var(--hover-color);}
.zoomContainer{ z-index:100;}


.RighInfo001774 .intro .fu{font-size: var(--font-size18); color: var(--black); margin-bottom: .1rem; font-family: 'hml';}
.RighInfo001774 .intro .title{ color:var(--hover-color); font-size:var(--font-size36); padding:0 0 .3rem; margin: 0 0 .3rem 0; border-bottom: 1px solid var(--black); font-weight: normal;}
.RighInfo001774 .intro .sub p{font-size: var(--font-size18); color: var(--grey); line-height:2; margin:0; font-family: 'hml';}

.RighInfo001774 .btn2{margin-top: .5rem;}
.RighInfo001774 .btn2 a{display:inline-block;height:3.2em; line-height:3.2em; text-align:center; padding:0 .3rem;margin-right:.15rem;}
.RighInfo001774 .btn2 a::after{display: inline-block; vertical-align: top;content: '';background-size: contain;background-position: center; background-repeat: no-repeat; width:.22rem;height: 3.2em;margin-left:.12rem;}
.RighInfo001774 .btn2 .back{background: var(--white); color:var(--hover-color); border: 1px solid var(--hover-color);}
.RighInfo001774 .btn2 .back:after{background-image:url(../images/icon-back2.svg)}

.RighInfo001774 .btn2 .download{background: var(--hover-color); color:var(--white); border: 1px solid var(--hover-color);}
.RighInfo001774 .btn2 .download:after{background-image:url(../images/icon-shouce.png)}


.RighInfo001774 .wrap .infobox{margin-top: 1rem; }
.RighInfo001774 .wrap .info{margin:0;}
.RighInfo001774 .tab{ text-align: center; border-bottom: 1px solid #ddd;margin-bottom: 3%;display: none;}

.RighInfo001774 .tab_on{ position: fixed; top: 0;left: 0; width: 100%; background: var(--white); z-index:10; text-align: center; display: table; margin: 0 auto; border-bottom: 1px solid #eee; }
.RighInfo001774 .tab ul{display:table;margin:0 auto;}
.RighInfo001774 .tab li{float: left;margin:0 calc(40 / 1920 * 100vw);}
.RighInfo001774 .tab a{display: inline-block;   padding:.3rem 0 ; cursor: pointer; position: relative; font-size:var(--font-size22); color: var(--black0);}
.RighInfo001774 .tab a:after{position: absolute;content: ''; height: 2px;width: 0;transition: 0.3s;background-color: var(--hover-color3); left: 50%;transform: translateX(-50%); bottom: 0;}
.RighInfo001774 .tab a:hover:after,
.RighInfo001774 .tab li.on a:after{width: 100%;}
.RighInfo001774 .tab_on a{ color:var(--black);}
.RighInfo001774 .tab_on a:after{ background-color: var(--white);}
.RighInfo001774 .infobox .name{margin-bottom: .2rem;}
.RighInfo001774 .infobox .name h1{font-size:var(--font-size36); color: var(--black); font-family: 'hmb'; margin: 0;}
.RighInfo001774 .infobox .name p{font-size: var(--font-size20); color: var(--grey); margin: .1rem 0 0 0;}


.RighInfo001774 .wrap .infobox .Aniu{ text-align: center; margin-top:1rem; font-size:.24rem;}
.RighInfo001774 .wrap .infobox .Aniu .but{ min-width:3.4rem; cursor:pointer; line-height:2; position: relative; display:inline-block; vertical-align:middle;}
.RighInfo001774 .wrap .infobox .Aniu .but span{ background:var(--hover-color3); color:#fff; position:relative; border-radius:.5rem; padding:.1rem .5rem .1rem .6rem; display:inline-block; vertical-align:middle; z-index:5; display: flex; justify-content:center; align-items:center; letter-spacing:.05rem;}
.RighInfo001774 .wrap .infobox .Aniu .but::before,
.RighInfo001774 .wrap .infobox .Aniu .but::after{ border:solid 1px var(--hover-color3); background:rgba(20,101,194,.1); -webkit-animation:pulse 2s linear infinite; animation:pulse 2s linear infinite; border-radius:9999px; content:''; opacity:.6; position:absolute; left:0; top:0; height:100%; width:100%; z-index:1; box-sizing:border-box; transform:scale(.98);}
.RighInfo001774 .wrap .infobox .Aniu .but::after{ -webkit-animation-delay:1s; animation-delay:1s}
@-webkit-keyframes pulse{
    to{
        opacity:0;
        transform:scale(1.4,1.8);
    }
}
@keyframes pulse{
    to{
        opacity:0;
        transform:scale(1.4,1.8);
    }
}

@media(min-width:1025px){
    .RighInfo001774 .shang{display: flex;justify-content: space-between;align-items: center;}
    .RighInfo001774 .list_img{width:45%;flex: 0 0 auto}
    .RighInfo001774 .intro{flex: 1;padding-left: 7%;}
}

@media(max-width:1024px){
    .RighInfo001774 .intro{padding-top: .3rem}
    .RighInfo001774 .intro .title{font-size:var(--font-size30); }
}


.Pro-feature{background:#f2f2f2; padding: var(--padMar80) 0;}
.Pro-feature .introd .info{line-height:2;}
.Pro-feature .introd .info li{font-size: var(--font-size18); color: var(--grey); font-family: 'hml'; margin-bottom: .05rem;}
.Pro-feature .introd .info li::before{display: inline-block;content: '';width:4px;height:4px;border-radius: 50%;background-color:var(--grey);margin-right:.12rem;vertical-align: middle; margin-top: -2px;}
.Pro-feature .introd .info li span{color: var(--hover-color); text-decoration: underline;}
@media (min-width:1025px) {
.Pro-feature .introd .img{width: 45%;}
.Pro-feature .introd .info{padding-left:10%;}  
}
@media (max-width:1024px) {
.Pro-feature .introd .img{margin-bottom: 2em;}
}


.Chart{padding: var(--padMar100) 0; }
.Chart .parameter{font-size: var(--font-size18); color: var(--grey); line-height: 1.4;}
.Chart .parameter ul{width: 100%;}
.Chart .parameter li{margin-bottom:2%; /* background: var(--white); box-shadow: 1px 4px 16px rgba(26,26,26,0.1); border-radius: .1rem; */}
.Chart .parameter li span{font-size: var(--font-size18); color: var(--black); font-family: 'hml';}
.Chart .parameter li aside{font-size:var(--font-size20);margin-top:.1rem;color:var(--hover-color); line-height:1.6; font-family:'hmm'; min-height: .64rem;}
.Chart .parameter .paraul li aside{min-height: 1.25rem;}
@media(min-width:641px){
.Chart .parameter li{float: left;width:29%;border-bottom:1px dashed var(--black); padding: .3rem 0;}
.Chart .parameter li:not(:nth-child(3n)){margin-right:6.5%;}
.Chart .parameter li:nth-child(3n+1){clear: left;}
}
@media(max-width:480px){
.Chart .parameter li{ padding: .15rem; border-bottom:3px solid #f8f8f8;}
}


.columntit{padding-bottom:.3rem;color:var(--black);font-size:var(--font-size40); font-family: 'hmb'; line-height: 1.5;}
@media(max-width:1024px){
    .columntit{font-size:var(--font-size30);}
}

.Technical{padding:var(--padMar100) 0;}
.Technical .singlePage p{line-height:1.8;color: var(--grey); font-size: var(--font-size20); font-family: 'hml'; margin: 0 0 .12rem 0;}
.Technical .singlePage span{color: var(--hover-color);text-decoration: underline;}
.Technical .singlePage img{margin-top: .2rem;}

.Technical .playvideo{margin-top: .3rem;}
.Technical .playvideo .pic{position: relative;z-index: 5;overflow: hidden;}
.Technical .playvideo .open-video {position: absolute;left: 50%;top: 50%;cursor: pointer;z-index: 10;transform: translate(-50%, -50%);bottom: auto;}
.Technical .playvideo .open-video i{display: block;width: 0.6rem; height: 0.6rem; border-radius: 50%; background: url(../images/play.png) no-repeat center center; background-size: 0.18rem auto; position: relative; z-index: 4; background-color: var(--hover-color);}
.Technical .playvideo .open-video:before,
.Technical .playvideo .open-video:after{position: absolute; content: '';border-radius: 50%;background: var(--hover-color); opacity: 0.2;-webkit-opacity: 0.2; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.Technical .playvideo .open-video:before{left: -.24rem; top: -.24rem; bottom: -.24rem;right: -.24rem; animation-delay: 0.3s;}
.Technical .playvideo .open-video:after{left: -.4rem; top: -.4rem; bottom: -.4rem;right: -.4rem;}
.Technical .playvideo .pic video{position: absolute;left: 0; top: 0;  z-index: 20;background: #000;}



.PicList003142{padding:var(--padMar100) 0; background: #f2f2f2;}
.PicList003142 li{float: left;  margin-bottom: 2.5em;}
.PicList003142 li .txt{padding-top:.3rem;}
.PicList003142 li .tit{ font-size:var(--font-size28);line-height:1.2; color: var(--hover-color);}
.PicList003142 li p{font-size:var(--font-size16); line-height:1.8; color: var(--grey); margin: .22rem 0 0 0; font-family: 'hml';}
.PicList003142 li .pic{overflow: hidden;}
.PicList003142 li .Ispic{padding-bottom:56%;transition: 0.3s;}
.PicList003142 li:hover .Ispic{transform: scale(1.08); transition: 0.3s;}
.PicList003142 li:hover{color:var(--hover-color);}
@media (min-width:1025px) {
.PicList003142 li{width:31.33%;}
.PicList003142 li:not(:nth-child(3n)){margin-right:3%;}
.PicList003142 li:nth-child(3n+1){clear: left;}    
}
@media (max-width:1024px) {
.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;}
}



.Structural{padding:var(--padMar100) 0; background: #f2f2f2;}
.Structural .intro .info{line-height:1.8;}
.Structural .intro .info p{margin:0 0 .15rem 0; font-size: var(--font-size18); color: var(--black); font-family: 'hml';}

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

@media (min-width:1025px) {
.Structural .intro .img{width:48%;}
.Structural .intro .info{padding-right:7%; }  
}
@media (max-width:1024px) {
.Structural .intro .img{margin-bottom: 2em;}
}


.PicList002951{padding-bottom:var(--padMar100) }
.PicList002951 .item:first-child{ padding: var(--padMar100) 0;background: #f2f2f2;}
.PicList002951 .item:not(:first-child):not(:last-child) .autoCon-1440{padding-bottom: var(--padMar100);border-bottom: 1px solid var(--grey);}
.PicList002951 .item:not(:first-child) .autoCon-1440{padding-top: var(--padMar100);}
.PicList002951 .item .pic{position: relative;z-index: 5;overflow: hidden;}
.PicList002951 .item .open-video {position: absolute;left: 50%;top: 50%;cursor: pointer;z-index: 10;transform: translate(-50%, -50%);bottom: auto;}
.PicList002951 .item .open-video i{display: block;width: 0.6rem; height: 0.6rem; border-radius: 50%; background: url(../images/play.png) no-repeat center center; background-size: 0.18rem auto; position: relative; z-index: 4; background-color: var(--hover-color);}
.PicList002951 .item .open-video:before,
.PicList002951 .item .open-video:after{position: absolute; content: '';border-radius: 50%;background: var(--hover-color); opacity: 0.2;-webkit-opacity: 0.2; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.PicList002951 .item .open-video:before{left: -.24rem; top: -.24rem; bottom: -.24rem;right: -.24rem; animation-delay: 0.3s;}
.PicList002951 .item .open-video:after{left: -.4rem; top: -.4rem; bottom: -.4rem;right: -.4rem;}
.PicList002951 .item .pic video{position: absolute;left: 0; top: 0;  z-index: 20;background: #000;}

.PicList002951 .txt .inner{font-family:'hml'; font-size: var(--font-size18); line-height:1.8; color: var(--grey); } 
.PicList002951 .item:first-child .inner{margin: 0 0 0 auto;}
.PicList002951 .txt p{font-size: var(--font-size18); margin: 0 0 .15rem 0;}
.PicList002951 .txt p span{color: var(--hover-color);text-decoration: underline;}
.PicList002951 .txt .inner li{margin-bottom: .08rem;}
.PicList002951 .txt .inner li::before{display: inline-block;content: '';width:4px;height:4px;border-radius: 50%;background-color:var(--grey);margin-right:.12rem;vertical-align: middle; margin-top: -2px;}
.PicList002951 .txt .inner li span{ font-family: 'hmm';}
@media(min-width:1025px){
    .PicList002951 .item .autoCon-1440{display: flex;justify-content: space-between;align-items: center;}
    .PicList002951 .pic{ width:48%;flex: 0 0 auto}
    .PicList002951 .txt{flex: 1;padding-right: 7%}
    .PicList002951 .item:nth-child(2n) .autoCon-1440{flex-direction: row-reverse;}
    .PicList002951 .item:nth-child(2n) .txt{padding-right: 0;padding-left: 7%}
}

@media(max-width:1024px){
    .PicList002951 .txt .inner{padding: 5vw 0;}
}


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


.PicList000593{padding:var(--padMar100) 0 0;}
.PicList000593 li{ float:left; width:32%; margin-right:2%; position:relative; margin-bottom:.5rem;}
.PicList000593 li:nth-child(3n){ margin-right:0;}
.PicList000593 li .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.PicList000593 li .video_files video{width:100%; height:100%; background-color:var(--black);}
.PicList000593 li .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 10;width: .3rem;height: .3rem;border-radius: 50%;background-color:var(--hover-color);cursor: pointer;}
.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.PicList000593 li .video_files .close::before{ transform:rotate(45deg);}
.PicList000593 li .video_files .close::after{ transform:rotate(-45deg);}
.PicList000593 li figure{ position:relative;}
.PicList000593 li figure em{ display:block; padding-bottom:65%; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.PicList000593 li figure a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.4); }
.PicList000593 li figure a::before,
.PicList000593 li figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.PicList000593 li figure a::before{width:.7rem;height:.7rem;border: 2px solid rgba(255,255,255,0.6);margin-left: -.35rem;margin-top: -.35rem;border-radius: 50%;}
.PicList000593 li figure a::after{width: 0;height: 0;border-top:.15rem solid transparent;border-bottom:.15rem solid transparent;border-left:.2rem solid rgba(255,255,255,0.6);margin-left: -.06rem;margin-top: -.13rem;}
.PicList000593 li p{text-align:center; font-size: var(--font-size18); color: var(--black); margin: .15rem 0 0 0;}
.PicList000593 li:hover p{color: var(--hover-color);}
@media(max-width:768px){
.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 li figure a::before{width:.5rem;height:.5rem;margin-left: -.25rem;margin-top: -.25rem;}
.PicList000593 li figure a::after{border-top-width: .1rem;border-bottom-width: .1rem;border-left-width:.15rem;margin-left: -3px;margin-top: -.07rem;}
}
@media(max-width:375px){
.PicList000593 li figure a::before{width: .4rem;height: .4rem;margin-left: -.2rem;margin-top: -.2rem;}
.PicList000593 li{width:100%; float:none; margin-right:0 !important;}
}


/*Page002623 */
.Page002623{padding:var(--padMar60) 0 var(--padMar100) 0; text-align: center;}
.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages > span:not(.p_page){display: none;}
.Page002623 .Pages em{float: left;margin: 0 3vw; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float: left;line-height:.5rem; width:.5rem; margin: 0 1px;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color: #fff;background: var(--hover-color);}
.Page002623 .Pages .p_page > a{font-size: 0;height:.5rem;position: relative;}
.Page002623 .Pages .p_page > a:before{position: absolute; content: '';border:5px solid transparent; left: 50%; top: 50%; margin: -5px 0 0 -10px;}
.Page002623 .Pages .p_page > a.a_prev:before{border-right-color: #000;border-right-width: .08rem;}
.Page002623 .Pages .p_page > a.a_next:before{border-left-color: #000;border-left-width: .08rem; margin-left: -4px;}
.Page002623 .Pages a.a_prev:hover:before{border-right-color: #fff;}
.Page002623 .Pages a.a_next:hover:before{border-left-color: #fff;}
@media(max-width:640px){
.Page002623{padding: 6vw 0 8vw 0;}
.Page002623 .Pages em{display: none;}
.Page002623 .Pages a{background-color: #eee;}
}


.Honor{padding:var(--padMar100) 0 0;}
.Honor ul{ display: flex; flex-wrap: wrap;}
.Honor li{float: left;margin-right: 2%;margin-bottom:.5rem}
.Honor li .img{background: url(../images/honor-bg.jpg) no-repeat bottom center;background-size: 100% 100%;box-sizing: border-box;padding:.3rem 0;border-radius:0;transition: all .5s;}
.Honor li .img .imgboxh{padding-top:0;}
.Honor li .img .imgboxh img{padding:0.1rem;background: url(../images/honor-kuang.png) no-repeat center center;background-size: 100% 100%;object-fit: contain;max-width:80%;max-height:3.2rem;width:80%;margin:0 auto;height:auto;position: relative;z-index:9;}
.Honor li .img .imgboxh .box{position: relative;text-align: center;width:100%;}
.Honor li:hover .img span{transform: scale(1.1);}
.Honor li .tit{text-align: center;margin-top:.15rem;font-size: var(--font-size18); color: var(--black); line-height: 1.4;}
.Honor li:hover .tit{ color: var(--hover-color);}
@media (min-width:1025px) {
    .Honor li{width: 23.5%;}
    .Honor li:nth-child(4n){margin-right: 0}
}
@media(max-width:1024px) {
    .Honor li{width: 49%;}
    .Honor li:nth-child(2n){margin-right: 0}
    .Honor li .img{height:3rem;padding:0.2rem 0;}
}



.PicList1234{padding:var(--padMar100) 0 0;}
.PicList1234 li{float: left;  margin-bottom:.5rem;}
.PicList1234 li .txt{box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);padding: 1.875em;}
.PicList1234 li .tit{ font-size:var(--font-size22);line-height:1.2; color: var(--black);}
.PicList1234 li:hover .tit{color: var(--hover-color);}
.PicList1234 li p{font-size:var(--font-size16); line-height:1.6; color: var(--grey); font-family: 'hml'; margin: .15rem 0 .5rem 0;}
.PicList1234 li .pic{overflow: hidden;}
.PicList1234 li .Ispic{padding-bottom: 62.223%;transition: 0.3s;}
.PicList1234 li a:hover .Ispic{transform: scale(1.08); transition: 0.3s;}
.PicList1234 li time{color:var(--grey3);display: block;background: url(../images/more-right.png) no-repeat right center; font-size: var(--font-size16); font-family: 'hml'; background-size: .16rem; }
.PicList1234 li a:hover time{background-image: url(../images/more-right-on.png);}
@media (min-width:1025px) {
.PicList1234 li{width: 32.143%;}
.PicList1234 li:not(:nth-child(3n)){margin-right: 1.7855%;}
.PicList1234 li:nth-child(3n+1){clear: left;}    
}
@media (max-width:1024px) { 
.PicList1234 li{width: 48%;}
.PicList1234 li:not(:nth-child(2n)){margin-right: 4%;}
.PicList1234 li:nth-child(2n+1){clear: left;} 
.PicList1234 li .txt{padding: 1em;}
}




/*.RighInfo000171*/
.RighInfo000171{padding: var(--padMar100) 0;}
.RighInfo000171 .title{ color:var(--black); padding-bottom:.3rem; border-bottom: 1px solid rgba(0,0,0,0.1); }
.RighInfo000171 .title h1{margin:0;font-size:var(--font-size34); font-weight: normal; line-height:1.5;}
.RighInfo000171 .title time{color: var(--hover-color); padding-left:.28rem; background:url(../images/time.svg) no-repeat center left; background-size:.18rem auto ; line-height:.28rem; display:inline-block; font-size: var(--font-size16);}
.RighInfo000171 .info{text-align:justify; border-bottom:1px dashed #d2d2d2; padding:.3rem 0; color: var(--black);}
.RighInfo000171 .info p{ line-height:1.8;font-size: var(--font-size18); font-family: 'hml'; margin: 0 0 .12rem 0;}
.RighInfo000171 .info h1{font-size: var(--font-size26); margin:.3rem 0 .1rem 0; font-weight: normal;}
.RighInfo000171 .info img{margin-bottom: .2rem;}
.RighInfo000171 .info .pic{ margin:2% auto; display: block;}
.RighInfo000171 .info .pic1{ float:right; margin-bottom:2%; margin-left:3%;}
.RighInfo000171 .info .pic2{ float:left; margin-bottom:2%;  margin-right:3%;}
.RighInfo000171 .bot{position:relative;margin-top:.5rem; font-family: 'hml';}
.RighInfo000171 .info_back{text-align:center;clear:both;padding:.1rem 0;position:absolute;right:0;top:0}
.RighInfo000171 .info_back a{color:var(--white); background:var(--hover-color);display:block;padding:.15rem .45rem;}
.RighInfo000171 .info_back a:hover{background:var(--hover-color);}
.RighInfo000171 .info_pn span{display:block; margin:.15rem 0}
.RighInfo000171 .info_pn span a{color:var(--grey);}
.RighInfo000171 .info_pn span a:hover{color:var(--hover-color);text-decoration:underline}
.RighInfo000171 .right{ padding:.3rem; background: #f9f9f9; border-radius: .1rem;}
.RighInfo000171 .right .subtit{ font-size:var(--font-size32); font-weight: 500; margin-bottom:.3rem; color: var(--hover-color);}
.RighInfo000171 .right li+li{margin-top:.2rem; padding-top:.2rem; border-top: 1px dashed rgba(0, 0, 0, 0.05);}
.RighInfo000171 .right .pic{width: 100%; overflow: hidden; display: none;}
.RighInfo000171 .right .Ispic{padding-bottom:60.2%; transition: 0.3s; border-radius: .1rem;}
.RighInfo000171 .right li:hover .Ispic{transform: scale(1.08); transition: 0.3s;}
.RighInfo000171 .right time{display: block; color:var(--grey3);line-height:.16rem;  font-size: var(--font-size14); margin-top: .1rem;font-family: 'hml';}
.RighInfo000171 .right .tit{font-size:var(--font-size18); line-height:1.5; color:var(--grey); margin:0; font-family: 'hml';}
.RighInfo000171 .right li:hover .tit{color: var(--hover-color);}

@media(min-width:1025px){
    .RighInfo000171 .flex{display: flex; align-items:flex-start; justify-content: space-between;}
    .RighInfo000171 .left{width:70%; padding-right:.9rem;}
    .RighInfo000171 .right{width:30%;}
    .RighInfo000171 .title{display: flex; align-items: flex-end; justify-content: space-between;}
    .RighInfo000171 .title h1{width:74%;}
    .RighInfo000171 .info_pn span{width:80%}
}
@media(max-width:1024px){
    .RighInfo000171{ padding:.5rem 0;}
    .RighInfo000171 .info_back{position:relative}
    .RighInfo000171 .bot{position:relative;margin-top:15px}
    .RighInfo000171 .right{margin-top: .3rem;}
}



.Form002802{ padding: var(--padMar100) 0; }
.Form002802 .txt{margin-bottom:1vw; line-height: 1.7; color:var(--grey3); font-size: var(--font-size16);}
.Form002802 .from p{font-size: var(--font-size18); color: var(--black); font-family: 'hml'; margin: 0 0 .4rem 0; line-height: 1.6;} 
.Form002802 .from li{position:relative; font-family: 'hml';}
.Form002802 .from li:not(.btn){border-bottom:1px solid #ddd; padding:.15rem .15rem .15rem .4rem; background-size: auto calc(20 / 16 * 1em); background-repeat: no-repeat; background-position:left center;}
.Form002802 .from li:nth-child(1){background-image: url(../images/Form002802-icon.svg);}
.Form002802 .from li:nth-child(2){background-image: url(../images/Form002802-icon2.svg);}
.Form002802 .from li:nth-child(3){background-image: url(../images/Form002802-icon3.svg);}
.Form002802 .from li:nth-child(4){background-image: url(../images/Form002802-icon4.svg); background-position:left .2rem;}
.Form002802 .from .li.btn{margin-top: .5rem;}
.Form002802 .from label{ position:absolute; left:.4rem; top:0; font-size:calc(16 / 16 * 1em); line-height:.6rem; color:var(--grey2);}
.Form002802 .from .text{ width:100%; height:.3rem; line-height:.3rem; border:none; background:none; font-size:1em;}
.Form002802 .from textarea.text{ height:.7rem;}
.Form002802 .from .btn input{ background:var(--hover-color); cursor:pointer; padding:0; border:none; width:2rem; height:.55rem; font-size:calc(16 / 16* 1em); color:var(--white);}
.Form002802 .address dd{font-family: 'hml';}
.Form002802 .address dd p{ padding-left:calc(40 / 18 *1em);  line-height: 1.75; margin: 0; background-size:auto calc(18 / 18 * 1em); background-repeat: no-repeat; color: var(--black);
background-position: left .35rem; font-size:var(--font-size20); letter-spacing: 0;}
.Form002802 .address dd p+p{ margin-top:1.5vw;padding-top:1.5vw; border-top:1px dashed #ddd; }
.Form002802 .address dd p span{display: block; color:var(--grey2); margin-bottom:.08rem;  font-size: var(--font-size18);}
.Form002802 .address dd .erwei{display: flex;}
.Form002802 .address dd .erwei img{max-width: 1.2rem; margin-right: .3rem; border: 1px solid #efefef;}
.Form002802 .address dd p b{font-size: calc(34 / 18 * 1em);  color:var(--hover-color); line-height: 1;}
.Form002802 .address dd p:first-child{background-position: left calc(4/ 18 * 1em);}
.Form002802 .address dd p.tel{background-image:url(../images/Form002802-tel.svg); }
.Form002802 .address dd p.mail{background-image:url(../images/Form002802-mail.svg); }
.Form002802 .address dd p.add{background-image:url(../images/Form002802-add.svg); }
.Form002802 .address dd p.code{background-image:url(../images/Form002802-code.png); }
.Form002802 .img{margin-top:4vw;}
@media(min-width:1025px){
.Form002802 .from{ width:60%; padding-left: 4vw; vertical-align: top;}
.Form002802 .address { width:40%; padding-right:4vw; border-right: 1px solid #ddd; vertical-align: top;}
.Form002802 .from li{float: left; width: 48%; }
.Form002802 .from li:nth-child(2n){float:right; }
.Form002802 .from li:nth-child(2n) ~ li{margin-top: 4%;}
.Form002802 .from .li{width: 100%;}
}
@media (max-width:768px) {
.Form002802{padding:.5rem 0;}
.Form002802 .ytable{display: block;}
.Form002802 .ytable-cell{display: block;}
.Form002802 .title{font-size:var(--font-size30);}
.Form002802 .title:after{height: 2px;}
.Form002802 .from{margin-top:.6rem;}
.Form002802 .address dd p+p{padding-top: 3vw;}
.Form002802 .address dd p{ background-size: auto .18rem;}
.Form002802 .address dd p span{margin-bottom: 0;}
.Form002802 .from .btn input{margin-top:.3rem;}
}




.About{padding: var(--padMar100) 0;}
.About .info h1{margin: 0 0 .1rem 0;color: var(--black); font-size: var(--font-size36);}
.About .info .t-1{font-size:var(--font-size24);color:var(--hover-color);margin-bottom:.3rem;}
.About .info p{font-size:var(--font-size18); line-height:1.8; color: var(--grey); font-family: 'hml'; margin: 0 0 .15rem 0;}
@media(min-width:1025px){
    .About .autoCon-1440{display: flex;justify-content: space-between;align-items: center}
    .About .info{padding-right:8%;flex: 1}
    .About .pic{width:40%;flex: 0 0 auto}
}




.Listtable{padding: var(--padMar80) 0;}
.Listtable table td{font-size: var(--font-size18); padding: .18rem .25rem; font-family: 'hml'; color: var(--grey);}
.Listtable table th,
.Listtable table td{border-color: #ebebeb;}
.Listtable table .n1{font-family: 'hmm';} 



/*Floor003183 */
.Floor003183{overflow: hidden; padding:var(--padMar120) 0;}
.Floor003183 .state{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center; padding-top: calc(40 / 16* 1em);}
.Floor003183 .state .dots{flex: 1;margin-right: calc(40 / 16* 1em);}
.Floor003183 .slick-dots{position: relative;height: calc(60 / 16* 1em);display: flex;align-items: center;}
.Floor003183 .slick-dots li{position: relative;flex: 1;height: 2px;margin: -2px 0 0 0;border: 0;display: inline-block; vertical-align: middle;}
.Floor003183 .slick-dots li button{border-radius: 0;opacity: 0;display: none;}
.Floor003183 .slick-dots li:hover button{opacity: 1;}
.Floor003183 .slick-dots li:before{height: 2px;background-color: var(--hover-color);left: 0;top: 0;content: "";position: absolute;width: 0;transition: all 0.5s; z-index: 2;}
.Floor003183 .slick-dots .slick-active:before{width: 100%;}
.Floor003183 .slick-dots:after{left: 0;top: 50%;transform: translateY(-50%);width: 100%;content: "";position: absolute;height: 2px;background-color: #e5e6e8;z-index: 1;}
.Floor003183 .controls {position: relative;z-index: 2;}
.Floor003183 .slick-arrow{width: .5rem; height: .5rem;  border-radius: 50%; z-index: 22;position: static;top: 50%;padding: 0;right: 0;font-size: 1em;text-indent: -9999em;transition: 0.5s;transform: translate(0, 0%); border: 1px solid var(--hover-color);}
.Floor003183 .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%;}
.Floor003183 .slick-next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.Floor003183 .slick-prev {margin-right: .15rem;}
.Floor003183 .slick-arrow:hover {background-color: var(--hover-color);}
.Floor003183 .slick-arrow:hover:before{ border-color:var(--white);}
.Floor003183 .slider a{display: block;position: relative;  overflow: hidden;}
.Floor003183 .slider .pic{ transition: 0.3s ease-out;}
.Floor003183 .slider .pic img{overflow: hidden; padding: .4rem;}
.Floor003183 .slider .tit{line-height:1.4;font-size:var(--font-size18);  color: var(--black); text-align: center;}
.Floor003183 .slider a:hover .pic{transform: scale(1.1); transition: 0.3s ease-out;}
.Floor003183 .slider a:hover .tit{color: var(--hover-color);}
@media (min-width:1025px) {
.Floor003183 .slider {margin:.1rem 0 0;}
.Floor003183 .slider a {margin:0 calc(10/ 16* 1em);display: flex;align-items: center; background-color:var(--white);}
.Floor003183 .slider a .txt {flex: 1;overflow: hidden;padding:.2rem 0;}
}



/*.Map002364 为demo编号*/
.Map002364{padding:var(--padMar100) 0;}

.Map002364 .contact{ padding-bottom:3%; }
.Map002364 .contact li{line-height:.25rem; padding:.25rem 0; padding-left:.4rem; border-bottom:dashed 1px #e1e1e1; background:url( "../images/icon-tel.svg") no-repeat center left; font-size:var(--font-size18); color:var(--grey);background-size:.28rem;}
.Map002364 .contact li .wz {font-size:var(--font-size20);color:var(--black0);margin: 5px 0;}
.Map002364 .contact li:nth-child(2){background-image:url( "../images/icon-email.svg");}
.Map002364 .contact li:nth-child(3){background-image:url( "../images/icon-add.svg");}

.Map002364 .share{display: flex;align-items: center}
.Map002364 .share li{position: relative; z-index:20;}
.Map002364 .share li:not(:last-child){margin-right: .15rem;}
.Map002364 .share li figure{position: absolute; width:1.5rem; height:1.5rem;background: var(--hover-color); padding:.02rem; left: 50%; margin-left: -.75rem; bottom: 100%; margin-bottom:.1rem; display: none;}
.Map002364 .share li a{display: block;cursor: pointer;background-color: var(--hover-color); background-position: center center;background-size: auto 50%;background-repeat: no-repeat; width:.5rem; height: .5rem; border-radius: 50%;}
.Map002364 .share li.wx a{background-image: url("../images/icon-wx.svg");}
.Map002364 .share li.sina a{background-image: url("../images/icon-sina.svg");background-size: auto 50%;}
.Map002364 .share li.dy a{background-image: url("../images/icon-douyin.svg");}
.Map002364 .share li a:hover{background-color:var(--hover-color);}
.Map002364 .share p {margin-right:.1rem; font-size:var(--font-size18);}
@media(min-width:1025px){
    .Map002364 .autoCon-1440{ display: flex;align-items: center;justify-content: space-between;}
    .Map002364 .left{flex: 1;padding-right: 7%}
    .Map002364 .right{width:50%;flex: 0 0 auto}
}
@media(max-width:1024px){
    .Map002364 .right{margin-top: .3rem}
}



.Bottom003085{padding:.1rem 0;font-size:var(--font-size16);color:var(--grey);}
.Bottom003085 a:not(:hover){color:var(--grey);}
.Bottom003085 nav{padding-top: 2.2vw; margin-bottom:.1rem;}
.Bottom003085 nav a{display: inline-block;}
.Bottom003085 nav a:not(:last-child):after{display: inline-block; content: '·'; margin: 0 .05rem;}
.Bottom003085 .slogan{font-size:var(--font-size28);color:var(--hover-color); }
.Bottom003085 .share li{float: left;position: relative; z-index:20;}
.Bottom003085 .share li:not(:last-child){margin-right: .15rem;}
.Bottom003085 .share li figure{position: absolute; width:1.5rem; height:1.5rem;background: var(--hover-color); padding:.02rem; left: 50%; margin-left: -.75rem; bottom: 100%; margin-bottom:.1rem; display: none;}
.Bottom003085 .share li a{display: block;cursor: pointer;background-color: var(--hover-color); background-position: center center;background-size: auto 50%;background-repeat: no-repeat; width:.5rem; height: .5rem; border-radius: 50%;}
.Bottom003085 .share li.wx a{background-image: url("../images/icon-wx.svg");}
.Bottom003085 .share li.sina a{background-image: url("../images/icon-sina.svg");background-size: auto 50%;}
.Bottom003085 .share li.dy a{background-image: url("../images/icon-douyin.svg");}
.Bottom003085 .share li a:hover{background-color:var(--hover-color);}
.Bottom003085 .share p {margin-right:.1rem; font-size:var(--font-size18);}
@media(min-width:1025px){
.Bottom003085 .slogan{text-align: right;margin-bottom: 3.2rem;}
.Bottom003085 .share{float: left;display: flex;align-items: center;}
}
@media(max-width:1024px){
.Bottom003085{text-align: center;}
.Bottom003085 .share{display: table; margin: 2vw auto 0;}
.Bottom003085 .logo{padding: 4vw 0 0 0;}
}
@media(max-width:640px){
.Bottom003085 .slogan{font-size: 6vw;}
.Bottom003085 .share li a{width: 10vw; height: 10vw;}
}
@media(max-width:480px){
.Bottom003085{font-size: 3.5vw;}
.Bottom003085 .logo{padding-left: 20%; padding-right: 20%;}
}




.singing{padding: 1.5rem 0 1.2rem;min-height: 5rem;}
.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;}
}



.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}
}




.Searchlist{padding: 1.5rem 0 1.2rem;min-height: 5rem;}
.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;}
}














