body {
    padding-top: 80px;
}

@font-face {
    font-family: bahnschrift;
    src: url(../fonts/BAHNSCHRIFT.TTF);
}

#pc_nav {
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

#pc_nav .cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .logo {
    width: 160px;
    height: 80px;
    line-height: 80px;
}

#pc_nav .navbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .navbox li {
    line-height: 80px;
    padding: 0 20px;
    cursor: pointer;
}

#pc_nav .navbox li a {
    font-size: 16px;
    color: #333;
}

#pc_nav .navbox li.active a {
    border-bottom: #e60012 solid 3px;
    color: #e60012;
    font-weight: bold;
    padding-bottom: 27px;
}

#pc_nav .navbox li:hover a {
    border-bottom: #e60012 solid 3px;
    color: #e60012;
    font-weight: bold;
    padding-bottom: 27px;
}

/* banner */
header {
    background: #eeeeee;
    margin-top: 80px;
    height: 710px;
    position: relative;
}

header .cont {
    height: 710px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
}

header::after {
    content: '';
    display: block;
    width: 100%;
    height: 110px;
    background: url(../images/banner_shadow.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
}

header .cont .banner_title5 {
    display: block;
    width: 68px;
    height: 12px;
    background: #e60012;
    margin-top: 66px;
}

header .cont .banner_title4 {
    margin-top: 52px;
}

header .cont .banner_title3 {
    margin-top: 44px;
}

header .cont .banner_title2 {
    margin-top: 30px;
}

header .bg_container {
    height: 710px;
    overflow: hidden;
}

header .bg_container .swiper-slide {
    height: 690px;
    position: relative;
    overflow: hidden;
}

header .bg_container .swiper-slide>div {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: all 1s linear 2s;
}

header .bg_container .swiper-slide-active>div {
    transform: scale(1);
    transition: all 5s linear;
}

@keyframes bannerChange {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

header .bg_container .swiper-slide .slide1 {
    background: url(../images/banner_img1.png) no-repeat center;
    background-size: cover;
}

header .bg_container .swiper-slide .slide2 {
    background: url(../images/banner_img2.png) no-repeat center;
    background-size: cover;
}

header .bg_container .swiper-slide .slide3 {
    background: url(../images/banner_img3.png) no-repeat center;
    background-size: cover;
}

header .bg_container .swiper-slide .slide4 {
    background: url(../images/banner_img4.png) no-repeat center;
    background-size: cover;
}

/* section */
section {
    padding: 80px 0;
}

/* title */
.title .cn_tit {
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: auto;
    position: relative;
}

.title .cn_tit span {
    position: relative;
    z-index: 20;
}

.title .cn_tit::after {
    font-size: 100px;
    font-weight: bold;
    color: #e60012;
    opacity: 0.2;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.title .line {
    display: block;
    width: 80px;
    height: 6px;
    background: #e60012;
    margin: auto;
    margin-top: 20px;
}


/* 项目概况 start */
#modular1 {
    background: #eee;
}

#modular1 .cont {
    position: relative;
    height: 740px;
}

#modular1 .cont .l {
    width: 680px;
    height: 640px;
    background: #fff;
    box-shadow: 5px 6px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 70px 50px 45px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
}

#modular1 .cont .l p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 2em;
}

#modular1 .cont .l .tit p {
    font-size: 40px;
    text-indent: 0;
}

#modular1 .cont .l .tit .line {
    width: 80px;
    height: 6px;
    background: #e60012;
    margin: 15px 0 30px;
}

#modular1 .cont .r {
    width: 600px;
    height: 740px;
    background: url(../images/xmgk_img.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 19;
}

.xxpm {
    padding: 80px 0;
}

.xxpm .tit {
    width: 230px;
    height: 66px;
    line-height: 66px;
    background: #e60012;
    border-radius: 33px;
    box-shadow: 12px 15px 34px 1px rgba(230, 0, 18, 0.2);
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.xxpm .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xxpm .content ul li {
    width: 380px;
    box-sizing: border-box;
    padding: 50px 0px 60px;
    margin-top: 50px;
}

.xxpm .content ul li .tit {
    max-width: 334px;
    width: auto;
    margin: auto;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    line-height: 36px;
    border-radius: 0;
    height: 36px;
    background: #e60012;
    box-shadow: none;
    margin-bottom: 34px;
}

.xxpm .content ul li p {
    text-align: center;
    font-size: 20px;
}

.xxpm .content ul li p span {
    font-size: 40px;
    font-weight: bold;
}


.xxpm .content ul li:nth-child(odd) {
    background: #eee;
}

.xxpm .content ul li:nth-child(odd) p span {
    color: #e60012;
}

.xxpm .content ul li:nth-child(even) {
    background: #fff;
    border: solid 2px #bf9330;
}

.xxpm .content ul li:nth-child(even) .tit {
    background: #bf9330;
}

.xxpm .content ul li:nth-child(even) p span {
    color: #bf9330;
}


.xxpm .content ul li p span.shu {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

/* 项目概况 end */

/* 招生政策 start */
#modular2 {
    position: relative;
}

#modular2 .title .cn_tit {
    color: #fff;
}

#modular2 .title .cn_tit::after {
    content: 'TWO';
}

#modular2 .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 472px;
    background: url(../images/zszc_bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

#modular2 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 50px;
}

#modular2 .content>div {
    background: #fff;
    width: 570px;
}

