body.page,
.page-container p {
    font-family: -apple-system, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, STHeiti, Microsoft YaHei, Microsoft JhengHei, SimSun, sans-serif !important;
    color: #252B3A;
}

body,
ul,
li,
p {
    list-style: none;
    margin: 0;
    padding: 0;
}

.video {
    outline: none;
}

.page-container {
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.clear-fix {
    zoom: 1;
}

.clear-fix::after,
.clear-fix::before {
    display: table;
    content: "";
    clear: both;
}

.video-modal.show {
    display: block;
}

.video-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-body {
    position: absolute;
    width: 57.29%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
}

.modal-body .video {
    width: 100%;
}

.modal-body .close {
    position: absolute;
    right: 16px;
    top: 0;
    color: #FFF;
    font-size: 40px;
    cursor: pointer;
}

.modal-body .close:hover {
    opacity: 0.8;
}

.page-banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
    min-height: 720px;
}

.page-banner .swiper-pagination{
    position: absolute;
    top: 74%;
    width: 100%;
    text-align: center;
}
.page-banner .swiper-pagination .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
    background:#DFE1E6;
    opacity: .8;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 0;
    margin-left: 6px;
}
.page-banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #c7000b;
}

.banner-main {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.banner-main-box {
    max-width: 1280px;
    margin: 0 auto;
    /* background-image: url(../images/banner-bg.png);
    background-size:cover */


}

.banner-title {
    font-size: 60px;
    line-height: 80px;
}

.page-banner .banner-detail {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #575D6C;
    padding: 0 14%;
}

.banner-bg {
    width: 100%;
}

@media (min-width: 1024px) {
    .banner-bg.animate {
        transform: scale(1.2);
        transition: 4.5s;
    }
    .nav-content .content .detail-body .text.two-line{
        width: 220px;
    }
    .banner-cloud-1,
    .banner-cloud-2,
    .banner-cloud-3 {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        transition: top 0.1s;
    }

    .banner-cloud-1 {
        top: -40%;
    }

    .banner-cloud-2 {
        top: -25%;
    }

    .banner-cloud-1.animate {
        transform: translateY(-100%);
        transition: all 4.5s;
    }

    .banner-cloud-2.animate {
        transform: translateY(-100%);
        transition: all 4.5s;
    }

    .banner-cloud-3.animate {
        transform: translateY(250px);
        transition: all 4.5s;
    }

    .banner-cloud-3.end {
        transition: all 0.1s;
    }

    .agent-footer-title.animate {
        margin-top: 416px;
    }

    .banner-item.animate .title,
    .banner-item.animate .detail {
        opacity: 1;
        transform: translateY(0);
        transition: 1.5s;
    }

    .section-container.inteligent.animate {
        transform: translateY(0);
        opacity: 1;
    }

    .section-container.video.animate .video-box .video {
        transition: all 0.1s;
    }

    .section-container.video.animate .video-content .title {
        top: 100px;
        transform: translate(-50%, 0);
    }

    .section-container.video.animate .video-content .detail {
        opacity: 1;
        margin-top: 0;
    }

    .animate.box-2 .agent-img {
        opacity: 0;
        z-index: 0;
    }

    .animate.box-2 .agent-card-list {
        opacity: 1;
        transition: all 1s 0.5s;
        overflow: inherit;
    }

    .animate2.box-2 .agent-card-list {
        opacity: 0;
        transition: all 1s;
    }

    .animate.box-3 {
        transform: translateY(270px);
    }

    .section-container.inteligent {
        transform: translateY(200px);
        opacity: 0;
        transition: 1s;
    }

    .section-container.video .video-content .title {
        position: absolute;
        font-size: 32px;
        line-height: 40px;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        font-weight: bold;
        transform: translate(-50%, -50%);
        transition: all 1s;
    }

    .section-container.video .video-content .detail {
        position: absolute;
        top: 190px;
        left: 50%;
        transform: translateX(-50%);
        width: 1210px;
        opacity: 0;
        transition: all 1s;
        margin-top: 100px;
    }

    .inteligent .swiper-slide .swiper-box {
        position: relative;
        width: 84.4%;
        min-height: 300px;
        padding-bottom: 16px;
        box-sizing: border-box;
        background: #F5F6FA;
        transform: translateX(15.6%);
        z-index: 2;
    }


    .inteligent .swiper-slide-active .swiper-box {
        margin-top: -50px;
        width: 540px;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 32px;
        min-height: 398px;
        box-sizing: border-box;
        transform: translateX(0);
    }

}

.page-btn {
    margin-top: 40px;
    display: inline-block;
    padding: 9px 30px;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    background-color: #C7000B;
    border-radius: 2px;
    cursor: pointer;
}

.banner-item-wrap {
    position: relative;
    display: flex;
    max-width: 1280px;
    margin: -200px auto 0;
    z-index: 2;
}

.banner-item {
    width: calc(33.3333% - 26px);
    margin-right: 77px;
    text-align: center;
}

.banner-item:last-child {
    margin-right: 0;
}

.banner-item .title {
    font-size: 24px;
    line-height: 30px;
    opacity: 0;
    transform: translateY(100px);
}

.banner-item .detail {
    font-size: 14px;
    line-height: 22px;
    color: #8A8E99;
    margin-top: 16px;
    opacity: 0;
    transform: translateY(150px);
    text-align: left;
}



.section-container {
    margin: 120px auto 0;
    position: relative;
}

.section-title {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    z-index: 2;
}

.section-title .sub-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    max-width: 1280px;
    margin: 16px auto 0;
    letter-spacing: 0.1px;
}

.section-content {
    margin-top: 60px;
}

/* inteligent */
.section-container.inteligent .section-content {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;

}


.inteligent .swiper-container {
    width: 100%;
    padding: 45px 0 40px;
    margin-top: 55px;
}

.inteligent .swiper-slide {
    font-size: 18px;
    cursor: pointer;
}

.inteligent .swiper-slide .header {
    display: flex;
    font-size: 0;
}

.inteligent .swiper-slide .people-pic {
    max-width: 130px;
    margin-left: 10px;
}

.inteligent .swiper-slide .name-box {
    margin: 54px 14px 0 10px;
    overflow: hidden;
}

.inteligent .swiper-slide .name {
    font-size: 20px;
}

.inteligent .swiper-slide-active .people-pic {
    max-width: 220px;
    margin-left: 20px;
}

.inteligent .swiper-slide .people-pic-box {
    margin-top: 18px;
}

.inteligent .swiper-slide-active .people-pic-box {
    margin-top: -16px;
}

.inteligent .swiper-slide-active .name-box {
    margin: 55px 35px 0;
}

.inteligent .swiper-slide-active .name {
    font-size: 28px;
    line-height: 40px;
}

