.video,.zzShow{
    padding: 5% 0;
    padding-left: calc(4% + 150px);
    padding-right: calc(4% + 150px);
}
.tleName{
    font-family: 'Bold';
    font-size: 4rem;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 1%;
    width: 21%;
}
.video .videoList{
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-top: 4%;
}
.video .videoList li{
    display: inline-block;
    width: 32.5%;
    font-family: 'Bold';
    font-size: 2.4rem;
    cursor: pointer;
}
.video .videoList li img{
    width: 100%;
    margin-bottom: 5%;
}
.video .videoList li>div{
    position: relative;
}
.video .videoList li .floatPlay{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}
.zzShow{
    background: url(../img/zzBg.png) no-repeat;
    background-size: 100% 100%;
}
.zzShow .tleRight{
    float: right;
    font-size: 2rem;
    text-align: right;
}
.zzShow .tleRight u{
    text-decoration: none;
    font-family: 'Bold';
    font-size: 2.4rem;
    color: #0e4a86;
}
#zsSwiper{
    margin-top: 5%;
    margin-bottom:4%;
}
#zsSwiper .swiper-button-next:after, #zsSwiper .swiper-button-prev:after{
    color: #fff;
    font-size: 4rem;
}
#zsSwiper .swiper-button-next, #zsSwiper .swiper-button-prev{
    background: #0e4a86;
    width: 30px;
    height: 55px;
}
#zsSwiper .swiper-slide img{
    max-width: 100%;
}
.yjShow{
    padding: 5% 0;
    padding-right: calc(4% + 150px);
    background: url(../img/yjBg.png) no-repeat 96% 51%;
    background-size: 50%;
}
.yjShow .tleName{
    margin-left: calc(4% + 150px);
}
.yjContainer .left{
    display: inline-block;
    width: 25%;
    position: relative;
    margin-right: 5%;
    margin-left: 2%;
}
.yjContainer .left .circle{
    width: 100%;
    height: 100%;
}
.yjContainer .right{
    padding: 5% 0;
    display: none;
    width: 68%;
    float: right;
}
.yjContainer .right.on{
    display: inline-block;
}
.yjContainer .right .txt{
    font-size: 3rem;
    margin-bottom: 10%;
    line-height: 5rem;
}
.yjContainer .right .txt .line{
    display: inline-block;
    width: 13%;
    border-top:2px solid #0e4a86;
    margin-bottom: 4%;
}
.yjContainer .right .pics img{
    width: 100%;
}
.yjContainer{
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.yjContainer .right .pics .linePic{
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-top: 2%;
}
.yjContainer .right .pics .linePic .fir{
    margin-right: 2%;
}
.yjContainer .left .ljList{
    position: absolute;
    top: 2%;
    left: 0;
    right:-3%;
    bottom: 2%;
}
.yjContainer .left .ljList li{
    height: 20%;
    font-size: 2.4rem;
    font-family: 'Bold';
    color: #bfbfbf;
    text-align: right;
    cursor: pointer;
}
.yjContainer .left .ljList li .yuan{
    width: 26px;
    height: 26px;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
}
.yjContainer .left .ljList li .yuan u{
    width: 15px;
    height: 15px;
    background: #bfbfbf;
    display: inline-block;
    border-radius: 50%;
}
.yjContainer .left .ljList li p{
    display: inline-block;
    text-align: center;
    width: 40px;
    height:40px;
    padding-top: 7px;
}
.yjContainer .left .ljList .one{
    padding-top: 21%;
    padding-right: 44%;
}
.yjContainer .left .ljList .one1{
    padding-top: 18%;
    padding-right: 10%;
}
.yjContainer .left .ljList .one2{
    padding-top: 25%;
}
.yjContainer .left .ljList .one3{
    padding-top: 22.5%;
    padding-right: 10%;
}
.yjContainer .left .ljList .one4{
    padding-top: 20%;
    padding-right: 43%;
}
.yjContainer .left .ljList li.on p{
    padding-top: 4px;
}
.yjContainer .left .ljList li.on .yuan{
    width: 32px;
    height: 32px;
    border: 1px solid #0e4a86;
}
.yjContainer .left .ljList li.on .yuan u{
    width: 22px;
    height: 22px;
    background: #0e4a86;
}
.yjContainer .left .ljList li.on{
    color: #0e4a86;
    font-size: 3.6rem;
}
.float{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
}
.float .closeX{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    z-index: 1000;
    cursor: pointer;
}
.float iframe{
    width: 100%;
    height: calc(100% - 50px);
}


@media screen and (max-width:1449px){
    .tleName{
        font-size: 3rem;
    }
    .zzShow .tleRight,.video .videoList li,.yjContainer .left .ljList li{
        font-size: 1.6rem;
    }
    .yjContainer .right .txt{
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .zzShow .tleRight u{
        font-size: 1.9rem;
    }
    .yjContainer .left .ljList li p {
        width: 30px;
        height: 30px;
        padding-top: 4px;
    }
    .yjContainer .left .ljList li .yuan {
        width: 22px;
        height: 22px;
        padding-top: 4px;
    }
    .yjContainer .left .ljList li .yuan u{
        width: 12px;
        height: 12px;
    }
    .yjContainer .left .ljList li.on p {
        padding-top: 2px;
    }
    .yjContainer .left .ljList li.on .yuan u {
        width: 16px;
        height: 16px;
    }
    .yjContainer .left .ljList li.on .yuan {
        width: 26px;
        height: 26px;
    }
    .yjContainer .left .ljList li.on{
        font-size: 2.5rem;
    }
    .yjContainer .left .ljList{
        right: -5%;
    }
    .yjContainer .left .ljList .one {
        padding-top: 19%;
    }
    .yjContainer .left .ljList .one1 {
        padding-top: 17%;
        padding-right: 11%;
    }
}
@media screen and (max-width:1195px){
    #zsSwiper {
        margin-top: 18%;
        margin-bottom:15%;
    }
    .tleName{
        font-size: 1.9rem;
        width: 60%;
    }
    .zzShow .tleRight{
        font-size: 1.3rem;
        /* text-align: left;
        width: 100%; */
    }
    .zzShow .tleRight u{
        font-size: 1.6rem;
    }
    .yjContainer .right .txt,.video .videoList li{
        font-size: 1.4rem;
    }
    .video, .zzShow{
        padding: 5% 6%;
    }
    .yjShow{
        padding-right: 6%;
    }
    .yjShow .tleName {
        margin-left: 6%;
    }
}
@media screen and (max-width:770px){
    .yjContainer .left .ljList{
        top: 1%;
        right: -7%;
    }
}
@media screen and (max-width:760px){
    #zsSwiper {
        margin-top: 18%;
        margin-bottom:15%
    }
    #zsSwiper .swiper-button-next:after, #zsSwiper .swiper-button-prev:after {
        font-size: 2.6rem;
    }
    #zsSwiper .swiper-button-next, #zsSwiper .swiper-button-prev{
        width: 25px;
        height: 40px;
    }
    .yjContainer .left{
        height: 360px;
        margin-left:0;
        width: 28%;
        margin-right: 2%;
    }
    .yjContainer .right .pics .linePic{
        display: block;
    }
    .yjContainer .right .pics .linePic>div{
        width: 100%;
        margin-right: 0;
    }
    .yjContainer .left .ljList li{
        font-size: 1.2rem;
    }
    .yjContainer .left .ljList li.on{
        font-size: 1.5rem;
    }
    .yjContainer .left .ljList li p {
        display: none;
    }
    .yjContainer .left .ljList{
        right: -2%;
    }
}