#modular2 .content>div .tit {
    font-size: 40px;
    color: #fff;
    text-align: center;
    height: 145px;
    line-height: 145px;
}

#modular2 .content>div:nth-child(1) {
    border: solid 2px #e60012;
}

#modular2 .content>div:nth-child(2) {
    border: solid 2px #bf9330;
}

#modular2 .content>div:nth-child(1) .tit {
    background: url(../images/zszc_bg1.png) no-repeat center;
    background-size: cover;
}

#modular2 .content>div:nth-child(2) .tit {
    background: url(../images/zszc_bg2.png) no-repeat center;
    background-size: cover;
}

#modular2 .content>div .info {
    padding: 30px 40px 70px;
}

#modular2 .content>div .info .subtit {
    display: block;
    width: 84px;
    height: 30px;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
    padding: 0 5px;
    box-sizing: border-box;
}

#modular2 .content>div:nth-child(1) .info .subtit {
    background: url(../images/zszc_tag1.png) no-repeat center;
    background-size: cover;
}

#modular2 .content>div:nth-child(2) .info .subtit {
    background: url(../images/zszc_tag2.png) no-repeat center;
    background-size: cover;
}

#modular2 .content>div ul {
    margin-bottom: 50px;
    margin-left: 1em;
}

#modular2 .content>div ul li {
    font-size: 16px;
    line-height: 26px;
    list-style: disc;
    display: list-item;
}

#modular2 .content>div p {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 26px;
}

#modular2 .content>div .info .subtit2 {
    display: inline-block;
    margin-right: 20px;
}

/* 招生政策 end */

/* 报考流程 start */
#modular3 .title .cn_tit::after {
    opacity: .1;
    content: 'THREE';
}

#modular3 .content {
    margin-top: 50px;
}

#modular3 .content>div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular3 .content>div.con1 {
    flex-direction: row;
}

#modular3 .content>div.con2 {
    flex-direction: row-reverse;
}

#modular3 .content>div ul {
    display: flex;
    flex-wrap: nowrap;
}

#modular3 .content>div ul li {
    width: 250px;
    height: 90px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 12px;
}

#modular3 .content .con1 {
    margin-bottom: 50px;
}

#modular3 .content .con1>div {
    font-size: 80px;
    color: #e60012;
    opacity: 0.5;
    line-height: 90px;
    height: 90px;
    font-family: Bahnschrift;
}

#modular3 .content .con1 ul li {
    background: url(../images/bklc_tag1.png) no-repeat center;
    background-size: cover;
}

#modular3 .content .con1 ul li.active {
    background: url(../images/bklc_tag2.png) no-repeat center;
    background-size: cover;
}

#modular3 .content .con1 ul li.active b,
#modular3 .content .con1 ul li.active p {
    color: #fff;
}

#modular3 .content .con1 ul li:nth-child(1) {
    padding-left: 50px;
}

#modular3 .content .con1 ul li:nth-child(2) {
    padding-left: 100px;
}

#modular3 .content .con1 ul li:nth-child(3) {
    padding-left: 90px;
}

#modular3 .content .con1 ul li:nth-child(4) {
    padding-left: 85px;
}

#modular3 .content .con1 ul li b {
    font-size: 20px;
    line-height: 36px;
    color: #e60012;
}

#modular3 .content .con1 ul li p {
    color: #e60012;
    font-size: 16px;
    line-height: 22px;
}

#modular3 .content .con2>div {
    font-size: 80px;
    color: #bf9330;
    opacity: 0.5;
    line-height: 90px;
    height: 90px;
    font-family: Bahnschrift;
}

#modular3 .content .con2 ul li {
    background: url(../images/bklc_tag3.png) no-repeat center;
    background-size: cover;
}

#modular3 .content .con2 ul li.active {
    background: url(../images/bklc_tag4.png) no-repeat center;
    background-size: cover;
}

#modular3 .content .con2 ul li.active b,
#modular3 .content .con2 ul li.active p {
    color: #fff;
}

#modular3 .content .con2 ul li:nth-child(1) {
    padding-left: 110px;
}

#modular3 .content .con2 ul li:nth-child(2) {
    padding-left: 110px;
}

#modular3 .content .con2 ul li:nth-child(3) {
    padding-left: 90px;
}

#modular3 .content .con2 ul li:nth-child(4) {
    padding-left: 85px;
}

#modular3 .content .con2 ul li b {
    font-size: 20px;
    line-height: 36px;
    color: #bf9330;
}

#modular3 .content .con2 ul li p {
    color: #bf9330;
    font-size: 16px;
    line-height: 22px;
}

/* 报考流程 end */

/* 优选面试 start */

#modular4 {
    background: #eee;
}

#modular4 .title .cn_tit::after {
    opacity: .1;
    content: 'FOUR';
}

#modular4 .content {
    margin-top: 50px;
}

#modular4 .content .con1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

#modular4 .content .con1 p {
    font-size: 20px;
    width: 1040px;
    line-height: 34px;
    text-indent: 2em;
}

#modular4 .content .con1 img {
    width: 108px;
    height: 108px;
}

#modular4 .content .tit {
    width: 100%;
    height: 36px;
    position: relative;
    margin-bottom: 50px;
}

#modular4 .content .tit::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    background: #bf9330;
}

#modular4 .content .tit span {
    width: 236px;
    display: block;
    font-size: 30px;
    color: #bf9330;
    text-align: center;
    background: #eee;
    margin: 0 auto;
    line-height: 36px;
    position: relative;
    z-index: 2;
}

