﻿@charset "utf-8";

:root {
    --main-color: #1B2389;
    --dark-color: #333;
    --white-color: #FFFFFF;
    --blue-color: #23A4DD;
    --shallow--color: #0AA8EC;
    --main-blue-color: #2782C5;
    --custom-wave-anim: custom_common_wave 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

img {
    max-width: 100%;
}


.index_more {
    display: flex;
}

.index_more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    z-index: 1;
}

.index_more .a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    z-index: 1;
}

.white_border a,
.white_border .a {
    border: 1px solid rgba(255, 255, 255, 0.50);
}

.blue_border a {
    border: 1px solid var(--main-color);
}

.white_border span {
    color: var(--white-color);
}

.blue_border span {
    color: var(--main-color);
}

.index_more span {
    margin-right: 58px;
}

.index_more i {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(../images/more_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.blue_border i {

    background-image: url(../images/more_blue.svg);
}

.index_more .a:before,
.index_more a:before {
    content: "";
    left: -100%;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 60px;
    transition: left .5s cubic-bezier(0.35, 0.08, 0.16, 0.99);
    z-index: -1;
}

.white_border .a:before,
.white_border a:before {
    background: var(--white-color);
}

.blue_border a:before {
    background: var(--main-color);
}

.index_more .a:hover:before,
.index_more a:hover:before {
    left: calc(100% - 70px);
}

.white_border .a:hover i,
.white_border a:hover i {
    background-image: url(../images/more_blue.svg);
}

.blue_border a:hover i {
    background-image: url(../images/more_white.svg);
}

@media (max-width:767px) {

    .index_more a {
        padding: 14px 20px;
        border-radius: 60px;
        font-size: 16px;
    }

    .index_more span {
        margin-right: 38px;
    }

    .index_more i {
        width: 20px;
        height: 20px;
    }

    .index_more a:hover:before {
        left: calc(100% - 55px);
    }


}

/*banner*/
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 60%;
    background-image: url(../images/index_one_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: 2;
}

/* .banner .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
} */

.ban_button {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: 100px;
    z-index: 99;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.index_banner .img_pc {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img_m {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_banner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ban_button .num {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.ban_button .num em {
    margin-left: 7px;
    margin-right: 7px;
}

.index_banner_progress {
    padding-left: 10px;
    display: inline-block;
}

.index_banner_progress .list_ {
    display: flex;
}

.index_banner_progress .list_ .i {
    position: relative;
    display: flex;
    align-items: center;
    width: 60px;
    height: 2px;
    margin-right: 4px;
}

.index_banner_progress .list_ .i:last-child {
    margin-right: 0;
}

.index_banner_progress .progress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.index_banner_progress .progress .d {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: var(--blue-color);
}

.index_banner_progress .i.active .progress {
    display: block;
}

.ban_button .play {
    position: relative;
    margin-left: 10px;
    width: 22px;
    height: 22px;
}

.ban_button .play i {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
}

.ban_button .play .suspend {
    display: none;
}

.left_sch {
    position: absolute;
    left: 35px;
    bottom: 48px;
    width: 18px;
    z-index: 9;
}

.left_sch span {
    margin-top: 8px;
    display: inline-block;
    color: #FFF;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.6px;
    writing-mode: vertical-rl;
    text-orientation: sideways;
}

.scrillm {
    width: 18px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}

.scrillm i {
    width: 2px;
    height: 5px;
    background: #fff;
    margin-top: 8px;
}

.scrillm i {
    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}

.right_play {
    position: absolute;
    right: 10%;
    bottom: 48px;
    max-width: 120px;
    z-index: 9;
}

.right_play .icon {
    display: inline-block;
    max-width: 120px;
    cursor: pointer;
    animation: spin 10s linear infinite;
}

.ban_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    margin-top: -60px;
    z-index: 9;
}

.banner .swiper-slide-active .wave_anim {
    overflow: hidden;
}

.banner .swiper-slide-active .wave_anim .wave {
    opacity: 0;
    -webkit-animation: var(--wave-anim);
    animation: var(--wave-anim);
}

.banner .swiper-slide-active .wave_anim.custom .wave {
    opacity: 0;
    -webkit-animation: var(--custom-wave-anim);
    animation: var(--custom-wave-anim);
}

.wave_anim {
    overflow: hidden;
}

.wave_anim>.wave {
    display: inline-block;
    transform: translateY(125%);
    opacity: 0;
}

.wave_anim.on .wave {
    -webkit-animation: var(--wave-anim);
    animation: var(--wave-anim);
}

.wave_anim.on.custom .wave {
    -webkit-animation: var(--custom-wave-anim);
    animation: var(--custom-wave-anim);
}

.ban_small_title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
}

.ban_big_title {
    margin-top: 20px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}


@keyframes common_wave {
    0% {
        opacity: 0;
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes custom_common_wave {
    0% {
        opacity: 0;
        -webkit-transform: translateY(125%) rotate(3.5deg);
        transform: translateY(125%) rotate(3.5deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}



@media (max-width:1580px) {}

@media (max-width:1440px) {}



@media (max-width:1280px) {

    .left_sch {
        left: 20px;
    }
}

@media (max-width:991px) {

    .left_sch {
        display: none;
    }

}
@media (max-width:767px) {
    .ban_button {
        top: inherit;
        bottom: 30px;
        margin-top: 100px;
    }
    
}


/*footer*/
.right_rove {
    position: fixed;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    right: 22px;
    bottom: 40px;
    z-index: 99;
}

.right_rove .rove_click {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 60px;
    background: var(--main-color);
    border-radius: 50%;
    cursor: pointer;
}

.rove_click img:nth-child(2) {
    display: none;
}

.right_rove .rove_click.active img:nth-child(1) {
    display: none;
}

.right_rove .rove_click.active img:nth-child(2) {
    display: block;
}

.rove_up {
    margin-bottom: 8px;
    display: none;
}

.rove_up>ul {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.rove_up>ul>li {
    position: relative;
    margin-bottom: 8px;
    width: 56px;
    overflow: hidden;
}

.right_rove ul li:last-child {
    margin-bottom: 0;
}

.rove_up>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    height: 56px;
    z-index: 1;
}

.rove_up>ul>li>a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 100%;
    border-radius: 56px;
    background-color: var(--main-color);
    transition: width .3s cubic-bezier(0.99, 0.01, 0.16, 0.99);
    z-index: -1;
}

.rove_up>ul>li>a img {
    width: 24px;
}

.rove_up>ul>li>a span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    opacity: 0;
    overflow: hidden;
}

.rove_up>ul>li.img .hide_tel {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    padding: 6px;
    text-align: center;
    border-radius: 12px;
    background: var(--main-blue-color);
    opacity: 0;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}

.rove_up>ul>li.img .hide_tel:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 5px;
    border-left-color: var(--main-blue-color);
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.rove_up>ul>li.img .hide_tel>a {
    padding: 0;
}

.rove_up>ul>li.img:hover .hide_tel {
    opacity: 1;
    z-index: 8;
}

.rove_up>ul>li:hover {
    overflow: visible;
    width: auto;
}

.rove_up>ul>li.hover>a:hover::before {
    width: 100%;
    background-color: var(--main-blue-color);
}

.rove_up>ul>li.img>a:hover::before {
    background-color: var(--main-blue-color);
}

.rove_up>ul>li.hover>a:hover>span {
    opacity: 1;
    margin-right: 8px;
    transition: opacity .3s ease;
    transition-delay: .3s;
}

.foot_top_icon {
    display: flex;
    justify-content: center;
}

.foot_top_icon>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background-image: url(../images/foot_top_bg.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

#footer {
    position: relative;

    background-image: url(../images/foot_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(50, 43, 113, 0.60) 0%, rgba(50, 43, 113, 0.60) 100%);
    backdrop-filter: blur(40px);
    z-index: -1;
}

.foot_top {
    padding: 50px 0;
}

.foot_logo {
    max-width: 240px;
}

.foot_mid {
    padding-top: 40px;
    padding-bottom: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot_menu {
    flex: 1;
    max-width: 1104px;
    margin-left: 80px;
}

.foot_menu ul {
    display: flex;
    justify-content: space-between;
}

.foot_menu a {
    display: block;
    font-weight: 400;
}

.foot_menu ul li a:first-child {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.foot_menu ul li a {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 12px;
}

.foot_menu ul li a:last-child {
    margin-bottom: 0;
}

.foot_menu ul li a:nth-child(n+2):hover {
    color: rgba(255, 255, 255, 0.8);
}

.foot_share {
    justify-content: flex-end;
}

.foot_share .f_t {
    padding-right: 16px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.foot_share ul {
    display: flex;
    justify-content: flex-end;
    margin-left: -4px;
    margin-right: -4px;
}

.foot_share ul li {
    padding: 0 4px;
}

.foot_share .w_bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(4px);
    z-index: 1;
}

.foot_share .w_bg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: all 0.4s;
    z-index: -1;
}

.foot_share .w_bg img {
    width: 24px;
    height: 24px;
}

.foot_share .w_bg img:nth-child(2) {
    display: none;
}

.foot_share a:hover .w_bg img:nth-child(1) {
    display: none;
}

.foot_share a:hover .w_bg img:nth-child(2) {
    display: inline-block;
}

.foot_share a:hover .w_bg::before {
    width: 100%;
    height: 100%;
}

.eject_cont {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.eject_cont .eject_tc {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    margin-left: -58px;
    transform: translateY(-20px);
    padding: 4px;
    width: 120px;
    background: #FFFFFF;
    border-radius: 12px;
    opacity: 0;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}

.eject_cont .eject_tc:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-top-color: #fff;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.eject_cont .eject_tc .img_ {
    width: 100%;
    text-align: center;
}

.eject_cont:hover {
    overflow: visible;
}

.eject_cont .eject_tc.m_show {
    opacity: 1;
    transform: translateY(0);
    z-index: 99;
}

.foot_contact {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.foot_contact .f_t {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.foot_contact .f_t img {
    margin-right: 8px;
}

.foot_contact .f_t2 {
    padding-top: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.foot_contact p {
    padding-top: 10px;
}

.foot_contact p a {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.foot_contact .line {
    flex: 1;
    margin-left: 38px;
    margin-bottom: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.foot_bottom {
    padding: 50px 0 30px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.2);

}

.foot_bottom a {
    color: rgba(255, 255, 255, 0.2);
}

.foot_bottom a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width:1280px) {
    .foot_contact p a {
        font-size: 34px;
    }
}
@media (max-width:1279px) {

    .foot_top {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .foot_menu {
        padding-top: 35px;
        flex: inherit;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

}
@media (max-width:991px) {
    .right_rove {
        right: 4px;
        bottom: 15px;
    }

  

}

@media (max-width:767px) {
    .foot_logo {
        max-width: 180px;
    }

    .foot_contact p a {
        font-size: 28px;
    }

    .foot_share .w_bg {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .foot_top {
        padding-top: 30px;
        padding-bottom: 10px;
    }


    .foot_menu ul {
        display: block;
    }

    .foot_menu ul li {
        width: 100%;
        overflow: hidden;
        padding-bottom: 15px;
    }

    .foot_menu ul li a:first-child {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .foot_menu ul li a:nth-child(n+2) {
        display: inline-block;
        float: left;
        margin-right: 15px;
        margin-bottom: 8px;
    }

    .eject_cont .eject_tc {
        margin-left: -82px;
    }

    .eject_cont .eject_tc::before {
        margin-left: 15px;
    }

    .foot_contact .line {
        margin-left: 12px;
    }

    .foot_share {
        padding-top: 20px;
        /* justify-content: flex-start; */
    }

    .foot_bottom {
        padding: 20px 0 20px 0;
    }
}

/*index two*/
.index_about {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about_mask {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about_mask:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 50%;
    background-image: url(../images/index_about_left_b.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: -1;
}

.about_mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: url(../images/about_top_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.about_mask>.my-container {
    height: 100%;
}

.about_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about_video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(77deg, #001227 0%, rgba(0, 4, 54, 0.60) 45%, rgba(0, 4, 54, 0.20) 90%);
}

.about_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.about_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about_video .mobile_img {
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about_cont {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.about_right_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    max-width: 445px;
    display: flex;
    align-items: flex-end;
    opacity: 0.1;
    z-index: -1;
}

.about_cont .div {
    padding-top: 100px;
    width: 100%;
}

.pt90 {
    padding-top: 90px;
}


@keyframes widthAnimation {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes heightAnimation {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@keyframes fadeInFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.about_top {
    padding-bottom: 60px;
    width: 100%;
}

.about_top .left {
    flex: 1;
    margin-right: 100px;
    max-width: 852px;
}

.about_top .title {
    color: var(--white-color);

}

.about_top .title h2,
.about_top .title h3 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.about_top .title h3 {
    font-weight: 700;
}

.about_text {
    padding-top: 24px;
}

.about_text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.about_text p:last-child {
    padding-bottom: 0;
}

.about_number {
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    ;
    width: 100%;
}

.about_number ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_number .line {
    width: 1px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.30);
}

.about_number .info-detail p {
    padding-top: 8px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.about_number .info-detail p img {
    width: 24px;
    margin-right: 8px;
}

.about_number .info_number span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 78px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.about_number .info_number em {
    color: var(--white-color);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}


@media (max-width:1580px) {
    .about_number .info_number span {
        font-size: 68px;
    }
}

@media (max-width:1440px) {
    .about_number .info_number span {
        font-size: 60px;
    }
}

@media (max-width:1366px) {
    .about_number .info_number span {
        font-size: 50px;
    }

}

@media (max-width:1280px) {
    .about_number .info_number span {
        font-size: 42px;
    }

}

@media (max-width:1279px) {

    .about_number .info-detail p {
        max-width: 150px;
        height: 52px;
    }

}

@media (max-width:991px) {
    .about_cont {
        padding-bottom: 50px;
    }

    .about_top {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .about_top .left {
        flex: inherit;
        margin-right: 0px;
        padding-bottom: 35px;
        max-width: 100%;
    }

    .about_number {
        padding-top: 40px;
    }

    .about_number ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .about_number ul li {
        width: 33.33%;
        float: left;
        padding-bottom: 25px;
    }

    .about_number .info-detail p {
        max-width: inherit;
        height: auto;
    }

    .about_number .line {
        display: none;
    }

    .about_number .info_number span {
        font-size: 40px;
    }


}

@media (max-width:767px) {
    .pt90 {
        padding-top: 50px;
    }

    .about_cont .div {
        padding-top: 60px;
    }

    .about_cont {
        padding-bottom: 50px;
    }

    .about_video video {
        display: none !important;
    }

    .about_video .mobile_img {
        display: block;
    }

    .about_number ul li {
        width: 50%;
    }

    .about_number .info-detail p {
        font-size: 14px;
        height: 40px;
    }

    .about_number .info-detail p img {
        display: none;
        width: 16px;
        margin-right: 6px;
    }
    .about_number .info_number span {
        font-size: 32px;
    }
    
.about_right_icon {

    align-items: flex-start;
 
}


}

/*第三屏产品*/
.index_product .pro_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
}

.index_product .pro_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.index_product .pro_bg>div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pro_main .index_title {
    position: relative;
    z-index: 9;
}

.index_p_bottom {
    position: relative;
    z-index: 8;
}

.pro_main {
    position: relative;
    padding-top: 100px;
    z-index: 9;
}

.pro_main .index_title {
    align-items: flex-end;
}

.blue_title .s_t {
    color: var(--white-color);
}

.blue_title .big_t {
    color: var(--white-color);
}

.index_product .s_t {
    font-weight: 400;
    line-height: 1.6;
}

.index_product .big_t {
    font-weight: 700;
    line-height: 1.5;
}

.form_search {
    width: 300px;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    border-radius: 58px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8px);
}

.form_search .sear_input {
    flex: 1;
    color: var(--white-color);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-color: transparent;
}

.form_search .submit_icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../images/search_w.svg);
    background-size: 100%;
    cursor: pointer;
}

.form_search .sear_input::-webkit-input-placeholder {
    color: var(--white-color);
    font-size: 16px;
    opacity: 0.5;
    font-family: "Microsoft YaHei";
}

.form_search .sear_input::-moz-placeholder {
    color: var(--white-color);
    opacity: 0.5;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.form_search .sear_input:-moz-placeholder {
    color: var(--white-color);
    opacity: 0.5;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.form_search .sear_input:-ms-input-placeholder {
    color: var(--white-color);
    opacity: 0.5;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.year_select_box {
    position: relative;
    display: flex;
    margin-left: 12px;
    width: 300px;
    z-index: 9;
}

.year_select_box>.span {
    position: relative;
    display: flex;
    width: 100%;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 58px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8px);
    cursor: pointer;
    overflow: hidden;
    transition-delay: .2s;
}

.year_select_box>.span input {
    background: transparent;
    border: none;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-family: "Microsoft YaHei";

}

.year_select_box>.span.active input {
    color: var(--main-color);
}

.year_select_box>.span input::-webkit-input-placeholder {
    color: var(--white-color);
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.year_select_box>.span input::-moz-placeholder {
    color: var(--white-color);
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.year_select_box>.span input:-moz-placeholder {
    color: var(--white-color);
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.year_select_box>.span input:-ms-input-placeholder {
    color: var(--white-color);
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.year_select_box>.span .icon {
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.year_select_box .drop_down_ {
    position: absolute;
    display: none;
    padding: 0 24px 16px 24px;
    left: 50%;
    top: 100%;
    width: 100%;
    transform: translateX(-50%);
    background-color: var(--white-color);
    border-radius: 0px 0px 28px 28px;
    max-height: 215px;
    transition: background-color .3s;
    overflow: hidden;
    overflow-y: auto;
}

.year_select_box .drop_down_ p {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.year_select_box .drop_down_ p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.year_select_box .drop_down_ p span {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.year_select_box .drop_down_ p span:hover {
    color: var(--main-color);
}

.year_select_box .drop_down_::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-radius: 10px;
}

.year_select_box .drop_down_::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.year_select_box .drop_down_::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--main-blue-color);
}

.year_select_box>.span.active {
    border-radius: 28px 28px 0 0;
    background-color: var(--white-color);
}

.year_select_box>.span.active .icon {
    background-image: url(../images/chevron-down2.svg);
}

.year_select_box>.span.active input::-webkit-input-placeholder {
    color: var(--main-blue-color);
    font-family: "Microsoft YaHei";
}

.year_select_box>.span.active input::-moz-placeholder {
    color: var(--main-blue-color);
    font-family: "Microsoft YaHei";
}

.year_select_box>.span.active input:-moz-placeholder {
    color: var(--main-blue-color);
    font-family: "Microsoft YaHei";
}

.year_select_box>.span.active input:-ms-input-placeholder {
    color: var(--main-blue-color);
    font-family: "Microsoft YaHei";
}

.index_product .scrillm,
.index_new_bg .scrillm {
    border-color: rgba(0, 0, 0, 0.20);
}

.index_product .scrillm i,
.index_new_bg .scrillm i {
    background-color: #CCCCCC;
}

.index_product .left_sch span,
.index_new_bg .left_sch span {
    color: rgba(0, 0, 0, 0.20);
}

.index_p_bottom {
    margin-top: 48px;
}

.pro_swp_01 {
    width: 100%;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
}

.pro_swp_01 li:first-child,
.pro_swp_01 li:nth-child(4),
.pro_swp_01 li:nth-child(7) {
    /* background: var(--blue-color); */
    background: linear-gradient(245deg, rgba(10, 168, 236, 0.70) 1.01%, rgba(0, 65, 182, 0.90) 99.15%);
}

.pro_swp_01 li:nth-child(2),
.pro_swp_01 li:nth-child(5),
.pro_swp_01 li:nth-child(8) {
    /* background: var(--main-blue-color); */
    background: linear-gradient(188deg, rgba(91, 195, 255, 0.70) 1.84%, rgba(33, 140, 219, 0.90) 98.45%);
}

.pro_swp_01 li:nth-child(3),
.pro_swp_01 li:nth-child(6),
.pro_swp_01 li:nth-child(9) {
    /* background: var(--main-color); */
    background: linear-gradient(189deg, rgba(26, 142, 250, 0.70) 0%, rgba(27, 35, 137, 0.90) 98.51%);
}

.pro_swp_01 .box_01 {
    padding: 28px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.box_01 .title strong {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.box_01 .title i {
    margin-top: 24px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/pro_add.svg);
    background-repeat: no-repeat;

}

.index_p_bottom .pro_swp_01 .races-list li:not(:last-child) {
    margin-right: 24px;
}

.index_p_bottom .pro_swp_01 .races-list li {
    width: 226px;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    transition: width .6s;
}

.box_02 {
    display: none;
    position: relative;
    padding: 32px;
    height: 100%;
    z-index: 1;
}

.box_02:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    max-width: 238px;
    height: 100%;
    background-image: url(../images/pro_icon_r.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}

.box_02 .big_title .left {
    flex: 1;
    padding-right: 40px;
}

.box_02 .big_title .t {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.box_02 .big_title .text {
    margin-top: 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}

.pro_list_scoll {
    flex: 1;
    width: 100%;
    margin-top: 32px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pro_list_scoll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-radius: 10px;
}

.pro_list_scoll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.pro_list_scoll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--main-blue-color);
}

.pro_list_scoll .list_loop {
    margin-left: -8px;
    margin-bottom: -8px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.pro_list_scoll .list_loop a {
    display: flex;
    width: calc(33.33% - 16px);
    padding: 24px;
    align-items: center;
    margin: 8px;
    border-radius: 4px 16px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all .4s;
}

.pro_list_scoll .list_loop a:first-child,
.pro_list_scoll .list_loop a:nth-child(2),
.pro_list_scoll .list_loop a:nth-child(3) {
    margin-top: 0;
}

.pro_list_scoll .list_loop a span:first-child {
    width: 24px;
    margin-right: 16px;
}

.pro_list_scoll .list_loop a span:nth-child(2) {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pro_list_scoll .list_loop a:hover {
    /* background: linear-gradient(261deg, rgba(0, 122, 174, 0.40) 5.09%, rgba(10, 50, 172, 0.50) 90.83%); */
    background: linear-gradient(264deg, rgba(23, 34, 170, 0.60) 8.99%, rgba(10, 168, 236, 0.48) 91.01%);
}

.pro_swp_01 .races-list {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    left: 0;
    top: 0;
    transition: .3s;
}

.pro_button {
    margin-top: 30px;
}

.pro_button .swiper-pagination {
    position: relative;
}

.pro_button .swiper-pagination span {
    margin-right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.10);
    opacity: 1;
}

.pro_button .pro_next,
.pro_button .pro_prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    backdrop-filter: blur(8px);
    overflow: hidden;
    cursor: pointer;
}

.pro_button .swiper-button::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: var(--main-blue-color);
    border-radius: 58px;
    transition: all .3s;
    z-index: -1;
}

.pro_button .pro_prev {
    margin-right: 16px;
}

.pro_button .swiper-button:hover {
    border-color: transparent;
}

.pro_button .swiper-button:hover:before {
    width: 104%;
    height: 104%;
}

.pro_button .swiper-button:hover svg path {
    stroke: var(--white-color);
}

/* active */
.index_p_bottom .pro_swp_01 .races-list .on {
    width: calc(100% - 500px);
}

.index_p_bottom .pro_swp_01 .races-list .on .box_01 {
    display: none;
}

.index_p_bottom .pro_swp_01 .races-list .on .box_02 {
    display: flex;
    flex-direction: column;
}

.pro_button .swiper-pagination span.swiper-pagination-bullet-active {
    width: 24px;
    background-color: var(--main-color);
}

@media (max-height:900px) {
    .pro_swp_01 {
        height: calc(100vh - 400px);
    }

}

@media (max-height:800px) {
    .pro_main {
        padding-top: 90px;
    }

    .index_p_bottom {
        margin-top: 20px;
    }

    .pro_swp_01 {
        height: calc(100vh - 412px);
    }

    .pro_button {
        margin-top: 30px;
    }

}

@media all and (max-width: 1365px) {

    .form_search,
    .year_select_box {
        width: 260px;
    }

}

@media all and (max-width: 1200px) {

    .index_p_bottom .pro_swp_01 .races-list .on {
        width: calc(100% - 274px);
    }

}



@media (max-width:991px) {
    #mainProduct {
        min-height: 100vh;
    }

    .pro_main {
        padding-top: 40px !important;
    }

    .big_t {
        padding-top: 10px;
    }

    .pro_main .index_title {
        flex-wrap: wrap;
    }

    .pro_main .index_title .left {
        width: 100%;
        padding-bottom: 30px;
    }

    .index_p_bottom .pro_swp_01 .races-list .on {
        width: 100%;
    }

    .index_p_bottom {
        position: relative;
        margin-top: 36px;
        padding-bottom: 30px;
        z-index: 8;
    }

    .pro_swp_01 {
        height: 360px;
    }


}

@media (max-width:767px) {
    #mainProduct {
        min-height: auto;
    }

    .index_p_bottom .pro_swp_01 .races-list .on .box_02 .big_title {
        flex-wrap: wrap;
        padding: 0 24px;
    }

    .box_02 .big_title .left {
        flex: inherit;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .pro_main .index_title .right {
        width: 100%;
        flex-wrap: wrap;
    }

    .form_search,
    .year_select_box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 16px;
    }

    .pro_swp_01 {
        height: 505px;
    }

    .index_p_bottom {
        margin-top: 20px;
    }

    .index_p_bottom .pro_swp_01 .races-list .on .box_02 {
        display: block;
        padding: 30px 0;
    }
    .box_02 .big_title .text {
   
        -webkit-line-clamp:2;
    }
    .pro_list_scoll {
        flex: inherit;
        width: 100%;
        margin-top: 26px;
        padding: 0 24px;
        height: 232px;
    }

    .pro_list_scoll .list_loop a {
        padding: 16px 10px;
        width: calc(50% - 16px);
    }

    .pro_list_scoll .list_loop a span:first-child {
        width: 20px;
        margin-right: 8px;
    }

    .pro_button .pro_next,
    .pro_button .pro_prev {
        width: 50px;
        height: 50px;
    }

    .pro_button .pro_prev {
        margin-right: 10px;
    }

    .pro_button .swiper-button svg {
        width: 20px;
        height: 20px;
    }

    .box_02:after {
        width: 80%;
        background-size: contain;
    }
}
@media (max-width:540px) {

.pro_list_scoll .list_loop a {
    padding: 16px 10px;
    margin-top: 0;
    width: 100%;
}

}
@media (max-width:359px) {
    .pro_list_scoll .list_loop a {
        padding: 20px 10px;
        width: calc(100% - 16px);
    }

}

/*第四屏 新闻*/
/*index new*/
.index_new_bg {
    width: 100%;
    height: 100%;
    background: #E2F0FA;
}

.index_new_bg::before,
.index_new_bg::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.index_new_bg::before {
    left: 0;
    bottom: 0;
    width: 30%;
    height: 50%;
    background-image: url(../images/new_left_bg.png);
    background-position: left bottom;
}

.index_new_bg::after {
    right: 0;
    top: 0;
    width: 80%;
    height: 50%;
    background-image: url(../images/new_top_bg.png);
    background-position: right top;
}

.index_new_bg .my-container {
    height: 100%;
}

.index_news {
    position: relative;
    padding-top: 160px;
    height: 100%;
    z-index: 9;
}

.index_new_bg .new_w_icon {
    position: absolute;
    display: flex;
    align-items: flex-end;
    right: 0;
    bottom: 0;
    max-width: 445px;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.index_news .index_title {
    align-items: center;
}

.index_news .s_t {
    color: var(--shallow--color);
}

.index_news .big_t {
    color: var(--main-color);
    font-weight: 700;
}

.index_new_content {
    padding-top: 40px;
    height: calc(90% - 160px);
}

.index_new_content>.ul {
    display: flex;
    align-items: stretch;
    margin-left: -12px;
    margin-right: -12px;
    height: 100%;
}

.index_new_content .ul .li {
    width: 40.5%;
    padding: 0 12px;
}

.index_new_content>.ul>.small_new {
    width: 59.5%;
    padding: 0 12px;
}

.index_new_content>.ul>.small_new>ul {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -12px;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% + 24px);
}

.index_new_content>.ul>.small_new .new_list {
    width: 50%;
    height: 50%;
    padding: 12px;
}

.index_new_content .big_new {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.index_new_content .big_new .thumb {
    height: calc(100% - 188px);
    overflow: hidden;
}

.index_new_content .big_new .thumb i {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -o-transition: all 0.4 ease;
}

.index_new_content .big_n_cont {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    height: 188px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.80);
    transition: background-color .3s;
}

.big_n_cont .r_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    transition: all .4s;
}

.big_new:hover .big_n_cont .r_icon {
    width: 76px;
    height: 76px;
}

.big_n_cont .top {
    position: relative;
    padding-top: 16px;
}

.big_n_cont .top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 1px;
    background-color: var(--main-blue-color);
}

.big_n_cont .title {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
    height: 62px;
}

.big_n_cont .time {
    padding-left: 26px;
    background-image: url(../images/blue_time.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    color: var(--main-blue-color);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.big_new:hover .title {
    color: var(--main-blue-color);
}

.big_new:hover .time {
    background-image: url(../images/grey_time.svg);
    color: #666;
}

.index_new_content a:hover .thumb i {
    transform: scale(1.05);
}

.new_list a {
    position: relative;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    border-radius: 24px;

    overflow: hidden;
    z-index: 1;
}

.new_list a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.80);
    z-index: -2;
}

.new_list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    transition: width .4s;
    z-index: -1;
}

.new_list .top {
    position: relative;
    padding-top: 16px;
}

.new_list .top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 1px;
    background-color: var(--main-blue-color);
}

.new_list .title {
    color: var(--dark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_list .time {
    padding-left: 26px;
    background-image: url(../images/blue_time.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 18px 18px;
    color: var(--main-blue-color);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.new_list a:hover::before {
    width: 100%;
}

.new_list a:hover .title {
    color: var(--white-color);
}

.new_list a:hover .time {
    background-image: url(../images/white_time.svg);
    color: var(--white-color);
}

.new_list a:hover .top::before {
    background-color: var(--white-color);
}

@media all and (max-height: 800px) {
    .index_new_content .big_new .thumb {
        height: calc(100% - 200px);
    }

    .index_new_content .big_n_cont {
        height: 200px;
    }
}

@media all and (max-height: 700px) {
    .index_new_content .big_new .thumb {
        height: calc(100% - 180px);
    }

    .index_new_content .big_n_cont {
        height: 180px;
    }

    .index_new_content {
        padding-top: 20px;
        height: calc(100% - 140px);
    }

}

@media (max-width:1366px) {
    .index_new_content .big_new .thumb {
        height: calc(100% - 180px);
    }

    .index_new_content .big_n_cont {
        height: 180px;
        padding: 25px 32px;
    }

    .new_list a {
        padding: 25px 32px;
    }

}

@media (max-width:1280px) {

    .big_n_cont .top,
    .new_list .top {
        padding-top: 10px;
    }

    .new_list .title {
        font-size: 18px;
    }

}

@media (max-width:991px) {

    .index_news {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .index_new_content {
        padding-top: 36px;
        height: 400px;
    }

}

@media (max-width:767px) {
    .index_new_bg .my-container {
        height: auto;
    }

    .index_news {
        height: auto;
    }

    .index_new_bg .new_w_icon {
        align-items: flex-start;
    }

    .index_news .index_title {
        flex-wrap: wrap;
    }

    .index_news .index_title .right {
        padding-top: 25px;
    }

    .index_new_content {
        height: auto;
    }

    .index_new_content>.ul {
        flex-wrap: wrap;
    }

    .index_new_content .ul .li {
        width: 100%;
        padding-bottom: 24px;
    }

    .index_new_content>.ul>.small_new {
        width: 100%;
    }

    .index_new_content>.ul>.small_new .new_list {
        width: 100%;
        height: 200px;
    }

    .index_new_content .big_new .thumb {
        height: calc(100% - 160px);
    }

    .index_new_content .big_n_cont {
        height: 160px;
    }

    .index_new_content .big_n_cont,
    .new_list a {
        padding: 25px 20px;
    }

}

/* 第五屏 */
.index_last {
    padding: 100px 0;
}

.index_last_box {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;

}

.index_last_box .box {
    display: flex;
    position: relative;
    width: 477px;
    height: 400px;
    padding: 48px;
    margin-left: 12px;
    margin-right: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: #EEEFF4;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.index_last_box .box .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    z-index: -1;
}

.index_last_box .box .bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
}

.index_last_box .box .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    max-width: 280px;
    text-align: right;
    opacity: 0;
    display: none !important;
}

.index_last_box .box .inbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.index_last_box .box .inbox .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    color: #333;
    font-weight: 700;

}

.index_last_box .box .inbox .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.index_last_box .box .inbox .index_more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_last_box .box .inbox .index_more a {
    border-color: var(--main-color);
}

.index_last_box .box .inbox .index_more span {
    color: var(--main-color);
}

.index_last_box .box .inbox .index_more i {
    background-image: url(../images/more_blue.svg);
}

.index_last_box .box.act {
    width: calc(100% - 501px);
}

.index_last_box .box.act .bg {
    opacity: 1;
}

.index_last_box .box.act .title {
    color: var(--white-color);
    border-color: rgba(255, 255, 255, 0.20);
}

.index_last_box .box.act .text {
    color: var(--white-color);
}

.index_last_box .box.act .inbox .index_more a {
    border-color: var(--white-color);
}

.index_last_box .box.act .inbox .index_more span {
    color: var(--white-color);
}

.index_last_box .box.act .inbox .index_more i {
    background-image: url(../images/more_white.svg);
}

.index_last_box .box.act .inbox .index_more a:hover i {
    background-image: url(../images/more_blue.svg);
}

.index_last_box .box.act .icon {
    opacity: 1;
}

@media (max-width:1279px) {
    .index_last_box .box {
        width: 387px;
    }

    .index_last_box .box.act {
        width: calc(100% - 411px);
    }
}

@media (max-width:991px) {
    .index_last {
        padding: 80px 0;
    }

    .index_last_box .box {
        padding: 32px;
        width: 307px;
    }

    .index_last_box .box.act {
        width: calc(100% - 331px);
    }
}

@media (max-width:767px) {
    .index_last {
        padding: 60px 0 40px 0;
    }

    .index_last_box {
        flex-wrap: wrap;
    }

    .index_last_box .box {
        padding: 30px 20px;
        width: 100%;
        height: 360px;
        margin-bottom: 20px;
    }

    .index_last_box .box.act {
        width: 100%;
    }
}

/* footer */
.page_footer {
    position: relative;
}

.page_footer .foot_top_icon {
    position: absolute;
    top: -49px;
    width: 100%;
    z-index: 9;
}

/* about */
.about_first {
    width: 100%;
    min-height: 100vh;
}

.about_first .about_mask {
    height: auto;
}

.about_first .about_cont {
    min-height: 100vh;
    align-items: flex-start;
}

.about_first .about_cont .div {
    padding-top: 206px;
    padding-bottom: 50px;
}

.about_first .about_top {
    padding-bottom: 0;
}

.about_first .about_top .left {
    flex: inherit;
    margin-right: 0;
    max-width: 880px;
}

.about_first .about_text p {
    padding-bottom: 20px;
}

.about_first .about_mask::before {
    content: "";
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    max-height: 296px;
    background-image: url(../images/about_first_bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.about_first .about_top .title h4 {
    margin-bottom: 12px;
    color: var(--shallow--color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.about_first .about_text {
    padding-top: 0;
    margin-top: 48px;
    min-height: 220px;
}

.about_first .about_number {
    border-top: none;
}

.about_first .about_number ul {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.about_first .about_number ul li {
    width: 20%;
    padding: 12px;
}

.about_first .about_number ul li>div {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.about_first .about_number .info-detail p {
    max-width: inherit;

}

/* about_deve */
.about_deve {
    position: relative;
    width: 100%;

}

.a_deve_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.a_deve_background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(136deg, #1B2389 5.91%, #2782C5 84.35%);
    mix-blend-mode: multiply;
}

.about_deve::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-image: url(../images/deve_top.svg);
    background-repeat: no-repeat;
    background-position: top center;
}

.a_deve_right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.a_deve_right>.my-container {
    height: 100%;
}

.a_deve_right>.my-container>.pr {
    width: 100%;
    height: 100%;
}

.his_r_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.his_r_cont>.my-container {
    height: 100%;

}

.about_deve .a_deve_cont {
    position: relative;
    width: 100%;
    height: 100%;
}

.about_deve .a_deve_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    max-width: 557px;
    display: flex;
    align-items: flex-end;
}

.a_deve_title {
    padding-top: 60px;
    width: 39%;
    max-width: 570px;
}

.a_deve_title .page_title .text {
    padding-top: 16px;
    color: var(--white-color);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.historyMain {
    position: relative
}

.historyMain .historyYearBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.historyMain .historyYearBox .historyYear {
    margin-top: 48px;
    width: 39%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    font-size: 230px;
    height: -webkit-calc(190px * 3);
    height: calc(190px * 3);
    line-height: 1.2;
    color: var(--white-color);
    font-family: 'Montserrat';
    font-weight: 600;
}

.historyMain .historyYearBox .historyYear .Year {
    position: relative;
    text-align: right;
    z-index: 10
}

.historyMain .historyYearBox .historyYear .YearList {
    height: 190px;
    position: relative;
    z-index: 10
}

.historyMain .historyYearBox .historyYear .YearList .swiper-slide {
    color: #FFF;

    font-weight: 600;
    opacity: 0.1;
}

.historyMain .historyYearBox .historyYear .YearList .swiper-slide-active {
    opacity: 1;
}

.historyMain .historyYearBox .historyYear .roundBox {
    position: absolute;
    width: 444px;
    height: 444px;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%
}

.historyMain .historyYearBox .historyYear .roundBox svg {
    position: absolute;
    left: -18px;
    top: -18px;
    right: -18px;
    bottom: -18px
}

.historyMain .historyYearBox .historyYear .roundBox svg .path-loop {
    fill: none;
    stroke:var(--white-color);
    stroke-miterlimit: 10;
    stroke-width: 0.1px;
    opacity: 0.1;
}

.historyMain .historyYearBox .historyYear .roundBox svg .path-loop1 {
    fill: none;
    stroke: var(--white-color);
    stroke-miterlimit: 10;
    stroke-width: 0.1px;
    stroke-dashoffset: 157;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.historyMain .historyYearBox.historyYearFixed {
    position: fixed
}

.historyMain .historyYearBox.historyYearBottom {
    position: absolute;
    bottom: 0px;
    top: auto
}

.historyMain .historyTextBox {
    min-height: 100vh;
    position: relative;
    z-index: 30
}

.historyMain .historyTextBox .pageContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.historyMain .historyTextBox .historyText {
    width: 100%;
    padding: 20px 0px 40px
}

.historyMain .historyTextBox .historyText .list {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.historyMain .historyTextBox .historyText .list .time {
    display: flex;
    align-items: center;
    color: var(--white-color);
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    opacity: 0.6;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.historyMain .historyTextBox .historyText .list .time .year {
    font-size: 0;
}

.historyMain .historyTextBox .historyText .list .time span {
    margin-left: 4px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.historyMain .historyTextBox .historyText .list .desc {
    margin-top: 16px;
    font-size: 16px;
    color: #151515;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.historyMain .historyTextBox .historyText .list .desc p {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.6;
}

.historyMain .historyTextBox .historyText .list .imgBox {
    margin-top: 16px;
    max-width: 376px;
}

.historyMain .historyTextBox .historyText .list .imgBox img {
    display: block;
    width: 100%;
    border-radius: 16px;
}

.historyMain .historyTextBox .pageContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.historyMain .historyTextBox .historyText .list.cur .time,
.historyMain .historyTextBox .historyText .list.cur .desc p {
    opacity: 1;
}
@media (min-width:768px) {
    .historyMain .historyYearBox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .historyMain .historyYearBox .historyYear {
        width: 45%;
        font-size: 11.75vw;
        font-family: 'Montserrat';
        height: -webkit-calc(11.875vw * 3);
        height: calc(11.875vw * 3);
        line-height: 1.2
    }

    .historyMain .historyTextBox .historyText {
        width: 55%;
        padding: 45vh 0 12.5vw 6.125vw;
    }

    .historyMain .historyYearBox .historyYear .YearList {
        height: 11.875vw
    }

    .historyMain .historyYearBox .historyYear .Year {
        height: 11.875vw;
        width: 170px;
    }

    .historyMain .historyYearBox .historyYear .roundBox {
        width: 19.688vw;
        height: 19.688vw
    }

    .historyMain .historyYearBox .historyYear .roundBox svg {
        left: -1.125vw;
        top: -1.125vw;
        right: -1.125vw;
        bottom: -1.125vw
    }

}

@media (min-width:1200px) {

    .historyMain .historyYearBox .historyYear .YearList {
        height: 12.896vw
    }

    .historyMain .historyYearBox .historyYear .Year {
        height: 12.896vw;
        width: 270px;
    }

    .historyMain .historyYearBox .historyYear .roundBox {
        width: 23.2vw;
        height: 23.2vw
    }

    .historyMain .historyYearBox .historyYear .roundBox svg {
        left: -0.938vw;
        top: -0.938vw;
        right: -0.938vw;
        bottom: -0.938vw
    }
}

@media (max-width:991px) {

    .a_deve_title {
        padding-top: 50px;
        width: 100%;
        max-width: 570px;
    }
}

@media (max-width:767px) {
    .a_deve_background {
        height: 100%;
        background-attachment: fixed;
    }

    .about_deve .a_deve_icon {
        align-items: flex-start;
    }

    .his_r_cont {
        position: relative;
        height: auto;
    }

    .a_deve_title {
        padding-top: 50px;
        width: 100%;
        max-width: 570px;
    }
    .historyMain .historyTextBox .historyText .list .time {
        font-size: 20px;
    }
    .historyMain .historyTextBox .historyText .list .time span {
        font-size: 18px;
    }
    .historyMain .historyTextBox .historyText .list .desc {
        margin-top: 10px;
    }
}

/* culture */
.about_culture {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about_culture::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 25, 101, 0.40) 0%, #001965 100%);
}

.a_culture_box .culture_title {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.page_title {}

.page_title .s_t {
    margin-bottom: 16px;
    color: var(--shallow--color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.page_title .big_t {
    color: var(--white-color);
}

.page_title .big_t h2 {
    font-weight: 400;
}

.page_title .big_t h3 {
    font-weight: 700;
}

.page_title .big_t h2,
.page_title .big_t h3 {
    line-height: 1.5;
}

.culture_title .icon {
    padding-top: 24px;
}

.a_culture_box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.a_culture_box .ul {
    width: 100%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.a_culture_box .ul ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.a_culture_box .ul>ul>li {
    position: relative;
    padding-top: 550px;
    padding-bottom: 175px;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    width: 33.33%;

    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.a_culture_box .ul>ul>li>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a_culture_box .ul>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(23, 159, 217, 0.00) 0%, #179FD9 100%);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
}

.a_culture_box .ul .icon_cicle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
}

.a_culture_box .ul .icon_cicle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.30);
    border-radius: 50%;
    transition: all 0.5s;
    z-index: -1;
}

.a_culture_box .ul .t {
    padding-top: 24px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.5;
}

.a_culture_box .ul .line {
    margin-top: 24px;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
}

.a_culture_box .ul .des {
    margin-top: 24px;
    min-height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.a_culture_box .ul li:hover .icon_cicle::before {
    width: 100%;
    height: 100%;
}

@media (min-width:768px) {
    .a_culture_box .ul>ul>li:hover::before {
        opacity: 1;
    }

}

@media (max-height:850px) {
    .about_first .about_text {
        min-height: 220px;
    }

    .about_first .about_number {
        padding-top: 40px;
    }

    .a_culture_box .ul>ul>li {
        padding-top: 465px;
    }



}

@media (max-height:800px) {
    .about_first .about_text {
        min-height: 200px;
    }

}


@media (max-width:991px) {
    .about_first .about_text {
        min-height: inherit;
    }

    .about_first .about_top .left {
        padding-bottom: 0;
    }

    .about_first .about_number ul li {
        width: 33.33%;
    }

    .a_culture_box .ul>ul>li {
        padding-top: 400px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .a_culture_box .ul .icon_cicle {
        width: 70px;
        height: 70px;
        padding: 14px;
    }

    .a_culture_box .ul .des {
        font-size: 18px;
    }

}

@media (max-width:767px) {

    .about_first .about_cont .div {
        padding-top: 120px;
        padding-bottom: 0;
    }

    .about_first .about_number ul li {
        width: 50%;
    }

    .about_first .about_number ul li>div {
        padding-bottom: 16px;
    }

    .a_culture_box {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .a_culture_box .culture_title {
        position: relative;
        top: 0;

    }
    .culture_title .icon img {
        width: 40px;
    }
    .a_culture_box .ul {
        border: none;
    }

    .a_culture_box .ul ul {
        flex-wrap: wrap;
    }

    .a_culture_box .ul>ul>li {
        padding: 30px 0;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .a_culture_box .ul .icon_cicle {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .a_culture_box .ul .line {
        margin-top: 16px;
    }
    .a_culture_box .ul .t {
        padding-top: 16px;
    }
    .a_culture_box .ul .des {
        margin-top: 16px;
        min-height: inherit;
        font-size: 16px;
    }


}

/* page */
.page_menu {
    width: 100%;
    /* display: flex;
    align-items: center; */
}

.page_menu>.my-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_menu_list {}

.page_menu_list ul {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
}

.page_menu_list ul li {
    padding: 0 20px;
}

.page_menu_list ul li a {
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 25px;
    color: var(--dark-color);

    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.page_menu_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background: var(--main-blue-color);
    opacity: 0;
    transition: width 0.5s;
}

.page_menu_list ul li.active a,
.page_menu_list ul li a:hover {
    color: var(--main-blue-color);
}

.page_menu_list ul li.active a::before,
.page_menu_list ul li a:hover::before {
    width: 100%;
    opacity: 1;
}

.location {
    order: 2;
    display: flex;
    align-items: center;
}

.location a {
    margin-right: 10px;
    line-height: 20px;
}

.location a:first-child {
    width: 20px;
    height: 20px;
    background-image: url(../images/home_icon_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    font-size: 0;
}

.grey_location a:first-child {
    background-image: url(../images/home_icon.svg);
}

.location a:nth-child(n + 2) {
    padding-right: 18px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-weight: 400;
    background-image: url(../images/page_jt_w.svg);

    background-repeat: no-repeat;
    background-position: right;
    background-size: 8px 13px;
}

.grey_location a:nth-child(n + 2) {
    color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/page_jt.svg);
}

.location a:nth-child(n + 2):hover {
    color: rgba(255, 255, 255, 0.8);
}

.grey_location a:nth-child(n + 2):hover {
    color: rgba(0, 0, 0, 0.5);
}


.location a:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}

@media (max-width:1366px) {
    .page_menu_list ul {
        margin-left: -16px;
        margin-right: -16px;
    }

    .page_menu_list ul li {
        padding: 0 16px;
    }

}

@media (max-width:1280px) {
    .page_menu_list ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .page_menu_list ul li {
        padding: 0 10px;
    }

}

@media (max-width:991px) {
    .page_menu>.my-container {
        flex-wrap: wrap;
    }

    .page_menu_list {
        width: 100%;
    }

    .location {
        padding-top: 20px;
        padding-bottom: 25px;
        width: 100%;

        order: inherit;
    }

    .page_menu_list ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
  
    .page_menu_list ul li a {
        padding-top: 14px;
        padding-bottom: 15px;
    }


}

@media (max-width:767px) {
    .location a {
        margin-right: 6px;
    }

    .location a:nth-child(n + 2) {
        padding-right: 12px;
    }

    .location a:nth-child(n+2) {
        font-size: 12px;
    }
    .page_menu_list {
        display:none;
    }
    .page_menu_list ul li {
        padding: 0 10px;
        padding-bottom: 10px;
    }
    .page_menu_list ul li a {
        padding-top: 5px;
        padding-bottom: 0px;
        margin-bottom: 5px;
        font-size: 16px;
    }

}

/*page*/
.paged {
    padding: 30px 0 30px 0;
    text-align: center;
    overflow: hidden;
}

.paged .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paged .pagination li {
    display: inline-block;
}

.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.paged span,
.paged a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    padding: 4px;
    height: 48px;
    width: 48px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 55px;
    /* border: 1px solid #CCC; */
    background-color: var(--white-color);
}

.paged a:hover,
.paged .active span {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.paged ul li:first-child span,
.paged ul li:last-child a,
.paged ul li:first-child a,
.paged ul li:last-child span {
    width: 48px;
    height: 48px;
}

.paged a:hover svg path {
    stroke: var(--white-color);
}

@media (max-width:767px) {
    .paged {
        padding: 30px 0 30px 0;
    }

    .paged span,
    .paged a {
        font-size: 14px;
        padding: 0 5px;
        margin: 0 2px;
        width: 40px;
        height: 40px;
    }

    .paged ul li:first-child span,
    .paged ul li:last-child a,
    .paged ul li:first-child a,
    .paged ul li:last-child span {
        width: 40px;
        height: 40px;
    }

}

/* product */
.page_banner {
    position: relative;
    height: 580px;
    width: 100%;
}

.page_banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    mix-blend-mode: multiply;
}

.page_banner .ban_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page_banner .ban_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_banner .page_ban_text {
    width: 100%;
    height: 100%;
}

.page_banner .page_ban_text {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 9;
}

.page_banner .page_ban_text h2 {
    color: var(--white-color);

    font-weight: 400;
    line-height: 1.58;
}

.page_banner .page_ban_text h3 {
    padding-top: 10px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}

.page_content {
    position: relative;
    margin-top: -80px;
    min-height: 55vh;
    z-index: 9;
}

.pro_box_n {
    border-radius: 24px 24px 0px 0px;
    background-color: #F1F8FD;
}

.bg_left_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    max-width: 944px;
    max-height: 450px;
    background-image: url(../images/pro_left_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

.product_title {
    padding-top: 48px;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.product_n_box .product_left {
    width: 352px;
}

.product_n_box .product_right {
    flex: 1;
    padding-left: 24px;
}

.product_n_box {
    padding-top: 40px;
    padding-bottom: 80px;
}

.pro_search form {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    background: var(--white-color);
    backdrop-filter: blur(8px);
}

.pro_search .input {
    width: calc(100% - 24px);
    height: 24px;
    background-color: transparent;
    font-size: 16px;
    color: var(--dark-color);
    outline: 0;
}

.pro_search .submit {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../images/search_grey.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.pro_search .input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

.pro_search .input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

.pro_search .input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

.pro_search .input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}


.pro_left_menu {
    position: sticky;
    width: 100%;
    top: 100px;
}

.pro_left_menu .p_m_border {
    position: relative;
    margin-top: 16px;
    padding: 24px;

    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F1F8FD;
}

.p_m_title .t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 28px;
}

.p_m_title.active .t {
    color: var(--main-color);
}

.p_m_title .p_m_button {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.p_m_title .p_m_button i {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/plus_close.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.p_m_title.active .p_m_button i {
    background-image: url(../images/plus_open.svg);
}

.pro_sort .pro_sort_loop {
    padding-top: 16px;
    width: 100%;
}

.pro_sort ul>li {
    position: relative;
    padding-top: 16px;
}


.pro_sort ul>li>a {
    display: block;
    position: relative;
    width: 100%;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition: all 0.4s;
}

.pro_sort ul>li>a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    background-image: url(../images/down_menu_grey.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
    transition: background-color 0.4s;
}

.pro_sort ul>li.active>a,
.pro_sort ul>li>a:hover {
    color: var(--main-blue-color);
}

.pro_sort ul>li.active>a:after,
.pro_sort ul>li>a:hover:after {
    background-color: var(--main-blue-color);
    background-image: url(../images/down_menu_white.svg);
}

.pro_department_loop {
    display: none;
}

.pro_department .reset {
    opacity: 0;
    margin-right: 16px;
}

.pro_department .reset a {
    color: var(--main-blue-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.pro_department .reset.active {
    opacity: 1;
}

.pro_left_menu .pro_department {
    padding-right: 0;
}

.pro_left_menu .pro_department .p_m_title {
    padding-right: 24px;
}

.pro_department_loop {
    margin-top: 16px;
    height: 156px;
    overflow-y: auto;
}

.pro_department_loop::-webkit-scrollbar {
    width: 4px;
    height: 2px
}

.pro_department_loop::-webkit-scrollbar-button:vertical {
    display: none
}

.pro_department_loop::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}

.pro_department_loop::-webkit-scrollbar-thumb {

    border-radius: 30px;
    background: var(--main-color);
}

.pro_department_loop .li:first-child {
    margin-top: 0;
}

.pro_department_loop .li {
    margin-top: 16px;
    padding-right: 24px;
}

.pro_department_loop .li a {
    display: block;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/department_no_select.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.pro_department_loop .li.current a {
    background-image: url(../images/department_select.svg);
}

.product_right .pro_r_list {
    padding-bottom: 14px;
}

.pro_r_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.pro_r_list ul li {
    width: 33.33%;
    padding: 12px;
}

.pro_r_list ul li:first-child,
.pro_r_list ul li:nth-child(2),
.pro_r_list ul li:nth-child(3) {
    padding-top: 0;
}

.pro_r_list .list {
    position: relative;
    padding-top: 13px;
    display: block;
    border-radius: 16px;
    background: #FFF;
    transition: all 0.4s ease;
    z-index: 1;
}

.pro_r_list .list .pro_img {
    padding: 13px 19px;
    padding-top: 0;
    overflow: hidden;
    padding-top: 20px;
}

.pro_r_list .list .pro_img i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transition: transform .6s;
}

.pro_r_list .list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/pro_icon_w.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.pro_r_list .pro_info {
    padding: 24px 24px 32px 24px;
}

.pro_r_list .pro_info .t {
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    display: inline-block;white-space: nowrap;width: 100%;overflow: hidden;text-overflow:ellipsis;
}

.pro_r_list .pro_info .more {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: none;
}

.pro_r_list .pro_info .more i {
    margin-left: 8px;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../images/more_grey.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.pro_r_list .list:hover {
    /* background: linear-gradient(180deg, #FFF 0%, #2782C5 100%); */
    background: url(../images/pro_hoverbg.png); 
    box-shadow: 0px 0px 24px 0px rgba(27, 35, 137, 0.10);
}


.pro_r_list .list:hover::before {
    opacity: 1;
}

.pro_r_list .list:hover .pro_img i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.pro_r_list .list:hover .t {
    color: var(--white-color);
}

.pro_r_list .list:hover .more {
    color: var(--white-color);
}

.pro_r_list .list:hover .more i {
    background-image: url(../images/more_white.svg);
}

.pro_list_bottom {
    position: relative;
    padding-top: 166px;
    padding-bottom: 146px;
    display: flex;
    width: 100%;
}
.pro_list_bottom .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pro_list_bottom .bg::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
background: #040D28;
}
.pro_list_bottom .my-container {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.pro_list_bottom .t {
    padding-bottom: 30px;
    text-align: center;
    color:var(--white-color);
font-weight: 700;
line-height: 1.5;
transition: all 0.4s ease;
}
.pro_r_list .list:hover .t{
    height: 60px!important;
    display: inline-block!important;
    white-space:break-spaces!important;
    transition: all 0.4s ease;
}

@media (max-width:991px) {
    .page_banner {
        height: 480px;
    }

    .product_title {
        padding-top: 20px;
    }

    .product_n_box .product_left {
        width: 290px;
    }

    .pro_r_list ul li {
        width: 50%;
    }

}

@media (max-width:767px) {
    .page_banner {
        height: 400px;
    }
    .page_banner .page_ban_text h3 {
        font-size: 22px;
    }
    .pro_left_menu {
        position: relative;
        top: 0;
    }

    .product_n_box {
        flex-wrap: wrap;
    }

    .product_n_box .product_left {
        width: 100%;
    }

    .product_n_box .product_right {
        flex: inherit;
        padding-left: 0;
        padding-top: 30px;
        width: 100%;

    }

    .pro_search form {
        padding: 16px 20px;
    }

    .pro_left_menu .p_m_border {
        margin-top: 16px;
        padding: 16px 20px;
    }

    .pro_sort .pro_sort_loop {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding-top: 10px;
        z-index: 9;
    }

    .pro_sort .pro_sort_loop>ul {
        position: relative;
        padding: 0 20px 16px 20px;
        border-radius: 16px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #F1F8FD;
        max-height: 188px;
        overflow-y: auto;
    }

    .pro_sort .pro_sort_loop::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid rgba(0, 0, 0, 0.10);
    }

    .pro_left_menu .pro_department .p_m_title {
        padding-right: 0;
    }

    .pro_department_loop {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: 0;
        padding-top: 10px;
        height: auto;
        z-index: 9;
    }

    .pro_department_loop>ul {
        position: relative;
        padding: 16px 20px 16px 20px;
        border-radius: 16px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #F1F8FD;
        height: 188px;
        overflow-y: auto;
    }

    .pro_department_loop::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid rgba(0, 0, 0, 0.10);
    }

    .pro_r_list ul li:first-child,
    .pro_r_list ul li:nth-child(2),
    .pro_r_list ul li:nth-child(3) {
        padding-top: 12px;
    }

}

@media (max-width:540px) {
    .pro_r_list ul li {
        width: 100%;
    }

}

/*pro deatail*/
.pro_detail_box {
    overflow: hidden;
}

.pro_xq_top {
    position: relative;

    width: 100%;
    background-color:#f1f8fd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
	opacity: 0.8;
}

.pro_xq_top:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 80%;
    max-width: 676px;
    max-height: 560px;
    background-image: url(../images/pro_xq_left_bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: -1;
}

.pro_xq_top::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 80%;
    max-width: 964px;
    max-height: 580px;
    background-image: url(../images/pro_xq_right_bg.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: -1;
}

.pro_xq_top .my-container {
    height: 100%;
}

.pro_xq_top .xq_top_n {
    padding-top: 124px;
    width: 100%;
    height: 100%;
    position: relative;
}

.pro_xq_top .xq_top_n .xq_w_icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 576px);
    max-width: 656px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.xq_top_one {
    overflow: hidden;
}

.xq_top_one .location {
    float: right;
}

.xq_top_one .w100 {
    width: 100%;
    float: left;
}

.xq_top_one .back_list a {
    display: flex;
    width: 140px;
    height: 50px;
    padding: 16px 24px 16px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.xq_top_one .back_list a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-image: url(../images/xq_back_grey.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 30px;
}

.xq_top_one .back_list a:hover {
    border: 1px solid #0AA8EC;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
}

.xq_top_one .back_list a:hover span {
    color: var(--white-color);
    background-image: url(../images/xq_back_w.svg);
}

.xq_top_two {
    display: flex;
    padding-top: 18px;
    padding-bottom: 170px;
    align-items: center;
    justify-content: space-between;
}

.xq_top_two .top_two_l {
    order: 2;
    width: 576px;
    flex-shrink: 0;
}

.xq_top_two .top_two_r {
    width: calc(100% - 576px);
    margin-right: 30px;
    max-width: 656px;
}

.top_two_l .a_small_t {
    color: var(--main-blue-color);
    font-weight: 400;
    line-height: 26px;
}

.top_two_l .top_tedian {
    padding-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.top_two_l .a_small_t span {
    position: relative;
    padding-top: 8px;
    font-style: normal;
}

.top_two_l .a_small_t span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 1px;
    background: var(--main-blue-color);
}

.top_two_l .top_t_big {
    padding-top: 24px;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1.4;
}

.top_two_l .two_l_button {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.xq_pic_loop {
    width: 100%;
}

.xq_pic_loop .swiper-slide i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.xq_pro_title {
    width: 100%;
    background: #FFF;
    opacity: 0;
    height: 0;
}

.xq_pro_title .strong {
    padding: 26px 0;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}


.xq_pro_cont {
    position: relative;
    padding: 20px 0 70px 0;
    background: var(--white-color);
    z-index: 1;
}

.pro_two_w {
    position: absolute;
    top: 0;
    left: 10%;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.xq_pro_top {
    position: relative;
    margin-top: -120px;
}

.xq_pro_top::before {
    content: "";
    position: absolute;
    left: -70px;
    width: calc(100% + 140px);
    top: 0;
    height: 120px;
    border-radius: 24px 24px 0px 0px;
    background: #FFF;
    z-index: -1;
}

.xq_pro_tone {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.xq_pro_tone .pro_tone_tit {
    width: 350px;
    flex-shrink: 0;
}

.xq_pro_tone .pro_tone_r {
    width: calc(100% - 350px);
}

.pro_tone_r .tone_r_t {
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pro_tone_r .table {
    margin-top: 24px;
    margin-bottom: 40px;
    width: 100%;
    overflow-x: auto;
}

.pro_tone_r .table::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

.pro_tone_r .table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

.pro_tone_r .table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

.pro_tone_r .table th,
.pro_tone_r .table td {
    border: 0;
    padding: 16px;
    color: var(--dark-color);
    /* font-family: Microsoft YaHei; */
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    background: #F1F8FD;
    min-width: 146px;
}

.pro_tone_r .table th:hover,
.pro_tone_r .table td:hover {
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    color: #fff;
}

.pro_tone_r.text p {
    position: relative;
    padding-left: 14px;
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.pro_tone_r.text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background-color: var(--dark-color);
    border-radius: 50%;
}

.pro_tone_tit h3 {
    position: relative;
    padding-bottom: 16px;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1.2;
}

.pro_tone_tit h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/pro_line.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 31px;
    height: 4px;
}

.xq_pro_position {
    position: relative;
    padding-top: 24px;
    padding-bottom: 120px;
    background: #F1F8FD;
    overflow: hidden;
}



.xq_positon_bottom {
    position: relative;
    margin-top: 30px;
    z-index: 8;
}

.xq_positon_bottom .container .pro-like {
    overflow: initial;
}

.xq_positon_bottom .pro_list_loop {
    margin-top: 32px;
}

.xq_pro_bottom {
    padding-bottom: 80px;
    border-bottom: none;
}

@media (max-width:1580px) {

    .pro_tone_r .table th,
    .pro_tone_r .table td {
        min-width: 114px;
    }

}

@media (max-width:1366px) {

    .pro_tone_r .table th,
    .pro_tone_r .table td {
        min-width: inherit;
    }

}

@media (max-width:1279px) {
    .xq_pro_tone .pro_tone_tit {
        width: 300px;
    }

    .xq_pro_tone .pro_tone_r {
        width: calc(100% - 300px);
    }

    .xq_top_two .top_two_l {
        width: 520px;
        min-width: 520px;
    }

    .pro_xq_top .xq_top_n .xq_w_icon,
    .xq_top_two .top_two_r {
        width: calc(100% - 520px);
    }



}

@media (max-width:991px) {

    .xq_pro_top::before {
        left: -30px;
        width: calc(100% + 60px);
        height: 120px;
    }

    .xq_top_two {
        display: block;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .xq_top_two .top_two_l {
        width: 100%;
        min-width: inherit;
    }

    .xq_top_two .top_two_r {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .xq_pro_bottom {
        padding-bottom: 40px;
    }


}

@media (max-width:767px) {
    .pro_xq_top .xq_top_n {
        padding-top: 80px;
    }

    .xq_pro_top {
        margin-top: -80px;
        padding-top: 25px;
    }

    .xq_pro_top::before {
        left: 0;
        width: 100%;
        height: 80px;
    }

    .xq_top_one {
        display: block;

    }
    .xq_top_one .back_list {
        display: none;
    }
    .top_two_l .two_l_button {
        display: none;
    }
    .xq_pro_tone {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pro_tone_r .tone_r_t {
        font-size: 16px;
    }

    .xq_pro_tone .pro_tone_r {
        width: 100%;
        margin-top: 30px;
    }

    .pro_tone_r .table th,
    .pro_tone_r .table td {
        /* padding: 10px; */
        font-size: 14px;
        min-width: 100px;
    }
    
.xq_pro_cont {
    padding: 20px 0 50px 0;
}
.xq_pro_position {
    padding-bottom: 100px;
}
}


/* 详情翻页 */
.like-pagination {
    padding-top: 30px;
    bottom: inherit;
}

.blue-pagination {
    text-align: center;
}

.blue-pagination span {
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.20);
    opacity: 1;
}

.blue-pagination span.swiper-pagination-bullet-active {
    border-radius: 40px;
    width: 20px;
    background: var(--main-color);
}

@media (max-width:991px) {

    .like-pagination {
        display: block !important;
    }

}

/* 底部分享 */
.new_xqfx {
    text-align: center;
}

.new_xqfxtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}

.new_xqfxbox {
    display: flex;
    justify-content: center;
}

.new_xqfxbox span {
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
}

.new_xqfxbox span img:nth-child(2) {
    display: none;
}

.new_xqfxbox img:last-child {
    margin-right: 0;
}

.new_xqfxbox span:hover {
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    border-color: var(--white-color);
}

.new_xqfxbox span:hover img:first-child {
    display: none;
}

.new_xqfxbox span:hover img:nth-child(2) {
    display: inline-block;
}

.new_xqfxbox {
    margin-bottom: 48px;
}

.new_page {
    display: flex;
    align-items: center;
    justify-content: center;
}


.newxq_prev span,
.newxxq_next span {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newxq_prev span {
    text-align: right;
}

.newxq_prev span em,
.newxxq_next span em {
    font-style: normal;
    margin-left: 16px;
}

.newxq_list,
.newxq_prev,
.newxxq_next {
    padding: 16px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F1F8FD;

    border-radius: 70px;

    font-size: 16px;
    cursor: pointer;
}

.newxq_list {
    justify-content: center;
    background: #F0F5F9;

}

.newxq_prev svg {
    margin-right: 16px;
}

.newxxq_next svg {
    margin-left: 16px;
}

.newxq_list::after {
    content: '';
    height: 80%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    left: -40px;
}

.newxq_list::before {
    content: '';
    height: 80%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    right: -40px;
}

.newxq_list {
    margin-left: 34px;
    margin-right: 34px;
    position: relative;
}

.newxq_list svg {
    margin-left: 16px;
}

.newxq_prev {
    margin-right: 34px;
}

.newxxq_next {
    margin-left: 34px;
}

.newxq_prev:hover span {
    color: #fff;
    transition: .3s;
}

.newxq_prev:hover {
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    transition: .3s;
}

.newxxq_next:hover {
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    transition: .3s;
}

.newxq_prev:hover svg path {
    stroke: #fff;
    transition: .3s;
}

.newxxq_next:hover span {
    color: #fff;
    transition: .3s;
}

.newxxq_next:hover svg path {
    stroke: #fff;
    transition: .3s;
}

.newxq_list:hover {
    background: var(--main-color);
    color: #FFF
}

.newxq_list:hover a {
    color: #fff;
}

.newxq_list:hover svg path {
    stroke: #fff;
    transition: .3s;
}

.article_postion {
    padding: 70px 0;
    background-color: #F0F5F9;
}

.article_postion .new_xq_swiper {
    padding-bottom: 40px;
}

.article_postion .new-xq-pagination {
    position: absolute;
    text-align: center;
    bottom: 0;
}

@media (max-width:767px) {
    .article_text .des span:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }

    .article_box {
        padding-top: 30px;
    }

    .new_page {
        flex-wrap: wrap;
    }

    .newxq_list,
    .newxq_prev,
    .newxxq_next {
        padding: 10px 16px;
        font-size: 12px;
        margin: 0;
    }

    .newxq_prev span,
    .newxxq_next span {
        font-size: 12px;
    }

    .newxq_list {
        margin-left: 5px;
        margin-right: 5px;
    }

    .newxq_list svg {
        margin-left: 4px;
        width: 16px;
    }

    .newxq_prev svg {
        margin-right: 4px;
        width: 16px;
    }

    .newxxq_next svg {
        margin-left: 4px;
        width: 16px;
    }

    .newxq_list::before,
    .newxq_list::after {
        display: none;
    }

    .newxq_prev span {
        font-size: 12px;
    }

    .new_xqfxbox {
        margin-bottom: 30px;
    }

    .new_xqfxbox span {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        padding: 12px;
    }

}

.pro_xq_down .new_page {
    justify-content: space-between;
}

.pro_xq_down .newxq_list {
    width: 278px;
}

.pro_xq_down .new_page a:first-child,
.pro_xq_down .new_page a:nth-child(3) {
    width: calc(50% - 220px);
}

.pro_xq_down .newxq_prev {
    margin-right: 0;
}

.pro_xq_down .newxxq_next {
    margin-left: 0;
}

.pro_xq_down .newxq_prev,
.pro_xq_down .newxxq_next {
    padding: 16px 32px;
}


.pro_xq_down .newxq_list {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    background: #F1F8FD;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}

.pro_xq_down a:hover .newxq_list {
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
}

@media (max-width:991px) {

    .pro_xq_down .newxq_list {
        width: 200px;
    }

    .pro_xq_down .new_page a:first-child,
    .pro_xq_down .new_page a:nth-child(3) {
        width: calc(50% - 180px);
    }

    .newxq_list {
        margin-left: 20px;
        margin-right: 20px;
    }


}

@media (max-width:767px) {

    .pro_xq_down .newxq_prev,
    .pro_xq_down .newxxq_next {
        padding: 12px 15px;
    }

    .pro_xq_down .new_page a:first-child,
    .pro_xq_down .new_page a:nth-child(3) {
        width: calc(50% - 10px);
    }

}

/* new list */
.new_top_box {
    padding: 55px 0;
    overflow: hidden;
}

.new_top_box .new_top_left {
    width: 50%;
}

.new_top_left .new_swiper {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.new_swiper .new_swiper_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new_swiper .new_swiper_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.new_swiper_mask {
    position: absolute;
    left: 0;
    bottom: -84px;
    display: flex;
    width: 100%;
    padding: 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    transition: all 0.4s;
}

.new_swiper a:hover .new_swiper_img img {
    transform: scale(1.05);
}

.new_top_left .time {
    padding-left: 26px;
    width: 100%;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/time_white.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.new_top_left .new_top_bottom {
    padding-top: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_top_left .new_top_bottom .t {
    flex: 1;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;

    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.new_swiper .new-pagination {
    position: absolute;
    right: 24px;
    top: 24px;
    bottom: inherit;
    width: auto;
    text-align: right;
    z-index: 9;
}

.new_pagination span {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.50);
    opacity: 1;
    margin: 0 4px;
}

.new_pagination span.swiper-pagination-bullet-active {
    background-color: var(--white-color);
    border-radius: 4px;
    width: 20px;
}

.new_top_left .button {
    padding-top: 24px;
    opacity: 0;
    transition: opacity 0.4s;
}

.new_swiper a:hover .new_swiper_mask {
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(39, 130, 197, 0.00) 0%, #2782C5 100%);
}

.new_top_left a:hover .button {
    opacity: 1;
}

.new_top_right {
    margin-left: 24px;
    width: calc(50% - 24px);
}

.new_top_right>ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
}

.new_top_right>ul>li {
    width: 50%;
    padding: 0 12px;
}

.new_top_right>ul>li:nth-child(2) a {
    position: relative;
    display: block;
    height: 466px;
}

.new_top_right>ul>li>.ul {
    height: 100%;
}

.new_top_right>ul>li>.ul>ul {
    height: 100%;
}

.new_top_right>ul>li>.ul>ul>li {
    height: 50%;
}

.new_top_right>ul>li>.ul>ul>li>a {
    display: block;
    height: 100%;
}

.new_top_right>ul>li>.ul>ul>li:first-child {
    padding-bottom: 12px;
}

.new_top_right>ul>li>.ul>ul>li:nth-child(2) {
    padding-top: 12px;
}

.new_top_right a {
    padding: 30px 32px;
    border-radius: 24px;
    background-color: var(--white-color);

}

.new_public_list a {
    position: relative;
    z-index: 1;
}

.new_public_list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.new_public_list .time {
    padding-left: 26px;
    color: var(--main-blue-color);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    background-image: url(../images/blue_time.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0 3px;
}

.new_public_list .t {
    height: 56px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 28px;
}

.new_top_right .t {
    margin-top: 8px;
}

.new_public_list a .icon {
    position: absolute;
    left: 32px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(8px);
}

.new_public_list a .icon i {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/more_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.new_top_right a .icon {
    bottom: 30px;
}

.new_public_list a:hover::before {
    opacity: 1;
}

.new_public_list a:hover .time {
    color: var(--white-color);
    background-image: url(../images/white_time.svg);
}

.new_public_list a:hover .t {
    color: var(--white-color);
}

.new_public_list a:hover .icon {
    border-color: var(--white-color);
    background-color: var(--white-color);
}

.new_top_right .des {
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_top_right a:hover .des {
    color: rgba(255, 255, 255, 0.80);
}

.new_list_box {
    position: relative;
    padding-bottom: 100px;
    min-height: 50vh;
    background-color: var(--white-color);
    z-index: 1;
}

.new_list_box_list {
    padding-top: 28px;
}

.new_list_box_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.new_list_box_list ul li {
    width: 33.33%;
    padding: 12px;
}

.new_list_box_list a {
    display: block;
    padding: 32px;

    border-radius: 24px;
    background: #F1F8FD;
    backdrop-filter: blur(8px);
}

.new_list_box_list .t {
    margin-top: 20px;
}

.new_list_box_list .des {
    margin-top: 8px;
    margin-bottom: 112px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
}

.new_list_box_list a .icon {
    bottom: 32px;
}

.new_list_box_list a:hover .des {
    color: rgba(255, 255, 255, 0.80);
}

.new_box .paged span,
.new_box .paged a {
    border-color: var(--white-color);
    background-color: var(--white-color);
}

.new_box .paged a:hover,
.new_box .paged .active span {
    background-color: var(--main-color);
    border-color: var(--main-color);
}


@media (max-width:1279px) {
    .new_swiper_mask {
        padding: 32px 20px;
    }

    .new_top_right a {
        padding: 30px 20px;
    }

    .new_list_box_list a {
        padding: 30px 20px;
    }

    .new_top_right a .icon {
        bottom: 20px;
    }

    .new_list_box_list a .icon {
        bottom: 20px;
    }

}

@media (max-width:767px) {

    .new_top_box {
        padding:10px 0 35px 0;
        flex-wrap: wrap;
    }

    .new_top_box .new_top_left {
        width: 100%;
        height: 350px;
    }
.new_top_left .new_top_bottom .t {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
    .new_top_right {
        margin-left: 0;
        padding-top: 12px;
        width: 100%;
    }

    .new_top_right>ul {
        flex-wrap: wrap;
    }

    .new_top_right>ul>li {
        width: 100%;
        padding: 12px;
    }

    .new_top_right a {
        padding: 20px 20px;
    }
    .new_top_right .des {
        display: none;
    }
    .new_list_box_list a {
        padding: 20px 20px;
    }

    .new_public_list a .icon {
        margin-top: 25px;
        position: relative;
        bottom: inherit;
        left: inherit;
    }

    .new_top_right>ul>li:nth-child(2) a {
        height: auto;
    }

    .new_list_box_list ul li {
        width: 50%;
    }

    .new_list_box {
        padding-top: 20px;
        padding-bottom: 70px;

    }
    .new_list_box_list .des {
        margin-bottom: 40px;
    }


}

@media (max-width:540px) {
    .new_list_box_list ul li {
        width: 100%;
    }

}


/* article */
.article_mask {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.article_mask>.my-container {
    height: 100%;
}

.article_mask>.my-container>div:first-child {
    position: relative;
    padding-top: 120px;
    width: 100%;
    height: 100%;
}

.article_text {
    position: absolute;
    left: 0;
    margin-top: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.article_text .t {
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.article_text .des {
    padding-top: 24px;
}

.article_text .des span {
    display: inline-block;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_text .des span:nth-child(2) {
    margin-left: 16px;
    margin-right: 16px;
}

.article_text .des span:nth-child(3) {
    font-family: 'Montserrat';
}

.article_box {
    max-width: 1196px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 98px;
}

.article_content {
    padding-bottom: 52px;
    margin-bottom: 48px;
    border-bottom: 1px solid #ECECEC;
}

.article_content p {
    padding-bottom: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.article_content p:last-child {
    padding-bottom: 0;
}

.article_content p img,
.article_content video {
    display: block;
    border-radius: 24px;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.new_po_box {
    position: relative;
}

.new_po_box:after {
    content: "";
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    right: -100%;
    background-image: url(../images/new_po_rbg.svg);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 9;
}

.new_po_swiper {
    overflow: visible;
}

.new_po_swiper .new_list_box_list {
    padding-top: 0;
}

.new_po_swiper a {
    background: var(--white-color);
}

.new_po_swiper .new_list_box_list .des {
    margin-bottom: 108px;
}

@media (max-width:991px) {
    .article_mask>.my-container>div:first-child {
        padding-top: 100px;
    }

    .article_text {
        margin-top: 30px;
    }


}

@media (max-width:767px) {
    .article_text {
        margin-top: 20px;
        position: relative;
        top: inherit;
        transform: inherit;
    }
    .article_mask>.my-container>div:first-child {
        padding-top: 80px;
    }

    .article_box {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .article_content {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .new_po_swiper .new_list_box_list .des {
        margin-bottom: 60px;
    }

}

/* development */
.deve_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000;
    z-index: 9;
}

.p_about_top .deve_top {
    position: relative;
    padding-top: 114px;
    height: 100%;
    z-index: 9;
}

.p_about_top .deve_top .my-container {
    height: 100%;
}

.deve_top .deve_top_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 150px);
}

.deve_top_cont .deve_top_icon {
    padding-bottom: 40px;
}

.deve_top_cont .deve_top_icon img {
    max-width: 78px;
}

.deve_top .deve_top_cont .big_t {
    color: var(--white-color);
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

.deve_top .deve_top_cont .deve_text {
    padding-top: 24px;
    padding-bottom: 40px;
}

.deve_top .deve_top_cont .deve_text p {
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.deve_cont {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.deve_bg {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
    width: 100%;
    background-image: url(../images/deve_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    z-index: 1;
}

.deve_bg .detwo_title {
    color: var(--main-color);
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
}

.deve_bg .detwo_text {
    padding-top: 24px;
}

.deve_bg .detwo_text p {
    color: #657188;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.p_about_top {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    z-index: 1;
}

.p_about_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.p_about_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.p_about_video img {
    display: none;
}

.about_video_b {
    padding-top: 30px;
}

.about_video_b .bf {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about_video_b .bf span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.about_video_b .bf p {
    padding-top: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}


.home_one {
    padding-top: 80px;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.deve_title_k {
    position: relative;
}

.deve_title_k .deve_dou {
    position: absolute;
    width: 100px;
}

.deve_title_k .deve_left_dou {
    left: -100px;
    top: 0;
}

.deve_title_k .deve_right_dou {
    right: -100px;
    bottom: 0;
}

.deve_title_k .des {
    padding-top: 40px;
    padding-bottom: 42px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.home_one .big_t {
    padding-top: 76px;
    color: var(--main-color);
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.home_one {
    position: relative;
    padding-bottom: 86px;
}

.home_one_svg {
    position: absolute;
    top: 0;
    width: calc(100% - 300px);
    left: 160px;
    height: 100%;
    opacity: 0;
    transition: all .1s;
    pointer-events: none;
    display: flex;
    z-index: -1;
}

.home_one_svg svg {
    width: 100%;
}

.home_one.on .home_one_svg {
    opacity: 1;
}

.home_one_svg .dw_line {
    position: absolute;
}

.home_one_svg .dw_line01 {
    left: 0;
    top: 0;
    width: 158px;
    height: 233px;
}

.home_one_svg .dw_line02 {
    left: 157px;
    top: 218px;
    width: calc(100% - 298px);
    overflow: hidden;
}

.dw_line02 svg {
    width: auto;
}

.home_one_svg .dw_line03 {
    right: 0;
    top: 228px;
    width: 149px;
    height: 202px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.home_one_svg .dw_line03 svg {
    width: auto;
}

.deve_list {
    padding-bottom: 100px;
}

.hrbu_li {
    overflow: hidden;
    margin-bottom: 40px;
    position: sticky;
    top: 130px;
}

.hrbu_li .deve_l_r {
    width: 54%;
}

.hrbu_li .thumb {
    width: 46%;
    overflow: hidden;
}

.hrbu_li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 32px;
}

.hrbu_li .click_open {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 16px 32px;
    background: var(--white-color);
    overflow: hidden;
    z-index: 1;
}

.hrbu_li .click_open:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 98%;
    height: 100%;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
}

.deve_list .click_open .deve_l_r {
    padding: 64px;
}

.l_r_des {
    margin-top: 16px;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.l_r_text {
    margin-top: 40px;
    height: 182px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.deve_list .l_r_icon,
.deve_icon {
    width: 50px;
    height: 50px;
}

.deve_list .l_r_icon img:nth-child(2),
.deve_icon img:nth-child(2) {
    display: none;
}

.deve_list .l_r_text2 {
    display: none;
}

.l_r_title {
    margin-top: 40px;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1.2;
}

.deve_list .read_more {
    position: relative;
    margin-top: 68px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    background: #F1F8FD;
}

.deve_list .read_more i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/jia_main.svg);
}
/* 
.hrbu_li .click_open:hover:before {
    opacity: 1;
}

.hrbu_li .click_open:hover .l_r_icon img:nth-child(1) {
    display: none;
}

.hrbu_li .click_open:hover .l_r_icon img:nth-child(2) {
    display: block;
}

.hrbu_li .click_open:hover .l_r_title,
.hrbu_li .click_open:hover .l_r_des {
    color: var(--white-color);
}

.hrbu_li .click_open:hover .l_r_text {
    color: rgba(255, 255, 255, 0.8);
}

.deve_list .click_open:hover .read_more {
    background-color: var(--white-color);
}

.deve_list .click_open:hover .read_more i {
    background-image: url(../images/jia_blue.svg);
} */

.his_tc {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: -999;
    left: 0;
    top: 0;
    opacity: 0;
}

.join-tc-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(100px);
    z-index: 10;
    width: 1200px;
    max-width: 95%;
    max-height: 700px;
    display: flex;
    border-radius: 16px;
    background: #FFF;
    padding: 90px;
    opacity: 0;
    transition: all .6s;
}

.join-tc-box .md-close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F1F8FD;
    cursor: pointer;
}

.join-tc-box .md-close img:nth-child(2) {
    display: none;
}

.join-tc-box .md-close:hover {
    background-color: var(--blue-color);
}

.join-tc-box .md-close:hover img:nth-child(1) {
    display: none;
}

.join-tc-box .md-close:hover img:nth-child(2) {
    display: inline-block;
}

body.m_fix {
    overflow: hidden;
}

.his_tc .his-top {
    padding-top: 30px;
}

.his_tc .member_eject {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.his_tc .his-top .l_r_title {
    margin-top: 0;
}

.reply_text {
    margin-top: 30px;
    max-height: 83%;
    overflow-y: auto;
}

.reply_text::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

.reply_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

.reply_text::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

.reply_text .text_01 p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
}

.reply_text .text_01 p:last-child {
    padding-bottom: 0;
}

.his_tc.show {
    z-index: 1200;
    opacity: 1;
}

.his_tc.show .join-tc-box {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0px);
}

@media (max-height:800px) {
    .join-tc-box {
        max-height: 85%;
    }

    .deve_top .deve_top_cont .deve_text {
        padding-bottom: 20px;
    }
}

@media (max-width:1580px) {
    .home_one_svg {
        width: calc(100% - 130px);
        left: 80px;
    }

}

@media (max-width:1366px) {

    .deve_top .deve_top_cont .deve_text {
        padding-bottom: 20px;
    }

}

@media (max-width:1279px) {
    .deve_top_cont .deve_top_icon {
        padding-bottom: 30px;
    }

    .deve_top_cont .deve_top_icon img {
        max-width: 60px;
    }

    .about_video_b .bf span {
        width: 50px;
    }

    .join-tc-box {
        padding: 50px 50px;
    }

    .deve_title_k .deve_dou {
        width: 80px;
    }

    .deve_title_k .deve_left_dou {
        left: -80px;
    }

    .deve_title_k .deve_right_dou {
        right: -80px;
    }

    .home_one {
        padding-top: 60px;
        padding-bottom: 66px;
    }

    .home_one .big_t {
        padding-top: 65px;
    }

    .deve_title_k .des {
        padding-top: 30px;
    }

    .home_one_svg .dw_line01 {
        width: 158px;
        height: 190px;
        display: flex;
        align-items: flex-end;
    }

    .home_one_svg .dw_line01 svg {
        width: auto;
    }

    .home_one_svg .dw_line02 {
        top: 176px;
    }

    .home_one_svg .dw_line03 {
        top: 184px;
    }

    .deve_title_k {
        max-width: 79%;
    }


}

@media (max-width:1200px) {
    .home_one {
        padding-top: 20px;
        padding-bottom: 66px;
    }

    .deve_title_k {
        max-width: 67%;
    }

    .home_one_svg {
        width: calc(100% - 30px);
        left: 10px;
    }

    .deve_list .click_open .deve_l_r {
        padding: 35px 35px;
    }

    .l_r_text {
        margin-top: 30px;
        height: 130px;
        line-height: 26px;
        -webkit-line-clamp: 5;
    }

}

@media (max-width:991px) {
    .deve_list .click_open .deve_l_r {
        padding: 35px 30px;
    }

    .hrbu_li {
        overflow: hidden;
        margin-bottom: 40px;
        position: relative;
        top: 0;
    }

    .l_r_title {
        margin-top: 20px;
    }

    .deve_list .read_more {
        margin-top: 40px;
    }

}

@media (max-width:767px) {
    .home_one {
        padding-bottom:40px;
    }
    .p_about_top {
        height:auto;
    }
    .p_about_video img {
       width: 100%;
       height: 100%;
       object-fit: cover;
    }
    .p_about_top .deve_top {
        padding-bottom: 100px;
    }
    .deve_top_cont .deve_top_icon {
        padding-bottom: 10px;
    }
    .deve_top_cont .deve_top_icon img {
        max-width: 50px;
    }
    .about_video_b .bf p {
        padding-top: 10px;
    }
    .join-tc-box {
        padding: 40px 26px;
    }

    .join-tc-box .md-close {
        right: 20px;
        top: 20px;
    }

    .deve_title_k .deve_dou {
        width: 40px;
    }

    .home_one .big_t {
        padding-top: 45px;
    }

    .deve_title_k {
        max-width: 88%;
    }

    .deve_title_k .deve_left_dou {
        left: -16px;
    }

    .deve_title_k .deve_right_dou {
        right: -16px;
    }

    .home_one.on .home_one_svg {
        display: none !important
    }

    .deve_title_k .des {
        padding-top: 20px;
    }

    .hrbu_li .click_open {
        flex-wrap: wrap;
    }

    .hrbu_li .deve_l_r {
        width: 100%;
    }

    .hrbu_li .click_open::before {
        width: 100%;
        height: 90%;
    }

    .hrbu_li .click_open {
        border-radius: 16px 16px 32px 32px;
    }

    .hrbu_li .thumb {
        width: 100%;
    }

    .hrbu_li .thumb img {
        border-radius: 16px 16px 32px 32px;
    }

    .deve_list .l_r_icon,
    .deve_icon {
        width: 40px;
        height: 40px;
    }

    .deve_list .click_open .deve_l_r {
        padding: 35px 26px;
    }

    .l_r_des {
        font-size: 16px;
    }

    .deve_list .read_more {
        width: 40px;
        height: 40px;
    }

}

/* esg 新闻及资料 */
.esg_new_box {
    padding-bottom: 80px;
}

.esg_title {
    padding-top: 38px;
}

.esg_title .product_title {
    padding-top: 0;
}

.esg_menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.esg_menu ul li {
    padding:8px;
}

.esg_menu a {
    display: flex;
    padding: 16px 23px;
    min-width: 110px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: var(--white-color);
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition: background-color .3s;
}


.esg_menu a:hover,
.esg_menu .active a {
    background-color: var(--main-blue-color);
    color: var(--white-color);
}

.esg_new_list {
    padding-top: 42px;
}

.esg_new_list ul li {
    padding-bottom: 24px;
}

.esg_new_list ul li a {
    display: block;
    position: relative;
    padding: 32px;
    padding-right: 150px;
    border-radius: 24px;
    background: #FFF;
    backdrop-filter: blur(8px);
    z-index: 1;
}

.esg_new_list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
}

.esg_new_list .t {
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.esg_new_list .des {
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.esg_new_list .bottom {
    padding-top: 24px;
}

.esg_new_list .bottom .time {
    padding-left: 26px;
    color: var(--main-blue-color);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    background-image: url(../images/blue_time.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.esg_new_list .bottom .label {
    position: relative;
    padding-left: 11px;
    margin-left: 10px;
    color: var(--main-blue-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.esg_new_list .bottom .label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.10);
    transform: translateY(-50%);
}

.esg_new_list a .icon {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(8px);
}

.esg_new_list a .icon i {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/more_grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.esg_new_list a:hover::before {
    opacity: 1;
}

.esg_new_list a:hover .t {
    color: var(--white-color);
}

.esg_new_list a:hover .des {
    color: rgba(255, 255, 255, 0.80);
}

.esg_new_list a:hover .bottom span {
    color: var(--white-color);
}

.esg_new_list a:hover .bottom .label::before {
    background-color: rgba(255, 255, 255, 0.10);
}

.esg_new_list a:hover .bottom .time {
    background-image: url(../images/white_time.svg);
}

.esg_new_list a:hover .icon {
    background-color: var(--white-color);
    border-color: var(--white-color);
}

.esg_new_list a:hover .icon i {
    background-image: url(../images/more_blue.svg);
}


@media (max-width:767px) {

    .esg_title {
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .esg_menu ul {
        margin-left: -4px;
        margin-right: -4px;
    }
    
    .esg_menu ul li {
        padding:4px;
        width: 33.33%;
    }
    .esg_menu {
        width: 100%;
        padding-top: 26px;
    }

    .esg_menu a {
        padding: 12px 10px;
        min-width: inherit;
    }

    .esg_new_list ul li a {
        padding: 32px 26px;
        padding-right: 26px;
    }

    .esg_new_list a .icon {
        margin-top: 20px;
        position: relative;
        right: inherit;
        top: inherit;
    }

}

/* esg 报告 */
.esg_bg_list {
    padding-top: 20px;
}

.esg_bg_list ul {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}

.esg_bg_list ul li {
    width: 25%;
    padding: 20px;
}

.esg_bg_list .esg_bg_thumb {
    position: relative;
    border-radius: 1.932px 7.727px 7.727px 1.932px;
    transition: box-shadow .3s ease-in-out;
    overflow: hidden;
}

.esg_bg_list .esg_bg_thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 100%;
    background-image: url(../images/esg_left_bg.svg);
    background-repeat: no-repeat;
    z-index: 9;
}

.esg_bg_list .esg_bg_thumb i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

 .esg_bg_list li:hover .esg_bg_thumb  {
    box-shadow: 0px 0px 24px 0px rgba(27, 35, 137, 0.15);
} 

/* .esg_bg_list .esg_bg_thumb:hover i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
} */


.esg_bg_list .t {
    margin-top: 16px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.esg_bg_list .button {
    padding-top: 16px;
    display: flex;
    align-items: center;
}

.white_button a {
    position: relative;
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--white-color);
    transition: background-color .3s;
}
.tooltip {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(8px);
    font-size: 16px;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    transition: opacity 0.3s;
    z-index: 10;
}

.tooltip::after {
    content: '';
    position: absolute;
    top:100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 7px 0;
    border-style: solid;
    border-color:rgba(0, 0, 0, 0.50) transparent;
    backdrop-filter: blur(8px);
    z-index: 10;
}

.button a:hover .tooltip,
.button a:focus .tooltip {
    opacity: 1;
}

.white_button a i {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.white_button .esg_view i {
    background-image: url(../images/view_blue.svg);
}

.white_button .esg_down {
    margin-left: 8px;
}

.white_button .esg_down i {
    background-image: url(../images/blue_down.svg);
}

.white_button a:hover {
    /* background: #E2F0FA; */
    background-color: var(--main-blue-color);
}
.white_button .esg_view:hover i {
    background-image: url(../images/view_white.svg);
}
.white_button .esg_down:hover i {
    background-image: url(../images/down_white.svg);
}
@media (max-width:1365px) {
    .esg_bg_list ul {
        margin-left: -16px;
        margin-right: -16px;
    }

    .esg_bg_list ul li {
        padding-left: 16px;
        padding-right: 16px;
    }

}

@media (max-width:1279px) {
    .esg_bg_list ul li {
        /* width: 33.33%; */
    }

}

@media (max-width:767px) {
    .esg_bg_list {
        padding-top: 0;
    }
    .esg_bg_list ul li {
        width: 50%;
    }

}

@media (max-width:540px) {
    .esg_bg_list ul li {
        width: 100%;
        padding-bottom: 10px;
    }

}

/* 投资者关系 */

.invest_first {
    padding-top: 48px;
    background-color: #F1F8FD;
}

.invest_title .product_title {
    padding-top: 0;
}

.in_notice_list {
    padding-top: 30px;
    padding-bottom: 52px;
}

.in_notice_list .bg {
    padding: 24px 32px;
    border-radius: 16px;
    background: #FFF;
}

.in_notice_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.in_notice_list ul li {
    width: 50%;
    padding: 12px;
}

.in_notice_list .time {
    margin-top: 8px;
}

.light_blue_button a {
    position: relative;
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #E2F0FA;
    transition: background-color .3s;
}

.light_blue_button a i {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.light_blue_button .esg_view i {
    background-image: url(../images/view_blue.svg);
}

.light_blue_button .esg_down {
    margin-left: 8px;
}

.light_blue_button .esg_down i {
    background-image: url(../images/blue_down.svg);
}

.light_blue_button a:hover {
    background: var(--main-blue-color);
}

.light_blue_button .esg_view:hover i {
    background-image: url(../images/view_white.svg);
}

.light_blue_button .esg_down:hover i {
    background-image: url(../images/down_white.svg);
}

.notice_list .bg .in_left {
    width: calc(100% - 96px);
    padding-right: 24px;
}

.notice_list .t {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.notice_list .time {
    padding-left: 26px;
    color: var(--main-blue-color);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    background-image: url(../images/blue_time.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.invest_two {
    padding: 64px 0;
    background-color: var(--white-color);
}

.invest_four {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #FFF;
}

.invest_four_cont {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.invest_four_cont .four_left {
    padding: 58px 58px 58px 48px;
    width: calc(50% - 12px);
    border-radius: 16px;
}

.four_left.light_blue_bg {
    background: #F1F8FD;
}

.four_left.white_bg {
    background: var(--white-color);
}

.four_left .thumb {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.four_left .thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.four_left .four_left_r {
    padding-left: 30px;
    width: 40%;
    min-width: 210px;
}

.four_left .four_left_r .t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 30px;
}

.four_left .four_left_r .icon {
    padding-top: 24px;
}

.four_left .four_left_r .icon img {
    width: 24px;
}

.tz_button {
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
}

.tz_button a {
    display: flex;
    height: 44px;
    padding: 10px 6px;
    justify-content: center;
    align-items: center;
    width: calc(50% - 8px);
    border-radius: 40px;
    background-color: var(--white-color);
    color: var(--main-blue-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    transition: background-color .3s;
}

.tz_button i {
    display: block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;

}

.tz_button .esg_view i {
    background-image: url(../images/view_blue.svg);
}

.tz_button .esg_down i {
    background-image: url(../images/blue_down.svg);
}

.invest_four_cont .four_right {
    width: calc(50% - 12px);
}

.invest_four_cont .four_right ul li {
    padding-bottom: 24px;
}

.invest_four_cont .four_right ul li:last-child {
    padding-bottom: 0;
}

.invest_four_cont .four_right .bg {
    position: relative;
    padding: 30px 40px;
    border-radius: 16px;
    height: 120px;
    z-index: 1;
}

.four_right .bg.light_blue_bg {
    background: #F1F8FD;
}

.invest_four_cont .four_right .bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
}

.invest_four_cont .four_right .t {
    position: relative;
    padding-left: 40px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 30px;
    background-image: url(../images/pdf_icon.svg);
    background-size: 24px 24px;
    background-position: left;
    background-repeat: no-repeat;
}

.invest_four_cont .four_right .bg .in_left {
    width: calc(100% - 96px);
    padding-right: 24px;
}

.invest_four_cont .four_right .bg:hover:before {
    opacity: 1;
}

.invest_four_cont .four_right .bg:hover .t {
    color: var(--white-color);
    background-image: url(../images/pdf_icon_w.svg);
}

.tz_button a:hover {
    background-color: #E2F0FA;
}

.invest_four_cont .four_right .bg:hover a:hover {
    background: var(--white-color);
}
.invest_four_cont .four_right .bg:hover .white_button .esg_view:hover i {
    background-image: url(../images/view_blue.svg);
}
.invest_four_cont .four_right .bg:hover .white_button .esg_down:hover i {
    background-image: url(../images/blue_down.svg);
}

.invest_five {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.invest_five::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
    background: linear-gradient(90deg, #040D28 0%, rgba(4, 13, 40, 0.30) 100%);
    mix-blend-mode: multiply;
}

.invest_five .bg {
    position: relative;
    padding: 187px 0;
    z-index: 9;
}

.invest_five .bg:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 80%;
    max-width: 536px;
    background-image: url(../images/in_contact_icon.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: -1;
}

.invest_five .bg .t {
    padding-bottom: 40px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}

.invest_five .bg p {
    padding-bottom: 16px;
    display: flex;
    align-items: flex-start;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.invest_five .bg p img {
    margin-right: 8px;
    margin-top: 3px;
    width: 24px;
}

@media (max-width:1580px) {
    .invest_four_cont .four_left {
        padding: 58px 30px 58px 30px;
    }

    .invest_four_cont .four_right .bg {
        height: 110px;
    }
}

@media (max-width:1440px) {
    .invest_four_cont .four_left {
        padding: 30px 30px 30px 30px;
    }

    .invest_four_cont .four_right .bg {
        height: auto;
    }
}

@media (max-width:1365px) {
    .four_left .four_left_r {
        width: 36%;
        min-width: inherit;
    }

    .four_left .four_left_r .icon {
        padding-top: 16px;
    }

    .tz_button {
        padding-top: 35px;
        flex-wrap: wrap;
    }

    .tz_button a {
        width: 100%;
        margin-bottom: 5px;
    }

    .invest_four_cont .four_right .bg {
        padding: 26px 36px;
    }
}

@media (max-width:1280px) {
    .invest_four_cont .four_left {
        padding: 40px 30px 40px 30px;
    }

    .tz_button {
        padding-top: 25px;
    }

    .four_left .four_left_r {
        padding-left: 20px;
    }

}

@media (max-width:1200px) {
    .invest_four_cont .four_left {
        padding: 30px 20px 30px 20px;
    }

    .invest_four_cont .four_right .bg {
        padding: 26px 30px;
    }

}

@media (max-width:1150px) {
    .invest_four_cont {
        flex-wrap: wrap;
    }

    .invest_four_cont .four_left {
        width: 100%;
    }

    .invest_four_cont .four_right {
        width: 100%;
        padding-top: 24px;
    }

    .four_left .four_left_r {
        width: 40%;
    }

    .tz_button {
        padding-top: 55px;
        display: flex;
        justify-content: space-between;
    }

    .tz_button a {
        width: calc(50% - 8px);
    }

}

@media (max-width:991px) {

    .invest_five .bg {
        padding: 100px 0;
    }



}

@media (max-width:767px) {
    .invest_first {
        padding-top: 10px;
    }
    .invest_two {
        padding: 50px 0;
    }
    .invest_four {
        padding-top: 50px;
        padding-bottom:50px;
    }
    .in_notice_list {
        padding-top: 20px;
        padding-bottom:30px;
    }
    .notice_list .t {
        white-space: inherit;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .invest_four_cont {
        display: block;

    }

    .invest_four_cont .four_left {
        flex-wrap: wrap;
    }

    .four_left .thumb {
        flex: inherit;
    }

    .four_left .four_left_r {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .in_notice_list ul li {
        width: 100%;
    }

    .in_notice_list .bg {
        padding: 24px 20px;
    }
    .invest_title {
        flex-wrap: wrap;
    }
    
    .invest_title .product_title {
        width: 100%;
    }
    .invest_title .index_more {
        padding-top: 20px;
    }
    
    .invest_five .bg {
        padding: 80px 0;
    }

}

@media (max-width:540px) {
    .invest_four_cont .four_right .bg {
        padding: 26px 20px;
    }

    .four_right .bg,
    .in_notice_list .bg {
        display: block;
        flex-wrap: nowrap;
    }

    .invest_four_cont .four_right .bg .in_left {
        width: 100%;
        padding-right: 0;
    }
    .invest_four_cont .four_right .t{
        padding-left: 0;
        background-image: none;
        overflow: hidden;
        white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .four_right .bg .in_left,
    .notice_list .bg .in_left {
        width: 100%;
        padding-right: 0;
    }

    .four_right .bg .button,
    .notice_list .bg .button {
        width: 100%;
        padding-top: 30px;
        justify-content: flex-start;
    }

    .tz_button {
        padding-top: 35px;
    }
    .invest_five .bg p {
        max-width: 320px;
    }
    .four_left .four_left_r .icon {
        display: none;
    }

}

/* 公告与通函 */
.notice_box {
    padding-top: 48px;
    padding-bottom: 70px;
}

.notice_box .product_title {
    padding-top: 0;
}

.notice_title {
    position: relative;
    z-index: 99;
}

.notice_title .year_select_box {
    margin-left: 0;
    width: 300px;
}

.notice_title .year_select_box>.span {
    border-radius: 58px;
    background: var(--white-color);
    backdrop-filter: inherit
}

.notice_title .year_select_box>.span input {
    color: var(--dark-color);
}

.notice_title .year_select_box>.span input::-webkit-input-placeholder {
    color: var(--dark-color);
    font-family: "Microsoft YaHei";
}

.notice_title .year_select_box>.span input::-moz-placeholder {
    color: var(--dark-color);
    font-family: "Microsoft YaHei";
}

.notice_title .year_select_box>.span input:-moz-placeholder {
    color: var(--dark-color);
    font-family: "Microsoft YaHei";
}

.notice_title .year_select_box>.span input:-ms-input-placeholder {
    color: var(--dark-color);
    font-family: "Microsoft YaHei";
}

.notice_title .year_select_box>.span .icon {
    background-image: url(../images/chevron_down_black.svg);
}

.notice_title .year_select_box>.span.active {
    border-radius: 28px 28px 0 0;
    background-color: var(--white-color);
}

.notice_title .year_select_box>.span.active .icon {
    background-image: url(../images/chevron-down2.svg);
}

.notice_title .year_select_box>.span.active input {
    color: var(--main-blue-color);
}

.notice_title .year_select_box>.span.active input::-webkit-input-placeholder {
    color: var(--blue-color);
    font-family: "Microsoft YaHei";
}

.notice_title .year_select_box>.span.active input::-moz-placeholder {
    color: var(--blue-color);
    font-family: "Microsoft YaHei";
}

.notice_title .year_select_box>.span.active input:-moz-placeholder {
    color: var(--blue-color);
    font-family: "Microsoft YaHei";
}

.notice_list_loop {
    padding-top: 42px;
}

.notice_list_loop ul li {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.notice_list_loop ul li::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.10);
}

.notice_list_loop ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: var(--main-color);
    transition: width .6s;
}

.notice_list_loop .time {
    margin-top: 16px;
}

.notice_list_loop li:hover .t {
    color: var(--main-blue-color);
}

.notice_list_loop li:hover .time {
    color: #666;
    background-image: url(../images/grey_time.svg);
}

.notice_list_loop ul li:hover:after {
    width: 100%;
}

.notice_list_loop ul li:hover .white_button a,
.notice_list_loop .white_button a:hover {
    background: var(--main-blue-color);
}

.notice_list_loop ul li:hover .white_button .esg_view i,
.notice_list_loop .white_button .esg_view:hover i {
    background-image: url(../images/view_white.svg);
}

.notice_list_loop ul li:hover .white_button .esg_down i,
.notice_list_loop .white_button .esg_down:hover i {
    background-image: url(../images/down_white.svg);
}

@media (max-width:767px) {
    .notice_box {
        padding-top:10px;
    }
    .notice_title {
        display: block;
    }

    .notice_title .year_select_box {
        margin-top: 20px;
        width: 300px;
    }

    .notice_list_loop .bg {
        display: block;
    }

}

/* 投资者演示材料 */
.demo_box {
    background: transparent;
    padding-top: 0;
    padding-bottom: 100px;
}

.demo_box .four_left .tz_button a {
    background: #E2F0FA;
}

.demo_box .four_left,
.demo_box .demo_right .light_bg {
    background-color: var(--white-color);
}
.demo_box .four_left .tz_button a:hover {
    background: var(--main-blue-color);
    color: var(--white-color);
}
.demo_box .four_left .tz_button .esg_view:hover i{
    background-image: url(../images/view_white.svg);
}
.demo_box .four_left .tz_button .esg_down:hover i{
    background-image: url(../images/down_white.svg);
}
.demo_right .bg:hover .light_blue_button a {
    background-color: var(--white-color);
}

.demo_right .bg:hover .light_blue_button .esg_view i {
    background-image: url(../images/view_blue.svg);
}

.demo_right .bg:hover .light_blue_button .esg_down i {
    background-image: url(../images/blue_down.svg);
}


.hide_demo ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.hide_demo ul li {
    width: 50%;
    padding:12px;
}
.hide_demo {
    display: none;
    padding-top: 12px;
}

.hide_demo .four_right {
    width: 100%;
    padding-top: 0;
}
.hide_demo .four_right>ul>li {
    padding: 12px;
}
.open_more {
    padding-top: 48px;

}

.open_more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    width: 196px;
    border-radius: 60px;
    border: 1px solid var(--main-color);
}

.open_more>div {
    justify-content: center;
}

.open_more a span:nth-child(2) {
    display: none;
}

.open_more a i {
    width: 26px;
    height: 26px;
    background-image: url(../images/open_icon.svg);
    background-repeat: no-repeat;
}

.open_more span {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.open_more.current a span:nth-child(1) {
    display: none;
}

.open_more.current a span:nth-child(2) {
    display: block;
}

.open_more.current a i {
    transform: rotate(180deg);
}
@media screen and (max-width:991px) {
.hide_demo {
    padding-top: 20px;
}
.hide_demo ul li {
    width: 100%;
}
.invest_four_cont .four_right ul li {
    padding-bottom: 16px;
    padding-top: 0;
}

}

/* contact */
.contact_top {
    background: linear-gradient(180deg, #F1F8FD 0%, #D1E8F9 100%);
    padding-bottom: 58px;
}

.contact_top_list {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
}

.contact_top_list ul {
    padding: 12px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.contact_top_list ul:first-child {
    width: 33.33%;
}

.contact_top_list ul:nth-child(2) {
    width: 66.66%;
}

.contact_top_list ul li {
    padding: 12px;
}

.contact_top_list ul:nth-child(1) li {
    width: 100%;
}

.contact_top_list ul:nth-child(2) li {
    width: 50%;
}

.contact_top_list .bg {
    position: relative;

    padding: 32px;

    border-radius: 24px;
    background: var(--white-color);
    z-index: 1;

}

.contact_top_list .bg .icon {
    text-align: center;
    display: flex;
    justify-content: center;
}

.contact_top_list .bg .icon img:nth-child(2) {
    display: none;
}

.contact_top_list .bg .text p {
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.contact_top_list .big_border .bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.contact_top_list .bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}

.contact_top_list .big_border .text {
    margin-top: 32px;
}

.contact_top_list .small_border .text {
    margin-top: 16px;
}

.contact_top_list .s_name {
    padding-top: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.contact_top_list .big_border .index_more a {
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.contact_top_list .big_border .index_more span {
    color: #666;
}

.contact_top_list .big_border .index_more i {
    background-image: url(../images/more_grey.svg);
}

.contact_top_list .bg:hover::before {
    opacity: 1;
}

.contact_top_list .bg:hover .icon img:nth-child(1) {
    display: none;
}

.contact_top_list .bg:hover .icon img:nth-child(2) {
    display: block;
}

.contact_top_list .bg:hover .text p,
.contact_top_list .bg:hover .text p a {
    color: var(--white-color);
}

.contact_top_list .bg:hover .s_name {
    color: rgba(255, 255, 255, 0.5);
}

.contact_top_list .bg:hover .index_more a {
    border: 1px solid rgba(255, 255, 255, 0.50);
}

.contact_top_list .bg:hover .index_more span {
    color: var(--white-color);
}

.contact_top_list .bg:hover .index_more i {
    background-image: url(../images/more_white.svg);
}

.contact_top_list .bg:hover .index_more a:hover i {
    background-image: url(../images/more_blue.svg);
}


.contact_map {
    position: relative;
    width: 100%;
    height: 720px;
}

.contact_tab {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* margin-top: -15%; */
    width: 100%;

    /* height: 0; */
    z-index: 9;
}

.contact_tab .my-container {
    display: flex;
    justify-content: flex-end;
}
.contact_tab .my-container>div {
    position: relative;
    height: 1px;
    width: 100%;
}
.contact_tab .tab_bg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    z-index: 1;

}

.contact_tab .tab_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    z-index: -1;
}

.contact_tab .tab_bg>.t {
    color: var(--dark-color);
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}

.contact_tab .tab_bg .des {
    padding-top: 8px;
    color: var(---, #666);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contact_bg {
    margin-top: 24px;
    width: 100%;
    border-radius: 16px;
    background: var(--main-blue-color);
    overflow: hidden;
}

.contact_bg .in_a_tab {
    width: 100%;
}

.contact_bg .in_a_tab ul {
    display: flex;
    align-items: center;
    background: var(--main-blue-color);
}

.contact_bg .in_a_tab ul li {
    margin-top: -1px;
    padding:14px 10px;
    background: #E2F0FA;
    width: 50%;
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.contact_bg .in_a_tab ul li.active {
    background-color: transparent;
    color: var(--white-color);
}

.contact_bg .tab_box {
    padding: 24px;
}

.contact_bg .tab_box .pub-t1 {
    display: none;
    text-align: center;
}

.contact_bg .tab_box .pub-t1.d-show {
    display: block;
}

.contact_bg .tab_box img {
    border-radius: 8px;
    max-width: 180px;
}
@media (max-width:1279px) {
    .contact_top_list .big_border .bg {
      padding: 32px 20px;
    }

}
@media (max-width:991px) {
    .contact_top_list {
        flex-wrap: wrap;
    }
    .contact_top_list .big_border {
        padding-bottom: 0;
    }
    .contact_top_list ul:first-child {
        width: 100%;
        margin: 0;
        padding-bottom: 0;
    }
    .contact_top_list ul:nth-child(2) {
        width: 100%;
    margin: 0;
    }
    .contact_top_list ul li {
        padding-left: 0;
        padding-right: 0;
    }
    .contact_top_list .big_border .index_more {
        margin-top: 50px;
    }
    .contact_map {
        height: 600px;
    }

}

@media (max-width:767px) {
    .contact_top {
        padding-bottom: 40px;
    }
    .contact_top_list .bg .icon img {
        width: 40px;
    }
    .contact_top_list .big_border .text {
        max-width: 250px;
    }
    .contact_map {
        height: auto;
    }
    .contact_tab .my-container>div {
        position: relative;
        height: auto;
        width: 100%;
    }
    .contact_tab .tab_bg {
        position: relative;
        right: 0;
        padding: 32px 16px;
        top: inherit;
        transform:inherit;
    }
  
    .contact_tab {
        display: none;
        position: relative;
        top: inherit;
        transform: inherit;
        margin-top: 0;
    }
    .contact_tab .my-container {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .contact_tab .tab_bg {
        width: 100%;
        border-radius: 0;
    }
    .contact_tab .tab_bg::before {
        border-radius: 0;
    }
    .my-map {
        height: 400px !important;
        display: none !important;
    }

}
@media (max-width:540px) {

.contact_top_list ul:nth-child(2) li {
    width: 100%;
}

}

/* message */


.contact_message {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.message_box {
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
}
.message_box::before {
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    max-width:356px;
    left: 0;
    top: 0;
    background-image: url(../images/mess_w.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: -1;

}
.mess_left .des {
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
	padding-top: 16px;
}

.mess_left .text {
    padding-top: 30px;
    color: var(--main-blue-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}

.mess_left .text span {
    margin-right: 8px;
}

.mess_right {
    flex: 1;
    padding-left: 100px;
}

.indus_mess .indus_form ._list {
    padding-bottom: 38px;
    margin-left: -12px;
    margin-right: -12px;
}

.indus_form ._list .text {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
}

.indus_mess .indus_form ._list .w50 {
    float: left;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
}

.indus_mess .indus_form .big_width {
    padding-left: 12px;
    padding-right: 12px;
}

.indus_mess .indus_form ._list .i_ {
    margin-top: 8px;
    border-radius: 34px;
border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 0 20px;
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
    transition: border-radius .3s;
}

.indus_mess .indus_form ._list .i_.active {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.indus_mess .indus_form ._list .input_box {
    float: left;
    padding: 10px 0;
    height: 56px;
    width: 100%;
    position: relative;
}

.indus_mess .indus_form ._list .textarea_box {
    height: 150px;
}

.indus_mess .indus_form ._list .textarea_box .input_box {
    height: 100%;
}

.indus_mess .indus_form ._list .textarea_box textarea {
    width: 100%;
    height: 100%;
    line-height: 36px;
    border: none;
    background-color: transparent;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    resize: none;
}

.indus_mess .indus_form ._list .other .select_box {
    width: 100%;
}

.indus_mess .other .input {
    width: calc(100% - 95px);
    right: 0;
    left: inherit;
    padding-left: 16px;
}

.indus_mess .indus_form ._list label {
    float: left;
    width: 85px;
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
}

.indus_mess .star {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--main-blue-color);
}

.indus_mess .input {
    display: block;
    height: 36px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    outline: 0;
    line-height: 36px;
    border: none;
    background: none;
    font-family: "Microsoft YaHei";
}

.indus_mess .indus_form label.error {
    position: absolute;
    left: -14px;
    top: 100%;
    font-size: 14px;
    color: var(--main-blue-color);
    line-height: 24px;
    width: auto;
}

.last_submit .code_w50 {
    max-width: 492px;
}

.indus_mess .indus_form .btn {
    padding-top: 40px;
    display: flex;
}

.pop_tc .indus_mess .indus_form .btn button {
    width: 100%;
}

.indus_mess .indus_form .btn button {
    background-color: transparent;
    cursor: pointer;
    border: none;
    font-family: "Microsoft YaHei";

}

.select_box .span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.select_box .span input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 56px;
    border: none;
    background: transparent;
    padding-right: 16px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.select_box .span .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.select_box .span .icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    background-image: url(../images/arrow-right-g.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.select_box .drop_down_ {
    position: absolute;
    left: -1px;
    top: 100%;
    right: 0;
    max-height: 300px;
    overflow-y: auto;

    background-color: #F1F8FD;
    padding: 10px 20px;
    padding-top: 0;
    border-radius: 0px 0px 34px 34px;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);

    display: none;
    width: calc(100% + 2px);
    z-index: 8;
}

.select_box .drop_down_ p {
    color: #666;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
}

.select_box .drop_down_ p:hover {
    color: #666;
}

.indus_mess .indus_form ._list .i_ input::-webkit-input-placeholder,
.indus_mess .indus_form ._list .i_ textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.20);
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.indus_mess .indus_form ._list .i_ input::-moz-placeholder,
.indus_mess .indus_form ._list .i_ textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.20);
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.indus_mess .indus_form ._list .i_ input::-ms-input-placeholder,
.indus_mess .indus_form ._list .i_ textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.20);
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.last_submit {
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.code {
    margin-top: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.code_yz {
    display: flex;
}

.code_yz .i_ {
    width: calc(100% - 128px);
    margin-right: 14px;
}

.code img {
    width: 128px;
    height: 56px;
}

@media (max-width:1200px) {
    .mess_right {
        padding-left: 40px;
    }
    .mess_left .des {
        max-width: 360px;
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .message_box {
        display: block;
    }
    .mess_left {
        width: 100%;
    }
    .mess_right {
        padding-left: 0;
        flex: inherit;
        width: 100%;
        padding-top: 30px;
    }


}


.foot_top_icon img {
    animation: jumpDown 3s cubic-bezier(0.5, 0.01, 0.32, 1.01) infinite;
}

@media (max-width:767px) {
    /* .contact_text .bg {
        top: 60%;
        width: 60%;
    } */

    /* .contact_message {
        padding: 40px 0 50px 0;
    } */

    .mess_right {
        flex: inherit;
        padding-left: 0;
    }

    .indus_mess .indus_form ._list {
        margin: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .indus_mess .indus_form ._list .w50 {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .last_submit {
        padding-top: 30px !important;
    }

    /* .indus_mess .indus_form .btn {
        justify-content: space-between;
    } */

    .indus_mess .indus_form .btn button {
        margin-right: 0 !important;
    }
    .message_box::before {

        left: inherit;
        right: 0;
        background-position: right top;
     
    }
  
}
