* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    width: 100vw;
}

a {
    display: inline-block;
    outline: none;
    color: #666;
}


/*åˆ†é¡µ*/

.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #012391;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: #012391;
    border-bottom: 2px solid #012391;
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: #012391;
    color: #fff;
}

li {
    list-style: none;
}

img {
    vertical-align: middle
}

a:hover {
    text-decoration: none !important
}

header.pc {
    box-shadow: 0px 0px 10px 1px #eee;
    background: #fff;
    line-height: 80px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 44;
}

header.pc .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.pc .l img {
    height: 45px;
}

header.pc .center a {
    margin: 0px 10px;
    padding-bottom: 3px;
    font-size: 16px;
}

header.pc.on {
    background: transparent;
    box-shadow: none;
}

header.pc.on a {
    color: #fff;
}

:root {
    --color: #012391;
    --hovercolor: #ebb784;
}

.winw {
    width: 90%;
    margin: auto;
    height: auto;
    clear: both;
}

.winw::before {
    display: table;
    content: " "
}

.winw::after {
    display: table;
    content: " ";
    clear: both;
}

header.pc .center {
    display: flex;
    align-items: center;
}

header.pc .center .subnav {
    display: none;
    position: absolute;
    top: 83px;
    left: 50%;
    width: 120px;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    transform: translate(-50%, 0%);
    line-height: 45px !important;
}

header.pc .center .subnav a {
    width: 100%;
    line-height: 45px !important;
    height: 45px !important;
    text-align: center;
    margin: 0px !important;
}

header.pc .center .subnav a:hover {
    /*background: var(--color);*/
    color: var(--color);
}

header.pc .center>div {
    position: relative;
}

header.pc .center>div:hover .subnav {
    display: block !important;
}

header.pc .center a {
    position: relative;
}

header.pc .center a::after {
    content: "";
    height: 3px;
    background: var(--color);
    border-radius: 10px;
    position: absolute;
    width: 0%;
    left: 50%;
    bottom: 0px;
    transition: 0.5s;
}

header.pc .center a:hover::after,
header.pc .center a.on::after {
    left: 0%;
    width: 100%;
}

header.pc .center a:hover,
header.pc .center a.on {
    color: var(--color);
}

header.pc .box {
    display: flex;
    align-items: center;
}

header.pc .box .r {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.pc .type {
    margin-left: 15px;
}

header.wap {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 333;
}

header.wap .wap_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 60px;
    height: 60px;
    padding: 0 5%;
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 10px 1px #eee;
}

header.wap .wap_nav .dj {
    float: right;
    padding-top: 15px;
    cursor: pointer;
    display: inline-block;
}

header.wap .wap_nav .dj span {
    height: 3px;
    width: 30px;
    background: var(--color);
    display: block;
    margin: 5px 0;
}

header.wap .wap_nav .rg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    transition: 0.5s;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
}

header.wap .wap_nav .rg .gb span {
    font-size: 40px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
}

header.wap .wap_nav .rg .gb {
    text-align: center;
    background: #fff;
    line-height: 50px;
    height: 50px;
}

header.wap .wap_nav .rg.on {
    left: 0%;
}

header.wap .wap_nav .rg>a {
    display: block;
    width: 100%;
    text-align: center;
}

header.wap {
    display: none;
}

header.wap .sub {
    display: none;
}

header.wap .item a {
    padding: 0px 20px;
}

header.wap .item a {
    width: 100%;
    text-align: left;
}

header.wap .sub {
    padding-left: 20px;
}

header.wap .sub a {
    position: relative;
}

header.wap a span {
    font-size: 20px;
    float: right;
}

@media(max-width:650px) {
    header.wap {
        display: block;
    }
    header.pc {
        display: none;
    }
}

footerbox.wap {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #fff;
    display: none;
    padding: 10px 0;
    z-index: 22;
    box-shadow: 0px 0px 5px 1px #eee;
}

footerbox.wap a {
    flex: 1;
    display: inline-block;
    text-align: center;
    color: #666;
    font-size: 14px;
}

footerbox.wap a p {
    margin: 6px 0px 0px 0px;
}

footerbox.wap a.on {
    color: var(--color)
}

footerbox.wap img:nth-of-type(2) {
    display: none;
}

footerbox.wap a.on img:nth-of-type(1) {
    display: none;
}

footerbox.wap a.on img:nth-of-type(2) {
    display: inline-block;
}

footerbox.wap img {
    width: 26px;
}

.wap {
    display: none;
}

@media(max-width:650px) {
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    footer .box {
        padding: 0px 0;
    }
    footer .box a {
        display: none;
    }
    body {
        padding-bottom: 60px;
    }
}

footer {
    background: #f0f0f2;
    padding: 60px 0 0px;
}

footer .box {
    display: flex;
    justify-content: space-between;
}

footer .box .li a:nth-of-type(1) {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 800;
}

footer .box .li a {
    display: block;
    margin-bottom: 10px;
}

footer .box .li a:hover {
    color: var(--color);
}

footer .icp {
    background: var(--color);
    padding: 15px 0;
    color: #fff;
    margin-top: 30px;
}

footer .icp p {
    margin: 0px;
}

footer .icp a {
    color: #fff;
}

.webindex .banner img {
    width: 100%;
}

.webindex .banner .swiper-button-prev {
    background-image: url(../img/bannerjt.png);
    background-position: 0px 0px !important;
    background-size: 1840px 70px;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}

.webindex .banner .swiper-button-prev::after {
    font-size: 0px !important;
    opacity: 0;
}

.webindex .banner .swiper-button-next::after {
    font-size: 0px !important;
    opacity: 0;
}

.webindex .banner .swiper-button-next {
    background-image: url(../img/bannerjt.png);
    background-position: right 0px !important;
    background-size: 1840px 70px;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    font-size: 0px !important;
}

@media(max-width:640px) {
    .webindex .banner .swiper-button-prev,
    .webindex .banner .swiper-button-next {
        background-size: 1314px 50px;
        width: 50px;
        height: 50px;
    }
}

.webindex .item1 {
    text-align: center;
    margin: 40px auto;
}

.webindex .item1 .title span {
    display: inline-block;
    width: 3px;
    height: 30px;
    background: var(--hovercolor);
    opacity: 0.5;
    position: relative;
    margin: 20px 0;
}

.webindex .item1 .title span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50%;
    background: var(--hovercolor);
    filter: saturate(1000%);
}

.webindex .item1 .title P {
    font-family: 'Times New Roman', Times, serif;
    opacity: 0.5;
    font-size: 12px;
    color: #999;
}

.webindex .item1 .digital {
    padding: 40px 0;
    height: auto;
    overflow: hidden;
}

.webindex .item1 .digital h3 {
    color: var(--color);
    font-weight: 800;
    font-size: 44px;
}

.webindex .item1 .digital p {
    font-size: 16px;
    color: #4c4c4c;
}

