.header_box {
    width: 100%;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
}

.header_top {
    height: 55px;
    background: #143270;
    line-height: 55px;
    color: #fff;
}

.header_top .top {
    box-sizing: border-box;
    padding: 0 80px;
}

.header_top .right a {
    color: #fff;
}

.header_top .right span {
    position: relative;
    top: -2px;
    margin: 0 5px;
}

.about_box {
    overflow: hidden;
}

.nav_box {
    height: 301px;
    height: 180px;
    background: linear-gradient(180deg, #143270 0%, #004EA1 0%, rgba(0, 78, 161, 0) 81%);
    position: relative;
    z-index: 2;
    padding: 30px 80px 0;
    box-sizing: border-box;
}


.nav {
    z-index: 20;
}

.nav>ul>li {
    position: relative;
}

.nav>ul>li>a {
    color: #fff;
    position: relative;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

.nav>ul>li .cn {
    font-size: 24px;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
    font-weight: bold;
}

.nav>ul>li>a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.nav>ul>li:hover>a::after,
.nav>ul>li.on>a::after {
    width: 100%;
}

.nav>ul>li.logo a::after,
.nav>ul>li.search a::after {
    display: none;
}

.nav>ul>li .hover {
    position: absolute;
    background: rgba(0, 98, 177, 0.55);
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 2;
    padding: 20px 30px 10px;
    display: none;
}

.nav>ul>li li {
    margin-bottom: 10px;
}

.nav>ul>li li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.nav>ul>li li:last-child a {
    margin-bottom: 0;
}

.nav>ul>li li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.nav>ul>li li a:hover {
    font-weight: bold;
}

.nav>ul>li li a:hover::after {
    width: 100%;
}

.nav>ul>li:hover .hover {
    display: block;
}

.z_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 55px;
}

.z_banner .bd li {
    width: 100%;
    overflow: hidden;
}

.z_banner .picBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 785px;
}

.z_banner .picBox .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}

.z_banner .picBox .text {
    position: absolute;
    right: -300px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: All 0.9s 0.8s ease-out;
    -webkit-transition: All 0.9s 0.8s ease-out;
    -moz-transition: All 0.9s 0.8s ease-out;
    -o-transition: All 0.9s 0.8s ease-out;
}

.z_banner .swiper-slide-active .picBox .text {
    opacity: 1;
    height: auto;
    right: 0;
}

.z_banner .swiper-slide.text_left .picBox .text {
    right: auto;
    left: -300px;
}

.z_banner .swiper-slide-active.text_left .picBox .text {
    right: auto;
    left: 0;
}

.z_banner .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.z_banner .swiper-slide img {
    width: 100%;
}

.z_banner .swiper-slide-active img {
    animation: img_scale linear 5s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.z_banner .swiper-prev,
.z_banner .swiper-next {
    position: absolute;
    width: 34px;
    height: 58px;
    background: #410087;
    cursor: pointer;
    color: #fff;
    left: -34px;
    top: calc((100% - 58px) / 2);
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

.z_banner .swiper-next {
    left: auto;
    right: -34px;
    transition: all 0.5s ease-in-out;
}

.z_banner:hover .swiper-prev {
    left: 0;
    transition: all 0.5s ease-in-out;
}

.z_banner:hover .swiper-next {
    background: #143270;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.z_banner:hover .swiper-prev,
.z_banner:hover .swiper-next {
    display: flex;
}

.z_banner .swiper-pagination {
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.z_banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    margin: 0 15px;
}

.z_banner .swiper-pagination-bullet-active {
    background: #143270;
}

.z_banner .picBox .imgbg .layui-container {
    z-index: 2;
    height: 100%;
}

.z_banner .picBox .imgbg video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

#myVideo::-webkit-media-controls {
    display: none !important;
}

#myVideo {
    pointer-events: none;
    /* 闃叉榧犳爣浜嬩欢瑙﹀彂鎺у埗鏉℃樉绀� */
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E1E1E1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #143270;
}

/* ------------------------- */

.about_box {
    box-sizing: border-box;
    padding: 40px 0 150px 0;
}

.about {
    width: 100%;
    /* height: 1008px; */
    background: url(../img/about_rightBg.png) right top no-repeat;
    position: relative;
}

.about_main {
    width: 100%;
    margin-top: 90px;
    position: relative;
    box-sizing: border-box;
    padding-top: 35px;
}

.about_img {
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
}

.about_img img {
    width: 100%;
}

.about_nav {
    width: 100%;
    position: relative;
    z-index: 9;
}

.about_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.about_nav ul li {
    width: 318px;
    height: 282px;
    border-radius: 45px;
    background: #F7F7F7;
    margin-left: 23px;
}

.about_nav ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
}

