﻿@charset "utf-8";


/*8.10*/:root {
    --m-blue: #00ACEB;
}

.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font46 {
    font-size: 46px;
}

.font50 {
    font-size: 50px;
}

@media(max-width:1580px) {
    .font50 {
        font-size: 48px;
    }

}

@media(max-width:1366px) {
    .font32 {
        font-size: 30px;
    }

    .font36 {
        font-size: 34px;
    }

    .font38 {
        font-size: 36px;
    }

    .font46 {
        font-size: 44px;
    }

    .font50 {
        font-size: 46px;
    }

}

@media(max-width:1280px) {
    .font36 {
        font-size: 32px;
    }

    .font38 {
        font-size: 34px;
    }

    .font46 {
        font-size: 42px;
    }

    .font50 {
        font-size: 44px;
    }

}

@media(max-width:1200px) {
    .font32 {
        font-size: 28px;
    }

    .font36 {
        font-size: 30px;
    }

    .font38 {
        font-size: 32px;
    }

    .font46 {
        font-size: 38px;
    }

    .font50 {
        font-size: 42px;
    }

}

@media(max-width:991px) {
    .font32 {
        font-size: 26px;
    }

    .font36 {
        font-size: 28px;
    }

    .font38 {
        font-size: 30px;
    }

    .font46 {
        font-size: 36px;
    }

    .font50 {
        font-size: 40px;
    }

}

@media(max-width:767px) {
    .font32 {
        font-size: 24px;
    }

    .font36 {
        font-size: 26px;
    }

    .font38 {
        font-size: 28px;
    }

    .font46 {
        font-size: 34px;
    }

    .font50 {
        font-size: 26px;
    }

}

@media(max-width:350px) {
    .font32 {
        font-size: 22px;
    }

    .font36 {
        font-size: 24px;
    }

    .font38 {
        font-size: 26px;
    }

    .font46 {
        font-size: 34px;
    }

    .font50 {
        font-size: 24px;
    }

}

/*footer*/
.foot_content_right img {
}

.foot_content_left_ever .icon_right a {
    color: inherit;
    font-size: inherit;
}

.w_border {
    padding: 5px;
    background: #FFF;
    border-radius: 8px;
}

.foot_content_right img {
    border-radius: 0;
    width: 90px;
    height: 90px;
}

/*page*/
.h100 {
    background-color: #fff;
    width: 100%;
    height: 100px;
}

.pub-n-ban {
    height: 400px;
    z-index: 1;
}

.pub-n-ban-bg {
    z-index: -1;
}