.webindex .item1 .description {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.webindex .item1 .description .left p {
    color: #999;
    font-size: 14px;
}

.webindex .item1 .description .left span {
    display: block;
    margin: 15px 0;
    color: var(--hovercolor);
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

.webindex .item1 .description .left h4 {
    color: var(--hovercolor);
    opacity: 0.5;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
}

.webindex .item1 .description .left h3 {
    color: var(--color);
    margin-top: 40px;
    font-size: 28px;
}

.webindex .item1 .description .left .desc {
    color: #666;
    line-height: 2;
    margin: 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 84px;
}

.webindex .item1 .description .left a {
    color: var(--color);
}

.webindex .item1 .description .left a:hover {
    /*color: var(--hovercolor);*/
    font-weight: bold;
}

.webindex .item1 .description .right {
    position: relative;
}

.webindex .item1 .description .right>img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.webindex .item1 .description .right .icon {
    position: absolute;
    top: 0px;
    left: 15px;
    width: calc(100% - 30px);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 100%;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.webindex .item1 .description .right .icon img {
    width: 70px;
    display: block;
    margin: auto;
    margin-top: 165px;
    margin-bottom: 10px;
}

.webindex .item1 .description .right .icon p {
    font-size: 24px;
    padding-top: 14px;
}

.webindex .item2 {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.webindex .item2 a {
    width: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}

.webindex .item2 a img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    transition: 1s;
}

.webindex .item2 a .box {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0px 20%;
    transition: 0.5s;
}

.webindex .item2 a .box span {
    display: inline-block;
    background: var(--hovercolor);
    width: 2px;
    height: 30px;
    margin: 15px 0;
}

.webindex .item2 a .box p {
    color: var(--hovercolor);
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}

.webindex .item2 a .box h3 {
    font-size: 36px;
}

.webindex .item2 a .box .desc.descbt {
    font-size: 16px;
    margin: 36px 0 0;
    line-height: 2;
}

.webindex .item2 a .box .desc {
    margin: 36px 0 50px 0;
    opacity: 0.9;
    font-size: 14px;
    line-height: 2;
}

.webindex .item2 a .syxudt .desc {
    margin: 10px 0 50px 0;
    line-height: 1.7;
}

.webindex .item2 a .box font:hover {
    color: var(--color);
}

.webindex .item2 a:hover img {
    transform: scale(1.1);
}

.webindex .item2 a:hover .box {
    background-color: rgba(0, 0, 0, 0.55);
}

.webindex .item2 a .box div {
    position: relative;
    top: 0px;
    transition: 0.5s;
}

.webindex .item2 a:hover .box>div {
    top: -50px;
}

.webindex .item2 a .box font:hover {
    color: #eee;
}

.webindex .item3 {
    text-align: center;
    margin: 40px auto;
}

.webindex .boxtitle h3 {
    font-size: 36px;
    font-weight: 800;
}

.webindex .boxtitle p {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    opacity: 0.5;
    font-family: 'Times New Roman', Times, serif;
    margin: 0px;
    font-weight: normal;
}

.webindex .boxtitle span {
    display: inline-block;
    width: 40px;
    background: var(--hovercolor);
    height: 3px;
}

.webindex .item3 .box {
    margin: 30px 0;
}

.webindex .item3 .box .li div {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    margin: 20px auto;
}

.webindex .item3 .box .li h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 30px 0 20px;
}

.webindex .item3 .box .li p {
    color: #666;
    font-size: 15px;
}

.webindex .item3 .box .li:hover h3 {
    color: var(--color);
}

.webindex .item4 {
    text-align: center;
}

.webindex .item4 .swiper-slide a {
    text-align: left;
    padding: 10%;
    background: #edeff2;
    width: 100%;
    display: block;
}

.webindex .item4 .box {
    position: relative;
    margin: 40px 0 80px;
}

.webindex .item4 .box .swiper-container {
    overflow: hidden;
    width: 100%;
}

.webindex .item4 .box .swiper-button-prev {
    left: -50px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.webindex .item4 .box .swiper-button-prev::after {
    font-size: 18px;
}

.webindex .item4 .box .swiper-button-next {
    right: -50px;
    font-size: 16px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.webindex .item4 .box .swiper-button-next::after {
    font-size: 18px;
}

.webindex .item4 .box a {
    color: #666;
    height: 45vh;
    transition: 0.5s;
}

.webindex .item4 .box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 40px;
}

.webindex .item4 .box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #333;
}

.webindex .item4 .box a:hover h3 {
    color: var(--color);
}

.webindex .item4 .box a .desc {
    line-height: 2;
}

.webindex .item4 .box a:hover {
    /* background-color: #01239142; */
}

.webindex .item5 {
    background-image: radial-gradient(#2b364c, #191f2b);
    padding-top: 40px;
}

.webindex .item5 .boxtitle h3,
.webindex .item5 .boxtitle p {
    color: #fff;
}

.webindex .item5 .boxtitle p {
    opacity: 0.8;
}

.webindex .item5 .winw {
    position: relative;
}

.webindex .item5 .userlist {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.webindex .item5 .userlist .swiper-container {
    height: 400px;
    overflow: hidden;
}

.webindex .item5 .userlist img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.webindex .item5 .userlist .swiper-slide {
    width: 100px;
    height: 100px;
    padding: 10px;
    cursor: pointer;
}

.webindex .item5 .userlist .swiper-slide>div {
    border-radius: 100%;
    border: 3px solid #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.webindex .item5 .userlist .swiper-slide>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webindex .item5 .userlist .swiper-slide.swiper-slide-active>div {
    border-color: var(--hovercolor);
}

.webindex .item5 .userimg {
    position: relative;
}

.webindex .item5 .clicktab {
    position: initial;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.webindex .item5 .clicktab::after {
    color: #fff;
    font-size: 18px;
    transform: rotate(90deg);
}

.webindex .item5 .user {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webindex .item5 .user .userimg {
    width: 50%;
    text-align: center;
    height: 70vh;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
}

.webindex .item5 .user img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.webindex .item5 .user .left {
    color: #fff;
    width: 50%;
    height: 36vh;
    overflow: hidden;
}

.webindex .item5 .user .left .desc {
    max-height: calc(100% - 80px);
    overflow-y: auto;
    margin-top: 33px;
    line-height: 1.7;
    scrollbar-width: none;
    -ms-overflow-style: none;
    opacity: 0.8;
}

.webindex .item5 .user .left .desc p {
    margin: 0;
}

.webindex .item5 .user .left h3 {
    margin-bottom: 30px;
}

.webindex .item5 .user .left {
    position: relative;
}

.webindex .item5 .user .left>div {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    left: 100%;
    top: 100%;
    transform: rotatex(180deg);
    width: 100%;
}

.webindex .item5 .user .left>div.on {
    display: block;
    opacity: 1;
    top: 0%;
    left: 0%;
    transform: rotatex(360deg);
    height: 100%;
}

.webindex .item5 .user .userimg img {
    opacity: 0;
    transition: 1s;
    transform: translate(0%, 100%);
    transform-origin: 0% 100%;
}

.webindex .item5 .user .userimg img.on {
    opacity: 1;
    transform: rotate(0deg);
    transform: translate(0%, 0%);
}

.webindex .item6 .swiper-slide {
    padding: 0px 20px;
}

.webindex .item6 .swiper-slide a {
    background: #f5f6f7;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: space-between;
    padding: 10% 0% 0% 5%;
}

.webindex .item6 .swiper-container {
    width: 100%;
}

.webindex .item6 .boxtitle {
    text-align: center;
    margin: 40px auto;
}

.webindex .item6 .swiper-slide .left {
    width: 50%;
    position: relative;
}

.webindex .item6 .swiper-slide .right {
    width: 50%;
    height: 100%;
}

.webindex .item6 .swiper-slide .left .title p {
    color: var(--hovercolor);
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
    font-family: 'Times New Roman', Times, serif;
}

.webindex .item6 .swiper-slide .left .title h3 {
    margin: 10px 0;
    color: #333;
    font-size: 30px;
}

.webindex .item6 .swiper-slide a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.webindex .item6 .swiper-slide .left .desc {
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin: 20px 0;
    color: #666;
}

.webindex .item6 .swiper-slide .left .desc .signature {
    line-height: 1.7;
    color: #666;
}

@font-face {
    font-family: mz;
    src: url(./mz.ttf);
}

.webindex .item6 .swiper-slide .left .desc .motto {
    font-family: mz;
    line-height: 1.7;
    color: #666;
    font-size: 25px;
    position: absolute;
    left: 0px;
    bottom: 30%;
}

.webindex .item6 .swiper-container {
    padding-bottom: 40px;
    position: relative;
}

.webindex .item6 .swiper-slide {
    width: 978px;
    transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
    .webindex .item6 .swiper-slide {
        width: 770px;
    }
}

@media only screen and (max-width:980px) {
    .webindex .item6 .swiper-slide {
        width: 471px;
    }
}

@media only screen and (max-height:480px) {
    .webindex .item6 .swiper-slide {
        width: 471px;
    }
}

.webindex .item6 .swiper-slide img {
    width: 100%;
    border-radius: 4px;
}


/* .webindex .item6 .swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    color: rgb(102, 102, 102);
} */

.webindex .item6 .swiper-button-next,
.webindex .item6 .swiper-button-prev {
    width: 86px;
    height: 112px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
}

.webindex .item6 .swiper-button-next {
    background-image: url(img/cursor-next.png);
}

.webindex .item6 .swiper-button-prev {
    background-image: url(img/cursor-prev.png);
}

.webindex .item6 .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.webindex .item6 .swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #CCC;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.webindex .item6 .swiper-pagination-bullet i {
    background: var(--color);
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.webindex .item6 .swiper-pagination-bullet-active span,
.webindex .item6 .swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: var(--color);
    position: relative;
    z-index: 1;
}

.webindex .item6 .swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.webindex .item6 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.webindex .item6 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}

.webindex .item7 {
    text-align: center;
    margin-top: 50px;
}

.webindex .item7 .box {
    margin: 30px;
    display: flex;
    justify-content: space-between;
}

.webindex .item7 .box a {
    margin: 0px 30px;
}

.webindex .item7 .box a p {
    font-size: 20px;
}

.webindex .item7 .box a span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--color);
    border-radius: 100%;
    position: relative;
    margin-top: 20px;
    opacity: 0;
    transition: 0.5s;
}

.webindex .item7 .box a span::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid var(--color);
    display: block;
    border-radius: 100%;
    margin-top: -2px;
    margin-left: -2px;
}

.webindex .item7 .box a span::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: var(--color);
    display: block;
    position: absolute;
    top: -22px;
    left: 3px;
}

.webindex .item7 .box i {
    flex: 1;
    height: 1px;
    background: var(--color);
    margin-top: 15px;
}

.webindex .item7 .box i:nth-of-type(6) {
    display: none;
}

.webindex .item7 .box .on span {
    opacity: 1;
}

.webindex .item7 .box .on {
    color: var(--color);
}

.webindex .item7 .box a:hover {
    cursor: pointer;
}

.webindex .item7 .title {
    text-align: center;
    margin: 10px auto 50px;
}