.about_nav ul li .name {
    width: 100%;
    display: inline-block;
    color: #2C2C2C;
    margin-top: 10px;
    text-align: center;
}

.about_nav ul li:hover {
    background: url(../img/about-box.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 45px;
}

.about_data {
    margin-top: 80px;
    position: relative;
    z-index: 9;
}

.about_data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.about_data li {
    display: inline-block;
    /* text-align: center; */
    margin-left: 210px;
    margin-left: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about_data li .num_box {
    align-items: flex-start;
    color: #143270;

}

.about_data li .num {
    font-size: 55px;
    margin-right: 5px;
    font-weight: bold;
}

.about_data li .dw {
    font-size: 24px;
    font-weight: bold;
}

.about_data li .title {
    color: #A0A0A0;
    font-size: 26px;
}

.about_data li:nth-child(1) {
    width: 140px;
    width: 310px;
}

.about_data li:nth-child(2) {
    width: 180px;
    width: 260px;
}

.about_data li:nth-child(3) {
    width: 330px;
}

.about_left {
    width: 53%;
}

.about_left .column .more .img2 {
    display: none;
}

.about_left .column .more:hover .img1 {
    display: none;
}

.about_left .column .more:hover .img2 {
    display: block;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 95px 0 30px 0;
}

.about_text .desc {
    line-height: 40px;
    color: #9E9E9E;
    text-align: justify;
    /* word-break: break-all; */
}

.new_box {
    width: 100%;
    background: #F7F7F7;
    padding-bottom: 133px;
}

.column2 {
    justify-content: center;
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.news_slide {
    width: 57.3%;
    margin: 0;
}

.news_slide .swiper-slide a {
    width: 100%;
}

.news_slide .swiper-slide .pic {
    overflow: hidden;
    border-radius: 45px;
}

.news_slide .swiper-slide .pic img {
    width: 100%;
    border-radius: 45px;
    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;
}

.news_slide .text {
    width: calc(100% - 210px);
    height: 248px;
    margin-left: 105px;
    margin-top: -60px;
    border-radius: 35px;
    opacity: 1;
    box-sizing: border-box;
    background: #fff linear-gradient(180deg, #E8F9FF 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 39.37px 0px rgba(0, 0, 0, 0.05);
    padding: 45px 55px;
    position: relative;
    z-index: 99;
}

.news_slide .text .title {
    font-weight: bold;
    line-height: 40px;
    height: 80px;
    color: #2C2C2C;
}

.news_slide .text .date {
    color: #313131;
    opacity: 0.5;
    margin-top: 45px;
}

.news_slide .swiper-slide:hover .pic 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);
}

.news_slide .swiper-pagination {
    width: auto;
    left: auto;
    right: 160px;
    bottom: 45px;
}

.news_slide .swiper-pagination .swiper-pagination-bullet {
    width: 32.6px;
    height: 32.6px;
    opacity: 0.4;
    background: url(../img/news_icon.svg) no-repeat center;
}

.news_slide .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    box-shadow: 0px 0px 10.87px 0px rgba(0, 0, 0, 0.2);
}

.news_list {
    width: calc(42.7% - 40px);
    position: relative;
    box-sizing: border-box;
    /* padding: 0 30px; */
}

/* .news_list::before {
    content: '';
    width: 100%;
    height: 276px;
    border-radius: 45px;
    background: linear-gradient(180deg, #FDF6FF 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    z-index: 0;
} */

.news_list li {
    box-sizing: border-box;
    padding: 40px 40px 55px 70px;
    /* margin-bottom: 55px; */
}

.news_list li a {
    display: inline-block;
    position: relative;
}

.news_list li .num {
    font-size: 55px;
    color: #143270;
    position: absolute;
    top: 0;
    left: -40px;
}

