.banner-swiper img{
    max-width:100%;
    min-height: 300px;
    object-fit: cover;
}

.banner-swiper-pagination{
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    bottom:40px !important;
    z-index:11;
}
.banner-swiper-pagination .swiper-pagination-bullet{
    width: 40px !important;
    height: 7px !important;
    background-color:var(--white);
    margin:0 6px !important;
    border-radius:7px;
    opacity:1;
}
.banner-swiper-pagination .swiper-pagination-bullet-active{
    width: 40px !important;
    background-color: var(--hight-orange);
}
.banner-swiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}
.swiper-info{
    position: absolute;
    top: 110px;
    width: 100%;
    padding-top: 70px;
}
.swiper-info .title{
    color: var(--white);
    font-size: 44px;
    font-weight: 400;
    line-height: 60px;
    padding: 20px 0;
}
.swiper-info .title span{
    color: var(--hight-orange);
}
.swiper-info .desc{
    font-size: 20px;
    color: var(--white);
    line-height: 36px;
    padding: 5px 0;
    font-weight: 200;
}
.swiper-info .desc em{
    padding: 0 15px;
}

.trends-view{
    padding: 16px 0;
    --slide:solid 1px var(--grayc8);
    border-top: var(--slide);
    border-bottom: var(--slide);
}
.trends-item{
    flex: 1;
    width: 0;
    --slide:solid 1px var(--grayc8);
    border-left: var(--slide);
    padding: 5px 0 10px 20px;
    line-height: 24px;
    font-size: 14px;
    color: var(--black1b);
    margin-right: 40px;
}
.trends-item p{
    height: 100%;
}
.trends-item .title{
    font-size: 14px;
    font-weight: 600;
}

.service-content{
    flex:1;
    padding-right: 50px;
}
.service-info{
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
    color: #313131;
}

.trade-item{
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 40px)/3);
    overflow: hidden;
    max-height: 280px;
}
.trade-max-width{
    width: calc(100% - (100% - 40px)/3 - 20px);
    max-height: 280px;
}
.trade-img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.trade-item::before{
    content: "";
    display: block;
    padding-top: 72.5%;
}
.trade-max-width::before{
    display: none;
}
.trade-info{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    box-sizing: border-box;
    padding: 20px 0 20px 25px;
}
.trade-info .name{
    font-size: 24px;
    line-height: 40px;
    color: var(--white);
    padding-bottom: 4px;
}
.trade-btn{
    border: solid 1px var(--white);
    height: 44px;
    width: 140px;
    color: var(--white);
    transition: background-color .2s ease, border-color .2s ease;
}
.trade-btn span{
    padding-right: 15px;
    font-size: 16px;
    color: var(--white);
}
.trade-btn:hover{
    background-color: var(--btn-bg);
    color: var(--white);
    border-color: var(--btn-bg);
}
.line-bg1{
    background: linear-gradient(to top right,rgba(23,92,173,0.7) 10%,rgba(0,0,0,0) 50%);
}
.line-bg2{
    background: linear-gradient(to right,rgba(23,92,173,0.7) 10%,rgba(0,0,0,0) 80%);
}