.webindex .item7 .title p {
    color: var(--hovercolor);
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.webindex .item7 .title span {
    color: #333;
    display: block;
    margin: 10px 0;
    font-size: 20px;
}

.webindex .item7 .title div {
    margin-top: 20px;
    color: #666;
    line-height: 1.7;
    padding: 0 15px;
}

.webindex .item8 .box {
    background: url(../img/indexbj.png) center/cover;
    padding: 5% 0;
}

.webindex .item8 .box .boxtitle {
    text-align: center;
}

.webindex .item8 .box .boxtitle h3,
.webindex .item8 .box .boxtitle p {
    color: #fff;
}

.webindex .item8 .box .from input {
    width: 100%;
    margin: 15px 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #eee;
    border-radius: 3px;
    line-height: 56px;
    color: #fff;
    padding: 0px 15px;
}

.webindex .item8 .box .from input::placeholder {
    color: #eee;
}

.webindex .item8 .box button {
    display: block;
    margin: auto;
    float: none;
    background: var(--color);
    border: none;
    box-shadow: none;
    color: #fff;
    line-height: 60px;
    border-radius: 5px;
}

.webindex .item8 .box .from {
    margin: 30px 0;
}

.webindex .item8 .box .from p {
    text-align: center;
    color: #fff;
    margin-top: 25px;
    opacity: 0.7;
}

.webindex .item8 .box button:hover {
    /* background: #fff; */
}

.webindex .item9 .boxtitle {
    margin: 80px 0 40px 0;
    text-align: center;
}

.webindex .item9 .box a {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    border-radius: 15px;
    padding: 25px;
    height: 160px;
    transition: 0.5s;
}

.webindex .item9 .box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.webindex .item9 .box a:hover {
    box-shadow: 0px 0px 25px 5px #eee;
}

.webindex .item9 .box {
    position: relative;
    padding: 0px 60px;
}

.webindex .item9 .tabclick {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #333;
}

.webindex .item9 .tabclick::after {
    font-size: 16px;
    color: #333;
}

.webindex .item9 .swiper-container {
    overflow: hidden;
    padding: 30px 15px;
    width: 100%;
}

.webindex .item10 {
    background-image: linear-gradient(#f0f0f2, #f0f0f2);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    margin-top: 30px;
    padding-top: 20px;
    background-position: 0% 100%;
}

.webindex .item10 .box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 15px 5px #eee;
    border-radius: 15px;
    align-items: center;
}

.webindex .item10 .box .left {
    padding: 20px 0 15px 15px;
    font-size: 16px;
    line-height: 2;
}

.webindex .item10 .box .left .hui {
    font-size: 13px;
    color: #808080;
    line-height: 1.7;
}

.webindex .item10 .box .left p {
    margin: 0;
    display: inline;
}

.webindex .item10 .box .center,
.webindex .item10 .box .right {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.webindex .item10 .box .right {
    border-left: 1px solid #eee;
}

.webindex .item10 .box .right p {
    margin: 10px 0px 0px;
}

.webindex .item10 .box .center a {
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.webindex .item10 .box .center .lximg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: var(--hovercolor);
    position: relative;
}

.webindex .item10 .box .center .lximg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.webindex .item10 .box .center a span {
    position: absolute;
    bottom: 130px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    color: var(--color);
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: .5s;
    width: 120px;
    box-shadow: 0px 0px 5px 1px #eee;
}

.webindex .item10 .box .center a p {
    margin: 10px 0px 0px;
}

.webindex .item10 .box .center a:hover span {
    opacity: 1;
}

.webindex .item10 .box .center a:hover .lximg {
    background: var(--color);
}

.insidePagesAdvertis {
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.insidePagesAdvertis img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.insidePagesAdvertis .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.insidePagesAdvertis .box img {
    width: 50px;
    height: 50px;
}

.insidePagesAdvertis .box h3 {
    text-transform: uppercase;
    font-family: "宋体";
    letter-spacing: 5px;
    font-size: 30px;
}

.insidePagesAdvertis .box h4 {
    font-size: 30px;
    margin: 20px 0;
}

.insidePagesAdvertis .box span {
    display: inline-block;
    width: 2px;
    height: 40px;
    background: #fff;
}

.insidePagesAdvertis .box p {
    line-height: 2;
    margin-bottom: 30px;
}

.insidePagesnav {
    background: #f2f4f7;
    text-align: center;
}

.insidePagesnav a {
    margin: 0px 15px;
    padding: 20px 0;
    color: #333;
}

.insidePagesnav a.on,
.insidePagesnav a:hover {
    color: var(--color);
    border-bottom: 2px solid var(--color);
}

.pagestitle {
    text-align: center;
    margin: 60px 0 40px;
}

.pagestitle>p {
    color: var(--hovercolor);
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    text-transform: uppercase;
}

.pagestitle>h3 {
    margin: 10px 0;
    color: var(--color);
    font-size: 28px;
}

.pagestitle .desc {
    line-height: 1.7;
    margin-top: 30px;
    color: #666;
    text-align: left;
}

.pageshaanxiCulture .list {
    margin-bottom: 50px;
    text-align: center;
}

.pageshaanxiCulture .list a {
    display: block;
    width: 100%;
    text-align: left;
}

.pageshaanxiCulture .list a div {
    width: 100%;
    height: 30vh;
    overflow: hidden;
}

.pageshaanxiCulture .list a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.pageshaanxiCulture .list a p {
    margin: 0px;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f2f4f7;
    width: 100%;
    text-align: center;
}

.pageshaanxiCulture .list .box {
    height: auto;
    overflow: hidden;
    margin: 0px 15px;
}

.pageshaanxiCulture .list .box>div {
    margin-bottom: 25px;
}

.pageshaanxiCulture .list a:hover img {
    transform: scale(1.1) translate(0%, 0%);
}

.pageshaanxiCulture .list .more {
    display: inline-block;
    margin: 30px auto;
}

.pageshaanxiCulture .list .more:hover {
    color: var(--hovercolor);
    cursor: pointer;
}

.pageshaanxiCulture .list .more.on {
    display: none;
}

.pageshaanxiCulture .list .box>div:nth-of-type(n + 9) {
    display: none;
}

.pageshaanxiCulture .list .box.on>div {
    display: block !important;
}

.pageswalkInto .concept {
    position: relative;
    width: 100%;
}

.pageswalkInto .concept .slid {
    display: flex;
    transition: 1s;
    white-space: nowrap;
}

.pageswalkInto .concept .tab {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    background: #fff;
    z-index: 22;
}

.pageswalkInto .concept .tab p {
    padding: 15px 30px;
    color: #666;
    margin: 0px;
    cursor: pointer;
    font-size: 18px;
}

.pageswalkInto .concept .tab p.on {
    color: var(--color);
    border-bottom: 2px solid var(--color);
}

.pageswalkInto .concept .box {
    width: 100vw;
    position: relative;
    display: inline-block;
}

.pageswalkInto .concept .box .desc {
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    white-space: initial;
}

.pageswalkInto .concept .box>img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.pageswalkInto .concept .box .winw {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 100%;
    color: #fff;
    top: 0px;
    display: flex;
    flex-direction: column-reverse;
    bottom: -200px;
    transition: 1s 0.5s;
}

.pageswalkInto .concept .box.on .winw {
    bottom: 200px;
}

.pageswalkInto .concept .box.on p {
    font-family: 'Times New Roman', Times, serif;
}

.pageswalkInto .Speech {
    margin: 40px auto;
    position: relative;
}

.pageswalkInto .Speech .swiper-slide {
    height: auto;
    overflow: hidden;
}

.pageswalkInto .Speech .swiper-slide .left h3 {
    margin: 30px 0;
}

.pageswalkInto .Speech .swiper-slide .left .desc {
    margin-bottom: 25px;
    line-height: 1.7;
}

.pageswalkInto .Speech .swiper-slide .left .desc span {
    font-family: mz;
    font-size: 18px;
}

.pageswalkInto .Speech .swiper-slide .right img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.pageswalkInto .Speech .swiper-container {
    width: 100%;
    overflow: hidden;
}

.pageswalkInto .Speech .tabclick {
    position: absolute;
    bottom: 30px;
    left: 0px;
    display: flex;
}

.pageswalkInto .Speech .tabclick div {
    border: 1px solid #666;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: inherit;
    margin: 15px;
    position: initial;
}

.pageswalkInto .Speech .tabclick div::after {
    color: #666;
    font-size: 18px;
}

.pageswalkInto .architecture {
    background: #f2f4f7;
    padding: 1px;
    text-align: center;
}

.pageswalkInto .architecture img {
    max-width: 100%;
    margin-bottom: 50px;
}

.pageswalkInto .honor .box .swiper-slide {
    box-shadow: 0px 0px 10px 1px #eee;
    padding: 20px;
    height: 30vh;
    transition: 0.5s;
    border-radius: 10px;
}

.pageswalkInto .honor .box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pageswalkInto .honor .swiper-container {
    position: relative;
    padding: 0px 15px;
}

.pageswalkInto .honor .swiper-container .tabclick {
    border: 1px solid #888;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.pageswalkInto .honor .swiper-container .tabclick::after {
    color: #666;
    font-size: 16px;
}

.pageswalkInto .honor .swiper-container .swiper-slide:hover {
    box-shadow: 0px 0px 20px 5px #888;
}

.pageswalkInto .environment .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.pageswalkInto .environment .box>div {
    width: 50%;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

.pageswalkInto .environment .txt img {
    width: 80px;
    height: 80px;
}

.pageswalkInto .environment .txt P {
    color: var(--hovercolor);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
}

.pageswalkInto .environment .txt span {
    color: #fff;
    font-size: 28px;
}

.pageswalkInto .environment .txt h4 {
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pageswalkInto .environment .txt .hjp {
    font-size: 16px;
    color: #fff;
}

.pageswalkInto .environment .sw {
    height: 100%;
    position: relative;
}

.pageswalkInto .environment .swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.pageswalkInto .environment .swiper-container .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.pageswalkInto .environment .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageswalkInto .environment .swiper-container .swiper-slide a {
    display: block;
    height: 100%;
}

.pageswalkInto .environment .swiper-container .swiper-slide p {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    width: 100%;
    padding: 15px;
    text-align: center;
}

.pageswalkInto .environment .sw .tab {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    align-items: center;
}

.pageswalkInto .environment .sw .tab div {
    margin: 10px;
    position: initial;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.pageswalkInto .environment .sw .tab div::after {
    color: #000;
    font-size: 16px;
}

.pageswalkInto .environment .sw .tab div:hover {
    background: var(--color);
    opacity: 0.8;
}

.pageswalkInto .environment .sw .tab div:hover::after {
    color: #fff;
}

.pageswalkInto .environment .txt {
    position: absolute;
    top: 0px;
    right: 0%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
    z-index: 33;
}

.pageswalkInto .environment .box>div:hover .txt {
    opacity: 0;
    right: 100%;
    transform: rotateY(45deg);
}

.teacherspages .tbanav {
    text-align: center;
}

.teacherspages .tbanav a {
    margin: 30px 15px;
    padding: 10px 30px;
    border: 1px solid rgb(177, 177, 177);
}

.teacherspages .tbanav a.on,
.teacherspages .tbanav a:hover {
    background: var(--color);
    color: #fff;
    border-color: var(--color);
}

.teacherspages .box {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.teacherspages .box a {
    display: block;
    width: 100%;
}

.teacherspages .box a .img {
    width: 100%;
    height: 40vh;
    background-image: radial-gradient(#4e586d, #2a3243);
    overflow: hidden;
    position: relative;
}

.teacherspages .box a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    bottom: -10%;
    left: 0px;
    transition: 0.5s;
    transform: scale(0.9);
}

.teacherspages .box a h3 {
    margin: 20px 0;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}

.teacherspages .box a h3 span {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    opacity: 0.8;
    font-weight: 500;
}

.teacherspages .box a .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 1.7;
    margin-bottom: 20px;
    height: 120px;
    overflow: hidden;
}

.teacherspages .box a:hover img {
    transform: scale(1);
    bottom: -8%;
}

.videopages {
    margin: 30px auto;
}

.videopages a {
    display: block;
    overflow: hidden;
    height: 40vh;
    margin-bottom: 30px;
    position: relative;
}

.videopages a .txt {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
}

.videopages a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videopages a .txt img {
    width: 50px;
    margin-bottom: 20px;
}

.videopages a:hover .txt {
    opacity: 0;
}

.entersHigherSchoolpages .directionOf {
    display: flex;
    flex-wrap: wrap;
}

.entersHigherSchoolpages .directionOf>a {
    height: 70vh;
    position: relative;
    padding: 0px;
    margin-bottom: 15px;
}

.entersHigherSchoolpages .directionOf>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entersHigherSchoolpages .directionOf .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.entersHigherSchoolpages .directionOf .txt div {
    width: 100%;
    position: relative;
}

.entersHigherSchoolpages .directionOf .txt div * {
    position: absolute;
    transition: 0.5s;
    left: 50%;
    transform: translate(-50%, 0%);
}

.entersHigherSchoolpages .directionOf .txt p {
    color: var(--hovercolor);
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    top: 0px;
}

.entersHigherSchoolpages .directionOf .txt h3 {
    color: #fff;
    margin: 10px 0;
    top: 30px;
    font-size: 28px;
}


/* .entersHigherSchoolpages .directionOf .txt h5 {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    top: 180px;
} */

.entersHigherSchoolpages .directionOf .txt font {
    color: #fff;
    margin-top: 15px;
    top: 140px;
    opacity: 0;
    font-size: 15px;
    line-height: 1.7;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.entersHigherSchoolpages .directionOf .txt span {
    width: 2px;
    height: 60px;
    background: var(--hovercolor);
    display: inline-block;
    top: -80px;
}

.entersHigherSchoolpages .directionOf a:hover .txt>div * {
    left: 0%;
    transform: translate(0%, -200%);
}

.entersHigherSchoolpages .directionOf a:hover .txt span {
    height: 0px;
}

.entersHigherSchoolpages .directionOf a:hover .txt font {
    opacity: 1;
}

.entersHigherSchoolpages .directionOf a:hover .txt {
    background: rgba(0, 0, 0, 0.6);
}

.entersHigherSchoolpages .directionOf a:hover .txt h5 {
    opacity: 1;
}

.entersHigherSchoolpages .item4 {
    text-align: center;
}

.entersHigherSchoolpages .item4 .swiper-slide a {
    text-align: left;
    padding: 10%;
    background: #edeff2;
    width: 100%;
    display: block;
}

.entersHigherSchoolpages .item4 .box {
    position: relative;
    margin: 40px 0;
}

.entersHigherSchoolpages .item4 .box .swiper-container {
    overflow: hidden;
    width: 100%;
}

.entersHigherSchoolpages .item4 .box .swiper-button-prev {
    left: -50px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.entersHigherSchoolpages .item4 .box .swiper-button-prev::after {
    font-size: 18px;
}

.entersHigherSchoolpages .item4 .box .swiper-button-next {
    right: -50px;
    font-size: 16px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.entersHigherSchoolpages .item4 .box .swiper-button-next::after {
    font-size: 18px;
}

.entersHigherSchoolpages .item4 .box a {
    color: #666;
    height: 43vh;
    transition: 0.5s;
}

.entersHigherSchoolpages .item4 .box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 40px;
}

.entersHigherSchoolpages .item4 .box h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 40px;
}

.entersHigherSchoolpages .item4 .box a:hover h3 {
    color: var(--color);
}

.entersHigherSchoolpages .item4 .box a .desc {
    line-height: 1.7;
}

.entersHigherSchoolpages .item4 .box a:hover {
    background-color: #01239142;
}

.specialEducationpages .box {
    margin-bottom: 40px;
}

.specialEducationpages .box a {
    width: 100%;
    float: left;
    clear: both;
}

.specialEducationpages .box a .left {
    padding: 5% 5% 0% 0%;
}

.specialEducationpages .box a>div {
    width: 50%;
    overflow: hidden;
}

.specialEducationpages .box a img {
    height: 45vh;
    width: 100%;
    object-fit: cover;
}

.specialEducationpages .box a h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}

.specialEducationpages .box a:hover h3 {
    color: var(--color);
}

.specialEducationpages .box a .desc {
    line-height: 2;
    color: #666;
}

.specialEducationpages .box a>div {
    float: left;
}

.specialEducationpages .box a:nth-of-type(2n) .img {
    float: left;
}

.specialEducationpages .box a:nth-of-type(2n) .left {
    float: right;
    padding: 5% 0% 0% 5%;
}

.schoolpages .directionOf {
    display: flex;
    flex-wrap: wrap;
}

.schoolpages .directionOf>a {
    height: 70vh;
    position: relative;
    padding: 0px;
}

.schoolpages .directionOf>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.schoolpages .directionOf .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.schoolpages .directionOf .txt div {
    width: 100%;
    position: relative;
}

.schoolpages .directionOf .txt div * {
    position: absolute;
    transition: 0.5s;
    left: 50%;
    transform: translate(-50%, 0%);
}

.schoolpages .directionOf .txt p {
    color: var(--hovercolor);
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    top: 0px;
}

.schoolpages .directionOf .txt h3 {
    color: #fff;
    margin: 10px 0;
    top: 30px;
    font-size: 28px;
}

.schoolpages .directionOf .txt font {
    color: #fff;
    margin-top: 15px;
    top: 140px;
    opacity: 0;
    font-size: 15px;
    line-height: 1.7;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.schoolpages .directionOf .txt span {
    width: 2px;
    height: 60px;
    background: var(--hovercolor);
    display: inline-block;
    top: -80px;
}

.schoolpages .directionOf a:hover .txt div * {
    left: 0%;
    transform: translate(0%, -200%);
}

.schoolpages .directionOf a:hover .txt span {
    height: 0px;
}

.schoolpages .directionOf a:hover .txt font {
    opacity: 1;
}

.schoolpages .directionOf a:hover .txt {
    background: rgba(0, 0, 0, 0.6);
}

.schoolpages .item9 .boxtitle {
    margin: 40px 0;
    text-align: center;
}

.schoolpages .item9 .box a {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    border-radius: 15px;
    padding: 15px;
    height: 150px;
    transition: 0.5s;
}

.schoolpages .item9 .box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.schoolpages .item9 .box a:hover {
    box-shadow: 0px 0px 25px 5px #eee;
}

.schoolpages .item9 .box {
    position: relative;
    padding: 0px 60px;
}

.schoolpages .item9 .tabclick {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #333;
}

.schoolpages .item9 .tabclick::after {
    font-size: 16px;
    color: #333;
}

.schoolpages .item9 .swiper-container {
    overflow: hidden;
    padding: 15px;
    width: 100%;
    margin-bottom: 50px;
}

.schoolAboutClasspages a {
    display: block;
    margin-bottom: 20px;
    transition: 0.5s;
}


/* .schoolAboutClasspages a:hover{
    box-shadow: 0px 0px 10px 5px #eee;
    border-radius: 15px;
  
    transform: scale(1.05);
    position: relative;
    z-index: 22;
    background: #fff;
} */

.schoolAboutClasspages a .imglist {
    height: auto;
    overflow: hidden;
    margin: 0px -15px;
}

.schoolAboutClasspages a .imglist div {
    border-radius: 15px;
    overflow: hidden;
    height: 50vh;
}

.schoolAboutClasspages a .imglist div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.schoolAboutClasspages a .imglist div:nth-child(n + 2) {
    height: 23.5vh;
    margin-bottom: 2.5vh;
}

.schoolAboutClasspages a .desc {
    border: 1px solid #eee;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #333;
}

.schoolAboutClasspages a .desc img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
}

.schoolAboutClasspages a .desc .txt {
    width: calc(100% - 140px);
    margin-left: 20px;
}

.schoolAboutClasspages a .desc h3 {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

.artDirectionTestpages .directionOf {
    display: flex;
    flex-wrap: wrap;
}

.artDirectionTestpages .directionOf>a {
    height: 70vh;
    position: relative;
    padding: 0px;
}

.artDirectionTestpages .directionOf>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artDirectionTestpages .directionOf .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.artDirectionTestpages .directionOf .txt div {
    width: 100%;
    position: relative;
}

.artDirectionTestpages .directionOf .txt div * {
    position: absolute;
    transition: 0.5s;
    left: 50%;
    transform: translate(-50%, 0%);
}

.artDirectionTestpages .directionOf .txt p {
    color: var(--hovercolor);
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    top: 0px;
}

.artDirectionTestpages .directionOf .txt h3 {
    color: #fff;
    margin: 10px 0;
    top: 30px;
    font-size: 28px;
}

.artDirectionTestpages .directionOf .txt font {
    color: #fff;
    margin-top: 15px;
    top: 140px;
    opacity: 0;
    font-size: 15px;
    line-height: 1.7;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.artDirectionTestpages .directionOf .txt span {
    width: 2px;
    height: 60px;
    background: var(--hovercolor);
    display: inline-block;
    top: -80px;
}

.artDirectionTestpages .directionOf a:hover .txt div * {
    left: 0%;
    transform: translate(0%, -200%);
}

.artDirectionTestpages .directionOf a:hover .txt span {
    height: 0px;
}

.artDirectionTestpages .directionOf a:hover .txt font {
    opacity: 1;
}

.artDirectionTestpages .directionOf a:hover .txt {
    background: rgba(0, 0, 0, 0.6);
}

.artDirectionTestpages .item4 {
    text-align: center;
}

.artDirectionTestpages .item4 .swiper-slide a {
    background: #edeff2;
    width: 100%;
    display: block;
    overflow: hidden;
}

.artDirectionTestpages .item4 .box {
    position: relative;
    margin: 40px 0;
    padding: 0px 15px;
}

.artDirectionTestpages .item4 .box .swiper-container {
    overflow: hidden;
    width: 100%;
}

.artDirectionTestpages .item4 .box .swiper-button-prev {
    left: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.artDirectionTestpages .item4 .box .swiper-button-prev::after {
    font-size: 18px;
}

.artDirectionTestpages .item4 .box .swiper-button-next {
    right: 30px;
    font-size: 16px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.artDirectionTestpages .item4 .box .swiper-button-next::after {
    font-size: 18px;
}

.artDirectionTestpages .item4 .box a {
    color: #666;
    height: 50vh;
    transition: 0.5s;
}

.artDirectionTestpages .item4 .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.artDirectionTestpages .item4 .box img:hover {
    transform: scale(1.1);
}

.vocationalEducationpages .directionOf {
    display: flex;
    flex-wrap: wrap;
}

.vocationalEducationpages .directionOf>a {
    height: 70vh;
    position: relative;
    padding: 0px;
}

.vocationalEducationpages .directionOf>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vocationalEducationpages .directionOf .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    text-align: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.vocationalEducationpages .directionOf .txt>div {
    width: 100%;
    position: absolute;
    transition: 0.5s;
}

.vocationalEducationpages .directionOf .txt p {
    color: var(--hovercolor);
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    top: 0px;
}

.vocationalEducationpages .directionOf .txt h3 {
    color: #fff;
    margin: 10px 0;
}

.vocationalEducationpages .directionOf .txt font {
    color: #fff;
    margin-top: 15px;
}

.vocationalEducationpages .directionOf .txt span {
    width: 2px;
    height: 50px;
    background: var(--hovercolor);
    display: inline-block;
}

.vocationalEducationpages .directionOf .show {
    text-align: left;
    padding: 0px 10%;
    color: #fff;
    width: 100%;
}

.vocationalEducationpages .directionOf h4 {
    opacity: 0.8;
    margin-top: 20px;
}

.vocationalEducationpages .directionOf .desc {
    margin: 40px 0;
    line-height: 1.7;
}

.vocationalEducationpages .directionOf h5:hover {
    color: #eee;
    cursor: pointer;
}

.vocationalEducationpages .directionOf .show {
    opacity: 0;
    transform: translate(0%, -100%);
}

.vocationalEducationpages .directionOf a:hover .ishide {
    opacity: 0;
    transform: translate(0%, -100%);
}

.vocationalEducationpages .directionOf a:hover .show {
    opacity: 1;
    transform: translate(0%, 0%);
}

.vocationalEducationpages .directionOf a:hover .txt {
    background: rgba(0, 0, 0, 0.6);
}

.vocationalEducationpages .openopenToOfferProfessional {
    padding: 0px 15px;
    height: auto;
    overflow: hidden;
}

.vocationalEducationpages .openopenToOfferProfessional .swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.vocationalEducationpages .openopenToOfferProfessional .swiper-container .click {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.vocationalEducationpages .openopenToOfferProfessional .swiper-container .click::after {
    color: var(--color);
    font-size: 16px;
}

.vocationalEducationpages .openopenToOfferProfessional a {
    display: block;
    background: #ebecf0;
    transition: 0.5s;
    margin-bottom: 20px;
}

.vocationalEducationpages .openopenToOfferProfessional a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.vocationalEducationpages .openopenToOfferProfessional a .txt {
    padding: 15px 30px;
    color: #666;
}

.vocationalEducationpages .openopenToOfferProfessional a .txt p {
    margin: 20px 0 0;
    color: var(--hovercolor);
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
}

.vocationalEducationpages .openopenToOfferProfessional a .txt .desc {
    margin: 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.vocationalEducationpages .openopenToOfferProfessional a .txt h3 {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.vocationalEducationpages .openopenToOfferProfessional a .txt span {
    color: var(--color);
    text-transform: uppercase;
    padding: 10px 0 25px;
    display: inline-block;
}

.vocationalEducationpages .openopenToOfferProfessional a:hover {
    box-shadow: 0px 0px 15px 5px rgb(175, 168, 189);
}

.vocationalEducationpages .guide {
    padding: 15px;
    height: auto;
    overflow: hidden;
}

.vocationalEducationpages .guide a {
    display: block;
    width: 100%;
    background: #f0f0f2;
    padding: 30px;
    margin-bottom: 20px;
    transition: 0.5s;
    color: #333;
    border-radius: 5px;
}

.vocationalEducationpages .guide a:hover {
    background: #fff;
    box-shadow: 0px 0px 15px 5px #eee;
}

.vocationalEducationpages .guide a p {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.vocationalEducationpages .guide a .desc {
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 50px;
    color: #808080;
    margin: 15px 0;
}

.vocationalEducationpages .guide a .tiemmo {
    display: flex;
    align-items: left;
    justify-content: space-between;
    color: #999;
    margin-top: 30px;
}

.vocationalEducationpages .guide a .tiemmo div {
    text-align: left;
}

.vocationalEducationpages .guide a .tiemmo div p {
    margin: 0px;
    color: #999;
}

.vocationalEducationpages .guide a .tiemmo font {
    text-transform: uppercase;
    color: var(--color);
    padding-top: 10px;
}

.vocationalEducationpages .moremgo {
    text-transform: uppercase;
    color: var(--color);
    display: block;
    margin: 5px auto 60px;
    border: 1px solid #eee;
    padding: 12px 0px;
    width: 165px;
    text-align: center;
}

.vocationalEducationpages .moremgo:hover {
    color: #fff;
    background: var(--color);
}

.newspages {
    margin: 40px auto;
    height: auto;
    overflow: hidden;
}

.newspages a {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid #eee;
    margin: 15px 0;
    transition: 0.5s;
}

.newspages a .img {
    position: relative;
    padding: 0px;
}

.newspages a .img img {
    width: 85%;
    height: 100%;
    object-fit: cover;
    /* height: 32vh; */
}

.newspages a .img .tiem {
    background: var(--hovercolor);
    color: #fff;
    position: absolute;
    top: 20px;
    right: 8%;
    padding: 15px 20px;
    text-align: center;
}

.newspages a .img .tiem p {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 18px;
}

.newspages a .txt {
    padding: 40px 50px 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.newspages a .txt p {
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newspages a .txt .desc {
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 50px;
}

.newspages a .txt span {
    color: var(--color);
    text-transform: uppercase;
    margin-top: 20px;
}

.newspages a:hover {
    /* border: 2px solid var(--color); */
    box-shadow: 0px 5px 15px 1px #eee;
}

.newspages a:hover p {
    color: var(--color);
}

.newspages a:hover .img .tiem p {
    color: #fff;
}

.newspages a:hover .txt .desc {
    color: #666;
}

.newspagesthree {
    margin: 40px auto;
    height: auto;
    overflow: hidden;
}

.newspagesthree a {
    display: block;
    width: 100%;
    margin: 15px 0;
    transition: 0.5s;
    background: #f0f1f2;
}

.newspagesthree a .img {
    position: relative;
    padding: 0px;
}

.newspagesthree a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 30vh;
}

.newspagesthree a .img .tiem {
    background: var(--hovercolor);
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: 20px;
    padding: 15px 20px;
    text-align: center;
}

.newspagesthree a .img .tiem p {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 18px;
}

.newspagesthree a .txt {
    padding: 15px 30px 40px;
}

.newspagesthree a .txt p {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    margin-top: 25px;
    height: 50px;
    overflow: hidden;
}

.newspagesthree a .txt span {
    color: var(--color);
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}

.newspagesthree a:hover {
    background: #fff;
    box-shadow: 0px 5px 15px 1px #eee;
}

.newspagesthree a:hover .txt p {
    color: var(--color);
}

.recruitStudentsToSignUp .generalRules {
    background: url(../img/ff.png) center/cover fixed;
    text-align: center;
    height: 30vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruitStudentsToSignUp .generalRules h3 {
    margin-bottom: 25px;
}

.recruitStudentsToSignUp .generalRules span {
    padding: 0 10px;
    line-height: 1.7;
}

.recruitStudentsToSignUp .imglistjz {
    height: auto;
    overflow: hidden;
    padding: 0 15px;
}

.recruitStudentsToSignUp .imglistjz img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}

.recruitStudentsToSignUp .introductionToThe {
    padding: 15px;
    height: auto;
    overflow: hidden;
}

.recruitStudentsToSignUp .introductionToThe a {
    display: block;
    background: #f2f4f7;
    text-align: center;
}

.recruitStudentsToSignUp .introductionToThe a img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}

.recruitStudentsToSignUp .titleje {
    text-align: center;
    color: var(--color);
}

.recruitStudentsToSignUp .introductionToThe a p {
    padding: 15px;
}

.recruitStudentsToSignUp .introductionToThe a:hover {
    background: var(--color);
    color: #fff;
}

.recruitStudentsToSignUp .introductionToThe .swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.recruitStudentsToSignUp .introductionToThe .swiper-container .click {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.recruitStudentsToSignUp .introductionToThe .swiper-container .click::after {
    color: var(--color);
    font-size: 16px;
}

.recruitStudentsToSignUp .item4 {
    text-align: center;
}

.recruitStudentsToSignUp .item4 .swiper-slide a {
    text-align: left;
    padding: 10%;
    background: #edeff2;
    width: 100%;
    display: block;
}

.recruitStudentsToSignUp .item4 .box {
    position: relative;
    margin: 40px 0;
    padding: 0px 30px;
}

.recruitStudentsToSignUp .item4 .box .swiper-container {
    overflow: hidden;
    width: 100%;
}

.recruitStudentsToSignUp .item4 .box .swiper-button-prev {
    left: 40px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.recruitStudentsToSignUp .item4 .box .swiper-button-prev::after {
    font-size: 18px;
}

.recruitStudentsToSignUp .item4 .box .swiper-button-next {
    right: 40px;
    font-size: 16px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.recruitStudentsToSignUp .item4 .box .swiper-button-next::after {
    font-size: 18px;
}

.recruitStudentsToSignUp .item4 .box a {
    color: #666;
    height: 45vh;
    transition: 0.5s;
}

.recruitStudentsToSignUp .item4 .box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 40px
}

.recruitStudentsToSignUp .item4 .box h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 40px
}

.recruitStudentsToSignUp .item4 .box a:hover h3 {
    color: var(--color);
}

.recruitStudentsToSignUp .item4 .box a .desc {
    line-height: 1.7;
}

.recruitStudentsToSignUp .item4 .box a:hover {
    background-color: #01239142;
}

.recruitStudentsToSignUp .team .box {
    padding: 0px 30px 50px;
}

.recruitStudentsToSignUp .team .box a {
    display: block;
    width: 100%;
}

.recruitStudentsToSignUp .team .box .swiper-container {
    overflow: hidden;
    position: relative;
}

.recruitStudentsToSignUp .team .box a .img {
    width: 100%;
    height: 40vh;
    background-image: radial-gradient(#4e586d, #2a3243);
    overflow: hidden;
    position: relative;
}

.recruitStudentsToSignUp .team .box a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    bottom: -10%;
    left: 0px;
    transition: 0.3s;
    /* transform: scale(0.9); */
}

.recruitStudentsToSignUp .team .box a h3 {
    margin: 20px 0;
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.recruitStudentsToSignUp .team .box a h3 span {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    opacity: 0.8;
    font-weight: 500;
}

.recruitStudentsToSignUp .team .box a .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
    color: #666;
}

.recruitStudentsToSignUp .team .box a:hover h3 {
    color: var(--color)
}

.recruitStudentsToSignUp .team .box a:hover img {
    transform: scale(1);
    bottom: -7%;
}

.recruitStudentsToSignUp .team .box a:hover .desc {
    color: #666;
}

.recruitStudentsToSignUp .team {
    background: #edeff2;
    padding-top: 1px;
}

.recruitStudentsToSignUp .team .box .swiper-button-prev {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
    background: #eee;
}

.recruitStudentsToSignUp .team .box .swiper-button-prev::after {
    font-size: 18px;
}

.recruitStudentsToSignUp .team .box a>span {
    text-transform: uppercase;
    color: var(--color);
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
}

.recruitStudentsToSignUp .team .box .swiper-button-next {
    font-size: 16px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
    background: #eee;
}

.recruitStudentsToSignUp .team .box .swiper-button-next::after {
    font-size: 18px;
}

.recruitStudentsToSignUp .reason .box a {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.recruitStudentsToSignUp .reason .box a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.recruitStudentsToSignUp .reason .box a h3 {
    font-size: 20px;
    font-weight: 800;
}

.recruitStudentsToSignUp .reason .box a:hover h3 {
    color: var(--color);
}

.recruitStudentsToSignUp .reason .box a p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}

.recruitStudentsToSignUp .honor {
    background: #edeff2;
    padding-top: 1px;
}

.recruitStudentsToSignUp .honor .box {
    padding: 0px 15px;
    padding-bottom: 40px;
}

.recruitStudentsToSignUp .honor .swiper-container {
    overflow: hidden;
}

.recruitStudentsToSignUp .honor .box .swiper-slide {
    box-shadow: 0px 0px 10px 1px #eee;
    padding: 25px;
    height: 30vh;
    transition: 0.5s;
    border-radius: 10px;
    background: #fff;
}

.recruitStudentsToSignUp .honor .box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recruitStudentsToSignUp .honor .swiper-container {
    position: relative;
    padding: 0px 15px;
}

.recruitStudentsToSignUp .honor .swiper-container .tabclick {
    border: 1px solid #888;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.recruitStudentsToSignUp .honor .swiper-container .tabclick::after {
    color: #666;
    font-size: 16px;
}

.recruitStudentsToSignUp .honor .swiper-container .swiper-slide:hover {
    box-shadow: 0px 0px 20px 5px #888;
}

.recruitStudentsToSignUp .campus a {
    display: block;
    width: 100%;
    margin: 15px 0;
    transition: 0.5s;
    background: #f0f1f2;
}

.recruitStudentsToSignUp .campus a .img {
    position: relative;
    padding: 0px;
}

.recruitStudentsToSignUp .campus a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 30vh;
}

.recruitStudentsToSignUp .campus a .img .tiem {
    background: var(--hovercolor);
    color: #fff;
    position: absolute;
    bottom: -30px;
    right: 20px;
    padding: 8px 15px;
    text-align: center;
}

.recruitStudentsToSignUp .campus a .img .tiem p {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 16px;
}

.recruitStudentsToSignUp .campus a .txt {
    padding: 15px;
}

.recruitStudentsToSignUp .campus a .txt p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.7;
    margin-top: 25px;
    overflow: hidden;
}

.recruitStudentsToSignUp .campus a .txt span {
    color: var(--color);
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}

.recruitStudentsToSignUp .campus a:hover {
    background: #fff;
    box-shadow: 0px 5px 15px 1px #eee;
    background: var(--color);
}

.recruitStudentsToSignUp .campus a:hover p,
.recruitStudentsToSignUp .campus a:hover span,
.recruitStudentsToSignUp .campus a:hover {
    color: #fff;
}

.recruitStudentsToSignUp .campus .box {
    padding: 0px 30px;
}

.recruitStudentsToSignUp .campus .swiper-container {
    position: relative;
    overflow: hidden;
}

.recruitStudentsToSignUp .campus .swiper-container .tabclick {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
}

.recruitStudentsToSignUp .campus .swiper-container .tabclick::after {
    color: #666;
    font-size: 16px;
}

.recruitStudentsToSignUp .policy {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.recruitStudentsToSignUp .policy .pagestitle {
    text-align: left;
    margin-bottom: 25px;
}

.recruitStudentsToSignUp .policy .desc {
    line-height: 1.7;
    padding-bottom: 40px;
    font-size: 15px;
}

.recruitStudentsToSignUp .img {
    position: absolute;
    right: 0px;
    top: 0px;
}

.recruitStudentsToSignUp .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruitStudentsToSignUp .item10 {
    background-image: linear-gradient(#f0f0f2, #f0f0f2);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    margin-top: 30px;
    padding-top: 20px;
    background-position: 0% 100%;
}

.recruitStudentsToSignUp .item10 .box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 15px 5px #eee;
    border-radius: 15px;
    align-items: center;
}

.recruitStudentsToSignUp .item10 .box .left {
    padding: 20px 0 15px 15px;
    font-size: 16px;
    line-height: 2;
}

.recruitStudentsToSignUp .item10 .box .left .hui {
    font-size: 13px;
    color: #808080;
    line-height: 1.7;
}

.recruitStudentsToSignUp .item10 .box .left p {
    margin: 0;
    display: inline;
}

.recruitStudentsToSignUp .item10 .box .center,
.recruitStudentsToSignUp .item10 .box .right {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.recruitStudentsToSignUp .item10 .box .right {
    border-left: 1px solid #eee;
}

.recruitStudentsToSignUp .item10 .box .right p {
    margin: 10px 0px 0px;
}

.recruitStudentsToSignUp .item10 .box .center a {
    z-index: 5;
    cursor: pointer;
    position: relative;
}

.recruitStudentsToSignUp .item10 .box .center .lximg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: var(--hovercolor);
    position: relative;
}

.recruitStudentsToSignUp .item10 .box .center .lximg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}


/* .recruitStudentsToSignUp .item10 .box .center a span img {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
} */

.recruitStudentsToSignUp .item10 .box .center a span {
    position: absolute;
    bottom: 130px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    color: var(--color);
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: .5s;
    width: 120px;
    box-shadow: 0px 0px 5px 1px #eee;
}

.recruitStudentsToSignUp .item10 .box .center a p {
    margin: 10px 0px 0px;
}

.recruitStudentsToSignUp .item10 .box .center a:hover .lximg {
    background: var(--color);
}

.recruitStudentsToSignUp .item10 .box .center a:hover span {
    opacity: 1;
}

.toSignUppages .item7 {
    text-align: center;
}

.toSignUppages .item7 .boxtitle h3 {
    margin: 60px 0 10px;
    color: var(--color);
    font-size: 28px;
}

.toSignUppages .item7 .boxtitle p {
    color: var(--hovercolor);
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    text-transform: uppercase;
}

.toSignUppages .item7 .box {
    margin: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.toSignUppages .item7 .box a {
    margin: 0px 30px;
}

.toSignUppages .item7 .box a p {
    font-size: 20px;
}

.toSignUppages .item7 .box a span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--color);
    border-radius: 100%;
    position: relative;
    margin-top: 20px;
    opacity: 0;
    transition: 0.5s;
}

.toSignUppages .item7 .box a span::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid var(--color);
    display: block;
    border-radius: 100%;
    margin-top: -2px;
    margin-left: -2px;
}

.toSignUppages .item7 .box a span::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: var(--color);
    display: block;
    position: absolute;
    top: -22px;
    left: 3px;
}

.toSignUppages .item7 .box i {
    flex: 1;
    height: 1px;
    background: var(--color);
    margin-top: 15px;
}

.toSignUppages .item7 .box i:nth-of-type(6) {
    display: none;
}

.toSignUppages .item7 .box .on span {
    opacity: 1;
}

.toSignUppages .item7 .box .on {
    color: var(--color);
    cursor: pointer;
}

.toSignUppages .item7 .title {
    text-align: center;
    margin: 50px auto;
}

.toSignUppages .item7 .title h3 {
    font-size: 20px;
    margin-top: 10px;
}

.toSignUppages .item7 .title p {
    color: var(--hovercolor);
    font-size: 16px;
    text-transform: uppercase;
}

.toSignUppages .item7 .title span {
    color: #333;
    display: block;
    margin: 10px 0;
    font-size: 20px;
}

.toSignUppages .item7 .title div {
    margin-top: 20px;
    color: #666;
    line-height: 1.7;
}

.toSignUppages .item8 .box {
    background: url(../img/indexbj.png) center/cover fixed;
    padding: 5% 0;
}

.toSignUppages .item8 .box .boxtitle {
    text-align: center;
}

.toSignUppages .item8 .box .boxtitle h3 {
    margin: 10px 0;
    color: var(--color);
    font-size: 28px;
}

.toSignUppages .item8 .box .boxtitle p {
    color: var(--hovercolor);
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    text-transform: uppercase;
}

.toSignUppages .item8 .box .boxtitle h3,
.toSignUppages .item8 .box .boxtitle p {
    color: #fff;
}

.toSignUppages .item8 .box .from input {
    width: 100%;
    margin: 15px 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #eee;
    border-radius: 3px;
    line-height: 56px;
    color: #fff;
    padding: 0px 15px;
}

.toSignUppages .item8 .box .from input::placeholder {
    color: #eee;
}

.toSignUppages .item8 .box button {
    display: block;
    margin: auto;
    float: none;
    background: var(--color);
    border: none;
    box-shadow: none;
    color: #fff;
    line-height: 60px;
    border-radius: 5px;
}

.toSignUppages .item8 .box .from {
    margin: 30px 0;
}

.toSignUppages .item8 .box .from p {
    text-align: center;
    color: #fff;
    margin-top: 25px;
    opacity: 0.7;
}

.toSignUppages .item8 .box button:hover {
    background: var(--hovercolor);
}

.toSignUppages .item10 {
    background-image: linear-gradient(#f0f0f2, #f0f0f2);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    margin-top: 30px;
    padding-top: 20px;
    background-position: 0% 100%;
}

.toSignUppages .item10 .box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 15px 5px #eee;
    border-radius: 15px;
    align-items: center;
}

.toSignUppages .item10 .box .left {
    padding: 20px 0 15px 15px;
    font-size: 16px;
    line-height: 2;
}

.toSignUppages .item10 .box .left .hui {
    font-size: 13px;
    color: #808080;
    line-height: 1.7;
}

.toSignUppages .item10 .box .left p {
    margin: 0;
    display: inline;
}

.toSignUppages .item10 .box .center,
.toSignUppages .item10 .box .right {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.toSignUppages .item10 .box .right {
    border-left: 1px solid #eee;
}

.toSignUppages .item10 .box .right p {
    margin: 10px 0px 0px;
}

.toSignUppages .item10 .box .center a {
    z-index: 5;
    cursor: pointer;
    position: relative;
}

.toSignUppages .item10 .box .center a span {
    position: absolute;
    bottom: 130px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    color: var(--color);
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: .5s;
    width: 120px;
    box-shadow: 0px 0px 5px 1px #eee;
}

.toSignUppages .item10 .box .center .lximg {
    width: 80px;
    height: 80px;
    background: var(--hovercolor);
    border-radius: 100%;
    position: relative;
}

.toSignUppages .item10 .box .center .lximg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toSignUppages .item10 .box .center a p {
    margin: 10px 0px 0px;
}

.toSignUppages .item10 .box .center a:hover span {
    opacity: 1;
}

.toSignUppages .item10 .box .center a:hover .lximg {
    background: var(--color);
}

.toSignUppages .problem .swiper-container {
    width: 100%;
    overflow: hidden;
}

.toSignUppages .problem .swiper-container a {
    display: block;
    background: #edeef2;
    padding: 15px 30px;
}

.toSignUppages .problem .swiper-container a .w {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
}

.toSignUppages .problem .swiper-container a span {
    width: 30px;
    display: inline-flex;
    height: 30px;
    background: var(--hovercolor);
    text-align: center;
    line-height: 30px;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    position: relative;
}

.toSignUppages .problem .swiper-container a span::after {
    content: "";
    border-bottom: 5px solid var(--hovercolor);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    left: 20px;
    bottom: 2px;
    ;
}

.toSignUppages .problem .swiper-container a .d span {
    background: var(--color);
}

.toSignUppages .problem .swiper-container a .d span::after {
    border-bottom-color: var(--color);
}

.toSignUppages .problem a .w h3 {
    width: calc(100% - 40px);
    margin: 0px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toSignUppages .problem .swiper-container a .d {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}

.toSignUppages .problem .swiper-container a .d>div {
    width: calc(100% - 40px);
}

.toSignUppages .problem .swiper-container a .d>div .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    font-size: 14px;
    line-height: 1.7;
}

.toSignUppages .problem .swiper-container a .d>div font {
    color: var(--color);
    display: inline-block;
    margin-top: 10px;
}

.toSignUppages .problem .swiper-container a .d font {
    color: var(--color);
    margin: 15px 0 0 0;
}

.toSignUppages .problem .swiper-container a:hover {
    background: #e0914157;
}

.toSignUppages .problem .swiper-container .tabclick {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color);
    color: var(--color);
}

.toSignUppages .problem .swiper-container .tabclick::after {
    color: #666;
    font-size: 16px;
}

.toSignUppages .problem .box {
    position: relative;
}

.toSignUppages .problem .swiper-container .swiper-button-prev {
    left: -50px;
}

.toSignUppages .problem .swiper-container .swiper-button-next {
    right: -50px;
}

.contactpages .way .title {
    text-align: center;
    margin-bottom: -30px;
}

.contactpages .way .title span {
    display: inline-block;
    width: 3px;
    height: 30px;
    background: var(--hovercolor);
    opacity: 0.5;
    position: relative;
    margin: 20px 0;
}

.contactpages .way .title span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50%;
    background: var(--hovercolor);
    filter: saturate(1000%);
}

.contactpages .way .title P {
    font-family: 'Times New Roman', Times, serif;
    opacity: 0.5;
    font-size: 12px;
}

.contactpages .way {
    text-align: center;
}

.contactpages .way .box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px;
    display: block;
    margin: auto;
}

.contactpages .way .box {
    font-size: 16px;
    margin-top: 70px;
}

.contactpages .way .box>div {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.contactpages .way .box p {
    width: 100%;
    margin-top: 15px;
}

.contactpages .way .box p.colcor {
    color: var(--color);
    font-weight: 800;
}

.contactpages .way .box .lianxiewm {
    position: relative;
    left: 5%;
}

.contactpages .way .box .ww img {
    width: 80px;
    height: 80px;
    margin: 0px 10px;
}

.contactpages .way .box .lianxifs img:nth-of-type(2) {
    display: none;
}

.contactpages .way .box .lianxifs img:nth-of-type(1) {
    display: block;
}

.contactpages .way .box .lianxifs:hover img:nth-of-type(2) {
    display: block;
}

.contactpages .way .box .lianxifs:hover img:nth-of-type(1) {
    display: none;
}

.contactpages .way .box .lianxifs:hover p {
    color: var(--color);
    font-weight: 800;
}

.contactpages .map {
    margin-top: 40px;
}

.contactpages .map .top {
    background: url(../img/lx.png) center/cover fixed;
}

.contactpages .map .top .rq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.contactpages .map .top .rq img {
    cursor: pointer;
    margin-left: 15px;
}

.contactpages .map .top .rq p {
    margin: 0px;
    color: #fff;
    font-size: 25px;
}

.contactpages .map .box {
    height: 50vh;
    display: flex;
    width: 200%;
    margin-left: 0%;
    transition: 0.5s;
    border-bottom: 2px solid var(--color);
}

.contactpages .map .box>div {
    background: #eee;
    height: 100%;
    width: 100vw;
}

.contactpages .map .box.on {
    margin-left: -100%;
}

.contactpages .map .box .dh {
    display: flex;
    align-items: center;
    width: 100vw;
    justify-content: center;
    font-size: 20px;
    text-align: center;
}

.contactpages .law .box {
    text-align: center;
    margin-bottom: 40px;
}

.contactpages .law .box .txt {
    border: 1px solid #eee;
    text-align: center;
    width: 100%;
    padding: 30px;
    color: #666;
}

.contactpages .law .box .txt div {
    height: 130px;
    line-height: 1.7;
    overflow: auto;
}

.contactpages .law .box .txt p {
    font-size: 20px;
}

.talentpages .yj {
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}

.talentpages .yj .pagestitle {
    text-align: left;
}

.talentpages .yj .desc {
    line-height: 2;
    margin-bottom: 40px;
}

.talentpages .yj .desc span {
    color: var(--color);
}

.talentpages .yj .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talentpages .recruitment .fixedopen {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 50;
}

.talentpages .recruitment .fixedopen .content {
    width: 60%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    min-height: 70vh;
}

.talentpages .recruitment .fixedopen .content .cler {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.talentpages .recruitment .fixedopen .content .contenthtml {
    margin-top: 40px;
}

.talentpages .recruitment .fixedopen .content .contenthtml>h4 {
    color: #012391;
}

.talentpages .recruitment .fixedopen .content .contenthtml .details {
    line-height: 1.5;
}

.talentpages .recruitment .fixedopen .content .contenthtml .details p {
    margin-bottom: 0px;
}

.talentpages .recruitment .fixedopen .content .more {
    border: 1px solid var(--color);
    display: inline-block;
    padding: 5px 15px;
    margin-top: 30px;
    color: var(--color);
}

.talentpages .recruitment .fixedopen .content .more:hover {
    background: var(--hovercolor);
    color: #fff;
    border-color: var(--hovercolor);
}

.talentpages .recruitment .item {
    width: 100%;
    background: #f7f8fa;
    padding: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 5px;
    position: relative;
    top: 0px;
}

.talentpages .recruitment .item .top {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 18px;
}

.talentpages .recruitment .item>.desc {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talentpages .recruitment .item:hover {
    box-shadow: 0px 0px 15px 1px rgb(180, 171, 171);
    top: -5px;
}

.xinwendetails {
    max-width: 1200px;
    margin: 0 auto;
}

.details {
    max-width: 1200px;
    margin: 0 auto
}

@media(max-width:650px) {
    .winw {
        width: 100%;
        padding: 0px 0px;
    }
    body {
        padding-top: 40px;
    }
    .insidePagesAdvertis {
        margin-top: 0px;
    }
    .insidePagesAdvertis .box h3 {
        font-size: 16px;
    }
    .insidePagesAdvertis .box {
        width: 100%;
        padding: 0px 15px;
    }
    footerbox.wap {
        display: flex !important;
    }
    footer .icp {
        margin: 0;
    }
    .webindex .item1 {
        margin: 15px auto;
    }
    .webindex .item1 .digital {
        margin: 0px 0;
        padding: 20px 0;
    }
    .webindex .item1 .digital h3 {
        font-size: 26px;
    }
    .webindex .item1 .description .right {
        margin-top: 35px;
    }
    .webindex .item1 .digital p {
        font-size: 14px;
    }
    .webindex .item1 .description .left h3 {
        font-size: 24px;
    }
    .webindex .item1 .description .left span {
        font-size: 18px;
    }
    .webindex .item1 .description .left h4 {
        font-size: 16px;
    }
    .webindex .item1 .description .right>img {
        height: 200px;
    }
    .webindex .item1 .description .right .icon {
        border-radius: 16px;
    }
    .webindex .item1 .description .right .icon img {
        margin-top: 60px;
        width: 48px;
        height: 48px;
        margin-bottom: 0px;
    }
    .webindex .item1 .description .right .icon p {
        font-size: 14px;
    }
    .webindex .item2 a {
        width: 100%;
        border-radius: 16px;
        margin-bottom: 15px;
    }
    .webindex .item2 {
        display: block;
        margin: 0 15px;
    }
    .webindex .item2 a .box {
        padding: 0 5%;
    }
    .webindex .item2 a .box h3 {
        font-size: 28px;
    }
    .webindex .boxtitle h3 {
        font-size: 28px;
    }
    .webindex .boxtitle p {
        font-size: 16px;
    }
    .webindex .item3 {
        margin: 0px;
    }
    .webindex .item4 {
        margin-top: 20px;
    }
    .webindex .item4 .box .swiper-button-prev {
        left: 0px;
    }
    .webindex .item4 .box .swiper-button-next {
        right: 0px;
    }
    .webindex .item5 .user .userimg {
        display: none;
    }
    .webindex .item5 .user .left {
        width: 100%;
        height: 300px;
    }
    .webindex .item5 .userlist .swiper-slide {
        width: 80px;
    }
    .webindex .item5 .userlist {
        height: 420px;
    }
    .webindex .item5 {
        padding: 20px 0;
    }
    .webindex .item5 .winw {
        padding: 15px;
    }
    .webindex .item5 .clicktab {
        width: 30px;
        height: 40px;
    }
    .webindex .item7 .box {
        margin: 20px 0px;
        padding: 0 15px;
    }
    .webindex .item7 .box a {
        margin: 0px;
    }
    /* .webindex .item7 .box a span {
        opacity: 1;
    } */
    .webindex .item7 .box i {
        display: none;
    }
    .webindex .item5 .user {
        width: calc(100% - 60px);
    }
    .webindex .item5 .user .left {
        height: 400px;
    }
    .webindex .item5 .user .left .desc {
        max-height: auto;
    }
    .webindex .item10 .box {
        flex-wrap: wrap;
        text-align: center;
        background: #f0f0f2;
        box-shadow: none;
    }
    .webindex .item10 .box>div {
        justify-content: space-around;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 15px 0 0;
        border: none
    }
    footer {
        padding: 0px;
    }
    footer .winw .box .li {
        display: none;
    }
    .pageswalkInto .concept .tab p {
        padding: 10px 10px;
        width: 100px;
        text-align: center;
        font-size: 16px;
    }
    .pageswalkInto .concept .box>img {
        height: 380px;
    }
    .pageswalkInto .concept .box.on .winw {
        bottom: 60px;
    }
    .pageswalkInto .concept .box.on h3 {
        margin-top: 0;
    }
    .pageswalkInto .concept .box.on .txt {
        padding: 0 15px;
    }
    .pageswalkInto .concept .box.on .txt .desc {
        white-space: initial;
        font-size: 14px;
    }
    .pageswalkInto .Speech {
        margin: 0px auto;
    }
    .pageswalkInto .Speech .swiper-slide .right img {
        height: 300px;
        margin-bottom: 40px;
    }
    .pageswalkInto .Speech .swiper-slide .left {
        max-height: auto;
        overflow-y: auto;
        margin-bottom: 15px;
    }
    .pageswalkInto .environment .box>div {
        width: 100%;
        height: 50vh;
        margin-top: 1px;
    }
    /* .toSignUppages .item7 .box a span {
        opacity: 1;
    } */
    .toSignUppages .item7 .box a {
        margin: 0px;
    }
    .toSignUppages .item7 .box a i {
        display: none;
    }
    .toSignUppages .item7 .box {
        margin: 30px 0 0 0px;
    }
    .toSignUppages .item10 .box {
        flex-wrap: wrap;
        text-align: center;
    }
    .toSignUppages .item10 .box>div {
        justify-content: space-around;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 15px 0;
    }
    .recruitStudentsToSignUp .imglistjz img {
        height: auto;
    }
    .newspages a .img .tiem {
        display: none;
    }
    .newspages a .txt {
        padding: 15px;
        flex-wrap: wrap;
        width: 100%;
    }
    .newspages a .txt p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .specialEducationpages .box a .left {
        padding: 15px;
        width: 100%;
        float: none;
    }
    .specialEducationpages .box a>div {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .specialEducationpages .box a>div img {
        height: auto;
    }
    .entersHigherSchoolpages .item4 .box .swiper-button-prev {
        left: 0px;
    }
    .entersHigherSchoolpages .item4 .box .swiper-button-next {
        right: 0px;
    }
    .entersHigherSchoolpages .directionOf>a {
        height: 300px;
        margin-bottom: 1px;
    }
    .entersHigherSchoolpages .directionOf .txt div {
        text-align: center;
    }
    .pageshaanxiCulture .list .box {
        padding: 0px 0px;
        margin: 0;
    }
    .talentpages .yj .pagestitle {
        text-align: center;
    }
    .pagestitle {
        margin: 30px 0;
        padding: 0 0px;
    }
    .contactpages .way .box>div {
        justify-content: space-around;
        margin: 20px 0;
    }
    .contactpages .law .box .txt div {
        height: auto;
    }
    .schoolAboutClasspages a .imglist div {
        width: 50%;
        float: left;
        height: 170px;
        padding: 5px;
    }
    .schoolAboutClasspages a .imglist div:nth-child(n+2) {
        height: 85px;
        margin-bottom: 0px;
    }
    .schoolAboutClasspages a .desc img {
        display: none;
    }
    .schoolAboutClasspages a .desc .txt {
        width: 100%;
        padding: 15px 0px;
        margin: 0px;
    }
    .webindex .banner {
        position: relative;
    }
    .webindex .banner img {
        height: 300px;
        object-fit: cover;
    }
    .webindex .item9 .box {
        padding: 0px;
    }
    .pageswalkInto .Speech .tabclick {
        position: initial;
    }
    .pageswalkInto .Speech .tabclick div {
        position: absolute;
    }
    .pageswalkInto .Speech {
        position: relative;
    }
    .pageswalkInto .environment .sw .tab {
        z-index: 222;
        bottom: 0px;
        right: 15px;
    }
    .pageswalkInto .environment .sw .tab div {
        width: 36px;
        height: 36px;
        margin: 10px 5px;
    }
    .page_info {
        text-align: center;
        margin-top: 10px;
        color: #333;
        height: auto;
        margin-bottom: 30px;
    }
    .recruitStudentsToSignUp .img {
        position: initial;
    }
    .recruitStudentsToSignUp .item10 .box {
        flex-wrap: wrap;
    }
    .recruitStudentsToSignUp .item10 .box>div {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 15px;
    }
    .recruitStudentsToSignUp .item10 .box .left {
        display: none;
    }
    .contactpages .map .box .dh>div {
        width: 100%;
        white-space: pre-line;
        word-wrap: break-word;
        font-size: 16px;
        padding: 15px;
    }
    .contactpages .law .box .txt {
        margin-bottom: 15px;
    }
    .webindex .item10 .box .left {
        display: none;
    }
    .webindex .item6 .swiper-slide .left .desc .motto {
        display: none;
    }
    .webindex .item6 .swiper-slide a {
        height: 40vh
    }
    .webindex .item4 .swiper-slide a {
        padding: 15px;
    }
    .webindex .item4 .box a {
        height: 54vh;
        width: 90%;
        margin: 0 5%;
        padding: 10px 30px;
    }
    .webindex .item4 .box {
        margin: 30px 0 40px;
    }
    .webindex .item9 .boxtitle {
        margin: 40px 0 20px;
    }
    .webindex .item9 .box a {
        margin: 0 10%;
        width: 80%;
    }
    footer .icp p {
        padding: 0 15px;
    }
    .webindex .item8 .box .from input {
        height: 48px;
        margin: 8px 0;
    }
    .webindex .item8 .box button {
        line-height: 50px;
        padding: 0 25px;
    }
    .webindex .item8 .box .from p {
        padding: 0 15px;
    }
    .pagestitle .desc {
        padding: 0 15px;
        margin-top: 0px;
    }
    .pagestitle>h3 {
        font-size: 24px;
    }
    .pagestitle>p {
        font-size: 18px;
        line-height: 1.2;
    }
    .pageshaanxiCulture .list .box>div {
        margin-bottom: 15px;
    }
    .insidePagesnav {
        text-align: left;
    }
    .entersHigherSchoolpages .directionOf .txt span {
        height: 30px;
        top: -50px
    }
    .entersHigherSchoolpages .directionOf .txt h3 {
        /* top: 60px; */
    }
    .entersHigherSchoolpages .directionOf .txt p {
        font-size: 18px;
        width: 100%;
    }
    .entersHigherSchoolpages .directionOf a:hover .txt>div * {
        text-align: left;
    }
    .entersHigherSchoolpages .directionOf .txt font {
        top: 70px;
    }
    .entersHigherSchoolpages .item4 .box a {
        height: auto;
        margin: 0 5%;
        width: 90%;
    }
    .entersHigherSchoolpages .item4 .box img {
        margin-top: 20px;
    }
    .entersHigherSchoolpages .item4 .box a .desc {
        margin-bottom: 20px;
    }
    .entersHigherSchoolpages .item4 .box {
        margin: 0 0 40px 0;
    }
    .artDirectionTestpages .directionOf .txt p {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .artDirectionTestpages .directionOf a:hover .txt div * {
        text-align: left;
    }
    .artDirectionTestpages .directionOf .txt font {
        top: 70px;
    }
    .artDirectionTestpages .directionOf .txt span {
        height: 30px;
        top: -50px;
    }
    .artDirectionTestpages .directionOf>a {
        margin-bottom: 1px;
        height: 300px;
    }
    .specialEducationpages .box a h3 {
        line-height: 1.6;
    }
    .vocationalEducationpages .directionOf>a {
        height: 300px;
        margin-bottom: 1px;
    }
    /* .vocationalEducationpages .directionOf>a>img,
    .vocationalEducationpages .directionOf .txt {
        width: 90%;
        margin: 0 5%;
    } */
    .vocationalEducationpages .directionOf .txt span {
        height: 30px;
        top: -50px;
    }
    .vocationalEducationpages .directionOf .txt p {
        font-size: 18px;
    }
    .vocationalEducationpages .openopenToOfferProfessional a img {
        height: auto;
    }
    .vocationalEducationpages .guide {
        padding: 0px 0;
    }
    .vocationalEducationpages .guide a {
        margin-bottom: 15px;
    }
    .schoolpages .directionOf>a {
        height: 300px;
        margin-bottom: 1px;
    }
    .schoolpages .directionOf .txt span {
        height: 30px;
        top: -50px;
    }
    .schoolpages .directionOf .txt p {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .schoolpages .directionOf a:hover .txt div * {
        text-align: left;
    }
    .schoolpages .directionOf .txt font {
        top: 70px;
    }
    .insidePagesnav a {
        margin: 0 7px;
    }
    .pageswalkInto .environment .txt img {
        width: 60px;
        height: 60px;
    }
    .pageswalkInto .environment .txt h4 {
        font-size: 22px;
        margin: 25px 0 15px;
    }
    .pageswalkInto .environment .txt .hjp {
        font-size: 14px;
    }
    .teacherspages .tbanav a {
        margin: 30px 7px 10px;
    }
    .teacherspages .box {
        padding: 15px 0;
    }
    .teacherspages .box a .desc {
        height: auto;
        display: block;
    }
    .teacherspages .box a h3 {
        font-size: 24px;
    }
    .page_list {
        margin-bottom: 50px;
        margin-top: 0;
    }
    .newspagesthree a .img .tiem {
        padding: 5px 10px;
        bottom: -30px;
    }
    .newspagesthree a .img .tiem p {
        padding-bottom: 5px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .newspagesthree a .txt {
        padding: 15px 20px 30px;
    }
    .xinwendetails {
        padding: 0 15px;
    }
    .recruitStudentsToSignUp .generalRules {
        padding: 0 15px;
    }
    .recruitStudentsToSignUp .generalRules h3 {
        font-size: 20px;
    }
    .recruitStudentsToSignUp .pagestitle .pagestitle>h3 {
        margin-bottom: 0 !important;
    }
    .toSignUppages .item7 .box a p {
        font-size: 16px;
        width: 47px;
    }
    .recruitStudentsToSignUp .generalRules span {
        display: inline-block;
    }
    .recruitStudentsToSignUp .imglistjz {
        padding: 0;
    }
    .recruitStudentsToSignUp .imglistjz img {
        margin-bottom: 10px;
    }
    .recruitStudentsToSignUp .reason .pagestitle {
        margin: 30px 0 30px;
        padding: 0 15px;
    }
    .recruitStudentsToSignUp .item4 .box a {
        height: auto;
    }
    .recruitStudentsToSignUp .item4 .box img {
        margin-top: 20px;
    }
    .recruitStudentsToSignUp .item4 .box a .desc {
        margin-bottom: 20px;
    }
    .recruitStudentsToSignUp .item4 .box .swiper-button-prev {
        left: 15px;
    }
    .recruitStudentsToSignUp .item4 .box .swiper-button-next {
        right: 15px;
    }
    .recruitStudentsToSignUp .team .box a .img {
        height: 50vh;
    }
    .recruitStudentsToSignUp .team .box .swiper-button-prev {
        left: -0px;
        background: #fff;
    }
    .recruitStudentsToSignUp .team .box .swiper-button-next {
        right: 0;
        background: #fff;
    }
    .recruitStudentsToSignUp .campus .box {
        padding: 0 15px;
    }
    .recruitStudentsToSignUp .item10 .box .right {
        margin: 55px 0 15px;
        border: none;
    }
    .toSignUppages .item8 .box .from input {
        height: 48px;
        margin: 7px 0;
    }
    .toSignUppages .item8 .box button {
        padding: 0 20px;
        height: 54px;
    }
    .toSignUppages .item8 .box .from p {
        padding: 0 15px;
    }
    .toSignUppages .problem {
        padding: 0 15px;
    }
    .toSignUppages .problem .swiper-container .swiper-slide {
        width: 100%;
    }
    .toSignUppages .problem .swiper-container .swiper-button-prev {
        left: -15px;
    }
    .toSignUppages .problem .swiper-container .swiper-button-next {
        right: -15px;
    }
    .toSignUppages .problem .swiper-container a {
        width: 100%;
    }
    .toSignUppages .item10 .box .left {
        display: none;
    }
    .contactpages .way .title {
        margin-bottom: 30px;
    }
    .contactpages .way .box p {
        font-size: 14px;
    }
    .contactpages .way .box .lianxifs:nth-of-type(1) p {
        font-size: 18px;
        color: var(--color);
    }
    .contactpages .map .top .rq {
        padding: 25px 15px;
    }
    .details {
        padding: 0 15px;
    }
    .webindex .item7 .box a p {
        font-size: 16px;
        width: 45px;
    }
    .toSignUppages .item7 .boxtitle h3 {
        font-size: 24px;
    }
    .toSignUppages .item7 .boxtitle p {
        font-size: 18px;
        line-height: 1.2;
    }
    .toSignUppages .item10 .box .center a span {
        bottom: 130px;
    }
}