﻿body{
    /*腾讯字体*/
    font-family: 'tengxztbregular'!important;
    background-color: rgba(31, 18, 212);
}


/*top_banner*/
.TX_banner {
    width: 100%;
}
.TX_banner >img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
/*导航栏*/
.top {
    width: 100%;
    text-align: center;
    z-index: 999;
    background-color: rgb(90,0,255);
    position: absolute;

}
/*居中，宽度*/
.fix-nav > ul {
    margin: 0 auto;
    width: 68%;
    font-size: 1.5rem;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
}

.professional_text_text.row > div > p{
    padding-bottom: 5%;
}
.fix-nav{
    background-color:rgb(0, 72, 239);
    margin-top: -7px;
    position: relative;
}

.fix-nav ul>a{
    width: 16.1%;
    color: #FFFFFF;
    line-height: 4em;
    text-decoration: none;
    font-size: 2.2rem;
}
.fix-nav ul>a:hover{
    color: #FFFFFF;
}
.fix-nav ul>a:active{
    color: #FFFFFF;
}
.fix-nav ul>a:after{
    color: #FFFFFF;
}
/*点击颜色*/
.fix-nav ul>.active{
    color: rgba(235, 189, 32);
}
.box-active{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
}
/*底部提示栏*/
.bootom {
    text-align: center;
    margin: 0 auto;
}
div#footer-link > a {
    color: white;
}

.zhuti {
    width: 62%;
    margin: 0 auto;
}
.page_img {
    width: 100%;
}
.page_img > img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
/*论坛介绍*/
#page0 {
    margin-top: 13%;
}
.page0_js {

    padding: 4% 2% 4% 2%;
    background-color: rgba(8, 18, 180);
    margin-top: 4%;

}
.page0_js > p {
    color: white;
    font-size: 1.8rem;
    line-height: 3.6rem;
}
/*论坛议程*/
.page1_js {
    margin-top: 4%;
}
.time-horizontal {
    list-style-type: none;
    border-top: 3px solid rgba(0, 126, 255);
    max-width: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.text-horizontal {
    list-style-type: none;
    max-width: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.text-horizontal li {
    float: left;
    position: relative;
    text-align: center;
    width: 16.66%;
}


.time-horizontal li {
    float: left;
    position: relative;
    text-align: center;
    width: 16.66%;
    padding-top: 2%;
}

.nomal b:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 47%;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(141, 33, 235);
    background: rgba(141, 33, 235);
    transform: rotateZ(223deg) skew(5deg, 5deg);
}

.ok b:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 47%;
    width: 12px;
    height: 12px;
    border: 2px solid #0074E8;
    border-radius: 8px;
    background: #0074E8;
}
div#jd {
    color: white;
    font-size: 1.6rem;
}

/*论坛亮点*/
.page2_js {
    margin-top: 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.page2_container {
    width: 20%;
    text-align: center;
    padding: 3% 2% 3% 2%;
    background-color: rgba(8, 18, 180);
    transition: transform 0.5s ease;
}
.page2_container:hover {
    transform: scale(1.1);
}
.page2_container p {
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

.page2_container span {
    color: white;
    font-size: 1.6rem;
    line-height: 3.2rem;
}
.page2_item {
    border: 1px solid #8d21eb;
    width: 50%;
    margin: 1% auto;
}

/*论坛嘉宾*/
.page3_js {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.page3_js_img {
    width: 24%;
    margin-right: 1%;
    margin-top: 1%;
    transition: transform 0.5s ease;
    overflow: hidden;
}
.page3_js_img:hover {
    transform: scale(1.02);
}
.page3_js_img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.page3_js {
    margin-top: 4%;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-wrapper {
    width: 100%;
    height: auto;
}
.swiper-slide >img {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 60px) / 2); /* Divide by 3 for three rows, subtracting spacing */
    width: calc((100% - 90px) / 4); /* Divide by 4 for four columns, subtracting spacing */

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_aa {
    position: relative;
    height: 100%;
}
.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    align-items: flex-end;
}


/* 自定义Swiper的左右按钮样式 */
.swiper-button-prev, .swiper-button-next {
    background-size: cover;
    background-position: center;
    width: 4%;
    height: 8%;

}
.swiper-button-next:after, .swiper-button-prev:after {
    letter-spacing: 1px;
}
.swiper-button-prev {
    background-image: url('/resources/img/2024Education/左.png');

}

.swiper-button-next {
    background-image: url('/resources/img/2024Education/右.png');
}

/*荣誉致敬*/
.page4_js {
    margin-top: 4%;
}
.page4_jj {
    border-left: 5px solid #8d21eb;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #13119a);
}
.page4_jj p {
    font-size: 2.6rem;
    color: white;
    font-weight: 700;
    margin-left: 1%;
    padding: 0% 0% 1% 0%;
}
.page4_zt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4%;
}
.page4_banner {
    width: 42%;
    margin-bottom: 8%;
}
.page4_banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
}




