/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700%7CTinos:400,700');*/
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- menu ------*/
@import url('../vendor/menu/dist/css/slimmenu.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----font awesome -------*/
/*@import url('https://s2.pstatp.com/cdn/expire-1-M/font-awesome/4.7.0/css/font-awesome.min.css');*/
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');
/*----calendar css--------*/
@import url('../vendor/monthly-master/css/monthly.css');
/*----Time-picker---------*/
@import url('../vendor/time-picker/jquery.timepicker.css');
/*----jquery ui css-------*/
@import url('../vendor/jquery-ui/jquery-ui.css');

/* 隐藏整个滚动条 */
::-webkit-scrollbar {
    display: none !important;
}

/* 或者只隐藏滚动条的轨道、滑块和滚动条的Corner Piece */
::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    /* 继承父元素的颜色 */
    text-decoration: none;
    /* 去除下划线 */
    outline: none;
    /* 去除点击后的轮廓 */
}

/* 隐藏水平和垂直滚动条 */
::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.shifa-common-content {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.fading-out {
    opacity: 1;
}

.loading-box {
    /* 初始化样式 */
    opacity: 0;
    transform: translateY(10%);
    /* 动画名称和持续时间 */
    animation: slideUp 1s forwards;
}

/* 定义关键帧 */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(10%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInAnimation 2s infinite;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
    will-change: opacity;
}

.fade-in-2s {
    animation: fadeInAnimation 2s infinite;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
    will-change: opacity;
}

.fade-in-3s {
    animation: fadeInAnimation 3s infinite;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
    will-change: opacity;
}

.fade-in-4s {
    animation: fadeInAnimation 4s infinite;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
    will-change: opacity;
}

.fade-in-5s {
    animation: fadeInAnimation 4s infinite;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
    will-change: opacity;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}



.swiper-pagination-bullet {
    background-color: rgb(255, 255, 255, 0.2) !important;
}

.swiper-pagination-bullet-active {
    width: 10px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 5px;
    background-color: #FFFFFF !important;
}

.left-menu-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 20000;
    display: none;
}

.left-menu-box .menu-box-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 270px;
    list-style: none;
    background: #fff;
    z-index: 10;
}

.left-menu-box .menu-box-content .img-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.left-menu-box .menu-box-content .img-logo .logo-img {
    width: 111px;
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
}

.left-menu-box .menu-box-content .img-logo .close-btn {
    width: 16px;
    height: 16px;
    margin-right: 20px;
    margin-top: 20px;
}

.left-menu-box .menu-box-content .menu-list {
    width: 85.18%;
    margin: 0 auto;
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.left-menu-box .menu-box-content .menu-list .item-menu {
    width: 100%;
    height: 62px;
    border-top: 1px solid #F5F5F5;
    line-height: 62px;
}

.left-menu-box .menu-box-content .menu-list .active a {
    font-weight: 500;
    font-size: 16px;
    color: #FD5F56;
}


.left-menu-box .menu-box-content .menu-list .active a:visited {
    color: #FD5F56 !important;
    /* 设置点击后的字体颜色 */
}

.shifa-common-m-box {
    width: 100%;
}

.return-box {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff;
}

.return-box .return-content-box {
    width: 89.33%;
    height: 44px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.return-box .return-icon-img {
    width: 16px;
    height: 16px;
}

.return-box .return-title {
    font-weight: 500;
    font-size: 17px;
    color: #333333;
}

.return-box .return-zhanwei {
    width: 16px;
    height: 16px;
}

.form-box {
    width: 89.33%;
    margin: 0 auto;
    margin-top: 69px;
}

.form-box .item-form {
    width: 100%;
    padding-bottom: 25px;
}


.upload-img-box {
    display: flex;
    flex-direction: row;
}

.form-box .item-form .item-upload-img {
    width: 96px;
    height: 96px;
    border-radius: 4px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
}

.form-box .item-form .item-upload-img img {
    width: 96px;
    height: 96px;
}

.form-box .item-form .item-upload-img .close-btn {
    position: absolute;
    z-index: 99;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}


.form-box .item-form .item-form-title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    padding-bottom: 16px;
}

.form-box .item-form .item-form-title span {
    color: #F23031;
}


.form-box .item-form .input-box {
    width: 100%;
    height: 49px;
}

.form-box .item-form .captcha-box {
    position: relative;
}


.form-box .item-form .captcha-box #captchaCanvas {
    position: absolute;
    z-index: 100;
    right: 4px;
    top: 8px;
}

