.top-banner .swiper-slide {
    height: 4.2rem;
}

.top-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/mobile/new/banner.png) no-repeat center;
    background-size: cover;
}

.top-banner .swiper-pagination_index {
    bottom: 0.9rem;
}

.swiper-pagination_index .swiper-pagination-bullet {
    background: #d0d6df;
}

.swiper-pagination_index .swiper-pagination-bullet-active {
    background: #fce0c9;
}

.pro-nav {
    position: relative;
    height: 3rem;
}

.pro-nav .cont {
    position: absolute;
    width: 100%;
    top: -0.8rem;
    left: 0;
    z-index: 200;
    box-sizing: border-box;
}

.pro-nav .nav-box {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.pro-nav .pro-nav-item {
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    padding: .2rem 0;
}

.pro-nav .pro-nav-item:hover p {
    color: #171d8f;
}

.pro-nav .pro-nav-item .item-icon {
    margin: auto;
    width: .6rem;
    height: .6rem;
}

.pro-nav .pro-nav-item:nth-child(1),
.pro-nav .pro-nav-item:nth-child(2),
.pro-nav .pro-nav-item:nth-child(3) {
    border-bottom: 1px solid #efefef;
}

.pro-nav .pro-nav-item:nth-child(2),
.pro-nav .pro-nav-item:nth-child(5) {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.pro-nav .pro-nav-item:nth-child(1) .item-icon {
    background: url(../../../images/mobile/new/ico-mf.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(2) .item-icon {
    background: url(../../../images/mobile/new/ico-mba.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(3) .item-icon {
    background: url(../../../images/mobile/new/ico-emba.png?v=1);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(4) .item-icon {
    background: url(../../../images/mobile/new/ico-ges.png?v=1);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(5) .item-icon {
    background: url(../../../images/mobile/new/ico-phd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(6) .item-icon {
    background: url(../../../images/mobile/new/ico-ee.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(1):hover .item-icon {
    background: url(../../../images/mobile/new/ico-on-mf.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(2):hover .item-icon {
    background: url(../../../images/mobile/new/ico-on-mba.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(3):hover .item-icon {
    background: url(../../../images/mobile/new/ico-on-emba.png?v=1);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(4):hover .item-icon {
    background: url(../../../images/mobile/new/ico-on-ges.png?v=1);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(5):hover .item-icon {
    background: url(../../../images/mobile/new/ico-on-phd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item:nth-child(6):hover .item-icon {
    background: url(../../../images/mobile/new/ico-on-ee.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-nav .pro-nav-item p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: bold;
}

.tab-btns {
    margin-bottom: .4rem;
}

.tab-btns .cont {
    display: flex;
}

.tab-btns li {
    font-size: .36rem;
    color: #333;
}

.tab-btns li.active {
    color: #171d8f;
}

.tab-btns span {
    display: inline-block;
    width: 2px;
    height: .26rem;
    background: #999;
    margin: 0 .3rem;
    position: relative;
    top: .15rem;
}

.tab-change-item {
    position: relative;
    display: none;
}

.tab-change-item.active {
    display: block;
}

.tab-change-item .lookmore {
    position: absolute;
    right: 0;
    top: -.9rem;
    font-size: .3rem;
    color: #171d8f;
}

.tab-change-item.news-item {
    padding: 0 .4rem;
}

.tab-change-item.news-item .swiper-container {
    padding-bottom: 1.2rem;
}

.tab-change-item.news-item .cover-box {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    position: relative;
}

.tab-change-item.news-item .cover-box .time {
    font-size: .2rem;
    line-height: .4rem;
    width: 1.4rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #2f308b;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tab-change-item.news-item .cover-box img {
    height: 100% !important;
}

.tab-change-item.news-item .text-box {
    padding: .3rem;
}

.tab-change-item.news-item .text-box .news-title {
    font-size: .26rem;
    line-height: .4rem;
    height: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tab-change-item.news-item .swiper-pagination {
    bottom: 0.7rem;
}

.tab-change-item.news-item .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    border-radius: 50%;
}

.tab-change-item.news-item .swiper-pagination-bullet-active {
    width: .4rem;
    height: .14rem;
    border-radius: .07rem;
    background: #171d8f;
}

.tab-change-item.news-item .swiper-button-prev {
    background: url(../../../images/mobile/new/left-btn.png) no-repeat center;
    background-size: contain;
    width: .6rem;
    height: .6rem;
    left: 0;
    top: 2rem;
}

.tab-change-item.news-item .swiper-button-next {
    background: url(../../../images/mobile/new/right-btn.png) no-repeat center;
    background-size: contain;
    width: .6rem;
    height: .6rem;
    right: 0;
    top: 2rem;
}

.tab-change-item.notice-item a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.tab-change-item.notice-item .time-box {
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    position: relative;
    background-image: linear-gradient(45deg, #ffe7d3, #f7cca4)
}

.tab-change-item.notice-item .time-box .weekend {
    font-size: .14rem;
    font-weight: bold;
    color: #171d8f;
    position: absolute;
    left: .1rem;
    top: .1rem;
}

.tab-change-item.notice-item .time-box .day {
    font-size: .5rem;
    line-height: 1.1rem;
    color: #171d8f;
}

.tab-change-item.notice-item .time-box .month {
    line-height: 0.4rem;
    background: #171d8f;
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tab-change-item.notice-item .text-box {
    width: 5.3rem;
    padding: .1rem 0;
    box-sizing: border-box;
}

.tab-change-item.notice-item .text-box .notice-title {
    font-size: .24rem;
    color: #333;
    height: .64rem;
    line-height: .32rem;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tab-change-item.notice-item .text-box .notice-add {
    font-size: .2rem;
    color: #999;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.tab-change-item.notice-item .text-box .notice-add img {
    width: .2rem;
    display: inline;
    vertical-align: middle;
}

.tab-change-item.announcement-item div a {
    display: block;
    box-sizing: border-box;
    padding: .3rem;
    border: .06rem solid transparent;
    border-left: .06rem solid #171d8f;
    margin-bottom: .5rem;
}

.tab-change-item.announcement-item div a .ann-title {
    font-size: .26rem;
    line-height: .4rem;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tab-change-item.announcement-item div a .ann-desc {
    font-size: .22rem;
    lighting-color: .36rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new-footer {
    background: #171d8f;
    padding: .5rem 0;
}

.new-footer .icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: .4rem;
}

.new-footer .footer-logo img {
    height: .6rem;
}

.new-footer .footer-icons {
    display: flex;
    flex-wrap: nowrap;
}

.new-footer .footer-icons a {
    width: .45rem;
    height: .45rem;
    margin-left: .1rem;
    position: relative;
}

.new-footer .footer-icons a img {
    width: 100%;
}

.new-footer .footer-icons .wx-code {
    width: 1.5rem;
    position: absolute;
    top: -1.6rem;
    left: -0.6rem;
    display: none;
}

.new-footer .footer-icons a:nth-child(1):hover .wx-code {
    display: block;
}

.new-footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.new-footer a {
    font-size: 12px;
    color: #fff;
}

.new-footer .footer-nav a {
    width: 33.3%;
    text-align: center;
    line-height: .5rem;
}

.new-footer .footer-nav a img {
    display: inline-block;
    margin-right: .1rem;
    width: .2rem;
}

.new-footer .fp {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: .5rem;
}

.new-footer .fp2 {
    margin: 0;
    line-height: .8rem;
    border-top: 1px solid #454aa5;
}

.new-footer .fp3 {
    border: none;
}

.new-footer .fp3 img {
    display: inline;
    position: relative;
    top: .05rem;
}