﻿@charset "utf-8";

.index_foot {
    padding: 0;
}

.index_foot .footer {
    border-radius: 0;
}

/*subject*/
.height150 {
    height: 149px;
}

.page_cont {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}

.page_ban {
    position: relative;
    width: 100%;
    height: 494px;
}

.page_ban .ban_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page_ban .page_mask {
    position: relative;
    padding-top: 18px;
    z-index: 99;
}

.locaiton {
    display: flex;
    align-items: center;
}

.locaiton a {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.locaiton a:nth-child(n+2) {
    padding-right: 28px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: right;
}

.locaiton a:first-child {
    width: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.locaiton a:last-child {
    margin-right: 0;
    background-image: none;
}

.locaiton.white a {
    color: var(--white-color);
}

.locaiton.white a:first-child {
    background-image: url(../images/white_home.svg);
}

.locaiton.white a:nth-child(n+2) {
    background-image: url(../images/location_right.svg);
}

.locaiton.grey a {
    color: #666;
}

.locaiton.grey a:first-child {
    background-image: url(../images/grey_home.svg);
}

.locaiton.grey a:nth-child(n+2) {
    background-image: url(../images/locaiton_r_grey.svg);
}

.ban_title {
    padding-top: 146px;
}

.ban_title h2 {
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.2;
}

.ban_title p {
    padding-top: 12px;
    color: var(--white-color);
    font-family: "Alimama FangYuanTi VF";
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.page_ban:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 8;
}

.page_cont .bg_tree {
    height: 500px;
}

.page_cont #three01 canvas, .page_cont #three03 canvas {
    top: 0;
}

#three03 canvas {
    position: absolute;
    left: 0;
    top: 40%;
}

.subject_cont {
    padding-top: 55px;
    padding-bottom: 55px;
}

.sub_title {
    display: flex;
    align-items: center;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
}

.sub_title span {
    display: flex;
    padding: 10px;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
}

.two_menu {
    position: relative;
    margin-top: -40px;
    z-index: 9;
}

.two_menu .ul {
    position: relative;
    background: var(--main-color);
    padding-left: 8px;
    padding-right: 50px;
}

.two_menu .ul .menu_share {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.two_menu .menu_share span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(232, 232, 232, 0.30);
    border-radius: 50%;
    cursor: pointer;
}

.two_menu:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    z-index: -1;
}

.two_menu ul li {
    float: left;
    padding-left: 24px;
    padding-right: 24px;
}

.two_menu ul li a {
    position: relative;
    display: block;
    padding: 28px 0;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
}

.two_menu a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: var(--white-color);
    transition: all .4s;
}

.two_menu .active a:before, .two_menu  a:hover:before {
    width: 100%;
}

.follow_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/follow_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

@media (max-width:1200px) {
    .height150 {
        height: 70px;
    }

}

@media (max-width:991px) {
    .two_menu ul li a {
        padding: 15px 0;
        font-size: 16px;
        font-weight: 500;
    }

}

@media (max-width:767px) {
    .page_cont {
        min-height: 50vh;
    }

    .page_ban {
        height: auto;
    }

    .page_ban .ban_bg {
        position: relative;
        height: auto;
    }

    .page_ban .page_mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .locaiton a {
    margin-right: 4px;
}
.locaiton a:first-child {
    margin-right: 10px;
}
.locaiton a:nth-child(n+2) {
    padding-right: 20px;
}

    .ban_title {
        padding-top: 15%;
    }

    .ban_title p {
        font-size: 16px;
        padding-top: 8px;
    }

    .two_menu {
        margin-top: 0;
        display: none;
    }

    .two_menu .ul {
        padding-right: 8px;
    }

    .two_menu .ul .menu_share {
        display: none;
    }

    .two_menu::after {
        left: 0;
    }

    .two_menu .ul {
        padding: 0;
    }

    .two_menu ul li {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 5px;
    }

    .two_menu ul li a {
        padding: 10px 0;
    }

    .sub_title span {
        padding: 10px;
        width: 32px;
        height: 32px;
        margin-right: 10px;
        border-radius: 50%;
    }

}

/*share*/

/* 分享 */
.share_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 1111;
    display: none;
}

.share_box {
    position: fixed;
    top: 50%;
    width: 298px;
    padding: 0 20px;
    border-radius: 24px;
background: #FFF;
    left: 50%;
    z-index: 11111;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.share_box .share_list {
    padding-top: 46px;
    padding-bottom: 30px;
}

.share_box .sub {
    text-align: center;
    color: var(--dark);
font-family: "Alimama FangYuanTi VF";
font-size: 20px;
font-weight: 600;
line-height: 30px;
}

.share_box .share_list ul {
    display: flex;
    justify-content: space-around;
}

.share_box .share_list ul li {
    padding-top: 22px;
    width: 33%;
    cursor: pointer;
}

.share_box .share_list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
    margin-top: 8px;
    line-height: 24px;
    text-align: center;
}