.manage-content{
    padding: 60px 0;
}
.manage-item {
    width: 25%;
    height: 600px;
    aspect-ratio: 1 / 2;
    position: relative;
    cursor: pointer;
}
.manage-img{
    display: none;
}
.manage-info{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 25px 30px 25px;
    transition: all .3s ease;
}
.manage-item:nth-child(odd) .manage-info::before{
    content: "";
    display: block;
    flex: 1;
}
.manage-item:hover .manage-info{
    background-blend-mode:normal;
    transform: scale(1.03);
    z-index: 3;
}
.manage-item:hover .icon-manage1{
    background-position: 0 -100px;
}
.manage-item:hover .icon-manage2{
    background-position: -50px -100px;
}
.manage-item:hover .icon-manage3{
    background-position: -100px -100px;
}
.manage-item:hover .icon-manage4{
    background-position: -150px -100px;
}
.manage-item:hover .manage-more{
    color: var(--hight-orange);
}
.manage-item:hover .manage-more span{
    background-color: var(--hight-orange);
    border-color: var(--hight-orange);
}
.manage-bg1{
    background: #0055a5 url('/images/index/manage01.jpg') no-repeat center top;
    background-blend-mode: overlay;
}
.manage-bg2{
    background: #0055a5 url('/images/index/manage02.jpg') no-repeat center top;
    background-blend-mode: overlay;
}
.manage-bg3{
    background: #0055a5 url('/images/index/manage03.jpg') no-repeat center top;
    background-blend-mode: overlay;
}
.manage-bg4{
    background: #0055a5 url('/images/index/manage04.jpg') no-repeat center top;
    background-blend-mode: overlay;
}
.manage-icon{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
}
.manage-item .name{
    font-size: 28px;
    color: var(--white);
    line-height: 40px;
    font-weight: 600;
    padding: 10px 0;
}
.manage-item .bd{
    width: 26px;
    height: 4px;
    background-color: var(--white);
}
.manage-item .desc{
    font-size: 14px;
    color: var(--white);
    line-height: 24px;
    margin: 20px 0 10px 0;
}
.manage-more{
    line-height: 24px;
    font-size: 16px;
    color: var(--white);
}
.manage-more span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    color: var(--white);
    border: solid 1px var(--white);
    box-sizing: border-box;
    font-size: 10px;
    border-radius: 6px;
    margin-left: 4px;
}

.join-container{
    min-height: 200px;
    position: relative;
    overflow: hidden;
}
.join-img{
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}
.join-content{
    position: absolute;
}
.join-content .title{
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 20px 0;
    color: var(--white);
}
.join-content .bd{
    width: 32px;
    height: 6px;
    background-color: var(--btn-bg);
}
.join-content .desc{
    font-size: 24px;
    color: var(--white);
    line-height: 36px;
    padding: 25px 0;;
    font-weight: 200;
}

.gray-bg{
    background-color: #edf1f4;
}
.news-info{
    padding: 40px 0;
}
.news-left{
    width: 43.33%;
    margin-right: 28px;
}
.news-cover{
    aspect-ratio: 500 / 369;
    /*padding: 10px;*/
    background-color: var(--white);
}
.news-cover-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list{
    flex:1;
    width: 0;
}
.news-item{
    padding-top: 30px;
    background-color: var(--white);
    cursor: pointer;
    border-bottom: solid 2px var(--white);
    margin-bottom: 35px;
    transition: all .2s ease;
}
.news-item:last-child{
    margin-bottom: 0;
}
.news-item:hover{
    border-block-color: var(--hight-orange);
}
.news-item:hover .news-date-info,
.news-item:hover .title,
.news-item:hover .news-more{
    color: var(--hight-orange);
}
.news-item:hover .news-paragraph .news-more span{
    background-color: var(--hight-orange);
    border-color: var(--hight-orange);
}
.news-date-info{
    padding: 0 4%;
    padding-bottom: 10px;
    color: var(--black1b);
    border-right: solid 1px #898989;
}
.news-date-info .date{
    font-size: 40px;
    line-height: 40px;
}
.news-date-info .year{
    font-size: 24px;
    line-height: 40px;
}
.news-paragraph{
    padding: 0 5%;
    padding-bottom: 20px;
}
.news-paragraph .title,
.news-footer .title{
    font-size: 18px;
    color: var(--black1b);
    line-height: 30px;
    padding-bottom: 5px;
}
.news-paragraph .desc,
.news-footer .info{
    font-size: 16px;
    color: var(--graya0);
    line-height: 28px;
    margin-bottom: 20px;
}
.news-paragraph .news-more{
    color: var(--graya0);
}
.news-paragraph .news-more span{
    background-color: var(--graya0);
    border-color: var(--graya0);
}
.news-footer{
    flex:1;
    margin-top: 35px;
    background-color: var(--white);
    box-sizing: border-box;
    padding: 5%;
}
.news-footer .info{
    margin-bottom: auto;
}
.news-footer .title{
    margin-bottom: 10px;
}
.news-footer .title::after{
    content: "";
    margin-top: 15px;
    width: 48px;
    height: 2px;
    background-color: var(--hight-orange);
}
.qh-title {
    text-align: center;
    font-size: 40px;
    margin: 80px auto 40px auto;
}
.qh-stitle{
    text-align:center;
    font-size: 16px;
    margin-bottom: 40px;
}
.index-stitle {
    font-size: 36px;
    line-height: 50px;
    margin: 50px 0;
    color: #17375d;
}
.index-lr{
    font-size: 16px;
    line-height: 45px;
    color: #fff;
}
.index-lr-l {
    width: 300px;
    background: #0075be;
    padding: 0 30px;
    line-height: 28px;
}
.index-lr-l-item {
    margin: 15px 0;
}
.index-lr-l-item a {
    color: #fff;
    overflow: hidden;
    line-height:20px;
}
.index-lr-l-item a:hover {
    font-size: 18px;
}
.index-lr-r {
    margin: 30px 0;
    max-height: 471px;
    overflow: hidden;
}
    .index-lr-r > div {
        position: relative;
    }