.news_list li .title {
    margin-top: 75px;
    color: #2C2C2C;
}

.news_list li .line1x {
    width: 100%;
    height: 1px;
    background: #143270;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 55px;
}

.news_list li .line2x {
    background: #143270;
    height: 1px;
    width: 90px;
    transform: rotate(135deg);
    position: absolute;
    left: -40px;
    top: 49px;
}

.news_list li .dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #143270;
    position: absolute;
    right: -6px;
    top: 48px;
}

.news_list li.li3 {
    padding-bottom: 0;
}

.news_list li .more {
    position: absolute;
    right: 0;
    bottom: -65px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.news_list li:hover {
    background: url(../img/newlist-ico.png) center top no-repeat;
    background-size: 100%;
}

.news_list li:hover .title {
    color: #143270;
}

.news_list li:hover .more {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.research_box {
    padding-bottom: 150px;
    overflow: hidden;
}

.research_list li {
    width: calc((100% - 160px) / 5);
    height: 688px;
    border-radius: 45px;
    box-shadow: 0px 0px 48.75px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    transition: All 0.4s ease-in-out;
}

.research_list li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 70px;
}

.research_list li .icon {
    margin-bottom: 40px;
}

.research_list li .icon img {
    width: auto;
    height: 91.5px;
}

.research_list li .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, #FFEEEE 0%, rgba(255, 255, 255, 0) 99%);
}

.research_list li .icon {
    position: relative;
    z-index: 2;
}

.research_list li .title {
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #2C2C2C;
    /* word-break: break-all; */
    box-sizing: border-box;
    padding: 0 15px;
}

.research_list li .more {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 60px;
    z-index: 2;
    background: url(../img/research_more.svg) no-repeat center;
}

.research_list li:hover {
    top: -20px;
}

