.banner{
    width: 100%;
    height: 527px;
    padding-top: 100px;
}
.banner img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.section{
    width: 100%;
    position: relative;
    margin-top: -273px;
    overflow: hidden;
}

.section:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1730px;
    height: 275px;
    background: #FFFFFF;
    opacity: 0.7;
    z-index: 0;
}

.section .warp{
    width: 1630px;
    position: relative;
    z-index: 1;
    margin: 43px auto 0;
}
.section .warp .title{
    text-align: center;
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
    margin-bottom: 51px;
    display: none;
}
.section .warp .content{
    display: flex;
    justify-content: space-between;
    height: 780px;
}
.section .warp .content .side{
    width: 273px;
    height: 740px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.section .warp .content .side > div:first-child{
    margin-top: 35px;
}
.section .warp .content .side span{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #122944;
}
.section .warp .content .side ul{
    margin-top: 25px;
}
.section .warp .content .side ul li{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    line-height: 62px;
    position: relative;
    cursor: pointer;
    transition: 0.6s;
}
/*.pointer_active {*/
/*    opacity: 1!important;*/
/*    cursor: pointer!important;*/
/*}*/
.section .warp .content .side ul li:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    height: 1px;
    background-image: linear-gradient(to right, #fff ,#E7E7E7, #E7E7E7 ,#E7E7E7, #fff);
}
.section .warp .content .side ul li:last-child:after{
    display: none;
}
.section .warp .content .side ul .active{
    color: #029976;
}
.section .warp .content .post{
    width: 1320px;
    height: 740px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    display: flex;
        justify-content: center;
}
.section .warp .content .post .substance{
    width: 1200px;
    display: none;
}
.section .warp .content .post .active{
    display: block;
}
.section .warp .content .post .substance > .scrollbar__{
    margin-top: 35px;
    height: 450px;
    overflow: hidden;
}
.section .warp .content .post .substance .caption{
    margin-bottom: 35px;
    padding-top: 50px;
}
.section .warp .content .post .substance .caption .start{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.section .warp .content .post .substance .caption .start span{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #122944;
    margin-right: 17px;
}
.section .warp .content .post .substance .caption .start .iconfont{
    color: #029976;
    font-size: 35px;
}
.section .warp .content .post .substance .caption .start .more{
    margin: 0;
}
.section .warp .content .post .substance .caption .time{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 30px;
}
.section .warp .content .post .substance .caption .time p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.section .warp .content .post .substance .text span{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #122944;
    margin-bottom: 25px;
}
.section .warp .content .post .substance .text p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
}
/*.section .warp .content .post .more{*/
/*    position: fixed!important;*/
/*    top: 16vw!important;*/
/*    left: 73.325vw!important;*/
/*}*/
.section2{
    width: 100%;
    overflow: hidden;
}
.section2 .warp{
    width: 1840px;
    margin: 22px auto 93px;
}
.section2 .warp .title{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
    text-align: center;
    margin-bottom: 50px;
}
.section2 .warp .content{
    position: relative;
}
.section2 .warp .content .staff{
    width: 1630px;
    margin: auto;
}
.section2 .warp .content .staff .swiper-slide img{
    width: 100%;
}
.section2 .warp .content .staff .swiper-slide .swiper-content{
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.section2 .warp .content .iconfont{
    opacity: 1!important;
    pointer-events: unset;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 22px;
    transition: 0.6s;
}
.section2 .warp .content .iconfont:after{
    display: none;
}
.section2 .warp .content .iconfont:first-child{
    transform: rotate(180deg);
}
.section2 .warp .content .iconfont:hover{
    background-color: #029976;
    border: 1px solid #029976;
    color: #fff;
}

.alert{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.alert > div:first-child{
    width: 860px;
    height: 360px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.alert .images{
    height: 100%;
}
.alert .text{
    position: relative;
    left: -40px;
}
.alert .text p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #122944;
    margin-bottom: 3px;
}
.alert .text a{
    font-size: 28px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: #029976;
}
.alert .text .line{
    width: 340px;
    height: 1px;
    background: #CCCCCC;
    margin-top: 45px;
    margin-bottom: 47px;
}
.alert .close{
    color: #666666;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 23px;
    cursor: pointer;
}
.alert .close:hover{
    transform: rotate(-90deg);
    transition: 0.4s;
}

@media screen and (max-width: 1800px) {
    .section .warp{
        width: 90%;
    }
    .section .warp .content .side{
        width: 18%;
    }
    .section .warp .content .post{
        width: 75%;
        padding: 0 33px;
    }
    .section2 .warp{
        width: 90%;
    }
    .section2 .warp .content .staff{
        width: 100%;
    }
    .section2 .warp .title {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .alert .text{
        left: unset;
    }
    .alert .text a{
        font-size: 24px;
    }
    .alert > div:first-child{
        width: 100%;
    }
    .alert .images{
        display: none;
    }
    .alert .images img{
        /*height: 327px;*/
        margin: 0 auto;
    }
    .alert .text{
        /*left: -303px;*/
        margin: 0 auto;

    }
    .section2 .warp{
        width: 100%;
    }
    .section2 .warp .content .staff{
        width: 90%  ;
    }
    .section2 .warp .title {
        font-size: 35px;
    }
    .pc_post{
        display: none!important;
    }
    .mobile_post{
        display: block!important;
    }
    .section .warp .content .side{
        display: none;
    }
    .section .warp .content{
        height: auto;
    }
    .section .warp {
        width: 100%;
    }
    .section .warp .content .post {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
        display: flex;
        justify-content: center;
    }
    .section .warp .content .post .substance {
        display: block;
        width: 100%;
        border-bottom: 1px solid #E7E7E7;
    }
    .mobile_post .substance .scrollbar__{
        display:none;
    }
    .section .warp .content {
        justify-content: space-around;
    }
    .section .warp .content .post {
        width: 94%;
        padding: 0 3%;
    }
    .section .warp .content .post .substance .caption .start span {
        font-size: 20px;
    }
    .section .warp .content .post .substance .caption .start .iconfont {
        font-size: 25px;
    }
    .more {
        width: 90px;
        height: 30px;
    }
    .more p {
        font-size: 14px;
    }
    .section .warp .content .post .substance .caption .time p {
        font-size: 15px;
    }
    .section .warp .content .mobile_post  .substance .active {
        display: block;
    }
    .section .warp .content .post .substance .text p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 32px;
    }
    .section .warp .content .post .substance .caption {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .section .warp .content .post .substance .caption .time {
        border-bottom: none;
        padding-bottom: 0px;
    }
    .swiper-button-prev,.swiper-button-next{
        display:none!important;
    }
}
