* {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei';
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header {
    background-image: url('../../images/chce2024/head_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 68px;
    padding: 0 36px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 199;
}

.header_logo {
    width: 370px;
}

.header_left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header_right {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.header_epidmic {
    width: 137px;
}

.header_logo img,
.header_epidmic img {
    width: 100%;
}

.header_left,
.header_right {
    width: 308px;
}

@media screen and (max-width: 500px) {

    .header_left,
    .header_right {
        width: auto;
    }
}

/***START 语言栏 PC START***/

.langbox {
    color: #ffffff;
    width: 137px;
    height: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    border: 1px solid #7971aa;
    border-radius: 30px;
    background-image: linear-gradient(#3d3a67, #686096);
    cursor: pointer;
}

.langchoose {
    padding-left: 44px;
}

.langchoosebg {
    background-image: url('../../images/chce2024/langblock.png');
    width: 32px;
    height: 32px;
    background-size: cover;
    left: 0px;
    top: 0px;
    position: absolute;
}

.langchoose span {
    position: relative;
    display: inline-block;
}

.langchoose span:after {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-image: url('../../images/chce2024/nav_arrow.png');
    background-size: cover;
    content: "";
    transform: rotate(-90deg);
    transition: transform .5s ease;
}

.langlistbox {
    display: none;
    position: absolute;
    left: 0px;
    top: 32px;
    width: 100%;
    padding-top: 4px;
}

.langbox:hover .langlistbox {
    display: block;
}

.langbox:hover .langchoose span:after {
    transform: rotate(0deg);
}

.langlistbox .language-chooser {
    width: 100%;
    background-color: #675f95;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.langlistbox .language-chooser li {
    text-align: center;
}

.langlistbox .language-chooser span {
    display: block;
}

.langlistbox .language-chooser li:hover span {
    background-color: #484272;
}

@media screen and (max-width: 500px) {
    .langbox {
        display: none;
    }
}

/*****END 语言栏 PC END*****/

.navbtn {
    cursor: pointer;
    width: 22px;
    padding-right: 15px;
    position: relative;
    display: none;
}

.navbtn:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 10px;
    height: 10px;
    background-image: url('../../images/chce2024/nav_arrow.png');
    position: absolute;
    transform: rotate(-90deg);
    transition: transform .5s ease;
    background-size: cover;
}

.navbtn.on:after {
    transform: rotate(0deg);
}

.navbtn img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1280px) {
    .header {
        padding: 0 1.9%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 750px) {
    .header {
        padding: 0 5%;
    }

    .navbtn {
        width: 24px;
        margin-right: 15px;
    }

    .header_logo {
        width: 262px;
    }
}

@media screen and (max-width: 502px) {
    .header {
        padding: 0 2%;
        height: 65px;
    }

    .header_logo {
        width: 182px;
    }

    .header_epidmic {
        width: 89px;
    }
}

/************************  ************************/

.index_banner {
    width: 100%;
}

.index_bannerbox {
    width: 100%;
    height: 100%;
}

/** NAV **/
.hc-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 98;
    display: none;
}

.hc-nav-bg {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: opacity .4s ease;
}

.hc-nav-container {
    width: 100%;
    position: fixed;
    z-index: 98;
    top: 0;
    width: 289px;
    max-width: 90%;
    height: 100%;
    transition: transform .4s ease;
    padding-top: 68px;
    box-sizing: border-box;
    transform: translate3d(-100%, 0, 0);
}

.hc-nav-box {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    position: static;
    height: 100%;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    background-color: #1a1c3a;
    width: 100%;
    padding: 0 29px;
    box-sizing: border-box;
}

.hc-nav-close {
    text-align: right;
    padding: 10px 20px;
    box-sizing: border-box;
}

.hc-nav-close span {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    cursor: pointer;
    color: #504c7f;
}

.menu-item-has-children {
    cursor: pointer;
}

.hc-nav-box>ul {
    list-style: none;
}

.hc-nav-box #menu-menu-2 li a {
    ;
    display: block;
}

.hc-nav-box #menu-menu-2 li>a {
    color: #ffffff;
    /*font-weight: bold;*/
}

