body {
    padding: 0;
    margin: 0;
}

a {
    color: #fff;
}

div {
    box-sizing: border-box;
}

.w100 {
    width: 100%;
    /*height: 100vh;*/
    /*min-height: 100vh;*/
    box-sizing: border-box;
    /*overflow: hidden;*/
}

.headerbox {
    height: 69px;
}

.header_body {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.headimg {
    width: 100%;
    /* height: .625rem; */
    background-color: #9d1724;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.0417rem;
}

.head_logo {
    width: 1.2396rem;
    height: .401rem;
    margin: 12px 0;
}

.head_right {
    display: flex;
    align-items: center;
}

.haed_en {
    height: .1875rem;
    line-height: .1875rem;
    font-size: .0729rem;
    color: #fff;
    border-radius: .0521rem;
    padding: 0 .0521rem;
    cursor: pointer;
}

.haed_en:hover {
    color: #f8982b;
    /* background-color: #fff; */
}

.head_right_xian {
    width: .0052rem;
    height: .1042rem;
    background-color: #778bb5;
    margin: 0 .125rem;
}

.head_right_item1 {
    height: 100%;
    font-size: .0729rem;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.head_right_item1 img {
    margin-right: .0521rem;
}

.head_right_item2 {
    /* min-width: .8021rem; */
    height: .1875rem;
    font-size: .0729rem;
    color: #fff;
    background-color: #f8982b;
    border-radius: .0104rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .0521rem;
    cursor: pointer;
}

.head_right_item2 img {
    width: .0885rem;
    height: .0781rem;
    margin-right: .0521rem;
}

.head_right2 {
    display: none;
}

.navbar {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 .0208rem .0833rem 0 rgba(4, 1, 3, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navbar .navbarbox {
    width: 7.8125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbarbox .nav {
    width: .5208rem;
    height: .2917rem;
    line-height: .2917rem;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: .0833rem;
    color: #000;
    border-bottom: .02604rem solid transparent;
    cursor: pointer;
    /*position: relative;*/
}

.navbar .navbarbox .nav:hover {
    color: #fff;
    font-weight: bold;
    background-color: #ca151d;
}

.navbar .navbarbox .nav:hover .navhover {
    width: 100%;
    font-weight: normal;
}

.navbar .navbarbox .navact {
    border-bottom: .026rem solid #ca151d;
}

.navbar .navbarbox .navhoverbox {
    width: 100vw;
    height: 0;
    background-color: #f6f6f6;
    box-shadow: 0 0 .2396rem 0 rgba(72, 72, 72, 0.51);
    border-radius: .0208rem;
    overflow: hidden;
    transition: all 2s ease;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 103%;
    left: 0;
    z-index: 9;
}

.navbar .navbarbox .navhoverbox .navhover {
    width: .5729rem;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: .0833rem;
    letter-spacing: -0.0042rem;
    color: #606266;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navhoverbox_left {
    font-size: .1458rem;
    color: #9d1724;
    font-weight: bold;
    margin: .2083rem 0;
}

.navhoverbox_cent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: .2083rem 0 .2083rem 1.25rem;
}

.navhoverbox_xian {
    width: .0052rem;
    height: 1.6458rem;
    background-color: #e8e8e8;
    margin: .2083rem .3438rem .2083rem 1.0938rem;
}

.navhoverbox_right {
    /*width: 2.5729rem;*/
    height: 1.5417rem;
    margin: .2083rem 0;
}

.navbar .navbarbox .navhoverbox .navhover:nth-child(1) {
    margin-top: .0625rem;
}

.navbar .navbarbox .navhoverbox .navhover:last-child {
    margin-bottom: .0625rem;
}

.navbar .navbarbox .navhoverbox .navhover:hover {
    /*background-color: #efefef;*/
    color: #ca151d;
    font-weight: bold;
}

.navbar .navbarbox .nav:hover>.navhoverbox {
    height: auto;
}

.othernavbar {
    width: 100%;
    height: calc(100vh - 100%);
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.footer {
    width: 9.1771rem;
    /* height: 2.3125rem; */
    background-color: #9d1724;
    margin: 0 auto;
}

.footimg {
    width: 100%;
    height: 100%;
}

.footer_top {
    width: 100%;
    /* height: 1.5625rem; */
    border-bottom: .0052rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 1.4844rem 25px 1.7188rem;
}

.footer-left {
    /* height: .9167rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-left-item {
    width: 1.9688rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: .2031rem;
}

/*.footer-left-item:first-child {*/
/*    margin-top: 0;*/
/*}*/

.footer-left-item a {
    width: 0.36456rem;
    font-size: .0729rem;
    color: #ffffff;
    margin-left: 0.3208rem;
    padding: 10px 0;
    display: block;
}

.footer-left-item a:hover {
    color: #f8982b;
}

.footer-right {
    width: 1.3542rem;
    height: .9219rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-right input {
    width: 100%;
    height: .1771rem;
    font-size: .0625rem;
    padding: 0 .0521rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.footer-right button {
    width: 100%;
    height: .1771rem;
    line-height: .1771rem;
    font-size: .0833rem;
    /* color: #ffffff;
    background-color: #f8982b; */
    color: #9d1724;
    background-color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer-right button img {
    width: .125rem;
    height: .125rem;
    margin-right: .0521rem;
}

.footer-right button:hover {
    color: #9d1724;
}

.footer_bottom {
    width: 100%;
    /* height: .7292rem; */
    height: .9375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .9375rem 0 .7031rem;
}

.footer_bottom_logo {
    width: 1.2396rem;
    height: .401rem;
}

.footer_bottom_cent {
    display: flex;
    flex-direction: column;
}

.footer_bottom_cent_item,
.footer_bottom_cent_item a {
    font-size: .0729rem;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.footer_bottom_cent_item a:hover {
    color: #f8982b;
    cursor: pointer;
}

.footer_bottom_cent_item div {
    display: flex;
    flex-wrap: nowrap;
}

.footer_bottom_cent_item1 {
    margin-top: .1042rem;
}

.footer_bottom_rightbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_bottom_right {
    width: .5208rem;
    height: .5208rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_bottom_right img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.footer_bottom_rightbox .footer_bottom_test {
    font-size: 12px;
    color: #fff;
    margin-top: .0521rem;
}

.contimg {
    width: 100%;
    height: .9167rem;
    height: 14.0417rem;
}


.swiper-container {
    width: 100vw;
    height: 100vh;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*.swiper-container .swiper-slide img {*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
.swiper-slide_box {
    width: 100%;
}

.index_swiper .swiper-slide a {
    width: 100%
}

.index_swiper .swiper-slide img {
    width: 100% !important;
    height: auto;
}

.swiperContent {
    min-width: 100%;
    /*height: 3.2813rem;*/
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.index_swiper .swiper-pagination,
.index_swiper .swiper-pagination9 {
    position: absolute;
    bottom: 5% !important;
    z-index: 99;
}

.swiper-pagination9 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**/
.index_swiper .swiper-slide::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.index_swiper .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    margin: 0 6px !important;
    width: 60px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
    border-radius: 2px;
}

.index_swiper .swiper-pagination-bullet span {
    width: 60px;
    height: 6px;
    background-color: #fff;
    display: block;
    margin-top: 4px;
    border-radius: 4px;
}

.index_swiper .swiper-pagination-bullet i {
    background-color: #9d1724;
    height: 6px;
    width: 60px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
    border-radius: 4px;
}

.index_swiper .swiper-pagination-bullet-active i {
    animation: middle 9s forwards;
}

@keyframes middle {
    0% {
        transform: scaleX(0);
        left: 0;
    }

    100% {
        transform: scaleX(1);
        left: 0;
    }
}

.swiperContent img {
    width: 100%;
}

.xxzxbox {
    width: 9.1667rem;
    /* height: 4.1667rem; */
    background: url("/image/zx_bg.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.xxzxbox_head {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: .0406rem;
}

.liangceicon {
    width: 100%;
    /*position: relative;*/
    position: fixed;
    top: 0;
    z-index: 1;
}

.xxzxbox_head_icon1 {
    width: .2344rem;
    height: .2344rem;
    position: absolute;
    left: .0938rem;
    /*top: .625rem;*/
    top: 1.042rem;
}

.xxzxbox_head_icon1 img {
    width: .2344rem;
    height: .2344rem;
}

.xxzxbox_head_icon2 {
    width: .2344rem;
    height: .2344rem;
    /* display: flex; */
    display: none;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    right: .1563rem;
    /*top: .6979rem;*/
    top: 1.042rem;
}

.xxzxbox_head_icon2 img {
    width: .1042rem;
    height: .0938rem;
}

.xxzxbox_head_icon3 {
    width: .1146rem;
    height: .0833rem;
    position: absolute;
    right: .151rem;
    top: 3.2083rem;
}

.xxzxbox_head_icon3 img {
    width: .1146rem;
    height: .0833rem;
}

.xxzxbox_head_icon4 {
    width: .1146rem;
    height: .1042rem;
    position: absolute;
    right: .151rem;
    top: 2.9427rem;
}

.xxzxbox_head_icon4 img {
    width: .1146rem;
    height: .1042rem;
}

.xxzxbox_head_icon5 {
    width: .099rem;
    height: .5521rem;
    position: absolute;
    right: .1563rem;
    top: 5.0729rem;
}

.xxzxbox_head_icon5 img {
    width: .099rem;
    height: .5521rem;
}

.xxzxbox_head_font1 {
    width: .0573rem;
    height: 1.0885rem;
    position: absolute;
    left: .1823rem;
    /*top: 2.2083rem;*/
    top: 2.6042rem;
    display: flex;
    background: url('/image/School.png') no-repeat;
}

.xxzxbox_head_font2 {
    width: .0938rem;
    height: .0573rem;
    font-size: .0729rem;
    color: #707070;
    position: absolute;
    top: 4.5677rem;
    left: .1354rem;
    color: #707070;
}

/* .xxzxbox_head_font1 div {
    transform: rotate(-90deg);
} */

.xxzxbox_head_cont {
    /* height: .3542rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: .276rem;
}

.xxzxbox_head_cont-font1 {
    font-size: .1667rem;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}

.xxzxbox_head_cont-font1 img {
    margin-right: 10px;
    width: .1875rem;
    height: .1979rem;
}

.xxzxbox_head_cont-font2 {
    font-size: .1146rem;
    color: #333333;
}

.xxzxbox_cont {
    width: 6.7708rem;
    /* height: 2.2865rem; */
    display: flex;
    justify-content: space-between;
    /*padding-left: .3438rem;*/
    margin: .2865rem auto 0 auto;
    overflow: hidden;
}

.xxzxbox_cont_left {
    width: 3.2813rem;
    height: 2.0833rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xxzxbox_cont_left img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.xxzxbox_cont_right {
    width: 3.901rem;
    margin-left: .1563rem;
}

.xxzxbox_cont_right_title {
    font-size: .125rem;
    font-weight: bold;
    color: #9d1724;
    line-height: inherit;
    cursor: pointer;
    margin-top: .2708rem;
}

.xxzxbox_cont_right_title:hover {
    text-decoration: underline;
}

.xxzxbox_cont_right_cent {
    font-size: .0938rem;
    color: #333333;
    margin: .1302rem 0 .4635rem 0;
}

.xxzxbox_cont_right_more {
    display: flex;
    align-items: center;
    line-height: inherit;
    cursor: pointer;
}

.xxzxbox_cont_right_more:hover {
    text-decoration: underline;
}

.xxzxbox_cont_right_more img {
    width: .2083rem;
    height: .2083rem;
    margin-right: 0.1042rem;
}

.xxzxbox_foot {
    width: 6.7708rem;
    margin: .1563rem auto .1042rem auto;
}

.xxzxbox_foot_top {
    width: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.xxzxbox_foot_top_item {
    width: 1.5625rem;
}

.xxzxbox_foot_top_item_img {
    width: 100%;
    height: 1.1458rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.xxzxbox_foot_top_item_img:hover img {
    transform: scale(1.2);
}

.xxzxbox_foot_top_item_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.xxzxbox_foot_top_item_font {
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: inherit;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: .0521rem 0;
    cursor: pointer;
}

.xxzxbox_foot_top_item_font:hover {
    text-decoration: underline;
}

.xxzxbox_font {
    width: .9479rem;
    height: .2656rem;
    line-height: .2656rem;
    text-align: center;
    border: solid .0052rem #333333;
    font-size: .0625rem;
    color: #333333;
    cursor: pointer;
    margin: .2083rem auto .1042rem auto;
}

.xxzxbox_font:hover {
    background-color: #ca151d;
    color: #fff;
}

.wzjjbox {
    width: 9.1667rem;
    /* height: 3.8958rem; */
    background: url('/image/jianjie_bg2.png') no-repeat;
    margin: .4271rem auto .6094rem auto;
    padding-top: 50px;
}

.wzjjbox_head {
    height: .75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: .1042rem;
}

.wzjjbox_head_t {
    width: .0052rem;
    height: .1563rem;
    background-color: #dedede;
}

.wzjjbox_head_c {
    font-size: .0521rem;
    color: #aaaaaa;
}

.wzjjbox_head_b {
    width: .3385rem;
    height: .3385rem;
}

.wzjjbox_contbox {
    width: 8.0938rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.wzjjbox_contbox_t {
    width: 100%;
    height: 1.8229rem;
    display: flex;
    justify-content: space-between;
    /*margin-top: .2396rem;*/
}

/*.wzjjbox_contbox_t img {*/
/*    width: 3.8542rem;*/
/*    height: 2.1875rem;*/
/*    background-color: #999999;*/
/*    border-radius: .0104rem;*/
/*}*/

.carousel {
    width: 100%;
    height: 100%;
    margin: auto;
    transform-style: preserve-3d;
    /*animation-duration: 30s;*/
    /*animation-timing-function: linear;*/
    /*animation-iteration-count: infinite;*/
    /*animation-name: rotation1;*/
}

.carousel div {
    display: block;
    position: absolute;
    left: 50%;
    top: 10px;
    overflow: hidden;
}

.carousel div img {
    width: 336px;
    height: auto;
    cursor: pointer;
}

/*@keyframes rotation1 {*/
/*    0% {*/
/*        transform: rotateY(0deg);*/
/*    }*/

/*    100% {*/
/*        transform: rotateY(360deg);*/
/*    }*/
/*}*/

.wzjjbox_contbox_b {
    width: 100%;
    /*margin-top: .3125rem;*/
}

.wzjjbox_contbox_r {
    width: 3.4375rem;
    margin-right: .5313rem;
    margin-top: .2552rem;
}

.wzjjbox_contbox_r img {
    width: 100%;
    cursor: pointer;
}

.wzjjbox_cont {
    text-indent: 2em;
    letter-spacing: .0052rem;
    font-size: .0833rem;
    color: #333333;
    /* padding: 0 .6979rem; */
    margin: .2552rem 0 .3125rem 0;
}

.wzjjbox_fot {
    width: 100%;
    height: .4375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 1.6667rem; */
}

.wzjjbox_fot_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.wzjjbox_fot_item_t {
    font-size: .0833rem;
    color: #333;
    display: flex;
    align-items: flex-start;
    font-weight: bold;
}

.wzjjbox_fot_item_t span {
    /* height: .4688rem; */
    font-size: .26rem;
    color: #333;

}

.wzjjbox_fot_item_b {
    font-size: .0833rem;
    color: #333;
}

.wzjjbox_more {
    /* width: .8854rem; */
    font-size: .0729rem;
    color: #9d1724;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 .0521rem;
    margin-top: .3125rem;
    box-sizing: border-box;
    cursor: pointer;
}

.wzjjbox_more:hover {
    text-decoration: underline;
}

.wzjjbox_more img {
    width: .2083rem;
    height: .2083rem;
    margin-left: .0781rem;
}

.bumenbox {
    width: 9.1667rem;
    height: 4.6875rem;
    display: flex;
    margin: 0 auto;
}

.bumenbox_item {
    display: flex;
}

.bumenbox_item_left {
    width: 1.5625rem;
    height: 4.6875rem;
    position: relative;
}

.bumenbox_item_left img {
    width: 100%;
    height: 100%;
}

.bumenbox_item_left_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(227, 95, 108, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.bumenbox_item_left_mask_cont {
    min-width: 1.1979rem;
    height: 1.8385rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.masking {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.masking>.xian {
    width: .0052rem;
    height: .2292rem;
    background-color: #ffffff;
}

.exgfont {
    font-size: .0677rem;
    color: #fff;
    margin: .1094rem 0 .2031rem 0;
}

.exgbtn1 {
    width: .2604rem;
    height: .2604rem;
}

.exgbtn1 img {
    width: 100%;
    height: 100%;
}

.exgbtn2 {
    width: .9479rem;
    height: .2604rem;
    line-height: .2604rem;
    text-align: center;
    background-color: #ffffff;
    border: solid .0052rem #ffffff;
    /* display: none; */
}

.bumenbox_item_right {
    width: 0;
    height: 4.6875rem;
    overflow: hidden;
    transition: all ease 1s;
    overflow: hidden;
    position: relative;
}

.bumenbox_item_right img {
    width: 4.4792rem;
    height: 100%;
}

.bumenbox_item_right .bumenbox_item_right_mask {
    width: 3.333vw;
    height: 3.333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    /*opacity: 0;*/
    transition: all ease 1s;
    /*display: none;*/
}

.bumenbox_item_right:hover .bumenbox_item_right_mask {
    display: block;
}

.exgfont1 {
    font-size: .1563rem;
    font-weight: bold;
    color: #fff;
}

.bumenbox_item:nth-child(2) .bumenbox_item_left_mask {
    background-color: rgba(175, 35, 48, 0.95);
}

.bumenbox_item:nth-child(3) .bumenbox_item_left_mask {
    background-color: rgba(158, 23, 37, 0.95);
}

.bumenbox_item:nth-child(1) .bumenbox_item_right {
    width: 4.4792rem;
}

.bumenbox_item:nth-child(1) .bumenbox_item_right .bumenbox_item_right_mask {
    opacity: 1;
}

.bumenbox:hover .bumenbox_item_right {
    width: 0;
}

.bumenbox_item:hover {
    flex: none;
}

.bumenbox .bumenbox_item:hover .bumenbox_item_right {
    width: 4.4792rem;
}

.bumenbox .bumenbox_item:hover .bumenbox_item_right .bumenbox_item_right_mask {
    opacity: 1;
}

.bumenbox_item:hover .exgbtn1 {
    display: none;
}

.bumenbox_item:hover .exgbtn2 {
    display: block;
}

.xxlnboxody {
    margin: .2083rem auto 20px auto;
}

.xxlnbox {
    width: 9.1667rem;
    height: 3.3854rem;
    /*height: 2.6042rem;*/
    background: url('/image/xxln5.png') no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xxlnbox_headbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xxlnbox_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: .8385rem;
}

.xxlnbox_head_font1 {
    font-size: .1667rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.xxlnbox_head_font2 {
    font-size: .1146rem;
    color: #ffffff;
}

.xxlnbox_head_font3 {
    width: 3.125rem;
    text-align: center;
    font-size: .0833rem;
    font-weight: bold;
    letter-spacing: .0052rem;
    color: #ffffff;
    margin: .3125rem auto 0;
}

.xxlnbox_head_font1 img {
    width: .271rem;
    height: auto;
    margin-right: .094rem;
}

.zzln_content {
    width: 4.8958rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .4208rem auto 0;
}

.zzln_content_item {
    width: 2.7188rem;
    cursor: pointer;
}

.zzln_content_item_cont {
    width: 1.5625rem;
    height: .2604rem;
    line-height: .2604rem;
    text-align: center;
    font-size: .0729rem;
    font-weight: bold;
    letter-spacing: .0052rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid .0104rem #ffffff;
}

.zzln_content_item_cont:hover {
    color: #333333;
    background-color: #ffffff;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.mask-main {
    width: 6rem;
    text-align: center;
    /*background-color: #000;*/
}

.mask-close {
    color: #fff;
    text-align: right;
    padding: .0521rem 2% 0 0;
    font-size: .1563rem;
    cursor: pointer;
}

.mask-video {
    width: 100%;
}

.mask-video video {
    width: 100%;
}

.mask-video img {
    width: auto;
    max-width: 100%;
    max-height: 80vh;
}

.mask2 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.mask2-main {
    width: 6.3958rem;
    background-color: #ffffff;
    border-radius: .0313rem;
    padding: .2083rem;
    position: relative;
    box-sizing: border-box;
}

.mask2-close {
    font-size: .2083rem;
    font-weight: bold;
    color: #9d1724;
    position: absolute;
    top: .0521rem;
    right: .0677rem;
    cursor: pointer;
}

.searchbtn {
    position: absolute;
    right: .2708rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.contentbox {
    width: 100%;
}

.contentboximg {
    width: 100%;
    cursor: pointer;
}

.appointmentschoolbox {
    position: relative;
}

.appointmentschool {
    width: .4688rem;
    height: .2083rem;
    position: absolute;
    top: -0.4063rem;
    right: 2.4219rem;
    cursor: pointer;
}

.appointmentschool2 {
    width: .2083rem;
    height: .2083rem;
    position: absolute;
    top: -0.4063rem;
    right: 2.0313rem;
    cursor: pointer;
}

.pagination {
    padding: 10px 0;
    text-align: center;
}

.pagination li {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin: 0 2px;
}

.pagination .active {
    background: #9d1724;
    color: #FFF;
    border-color: #9d1724;
    margin: 0 2px;
}

.pagination .disabled {
    color: #aaa;
}

.pagination a {
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    padding: 5px 12px;
}

.pagination span {
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    padding: 5px 12px;
}

.paging {
    width: 100%;
    /*border-top: .0052rem solid #D4D4D4;*/
    margin-top: .2604rem;
    margin-bottom: .4948rem;
}

.aniLeft {
    transition: 1s all;
    /*transform: translateX(-100px);*/
}

.aniRight {
    transition: 1s all;
    /*transform: translateX(100px);*/
}

.aniUp {
    transition: 1s all;
    /*transform: translateY(100px);*/
}

.aniDown {
    transition: 1s all;
    /*transform: translateY(-100px);*/
}

.ani {
    transform: translateX(0);
}

.zx {
    min-height: 5.625rem;
    background-color: #ffffff;
    position: relative;
    padding: 9% 5% 0 5%;
    overflow: hidden;
}

.zx-smain {
    width: 100%;
    position: relative;
}

.zx-swiper {
    width: 80%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-btn2 {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 60px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 50%;
    z-index: 3;
}

.swiper-btn2:hover {
    background-color: #9d1724;
}

.swiper-btn2 i {
    font-size: 28px;
}

.swiper-banner2-next {
    right: 5%;
}

.swiper-banner2-prev {
    left: 5%;
}

.zx-bg {
    width: 64%;
    height: auto;
    position: absolute;
    top: 4%;
    right: 5%;
}

.zx-list {
    position: relative;
    z-index: 1;
    display: flex;
    /*flex-wrap: wrap;*/
    /* align-items: center; */
    /* justify-content: center; */
    overflow-x: auto;
}

/* 修改垂直滚动条 */
.zx-list::-webkit-scrollbar {
    height: 6px;
}

/* 修改滚动条轨道背景色 */
.zx-list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
.zx-list::-webkit-scrollbar-thumb {
    background-color: #888;
}

/* 修改滚动条滑块悬停时的颜色 */
.zx-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* .zx-item {
    width: 190px;
	min-height: 120px;
    font-size: 16px;
    text-align: center;
    border-right: 2px solid #eee;
    margin-bottom: 20px;
    cursor: pointer;
    flex-shrink: 0;
} */
.zx-item {
    width: 100%;
    min-height: .625rem;
    font-size: .083rem;
    text-align: center;
    border-right: .01rem solid #eee;
    margin-bottom: .104rem;
    cursor: pointer;
    flex-shrink: 0;
}

/* .zx-item:first-child {
    border-left: 2px solid #eee;
} */
.zx-item-img {
    width: .229rem;
    height: .229rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    /*transition: all .5s;*/
}

.zx-item-title {
    color: #333;
    margin: .115rem 0 .094rem;
    font-weight: bold;
}

.zx-item-tips {
    color: #9d1724;
    font-weight: bold;
}

.zx-main {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .771rem;
}

.zx-left {
    width: 3.948rem;
    margin-right: .526rem;
}

.zx-left-title {
    font-size: 34px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

.zx-left-text {
    font-size: 16px;
    color: #333;
    margin-bottom: .536rem;
}

.zx-right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 3.438rem;
    height: 2.578rem;
}

.zx-item:hover .zx-item-title {
    color: #9d1724;
}

.campus-mask-img {
    width: 360px !important;
}

.campus-mask-main {
    background-color: transparent;
}

.campus-close {
    right: 15px;
}

/*.zx-item:hover .zx-item-img {*/
/*    background-size: 100%;*/
/*}*/
@media screen and (max-width:1024px) {
    .headimg {
        padding: 0 2.5%;
    }

    .head_logo {
        width: auto;
        height: 34px;
        margin: 12px 0;
    }

    .liangceicon {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .head_right {
        display: none;
    }

    .head_right2 {
        display: block;
    }

    .head_logo {
        height: 45px;
    }

    .navbar {
        display: none;
    }

    .xxzxbox_head_cont-font1 {
        font-size: 18px;
    }

    .xxzxbox_head_cont-font2 {
        font-size: 14px;
    }

    .xxzxbox_cont {
        width: 95%;
        flex-wrap: wrap;
    }

    .xxzxbox_cont_left {
        width: 100%;
        height: 211.43px;
    }

    .xxzxbox_cont_left .swiper .swiper-slide {
        height: 211.43px;
    }

    .swiper-slide-masking {
        height: 27.9px;
    }

    .swiper-slide-masking div {
        width: auto;
        font-size: 12px;
        word-break: keep-all;
    }

    .xxzxbox_cont_right {
        width: 100%;
        height: 190px;
    }

    .xxzxbox_cont_right_item {
        height: 60px;
    }

    .xxzxbox_cont_right_item_head {
        justify-content: space-evenly
    }

    .xxzxbox_cont_right_item_head_data {
        font-size: 12px;
    }

    .xxzxbox_cont_right_item_head_date {
        font-size: 12px;
    }

    .xxzxbox_cont_right_item_head_cont1 {
        font-size: 12px;
    }

    .xxzxbox_cont_right_item_head_cont2 {
        font-size: 12px;
    }

    .xxzxbox_font {
        width: 122px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        background-color: #ca151d;
        color: #fff;
    }

    .wzjjbox_head {
        height: 83px;
    }

    .wzjjbox_head_c {
        font-size: 12px;
    }

    .wzjjbox_head_b {
        width: 44px;
        height: 44px;
    }

    .wzjjbox_fot {
        height: 33px;
    }

    .wzjjbox_fot_item_t {
        font-size: 8px;
    }

    .wzjjbox_fot_item_t span {
        font-size: 12px;
    }

    .wzjjbox_fot_item_b {
        font-size: 12px;
    }

    .wzjjbox_more {
        font-size: 12px;
    }

    .wzjjbox_more img {
        width: 20px;
        height: 20px;
    }

    .exgfont {
        display: none;
    }

    .exgfont1 {
        font-size: 12px;
    }

    .exgbtn1,
    .exgbtn2 {
        width: 20px;
        height: 20px;
    }

    .exgbtn {
        display: block !important;
    }

    .exgbtn2 {
        display: none !important;
    }

    .xxlnbox_head {
        margin-top: 15px;
    }

    .xxlnbox_head_font1 {
        font-size: 14px;
    }

    .xxlnbox_head_font1 img {
        width: 20px;
    }

    .xxlnbox_head_font2 {
        font-size: 12px;
    }

    .xxlnbox_head_font3 {
        width: 300px;
        font-size: 12px;
        font-weight: normal;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* 行数 */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 5px;
    }

    .xxlnbox {
        min-height: 4.3854rem;
    }

    .zzln_content {
        /* width: 300px; */
        margin: 10px auto 10px;
    }

    .zzln_content_item {
        width: auto;
    }

    .zzln_content_item_cont {
        height: auto;
        line-height: normal;
        font-size: 12px;
    }

    .mask-main {
        width: 90%;
    }

    .mask2-main {
        width: 90%;
        padding: 20px;
    }

    .mask2-close {
        font-size: 20px;
    }

    .searchbtn {
        right: 20px;
    }

    .footer_top {
        flex-wrap: wrap;
    }

    .footer-left {
        width: 100%;
        align-items: center;
    }

    .footer-right {
        width: 100%;
        height: auto;
    }

    .layui-form2 {
        width: 100%;
    }

    .footer-left-item a {
        min-width: 56px;
        font-size: 12px;
    }

    .footer-right input {
        height: 30px;
        font-size: 12px;
        margin-top: 10px;
    }

    .layui-form-item {
        margin-bottom: 0 !important;
    }

    .footer-left-item {
        width: 100%;
    }

    .footer_bottom {
        height: auto;
        flex-direction: column;
    }

    .footer-right button {
        height: 25px;
        line-height: 0;
        font-size: 12px;
        padding: 4px 0;
        margin-top: 10px;
    }

    .footer-right button img {
        width: 18px;
        height: 18px;
    }

    .footer_bottom_logo {
        width: 200px;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer_bottom_cent_item,
    .footer_bottom_cent_item a {
        font-size: 12px;
        flex-wrap: wrap;
    }

    .footer_bottom_cent_item span {
        display: none;
    }

    .footer_bottom_cent_item div {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .footer_bottom_right {
        width: 100px;
        height: auto;
        margin-top: 10px;
    }

    .footer_bottom_rightbox .footer_bottom_test {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .xxzxbox_cont_right_title {
        font-size: 12px;
    }

    .xxzxbox_cont_right_cent {
        font-size: 11px;
    }

    .xxzxbox_cont_right_more img {
        width: .4168rem;
        height: .4168rem;
    }

    .xxzxbox_foot {
        width: 95%;
    }

    .xxzxbox_foot_top {
        flex-wrap: wrap;
    }

    .xxzxbox_foot_top_item {
        width: 4.25rem;
        margin-top: 0.1042rem;
    }

    .xxzxbox_foot_top_item_img {
        height: 3.1458rem;
    }

    .xxzxbox_foot_top_item_font {
        font-size: 10px;
    }

    .zx-item {
        width: 100%;
        min-height: .625rem;
        font-size: 16px;
        text-align: center;
        border-right: 2px solid #eee;
        margin-bottom: 20px;
        cursor: pointer;
        flex-shrink: 0;
    }

    .zx-item-img {
        width: 44px;
        height: 44px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
        /*transition: all .5s;*/
    }

    .zx-item-title {
        color: #333;
        margin: 22px 0 18px;
        font-weight: bold;
    }

    .swiper-banner2-next {
        right: 0%;
    }

    .swiper-banner2-prev {
        left: 0%;
    }

    .xxzxbox_head_cont-font1 img {
        width: 20px;
        height: auto;
    }
}

@media (max-width:900px) {
    .zx-list {
        width: 100%;
    }

    .zx-main {
        display: block;
    }

    .zx-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .zx-right {
        width: 100%;
    }

    .wzjjbox_fot_item_t span {
        font-size: 36px;
    }

    .zx {
        min-height: 100%;
        padding: 9% 5% 9% 5%;
    }

    .zx-right {
        height: 36vh;
    }
}

@media (max-width:600px) {
    .wzjjbox_fot {
        height: 100%;
    }

    .wzjjbox_fot_item {
        width: 34%;
    }

    .wzjjbox_fot {
        flex-wrap: wrap;
    }

    .campus-mask-img {
        width: 100% !important;
    }
}

@media (max-width:448px) {
    .zx-item {
        /* width: 50%; */
        border-left: none;
        border-right: none;
    }
}