#modular4 .content .con2 .list_box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

#modular4 .content .con2 .list_box .list_item {
    width: 130px;
    height: auto;
}

#modular4 .content .con2 .list_box .circle_box {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 17px 21px 49px 1px rgba(0, 0, 0, 0.06);
    position: relative;
    line-height: 120px;
    text-align: center;
}

#modular4 .content .con2 .list_box .circle_box span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: #e60012;
    border-radius: 50%;
    box-shadow: 5px 6px 14px 0 rgba(230, 0, 18, 0.14);
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}

#modular4 .content .con2 .list_box .jiantou {
    line-height: 120px;
    width: 26px;
    text-align: center;
    margin-right: 10px;
}

#modular4 .content .con2 .list_box .list_item p {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

#modular4 .content .con3 .table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

#modular4 .content .con3 .table table th {
    color: #fff;
    background: #e60012;
    height: 50px;
    position: relative;
    min-width: 200px;
}

#modular4 .content .con3 .table table th::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 16px;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#modular4 .content .con3 .table table th:last-child::after {
    display: none;
}

#modular4 .content .con3 .table table td {
    height: 80px;
    font-size: 16px;
    text-align: center;
}

#modular4 .content .con3 .table table tr:nth-child(odd) {
    background: #fff;
}

#modular4 .content .con3 .table table td.state_btn a {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #e60012;
    border-radius: 17px;
    color: #fff;
}

#modular4 .content .con3 .table table td.state_btn a.done {
    color: #333;
    background: #c9caca;
}

/* 优选面试 end */

/* 项目特色 start */

#modular5 {
    position: relative;
}

#modular5 .bg_box {
    width: 100%;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/xmts_bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

#modular5 .title .cn_tit::after {
    content: 'FIVE';
}

#modular5 .title .cn_tit {
    color: #fff;
}

#modular5 .content {
    margin-top: 50px;
}

#modular5 .content .tab_box ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular5 .content .tab_box ul li {
    width: 284px;
    height: 70px;
    line-height: 70px;
    border: solid 2px rgba(255, 255, 255, 0.8);
    text-align: center;
    transition: all 500ms;
    cursor: pointer;
}

#modular5 .content .tab_box ul li.active {
    background: #e60012;
    box-shadow: 5px 6px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px #e60012;
    position: relative;
    transition: all 500ms;
}

#modular5 .content .tab_box ul li.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 16px solid #e60012;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#modular5 .content .tab_box ul li span {
    font-size: 20px;
    color: #fff;
}

#modular5 .content .tab_change_box {
    margin-top: 40px;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 55px 65px;
    box-shadow: 5px 6px 49px 1px rgba(0, 0, 0, 0.1);
}

#modular5 .content .tab_change {
    display: none;
}

#modular5 .content .tab_change.active {
    display: block;
}

#modular5 .content .tab_change1 .tab2 ul {
    display: flex;
    width: 600px;
    height: 60px;
    margin: auto;
    border-radius: 30px;
    background: #eee;
    box-sizing: border-box;
    padding: 4px;
}

#modular5 .content .tab_change:nth-child(2) p {
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
    margin-bottom: 40px;
}

#modular5 .content .tab_change:nth-child(3) p {
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
    margin-bottom: 30px;
}

#modular5 .content .tab_change:nth-child(4) div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular5 .content .tab_change:nth-child(4) p {
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
    width: 540px;
}

#modular5 .content .tab_change:nth-child(4) img {
    width: 494px;
    height: 349px;
}

#modular5 .content .tab_change1 .tab2 ul li {
    width: 300px;
    font-size: 20px;
    line-height: 52px;
    height: 52px;
    text-align: center;
    cursor: pointer;
}

#modular5 .content .tab_change1 .tab2 ul li:nth-child(1) span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/kcsz_ico.png) no-repeat center;
    background-size: cover;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

#modular5 .content .tab_change1 .tab2 ul li.active {
    color: #d71518;
    background: #fff;
    border-radius: 30px;
}

#modular5 .content .tab_change1 .tab2 ul li.active:nth-child(1) span {
    background: url(../images/kcsz_ico_active.png) no-repeat center;
    background-size: cover;
}

#modular5 .content .tab_change1 .tab2 ul li:nth-child(2) span {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../images/jxms_ico.png) no-repeat center;
    background-size: cover;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

#modular5 .content .tab_change1 .tab2 ul li.active:nth-child(2) span {
    background: url(../images/jxms_ico_active.png) no-repeat center;
    background-size: cover;
}

#modular5 .content .tab_change1 .tab2_change_box {
    margin-top: 50px;
}

#modular5 .content .tab_change1 .tab2_change_box .tab2_change {
    display: none;
}

#modular5 .content .tab_change1 .tab2_change_box .tab2_change.active {
    display: block;
}

#modular5 .tab2_change.video_box {
    padding: 0 25px;
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
}

#modular5 .swiper-container .swiper-slide {
    width: 550px;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
}

#modular5 .swiper-button-next,
#modular5 .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#modular5 .swiper-button-next:after,
#modular5 .swiper-button-prev:after {
    display: none;
}

#modular5 .swiper-slide .videoBox {
    width: 550px;
    height: 310px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#modular5 .videoBlack {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

#modular5 .swiper-slide .bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    display: none;
}