.hc-nav-box #menu-menu-2 li {
    position: relative;
}

.hc-nav-box #menu-menu-2>li {
    border-bottom: 1px solid #64689a;
    padding: 22.5px 0;
    display: flex;
    flex-wrap: wrap;
}

.hc-nav-box #menu-menu-2>li>a {
    font-size: 19px;
    line-height: 30px;
}

.hc-nav-box #menu-menu-2 .open_btn {
    width: 30px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}

.hc-nav-box #menu-menu-2 .open_btn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url('../../images/chce2024/nav_arrow.png');
    background-size: cover;
    transition: transform .4s ease;
    transform: rotate(-90deg);
    left: 10px;
    top: 50%;
    margin-top: -5px;
}

.hc-nav-box #menu-menu-2 .open_btn.on:after {
    transform: rotate(0deg);
}

.hc-nav .sub-menu {
    display: none;
    padding-top: 20px;
}

.hc-nav .sub-menu.on {
    display: block;
    width: 100%;
}

.hc-nav-box #menu-menu-2 .sub-menu li {
    padding: 11px 0;
}

.hc-nav-box #menu-menu-2 .sub-menu li a {
    color: #a3a1bb;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

.hc-nav-box::-webkit-scrollbar {
    width: 0 !important
}

.hc-nav.on {
    display: block;
}

.hc-nav-container.on {
    transform: translate3d(0, 0, 0);
}

.hc-nav-bg.on {
    opacity: 0.5;
}

.hc-nav-box .menu-item a {
    padding-left: 40px !important;
    position: relative;
}

.hc-nav-box .index-item.menu-item {
    border-bottom: 1px solid #64689a;
    padding: 22.5px 0;
}

.hc-nav-box .index-item a {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.hc-nav-box .menu-item>a:after {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    content: "";
}

.hc-nav-box .index-item.menu-item a:after {
    background-image: url('../../images/chce2024/nav/nav1.png');
}

.hc-nav-box #menu-menu-2 .menu-item:nth-child(6n+1) a:after {
    background-image: url('../../images/chce2024/nav/nav2.png');
}

.hc-nav-box #menu-menu-2 .menu-item:nth-child(6n+2) a:after {
    background-image: url('../../images/chce2024/nav/nav3.png');
}

.hc-nav-box #menu-menu-2 .menu-item:nth-child(6n+3) a:after {
    background-image: url('../../images/chce2024/nav/nav4.png');
}

.hc-nav-box #menu-menu-2 .menu-item:nth-child(6n+4) a:after {
    background-image: url('../../images/chce2024/nav/nav5.png');
}

.hc-nav-box #menu-menu-2 .menu-item:nth-child(6n+5) a:after {
    background-image: url('../../images/chce2024/nav/nav6.png');
}

.hc-nav-box #menu-menu-2 .menu-item:nth-child(6n) a:after {
    background-image: url('../../images/chce2024/nav/nav7.png');
}

.hc-nav-box #menu-menu-2 .sub-menu li a:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a3a1bb;
    left: 18px;
    top: 50%;
    margin-top: -2.5px;
}

.hc-nav-box #menu-menu-2 .sub-menu li a:hover {
    background-color: #5e548d;
    color: #ffffff;
}

.btnblock {
    height: 300px;
    width: 100%;
    position: relative;
}

.centerbtnbox {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 406px;
    display: flex;
    justify-content: center;
    z-index: 9
}

.centerbtn {
    width: 413px;
    height: 100%;
    text-align: center;
}

.centerbtn:nth-child(2) {
    padding: 0 2px;
    box-sizing: content-box;
    position: relative;
}

.centerbtn:nth-child(2):before,
.centerbtn:nth-child(2):after {
    width: 2px;
    height: 285px;
    bottom: 0px;
    background-color: #B6B6B7;
    content: "";
    position: absolute;
}

