.banner {
    background-image: url(../images/about/banner.png);
}

.Blurbbox {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.aboutTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
    position: relative;
    padding-bottom: .3rem;
    text-align: center;
}

.aboutTit::after {
    content: '';
    width: 1.5rem;
    height: 0.04rem;
    background: #FE8503;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.blurbTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: .3rem;
}

.blurbNum {
    width: 100%;
    display: flex;
    margin-top: .6rem;
    margin-bottom: .5rem;
}

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

.blurbNumitem p:first-child {
    font-family: Bahnschrift, Bahnschrift;
    font-weight: normal;
    font-size: 0.16rem;
    color: #144199;
}

.num {
    font-weight: bold !important;
    font-size: 0.7rem !important;
}

.blurbNumitem p:last-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}

.blurbImg {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blurbImg img {
    width: 4.79rem;
}

.aboutHonor {
    width: 100%;
    background: #F5F6F8;
}

.honorBox {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.mySwiper {
    width: 100%;
    height: 9.7rem;
    margin-top: .6rem;
    padding-bottom: .7rem !important;
}

.mySwiper .swiper-slide {
    width: 3.35rem;
    height: 4.7rem;
}

.mySwiper .swiper-slide img{
    object-fit: contain!important;
}

.mySwiper .swiper-slide:nth-child(2n) {
    margin-top: .3rem !important;
}

.mySwiper .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0 !important;
}

.mySwiper .swiper-pagination span {
    width: 0.1rem;
    height: 0.1rem;
    background: #333333;
    opacity: 0.5;
}

.mySwiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.aboutCourse {
    position: relative;
}

.courseBox {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.mySwiper2 {
    margin-top: .06rem;
}

.mySwiper2 .swiper-slide {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .72rem;
    box-sizing: border-box;
}

.year {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    margin-bottom: .15rem;
}

.swiper_img {
    margin-bottom: .05rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper_img img {
    width: .2rem;
    height: .2rem;
    margin-bottom: .15rem;
}

.swiper_tit {
    width: 100%;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    font-size: 0.4rem;
    color: #144199;
    border-bottom: .01rem solid #999999;
    margin-bottom: .2rem;
}


.swiper_txt {
    width: 100%;
    height: .6rem;
    padding-left: .3rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    position: relative;
    margin-bottom: .2rem;
}

.swiper_txt img {
    width: .14rem !important;
    height: .14rem !important;
    position: absolute;
    top: .1rem;
    left: 0;
}

.aboutCourse .swiper-button-prev,
.aboutCourse .swiper-button-next {
    width: .4rem;
    height: .4rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: 0.01rem solid #666666;
    top: 45%;
}

.aboutCourse .swiper-button-prev:hover,
.aboutCourse .swiper-button-next:hover {
    background: #144199;
    border: 0.01rem solid #144199;
}


.aboutCourse .swiper-button-prev {
    left: 1.2rem;
}

.aboutCourse .swiper-button-next {
    right: 1.2rem;
}

.aboutCourse .swiper-button-prev::after,
.aboutCourse .swiper-button-next::after {
    font-size: .16rem;
    color: #666666;
}

.aboutCourse .swiper-button-prev:hover::after,
.aboutCourse .swiper-button-next:hover::after {
    color: #FFFFFF;
}

.aboutCourse::after {
    content: '';
    width: 100%;
    height: .01rem;
    background: #999999;
    position: absolute;
    top: 2.98rem;
    left: 0;
}

.aboutUnit {
    width: 100%;
    height: 7.41rem;
    background-image: url(../images/index/vipBack.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.unitBox {
    width: 15rem;
    margin: 0 auto;
    padding: .67rem 0 .95rem;
}

.unitContent {
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem;
}

.unitTiem {
    width: 1.76rem;
    height: 1.76rem;
    display: flex;
    align-items: center;
    margin-right: .44rem;
}

.unitTiem img{
    object-fit: contain!important;
}


/*.unitTiem:nth-child(7n) {*/
/*    margin-right: 0;*/
/*}*/

/*.unitTiem:nth-child(n+8) {*/
/*    margin-top: .6rem;*/
/*}*/