.inteligent .swiper-slide .position {
    font-size: 12px;
    color: #8A8E99;
    line-height: 20px;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inteligent .swiper-slide-active .position {
    font-size: 16px;
    padding-right: 50px;
}

.inteligent .swiper-slide:not(.swiper-slide-active) .info {
    position: relative;
    padding: 0 24px 0 24px;
    font-size: 12px;
    margin-top: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.inteligent .swiper-slide-active .info {
    position: relative;
    padding: 0 112px 0 40px;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    margin-top: 45px;
}

.inteligent .swiper-slide-active .info::before,
.inteligent .swiper-slide-active .info::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
}

.inteligent .swiper-slide-active .info::before {
    top: -36px;
    left: 40px;
    background-image: url(../images/L2_yinhao.png);
}

.inteligent .swiper-slide-active .info::after {
    background-image: url(../images/L2_yinhao2.png);
    bottom: -10px;
    right: 80px;
}

.watch-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.inteligent .swiper-slide .watch-button {
    margin-top: 8px;
    font-size: 12px;
}

.watch-button .play-icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background-image: url(../images/icon_32_playblack.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inteligent .swiper-slide .watch-button .text {
    opacity: 0;
}

.inteligent .swiper-slide-active .watch-button {
    margin-top: 32px;
    width: 104px;
    line-height: 26px;
}

.inteligent .swiper-slide-active .watch-button .play-icon,
.inteligent .swiper-box:hover .watch-button .play-icon {
    background-image: url(../images/icon_32_play.svg);
}

.inteligent .swiper-slide-active .watch-button .text {
    opacity: 1;
    font-size: 14px;
    color: #C7000B;
}



.inteligent .swiper-slide .swiper-box {
    box-shadow: 0 8px 16px rgba(37, 43, 58, 0.1);
    background: #F5F6FA;
}
.inteligent .swiper-slide-active .swiper-box {
    background-image: linear-gradient(46deg, #F5F6FA 0%, #EAF1F9 100%);
}
.inteligent .swiper-slide-active .swiper-box .swiper-box-bg {
    width: 100%;
}

.inteligent .swiper-button-next,
.inteligent .swiper-button-prev {
    outline: none;
    background: none;
}

.inteligent .swiper-button-next:hover::after,
.inteligent .swiper-button-prev:hover::after {
    opacity: 0.6;
}

.inteligent .swiper-button-next::after,
.inteligent .swiper-button-prev::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    margin-top: -14px;
    display: block;
    border-top: 2px solid #C7000B;
    border-left: 2px solid #C7000B;
}

.inteligent .swiper-button-next {
    right: -34px;
}

.inteligent .swiper-button-next::after {
    transform: rotateZ(135deg);
}

.inteligent .swiper-button-prev {
    left: -34px;
}

.inteligent .swiper-button-prev::after {
    transform: rotateZ(-45deg);
}

.inteligent .swiper-pagination-bullet {
    background: #D8D8D8;
    opacity: 1;
    outline: none;
}

.inteligent .swiper-pagination-bullet-active {
    background: #C7000B;
}

.inteligent .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
}

.inteligent .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 0;
    transform: translateY(50%);
}

.section-container.left-right .left-content-main {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.section-container.left-right .left-content {
    position: relative;
    width: 862px;
    height: 530px;
    margin-right: 32px;
}

.section-container.left-right .left-content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-container.left-right .left-content-bg.none {
    display: none;
}

/* .section-container.left-right .left-content-main {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
} */

.section-container.left-right .left-content-box {
    position: absolute;
    bottom: 45px;
    left: 65px;
    right: 65px;
    color: #FFF;
}

.section-container.left-right .left-content-main .title {
    font-size: 32px;
    line-height: 40px;
}

.section-container.left-right .left-content-main .detail {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

.section-container.inteligent .right-content {
    display: flex;
    width: calc(100% - 894px);
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.section-container.inteligent .right-list {
    display: flex;
    align-items: stretch;
}

.section-container.inteligent .right-content::-webkit-scrollbar {
    height: 6px;
    background: #F5F5F6;
}

.section-container.inteligent .right-content::-webkit-scrollbar-thumb {
    background: #DFE1E6;
    border-radius: 6px;
}

.section-container.inteligent .right-list-item {
    width: 342px;
    margin-right: 32px;
}

.right-list-item .item-header {
    height: 200px;
}

.right-list-item .item-body {
    padding: 32px;
    box-sizing: border-box;
    background-color: #F5F5F6;
    height: calc(100% - 200px);
}

.right-list-item .item-body .title {
    font-size: 32px;
    line-height: 40px;
}

.right-list-item .item-body .sub-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

.right-list-item .item-body .detail {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
    color: #575D6C;
}

.section-container.video .video-box {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.section-container.video .video-box .video {
    width: 100%;
    transform: translateY(-22%);
    position: relative;
    z-index: 0;
}

.agent-bubble {
    position: absolute;
    top: 0;
    bottom: 0;
}

.agent-bubble.left {
    left: 14.5%;
    right: 50%;
}

.agent-bubble.left-bottom {
    left: 20.5%;
    top: 47%;
    right: 55%;

}
.agent-bubble.center-bottom {
    left: 48%;
    top: 57%;
    /* right: 45%; */

}

.agent-bubble.right-bottom {
    right: 20.5%;
    top: 47%;
    left: 55%;
}

.agent-bubble.left .bubble {
    /* margin-right: 40px; */
}

.agent-bubble.left-bottom .bubble:not(:last-child) {
    /* margin-right: 78px; */
}

.agent-bubble.left .bubble:nth-of-type(1),
.agent-bubble.right .bubble:nth-of-type(4) {
    top: 25%;
}

.agent-bubble.right .bubble:nth-of-type(4) {
    right: 0;
}

.agent-bubble.left .bubble:nth-of-type(2),
.agent-bubble.right .bubble:nth-of-type(3) {
    left: 22%;
    top: 12%;
}

.agent-bubble.right .bubble:nth-of-type(3) {
    left: auto;
    right: 22%;
}

.agent-bubble.left .bubble:nth-of-type(3),
.agent-bubble.right .bubble:nth-of-type(2) {
    left: 44%;
    top: 2%;
}

.agent-bubble.right .bubble:nth-of-type(2) {
    right: 44%;
    left: auto;
}

.agent-bubble.left .bubble:nth-of-type(4),
.agent-bubble.right .bubble:nth-of-type(1) {
    left: 66%;
    top: -4%;
}

.agent-bubble.right .bubble:nth-of-type(1) {
    right: 66%;
    left: auto;
}

.agent-bubble.right-bottom .bubble:nth-of-type(3) {
    right: 0;
}

.agent-bubble.left-bottom .bubble:nth-of-type(2),
.agent-bubble.right-bottom .bubble:nth-of-type(2) {
    top: 12%;
    left: 36%;
}

.agent-bubble.right-bottom .bubble:nth-of-type(2) {
    right: 36%;
    left: auto;
}

.agent-bubble.left-bottom .bubble:nth-of-type(3),
.agent-bubble.right-bottom .bubble:nth-of-type(1) {
    left: 72%;
    top: 18%;
}

.agent-bubble.right-bottom .bubble:nth-of-type(1) {
    right: 72%;
    left: auto;
}

.agent-bubble.right {
    right: 14.5%;
    left: 50%;
}

.agent-bubble .bubble {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #242424;
    border-radius: 50%;
    background: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.00) 35%, rgba(199, 0, 12, 0.15) 99%);
    background: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.00) 35%, rgba(199, 0, 12, 0.15) 99%);
    background: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.00) 35%, rgba(199, 0, 12, 0.15) 99%);
    background: -ms-radial-gradient(center, cover, rgba(255, 255, 255, 0.00) 35%, rgba(199, 0, 12, 0.15) 99%);
    background: radial-gradient(center, cover, rgba(255, 255, 255, 0.00) 35%, rgba(199, 0, 12, 0.15) 99%);
    z-index: 2;
    transition: 2s;
}

.agent-bubble.bottom .bubble {
    width: 54px;
    height: 54px;
    line-height: 54px;
}
.agent-bubble.bottom .bubble a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.agent-bottom-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.agent-bottom-text.text-1 {
    font-size: 20px;
    color: #575D6C;
    bottom: 13.5%;
}

.agent-bottom-text.text-2 {
    font-size: 16px;
    color: #4C4C4C;
    bottom: 4%;
}

