.h-search {
    position: relative;
    z-index: 8;
    display: block;
    cursor: pointer;
    width: 1em;
    height: 1rem;
    background-image: url(../images/a3-b.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
header:hover .h-search,header.bg-white .h-search{
    background-image: url(../images/a3.png);
}
.hs-a {
    display: none;
    z-index: 108;
    white-space: nowrap;
    position: fixed;
    top: 8.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.hs-form {
    font-size: 0;
    display: inline-block;
}
.hs-text {
    font-size: 16px;
    border: none;
    padding: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
    width: 20rem;
    height: 45px;
    background-color: #fff;
    color: #333;
}
.hs-submit {
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #2449a4;
    background-image: url(../images/a3-b.png);
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.h-opa {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    cursor: pointer;
}
body.search-state .hs-a {
    display: block;
}
body.search-state .h-opa {
    display: block;
}
button, input[type=submit], input[type=text], input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
}
.More_more__uYmD6 {
    width: 20px;
    height: 20px;
    padding: 0;
    position: relative;
}
.More_more__uYmD6>em {
    position: relative;
    display: block;
    height: 2px;
    background: transparent;
    width: 100%;
    margin-top: 4px;
}
.More_more__uYmD6>em:last-of-type {
    margin-top: 8px;
}
.More_more__uYmD6:after {
    transition: background-color .3s cubic-bezier(.55,0,.1,1);
    content: "";
    height: 2px;
    width: 2px;
    top: 0;
    bottom: 0;
    background-color: none;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.More_more__uYmD6>em:before {
    left: 0;
}
.More_more__uYmD6>em:after {
    right: 0;
}
.More_more__uYmD6>em:after, .More_more__uYmD6>em:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 0;
    background-color: #000;
    transition: transform .3s cubic-bezier(.55,0,.1,1);
}
.More_more__uYmD6.More_active__d7BN_ em:first-of-type:before {
    transform: translate(1px, 1px) rotate(45deg);
}
.More_more__uYmD6.More_active__d7BN_ em:first-of-type:after {
    transform: translate(-1px, 1px) rotate(-45deg);
}
.More_more__uYmD6.More_active__d7BN_ em:last-of-type:before {
    transform: translate(1px, -1px) rotate(-45deg);
}
.More_more__uYmD6.More_active__d7BN_ em:last-of-type:after {
    transform: translate(-1px, -1px) rotate(45deg);
}
.investment_con li{
    display: none;
}
.bg-plus {
    background-image: url(../fonts/plus.svg);
}
.group\/link-plus:hover .group-hover\/link-plus\:bg-plus-white {
    background-image: url(../fonts/plus-white.svg);
}

#scrollContainer {
    /* height: 400px;  */
    /* overflow: auto;  */
  }
   
  #content {
    /* height: 1000px;  */
    transition: transform 0.3s; /* 平滑的变换效果 */
    transform-origin: top center; /* 变换的基点 */
  }

  .bg-conic-blue {
    background-image: conic-gradient(from 180deg at 50% 50%, #206cad -27.58deg, #5abfff 34.35deg, #206cad 332.42deg, #5abfff 394.35deg);
}
.text-transparent {
    color: transparent;
}
.swiper_pro .swiper-slide-active .relative .absolute{
    display: none;
}
.srds .on{
    opacity: 1!important;
}
.srds .on span{
    opacity: 1!important;
    --tw-text-opacity: 1;
    font-weight: 600;
    color: rgb(29 29 31 / var(--tw-text-opacity));
}
.srds1 .on{
    opacity: 1!important;
}
.srds1 .on span{
    opacity: 1!important;
    --tw-text-opacity: 1;
    font-weight: 600;
    color: #fff;
}
.pop {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 800px;
    width: 100%;
    z-index: 10;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 9;
}

.pop .close {
    text-align: right;
    margin-bottom: 15px;
    cursor: pointer;
}

.pop .close img {
    display: inline-block;
    transition: 0.5s;
    width: 40px;
}

.pop .close:hover img {
    transform: rotate(90deg);
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}
@media (max-width: 1200px) {
    .srds{
        display: none;
    }
    .srds1{
        display: none;
    }
}
@media (min-width: 1200px) {
    .More_more__uYmD6 {
        display: none;
    }
}

/* <!--25.8.19 手机端新增--> */
@media (max-width: 960px) {
    .sm\:hidden{display:none}
}
.wapapp{
    position: relative;
}
.warpper{
    padding: 0 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.banner{
    position: relative;
}
.title{
    text-align: center;
    margin-bottom: 25px;
}
.title h1{
    position: relative;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 20px;
}
.title h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #b5b5b5;
    border-radius: 30px;
}
.yyck{
    margin-top: 40px;
}
.cjbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cjbox img{
    border-radius: 8px;
}
.cjbox .item{
    width: 23%;
}
.cjbox .item p,.cjbox1 .item p{
    margin: 15px 0;
    text-align: center;
}
.hdgc{
    margin-top: 40px;
    padding:20px 15px;
    /*background: #eeeeee;*/
}
.hdgc .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eeeeee;
    padding:25px 10px;
    margin-bottom: 20px;
}

.hdgc .item .img{
    width: 48%;
}
.hdgc .item .cont{
    width: 48%;
}
.hdgc .item .cont h2{
    font-size: 18px;
    font-weight:900;
    margin-bottom: 10px;
}
.hdgc .item .cont{
    text-align: justify;
}
.btn{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.btn .a1{
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #acacac;
    padding: 3px 10px;
}
.btn .a2{
    color: #fff;
    background-color: #5197f8;
    border-radius: 30px;
    border: 1px solid #5197f8;
    padding: 3px 10px;
    font-weight: 500;
}

.hdgc .hd1 .img{
    position: relative;
    padding-left: 20px;
}
.hdgc .hd2 .img img{
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.hdgc .hd3 .img img{
    border-radius: 5px;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
}
.hdgc .hd1 .pos{
    position: absolute;
    top: 0px;
    left: 0;
}
.hdgc .hd1 .pos .ite{
    color: #fff;
    background-color: #5197f8;
    border-radius: 10px;
    text-align: center;
    margin: 0px 0 10px 0;
    padding: 5px;
}
.hdgc .hd1 .pos .ite p{
    font-size: 8px;
}
.hdgc .hd1 .pos .ite h5{
    font-size: 14px;
}
.hdgc .hd1 .pos .ite h5 em{
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
}
.hdgc .hd3 .cont h6{
    font-weight: 800;
    font-size: 35px;
    color: #5197f8;
    margin-top: 15px;
}
.dfg454 .item {
    /*width: auto;*/
}
.dfg454 .item .img{
    background-color: #eeeeee;
    border-radius: 10px;
}
.dfg454 .item p{
    color: #fff;
    padding: 8px 0;
    border-radius: 10px;
    background-color: #5197f8;
}
.tdjs .swiper-slide .img,.banner .viduds .img{
    position: relative;
}
.tdjs .swiper-slide .img::after,.banner .viduds .img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000039;
}
.tdjs .swiper-slide picture,.banner .viduds picture{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
}
.indexabout{
    margin-top: 40px;
}

.indexabout .cont{
    line-height: 1.75em;
    text-align: center;
}

.qyfb h1{
    font-size: 14px;
    max-width: 68px;
    color: #fff;
    background-color: #5197f8;
    margin: 20px auto;
    padding: 5px 0;
    text-align: center;
}
.qyfb .dq{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.qyfb .dq .item{
    max-width: 100px;
}
.qyfb .dq h5{
    font-size: 16px;
    font-weight: 600;
    color: #5197f8;
    margin-bottom: 10px;
}
.qyfb .img{
    max-width: 60%;
    margin: 20px auto 0px auto;
}
.aboutjd{
    position: relative;
    color: #fff;
    background-color: #5197f8;
    margin: -30px 0 20px 0;
    padding: 40px 15px 80px 15px;
}

.aboutjd .cont{
    text-align: center;
}
.abotdz{
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: -60px;
}

.abotdz .item{
    position: relative;
    width: 30%;
    height: 180px;
}
.abotdz .item .img{
    position: relative;
    height: 100%;
}
.abotdz .item .img img{
    height: 100%;
    object-fit: cover;
}
.abotdz .item .img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
}
.abotdz .item .txt{
    position: absolute;
    top: 20px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
}
.abotdz .item .txt svg{
    margin: 0 auto 15px auto;
}
.zoomify{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.zoomify.zoomed{cursor:-webkit-zoom-out;cursor:zoom-out;padding:0;margin:0;border:none;border-radius:0;box-shadow:none;position:relative;z-index:1501}.zoomify-shadow{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;z-index:1500;background:rgba(0,0,0 ,.3);opacity:0}.zoomify-shadow.zoomed{opacity:1;cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out}