.centerbtn:nth-child(2):before {
    left: 0px;
}

.centerbtn:nth-child(2):after {
    right: 0px;
}

.centerbtn .cbtn_img {
    width: 262px;
    margin: 0 auto;
}

.centerbtn .cbtn_img img {
    width: 100%;
    display: block;
}

.centerbtn .cbtn_title {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #5F5D5D;
    line-height: 26px;
}

.centerbtn .cbtn_text {
    line-height: 24px;
    font-size: 18px;
    line-height: 25px;
    color: #B6B6B7;
    width: 202px;
    margin: 0 auto;
}

@media screen and (max-width: 1465px) {
    .centerbtn {
        width: 33%;
    }

    .centerbtn .cbtn_img {
        width: 50%;
    }

    .centerbtn .cbtn_title {
        font-size: 23px;
    }

    .centerbtn .cbtn_text {
        font-size: 18px;
    }
}

/*@media screen and (max-width: 502px){
    .hc-nav-container{padding-top: 65px;}
}*/


/** INDEX **/
.newsblock {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

.newsblock_left {
    width: 758px;
}

.newsblock_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.newsblock_right {
    width: 527px;
}

.newsblock_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 66px;
}

.newsblock_title p:first-child {
    font-size: 32px;
    color: #7C6FB0;
    font-weight: bold;
    line-height: 48px;
}

.newsblock_title p:last-child {
    font-size: 25px;
    color: #5F5D5D;
    line-height: 37px;
    padding-bottom: 14px;
    position: relative;
}

.newsblock_title p:last-child:after {
    content: "";
    position: absolute;
    width: 91px;
    height: 4px;
    left: 0px;
    bottom: 0px;
    background-color: #7C6FB0;
}

.newsblock_more {
    display: block;
    font-size: 24px;
    color: #5F5D5D;
    line-height: 48px;
}

.news_list {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 32px;
    border-bottom: 2px solid #C9CACA;
}