.research_list li a:hover .bg {
    background: linear-gradient(180deg, #D8E4FF 0%, rgba(254, 236, 255, 0.5) 100%);
}

.research_list li a:hover .more {
    background: url(../img/research_more_h.svg) no-repeat center;
}

.research_list li:nth-child(2) .bg {
    background: linear-gradient(180deg, #FFFAF4 0%, rgba(255, 255, 255, 0) 99%);
}

.research_list li:nth-child(3) .bg {
    background: linear-gradient(180deg, #FCFFF7 0%, rgba(255, 255, 255, 0) 100%);
}

.research_list li:nth-child(4) .bg {
    background: linear-gradient(180deg, #F6FCFF 0%, rgba(255, 255, 255, 0) 100%);
}

.research_list li:nth-child(5) .bg {
    background: linear-gradient(180deg, #FDF5FF 0%, rgba(255, 255, 255, 0) 100%);
}

.adminssions_box {
    width: 100%;
    background: #F7F7F7;
    padding-bottom: 120px;
    overflow: hidden;
}

.admissions_slide {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px;
}

.admissions_slide a {
    width: 100%;
    display: block;
    height: 535px;
    background: #fff linear-gradient(180deg, #F1FBFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 33.75px;
    box-sizing: border-box;
    padding: 50px 60px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.admissions_slide a .logo {
    position: absolute;
    right: 43px;
    bottom: 48px;
    opacity: 0.05;
}

.admissions_slide a .more {
    width: 108.38px;
    height: 39.52px;
    background: url(../img/research_more.svg) no-repeat center;
    position: absolute;
    left: 36px;
    bottom: 77px;
}

.admissions_slide a .title {
    line-height: 45px;
    height: 135px;
    color: #2c2c2c;
}

.admissions_slide a .date {
    opacity: 0.5;
    margin-top: 30px;
    color: #313131;
}

.admissions_slide a:hover {
    background: linear-gradient(180deg, #D8E4FF 0%, #FEECFF 100%);
}

.admissions_slide a:hover .more {
    background: url(../img/research_more_h.svg) no-repeat center;
}

.admissions_slide a:hover .logo {
    opacity: 1;
}

.admissions_slide .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 80px;
}

.admissions_slide .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    opacity: 0.4;
    background: url(../img/news_icon.svg) no-repeat center;
    box-shadow: 0px 0px 10.87px 0px rgba(0, 0, 0, 0.2);
}

.admissions_slide .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.admissions_slide .swiper-slide:nth-child(2n+1) {
    padding-top: 90px;
}

.footer {
    width: 100%;
    background: linear-gradient(0deg, #EBF5FF 39%, #FFFFFF 88%);
    overflow: hidden;
}

.banq {
    width: 100%;
    background: #143270;
    padding: 30px 0;
    overflow: hidden;
}

.banq p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}

.foot {
    width: 100%;
    padding: 20px 0 60px 0;
}

.foot_nav {
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
}

.foot_nav .box {
    margin-right: 15px;
}

.foot_nav .box:last-of-type {
    margin: 0;
}

.foot_nav .box h3 a {
    font-size: 30px;
    font-weight: 500;
    color: #313131;
}

.foot_nav .box h3 {
    margin-bottom: 20px;
}

.foot_nav .box li {
    width: 100%;
    line-height: 40px;
}

.foot_nav .box li a {
    font-size: 24px;
    color: #313131;
    opacity: 0.5;
}

.foot_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ft_code {
    display: flex;
}

.ft_code .box {
    margin-left: 30px;
}

.ft_code .box img {
    width: 190px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.ft_code .box p {
    text-align: center;
    font-size: 24px;
    color: #2C2C2C;
    margin-top: 18px;
}

.foot_box .contact p {
    font-size: 22px;
    line-height: 35px;
    color: #2C2C2C;
}

.ftlogo {
    padding: 10px 0 45px 0;
}

.campus_box {
    padding-bottom: 80px;
}

.campus_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}

.campus_list .box {
    border-radius: 50%;
}

.campus_list .box1 {
    width: 674px;
    height: 674px;
    padding: 27px;
    background: #E1DFFF;
    animation-name: pulse;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .box .img {
    overflow: hidden;
    border-radius: 50%;
}

.campus_list .box .img img {
    width: 100%;
    height: 674px;
}

.campus_list .box2 {
    width: 165px;
    height: 165px;
    background: #D8D8D8;
    position: absolute;
    top: 63px;
    left: 24%;
    box-shadow: 0px 4px 40px 0px rgba(235, 12, 255, 0.2);
    animation-name: pulse;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .box2 .img img {
    height: 165px;
}

.campus_list .box3 {
    width: 237px;
    height: 237px;
    background: #D8D8D8;
    position: absolute;
    box-shadow: 0px 4px 50px 0px rgba(255, 162, 0, 0.3);
    top: 298px;
    left: 0;
    animation-name: pulse;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .box3 .img img {
    height: 237px;
}

.campus_list .box4 {
    width: 450px;
    height: 450px;
    /* padding: 20px; */
    /* background: #D8D8D8; */
    position: absolute;
    box-shadow: 0px 0px 70px 0px rgba(34, 148, 255, 0.37);
    bottom: -90px;
    /* left: 292px; */
    left: 15%;
    animation-name: pulse;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .box4 .img img {
    height: 450px;
}

.campus_list .box5 {
    width: 136px;
    height: 136px;
    position: absolute;
    box-shadow: 0px 0px 40px 0px rgba(193, 255, 69, 0.3);
    top: -24px;
    /* right: 247px; */
    right: 13%;
    animation-name: pulse;
    animation-duration: 11s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .box5 .img img {
    height: 136px;
}

.campus_list .box6 {
    width: 209px;
    height: 209px;
    background: #D8D8D8;
    position: absolute;
    top: 162px;
    /* right: 367px; */
    right: 19%;
    box-shadow: 0px 0px 50px 0px rgba(0, 255, 221, 0.3);
    animation-name: pulse;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .box6 .img img {
    height: 209px;
}

.campus_list .box7 {
    width: 350px;
    height: 350px;
    background: #D8D8D8;
    position: absolute;
    right: 0;
    top: 200px;
    box-shadow: 0px 4px 60px 0px rgba(255, 35, 134, 0.2);
    animation-name: pulse;
    animation-duration: 13s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .box7 .img img {
    height: 350px;
}

.campus_list .box8 {
    width: 312px;
    height: 312px;
    background: #D8D8D8;
    position: absolute;
    /* right: 366px; */
    right: 19%;
    bottom: -130px;
    box-shadow: 0px 0px 50px 0px rgba(255, 25, 25, 0.2);
    animation-name: pulse;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .box8 .img img {
    height: 312px;
}

.campus_more {
    width: 153px;
    height: 153px;
    background: #143270;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 93px auto 0 auto;
}

.campus_list .ico {
    position: absolute;
    border-radius: 50%;
}

.campus_list .ico1 {
    width: 33px;
    height: 33px;
    background: rgba(125, 211, 75, 0.17);
    top: 195px;
    left: 345px;
    animation-name: pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .ico2 {
    width: 100px;
    height: 100px;
    background: rgba(255, 220, 238, 0.7608);
    top: 0;
    right: 580px;
    animation-name: pulse;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .ico3 {
    width: 67px;
    height: 67px;
    background: rgba(139, 50, 255, 0.16);
    left: 138px;
    bottom: 45px;
    animation-name: pulse;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .ico4 {
    width: 62px;
    height: 62px;
    background: rgba(211, 226, 255, 0.7608);
    bottom: -110px;
    left: 710px;
    animation-name: pulse;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.campus_list .ico5 {
    width: 86px;
    height: 86px;
    background: rgba(255, 115, 50, 0.16);
    bottom: -22px;
    right: 175px;
    animation-name: pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}



.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    /* border-bottom: 2px solid rgba(20, 50, 112, .2); */
    padding: 60px 0 30px 0;
}

.crumbs .name {
    position: relative;
    color: #143270;
    font-size: 48px;
    font-weight: bold;
}

/* .crumbs .name::before {
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #143270 0%, #AA27A3 100%);
    display: inline-block;
    position: absolute;
    bottom: -47px;
    left: 0;
} */

.crumbs .list {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(172, 172, 172, .2);
}

.crumbs .list,
.crumbs .list a {
    color: #9E9E9E;
}

.crumbs .list span:last-of-type {
    display: none;
}

.subNav {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 40px 0;
}

.subNav .box {
    background: #E1F2F9;
    height: 73px;
    line-height: 73px;
    padding: 0 65px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 50px;
}

.subNav .box a {
    color: #143270;
}

.subNav .box.on,
.subNav .box:hover {
    background: #143270;
}

.subNav .box.on a,
.subNav .box:hover a {
    font-weight: bold;
    color: #fff;
}

.textlist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist .box {
    width: calc((100% - 40px) / 2);
    margin-bottom: 50px;
    /* height: 210px; */
    border-radius: 45px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 35px 25px;
    display: flex;
    align-items: center;
}

.textlist .box a {
    width: 100%;
    display: flex;

}

.textlist .box .dete {
    width: 105px;
    height: 100px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #143270;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textlist .box .d {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 45px;
    text-align: center;
    color: #143270;
}

.textlist .box .y {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #143270;
    border-radius: 0px 0px 20px 20px;
    font-size: 19px;
    color: #fff;
}

.textlist .box .title {
    flex: 1;
    box-sizing: border-box;
    padding-left: 37px;
    color: #2C2C2C;
    line-height: 48px;
    /* height: 96px; */
}

.textlist .box:hover {
    background: linear-gradient(180deg, #D8E4FF 0%, #FEECFF 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.textlist .box:hover .title {
    color: #143270;
    font-weight: bold;
}

.list-page {
    width: 100%;
    height: 37px;
    margin-top: 84px;
}

.piclist .box {
    width: 100%;
    margin-bottom: 58px;
    border-radius: 45px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 50px 45px;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.piclist .box .img {
    width: 647px;
    width: 46%;
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    /* height: 361px; */
    border-radius: 45px;
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 55px;
    position: relative;
}

.piclist .box .title {
    line-height: 35px;
    font-size: 24px;
    color: #2C2C2C;
}

.piclist .box .desc {
    line-height: 28px;
    color: #2C2C2C;
    opacity: .5;
    margin: 15px 0 35px 0;
    text-align: justify;
    font-size: 16px;
}

.piclist .box .dete {
    color: #313131;
    opacity: 0.5;
}

.piclist .box .ico {
    width: 85px;
    height: 85px;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -20px;
    opacity: 0;
    visibility: visible;
    transition: all 0.5sease-in-out;
}

.piclist .box:hover {
    background: linear-gradient(180deg, #D8E4FF 0%, #FEECFF 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.piclist .box:hover .title {
    font-weight: bold;
    color: #143270;
}

.piclist .box:hover .ico {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.picture_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px;
}

.picture_top2 {
    flex-direction: row-reverse;
}

.picture_top .left {
    width: calc(28% - 50px);
}

.picture_top .left .box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 45px;
}

.picture_top .left .box:last-of-type {
    margin-bottom: 0;
}

.picture_top .left .tt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 45px;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.picture_top .left .box:hover .tt {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.picture_top .left .title {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    height: 66px;
    text-align: center;
}

.picture_top .right {
    width: 72%;
}

.picture_top .box .img {
    overflow: hidden;
    border-radius: 45px;
}

.picture_top .box .img img {
    width: 100%;
    border-radius: 45px;
    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;
}

.picture_top .right .box .title {
    width: 100%;
    height: 106px;
    line-height: 106px;
    background: linear-gradient(180deg, #D8E4FF 0%, #FEECFF 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 45px 45px;
    font-size: 28px;
    color: #143270;
    text-align: center;
    box-sizing: border-box;
    padding: 0 25px;
}

.picture_top .right .box .img,
.picture_top .right .box .img img {
    border-radius: 45px 45px 0 0;
}

.picture_top .box: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);
}


.detail {
    border-radius: 45px;
    background: linear-gradient(180deg, #FEF9FF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 90px 135px;
}

.detail .title {
    font-size: 45px;
    font-size: 30px;
    font-weight: bold;
    color: #2C2C2C;
}

.detail .timer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 70px;
}

.detail .dtl {
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    padding: 50px 0;
}

.detail .dtl p {
    font-size: 26px;
    text-align: justify;
    margin-bottom: 15px;
    text-indent: 0px !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 30px !important;
}

.detail .dtl p span {
    font-size: 16px !important;
    line-height: 30px !important;
}

/* .detail .dtl table {
    max-width: 100%;
    word-break: break-all !important;
} */

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
    height: auto !important;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    line-height: 35px;
    font-size: 18px;
    position: relative;
    padding: 50px 0 30px 0;
    color: rgba(44, 44, 44, .7);
}


.detail-page .box::before {
    content: '';
    width: 0;
    height: 1px;
    display: inline-block;
    background: #143270;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box a {
    color: rgba(44, 44, 44, .7);
}

.detail-page .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail-page .box:hover,
.detail-page .box:hover a {
    color: #143270;
}

.danye .dtl {
    padding: 0;
    border: none;
}

.jgsz_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jgsz_box .jgsz_xian {
    width: 3px;
    display: inline-block;
    background: url(../img/xian.png) top no-repeat;
    background-size: 100% 100%;
    /* margin: 0 11%; */
    margin: 0 210px;
    margin: 0 11%;
    position: relative;
    margin-top: 160px;
}

.jgsz_box .jgsz_xian::before {
    content: '';
    width: 160px;
    height: 160px;
    background: url(../img/jg-logo-ico.svg) center no-repeat;
    display: inline-block;
    position: absolute;
    top: -160px;
    left: -80px;
}

.jgsz_item .name {
    font-weight: bold;
    color: #143270;
    position: relative;
    display: inline-block;
}

.jgsz_item .name::before {
    content: '';
    width: 160px;
    height: 3px;
    background: #143270;
    position: absolute;
    display: inline-block;
    right: -35.5%;
    right: -254px;
    top: 49%;
}

.jgsz_item .name::after {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    background: url(../img/jg-ico.png) no-repeat;
    right: -37.5%;
    right: -279px;
    z-index: 9;
    top: 23%;
}

.jgsz_right .name::before {
    left: -49%;
    left: -200px;
    right: auto;
}

.jgsz_right .name::after {
    left: -54%;
    left: -224px;
    right: auto;
}

.jgsz_item .list {
    display: flex;
    flex-direction: column;
}

.jgsz_item .list a {
    color: #272727;
    line-height: 30px;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 20px;
    position: relative;
}

.jgsz_item .list a::before {
    content: '';
    width: 0;
    height: 3px;
    background: #143270;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.jgsz_item .list a:last-of-type {
    margin: 0;
}

.jgsz_item .list a:first-of-type {
    padding-top: 0;
}


.jgsz_left .list {
    box-sizing: border-box;
    padding-right: 30px;
    border-right: 1px solid #D8D8D8;
    align-items: flex-end;
}

.jgsz_left .list a {
    text-align: right;
}

.jgsz_item .list a:hover {
    color: #143270;
    /* font-weight: bold; */
}

.jgsz_left .list a:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.jgsz_right .list a::before {
    left: 0;
    right: auto;
}

.jgsz_right .list a:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.jgsz_left .list a:hover::after {
    content: '';
    width: 3px;
    height: 30px;
    background: #143270;
    display: inline-block;
    position: absolute;
    right: -32px;
    top: 4px;
}

.jgsz_right .list a:hover::after {
    content: '';
    width: 3px;
    height: 30px;
    background: #143270;
    display: inline-block;
    position: absolute;
    left: -32px;
    top: 4px;
}

.jgsz_right .list {
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px solid #D8D8D8;
    align-items: flex-start;
}

.jgszBg {
    width: 100%;
    background: url(../img/jgszBg.png) center no-repeat;
    background-size: 100% 100%;
}

.campus_box {
    overflow: hidden;
}

/* ------------------------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    /* width: 100%; */
    max-height: 55px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #223A86;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #004898;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #223A86 !important;
    background-color: #223A86 !important;
}

.mb_banner {
    position: relative;
    display: none;
}

.mb_banner .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.mb_banner .swiper-slide img {
    width: 100%;
}

.mb_banner .swiper-next,
.mb_banner .swiper-prev {
    position: absolute;
    left: 0;
    top: calc((100% - 40px) / 2);
    z-index: 99;
    width: 20px;
    height: 40px;
    background: #410087;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb_banner .swiper-next {
    right: 0;
    left: auto;
}

.searchText p {
    line-height: 40px;
}

.searchList2 .box a {
    flex-direction: column;
}

.searchList2 .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.searchList2 .box {
    width: calc((100% - 40px) / 2);
    margin-bottom: 50px;
    border-radius: 45px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 40px 30px;
}

.searchList2 .box a {
    display: flex;
}

.searchList2 .box .dete {
    color: #2C2C2C;
}


.searchList2 .box .title {
    flex: 1;
    box-sizing: border-box;
    color: #2C2C2C;
    line-height: 48px;
    height: 96px;
}

.searchList2 .box .desc {
    color: #2C2C2C;
    opacity: .7;
    line-height: 35px;
    height: 35px;
    margin: 10px 0;
}

.searchList2 .box .dete {
    color: #2C2C2C;
    opacity: .7;
}

.searchList2 .box:hover {
    background: linear-gradient(180deg, #D8E4FF 0%, #FEECFF 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.searchList2 .box:hover .title {
    color: #143270;
    font-weight: bold;
}

.ncontent {
    min-height: 600px;
}

.picture2 .info {
    display: flex;
    flex-wrap: wrap;
}

.picture2 .box {
    width: calc((100% - 90px) / 4);
    margin-bottom: 40px;
    margin-right: 29px;
}

.picture2 .box:nth-child(4n) {
    margin-right: 0;
}

.picture2 .box .img {
    overflow: hidden;
    border-radius: 50px 50px 0 0;
}

.picture2 .box .img img {
    width: 100%;
    border-radius: 50px 50px 0 0;
    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;
}

.picture2 .box .title {
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 90px;
    color: #143270;
    border-radius: 0px 0px 45px 45px;
    background: linear-gradient(180deg, #D8E4FF 0%, #FEECFF 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 0 20px;
}

.picture2 .box: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);
}

.responsive-table {
    width: 100%;
    overflow-x: auto;
    display: block;
    /* white-space: nowrap; */
}

.responsive-table table {
    width: 100% !important;
}

.en_link {
    position: absolute;
    right: 70px;
}

.en_link a {
    font-size: 16px;
    font-weight: bold;
    color: #143270;
}

/* ------------------- */

.detail.background {
    background: linear-gradient(180deg, #ffecf2 0%, #fff7f7 100%);
    box-shadow: unset;
}

.detail.background .title {
    text-align: center;
}

/* .detail.background .title,
.detail.background .timer {
    color: #fff;
} */

/* .detail.background .dtl p,
.detail.background .dtl span {
    color: #fff !important;
}

.detail.background .detail-page .box {
    color: #fff !important;
} */