.modular4,
.modular5,
.modular6,
.modular1 {
    background: url(../images/Information/b1.jpg) left 30em no-repeat;
    background-size: contain;
    padding: 5% 0;
    background-size: 90%;
}

.modular6 {
    background-image: url(../images/news/2.png);
    background-position: right top;
    background-size: 90%;
}
.modular6 .title{line-height: 1.1;}
.modular6 .title .right {
    float: right;
    font-weight: normal !important;
    font-size: 14px;
}

.modular6 .title .right .search {
    border-radius: 30px;
    background: #fff;
    position: relative; 
    width: 360px;
    line-height: 48px;
    height: 48px;
}

.modular6 .title .right .search input {
    background: none;
    border: 0;
    padding: 0 2em 0 1em;
    font-weight: normal !important;
    font-size: 14px;
    height: 100%;
    position: relative;
}

.modular6 .title .right .search .search_btn {
    position: absolute;
    right:1.5em;
    top: 0; font-size: 16px;
}

.modular6 ul li {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modular6 ul li:hover img {
    transform: scale(1.1);
}

.modular6 ul li {
    margin: 3em 0;
}

.modular6 ul img {
    max-width: 100%;
    transition: all .3s;
}

.modular6 ul .left {
    width: 562px;
    position: absolute;
    overflow: hidden;
}

.modular6 ul .right {
    margin-left: 562px;
    min-height: 360px;
    padding: 2.5% 5%;
    box-sizing: border-box;
}

.modular6 ul {
    margin: 3% 0;
}

.modular6 ul .right .tit {
    /*line-height: 1.3em;*/
    margin: 1em 0 1.5em;
}

.modular6 ul .right .info {
    margin-bottom: 3em;
}

.more i {
    /*margin-left: 0;*/
}

.public_load-more-link i {
    margin-left: 15px;
}

.public_load-more-link {
    cursor: pointer;
}

.public_load-more-link:hover {
    color: #255F5F;
}

.modular4 {
    background-image: url(../images/Information/b4.jpg);
    background-position: right top;
    background-size: 90%;
}

.modular5 {
    background-image: url(../images/Information/p6.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.modular5 h2 {
    text-align: center;
    color: #fff;
}

.modular5 .icons {
    overflow: hidden;
    color: #fff;
    padding: 5%;
    font-size: 0;
    position: relative;
}

.modular5 .icons li h3::before,
.modular5 .icons li h3::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 4em;
    left: -45px;
    width: 50%;
    border-top: 1px dashed #fff;
}

.modular5 .icons li h3::before {
    left: auto;
    right: -45px;
}

.modular5 .icons li {
    width: 25%;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
    padding: 0 3%;
}

.modular5 .icons li img {
    max-width: 66px;
    max-height: 66px;
    width: 20%;
    height: 20%;
}

.modular5 .icons li h3 {
    margin-top: 1em;
    font-weight: bold;
}


.modular4 .banner {
    position: relative;
    text-align: right;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modular4 .banner .btn{ cursor: pointer; z-index: 1; left:auto; right:28%; width: 50px; height: 50px; line-height: 50px; color: #fff; font-size:60px;}

.modular4 .info {
    position: absolute;
    top: 0;
    width: 45%;
}

.modular4 .info .box {
    padding: 80px;
    box-sizing: border-box;
    text-align: left;
}

.modular4 .info .box .text {
    line-height: 1.3;
    margin-bottom: 1em;
}

.modular4 .info .box .more {
    display: inline-block;
    background: #000;
    border-radius: 30px;
    padding: 0.5em 1em;
    color: #fff!important;
    font-size: 9px;
}

.modular4 .info::after {
    content: '';
    padding: 100%;
    border-radius: 300%;
    position: absolute;
    top: 0;
    right: 0;
    background: #86d55b;
    margin-right: 0%;
    margin-top: -50%;
}

.modular4 .info .box {
    position: relative;
    z-index: 2;
}

.modular4 .title {
    line-height: 1;
    margin-bottom: 0.5em;
}

.modular4 .content {
    margin-top: 8%;
    margin-bottom: 3%;
}

.modular4 .screen {
    position: relative;
}

.modular4 .screen .tit {
    width: 5em;
    display: block;
    position: absolute;
    left: 0;
}

.modular4 .screen li {
    margin: 1em 0;
    padding-left: 5em;
}

.modular4 .screen .item {
    display: inline-block;
    background: #f2f7f6;
    border-radius: 50px;
    padding: 0.25em 0.5em;
    box-sizing: border-box;
    width: 8em;
    text-align: center;
    margin: 0 0.5em 0.5em;
    cursor: pointer;
}

.modular4 .screen .item:hover,
.modular4 .screen .item.on {
    background: #86d55b;
    color: #fff;
}

.modular4 .list {
    margin-top: 5%;
}

.modular4 .list ul {
    margin: -35px;
    overflow: hidden;
}

.modular4 .list li {
    width: calc(25% - 70px);
    margin: 35px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modular4 .list li .text {
    padding: 2em;
}

.modular4 .list li .img-box {
    overflow: hidden;
}

.modular4 .list li img {
    transition: all .3s;
    width: 100%;
}

.modular4 .list li:hover img {
    transform: scale(1.1);
}

.modular4 .list li h1 {
    height: 2.4em;
    line-height: 1.2em;
    color: #255f5f;
    overflow: hidden;
}

.modular4 .list li h2 {
    line-height: 1.5em;
    height: 4.5em;
    margin: 2em 0;
    overflow: hidden;
}

.modular3,
.modular2 {
    background: url(../images/Information/b2.jpg) center center no-repeat;
    background-size: cover;
    padding: 5% 0;
}

.modular3 {
    background-image: url(../images/Information/b3.jpg);
}

.modular3 .title,
.modular2 .title {
    text-align: center;
    margin-bottom: 1em;
}

.modular3 .title {
    color: #fff;
}

.modular3 .swiper-slide {
    text-align: center;
    color: #fff;
    padding: 30px;
}

.modular3 .swiper-container {
    padding: 64px;
}

.modular3 .swiper-slide h2 {
    margin-top: 1em;
    margin-bottom: 0.25em;
}

.modular3 .r {
    border-radius: 150px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    font-size: 0;
}

.modular1 .swiper-slide {
    overflow: auto;
}

.modular2 .date {
    text-align: center;
    position: relative;
}

.modular2 .date::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 7px;
    width: 100%;
    height: 2px;
    background: url(../images/Information/line.png) center center no-repeat;
    background-size: 100% 100%;
}

.modular2 .date .swiper-slide {
    padding-bottom: 24px;
    cursor: pointer;
}

.modular2 .date .swiper-slide div {
    opacity: 0.2;
    line-height: 1.2;
}

.modular2 .date .swiper-slide::before {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -6px;
    content: '';
    width: 12px;
    height: 12px;
    background: #86d55b;
    border-radius: 12px;
    z-index: 2;
}

.modular2 .date .swiper-slide-active.swiper-slide::before {
    width: 16px;
    height: 16px;
    bottom: 0;
    margin-left: -8px;
}

.modular2 .date .swiper-slide-active div {
    opacity: 1;
}

.modular2 .date .gallery-thumbs {
    width: 50%;
    margin: auto;
}

.modular2 .gallery-top .left {
    width: 300px;
    line-height: 1.5em;
    position: absolute;
}

.modular2 .gallery-top .right {
    margin-left: 300px;
}

.modular2 .gallery-top .right h3 {
    color: #818181;
    margin-top: 0.5em;
}

.modular2 .gallery-top .left img {
    width: 1em;
    height: 1em;
}

.modular2 .gallery-top .left img,
.modular2 .gallery-top .left span {
    display: inline-block;
    vertical-align: middle;
}

.modular2 .gallery-top li::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d9dadb;
    transition: all .3s;
}

.modular2 .gallery-top {
    margin: 40px 200px 20px;
}

.modular2 .gallery-top ul {
    padding: 10px; height: 375px; overflow: hidden;
}
.modular2 .gallery-top ul.all{ height: auto;}


.modular2 .gallery-top li {
    padding: 32px 64px;
    border-radius: 10px;
    transition: all .3s;
    position: relative;
    margin-top: -1px;
}

.modular2 .gallery-top li:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 30;
    overflow: hidden;
}

.modular2 .gallery-top li:hover::after {
    opacity: 0;
}

.modular2 .more {
    text-align: center;
}

.modular2 .more a i{ margin-left: 0px!important;}
.modular1 .banner {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: no-repeat center center;
    background-size: cover;
}

.modular1 img {
    width: 100%;
}

.modular1 .info {
    /* position: absolute; */
    padding: 5%;
    top: 0;
    color: #fff;
    width: 100%;
    line-height: 1.8;
}

.modular1 .info h1 {
    font-weight: bold;
    TEXT-TRANSFORM: UPPERCASE;
}

.modular1 .info h2 {
    margin-bottom: 3em;
}


.worm-btn {
    padding: 0.5em 2em;
    background: #86d55b;
    color: #fff!important;
    display: inline-block;
    border-radius: 5em;
}

.modular1 .conferences .title {
    position: relative;
    margin-top: 8%;
    margin-bottom: 2%;
}

.modular1 .conferences .bottom {
    text-align: center;
    padding: 3% 0;
}

.modular1 .conferences .bottom .space {
    display: inline-block;
    width: 30px;
}

.modular1 .conferences .title .text {
    text-align: center;
    font-weight: bold;
}

.modular1 .conferences .title .time {
    color: #015f5e;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 4em;
    text-align: center;
}

.modular1 .table {
    width: calc(100% - 20px);
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

/* f2f7f6 */

.modular1 .table th,
.modular1 .table td {
    border: 1px solid #dde0e1;
    padding: 30px;
    text-align: center;
}

.modular1 .table tr+tr th,
.modular1 .table tr+tr td {
    padding: 16px 30px;
}

.modular1 .table tr {
    background: #fff;
}

.modular1 .table tr:nth-child(2n-1) {
    background: #f2f7f6;
}

.font_bold,
.font_bold * {
    font-weight: bold !important;
}

.modular1 .table tr th {
    width: 28%;
}

.modular1 .table tr td {
    width: 18%;
}

.bg-color-cyan {
    background: #5bd5be;
}

.bg-color-cyan2 {
    background: #3aacad;
    color: #fff;
}

.bg-color-grey {
    background: #e2eae8;
}

.bg-color-green {
    background: #86d55b;
    color: #fff;
}

.bg-color-darkblue {
    background: #017675;
    color: #fff;
}

.inline-block {
    display: inline-block;
    width: 120px;
    height: 12px;
    border-radius: 12px;
}

/* worm-button */
.worm-button {
    font-size: 9px;
    line-height: 1em;
}

.worm-button .worm-swiper-button-next,
.worm-button .worm-swiper-button-prev {
    position: absolute;
    margin-top: -1.4em;
    top: 50%;
    right: 0;
    cursor: pointer;
    z-index: 99;
    border-radius: 20px;
    background: #86D55B;
    color: #fff;
    padding:0.8em 0.8em; font-size:20px;
}

.worm-button .worm-swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
    right: auto;
}

.worm-button .swiper-button-disabled {
    opacity: 0.5;
}

@media only screen and (max-width: 1280px) {
    .modular1 .conferences .title {
        padding-bottom: 1.5em;
    }

    .modular1 .conferences .title .time {
        top: auto;
        bottom: 0;
        width: 7em;
        margin: auto;
        left: 0;
        right: 0;
    }

    .modular2 .gallery-top {
        margin: 40px 40px 20px;
    }
    .worm-button .worm-swiper-button-next,.worm-button .worm-swiper-button-prev {font-size: 16px;}
}


@media only screen and (max-width: 1024px) {
    .modular2 .gallery-top .left {
        width: 160px;
    }

    .modular2 .gallery-top .right {
        margin-left: 160px;
    }

    .modular4 .list ul {
        margin: -15px;
    }

    .modular4 .list li {
        width: calc(50% - 30px);
        margin: 15px;
    }

    .modular6 ul .left,
    .modular6 ul .right {
        position: static;
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin: auto;
        min-height: auto;
    }

    .modular6 ul .left img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .modular6 .title .right{
        width: 100%;
        float: none;
        margin: 1em 0;
    }
    .modular5 .icons li {
        width: 50%;
        margin-bottom: 36px;
    }

    .modular5 .icons li img {
        width: 20%;
        height: 20%;
    }

    .modular2 .gallery-top {
        margin: 0;
    }

    .modular2 .gallery-top li {
        padding: 1em 1em;
    }

    .modular2 .gallery-top .left {
        position: relative;
        width: auto;
        margin-bottom: 1em;
    }

    .modular2 .gallery-top .right {
        margin-left: 0px;
    }

    .modular4 .list ul {
        margin: -15px;
        overflow: auto;
        white-space: nowrap;
    }

    .modular4 .list li {
        width: calc(75% - 30px);
        margin: 15px;
        white-space: normal;
        float: none;
        display: inline-block;
    }

    .modular4 {
        background-size: cover;
    }

    .modular4 .info {
        position: relative;
        width: 60%;
    }

    .modular4 .info .box {
        padding: 32px 54px 32px 32px;
    }

    .modular4 .banner img {
        display: none;
    }

    .modular4 .banner {
        background: no-repeat center center;
        background-size: cover;
    }

    .modular4 .info::after {
        height: 100%;
    }

    .inline-block {
        width: 30px;
    }
    .worm-button .worm-swiper-button-next,.worm-button .worm-swiper-button-prev {font-size: 14px;}
}

.modular2 .date .gallery-thumbs{padding: 0 20px;}
.date .swiper-button-prev{left:0px; width: 50px;height: 32px; line-height: 32px; margin-top: -16px; color: #fff; text-align: center; background: #000000; border-radius: 30px;}
.date .swiper-button-next{right:0px; width: 50px;height: 32px; line-height: 32px; margin-top: -16px; color: #fff; text-align: center; background: #000000; border-radius: 30px;}
.modular4 .screen_phone{ display: none;}

@media only screen and (max-width: 767px) {
.modular2 .date .gallery-thumbs{ width: 70%;}
.modular6 .title .right .search{width: 100%;}
.modular4 .screen{ display: none;}
.modular4 .screen_phone{ display: block;}
.modular4 .screen_phone li{ margin-bottom: 5%;}
.modular4 .screen_phone li h3{ margin-bottom: 2%; font-weight: bold;}
.modular4 .screen_phone li dl{ width: 100%; height: 40px; line-height: 40px; border-radius: 5px;border:none; background: #F2F7F6;}
.modular4 .screen_phone li .select-box dt a{margin: 0 20px;}
.modular4 .screen_phone li .select-box dd a{padding: 0 20px;}
}

@media only screen and (min-width: 1025px) {
.modular4 .info .box .more:hover{opacity: 0.8;}
.worm-btn:hover{opacity: 0.8; color: #fff!important;}
}


/*20240103修改*/
.modular_con{padding:0;}
.modular_con h2{font-weight: bold; margin-bottom:2%;}
.modular_con .con{color:#424242;}
.bg-color-darkblue_an{background:#026933;}
.modular4 .content{margin-top: 0;}


/*20240716添加日历插件*/
.conferences-calendar{margin: 5% 0 0; background: #fff;}
.conferences-calendar h2{margin-bottom: 2.5%; font-weight: bold;}
.fc table{font-size: 1.1em;}
.calendar_tcbox{ display: none; position: fixed; z-index: 10001; width: 94%; max-width: 400px; box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); background: #fff;}
.calendar_tcbg{ display: none; position: fixed; lefT:0; top:0; z-index: 10000; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7);}
.calendar_tcbox .tc_con{margin: 5%; height: 26em;}
.calendar_tcbox .cal_close{position: absolute; right:0; top:-40px; width: 40px; height: 40px; line-height: 40px; color: #fff!important; text-align: center; background: #93D761;}
a.elink .fc-event-title{ text-decoration: underline;}
/*:root{--fc-today-bg-color:#76818D;}
.fc .fc-highlight{ background: #5BD5BE;}*/
.fc .fc-daygrid-day-number{font-size: 30px;}
.fc .fc-toolbar-title{color: #015F5E; font-weight: bold;}
.fc-daygrid-event-dot{border-color: #93D761;}
.fc-h-event{ background: #93D761; border-color: #93D761;}
.fc-v-event{background: #93D761; border-color: #93D761;}
.fc .fc-list-event-dot{ border-color: #93D761;}
.fc a[data-navlink]{transform:scale(1.1,1.1); margin-left: 0.3%;}
.fc .fc-list-event-title a{font-weight: bold!important; color: #93D761;}
@media only screen and (max-width: 1599px) {
.fc .fc-daygrid-day-number{font-size: 20px;}
}
@media only screen and (max-width: 767px) {
.fc .fc-daygrid-day-number{font-size: 1em;}
.fc .fc-toolbar{ display: block;}
.fc-toolbar-chunk{ width: 100%; float: left; text-align: center;}
.calendar_tcbox .cal_close{width: 30px; height: 30px; line-height: 30px; top:-30px;}
}
/*20240716添加日历插件end*/



/*20240801添加Events & Conferences – 独立会议页*/
.nav_box{position: fixed; z-index: 100;left:0; top:80px;width:100%; z-index: 100; background: #fff;border-bottom: 1px solid #efefef;}
.nav_box li{ position: relative; display: inline-block;width:auto; margin:0px 30px; line-height: 50px; text-align: center;cursor: pointer;transition: all .3s;}
.nav_box li a{ display: block;}
.nav_box li a.active{color: #015F5E!important;}
.nav_box li a::before{ display: none;content: "";width: 100%;height: 2px;left: 0;bottom: 0;position: absolute;
    background: -webkit-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    background: -moz-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    background: -o-linear-gradient(left, #46B993 0%, #7ACB6B 100%);}
.nav_box li a.active::before{ display: block;}

/*.about_pubilc_fixed .about_pubilc{ position: fixed; left:0; top:50px; width:100%; z-index: 100; background: #fff;border-bottom: 1px solid #efefef;}
.about_pubilc-swi{position: relative;box-sizing: border-box;}
.about_pubilc-swi::after{content: ""; position: absolute; lefT:0; bottom:0; width: 100%; height: 1px; background: #E5E5E9;}
.about_pubilc-swi .swiper-wrapper{display: block;}
.about_pubilc-swi.on .swiper-wrapper{display: flex;}
.about_pubilc-swi li{display: inline-block;width:auto; margin:0px 30px; text-align: center;cursor: pointer;transition: all .3s;}
.about_pubilc-swi li span,.about_pubilc-swi li>a{position: relative;display:block;padding: 25px 0 15px;}
.about_pubilc-swi li.on{color: #015F5E; font-weight: bold;}
.about_pubilc-swi li.on a{color: #015F5E;}
.about_pubilc-swi li.on span:before,.about_pubilc-swi li.on>a:before{content: "";display: block;width: 100%;height: 2px;left: 0;bottom: 0;position: absolute;
    background: -webkit-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    background: -moz-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    background: -o-linear-gradient(left, #46B993 0%, #7ACB6B 100%);}
.about_pubilc-swi .lhl_but{display: none;color: #015F5E;}
.about_pubilc-swi .lhl_but div{background: none;line-height: 44px;font-size: 30px;text-align: center;width: 30px;}
.about_pubilc-swi .lhl_but div.swiper-button-prev{left: -10px;}
.about_pubilc-swi .lhl_but div.swiper-button-next{right: -10px;}
.about_pubilc-swi.on .lhl_but{display: block;}
@media only screen and (min-width:1025px) {
    .about_pubilc-swi li:hover{color: #015F5E;}
    .about_pubilc-swi li:hover a{color: #015F5E!important;}
}
@media only screen and (max-width:1024px) {
    .about_pubilc_fixed .about_pubilc{top:50px;}
}*/

@media only screen and (max-width:1800px) {
    .nav_box li{margin: 0 20px;}
}
@media only screen and (max-width:1600px) {
    .nav_box li{margin: 0 15px;}
}
@media only screen and (max-width:1599px) {
    .nav_box ul{font-size: 16px;}
}
@media only screen and (max-width:1439px) {
    .nav_box ul{font-size: 14px;}
}
@media only screen and (max-width:1279px) {
    .nav_box ul{font-size: 13px;}
    .nav_box li{margin: 0 5px;}
}
@media only screen and (max-width:1024px) {
    .nav_box{top:50px;}
}
@media only screen and (max-width:1023px) {
    .nav_box{display: none;}
}



.conferences_body{background: url(../images/Information/conferences_bg.jpg) no-repeat;background-size: cover;}
.conferences_body .footer{margin-top:5%;}
.conferences_newpart01,.conferences_newpart02,.conferences_newpart03,.conferences_newpart05,.conferences_newpart06{padding-top:7%;}
.conferences_newpart05{padding-top:5%;}
.conferences_newpart04,.conferences_newpart07{margin-top: 7%; }
.conferences_newpart01 .img{border-radius: 18px; overflow: hidden; margin-bottom:4%;}
.conferences_newpart02 h2{ text-align: center;}
.conferences_newpart03 .inner{border-radius: 25px; padding: 5%; background: url(../images/Information/b5.jpg) no-repeat; background-size: cover; box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05); overflow: hidden;}
.conferences_newpart03 .more{ text-align: left; margin-top: 3%;}
.conferences_newpart03 .more a{color: #000!important; background: #fff;}

.conferences_newpart04{padding: 5% 0;background: url(../images/Information/b3.jpg) center center no-repeat;background-size: cover;}
.conferences_newpart04 h2{font-weight: bold; text-align: center;color: #fff; margin-bottom: 1em;}
.conferences_newpart04 .sbox{ position: relative; padding: 64px 0;}
.conferences_newpart04 .sbox .swiper-container{ margin: 0 auto;width: calc(100% - 150px);}
.conferences_newpart04 .swiper-slide {text-align: center;color: #fff;}
.conferences_newpart04 .swiper-slide h2 {margin-top: 1em;margin-bottom: 0.25em;}
.conferences_newpart04 .r {border-radius: 150px;overflow: hidden;text-align: center;display: inline-block;font-size: 0;}
.worm-button .worm-swiper-button-prev{left:-1.5em;}
.worm-button .worm-swiper-button-next{right:-1.5em;}

.conferences_newpart05 h2{font-weight: bold;}
.conferences_newpart05 .cnp05-tt{border-radius: 25px; padding:3.5% 5%; box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05); background: url(../images/Information/b6.jpg) no-repeat; background-size: cover; overflow: hidden;}
.conferences_newpart05 .con{margin: 3% 0; line-height:1.8;}
.conferences_newpart05 .botbtn h3{ float: left; font-weight: bold; width: calc(100% - 200px);}
.conferences_newpart05 .botbtn .more{ float: right; margin-top: 0;}
.conferences_newpart05 dl{margin-top: 5%; background: #F7F5F4;border-radius:20px; overflow: hidden;box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);}
.conferences_newpart05 dt{ float: left; width:54.7%; padding:4% 5% 2%;}
.conferences_newpart05 dd{ float: right; width: 45.3%;}
.conferences_newpart05 dt .inner{/*height: 14.5em;*/ overflow: hidden;}
.conferences_newpart05 dt h3{ margin-bottom: 5%; font-weight: bold;line-height: 1.1;}

.conferences_newpart06{margin-bottom: 7%;}
.conferences_newpart06 .inner{border-radius: 25px; padding:3.5% 5%; box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05); background: url(../images/Information/b6.jpg) no-repeat; background-size: cover; overflow: hidden;}
.conferences_newpart06 h2{ font-weight: bold;}
.conferences_newpart06 dl{margin-top: 3%;}
.conferences_newpart06 dt{ float: left; width:calc(100% - 350px);}
.conferences_newpart06 dd{ float: right;}
.conferences_newpart06 dd .comment_btn{ display: inline-block; background: #fff; color: #000!important; padding: 0.8em 2em; border-radius: 5em;}

.conferences_newpart07{margin-top: 0;}
.conferences_newpart07 h2{font-weight: bold;}

.conferences_balnk,.conferences_form{display: none;}
.conferences_balnk{position: fixed;top:0;left: 0;width:100%;height: 100%;background:rgba(0,0,0,0.4);z-index: 9999;}
.conferences_close{cursor: pointer; position: absolute;font-size: 24px;right:20px;top:20px;color: #000;width: 30px;height: 30px;line-height: 30px;text-align: center}
.conferences_form{ max-width:640px; width:94%; position: fixed;background:#fff;z-index: 99991;padding:3%;border-radius: 30px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }
.conferences_form h3{line-height: 1.2em;color:#1c2b40;margin-bottom: 4%;}
.conform_inner ul li{margin-bottom: 2%;}
.conform_inner ul li p{margin-bottom: 5px;}
.conform_inner ul li input{ width: 100%; height: 40px; line-height: 40px; border-radius: 5px; padding: 0 10px; border:none; background: #F2F7F6;}
.conform_inner ul li textarea{ margin: 0; width: 100%; height:6em; line-height: 1.5;font-family:Arial, Helvetica, sans-serif; border-radius: 5px; padding:10px; border:none; background: #F2F7F6;}
.conform_inner .btn{width:120px; margin:2% auto 0;}
.conform_inner .btn button{ width: 100%; height: 40px; line-height: 40px; margin-bottom:5%;border-radius: 5px; color: #fff; border:none;
    background: -webkit-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    background: -moz-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    background: -o-linear-gradient(left, #46B993 0%, #7ACB6B 100%);}

.modular3 .sbox{position: relative; padding: 64px 0;}
.modular3 .swiper-container{padding:0; margin: 0 auto;width: calc(100% - 150px);}

@media only screen and (min-width:1024px) {
    .conferences_newpart06 dd .comment_btn:hover{ opacity: 0.9;}
}
@media only screen and (max-width:1599px) {
.modular3 .swiper-slide{padding:0;}
.conferences_newpart05 li .inner{ height: 13.5em;}
.modular3 .sbox,.conferences_newpart04 .sbox{padding: 0;}
.about_pubilc-swi li{margin: 0 20px;}
}
@media only screen and (max-width:1365px) {
.conferences_newpart05 li .inner{ height: 12.5em;}
.about_pubilc-swi li{margin: 0 10px;}
}
@media only screen and (max-width:1023px) {
.conferences_newpart05 dt,.conferences_newpart05 dd{width: 100%;}
.conferences_newpart05 dt{padding: 5%;}
}
@media only screen and (max-width:767px) {
.conferences_form{padding: 8% 5%;}
.conferences_close{top:10px; right:10px;}
.worm-button .worm-swiper-button-prev{left:0;}
.worm-button .worm-swiper-button-next{right:0;}
.conferences_newpart05 .botbtn h3{width: 100%;}
.conferences_newpart05 .botbtn .more{ float: left; margin-top: 3%;}
.conferences_newpart05 li{width: 100%; margin-top: 5%;}
.conferences_newpart05 li,.conferences_newpart06 .inner{padding: 5%;}
.conferences_newpart06 dt{width: 100%;}
.conferences_newpart06 dd{width: 100%;}
.conferences_newpart06 dd .comment_btn{margin-top: 3%;}
}
/*20240801添加Events & Conferences – 独立会议页end*/

/*20240912*/
.modular6 .title .right .year_selectbox{ float: left; margin-right: 10px; width: 200px; height: 48px; line-height: 48px; border-radius: 30px; background: #fff;}
.modular6 .title .right .year_selectbox dt a{line-height: 48px; margin: 0 15px; color: #BDBDBD!important;}
.modular6 .title .right .select-box dt i{font-size: 18px;}
.modular6 .title .right .search{float: right;}
@media only screen and (max-width:767px) {
.modular6 .title .right .year_selectbox{width: 100%; margin-right: 0; margin-bottom: 10px;}
}
/*20240912end*/

.inform-part03 dd{width: 56%;}
@media only screen and (max-width:1279px) {
.inform-part03 dd h2+p{font-size: 16px;}
}
@media only screen and (max-width:1023px) {
.inform-part03 dd h2+p{font-size: 12px;}
}
@media only screen and (max-width:767px) {
.inform-part03 dd{width: 100%;}
}


/*20250103*/
.conferences_newpart02{padding-top: 5%;}

/*20250123*/
.modular3 .swiper-slide{padding: 0;}

/*20250214*/
.fc-daygrid-event{white-space:unset;}
.fc-daygrid-block-event .fc-event-time{min-width: 48px;}