.banner .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}
.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}


.banner .swiper-pagination-bullet {
    margin: 0 10px !important;
    background-color: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #eec07f;
}


.banner {
    position: relative;
    height: 3.125rem;
    overflow: hidden;
}

.banner,
.school-active,
.honors {
    margin-bottom: .1823rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.slide1 img {
    width: 100%;
    height: auto;
    min-height: 100%;
   /* transition: 1s linear 2s;
    transform: scale(1.1, 1.1); */
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
    /* transition: 6s linear;
    transform: scale(1, 1); */
}

.swiper-pagination-bullet {
    margin: 0 10px !important;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #eec07f;
}

nav {
    position: relative;
    width: 100%;
    z-index: 99;

    background: rgba(137, 37, 30, 0.9);
}
nav.fixed-nav{background-color: rgb(137 37 30);position: fixed;top: 0;left: 0;}
.nav_list {
    display: flex;
    margin: 0;
}

.nav_list li {
    width: 14%;
    z-index: 9;
    position: relative;
    text-align: center;
}

.nav_list .list1 {
    text-align: left;
    width: 9%;
    padding-left: 26px;
}

.nav_list li a {
    display: block;
    /* width: 100%; */
    position: relative;
    padding: 20px 0 20px 0;
    box-sizing: content-box;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}

.nav_list li>a::after {
    content: '';
    display: block;
    width: 42%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.nav_list .list1 a::after {
    left: 0%;
    transform: translateX(0%);
}

.nav_list li>a::before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #e32525;
    position: absolute;
    right: 0px;
    top: 50%;
}

.nav_list li .last::before {
    background-color: transparent;
}

.nav_list li a:hover::after {
    background-color: #e32525;
}

.nav_list li .active::after {
    background-color: #e32525;
}

.nav_list .dropdown {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    /* IE 9 */
    -moz-transition: all 0.25s ease-in-out;
    /* Firefox */
    -webkit-transition: all 0.25s ease-in-out;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.25s ease-in-out;
    /* Opera */
}

.nav_list .dropdown a {
    z-index: 9999;
    padding: 15px 0px;
    width: 100%;
    display: block;
    text-align: center;
    /* height: 50px;
    line-height: 50px; */
    color: #fefeff;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    background-color: #861b13;
    border-bottom: 1px solid #ccc;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    /* IE 9 */
    -moz-transition: all 0.25s ease-in-out;
    /* Firefox */
    -webkit-transition: all 0.25s ease-in-out;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.25s ease-in-out;
    /* Opera */
}

.nav_list li:hover a {
    color: #fff;
}

.nav_list .dropdown a:hover {
    background-color: #711710;
}
.nav_list1{display:none;}
.news {
    margin-bottom: .1458rem;
}

.news-container,
.research-container,
.honors-container {
    padding: 0.1563rem 0.1146rem 0.2344rem 0.1042rem;
    background-color: #fff;
}


.news-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: .1823rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news-title h1,
.notice-title h1,
.active-title h1,
.research-title h1,
.column-title h1,
.honors-title h1 {
    font-size: 34px;
    font-family: "Microsoft YaHei";
    color: rgb(34, 34, 34);
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.news-title p,
.notice-title p,
.active-title p,
.research-title p,
.column-title p,
.honors-title p {
    padding-left: 36px;
    font-size: 14px;
    font-family: "Arial";
    color: #666666;
    text-transform: uppercase;
    background: url('../images/img1_03.jpg') left no-repeat;
}

.news-title a {
    font-size: 14px;
    font-family: "Arial";
    color: rgb(137, 37, 30);
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-right: 19px;
    background: url('../images/more.png') right no-repeat;
    background-size: contain;
    cursor: pointer;
}

.news-left {
    position: relative;
    float: left;
    width: 50%;
    height: 523px;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    display: none;
}

.mySwiper2 {
    border-radius: 10px;
    box-shadow: 0px 6px 20px 0px rgba(0, 40, 140, 0.3);
    overflow: inherit;
    height: 94%;
}

.slide2 {
    background-position: center;
    background-size: cover;
}

.slide2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.slide2 .aa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #fff;
}
.slide2:hover>img{

}

.bottombox {
    border-radius: 10px;
    background-color: rgb(137, 37, 30);
    padding: 10px 15px 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 84%;
    z-index: 20;
}

.news-date p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.news-date p span {
    float: right;
    font-size: 16px;
    padding-right: 28px;
    background: url('../images/share.png') right no-repeat;
    background-size: contain;
}
.news-date .new-text{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.news-date a {
    display: block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-text span {
    display: block;
    width: 12px;
    height: 20px;
    background: url('../images/next.png') no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
}

.new-text .prev {
    background: url('../images/prev.png') no-repeat;
    left: -5px;
    top: 0;
}

.news-right {
    width: 45%;
    float: right;
}

.news-right li {
    position: relative;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 30;
}

.right-date {
    padding: 13px 10px;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 11.57px 1.43px rgba(92, 16, 4, 0.05);
    width: 15%;
    z-index: 29;
    transition: all 0.5s ease 0s;
}

.right-date h1 {
    font-size: .151rem;
    font-family: "Microsoft YaHei";
    color: rgb(137, 37, 30);
    font-weight: bold;

}

.right-date p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(137, 37, 30);
}

.news-right li a {
    display: block;
    width: 83%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-right li:hover {
    position: relative;
    background-color: #861b13;
    width: 115%;

}

.news-right li:hover a {
    color: #fff;
}

.news-right li:hover .right-date {
    /* color: #fff; */
    background-color: #861b13;
}

.news-right li:hover .right-date>h1,
.news-right li:hover .right-date>p {
    color: #fff;
}

.notice,
.s-active {
    min-height: 409px;
    padding: 35px 35px 35px 20px;
    width: 49%;
    float: left;
    background-color: #fff;
}

.s-active {
    float: right;
}

.notice-title,
.active-title,
.research-title,
.column-title,
.honors-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .1198rem;
    border-bottom: 1px solid #ccc;
}

.notice-title::after,
.active-title::after,
.research-title::after,
.column-title::after,
.honors-title::after {
    content: '';
    display: block;
    width: .7552rem;
    height: 1px;
    background-color: #711710;
    position: absolute;
    bottom: -1px;
    left: 0;
}


.notice-title a,
.active-title a,
.research-title a,
.column-title a,
.honors-title a {
    position: absolute;
    right: 0;
    bottom: 26%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(204, 204, 204);
    text-transform: uppercase;
    cursor: pointer;
}

.notice-container li {
    padding: 21px 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.notice-date {
    padding-top: 15px;
    width: 13.5%;
    height: 82px;
    background: url('../images/date.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.notice-date h1 {
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: rgb(137, 37, 30);
    font-weight: bold;
}

.notice-date p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(137, 37, 30);
}

.notice-items {
    width: 82.8%;
}

.notice-items h1,
.s-active-items h1,
.s-active-items a,
.notice-items a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-container li:hover,
.s-active-container li:hover{
    background-color: #890000;
}

.notice-container li:hover a,
.notice-container li:hover h1,
.notice-container li:hover p,
.s-active-container li:hover .s-active-date,
.s-active-container li:hover a{
    color: #fff;
}
.s-active-container li:hover .s-active-date{
    background: url('../images/time2.png') no-repeat left center;
}
.notice-container li:hover .notice-date{
    background: url('../images/date2.png') no-repeat;
    background-size: 100% 100%;
}
.notice-items .a1,
.s-active-items .a1 {
    font-family: "Microsoft YaHei";
    height: 19px;
    margin-bottom: 15px;
    font-size: 16px;
    color: rgb(137, 37, 30);
    font-weight: bold;
}

.notice-items .a2,
.s-active-items .a2 {
    font-family: "Microsoft YaHei";
    height: 21px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.s-active-container li {
    padding: 17px 5px 16px;
    border-bottom: 1px solid #ccc;
}

.s-active-date {
    padding-left: 30px;
    margin-bottom: 7px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(204, 204, 204);
    background: url('../images/time.png') no-repeat left center;
}

.class {
    margin-bottom: .2344rem
}

.class-container {
    position: relative;
}

.class-l {
    padding: 140px 0px 93px 0px;
    width: 31.7%;
    border-radius: 10px;
    background: url('../images/img2.png') no-repeat;
    background-size: cover;
}

.swiper-button-next1,
.swiper-button-prev1 {
    width: 30px;
    height: 30px;
    background: url('../images/next2.png') center no-repeat;
    position: absolute;
    top: 4%;
    left: -18%;
}

.swiper-button-prev1 {
    background: url('../images/prev2.png') center no-repeat;
    top: 20%;
}

.swiper-button-disabled {
    opacity: 0.35;
}

.class-l h1 {
    width: 73%;
    height: 100px;
    margin: 0 auto;
    background: url('../images/font.png') no-repeat;
    background-size: contain;
}

.class-r {
    float: right;
    width: 71.4%;
    height: 282px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.slide3 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.slide3 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-fraction {
    position: absolute;
    bottom: 0px;
    left: -19%;
    width: 25%;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #ffce4a;
    font-weight: bold;
}

.swiper-pagination-current {
    font-size: 18px;
    color: #fff;
    vertical-align: bottom;
}

.swiper-pagination-total {
    font-size: 22px;
    color: #ffce4a;
    vertical-align: top;
}

.slide3-imgbox {
    height: 166px;
    overflow: hidden;
}

.slide3-imgbox img {
    width: 100%;
    height: 100%;
}

.class-text a {
    display: block;
    padding: 32px 0px;
    text-align: center;
    font-size: 19px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.slide3:hover .class-text>a {
    color: #89251e;
}

.slide3:hover .slide3-imgbox>img {
    transform: scale(1.1);
}

.mySwiper3 .swiper-slide-active img,
.mySwiper3 .swiper-slide-duplicate-active img {
    transition: all 0.5s ease 0s;
}

.research {
    margin-bottom: .2604rem;
}

.research-title {
    margin-bottom: .1302rem;
}

.research-swi {
    height: 475px;
    padding: 0px .1823rem;
}

.slide4 {
    width: 420px;
    height: 435px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 5px 11px 20.69px 0.31px rgba(143, 11, 17, 0.42);
}

.slide4 img {
    display: block;
    transition: all .7s;
}

.slide4:hover .research-imgbox>img{
    transform: scale(1.1);
}

.research-imgbox {
    height: 278px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.research-imgbox img {
    width: 100%;
    height: 100%;
}

.research-text {
    padding: 20px 27px 16px;
}

.research-text p {
    width: 100%;
    height: 55px;
    font-size: 21px;
    font-family: "Microsoft YaHei";
    color: #ccc;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.research-text a {
    display: block;
    width: 120px;
    padding: 10px 55px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #ccc;
    text-transform: uppercase;
    background: url('../images/msg1.png') 90% center no-repeat;
}

.mySwiper4 .swiper-slide-active p {
    color: #890000;
}

.mySwiper4 .swiper-slide-active a {
    color: #890000;
    border: 1px solid #890000;
    background: url('../images/msg2.png') 90% center no-repeat;
}

.column {
    margin-bottom: .2604rem;
}

.column-title {
    margin-bottom: .1823rem;
}

.column-items {
    display: flex;
    justify-content: space-between;
}

.column-lists {
    flex: 1;
    margin-right: 15px;
    overflow: hidden;
}

.column-lists img {
    width: 100%;
    height: 100%;
    transition: all .7s;
}
.column-lists:hover img{
    transform: scale(1.1);
}
.col {
    margin-right: 0;
}

.honors-title {
    margin-bottom: 0.1823rem;
}

.honors-swi {
    position: relative;
    padding: 15px 35px;
    background: url('../images/honors1.png') no-repeat;
    background-size: cover;
}

.slide5 {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    background: #ac3b33;
    overflow: hidden;
}

.slide5 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .7s;
}

.slide5:hover img{
    transform: scale(1.1);
}

.swiper-button-prev2,
.swiper-button-next2 {
    width: 19px;
    height: 35px;
    background: url('../images/prev3.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev2 {
    left: 8px;
}

.swiper-button-next2 {
    background: url('../images/next3.png') no-repeat;
    right: 8px;
}

.aside {
    position: fixed;
    right: 4%;
    bottom: 4%;
    width: 80px;
    background-color: rgb(156, 49, 49);
    border-radius: 40px;
    z-index: 30;
    display: none !important;
}

.aside a {
    display: block;
    padding-top: 70px;
    background: url('../images/vx.png') center 50% no-repeat;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
.aside .phone{
    background: url('../images/phone.png') center 50% no-repeat;
}
.aside .qq{
    background: url('../images/qq.png') center 50% no-repeat;
}
.aside .top{
    padding-top: 100px;
    background: url('../images/top.png') center 65% no-repeat;
}
.m-header-right{
    position: relative;
    display: none;
}
.m-search,
.m-navicon{
    position: absolute;
    width: 25px;
    height: 25px;
    background: url('../images/search.png') no-repeat;
    background-size: contain;
    top: 0;
    right: 50px;
    bottom: 0;
    margin: auto;
}
.m-navicon{
    width: 32px;
    height: 32px;
          background: url(../images//caidan.png) no-repeat;
    right: 0;
}
.search-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 50;
    display: none;
}

.searchbox {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchbox .aa {
    position: relative;
    width: 100%;
}

.searchbox input {
    outline: 0;
    width: 100%;
    height: 55px;
    padding: 0px 130px 0px 20px;
    font-size: 16px;
    line-height: 55px;
    color: #000;
    background: #fff;
    border: none;
    box-sizing: border-box;
}

.searchbox button {
    display: block;
    cursor: pointer;
    position: absolute;
    right: -1px;
    top: 0px;
    height: 55px;
    background-color: #89251e;
    border: none;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    width: 20%;
    max-width: 120px
}
.search-mask .remove{
    width: 48px;
    height: 48px;
    background: url('../images/remove.png') no-repeat;
    position: absolute;
    right: 5%;
    top: 15%;
    z-index: 30;
}