.header-middle{
    background: url(https://jsj.xjnu.edu.cn/_upload/tpl/02/93/659/template659/images/head_bg.jpg);
}

.mytitle{
    color: white;   display: flex;
    align-items: center; /** 垂直居中 **/
    justify-content: center; /** 水平居中 **/
    margin: auto;
}

.fa-caret-right:before {

    color: #007bff;
}

.text-right{
    text-align: right;
}
.webName,.notshowfooter{
    display: none;
}
.faq-wrapper{
        margin-top: 30px;
}
.after1{
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    font-family: inherit;    margin-top: 30px;
    font-size: 18px;
    line-height: 1;
    padding: 0 0 12px 0;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    /*margin-top: 0px;*/
    margin-bottom: 15px;
    font-weight: 700;
}

.after1::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 73px;
    background-color: #034491;
    left: 0;
    top: 100%;
}








.swiper {
        width: 100%;
        height: 500px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper {
        margin-left: auto;
        margin-right: auto;
      }



@media (max-width:1000px){

    .webName2{
        display: none;
    }
    .webName{
        display: block;color: white;   display: flex;
        align-items: center; /** 垂直居中 **/
        justify-content: center; /** 水平居中 **/
        margin: auto;font-size: 20px;height: 55px;
    }

    .footershow{
        display: none;
    }
    .notshowfooter{
        display: block;text-align: left;
    }
}

@media (max-width:700px){

    .swiper {
        width: 100%;
        height: 300px;
      }
}











