/* 按钮 */

.btns {
    width: 260px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

ul,
li {
    list-style: none;
    display: block;
}

/* .zydy {} */

.btns a {
    display: block;
    width: 145px;
    height: 42px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(90deg, #6F99EC 0%, #3F64EF 100%);
    /* background-image: linear-gradient(62deg, #6d99f1 0%, #4b84f3 100%), linear-gradient(#b5b5b5, #b5b5b5); */
    background-blend-mode: normal, normal;
    border-radius: 5px;
    border: none;
}

.btns a:nth-child(2) {
    margin-left: -2px !important;
    background-image: linear-gradient(62deg, #f5b46a 0%, #faa338 100%), linear-gradient(#b5b5b5, #b5b5b5);
    background-blend-mode: normal, normal;
}

@keyframes tss {
    0% {
        margin-top: -3px;
    }

    100% {
        margin-top: 0px;
    }
}

.btns a:hover,
.btns2 a:hover {
    animation: tss 0.4s ease-in;
}

.TTb {
    width: 100%;
    /* height: 54px; */
    position: relative;

}

.TTb i {
    display: inline-block;
    width: 138px;
    height: 4px;
    background: #5575EC;
    border-radius: 4px;
    position: relative;
    margin-bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}


.TTb i::before {
    content: '';
    width: 16px;
    height: 4px;
    background: #D5D6F2;
    opacity: 1;
    border-radius: 4px;
    position: absolute;
    left: -20px;
    bottom: -4px;

}

.TTb i::after {
    content: '';
    width: 10px;
    height: 4px;
    background: #FC9414;
    opacity: 1;
    right: -15px;

    border-radius: 4px;
    position: absolute;
}

.TTb h2 {
    width: 305px;
    height: 50px;
    margin: 0 auto;
    font-family: MicrosoftYaHei-Bold;
    line-height: 50px;
    font-size: 38px;
    color: #333333;
    text-align: center;
    position: relative;
    z-index: 2;

}

.TTb h2::before {
    content: '';
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: linear-gradient(171deg, #F89215 0%, #F8EDE0 100%);
    opacity: .3;
    position: absolute;
    left: -4px;
    top: 37%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-right: 14px;
    z-index: -1;
}

.TTb h2::after {
    content: '';
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(180deg, #5575EC 0%, #E7EBFC 100%);
    opacity: .25;
    /* background-image: url(/img/TTR.png);
    background-size: cover;
    background-repeat: no-repeat; */
    position: absolute;
    right: 21px;
    top: 35%;
    transform: translateY(-50%);
    z-index: -1;
}

.Right {
    display: block;
    width: 78px !important;
    height: 78px !important;
    background-image: url(/img/left.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    left: 12.6% !important;
    outline-style: none;
    border: none;
    transition: all 0.4s;
    opacity: 0;
}

.Left {
    display: block;
    width: 78px !important;
    height: 78px !important;
    background-image: url(/img/left.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    right: 12.6% !important;
    transform: rotate(180deg);
    outline-style: none;
    border: none;
    transition: all 0.4s;
    opacity: 0;
}

.swiper1:hover .Right,
.swiper1:hover .Left {
    opacity: 1;
}

/* 招生简章 */

.zsjz {
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: -40px;
    /* z-index: 9; */
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 20px;
    align-items: center;
}

.zsjz>div:nth-child(1) {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.zsjz>div span {
    display: block;
    /* width: 151px; */
    /* height: 66px; */
    width: 188px;
    height: 59px;
    background-image: url(/img1/zstb.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.zsjz>div span::before {
    content: '招生简章';
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    letter-spacing: 1px;
    opacity: 1;
    position: absolute;
    top: 5px;
    left: 33px;
    white-space: nowrap;

}

.zsjz>div p {
    width: 459px;
    height: 23px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 2px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 40px;
}

.zsjz>div a {
    width: 105px;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #3d6fd2;
}

#scrollBox {
    height: 46px;
    width: 300px;
    margin: 100px auto;
    overflow: hidden;
}

#scrollBox #con1,
#con2 {
    width: 280px;
    float: left;
}

#scrollBox li {
    height: 36px;
    line-height: 15px;
    text-align: left;
    margin-bottom: 15px;
}

#scrollBox li p {
    height: 36px;
}

#scrollBox li a {
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 36px;
    color: #666666;
    display: block;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#scrollBox:hover a {
    color: #3d6fd2;
}

/* 2021年热门招生专业 */

.rmzszy {
    width: 100%;
    /* height: 1165px; */
    height: auto;
    /* background-color: #f9f9f9; */
    box-sizing: border-box;
    padding-top: 88px;
    padding-bottom: 111px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-image: url(/img1/ycrmzsB.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rmzszy .contenB {
    margin-bottom: 177px;
}

.rmzszy ul {
    width: 100%;

    height: 651px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 41px;
}

.rmzszy ul li {
    width: 375px;
    position: relative;

    height: 370px;
    margin-bottom: 38px;
}

.rmzszy ul li>div {
    position: relative;
}

.rmzszy ul li .centera {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.rmzszy ul .centera {
    width: 100%;
    height: 100%;
    /* background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); */
    position: relative;

}

.rmzying {
    width: 375px;
    height: 249px;
    margin: 0 auto;
    overflow: hidden;

}

.rmzying div {
    width: 100%;
    height: 100%;
    background-image: url(/img/img.png);
    background-size: cover;
    background-repeat: no-repeat !important;
    transition: all 0.4s;
}

.rmzszy li:hover .rmzying div {
    transform: scale(1.03);
}

.rmzszy .cont {

    width: 355px;
    height: 148px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 0px 5px 0px 5px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1px 0 22px 0;
    margin-top: -27px;
    z-index: 2;

}

.rmzszy .cont h3 {
    height: 34px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    /* color: #3d6fd2; */
    color: #333333;
    position: relative;
    box-sizing: border-box;
    margin-top: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 3px solid #F89315;
    box-sizing: border-box;
    padding-left: 13px;

}

/* .rmzszy .cont h3::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #607dd6;
    bottom: 0px;
    left: 0px;
} */

.rmzszy .cont p {
    width: 261px;
    height: 36px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.rmzszy .btns {
    width: 324px;
    margin: 0 auto;
    z-index: 5;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
}

.rmzszy li .btns a {
    text-align: center !important;
}

/*按钮 */

.btns2 {
    width: 650px;
    height: 54px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.btns2 a {
    display: block;
    width: 250px;
    height: 54px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 2px;
    border-radius: 27px;
    background-blend-mode: normal, normal;
    background: #FFFFFF;
    text-align: center;
}

.btns2 a:nth-child(1) {

    /* background-image: linear-gradient(62deg, #628ee4 0%, #477ce7 100%), linear-gradient(#607dd6, #607dd6); */
    color: #5575EC;
    /* box-shadow: 0px 5px 20px 0px rgba(71, 124, 231, 0.6); */
    box-shadow: 0px 2px 8px rgba(71, 124, 231, 0.6);

}

.btns2 a:nth-child(2) {

    /* background-image: linear-gradient(62deg, #eead63 0%, #f79f31 100%), linear-gradient(#607dd6, #607dd6); */
    /* box-shadow: 0px 5px 20px 0px rgba(235, 153, 53, 0.6); */
    color: #FC9414;
    box-shadow: 0px 2px 8px rgba(235, 153, 53, 0.6);

}

@keyframes btnsa {
    0% {
        box-shadow: 0px 5px 20px 0px rgba(71, 124, 231, 0.5);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(71, 124, 231, 0);
    }
}

@keyframes btnsas {
    0% {
        box-shadow: 0px 5px 20px 0px rgba(235, 153, 53, 0.6);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(235, 153, 53, 0);
    }
}

.btns2 a:hover {
    animation: btnsa 0.4s ease-in-out;
}

.btns2 a:nth-child(2):hover {
    animation: btnsas 0.4s ease-in-out;
}

/* 初中生专区 */

.czszq {
    /* height: 1029px; */
    box-sizing: border-box;
    padding-top: 49px;
    margin-bottom: 60px;
}

.czszq h2 {
    width: 221px;
}

.czszq p {
    width: 377px;
    height: 36px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
    /* color: #333333; */
    text-align: center;
    /* margin-top: 24px; */

}

.czszq>p {
    color: #333;
    margin-top: 20px;
}

.czszq .Backb {

    height: 376px;
    margin-top: 71px;
    /* background-color: rgba(85, 117, 236); */
    background-color: rgb(85, 117, 236);
    background-image: url(/img1/czszq.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    box-sizing: border-box;
    padding-right: 10px;
}

.czszq .swiperczs {

    width: 775px;
    /* height: 368px; */
    height: 460px;
    position: absolute;
    box-sizing: border-box;

    right: 9px;
    display: flex;
    justify-content: space-between;
}

.czszq .contenB .sjs {
    width: 369px;
    height: 460px;
    background: rgba(248, 151, 31, .9);
    top: -30px;
    left: 37px;
    position: absolute;
    box-sizing: border-box;
    padding-top: 30px;

}

.czszq .contenB .sjs div:first-child {
    width: 100%;
    height: 284px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.czszq .contenB .sjs div:last-child {
    position: relative;
    height: 145px;
}

.czszq .contenB #czszqC {
    width: 100%;
    height: 460px;
    box-sizing: border-box;
    padding-top: 33px;
}

#czszqC div {

    height: 313px;
    transition: all .4s;
}

#czszqC div .img {
    width: 386px !important;
    height: 252px !important;
    overflow: hidden;
    background-color: rgba(251, 62, 46, 0.49);
}

.img div {
    width: 100%;
    height: 100%;
    background-image: url(/img/cs12.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

/* #czszqC .swiper-slide-duplicate {
    margin-right: 10px;
} */
/* 
#czszqC .swiper-slide-active {
    width: 369px !important;
    height: 460px;
    background-color: rgba(248, 150, 31, 0.9) !important;
    margin-left: 37px;
    margin-top: -63px;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
} */

/* #czszqC .swiper-slide-active .img {
    width: 100% !important;
    height: 284px !important;
} */

.czszq .titeb {
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
}

.czszq .titeb i {
    display: none;
    position: absolute;
    width: 25px;
    height: 25px;
    font-style: unset;
}

.czszq .titeb i {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    font-style: unset;
    border-radius: 50%;
    background-image: url(/img1/down.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    animation: upanddown 5s ease infinite;
}

.czszq .titeb i::before {
    content: '';
    width: 52px;
    height: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    left: -65px;
    /* transform: translateX(-50%); */
}

.czszq .titeb i::after {
    content: '';
    width: 52px;
    height: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    right: -65px;
}

@keyframes upanddown {
    0% {
        /* top: 0; */
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    75% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 底部按钮 */
.swiperczs .fypage {
    width: 232px;
    position: absolute;
    bottom: 36px;
    right: -10px;
}

.swiperczs .fypage .czszqRight,
.swiperczs .fypage .czszqLeft {
    width: 100px;
    height: 40px;
    display: flex;
    background-image: none;
    border: 1px solid #5575EC;
}

.swiperczs .fypage .czszqRight i,
.swiperczs .fypage .czszqLeft i {
    display: block;
    width: 65px;
    height: 51px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img1/left.png);
    margin: 0 auto;
    margin-top: -6px;
}

.swiperczs .fypage .czszqLeft i {
    background-image: url(/img1/right.png);
}


#czszqC .titeb p {
    width: 100%;
    height: 31px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    line-height: 31px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;

}

/* 
#czszqC .swiper-slide-active .titeb p {
    height: 50px;
    line-height: 76px;
} */





.leftI {
    /* height: 153px; */
    background: #FFFFFF;
    opacity: 1;
    border-top: 3px solid #FC9414;
    padding-top: 23px;
    padding-bottom: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 99px;
    border-radius: 5px 5px 25px 25px;
}





.leftI>div {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
}

.leftI>div>div {
    width: 759px;
    margin: 0 auto;
    display: flex;
    margin-top: 26px;
    justify-content: space-between;
    align-items: center;


}

.leftI>div h3 {
    width: 346px;
    height: 31px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #f26f46;
    text-align: center;
    margin: 0 auto;
    position: relative;

}

.leftI>div h3::before {
    content: '';
    width: 47.76px;
    height: 29px;
    background-image: url(/img1/titlL.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
}

.leftI>div h3::after {
    content: '';
    width: 26.31px;
    height: 30.17px;
    background-image: url(/img1/TITLr.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.leftI .inputB {
    height: 36px;
    display: flex;
    justify-content: space-between;

}

.leftI .inputB input {
    width: 180px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #CECECE;
    outline-style: none;
    box-sizing: border-box;
    padding-left: 10px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #999999;
    border-radius: 5px;

}

.leftI .inputB input:nth-child(1) {
    margin-right: 65px;
}

#tjxx {
    width: 195px;

    background: linear-gradient(40deg, #FC9414 0%, #FF7251 100%);
    box-shadow: 0px 4px 10px rgba(251, 62, 46, 0.59);
    background-blend-mode: normal, normal;
    border-radius: 22px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    outline-style: none;
    border: none;
    cursor: pointer;
}

#tjxx i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(/img1/click.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -7px;
}

@keyframes dh {
    0% {
        box-shadow: 0px 5px 20px 0px rgba(251, 62, 46, 0.49);
        background-image: linear-gradient(62deg, #fb3b2c 0%, #ff7251 100%), linear-gradient(#f9693d, #f9693d);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(251, 62, 46, 0.0);
        background-image: linear-gradient(62deg, #fb3b2c 0%, #ff7251 100%), linear-gradient(#f9693d, #f9693d);
    }
}

#tjxx:hover {
    animation: dh 0.4s ease-in-out;
}

.czszq>a {
    display: block;
    width: 280px;
    height: 54px;
    background-color: #5575EC;
    box-shadow: 0px 5px 20px 0px rgba(78, 123, 213, 0.59);
    border-radius: 27px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

@keyframes lj {
    0% {
        box-shadow: 0px 5px 20px 0px rgba(78, 123, 213, 0.49);
    }

    100% {
        box-shadow: 0px 0px 0px 30px rgba(78, 123, 213, 0);
    }
}

.czszq>a:hover {
    animation: lj 0.4s ease-out;
}

/* 八大优势 */

.bdys {
    width: 100%;
    height: 875px;
    /* background-color: rgba(85, 117, 236); */
    background-color: rgb(85, 117, 236);
    background-image: url(/img1/bdys.png);
    box-sizing: border-box;
    padding-top: 43px;
}

.bdys h2 {
    width: 330px;
    color: #FFFFFF;

}

.bdys h2::before {
    background: linear-gradient(171deg, #FFFFFF 0%, rgba(248, 237, 224, 0.02) 100%);
    opacity: .36;
    left: -10px;
}

.bdys h2::after {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(231, 235, 252, 0.02) 100%);
    opacity: 0.25;
}

.bdys .TTb i {
    background-color: #fff;
}

.bdys .TTb i::before,
.bdys .TTb i::after {
    background-color: #fff;
}



.bdys .contenB {
    height: 586px;
    margin-top: 44px;

}

.bdys .contenB>div {
    width: 585px;
    height: 585px;
    margin: 0 auto;
    position: relative;
}

.bdys .contenB .smyu {
    /* width: 485px;
    height: 485px; */
    width: 455px;
    height: 455px;
    border: dotted 2px rgba(255, 255, 255, .2);
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 2s;

}


.bdys .bdysB {
    /* width: 356px;
    height: 361px; */
    display: flex;
    width: 341px;
    height: 341px;
    background-image: url(/img1/bdysimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 100%;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;

}

.bdys .bdysB .people {
    width: 268.76px;
    height: 239.58px;
    background-image: url(/img1/people.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    margin: auto;
    margin-bottom: -7px;
    margin-right: 22px;
    position: relative;

}

.bdys .people i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #d4d4d4;
    /* border: 1px solid #707070; */
    border-radius: 50%;
    /* opacity: 0.6; */
    position: absolute;
    z-index: 33;

}

.bdys .people i:nth-child(1) {
    top: -142px;

}

.bdys .people i:nth-child(2) {
    top: auto;
    bottom: -29px;

}

.bdys .people i:nth-child(3) {
    left: auto;
    right: -81px;

}

.leflist {
    width: 427px;
    height: 500px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: column;
    left: -300px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-left: 14px;

}

.leflist li,
.leflists li {
    width: 427px;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;


}

.leflists {
    width: 427px;
    height: 500px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: column;
    right: -308px;
    top: 50%;
    transform: translateY(-50%);
}

.leflist li div {
    display: flex;
    justify-content: right;
    flex-direction: column;

    box-sizing: border-box;
    margin-left: 30px;
}

.leflist li div h3,
.leflists li div h3 {
    font-family: MicrosoftYaHei;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    opacity: 1;
}

/* .leflists li div h3 {
    text-align: left;
} */

.leflist li div p,
.leflists li div p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    width: 288px;
    line-height: 24px;
    opacity: 1;
    box-sizing: border-box;
    /* padding-left: 10px */
    /* border: 1px solid red; */

}

.leflists li:first-child div p {
    white-space: nowrap;
}

.leflists li:last-child div p {
    width: 367px;
}

.leflist li span,
.leflists li span {
    display: block;
    width: 20.64px;
    height: 20.64px;
    float: right;
    position: relative;
    z-index: 3;

}

.leflist li span {
    float: left;

}

.leflist li span i,
.leflists li span i {
    display: block;
    display: block;
    width: 16px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}

.leflists li span i {
    width: 20.64px;
    height: 20.64px;
}

.leflist li span::before,
.leflists li span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 53px;
    height: 53px;
    /* background: rgba(251, 185, 104); */
    background: rgb(251, 185, 104);
    border-radius: 10px;
    z-index: -1;
    box-shadow: 4px 1px 1px rgba(251, 185, 104, .31);
}

.leflist li:hover span,
.leflists li:hover span {
    transition: all 4s ease-in-out;
    transform: rotate(359deg);
}

.leflist li:nth-child(2),
.leflist li:nth-child(3) {
    margin-left: -88px;
}

.leflists li {
    justify-content: flex-start;
}

.leflists li div {
    margin-left: 30px;
}

.leflists li:nth-child(2),
.leflists li:nth-child(3) {
    margin-left: 88px;
}

.bdys>a {
    display: block;
    width: 280px;
    height: 54px;
    margin: 0 auto;
    box-shadow: 0px 5px 20px 0px rgba(78, 123, 213, 0.59);
    border-radius: 27px;
    text-align: center;
    line-height: 54px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #5575EC;
    margin-top: 50px;
    background: #FFFFFF;
}

@keyframes xxys {
    0% {
        box-shadow: 0px 5px 20px 0px rgba(78, 123, 213, 0.49);
    }

    100% {
        box-shadow: 0px 0px 0px 30px rgba(78, 123, 213, 0.0);
    }
}

.bdys>a:hover {
    animation: xxys 0.4s ease-out;
}

/* 教大乐透走势图新浪设施齐全完备 一体化教大乐透走势图新浪成果明显  */

.ssqq {
    height: 666px;
    box-sizing: border-box;
    padding-top: 47px;
}

.ssqq>a {
    background-color: #5575EC;
    color: #fff;
}

.ssqq h2 {
    width: 689px;
}


.ssqq h2::after {
    right: 30px;
}

.ssqq .contenB {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.ssqq .contenB iframe {
    width: 440px;
    height: 330px;
}

.ssqq .contenB video {
    width: 440px;
    height: 330px;
    object-fit: fill;
}

.ssqq .swiImg {
    width: 740px;
    height: 330px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.ssqq .swiImg li {
    width: 240px;
    height: 160px;
    overflow: hidden;
}

.swiImg li div {
    width: 100%;
    height: 100%;
    background-image: url(/img/cs3.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.swiImg li:hover div {
    transform: scale(1.1);
}

.ssqq .videoVal {
    display: block;
    width: 440px;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ssqq p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
}

.swiper2 {
    width: 740px;
    height: 362px;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
}

.swiper2 .swiper-wrapper {
    height: 340px;
}

.pagination {
    position: absolute;
    bottom: -40px !important;
}

.pagination span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3d6fd2;
    border-radius: 50%;
}

#yydxcg {
    display: block;
    width: 280px;
    height: 54px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(78, 123, 213, 0.59);
    border-radius: 27px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 2px;
    color: #3d6fd2;
    text-align: center;
    display: block;
    margin: 0 auto;
    outline-style: none;
    border: none;
    margin-top: 35px;
}

@keyframes yydx {
    0% {
        box-shadow: 0px 5px 20px 0px rgba(78, 123, 213, 0.49);
    }

    100% {
        box-shadow: 0px 0px 0px 30px rgba(78, 123, 213, 0);
    }
}

#yydxcg:hover {
    animation: yydx 0.8s ease-out;
}

/* 荣誉榜上 尽展大乐透走势图新浪子风采 */

.xzfc {
    height: 710px;
    background-image: url(/img1/xzfcB.png);
    box-sizing: border-box;
    padding-top: 50px;
    margin-top: -17px;
}

.xzfc h2 {
    width: 420px;
    color: #333333;
}

.xzfc h2::after {
    right: 30px;
}

.xzfc .contenB {
    height: 491px;
    display: flex;
    /* justify-content: space-between; */
    align-content: space-between !important;
    margin-top: 46px;
    flex-wrap: wrap;
}

.xzfc li {
    width: 290px;
    height: 241px;
    margin-right: 13px;
    /* margin-bottom:2px ; */
}

.xzfc li:nth-child(4n) {
    margin-right: 0px;
}

.xzfc li div {
    width: 290px;
    height: 200px;
    background-image: url(/img/zs.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.xzfc li p {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 11px;
    text-overflow: ellipsis;
}

/* 大乐透走势图新浪院动态 */

.xydt {
    /* height: 967px; */
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;
}

/* .xydt > img{
    width: 100%;
    height: 260px;
    display: block;
} */

.xydt .contenB {
    display: flex;
    justify-content: space-between;
}

.xydt .xydtB,
.xydt .zsgg {
    width: 565px;
    height: 564px;
    background: #FFFFFF;
    box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 28px 21px;
}

.TTLE {
    /* width: 630px; */
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
    position: relative;

}

.TTLE::before {
    content: '';
    width: 33.23px;
    height: 25.64px;
    background-image: url(/img1/titleIcon.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.TTLE h3 {
    height: 36px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 46px;

}

.TTLE span {
    display: block;
    flex: 1;
    height: 100%;
    text-align: center;
}

.TTLE>a {
    display: block;
    width: 20px !important;
    height: 20px;
    background-image: url(/img1/more.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xydtLis {
    width: 100%;
    height: 341px;
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xydtLis li {
    width: 100%;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 26px;
    color: #666666;
    opacity: 1;

}

.xydtLis li:first-child {
    width: 518px;
    height: 299px;
    position: relative;

}


.xydtLis li a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

.xydtLis li:first-child a div:nth-child(1) {
    width: 515px;
    height: 215px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.xydtLis li div:nth-child(1) {
    width: 220px;
    height: 160px;
    overflow: hidden;
}

.xydtLis li div:nth-child(1) div {
    width: 100%;
    height: 100%;
    /* background-image: url(/img/cs4.png); */
    /* background-size: cover;
    background-repeat: no-repeat; */
    transition: all 0.4s;
    /* border: 1px saddlebrown solid; */
}

.xydtLis li:hover div:nth-child(1) div {
    transform: scale(1.05);
}

.xydtLis li div:nth-child(2) {
    box-sizing: border-box;
    position: relative;
    /* overflow: hidden; */
}

.xydtLis li hr {
    width: 374px;
    border: 1px dotted #d2d2d2;
    margin-top: 17px;
    border-radius: 1px;
}


.xydtLis li a div:nth-child(2) p,
.sljz p {
    /* height: 66px; */
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
}

.sljz p {
    width: 380px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.sljz a>p {
    display: flow-root;
}

.xydtLis li div:nth-child(2) span {
    height: 20px;
    display: block;
    box-sizing: border-box;
    position: relative;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
}

.xydtLis li:first-child span {

    display: inline-block;
    width: 94px;
    position: absolute !important;
    right: 0;
    bottom: -9px;
}

.xydtLis li:first-child span::before,
.zsggB span::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/img/sj.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);

}

.xydtLis li:first-child span::before {
    left: -25px;
}

.xydtLis li:hover div:nth-child(2) p {
    color: #3a5ecc;
}

.sljz div:hover p {
    color: #3a5ecc;
}

/* 实现讲座 */

.sljz {
    width: 100%;
    height: 103px;
    display: flex;
    justify-content: space-between !important;
    flex-direction: column;


}

.sljz a {
    display: flex;
    height: 20px;
    align-items: center;
}

.sljz div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 12px;
    height: 20px;
    position: relative;

}

.sljz div::before {
    content: '';
    width: 9px;
    height: 9px;
    transform: translate(-15px, 10px);
    border-radius: 50%;
    background-color: #D8D8D8;

}

.sljz div span,
.zsggB span {
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
}

.sljz div p {
    color: #333333;
}


/* 招生公告 */

/* .zsgg {
    width: 510px;
    height: 526px;
} */

.zsgg .TTLE {
    width: 100%;
}

.xydtB .TTLE:nth-child(1) {

    box-sizing: border-box;


}

.TTLE h3>span {
    display: block;
    width: 120px;
    height: 100%;
    float: left;
}

.borL {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
    opacity: 1;
}

.tzggT,
.ZSggT,
.zcfgT,
.xwdtT,
.xbfcT,
.ssfcT {
    box-sizing: border-box;
    padding-left: 10px;
    cursor: pointer;

}

.tzggT,
.zcfgT,
.xwdtT,
.xbfcT,
.ssfcT {
    margin-left: 10px;
}

.zsggB {
    width: 100%;
    height: 160px;
    /* background-color: #f6f6f6; */
    box-sizing: border-box;
    padding-left: 12px;
    padding-top: 20px;
    margin-top: 23px;
}

.zsggB a {
    display: block;
    width: 100%;
    height: 100%;
}

.zsggB h3 {
    height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #3a5ecc;
    /* color: #333333; */
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 22px;
    position: relative;
}

.zsggB h3::before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #3a5ecc;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.zsggB p {
    height: 50px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    padding: 0px 20px;
    margin-top: 6px;
}

.zsggB span {
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 15px;
    margin-left: 20px;
}

.tzggB {
    width: 100%;
    height: 419px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 24px;
}

.tzggB a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-right: 10px;
}

.tzggB li {
    width: 510px;
    height: 80px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.tzggB li a div {
    width: 88px;
    height: 46px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #dcdcdc;
}

.tzggB li p {
    width: 394px;
    height: 26px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.tzggB li:hover p {
    color: #3a5ecc;
}

.tzggB li div span {
    display: block;
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #3a5ecc;
    text-align: center;
}

.tzggB li div span:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
}

.xydt .TTb h2 {
    width: 485px;
    margin-top: 52px;

}

.xydt>img {
    width: 1200px;
    height: 260px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 65px;
}