.container {
    padding-left: 0;
    padding-right: 0;
}

*,
p,
div {
    padding: 0;
    margin: 0;
    border: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

a,

a:active {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #365EB9;
    text-decoration: none;
}

.pc {
    display: none;
}

.wap {
    display: block;
}

.wrap {
    flex-wrap: wrap;
}

. body {
    color: #333333;
    font-size: 16px;
}

.footer {
    background-color: #333333;
    color: #6F6F6F;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
}

.header {

    position: relative;
    height: 60px;
    background-color: #fff;

}

.header .container {
    display: flex;
    justify-content: space-between;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav li {
    float: left;
    line-height: 58px;
    margin-right: 40px;

}

.nav .navitem {
    display: block;

    color: #333;
    text-decoration: none;
    border-bottom: #fff 2px solid;
    transition: border-bottom-color 0.3s ease;
}

.nav .navitem:hover {
    border-bottom: #365EB9 2px solid;
}

.nav .navdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: white;
    z-index: 1;
}

.nav .navdownitme {
    margin-right: 40px;
}

.language {
    margin: 18px 0;
    border: #365EB9 1px solid;
    height: 24px;
}

.language a {
    float: left;
    text-align: center;
    width: 36px;
    line-height: 22px;
    height: 22px;
    color: #333;
    text-decoration: none;
    font-size: 14px;

}

.language a.cur {
    background-color: #365EB9;
    color: #fff;
}

.banner {
    position: relative;
}



.title {
    display: flex;
    justify-content: space-between;

}

.titleleft {
    background1: url("../images/titlebg.png") no-repeat right top;
    padding: 0 35px 0 0;
    background-size: 30px;
}

.titleen {

    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.titleright {
    background: url("../images/titleright.png") no-repeat left bottom;
    background-size: 100%;
    margin-top: 30px;
    color: #666666;

}

.titleright a {
    display: block;
}

.titleright:hover {
    background: url("../images/titlerightcur.png") no-repeat left bottom;
    background-size: 100%;
}

.titlech {
    font-weight: 600;
    font-size: 18px;
    color: #365EB9;
    font-family: "KaiTi", "楷体", "楷体_GB2312", serif;
}

.bannerbox {
    display: flex;
    justify-content: space-between;
    background: url(../images/bannerboxbg.png) no-repeat bottom left #fff;
    background-size: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.box1right {
    display: flex;
}

.box1rightitemtxtdata {

    font-weight: bold;
    font-size: 18px;
}

.box1rightitemtxttxt {}

.box1rightitem {
    display: flex;
    margin-right: 20px;
    align-items: center;

}

.box1rightitempic,
.box1rightitempic img {
    width: 74px;
    margin-right: 12px;
}

.schedule {
    background: url("../images/schedule.png") no-repeat #f8f2f1 bottom;
    background-size: cover;
    padding: 20px 15px 20px 15px;
}

.schedule .title {
    margin-bottom: 15px;
}

.scheduletxt {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    gap: 20px;
}

.scheduleft {


    width: 100%;


    text-align: left;
}

.scheduleftdata {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
    align-items: center;
}

.schedulefttxt {
    font-size: 14px;
    margin-bottom: 5px;
}

.scheduleftdata .left {

    font-size: 18px;
}

.scheduleftdata .right {

    font-size: 14px;
}


.scheduleftpic img {
    width: 100%;
}

.scheduright {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    gap: 20px;



}


.schedurightitem {

    background: #fff;
    padding: 15px;
    transition: all 0.3s ease;




}

.schedurightitem a {
    display: block;
}

.speakers {
    padding: 20px 15px;
}

.speakers .title {
    margin-bottom: 15px;
}





.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {

    font-size: 18px;
    background: #fff;
    display: flex;

}

.speakers .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.speakers .swiper-pagination-bullet-active {
    background: #365EB9;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speakersitem a {
    display: block;
    transition: border-bottom-color 0.3s ease;
    /* 添加过渡动画 */
}


.speakersitempic img {
    width: 100%;
}

.speakersitemname {
    margin: 10px 0 5px 0;
    font-weight: bold;
}

.speakersitemtxt {
    font-size: 14px;
    border-bottom: #fff 2px solid;
    padding-bottom: 0;
}

.speakersitem a:hover .speakersitemtxt {
    color: #333;
    border-bottom: #333 2px solid;
}

.speakersitemmore span {
    display: inline-block;
    background: url("../images/titleright.png") no-repeat left bottom;
    background-size: 100%;
    margin-top: 0;
    color: #666666;
    line-height: 32px;

}



.speakersitem a:hover .speakersitemmore span {
    background: url("../images/titlerightcur.png") no-repeat left bottom;
    background-size: 100%;
    color: #365EB9;
}

.unit {
    background: url("../images/unitbg.png") no-repeat left top;
    background-size: cover;
    padding: 20px 15px;
}

.unit .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.unittxt {
    text-align: center;
}

.unit .title {
    width: 100%;
    margin-bottom: 15px;
}

.hosted,
.organizer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.unittxt a {
    display: inline-block;
    width: 30%;

}

.unittxt a img {
    width: 100%;
}

.bannerbox {
    margin: 15px;
    width: calc(100% - 30px);
    padding: 15px;
}

.headerm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /* 根据需要设置背景颜色 */
    z-index: 1000;
    /* 确保在其他内容之上 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* 可选：添加阴影效果 */
}

.headerm .container {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

/* 隐藏导航 */
.navm {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: #666666 1px solid;
    padding: 0 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navm ul,
.navm li {
    list-style: none;
}

.navm li {
    border-bottom: #666666 1px dotted;
    padding: 10px 0;
}

.navmdownbox a {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}

/* 显示导航时的样式 */
.navm.show {
    display: block;
}

.menu {
    margin-top: 15px;
}

/* 汉堡图标的样式 */
.menu span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: #365EB9;
    transition: all 0.3s ease-in-out;
}


.menu.active span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
}

.menu.active span:nth-child(2) {
    opacity: 0;
}

.menu.active span:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
}

/* 下拉箭头的旋转 */
.bi-chevron-right {
    transition: transform 0.3s ease-in-out;
}

.bi-chevron-right.rotate {
    transform: rotate(90deg);
}

/* 下拉菜单默认隐藏 */
.navmdownbox {
    display: none;
}

/* 显示下拉菜单 */
.navmdownbox.show {
    display: block;
}

.about {
    background: #f8f8f8;
    padding: 20px 15px;
}

.bannerny {
    background: url("../images/nybanner.png") no-repeat;
    background-size: cover;
    height: 180px;
    color: #fff;
    margin-top: 58px;
}

.bannerny .container {
    position: relative;
    height: 180px;
    padding: 0 15px;
}

.aboutnameen {
    font-size: 38px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 0;
    line-height: 40px;
}

.aboutnamech {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;



}

.aboutposition {
    position: absolute;
    background: url(../images/home.png) no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
    bottom: 25px;
}

.nytitlech {
    font-size: 24px;
    font-weight: bold;
}

.about .container {
    background: #fff;
    padding: 30px;
}

.about .title {
    border-bottom: #dddddd 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about .content {
    min-height: 400px;
}