.header {
    position: absolute !important;
}

.ban::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}


html {
    scroll-behavior: smooth;
}

.zymain {
    width: 1400px;
    margin: 95px auto 155px auto;
    position: relative;
}

.zymain .lnav {
    width: 20%;
    max-width: 420px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #004680;
    float: left;
    background: #fff;
}

.zymain .lnav .list {
    box-sizing: border-box;
    padding: 15px 20px 43px 20px;
}

.zymain .lnav .title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: url(/images/shape-1.png) no-repeat center #113ea3;
}

.zymain .lnav.fixed {
    position: sticky;
    top: 0;
}

.zymain .lnav .box {
    width: 100%;
    line-height: 50px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    transition: all 0.5s ease-in-out;
}

.zymain .lnav .box .ul {
    display: none;
}

.zymain .lnav .box .ul .box {
    border-top: 1px solid #D8D8D8;
    border-bottom: none;
}

.zymain .lnav .box .ico {
    width: 50px;
    height: 50px;
    background: url(/images/close-ico.png) center no-repeat;
    transform: rotate(180deg);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.zymain .lnav .box .ico.on {
    transform: rotate(0);
    transition: all 0.5s ease-in-out;
}

.zymain .lnav .box a {
    font-size: 20px;
    color: #2E2E2E;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 3px;
}

.zymain .lnav .box .box a {
    padding-left: 20px;
    font-size: 18px;
}

.zymain .lnav .box p {
    display: inline-block;
}

.zymain .lnav .box:hover a.s1,
.zymain .lnav .box a.s1.on {
    font-weight: 700;
    color: #004680;
    background: #F3F9FF;
    transition: all 0.5s ease-in-out;
}

.zymain .lnav .box .box:hover a,
.zymain .lnav .box .box a.on {
    font-weight: 700;
    color: #004680;
    background: #F3F9FF;
    transition: all 0.5s ease-in-out;
}

.lcontent {
    width: 77.5%;
    float: right;
    box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
    background: #fff;
}


.column-name {
    font-size: 24px;
    font-weight: bold;
    color: #004680;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0 30px 0;
}

/* .column-name p {
    font-size: 20px;
} */

.column-name p {
    display: inline-block;
}

.column-name p:nth-child(2),
.column-name p:nth-child(3) {
    position: relative;
    left: -5px;
}

/* .column-name::before {
    content: '';
    width: 3px;
    height: 23px;
    background: #004680;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 33px;
} */

.lcontent .item img {
    width: 100%;
}

.lcontent .item video {
    width: 100%;
}

.lcontent .item .text {
    font-size: 18px;
    line-height: 35px;
    color: #2E2E2E;
    box-sizing: border-box;
    /* padding: 0 40px; */
    text-align: justify;
}

.lcontent .item .text img {
    width: 80%;
    margin: 0 auto;
}

.lcontent .item .kclist {
    /* width: calc(100% - 80px); */
    box-sizing: border-box;
    border: 1px solid #CCE6FF;
    /* margin-left: 40px; */
    width: 100%;
}

.lcontent .item .kclist .title {
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #113ea3;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.lcontent .item .kclist .close {
    position: absolute;
    right: 20px;
    width: 24px;
    height: 11px;
    background: url(/images/close-ico.png) no-repeat;
    top: 25px;
    transform: unset;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.lcontent .item .kclist .close.on {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.lcontent .item .kclist .list {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.lcontent .item .kclist .list.on {
    display: flex;
}

.lcontent .item .kclist .list .name {
    line-height: 70px;
    font-size: 18px;
    color: #2E2E2E;
    text-align: center;
    width: 33.3%;
}

.lcontent .item .kclist .list .xian {
    width: 100%;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #CCE6FF;
}


.lcontent .item .code {
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lcontent .item .code img {
    max-width: 100%;
}

.lcontent .item .code p {
    font-size: 18px;
    font-weight: bold;
    color: #9E9E9E;
    margin-top: 5px;
}

.zySlide {
    position: relative;
}

.zySlide .swiper-slide {
    width: 100%;
    /* height: 230px; */
}

.zySlide .swiper-slide .img {
    overflow: hidden;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zySlide .swiper-slide img {
    width: 100%;
    opacity: 0;
    height: 230px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zySlide .swiper-slide .title {
    line-height: 45px;
    font-size: 18px;
    color: #2E2E2E;
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
}

.zySlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zySlide .swiper-slide:hover .title {
    color: #004680;
    border-bottom: 1px solid #004680;
}

.zySlide .swiper-prev,
.zySlide .swiper-next {
    position: absolute;
    width: 22px;
    height: 38px;
    left: 0;
    top: 32%;
    cursor: pointer;
    z-index: 99;
}

.zySlide .swiper-next {
    left: auto;
    right: 0;
}

.zyStudent .head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.zyStudent .head .box {
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #F6F6F6;
    margin-right: 16px;
    font-size: 18px;
    cursor: pointer;
}

.zyStudent .head .box.on {
    background: #113ea3;
    color: #fff;
}

.zyStudent .count .img {
    display: none;
    background: #113ea3;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 30px;
}

.zyStudent .count .img .pic {
    width: 175px;
    height: 175px;
    overflow: hidden;
    position: relative;
    margin-right: 50px;
    border-radius: 50%;
    background: #fff;
}

.zyStudent .count .img .pic img {
    width: 175px;
    height: 175px;
}

.zyStudent .count .img.on {
    display: flex;
    align-items: center;
}

.zyStudent .count .img .name {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
}

.zyStudent .count .img .tt span {
    margin: 0 5px;
    display: inline-block;
}

.zyStudent .count .img .name .sub {
    font-size: 15px;
}

.zyStudent .count .img .desc {
    color: #fff;
    margin-top: 20px;
}



.teaSlide {
    width: 100%;
    /* height: 317px; */
    position: relative;
    background: url(/images/teaSlide-bg.png) no-repeat #113ea3;
    background-size: cover;
}

.teaSlide .swiper-slide {
    display: flex;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
}

.teaSlide .swiper-slide .img {
    width: 158px;
    height: 210px;
    overflow: hidden;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}

.teaSlide .swiper-slide .img::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


.teaSlide .swiper-slide .img img {
    width: 158px;
    height: 210px;
    box-shadow: 1.5px 7.52px 22.57px 0px rgba(0, 72, 152, 0.5);
}

.teaSlide .swiper-slide .tt {
    width: calc(100% - 158px);
    box-sizing: border-box;
    padding-left: 25px;
}

.teaSlide .swiper-slide .name {
    font-size: 24px;
    font-weight: bold;
}

.teaSlide .swiper-slide .sub {
    font-size: 18px;
    margin: 10px 0 15px 0;
}

.teaSlide .swiper-slide .desc {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.7;
}


.teaSlide .swiper-prev,
.teaSlide .swiper-next {
    position: absolute;
    width: 22px;
    height: 38px;
    left: 0;
    top: calc((100% - 38px) / 2);
    cursor: pointer;
    z-index: 99;
}

.teaSlide .swiper-next {
    left: auto;
    right: 0;
}

.xspyText .box {
    background: #f7f7ff;
    background: #113ea3;
    margin-bottom: 13px;
    box-sizing: border-box;
    padding: 0 20px;
}

.xspyText .box .name {
    width: 100%;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #004680;
    color: #fff;
    position: relative;
}

.xspyText .box .name .btn {
    position: absolute;
    right: -5px;
    width: 48px;
    height: 24px;
    background: url(/images/close-ico.png) center center no-repeat;
    transform: rotate(180deg);
    top: 20px;
    cursor: pointer;
}

.xspyText .box.on .name .btn {
    transform: none;
}

.xspyText .box .desc {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #2E2E2E;
    color: #fff;
    padding-bottom: 25px;
    display: none;
}

.xspyText .box.on .desc {
    display: block;
}

.fzptText {
    display: flex;
    box-sizing: border-box;
    padding: 0 40px;
}

.fzptText .fleft,
.fzptText .fright {
    width: 50%;
}

.fzptText .fleft .text {
    padding: 0;
}

.fzptText .fright {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fzptText .fleft {
    box-sizing: border-box;
    padding-right: 35px;
    text-align: justify;
}

.fzptText .fleft .text p {
    line-height: 35px;
    display: inline-block;
}


.fzptText .fright .img {
    margin-bottom: 30px;
}

.banText {
    width: 100%;
    position: absolute;
    bottom: 50px;
    color: #fff;
   z-index: 99;
}

.banText .number {
    position: absolute;
    right: 5%;
    font-size: 20px;
}

.banText .container {
    width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.banText .title {
    font-size: 45px;
    text-align: left;
    font-weight: bold;
    position: relative;
    left: -20px;
}

.banText .desc {
    font-size: 24px;
    text-align: left;
    margin-top: 5px;
}

.zyjsBox {
    display: flex;
    flex-wrap: wrap;
    background: #113ea3;
    color: #fff;
    box-sizing: border-box;
    padding: 50px;
    background: url(/images/zyjsBoxBg.jpg) center right no-repeat;
    background-size: 100% 100%;
}

.zyjsBox .box {
    width: 33.3%;
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

.zyjsBox .box .ico {
    margin-top: 2px;
}

.zyjsBox .box7 {
    width: 100%;
}

.zyjsBox .box img {
    width: auto;
}

.zyjsBox .box .text {
    color: #fff;
    line-height: normal;
    margin-left: 10px;
    padding: 0;
}

.zyjsBox .box .text .p1 {
    font-size: 17px;
}

.zyjsBox .box .text .p2 {
    font-size: 15px;
    margin-top: 5px;
}


#scrolltop {
    width: 64px;
    height: 64px;
    padding-top: 16px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
    background: #0075BF;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0, 88, 144, 0.83) 0%, #0075BF 44%, rgba(49, 135, 0, 0.41) 100%);
}



#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/images/toTop.png") center no-repeat;
}

.topLink {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 7px;
    color: #fff;
    z-index: 99;
    box-sizing: border-box;
    padding-right: 30px;
}

.topLink a {
    color: #fff;
}

.topLink span {
    margin: 0 5px;
}

.topLink .search {
    margin-left: 20px;
}

@media all and (min-width: 1080px) and (max-width: 1430px) {
    .header .nav li {
        margin-right: 0.07rem;
        font-size: .16rem;
    }

    .zymain,
    .banText .container {
        width: 95%;
    }

    .zymain .lnav {
        max-width: 380px;
    }

    .zymain .lnav .box a {
        font-size: 20px;
    }

    .column-name {
        font-size: 20px;
        padding: 30px 0 15px 0;
    }

    .lcontent .item .text {
        font-size: 16px;
        line-height: 30px;
    }

    .column-name::before {
        height: 20px;
        bottom: 17px;
    }

    .lcontent .item .kclist .title {
        font-size: 20px;
    }

}



@media all and (max-width: 1180px) and (min-width: 768px) {

    .header .nav li {
        font-size: .14rem;
    }
}