.news_list .news_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list .news_title {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

.news_list .news_title p:first-child {
    color: #5F5D5D;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    width: 100%;
}

.news_list .news_title p:first-child {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_list .news_title p {
    line-height: 22px;
    font-size: 16px;
    color: #5F5D5D;
    width: 100%;
}

.news_list .news_img {
    width: 96px;
    height: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.news_list:last-child {
    border: 0px;
}

.news_list:first-child {
    padding: 0px;
    border: 0px;
}

.news_list:first-child .news_content {
    position: relative;
    display: block;
}

.news_list:first-child .news_title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 22px;
    color: #FEFEFE;
    padding: 0px;
}

.news_list:first-child .news_title p {
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 2%;
    box-sizing: border-box;
}

.news_list:first-child .news_title p:first-child {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.news_list:first-child .news_title p:last-child {
    display: none;
}

.news_list:first-child .news_title:after {
    opacity: 0.17;
    background-color: #0D1633;
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: "";
}

.news_list:first-child .news_img {
    width: 100%;
    height: 265px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsblock_left .newsblock_content {
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
    background-color: #484443;
}

@media screen and (max-width: 1920px) {
    .newsblock_left {
        width: 54.5%;
    }

    .newsblock_right {
        width: 39.2%;
    }
}

@media screen and (max-width: 1465px) {
    .newsblock_head {
        margin-bottom: 35px;
    }

    .newsblock_title p:first-child {
        font-size: 25px;
        line-height: 40px;
    }

    .newsblock_title p:last-child {
        font-size: 18px;
        line-height: 25px;
    }

    .news_list {
        padding-top: 13px;
        padding-bottom: 15px;
    }

    .news_list .news_title p:first-child {
        font-size: 20px;
        line-height: 26px;
    }

    .newsblock {
        margin-bottom: 100px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .newsblock {
        flex-wrap: wrap;
        margin: 10vw 0;
    }

    .newsblock_left {
        width: 100%;
        margin-bottom: 10vw;
    }

    .newsblock_right {
        width: 100%;
    }

    .news_list:first-child .news_img {
        height: 45.44vw;
    }
}

@media screen and (max-width: 502px) {


    .newsblock_title p:first-child {
        font-size: 23px;
        line-height: 36px;
    }

    .newsblock_title p:last-child {
        font-size: 16px;
    }

    .newsblock_title p:last-child:after {
        width: 50px;
    }

    .newsblock_head {
        margin-bottom: 5vw;
        align-items: center;
    }

    .newsblock_more {
        font-size: 18px;
    }

    .news_list .news_title p:first-child {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    .news_list .news_title p {
        font-size: 14px;
    }

    .news_list:first-child .news_title {
        font-size: 18px;
    }

    .newsblock_left .newsblock_content {
        background-color: unset;
        height: auto;
    }
}

.focusexbox {
    width: 100%;
    background-color: #F7F7F7;
    padding: 81px 0;
    box-sizing: border-box;
}

.focusex {
    display: flex;
    height: 314px;
}

.focusex .index_bannerbox1 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1920px) {
    .focusex {
        height: 16.35vw;
    }
}

@media screen and (max-width: 1465px) {
    .focusex {
        height: 20.09vw;
    }
}

@media screen and (max-width: 1024px) {
    .focusex {
        height: 33.74vw;
    }
}

@media screen and (max-width: 502px) {
    .focusex {
        height: 42.74vw;
    }
}

/** about **/
.introbox {
    width: 94%;
    margin: 73px auto;
}

.introbox p {
    font-size: 20px;
    line-height: 39px;
    margin-bottom: 37px;
    text-align: justify;
}

.introblock {
    width: 100%;
    margin-bottom: 88px;
}

.introimgbox {
    width: 100%;
}

.introimgbox img {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .introblock {
        margin-bottom: 8vw;
    }

    .introbox p {
        flex-shrink: 17px;
        line-height: 36px;
    }
}

@media screen and (max-width: 502px) {
    .introbox {
        margin: 7vw auto;
    }

    .introbox p {
        font-size: 16px;
        line-height: 33px;
        margin-bottom: 3vw;
    }

    .introblock {
        margin-bottom: 8vw;
    }
}

/** floorplan **/
.dateplacebox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 88px;
}

.dateplace {
    display: flex;
    padding-right: 20px;
    align-items: baseline;
    box-sizing: border-box;
}

.dateplace:last-child {
    padding: 0px;
}

.dateplace_title {
    line-height: 24px;
    font-size: 22px;
    font-weight: bold;
    background-color: #595388;
    border-radius: 41px;
    padding: 7px 22px;
    min-width: 149px;
    box-sizing: border-box;
    text-align: center;
    color: #FBD7A3;
    margin-right: 17px;
}

.dateplace_content div.dcdm_p {
    font-size: 29px;
    font-weight: bold;
    line-height: 41px;
    margin-bottom: 8px;
    padding-left: 10px
}

.dateplace_content div.dcdm_p:last-child {
    margin-bottom: 0px;
}

.dateplace_content.date_mess div.dcdm_p:last-child {
    font-size: 18px;
    padding: 0px;
    font-weight: normal;
    background-color: #595388;
    color: #ffffff;
    padding: 0 20px;
    border-radius: 41px;
}

.dateplace:last-child .dateplace_content div.dcdm_p {
    padding: 0px;
}

.floorplanimgbox {
    width: 90%;
    max-width: 1401px;
    margin: 0 auto;
}

.floorplanimgbox img {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .dateplace_title {
        font-size: 20px;
        padding: 7px 20px;
        min-width: unset;
    }

    .dateplace_content div.dcdm_p {
        font-size: 23px;
        line-height: 32px;
    }

    .dateplace_content.date_mess p:last-child {
        font-size: 18px;
    }

    .dateplacebox {
        margin-bottom: 8vw;
    }
}

@media screen and (max-width: 1080px) {
    .dateplace_title {
        font-size: 18px;
        padding: 5px 16px;
        min-width: unset;
    }

    .dateplace_content div.dcdm_p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .dateplace_content.date_mess div.dcdm_p:last-child {
        font-size: 16px;
    }
}

@media screen and (max-width: 980px) {
    .dateplace {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px
    }

    .dateplace:last-child {
        margin: 0px;
    }

    .dateplace_content {
        min-width: 310px;
    }
}

@media screen and (max-width: 555px) {
    .dateplace_title {
        flex-shrink: 0
    }

    .dateplace_content {
        width: 100%;
        min-width: unset;
    }

    .dateplace_title {
        font-size: 16px;
        margin-right: 8px;
    }

    .dateplace_content div.dcdm_p {
        font-size: 18px;
    }

    .dateplace_content.date_mess div.dcdm_p:last-child {
        /*font-size: 13px;*/
        line-height: 24px;
        border-radius: 20px;
        padding: 10px 20px;
        width: 72%;

    }
}

/** contactus **/
.contactblock {
    width: 100%;
    min-height: 862px;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactbox {
    width: 100%;
}

.contact_list {
    margin-bottom: 48px;
}

.contact_list:last-child {
    margin-bottom: 0px;
}

.contact_organ {
    font-size: 45px;
    color: #0D1633;
    padding-bottom: 23px;
    border-bottom: 3px solid #FBD7A3;
    line-height: 55px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 745px;
}

.contact_content {
    color: #7C6FB0;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    padding: 17px 0;
}

@media screen and (max-width: 900px) {
    .contactblock {
        padding: 70px 15px;
        min-height: auto;
    }

    .contact_organ {
        font-size: 35px;
    }

    .contact_content {
        font-size: 25px;
    }
}

@media screen and (max-width: 800px) {
    .contactblock {
        padding: 45px 15px;
    }

    .contact_organ {
        font-size: 28px;
    }

    .contact_content {
        font-size: 23px;
        line-height: 44px;
    }
}

@media screen and (max-width: 500px) {
    .contact_organ {
        font-size: 22px;
        line-height: 35px;
        padding-bottom: 15px;
    }

    .contact_content {
        font-size: 18px;
        line-height: 33px;
    }
}

/** fee **/
.feetablebox {
    max-width: 1341px;
    width: 90%;
    margin: 0 auto;
}

table.feetable {
    margin-bottom: 46px;
}

table.feetable:last-child {
    margin-bottom: 0px;
}

table.feetable tr td {
    border: 1px solid #000000;
    vertical-align: center;
    text-align: center;
    font-size: 18px;
    line-height: 33px;
}

table.feetable tr td:first-child {
    border-left-width: 2px;
}

table.feetable tr td:last-child {
    border-right-width: 2px;
}

table.feetable tr:last-child td {
    border-bottom-width: 2px;
}

table.feetable tr.feetable_title td {
    font-size: 21px;
    background-image: url('../../images/chce2024/tablebg.jpg');
    background-size: cover;
    height: 55px;
    color: #ffffff;
    border: none;
}

table.feetable tr.feetable_th td {
    background-color: #7C6FB0;
    font-size: 21px;
    color: #ffffff;
    border: none;
    height: 55px;
}

table.feetable tr.feetable_th td:nth-child(3n+1) {
    width: 31.9%;
}

table.feetable tr.feetable_th td:nth-child(3n+2) {
    width: 24.7%;
}

table.feetable tr.feetable_th td:nth-child(3n) {
    width: 43.4%;
}

table.feetable tr:nth-child(3) td {
    border-top: none;
}

table.feetable tr:nth-child(3) td.hadpad67 {
    padding: 37px 0;
}

table.feetable tr:nth-child(3) td.hadpad47 {
    padding: 47px 0;
}

table.feetable tr:nth-child(3) td.haspict1 img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
}

table.feetable tr:nth-child(3) td.haspict2 img {
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 0 auto;
}

table.feetable tr td.setheight126 {
    height: 126px;
}

.priceblock {
    width: 90%;
    min-height: 224px;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pricebox {
    text-align: center;
}

.price_title {
    padding: 11px 45px;
    color: #FBD7A3;
    background-color: #595388;
    line-height: 37px;
    font-size: 23px;
    border-radius: 59px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.price_tips {
    color: #757475;
    font-size: 23px;
    text-align: center;
    line-height: 31px;
    font-weight: lighter;
    margin-top: 18px;
}

.downloadtable {
    width: 150px;
}

.downloadtable img {
    width: 100%;
}

.downloadtable_img {
    width: 80%;
    display: block;
    margin: 0 auto;
    max-width: 750px;
}

/** forum **/
.forumbox {
    font-size: 23px;
}

.forumbox_two {
    display: flex;
    justify-content: space-around;
}

.forumbox_two_left {
    text-align: center;
}

.forumbox_two_right {
    width: 40%;
}

.forum_title {
    font-size: 40px;
    color: #50acc1;
    font-weight: bold;
    line-height: 64px;
    margin-bottom: 23px;
    text-align: center;
}

.forumblock {
    margin-bottom: 19px;
}

.forumblock_title {
    width: 330px;
    height: 53px;
    display: inline-block;
    background-image: url('../../images/chce2024/forum_title.png');
    line-height: 53px;
    color: #ffffff;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding: 0 58px;
    background-size: cover;
    text-align: center;
}

.forumblock_content {
    line-height: 39px;
    margin-bottom: 18px;
}

.fschedule_title {
    max-width: 613px;
    width: 60%;
    text-align: center;
    height: 63px;
    line-height: 63px;
    background-color: #492e8d;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 15px;
    margin-bottom: 16px;
}

.fschedule_date {
    max-width: 437px;
    width: 50%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 15px;
    background-image: linear-gradient(to right, #52abc5, #4faaa1);
}

.fschedule_content {
    line-height: 58px;
    color: #202020;
}

@media screen and (max-width: 950px) {
    .forumbox_two {
        flex-wrap: wrap;
    }

    .forumbox_two_right {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .forumbox {
        font-size: 20px;
    }

    .forum_title {
        font-size: 35px;
        line-height: 44px;
        margin-bottom: 23px;
    }

    .forumblock_title {
        width: 210px;
        height: 37.39px;
        background-size: cover;
        line-height: 37.39px;
        padding: 0 29px;
    }

    .forumblock_content {
        line-height: 38px;
    }
}

.footer {
    background-color: #4D476D;
    background-image: url('../../images/chce2024/footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: c
}

.footerblock {
    padding-top: 40px;
    padding-bottom: 155px;
}

#footermenu #menu-menu-3,
#footermenu .sub-menu {
    list-style: none;
}

#footermenu #menu-menu-3 {
    display: flex;
    justify-content: space-between;
}

#footermenu #menu-menu-3 li {
    text-align: center;
}

#footermenu #menu-menu-3>li>a {
    color: #D3EDFB;
    font-size: 22px;
    display: block;
    margin-bottom: 30px;
}

#footermenu .sub-menu>li {
    margin-bottom: 25px;
}

#footermenu .sub-menu>li>a {
    color: #FEFEFE;
    font-size: 17px;
    font-weight: lighter;
}

@media screen and (max-width: 1465px) {
    #footermenu #menu-menu-3>li>a {
        font-size: 18px;
        margin-bottom: 25px;
    }

    #footermenu .sub-menu>li>a {
        font-size: 15px;
    }

    .footerblock.normal {
        width: 75%;
        padding-top: 3vw;
        padding-bottom: 5vw;
    }
}

@media screen and (max-width: 1200px) {
    .footerblock.normal {
        width: 86%;
    }
}

@media screen and (max-width: 1000px) {
    #footermenu #menu-menu-3 {
        flex-wrap: wrap;
    }

    #footermenu #menu-menu-3 li {
        width: 100%;
        display: flex;
    }

    #footermenu #menu-menu-3>li>a {
        font-size: 14px;
        margin-right: 15px;
        flex-shrink: 0;
        text-align: left;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    #footermenu #menu-menu-3>li:last-child>a {
        margin-bottom: 0px;
    }

    #footermenu .sub-menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .footerblock.normal {
        width: 90%;
        padding: 5vw 0;
    }

    #footermenu #menu-menu-3 .sub-menu>li {
        width: auto;
        margin: 0 15px 15px 15px;
    }

    #footermenu .sub-menu>li>a {
        font-size: 12px;
    }

}