.form-box .item-form .input-box input {
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    height: 49px;
    border: none;
    background: #F7F8FA;
    border-radius: 4px;
}

.form-box .item-form .input-box input::-webkit-input-placeholder {
    color: #cccccc;
}

.form-box .submmit-btn {
    width: 100%;
    height: 44px;
    background: #FD5F56;
    border-radius: 4px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 44px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}

.header-box {
    width: 100%;
    height: auto;
}

.shifa-common-m-box .header-box .header-main-box {
    width: 100%;
    height: 49px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.shifa-common-m-box .header-box .header-main-box .logo-box img {
    width: 113px;
    height: 22px;
}

.shifa-common-m-box .header-box .header-main-box .menu-box img {
    width: 22px;
    height: 22px;
}

.shifa-common-m-box .header-box .header-title-box {
    width: 100%;
    height: 154px;
    background-image: url("../images/m/index/header-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shifa-common-m-box .header-box .header-title-box .main-title {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    padding-left: 30px;
    padding-top: 29px;
}

.shifa-common-m-box .header-box .header-title-box .child-title {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    padding-left: 30px;
    padding-right: 51px;
    padding-top: 10px;
}

.company-info-box {
    width: 100%;
}

.company-info-box .company-info {
    width: 100%;
}

.company-info-box .company-info .company-info-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    padding-top: 50px;
    text-align: center;
}

.company-info-box .company-info .company-info-title img {
    width: 89.33%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 24px;
    margin: 0 auto;
    margin-top: 30px;
}

.company-info-box .company-info .company-info-content {
    width: 89.33%;
    margin: 0 auto;
    padding-top: 24px;
}

.company-info-box .company-info .company-info-content p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    padding-bottom: 20px;
    margin: 0;
}

.company-info-box .company-info .company-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.company-info-box .company-info .company-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.service-info-box {
    width: 100%;
}

.service-info-box .service-info {
    width: 100%;
}

.service-info-box .service-info .service-info-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}