.agent-m-nav {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.agent-cloud-foundation {
    position: absolute;
    width: 150px;
    height: 40px;
    cursor: pointer;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.agent-m-nav .text.sm {
    font-size: 16px;
}

.agent-m-nav .text {
    font-size: 18px;
    color: #FFF;
    line-height: 26px;
}

.section-container.video .video-content {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    color: #FFF;
    line-height: 72px;
    background: rgba(0, 0, 0, 0.5);
}

.strong {
    font-weight: bold;
}

.section-container.video .video-content .title .strong {
    font-size: 44px;
    line-height: 1;
    vertical-align: middle;
    color: #FFF;
}


.section-container.video .video-content .detail .text {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}



/* agent */
.section-container.agent .section-content,
.section-container.join .section-content,
.section-container.news .section-content {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.section-container.agent a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.section-container.agent .agent-footer-item a:hover {
    text-decoration: none;
}

.section-container.agent .section-title .sub-title {
    font-size: 16px;
    line-height: 26px;
}

.inteligent-agent-box {
    background-image: url(../images/2345-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-bottom: 40px;
}

.agent-body {
    position: relative;
    margin-top: 114px;
    font-size: 0;
    z-index: 2;
}

.agent-img-box {
    position: relative;
}

.agent-img-box.box-2 {
    margin-top: -10.4%;
}

.agent-img-box.box-3 {
    margin-top: -20%;
    transition: all 1s;
}

.agent-img {
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 1s;
}

.agent-light {
    position: absolute;
    left: 30.5%;
    top: 5%;
}

.agent-card-list {
    position: absolute;
    display: flex;
    margin: -8px;
    top: 30%;
    opacity: 0;
}


.agent-card-list .agent-card-item {
    position: relative;
    display: inline-block;
    width: 33.3333%;
    overflow: hidden;
    margin: 8px;
    padding: 56px 60px 32px 32px;
    box-sizing: border-box;
    z-index: 3;
    box-shadow: 0 40px 40px rgba(37, 43, 58, 0.1);
}

.agent-card-list .agent-card-item:hover .agent-card-item-bg {
    transform: scale(1.05);
}

.agent-card-item-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 0.2s;
}

.agent-card-item-content {
    position: relative;
}

.agent-card-list .agent-card-item .title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 20px;
}

.agent-card-list .agent-card-item .thin {
    font-weight: 300;
}

.agent-card-list .watch-button .play-icon {
    background-image: url(../images/icon_32_play.svg);
    margin-left: -4px;
}

.agent-card-list .watch-button .text {
    font-size: 16px;
    color: #C7000B;
    line-height: 32px;
    vertical-align: middle;
}

.agent-card-list .agent-card-item .detail {
    font-size: 16px;
    margin-top: 6px;
}

.agent-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.agent-text .title {
    font-size: 30px;
    line-height: 42px;
    color: #C7000B;
    font-weight: 600;
}

.agent-text:hover .hover-detail {
    display: block;
}

.agent-text .hover-detail {
    display: none;
    position: absolute;
    width: 360px;
    top: calc(100% + 50px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
    box-sizing: border-box;
    letter-spacing: -0.47px;
    background: rgba(255, 255, 255, 0.9);
}

.agent-text .hover-detail::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.80);
}

.agent-text-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    background: url(../images/icon_16_L4down.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.agent-text:hover .agent-text-icon {
    background-image: url(../images/icon_16_L4up.svg);
}

.agent-text-nav,
.agent-text-nav-s {
    display: flex;
    position: absolute;
    bottom: 10%;
    font-size: 24px;
    line-height: 36px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.agent-text-nav-s {
    bottom: 25%;
    font-size: 16px;
    color: #4C4C4C;
    line-height: 22px;
}

.agent-text-nav-s .text {
    padding: 0 16px;
}

.agent-text-nav .text {
    padding: 0 42px;
    font-weight: 600;
}

.agent-text.position-1 {
    top: -5%;
}

.agent-text.position-2 {
    top: -10%;
}

.agent-text.position-3 {
    top: 44%;
}

.agent-text.position-4 {
    top: 70%;
}

.agent-cloud {
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 1;
    transition: top 0.1s;
}

.agent-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.agent-footer-title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-top: 146px;
    transition: all 1s;
}



.agent-footer-item {
    width: 25%;
    text-align: center;
    flex-grow: 1;
    padding: 32px;
    box-sizing: border-box;
    cursor: pointer;
}

.agent-footer-item:hover {
    box-shadow: 4px 6px 16px 0 rgba(37, 42, 59, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
}

.agent-footer-item:hover .title {
    color: #C7000B;
}

.agent-footer-item .title {
    color: #333;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    font-weight: 600;
}

.agent-footer-item .detail {
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    text-align: left;
}

/* creat */
.section-container.creat {
    position: relative;
    background-image: url(../images/06-pengcheng-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
    padding-top: 24px;
}

.section-container.creat .section-title .title {
    top: 130px;
}

.section-container.creat .section-content {
    max-width: 1280px;
    margin: 56px auto 0;
    padding-bottom: 278px;
    box-sizing: border-box;
}

.nav-list .left-nav-item {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1366px) {
    .section-container.creat .nav-list {
        padding-left: 206px;
    }

    .nav-list .left-nav-item {
        margin-right: 160px;
        float: left;
    }
}

@media (max-width: 1365px) {
    .nav-list {
        display: flex;
    }
}


.nav-list .left-nav-item .title {
    position: relative;
}

.nav-list .left-nav-item .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -12px;
    height: 2px;
    width: 0;
    transform: translateX(-50%);
    transition: width .3s ease;
    background: #C7000B;
}

.nav-list .left-nav-item.selected {
    font-weight: 600;
}

.nav-list .left-nav-item.selected .title::before,
.nav-list .left-nav-item .title:hover::before {
    width: 100%;
}

.nav-content {
    display: flex;
    margin-top: 54px;
    min-height: 436px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 8%, rgba(255, 255, 255, 0.00) 100%);
    padding: 32px 102px 19px;
}

.nav-content .toggle-box {
    width: 100%;
    display: none;
    min-height: 388px;
}

.nav-content .toggle-box .content {
    flex: 1;
}

.nav-content .toggle-box.show {
    display: flex;
    justify-content: space-between;
}

/* .nav-content .content {
    flex-grow: 1;
} */

.nav-content .content .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 32px;
}
.nav-content .content .title .text {
    display: inline-block;
    vertical-align: middle;
}
.nav-content .content .title img {
    vertical-align: middle;
}

.nav-content .content .detail {
    padding-left: 52px;
    color: #252B3A;
}

.nav-content .content .more-detail {
    margin-top: 16px;
}

.nav-content .content .more-detail.mb {
    display: none;
}

.nav-content .content .more-detail.text {
    margin-top: 12px;
}

.nav-content .content .more-detail a {
    padding-left: 56px;
    font-size: 14px;
    line-height: 24px;
}

.nav-content .content .more-detail img {
    vertical-align: text-bottom;
}

.nav-content .content .detail+.detail {
    margin-top: 40px;
}

.nav-content .content .detail-head {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    white-space: nowrap;
}

.nav-content .content .detail-body {
    font-size: 32px;
    line-height: 40px;
    white-space: nowrap;
}

.nav-content .content .detail-body img {
    vertical-align: sub;
    margin-left: 8px;
}

.nav-content .content .detail-body .number {
    display: inline-block;
    margin-right: 8px;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -2.12px;
}

.nav-content .content .detail-body .add {
    font-size: 72px;
    letter-spacing: -2.12px;
    line-height: 72px;
}

.nav-content .content .detail-body .text {
    display: block;
    font-size: 40px;
    line-height: 72px;
    white-space: nowrap;
    letter-spacing: -1.18px;
}

.nav-content .content .detail-body .text.two-line {
    line-height: 60px;
}

/* practice */
.section-container.practice {
    margin-top: 0;
    padding-top: 80px;
    background: url(../images/practice-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.section-container.practice .section-content {
    margin-top: 16px;
}

.practice-wrap.business {
    margin: 0 auto;
    max-width: 1280px;
}

.practice-wrap>.title {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}

.practice-wrap .sub-title {
    margin-top: 8px;
    font-size: 16px;
    color: #575D6C;
    text-align: center;
    line-height: 22px;
}

.practice-wrap .content {
    margin-top: 30px;
}

.drawer-box {
    display: flex;
    margin-bottom: 80px;
}

.drawer-box .left-content {
    width: 963px;
    margin-right: 15px;
}

.drawer-box .right-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 302px;
}

.drawer-box .right-content .drawer-box-right-img {
    position: relative;
    font-size: 0;
    width: 100%;
    height: 170px;
}

.drawer-box .right-content .drawer-box-right-img:not(:last-child) {
    margin-bottom: 16px;
}

.drawer-box-right-img .content-wrap {
    overflow: hidden;
}

.drawer-box-right-img .mask-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(37, 43, 58, .3);
    z-index: 2;
}

.drawer-box-right-img .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.drawer-box-right-img img {
    width: 100%;
    transition: all .2s;
}

.drawer-box-right-img:hover .content-wrap>img {
    transform: scale(1.05);
    transition: all .2s;
}

.drawer-box-right-img:hover .content-wrap .mask-box {
    background-color: transparent;
}

.drawer-box-right-img .tip {
    position: absolute;
    left: 16px;
    bottom: 8px;
    right: 20px;
    z-index: 2;
}

.drawer-box-right-img .tip .tip-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    font-weight: 500;
}

