* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    transition: all 2s;
    opacity: 0;
    font-family: "Microsoft YaHei";
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #3CB141;
}

.center {
    /* width: 1450px; */
    width: 75%;
    margin: 0 auto;
}


/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}


.header_container .right_header ul li a span:first-child {
    font-size: 16px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif;
    font-weight: 700;
}



/* 移动适配 */
@media screen and (max-width: 800px) {
    .center {
        width: 90% !important;
    }

    .header_container {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        height: auto !important;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        /* margin-bottom: 20px ; */
        width: 100% !important;
        /* height: 52px !important; */
    }

    .header_container .left_header {
        float: none !important;
        /* width: 100% !important; */
        height: 100% !important;
        width: 80% !important;
        /* background-color: #3CB141; */
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .header_container .left_header img {
        width: 80%;
    }


    /* 打开菜单按钮 */
    .menu {
        display: block !important;
        position: relative;
        width: 7%;
        height: 40px;
        /* background-color: #0057ff !important; */
    }

    .menu-toggler {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background-color: pink;
        z-index: 2;
        /* 设置 div 元素的不透明级别 */
        opacity: 0;
        cursor: pointer;
    }

    .menu-toggler+label {
        width: 100%;
        height: 4px;
        display: block;
        z-index: 1;
        border-radius: 2.5px;
        background-image: linear-gradient(to right top, #5ae660, #54dc5a, #4ed254, #49c84f, #43be49, #40be46, #3dbd43, #3abd40, #38c63f, #36d03d, #34d93b, #31e339);
        transition: transform 0.5s, top 0.5s;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu-toggler+label::before,
    .menu-toggler+label::after {
        width: 100%;
        height: 4px;
        display: block;
        z-index: 1;
        border-radius: 2.5px;
        background-image: linear-gradient(to right top, #5ae660, #54dc5a, #4ed254, #49c84f, #43be49, #40be46, #3dbd43, #3abd40, #38c63f, #36d03d, #34d93b, #31e339);
        transition: transform 0.5s, top 0.5s;
        content: "";
        position: absolute;
        left: 0;
    }

    .menu-toggler+label::before {
        top: 10px;
    }

    .menu-toggler+label::after {
        top: -10px;
    }


    .menu-toggler:checked+label {
        background: transparent;
    }

    .menu-toggler:checked+label::before,
    .menu-toggler:checked+label::after {
        top: 0;
        /* width: 40px; */
        transform-origin: 50% 50%;
    }

    .menu-toggler:checked+label::before {
        transform: rotate(45deg);
    }

    .menu-toggler:checked+label::after {
        transform: rotate(-45deg);
    }

    /* 
.menu-toggler:checked~ul {
    position: absolute;
    left: 0;
    display: block !important;
    background-color: palevioletred;
  
    
} */









    .right_header {
        display: none;
        width: 100% !important;
        float: none !important;
        /* background-color: #3CB141; */
        padding-top: 0px !important;
        margin-top: 10px !important;
    }



    .carousel_banner {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .about_header .detail,
    .theme .detail {
        font-size: 20px !important;
    }

    .about_header .entitle,
    .theme .entitle {
        font-size: 20px !important;
        margin-top: 5px !important;
    }

    .about_header,
    .theme {
        padding-top: 10px !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }

    .about_bottom .box_header .box_title {
        font-size: 20px !important;
    }

    .about_bottom .box_header .en_title {
        font-size: 16px !important;
    }

    .about_bottom .box_header {
        padding: 12px 0 10px 0 !important;
    }

    .about_bottom .box_content {
        height: auto !important;
    }

    .left_about,
    .right_about {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .about_bottom .left_about,
    .about_bottom .right_about {
        margin-top: 20px !important;
    }

    .organization_container>div:nth-child(2n) {
        height: 40px !important;
    }

    .organization_container>div:nth-child(2n) div:first-child {
        font-size: 18px !important;
        top: -12px !important;
    }

    .organization_container>div:nth-child(2n) div:last-child {
        font-size: 18px !important;
        bottom: -10px !important;
    }

    .organization_container .unit {
        font-size: 22px !important;
    }

    .organization_container .company {
        width: auto !important;
        margin-bottom: 25px !important;

    }

    .organization_container .companys {
        margin-bottom: 0px !important;
        height: 45px !important;
    }

    .schedule_box ul li .schedule_right::after {
        /* display: none !important; */
    }

    .schedule_box ul li .schedule_left .en_time {
        white-space: normal !important;
    }

    .schedule_box ul li .schedule_left .ch_time {
        white-space: normal !important;
        overflow: auto;
        word-wrap: break-word !important;

    }
    .schedule_box ul li .schedule_right .ch_msg {
        font-size: 18px !important;
        margin-bottom: 6px !important;
        line-height: 25px !important;
    }
    .schedule_box ul li .schedule_right .en_msg {
        font-size: 16px !important;
        line-height: 21px !important;
    }
    .ps {
        width: 80% !important;
        
    }
    #en_table td {
        font-size: 13px !important;
    }

    .bottom_about {
        width: 100% !important;
    }

    .organizational_units {
        width: 60% !important;
    }

    .organizer {
        width: 50% !important;
    }

    .organization_container .company img {
        width: 70% !important;
    }

    .module .title {
        font-size: 22px !important;
        margin-bottom: 18px !important;
        text-align: center;
    }

    .module .title::after {

        left: 50% !important;
        margin-left: -62px !important;
    }

    .module .title span:nth-child(2) {
        display: none;
    }

    .module .title span:nth-child(3) {
        display: block;
        font-size: 18px;
    }

    .ch_btn {
        margin-left: 0 !important;
    }


    /* 换了一个显示，原按钮隐藏样式继续使用 */
    .back_btn {
        display: none;
        /* width: 20% !important;
        top: 20% !important; */
        font-size: 13px !important;
        height: auto !important;
    }

    .schedule_box ul li .schedule_right {
        float: none !important;
        width: 80% !important;

    }

    .schedule_box ul li .schedule_left {
        float: none !important;
        width: 74% !important;

    }

    .schedule_box ul li {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: end;
        margin-top: 50px !important;
        padding:  15px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .schedule_box ul li .schedule_left .en_time {
        width: 100%;
        text-align: left !important;
    }

    .schedule_box ul li .schedule_left .ch_time {
        text-align: left !important;
    }

    .schedule_box ul::before {
        left: 10% !important;
    }

    .schedule_box ul li::before {
        left: 10% !important;
        top: 30px !important;
        width: 33px !important;
        height: 33px !important;
        margin-left: -14.3px !important;
    }


    .schedule_box ul li:last-child {
        background-color: transparent !important;
    }
    .footer {
        margin-top: 50px !important;
    }
    .footer p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 342px) {
    .module .title::after {
        display: none !important;
    }
}