.totop {
    position: fixed;
    width: 70px;
    right: 5%;
    bottom: 5%;
    cursor: pointer;
    z-index: 10;
}

.totop img {
    width: 100%;
}

@media screen and (max-width: 502px) {
    .totop {
        width: 40px;
        right: 3%;
        bottom: 3%;
    }
}

/** 通用 **/
.container {
    min-height: 80vh;
    margin-top: 120px;
}

.normalbox {
    padding: 0 15%;
    box-sizing: border-box;
}

.normal {
    max-width: 1344px;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.goldborder1 {
    border: 5px solid rgba(0, 0, 0, 0);
    border-image: url('../../images/chce2024/border1.png') 9 round;
    box-sizing: border-box;
}

@media screen and (max-width: 1465px) {
    .normal {
        width: 86%;
    }
}

@media screen and (max-width: 502px) {
    .normal {
        width: 90%;
    }

    .container {
        margin-top: 65px;
    }
}

.crumbsbox {
    width: 100%;
    height: 70px;
    background-color: #f7f7f7;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.crumbs {
    display: flex;
    align-items: center;
}

.crumbs a,
.crumbs {
    color: #332C2B;
}

.crumbs span {
    margin: 0 15px;
}

.crumbs p {
    cursor: pointer;
}

.crumbs p:last-child {
    color: #7C6FB0;
}

@media screen and (max-width: 1465px) {
    .crumbsbox {}
}

@media screen and (max-width: 502px) {
    .crumbsbox {
        height: 56px;
        font-size: 14px;
    }
}


.contentbox {
    margin: 44px 0 0 0;
}

.contentbox.bcolor_eeeeef {
    background-color: #EEEEEF;
}

.contentbox.haspad88 {
    padding: 88px 0;
}

.web_content {
    position: relative;
    margin-bottom: 80px;
    margin-top: 40px;
}

.contentbox.nopadbottom .web_content {
    margin-bottom: 0px;
}

@media screen and (max-width: 502px) {
    .contentbox {
        margin: 5vw 0 0 0;
    }

    .web_content {
        margin-top: 8vw;
        margin-bottom: 12vw;
    }
}

.titleflexbetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titlebox {
    padding-bottom: 11px;
    position: relative;
}

.titlebox:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 91px;
    height: 4px;
    background-color: #7C6FB0;
}