#modular5 .swiper-slide.swiper-slide-active .bofang {
    display: block;
}

/* 项目test end */

/* 名师荟萃 start */
#modular6 {
    background: #eee;
}

#modular6 .cn_tit::after {
    opacity: .1;
    content: 'SIX';
}

#modular6 .content {
    margin-top: 50px;
}

#modular6 .con1 p {
    font-size: 20px;
    text-indent: 2em;
    line-height: 34px;
}

#modular6 .con1 .box {
    margin-top: 40px;
}

#modular6 .con1 .box ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
}

#modular6 .con1 .box ul li {
    width: 228px;
    height: 264px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 60px;
}

#modular6 .con1 .box ul li p {
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    line-height: 24px;
    max-width: 176px;
    margin: auto;
    margin-top: 20px;
    font-weight: bold;
}

#modular6 .con1 .box ul li p.bignum {
    font-size: 70px;
    font-weight: normal;
    font-family: bahnschrift;
}

#modular6 .con1 .box ul li p.z {
    font-size: 14px;
    margin-top: 5px;
}

#modular6 .con1 .box ul:nth-child(1) li:nth-child(2) .bignum,
#modular6 .con1 .box ul:nth-child(1) li:nth-child(1) .bignum {
    font-size: 60px;
}

#modular6 .con1 .box ul:nth-child(1) li:nth-child(odd) {
    background: url(../images/mshc_tag1.png) no-repeat center;
    background-size: cover;
}

#modular6 .con1 .box ul:nth-child(1) li:nth-child(even) {
    background: url(../images/mshc_tag2.png) no-repeat center;
    background-size: cover;
}

#modular6 .con1 .box ul:nth-child(2) {
    width: 956px;
    position: relative;
    top: -50px;
}

#modular6 .con1 .box ul:nth-child(2) li:nth-child(odd) {
    background: url(../images/mshc_tag2.png) no-repeat center;
    background-size: cover;
}

#modular6 .con1 .box ul:nth-child(2) li:nth-child(even) {
    background: url(../images/mshc_tag1.png) no-repeat center;
    background-size: cover;
}

#modular6 .con1 .box ul:nth-child(1) li:nth-child(odd) p,
#modular6 .con1 .box ul:nth-child(2) li:nth-child(even) p {
    color: #fff;
}


#modular6 .con1 .box ul:nth-child(1) li:nth-child(even) .bignum,
#modular6 .con1 .box ul:nth-child(2) li:nth-child(odd) .bignum {
    color: #e60012;
}

#modular6 .content .tit {
    width: 100%;
    height: 36px;
    position: relative;
    margin-bottom: 50px;
}

#modular6 .content .tit::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #bf9330;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

#modular6 .content .tit span {
    display: block;
    width: 380px;
    background: #eee;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #bf9330;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#modular6 .content .con2 {
    margin-bottom: 30px;
}

#modular6 .content .con2 .swiper_box {
    position: relative;
    overflow-x: visible;
}

#modular6 .content .con2 .swiper_box .swiper-button-prev {
    left: -70px;
}

#modular6 .content .con2 .swiper_box .swiper-button-prev::after,
#modular6 .content .con2 .swiper_box .swiper-button-next::after {
    display: none;
}

#modular6 .content .con2 .swiper_box .swiper-button-next {
    right: -70px;
}

#modular6 .content .con2 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

#modular6 .content .con2 .swiper-slide .teacher-box {
    width: 366px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

#modular6 .content .con2 .swiper-slide .teacher-box .l {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    box-shadow: 17px 19px 41px -13px rgb(0 0 0 / 20%);
    margin-right: 30px;
}

#modular6 .content .con2 .swiper-slide .teacher-box .r {
    width: 154px;
}

#modular6 .content .con2 .swiper-slide .teacher-box .r p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

#modular6 .content .con2 .swiper-slide .teacher-box .r p.name {
    color: #e60012;
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 30px;
}

#modular6 .content .con2 .swiper-slide .teacher-box .r p.name span {
    font-weight: normal;
    font-size: 16px;
}

#modular6 .content .con2 .swiper-slide .teacher-box .r p.post {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#modular6 .content .con2 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #c9caca;
    border-radius: 50%;
    opacity: 1;
}

#modular6 .content .con2 .swiper-pagination-bullet-active {
    width: 30px;
    height: 14px;
    border-radius: 7px;
    background: #e60012;
}

#modular6 .content .con3 .img_box {
    width: 100%;
    height: 800px;
    background: url(../images/dsfc.png) no-repeat center;
    background-size: 100% 100%;
}

/* 名师荟萃 end */

/* footer start */
#modular7 {
    background: url(../images/footer_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

#modular7 .title2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
}

#modular7 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular7 .content .l p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

#modular7 .content .l p a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

#modular7 .content .r {
    text-align: center;
    padding-top: 30px;
}

#modular7 .content .r img {
    margin-bottom: 20px;
}

#modular7 .content .r p {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-family: '宋体';
    font-weight: bold;
}

#modular7 #mbachina {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}

#modular7 #mbachina a {
    color: #fff;
}

/* footer end */
.m_show {
    display: none;
}

header .m_bg_container {
    display: none;
}



#mobile_nav,
#m_nav_item {
    display: none;
}

