@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;
}
html{-webkit-text-size-adjust:100%;overflow-x: hidden;}
body {font-family: 'hm'; font-weight: normal; --hover-color:#070a6d;--white:#fff; --black:#333; --grey:#666; --grey2:#999; --yellow:#e9c519; --rgb-white:255,255,255;--rgb-black:0,0,0; font-size: var(--font-size16);--rgb-hover:7,10,109;--rgb-yellow:233,197,25; --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 {font-size: var(--font-size42);color: #333;font-weight: 500;}
.Hometitle .en {font-size: var(--font-size24);text-transform: uppercase;color: var(--hover-color);margin-bottom: 0.1rem;}
.Hometitle.white .cn {color: #fff;}
.Hometitle.white .en {color: #fff;}
.Hometitle.center{ text-align: center;}

.Homemore{display: flex;align-items: center;}
.Homemore a{display: flex;align-items: center; min-width:1.8rem; height:.56rem; padding:0 .2rem; border-radius: 0.5rem;background: linear-gradient(135deg, #366ca8 0%, #cf2e3a 100%);color:#fff;justify-content: center;transition: .3s all}
.Homemore a i{ width: .14rem; height: .14rem; background: rgba(255,255,255,.2); border-radius: 50%; position: relative; margin-left: .15rem; transition: .3s all;}
.Homemore a i::after{content: '';width: 0.06rem;height: 0.06rem;border-radius: 50%;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .3s all}
.Homemore a:hover{flex-direction: row-reverse;}
.Homemore a:hover i{margin-right: .15rem;margin-left: 0}

.Homemore.white a{background: #fff;color:var(--hover-color);}
.Homemore.white a i{background: rgba(var(--rgb-hover),0.2); }
.Homemore.white a i::after{background: var(--hover-color);}

@media(max-width: 1024px) {
.Hometitle .en {font-size: calc(40 / 16 * 1em);}
.Hometitle .cn {font-size: calc(30 / 16 * 1em);}
.Homemore a{ min-width:1.5rem;}
}




/*Top003156 */
.Top003156 {position: fixed;z-index: 100;left: 0;top: 0;width: 100%;background: #fff;border-bottom: 1px solid rgba(255,255,255,0.3);box-shadow: 0 0 10px rgba(0,0,0,0.1); transition: background-color 0.3s,transform 1s;}
.Top003156 .auto { position: relative; z-index: 3; }
.Top003156 .logo { display: table; }
.Top003156 .logo a { display: table-cell; vertical-align: middle; }
.Top003156 .top-right { position: absolute; right: 0; top: 0; display: table; }
.Top003156 .top-right > * { display: table-cell; vertical-align: middle; }
.Top003156 .open-search { cursor: pointer; display: block; width: 0.3rem; height: 0.3rem; background: url(../images/search.svg) no-repeat center center; background-size: 0.18rem 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: var(--hover-color); box-shadow: 0 0 0.05rem rgba(0,0,0,0.3); border-radius: 0.05rem; padding: .3rem .2rem; }
.Top003156 .top-search .warp{padding: 0.1rem 0.5rem 0.1rem 0.1rem; position: relative; width: 100%;}
.Top003156 .top-search .text { width: 100%; height: 0.65rem; line-height: 0.65rem;; padding: 0 0.2rem;border-radius: 0.05rem 0 0 0.05rem ; font-size: .16rem; }
.Top003156 .top-search .btn { position: absolute; right: 0; top: 0; width: 0.5rem;; height: 100%; background: url(../images/search_white.svg) no-repeat center center; background-size: auto 0.2rem; }
.Top003156 .top-right .lang{position: relative;z-index: 100;}
.Top003156 .top-right .lang .icon{ display:block;background:url(../images/lang.svg) no-repeat left center; padding:0 0.2rem 0 0.3rem; cursor:pointer; position: relative; z-index: 1;  background-size: auto 0.22rem; color: #333;}
.Top003156 .top-right .lang .icon:after {position: absolute;width:0.08rem;height: 0.08rem;content: '';transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);border-top: 1px solid #666;border-right: 1px solid #666;right: 0;top: 50%;margin-top: -4px;}
.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(--hover-color); transform: translateX(-50%); transition: 0.3s; bottom: -1px; width: 0; }
.Top003156 menu li span a:hover, .Top003156 menu li.aon span a { color: var(--hover-color); }
.Top003156 menu li:hover span:after, .Top003156 menu li.aon span:after { width: 100%; }

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

.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,
.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_white.svg); color: #333;}
.Top003156.hover .top-right .lang .icon:after,
.Top003156.fixed .top-right .lang .icon:after{ border-color: #333;}
.Top003156.hover .open-search,
.Top003156.fixed .open-search{background: url(../images/search.svg) no-repeat center center;background-size: 0.18rem; }
.Top003156.hover .open-search.on:before, 
.Top003156.hover .open-search.on:after,
.Top003156.fixed .open-search.on:before, 
.Top003156.fixed .open-search.on:after { background-color: var(--hover-color); }


@media (min-width:1025px) {
.Top003156 header { padding:0 15% 0 0%; }
.Top003156 menu {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(70 / 1920 * 100vw); }
.Top003156 menu li span a { line-height:1rem; font-size: var(--font-size18);}
.Top003156 .logo { height: 1rem;  float: left;}
.Top003156 .logo img { max-height: 0.65rem; }
.Top003156 .top-right { height:1rem; }
.Top003156 .top-right dd a { margin-right: 0.1rem; }
.Top003156 .top-right dt:nth-child(2n){padding-left: 0.2rem;}
.top-search { width: 5rem; }
.Top003156 menu li .sub{position: absolute; top: 100%; background-color: #fff;border-radius: 0 0 5px 5px;width: 180px;  margin-left: -90px; overflow: hidden; box-shadow:0 .1rem .1rem rgba(0,0,0,0.1);}
.Top003156 menu li .sub dt a:hover{color:var(--hover-color);}
.Top003156 .top-search{ width: 14rem;}
}

@media (max-width:1024px) {
.Top003156 menu { position: absolute; right: 0; top: 100%;width: 240px; padding: 0.1rem; 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; padding-left:1em;}
.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:auto; padding:.1rem 0;}
.Top003156 .logo img { max-height:0.5rem; }
.Top003156 .top-right { height: 0.5rem; margin:.1rem 0;}
.Top003156 .top-right dd { font-size: 0.16rem; }
.Top003156 .top-right dd a { margin-left: 1em; }
.Top003156 .top-right dt { padding-left: 1em; }
.Top003156 .open-menu { display: block; width: 2em; height: 2em; }
.Top003156 .open-menu i { background-color:#333; }
.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: var(--hover-color); }
.Top003156 menu li .sub {background-color: #f8f9fa;}
.Top003156 .top-right .lang .lang_box{width:120px; margin-left: -50px;}
}



.HomeBan{overflow: hidden; position: relative;}
.HomeBan li{position: relative;overflow: hidden;}
.HomeBan li .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff;}
.HomeBan li .txt .tit {font-size: var(--font-size48);line-height: 1.3;  margin-bottom: 0.2rem;}
.HomeBan li .txt .tit span{font-size: var(--font-size60);font-weight: bold;}
.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{float: left;}
.HomeBan .slick-dots li button{border: 0;overflow: hidden;;font-size: 1em;text-indent: -999em;width: 0.14rem;height: 0.14rem;background-color: rgba(255,255,255,.6); border-radius: 50%; margin: 0 0.1rem;display: inline-block;padding: 0; vertical-align: middle;}
.HomeBan .slick-dots li:after{display: inline-block;content: '';width: 0; height: 2px; background-color: #fff; transition: 0.3s; vertical-align: middle;}
.HomeBan .slick-dots li.slick-active:after{width: 50px; }
.HomeBan .slick-dots li.slick-active button{background-color: #fff;}
@media (min-width:1025px) {
.HomeBan .wap{display: none;} 
.HomeBan .text{width: 45%;}
}
@media(max-width:1024px){
.HomeBan .pc{display: none;}
.Homemore a{ height:auto; padding:.15rem .2rem;}
.HomeBan li .txt .text{font-size: 0.4rem;}
.HomeBan li .txt .tit span{ font-size:var(--font-size36);}
.HomeBan li .txt .btn a{line-height: 0.45rem;padding:0 0.2rem;}
.HomeBan li .txt .Homemore{ font-size:.18rem;}
.HomeBan .slick-dots{bottom:0.2rem;}
}
@media(max-width:640px){
.Homemore{ display:-webkit-flex; display:flex;}
.Homemore a{ height:auto; padding:.15rem .2rem; width:auto;}
}


.HomeExpert{ padding:var(--padMar80) 0; position: relative;z-index: 2;background:url(../images/Expert-bg.png) no-repeat center;background-size:cover; background-color: #f5fbff;}
.HomeExpert .item .txt .tit {font-size: var(--font-size36);line-height: 1.3; font-weight: 500; color: #333;  margin-bottom: 0.25rem;}
.HomeExpert .item .txt .desc{font-size: var(--font-size18); color: #333; line-height: 1.875; font-weight: lighter;}
.HomeExpert .item .txt .desc p{ margin: 0.08rem 0;}
.HomeExpert .item .txt .Homemore{margin-top:0.4rem;}
.HomeExpert .img img{ border-radius: 0.1rem;}
@media (min-width:1025px) {
.HomeExpert .item .txt{width:47.5%;} 
.HomeExpert .item .img{width:47.5%;}
}
@media(max-width:1024px){
.HomeExpert .item .txt .Homemore{ margin-bottom:.3rem;}
}

.HomeClient{padding:var(--padMar80) 0;position: relative;z-index: 2; overflow: hidden; background: #fff;}
.HomeClient .number{ margin-bottom: 0.4rem;}
.HomeClient .number ul {display: flex;justify-content: center;overflow: hidden;}
.HomeClient .number li{float: left;width: 20%; margin: 0 1%; text-align: center;position: relative; }
.HomeClient .number li aside{display: inline-block;position: relative;line-height: 1;}
.HomeClient .number li aside b{font-size: var(--font-size40);color: var(--hover-color);display: block; font-weight: 500; margin-bottom:0.15rem; }
.HomeClient .number li aside sup{position: absolute;left: 100%;word-break: keep-all;top: 10%;font-size:var(--font-size18);margin-left: 0.1rem;color: var(--hover-color);}
.HomeClient .number li p{font-size: var(--font-size18);color: #333; font-weight: lighter;  margin: 0;}
.HomeClient .info{font-size: var(--font-size18); color: #333; text-align: center;font-weight: lighter; line-height: 1.8; margin-bottom: 0.5rem;}
.HomeClient .info p{ margin: 0.08rem 0; }
.HomeClient .info p span{font-size: var(--font-size24);color: var(--hover-color); font-weight: 500;}
.HomeClient .list .str_wrap{overflow: inherit}
.HomeClient .list ul .str_move{display: flex}
.HomeClient .list{position: relative;z-index: 1;}
.HomeClient .list:before,
.HomeClient .list:after{position: absolute;content: '';top: 0;height: 150%;width: 20%;z-index: 10;pointer-events: none;}
.HomeClient .list:before{left: 0;background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.HomeClient .list:after{right: 0;background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);}
.HomeClient li {width: 2.5rem;padding: 0 0.1rem;}
.HomeClient li a {display: block;padding: 0.2rem 0;}
.HomeClient li .pic{display: flex;align-items: center; justify-content: center; height: 1.2rem; background-color:#fff;border-radius: 0.1rem;box-shadow:0.05rem 0 0.32rem rgba(var(--rgb-hover),0.1);}
.HomeClient li .pic img{max-width: 72% !important;max-height: 72%;}
@media (max-width:640px) {
.HomeClient .number li{ width:auto; margin:0 2%;}
}

.HomeMarket{padding:var(--padMar80) 0;background: #fff; overflow: hidden; background: #f5f6f9;}
.HomeMarket .Homemore{ margin-top: 0.4rem;}
.HomeMarket .item{  background: #fff;box-shadow:0 3px 24px rgba(0,0,0,.02); border-radius: 0.1rem;overflow: hidden;}
.HomeMarket .item:not(:last-child){margin-bottom: .3rem;}
.HomeMarket .info{ padding: 0.2rem 0.6rem;}
.HomeMarket .info .tit{font-size: var(--font-size30);color: #333; font-weight: 500; margin-bottom: 0.1rem;}
.HomeMarket .info .subtit{font-size: var(--font-size20);color: #333; margin-bottom: 0.24rem;}
.HomeMarket .info .desc{font-size: var(--font-size16);color: #333; font-weight: lighter; line-height: 1.875;}
.HomeMarket .info .desc p{ margin: 0.08rem 0;}
@media (min-width:1025px) {
.HomeMarket .item:nth-child(2n){flex-direction: row-reverse;}
.HomeMarket .pic{width:50%;flex-shrink:0;}
.HomeMarket .info{width:50%;flex-shrink:0}
}
@media (max-width:1024px) {
.HomeMarket .info{padding: 0.2rem;}
.HomeMarket .item .pic img{ width:100%;}
}

.HomeReport{padding:var(--padMar80) 0;}
.HomeReport .Hometitle{margin-bottom: 0;}
.HomeReport .title{margin-bottom: 0.4rem;}

.HomeReport .slider{margin: 0 -0.1rem;}
.HomeReport li{margin: 0 0.1rem;}
.HomeReport li a{ display: block; background-color: #f5f6f9; border-radius: 0.1rem; overflow: hidden;}
.HomeReport li .imgbox{padding-top: 70.15%;}
.HomeReport li .info{ padding: 0.22rem; }
.HomeReport li .date{color: #666;font-weight: lighter;}
.HomeReport li .tit{margin: 0.08rem 0 0.16rem;font-size: var(--font-size20); color: #333; }
.HomeReport li .desc{color: #666;margin-bottom: 0.2rem; font-weight: lighter; line-height: 1.75;}
.HomeReport li:hover .tit{ color: var(--hover-color);}
.HomeReport .slick-arrow{width:0.55rem; height:0.55rem;border-radius: 0.5rem; z-index: 22;border:1px solid var(--hover-color);position: static;top: 50%; padding: 0;right: 0;text-indent: -9999em;transition: 0.5s; transform: translate(0, -50%);position: absolute;}
.HomeReport .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%;}
.HomeReport .slick-next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.HomeReport .slick-prev{left:-5.5%;}
.HomeReport .slick-next{right:-5.5%;}
.HomeReport .slick-arrow:hover {background-color: var(--hover-color);border-color: var(--hover-color);}
.HomeReport .slick-arrow:hover:before{ border-color: #fff;}

@media(min-width:1025px){
.HomeReport .title{display: flex;align-items: center;justify-content: space-between;}
}
@media (max-width:1024px) {
.HomeReport .slick-prev{left:0;}
.HomeReport .slick-next{right:0;}
.HomeReport .title{display: flex;align-items: center;justify-content: space-between; flex-wrap:wrap;}
.HomeReport .slick-arrow{ width:0.4rem; height:0.4rem; border-radius:0.5rem; background-color:#fff;}
.HomeReport li .info{ padding:.15rem;}
}
@media (max-width:640px) {
.HomeReport .title .Hometitle{ margin-bottom:.2rem;}
}

.HomeInsigh{padding:var(--padMar80) 0; background-color: #f5f6f9;background:url(../images/Insigh-bg.jpg) no-repeat center;background-size:cover; }
.HomeInsigh ul {display: flex;flex-wrap: wrap;}
.HomeInsigh li{ margin: 0 2% 2% 0;background-color: #fff;border-radius: 0.1rem; overflow: hidden;}
.HomeInsigh li .pic{ position: relative; overflow: hidden; width: 40%;}
.HomeInsigh li .imgbox{padding-top: 72%;}
.HomeInsigh li .txt{flex: 1; overflow: hidden; padding: 0.15rem 0.3rem;}
.HomeInsigh li .tit{ color: #333; font-size: var(--font-size20); line-height: 1.5; margin-bottom: 0.15rem;}
.HomeInsigh li .desc{color: #666;font-size: var(--font-size16); line-height: 1.75; font-weight: lighter;}
.HomeInsigh li:hover .tit{ color: var(--hover-color);}
@media(min-width:1025px ){
.HomeInsigh li{width:49%;}
.HomeInsigh li:nth-child(2n) {margin-right: 0;}
}
@media(max-width:1024px ){
.HomeInsigh li{width:100%; margin-right: 0;}
.HomeInsigh li .txt{padding: 0.1rem 0.2rem;}
.HomeInsigh li .tit{font-size: 0.18rem;line-height: 0.26rem;}
}
@media(max-width:640px ){
.HomeInsigh li .imgbox{padding-top:80%;}
.HomeInsigh li .tit{ margin-bottom:.1rem;}
}


/*Bottom002900 */
.Bottom002900{background: #020440;padding: var(--padMar80) 0 0 0;}
.Bottom002900,
.Bottom002900 a{color: rgba(255,255,255,.6);}

@media(min-width:1025px){
.Bottom002900 .contact{width: 30%;max-width: 4rem;}
.Bottom002900 .b_nav{max-width: 9rem;width: 56%;}
}

.Bottom002900 .b_nav nav{}
.Bottom002900 .b_nav nav dl{float: left; max-width: 1.8rem;}
.Bottom002900 .b_nav nav dt { margin-bottom: 0.2rem;}
.Bottom002900 .b_nav nav dt a{font-size: var(--font-size18); color: #fff; position: relative; }
.Bottom002900 .b_nav nav dd{line-height: 0.24rem;padding: 0.08rem 0;}
.Bottom002900 .b_nav nav dd a{font-size: var(--font-size16);}
@media(max-width:1024px){
 .Bottom002900 .b_nav nav{display: none;}
}
.Bottom002900 .copyright{line-height: 2;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 0.2rem 0 ;margin-top: 0.3rem;font-size: var(--font-size14); }
.Bottom002900 .copyright .fr a:not(:last-child):after{display: inline-block;content: '';width: 1px;height: 0.12rem;background: rgba(255,255,255,0.4);margin: 0 0.15rem;vertical-align: middle;}

.Bottom002900 a:hover{color: #fff;opacity: 1!important;}
.Bottom002900 .logo img{max-height:0.6rem;}
.Bottom002900 .contact .hotline .tit{color: #fff;display: flex;align-items: center}
.Bottom002900 .contact .hotline .tit::before{content: '';width:0.2rem;height: 0.2rem;  background: url(../images/Bottom-tel.svg) no-repeat left center; background-size: calc(20 / 16* 1em) auto;margin-right: 0.1rem}
.Bottom002900 .contact .num{font-size: var(--font-size36); font-weight: bold; margin-bottom: 0.18rem;line-height: 1;color: #fff;}
.Bottom002900 .contact P{ margin: 0.06rem 0; line-height: 1.6; }
.Bottom002900 .share li{float: left;position: relative;}
.Bottom002900 .share li figure{position: absolute; left: 0; bottom: 100%; width: 120px; padding: 5px;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:5px 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;border: 1px solid rgba(255,255,255,0.2);background: rgba(255,255,255,0.1); 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;}
.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:480px){
.Bottom002900 .contact .num{margin-bottom: 1em;font-size: 8vw;}
.Bottom002900 .solgan{font-size: 7vw;}
.Bottom002900 .copyright{font-size: 12px; line-height: normal;}
.Bottom002900 .share li a{width: 50px; height: 50px;}
}

.nBanner{position: relative;}
.nBanner .txt{width:100%;position: absolute;z-index: 2;left:0;top:50%;transform: translateY(-50%);color:#fff; text-align: center;display: flex;align-items: center;justify-content: center;}
.nBanner .txt .cn{font-size: var(--font-size42);font-weight: 500;}
.nBanner .txt .en{font-size: var(--font-size30); color: #fbfbfb; text-transform: uppercase;}
@media (min-width:1025px) {
.nBanner .wap{display: none;}   
}
@media (max-width:1024px) {
.nBanner .pc{display: none;}      
}


/*Menu003135 */
.Menu003135{border-bottom: 1px solid #eee;}

.Menu003135 .current{ font-size: var(--font-size16); font-weight: lighter; padding-left: 0.24rem;background: url(../images/Menu003135-icon.svg) no-repeat left center;background-size: 1em auto; line-height: 0.8rem;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: #999;}
.Menu003135 .current a:hover{color: var(--hover-color);}
.Menu003135 .current span{color: #333;}
.Menu003135 .nav-menu li{float: left;font-size: var(--font-size18);line-height: 0.8rem;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:calc(60 / 1920 * 100vw);}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135 .nav-menu li a:before{position: absolute;content: ''; left: 50%;transform: translateX(-50%); bottom: 0;width:0; height: 2px;background-color: var(--hover-color);transition: 0.5s;}
.Menu003135 .nav-menu li.aon a,
.Menu003135 .nav-menu li:hover a{color:var(--hover-color);}
.Menu003135 .nav-menu li.aon a:before,
.Menu003135 .nav-menu li:hover a:before{width: 100%;}

@media (min-width:1025px) {
.Menu003135 .autoCon-1400{ display: flex; flex-wrap: wrap;}
.Menu003135 .current{ width: 100%; margin-top: -.8rem; position: relative; z-index: 2; filter: brightness(0) invert(1);}
}
@media (max-width:1024px) {
.Menu003135 .current{display: none;}   
.Menu003135 .nav-menu li{line-height:3;}
}

.lm-title{margin-bottom:0.4rem; line-height: 1;}
.lm-title.center{text-align: center;}
.lm-title .cn{font-size:var(--font-size40);color: #333;font-weight: 500;}
.lm-title .des{font-size:var(--font-size18);color: #666;font-weight: lighter; margin-top: 0.15rem;}


.n_more{display: flex;align-items: center;width: 1.5rem;height: .5rem;border-radius: 0.5rem;border: 0.01rem solid var(--hover-color);color:var(--hover-color);justify-content: center;transition: .3s all}
.n_more i{width: .14rem;height: .14rem;background:rgba(var(--rgb-hover),0.2);border-radius: 50%;position: relative;margin-left: .15rem;transition: .3s all}
.n_more i::after{content: '';width: 0.06rem;height: 0.06rem;border-radius: 50%;background: var(--hover-color);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .3s all}
.n_more:hover{flex-direction: row-reverse;background: linear-gradient(135deg, #366ca8 0%, #cf2e3a 100%); color: #fff; border: none;}
.n_more:hover i{margin-right: .15rem;margin-left: 0;background:rgba(255,255,255,0.2);}
.n_more:hover i::after{background: #fff;}



.Replist{padding: var(--padMar80) 0;}
.Replist .left li{ transition: 0.3s; margin-bottom: .35rem; }
.Replist .left li a{display: flex; align-items: flex-start; justify-content: space-between;padding:.2rem;box-shadow: -3px 5px 15px 0px rgba(0, 0, 0, 0.15); border-radius: .1rem;  }
.Replist .left li:first-child{ padding-top: 0;}
.Replist .left li .pic{flex: 0 0 auto;width: 24%;overflow: hidden;border-radius: 0.1rem;border: 1px solid #eee;}
.Replist .left li .imgbox{padding-top: 125%; transition: 0.3s;  }
.Replist .left li a:hover .imgbox img{transform: scale(1.1);}
.Replist .left li .txt{ flex: 1 1 auto;margin-left: 0.4rem; overflow: hidden;}
.Replist .left li .tit{font-size: var(--font-size20);color: #333; margin-bottom: 0.12rem; }
.Replist .left li .desc {color: #666;font-size: var(--font-size16); line-height: 1.75;font-weight: lighter;}
.Replist .left li .time{color: #333;font-size: var(--font-size16); font-weight: lighter; margin: 0.12rem 0;}
.Replist .left li .time span{ display: inline-block; padding-left: .2rem; background: url(../images/time.png) no-repeat left center; background-size: .15rem;}
.Replist .left li .time .icon_page{ background-image: url(../images/page.png);}
.Replist .left li .time .icon_price{ background-image: url(../images/price.png);}
.Replist .left li .time span:not(:last-child){ margin-right: .2rem;} 
.Replist .left li .n_more{ flex: 0 0 auto; margin-top:0.12rem;}
.Replist .left li a:hover .tit{color:var(--hover-color);}
@media (max-width:640px) {
.Replist .left li a{ flex-wrap: wrap;}
.Replist .left li .pic{ width: 1.5rem;}
.Replist .left li .txt{ flex: auto; width: 100%; margin-left: 0; margin-top: .4rem;}
}


.Replist .Redreport{ padding:0.24rem; background: #f8f8f8;border-radius: 0.1rem;}
.Replist .Redreport .tithead{line-height: 2;font-size: var(--font-size26); color: #333;  padding-left: 0.1rem; font-weight: 500;position: relative;}
.Replist .Redreport .tithead:After{position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 2px;height: 0.26rem;background:var(--hover-color);content: "";}
.Replist .Redreport li{border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: 0.24rem 0 0.15rem;}
.Replist .Redreport li a{display: flex;align-items: center; justify-content: space-between;  }
.Replist .Redreport li .pic{flex: 0 0 auto;width: 26%;overflow: hidden;border-radius: 0.1rem;border: 1px solid #eee;}
.Replist .Redreport li .imgbox{padding-top: 125%; transition: 0.3s;  }
.Replist .Redreport li a:hover .imgbox img{transform: scale(1.1);}
.Replist .Redreport li .txt{flex: 1 1 auto;margin-left: 0.2rem; overflow: hidden;}
.Replist .Redreport li .tit{font-size: var(--font-size16);color: #333; margin-bottom: 0.05rem; }
.Replist .Redreport li .desc {color: #666;font-size: var(--font-size14); line-height: 1.5;font-weight: lighter;}
.Replist .Redreport li:hover .txt .tit{color: var(--hover-color);}


@media (min-width:1025px) {
.Replist .left {float: left; width: 67%; }
.Replist .right { float: right;width: 27%;}

}

@media(max-width:1024px) {
.Replist .left li a{ padding: 0.2rem 0;}
.Replist .left li .n_more{ margin-top: 0.15rem;}
.Replist .left li .txt{margin-left:0.2rem;}
.Replist .right{ display: none;}
}

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


.RepInfo{padding: var(--padMar80) 0;}
.RepInfo .box {margin-bottom: 0.5rem;position: relative; z-index: 5;}
.RepInfo .boxbg{position: relative; z-index: -2; background-repeat: no-repeat; background-position: center center; background-size: cover; min-height: 6rem; border-radius: 0.1rem; overflow: hidden;padding: 0.5rem;}
.RepInfo .boxbg::before {content: '';position: absolute;bottom: 0;height: 100%;width: 100%;left: 0;background:linear-gradient(0deg, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.2) 100%);border-radius: 0.1rem;z-index: -1;}
.RepInfo .box .logoapo{ margin-bottom:var(--padMar60) ;}
.RepInfo .box .logoapo img{max-height: 0.7rem;}
.RepInfo .box .tag{ display: inline-block; background: var(--hover-color); color: #fff;font-size: var(--font-size16);text-align: center; line-height: 0.5rem; height: 0.5rem; padding: 0 0.15rem; border-radius: 0.05rem; margin-bottom: 0.3rem;}
.RepInfo .box .date{font-size: var(--font-size18);color: rgba(255,255,255,0.9);margin-bottom: 0.3rem; font-weight: lighter;}

.RepInfo .box .tit{font-size: var(--font-size28);color: #fff; font-weight: 500; margin-bottom: 0.2rem;}
.RepInfo .box .type p{font-size: var(--font-size16);color: rgba(255,255,255,0.9); line-height: 1.875;font-weight: lighter;}

.RepInfo .box .type ul{ display: flex;flex-wrap: wrap;  justify-content: space-between;}
.RepInfo .box .type li{ display: flex;justify-content: space-between; align-items: center; background: #fff; width:calc(33.33% - 0.12rem); border-radius: 0.1rem; padding: 0.18rem;}
.RepInfo .box .type li .ti{font-size: var(--font-size18); color: #333; margin-bottom: 0.08rem;}
.RepInfo .box .type li .subti{font-size: var(--font-size14); color: #999;font-weight: lighter;}
.RepInfo .box .type li i{flex: 0 0 auto;width: .18rem;height: .18rem;background: rgba(var(--rgb-hover),0.2);border-radius: 50%;position: relative;margin-left: .15rem;transition: .3s all}
.RepInfo .box .type li i::after{content: '';width: 0.08rem;height: 0.08rem;border-radius: 50%;background: var(--hover-color);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .3s all}
.RepInfo .box .type li.on{background: var(--hover-color);}
.RepInfo .box .type li.on .ti{ color: #fff;}
.RepInfo .box .type li.on .subti{ color: rgba(255,255,255,.8);}
.RepInfo .box .type li.on i{background: rgba(255,255,255,.2);}
.RepInfo .box .type li.on i::after{background: #fff;}
.RepInfo .box .other{font-size: var(--font-size18);color: #fff; margin: 0.2rem 0;}
.RepInfo .box .stock {display: flex;flex-direction: column;align-items: end;height: 100%;justify-content: end;}
.RepInfo .box .price{ margin-bottom: 0.4rem;}
.RepInfo .box .price li{font-size: var(--font-size24); color: #fff; }
.RepInfo .box .price li span{font-size: var(--font-size48);font-weight: bold; margin-right: 0.05rem;}
.RepInfo .box .buy{ margin-bottom: 0.2rem;}
.RepInfo .box .btn a{display: inline-block;font-size:var(--font-size18);background: var(--hover-color);color: #fff;border-radius: 0.5rem; text-align: center; line-height: 0.6rem;padding: 0 0.3rem; cursor: pointer;min-width: 2.4rem;}
.RepInfo .box .down a{ background: linear-gradient(135deg, #366ca8 0%, #cf2e3a 100%); }
.RepInfo .box .btn a:hover{ background: linear-gradient(135deg, #366ca8 0%, #cf2e3a 100%);}

.RepInfo .tab .h1_tab{margin:0;margin-bottom:0.4rem;overflow:hidden;font-size:var(--font-size16);font-weight:normal;color:#333; border-bottom: 1px solid #eee;}
.RepInfo .tab .h1_tab span{float:left;padding:0 0.5rem;line-height:0.56rem;background-color:#f5f5f5; border-radius:0.1rem 0.1rem 0 0; margin-right: 0.05rem; cursor:pointer;}
.RepInfo .tab .h1_tab span.on{background-color: var(--hover-color);color:#fff;}
.RepInfo .Rep-Intro .singlePage{line-height: 2; margin: 0.3rem 0 0.2rem 0; color: #333;}
.RepInfo .Rep-Intro .singlePage1{text-align: justify;}
.RepInfo .Rep-Intro .singlePage p{margin: 0.1rem 0;}
.RepInfo .Rep-Intro .singlePage ul li ul{ padding-left: 0.2rem;}

.RepInfo table th {font-weight: normal;}
.RepInfo table th,
.RepInfo table td{ text-align:left; border:1px solid #eee; border-collapse:collapse; line-height:26px; padding:0.12rem;font-size:var(--font-size16);}


@media (min-width:1025px) {
.RepInfo .warp{ display: flex; justify-content: space-between;}
.RepInfo .warp .left{width: 56%;}   
.RepInfo .warp .right{ width: 36%;flex: 0 0 auto;}
}

@media(max-width:1024px){
.RepInfo .boxbg{ padding: 0.2rem;}
.RepInfo .box .tit{font-size: var(--font-size24);}
.RepInfo .box .type li{width: 100%; margin-bottom: 0.2rem;}
.RepInfo .box .price li span{font-size: var(--font-size36);}
.RepInfo .box .price{margin-bottom: 0.2rem;}
.RepInfo .tab .h1_tab span{ padding:0 0.45rem;}
}


.Popup{display: none;position: fixed;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);top: 0;left: 0;overflow: auto;z-index: 999;}
.Popup .ytable {height: 100%;}
.Popup .main {width: 90%;max-width: 6rem;padding: 0.5rem;position: relative;margin: 0 auto;background-color: #fff;border-radius: 0.1rem; }
.Popup .close { position: absolute; width: 0.2rem; height: 0.2rem; right: 0.2rem; top: 0.2rem; background: url(../images/icon-close.svg) no-repeat; background-size: contain; z-index: 10; cursor: pointer; }
.Popup .title{font-size: var(--font-size30);text-align: center;color: #333; font-weight: 500; margin-bottom: .3rem;}
.Popup .Form li {display: flex;}
.Popup .Form li{width: 100%;margin-bottom: 0.15rem;overflow: hidden;position: relative; }
.Popup .Form li label{ position:absolute; left:0.2rem; color:#999; line-height: 0.5rem;font-size: var(--font-size16);}
.Popup .Form li select,
.Popup .Form li .text {flex: 1;border: 1px solid #ebebeb;padding: 0 0.2rem;height: 0.5rem;line-height: 0.5rem;font-size: var(--font-size16);color: #666;border-radius: 0.05rem;background: none;}
.Popup .Form li textarea.text {height: 1rem; line-height: 1.6; resize: none;}
.Popup .Form .btn {width: 1.8rem;background:var(--hover-color);border-radius: 0.5rem;font-size: var(--font-size16);height:0.55rem;color: #fff;cursor: pointer;border: 0; transition: 0.3s; display: table; margin: 0.2rem auto 0;}
.Popup .Form .btn:hover{ background: linear-gradient(135deg, #366ca8 0%, #cf2e3a 100%);}

@media (min-width:1025px) {   
.Popup .Form .row2 li{float: left;width:calc(50% - 10px);}
.Popup .Form .row2 li:nth-child(2n){float: right;}
}



.Soluban{overflow: hidden; position: relative;}
.Soluban .item{position: relative;overflow: hidden;}
.Soluban .item .img{}
.Soluban .item .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff; z-index: 12;}
.Soluban .item .txt .tit {font-size: var(--font-size36);line-height: 1.3;  margin-bottom: 0.2rem; font-weight: 500;}
.Soluban .item .txt .desc{font-size: var(--font-size16); line-height: 1.8;font-weight: lighter;}
.Soluban .item .txt .desc p{margin: 0.08rem 0;}
.Soluban .item .txt .Homemore{margin-top:0.4rem;}


@media (min-width:1025px) {
.Soluban .wap{display: none;} 
.Soluban .text{width: 50%;}
}
@media(max-width:1024px){
.Soluban .pc{display: none;} 
.Soluban .item .txt .text{font-size: var(--font-size40);}
}


.bg569{background: linear-gradient(180deg, #f5f6f9 0%, #fff 100%);}

.SoluInfo{ padding: var(--padMar80) 0;}
.SoluInfo .tit {font-size: var(--font-size32);line-height: 1.3; font-weight: 500; color: #333;  margin-bottom: 0.25rem;}
.SoluInfo .subtit {font-size: var(--font-size18);line-height: 1.6; color: #333; font-weight: normal;  margin-bottom: 0.12rem;}
.SoluInfo .edit_info{font-size: var(--font-size16); color: #333; line-height: 1.875;font-weight: lighter;}
.SoluInfo .edit_info p{ margin: 0.08rem 0;}
.SoluInfo .img img{ border-radius: 0.1rem;}
.SoluInfo_dl .list_dl dl dd{position: relative; padding-left: 0.18rem; margin: 0.08rem 0;}
.SoluInfo_dl .list_dl dl dd:before {position: absolute;content: '';width: 0.06rem;height: 0.06rem;border-radius: 50%;background: var(--hover-color);left: 0;top: 0.13rem;}
@media (min-width:1025px) {
.SoluInfo .info{width:48%;}
.SoluInfo .img{width:48%;}
.SoluInfo_dl .list_dl{display:flex;justify-content:space-between;}
.SoluInfo_dl .list_dl dl{width:48%;}
.SoluInfo-list .SoluInfo{ direction:rtl;}
.SoluInfo-list .SoluInfo .info{ direction:ltr;}
}
@media(max-width:1024px){
.SoluInfo-list .SoluInfo .info{margin-top:3%;}
}
@media(max-width:640px){
.SoluInfo-list .SoluInfo .tit{ font-size:var(--font-size28);}
}




.Solubox1{padding: var(--padMar80) 0 var(--padMar50) 0; background: #f8f8f8;}
.Solubox1 .box{ display: flex; flex-wrap: wrap;  margin-bottom: 0.5rem;}
.Solubox1 .item { background: #fff; padding: 0.3rem; margin-right: 2%; border-radius: 0.1rem;}
.Solubox1 .item .tit{font-size: var(--font-size24);color: #333; font-weight: 500; margin-bottom: 0.16rem; }
.Solubox1 .item .desc{font-size: var(--font-size18);color: #333; font-weight: lighter; line-height: 1.7;}
.Solubox1 .item .info{font-size: var(--font-size16);color: #333; font-weight: lighter; line-height: 1.8;}
.Solubox1 .item .info p{position: relative; padding-left: 0.18rem; margin: 0.08rem 0;}
.Solubox1 .item .info p:before {position: absolute;content: '';width: 0.06rem;height: 0.06rem;border-radius: 50%;background: var(--hover-color);left: 0;top: 0.13rem;}

.Solubox1 .list ul{ display: flex; flex-wrap: wrap;}
.Solubox1 .list li{ float: left; margin-bottom: 2% ; margin-right: 2%; background: #fff;  text-align: center; box-shadow: 0 0.08rem 0.3rem rgba(0,0,0,.03);border-radius: 0.1rem; overflow: hidden;}
.Solubox1 .list li .name{font-size: var(--font-size20); line-height: 1.5; background: var(--hover-color);color: #fff;padding: 0.15rem 0.3rem;  }
.Solubox1 .list li .desc{font-size: var(--font-size16);color: #666; font-weight: lighter; line-height: 1.875;padding: 0.3rem;}
.Solubox1 .list li:nth-child(1) .name{background: #4d4c8a;}
.Solubox1 .list li:nth-child(2) .name{background: #8c3365;}
.Solubox1 .list li:nth-child(3) .name{background: #ce2c3b;}
@media (min-width:1025px) {
.Solubox1 .item{width: 49%;}   
.Solubox1 .item:nth-child(2n){margin-right:0;}
.Solubox1 .list li{width: 32%;}   
.Solubox1 .list li:nth-child(3n){margin-right:0;}
}
@media (max-width:1024px) {
.Solubox1 .item{width:100%;}   
.Solubox1 .list li{width:100%;}  
}

.Solu_Contact{ padding: var(--padMar80) 0;background-size:cover;background-repeat:no-repeat;background-position:center;}
.Solu_Contact .box{text-align: center;color: #fff;}
.Solu_Contact .box .tit{font-size: var(--font-size30); line-height: 1.5; margin-bottom: 0.1rem;}
.Solu_Contact .box .text{font-size: var(--font-size24); line-height: 1.5;}
.Solu_Contact .box .Homemore{display: flex;justify-content: center;margin-top: 0.4rem;}

.Solubox2{padding: var(--padMar80) 0 var(--padMar50) 0;background: #f5f9fc;}
.Solubox2 ul{ display: flex; flex-wrap: wrap;}
.Solubox2 li{ float: left; margin-bottom: 2% ; margin-right: 2%; padding: 0.24rem;background: #fff; border-radius: 0.1rem; }
.Solubox2 li .pic{ position: relative; overflow: hidden; width: 40%;}
.Solubox2 li .imgbox{padding-top: 86%; border-radius: 0.1rem;}
.Solubox2 li .txt{flex: 1; overflow: hidden; margin-right: 0.4rem; }
.Solubox2 li .tit{ color: #333; font-size: var(--font-size24); line-height: 1.3; margin-bottom: 0.16rem;}
.Solubox2 li .desc{color: #666;font-size: var(--font-size16); line-height: 1.8; font-weight: lighter;}
.Solubox2 li .more{ margin-top: 0.3rem;}
.Solubox2 li .more a{color: #999;font-size: var(--font-size16);display: flex;align-items: center;}
.Solubox2 li .more a i{width: .14rem;height: .14rem;background: rgba(var(--rgb-hover),0.2);border-radius: 50%;position: relative;margin-left: .1rem;transition: .3s all}
.Solubox2 li .more a i::after{content: '';width: 0.06rem;height: 0.06rem;border-radius: 50%;background: var(--hover-color);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .3s all}
.Solubox2 li:hover .more a i{margin-left: .15rem;}
.Solubox2 li:hover .tit{ color: var(--hover-color);}
.Solubox2 li:hover .more a{color:var(--hover-color);}
@media (min-width:1025px) {
.Solubox2 li{width: 49%;}   
.Solubox2 li:nth-child(2n){  margin-right: 0;}
}
@media (max-width:1024px) {
.Solubox2 li{width: 100%;}  
}


.Solubox3{ padding: var(--padMar80) 0; background: #f5f9fc;}
.Solubox3 .tit {font-size: var(--font-size30);line-height: 1.3; font-weight: 500; color: #333;  margin-bottom: 0.1rem;}
.Solubox3 .subtit {font-size: var(--font-size18);line-height: 1.6; color: #333; font-weight: normal;  margin-bottom: 0.2rem;}
.Solubox3 .edit_info{font-size: var(--font-size16); color: #333; line-height: 1.875; font-weight: lighter;}
.Solubox3 .edit_info p{position: relative; padding-left: 0.18rem; margin: 0.08rem 0;}
.Solubox3 .edit_info p:before {position: absolute;content: '';width: 0.06rem;height: 0.06rem;border-radius: 50%;background: var(--hover-color);left: 0;top: 0.13rem;}
.Solubox3 .img img{ border-radius: 0.1rem;}
@media (min-width:1025px) {
.Solubox3 .info{width: 48%;}   
.Solubox3 .img{ width: 48%;}
}
@media (max-width:1024px) {
.Solubox3 .edit_info{ margin-top:.2rem;}
}


.Solubox4{padding: var(--padMar80) 0;background: #f0f2f9;}
.Solubox4 .box{background: #fff;border-radius: 0.1rem; overflow: hidden;}
.Solubox4 .list{padding: 0.2rem 0.55rem;}
/* .Solubox4 .tab {height: 100%;flex-direction: column;justify-content: space-between;display: flex;} */
.Solubox4 li{ transition: all 0.5s; position: relative; margin-bottom: 0.2rem;}
.Solubox4 li:before,
.Solubox4 li:after{content:"";position:absolute;left:0;bottom:0;height:1px;}
.Solubox4 li:before{width:100%;background:#e5e5e5;}
.Solubox4 li:after{background:var(--hover-color);z-index:5;width:0%;transition:.6s;}
.Solubox4 li .txt{position: relative; padding: 0.2rem 0.4rem 0.2rem 0;}
.Solubox4 li .tit{ color: #333; font-size: var(--font-size24); line-height: 1.2; }
.Solubox4 li .i{position:absolute;width:0.3rem;height:0.3rem;cursor:pointer;border:1px solid var(--hover-color);border-radius:50%;right:0;top:50%;margin-top:-0.15rem;transition:.3s;}
.Solubox4 li .i:before,.Solubox4 li .i:after{width:40%;height:1px;background:var(--hover-color);content:"";position:absolute;left:30%;top:50%;}
.Solubox4 li .i:after{transform:rotate(90deg);transition:.3s;}

.Solubox4 li .desc{color: #666;font-size: var(--font-size16); line-height: 1.8; font-weight: lighter;padding-bottom: 0.2rem; display: none;}
.Solubox4 li.active .tit{ color: var(--hover-color);}
.Solubox4 li.active .i:after{transform:rotate(0deg);}
.Solubox4 li.active .i{background:var(--hover-color);}
.Solubox4 li.active .i:before,
.Solubox4 li.active .i:after{background:#fff;}
.Solubox4 li.active:after{width:100%;}
.Solubox4 li.active .desc{ display: block;}
.Solubox4 .pic img {min-height: 100%;object-fit: cover;overflow: hidden;border-radius: 0.1rem;}
@media (min-width:1025px) {
.Solubox4 .box{display: flex;justify-content: space-between;}
.Solubox4 .list{flex: 1 1 auto;}
.Solubox4 .pic{width:45%;flex: 0 0 auto;}
}

@media (max-width:1024px) {
.Solubox4 .list{ padding:0.2rem 0.3rem}
}


.Solubox5{padding: var(--padMar80) 0 var(--padMar50) 0;}
.Solubox5 ul{ display: flex; flex-wrap: wrap;}
.Solubox5 li{ float: left; margin-bottom: 2% ; margin-right: 2%; padding:0.45rem  0.3rem;background: #f5f7fd; border-radius: 0.1rem; transition: all 0.5s;  }
.Solubox5 li .tit{ color: #333; font-size: var(--font-size24); line-height: 1.2; margin-bottom: 0.2rem;}
.Solubox5 li .tit::after {display: block;content: "";width: 0.30rem;height: 3px;background-color: var(--hover-color);margin: 0.12rem 0 auto; border-radius: 0.5rem;}
.Solubox5 li .desc{color: #666;font-size: var(--font-size16); line-height: 1.8; font-weight: lighter;}
.Solubox5 li:hover{ transform: translateY(-0.1rem); background-color: #fff; box-shadow: 0 0.05rem 0.2rem rgba(0,0,0,.1);}
@media (min-width:1025px) {
.Solubox5 li{width: 23.5%;}   
.Solubox5 li:nth-child(4n){  margin-right: 0;}
}

@media (max-width:1024px) {
.Solubox5 li{width: 100%;}  
}



.Partner{ padding: var(--padMar80) 0;background-color: #f5fbff;}
.Partner .info{font-size: var(--font-size18); color: #333; font-weight: lighter; text-align: center; line-height: 1.8; margin-bottom: 0.5rem;}
.Partner .info p{ margin: 0.08rem 0; }
.Partner .info p span{font-size: var(--font-size30);color: var(--hover-color); font-weight: 500;}
.Partner ul{ display: flex; flex-wrap: wrap;}
.Partner li {width: 2.3rem;padding: 0 0.1rem;}
.Partner li a {display: block;padding: 0.1rem 0;}
.Partner li .pic{display: flex;align-items: center; justify-content: center; height: 1rem; background-color:#fff;border-radius:0.1rem;box-shadow:0.05rem 0 0.32rem rgba(var(--rgb-hover),0.1);}
.Partner li .pic img{max-width: 72% !important;max-height: 72%; }



.Newlist{padding: var(--padMar80) 0;}
.Newlist ul{ display: flex; flex-wrap: wrap;}
.Newlist li{ float: left; margin-bottom: 2% ; margin-right: 2%; border-bottom: 1px solid #eee; padding-bottom: 0.3rem; position: relative; z-index: 2;}
.Newlist li:after {content: "";position: absolute; width: 0; height: 1px; background: #eee;left: 0;bottom: 0;transition: all .5s;}
.Newlist li:hover:after{background: var(--hover-color);width: 100%;}
.Newlist li a{ display: block;  }
.Newlist li .pic{overflow: hidden; margin-bottom: 0.2rem;border-radius: 0.1rem;}
.Newlist li .imgbox{padding-top: 70.15%; transition: 0.3s;  }
.Newlist li a:hover .imgbox img{transform: scale(1.1);}
.Newlist li .txt {position: relative; overflow: hidden;}
.Newlist li .tit{font-size: var(--font-size20);color: #333; line-height: 1.5; margin-bottom: 0.15rem; }
.Newlist li .desc {color: #666;font-size: var(--font-size16); line-height: 1.8;font-weight: lighter;}
.Newlist li .time{  display: block;font-size: var(--font-size16);color: #999; font-weight: lighter; margin-top: 0.12rem; }
.Newlist li a:hover .tit{color:var(--hover-color);}
@media (min-width:1025px) {
.Newlist li{ width: 32%;}
.Newlist li:nth-child(3n){  margin-right: 0;}
}
@media(max-width:640px) {
.Newlist li{ margin-bottom:6%; margin-right:0;}
}


.News_detail {padding:var(--padMar80) 0;}
.News_detail .news_info .title { text-align: center; padding-bottom: 0.2rem; border-bottom: 1px solid #eee; margin-bottom: 0.3rem; }
.News_detail .news_info .title h1 { margin: 0; padding-bottom: 0.15rem; font-size: var(--font-size28); font-weight: 500;  color: #333; }
.News_detail .news_info .title time {display: inline-block;color: #999; font-weight: lighter; font-size: var(--font-size16);padding-left: 0.3rem;background: url(../images/icon-time.svg) no-repeat left center;background-size: auto 0.18rem;line-height: 1.6}
.News_detail .news_info img {margin: 1% auto; /* margin: 2% auto; max-width: 50%; */ text-align: center }
.News_detail .info { line-height: 1.875; color: #333; font-size: var(--font-size16); }
.News_detail .info p{margin:0.1rem 0;}
.News_detail .bot { position: relative; margin-top: 0.4rem; padding-top: 0.32rem; border-top: 1px dashed #eee }
.News_detail .info_back { text-align: center; clear: both; position: absolute; right: 0; bottom: 0 }
.News_detail .info_back a {position:relative; color:#fff; display:block; width:1.8rem; line-height:0.55rem; border-radius: 0.5rem; background: var(--hover-color); }
.News_detail .info_back a:hover{ background: linear-gradient(135deg, #366ca8 0%, #cf2e3a 100%); }
.News_detail .info_back a:before{display: inline-block; vertical-align: top;content: '';background-image: url(../images/icon-back.svg);background-size: contain;background-position: center; background-repeat: no-repeat; width: 0.24rem;height: 0.55rem;margin-right: 0.1rem;}
.News_detail .info_pn span { display: block;  margin: 1% 0; min-height:1em;}
.News_detail .info_pn span a { color: #666;  font-weight: lighter;}
.News_detail .info_pn span a:hover { color: var(--hover-color); }

@media(max-width:1024px) {
.News_detail .bot{margin-top: 2em;padding-top: 1.5em;}
.News_detail .info_back { position: relative; margin-bottom: 1em;}
.News_detail .news_info .title h1 { font-size: 1.5em; }
.News_detail .info_back a{ line-height:0.4rem; text-align:center; display:table;margin:0 auto; width:100px;}
.News_detail .info_back a:before{height:0.4rem;}
.News_detail .info_pn span {margin:2% 0; }
.News_detail .info img{width:100% !important; height: 100% !important;}
}



.AboutInfo{ padding: var(--padMar80) 0;}
.AboutInfo .edit_info{font-size: var(--font-size16); color: #333; line-height: 2;}
.AboutInfo .img img{ border-radius: 0.1rem;} 
@media (min-width:1025px) {
.AboutInfo .info{width: 47%;}   
.AboutInfo .img{ width: 47%;}
}


.ValueInfo{padding:  var(--padMar80) 0; background-color: #f0f2f9;}
.ValueInfo ul{ display: flex; flex-wrap: wrap;}
.ValueInfo li{ float: left; margin-bottom: 2% ; margin-right: 2%; background: rgba(255,255,255,0.7); padding: 0.3rem; text-align: center; box-shadow: 0 0.08rem 0.3rem rgba(0,0,0,.03);border-radius: 0.1rem;transition: all .5s;position: relative; z-index: 2;}
.ValueInfo li::before{content:"";display: block;width:100%;border-radius: 0.1rem;position: absolute;bottom:0;left:0;background: linear-gradient(135deg, #366ca8 0%, #cf2e3a 100%);transition: all .5s;opacity: 0;height:0; z-index: -1;}
.ValueInfo li .icon{ background-color: var(--hover-color);width:0.8rem;height:0.8rem; border-radius: 0.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.2rem; transition: all .5s; }
.ValueInfo li .icon img{ max-width: 0.55rem;}
.ValueInfo li .tit{font-size: var(--font-size30);color: #333; font-weight: 500; margin-bottom: 0.2rem;}
.ValueInfo li .tit::after {display: block;content: "";width: 0.4rem;height: 3px;background-color: var(--hover-color);margin: 0.16rem auto 0px;}
.ValueInfo li .desc{font-size: var(--font-size16);color: #666; font-weight: lighter; line-height: 1.875;}
.ValueInfo li:hover::before{opacity: 1;height:100%;}
.ValueInfo li:hover .icon{transform: translateY(-0.1rem); background: none;}
.ValueInfo li:hover .tit{color:#fff;}
.ValueInfo li:hover .tit::after{ background-color: #fff;}
.ValueInfo li:hover .desc{color:#fff;opacity: 0.85;}
@media (min-width:1025px) {
.ValueInfo li{width: 32%;}   
.ValueInfo li:nth-child(3n){  margin-right: 0;}
}
@media (max-width:1024px) {
.ValueInfo li{width: 100%;}   
}

.ClientInfo{padding:  var(--padMar80) 0;background: linear-gradient(180deg, #ffffff  50%, #f5f9fc  100%);}


.AdvInfo{padding:  var(--padMar80) 0;  }
.AdvInfo .box{  /* background: #f9f9f9;box-shadow:0 3px 24px rgba(0,0,0,.02); */overflow: hidden;position: relative;}
.AdvInfo .item:not(:last-child){margin-bottom: .3rem;}
.AdvInfo .item .pic{}
.AdvInfo .item .pic img{border-radius: 0.1rem;}
.AdvInfo .item .num {position: relative;font-size:var(--font-size36);font-weight: 500;color: var(--hover-color);margin-top: 0.3rem;}
.AdvInfo .item .num:after {display: block;content: '';background:var(--hover-color); opacity: 0.5; position: absolute;width: calc(100% - 0.6rem);height: 1px;top: 50%;margin-top: -0.5px;right: 0;}

.AdvInfo .info{  }
.AdvInfo .item .icon{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 10; background: linear-gradient(135deg, #366ca8 0%, #cf2e3a 100%);width:0.7rem;height:0.7rem; border-radius: 0.7rem; display: flex; align-items: center; justify-content: center;  transition: all .5s; }
.AdvInfo .item .icon img{ max-width: 0.36rem;}
.AdvInfo .info .tit{font-size: var(--font-size24);color: #333; font-weight: 500; margin-bottom: 0.1rem;}
.AdvInfo .info .desc{font-size: var(--font-size16);color: #333; font-weight: lighter; line-height: 1.8;}
.AdvInfo .info .desc p{ margin: 0.08rem 0;}
@media (min-width:1025px) {
.AdvInfo .item:nth-child(2n) .box{flex-direction: row-reverse;}
.AdvInfo .item .pic{width:50%;flex-shrink:0;}
.AdvInfo .item .pic {width: 50%;padding-bottom:  0.2rem;padding-left: 0.2rem;position: relative;}
.AdvInfo .item .pic:after {display: block;content: '';width: 90%;height: 90%;background: var(--hover-color);opacity: 0.05;position: absolute;left: 0;bottom: 0;z-index: -1;border-radius: 0.1rem;}
.AdvInfo .item:nth-child(2n) .pic {padding-left: 0;padding-right: 0.2rem;}
.AdvInfo .item:nth-child(2n) .pic:after {left: auto;right: 0;}
.AdvInfo .item .info{width:50%; padding-left: 0.7rem;}
.AdvInfo .item:nth-child(2n) .info{padding-left: 0rem; padding-right: 0.7rem;}
.AdvInfo .item:nth-child(2n) .num {text-align: right;}
.AdvInfo .item:nth-child(2n) .num:after {right: auto;left: 0;}
}
@media (max-width:1024px) {
.AdvInfo .info{padding:.6rem 0 0.2rem; position:relative;}
.AdvInfo .item .icon{ top:0; transform:translate(-50%,-50%);}
.AdvInfo .item .num{ margin-top:0;}
}

.JoinInfo{padding:  var(--padMar80) 0; background-size: cover;background-position: center;background-repeat: no-repea }
.JoinInfo .info .tit{font-size: var(--font-size24);color: #333; font-weight: 500; margin-bottom: 0.12rem;}
.JoinInfo .info .edit_info{ font-size:var(--font-size18); color: #333; font-weight: lighter; line-height: 1.875;}
.JoinInfo .info .edit_info p span{font-size: var(--font-size20);color: var(--hover-color); font-weight: 500;}

.JoinInfo .form li{margin-bottom: 0.20rem;  position: relative; z-index: 1;   }
.JoinInfo .form .tit{position: absolute;left:0.16rem;top: 0;font-size: var(--font-size16); line-height:0.55rem;color: #333;}
.JoinInfo .form select,
.JoinInfo .form .text{width: 100%;border-radius:5px;font-size:var(--font-size16);border: 1px solid #eee;line-height:0.55rem;height:0.55rem;background: #fff;padding: 0 0.16rem; }
.JoinInfo .form textarea.text{height:1.5rem;}
.JoinInfo .form  .btn{width:1.8rem;font-size: var(--font-size16);background: var(--hover-color);border-radius: 50px;line-height: calc(60 / 18 * 1em); color: #fff;cursor: pointer;border: 0; display: block;}
.JoinInfo #uploader140808 .queueList{ margin:0; border:none;}
.JoinInfo #uploader140808 .placeholder{padding:0; height:auto; min-height:0;}
.JoinInfo #uploader140808 .placeholder .webuploader-pick{ margin-bottom:0;}
.JoinInfo #uploader140808 .placeholder .webuploader-container~div{ display:none;}
.JoinInfo #uploader140808 .statusBar{ display:none;}

@media (min-width:1025px) {
.JoinInfo .Joinbox{display: flex; justify-content: space-between;}
.JoinInfo .info{width:48%;;}
.JoinInfo .form{width:42%;}
.JoinInfo .form .row2 li{float: left;width:calc(50% - 1%);}
.JoinInfo .form .row2 li:nth-child(2n){float: right;}
.JoinInfo .form .row3 li{float: left;width:32%;}
.JoinInfo .form .row3 li:not(:nth-child(3n)){ margin-right: 2%;}
}
@media (max-width:640px) {
.JoinInfo .info .edit_info{ line-height:1.5;}
}


.MethodInfo{padding:  var(--padMar80) 0; }
.MethodInfo ul{ display: flex; flex-wrap: wrap;}
.MethodInfo .title{ display: flex; justify-content: space-between; align-items: center;margin-bottom: 0.3rem;}
.MethodInfo li{ float: left; margin-bottom: 2% ; margin-right: 2%; background: #f8f8f8; padding: 0.3rem;  }
.MethodInfo li .tit{font-size: var(--font-size30);color: #333; font-weight: 500; }
.MethodInfo li .num{font-size: var(--font-size36); font-weight: bold;   color: rgba(var(--rgb-hover),0.2);}
.MethodInfo li .desc{font-size: var(--font-size16);color: #333; font-weight: lighter; line-height: 1.875;}
.MethodInfo li .desc p{position: relative; padding-left: 0.18rem;}
.MethodInfo li .desc p:before {position: absolute;content: '';width: 0.06rem;height: 0.06rem;border-radius: 50%;background: var(--hover-color);left: 0;top: 0.13rem;}
@media (min-width:1025px) {
.MethodInfo li{width: 49%;}   
.MethodInfo li:nth-child(2n){  margin-right: 0;}
}
@media (max-width:1024px) {
.MethodInfo li{width: 100%;}   
}



/* 单篇 */
.single-box{padding:var(--padMar50) 0;}


/* 搜索 */
.list_istop{padding:var(--padMar80) 0;margin: 0 auto;margin-top:0%;}
.list_istop ul{margin-bottom:3%;}
.list_istop ol{overflow:hidden; padding-bottom:15px; margin-bottom:15px;    border-bottom: 1px solid #eee;}
.list_istop li {position: relative; border-bottom: 1px #e4e4e4 dotted; font-size:0.18rem;padding:1em 0; overflow:hidden;} 
.list_istop li::before{ position:absolute; content:''; width:4px; height:4px; border-radius:50%; background-color:#ccc; left:5px; top:50%; margin-top:-2px;}
.list_istop li time{ float:right; font-size:0.16rem; color:#999;}
.list_istop li a{ display:block; float:left; width:80%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-left:20px;color:#333;}
.list_istop li a:hover{ color:#070a6d;}
@media(max-width:640px){
.list_istop{padding:0.4rem 0;}
.list_istop li a{width:77%;}
}



/* 网站地图 */
.ul_sitemap li{ line-height:2;}