/*往届荣誉致敬*/
.page5_js {
    margin-top: 4%;
}
#lib_tab1 div ul li {
    list-style-type: none;
    width: 8%;
    background-color: rgba(34, 45, 222);
    font-size: 2rem;
    text-align: center;
    color: rgb(0,125,254);
    margin-left: 1%;
}
#lib_tab1 div ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
#lib_tab1 div ul .active {
    color: white; /* 如果想要，这里也可以和高亮色一样 */
    background-color: rgb(0,126,255); /* 示例背景色 */
}
#lib_tab1 div ul li.normal {
    /*color:white; !* 默认颜色 *!*/
}

/*往届回顾*/
.page6_js {
    margin-top: 4%;
}
.swiper3 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.swiper-slide img:hover {
    transform: scale(1.1);
}
.swiper3 {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper4 {
    height: 80%;
    width: 100%;
}

.mySwiper3 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}

.mySwiper3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper3 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 自定义Swiper的左右按钮样式 */
.swiper-button-prev.aa{
    width: 4%;
    height: 12%;
}
.swiper-button-next.aa {
    width: 4%;
    height: 12%;
}

    /*合作媒体*/
.page7_js {
    margin-top: 4%;
}
.page7_title p {
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 600;
    margin-left: 1%;
}
.page7_title {
    border-left: 4px solid #8d21eb;
    color: white;
    margin-top: 4%;
}
.page7_img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.page7_img1 {
    width: 19%;
    margin-top: 1%;
    margin-right: 1%;
}
.page7_img1 img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media screen and (min-width: 1367px) {
    .container {
        width: 100%;
    }
    /*.zhuti {*/
    /*    width: 80%;*/
    /*    margin: 0 auto;*/
    /*}*/
    /*.page2_container p {*/
    /*    color: white;*/
    /*    font-size: 3rem;*/
    /*    font-weight: 600;*/
    /*}*/
    /*.page2_container span {*/
    /*    color: white;*/
    /*    font-size: 2.6rem;*/
    /*    line-height: 5.2rem;*/
    /*}*/
    /*.page0_js > p {*/
    /*    color: white;*/
    /*    font-size: 2.8rem;*/
    /*    line-height: 5.6rem;*/
    /*}*/
}
@media screen and (min-width: 1281px)and (max-width: 1367px) {
    /* 在宽度大于等于 1280px 时应用的样式  */
    .fix-nav > ul {
        width: 86%;
    }
    .zhuti {
        width: 76%;
        margin: 0 auto;
    }
    .container {
        width: 100%;
    }
    .page2_container {
        width: 23%;
    }
}
@media screen and (min-width: 1025px)and (max-width: 1280px) {
    /* 在宽度大于等于 1025px 时应用的样式 */
    .fix-nav > ul {
        width: 95%;
    }
    .fix-nav ul>a {
        font-size: 1.4rem;
    }
    .zhuti {
        width: 88%;
    }
    .container {
        width: 100%;
    }
    .page2_container {
        width: 46%;
        margin-top: 3%;
        text-align: center;
        padding: 9% 4% 10% 2%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* 在宽度 768px 到 1024px 之间应用的样式 平板*/
    .fix-nav > ul {
        width: 95%;
    }
    .fix-nav ul>a {
        font-size: 1.4rem;
    }
    .zhuti {
        width: 88%;
    }
    .container {
        width: 100%;
    }
    .page2_container {
        width: 46%;
        margin-top: 3%;
        text-align: center;
        padding: 9% 4% 10% 2%;
    }

}

@media screen and (max-width: 767px) {
    /* 在宽度小于等于 767px 时应用的样式 手机*/
    .fix-nav > ul {
        width: 95%;
    }
    .zhuti {
        width: 90%;
    }
    .container {
        width: 100%;
    }
    .page2_container {
        width: 46%;
        margin-top: 3%;
        text-align: center;
        padding: 9% 4% 10% 2%;
    }
    #lib_tab1 div ul li {
        width: 24%;
        font-size: 1.6rem;
    }
    .page2_container span {
        color: white;
        font-size: 1rem;
        line-height: 2rem;
    }
    .fix-nav ul>a {
        font-size: 0.6rem;
    }
    .fix-nav > ul {
        width: 96%;
    }
    .page0_js > p {
        color: white;
        font-size: 1.3rem;
        line-height: 2.6rem;
    }
    .page4_jj p {
        font-size: 1.2rem;
    }
    .text-horizontal li {
        font-size: 1rem;
    }
    .time-horizontal li {
        font-size: 1rem;
    }
}