@media(max-width: 769px) {
    #pc_nav {
        display: none;
    }

    .pc_show {
        display: none;
    }

    .m_show {
        display: block;
    }

    /* mobile nav start */
    #mobile_nav {
        display: block;
        background: #e60012;
        height: 1rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    #mobile_nav .mobile_nav_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #mobile_nav .logo {
        display: block;
        width: 1.7rem;
        height: .51rem;
        line-height: 1rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn {
        width: .45rem;
        height: .4rem;
        margin-top: 0.35rem;
        position: relative;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar {
        display: block;
        width: .45rem;
        height: .06rem;
        background: #fff;
        border-radius: .03rem;
        transition: all .5s;
        position: absolute;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar1 {
        top: 0;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar2 {
        top: .13rem;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar3 {
        bottom: .08rem;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar1 {
        transform: rotate(45deg);
        transition: all .5s;
        top: .19rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar2 {
        opacity: 0;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar3 {
        transform: rotate(-45deg);
        transition: all .5s;
        top: .19rem;
    }

    #m_nav_item {
        display: none;
        width: 1.8rem;
        position: fixed;
        top: 1rem;
        right: 0;
        z-index: 200;
        background: #e60012;
    }

    #m_nav_item li {
        padding: .2rem 0;
        text-align: center;
    }

    #m_nav_item li.active {
        background: #fff;
        color: #9c0c13;
    }

    #m_nav_item li.active a {
        color: #9c0c13;
    }

    #m_nav_item li a {
        color: #fff;
    }

    /* mobile nav end */

    body {
        padding-top: 1rem;
    }

    /* header start */
    header {
        background: #eeeeee;
        height: 5.9rem;
    }

    header .cont {
        height: 5.9rem
    }

    header::after {
        content: '';
        display: block;
        width: 100%;
        height: .95rem;
        background: url(../images/m_banner_shadow.png) no-repeat center bottom;
        background-size: cover;
        position: absolute;
        z-index: 20;
        left: 0;
        bottom: 0;
    }

    header .bg_container {
        display: none;
    }

    header .m_bg_container {
        display: block;
    }


    header .cont .banner_title5 {
        display: block;
        width: .6rem;
        height: .1rem;
        margin-top: .6rem;
    }

    header .cont .banner_title4 {
        width: 3rem;
        height: .12rem;
        margin-top: .45rem;
    }

    header .cont .banner_title3 {
        width: 4.3rem;
        height: .4rem;
        margin-top: .3rem;
    }

    header .cont .banner_title2 {
        width: 6.6rem;
        height: .7rem;
        margin-top: .2rem;
    }

    header .cont .banner_title1 {
        width: 4.4rem;
        height: .35rem;
    }

    header .bg_container {
        height: 5.9rem;
        overflow: hidden;
    }

    header .bg_container .swiper-slide {
        height: 5.7rem;
    }

    /* header end */

    section {
        padding: .8rem 0;
    }

    .title .cn_tit {
        font-size: .46rem;
    }

    .title .cn_tit::after {
        bottom: -.15rem;
    }

    .title .cn_tit::after {
        font-size: 1rem;
    }

    .title .line {
        width: .8rem;
        height: .06rem;
        margin-top: .2rem;
    }

    /* 项目概况 start */
    #modular1 .cont {
        position: relative;
        height: auto;
    }

    #modular1 .cont .l,
    #modular1 .cont .r {
        position: static;
    }

    #modular1 .cont .r {
        width: 100%;
        height: 3.75rem;
        background: url(../images/m_xmgk_img.png) no-repeat center;
        background-size: cover;
    }

    #modular1 .cont .l {
        width: 100%;
        padding: .7rem .50rem .45rem;
        box-shadow: .05rem .06rem .1rem 0 rgba(0, 0, 0, 0.1);
        height: auto;
    }

    #modular1 .cont .l p {
        font-size: .22rem;
        line-height: .46rem;
        margin-bottom: .1rem;
    }

    #modular1 .cont .l .tit p {
        font-size: .4rem;
        text-indent: 0;
    }

    #modular1 .cont .l .tit .line {
        width: .8rem;
        height: .06rem;
        background: #e60012;
        margin: .15rem 0 .3rem;
    }

    .xxpm {
        padding: .8rem 0;
    }

    .xxpm .tit {
        width: 3rem;
        height: .8rem;
        line-height: .8rem;
        background: #e60012;
        border-radius: .4rem;
        box-shadow: .12rem .15rem .34rem 0 rgba(230, 0, 18, 0.2);
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: .34rem;
        font-weight: bold;
    }

    .xxpm .content ul li {
        width: 3.3rem;
        box-sizing: border-box;
        padding: .5rem 0;
        margin-top: .5rem;
    }

    .xxpm .content ul li .tit {
        max-width: 2.8rem;
        padding: .02rem .04rem;
        font-size: .2rem;
        height: auto;
        line-height: .36rem;
        margin-bottom: .2rem;
    }

    .xxpm .content ul li p {
        text-align: center;
        font-size: .22rem;
    }

    .xxpm .content ul li p span {
        font-size: .42rem;
        font-weight: bold;
    }

    .xxpm .content ul li p span.shu {
        display: none;
    }

    .xxpm .content ul li:nth-child(even) {
        background: #fff;
        border: solid .02rem #bf9330;
    }

    .xxpm .content ul li:nth-child(3) {
        border: solid .02rem #bf9330;
        background: #fff;
    }

    .xxpm .content ul li:nth-child(3) .tit {
        background: #bf9330;
    }

    .xxpm .content ul li:nth-child(3) p span {
        color: #bf9330;
    }

    .xxpm .content ul li:nth-child(4) {
        border: solid .02rem #eee;
        background: #eee;
    }

    .xxpm .content ul li:nth-child(4) .tit {
        background: #e60012;
    }

    .xxpm .content ul li:nth-child(4) p span {
        color: #e60012;
    }

    .xxpm .content ul li:nth-child(5) .tit,
    .xxpm .content ul li:nth-child(6) .tit {
        width: 2.5rem;
        padding: .02rem .2rem;
        box-sizing: border-box;
    }

    /* 项目概况 end */

    /* 招生政策 start */

    #modular2 .bg_box {
        height: 4.72rem;
        background-attachment: local;
    }

    #modular2 .content {
        display: block;
    }

    #modular2 .content>div {
        background: #fff;
        width: 100%;
    }

    #modular2 .content>div:nth-child(1) {
        margin-bottom: .5rem;
    }

    #modular2 .content>div .tit {
        font-size: .4rem;
        color: #fff;
        text-align: center;
        height: 1.45rem;
        line-height: 1.45rem;
    }

    #modular2 .content>div:nth-child(1) {
        border: solid .02rem #e60012;
    }

    #modular2 .content>div:nth-child(2) {
        border: solid .02rem #bf9330;
    }

    #modular2 .content>div .info {
        padding: .2rem .5rem .6rem;
    }

    #modular2 .content>div .info .subtit {
        width: 1.1rem;
        height: .44rem;
        margin-bottom: .2rem;
        font-size: .22rem;
        line-height: .35rem;
        padding: 0 .1rem;
        font-weight: bold;
    }

    #modular2 .content>div ul {
        margin-bottom: .5rem;
        margin-left: 1em;
    }

    #modular2 .content>div ul li {
        font-size: .2rem;
        line-height: .3rem;
        list-style: disc;
        display: list-item;
        word-break: break-all;
    }

    #modular2 .content>div p {
        margin-bottom: .5rem;
        font-size: .2rem;
        line-height: .26rem;
    }

    #modular2 .content>div b {
        font-size: .2rem;
    }

    /* 招生政策 end */

    /* 报考流程 start */
    #modular3 .content {
        margin-top: .5rem;
    }

    #modular3 .content>div {
        flex-direction: row !important;
    }

    #modular3 .content>div ul {
        display: flex;
        flex-wrap: wrap;
    }

    #modular3 .content>div ul li {
        width: 2.5rem;
        height: .9rem;
        box-sizing: border-box;
        padding-left: .5rem;
        padding-top: .12rem;
        margin-bottom: .3rem;
    }

    #modular3 .content .con1 {
        margin-bottom: .5rem;
    }

    #modular3 .content .con1>div {
        font-size: .9rem;
        color: #e60012;
        opacity: 0.5;
        line-height: .9rem;
        height: .9rem;
        font-family: Bahnschrift;
    }

    #modular3 .content .con1 ul li:nth-child(1) {
        padding-left: .4rem;
    }

    #modular3 .content .con1 ul li:nth-child(2) {
        padding-left: 1rem;
    }

    #modular3 .content .con1 ul li:nth-child(3) {
        padding-left: .9rem;
    }

    #modular3 .content .con1 ul li:nth-child(4) {
        padding-left: .8rem;
    }

    #modular3 .content .con1 ul li b {
        font-size: .24rem;
        line-height: .36rem;
        color: #e60012;
    }

    #modular3 .content .con1 ul li p {
        color: #e60012;
        font-size: .2rem;
        line-height: .22rem;
    }

    #modular3 .content .con2>div {
        font-size: .8rem;
        color: #bf9330;
        opacity: 0.5;
        line-height: .9rem;
        height: .9rem;
        font-family: Bahnschrift;
    }

    #modular3 .content .con2 ul li:nth-child(1) {
        padding-left: 1.1rem;
    }

    #modular3 .content .con2 ul li:nth-child(2) {
        padding-left: 1.1rem;
    }

    #modular3 .content .con2 ul li:nth-child(3) {
        padding-left: .9rem;
    }

    #modular3 .content .con2 ul li:nth-child(4) {
        padding-left: .8rem;
    }

    #modular3 .content .con2 ul li b {
        font-size: .24rem;
        line-height: .36rem;
        color: #bf9330;
    }

    #modular3 .content .con2 ul li p {
        color: #bf9330;
        font-size: .2rem;
        line-height: .22rem;
    }

    /* 报考流程 end */

    /* 优选面试 start */
    #modular4 .content {
        margin-top: .5rem;
    }

    #modular4 .content .con1 {
        margin-bottom: .5rem;
    }

    #modular4 .content .con1 p {
        font-size: .22rem;
        width: 5rem;
        line-height: .4rem;
        text-indent: 2em;
    }

    #modular4 .content .con1 img {
        width: 1.7rem;
        height: 1.7rem;
    }

    #modular4 .content .tit {
        width: 100%;
        height: .36rem;
        position: relative;
        margin-bottom: .5rem;
    }

    #modular4 .content .tit::after {
        height: .02rem;
    }

    #modular4 .content .tit span {
        width: 2.6rem;
        font-size: .3rem;
        line-height: .36rem;
    }

    #modular4 .content .con2 .list_box {
        display: none;
    }

    #modular4 .content .con2 .list_box2 {
        margin-bottom: .5rem;
    }

    #modular4 .content .con3 .table table th {
        height: .5rem;
        min-width: 1.1rem;
        font-size: .18rem;
        line-height: .5rem;
    }

    #modular4 .content .con3 .table table th::after {
        width: .02rem;
        height: .16rem;
    }

    #modular4 .content .con3 .table table td {
        height: .8rem;
        font-size: .18rem;
    }

    #modular4 .content .con3 .table table td.state_btn a {
        width: 1rem;
        height: .4rem;
        line-height: .4rem;
        border-radius: .4rem;
        font-size: .18rem;
    }

    /* 优选面试 end */

    /* 项目特色 start */
    #modular5 .bg_box {
        height: 5.4rem;
        background-attachment: local;
    }

    #modular5 .content {
        margin-top: .5rem;
    }


    #modular5 .content .tab_box ul li {
        width: 1.6rem;
        height: 1rem;
        line-height: .3rem;
        border: solid .02rem rgba(255, 255, 255, 0.8);
        text-align: center;
        transition: all 500ms;
        cursor: pointer;
        box-sizing: border-box;
        padding: .2rem 0;
    }

    #modular5 .content .tab_box ul li span {
        font-size: .2rem;
        display: block;
    }

    #modular5 .content .tab_box ul li.active {
        box-shadow: .05rem .06rem .01rem 0 rgba(0, 0, 0, 0.1);
        border: solid .02rem #e60012;
    }

    #modular5 .content .tab_box ul li.active::after {
        border-top: .16rem solid #e60012;
        border-left: .1rem solid transparent;
        border-right: .1rem solid transparent;
        bottom: -.16rem;
    }

    #modular5 .content .tab_change_box {
        margin-top: .5rem;
        padding: .5rem .2rem;
        box-shadow: .05rem .06rem .5rem 0 rgba(0, 0, 0, 0.1);
    }

    #modular5 .content .tab_change1 .tab2 ul {
        display: flex;
        width: 6rem;
        height: .7rem;
        margin: auto;
        border-radius: .35rem;
        background: #eee;
        box-sizing: border-box;
        padding: .02rem;
    }

    #modular5 .content .tab_change1 .tab2 ul li {
        width: 3rem;
        font-size: .22rem;
        line-height: .66rem;
        height: .66rem;
        text-align: center;
        cursor: pointer;
    }

    #modular5 .content .tab_change1 .tab2 ul li:nth-child(1) span {
        width: .25rem;
        height: .25rem;
        margin-right: .06rem;
        top: .04rem;
    }

    #modular5 .content .tab_change1 .tab2 ul li:nth-child(2) span {
        width: .22rem;
        height: .19rem;
        margin-right: .06rem;
        top: .02rem;
        background: url(../images/jxms_ico.png) no-repeat center;
        background-size: contain;
    }

    #modular5 .content .tab_change1 .tab2 ul li.active:nth-child(2) span {
        background: url(../images/jxms_ico_active.png) no-repeat center;
        background-size: contain;
    }

    #modular5 .content .tab_change:nth-child(2),
    #modular5 .content .tab_change:nth-child(3),
    #modular5 .content .tab_change:nth-child(4) {
        margin: 0 .2rem;
    }

    #modular5 .content .tab_change:nth-child(2) p {
        font-size: .22rem;
        line-height: .42rem;
        text-indent: 2em;
        margin-bottom: .5rem;
    }

    #modular5 .content .tab_change:nth-child(3) p {
        font-size: .22rem;
        line-height: .42rem;
        text-indent: 0;
        margin-bottom: .3rem;
    }

    #modular5 .content .tab_change:nth-child(4) div {
        display: block;
    }

    #modular5 .content .tab_change:nth-child(4) p {
        font-size: .22rem;
        line-height: .42rem;
        width: 100%;
    }

    #modular5 .content .tab_change:nth-child(4) img {
        width: 100%;
        height: 5rem;
    }

    #modular5 .tab2_change.video_box {
        height: auto;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show {
        position: relative;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-button-next,
    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-button-prev {
        width: .4rem;
        height: .4rem;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-button-prev {
        left: -.5rem;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-button-next {
        right: -.5rem;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-button-prev,
    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-button-next {
        top: 60%;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-slide {
        width: 5rem;
        height: 3.1rem;
        border-radius: .1rem;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-slide video {
        width: 5.5rem;
        height: 3.1rem;
        border-radius: .1rem;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-slide .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #modular5 .content .tab_change1 .tab2_change .m_show .swiper-slide .cover img {
        width: 100%;
        height: 100%;
    }


    /* 项目特色 end */

    /* 名师荟萃 start */
    #modular6 .content {
        margin-top: .5rem;
    }

    #modular6 .con1 {
        margin-bottom: .5rem;
    }

    #modular6 .con1 p {
        font-size: .22rem;
        line-height: .4rem;
        margin-bottom: .5rem;
    }

    #modular6 .con1 .box2 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #modular6 .con1 .box2 ul li {
        width: 2.2rem;
        height: 2.6rem;
        text-align: center;
        padding-top: .7rem;
        box-sizing: border-box;
        margin-bottom: .1rem;
    }

    #modular6 .con1 .box2 ul li p {
        text-align: center;
        font-size: .18rem;
        line-height: .24rem;
        margin-bottom: .1rem;
        text-indent: 0;
        font-weight: bold;
    }

    #modular6 .con1 .box2 ul li p.bignum {
        font-size: .7rem;
        font-weight: bold;
        font-family: bahnschrift;
        margin-bottom: .2rem;
    }

    #modular6 .con1 .box2 ul li p.z {
        font-style: .16rem;
        font-weight: normal;
    }

    #modular6 .con1 .box2 ul li:nth-child(1) p.bignum,
    #modular6 .con1 .box2 ul li:nth-child(2) p.bignum {
        font-size: .6rem;
    }

    #modular6 .con1 .box2 ul li:nth-child(odd) {
        background: url(../images/mshc_tag1.png) no-repeat center;
        background-size: 100% 100%;
    }

    #modular6 .con1 .box2 ul li:nth-child(odd) p {
        color: #fff;
    }

    #modular6 .con1 .box2 ul li:nth-child(even) {
        background: url(../images/mshc_tag2.png) no-repeat center;
        background-size: 100% 100%;
    }

    #modular6 .con1 .box2 ul li:nth-child(even) p {
        color: #e60012;
    }

    #modular6 .con1 .box2 ul li:nth-child(3),
    #modular6 .con1 .box2 ul li:nth-child(4),
    #modular6 .con1 .box2 ul li:nth-child(5),
    #modular6 .con1 .box2 ul li:nth-child(6),
    #modular6 .con1 .box2 ul li:nth-child(7),
    #modular6 .con1 .box2 ul li:nth-child(8),
    #modular6 .con1 .box2 ul li:nth-child(9) {
        padding-top: 1rem;
    }

    #modular6 .content .tit {
        width: 100%;
        height: .36rem;
        position: relative;
        margin-bottom: .5rem;
    }

    #modular6 .content .tit::after {
        content: '';
        display: block;
        width: 100%;
        height: .02rem;
        background: #bf9330;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 1;
    }

    #modular6 .content .tit span {
        display: block;
        width: 2.6rem;
        background: #eee;
        text-align: center;
        font-size: .3rem;
        line-height: .36rem;
        color: #bf9330;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    #modular6 .content .con2 {
        margin-bottom: .3rem;
    }


    #modular6 .content .con2 .swiper_box .swiper-button-prev,
    #modular6 .content .con2 .swiper_box .swiper-button-next {
        display: none;
    }

    #modular6 .content .con2 .swiper-slide {
        padding-bottom: .3rem;
    }


    #modular6 .content .con2 .swiper-slide .teacher-box {
        width: 3.2rem;
        margin-bottom: .4rem;
    }

    #modular6 .content .con2 .swiper-slide .teacher-box .l {
        width: 1.64rem;
        height: 1.64rem;
        box-shadow: 0 .19rem .3rem 0 rgba(0, 0, 0, 0.1);
        margin-right: .2rem;
    }

    #modular6 .content .con2 .swiper-slide .teacher-box .l img {
        width: 100%;
        height: 100%;
    }

    #modular6 .content .con2 .swiper-slide .teacher-box .r {
        width: 1.4rem;
        height: 1.64rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #modular6 .content .con2 .swiper-slide .teacher-box .r p {
        font-size: .16rem;
        line-height: .2rem;
    }

    #modular6 .content .con2 .swiper-slide .teacher-box .r p.name {
        font-size: .22rem;
        line-height: .36rem;
        font-weight: bold;
        margin-top: 0;
    }

    #modular6 .content .con2 .swiper-slide .teacher-box .r p.name span {
        font-weight: normal;
        font-size: .16rem;
    }

    #modular6 .content .con2 .swiper-slide .teacher-box .r p.post {
        font-size: .16rem;
        font-weight: bold;
        margin-bottom: .2rem;
    }

    #modular6 .content .con2 .swiper-pagination-bullet {
        width: .14rem;
        height: .14rem;
    }

    #modular6 .content .con2 .swiper-pagination-bullet-active {
        width: .3rem;
        height: .14rem;
        border-radius: .08rem;
    }

    #modular6 .content .con3 .img_box {
        width: 100%;
        height: 10.2rem;
        background: url(../images/m_dsfc.png) no-repeat center;
        background-size: 100% 100%;
    }

    /* 名师荟萃 end */
    /* footer start */
    #modular7 {
        padding-bottom: .5rem;
        background: url(../images/m_footer_bg.png) no-repeat center;
        background-size: cover;
    }

    #modular7 .title2 {
        font-size: .26rem;
        line-height: .36rem;
    }

    #modular7 .content {
        display: block;
    }

    #modular7 .content .l p {
        color: #fff;
        font-size: .22rem;
        line-height: .44rem;
    }

    #modular7 .content .l p a {
        color: #fff;
        font-size: .22rem;
        line-height: .44rem;
    }

    #modular7 .content .r {
        padding-top: .3rem;
    }

    #modular7 .content .r img {
        margin-bottom: .2rem;
        width: 2rem;
        height: 2rem;
    }

    #modular7 .content .r p {
        color: #fff;
        width: 4.8rem;
        text-align: center;
        padding: .1rem 0;
        margin: 0 auto;
        font-size: .22rem;
        line-height: .36rem;
        font-family: '宋体';
        font-weight: bold;
    }

    #modular7 #mbachina {
        text-align: center;
        font-size: .22rem;
        color: #fff;
        margin-top: .3rem;
    }

    #modular7 #mbachina a {
        color: #fff;
    }


    /* footer end */


}