.cancel_share {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/share_close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.share-copy {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px 6px 6px 6px;
    font-size: 14px;
    padding: 6px 16px;
    color: #FFFFFF;
    z-index: 9999;
}

.weixin {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}

.copyIcon {
    background: url(../images/msg_icon_link.svg) center center / contain no-repeat;
    width: 20px;
    height: 30px;
    float: left;
}

.copyDesc {
    font-size: 14px;
    padding-left: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
}

.share_list li a {
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.share_list li a.share_weixin:before {
    background-position: 0px 0px;
}

.share_list li a.share_qq:before {
    background-position: -100px 0px;
}

.share_list li a.share_ment:before {
    background-position: -50px 0px;
}

.share_list li a.share_tb:before {
    display: block;
    content: "";
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    background-image: url(images/fxico.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.share_bg {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    margin: 0 auto;
    text-align: center;
}
.share_bg img {
    width: 24px;
    height: 24px;
}
.social-share .icon-weibo {
    border: none;
    font-size: 28px;
}

.social-share .icon-weibo:hover {
    background: none;
    color: #ff763b;
}

/*page*/
.paged {
    padding: 40px 0;
    text-align: center;
    overflow: hidden;
}

.paged .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paged .pagination li {
    display: inline-block;
}

.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.paged span, .paged a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    background-color: var(--white-color);
    margin: 0 4px;
    padding: 4px 20px;
    min-width: 48px;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
}

.paged a:hover, .paged .active span {
    opacity: 1;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.paged ul li:first-child span, .paged ul li:last-child a, .paged ul li:first-child a, .paged ul li:last-child span {
    height: 38px;
}

.paged .pagination {
    flex-wrap: wrap;
}

.paged .pagination li {
    padding-bottom: 10px;
}

/*项目研究推荐*/
.news_list_p1 {
    padding-top: 40px;
}

.news_list_p1 .box {
    margin: 0 -12px;
}

.news_list_p1 .i {
    padding: 0 12px;
    height: 520px;
    float: left;
    width: calc(50% / 3);
    transition: all .5s linear;
}

.news_list_p1 .i .t1 {
    padding: 24px;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.news_list_p1 .i.active .t1 {
    opacity: 0;
}

.news_list_p1 .i .t1 span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.news_list_p1 .i .t1 p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 28px;
}

.news_list_p1 .i.active {
    width: calc(50%);
}

.news_list_p1 .i_ {
    display: block;
    border-radius: 8px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    overflow: hidden;
}

.news_list_p1 .i_:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.news_list_p1 .active .i_:before {
    display: none;
}

.news_list_p1 .i .t2 {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(180deg, rgba(181, 143, 204, .9) 0%, rgba(181, 143, 204, .9) 100%);
    padding: 74px 24px 44px 24px;
    transform: translateY(100%);
}

.news_list_p1 .i .t2>div:first-child {
    width: calc(100% - 32px);
    padding-right: 10px;
}

.news_list_p1 .i .t2>div:nth-child(2) {
    width: 32px;
}

.news_list_p1 .i .t2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    transform: translateY(50px);
    opacity: 0;
}

.news_list_p1 .i .t2 p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(50px);
    opacity: 0;
}

.news_list_p1 .i .t2 em {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 20px;
    background: var(--white-color);
    transform: translateY(50px);
    opacity: 0;
}

.news_list_p1 .i.active .t2 {
    transform: translateY(0);
    transition: all .4s .4s;
}

.news_list_p1 .i.active .t2 span, .news_list_p1 .i.active .t2 p, .news_list_p1 .i.active .t2 em {
    transform: translateY(0);
    opacity: 1;
    transition: all .3s 1s;
}

.news_list_p1 .i.active .t2 span {
    font-family: "Alimama FangYuanTi VF";
}

@media (max-width:991px) {
    .news_list_p1 .i:nth-child(1) {
        width: 100%;
    }

    .news_list_p1 .i:nth-child(n+2) {
        display: none;
    }

}

@media (max-width:767px) {
    .news_list_p1 {
        display: none;
    }
    .subject_cont {
        padding-top: 40px;
        padding-bottom: 25px;
    }
.news_list_p1 .i .t2 {
    padding: 60px 24px 24px 24px;
}
.news_list_p1 .i .t2 p {
    margin-top: 0;
}
.news_list_p1 .i {
    height: 300px;
}

}

/*search*/
.subject_form {
    padding-top: 64px;
}

.subject_form .form_search {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    border-radius: 36px;
    background: #FFF;
    padding-left: 20px;
}

.form_search .sear_input {
    flex: 1;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 16px;
    background: transparent;
}

.form_search .sear_input::-webkit-input-placeholder {
    color: rgba(101, 113, 136, 0.50);
    font-size: 16px;
}

.form_search .sear_input::-moz-placeholder {
    color: rgba(101, 113, 136, 0.50);
    font-size: 16px;
}

.form_search .sear_input:-moz-placeholder {
    color: rgba(101, 113, 136, 0.50);
    font-size: 16px;
}

.form_search .sear_input:-ms-input-placeholder {
    color: rgba(101, 113, 136, 0.50);
    font-size: 16px;
}

.form_search .submit_icon {
    width: 54px;
    height: 54px;
    background-color: var(--main-color);
    border-radius: 50%;
    background-image: url(../images/white_sear.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.year_select_box {
    position: relative;
    display: flex;
    width: 464px;
    border-radius: 36px;
    overflow: hidden;
    z-index: 9;
}
.year_select_box.active {
    overflow: visible;
}
.year_select_box>.span {
    position: relative;
    display: flex;
    width: 100%;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    transition: all .3s;
    cursor: pointer;
}

.year_select_box>.span input {
    background: transparent;
    border: none;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.year_select_box>.span input::-webkit-input-placeholder {
    color: var(--main-color);
    font-size: 16px;
}

.year_select_box>.span input::-moz-placeholder {
    color: var(--main-color);
    font-size: 16px;
}

.year_select_box>.span input:-moz-placeholder {
    color: var(--main-color);
    font-size: 16px;
}

.year_select_box>.span input:-ms-input-placeholder {
    color: var(--main-color);
    font-size: 16px;
}

.year_select_box>.span.active {
    border-radius: 16px 16px 0 0;
}

.year_select_box>.span .icon {
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url(../images/new_icon2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.year_select_box .drop_down_ {
    position: absolute;
    display: none;
    padding: 10px 15px 20px;
    padding-bottom: 5px;
    left: 50%;
    top: 100%;
    width: 100%;
    transform: translateX(-50%);
    padding-top: 15px;
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
    max-height: 135px;
    overflow-y: auto;
}

.year_select_box .drop_down_ p {
    width: 25%;
    float: left;
    padding-bottom: 8px;
}

.year_select_box .drop_down_ p span {
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.year_select_box .drop_down_ p span:hover {
    background-color: #eeeeee;
}

.year_select_box .drop_down_::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.year_select_box .drop_down_::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.year_select_box .drop_down_::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

/*subject list*/
.subject_list .list {
    display: block;
    width: 100%;
    height: 407px;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(8px);
    transition: transform .4s;
}

.subject_list {
    padding-top: 28px;
}

.subject_list ul {
    margin-left: -12px;
    margin-right: -12px;
}

.subject_list ul li {
    float: left;
    width: 25%;
    padding: 12px;
}

.subject_list  .sca {
    position: relative;
    overflow: hidden;
}

.subject_list .sca i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
}

.subject_list .bottom {
    position: relative;
    padding: 32px;
}

.no_thumb .bottom {
    width: 100%;
    height: 100%;
}

.subject_list .bottom .date_year {
    color: var(--main-color);
    font-family: "Alimama FangYuanTi VF";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.subject_list .bottom .t {
    margin-top: 8px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subject_list .bottom .text {
    margin-top: 24px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.subject_list .read_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
    padding-top: 24px;
    border-top: 1px solid #F5F6F8;
}

.subject_list .read_more span:first-child {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.subject_list .read_more span:nth-child(2) {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F5F6F8;
}

.subject_list .list:hover {
    transform: translateY(-10px);
    background-color: var(--main-color);
}

.subject_list .list:hover .date_year, .subject_list .list:hover .t, .subject_list .list:hover .text {
    color: var(--white-color);
}

.subject_list .list:hover .read_more {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.subject_list .list:hover .read_more span:first-child {
    color: var(--white-color);
}

@media (max-width:991px) {
    .year_select_box {
        width: 360px;
    }

    .subject_list ul li {
        width: 33.33%;
    }

}

@media (max-width:767px) {
    .subject_form form {
        display: block;
    }

    .subject_form .form_search {
        margin-top: 15px;
        margin-left: 0;
    }

    .year_select_box {
        width: 100%;
    }
    .year_select_box>.span {
    padding: 12px 16px;
}
    .form_search .submit_icon {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
}
    .subject_list ul li {
        width: 50%;
    }
    .subject_form {
    padding-top: 50px;
}

}

@media (max-width:540px) {
    .subject_list ul li {
        width: 100%;
    }

    .subject_list .list {
        height: auto;
    }

    .subject_list .bottom {
        padding: 32px 25px;
    }

    .subject_list .read_more {
        margin-top: 40px;
        padding-top: 24px;
    }

}

/*文章详情*/
.article_cont {
    padding-top: 18px;
    padding-bottom: 50px;
}

.inter_po {
    padding: 56px 0;
    width: 100%;
    background: #FFF;
}

.article_t {
    margin: 0 auto;
    margin-top: 100px;
    max-width: 760px;
    color: var(--dark);
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
}

.article_time {
    padding-top: 25px;
    text-align: center;
}

.article_time .label {
    padding: 6px 10px;
    display: inline-block;
    border-radius: 4px;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
}

.article_time .time {
    display: inline-block;
    margin-left: 16px;
    color: var(--dark);
    font-family: "Alimama FangYuanTi VF";
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.article_text {
    display: flex;
    justify-content: space-between;
    min-height: 40vh;
    margin-top: 50px;
    padding: 38px;
    border-radius: 24px;
    background: var(--white-color);
}

.article_text .article_l {
    flex: 1;
    border-right: 1px solid #E0E0E0;
    margin-right: 30px;
    padding-right: 30px;
}

.article_text .article_r {
    width: 400px;
}
.article_l .articlen {
    min-height: 350px;
}
.article_l .articlen p {
    padding-bottom: 16px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_l .articlen strong {
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.article_l .articlen p img {
    display: block;
    border-radius: 16px;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.article_l .ar_label {
    padding-top: 24px;
    border-top: 1px solid #F5F6F8;
}

.article_l .ar_label .label_t, .article_l .ar_down .t {
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.article_l .ar_label .label_list {
    padding-top: 15px;
}

.article_l .ar_label .label_list ul {
    margin-left: -5px;
    margin-right: -5px;
}

.article_l .ar_label .label_list ul li {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.article_l .label_list a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 16px;
    background: #F6F7F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_l .label_list a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.article_l .ar_down {
    border-top: 1px solid #F5F6F8;
    padding-top: 24px;
    padding-bottom: 24px;
}

.article_l .ar_down ul li {
    padding-top: 16px;
}

.article_l .ar_down ul li a {
    position: relative;
    display: block;
    padding: 16px 50px 16px 36px;
    border-radius: 8px;
    background: #F5F6F8;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-image: url(../images/down_icon.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 95%;
}

.article_l .ar_down a:before {
    content: "·";
    position: absolute;
    left: 16px;
    top:30px;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.article_l .ar_down ul li a:hover {
    color: var(--main-color);
}

.article_r .up_ {
    padding: 24px;
    width: 100%;
    border-radius: 8px;
    background: #F5F6F8;
}

.article_r .up_ .btn_ {
    display: inline-block;
    width: 100%;
}

.article_r .up_ .prev {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DAE8F3;
}

.article_r .up_ .btn_ .n {
    padding-bottom: 10px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_r .up_ .btn_ .t {
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_r .up_ .btn_:hover .t {
    color: var(--main-color);
}

.article_r .up_back {
    padding-top: 24px;
}

.article_r .up_back a {
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #F5F6F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_r .up_back a svg {
    margin-right: 12px;
    width: 18px;
}

.article_r .up_back a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.article_r .up_back a:hover svg path {
    stroke: #fff;
    fill: #fff;
}

.ar_share {
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #F5F6F8;
}

.ar_share .t {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.s_button {
    padding-top: 16px;
}

.s_button .i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--white-color);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}

.s_button .web_wechat {
    background-image: url(../images/share_wx.svg);
}

.s_button .web_qq {
    background-image: url(../images/share_qq.svg);
}

.s_button .web_tsina {
    background-image: url(../images/share_xl.svg);
}

.s_button .share_copy {
    background-image: url(../images/share_copy.svg);
}

.s_button .i:hover {
    background-color: var(--main-color);
}

.s_button .i:hover.web_wechat {
    background-image: url(../images/share_wx_s.svg);
}

.s_button .i:hover.web_qq {
    background-image: url(../images/share_qq_s.svg);
}

.s_button .i:hover.web_tsina {
    background-image: url(../images/share_xl_s.svg);
}

.s_button .i:hover.share_copy {
    background-image: url(../images/share_copy_s.svg);
}

.inter_t {
    color: var(--dark);
    font-weight: 700;
    line-height: 1.4;
}

.inter_list .list {
    height: auto;
    background-color: transparent !important;
}

.inter_list .sca {
    border-radius: 8px;
}

.inter_list .bottom {
    padding: 0;
    padding-top: 12px;
}

.inter_list .bottom .t {
    color: var(--dark) !important;
}

.inter_list .bottom .date_year {
    padding-top: 16px;
    color: #999 !important;
}

.inter_list .list:hover .bottom .t {
    color: var(--main-color) !important;
}

@media (max-width:1366px) {
    .article_text .article_r {
        width: 350px;
    }

}

@media (max-width:1280px) {
    .article_text .article_r {
        width: 300px;
    }

}

@media (max-width:991px) {
    .article_text .article_r {
        width: 200px;
    }

    .inter_list ul li {
        width: 25%;
    }

}

@media (max-width:767px) {
    .article_cont>.my-container {
        padding: 0;
    }
    .article_t {
        margin-top: 60px;
    }

    .article_text {
        display: block;
        padding: 38px 25px;
        border-radius: 8px;
    }

    .article_text .article_l {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .article_text .article_r {
        width: 100%;
        padding-top: 30px;
    }

    .inter_list ul li {
        width: 50%;
    }
    .article_l .articlen {
    min-height: 200px;
}

}

@media (max-width:540px) {
    .inter_list ul li {
        width: 100%;
        padding-bottom: 10px;
    }

}

/*gongzuodongtai*/
.work_list {
    padding-top: 12px;
    padding-bottom: 30px;
}

.work_list ul li {
    position: relative;
    padding: 42px 0;
}

.work_list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #999;
}

.work_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: var(--main-color);
    transition: width .6s;
}

.work_list a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.work_list .work_date {
    width: 80px;
    float: left;
    text-align: center;
    color: var(--dark);
}

.work_date .date_date {
    color: inherit;
    font-family: "Alimama FangYuanTi VF";
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
}

.work_date .moth {
    padding-top: 10px;
    color: inherit;
    font-family: "Alimama FangYuanTi VF";
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.work_list .work_r {
    float: left;
    width: calc(100% - 80px);
    padding-left: 12%;
    display: flex;
}

.work_list  .sca {
    float: left;
    position: relative;
    overflow: hidden;
    width: 342px;
    border-radius: 16px;
}

.work_list .sca i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
}

.work_r .work_text {
    float: left;
    width: calc(100% - 342px);
    margin-left: 24px;
    position: relative;
}

.work_r .work_text .t {
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.work_r .work_text .des {
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.work_r .work_text .view {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.work_list li:hover:before {
    width: 100%;
}

.work_list li:hover:after {
    opacity: 0;
}

.work_list li:hover .t {
    color: var(--main-color);
}

.work_list li:hover .work_date {
    color: var(--main-color);
}

.work_list .mo_date {
    display: none;
    font-family: "Alimama FangYuanTi VF";
    font-size: 14px;
    color: #999;
    padding-top: 15px;
}

@media screen and (max-width:1279px) {
    .work_list .work_r {
        padding-left: 8%;
    }

    .work_date .date_date {
        font-size: 50px;
    }

}

@media screen and (max-width:991px) {
    .work_list .work_r {
        padding-left: 30px;
    }

    .work_date .date_date {
        font-size: 40px;
    }

    .work_list .sca {
        width: 300px;
    }

    .work_r .work_text {
        width: calc(100% - 300px);
    }

    .work_r .work_text .t {
        font-size: 20px;
    }

}

@media screen and (max-width:767px) {
    .work_list .work_date {
        display: none;
    }

    .work_list .work_r {
        width: 100%;
        padding-left: 0;
    }

    .work_list .mo_date {
        display: block;
    }

    .work_r .work_text .des {
        margin-top: 20px;
    }

    .work_r .work_text .t {
        font-size: 18px;
    }

}

@media screen and (max-width:540px) {
    .work_list ul li {
        padding: 42px 0;
        padding-bottom: 16px;
    }

    .work_list .work_r {
        display: block;
    }

    .work_list .sca {
        width: 100%;
    }

    .work_r .work_text {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        padding-top: 25px;
    }

    .work_r .work_text .view {
        margin-top: 25px;
        position: inherit;
    }

    .work_r .work_text .des {
        margin-top: 16px;
    }

}

/*team*/
.team_cont {
    padding-top: 55px;
}

.team_tab {
    display: inline-block;
    padding: 10px;
    border-radius: 80px;
    background: #FFF;
}

.team_tab ul li {
    float: left;
    margin-right: 8px;
    border-radius: 30px;
    overflow: hidden;
}

.team_tab ul li a {
    display: inline-block;
    padding: 12px 30px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    transition: background .3s
}

.team_tab .active, .team_tab a:hover {
    background: var(--main-color);
}

.team_tab ul li.active a, .team_tab ul li a:hover {
    color: var(--white-color);
}

.team_tab_cont .pub-t1 {
    display: none;
    width: 100%;
    min-height: 40vh;
}

.team_tab_cont .pub-t1.d-show {
    display: inline-block;
}

.team_tab_cont .team_des {
    padding-top: 24px;
    padding-bottom: 55px;
    max-width: 800px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.team_tab_cont .team_list {
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #282864;
    background-image: url(../images/team_title_icon.svg);
    background-repeat: no-repeat;
    background-position: left top;
}

.team_tab_cont .team_list:last-child {
    border-bottom: none;
}

.team_tab_cont .team_title {
}

.team_title .big_t {
    color: var(--dark);
    font-weight: 400;
    line-height: 1.2;
}

.team_title .des {
    padding-top: 16px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.list_loop {
    padding-top: 70px;
}

.list_loop ul {
    display: flex;
    flex-wrap: wrap;
}

.list_loop ul li {
    float: left;
    width: 25%;
    padding: 0 12px;
    padding-bottom: 55px;
}

.list_loop .loop_k {
    width: 100%;
    height: 100%;
    text-align: center;
}

.list_loop .loop_k  .sca {
    position: relative;
    display: inline-block;
    line-height: 0;
    overflow: visible;
}

.list_loop .loop_k  .sca>div:first-child {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
}

.list_loop .loop_k .sca:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105%;
    height: 105%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    transition: all .3s;
    opacity: 0;
}

.list_loop .loop_k .sca:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110%;
    height: 110%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid var(--main-color);
    opacity: 0;
    transition: all .3s;
}

.loop_k .square_c {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 54px;
    height: 54px;
    background: rgba(195, 157, 218, 0.80);
    backdrop-filter: blur(2px);
    transition: all .4s;
}

.list_loop .loop_k .sca i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
}

.list_loop .look_text {
    padding-top: 24px;
}

.list_loop .look_text .name {
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.look_text .zhiwei {
    padding-top: 8px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.6;
}

.list_loop .loop_k:hover .sca:before {
    opacity: 1;
}

.list_loop .loop_k:hover .sca:after {
    opacity: 0.2;
}

.loop_k:hover .square_c {
    right: 0;
}

@media screen and (max-width:991px) {
    .list_loop ul li {
        width: 33.33%;
    }

    .loop_k .square_c {
        width: 44px;
        height: 44px;
    }

    .list_loop .look_text .name {
        font-size: 20px;
    }

}

@media screen and (max-width:767px) {
    .team_cont {
        padding-top: 40px;
    }

    .team_tab {
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .team_tab ul li {
        margin-bottom: 8px;
    }

    .team_tab ul li a {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 28px;
    }
.team_tab li{
    background:#fff;
}

    .team_tab_cont .team_des {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .team_tab_cont .team_list {
        margin-bottom: 55px;
        padding-bottom: 55px;
        background-size: 200px;
    }

    .team_title .des {
        padding-top: 10px;
    }

    .list_loop {
        padding-top: 30px;
    }

    .list_loop ul li {
        width: 50%;
        padding-bottom: 25px;
    }

    .list_loop .look_text .name {
        font-size: 18px;
    }

    .loop_k .square_c {
        width: 30px;
        height: 30px;
    }

    .look_text .zhiwei {
        font-size: 14px;
        line-height: 25px;
    }

}

/*site mpa*/
.site_map {
    padding-top: 80px;
    padding-bottom: 80px;
}

.site_map .t {
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
}

.site_map .loop {
    padding-top: 50px;
}

.site_map .loop ul {
    display: flex;
    flex-wrap: wrap;
}

.site_map .loop ul li {
    width: 16.66%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.site_map .loop h3 {
    padding-bottom: 20px;
    color: #999;
    font-size: 18px;
}

.site_map .loop a {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: var(--dark);
}

@media screen and (max-width:991px) {
    .site_map .loop ul li {
        width: 33.33%;
    }

}

@media screen and (max-width:767px) {
    .site_map .loop ul li {
        width: 33.33%;
    }

    .site_map .loop h3, .site_map .loop a {
        font-size: 16px;
    }

    .site_map {
        padding-top: 40px;
        padding-bottom: 0;
    }

}

@media screen and (max-width:540px) {
    .site_map .loop ul li {
        width: 50%;
    }

}

@media screen and (max-width:350px) {
    .site_map .loop ul li {
        width: 100%;
    }

}

/*项目成果*/
.ach_dis_list {
    padding-top: 36px;
}

.display_list {
    width: 100%;
}

.display_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.display_list ul li {
    float: left;
    width: 25%;
    padding: 12px;
}

.display_list a {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    border-radius: 8px;
}

.display_list .mask {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
    transition: opacity .4s;
    z-index: 9
}

.display_list .mask .icon {
    max-width: 100px;
    display: inline-block;
}

.display_list .dis_img .pic {
    position: relative;
    overflow: hidden;
    transition: all 3s linear 0s;
    -webkit-transition: all 3s linear 0s;
    -moz-transition: all 3s linear 0s;
    -ms-transition: all 3s linear 0s;
    -o-transition: all 3s ease-in-out;
}

.display_list ul li .pic {
    padding-bottom: 100%;
}

.display_list .dis_img .pic i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
}

.display_list .dis_img .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s ease-in-out;
}

.display_list .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    padding: 24px;
    z-index: 99;
}

.display_list .text .title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.display_list .dis_img:hover .mask {
    opacity: 1
}

.display_list .dis_img:hover .pic {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.play_tc {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    z-index: -999;
    left: 0;
    top: 0;
    opacity: 0;
}

.play_tc .join-tc-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(100px);
    z-index: 10;
    width: 1200px;
    max-width: calc(95% - 50px);
    height: inherit;
    max-height: 814px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .6s;
}

.play_tc .join-tc-box .md-close {
    position: absolute;
    right: -50px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F1F8FD;
    cursor: pointer;
}

.play_tc .join-tc-box .md-close img:nth-child(2) {
    display: none;
}

.play_tc .join-tc-box .md-close:hover {
    background-color: var(--main-color);
}

.play_tc .join-tc-box .md-close:hover img:nth-child(1) {
    display: none;
}

.play_tc .join-tc-box .md-close:hover img:nth-child(2) {
    display: inline-block;
}

.play_tc .member_eject {
    max-width: 100%;
    max-height: 100%;
}

.play_tc .member_eject .his_img {
    height: calc(100% - 45px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.play_tc .member_eject .his_img img {
    max-height: 100%;
    border-radius: 8px;
}

.play_tc.show {
    z-index: 120;
    opacity: 1;
}

.play_tc.show .join-tc-box {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0px);
}

.play_tc .play_text {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 28px;
    text-align: center;
}
@media screen and (max-height:800px) {

.play_tc .member_eject .his_img img {
    max-height: 600px;
}

}
@media screen and (max-height:700px) {

.play_tc .member_eject .his_img img {
    max-height: 500px;
}

}
@media screen and (min-width:768px) {
    .display_list li:nth-child(1), .display_list li:nth-child(10), .display_list li:nth-child(15), .display_list li:nth-child(24) {
        width: 50%;
    }

    .display_list li:nth-child(1) .pic, .display_list li:nth-child(10) .pic, .display_list li:nth-child(15) .pic, .display_list li:nth-child(24) .pic {
        padding-bottom: 48.31%;
    }

}

@media screen and (max-width:1440px) {
    .display_list .mask .icon {
        max-width: 90px;
    }

}

@media screen and (max-width:1366px) {
    .display_list .mask .icon {
        max-width: 80px;
    }

}

@media screen and (max-width:1280px) {
    .display_list .mask .icon {
        max-width: 60px;
    }

}

@media screen and (max-width:1100px) {
    .display_list .mask .icon {
        max-width: 40px;
    }

    .display_list .text {
        padding: 20px;
    }

}

@media screen and (max-width:991px) {
    .display_list .text {
        padding: 16px 20px;
    }

    .play_tc .join-tc-box .md-close {
        right: -30px;
        top: -35px;
        width: 35px;
        height: 35px;
    }

}

@media screen and (max-width:767px) {
    .display_list .mask .icon {
        /*max-width: 30px;*/
    }

    .display_list ul li {
        width: 50%;
    }
    .play_tc .join-tc-box {
        height: initial;
        max-width: 100%;
}
.play_tc .join-tc-box .md-close {
    right: 0;
    top: -45px;
}


}
@media screen and (max-width:540px) {

    .display_list ul li {
        width: 100%;
    }

}

/*成果转化*/
.tran_list {
    padding-top: 36px;
}

.tran_list ul {
    margin-left: -12px;
    margin-right: -12px;
}

.tran_list ul li {
    width: 33.33%;
    float: left;
    padding: 12px;
}

.tran_list .white_border {
    display: block;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(15px);
}

.tran_list .white_border .t {
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tran_list .tran_cont {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tran_list .s_t {
    color: #CCC;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.tran_list .s_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #CCC;
}

.tran_list .white_border:hover .t {
    color: var(--main-color);
}

@media screen and (max-width:991px) {
    .tran_list ul li {
        width: 50%
    }

}

@media screen and (max-width:767px) {
    .tran_list ul li {
        width: 100%;
    }

    .tran_list .s_icon {
        width: 40px;
        height: 40px;
    }

    .tran_list .white_border {
        padding: 32px 20px;
    }

}

/*about*/
.about_top {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 1;
}

.about_top .about_mask {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #261840 0%, rgba(38, 24, 64, 0.00) 102.13%);
    z-index: -1;
}

.about_top .a_top_cont {
    padding-top: 18px;
}

.about_top .a_top_text {
    position: relative;
    padding-top: 276px;
    padding-bottom: 320px;
    text-align: center;
}

.about_top .a_top_text .s_t {
    position: relative;
    padding-bottom: 48px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.about_top .a_top_text .s_t:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 40px;
    background-color: var(--white-color);
}

.about_top .a_top_text .big_t {
    padding-top: 10px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.4;
}

.about_top .a_top_text .eng {
    padding-top: 16px;
    max-width: 650px;
    margin: 0 auto;
    color: #FFF;
    font-family: "Alimama FangYuanTi VF";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.down_click {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.down_click span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--white-color);
}

.down_click span i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    transform: translate(-50%, -50%);
    animation: wave 1s ease-in-out alternate infinite;
}

@keyframes wave {
    from {
        transform: translate(-50%, -60%);
    }

    to {
        transform: translate(-50%, -20%);
    }

}

.about_two {
    padding-top: 150px;
    padding-bottom: 270px;
}

.a_two_cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.a_two_cont .a_two_left {
    width: 32%;
}

.a_two_cont .a_two_mid {
    width: 35%;
}

.a_two_cont .y_icon {
    position: absolute;
    left: 50%;
    bottom: -10%;
    max-width: 956px;
    transform: translateX(-50%);
}

.a_two_cont .a_two_right {
    width: 32%;
    padding-top: 7vw;
    padding-left: 3vw;
}

.a_two_right .r_text {
    position: relative;
    padding-right: 90px;
}

.a_two_right .r_text img {
    position: absolute;
    right: 0;
    top: -32px;
}

.a_two_cont .a_two_right p {
    padding-bottom: 20px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.a_two_left .s_t {
    color: var(--dark);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.a_two_left .s_t span {
    position: relative;
    padding-right: 50px;
}

.a_two_left .s_t span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    height: 1px;
    background: var(--dark);
}

.a_two_left .s_year {
    padding-top: 34px;
    align-items: flex-end;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.a_two_left .s_year img {
    margin-right: 8px;
    max-width: 90%
}

.a_two_left .s_text {
    padding-top: 34px;
}

.a_two_left .s_text p {
    color: var(--dark);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.a_two_mid>div {
    position: relative;
}

.a_two_mid>div:after {
    content: "";
    position: absolute;
    right: 37px;
    top: -13px;
    width: 26px;
    height: 26px;
    background: rgba(116, 69, 210, 0.80);
    backdrop-filter: blur(2px);
}

.a_two_mid>div:first-child img:nth-child(2) {
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 120%;
    max-width: inherit;
    transform: translateX(-50%);
    display: none;
    z-index: 9;
}

@media screen and (max-width:1439px) {
    .a_two_right .r_text {
        padding-right: 60px;
    }

}

@media screen and (max-width:1366px) {
    .a_two_cont .a_two_right {
        padding-top: 5vw;
    }

    .a_two_right .r_text {
        padding-right: 40px;
    }

    .a_two_right .r_text img {
        width: 100px;
    }

}

@media screen and (max-width:1279px) {
    .about_two {
        padding-top: 150px;
        padding-bottom: 190px;
    }

    .a_two_cont .a_two_left {
        padding-right: 2vw;
    }

    .a_two_cont .a_two_right {
        padding-top: 3vw;
    }

    .a_two_right .r_text {
        padding-right: 20px;
    }

    .a_two_right .r_text img {
        width: 60px;
    }

}

@media screen and (max-width:1200px) {
    .a_two_cont .a_two_left {
        width: 100%;
    }

    .a_two_cont .a_two_left {
        padding-right: 2vw;
    }

    .a_two_cont .a_two_mid {
        width: 100%;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .a_two_cont .a_two_mid>div {
        display: inline-block;
    }

    .a_two_cont .a_two_mid>div img:first-child {
        max-width: 400px;
    }

    .a_two_cont .a_two_right {
        width: 100%;
        padding-left: 5vw;
    }

    .a_two_mid>div:first-child img:nth-child(2) {
        display: inline-block;
    }

    .y_icon {
        display: none;
    }

}

@media screen and (max-width:991px) {
    .about_top .a_top_text {
        padding-top: 176px;
        padding-bottom: 220px;
    }

    .about_two {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}

@media screen and (max-width:767px) {
    .about_top .a_top_text {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .about_top .a_top_text .big_t {
        font-size: 22px;
    }

    .down_click span {
        width: 50px;
        height: 50px;
    }

    .about_two {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .a_two_cont .a_two_mid>div img:first-child {
        max-width: 100%;
    }

    .a_two_cont .a_two_right {
        padding-top: 30px;
        padding-left: 16vw;
    }

    .a_two_left .s_year img {
        max-width: 180px;
    }
    .a_two_mid>div:first-child img:nth-child(2) {
    bottom: -30px;
}
.a_two_mid>div:first-child img:nth-child(2) {
    width: 100%;
}
.a_two_cont .a_two_right {
    padding-top: 30px;
    padding-left: 0;
}
.a_two_right .r_text {
    padding-right: 0;
}
 .a_two_cont .a_two_mid {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width:389px) {

    .about_top .a_top_text .big_t {
        font-size: 22px;
    }

}    

/*contact*/
.contact_cont {
    padding-top: 18px;
    padding-bottom: 160px;
}

.tact_last {
    width: 100%;
    padding-top: 55px;
}

.tact_last ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.tact_last ul li {
    width: 50%;
    padding: 12px;
}

.tact_last .white_bg {
    position: relative;
    border-radius: 16px;
    background: #FFF;
    width: 100%;
    height: 100%;
    padding: 110px 64px 110px 64px;
    z-index: 1;
}

.tact_last .white_bg:before {
    content: "";
    position: absolute;
    left: 64px;
    top: 0;
    background: var(--main-color);
    width: 38px;
    height: 5px;
}

.tact_last .last_top {
    justify-content: space-between;
}

.tact_last .last_top .last_top_left {
    padding-right: 30px;
    max-width: 366px;
    flex: 1;
}

.tact_last .last_top .last_top_left .ht {
    padding-bottom: 22px;
    margin-bottom: 22px;
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #CCC;
}

.tact_last .last_top .last_top_left p {
    color: var(--dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
}

.tact_last .last_top .last_top_left p img {
    margin-right: 8px;
    width: 24px;
}

.tact_last .last_top .last_top_left p:last-child {
    padding-bottom: 0;
}

.tact_last .last_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 40%;
    z-index: -1;
}

.tact_last .last_code {
    min-width: 100px;
    max-width: 110px;
}

.tact_last .last_code p {
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.tact_mid {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 498px;
    border-radius: 16px;
}

.tact_mid .mid_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 98px 64px;
    background: rgba(42, 3, 120, 0.50);
}

.tact_mid .mid_mask .big_t {
    max-width: 540px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.4;
}

.tact_mid .mid_mask .icon {
    margin-top: 74px;
    position: relative;
    padding-left: 10px;
}

.tact_mid .mid_mask .icon img {
    animation: wave 1s ease-in-out alternate infinite;
}

.tact_mid .p_about_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tact_mid .p_about_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.tact_top {
    padding-top: 50px;
}

.tact_top .s_title {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.tact_top .s_title span {
    display: inline-block;
    position: relative;
    padding-right: 50px;
}

.tact_top .s_title span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: var(--main-color);
}

.tact_top .b_title {
    padding-top: 16px;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
}

.tact_top_text {
    padding-top: 45px;
    padding-bottom: 40px;
}

.tact_top_text .t {
    padding-bottom: 24px;
    color: var(--dark);
    font-weight: 400;
    line-height: 1.2;
}

.tact_top_text p {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 28px;
}

.tact_top_text p:last-child {
    padding-bottom: 0;
}

.tact_top_text p img {
    margin-right: 8px;
    width: 24px;
}

@media screen and (max-width:1200px) {
    .tact_last .white_bg {
        padding: 90px 30px 90px 30px;
    }

}

@media screen and (max-width:991px) {
    .tact_mid {
        height: 400px;
    }

    .tact_last .white_bg {
        padding: 90px 30px 90px 30px;
    }

}

@media screen and (max-width:767px) {
    .contact_cont {
        padding-bottom: 60px;
    }

    .tact_top .s_title {
        font-size: 18px;
    }

    .tact_mid {
        height: 300px;
    }

    .tact_mid .mid_mask {
        padding: 60px 25px;
    }

    .tact_mid .mid_mask .icon img {
        height: 40px;
    }

    .tact_last ul {
        display: block;
    }

    .tact_last ul li {
        width: 100%;
    }

    .tact_last .white_bg {
        padding: 40px 20px 40px 20px;
        height: auto;
    }
    .tact_last .last_icon {
   left: inherit;
    right: 0;
 }

}

@media screen and (max-width:540px) {
    .tact_last .last_top {
        display: block;
    }

    .tact_last .last_top .last_top_left {
        padding-right: 0;
        width: 100%;
    }

    .tact_last .last_code {
        padding-top: 20px;
        width: 100px;
    }

}

/*join*/
.join-us {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.join_bottom {
    padding: 100px 0 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #F4F3FB;
    background-image: url(../images/job_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 1;
}

.join-us {
    background-image: url(../images/job_icon.svg);
    background-repeat: no-repeat;
    background-position: left top;
}

.join-us .p1 .cont {
    padding: 110px 0 0 0;
    display: flex;
    flex-direction: row;
    background-image: url(../images/join_p1_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.join-us .p1 .cont .text_ {
    width: 570px;
    padding: 40px 0;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.join-us .p1 .cont .text_ .t1 {
    width: 100%;
    font-weight: 700;
    line-height: 1.4;
    color: var(--dark);
}

.join-us .p1 .cont .text_ .t2 {
    width: 100%;
}

.join-us .p1 .cont .text_ .t2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark);
}

.join-us .p1 .cont .text_ .t2 p:not(:first-child) {
    margin-top: 30px;
}

.join-us .p1 .cont .img_ {
    padding-left: 50px;
    flex: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.join-us .p1 .cont .img_ .item {
    flex: 1;
}

.join-us .p1 .cont .img_ .item img {
    width: 100%;
    border-radius: 16px;
}

.join_up_list {
    padding-top: 90px;
    padding-bottom: 30px;
}

.join_up_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.join_up_list ul li {
    width: 25%;
    float: left;
    padding: 12px;
}

.join_up_list .grey_bg {
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 24px 10px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background: rgba(245, 246, 248, 0.80);
    backdrop-filter: blur(15px);
    transition: transform .4s;
}

.join_up_list .grey_bg:hover {
    transform: translateY(-6px);
}

.join_up_list .grey_bg .icon img {
    width: 42px
}

.join_up_list .grey_bg .t {
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.join_up_list .grey_bg .des {
    color: #666;
    text-align: center;
    max-width: 246px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.job_more {
    padding-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job_more a {
    display: flex;
    align-items: center;
}

.job_more a span:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 24px;
}

.job_more a span:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--main-color);
}

.job_more a span:nth-child(2):before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background-color: var(--main-color);
    opacity: 0.2;
    border-radius: 50%;
    animation: spin-stretch 4s ease-in-out alternate infinite;
}

.job_more a span:nth-child(2):before {
}

@keyframes spin-stretch {
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.3);
    }

}

@media(max-width:1366px) {
    .join-us .p1 .cont .text_ {
        width: 480px;
        padding: 0;
    }

}

@media(max-width:1200px) {
    .join-us .p1 .cont .text_ {
        display: block;
    }

    .join-us .p1 .cont .text_ .t2 {
        padding-top: 45px;
    }

    .join-us .p1 .cont .img_ {
        padding-left: 30px;
    }

}

@media(max-width:991px) {
    .join-us {
    background-size:200px 200px;
}
    .join-us .p1 .cont {
        flex-direction: column;
    }

    .join-us .p1 .cont .text_ {
        width: 100%;
    }

    .join-us .p1 .cont .img_ {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .join_up_list {
        padding-top: 40px;
        padding-bottom: 30px;
    }

}

@media(max-width:768px) {
    .join_up_list ul li {
        width: 50%;
    }

}

@media(max-width:767px) {
    .join-us .p1 .cont {
        padding: 50px 0 45px 0;
    }

    .join_up_list {
        padding-top: 0;
        padding-bottom: 30px;
    }

}

@media(max-width:540px) {
    .join_up_list ul li {
        width: 100%;
    }

    .join_up_list .grey_bg .icon img {
        width: 32px;
    }

}

/*joblist*/
.join_title {
}

.join_title .big_t {
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
}

.join_title .des {
    padding-top: 15px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.join_all {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    margin-left: -12px;
    margin-right: -12px;
}

.join_allbox {
    background: #050505;
    padding: 75px 0 80px;
}

.join_item {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    width: calc(33.33% - 24px);
    padding: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.join_item .number {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #FAFAFC;
    text-align: right;
    font-family: "Alimama FangYuanTi VF";
    font-size: 96px;
    font-weight: 600;
    line-height: 1;
}

.join_item1 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
}

.join_item2_item {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
}

.join_item2 .join_item2_item:last-child {
    padding-right: 0;
}

.join_item2_item::after {
    content: '';
    position: absolute;
    height: 45%;
    width: 1px;
    background-color: #CCC;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.join_item2_item:last-child::after {
    display: none;
}

.join_item2_item:nth-child(1) {
    padding-left: 0;
}

.join_zy {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.join_item2 {
    padding-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.join_item2 {
    padding-bottom: 20px;
}

.join_item3 {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.4;
}

.join_item3left span {
    color: #666;
    margin-right: 10px;
    font-size: 16px;
    line-height: 28px;
}

.join_itemtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F5F6F8;
}

.join_item {
    transition: .3s;
}

.join_item .yaoqiu, .join_item .neirong {
    display: none;
}

.join_item:hover {
    background: var(--main-color);
}

.join_item:hover .join_item1 {
    color: #FFF;
}

.join_item:hover .join_itemtop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
}

.join_item:hover .join_item3left span {
    color: var(--white-color);
}

.join_item:hover .join_item3right svg path {
    stroke: #fff;
}

.join_alltitle1 {
    color: #AD2124;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 16px;
    text-align: center;
}

.join_alltitle2 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
    text-align: center;
}

.read_more {
    padding-top: 24px;
    text-align: center;
}

.read_more a {
    display: inline-flex;
    padding: 16px 24px;
    align-items: center;
    border-radius: 70px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.read_more a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

/* mtk */
.mtk_text {
    max-height: 340px;
    overflow-y: auto;
    padding-left: 45px;
    padding-right: 45px;
}

body.m_fix {
    overflow: hidden;
    padding-right: 4px;
}

.mtk {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -999;
    opacity: 0;
}

.mtk.active {
    z-index: 1200;
    opacity: 1;
}

.mtk_box {
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(100px);
    overflow: hidden;
    width: 700px;
    max-width: 95%;
    opacity: 0;
    transition: transform .6s;
    z-index: 10;
}

.mtk_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(32px);
    z-index: -1;
    opacity: 0;
}

.mtk_title {
    padding: 27px 30px;
    border-bottom: 1px solid  #F5F6F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mtk_title .close {
    cursor: pointer;
}

.mtk_title1 {
    color: #333;
    font-size: 22px;
    font-weight: 400;
}

.mtk_content {
    padding: 35px 0;
}

.mtk_content1, .mtk_content3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.mtk_content2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}

.mtk_content3 {
    margin-top: 43px;
}

.mtk_content4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}

.mtk_content5 {
    margin-top: 57px;
    cursor: pointer;
    padding-left: 45px;
}

.mtk_content5 a {
    display: inline-flex;
    padding: 6px 2px 6px 20px;
    align-items: center;
    gap: 15px;
    border-radius: 40px;
    background: #EDEDED;
    transition: .3s;
}

.mtk_content5 a span:nth-child(1) {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.box_butcur {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_butcur2 {
    display: block;
}

.box_butcur1 {
    display: none;
}

.mtk_content5 a:hover {
    background-color: var(--main-color);
    transition: .3s;
}

.mtk_content5 a:hover .box_butcur1 {
    display: block;
}

.mtk_content5 a:hover .box_butcur2 {
    display: none;
}

.mtk_content5 a:hover .box_butcur {
    background-color: var(--white-color);
    transition: .3s;
}

.mtk_content5 a:hover span:nth-child(1) {
    color: #fff;
    transition: .3s;
}

.mtk.active .mtk_box {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0px);
}

.mtk.active .mtk_box:before {
    opacity: 1;
}

@media (max-width:1366px) {
    .join_item .number {
        font-size: 86px;
    }

}

@media (max-width:1280px) {
    .join_item .number {
        font-size: 66px;
    }

}

@media (max-width:991px) {
    .join_item {
        padding: 32px 20px;
    }

    .join_item1 {
        font-size: 20px;
    }

}

@media (max-width:767px) {
body.m_fix {
    padding-right: 0;
}
    .join_mask .des {
        font-size: 16px;
    }

    .join_item {
        width: calc(100% - 24px);
    }

    .join_item1 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .join_button .index_more a {
        padding: 14px 30px;
    }

    .join_video video {
        display: none;
    }

    .join_allbox {
        padding: 50px 0 50px;
    }

    .read_more a {
        padding: 16px 24px;
        font-size: 16px;
    }

    .mtk_title {
        padding: 27px 20px;
    }

    .mtk_text {
        max-height: 300px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mtk_content5 {
        margin-top: 20px;
        padding-left:20px;
    }
.mtk_title {
    padding: 10px 20px;
    font-size: 16px;
}
.join_item .number {
        font-size: 56px;
    }

}

/*yingpin*/
.job_ypbg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.job_ypbg .mess_form {
    background: #fff;
    padding: 30px;
    border-radius: 16px
}

.job_ypbg .contform {
    max-width: 900px;
    margin: 0 auto;
}

.input_select_box .icon {
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 8px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.input_select_box .drop_down_ {
    position: absolute;
    left: -1px;
    top: 56px;
    width: calc(100% + 2px);
    background: #F5F6F8;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-top: none;
    padding-bottom: 10px;
    z-index: 9;
}

.input_select_box .drop_down_ p {
    padding: 8px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.mess_left h3 {
    color: #FFF;
    font-weight: 400;
    line-height: 1.4;
}

.mess_left p {
    padding-top: 14px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

.messform {
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
    margin-top: -10px;
}

.messform .col {
    width: 50%;
    padding: 12px;
    float: left;
}

.messform .input-container {
    position: relative;
    border: 1px solid #F5F6F8;
}

.messform .input-container input {
    outline: none;
    z-index: 1;
    padding: 15px 16px;
    padding-left: 62px;
    position: relative;
    background: none;
    width: 100%;
    height: 56px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}

.messform .input-container span {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 74px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.messform .text-area span {
    top: 18px;
    transform: inherit;
}

.messform .text-area span em {
    color: #E42731;
}

.messform .colw100 {
    width: 100%;
    padding: 12px;
    float: left;
}

.messform .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 230px;
    padding: 15px 16px;
    padding-left: 95px;
    line-height: 26px;
    border: 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    resize: none;
    font-family: "Microsoft YaHei";
}

.messform .reset, .messform .submit {
    width: 160px;
    height: 60px;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    cursor: pointer;
}

.messform .reset {
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.30);
}

.messform .submit {
    margin-left: 16px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.messform .submit img {
    margin-left: 5px;
}

.messform .yanz {
    width: 252px;
}

.messform .yanz input {
    padding-left: 80px;
}

.messform  .yz img {
    height: 56px;
}

.messform .last_button {
    justify-content: flex-end;
}

.text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #E42731;
}

.messform .job_radio div {
    padding-left: 90px;
    height: 58px;
    width: 192px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.messform .job_radio input {
    width: 16px;
    height: 16px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    padding: 0;
}
.ser_agreement {
    display: none !important;
}
@media (max-width:767px) {
    .job_ypbg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .messform .col {
        width: 100%;
    }

    .messform .yanz {
        width: 200px;
    }

    .messform .reset, .messform .submit {
        width: 46%;
        height: 48px;
        font-size: 16px;
    }

    .top_list .ul .li:last-child .text {
        font-size: 16px;
    }

    .messform .last_button {
        justify-content: space-between;
    }
    .job_ypbg .mess_form {
    padding: 30px 20px;
}
.messform .job_radio {
    display: block;
}
.messform .job_radio div {
    padding-left:70px;
    height: 56px;
}
.messform .job_radio input{
    float: left;
}

}