

html,body{/*overscroll-behavior:none;scroll-behavior:smooth;*/padding: 0; margin: 0;}
body{font-family:'hm'; font-weight:300; overflow-x: hidden; --hover-color:#de000e;--white:#fff;--black0:#000; --black3:#333; --grey6:#666;--grey9:#999;--greyc:#ccc; font-size:var(--font-size16);--bg:#f5f5f5;--bg2:#f9f9f9;}


/* 头部 */
header{ position:fixed; left:0; top:0; width:100%; z-index:20; background-color:var(--white);}
header .logo a{ padding:.1rem 0;}
header .logo a img{ max-width:2.93rem;}
header .nav-box .ul{ height:100%; font-size:var(--font-size20);}
header .nav-box li{ margin-right:.25rem; padding:0 .05rem; position:relative;}
header .nav-box li>span{ height:100%; display:block; position:relative;}
header .nav-box li>span>a{ height:100%; border-bottom:solid 2px transparent;}
header .nav-box li:hover>span>a,
header .nav-box li.aon>span>a{ border-color:var(--hover-color); color:var(--hover-color);}
header .nav-box .sub-box{ position:absolute; left:50%; top:100%; width:1.5rem; background:#fff; font-size:.16rem; padding:.1rem 0 0; border-radius:0 0 .05rem .05rem; overflow: hidden; display:none; margin-left:-.75rem;}
header .nav-box .sub-box dt{ padding:.05rem; border-bottom:solid 1px #efefef;}
header .nav-box .sub-box dt a{ text-align:center; width:100%; padding:.05rem 0; display:block;}
header .nav-box .sub-box dt:last-child{ border-bottom:none;}
header .search-top{ margin-right:.25rem; padding-right:.25rem; position: relative;}
header .search-top::after{ content:''; display:block; width:1px; height:.14rem; background:#d6d6d6; position:absolute; right:0; top:50%; margin-top:-.07rem;}
header .search-top .icon{ width:.3rem; height:100%; cursor:pointer;}
header .search-top .icon i{ width:.18rem; height:.18rem; background-image:url(../images/search-black.svg); background-repeat:no-repeat; background-position:center; background-size:contain;}
header .search-top .search-box{ position:absolute; right:0; top:100%; background:var(--white); border-radius:0 0 .08rem .08rem; overflow:hidden; transition:all .3s; box-shadow:0 .1rem .1rem rgba(0,0,0,.1); display:none;}
header .search-top .search-box .wtd100{ width:100%;}
header .search-top .search-box input{background:transparent; border:0; padding:.13rem .1rem; padding-left:.15rem; margin:0; font-size:var(--font-size16);}
header .search-top .search-box .but{width:.4rem;text-align:center;cursor:pointer; background-image:url(../images/search-black.svg);background-repeat:no-repeat; background-position:center; background-size:.2rem;}
header .search-top.on .icon i{ background-image:url(../images/close.svg);}
header .language{ margin-right:.45rem;}
header .language .icon{ height:100%; cursor:pointer; padding-left:.3rem; background-image:url(../images/voice-black.svg);background-repeat:no-repeat; background-position:left center; background-size:.18rem;}
header .language .icon i{ width:.14rem; height:.14rem; display:block; background-image:url(../images/arrow.svg); background-repeat:no-repeat; background-position:center; margin-left:.1rem;}
header .language .pull-dow{ position:absolute; left:50%; top:100%; width:1rem; background-color:var(--white); padding:.1rem; margin-left:-.5rem; border-radius:0 0 .08rem .08rem; overflow:hidden; visibility:hidden; opacity:0; transition:.3s;}
header .language .pull-dow a{ width:100%; display:block; text-align:center; padding:.05rem; margin:.02rem;}
header .language:hover .icon i{ color:var(--hover-color);}
header .language:hover .pull-dow{ visibility: visible; opacity:1;}
header .hotline{ font-size:var(--font-size20); font-family:'Barlow'; background-image: url(../images/tel-icon1.png); background-repeat:no-repeat; padding-left:.3rem; background-position:left center; background-size:.19rem;}


@media(max-width:1024px){
header{ padding:0;}
header .autoCon-1800{ max-width:94%;}
header .logo a{ padding:.15rem 0;}
header .logo a img{ max-width:2.6rem;}
header .nav-box{ position:fixed; top:.91rem; right:-35%; width:30%; height:calc(100% - .91rem); overflow:auto; background:var(--white); transition:.3s; z-index:5;}
header .nav-box .ul{ align-content:flex-start; width:100%;}
header .nav-box li{ width:100%; margin-right:0; padding:.1rem .2rem;}
header .nav-box li>span{ height:auto; display:-webkit-flex; display:flex;}
header .nav-box .sub-box{ position:relative; display:block; top:auto; left:auto; margin-left:0; width:100%; padding-bottom:0; display:none;}
header .nav-box .sub-box dt{ padding:0;}
header .nav-box .sub-box dt a{ text-align:left;}
header .web-menu{ margin-left:.25rem;}
.menu-show header .nav-box{ right:0;}
}
@media(max-width:640px){
header .logo a{ padding:.2rem 0;}
header .logo a img{ max-width:2.1rem;}
header .language{ margin-right:.2rem;}
header .language .pull-dow{ font-size:var(--font-size22);}
header .search-top{ margin-right:.15rem; padding-right:.15rem;}
header .search-top .search-box{ position:fixed; right:2%; top:.87rem; width:96%;}
header .search-top .search-box input{ width:calc(100% - .4rem); font-size:var(--font-size20);}
header .search-top .search-box .but{ font-size:var(--font-size22);}
header .nav-box{ top:.89rem; width:50%; right:-55%; box-shadow:0 .2rem .2rem rgba(0,0,0,.1);}
header .nav-box .ul{ font-size:var(--font-size25);}
header .nav-box li a{ display:inline-block;}
header .nav-box .sub-box dt a{ padding:.1rem 0; font-size:var(--font-size22);}
header .web-menu{ margin-left:.2rem;}
}



/* 底部 */
footer{ background:#f5f5f5; padding:.55rem 0 0;}
footer .footer-logo img{ width:2.93rem;}
footer .footer-one .dwll{ margin-right:.15rem; position: relative;}
footer .footer-one .dwll .txt{ border:solid 1px rgba(0,0,0,.1); width:2.9rem; padding:.14rem .3rem; border-radius:.05rem; cursor:pointer; position:relative;}
footer .footer-one .dwll .txt::after{content:''; display:block; width:.15rem; height:.15rem; background-image:url(../images/arrow2.svg); background-repeat:no-repeat; background-position:center; background-size:contain; position:absolute; right:.2rem; top:.17rem;}
footer .footer-one .dwll .ul{ visibility:hidden; opacity:0; padding:.1rem .3rem; position:absolute; left:0; top:100%; width:100%; background:var(--white); max-height:1.5rem; overflow:auto; transition:.3s;}
footer .footer-one .dwll .ul li a{ display:block; padding:.1rem 0;}
footer .footer-one .dwll .ul::-webkit-scrollbar{width:2px;background-color:rgba(0,0,0,.1)}
footer .footer-one .dwll .ul::-webkit-scrollbar-thumb{border: solid 1px var(--hover-color);width:2px;border-radius: 4px;background-color:var(--hover-color)}
footer .footer-one .dwll:last-child{ margin-right:0;}
footer .footer-one .dwll:hover .ul{ visibility:visible; opacity:1;}
footer .footer-two{ padding:.35rem 0 .2rem;}
footer .footer-nav .loist{ margin-bottom:.3rem; line-height:1.5;}
footer .footer-nav .loist dl{ margin-right:1rem;}
footer .footer-nav .loist dl dt{ margin-bottom:.1rem; font-size:var(--font-size18);}
footer .footer-nav .loist dl dd{ margin-bottom:.15rem; font-weight: 100;}
footer .footer-nav .loist dl dd:last-child{ margin-bottom:0;}
footer .footer-nav .loist dl:last-child{ margin-right:0;}
footer .footer-others{ text-align:right; line-height:1.5;}
footer .footer-others .rxl{ margin-bottom:.2rem;}
footer .footer-others .rxl .name{ margin-bottom:.05rem; font-weight:100; color:#333333;}
footer .footer-others .rxl .tel{ font-size:var(--font-size24); color:var(--hover-color);font-family:'Barlow';}
footer .footer-others .rxl .addr{ font-size:var(--font-size18);}
footer .footer-nav .aolx span{ margin-left:.1rem; font-weight: 100;}
footer .qrcode-box .ilx{ font-weight:100; margin-right:.2rem;}
footer .qrcode-box .ilx .ispic{ margin-bottom:.05rem; width:1.02rem; padding-bottom:1.02rem;}
footer .qrcode-box .ilx .ispic img{ object-fit:contain;}
footer .qrcode-box .ilx:last-child{ margin-right:0;}
footer .copyright{ padding:.2rem 0; border-top:solid 1px rgba(0,0,0,.1); font-weight: 100;}
footer .copyright .line em{ font-style:normal; margin:0 .15rem; font-size:var(--font-size12);}
footer .copyright .line em:last-child{ display:none;}

@media (max-width:1024px) {
footer .footer-nav .loist dl{ margin-right:.5rem;}
footer .footer-one .dwll .txt{ width:2.3rem;}
footer .copyright .txt{ width:60%;}
}

@media(max-width:640px){
footer{ font-size:var(--font-size22);}
footer .footer-one .rig-box{ width:100%; margin:.3rem 0 .1rem;}
footer .footer-one .dwll{ margin-right:0; width:49%;}
footer .footer-one .dwll .txt{ width:100%;}
footer .footer-nav .loist{ justify-content:space-between;}
footer .footer-nav .loist dl{ margin-right:0;}
footer .footer-nav{ width:100%;}
footer .footer-others{ width:100%;}

footer .copyright{ font-size:var(--font-size20); line-height:1.8;}
footer .copyright .txt{ width:100%; text-align:center; margin-bottom:.1rem;}
footer .line{ justify-content:center; width:100%;}
}




/*Banner003223 */
.Banner003223{position:relative;z-index:1; --white:#fff; }
.Banner003223 .swiper-wrapper{height: auto;}
.Banner003223 .swiper img{ width:100%;height:6.82rem;object-fit:cover;}
@media (min-width:1025px) {
.Banner003223 img.wap{ display:none;}
}
@media (max-width:1024px) {
.Banner003223 img.pc{ display:none;}
.Banner003223 .swiper img{height:5.54rem;}
}
@media (max-width:480px) {
.Banner003223 .swiper img{height:3rem;}
}




/*  */
.ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.ispic{ overflow:hidden; position:relative;}
.ispic figure{ 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;}
.ispic img{ width:100%; height:100%;object-fit: cover;}
.ispic.auto img{ width:auto; height:auto;object-fit: contain;max-width: 100%;max-height: 100%;}






/* 首页 */
.index-more .but{ border:solid 1px rgba(0,0,0,.1); padding:.1rem .2rem; border-radius:1rem; font-weight:100; transition: .3s;}
.index-more .but::after{ content:''; display:block; width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-repeat:no-repeat; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.index-more .but:hover{ background:var(--hover-color); border-color:var(--hover-color); color:var(--white);}

.index-tit{ margin-bottom:.35rem;}
.index-tit .tit{ font-size:var(--font-size38); font-weight:bold; position:relative; line-height:1.3;}
.index-tit .tit span{ display:inline-block; line-height:1.3;}
.index-tit .tit::after{content:''; display:block; width:.16rem; height:.16rem;  background-repeat:no-repeat; background-position:left center; background-size:contain; position:absolute; right:-.25rem; top:.08rem;}

.index-one{ padding:.2rem 0; background:rgba(211,84,3,0.5); color:var(--white); font-weight:100; z-index:5; position: relative; margin-top:-.88rem;}
.index-one .today-news{ width:62%;}
.index-one .name-tit{ width:1.15rem; padding-left:.3rem; background-image:url(../images/rili.svg); background-repeat:no-repeat; background-size:.18rem; background-position:left center;}
.index-one .switch-ywen{ width:calc(100% - 1.2rem); padding-right:1rem;}
.index-one .switch-ywen .item .tiem{ margin-right:2em;}
.index-one .swiper-but{ width:.34rem; height:.34rem; border:solid 1px #fff; border-radius:1rem; top:50%; margin-top:-.17rem; background:#de000e; border-color:#de000e; opacity:1;}
.index-one .swiper-but::after{ font-size:var(--font-size12); color:var(--white);}
.index-one .swiper-button-prev{ left:auto; right:.45rem;}
.index-one .swiper-button-next{ right:0;}
.index-one .swiper-button-disabled{ background:transparent; border-color:#fff;}
.index-one .today-search{width:3.3rem;background-color:rgba(255,255,255,0.2);padding:0 .3rem;padding-right:.2rem;border-radius:1rem;}
.index-one .today-search input{font-size:var(--font-size16); line-height:3; border:none; padding:0; margin:0; background:transparent; color:var(--white); width:calc(100% - .4rem); font-weight:300; padding-right:.15rem;}
.index-one .today-search input::placeholder{ color:var(--white)}
.index-one .today-search input:-moz-placeholder{ color:var(--white)}
.index-one .today-search input::-moz-placeholder{ color:var(--white)}
.index-one .today-search input:-ms-input-placeholder{ color:var(--white)}
.index-one .today-search input::-webkit-input-placeholder{ color:var(--white)}
.index-one .today-search .but{ width:.4rem; height:.4rem; background-image:url(../images/search-red.svg); background-repeat:no-repeat; background-size:.2rem; background-position:center; cursor:pointer;}

.index-two .item{ padding:.45rem 0 .25rem; width:25%; text-align:center;position:relative;}
.index-two .item .icon{ margin-bottom:.15rem;}
.index-two .item .icon img{ width:.5rem;}
.index-two .item .tit-cn{ margin-bottom:.05rem; font-size:var(--font-size20); color:#333333; font-weight:700;}
.index-two .item .tit-en{ font-size:var(--font-size14); color:#999999; font-weight:100;}
.index-two .item:hover{ background-image:linear-gradient(to top,rgba(218,1,3,0.1),transparent);}
.index-two .code{position:absolute;width:4.5rem;padding:0.2rem;background:#fff;border-radius:0.1rem;z-index:100;text-align:center;opacity:0;transition:all 0.5s;pointer-events:none;left:50%;transform:translatex(-50%);top:100%;}
.index-two .code img{width:1.2rem;height:1.2rem;}
.index-two .code img:not(:last-child){margin-right:0.15rem;}
.index-two .item:nth-child(2):hover .code{pointer-events:auto;opacity:1;top:105%;}

.index-three{ padding:.75rem 0; background-image:url(../images/index-bg.jpg); background-repeat:no-repeat; background-position:center bottom; background-size:cover;}
.index-three .let-box{ width:47.795%;}
.index-three .rig-box{ width:47.795%;}
.index-three .top-itw{ margin-bottom:.2rem;}
.index-three .top-itw .ispic{ width:41.54%; padding-bottom:23.385%; overflow:hidden;}
.index-three .top-itw .ispic figure{ transition:.3s;}
.index-three .top-itw .txt{ width:calc(58.46% - .4rem); border-bottom:solid 1px rgba(0,0,0,.1); padding-bottom:.1rem;}
.index-three .top-itw .txt .tit{ margin:.1rem 0; font-size:var(--font-size18);}
.index-three .top-itw .des{line-height:1.7; font-weight: 100;}
.index-three .top-itw .txt .tiem{ color:#999999;}
.index-three .top-itw a:hover .ispic figure{ transform:scale(1.05);}
.index-three .list-box li{ border-bottom:solid 1px rgba(0,0,0,.1);}
.index-three .list-box li a{ padding:.1rem 0; position:relative; padding-left:.15rem;}
.index-three .list-box li a::before{ content:''; display:block; width:.04rem; height:.04rem; background:#cecece; position:absolute; left:0; border-radius:1rem;}
.index-three .list-box li .tit{ max-width:calc(100% - 6em); padding:.1rem 0; position: relative;}
.index-three .list-box li .tit span{ position:absolute; right:-4em; top:.12rem; background:url(../images/red-box.svg);background-repeat:no-repeat; background-position:left bottom; background-size:100% 100%; font-size:var(--font-size12); color:var(--white); padding:0 .05rem; padding-bottom:.05rem;}
.index-three .list-box li .tiem{ width:6em; text-align:right; color:#999999;}

.index-four{ padding:.75rem 0; background-image:url(../images/index-news-bg.jpg); background-repeat:no-repeat; background-position:center bottom; background-size:cover;}
.index-four .list-box .let-ige{ width:47.059%;}
.index-four .list-box .let-ige .ispic{ width:100%; padding-bottom:75.313%; overflow:hidden; position:relative; border-radius:.1rem; overflow: hidden;}
.index-four .list-box .let-ige .ispic::after{content:''; display:block; width:100%; height:100%;background-image:linear-gradient(to top,rgba(0,0,0,0.3),transparent); position:absolute; left:0; top:0; width:100%; height:100%;}
.index-four .list-box .let-ige .ispic figure{ transition:.3s;}
.index-four .list-box .let-ige .text{ color:var(--white); position:absolute; left:0; bottom:0; width:100%; padding:.3rem;}
.index-four .list-box .let-ige .text .tiem{ margin-bottom:.15rem;}
.index-four .list-box .let-ige .text .tit{ font-size:var(--font-size18); font-weight:700;}
.index-four .list-box .let-ige a:hover .tit{ color:var(--hover-color);}
.index-four .list-box .let-ige a:hover .ispic figure{ transform:scale(1.05);}
.index-four .list-box .ul{ width:50%;}
.index-four .list-box .ul ol{ padding:.2rem 0; border-bottom:solid 1px rgba(0,0,0,.1);}
.index-four .list-box .ul ol .iox{ margin-bottom:.15rem; font-size:var(--font-size18);}
.index-four .list-box .ul ol .iox .tit{ width:calc(100% - 6em);}
.index-four .list-box .ul ol .tiem{ width:6em; text-align:right; color:#999999; font-size:var(--font-size16);}
.index-four .list-box .ul ol .des{ color:#999; line-height:1.8; font-weight:100;}
.index-four .list-box .ul li a{ padding:.22rem 0; border-bottom:solid 1px rgba(0,0,0,.1); position:relative; padding-left:.15rem;}
.index-four .list-box .ul li em{ font-style:normal;}
.index-four .list-box .ul li .tit{ width:calc(100% - 9em);}
.index-four .list-box .ul li .tiem{ width:9em; text-align:right;}
.index-four .list-box .ul li .tiem em{ display:inline-block; line-height:.8; border-left:solid 1px rgba(0,0,0,.1); padding-left:.15rem; margin-left:.15rem;}
.index-four .list-box .ul li a::before{ content:''; display:block; width:.04rem; height:.04rem; background:#cecece; position:absolute; left:0; top:.31rem; border-radius:1rem;}

.index-five{ padding:.75rem 0 0;}
.index-five .list{margin-left:-0.1rem;}
.index-five .item{margin-left:0.1rem;flex:1;color:#fff; position:relative; border-radius:.1rem; overflow:hidden; transition: all 1s;}
.index-five .item .ispic{height:4.28rem;}
.index-five .item .ispic:after{position: absolute;left:0;bottom:0;width:100%;height:70%;content:"";z-index:1;background-image: linear-gradient(to top,#000,rgba(0,0,0,0));opacity:0.5;transition: all 0.5s;}
.index-five .item .iow{ padding:.3rem .4rem; width:100%; z-index:10; left:0; transition:all 0.8s ease-in-out;}
.index-five .item .iow .tit{ margin-left:.1rem; font-size:var(--font-size24); font-weight:bold;}
.index-five .item .text{position:absolute;width:5.52rem;left:50%;bottom:0;z-index:10;opacity:0;transition: all 1s ease-in-out; border-bottom:solid 2px var(--hover-color);}
.index-five .item .oiwl{position:absolute; left:0; bottom:0; width:100%; padding:.35rem 0; z-index:5; text-align:center;}
.index-five .item .oiwl .icon{ margin-bottom:.15rem;}
.index-five .item .adbox{background:rgba(255,255,255,0.8); padding:.3rem .2rem; padding-right:.15rem; overflow:hidden;}
.index-five .item .more .but{color:var(--white); padding:0; border-radius:1rem; font-weight:100;}
.index-five .item .more .but::after{ content:''; display:block; width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-repeat:no-repeat; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.index-five .item .ovbox{ overflow:auto; height:2.65rem; padding:0 .15rem;}
.index-five .item .ovbox::-webkit-scrollbar{width:2px;background-color:rgba(0,0,0,.1)}
.index-five .item .ovbox::-webkit-scrollbar-thumb{border: solid 1px var(--hover-color);width:2px;border-radius: 4px;background-color:var(--hover-color)}
.index-five .item .ovbox li{ margin-bottom:.15rem; position:relative;}
.index-five .item .ovbox li a{ padding:.05rem 0;}
.index-five .item .ovbox li::before{position:absolute;left:-.15rem;top:.14rem;content:''; display:block; width:.04rem; height:.04rem; background:#de000e; border-radius:1rem;}
.index-five .item .ovbox li .tit{ width:calc(100% - 7em);}
.index-five .item .ovbox li .tiem{ color:#999; width:6em; text-align:right;}
.index-five .item .ovbox li:last-child{ margin-bottom:0;}
.index-five .item.hover{flex:2.86;}
.index-five .item.hover .oiwl{opacity:0;bottom:0;transform: scale(0.5);}
.index-five .item.hover .text{left:0;opacity:1;}
.index-five .item.hover .ispic:after{opacity:0.7;}

.index-six{ padding:.75rem 0 0;}
.index-six .list .item{ width:32.5%; margin-right:1.25%; margin-bottom:1.25%; background:#f7f8fa; border-radius:.08rem; overflow: hidden; transition:.3s;}
.index-six .list .item a{ padding:.3rem; position:relative;}
.index-six .list .item .rix{ position:absolute; right:0; top:0; background:var(--hover-color); color:var(--white); font-size:var(--font-size12); padding:.02rem .05rem; border-radius:.02rem;}
.index-six .list .item .tiem{ width:.9rem; color:#222222;}
.index-six .list .item .tiem .date{ font-size:var(--font-size28); font-weight:bold;}
.index-six .list .item .tiem .year{ font-size:var(--font-size14);}
.index-six .list .item .tit{ line-height:1.8; width:calc(100% - 1rem);}
.index-six .list .item:hover{ background:var(--white); box-shadow:0 0 .15rem rgba(0,0,0,.1);}
.index-six .list .item:nth-child(3n){ margin-right:0;}

.index-seven{ padding:.75rem 0;}
.index-seven .calendar{ width:4.5rem; background:#f7f8fa;}
.index-seven .trans-box{ width:calc(100% - 4.5rem); background-image:url(../images/jy-bg.jpg);}
.index-seven .trans-box .tit-big{ font-size:var(--font-size24); font-weight:bold; margin-bottom:.2rem; font-size:var(--font-size24);}
.index-seven .trans-box .olxw{ padding:.35rem 0; padding-left:.35rem; width:50%; border-left:solid 1px rgba(0,0,0,.05);}
.index-seven .trans-box .olxw .more{ margin-top:.2rem;}
.index-seven .trans-box .olxw .more .but{color:#333333; padding:0; border-radius:1rem;}
.index-seven .trans-box .olxw .more .but::after{ content:''; display:block; width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-repeat:no-repeat; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.index-seven .trans-box .olxw:last-child{ padding-right:.15rem;}
.index-seven .trans-box .tishi{ font-size:var(--font-size14);}
.index-seven .trans-box .tishi a{ display:inline-block; margin-top:.1rem; color:var(--hover-color);}
.index-seven .trans-box .tiem{ margin-bottom:.15rem; font-size:var(--font-size18); color:#333333;}
.index-seven .trans-box .ovbox{ height:2.2rem; overflow:auto; padding-right:.35rem;}
.index-seven .trans-box .ovbox::-webkit-scrollbar{width:2px;background-color:rgba(0,0,0,.1)}
.index-seven .trans-box .ovbox::-webkit-scrollbar-thumb{border: solid 1px var(--hover-color);width:2px;border-radius: 4px;background-color:var(--hover-color)}
.index-seven .trans-box .ovbox li{ line-height:2; font-size:var(--font-size16);}
.index-seven .trans-box .oix{ margin:.2rem 0 .08rem; font-size:var(--font-size18); font-weight:bold; color:#333333;}

.index-seven .calendar{ padding:.3rem .2rem;}
.index-seven .layui-laydate-static{ width:100%; box-shadow:none; border:none; background:none;}
.index-seven .layui-laydate-main{ width:100%;}
.index-seven .layui-laydate-footer{ display:none;}
.index-seven .layui-laydate-header{ border-bottom:none;}
.index-seven .laydate-set-ym{ font-size:var(--font-size18); color:#333;}
.index-seven .layui-laydate-content{ padding:0;}
.index-seven .layui-laydate-content table{ width:100%;}
.index-seven .layui-laydate-content th{ color:#333; line-height:2; padding:.1rem 0;}
.index-seven .layui-laydate-content td{ color:#333;}
.index-seven .layui-laydate-content td>div{ padding:0; font-size:var(--font-size16); line-height:2; display:-webkit-flex; display:flex; align-items:center; justify-content:center; width:.43rem; height:.43rem; margin:.02rem auto; border-radius:1rem;}
.index-seven .layui-laydate-content td .laydate-day-mark{ position:relative; line-height:2; font-size:var(--font-size16);}
.index-seven .layui-laydate-content .laydate-day-prev,
.index-seven .layui-laydate-content .laydate-day-next{ color:#ccc;}
.index-seven .layui-laydate-header i:hover,
.index-seven .layui-laydate-header span:hover{ color:var(--hover-color);}
.index-seven .layui-laydate .layui-this{background:transparent!important;}
.index-seven .layui-laydate-list .layui-this{background:#de000e!important;}
.index-seven .layui-laydate .layui-this>div{ background:#de000e!important;}
.index-seven .layui-laydate .layui-laydate-list>li{ font-size:var(--font-size18);}
.index-seven .laydate-day-mark::after{ right:4px; top:4px; width:.08rem; height:.08rem; background:url(../images/red-icon.svg) no-repeat center; background-size:contain; border-radius:0;}

.index-eight{ padding-bottom:1rem;}
.index-eight .index-tit{ margin-bottom:.25rem;}
.index-eight .text{ width:50%;}
.index-eight .text .editor{ line-height:2; margin-bottom:.3rem;}
.index-eight .text .lanmu-ox .item .icon{ margin-bottom:.1rem;}
.index-eight .text .lanmu-ox .item .icon img{ width:.6rem;}
.index-eight .text .lanmu-ox .icon span{ display:inline-block; width:.6rem; height:.6rem; border-radius:1rem; box-shadow:.05rem .05rem .15rem rgba(0,0,0,.1);}
.index-eight .text .lanmu-ox .item{ margin-right:.4rem;}
.index-eight .text .lanmu-ox .item:last-child{ margin-right:0;}
.index-eight .ispic{ width:44.118%; padding-bottom:33.0888%; border-radius:.15rem;}

@media (max-width:1024px) {
.index-tit .tit{ font-size:var(--font-size30);}
.index-three .list-box li .tit{ max-width:calc(100% - 9em);}
.index-three .list-box li .tit span{ right:-3em;}
}

@media (max-width:640px) {
.index-more .but{ font-size:var(--font-size18);}

.index-one{ padding-top:.25rem; margin-top:0; font-size:var(--font-size20);}
.index-one .name-tit{ width:6.5em;}
.index-one .switch-ywen{ width:calc(100% - 6.5em);}
.index-one .today-news{ width:100%; margin-bottom:.2rem;}
.index-one .today-search{ width:100%;}
.index-one .today-search input{ font-size:var(--font-size20);}
.index-two .item{ width:50%;}
.index-two .item .tit-en{ font-size:var(--font-size18);}
.index-two .code img:not(:last-child){margin-right:0;}
.index-two .code img{width:1.1rem;height:1.1rem;}
.index-three{ font-size:var(--font-size22);}
.index-three .let-box{ width:100%; margin-bottom:.4rem;}
.index-three .list-box li .tit span{ right:-4.5em;}
.index-three .rig-box{ width:100%;}
.index-three .top-itw .txt{ width:55%;}
.index-three .top-itw .txt .tit{ font-size:var(--font-size24);}
.index-three .top-itw .txt .tit{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index-four{ font-size:var(--font-size22);}
.index-four .list-box .let-ige{ width:100%;}
.index-four .list-box .let-ige .text .tit{ font-size:var(--font-size24);}
.index-four .list-box .ul{ width:100%;}
.index-four .list-box .ul ol .iox{ font-size:var(--font-size24); align-items:center;}
.index-four .list-box .ul ol .tiem{ font-size:var(--font-size18);}
.index-five .item,
.index-five .item.hover{ width:100%; flex:auto; margin-bottom:.2rem;}
.index-five .item:last-child{ margin-bottom:0;}
.index-five .item .text{ width:100%; font-size:var(--font-size22);}
.index-five .item .oiwl,
.index-five .item.hover .oiwl{ opacity:0; bottom:0; transform:scale(0.5);}
.index-five .item .text,
.index-five .item.hover .text{left:0;opacity:1;}
.index-five .item .ispic:after,
.index-five .item.hover .ispic:after{opacity:0.7;}
.index-five .item .iow{ padding:.2rem .4rem;}
.index-five .item .ovbox li .tiem{ font-size:var(--font-size20);}
.index-five .item .ovbox li::before{ top:.18rem;}
.index-six{ font-size:var(--font-size22);}
.index-six .list{ justify-content:space-between;}
.index-six .list .item{ width:100%; margin-right:0; margin-bottom:2%;}
.index-six .list .item:nth-child(2n){ margin-right:0;}
.index-seven{ font-size:var(--font-size22);}
.index-seven .calendar{ width:100%;}
.index-seven .trans-box{ width:100%;}
.index-seven .trans-box .oix{ font-size:var(--font-size22);}
.index-seven .trans-box .olxw{ width:100%; border-left:none; border-bottom:solid 1px rgba(0,0,0,.05);}
.index-seven .trans-box .olxw:last-child{ border-bottom:none;}
.index-seven .trans-box .tishi{ font-size:var(--font-size20);}
.index-seven .trans-box .tiem{ font-size:var(--font-size20);}
.index-seven .trans-box .ovbox{ height:2.3rem;}
.index-seven .trans-box .ovbox li{ font-size:var(--font-size20);}
.index-seven .layui-laydate-content td .laydate-day-mark,
.index-seven .layui-laydate-content td>div{ font-size:var(--font-size18);}
.index-seven .layui-laydate-content th{ font-size:var(--font-size18);}
.index-seven .laydate-set-ym{ font-size:var(--font-size22);}
.index-seven .layui-laydate-header i{ font-size:var(--font-size18);}
.index-eight{ font-size:var(--font-size22);}
.index-eight .text{ width:100%; margin-bottom:.3rem;}
.index-eight .ispic{ width:100%; padding-bottom:75%;}
}


/* 内页 */
.ban-inside .center{ width:100%; height:100%; align-items:center;}
.ban-inside .text{ position:absolute; left:0; top:0; width:100%; height:100%;}
.ban-inside .text .tit-cn{font-family:'AlimamaShuHeiTi'; font-size:var(--font-size50); color:var(--white);}
@media (min-width:1025px) {
.ban-inside img.wap{ display:none;}
}
@media (max-width:1024px) {
.ban-inside img.pc{ display:none;}
}


/* 内页菜单 */
.inside-other .menu-box li{ margin-right:.5rem;}
.inside-other .menu-box li a{ padding:.33rem 0; display:block; border-bottom:solid 1px transparent; font-weight: 100;}
.inside-other .menu-box li:last-child{ margin-right:0;}
.inside-other .menu-box li.on a{ color:var(--hover-color); border-color:var(--hover-color); font-weight: 300;}
.inside-other .autoCon-1360{ border-bottom:solid 1px rgba(0,0,0,.1);}
.inside-other .location{ padding:.3rem 0; color:#999999; font-weight: 100;}
.inside-other .location a{ color:#999999;}
.inside-other .location a:hover{ color:var(--hover-color);}
.inside-other .location span{ color:var(--hover-color);}
.inside-other .location em{ margin:0 .08rem; display:inline-block; width:.12rem; height:.12rem; background-image:url(../images/arrow2.svg); background-repeat:no-repeat; background-position:center; background-size:contain; transform:rotate(-90deg);}
@media (max-width:1024px) {
.inside-other .location{ display:none;}
.inside-other .menu-box li{ margin-right:.4rem;}
}
@media (max-width:640px) {
.inside-other .menu-box li{ font-size:var(--font-size18); margin-right:.25rem;}
.inside-other .menu-box li a{ padding:.2rem 0;}
}



/* 01_公司概况 */
.about-one{ padding:.75rem 0;}
.about-one .editor{line-height:2;}
.about-two .list-box{ margin-top:.4rem;}
.about-two .list-box .item{ width:48.898%; margin-bottom:2%; padding:.3rem .25rem; padding-right:.35rem; background:#f7f8fa;}
.about-two .list-box .item .name{ width:.6rem; font-size:var(--font-size20); background:rgba(222,0,14,.1); color:var(--hover-color); writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; padding:.2rem .18rem .1rem; letter-spacing:10px; border-radius:.05rem; font-weight:700;}
.about-two .list-box .item .des{ padding-left:.3rem; width:calc(100% - .6rem); line-height:1.8;}
.about-three{ padding:.75rem 0;}
.about-four{ padding:.75rem 0; background-image:url(../images/about-bg1.png); background-repeat:no-repeat; background-position:center bottom; background-size:cover;}
.about-four .list-box{ padding-left:.5rem; position: relative;}
.about-four .list-box::after{content:''; display:block; width:1px; height:91%; position:absolute; left:.1rem; top:.15rem; background:rgba(0,0,0,.1);}
.about-four .list-box .item{ margin-bottom:.35rem; position: relative;}
.about-four .list-box .item::after{ content:''; display:block; width:.2rem; height:.2rem; position:absolute; left:-.5rem; top:.11rem; border:solid .06rem #eedbdf; background:var(--hover-color); border-radius:1rem;}
.about-four .list-box .item .year{ width:1.35rem; line-height:2; position:relative;}
.about-four .list-box .item .year::after{ content:''; display:block; position:absolute; right:0; top:.15rem; background:rgba(51,51,51,.2); width:.02rem; height:1em;}
.about-four .list-box .item .year i{font-family:'Barlow'; font-size:var(--font-size20); font-style:normal;}
.about-four .list-box .item .oix{ width:2rem; padding-top:.05rem;}
.about-four .list-box .item .oix span{ background:rgba(222,0,14,.1); font-size:var(--font-size14); color:var(--hover-color); padding:.05rem .15rem; border-radius:1rem;}
.about-four .list-box .item .des{ padding-top:.05rem; width:calc(100% - 2rem);}
.about-four .list-box .item .catylist{ width:calc(100% - 1.35rem); padding-left:.5rem;}
.about-four .list-box .item .catylist li{ margin-bottom:.15rem; line-height:2;}
.about-four .list-box .item .catylist li:last-child{ margin-bottom:0;}
@media (max-width:640px) {
.about-one{ font-size:var(--font-size22);}
.about-two .list-box .item{ width:100%;}
.about-two .list-box .item .name{ font-size:var(--font-size22);}
.about-two .list-box .item .des{ font-size:var(--font-size20);}
.about-four .list-box .item{ flex-wrap:wrap; font-size:var(--font-size22);}
.about-four .list-box .item .oix span{ font-size:var(--font-size22);}
.about-four .list-box .item .year{ width:100%; font-size:var(--font-size22);}
.about-four .list-box .item .year i{ font-size:var(--font-size22);}
.about-four .list-box .item .year::after{ display:none;}
.about-four .list-box .item .catylist{ padding-left:0; width:100%;}
}


/* 公司荣誉 */
.honor-one{ padding:1rem 0;}
.honor-one .list-box .item{ border:solid 1px #f2f2f2; width:23%; margin-right:2.66666%; margin-bottom:2.66666%;}
.honor-one .list-box .item a{ padding:.3rem; min-height:100%; display:block;}
.honor-one .list-box .item .ispic{ padding-bottom:68%; background-repeat:no-repeat; background-position:center; background-size:contain;}
.honor-one .list-box .item .tit{ margin-top:.15rem; text-align:center; line-height:1.8; font-weight:100; padding:0 .2rem;}
.honor-one .list-box .item:nth-child(4n){ margin-right:0;}
.honor-one .list-box .item .icon{ background:#f2f2f2 url(../images/search-grey.svg) no-repeat center; background-size:.18rem; width:.4rem; height:.4rem; position:absolute; bottom:0; right:0;}
@media (max-width:1024px) {
.honor-one{ padding:0.7rem 0;}
.honor-one .list-box .item a{ padding:.15rem;}
.honor-one .list-box .item .tit{ padding:0;}
}
@media (max-width:640px) {
.honor-one .list-box .item{ width:49%; margin-right:2%; font-size:var(--font-size20);}
.honor-one .list-box .item a{ padding:.2rem .2rem .4rem;}
.honor-one .list-box .item:nth-child(2n){ margin-right:0;}
}



/* 公司要闻 */
.Company-news{ padding:.75rem 0;}
.Company-news .list-box .item{ margin-bottom:.4rem; color:#333333;}
.Company-news .list-box .item .ispic{ width:31.324%; padding-bottom:17.648%; border-radius:.1rem; overflow:hidden;}
.Company-news .list-box .item .ispic figure{ transition:.3s;}
.Company-news .list-box .item .text{ color:#333333; line-height:2; padding-left:.45rem; width:68.676%;}
.Company-news .list-box .item .text .tiem{ padding:.15rem 0; font-family:'Barlow'; font-size:var(--font-size14); color:#222222;}
.Company-news .list-box .item .text .tiem .date{ font-size:var(--font-size28); line-height:1; font-weight:700;}
.Company-news .list-box .item .text .tiem em{ padding:0 .1rem; line-height:1.5;}
.Company-news .list-box .item .text .tiem span{ line-height:1.5;}
.Company-news .list-box .item .text .tit{ font-size:var(--font-size18);}
.Company-news .list-box .item .text .des{ margin:.1rem 0 .2rem; font-weight:100;}
.Company-news .list-box .item .more .but{padding:0; border-radius:1rem; font-weight:100;}
.Company-news .list-box .item .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-repeat:no-repeat; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.Company-news .list-box .item a:hover .ispic figure{ transform: scale(1.08);}
.Company-news .list-box .item a:hover .text .tit{ color:var(--hover-color);}
.Company-news .list-box .item a:hover .more .but{ color:var(--hover-color);}
@media (max-width:640px) {
.Company-news .list-box .item .ispic{ width:100%; padding-bottom:55.648%;}
.Company-news .list-box .item .text{ font-size:var(--font-size22); width:100%; padding:0 0 .2rem;}
.Company-news .list-box .item .text .tit{ font-size:var(--font-size24);}
.Company-news .list-box .item .text .tiem{ font-size:var(--font-size20);}
.Company-news .list-box .item .text .tiem .date{ font-size:var(--font-size36);}
}



/* 信息公示 */
.General-box{ padding:.8rem 0;}
.General-box .menu-ounc{ width:3rem;}
.General-box .menu-ounc .lamu-name{font-size:var(--font-size22);padding:.18rem .3rem;background:var(--hover-color);color:var(--white); font-weight:bold;}
.General-box .menu-ounc .lamu-name img{display:block; max-height:.26rem;}
.General-box .menu-ounc .lamu-name span{padding-left:.2rem; display:block;}
.General-box .menu-ounc .back-menu{ background:#f7f8fa; border-radius:.15rem; overflow:hidden;}
.General-box .menu-ounc .list{ padding:.3rem 0;}
.General-box .menu-ounc li{padding:0 .3rem; font-size:var(--font-size18); margin-bottom:.3rem; position:relative;}
.General-box .menu-ounc li::after{content:''; display:block; width:.03rem; height:1em; position:absolute; left:0; top:.03rem;}
.General-box .menu-ounc li dl{ display:none; padding:.2rem 0; font-weight:100;}
.General-box .menu-ounc li dl dd{ font-size:var(--font-size16); margin-bottom:.15rem; position:relative;}
.General-box .menu-ounc li dl dd a{ position:relative; padding-left:.25rem;}
.General-box .menu-ounc li dl dd i{ position:absolute; left:0; top:.03rem; width:.16rem; height:.16rem; display:-webkit-flex; display:flex; align-items:center; justify-content:center; border:solid 1px rgba(0,0,0,.1); border-radius:1rem;}
.General-box .menu-ounc li dl dd i::after{ content:''; width:.06rem; height:.06rem; background:var(--hover-color); border-radius:1rem; opacity:0;}
.General-box .menu-ounc li dl dd:last-child{ margin-bottom:0;}
.General-box .menu-ounc li span{ display:block; position: relative;}
.General-box .menu-ounc li span a{display:block;}
.General-box .menu-ounc li span .open{ position:absolute; right:0; top:.04rem; width:.16rem; height:.16rem; background-image:url(../images/menu-icon1.png); background-repeat:no-repeat; background-position:center; background-size:contain; cursor:pointer;}
.General-box .menu-ounc li:last-child{ margin-bottom:0;}
.General-box .menu-ounc li.on::after{ background-color:var(--hover-color);}
.General-box .menu-ounc li.on span .open{ background-image:url(../images/menu-icon2.png);}
.General-box .menu-ounc li dl dd.on a{ color:var(--hover-color);}
.General-box .menu-ounc li dl dd.on i{ border-color:var(--hover-color);}
.General-box .menu-ounc li dl dd.on i::after{ opacity:1;}
.General-box .rigCon{ width:calc(100% - 3rem); padding-left:.6rem; line-height:2;}
.General-box .rigCon .tit-cn{ line-height:1.5; text-align:center; font-size:var(--font-size18); font-weight:bold;}
.General-box .rigCon .tit-tiem{ margin-bottom:.25rem; text-align:center; font-weight:100;}
.General-box .rigCon .editor .table{ width:100%;}
.General-box .rigCon .editor .table table{ width:100%;}
.General-box .rigCon .editor .table table td{ font-weight:100; min-width:.7rem; padding:.1rem .05rem; border:solid 1px #eee; text-align:center; font-size:var(--font-size16); line-height:1.5;}
.General-box .rigCon .editor .table table .wtd9{ min-width:0!important; max-width:.7rem!important;}
.General-box .rigCon .editor .table table tr:nth-child(2n) td{ background:#f7f8fa;}
.General-box .rigCon .editor .color-white{ background:var(--white) !important;}
.General-box .rigCon .editor .color-white2{ background:#f7f8fa!important;}
.General-box .rigCon .editor .back-white td{ background:var(--white) !important;}
.General-box .rigCon .editor .back-white td .pic{ margin:.2rem 0;}
.General-box .rigCon .editor .back-white td .pic img{ width:1rem;}
.General-box .rigCon .tishi{ padding:.15rem;text-align:center; border:solid 1px #eee; border-top:none; font-weight:100;}
@media (max-width:1024px) {
.General-box .menu-ounc{ width:2.3rem;}
.General-box .rigCon{ width:calc(100% - 2.3rem); padding-left:.3rem;}
.General-box .rigCon .editor table td{ min-width:4em; padding:.05rem;}
}
@media (max-width:640px) {
.General-box .menu-ounc{ width:100%; margin-bottom:.3rem;}
.General-box .menu-ounc .lamu-name{font-size:var(--font-size26);}
.General-box .menu-ounc li{ font-size:var(--font-size24);}
.General-box .menu-ounc li dl dd{font-size:var(--font-size20);}
.General-box .menu-ounc li dl dd i{ top:.06rem;}
.General-box .rigCon{ width:100%; padding-left:0;font-size:var(--font-size20);}
.General-box .rigCon .tit-cn{ font-size:var(--font-size26);}
.General-box .rigCon .editor .table{ overflow:auto;}
.General-box .rigCon .editor .table table{ width:12rem;}
.General-box .rigCon .editor .table table td{min-width:5em; font-size:var(--font-size22);}
}



/* 公示信息 */
.gsxin-list{ margin-bottom:.3rem;}
.gsxin-list .item a{ padding:.25rem 0; transition:.3s; border-bottom:solid 1px rgba(0,0,0,.1);}
.gsxin-list .item .tiem{ width:.76rem; color:#666; line-height:1; text-align:center; background-image:url(../images/tiem-date1.png); background-repeat:no-repeat; background-position:center; background-size:100% 100%;}
.gsxin-list .item .tiem .date{ padding:.08rem 0 .07rem; font-size:var(--font-size28); font-weight:bold;}
.gsxin-list .item .tiem .year{ padding:0 0 .05rem; font-size:var(--font-size14);}
.gsxin-list .item .tit{ padding-left:.25rem; font-size:var(--font-size18);}
.gsxin-list .item .more .but{padding:0; border-radius:1rem; font-weight:100;}
.gsxin-list .item .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.gsxin-list .item .tit-box{ width:calc(100% - 1.5rem);}
.gsxin-list .item a:hover{ background:#f7f8fa; padding:.25rem .35rem; border-color:#f7f8fa;}
.gsxin-list .item a:hover .tiem{ background-image:url(../images/tiem-date2.png); color:var(--white);}
@media (max-width:640px) {
.gsxin-list .item .tit-box{ width:calc(100% - 1.5rem);}
.gsxin-list .item .tit{ width:calc(100% - 0.76rem);}
}

/* 公示信息 */
.contact-box{ padding:.75rem 0;}
.contact-box .text{ width:34%;}
.contact-box .text .tit{ margin-bottom:.55rem; font-size:var(--font-size30);}
.contact-box .text .iox{ margin-bottom:.4rem; padding-left:.4rem; border-left:solid .02rem var(--hover-color);}
.contact-box .text .iox .bit{ margin-bottom:.1rem; font-size:var(--font-size18); color:#666666;}
.contact-box .text .iox .tel-txt{font-family:'Barlow'; font-size:var(--font-size36); line-height:1.2; color:var(--hover-color);}
.contact-box .text .iox .addr-txt{font-size:var(--font-size22);}
.contact-box .text .iox:last-child{ margin-bottom:0;}
.contact-box .map-img{ width:58.824%;}
@media (max-width:1024px) {
.contact-box .text{ width:45%;}
.contact-box .text .tit{ font-size:var(--font-size26);}
.contact-box .text .iox{ padding-left:.3rem;}
.contact-box .text .iox .tel-txt{ font-size:var(--font-size28);}
.contact-box .text .iox .addr-txt{ font-size:var(--font-size18);}
.contact-box .map-img{ width:55%;}
}
@media (max-width:640px) {
.contact-box .text{ width:100%; margin-bottom:.45rem;}
.contact-box .text .tit{ margin-bottom:.4rem;}
.contact-box .map-img{ width:100%;}
}



/* 客户中心_交易公告 */
.customer-box{ padding:.6rem 0 0.75rem;}
.customer-box .list-box{ margin-bottom:.3rem;}
.customer-box li{ border-bottom:solid 1px rgba(0,0,0,.1);}
.customer-box li a{ padding:.25rem 0;}
.customer-box li .tit-box{ width:calc(100% - 1.5rem);}
.customer-box li .tiem{ margin-right:.5rem; color:#999999; padding-left:.2rem; position:relative;font-family:'Barlow';}
.customer-box li .tiem::before{position:absolute;left:0;top:.09rem;content:''; display:block; width:.04rem; height:.04rem; background:#cecece; border-radius:1rem;}
.customer-box li .tit{ width:calc(100% - 1.6rem); font-size:var(--font-size18);}
.customer-box li .more .but{padding:0; border-radius:1rem; font-weight:100;}
.customer-box li .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
@media (max-width:640px) {
.customer-box li .tiem{ margin-right:.2rem;}
.customer-box li .tit-box{ width:calc(100% - 1.2rem);}
.customer-box li .tit{ width:calc(100% - 1.3rem);}
}


/* 客户中心_资金存取 */
.withdrawal-box .tit-zjcq{ margin-bottom:.15rem; font-size:var(--font-size18); font-weight:700;}
.withdrawal-box .tit-zjcq::before{margin-right:.1rem; content:''; display:block; width:.03rem; height:.15rem; background:var(--hover-color);}
.withdrawal-box .iolxp{ font-weight:100; margin-bottom:.25rem; padding-bottom:.25rem; border-bottom:dashed 1px rgba(0,0,0,.1);}
.withdrawal-box .iolxp .introd p{ min-height:1em;}
.withdrawal-box .iolxp:last-child{ border-bottom:none; margin-bottom:0;}
.withdrawal-box .iolxp .table{ overflow:auto;}
.withdrawal-box .iolxp .table::-webkit-scrollbar{width:4px;background-color:#eee}
.withdrawal-box .iolxp .table::-webkit-scrollbar-thumb{ border:solid 1px var(--scrollBarColor); width:3px; border-radius:4px; background-color: var(--scrollBarColor);}
.withdrawal-box .iolxp .table::-webkit-scrollbar{width:4px;background-color:#eee}
.withdrawal-box .iolxp .table::-webkit-scrollbar-thumb{border:solid 1px var(--scrollBarColor); width:3px; border-radius:4px; background-color: var(--scrollBarColor);}
.withdrawal-box .iolxp .table::-webkit-scrollbar:horizontal{height:6px}
.withdrawal-box .iolxp .table table{ width:100%; text-align:center;}
.withdrawal-box .iolxp .table table td{ padding:.15rem .05rem; line-height:1.5; min-width:1rem; border:solid 1px rgba(0,0,0,.1); font-size:var(--font-size16);}
.withdrawal-box .iolxp .table table .back-color{ background:#f7f8fa;}
.withdrawal-box .iolxp .table table .back-color2{ background:#fff;}
.withdrawal-box .iolxp .table table .wtd130{ width:1.3rem;}
.withdrawal-box .iolxp .lowst li{ width:31.5%; margin-right:2.74444%; margin-bottom:2.74444%;}
.withdrawal-box .iolxp .lowst li a{ display:block; padding:.1rem 0.05rem; text-align:center; border:solid 1px rgba(0,0,0,.1);}
.withdrawal-box .iolxp .lowst li a:hover{ border-color:var(--hover-color);}
.withdrawal-box .iolxp .lowst li:nth-child(3n){ margin-right:0;}
.withdrawal-box .nolist .item{ margin-top:.2rem; width:33.333%; padding:.25rem .38rem .35rem; background-repeat:no-repeat; background-position:center; background-size:100% 100%; background-image:url(../images/Non-bg2.png); overflow:hidden; display:block;}
.withdrawal-box .nolist .item .suz{ line-height:1; position:absolute; bottom:-.3em; right:.3rem; font-size:var(--font-size60); color:#999999; font-family:'Barlow'; opacity:.1; font-weight:bold;}
.withdrawal-box .nolist .item .des{ min-height:10em;}

.withdrawal-box .pot{ width:88%;}
.withdrawal-box .pot li{ line-height:1.8; margin-bottom:.15rem; padding-left:.15rem; position: relative;}
.withdrawal-box .pot li::after{ content:''; display:block; width:.04rem; height:.04rem; background:var(--hover-color); border-radius:1rem; position:absolute; left:0; top:.12rem;}
@media (min-width:640px) {
.withdrawal-box .nolist .item:nth-child(3n+1){ background-image:url(../images/Non-bg1.png);}
.withdrawal-box .nolist .item:nth-child(3n+3){ background-image:url(../images/Non-bg3.png);}
}
@media (max-width:640px) {
.withdrawal-box .tit-zjcq{ font-size:var(--font-size24);}
.withdrawal-box .iolxp{ font-size:var(--font-size22);}
.withdrawal-box .iolxp .lowst .ul{ justify-content:space-between;font-size:var(--font-size20);}
.withdrawal-box .iolxp .lowst li{ width:49%; margin-right:0;}
.withdrawal-box .iolxp .lowst li:nth-child(2n){ margin-right:0;}
.withdrawal-box .iolxp .table table td{ font-size:var(--font-size20);}
.withdrawal-box .nolist .item:first-child,
.withdrawal-box .nolist .item:last-child,
.withdrawal-box .nolist .item{ width:100%; margin-bottom:.25rem; background:#f7f8fa; border-radius:.1rem;}
.withdrawal-box .nolist .item .des{ min-height:5em;}
.withdrawal-box .nolist .item:nth-child(odd){ background-image:url(../images/Non-bg1.png);}
.withdrawal-box .nolist .item:nth-child(even){ background-image:url(../images/Non-bg3.png);}
.withdrawal-box .pot li::after{ top:.16rem;}
}

/* 客户中心_保证金账户 */
.General-box .account-table td.back-white{ background:var(--white) !important;}
.General-box .account-table .wzrl{ writing-mode:vertical-rl; -webkit-writing-mode:vertical-rl; -ms-writing-mode:vertical-rl; }
.General-box .account-table .awtd120{ width:1.2rem;}
.General-box .account-table .awtd140{ width:1.4rem;}

/* 账单解读 */
.Bill-inquiry .tit-zjcq{ margin-bottom:.15rem; font-size:var(--font-size18); font-weight:700;}
.Bill-inquiry .tit-zjcq::before{margin-right:.1rem; content:''; display:block; width:.03rem; height:.15rem; background:var(--hover-color);}
.Bill-inquiry .editor{ font-weight:100; line-height:2.2;}
.Bill-inquiry .editor p{ min-height:1em;}
.Bill-inquiry .editor .round{ font-size:var(--font-size14); font-weight:bold; width:.2rem; height:.2rem; line-height:.2rem; text-align:center; display:inline-block; font-style:normal; background:var(--hover-color); color:var(--white); border-radius:1rem; margin-right:.1rem;}

/* 开户指南 */
.Guide-box{ margin-top:-.2rem;}
.Guide-box .ul{ margin-bottom:.3rem;}
.Guide-box li{ border-bottom:solid 1px rgba(0,0,0,.1);}
.Guide-box li a{ padding:0.15rem 0;}
.Guide-box li .tit-box{ width:calc(100% - 1.5rem);}
.Guide-box li .tiem{ margin-right:.5rem; color:#999999; padding-left:.2rem; position:relative;font-family:'Barlow';}
.Guide-box li .tiem::before{position:absolute;left:0;top:.14rem;content:''; display:block; width:.04rem; height:.04rem; background:#cecece; border-radius:1rem;}
.Guide-box li .tit{ width:calc(100% - 1.6rem); font-size:var(--font-size18);}
.Guide-box li .more .but{padding:0; border-radius:1rem; font-weight:100;}
.Guide-box li .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
@media (max-width:640px) {
.Guide-box li .tiem{ margin-right:.2rem;}
.Guide-box li .tit-box{ width:calc(100% - 1.2rem);}
.Guide-box li .tit{ width:calc(100% - 1.3rem);}
}



/* 常见问题 */
.faq-list .item{ margin-bottom:.2rem;}
.faq-list .item .tit-box{ font-size:var(--font-size18); border:solid 1px rgba(0,0,0,.1); padding:.2rem .3rem; border-radius:.08rem; cursor:pointer; position:relative;}
.faq-list .item .tit-box::after{ content:''; display:block; width:.15rem; height:.15rem; background-image:url(../images/arrow2.svg); background-repeat:no-repeat; background-position:center; background-size:contain; margin-top:.11rem; transition:.3s;}
.faq-list .item .tit-box .tit{ width:calc(100% - .5rem); padding:0 .2rem;}
.faq-list .item .name span{ margin-top:.02rem; display:-webkit-flex; display:flex; align-items:center; justify-content:center; width:.32rem; height:.32rem; color:var(--white); background:var(--hover-color); font-weight:500; border-radius:1rem;}
.faq-list .item .conbox{ display:none; padding:.2rem .3rem; background:#f7f8fa; line-height:2.2; font-weight:100;}
.faq-list .item .conbox .Condes{ width:100%;}
.faq-list .item .conbox .Condes .editor{ width:calc(100% - .5rem); padding:0 .2rem;}
.faq-list .item.on{ border-radius:.1rem; overflow:hidden;}
.faq-list .item.on .tit-box{ background:var(--hover-color); color:var(--white); border-radius:0;}
.faq-list .item.on .tit-box::after{ background-image:url(../images/arrow3.svg); transform:rotate(-180deg);}
.faq-list .item.on .tit-box .name span{ background:rgba(255,255,255,0.4);}
@media (max-width:640px) {
.faq-list .item .tit-box .tit{ font-size:var(--font-size20);}
}

/* 资料下载 */
.zldow-list li{ background:#f7f8fa; margin-bottom:.2rem; border-radius:.1rem;}
.zldow-list li .colx{ padding:.25rem .3rem;}
.zldow-list li .tit{ width:calc(100% - 2rem); font-size:var(--font-size18); background-image:url(../images/file-red.svg); padding-left:.3rem; background-repeat:no-repeat; background-position:center left; background-size:.16rem; cursor:pointer;}
.zldow-list li .aniu .but{ margin-right:.35rem; padding-left:.3rem; background-repeat:no-repeat; background-position:center left; cursor:pointer; line-height:1.5;}
.zldow-list li .aniu .but::after{content:'';display:block; width:100%; height:1px; background:var(--hover-color); opacity:0;}
.zldow-list li .aniu .iow1{ background-image:url(../images/eye-black.svg); background-size:.2rem;}
.zldow-list li .aniu .iow2{ padding-left:.25rem; background-image:url(../images/dow-black.svg); background-size:.14rem;}
.zldow-list li .aniu .but:last-child{ margin-right:0;}
.zldow-list li:hover .tit{ color:var(--hover-color);}
.zldow-list li .aniu .but:hover::after{ opacity:1;}
.zldow-list li .aniu .iow1:hover{ background-image:url(../images/eye-red.svg);}
.zldow-list li .aniu .iow2:hover{ background-image:url(../images/dow-red.svg);}
@media (max-width:640px) {
.zldow-list li .aniu .but{ margin-right:.2rem;}
.zldow-list li .colx{ flex-wrap:wrap; font-size:var(--font-size22);}
.zldow-list li .tit{ width:100%; margin-bottom:.05rem; background-size:.2rem; font-size:var(--font-size22);}
.zldow-list li .aniu .iow1{ padding-left:.35rem; background-size:.24rem;}
.zldow-list li .aniu .iow2{ padding-left:.3rem; background-size:.18rem;}
}



/* 客户中心_投诉建议 */
.complaint-box{padding:.8rem 0;}
.complaint-box .runbox{ border-radius:.1rem; overflow:hidden;}
.complaint-box .ispic{ width:50%; padding-bottom:33.456%;}
.complaint-box .text{ width:50%; padding:.1rem .35rem; background:#f7f8fa; font-size:var(--font-size18);}
.complaint-box .center{ width:100%;}
.complaint-box .center .oiw{ margin-bottom:.15rem;}
.complaint-box .center .name{ line-height:1.5; width:.85rem; padding:.12rem 0; font-weight:100; color:#666666;}
.complaint-box .center .name i{ color:var(--hover-color); font-style:normal;}
.complaint-box .center .input-box{flex:1; border-radius:.08rem; border:solid 1px rgba(0,0,0,.1); overflow:hidden;}
.complaint-box .center .input-box input{ line-height:1.5; display:block; width:100%; border:none; padding:.12rem .2rem; margin:0; font-size:var(--font-size18);}
.complaint-box .center #valid-img{width:1.3rem;}
.complaint-box .center .area-box{ width:calc(100% - .6rem); padding:.12rem .2rem; background:var(--white); border-radius:.08rem; border:solid 1px rgba(0,0,0,.1);}
.complaint-box .center .area-box textarea{ min-height:9em; line-height:1.5; display:block; width:100%; border:none; resize:none; padding:0; margin:0; font-size:var(--font-size18);}
.complaint-box .aniu{ padding-left:.6rem;}
.complaint-box .aniu .submit{ width:1.4rem; text-align:center; background:var(--hover-color); color:var(--white); line-height:2.8; border-radius:.05rem; cursor:pointer;}
@media (max-width:640px) {
.complaint-box .ispic{ width:100%; padding-bottom:67%;}
.complaint-box .text{ width:100%; padding:.3rem .2rem;}
.complaint-box .center .name{ width:4em;}
.complaint-box .center .input-box{ width:calc(100% - 4em);}
.complaint-box .center .area-box{ width:calc(100% - 4em);}
.complaint-box .aniu{ padding-left:4em;}
}


/* 客户中心_软件下载 */
.software-list .item{ padding:.25rem .4rem; background:#f7f8fa; margin-bottom:.3rem; font-size:var(--font-size18); font-weight:300; border-radius:.1rem; }
.software-list .item .tit{ padding-bottom:.05rem; border-bottom:solid 1px rgba(0,0,0,.05);}
.software-list .item .other{ padding:.15rem 0 .1rem; font-weight:100;}
.software-list .item .des{ font-weight:100;}
.software-list .item .other{ overflow:auto;}
.software-list .item .other table{ width:100%;}
.software-list .item .other table tr td{ font-size:var(--font-size18);}
.software-list .item .other table tr td:nth-child(3n){width:25%;}
.software-list .item .other table tr td:nth-child(2n){width:35%;}
.software-list .item .other table tr td:nth-child(3n){width:40%;}
.software-list .item .open{ margin:.2rem 0 .1rem;}
.software-list .item .open .but{ font-size:var(--font-size14); line-height:1.4; font-weight:100; background:rgba(212,216,225,.6); padding:.03rem .15rem; border-radius:1rem; cursor:pointer;}
.software-list .item .open .but .oiw{ display:block;}
.software-list .item .open .but span{ text-align:center; width:.11rem; height:.11rem; display:block; font-size:var(--font-size14); background-image:url(../images/arrow.png); background-repeat:no-repeat; background-position:center; background-size:.1rem; margin-left:.05rem; transform:rotate(180deg);}
.software-list .item .more .dow .but{padding:0; border-radius:1rem; font-weight:100; font-size:var(--font-size16); line-height:1.4;}
.software-list .item .more .dow .but span{ border-bottom:solid 1px transparent;}
.software-list .item .more .dow .but::after{ content:''; display:block; width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem; transform:rotate(90deg);}
.software-list .item .more .dow .but:hover span{ border-color:var(--hover-color);}
.software-list .item.active .tit{ color:var(--hover-color);}
.software-list .item.active .open .but span{ transform:rotate(0deg);}
.software-list .item.active .con{-webkit-line-clamp:inherit;}
@media (max-width:1024px) {
.software-list .item .other{ margin-bottom:.15rem;}
.software-list .item .other table{ width:8rem;}
.software-list .item .other table tr td{font-size:var(--font-size16);}
.software-list .item .des{font-size:var(--font-size16);}
}
@media (max-width:640px) {
.software-list .item .tit{font-size:var(--font-size24);}
.software-list .item .other table{ width:10rem;}
.software-list .item .other table tr td{font-size:var(--font-size22);}
.software-list .item .des{font-size:var(--font-size22);}
.software-list .item .open .but{ font-size:var(--font-size18);}
.software-list .item .more .dow .but{ font-size:var(--font-size18);}
.software-list .item .more .dow .but::after{ width:.3rem; height:.3rem; background-size:.2rem;}
}


/* 投研资讯 */
.Investment-box{ padding:.8rem 0;}
.Investment-box .item-box{ width:31.65%; margin-right:2.52%; margin-bottom:2.52%; padding:.2rem .2rem 0; background:var(--white); box-shadow:0 0 .15rem rgba(0,0,0,.1); border-radius:.1rem;}
.Investment-box .item-box .img-box{ border-radius:.1rem; overflow:hidden;}
.Investment-box .item-box .img-box .ispic{ padding-bottom:53.788%;}
.Investment-box .item-box .img-box .tit-box{color:var(--white);position:absolute;left:0;top:0;width:100%;height:100%;padding:0 .4rem;}
.Investment-box .item-box .img-box .tit-box .tit{ font-size:var(--font-size24); font-weight:bold;}
.Investment-box .item-box .img-box .tit-box .tit span{ margin-left:.15rem;}
.Investment-box .item-box .img-box .tit-box .tit img{ max-height:.32rem;}
.Investment-box .item-box .img-box .tit-box .more .but{padding:0; border-radius:1rem; font-weight:100; font-size:var(--font-size16); line-height:1.4;}
.Investment-box .item-box .img-box .tit-box .more .but span{ color:var(--white);}
.Investment-box .item-box .img-box .tit-box .more .but::after{ content:''; display:block; width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.Investment-box .item-box .img-box .tit-box .more .but:hover span{ border-color:var(--hover-color);}
.Investment-box .item-box:nth-child(3n){ margin-right:0;}
.Investment-box .item-box .list-ox .tit-ol{ position:relative;}
.Investment-box .item-box .list-ox .tit-ol .rix{ position:absolute; right:-4em; top:0; background:#fff url(../images/red-box.svg);background-repeat:no-repeat; background-position:left bottom; background-size:100% 100%; font-size:var(--font-size12); color:var(--white); padding:0 .05rem; padding-bottom:.05rem;}
.Investment-box .item-box .list-ox ol{ padding:.15rem 0; border-bottom:dashed 1px #eee;}
.Investment-box .item-box .list-ox ol .tiem{ width:.76rem; color:#666; line-height:1; text-align:center; background-image:url(../images/tiem-date2.png); background-repeat:no-repeat; background-position:center; background-size:100% 100%; color:var(--white);}
.Investment-box .item-box .list-ox ol .tiem .date{ padding:.08rem 0 .07rem; font-size:var(--font-size28); font-weight:bold;}
.Investment-box .item-box .list-ox ol .tiem .year{ padding:.02rem 0 .05rem; font-size:var(--font-size14);}
.Investment-box .item-box .list-ox ol .txt{ width:calc(100% - .8rem); padding-left:.2rem; font-size:var(--font-size18); font-weight:bold; line-height:1.5;}
.Investment-box .item-box .list-ox li{ border-bottom:solid 1px rgba(0,0,0,.08);}
.Investment-box .item-box .list-ox li a{ padding:.2rem 0; padding-left:.2rem; position:relative;}
.Investment-box .item-box .list-ox li a::after{ content:''; display:block; width:.04rem; height:.04rem; position:absolute; left:0; top:50%; margin-top:-.02rem; border-radius:1rem; background:#cecece;}
.Investment-box .item-box .list-ox li .tit-ol{ max-width:calc(100% - 1rem);}
.Investment-box .item-box .list-ox li .tiem{ color:#999999; font-family:'Barlow';}
.Investment-box .item-box .list-ox li:last-child{ border-bottom:none;}
@media (max-width:1440px) {
.Investment-box .item-box .list-ox li .tit-ol{ max-width:calc(100% - 1.3rem);}
.Investment-box .item-box .list-ox .tit-ol .rix{ right:-3.8em;}
}
@media (max-width:1024px) {
.Investment-box .item-box .list-ox .tit-ol .rix{ right:-2.5em;}
.Investment-box .item-box .list-ox li .tit-ol{ max-width:calc(100% - 1rem);}
.Investment-box .item-box .list-ox li .tiem{ font-size:var(--font-size12);}
}
@media (max-width:640px) {
.Investment-box .item-box{ width:100%; margin-bottom:.3rem;}
.Investment-box .item-box .list-ox ol .txt{ font-size:var(--font-size24);}
.Investment-box .item-box .list-ox li{ font-size:var(--font-size22);}
.Investment-box .item-box .list-ox li .tiem{ font-size:var(--font-size18);}
.Investment-box .item-box .list-ox .tit-ol .rix{ right:-4em;}
.Investment-box .item-box .img-box .tit-box .more .but{ font-size:var(--font-size18);}
}



/* 投研资讯_能源板块 */
.Black-plate .lamu-box{ margin-bottom:.1rem; background:#f7f8fa;}
.Black-plate .lamu-box a{ padding:.15rem 0; display:block; width:calc(100% / 7); text-align:center; position:relative;}
.Black-plate .lamu-box a::after{ content:''; display:block; width:.14rem; height:.07rem; background-image:url(../images/arrow4.svg); position:absolute; left:50%; bottom:0; margin-left:-.07rem; background-repeat:no-repeat; background-position:center bottom; background-size:contain;}
.Black-plate .lamu-box a.on{ background:var(--hover-color); color:var(--white);}
.Black-plate .list-box li{ padding:.15rem 0; border-bottom:solid 1px rgba(0,0,0,.1); position:relative; padding-left:.2rem;}
.Black-plate .list-box li::after{ content:''; display:block; width:.04rem; height:.04rem; position:absolute; left:0; top:50%; margin-top:-.02rem; border-radius:1rem; background:#cecece;}
.Black-plate .list-box li .tit{ font-size:var(--font-size18); cursor:pointer;}
.Black-plate .list-box li .aniu{ width:35%;}
.Black-plate .list-box li .aniu .tiem{ font-size:var(--font-size16); color:#999;}
.Black-plate .list-box li .aniu .but{padding-left:.3rem; background-repeat:no-repeat; background-position:center left; cursor:pointer; line-height:1.5; font-weight:100;}
.Black-plate .list-box li .aniu .but::after{content:'';display:block; width:100%; height:1px; background:var(--hover-color); opacity:0;}
.Black-plate .list-box li .aniu .iow1{background-image:url(../images/eye-black.svg); background-size:.2rem;}
.Black-plate .list-box li .aniu .iow2{ padding-left:.25rem; background-image:url(../images/dow-black.svg); background-size:.14rem;}
.Black-plate .list-box li .aniu .but:last-child{ margin-right:0;}
.Black-plate .list-box li .aniu .but:hover::after{ opacity:1;}
.Black-plate .list-box li .aniu .iow1:hover{ background-image:url(../images/eye-red.svg);}
.Black-plate .list-box li .aniu .iow2:hover{ background-image:url(../images/dow-red.svg);}
.Black-plate .list-box li .tit-ol{ position:relative; max-width:calc(65% - 4em);}
.Black-plate .list-box li .tit-ol .rix{ position:absolute; right:-4em; top:.07rem; line-height:1.5; background:#fff url(../images/red-box.svg);background-repeat:no-repeat; background-position:left bottom; background-size:100% 100%; font-size:var(--font-size12); color:var(--white); padding:0 .05rem; padding-bottom:.05rem;}
.Black-plate .list-box li:hover .tit{ color:var(--hover-color);}
.Black-plate .Page002623{ padding-bottom:0;}
@media (max-width:1024px) {
.Black-plate .lamu-box a{ padding:.1rem 0;}
.Black-plate .list-box li .tit-ol{ max-width:calc(60% - 4em);}
.Black-plate .list-box li .aniu{ width:40%;}
}
@media (max-width:640px) {
.Black-plate .lamu-box a{ width:calc(100% / 4);}
.Black-plate .list-box li{ flex-wrap:wrap;}
.Black-plate .list-box li::after{ top:35%;}
.Black-plate .list-box li .tit{ width:100%; background-size:.2rem; font-size:var(--font-size22);}
.Black-plate .list-box li .tit-ol{ max-width:calc(100% - 4em);}
.Black-plate .list-box li .aniu{ width:100%; justify-content:flex-start;}
.Black-plate .list-box li .aniu .but{ margin:0 0.15rem;}
.Black-plate .list-box li .aniu .iow1{ padding-left:.35rem; background-size:.24rem;}
.Black-plate .list-box li .aniu .iow2{ padding-left:.3rem; background-size:.18rem;}
.Black-plate .list-box li .aniu .tiem{ font-size:var(--font-size20);}
}


/* 投研资讯_能源板块_详情 */
.BlackPlate-info{ padding:.8rem 0;}
.BlackPlate-info .title{ text-align:center; font-size:var(--font-size30); color:#333333; font-weight:bold;}
.BlackPlate-info .other{ color:#666666; font-weight:100; padding:.2rem 0 .3rem; text-align:center;}
.BlackPlate-info .other span{ padding:0 1.5em;}
.BlackPlate-info .editor{ line-height:2; padding:.4rem 0; border-top:solid 1px #eaeaea;}
.BlackPlate-info .editor p{margin:0; min-height:1em;}
.BlackPlate-info .editor li{list-style:unset}
.BlackPlate-info .turn-box{ padding:.2rem 0;}
.BlackPlate-info .turn-box dl{ width:80%;}
.BlackPlate-info .turn-box dt{ font-weight:100; margin:.15rem 0;}
.BlackPlate-info .turn-box dt span{ color:var(--hover-color); margin-right:.1rem;}
.BlackPlate-info .turn-box .return a{ color:var(--white); background:var(--hover-color); padding:.15rem 3em; border-radius:1rem;}
@media (max-width:640px) {
.BlackPlate-info{ font-size:var(--font-size22);}
.BlackPlate-info .title{ font-size:var(--font-size28);}
.BlackPlate-info .other{ font-size:var(--font-size18);}
.BlackPlate-info .other span{ padding:0 0.5em;}
.BlackPlate-info .turn-box dl{ width:100%;}
.BlackPlate-info .turn-box .return a{ padding:.15rem 2em;}
}

/* 投资者教育_基础知识 */
.knowledge-box{ padding:.4rem 0 1rem;}
.knowledge-box .list-box{ margin-bottom:.25rem;}
.knowledge-box li{ border-bottom:solid 1px rgba(0,0,0,.1);}
.knowledge-box li a{ padding:.35rem 0;}
.knowledge-box li .tiem{ text-align:center; width:1.3rem;}
.knowledge-box li .tiem .date{ font-size:var(--font-size36); color:#333;}
.knowledge-box li .tiem .yaer{ color:#999999;}
.knowledge-box li .text{ width:calc(100% - 1.3rem); padding-left:.4rem; line-height:2; border-left:solid 1px rgba(0,0,0,.1);}
.knowledge-box li .text .tit{ font-size:var(--font-size18);}
.knowledge-box li .text .des{ color:#333333; font-weight:100;}
.knowledge-box li .tit-box{ width:calc(100% - 9em);}
.knowledge-box li .more .but{padding:0; border-radius:1rem; font-weight:100;}
.knowledge-box li .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.knowledge-box .Page002623{ padding-bottom:0;}
@media (max-width:1024px) {
.knowledge-box li{ font-size:var(--font-size22);}
.knowledge-box li .tiem{ width:1rem; font-size:var(--font-size16);}
.knowledge-box li .text{width:calc(100% - 1rem); padding-left:.2rem;}
.knowledge-box li .text .tit{ font-size:var(--font-size22);}
.knowledge-box li .tit-box{width:calc(100% - 6.5em);}
}
@media (max-width:640px) {
.knowledge-box li a{ padding:.25rem 0;}
.knowledge-box li .more .but{ font-size:var(--font-size18);}
}



/* 法律法规 */
.laws-box{ padding:.8rem 0;}
.laws-box li{ width:49%; margin-bottom:2%; border:solid 1px rgba(0,0,0,.1); transition:.3s;}
.laws-box li a{ padding:.35rem .4rem; color:#333;}
.laws-box li .tiem{ width:1rem; padding-right:.25rem; font-family:'Barlow';}
.laws-box li .tiem .date{ margin-bottom:.05rem; font-size:var(--font-size30);}
.laws-box li .tiem .yaer{ color:#999999;}
.laws-box li .text{ width:calc(100% - 1rem); padding-left:.25rem; border-left:solid 1px rgba(0,0,0,.1); position: relative;}
.laws-box li .text::after{content:''; display:block; width:.02rem; height:1.3em; background:var(--hover-color); position:absolute; left:0; top:0;}
.laws-box li .text .tit{ font-size:var(--font-size18); transition:.3s;}
.laws-box li .text .des{ margin:.15rem 0; line-height:1.8; font-weight: 100;}
.laws-box li .more .but{padding:0; border-radius:1rem; font-weight:100;}
.laws-box li .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.laws-box li:hover{ border-color:var(--hover-color);}
.laws-box li:hover .text .tit{ color:var(--hover-color);}
@media (max-width:640px) {
.laws-box li{ width:100%;}
.laws-box li .text{ font-size:var(--font-size20);}
.laws-box li .text .tit{ font-size:var(--font-size24);}
}


/* 反洗钱专栏 */
.laundering-box{ padding:.75rem 0;}
.laundering-box li{ width:32%; margin-right:2%; margin-bottom:2%; background:#f7f8fa; border-radius:.1rem;}
.laundering-box li a{ color:#333; padding:.35rem .5rem; display:block;}
.laundering-box li .tit{ line-height:1.7; margin:.2rem 0; font-size:var(--font-size18); transition: .3s;}
.laundering-box li .tiem{font-family:'Barlow';}
.laundering-box li .tiem .date{ font-size:var(--font-size36);}
.laundering-box li .tiem .year{ color:#999999;}
.laundering-box li .more .but{padding:0; border-radius:1rem; font-weight:100;}
.laundering-box li .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.laundering-box li:nth-child(3n){ margin-right:0;}
.laundering-box li a:hover .tit{ color:var(--hover-color);}
@media (max-width:1024px) {
.laundering-box li a{ padding:.35rem;}
}
@media (max-width:640px) {
.laundering-box .list-box .ul{ justify-content:space-between;}
.laundering-box li{ width:49%; margin-right:0; font-size:var(--font-size20);}
.laundering-box li a{ padding:.2rem;}
.laundering-box li .tit{ font-size:var(--font-size24);}
}


/* 居间人培训 */
.training-box{ padding:.8rem 0;}
.training-box li{ width:32%; margin-bottom:2%; margin-right:2%; padding:.4rem; background:#f7f8fa; border-radius:.1rem;}
.training-box li a{ color:#333;}
.training-box li .tit{ min-height:3.6em; font-size:var(--font-size18); line-height:1.8; transition: .3s;}
.training-box li .des{ margin:.3rem 0; line-height:2; font-weight: 100;}
.training-box li .aniu{ border-top:solid 1px rgba(0,0,0,.1); padding-top:.3rem; position: relative;}
.training-box li .aniu::before{content:'';height:2px;width:1.5em;background:var(--hover-color); position:absolute; left:0; top:-1px;}
.training-box li:nth-child(3n){ margin-right:0;}
.training-box li .tiem{font-family:'Barlow';}
.training-box li .tiem .date{ font-size:var(--font-size36);}
.training-box li .tiem .year{ color:#999999;}
.training-box li .more .but{padding:0; border-radius:1rem; font-weight:100;}
.training-box li .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.training-box li:hover .tit{ color:var(--hover-color);}
@media (max-width:1024px) {
.training-box li{ padding:.25rem;}
.training-box li .des{ margin:.1rem 0 .2rem;}
}
@media (max-width:640px) {
.training-box .list-box .ul{ justify-content:space-between;}
.training-box li{ width:49%; margin-right:0; font-size:var(--font-size20);}
.training-box li .tit{font-size:var(--font-size22);}
}


/* 投教基地 */
.investor-box{ padding:.45rem 0 1rem;}
.investor-box .Page002623{ padding-bottom:0;}
.investor-box .list-box{ margin-bottom:.2rem;}
.investor-box li a{ padding:.35rem 0; border-bottom:solid 1px rgba(0,0,0,.08); transition: .3s;}
.investor-box li .text{ position:relative; max-width:calc(90% - 3em);}
.investor-box li .text .tiem{line-height:1.2;color:#999;border-right:solid 1px rgba(0,0,0,.1); padding:0 .2rem 0 .1rem; margin-right:.2rem; width:1.3rem; text-align:center; position: relative;}
.investor-box li .text .tiem::after{content:'';display:block;width:.04rem;height:.04rem;position:absolute;left:0;top:55%;margin-top:-.02rem; border-radius:1rem; background:#cecece;}
.investor-box li .text .tiem span{ display:block;}
.investor-box li .text .tit{ font-size:var(--font-size18);}
.investor-box li .text .tit-ol{ width:calc(100% - 1.4rem);position:relative;}
.investor-box li .text .tit-ol .rix{position:absolute;right:-4em;top:0;line-height:1.5; background:#fff url(../images/red-box.svg);background-repeat:no-repeat; background-position:left bottom; background-size:100% 100%; font-size:var(--font-size12); color:var(--white); padding:0 .05rem; padding-bottom:.05rem;}
.investor-box li .more .but{padding:0; border-radius:1rem; font-weight:100;}
.investor-box li .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.investor-box li a:hover{ padding:.35rem; background:#f7f8fa;}
.investor-box li a:hover .text .tiem::after{ background:var(--hover-color);}
@media (max-width:640px) {
.investor-box li .text{ max-width:calc(90% - 6em);}
.investor-box li .text .tiem{ width:1.3rem; padding-right:.1rem; margin-right:.1rem; font-size:var(--font-size18);}
.investor-box li .text .tit-ol{ width:calc(100% - 1.4rem);}
.investor-box li .text .tit-ol .rix{ right:-3em;}
.investor-box li .text .tit{ font-size:var(--font-size22);}
.investor-box li .more .but{ font-size:var(--font-size18);}
}



/* 活动公告 */
.event-box{ padding:.4rem 0 .5rem;}
.event-box .list-box li a{ padding:.4rem 0; color:#333; border-bottom:solid 1px rgba(0,0,0,.1);}
.event-box .list-box li .text-box{ width:67%;}
.event-box .list-box li .text-box .tiem{ width:1.15rem;font-family:'Barlow';}
.event-box .list-box li .text-box .tiem .date{ font-size:var(--font-size30);}
.event-box .list-box li .text-box .tiem .yaer{ margin-top:.05rem;}
.event-box .list-box li .text-box .tiem .yaer span{padding:0.02rem .1rem;display:block;color:#999;border:solid 1px rgba(0,0,0,.1);}
.event-box .list-box li .text{ width:calc(100% - 1.15rem); display:grid;}
.event-box .list-box li .text .tit{ font-size:var(--font-size18); transition: .3s;}
.event-box .list-box li .text .des{ margin:.2rem 0; line-height:1.8; font-weight:100;}
.event-box .list-box li .more .but{padding:0; border-radius:1rem; font-weight:100;}
.event-box .list-box li .more .but::after{content:'';display:block;width:.25rem; height:.25rem; background:var(--hover-color) url(../images/arrow-icon.png) no-repeat center; background-size:.14rem; border-radius:1rem; margin-left:.1rem;}
.event-box .list-box li .ispic{ width:19.43%; padding-bottom:10.883%; border-radius:.1rem; overflow: hidden;}
.event-box .list-box li .ispic figure{ transition:.3s;}
.event-box .list-box li a:hover .text .tit{ color:var(--hover-color);}
.event-box .list-box li a:hover .ispic figure{ transform:scale(1.05);}
@media (max-width:640px) {
.event-box .list-box li a{ width:100%; flex-wrap:wrap-reverse;}
.event-box .list-box li .ispic{ width:100%; padding-bottom:56%;}
.event-box .list-box li .text-box{ padding-top:.3rem; width:100%;}
.event-box .list-box li .text{ font-size:var(--font-size22);}
.event-box .list-box li .text .tit{ font-size:var(--font-size26);}
}











/* 搜索结果 */
.search-result .list-box li .text .tit{ margin-bottom:0;}
.search-result .list-box li .text .tit em{ font-style:normal;}

/*Page002623 */
.Page002623{padding:.45rem 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;font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{ float:left; line-height:.43rem; width:.45rem; position:relative; margin:0 .05rem; color:#666666; border:solid 1px rgba(0,0,0,.1); border-radius:.05rem; transition: .3s;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color:#fff; background:var(--hover-color);}
.Page002623 .Pages a:hover::after,
.Page002623 .Pages a.a_cur::after{opacity:1; background:var(--hover-color); border-color:var(--hover-color);}
.Page002623 .Pages .p_page>a{ width:auto; padding:0 1em;}
@media(max-width:640px){
.Page002623{ padding-top:.4rem; font-size:var(--font-size22);}
.Page002623 .Pages a{ width:.5rem; height:.5rem; line-height:.5rem;}
.Page002623 .Pages .p_page>a{ height:.5rem; padding:0 0.5em;}
}

/*20260326*/
.fast-fix{width:1rem;background:#de000f;position:fixed;right:0.1rem;z-index:100;top:50%;transform:translateY(-50%);border-radius:0.1rem;}
.fast-fix ul{padding:0 0.15rem;}
.fast-fix li:not(:last-child){border-bottom:1px solid rgba(255,255,255,0.1);}
.fast-fix li {position:relative;}
.fast-fix li .btn{display:block;padding:0.15rem 0;color:#fff;text-align:center;}
.fast-fix li .btn img{width:0.35rem;height:0.35rem;display:block;margin:0px auto 0.05rem;}
.fast-fix li .code{position:absolute;right:100%;opacity:0;padding:0.2rem;background:#fff;box-shadow:0 0 15px rgba(0,0,0,0.1);transition:all 0.5s;pointer-events:none;top:50%;translateY(-50%;)}
.fast-fix li .code img{display:block;width:1.4rem;}
.fast-fix li .code img:not(:last-child){margin-bottom:0.1rem;}
.fast-fix li:hover .code{opacity:1;pointer-events:auto;right:calc(100% + 0.15rem)}

@media(max-width:1024px){
    .fast-fix{width:0.6rem;font-size:0.14rem;right:0;}
    .fast-fix ul{padding:0;}
    .fast-fix li .btn{padding:0.05rem 0;}
    .fast-fix li .btn img{width:0.3rem;height:0.3rem;}
    .fast-fix li:hover .code{right:100%;}
}

/*人才招聘*/
.Recruit{line-height: 1;}
.Recruit .selection{padding: .5rem .45rem;background-color: #f7f8fa}
.Recruit .selection .list ul li{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: .2rem;}
.Recruit .selection .list ul li:last-child{margin-bottom: 0;}
.Recruit .selection .list ul li .name{width: 1.15rem;font-size: .16rem;color: #333333;}
.Recruit .selection .list ul li dl{width: calc(100% - 1.15rem);display: flex;flex-wrap: wrap;margin: -.05rem;}
.Recruit .selection .list ul li dl dd{padding: .09rem .24rem;margin: .05rem;font-size: .16rem;color: #333333;border-radius: .34rem;cursor: pointer;}
.Recruit .selection .list ul li dl dd.on{background-color: #de000e;color: #fff;}
.Recruit .selection .search{display: flex;align-items: center;margin-top: .3rem;}
.Recruit .selection .search .name{width: 1.15rem;font-size: .16rem;color: #333333;align-items: center}
.Recruit .selection .search .box{max-width: 4.25rem;width: 100%;display: flex;align-items: center;}
.Recruit .selection .search .text{width: calc(100% - .9rem);height: .46rem;padding: 0 .25rem;font-size: .16rem;border: 1px solid #e8e8e9;border-right: 0;background-color: #fff;box-sizing: border-box;}
.Recruit .selection .search .btn{width: .9rem;height: .46rem;background-color: #de000e;cursor: pointer;background-image: url('../images/search-white.svg');background-position: center;background-repeat: no-repeat;background-repeat: no-repeat;background-size: .18rem;border: 0;}
.Recruit .table{margin-top: .4rem;overflow-y: hidden;}
.Recruit .table .head ul{height: .7rem;padding: 0 .4rem 0 .4rem;background-color: #de000e}
.Recruit .table .head ul li{display: flex;align-items: center;width: calc((100% - .25rem) / 4);padding: 0 .1rem;font-size: .18rem;color: #fff;box-sizing: border-box;}
.Recruit .table .head ul li:nth-of-type(5){width: .18rem;padding: 0;}
.Recruit .table .list .item{width: 100%;}
.Recruit .table .list .item .title{cursor: pointer}
.Recruit .table .list .item .title dl{height: .7rem;padding: 0 .4rem 0 .4rem;display: flex;align-items: center;border-bottom: 1px solid #e8e8e9;}
.Recruit .table .list .item .title dl dd{width: calc((100% - .25rem) / 4);padding: 0 .1rem;box-sizing: border-box;}
.Recruit .table .list .item .title dl dd:nth-of-type(5){width: .18rem;padding: 0;}
.Recruit .table .list .item .title time{font-size: .16rem;color: #999999;}
.Recruit .table .list .item .title .more a:after{content: '';display: block;width: .25rem;height: .25rem;background: var(--hover-color) url(../images/arrow-icon.png) no-repeat center;background-repeat: no-repeat;background-size: .14rem;border-radius: 1rem;transition: 0.5s}
.Recruit .table .list .item .info{font-size: .18rem;color: #333;padding: .3rem;line-height: 2; display: none}
.Recruit .table .list .item .apply{padding-top: .3rem}
.Recruit .table .list .item .apply a{display: inline-block; padding: 0.05rem 0.3rem; color: #fff; background: #de000e; cursor: pointer; border-radius: .3rem}
.Recruit .table .list .item.show .title{background-color: #f7f8fa;}
.Recruit .table .list .item.show .more a:after{transform: rotate(90deg)}

@media(max-width:640px){
	.Recruit .selection{padding: .3rem .2rem;}
	.Recruit .selection .list ul li{margin-bottom: .1rem;}
	.Recruit .selection .search{margin-top: .2rem;}
	.Recruit .table .head ul{padding: 0 .2rem;}
	.Recruit .table .head ul li{width: 32%;}
	.Recruit .table .head ul li:nth-of-type(2){width: 26%;}
	.Recruit .table .head ul li:nth-of-type(3){width: calc((39% - .25rem) / 2);}
	.Recruit .table .head ul li:nth-of-type(4){width: calc((45% - .25rem) / 2);}
	.Recruit .table .list .item .title dl{padding: 0 .2rem;}
	.Recruit .table .list .item .title dl dd{width: 32%;}
	.Recruit .table .list .item .title dl dd:nth-of-type(2){width: 26%;}
	.Recruit .table .list .item .title dl dd:nth-of-type(3){width: calc((39% - .25rem) / 2);}
	.Recruit .table .list .item .title dl dd:nth-of-type(4){width: calc((45% - .25rem) / 2);}
}

.jobs_info{border-top: solid 1px #eaeaea;}
.jobs_info .txt{flex: 1; text-align: left}
.jobs_info .txt span:first-child{padding-left: 0}

.down_btn{ display:inline-flex; justify-content:center; align-items:center; padding:.05rem .2rem; border-radius:.1rem; background-color:var(--hover-color); color:#fff!important;}

.sitemap li{padding:.12rem 0; border-bottom:solid 1px #ddd}
.sitemap li span{font-size:.18rem; font-weight:bold}
.sitemap dl{padding-top:.1rem}
.sitemap dd{ padding-right:.2rem}