.title_cn {
    font-size: 30px;
    letter-spacing: 1px;
    color: #7C6FB0;
    font-weight: bold;
    line-height: 48px;
}

.title_en {
    font-size: 28px;
    line-height: 43px;
    color: #5F5D5D;
}

@media screen and (max-width: 1280px) {
    .contentbox {
        margin: 33px 0 0 0;
    }

    .title_cn {
        font-size: 28px;
        line-height: 40px;
    }

    .title_en {
        font-size: 23px;
        line-height: 38px;
    }
}

@media screen and (max-width: 502px) {
    .title_cn {
        font-size: 25px;
        line-height: 38px;
    }

    .title_en {
        font-size: 18px;
        line-height: 33px;
    }
}


.comingsoon {
    width: 45%;
    max-width: 360px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.comingsoon img {
    width: 90%;
}

.downloadbox {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 100%;
    background-color: #ededed;
    margin-bottom: 20px;
    font-size: 22px;
    color: #3997df;
}

.downloadbox span {
    margin-left: 10px;
    color: #595757;
}

.htgblock {
    margin-bottom: 17px;
}

.htgtitle {
    font-size: 29px;
    color: #796baf;
    margin-bottom: 12px;
}

.htgcontent {
    font-size: 17px;
    line-height: 28px;
}

.htg_table,
.htg_table td {
    border: 1px solid #ebebeb;
}

.htg_table td {
    padding: 8px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 28px;
}

.htg_table td.tacenter {
    text-align: center;
}

.htg_table a {
    color: #27275b;
    font-weight: bold;
}

.htg_table td.main {
    background-color: #6863a5;
    color: #ffffff;
    border: none;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.htg_table td.haswidth130 {
    width: 130px;
}

@media screen and (max-width: 502px) {
    .htg_table td.haswidth130 {
        width: 62px;
    }
}


/* 菜单 */
.cross_title_box {
    width: 100%;
    height: 52px;
    background-color: #5e548d;
    position: fixed;
    left: 0px;
    top: 68px;
    z-index: 99;
}

.cross_title {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    max-width: 1330px;
    margin: 0 auto;
}

.cross_title #myslidemenu>ul {
    display: flex;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    align-items: center;
}

.cross_title .sub-menu {
    display: none;
}

.cross_title #myslidemenu>ul>li {
    width: 190px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    position: relative;
    padding: 0 5px;
    box-sizing: border-box;
}

