body {
    width: 100vw;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.app-navbar{
    background-size: cover;
    background-position: center;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 99999;
    background-color: #FFFFFF;
    position: fixed;
}
.logo{
    margin-right:0px;
}
.app-navbar-body{
    width: 100%;
    height: 32px;
    margin: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container{
    width: 100%;
    max-width: none !important;
}

.app-container-3-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #3D3D3D;
    font-size: 24px;
}
.container-3-body-left{
    margin-top: 16px;
}


.container-2-body-right {
    position: relative;
}

.swiper2 {
    width: 331px;
    height: 197px;
    margin-bottom: 10px;
}

.swiper1 {
    width: 413px;
    height: 108px;
}
.swiper1 .swiper-slide {
    opacity: 0.4;
}
a {
    background-color: transparent !important;
    text-decoration: none !important;
    color: inherit !important;
}
a:hover {
    text-decoration: none !important; /* 在悬浮时去除下划线 */
    color: inherit !important;        /* 在悬浮时继承父元素的文字颜色 */
}


.swiper1 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper2 img,.swiper1 img,.swiper3 img  {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.body-bg{
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; /* 拉伸图片以填充容器 */
    top: 283px;
    width:100%;
    height: 303.52px;
    z-index: -1;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('/static/images/play.png') no-repeat;
    cursor: pointer;
}

/*头图*/
.container-1 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
    height: 215px;
}



.container-1-body-img1{
    width: 199px;
    height: 115px;
    margin-bottom: 20px;
}
.container-1-body-img2{
    width: 150px;
    height: 21px;
    z-index: 3;
}
.row-background-1{
    position: absolute;
    bottom: 0;
    flex-grow: 1;
    width: 100%;
    z-index: 1;
}
.row-background-2{
    width: 100%;
    height: 214.35px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.container-1-body {
    display: flex;
    justify-content: center;
}

.container-1-body div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/*公用部分*/
.container-2-left-title,.container-3-left-title, .container-2-left-body,.container-3-body-introduce{
    font-family: 'Source Han Serif CN',sans-serif;
}


.container-2-left-title{
    font-size: 24px;
}


/*腾博基金*/
.container-2 {
    height: 540px;
    width: 100%;
    padding: 0 22px;
    border-top: 21px solid #7D342D;
    display: flex;
    align-items: center;
}
.container-2-body{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.container-2-body-left{
    margin-bottom: 19px;
}

.container-2-left-title,.container-3-left-title,.container-4-left-title {
    letter-spacing: 0.02em;
}

.container-2-left-title,.container-3-left-title{
    padding: 10px 0;
    font-size: 24px;
    line-height: 36px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 20px;
    font-weight: 600;
}

.container-2-left-body {
    font-size: 13px;
    line-height: 2;
}


.video-container{
    border: 3px solid #7D342D;
}

/*新闻资讯*/
.container-3{
    display: flex;
    align-items: center;
    width: 100%;
    padding:0 20px;
    height: 100%;
}


.container-3-body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container-3-body-right{
    width: 100%;
    display: flex;
    justify-content: center;
}
.container-3-left-body{
    position: relative;
    width: 566px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-bottom: 16px;
}
.container-3-body-introduce{
    bottom: 0;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    background: #7E362F;
    letter-spacing: 0.02em;
    position: absolute;
    width: 331px;
    height: 35.09px;
    line-height: 35.09px;
    font-size: 11.7px;
}
.container-3-right-title{
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #7D342D;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
    font-size: 14px;
}

.container-3-right-body{
    width: 100%;
}
.container-3-right-body li{
    padding: 8px 0;
    border-bottom: 1px solid #BCBCBC;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.container-3-right-body li p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    width: 80%;
}

.container-3-right-body li div{
    width: 63px;
    font-size: 12px;
}

.container-4{
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
}


.container-4-body{
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.container-4-left-body{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: 16px;
}

.container-4-left-title{
    padding: 10px 0;
    border-bottom: 1px solid #3D3D3D;
    font-weight: 600;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 24px;
}

.container-4-body-right{
    z-index: -1;
    width: 100%;
    height: 219px;
    margin-top: 16px;
}
.container-4-left-view{
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-top: 48px;
    font-weight: 600;
    cursor: pointer;
}
.container-4-text{
    position: absolute;
    width: 782px;
    bottom: 30px;
    right:160px;
    height: 120px;
    display: none;
}




/*学术期刊*/
.container-5{
    position: relative;
    z-index: 1;
    margin-top: 40px;
    width: 100%;
    padding: 0 20px;
}
.container-5-body{
    position: relative;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.container-5-left-body{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
    text-overflow: ellipsis; /* 超出的文本显示为省略号 */
    overflow: hidden;
}
.container-5-left-title{
    padding: 10px 0;
    font-size: 30px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 58px;
    font-weight: 600;
}
.container-5-body-right{
    z-index: -1;
    width: 100%;
    height: 199px;
    margin-top: 16px;
}
.container-5-left-view{
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-top: 48px;
    font-weight: 600;
    cursor: pointer;
    color: #793029;
}
.container-5-text{
    position: absolute;
    width: 625px;
    bottom: 30px;
    right:160px;
    height: 120px;
}

/*行业会议*/
.container-6{
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
}
.container-6-body{
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.container-6-left-body{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
    text-overflow: ellipsis; /* 超出的文本显示为省略号 */
    overflow: hidden;
}
.container-6-left-title{
    padding: 10px 0;
    font-size: 30px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 58px;
    font-weight: 600;
}
.container-6-body-right{
    z-index: -1;
    width: 100%;
    height: 219px;
    margin-top: 16px;
}
.container-6-left-view{
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-top: 48px;
    font-weight: 600;
    cursor: pointer;
}
.container-6-text{
    position: absolute;
    width: 625px;
    bottom: 30px;
    right:160px;
    height: 120px;
}


/*人才培养*/
.container-7{
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
}
.container-7-body{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.container-7-left-body{
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
}
.container-7-left-title{
    padding: 10px 0;
    font-size: 30px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 58px;
    font-weight: 600;
}
.container-7-body-right{
    z-index: -1;
    width: 100%;
    height: 219px;
    margin-top: 16px;
}

.container-7-left-view{
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-top: 48px;
    font-weight: 600;
    cursor: pointer;
    color: #793029;
}
.container-7-text{
    position: absolute;
    width: 625px;
    bottom: 30px;
    right:160px;
    height: 120px;
}

/*支持项目*/
.container-8{
    position: relative;
    width: 100%;background: #FFFFFF;z-index: 1;
    margin-top: 40px;
    padding: 40px 20px 0 20px;

}
.container-8-body{
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.container-8-left-body{
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;+
    font-size: 13px;
}
.container-8-left-title{
    padding: 10px 0;
    font-size: 30px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 58px;
    font-weight: 600;
    width: 294px;
}
.container-8-body-right{
    position: relative;
    margin-top: 16px;
    margin-bottom: 106px;
}
.container-8-left-body-title{
    font-weight: 600;
    margin:16px 0  10px 0;
    font-size: 20px;
}
.container-8-left-view{
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-top: 48px;
    font-weight: 600;
    cursor: pointer;
    color: #793029;
}

.swiper-button-next-t{
    left: 0;
}

.swiper-button-next-t, .swiper-button-prev-t {
    position: absolute;
    top:61%;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 999;
    display: inline-block;
}
.swiper-button-prev-t{
    right: 0;
}

.container-3-left-body-imgList{
    position: relative;
}


p{
    margin-bottom: 0;
}

.container-3-left-title{
    border-bottom: 0;
    font-size: 24px;
    margin-bottom: 0;
}

.container-3-right-title img{
    width: 14px;height: 14px;
    margin-left: 7px;
}

.app-container-4-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 331px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 15px;
}

.container-8 .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-8-body-left{
    display: flex;
    flex-direction: column;
}

.swiper3 {
    width: 331px;
    height: 216.38px;
    margin-bottom: 10px;
}

.app-tap{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: -30px;
    left: 30%;
    width: 136px;
    height: 28px;
}
.app-tap img{
    width: 28px;
    height: 28px;
}
.nav {
    display: none;
    width: 100%;
    height: 94%;
    background: #F7F6EE;
    color: #7D342D;
    margin-top: -0.6rem;
    position: fixed;
    top: 1.34rem;
    right: 0;
    overflow-y: scroll;
    z-index: 999;
}
.nav-search{
    display: none;
    width: 100%;
    height: 94%;
    background: #F7F6EE;
    color: #7D342D;
    margin-top: -0.6rem;
    position: fixed;
    top: 1.34rem;
    right: 0;
    overflow-y: scroll;
    z-index: 999;
}
.nav ul li {
    margin: 0 6%;
    border-bottom: #DEDEDE solid 1px;
    padding: 3% 0;
    position: relative;
}
.nav ul li>a {
    color: #fff;
    font-size: 0.3rem;
    margin-left: 3%;
    display: block;
    width: 50%;
}