.index-lr-r-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 428px;
}
.index-lr-r-cover {
    background-color: #0a0a28;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height:428px;
    transition: all 1s;
}
.index-lr-r-cover.fullc {
    opacity: 1;
}
.index-lr-r-h {
    display: none;
    aspect-ratio: 840 / 608;
}
.index-lr-r-h.show{
    display: block;
}
.index-lr-r-item {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 1s;
}
.index-lr-r-item.fullc {
    opacity: 1;
}
.index-r-item-title {
    margin: 60px 30px 30px 30px;
    text-align: center;
    font-size: 44px;
    line-height: 53px;
}
.index-r-item-p {
    margin: 0 30px 30px 22px;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}
    .index-r-item-p a {
        background: #0075be;
        color: #fff;
        position: relative;
        padding: 10px 20px;
        font-size: 16px;
        display: inline-block;
    }
    .index-r-item-p a:hover {
        font-size: 18px;
    }
.index-p-item{
    width:calc((100% - 60px) / 4);
    margin-right: 20px;
    color: white;
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 20px;
}
.index-img {
    position: relative;
    cursor: pointer;
}
    .index-img img {
        height: 285px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }
.index-img-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(90,90,90,0.2);
}
.index-p-item-p {
    position: absolute;
    top: 0;
    margin: 30px 20px 0 20px;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
}
.index-p-item-a{
    text-align:center;
}
    .index-p-item-a a {
        color: white;
        padding: 0 20px;
        background-color: #d4a96a;
        display: inline-block;
    }
.index-img:hover .index-p-item-a a {
    font-size: 18px;
}
.index-p-a{
    color: black;
}
.index-p-item-info{
    height: 132px;
}
.index-news{
    margin: 50px 0;
    font-size: 16px;
    line-height: 33px;
}
.index-news-p {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 40px;
}
.index-news-a {
    color: white;
    background-color: #0075be;
    padding: 0 20px;
    display: inline-block;
}
.index-news-a:hover {
    font-size: 18px;
}
.index-news-l{
    width: calc((100% - 80px) / 2);
    margin-right: 80px;
    display: flex;
    flex-direction: column;
}
.index-news-r {
    width: calc((100% - 80px) / 2);
    display: flex;
    flex-direction: column;
}
.index-news-l-item{
    margin-bottom: 20px;
    display: block;
}
.index-news-l-item:hover img{
    transform: scale(1.05) rotate(0.001deg);
}
.index-news-l-item-img {
    width: 40%;
    margin-right: 20px;
    overflow: hidden;
    aspect-ratio: 227 / 112;
}
    .index-news-l-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.6s ease-in-out;
    }
.index-news-l-item-p {
    color: #00acf5;
    margin-top: 13px;
}
.index-news-l-item-d{
    color: gray;
}
.index-news-r-item {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    position: relative;
    /*max-height: 260px;*/
    aspect-ratio: 560 / 168;
}
    .index-news-r-item:hover img {
        transform: scale(1.05) rotate(0.001deg);
    }
    .index-news-r-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.6s ease-in-out;
    }
.index-news-r-p {
    position: absolute;
    top: 50px;
    width: calc(100% - 40px);
    margin: 0 20px;
    color: white;
}
.index-serverarea {
    position: relative;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 33px;
}
.index-sa-l {
    width: 100%;
    aspect-ratio: 1200 / 577;
}
    .index-sa-l img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.index-sa-r {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(50% - 100px);
    padding: 50px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background-color: white;
}
.index-title{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 28px;
}
.index-p{
    margin-bottom: 28px;
}