.cross_title #myslidemenu>ul>li:after,
.cross_title>.index-item:after {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 35px;
    background-color: #9d94c6;
    content: "";
    margin-top: -17.5px;
}

.cross_title>.index-item:before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 1px;
    height: 35px;
    background-color: #9d94c6;
    content: "";
    margin-top: -17.5px;
}

.cross_title #myslidemenu>ul>li>a:hover {
    color: #d4cff4;
}

.cross_title .sub-menu {
    position: absolute;
    font-size: 18px;
    width: 94%;
    margin: 0 auto;
    padding: 0 12%;
    padding-top: 3px;
    padding-bottom: 13px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -47%;
    top: 100%;
}

.cross_title .sub-menu>li {
    padding: 7px 0;
    border-bottom: 1px solid #7870a9;
}

.cross_title .sub-menu>li a {
    line-height: 28px;
    padding: 4px 0;
    color: #d4cff4;
    display: block;
}

.cross_title .sub-menu>li a:hover {
    background-color: #484272;
    color: #ffffff;
}

.cross_title .sub-menu:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    height: calc(100% - 3px);
    width: 100%;
    background-color: #675f95;
    z-index: -1;
    border-radius: 15px;
}

.cross_title .index-item a {
    font-size: 22px;
    color: #ffffff;
}

.cross_title .index-item a:hover {
    color: #d4cff4;
}

.cross_title #myslidemenu>ul>li:hover .sub-menu {
    display: block;
}

@media screen and (max-width: 1478px) {
    .cross_title #myslidemenu>ul>li {
        width: 20%;
    }

    .cross_title>.index-item {
        width: 14%;
        flex-shrink: 0;
    }

    .cross_title #myslidemenu {
        width: 100%;
    }

    .cross_title #myslidemenu>ul>li,
    .cross_title>.index-item,
    .cross_title .index-item a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .cross_title {
        width: 98%;
    }

    .cross_title #myslidemenu>ul>li,
    .cross_title>.index-item,
    .cross_title .index-item a {
        font-size: 17px;
    }
}

@media screen and (max-width: 1000px) {
    .cross_title_box {
        display: none;
    }

    .navbtn {
        display: block;
    }

    .container {
        margin-top: 68px;
    }
}

@media screen and (max-width:500px) {
    .downloadbox {
        font-size: 18px;
        flex-wrap: wrap;
        text-align: left;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        justify-content: flex-start;
        border-radius: 5px;
    }

    .downloadbox span {
        display: block;
        text-align: left;
        width: 100%;
        margin: 0px;
        margin-top: 10px;
    }
}