.drawer-box-right-img .tip .tip-detail {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.drawer-box-right-img .tip .tip-detail .duration {
    float: right;
}

/* .drawer-box-right-img .tip .tip-icon {
    width: 19px;
    height: 19px;
    margin-right: 4px;
} */

.drawer-box-right-select::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 12px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #C7000B;
}

.drawer-box-right-select::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    border-left: 4px solid #C7000B;
}

/* .drawer-box-right-select .mask-box {
    display: none;
} */

.drawer-box-item .videos-box {
    position: relative;
    width: 100%;
    height: 542px;
    overflow: hidden;
}

.drawer-box-item .videos-box .videos-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.drawer-box-item .videos-box .videos-mask .videos-play {
    position: relative;
    display: inline-block;
    width: 76px;
    height: 76px;
    left: 50%;
    top: 50%;
    background-image: url(../images/icon_96_play.svg);
    background-size: cover;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    cursor: pointer;
    z-index: 2;
}

.drawer-box-item .videos-box .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .2s;
}

.videos-box:hover .video-bg {
    transform: scale(1.05);
}

.drawer-box-item .videos-box:hover .videos-mask {
    background-color: rgba(0, 0, 0, 0.1);
}

.drawer-box-item .videos-box video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.drawer-box-item.toggle-box {
    display: none;
    font-size: 0;
    width: 100%;
}

.drawer-box-item.toggle-box.show {
    display: inline-block;
}

.drawer-box-header {
    display: flex;
    padding: 45px 40px 46px 49px;
    background-color: #fff;
    box-shadow: 0 8px 12px 0 rgba(37, 43, 58, 0.1);
}

.drawer-box-num {
    font-size: 40px;
    line-height: 56px;
    margin-right: 50px;
    margin-top: 9px;
}

.drawer-box-title .main {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 9px;
}

.drawer-box-title .sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #575D6C;
    margin-top: 7px;
}

.drawer-box-item-img {
    width: 100%;
    /* height: 542px; */
}

.practice-wrap.industry>.title {
    text-align: center;
    padding: 0 16.6%;
}

.practice-wrap.industry .content {
    overflow-x: hidden;
    padding-bottom: 20px;
}

.practice-wrap.industry .practice-item-wrap {
    position: relative;
    padding: 0 16px;
}

.swiper-pagination-progressbar {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -4px;
    background: rgba(0, 0, 0, .25);

}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: blue;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.industry .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #C7000B;
}