.pub-n-ban:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    background-image: url(../images/heart.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.m_location {
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    z-index: 30;
}

.m_location .m_left {
    float: left;
    height: 40px;
    display: flex;
    align-items: center;
    color: #CCC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.m_location .m_left a {
    color: #CCC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 5px;
    margin-left: 5px;
}

.m_location .m_left a:first-child {
    background-image: url(../images/m_house.svg);
    background-size: 20px 20px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 0;
}

.m_location .m_left a:hover {
    color: var(--m-blue);
}

.m_location .m_right {
    float: right;
    display: flex;
    align-items: center;
}

.m_location .m_right .bg {
    display: flex;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #E8E8E84D;
    border-radius: 50%;
    margin-right: 16px;
    cursor: pointer;
}

.m_location .m_share {
    background-image: url(../images/grey_share.svg);
}

.m_location .print {
    background-image: url(../images/grey_print.svg);
    display: none !important;
}

.m_location .m_right .bg:last-child {
    margin-right: 0;
}

.m_location .m_right .bg:hover {
    background-color: var(--m-blue);
}

.m_location .m_share:hover {
    background-image: url(../images/w_share.svg);
}

.m_location .print:hover {
    background-image: url(../images/w_print.svg);
}

.pub-n-ban-text .text_des {
    padding-top: 16px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.down_icon {
    position: absolute;
    padding-top: 5px;
    right: 0;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background-image: url(../images/cicle.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down_icon img {
    -webkit-animation-name: top-bottom;
    animation-name: top-bottom;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
@media (max-width:1580px) {
.down_icon {
    right: 30px;
}
}
@media (max-width:1024px) {
 .h100 {
    height: 60px;
}

}

@media (max-width:767px) {
    .down_icon {
        width: 34px;
        height: 34px;
        bottom: 24px;
        right: 24px;
    }

    .down_icon img {
        width: 16px;
    }
   

}

/*share eject*/
.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 {
    padding: 28px 40px;
    position: fixed;
    top: 50%;
    width: 496px;
    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%);
    border-radius: 24px;
    background: #FFF;
}

.share_box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share_box .top .sub {
    color: #1D1D1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.share_box .middle {
    width: 100%;
    padding-top: 30px;
}

.share_box .middle li {
float: left;
width: 25%;
}

.share_box .middle li a {
    text-align: center;
}

.share_box .share_bg {
    width: 60px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: var(--m-blue);
    border-radius: 50%;
}

.share_box .middle p {
    padding-top: 12px;
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.share_box .copy_link {
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.copy_link .line {
    width: 302px;
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: 0;
    background: none;
    padding-bottom: 10px;
    line-height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.share_box .copy_link .span {
    display: flex;
    padding: 10px 16px;
    margin-left: 16px;
    align-items: center;
    border-radius: 70px;
    background: var(--m-blue);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.share_box .copy_link .span img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.share-copy {
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
    border-radius: 20px;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 8px 10px;
    display: none;
}

.share-copy:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 100%;
    right: 25px;
}

.cancel_share {
    cursor: pointer;
}

.cancel_back {
    display: none;
    cursor: pointer;
}

.qqewm {
    text-align: center;
    display: none;
}

.wxewm {
    text-align: center;
    display: none;
}

.code_img {
    padding-top: 30px;
}

.code_img img {
    width: 110px;
    height: 110px;
}

.code_img .p {
    padding-top: 10px;
}

/*news*/
.news-n {
    background: #EEF7FE;
    padding-top: 40px;
}

.serch-n-box form {
    width: 306px;
    max-width: 100%;
}

.serch-n-box input {
    border: none;
    border-radius: 50px;
    padding: 11px 35px 11px 16px;
    line-height: 26px;
}

.serch-n-box button {
    right: 16px;
    background-image: url(../images/serch_btn1.svg);
    background-size: 23px 23px;
}

.index-news-item>a {
    border: none;
    border-radius: 16px;
}

.index-news-item .text .t1 {
    color: #1D1D1F;
    font-weight: 700;
}

.index-news-item .text .time {
    margin-top: 16px;
    color: #B2C8DA;
    background-image: url(../images/time_icon.svg);
    background-size: 16px 16px;
}

@media (max-width:767px) {
    .news_mobile .pub-n-ban {
        display: none;
    }

    .pub-n-ban {
        height: auto;
    }

    .m_location {
        top: 10px;
        display: none !important;
    }

    .m_location .m_right {
        display: none !important;
    }

    .pub-n-ban-m {
        z-index: -1;
    }

    .pub-n-ban-text .down_icon {
        right: 15px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }

    .pub-n-ban-text .down_icon img {
        width: 20px;
        height: 20px;
    }

    .pub-n-ban-text .text {
        padding-top: 20px;
    }

    .pub-n-ban-text .text_des {
        padding-top: 5px;
        font-size: 14px;
    }

    .news-n .news-list .index-news-item {
        padding: 8px 10px;
    }

    .index-news-item .text {
        padding: 15px 20px;
    }

    .index-news-item .text .t1 {
        font-size: 16px;
        height: auto;
        line-height: 26px;
    }

    .index-news-item .text .time {
        font-size: 14px;
        margin-top: 10px;
    }
    .serch-n-box form {
    width: 100%;
}
    .pub-page {
        padding: 25px 0;
    }

    .fl_right {
        display: none;
    }

    .pub-page ul li {
        margin: 0 8px;
    }

    .pub-page ul li span, .pub-page ul li a {
        border: none;
        background: transparent;
        color: #999;
        width: inherit;
    }

    .pub-page ul li.active a, .pub-page ul li.active span, .pub-page ul li a:hover, .pub-page ul li span:hover {
        background: transparent;
        color: var(--m-blue);
    }

    .pub-page ul li:first-child span, .pub-page ul li:first-child a, .pub-page ul li:last-child span, .pub-page ul li:last-child a {
        width: 70px;
        height: 40px;
        border-radius: 30px;
        background-color: #fff;
    }

}

/*article show*/
.news-show {
    padding-bottom: 0;
    position: relative;
}

.news_title {
    padding-bottom: 40px;
    border-bottom: 1px solid #DAE8F3;
}

.news_title .h2 {
    color: var(--m-blue);
    font-weight: 700;
    line-height: 1.2;
}

.news_down {
    display: flex;
    padding-top: 40px;
}

.news_down .xq_left {
    flex: 1;
    padding-right: 90px;
}

.news_down .xq_right {
    width: 380px;
    padding-left: 0;
}

.r_share {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #DAE8F3;
}

.r_share .time {
    color: var(--m-blue);
    font-family: 'Concert One', cursive;
    line-height: 1.5;
}

.r_share .time span {
    font-size: 22px;
    font-weight: 400;
    display: block;
}

.r_share .time strong {
    display: block;
    font-weight: 400;
    line-height: 1.1;
}

.x_share ul {
    display: flex;
    padding-top: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.x_share ul li {
    padding: 0 4px;
}

.x_share>ul>li>a {
    cursor: pointer;
}

.x_share .sharex_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #ECF3F9;
    border-radius: 50%;
    transition: background-color .3s;
}

.x_share .sharex_bg img {
    width: 20px;
    height: 20px;
}

.x_share .sharex_bg img:nth-child(2) {
    display: none;
}

.x_share .sharex_bg:hover {
    background-color: var(--m-blue);
}

.x_share .sharex_bg:hover img:first-child {
    display: none;
}

.x_share .sharex_bg:hover img:nth-child(2) {
    display: inline-block;
}

.x_sharecopy {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 42px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px 6px 6px 6px;
    font-size: 14px;
    padding: 6px 20px;
    color: #FFFFFF;
    z-index: 9999;
}

.x_copyIcon {
    background: url(../images/new_link_w.svg) center center / contain no-repeat;
    width: 20px;
    height: 30px;
    float: left;
}

.x_copyDesc {
    font-size: 14px;
    padding-left: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
}

.position_new {
    padding: 48px 0;
    background: #EEF7FE;
}

.position_new .title {
    color: #1D1D1F;
    font-weight: 700;
    line-height: 1.2;
}

.customhtmlcomponent {
    line-height: 1.5;
    color: #1D1D1F;
}
.customhtmlcomponent video {
    max-width: 100%;
}
.customhtmlcomponent p {
    line-height: 1.5;
    color: #1D1D1F;
}

.customhtmlcomponent img {
    height: auto !important;
    border-radius: 10px;
}

.x_label {
    padding-top: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DAE8F3;
}

.x_label .small_t {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.x_label .label_list ul {
    padding-top: 6px;
    margin-left: -6px;
    margin-right: -6px;
}

.x_label .label_list ul li {
    float: left;
    width: inherit;
    padding: 6px;
}

.x_label .label_list a {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #ECF3F9;
    color: #768DA0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.x_label .label_list a:hover {
    background-color: var(--m-blue);
    color: #fff;
}

.mart_bot {
    padding-bottom: 30px;
    border-bottom: 1px solid #DAE8F3;
}

.mart_bot .left {
    padding-top: 30px;
    padding-bottom: 24px;
}

.mart_bot .left p, .mart_bot .right p {
    width: 100%;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.mart_bot .left p a, .mart_bot .right p a {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mart_bot .left a:hover, .mart_bot .right a:hover {
    color: var(--m-blue);
}

.new_back {
    width: 100%;
    padding-top: 30px;
}

.new_back a {
    padding-left: 42px;
    display: inline-block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    background-image: url(../images/back_icon.svg);
    background-size: 32px 32px;
    background-position: left center;
    background-repeat: no-repeat;
}

.new_back a:hover {
    color: var(--m-blue);
    background-image: url(../images/back_icon_blue.svg);
}

.show_mobile {
    display: none !important;
}

.news_t_mo {
    padding-top: 20px;
}

.mo_time {
    padding-top: 14px;
    float: left;
    color: var(--m-blue);
    font-family: Concert One;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width:1280px) {
    .news_down .xq_right {
        width: 330px;
    }

}

@media (max-width:991px) {
    .news_down .xq_left {
        padding-right: 50px;
    }

    .news_down .xq_right {
        width: 300px;
    }

    .x_label .label_list ul {
        padding-top: 4px;
        margin-left: -4px;
        margin-right: -4px;
    }

    .x_label .label_list ul li {
        padding: 4px;
    }

}

@media (max-width:767px) {
    .news-show {
        padding-top: 30px;
    }

    .news_down {
        display: block;
    }

    .news_down .xq_left {
        padding-right: 0;
    }

    .news_down .xq_right {
        width: 100%;
    }

    .x_share {
        float: right;
        padding-top: 10px;
    }

    .news_title {
        padding-bottom: 20px;
    }

    .x_label {
        padding-top: 0px;
        padding-bottom: 24px;
    }

    .x_share .sharex_bg {
        width: 28px;
        height: 28px;
    }

    .x_share .sharex_bg img {
        width: 16px;
        height: 16px;
    }

    .news_down .x_label {
        border-top: 1px solid #DAE8F3;
        border-bottom: none;
        padding-top: 24px;
        padding-bottom: 0;
    }

    .show_mobile {
        display: block !important;
    }

    .hidden_mobile {
        display: none !important;
    }

    .x_label .label_list a {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 24px;
    }

}

/*education*/
.m_edu_one {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #FAFAFA;
}

.edu_r_bg {
    position: absolute;
    background-image: url(../images/edu_r_bg.svg);
    width: 40px;
    height: 80px;
    right: 0;
    bottom: 20%;
    z-index: 20;
}

.edu-p3 .r .des .small_list {
    padding-top: 16px !important;
}

.edu-p3 .r .small_list span {
    position: relative;
    display: inline-block;
    float: left;
    color: #1D1D1F;
    font-size: 0;
    width: 16px;
    font-weight: 700;
    line-height: 26px;
    padding-right: 8px;
}
.edu-p3 .r .small_list span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1D1D1F;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.edu-p3 .r .label {
    padding-top: 10px;
    margin-left: -4px;
    margin-right: -4px;
}

.edu-p3 .label span {
    float: left;
    border-radius: 30px;
    background: #FFF;
    display: inline-block;
    margin: 0 4px;
    margin-top: 13px;
    padding: 6px 14px;
}

.nother_list a {
    transition: background-color .3s;
}

.nother_list .icon {
    display: block;
    height: 42px;
    margin-bottom: 16px;
}

.nother_list .icon img {
    width: 42px;
    height: 42px;
}

.nother_list .icon img:nth-child(2) {
    display: none;
}

.nother_list .more {
    margin-top: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/edu_icon.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.nother_list a:hover {
    background-color: var(--m-blue);
}

.nother_list a:hover .des, .nother_list a:hover .t h1 {
    color: #fff;
}

.nother_list a:hover .icon img:first-child {
    display: none;
}

.nother_list a:hover .icon img:nth-child(2) {
    display: inline-block;
}

.nother_list a:hover .more {
    background-image: url(../images/edu_iconw.svg);
}

.m_black {
    color: #1D1D1F;
}

.m_blue {
    color: var(--m-blue);
}

.m_time {
    margin-top: 16px;
    padding-left: 20px;
    color: #B2C8DA;
    font-size: 16px;
    font-weight: 400;
    background-image: url(../images/time_icon.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left;
}

.nswp_table .m_top {
    display: flex;
    justify-content: space-between;
}

.nswp_table .m_top .tab-btn {
    padding: 10px 16px;
    border-radius: 50px;
    background-color: #EEF7FE;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 8px;
    transition: background-color .2s;
    cursor: pointer;
}

.nswp_table .m_top .tab-btn:nth-child {
    margin-left: 0;
}

.nswp_table .m_top .tab-btn:hover, .nswp_table .m_top .tab-btn.active {
    background-color: var(--m-blue);
    color: #fff;
}

.tab-content .pub-swp-con {
    display: none;
    width: 100%;
}

.tab-content .pub-swp-con.active {
    display: inline-block;
}

.nswp_table .m_button {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.nswp_table .m_button .l {
    flex: 1;
    overflow: hidden;
}

.nswp_table .m_button .r {
    padding-left: 30px;
}

.nswp_table .m_button .pub-pagination {
    position: relative;
    height: 4px;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

.nswp_table .m_button .pub-pagination:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #C5D8E7;
}

.nswp_table .m_button .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 30px;
    background: var(--m-blue);
}

.other-n {
    background-image: url(../images/edu_heat.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 33%;
}

.m_video .pic {
    position: relative;
}

.m_video .pic:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../images/edu_play.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

@media (max-width:991px) {
    .m_edu_one {
        padding-top: 30px;
        padding-bottom: 50px;
    }

}

@media (max-width:767px) {
    .m_edu_one {
        padding-bottom: 30px;
    }

    .nswp_table .m_top {
        display: block;
    }

    .nswp_table .tab-btns {
        padding-top: 24px;
    }

    .edu_r_bg {
        display: none;
    }

    .edu-p3 .r .t {
        padding-top: 0px;
    }

    .nswp_table .m_top .tab-btn {
        padding: 8px 16px;
        border-radius: 50px;
        background-color: #EEF7FE;
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }

    .nswp_table .m_top .tab-btn:first-child {
        margin-left: 0;
    }

    .other-n {
        padding-top: 30px;
    }

    .other-list {
        padding-top: 24px;
    }

    .other-list a {
        padding: 20px;
    }

    .nother_list .icon {
        margin-bottom: 10px;
    }

    .other-list ul {
        margin: -8px;
    }

    .other-list ul li {
        padding: 8px;
    }

    .other-list ul li .des {
        margin-top: 6px;
        font-size: 14px;
        line-height: 24px;
        height: auto;
    }

    .nother_list .more {
        margin-top: 10px;
    }

    .education .pub-components-f .l h1 {
        color: #1D1D1F;
    }

    .education .pub-components-f .r .des p {
        color: #1D1D1F;
    }

}

/*child*/
.m_pink {
    color: #F68686;
}

.m_yellow {
    color: #FFCF7B;
}

.pub-t-more .pink_bg {
    background-color: #F68686;
}

.pub-components-f .m_pink:after {
    background-color: #F68686;
}

.pub-components-f .m_yellow:after {
    background-color: #FFCF7B;
}

@media (max-width:767px) {
    .child .pub-components-f .l h1 {
        color: #1D1D1F;
    }

    .child .pub-components-f .r .des p {
        color: #1D1D1F;
    }

    .child .child-p2 {
        background-image: none !important;
        padding: 0;
    }

    .child .child-p2 img {
        width: 100%;
    }

    .edu-p3 .label span {
        display: flex;
        padding: 6px 14px;
        justify-content: center;
        align-items: center;
        color: #1D1D1F;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

}

/*environment*/
.env-p2 .m_label {
    position: absolute;
    right: 18.5%;
    top: 37%;
}

.env-p2 .m_label span {
    display: inline-block;
    position: relative;
    color: #77BA6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 25px;
}

.env-p2 .m_label span:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-image: url(../images/env_p2_label.svg);
    background-repeat: no-repeat;
}

.punctuate {
    position: absolute;
    width: 86px;
    height: 86px;
    left: 51%;
    top: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.punctuate span {
    position: absolute;
    width: 86px;
    height: 86px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(119, 186, 109, 0.3);
    border-radius: 50%;
    animation: pulse2 2s alternate ease-in-out infinite;
}

.punctuate p {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #77BA6D;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

@keyframes pulse2 {
    from {
        transform: translate(-50%, -50%) scale(0.8);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }

}

@media (max-width:767px) {
}

/*canji*/
.m_blue2 {
    color: #00CAD4;
}

.pub-components-f .l .m_blue2:after {
    background-color: #00CAD4;
}

.m_grape {
    color: #907AC9;
}

.pub-components-f .l .m_grape:after {
    background-color: #907AC9;
}

.hand_one {
    overflow: hidden;
}

.hand_one .my-container {
    position: relative;
}

.hand_one .pic {
    position: relative;
}

.hand_one .pic>img {
    border-radius: 16px;
    width: 100%;
}

.hand_one .fl_left {
    width: 200px;
}

.hand_one .icon {
    position: absolute;
    right: -70px;
    bottom: 20px;
}

.hand_two {
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hand_mo_bg {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position:absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hand_two .top h2 {
    padding-bottom: 20px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.4;
}

.hand_two .top h2:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hand_two .middle {
    display: flex;
    justify-content: space-between;
}

.hand_two .middle .l {
    flex: 1;
    padding-right: 50px;
}

.hand_two .middle .r {
    max-width: 746px;
}

.hand_two .middle .r p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 30px;
}

.hand_two .middle {
    padding-top: 46px;
}

.hand_two .middle .l .loop {
    padding-top: 30px;
}

.hand_two .middle .l .loop:first-child {
    padding-top: 0;
}

.hand_two .middle .loop h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.hand_two .middle .loop p {
    padding-top: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.hand_two .middle .loop strong {
    color: #FFF;
    font-family: Concert One;
    font-weight: 400;
    margin-right: 8px;
}

.hand_two .edu_r_bg {
    background-image: url(../images/dis_r_bg.svg);
    bottom: inherit;
    top: 20%;
}

@media (max-width:1280px) {
    .hand_one .icon {
        width: 15%;
    }

    .hand_one .icon img {
        width: 100%;
    }

}

@media (max-width:991px) {
    .hand_two .middle {
        display: block;
    }

    .hand_two .middle .r {
        padding-top: 30px;
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width:767px) {
    .hand_two {
        background-image: none !important;
        margin-top: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hand_two .middle .l {
        overflow: hidden;
    }

    .hand_two .middle .l .loop {
        width: 50%;
        padding-top: 0;
        padding-bottom: 24px;
        float: left;
    }
.hand_mo_bg {
   display: block;
}

}

/*aixinyuanzhu*/
.m_ax_one {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.m_ax_one img {
    max-width: 100%;
}

.m_ax_one .edu_r_bg {
    background-image: url(../images/dis_r_bg.svg);
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
}

.m_ax_two {
    overflow: hidden;
    position: relative;
}

.m_ax_two .pub-t-more a {
    background-color: #907AC9;
}

.m_ax_two .pic img {
    opacity: 0;
}

.m_ax_two .ax_pc_pic {
    width: 48.5%;
    float: right;
}

.m_ax_two .ax_pc_pic img {
    width: 100%;
}

.m_ax_two .my-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.edu-p3 .r .des::-webkit-scrollbar {
    width: 4px;
    height: 2px
}

.edu-p3 .r .des::-webkit-scrollbar-button:vertical {
    display: none
}

.edu-p3 .r .des::-webkit-scrollbar-corner, .edu-p3 .r .des::-webkit-scrollbar-track {
    background-color: #ccc;
}

.edu-p3 .r .des::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #00B5EF;
}

.edu-p3 .r .des::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #00B5EF;
}

.edu-p3 .r .des::-webkit-scrollbar-thumb:vertical:active {
    background-color: #00B5EF;
}

@media (max-width:1440px) {
    .m_ax_two .ax_pc_pic {
        width: 55%;
    }

}

@media (max-width:1366px) {
    .m_ax_two .ax_pc_pic {
        width: 57%;
    }

}

@media (max-width:1200px) {
    .m_ax_two .r {
        padding-right: 50px;
    }

    .edu-p3 .r .des {
        max-height: 280px;
        overflow-y: auto;
    }

}

@media (max-width:991px) {
    .m_ax_two .my-container {
        display: block;
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
    }

    .m_ax_two .l {
        width: 100%;
    }

    .m_ax_two .r {
        width: 100%;
        padding-right: 0;
    }

    .m_ax_two .pic img {
        opacity: 1;
    }

    .m_ax_two .ax_pc_pic {
        display: none;
    }

    .edu-p3 .r .des {
        max-height: inherit;
        overflow-y: inherit;
    }

}

@media (max-width:767px) {
}

/*about*/
.about_top {
    padding-top: 70px;
    padding-bottom: 40px;
}

.about_o_bg {
    background-image: url(../images/about_bg.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.about_top h3 {
    color: var(--m-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.about_top h3 span {
    position: relative;
    padding-right: 28px;
}

.about_top h3 span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #00ACEB;
    width: 20px;
    height: 1px;
}

.about_top h2 {
    padding-top: 10px;
    color: #1D1D1F;
    font-weight: 700;
    line-height: 1.4;
}

.about_two .pic img {
    width: 100%;
}

.about_two .two_cont {
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.about_two .text {
    width: calc(100% - 508px);
    padding-right: 90px;
}

.about_two .text p {
    color: #1D1D1F;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
}

.about_two .r_num {
    width: 508px;
    padding: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 60px 16px;
    background: linear-gradient(180deg, #00ACEB 0%, #00ACEB 100%);
}

.about_two .r_num ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 44px;
    padding-top: 44px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.about_two .r_num ul li:first-child {
    padding-top: 0;
}

.about_two .r_num .l_text {
    float: left;
    width: 60%;
    display: flex;
    align-items: center;
}

.about_two .r_num .r_text {
    float: left;
    flex: 1;
    text-align: right;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.about_two .r_num .l_text .icon {
    display: inline-block;
}

.about_two .r_num .l_text .icon img {
    width: 48px;
    height: 48px;
}

.about_two .r_num .l_text strong {
    display: inline-block;
    padding-left: 16px;
    color: #FFF;
    font-family: Concert One;
    font-size: 58px;
    font-weight: 400;
    line-height: 0.7;
}

.about_two .r_num .l_text em {
    margin-left: 8px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.about_culture {
    padding: 60px 0;
    background: linear-gradient(180deg, #EEF7FE 0%, rgba(238, 247, 254, 0.00) 100%);
}

.about_culture .my-container {
    position: relative;
}

.about_title h2 {
    color: #1D1D1F;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.about_culture .s_title {
    padding-top: 40px;
    color: var(--m-blue);
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

.about_culture .d_des {
    padding-top: 18px;
    position: relative;
    color: #1D1D1F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 58px;
}

.about_culture .d_des::before {
    content: "";
    height: 40px;
    background: var(--m-blue);
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.a_cul_cicle {
    margin-top: 35px;
    display: flex;
    padding: 26px;
    align-items: center;
    justify-content: space-between;
    border-radius: 300px;
    border: 1.5px dashed #00ACEB;
}

.a_cul_cicle .s_cicle {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 290px;
    border-radius: 50%;
}

.a_cul_cicle .s_cicle:first-child {
    background-color: #7CC9E5;
}

.a_cul_cicle .s_cicle:nth-child(3) {
    background-color: #00ACEB;
}

.a_cul_cicle .s_cicle:last-child {
    background-color: #0D8CBA;
}

.a_cul_cicle .bel {
    text-align: center;
}

.a_cul_cicle .bel span img {
    width: 60px;
    height: 60px;
}

.a_cul_cicle .bel p {
    padding-top: 24px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.fr_right {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(100%, calc(-50% + 0px));
    -ms-transform: translate(100%, calc(-50% + 0px));
    transform: translate(100%, calc(-50% + 0px));
}

.about_last {
    padding: 230px 0 200px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.about_last:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: -1;
}

.about_last .s_title {
    position: relative;
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 58px;
}

.about_last .s_title::before {
    content: "";
    height: 40px;
    background: #fff;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.about_last .s_text {
    padding-top: 15px;
    max-width: 634px;
    margin: 0 auto;
}

.about_last .s_text p {
    padding-top: 25px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width:1440px) {
    .about_o_bg {
        background-size: 50%;
    }

    .about_two .r_num .l_text strong {
        font-size: 54px;
    }

    .a_cul_cicle .s_cicle {
        width: 260px;
        height: 260px;
    }

}

@media (max-width:1366px) {
    .about_two .r_num .l_text strong {
        font-size: 52px;
    }

    .about_two .r_num ul li {
        padding-bottom: 38px;
        padding-top: 38px;
    }

    .a_cul_cicle .s_cicle {
        width: 240px;
        height: 240px;
    }

}

@media (max-width:1280px) {
    .about_two .r_num .l_text strong {
        font-size: 50px;
    }

    .about_culture .s_title {
        font-size: 30px;
    }

    .about_two .r_num ul li {
        padding-bottom: 34px;
        padding-top: 34px;
    }

    .about_two .r_num .l_text .icon img {
        width: 40px;
        height: 40px;
    }

    .a_cul_cicle .s_cicle {
        width: 220px;
        height: 220px;
    }

    .a_cul_cicle .bel span img {
        width: 55px;
        height: 55px;
    }

}

@media (max-width:1200px) {
    .about_two .text {
        padding-right: 50px;
    }

}

@media (max-width:991px) {
    .about_two .r_num .l_text strong {
        font-size: 48px;
        padding-left: 10px;
    }

    .about_culture .s_title {
        font-size: 28px;
    }

    .about_two .two_cont {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .about_two .r_num {
        width: 358px;
        padding: 48px 30px;
        bottom: 30px;
        right: 0;
        border-radius: 60px 16px;
    }

    .about_two .text {
        width: calc(100% - 358px);
        padding-right: 50px;
    }

    .about_two .r_num .l_text {
        width: 61%;
    }

    .about_two .r_num .l_text .icon img {
        width: 36px;
        height: 36px;
    }

    .a_cul_cicle .s_cicle {
        width: 180px;
        height: 180px;
    }

    .a_cul_cicle .bel span img {
        width: 50px;
        height: 50px;
    }

    .a_cul_cicle .bel p {
        padding-top: 15px;
    }

}

@media (max-width:767px) {
    .about_two .r_num {
        margin-top: -50px;
        width: 100%;
        padding: 30px;
        position: inherit;
        bottom: 0;
        right: 0;
        border-radius: 40px 10px;
    }

    .about_o_bg {
        background-size: 70%;
    }

    .about_top {
        padding-top: 30px;
        padding-bottom: 55px;
    }

    .about_two .two_cont {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .about_two .r_num ul li {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .about_two .r_num ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .about_two .r_num .l_text .icon img {
        width: 30px;
        height: 30px;
        vertical-align: inherit;
    }

    .about_two .r_num .l_text strong {
        font-size: 32px;
    }

    .about_two .text {
        width: 100%;
        padding-right: 0;
        padding-top: 24px;
    }

    .about_culture {
        padding: 30px 0;
    }

    .about_culture .s_title {
        padding-top: 24px;
        font-size: 24px;
    }

    .about_culture .d_des {
        font-size: 14px;
        line-height: 24px;
    }

    .a_cul_cicle {
        border: none;
        padding: 0;
        border-radius: 0;
        display: block;
        text-align: center;
    }

    .a_cul_cicle>div:nth-child(2), .a_cul_cicle>div:nth-child(4) {
        display: none;
    }

    .a_cul_cicle>div:nth-child(1) {
        margin-right: -15px;
    }

    .a_cul_cicle>div:nth-child(3) {
        margin-left: -15px;
        background-color: rgba(0, 172, 235, 0.8) !important;
    }

    .a_cul_cicle>div:nth-child(5) {
        margin-top: -45px;
        background-color: rgba(13, 140, 186, 0.8) !important;
    }

    .a_cul_cicle .s_cicle {
        display: inline-block;
        padding-top: 30px;
        width: 160px;
        height: 160px;
    }

    .a_cul_cicle .bel span img {
        width: 40px;
        height: 40px;
    }

    .about_last {
        padding: 116px 0 116px 0;
    }

    .about_last .s_text p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .a_cul_cicle .bel p {
        padding-top: 12px;
        font-size: 18px;
        line-height: 30px;
    }

}

@media (max-width:340px) {
    .a_cul_cicle .s_cicle {
        padding-top: 25px;
        width: 152px;
        height: 152px;
    }

    .a_cul_cicle .bel p {
        font-size: 17px;
    }

}

/*honor*/
.honor_top {
    position: relative;
}

.honor_top .pic img {
    width: 100%;
}

.honor_top .pic img:nth-child(2) {
    display: none;
}

.honor_top .honor_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.honor_t_cont {
    padding: 0;
}

.honor_top .my-container {
    height: 95%;
    overflow-y: auto;
    position: relative;
}

.honor_top .my-container .l {
    padding-top: 130px;
    width: 500px;
    max-width: 100%;
}

.honor_t_cont .list {
    margin-top: 60px;
}

.honor_t_cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1D1D1F;
}

.honor_t_cont p:not(:first-child) {
    padding-top: 16px;
}

.honor_t_cont p span {
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding-right: 8px;
}

.history_wrap {
    overflow: hidden;
}

.historyYear {
    position: fixed;
    top: 30%;
    left: 12%;
    width: 70px;
    display: none;
    z-index: 9;
}

.historyYear_lst {
    display: none;
    position: relative;
    padding: 20px 0 64px
}

.historyYear_lst.active {
    display: block
}

.historyYear_lst:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    border-radius: 110px;
    background: rgba(0, 172, 235, 0.50);
    content: ""
}

.historyYear_lst > li {
    padding: 10px 0;
    position: relative;
}

.historyYear_lst a {
    display: block;
    text-align: center;
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

.historyYear_lst a > span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.historyYear_lst .active:after {
    content: "";
    position: absolute;
    background-image: url(../images/polygon.svg);
    width: 8px;
    height: 13px;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.historyYear > .more {
    margin-top: -74px
}

.historyYear > .more > a {
    display: block;
    width: 70px;
    height: 70px;
    padding: 15px 0;
    border: 1px solid var(--m-blue);
    border-radius: 50%;
    background: var(--m-blue);
    font-size: 16px;
    color: #fff;
    text-align: center
}

.historyYear > .more > a > span, .historyYear > .shortcut > a > span {
    display: block;
    color: inherit;
    font-size: inherit;
    position: relative;
    padding-top: 24px;
}

.historyYear > .more > a > span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../images/honorjt.svg") no-repeat center;
    content: "";
    height: 20px;
}

.honor_r {
    width: 100%;
    padding-bottom: 100px;
}

.honer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 110px;
}

.hrong {
    position: relative;
}

.wi01 {
    position: relative;
    width: 100%;
    z-index: 1;
}

.wi01 .w1130 {
    padding-top: 48px;
}

.wi01 .w1130:after {
    content: "";
    background-color: #DAE8F3;
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 40%;
}

.honer>.wi01:first-child .w1130:after {
    top: 113px;
}

.honer .wi01:last-child .w1130:after {
    height: 113px;
}

.wi01:hover .w1130:after {
    background-color: var(--m-blue);
}

.wi01:hover:before {
    background: #EEF7FE;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    left: -25%;
    width: 150%;
}

.wi01 .w1130 {
    position: relative;
}

.wi01 .left {
    float: left;
    color: #333333;
    width: 40%;
    padding-left: 50px;
    text-align: center
}

.wi01 .left h4 {
    position: relative;
    padding-right: 82px;
    display: inline-block;
    color: #1D1D1F;
    font-family: Concert One;
    font-size: 46px;
    font-weight: 400;
}

.wi01 .left h4:after {
    width: 76px;
    position: absolute;
    height: 1px;
    right: 0;
    background: #D6D6D6;
    top: 50%;
    content: "";
}

.wi01 .left span {
padding-left: 10px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    padding-bottom: 8px;
    display: inline-block;
}

.wi01 .right {
    width: 60%;
    float: left;
    position: relative;
    padding-left: 100px;
}

.wi01 .right img {
    margin-right: 5px;
}

.wi01 .right span {
    float: left;
    background-image: url(../images/honorh.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #E1E1E1;
    width: 65px;
    height: 65px;
    left: -32px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
}

.wi01 .right .p {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 24px;
}

.wi01:hover  .left h4, .wi01:hover  .left span {
    color: var(--m-blue);
}

.wi01:hover .left h4:after {
    background: var(--m-blue);
}

.wi01:hover .right span {
    background-color: var(--m-blue);
}

.honornr {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    color: var(--m-blue);
}

.honornr div {
    display: flex;
    padding-right: 25px;
    background-image: url(../images/honor_pic.svg);
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 20px 20px;
    cursor: pointer;
}

.honornr strong {
    display: inline-block;
    width: 55px;
    margin-right: 48px;
    color: var(--m-blue);
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.honornr>div p {
    position: relative;
    padding-left: 10px;
    flex: 1;
}

.honornr>div p:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0px;
    color: inherit;
    font-size: 18px;
    font-weight: 400;
}

.p .collapsed {
    background: none;
    color: #666;
    cursor: pointer;
}

.p .collapsed strong {
    color: #1D1D1F;
}

.collapsed:hover strong, .collapsed:hover {
    color: var(--m-blue);
}

.honorpic {
    padding: 0 98px 24px 98px;
}

.honorpic img {
    max-width: 100%;
    border-radius: 8px;
}

.honor_r .pro_load {
    padding-top: 0;
}

.pro_load {
    text-align: center;
    padding-top: 90px;
}

.pro_load a {
    width: 177px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    background: #006FBB;
    border-radius: 28px;
}

.pro_load a:hover {
    background: #035893;
}

.honor_more {
    display: flex;
    justify-content: center;
}

@media (max-width:1440px) {
    .honor_top .my-container {
        overflow-y: auto;
    }

    .honor_t_cont .list {
        max-height: 168px;
        overflow-y: auto;
    }

}

@media (max-width:1366px) {
    .honor_t_cont .list {
        margin-top: 40px;
    }

    .honor_top .my-container .l {
        padding-top: 100px;
    }

}

@media (max-width:1279px) {
    .historyYear {
        left: 15px;
    }

}

@media (max-width:1200px) {
    .honor_top .my-container {
        height: auto;
    }

    .honor_top .honor_text {
        position: relative;
        background-color: #FDFDFD;
    }

    .honor_top .pic img:first-child {
        display: none;
    }

    .honor_top .pic img:nth-child(2) {
        display: block;
    }

    .honor_t_cont .list {
        max-height: inherit;
    }

    .wi01 .right {
        padding-left: 60px;
    }

    .wi01 .left h4 {
        margin-top: 10px;
        padding-right: 60px;
        font-size: 36px;
    }

    .wi01 .left h4::after {
        width: 56px;
    }

}

@media (max-width:991px) {
    .historyYear {
        display: none !important;
    }

    .wi01 .left {
        padding-left: 0;
        width: 200px;
        text-align: left;
    }

    .wi01 .w1130::after {
        left: 200px;
    }

    .wi01 .right {
        width: calc(100% - 200px);
    }

    .wi01 .left h4 {
        padding-right: 30px;
        font-size: 34px;
    }

    .wi01 .left h4::after {
        width: 25px;
    }

    .honornr strong {
        margin-right: 30px;
    }

}

@media (max-width:767px) {
    .honer {
        padding-bottom: 50px;
    }

    .honor_r {
        padding-bottom: 50px;
    }

    .honor_top .honor_text {
        position: inherit;
    }

    .honor_t_cont {
        position: relative;
    }

    .honor_top .my-container {
        position: inherit;
    }

    .honor_top .my-container .l {
        padding-top: 50px;
    }

    .honor_t_cont .list {
        margin-top: 24px;
    }

    .honor_t_cont p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        align-items: flex-start;
    }

    .honor_t_cont p span {
        line-height: 24px;
    }

    .honor_t_cont p:not(:first-child) {
        padding-top: 8px;
    }
    .wi01 {
    width:calc(100% - 10px);
    margin-left: 10px;
}

    .wi01 .w1130 {
        padding-top: 24px;
    }

    .wi01 .left {
        width: 100%;
        padding-left: 25px;
        text-align: left;
        margin-bottom: 16px;
    }

    .wi01 .right {
        width: 100%;
        padding-left: 25px;
    }

    .honer .sss, .wi01 .w1130:after {
        left: 0px;
    }

    .wi01 .left h4 {
        margin-top: 0;
        font-size: 28px;
        padding-right: 0;
    }

    .honer > .wi01:first-child .w1130::after {
        top: 50px;
    }

    .wi01 .left h4::after {
        display: none;
    }

    .wi01 .left span {
        font-size: 16px;
        padding-left: 2px;
    }

    .wi01 .right .p {
        padding-bottom: 10px;
    }

    .wi01 .right span {
        width: 20px;
        height: 20px;
        left: -10px;
        top: -40px;
        background-size: 70%;
    }

    .honornr {
        margin-bottom: 16px;
    }

    .honornr strong {
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        margin-right: 0;
        line-height: 22px;
        width: 50px;
    }

    .honornr p {
        font-size: 14px;
        line-height: 22px;
        font-size: 400;
    }

    .honorpic {
        padding: 0 0 16px 60px;
    }

}

.m_scoll::-webkit-scrollbar {
    width: 4px;
    height: 2px
}

.m_scoll::-webkit-scrollbar-button:vertical {
    display: none
}

.m_scoll::-webkit-scrollbar-corner, .m_scoll::-webkit-scrollbar-track {
    background-color: #ccc;
}

.m_scoll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #00B5EF;
}

.m_scoll::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #00B5EF;
}

.m_scoll::-webkit-scrollbar-thumb:vertical:active {
    background-color: #00B5EF;
}

/*picture show*/
.pic_cont {
    padding-top: 0;
}

.pic_cont .news_title {
    padding-bottom: 24px;
}

.pic_cont .news_down {
    padding-top: 24px;
}

.pic_cont .news_down .xq_left {
    width: 100%;
    padding-right: 0;
    float: inherit;
}

.pic_time {
    padding-top: 7px;
    color: var(--m-blue);
    font-family: Concert One;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.pic_share {
    padding-bottom: 30px;
}

.pic_share .x_share {
    float: left;
}

.pic_share .new_back {
    float: right;
    display: inline-block;
    width: inherit;
    padding-top: 0;
}

.pic_bottom .mart_bot {
    margin-top: 30px;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.pic_bottom .mart_bot .left {
    padding: 0;
}

.pic_bottom .mart_bot:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.10);
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.pic_bottom .mart_bot .left p a, .pic_bottom .mart_bot .right p a {
    color: #1D1D1F;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.pic_swiper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #EEF7FE;
}

.pic_swiper .proSwiper2 {
    float: left;
    width: 87.1%;
}

.pic_swiper .proSwiper {
    position: absolute;
    padding: 24px;
    right: 0;
    top: 0;
    height: 100%;
    width: 12.9%;
}

.pic_swiper .proSwiper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 73px;
    background-image: url(../images/pic_mask.svg);
    z-index: 2;
}

.proSwiper2 .swiper-slide {
    opacity: 0 !important;
}

.proSwiper2 .swiper-slide-active {
    opacity: 1 !important;
}

.pic_swiper .proSwiper .swiper-slide {
    width: 100%;
}

.pic_swiper .proSwiper .border {
    position: relative;
    border-radius: 8px;
    border: 3px solid transparent;
    overflow: hidden;
    cursor: pointer;
}

.pic_swiper .proSwiper .border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.pic_swiper .proSwiper .swiper-slide-thumb-active .border {
    border: 3px solid #00ACEB;
}

.pic_swiper .proSwiper .swiper-slide-thumb-active .border:before {
    display: none;
}

.pic_swiper .border img {
    width: 100%;
}

.pic_swiper .border i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pic_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: saturate(180%) blur(4px);
    backdrop-filter: saturate(180%) blur(4px);
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 50%;
    z-index: 8;
}

.pic_button.pic_prev {
    left: 30px;
}

.pic_button.pic_next {
    right: 30px;
}

.pic_button:hover {
    background-color: var(--m-blue);
}

.b_pic {
    position: relative;
}

.pic_swiper .b_pic i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pic_swiper .b_pic img {
    width: 100%;
}

.pic_swiper .swiper-container-vertical>.swiper-scrollbar {
    width: 4px;
}

.pic_swiper .swiper-scrollbar {
    background: transparent;
}

.pic_swiper .swiper-scrollbar-drag {
    background-color: var(--m-blue);
    border-radius: 50px;
}

.picture_mask {
    position: absolute;
    bottom: 20px;
    right: calc(12.9% + 27px);
    z-index: 8;
}

.down_button {
    display: inline-block;
}

.white_bg {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.80);
    transition: background-color .3s;
}

.white_bg a {
    display: inline-block;
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 30px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left;
}

.pic_down .white_bg a {
    background-image: url(../images/pic_icon_02.svg);
}

.down_button a {
    background-image: url(../images/pic_icon_01.svg);
}

.white_bg:hover {
    background-color: var(--m-blue);
}

.white_bg:hover a {
    color: #fff;
}

.down_button:hover a {
    background-image: url(../images/pic_icon_h01.svg);
}

.pic_down .white_bg:hover a {
    background-image: url(../images/pic_icon_h02.svg);
}

.b_pic_text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 83px;
    padding: 10px 27px;
    padding-right: 200px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    z-index: 8;
}

.b_pic_text .b_pic_title {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    flex: 1;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pic-pagination {
    text-align: center;
    display: none;
}

.pic-pagination span {
    width: 4px;
    height: 4px;
    margin: 0 2px;
    border-radius: 2px;
    background-color: #D9D9D9;
}

.pic-pagination span.swiper-pagination-bullet-active {
    width: 14px;
    background-color: var(--m-blue);
}

@media (max-width:991px) {
    .pic_swiper .proSwiper {
        padding: 20px 15px;
    }

    .b_pic_text {
        padding-right: 180px;
    }

    .pic_button {
        width: 50px;
        height: 50px;
    }

    .pic_button.pic_prev {
        left: 20px;
    }

    .pic_button.pic_next {
        right: 20px;
    }

    .picture_mask {
        right: calc(12.9% + 20px);
    }

    .white_bg a {
        padding-left: 20px;
        background-size: 16px 16px;
    }

}

@media (max-width:767px) {
    .pic_bottom .mart_bot {
        display: block;
    }

    .pic_bottom .mart_bot::after {
        display: none;
    }

    .pic_bottom .mart_bot .right {
        padding-top: 24px;
    }

    .pic_bottom .mart_bot .left p a, .pic_bottom .mart_bot .right p a {
        font-size: 14px;
        margin-top: 8px;
        line-height: 22px;
    }

    .pic_share {
        padding-bottom: 0;
    }

    .pic_share .new_back {
        display: none !important;
    }

    .pic_swiper {
        background: transparent;
        border-radius: 0;
    }

    .pic_swiper .proSwiper2 {
        width: 100%;
    }

    .pic_swiper .proSwiper {
        opacity: 0;
        z-index: -1;
        width: 0;
        height: 0;
    }

    .pic_t_cont {
        display: flex;
        align-items: center;
        padding-top: 14px;
    }

    .pic_t_cont .pic_time {
        flex: 1;
        padding-top: 0;
    }

    .pic_time {
        font-size: 14px;
        font-weight: 400;
    }

    .b_pic {
        border-radius: 10px;
        overflow: hidden;
    }

    .b_pic_text {
        position: relative;
        height: inherit;
        padding: 0;
        background: transparent;
        padding-top: 14px;
    }

    .b_pic_text .b_pic_title {
        color: #1D1D1F;
        font-size: 14px;
        padding-right: 30px;
    }

    .b_pic_text .white_bg {
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        background-color: inherit;
        border-radius: 0;
        padding: 0;
    }

    .b_pic_text .white_bg a {
        font-size: 0;
        width: 18px;
        height: 18px;
        background-size: 100%;
    }

    .b_pic_text .white_bg:hover a {
        background-image: url(../images/pic_icon_b02.svg);
    }

    .picture_mask {
        position: relative;
        right: inherit;
        bottom: inherit;
        margin-top: 16px;
    }

    .picture_mask .white_bg {
        border-radius: 50px;
        background-color: #ECF3F9;
    }

    .picture_mask .white_bg:hover {
        background-color: var(--m-blue);
    }

    .pic_button {
        margin-top: -20px;
        width: 32px;
        height: 32px;
    }
    .pic_button.pic_prev {
        left: 10px;
    }
    .pic_button.pic_next {
        right: 10px;
    }

    .pic_button img {
        width: 20px;
        height: 20px;
    }

    .pic_swiper .swiper-slide {
    }

    .pic_bottom {
        padding-top: 24px;
    }

    .pic-pagination {
        display: block;
    }

}

/*contact*/
.contact_top {
    position: relative;
}

.contact_top .about_top {
    padding: 0;
    padding-top: 6%;
}

.contact_top .contact_bg img {
    width: 100%;
}

.contact_top .contact_text {
    position: absolute;
    left: 0;
    top: 10%;
    height: 0px;
    width: 100%;
}

.contact_top .about_top h3 {
    color: #fff;
}

.contact_top .about_top h3 span:after {
    background: #fff;
}

.contact_top .about_top h2 {
    color: #fff;
}

.contact_infor {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    top: -150px;
    z-index: 9;
}

.contact_infor .m_bg {
    display: flex;
    padding: 68px 68px 55px 68px;
    border-radius: 40px 40px 16px 16px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.contact_bottom {
    position: relative;
}

.contact_map {
    position: relative;
    height: 977px;
}

.contact_infor .contact_l {
    width: 50%;
    padding-right: 40px;
}

.contact_infor .contact_r {
    width: 50%;
    padding-left: 40px;
}

.contact_infor .big_title {
    padding-bottom: 28px;
    color: #1D1D1F;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #ECECEC;
}

.contact_list ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #ECECEC;
}

.contact_list ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url(../images/chevron_contact.svg);
    background-size: 100%;
}

.contact_list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--m-blue);
    border-radius: 50%;
}

.contact_list .text_r {
    flex: 1;
    padding-left: 24px;
}

.contact_list strong {
    color: var(--m-blue);
    font-family: Concert One;
    font-size: 24px;
    font-weight: 400;
}

.contact_list strong a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
}

.contact_list p {
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.contact_list .icon img {
    width: 30px;
    height: 30px;
}

.contact_r .contact_code {
    padding-top: 32px;
    display: flex;
}

.contact_code .loop {
    padding-right: 35px;
    text-align: center;
}

.contact_code .loop:last-child {
    padding-right: 0;
}

.contact_code .loop p {
    padding-top: 8px;
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 400;
}

.contact_code .loop img {
    width: 108px;
    height: 108px;
}

@media (max-width:1440px) {
    .contact_top .about_top {
        padding-top: 4%;
    }

}

@media (max-width:1366px) {
    .contact_infor {
        top: -100px;
    }

}

@media (max-width:1280px) {
    .contact_top .about_top {
        padding-top: 4%;
    }

    .contact_infor .m_bg {
        padding: 50px 50px;
    }

    .contact_map {
        height: 877px;
    }

}

@media (max-width:1200px) {
    .contact_infor .m_bg {
        padding: 40px 50px;
    }

    .contact_infor {
        top: -80px;
    }

}

@media (max-width:991px) {
    .contact_infor .big_title {
        font-size: 22px;
    }

    .contact_infor {
        top: -60px;
    }

}

@media (max-width:900px) {
    .contact_infor {
        position: relative;
        left: inherit;
        height: auto;
    }

    .contact_infor .m_bg {
        display: block;
    }

    .contact_infor .contact_l {
        width: 100%;
        padding-right: 0;
    }

    .contact_infor .contact_r {
        width: 100%;
        padding-left: 0;
        padding-top: 35px;
    }

    .contact_map {
        margin-top: -40px;
        height: 400px;
    }
    .contact_map:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

}

@media (max-width:767px) {
    .contact_cont .about_top .font46 {
        font-size: 26px;
    }

    .contact_top .contact_text {
        top: 0;
    }

    .contact_top .about_top {
        padding-top: 30px;
    }

    .contact_infor .m_bg {
        padding: 35px 20px;
        border-radius: 20px 20px 16px 16px;
    }

    .contact_infor .big_title {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .contact_list .text_r {
        padding-left: 16px;
    }

    .contact_list ul li {
        padding: 20px 0;
    }

    .contact_code .loop p {
        padding-top: 4px;
        font-size: 14px;
    }
    /*new list*/
    .index-news-list .index-news-item:nth-child(1),
    .index-news-list .index-news-item:nth-child(2) {
        opacity: 1 !important;
        transform: inherit !important;
    }

}

@media (max-width:414px) {
    .contact_list .icon {
        width: 40px;
        height: 40px;
    }

    .contact_list .icon img {
        width: 20px;
        height: 20px;
    }

    .contact_list strong {
        font-size: 20px;
    }

    .contact_list .text_r {
        padding-left: 10px;
    }

    .contact_code .loop {
        padding-right: 25px;
    }

    .contact_r .contact_code {
        padding-top: 20px;
    }

}

@media (max-width:350px) {
    .contact_cont .about_top .font46 {
        font-size: 24px;
    }

    .contact_map {
        height: 400px;
    }

}

 @media print {
      body {
          -webkit-print-color-adjust: exact;
      }
      .main-sidebar {
        display: none;
    }

  }