.service-info-box .service-info .service-info-content {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    background-image: url("../images/m/index/service-info-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service-info-box .service-info .service-info-content .service-content-f {
    width: 100%;
    position: absolute;
    top: -30px;
}

.service-info-box .service-info .service-info-content .service-content-f .service-content {
    width: 89.33%;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(12, 38, 88, 0.06);
    border-radius: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.service-info-box .service-info .service-info-content .service-content .item-service-content {
    width: 91%;
    height: auto;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    margin-bottom: 15px;
}

.service-info-box .service-info .service-info-content .service-content .item-service-content-1 {
    background-image: url("../images/m/index/service-info-bg-1.png");
}

.service-info-box .service-info .service-info-content .service-content .item-service-content-2 {
    background-image: url("../images/m/index/service-info-bg-2.png");
}

.service-info-box .service-info .service-info-content .service-content .item-service-content-3 {
    background-image: url("../images/m/index/service-info-bg-3.png");
}

.service-info-box .service-info .service-info-content .service-content .item-service-content-4 {
    background-image: url("../images/m/index/service-info-bg-4.png");
    margin-bottom: 0 !important;
}

.service-info-box .service-info .service-info-content .service-content .item-service-content .item-service-title {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.service-info-box .service-info .service-info-content .service-content .item-service-content .item-service-desc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 8px;
}

.service-info-box .service-info .service-info-content .service-content-f .bossmanship-content-box {
    width: 89.33%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
}

.service-info-box .service-info .service-info-content .service-content-f .bossmanship-content-box .bossmanship-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.service-info-box .service-info .service-info-content .service-content-f .bossmanship-content-box .bossmanship-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.service-info-box .service-info .service-info-content .service-content-f .bossmanship-content-box .bossmanship-content .item-bossmanship {
    font-weight: 400;
    width: 30.44%;
    font-size: 14px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    /* padding: 18px 0; */
    background-color: rgb(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(12, 38, 88, 0.06);
    border-radius: 4px;
    backdrop-filter: blur(8px);
    text-align: center;
    margin-bottom: 15px;
}

.develop-box {
    width: 100%;
}

.develop-box .develop-time {
    width: 100%;
}

.develop-box .develop-time .develop-time-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    padding-top: 50px;
    text-align: center;
}

.develop-box .develop-time .develop-content-box {
    width: 100%;
    padding-bottom: 50px;
}

.develop-box .develop-time .develop-content-box .develop-time-content {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-top: 20px;
    -ms-overflow-style: none;
    /* 针对IE和Edge */
    scrollbar-width: none;
    /* 针对Firefox */
}

.develop-box .develop-time .develop-content-box .develop-time-content::-webkit-scrollbar {
    display: none;
    /* 针对WebKit浏览器 */
}

.develop-box .develop-time .develop-content-box .develop-time-content .develop-time-desc .develop-time-swiper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 20px;
}

.develop-box .develop-time .develop-content-box .develop-time-content .develop-time-desc .develop-time-swiper .item-develop-time-desc {
    width: 252px;
    height: 126px;
    flex-basis: 252px;
    flex-shrink: 0;
    margin-right: 20px;
    background-color: #F7F8FA;
    border-radius: 2px;
}

.develop-box .develop-time .develop-content-box .develop-time-content .develop-time-desc .develop-time-swiper .active {
    background-image: url("../images/m/index/develop-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide.active .develop-time-desc-title {
    color: #ffffff !important;
    opacity: 0.4;
}

.develop-box .develop-time .develop-content-box .develop-time-content .develop-time-desc .develop-time-swiper .active .develop-time-desc-p {
    color: #ffffff !important;
}

.develop-box .develop-time .develop-content-box .develop-time-content .develop-time-desc .develop-time-swiper .item-develop-time-desc .develop-time-desc-title {
    font-weight: 500;
    font-size: 20px;
    color: #E0E0E0;
    padding: 15px 0 10px 15px;
}

.develop-box .develop-time .develop-content-box .develop-time-content .develop-time-desc .develop-time-swiper .item-develop-time-desc .develop-time-desc-p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 0 15px 0 15px;
}

.develop-box .develop-time .develop-content-box .time-line-box {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-top: 30px;
    position: relative;
    -ms-overflow-style: none;
    /* 针对IE和Edge */
    scrollbar-width: none;
    /* 针对Firefox */
}

.develop-box .develop-time .develop-content-box .time-line-box::-webkit-scrollbar {
    display: none;
    /* 针对WebKit浏览器 */
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    z-index: 2;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-line-box {
    width: 120%;
    height: 1px;
    background: #FD5F56;
    opacity: 0.2;
    position: absolute;
    top: 86px;
    z-index: -1;
    padding-left: 40px;
}


.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box {
    width: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box .number {
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box .number-active {
    font-weight: 600;
    font-size: 14px;
    color: #FD5F56;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box .circle-box-border {
    height: 32px;
    display: flex;
    align-items: center;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box .circle-box {
    width: 16px;
    height: 16px;
    border: 1px solid #FFB0AC;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box .circle-box-active {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box .circle-box-active .develop-time-desc-title {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    opacity: 0.4;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box .circle-box-active .in-circle-box {
    width: 12px !important;
    height: 12px !important;
    background: #FD5F56 !important;
}

.develop-box .develop-time .develop-content-box .time-line-box .develop-time-box .item-time-box .circle-box .in-circle-box {
    width: 8px;
    height: 8px;
    background: #FFB0AC;
    border-radius: 50%;
}


.teacher-info-box {
    width: 100%;
    height: 591px;
    background-image: url('../images/m/index/teacher-bg.png');
}


.teacher-info-box .teacher-info .teacher-content-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 35px;
}

.teacher-info-box .teacher-info .teacher-content-title .teacher-content-box {
    width: 100%;

}

.teacher-info-box .teacher-info .teacher-content-box .teacher-action-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* 针对IE和Edge */
    scrollbar-width: none;
    /* 针对Firefox */
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-action-box .item-action {
    width: 153px;
    height: 44px;
    flex-basis: 153px;
    flex-shrink: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(12, 38, 88, 0.06);
    border-radius: 2px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-action-box .item-action img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-action-box .item-action.active {
    color: #FFFFFF;
    background-color: #FD5F56;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-action-box .item-action-1.active img {
    content: url("../images/index/icon-3.png");
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-action-box .item-action-2.active img {
    content: url("../images/index/icon-5.png");
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-action-box .item-action-3.active img {
    content: url("../images/index/icon-1.png");
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-action-box .item-action-4.active img {
    content: url("../images/index/icon-4.png");
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box {
    margin-top: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    display: none;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box.show {
    display: block !important;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .left {
    width: 89.33%;
    margin: 0 auto;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .left .left-content img {
    width: 100%;
    height: auto;
}


.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .right {
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0;

}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .right .right-content {
    width: 81.33%;
    height: 320px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 34px 0px rgba(12, 38, 88, 0.06);
    border-radius: 4px;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .right .right-content-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    padding-top: 15px;
    padding-left: 15px;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .right .right-content-item {
    padding-top: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .right .right-content-item img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 3px;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .right .right-content-item .item-teacher-desc .item-teacher-desc-title {
    font-weight: 600;
    font-size: 14px;
    color: #666666;
    padding-bottom: 8px;
}

.teacher-info-box .teacher-info .teacher-content-box .teacher-img-box .right .right-content-item .item-teacher-desc .item-teacher-descs {
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    padding-right: 15px;
}


.intelligent-education-box {
    width: 100%;
    height: auto;
    background-image: url('../images/m/index/education-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intelligent-education-box .education-info .education-content-title {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 50px;
}

.intelligent-education-box .education-info .education-content {
    padding-top: 30px;
}

.intelligent-education-box .education-info .education-content .item-education {
    position: relative;
}

.intelligent-education-box .education-info .education-content .item-education .education-main-img {
    width: 100%;
}

.intelligent-education-box .education-info .education-content .item-education .education-main-img img {
    width: 88.8%;
    margin: 0 auto;
}

.intelligent-education-box .education-info .education-content .item-education .education-img-icon img {
    width: 47px;
    height: auto;
    position: absolute;
    right: 0;
    top: -16px;
}

.intelligent-education-box .education-info .education-content .item-education .education-desc {
    width: 88.8%;
    margin: 0 auto;
    padding-top: 20px;
}

.intelligent-education-box .education-info .education-content .item-education .education-desc .education-title {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.intelligent-education-box .education-info .education-content .item-education .education-desc .education-text {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 50px;
    line-height: 24px;
}

.cooperation-info-box {
    width: 100%;
}

.cooperation-info-box .cooperation-info {
    width: 89.33%;
    height: auto;
    margin: 0 auto;
}

.cooperation-info-box .cooperation-info .cooperation-content-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 50px 0 30px 0;
}

.cooperation-info-box .cooperation-info .img-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.cooperation-info-box .cooperation-info .img-box .item-img-box {
    width: 31.34%;
    height: auto;
    box-shadow: 0px 0px 20px 0px rgba(12, 38, 88, 0.06);
    border-radius: 4px;
    margin-bottom: 10px;
}

.cooperation-info-box .cooperation-info .img-box .item-img-box img {
    width: 100%;
}

.contact-us-box {
    width: 100%;
}

.contact-us-box .contact-us-content {
    width: 89.33%;
    height: auto;
    margin: 0 auto;
}

.contact-us-box .contact-us-content .contact-us-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 50px 0 30px 0;
}


.contact-us-box .contact-us-content .contact-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-us-box .contact-us-content .contact-content .item-contact-content {
    width: 100%;
    background: #F7F8FA;
    border-radius: 2px;
    margin-bottom: 20px;
    border-left: 3px solid #FD5F56;
}

.contact-us-box .contact-us-content .contact-content .item-contact-content .item-contact-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    padding-top: 15px;
}

.contact-us-box .contact-us-content .contact-content .item-contact-content .item-contact-desc {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    padding-top: 10px;
}

.contact-us-box .contact-us-content .contact-content .item-contact-content .item-contact-btn {
    font-weight: 400;
    font-size: 14px;
    color: #FD5F56;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-us-box .contact-us-content .contact-content .item-contact-content .item-contact-btn img {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.social-info-box {
    width: 100%;
}

.social-info-box .social-content-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}

.social-info-box .social-content-box .social-content-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.social-info-box .social-content-box .social-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* 针对IE和Edge */
    scrollbar-width: none;
    /* 针对Firefox */
}

.social-info-box .social-content-box .social-content .item-social-content {
    width: 250px;
    height: 235px;
    flex-basis: 250px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
    position: relative;
}

.social-info-box .social-content-box .social-content .item-social-content::before {
    width: 250px;
    height: 235px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* 黑色半透明背景 */
    z-index: 1;
}

.social-info-box .social-content-box .social-content .item-social-content .item-social-title {
    padding-top: 130px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    z-index: 10;
}

.social-info-box .social-content-box .social-content .item-social-content .item-social-desc {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 15px 15px 15px;
    z-index: 10;
    position: absolute;
    bottom: 0;
}

.social-info-box .social-content-box .social-content .item-social-content-1 {
    background-image: url("../images/m/social/social-good-bg-1.png");
}

.social-info-box .social-content-box .social-content .item-social-content-2 {
    background-image: url("../images/m/social/social-good-bg-2.png");
}

.social-info-box .social-content-box .social-content .item-social-content-3 {
    background-image: url("../images/m/social/social-good-bg-3.png");
}

.employee-info-box {
    width: 100%;
}

.employee-info-box .employee-info-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}

.employee-info-box .employee-info-content .employee-content-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.employee-info-box .employee-info-content .employee-content {
    width: 89.33%;
    margin: 0 auto;
}

.employee-info-box .employee-info-content .employee-content .item-employee-content {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 19px 12px 19px 20px;
}

.employee-info-box .employee-info-content .employee-content .item-employee-content .item-employee-title {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.employee-info-box .employee-info-content .employee-content .item-employee-content .item-employee-line {
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    margin-top: 7px;
    margin-bottom: 10px;
}

.employee-info-box .employee-info-content .employee-content .item-employee-content .item-employee-desc {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}


.employee-info-box .employee-info-content .employee-content .item-employee-content-1 {
    background-image: url("../images/m/social/employee-bg-1.png");
}

.employee-info-box .employee-info-content .employee-content .item-employee-content-2 {
    background-image: url("../images/m/social/employee-bg-2.png");
}

.employee-info-box .employee-info-content .employee-content .item-employee-content-3 {
    background-image: url("../images/m/social/employee-bg-3.png");
}

.employee-info-box .employee-info-content .employee-content .item-employee-content-4 {
    background-image: url("../images/m/social/employee-bg-4.png");
}

.employee-info-box .employee-info-content .employee-content .item-employee-content-5 {
    background-image: url("../images/m/social/employee-bg-5.png");
}

.employee-info-box .employee-info-content .employee-content .item-employee-content-6 {
    background-image: url("../images/m/social/employee-bg-6.png");
}

.student-value-box {
    width: 100%;
    height: 592px;
    background-image: url('../images/m/social/student-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.student-value-box .student-value-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.student-value-box .student-value-content {
    width: 89.33%;
    margin: 0 auto;
}

.student-value-box .student-value-content .student-content .item-student-content-desc .item-student-img img {
    border-radius: 2px 2px 0px 0px;
}

.student-value-box .student-value-content .student-content .item-student-content-desc .item-student-content {
    background-color: #ffffff;
    padding: 0 15px 15px 15px;
    box-shadow: 0px 0px 20px 0px rgba(12, 38, 88, 0.06);
}

.student-value-box .student-value-content .student-content .item-student-content-desc .item-student-content .item-student-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 10px;
}

.student-value-box .student-value-content .student-content .item-student-content-desc .item-student-content .item-student-desc {
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    line-height: 22px;
}

.teacher-idea-box {
    width: 100%;
}

.teacher-idea-box .teacher-idea-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 50px 0 30px 0;
}

.teacher-idea-box .teacher-idea-content {
    width: 89.33%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea {
    width: 100%;
    height: 125px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 2px;
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea .item-teacher-idea-img {
    width: 30.74%;
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea .item-teacher-idea-img-1 {
    background-image: url("../images/m/product/teacher-idea-bg-1.png");
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea .item-teacher-idea-img-2 {
    background-image: url("../images/m/product/teacher-idea-bg-2.png");
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea .item-teacher-idea-img-3 {
    background-image: url("../images/m/product/teacher-idea-bg-3.png");
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea .item-teacher-idea-img-4 {
    background-image: url("../images/m/product/teacher-idea-bg-4.png");
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea .item-teacher-content {
    width: 69.25%;
    padding-left: 15px;
    height: 125px;
    background: #F7F8FA;
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea .item-teacher-content .item-teacher-title {
    padding-top: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.teacher-idea-box .teacher-idea-content .item-teacher-idea .item-teacher-content .item-teacher-desc {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding-top: 8px;
}

.official-info-box {
    width: 100%;
}

.official-info-box .official-info-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.official-info-box .official-info {
    width: 89.33%;
    margin: 0 auto;
}

.official-info-box .official-info .item-official-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.official-info-box .official-info .item-official-info .item-official {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.official-info-box .official-info .item-official-info .item-official img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.official-info-box .official-info .item-official-info .item-official .item-official-title {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.train-mode-box {
    width: 100%;
    height: 314px;
    background-image: url('../images/m/product/tarin-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.train-mode-box .train-mode-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.train-mode-box .train-mode-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* perspective: 1000px; */
    overflow: hidden;
    padding-top: 80px;
    position: absolute;
    height: 159px;
}

.train-mode-box .train-mode-content .item-train-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
    height: 159px;
    background: linear-gradient(#FF8183 0%, #FF3B3C 100%, #FF8183 100%);
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: .4s;
    opacity: 0;
}

.cur-img-train {
    z-index: 100 !important;
    opacity: 1 !important;
}

.pre-img-train {
    transform: translateX(-280px) rotateY(0deg) scale(0.8);
    z-index: 9 !important;
    opacity: 0.9 !important;
}

.next-img-train {
    transform: translateX(280px) rotateY(0deg) scale(0.8);
    z-index: 9 !important;
    opacity: 0.9 !important;
}

.train-mode-box .train-mode-content .item-train-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    margin-top: 17px;
}

.train-mode-box .train-mode-content .item-train-box .item-train-mode-title {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.train-mode-box .train-mode-content .item-train-box .item-train-mode-desc {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 16px;
}

.product-info-box {
    width: 100%;
    padding-bottom: 50px;
}

.product-info-box .product-info-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 50px 0 30px 0;
}

.product-info-box .product-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* 针对IE和Edge */
    scrollbar-width: none;
    /* 针对Firefox */
}

.product-info-box .product-content .item-product {
    width: 290px;
    height: auto;
    flex-basis: 290px;
    flex-shrink: 0;
    margin-left: 20px;
}

.product-info-box .product-content .item-product .item-product-img {
    width: 290px;
    height: 100px;
    border-radius: 2px 2px 0px 0px;
}

.product-info-box .product-content .item-product .item-product-content {
    background: #F7F8FA;
    border-radius: 0px 0px 4px 4px;
    padding-bottom: 15px;
}

.product-info-box .product-content .item-product .item-product-content .item-product-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    padding: 15px 0 8px 15px;
}

.product-info-box .product-content .item-product .item-product-content .item-product-desc {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    padding: 0 15px 15px 15px;
}

.product-info-box .product-content .item-product .item-product-content .item-product-btn {
    width: 93px;
    height: 28px;
    background: #FD5F56;
    border-radius: 2px;
    margin-left: 15px;
}

.product-info-box .product-content .item-product .item-product-content .item-product-btn a {
    width: 93px;
    height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}

.product-info-box .product-content .item-product .item-product-content .item-product-btn img {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}



.course-new-box {
    width: 100%;
    height: 655px;
    background-image: url("../images/m/product/course-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.course-new-box .course-new-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 50px 0 30px 0;
}

.course-new-box .course-new-content {
    width: 100%;
}

.course-new-box .course-new-content .course-new {
    width: 89.33%;
    margin: 0 auto;
}

.course-new-box .course-new-content .course-new .item-course-new {
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F8 100%);
    box-shadow: 0px 0px 20px 0px rgba(12, 38, 88, 0.06);
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    height: 51px;
    transition: height .5s ease;
}

.course-new-box .course-new-content .course-new .item-course-new-active {
    width: 100%;
    height: 125px;
}

.course-new-box .course-new-content .course-new .item-course-new-active .item-header-box .click-img {
    content: url('../images/m/product/course-up.png');
}

.course-new-box .course-new-content .course-new .item-course-new .item-header-box {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;

}

.course-new-box .course-new-content .course-new .item-course-new .item-header-box .click-img {
    width: 12px;
    height: 12px;
    margin-right: 20px;
}

.course-new-box .course-new-content .course-new .item-course-new .item-header-box .item-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.course-new-box .course-new-content .course-new .item-course-new .item-header-box .item-title .img-icon {
    width: 24px;
    height: 24px;
    margin-left: 18px;
    margin-right: 8px;
}

.course-new-box .course-new-content .course-new .item-course-new .item-body-box {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding-left: 50px;
    padding-right: 40px;
    /* padding-top: 10px; */
}

.service-product-box {
    width: 100%;
    height: 646px;
    background: linear-gradient(180deg, #434662 0%, #26283F 100%);
}

.service-product-box .service-product-title {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 50px 0 30px 0;
}

.service-product-box .service-product-content {
    width: 100%;
}

.service-product-box .service-product-content .service-product-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* 针对IE和Edge */
    scrollbar-width: none;
    /* 针对Firefox */
    margin-left: 20px;
}

.service-product-box .service-product-content .service-product-list .item-service-list {
    width: 109px;
    height: 39px;
    flex-basis: 119px;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 39px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-product-box .service-product-content .service-product-list .left-item-service {
    background-image: url("../images/m/product/product-service-1.png");
}

.service-product-box .service-product-content .service-product-list .first-active {
    background-image: url("../images/m/product/product-service-1-ac.png");
}


.service-product-box .service-product-content .service-product-list .center-item-service {
    background-image: url("../images/m/product/product-service-2.png");
}

.service-product-box .service-product-content .service-product-list .active {
    background-image: url("../images/m/product/product-service-2-ac.png") !important;
}


.service-product-box .service-product-content .service-product-list .right-item-service {
    background-image: url("../images/m/product/product-service-3.png");
}

.service-product-box .service-product-content .service-product-list .end-active {
    background-image: url("../images/m/product/product-service-3-ac.png");
}

.service-product-box .service-product-content .service-product-swiper {
    width: 89.33%;
    margin: 0 auto;
    padding-top: 40px;
}

.service-product-box .service-product-content .service-product-swiper .swiper-wrapper .item-service-product {
    width: 100%;
}

.service-product-box .service-product-content .service-product-swiper .swiper-wrapper .item-service-product .item-service-img {
    background-color: #ffffff;
}

.service-product-box .service-product-content .service-product-swiper .swiper-wrapper .item-service-product .item-service-content {
    height: 228px;
    background-color: #ffffff;
}

.service-product-box .service-product-content .service-product-swiper .swiper-wrapper .item-service-product .item-service-content .item-service-content-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.service-product-box .service-product-content .service-product-swiper .swiper-wrapper .item-service-product .item-service-content .service-dsec-con {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 15px;
}


.service-product-box .service-product-content .service-product-swiper .swiper-wrapper .item-service-product .item-service-content .service-dsec-con img {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-left: 20px;
    margin-right: 10px;
}

.service-product-box .service-product-content .service-product-swiper .swiper-wrapper .item-service-product .item-service-content .service-dsec-con div {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding-right: 20px;
}


.join_us_page {
    width: 100%;
}

.join_us_page .join_us_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}

.join_us_page .join_us_content .join_us_title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 50px 0 30px 0;
}

.join_us_page .join_us_content .join_us {
    width: 89.33%;
    margin: 0 auto;
}

.join_us_page .join_us_content .join_us .item-join-us {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(12, 38, 88, 0.06);
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.join_us_page .join_us_content .join_us .item-join-us img {
    width: 28px;
    height: 28px;
    margin-left: 20px;
    margin-right: 15px;
}

.join_us_page .join_us_content .join_us .item-join-us .item-join-content .item-title-f {
    padding-top: 15px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.join_us_page .join_us_content .join_us .item-join-us .item-join-content .item-title-c {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding-bottom: 15px;
}

.activity-box {
    width: 100%;
    height: 469px;
    background-image: url('../images/m/join_us/activity-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.activity-box .join_us_content {
    width: 89.33%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}

.activity-box .join_us_content .join_us_title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 20px 0 30px 0;
}

.activity-box .join_us_content .join_us {
    width: 100%;
    padding-top: 80px;
    position: relative;
}

.activity-box .join_us_content .join_us .item-banner-left {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    z-index: 9999;
    top: 70px;
}

.activity-box .join_us_content .join_us .item-banner-left img {
    width: 30px;
    height: 30px;

}

.activity-box .join_us_content .join_us .item-banner-right {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    z-index: 9999;
    top: 70px;
}

.activity-box .join_us_content .join_us .item-banner-right img {
    width: 30px;
    height: 30px;
}

.activity-box .join_us_content .join_us .activity-banner-list {
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.activity-box .join_us_content .join_us .activity-banner-list .item-activity-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    transition: .8s;
    opacity: 0;
}

.activity-box .join_us_content .join_us .activity-banner-list .item-activity-banner .item-banner-content {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -86px;
    z-index: 999;
}

.activity-box .join_us_content .join_us .activity-banner-list .item-activity-banner .item-banner-content img {
    width: 91.04%;
}

.activity-box .join_us_content .join_us .activity-banner-list .item-activity-banner .item-banner-desc {
    width: 100%;
    height: 278px;
    background: linear-gradient(#FF8183 0%, #FF3B3C 100%, #FF8183 100%);
    border-radius: 2px;
    position: relative;
}

.activity-box .join_us_content .join_us .activity-banner-list .item-activity-banner .item-banner-desc .item-banner-desc-title {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 106px;
    padding-left: 15px;
}

.activity-box .join_us_content .join_us .activity-banner-list .item-activity-banner .item-banner-desc .item-banner-desc-con {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.address-info-box {
    width: 100%;
}

.address-info-box .address-info-content {
    width: 89.33%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}

.address-info-box .address-info-content .address-info-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 50px 0 30px 0;
}

.address-info-box .address-info-content .address-content {
    width: 100%;
}

.address-info-box .address-info-content .address-content .right-address a img {
    width: 100%;
    height: auto;
}

.address-info-box .address-info-content .address-content .left-address {
    width: 100%;
    padding-top: 20px;
}

.address-info-box .address-info-content .address-content .left-address .item-left-address {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.address-info-box .address-info-content .address-content .left-address .item-left-address img {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 10px;
}

.address-info-box .address-info-content .address-content .left-address .item-left-address {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.activity-box .join_us_content .activity-banner .activity-banner-list {
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

perspective: 1000px;

.cur-img {
    z-index: 100;
    opacity: 1;
}

.pre-img {
    transform: translateX(0) rotateY(0deg) scale(1);
    z-index: 9 !important;
    opacity: 0.9 !important
}

.next-img {
    transform: translateX(0) rotateY(0deg) scale(1);
    z-index: 9 !important opacity: 0.9 !important
}

.footer-box {
    width: 100%;
    background: #262A36;
}

.footer-box .footer-content {
    width: 100%;
}

.footer-box .footer-content .logo-box {
    display: flex;
    justify-content: center;
}

.footer-box .footer-content .logo-box img {
    width: 130px;
    height: auto;
    margin-top: 30px;
}

.footer-box .footer-content .slogan-box {
    display: flex;
    justify-content: center;
}

.footer-box .footer-content .slogan-box img {
    width: 166px;
    height: auto;
    margin-top: 12px;
}

.footer-box .footer-content .img-group {
    width: 68%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.footer-box .footer-content .img-group .item-img a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    color: #D8D8D8;
}

.footer-box .footer-content .img-group .item-img a img {
    width: 36px;
    margin-bottom: 5px;
}

.footer-box .footer-content .footer-text {
    font-weight: 400;
    font-size: 11px;
    color: #999999;
    text-align: center;
    padding-bottom: 4px;
}