.practice-item-wrap.swiper-container-free-mode>.swiper-wrapper,
.practice-item-wrap.swiper-container-free-mode .swiper-pagination-progressbar-fill {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.practice-item-box {
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(37, 43, 58, 0.1);
    background-color: #FFF;
    font-size: 0;
}

.practice-item-box.swiper-slide {
    width: 302px;
}

.practice-item-header {
    overflow: hidden;

}

.practice-item-box:hover .practice-item-body .title {
    color: #C7000B;
}

.practice-item-box:hover .practice-item-header img {
    transform: scale(1.05);
    transition: all .2s;
}

.practice-item-box:last-of-type {
    margin: 0px;
}

.practice-item-header img {
    width: 100%;
    transition: all .2s;
}

.practice-item-body {
    padding: 16px 15px 18px 15px;
}

.practice-item-body .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.practice-item-body .detail {
    margin-top: 6px;
    font-size: 14px;
    color: #575D6C;
    line-height: 24px;
    min-height: 48px;
}


/* join */
.section-container.join {
    background: url(../images/join-bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
    padding-top: 57px;
}

.section-container.join .mb-title {
    display: none;
}

.section-container.join .section-title .sub-title {
    margin-top: 32px;
    font-size: 24px;
    color: #252B3A;
    text-align: center;
    line-height: 30px;
}

.section-container.join .page-btn {
    margin-top: 32px;
}

.section-container.join .section-content {
    margin-top: 44px;
    margin-bottom: 92px;
    background: url(../images/L9-jizuo-bg-pc.svg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.section-container.join .section-content,
.section-container.join .img-box {
    display: flex;
    justify-content: space-between;
}

.section-container.join .img-box {
    flex-wrap: wrap;
}

.section-container.join .img-box img {
    width: 110px;
    margin-bottom: 38px;
}

/* .section-container.join .img-box img:last-of-type {
    margin-right: 0;
}

.section-container.join .img-box:not(:last-of-type) {
    margin-bottom: 38px;
} */

.section-container.join .content-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.section-container.join .sub-title {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 35px;
}

.section-container.join .center .content-title {
    margin-bottom: 22px;
}

.section-container.join .center .content {
    position: relative;
    width: 405px;
    height: 333px;
}

.section-container.join .center .content .text {
    position: absolute;
    bottom: 84px;
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.section-container.join .center .content .center-img {
    padding: 42px 76.7px;
    display: flex;
    justify-content: space-between;
}

.section-container.join .center .content img {
    width: 104px;
}

/* news */
.section-container.news {
    margin-top: 60px;
    padding-top: 61px;
    padding-bottom: 327px;
    background: url(../images/news-bg.jpg) no-repeat;
    /* background-size: cover;
    background-position-y: 26%; */
    background-size: 100% 100%;
}

.section-container.news .section-title {
    line-height: 78px;
}

.section-container.news .section-content {
    margin: 31px auto 0;
    max-width: 1280px;
    background-color: #FFF;
}

.section-container.news .left-content {
    float: left;
    width: 65%;
    height: 625px;
    margin-right: 0;
    overflow: hidden;
}

.section-container.news .left-content .logo-wrap {
    position: absolute;
    right: 16px;
    bottom: 24px;
    /* font-size: 0; */
}

.section-container.news .left-content .logo-wrap .logo-title {
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
}

.section-container.news .left-content .left-content-bg {
    border-radius: 2px;
    transition: 0.2s;
}

.section-container.news .left-content:hover .left-content-bg {
    transform: scale(1.05);
}

.section-container.news .left-content-main:hover .videos-box .videos-mask.videos-mask {
    background-color: rgba(0, 0, 0, 0.1);
}

.section-container.news .left-content .toggle-box {
    height: 100%;
    display: none;
}

.section-container.news .left-content .toggle-box.show {
    display: inline-block;
}

/* .section-container.news .right-content .swiper-slide{
    width: auto;
} */

.section-container.news .right-content .swiper-slide-thumb-active .title {
    color: #C7000B;
}

.section-container.news .left-content-box {
    left: 24px;
    right: 24px;
    bottom: 16px;
}


.section-container.news .left-content-main .title {
    position: absolute;
    left: -10px;
    top: -24px;
    max-width: 700px;
    padding: 0 30px;
    font-size: 20px;
    line-height: 46px;
    letter-spacing: 1.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    background-color: #FFF;
    border-right: 10px solid #C7000B;
}

.section-container.news .left-content-main .videos-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    overflow: hidden;
}

.section-container.news .left-content-main .videos-box .videos-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.left-content-main .videos-box .videos-mask .videos-play {
    position: relative;
    display: inline-block;
    width: 76px;
    height: 76px;
    left: 50%;
    top: 50%;
    background-image: url(../images/icon_96_play.svg);
    background-size: cover;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    cursor: pointer;
}

.left-content-main .videos-box video {
    width: 100%;
    height: 100%;
    /* object-fit: fill */
}

.section-container.news .left-content .left-content-main.news-img {
    top: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.section-container.news .left-content-main .detail {
    padding: 30px 107px 14px 20px;
    margin-top: 0;
    font-size: 14px;
    line-height: 23px;
    color: #FFF;
    letter-spacing: 1.4px;
    background-color: rgba(255, 255, 255, 0.2);
}

.section-container.news .left-content-main .detail::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 22px;
    display: inline-block;
    border-width: 5px;
    border-style: solid;
    border-color: #AFAFAF;
    border-left-color: transparent;
    border-bottom-color: transparent;

}

.section-container.news .left-content-main .detail::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 16px;
    bottom: 16px;
    right: 90px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.section-container.news .right-content {
    width: 35%;
    height: 625px;
    overflow-y: scroll;
    background: #F5F6FA;
    box-shadow: 0 4px 20px 0 rgba(120, 120, 120, .5);
}

.section-container.news .right-content-item {
    position: relative;
    padding: 21px 30px;
    cursor: pointer;
}

.section-container.news .right-content-item:hover .title {
    color: #C7000B;
}

.section-container.news .right-content-item:hover .title::before {
    background-color: #C7000B;
}

.section-container.news .right-content-item:not(:last-child)::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 21px;
    top: 0;
    right: 21px;
    height: 100%;
    border-bottom: 1px solid #eeeeee;
}

.section-container.news .right-content-item.active {
    background-color: #fff;
}

.section-container.news .right-content-item.active .title {
    color: #C7000B;
}

.section-container.news .right-content-item .red-circle {
    display: inline-block;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    background: url(../images/video-icon.png);
}

.section-container.news .right-content-item .red-circle:hover {
    background: url(../images/video-icon-hover.png);
}

.section-container.news .right-content-item .title {
    position: relative;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
}

.section-container.news .right-content-item .title::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 2px;
    background-color: #ABBAC4;
}

.section-container.news .right-content-item.active .title::before {
    background-color: #C7000B;
}

.section-container.news .right-content-item .detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    color: #8A8E99;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
}

.section-container.news .right-content::-webkit-scrollbar {
    width: 4px;
    background: #FAFAFA;
}

.section-container.news .right-content::-webkit-scrollbar-thumb {
    background: #ADADAD;
    border-radius: 6px;
}

@media (max-width: 1200px) {
    .modal-body {
        width: 88%;
    }
    .banner-cloud-mb{
        position: absolute;
        bottom: 0;
        z-index: 10;
        width: 100%;
    }

    .mb-wrap {
        background: url(../images/L8-9-10-bg.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .banner-main-box,
    .banner-item-wrap,
    .section-container.agent .section-content,
    .section-container.join .section-content,
    .section-container.news .section-content,
    .section-container.creat .section-content,
    .section-container.news .section-content,
    .practice-wrap.business {
        margin: 0 14px;
    }

    .section-container.inteligent .section-content {
        width: 250%;
        margin: 0;
    }

    .section-title {
        font-size: 18px;
        line-height: 25px;
    }

    .section-title .sub-title {
        font-size: 12px;
        line-height: 17px;
        margin-top: 8px;
    }



    /* creat */
    .section-container.creat {
        padding-top: 0;
        background: url(../images/06-mb-bg.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .section-container.creat .section-content {
        margin-top: 20px;
        padding-bottom: 111px;
    }

    .nav-list {
        position: relative;
    }

    .nav-list::before {
        content: '';
        position: absolute;
        display: inline-block;
        left: -14px;
        right: -14px;
        bottom: -8px;
        height: 1px;
        background-color: #DFE1E6;
    }

    .nav-list .left-nav-item {
        font-size: 14px;
        line-height: 20px;
    }

    .nav-list .left-nav-item .title::before {
        bottom: -9px;
    }

    .nav-content {
        margin-top: 0px;
        padding: 0;
        background: none;
        height: 436px;
    }

    .nav-content .content .title {
        font-size: 12px;
        line-height: 17px;
        margin: 0 14px 16px;
    }
    .nav-content .content .title .text {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
    }
    .nav-content .content .part-1.detail {
        min-width: 186px;
    }
    .nav-content .content .part-1.detail+.detail {
        padding-left: 20px;
    }
    .nav-content .content .title>img {
        position: relative;
        top: -2px;
        width: 24px;
    }

    .nav-content .content .detail {
        display: inline-block;
        padding-left: 42px;
        min-width: 168px;
    }

    .nav-content .content .detail-head {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 14px;
    }

    .nav-content .content .detail-body {
        font-size: 16px;
        line-height: 22px;
    }

    .nav-content .content .detail-body img {
        width: 16px;
    }

    .nav-content .content .detail-body .number {
        font-size: 32px;
        line-height: 45px;
    }

    .nav-content .content .detail-body .text {
        font-size: 24px;
        line-height: 33px;
    }

    .nav-content .content .detail-body .add {
        font-size: 32px;
        line-height: 45px;
        margin-left: -4px;
        vertical-align: sub;
        margin-right: 8px;
    }

    .nav-content .content .detail-body .text.two-line {
        line-height: 40px;
    }

    .nav-content .toggle-box.show {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .nav-content .toggle-box .content {
        width: 100%;
        margin-top: 12px;
        flex-wrap: wrap;
        flex: none;
    }

    .nav-content .content .detail+.detail {
        min-width: 138px;
        margin-top: 0;
    }

    .nav-content .content .more-detail {
        display: none;
    }

    .nav-content .content .more-detail.mb {
        float: right;
        line-height: 24px;
        display: block;
        margin-top: 0;
    }

    .nav-content .content .more-detail.mb img {
        width: 12px;
        vertical-align: middle;
    }

    .nav-content .content .more-detail.mb a {
        font-size: 10px;
        line-height: 14px;
    }

    /* practice */
    .section-container.practice {
        padding-top: 24px;
        background: none;
    }

    .practice .mb-section-content {
        display: block;
        margin: 0 14px;
    }

    .practice .mb-section-content .mb-nav {
        position: relative;
        height: 44px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
    }

    .practice .mb-section-content .mb-nav::before {
        content: '';
        position: absolute;
        display: inline-block;
        left: -14px;
        right: -14px;
        bottom: 2px;
        height: 1px;
        background-color: #DFE1E6;
    }

    .mb-section-content .mb-nav .mb-nav-list.active {
        position: relative;
        font-weight: 600;
    }

    .mb-section-content .mb-nav .mb-nav-list.active::before {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -9px;
        width: 100%;
        height: 2px;
        background-color: #C7000B;
    }

    .mb-nav-content .toggle-box {
        display: none;
    }

    .mb-nav-content .toggle-box.show {
        display: block;
    }

    .mb-nav-content .toggle-box .box-item {
        display: flex;
        margin-top: 16px;
    }

    .mb-nav-content .toggle-box .left-content {
        position: relative;
        width: 129px;
        height: 74px;
        margin-right: 16px;
    }

    .mb-nav-content .left-content img {
        width: 100%;
    }

    .mb-nav-content .left-content .videos-mask {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2)
    }

    .mb-nav-content .left-content .videos-mask .videos-play {
        position: relative;
        width: 24px;
        height: 24px;
        left: 50%;
        top: 50%;
        background-image: url(../images/icon_32_play_white.svg);
        background-size: cover;
        transform: translate(-50%, -50%);
        opacity: 0.8;
        cursor: pointer;
    }

    .mb-nav-content .toggle-box .right-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 145px);
    }

    .mb-nav-content .right-content .title {
        font-weight: 600;
        margin-bottom: 8px;
    }

    .mb-nav-content .right-content .detail {
        font-size: 12px;
        line-height: 20px;
    }

    /* news */
    .section-container.news {
        padding: 0;
        background: none;
        margin-top: 40px;
    }

    .section-container.news .section-title {
        line-height: 25px;
        margin-bottom: 16px;
    }

    .section-container.news .section-content {
        background-color: transparent;
    }

    .section-container.news .mb-news {
        display: block;
    }

    .mb-news .primary-new .video-box {
        position: relative;
        margin-top: 14px;
        padding-top: 55.6%;
        overflow: hidden;
    }

    .mb-news .primary-new .video-box img {
        position: absolute;
        top: 0;
        z-index: 2;
        width: 100%;
    }

    .mb-news .primary-new .video-box .videos-mask {
        position: absolute;
        z-index: 3;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2)
    }

    .mb-news .primary-new .video-box .videos-mask .videos-play {
        position: relative;
        width: 44px;
        height: 44px;
        left: 50%;
        top: 50%;
        background-image: url(../images/icon_32_play_white.svg);
        background-size: cover;
        transform: translate(-50%, -50%);
        opacity: 0.8;
        cursor: pointer;
    }

    .mb-news .duration {
        position: absolute;
        right: 8px;
        bottom: 8px;
        display: inline-block;
        padding: 2px 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 2px;
        font-size: 10px;
        color: #FFFFFF;
        line-height: 14px;
    }

    .mb-news .primary-new .video-box video {
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover;
    }

    .mb-news .news-list-item {
        display: flex;
        padding-top: 17px;
        padding-bottom: 16px;
    }

    .mb-news .news-list-item.hide {
        display: none;
    }

    .mb-news .news-list-item:not(:last-of-type) {
        border-bottom: 1px solid #DFE1E6;
    }

    .mb-news .news-list-item.last {
        border-bottom: 0;
    }

    .mb-news .news-list-item .list-left {
        width: calc(100% - 112px);
    }

    .mb-news .news-list-item .list-right {
        margin-left: 8px;
        position: relative;
    }

    .mb-news .news-list-item .list-right .videos-mask {
        position: absolute;
        left: 0;
        right: 0;
        top: 6px;
        height: 78px;
        background-color: rgba(0, 0, 0, 0.2)
    }

    .mb-news .news-list-item .list-right .videos-mask .videos-play {
        position: relative;
        width: 24px;
        height: 24px;
        left: 50%;
        top: 50%;
        background-image: url(../images/icon_32_play_white.svg);
        background-size: cover;
        transform: translate(-50%, -50%);
        opacity: 0.8;
        cursor: pointer;
    }

    .mb-news .list-left .title,
    .mb-news .primary-new .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding-left: 6px;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .mb-news .list-left .title::before,
    .mb-news .primary-new .title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 1.5px;
        height: 12px;
        background-color: #8A8E99;

    }

    .mb-news .list-left .detail,
    .mb-news .primary-new .detail {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 12px;
        color: #575D6C;
        letter-spacing: 0;
        text-align: justify;
        line-height: 20px;
    }

    .mb-news .news-list-item .list-right img {
        margin-top: 6px;
        width: 104px;
        height: 78px;
    }

    .mb-news .fold-btn,
    .mb-news .unfold-btn {
        display: none;
        text-align: center;
    }

    .mb-news .fold-btn img,
    .mb-news .unfold-btn img {
        vertical-align: text-top;
    }

    .mb-news .fold-btn.show,
    .mb-news .unfold-btn.show {
        display: block;
    }

    /* join */
    .section-container.join {
        padding-top: 40px;
        background: none;
    }

    .section-container.join .mb-title {
        display: block;
    }

    .section-container.join .center {
        width: 100%;
    }

    .section-container.join .center .content {
        margin: 0 auto;
    }

    .section-container.join .section-title .sub-title {
        font-size: 12px;
        line-height: 17px;
        padding: 0 41px;
        margin: 8px 0 24px;
    }

    .section-container.join .content-title {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
    }
    .section-container.join .img-box .img-box-item {
        width: 25%;
        text-align: center;
    }

    .section-container.join .sub-title {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 16px;
    }

    .section-container.join .section-content {
        flex-wrap: wrap;
        background: url(../images/mb-jizuo-bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 24px;
    }

    .section-container.join .img-box img {
        width: 76px;
        margin-right: 0px;
        margin-bottom: 8px;
        height: 26px;
    }

    .section-container.join .img-box {
        margin: 0 20px;
        font-size: 0;
    }

    /* .section-container.join .section-content .center {
        
    } */

    .section-container.join .center .content-title {
        margin-bottom: 0;
        margin-top: 8px;
    }

    .section-container.join .center .content {
        width: auto;
        height: auto;
        margin-bottom: 49px;
        background: none;
    }

    .section-container.join .center .content .center-img {
        padding: 0;
        max-width: 112px;
        margin: 12px auto;
    }

    .section-container.join .center .content img {
        width: 48px;
    }

    .section-container.join .center .content .text {
        position: static;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
    }



    /* footer */
    /* #footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.footer-nav,
.footer-copyright-container {
    background: none;
} */

    .agent-card-list .agent-card-item {
        width: 100%;
    }
}

.mb {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .agent-body {
        transform: scale(0.7);
        margin-top: -50px;
        z-index: 2;
    }

    .agent-footer-title.animate {
        margin-top: 120px;
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .section-container.video .video-content {
        padding: 60px 40px;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {

    .agent-bubble .bubble,
    .agent-bubble.bottom .bubble {
        width: 44px;
        height: 44px;
        font-size: 12px;
        line-height: 44px;
        transform: scale(0.8);
    }

}
.ipad{
    display: none;
}
@media (max-width: 1200px) {
    .mb {
        display: block;
    }

    .pc {
        display: none;
    }
    .banner-title .text {
        display: block;
        font-size: 28px;
        color: #000;
        letter-spacing: -0.37px;
        text-align: center;
        line-height: 40px;
    }

    .banner-main {
        position: relative;
        top: 0;
        padding-top: 24px;
        padding-bottom: 32px;
        /* background-image: url(../images/L1-banner01-mb.jpg); */
        background-size: cover;
        min-height: 648px;
    }

    .banner-main.bg-mb-1{
        background-image: url(../images/L1-banner01-mb.jpg);
    }
    .banner-main.bg-mb-2{
        background-image: url(../images/L1-banner02-mb.jpg);
    }
    .banner-main.bg-mb-3{
        background-image: url(../images/L1-banner03-mb.jpg);
    }
    .banner-main.bg-mb-4{
        background-image: url(../images/L1-banner04-mb.jpg);
    }

    .page-banner .banner-detail {
        font-size: 12px;
        text-align: justify;
        line-height: 20px;
        padding: 0 22px;
    }

    .page-btn {
        margin-top: 16px;
        padding: 6px 18px;
    }

    .banner-list-mb {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 30px);
        margin: 60px auto 70px;
        padding-bottom: 16px;
        background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
        position: absolute;
        top: 360px;
        left: 4%;
        z-index: 2;
    }

    .banner-item-mb {
        text-align: center;
        width: 100%;

    }
    .banner-item-mb .title {
        font-size: 32px;
        line-height: 38px;
        color: #FFF;
        margin-left: -2px;
        margin-bottom: -2px;
    }

    .banner-item-mb .detail {
        font-size: 16px;
        color: #130000;
        line-height: 22px;
        padding: 0 16px;
        
    }
    .banner-item-mb .detail .main {
        text-align: center;
        padding-top: 16px;
    }
    .banner-item-mb .detail .sub {
        font-size: 12px;
        color: #8A8E99;
        margin-top: 8px;
        line-height: 20px;
    }

    .section-container {
        margin-top: 40px;
    }

    .section-container.inteligent {
        margin-top: 32px;
    }

    .section-title {
        font-size: 18px;
        line-height: 24px;
    }

    .section-title .sub-title {
        font-size: 12px;
        line-height: 16px;
        color: #575D6C;
        margin-top: 8px;
    }

    

    .inteligent .swiper-slide .swiper-box {
        width: 100%;
        margin-top: 0;
        min-height: 290px;
    }
    
    .inteligent .swiper-pagination {
        bottom: -2px;
    }

    .section-container.agent .section-title .sub-title {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        padding: 0 24px;
        letter-spacing: -0.45px;
    }

    

    .inteligent .swiper-slide-active .people-pic {
        max-width: 125px;
    }

    .inteligent .swiper-slide-active .name-box {
        margin: 26px 10px 0 28px;
        padding-bottom: 10px;
    }

    .inteligent .swiper-slide-active .name {
        font-size: 16px;
        line-height: 22px;
    }

    .inteligent .swiper-slide-active .position {
        font-size: 12px;
        line-height: 20px;
        color: #8A8E99;
        padding: 0;
    }

    .watch-button .play-icon {
        width: 28px;
        height: 28px;
    }

    .inteligent .swiper-slide-active .people-pic-box {
        margin-top: -4px;
    }

    .inteligent .swiper-slide-active .watch-button .text {
        font-size: 12px;
        vertical-align: middle;
    }

    .inteligent .swiper-slide-active .watch-button {
        font-size: 12px;
        line-height: 16px;
        margin-top: 16px;
    }

    .inteligent .swiper-slide-active .info {
        padding: 24px 20px;
        font-size: 12px;
        line-height: 20px;
        margin-top: 0;
        color: #252B3A;
    }

    .inteligent .swiper-slide-active .info::before {
        top: -8px;
        left: 16px;
    }

    .inteligent .swiper-slide-active .info::after {
        bottom: 5px;
        right: 16px;
    }

    .section-container.video .video-box .video {
        transform: scale(2);
        height: 100%;
    }

    .section-container.video .video-box {
        height: 330px;
    }

    .agent-text-nav,
    .agent-text-nav-s {
        font-size: 12px;
        line-height: 16px;
    }

    .agent-text-nav {
        bottom: 8%;
        transform: translateX(-50%) scale(0.8);
    }

    .agent-text-nav-s {
        transform: translateX(-50%) scale(0.6);
        bottom: 22%;
    }

    .agent-text.position-2 {
        top: -14.42%;
    }

    .agent-text.position-4 {
        top: 67%;
    }

    .agent-text.position-3 {
        top: 39%;
    }

    .agent-text .hover-detail {
        top: 50%;
        transform: translateX(-50%) scale(0.5);
    }

    .agent-text .hover-detail.mb-position {
        top: -10%;
    }
    .agent-card-list {
        width: 250%;
        height: 160px;
        z-index: 5;
        padding: 0 14% 20px;
    }
    .agent-card-list.animate {
        opacity: 1;
    }
    .agent-card-list .agent-card-item {
        margin: 0;
        transform: scale(0.8);
        z-index: 5;
        box-shadow: 0 10px 10px rgba(37, 43, 58, 0.1);
    }
    .agent-card-list .agent-card-item.swiper-slide-active {
        transform: scale(0.9);
    }
    .agent-card-list .agent-card-item .title{
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        color: #252B3A;
        margin-bottom: 14px;
    }
    .agent-card-list .agent-card-item .detail {
        font-size: 10px;
        margin-top: 16px;
        line-height: inherit;
    }
    .watch-button{
        height: 17px;
    }
    .watch-button .play-icon{
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .agent-card-list .watch-button .text {
        font-size: 12px;
        color: #C7000B;
        line-height: 0;
        vertical-align: middle;
    }
    .agent-img-box.box-3{
        /* margin-top: 27%; */
    }
    .animate.box-2 .agent-img {
        opacity: 0;
        z-index: 0;
    }
    .animate.box-2 {
        height: 200px;
    }
    .animate.box-2 .agent-card-list {
        opacity: 1;
        transition: all 1s 0.5s;
    }

    .animate2.box-2 .agent-card-list {
        opacity: 0;
        transition: all 1s;
    }

    .animate.box-3 {
        transform: translateY(104px);
    }
    .animate.agent-footer-title {
        margin-top: 132px;
    }
    .section-container.video .video-content {
        background: url(../images/L3-5g-bg.jpg);
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 1270px) {
    .agent-card-list .agent-card-item {
        padding: 16px 10px 16px 20px;
    }

    /* agent */
    .section-container.video .video-content {
        padding: 60px 40px;
    }

    .section-container.video .video-content .title {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }

    .section-container.video .video-content .title .sub {
        font-size: 24px;
        line-height: 34px;
    }

    .section-container.video .video-content .title .strong {
        font-size: 36px;
        font-weight: normal;
    }

    .section-container.video .video-content .detail {
        font-size: 12px;
        line-height: 20px;
        color: #FFF;
        margin-top: 16px;
        letter-spacing: 0.1px;
        width: auto;
    }

    .section-container.video .video-content .detail .text {
        font-size: 12px;
        line-height: 17px;
    }

    .agent-bubble.left {
        left: 6.5%;
        right: 56%;
    }

    .agent-bubble.right {
        right: 6.5%;
        left: 56%;
    }

    .agent-bubble.left .bubble:nth-of-type(1),
    .agent-bubble.right .bubble:nth-of-type(4) {
        top: 25%;
    }

    .agent-bubble.left .bubble:nth-of-type(2),
    .agent-bubble.right .bubble:nth-of-type(3) {
        top: 3%;
    }

    .agent-bubble.left .bubble:nth-of-type(3),
    .agent-bubble.right .bubble:nth-of-type(2) {
        top: -11%;
    }

    .agent-bubble.left .bubble:nth-of-type(4),
    .agent-bubble.right .bubble:nth-of-type(1) {
        top: -21%;
    }

    .agent-text-icon {
        width: 8px;
        height: 8px;
        bottom: -6px;
    }

    .agent-text.position-1 {
        top: -22%;
    }

    .agent-text-nav .text {
        padding: 0 15px;
    }

    .agent-m-nav .text,
    .agent-m-nav .text.sm {
        font-size: 12px;
        line-height: 16px;
    }

    .agent-m-nav {
        top: 22.5%;
        transform: translateX(-50%) scale(0.5);
        white-space: nowrap;
    }

    .agent-bubble.left-bottom {
        left: 12.5%;
        top: 38%;
        right: 56%;
    }

    .agent-bubble.right-bottom {
        right: 12.5%;
        top: 34%;
        left: 56%;
    }

    .agent-bottom-text.text-1 {
        font-size: 12px;
        bottom: 7.5%;
    }

    .agent-bottom-text {
        transform: translateX(-50%) scale(0.6);
    }

    .agent-bottom-text.text-2 {
        font-size: 12px;
        bottom: 0;
    }

    .agent-footer-item {
        padding: 0;
        margin-bottom: 8px;
    }

    .agent-footer-item img {
        width: 36px;
    }

    .agent-footer-title {
        font-size: 12px;
        line-height: 17px;
        color: #575D6C;
        margin-top: 24px;
    }

    .agent-footer {
        margin-top: 8px;
    }

    .agent-footer-item .title {
        margin-top: 8px;
        font-weight: normal;
        font-size: 12px;
        color: #575D6C;
        text-align: center;
        line-height: 18px;
    }

    .agent-footer-item .detail {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {

    .banner-main-box,
    .banner-item-wrap,
    .section-container.inteligent .section-content,
    .section-container.agent .section-content,
    .section-container.join .section-content,
    .section-container.news .section-content,
    .section-container.creat .section-content,
    .section-container.news .section-content,
    .practice-wrap.business {
        max-width: 1150px;
    }
    .agent-card-list .agent-card-item {
        height: 240px;
    }
    .agent-card-item-bg {
        height: 100%;
    }
}
@media (min-width: 1200px) {
    .pageSection{
        position: fixed;
        top: 36%;
        left: 40px;
        z-index: 20;
    }
    /* .agent .section-title{
        bottom: 30px;
    } */
    #agentFootTitle{
        margin-top: 280px;
    }

    .point{
        margin-top: 20px;
        width: 10px;
        height: 10px;
        border: 2px solid #c5c5c5;
        border-radius: 100%;
    }
    .point.selected{
        background: #c7000b;
        border: 2px solid #c70005;
    }
    .inteligent .swiper-slide-next .swiper-box {
        transform: translateX(55.6%);
    }

    .inteligent .swiper-slide-next+.swiper-slide .swiper-box {
        transform: translateX(35.6%);
    }
    .section-container.join .img-box {
        padding: 0 50px;
    }
    .section-container.join .left-content {
        margin-left: -50px;
    }
    .section-container.join .right-content {
        margin-right: -50px;
    }
    .left-content-main .videos-box .videos-mask .videos-play {
        top: 50%;
    }
    .swiper-slide .banner-main-box .page-btn{
        position: relative;
        bottom: 20px;
    }
}
@media (max-width: 769px) {
    .banner-cloud-mb{
        position: absolute;
        bottom: 0;
        z-index: 10;
        width: 100%;
    }
    .agent-bubble.center-bottom{
        left: 45%;
        top: 46%;
    }
    .agent-bubble.left-bottom{
        left: 17%;
        top: 32%;
        right: 57%;
    }
    .agent-bubble.right-bottom{
        left: 59%;
        top: 32%;
        right: 15%;
    }
    .swiper-slide-active .banner-main .banner-main-box{
        margin-top: 40px;
        opacity: 1;
        transform: translateX(0);
        transition: 1s;
    }
    .banner-main-box{
        margin-top: 40px;
        opacity: 0;
        transform: translateX(40px);
        /* transition: 1.5s; */
    }
    .page-banner {
        min-height: auto;
        padding-bottom: 0;
    }
    .agent-body {
        margin: 56px -14px 0 -14px;
    }
    .section-container.creat .nav-list {
        padding: 0;
        display: flex;
    }
    .page-banner .swiper-pagination-bullets{
        top: 58%;
        z-index: 101;
    }

    .nav-list .left-nav-item {
        margin: 0;
    }

    .agent-text .title {
        font-size: 14px;
        line-height: 22px;
    }

    .agent-bubble .bubble,
    .agent-bubble.bottom .bubble {
        width: 44px;
        height: 44px;
        font-size: 12px;
        line-height: 44px;
        transform: scale(0.5);
    }
    .inteligent .swiper-container {
        margin-top: 16px;
        padding: 0 4.5% 20px;
    }

    .inteligent .swiper-slide {
        width: calc(100% - 30px);
        margin: 0 auto;
        transform: scale(0.9);
    }

    .inteligent .swiper-slide-active {
        transform: scale(1);
    }
}

@media (max-width: 359px) {
    .inteligent .swiper-slide-active .name-box {
        margin-left: 8px;
    }
    .nav-content .content .part-1.detail {
        min-width: 110px;
    }
    .nav-content .content .detail {
        padding-left: 20px;
    }
    .agent-card-item-bg {
        height: 100%;
    }
    .agent-m-nav {
        top: 20.5%;
    }
    .section-container.video .video-content {
        padding: 50px 30px;
    }
    .watch-button .play-icon {
        margin-right: 4px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner-title.mb{
        display: none
    }
    .banner-title.pc{
        display: block;
        font-size: 28px!important;
        line-height: 40px!important;
        margin-top: 86px;
    }
    .banner-title.ipad{
        display: block
    }
    .banner-main.bg-mb-2{
        background-image: url(../images/L1-bannner-cloud-ipad-2.png)
    }
    .banner-main.bg-mb-1{
        background-image: url(../images/L1-bannner-cloud-ipad-1.png)
    }
    .banner-main.bg-mb-4{
        background-image: url(../images/L1-bannner-cloud-ipad-4.png)
    }
    .page-banner .banner-detail{
        padding: 0 59px;
        text-align: center;
        margin-top: 8px;
    }
    .banner-item-mb .detail .sub{
        text-align: center;
    }
    .banner-list-mb.mb{
        margin: 0 -2%;
        position: absolute;
        top: 390px;
        z-index: 5;
    }
    .page-banner{
        padding: 0;
        min-height: auto;
    }
    .section-title .title{
        font-size: 20px;
    }
    .section-title .sub-title{
        font-size: 14px;
    }
    .banner-cloud-mb{
        bottom: -80px;
    }
    .banner-main{
        /* padding-bottom:0; */
        min-height: 470px;
        /* background-repeat: no-repeat; */
    }
    .banner-main-box{
        /* margin-top: 60px; */
    }
    .page-banner .swiper-pagination{
        top: 72%;
    }
    /* .inteligent .swiper-slide{
        margin-right: 44px;
    } */
    .section-container.inteligent{
        margin-top: 120px;
    }
    .inteligent .swiper-slide .swiper-box{
        min-height: 290px;
    }
    .page-banner .swiper-pagination-bullets{
        top: 64%;
    }
    .section-container.video .video-content .detail {
        font-size: 14px;
        text-align: center;
        line-height: 22px;
    }
    .section-container.video .video-content{
        padding: 100px 40px;
    }
    .inteligent .swiper-slide {
        transform: scale(0.8);
    }
    .inteligent .swiper-slide-active{
        width: 327px!important;
        transform: scale(1);
    }
    .inteligent .swiper-container{
        padding: 32px 0 40px;
        margin-top: 0;
        padding-left: 230px;
    }
    .inteligent .swiper-slide .name-box{
        padding-bottom: 6px;
    }
    .agent-bubble .bubble,
    .agent-bubble.bottom .bubble {
        transform: scale(1);
    }
    .agent-body{
        margin: 70px -14px 0 -14px;
    }
    .animate.box-3 {
        transform: translateY(240px);
    }
    .agent-text.position-2{
        top: -10%;
    }
    .agent-card-list .agent-card-item {
        position: relative;
        display: inline-block;
        width: calc(33.33333% - 16px);
        overflow: hidden;
        margin: 8px;
        box-shadow: 0 0px 40px rgba(37, 43, 58, 0.1);
        transform: scale(1);
    }
    .agent-card-list {
        width: calc(100% - 32px);
        height: 160px;
        z-index: 5;
        padding: 0;
        left: 28px;
        padding-bottom: 10px;
        top: 80px;
        overflow: inherit;
    }
    .animate.agent-footer-title{
        margin-top: 280px;
        font-size: 14px;
    }
    .agent-bottom-text{
        transform: translateX(-50%) scale(1);
    }
    .agent-bottom-text.text-1{
        font-size: 14px;
        bottom: 12%;
    }
    .agent-bottom-text.text-2{
        bottom: 10px;
    }
    .agent-img-box.box-2{
        margin-top: -10.4%;
    }
    .animate.box-2{
        height: 150px;
    }
    .agent-text.position-3{
        top: 44%;
    }
    .agent-card-item-bg{
        height: 100%;
    }
    .agent-img-box.box-3{
        margin-top: -14%;
    }
    .agent-m-nav{
        transform: translateX(-50%) scale(1);
        top: 27%;
    }
    .agent-text-nav{
        transform: translateX(-50%) scale(1);
        font-size: 14px;
        bottom: 10%;
    }
    .agent-text-nav .text{
        padding: 0 24px;
    }
    .agent-text-nav-s{
        transform: translateX(-50%) scale(1);
    }
    .agent-text-nav-s{
        bottom: 24%;
    }
    .agent-text-nav-s .text {
        padding: 0 32px;
    }
    .agent-text .title{
        font-size: 18px;
    }
    .agent-text-icon{
        bottom: -12px;
    }
    .section-container.join .img-box img{
    width: 110px;
    margin-right: 0px;
    height: 38px;
    }
    .section-container.creat {
        padding-top: 0;
        background: url(../images/06-pengcheng-bg.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .agent-text .hover-detail{
        top: 160%;
        transform: translateX(-50%) scale(0.8);
    }
    .agent-text .hover-detail.mb-position{
        top: 140%;
    }
    .nav-content .content .part-1.detail+.detail{
        padding-left: 60px;
    }
    .nav-content .content .detail{
        min-width: 200px!important;
    }
    .agent-bubble.center-bottom{
        left: 47%;
        top: 49%;
    }
}

@media (min-width: 1025px){
    .nav-content .content .detail-body .text{
        white-space: break-spaces;
    }
    .banner-left{
        text-align: left;
    }
}
@media (max-width: 1024px){
    .nav-content .content .detail-body .text{
        white-space: break-spaces;
    }
    .banner-left{
        text-align: left;
    }
    .mb_none{
        display: none;
    }
}

