img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
    display: block;
}

.publicBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.disNone {
    display: none;
}

ul,
li,
p {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}


/* 菜单样式 */

.menuBox {
    width: 100%;
    height: 98px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
}

.menuBox .menuBlock {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.menuBox .menuBlock .menuLogoBox {
    width: 14%;
    float: left;
    overflow: hidden;
}

.menuBox .menuBlock .menuListBox {
    float: right;
    width: 86%;
}

.menuBox .menuBlock .menuLogoBox img {
    float: left;
    margin-top: 26px;
    height: 45px;
}

.menuBox .menuBlock .menuListBox ul {
    overflow: hidden;
    display: flex;
}

.menuBox .menuBlock .menuListBox ul li {
    flex: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.menuBox .menuBlock .menuListBox ul li:nth-child(5) {
    flex: 1.25;
}

.menuBox .menuBlock .menuListBox ul li:nth-child(8) {
    flex: 1.8;
}

.menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
    font-size: 18px;
    line-height: 46px;
    padding-bottom: 23px;
    color: #333333;
    display: inline-block;
    padding-top: 26px;
    font-weight: bold;
    position: relative;
}

.menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink {
    color: #00549c;
    border-bottom: 3px solid #ba8f40;
}

.menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
    color: #00549c;
    font-weight: bold;
    border-bottom: 3px solid #ba8f40;
}

.menuIconBox {
    display: none;
}


/* banner样式 */

.banner-box {
    margin-top: 98px;
    position: relative;
}

.banner-box img {
    width: 100%;
}

.banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner-box .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: 1;
    border: 2px solid #BDA46F
}

.banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #BDA46F
}

/* .banner-box .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    left: unset;
    right: 25%;
} */

@-webkit-keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/* 标题样式 */

.itemTitleBox {
    padding-top: 70px;
    margin-bottom: 60px;
    overflow: hidden;
}

.itemTitleBlock {
    text-align: center;
}

.itemTitleBlock .itemTitleName {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #00549c;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}

.itemTitleBlock span {
    width: 57px;
    height: 4px;
    background-color: #00549c;
    display: block;
    margin: 6px auto 0 auto;
    position: relative;
}

.itemTitleBlock span:after {
    content: '';
    position: absolute;
    right: 0;
    width: 18px;
    height: 4px;
    background: #ba8f40;
}

.itemTitleBox02 {
    padding-top: 60px;
    margin-bottom: 40px;
}

.itemTitleBox02 .itemTitleBlock p {
    text-align: left;
}

.itemTitleBox02 .itemTitleBlock span {
    margin: 6px 0 0 0;
}

.itemTitleBox03 {
    padding-top: 60px;
    margin-bottom: 40px;
}

.itemTitleBox03 .itemTitleBlock .itemTitleName {
    color: #ffffff;
}

.itemTitleBox03 .itemTitleBlock p {
    text-align: left;
}

.itemTitleBox03 .itemTitleBlock span {
    margin: 6px 0 0 0;
    background: #ffffff;
}

.itemTitleBox04 {
    padding-top: 60px;
    margin-bottom: 40px;
}

.itemTitleBox04 .itemTitleBlock .itemTitleName {
    color: #ffffff;
}

.itemTitleBox04 .itemTitleBlock span {
    background: #ffffff;
}


/* 院校简介 */

.collegeIntro {
    position: relative;
    background: url(/public/topic/img/collegeIntroBg.jpg) no-repeat right top;
    background-size: cover;
    background-attachment: fixed;
}

.collegeIntroBlock {
    overflow: hidden;
    padding-bottom: 65px;
}

.collegeIntroLeft {
    width: 50%;
    float: left;
}

.collegeIntroImg_m {
    display: none;
}

.collegeIntroRight {
    width: 50%;
    float: left;
}

.collegeIntroCont {
    padding-top: 55px;
    padding-left: 30px;
}

.collegeIntroContDetail p {
    text-indent: 2em;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 10px;
}

.collegeIntroContDetail p:last-child {
    margin-bottom: 0;
}

.collegeIntroContDetail p span {
    font-weight: bold;
    color: #00549c;
}

.collegeIntroAuthentication {
    width: 1070px;
    margin-top: 25px;
    margin-left: -474px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(0, 79, 126, 0.18);
}

.collegeIntroAuthenticationBox {
    display: flex;
    padding: 38px 0 28px 0;
}

.collegeIntroAuthenticationBox .collegeIntroAuthenticationItem {
    flex: 1;
}

.collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(2) {
    border-left: 1px solid #3388BA;
    border-right: 1px solid #3388BA;
    position: relative;
}

.collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(3) {
    border-right: 1px solid #3388BA;
    position: relative;
    flex: 1.2;
}

/* .collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(2):before {
    content: '';
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 1px;
    height: 50px;
    background: #BD9448;
}


.collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(3):before {
    content: '';
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 1px;
    height: 50px;
    background: #BD9448;
}

.collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(3):after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 50px;
    background: #BD9448;
} */

.collegeIntroAuthenticationItem .collegeIntroAuthenticationItemImg {
    height: 73px;
    margin-bottom: 10px;
}

.collegeIntroAuthenticationItem .collegeIntroAuthenticationItemImg img {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 15px;
}

.collegeIntroAuthenticationItem:nth-child(3) .collegeIntroAuthenticationItemImg img {
    padding-top: 0;
}

.collegeIntroAuthenticationItem .collegeIntroAuthenticationItemCont {
    margin-bottom: 10px;
}

.collegeIntroAuthenticationItem .collegeIntroAuthenticationItemCont p {
    text-align: center;
    line-height: 26px;
}

.collegeIntroAuthenticationItem .collegeIntroAuthenticationItemCont p span {
    display: block;
}

.collegeIntroRanking {
    background: url(/public/topic/img/collegeIntroRankingBg.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}

.collegeIntroRankingBlock ul {
    display: flex;
}

.collegeIntroRankingBlock ul li {
    flex: 1;
}

.collegeIntroRankingBlock ul li:nth-child(5) {
    flex: 1.4;
}

.collegeIntroRankingItem .collegeIntroRankingItemImg {
    height: 52px;
}

.collegeIntroRankingItem .collegeIntroRankingItemImg img {
    margin: 0 auto;
    max-width: 100%;
}

.collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place {
    margin-top: 10px;
    margin-bottom: 10px;
}

.collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place p {
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 104px;
    margin: 0 auto;
    background: url(/public/topic/img/collegeIntroRankingItemIcon.png) no-repeat center center;
    background-size: 100% auto;
}

.collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place02 {
    display: flex;
}

.collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place02 p {
    flex: 1;
    background-size: 104px auto;
}

.collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_desc p {
    line-height: 26px;
    color: #ffffff;
    text-align: center;
}

.collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_desc p span {
    display: block;
}


/* 项目介绍 */

.projectIntroBlock {
    overflow: hidden;
    position: relative;
}

.projectIntroBlock .projectIntroImg {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/public/topic/img/projectIntroImg.jpg) no-repeat center center;
    background-size: cover;
}

.projectIntroBlock .projectIntroCont {
    width: 50%;
    float: right;
    background: url(/public/topic/img/projectIntroBg.png) no-repeat right bottom;
    background-size: 80%;
    padding-bottom: 70px;
}

.projectIntroBlock .projectIntroCont .projectIntroContBox {
    width: 545px;
    margin-left: 55px;
}

.projectIntroContDetail p {
    text-align: justify;
    text-indent: 2em;
}


/* 培养目标 */

.trainingObjectivesBlock {
    overflow: hidden;
    position: relative;
}

.trainingObjectivesBlock .trainingObjectivesImg {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/public/topic/img/trainingObjectivesImg.jpg) no-repeat center center;
    background-size: cover;
}

.trainingObjectivesBlock .trainingObjectivesCont {
    width: 50%;
    float: left;
    background: #00549c;
    background-size: 80%;
    padding-bottom: 70px;
}

.trainingObjectivesBlock .trainingObjectivesCont .trainingObjectivesContBox {
    width: 600px;
    float: right;
}

.trainingObjectivesContDetail p {
    text-align: justify;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
}


/* 项目特色 */

.projectFeatures {
    padding-bottom: 60px;
}

.projectFeaturesTitle {
    margin-bottom: 30px;
}

.projectFeaturesTitle ul {
    display: flex;
}

.projectFeaturesTitle ul li {
    flex: 1;
    cursor: pointer;
    margin-right: 10px;
}

.projectFeaturesTitle ul li.active p {
    background: rgba(0, 84, 156, 0.8);
}

.projectFeaturesTitle ul li:nth-child(1) {
    background: url(/public/topic/img/projectFeaturesTitleBg01.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesTitle ul li:nth-child(2) {
    background: url(/public/topic/img/projectFeaturesTitleBg02.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesTitle ul li:nth-child(3) {
    background: url(/public/topic/img/projectFeaturesTitleBg03.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesTitle ul li:nth-child(4) {
    background: url(/public/topic/img/projectFeaturesTitleBg04.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesTitle ul li:nth-child(5) {
    background: url(/public/topic/img/projectFeaturesTitleBg05.png) no-repeat center center;
    background-size: cover;
    margin-right: 0;
}

.projectFeaturesTitle ul li p {
    text-align: center;
    font-size: 20px;
    padding: 56px 0;
    color: #ffffff;
    font-weight: bold;
}

.projectFeaturesCont ul .projectFeaturesContItem {
    display: none;
}

.projectFeaturesCont ul .projectFeaturesContItem.active {
    display: block;
}

.projectFeaturesCont ul .projectFeaturesContItem .projectFeaturesContItemTitle {
    display: none;
}

.projectFeaturesItem01_title {
    margin-bottom: 25px;
    overflow: hidden;
}

.projectFeaturesItem01_title p {
    text-align: justify;
    text-indent: 2em;
}

.projectFeaturesItem01_cont {
    display: flex;
    overflow: hidden;
}

.projectFeaturesItem01_cont .projectFeaturesItem01_cont_box {
    flex: 1;
    margin-right: 17px;
    animation-duration: 1s;
}

.projectFeaturesItem01_cont .projectFeaturesItem01_cont_box:nth-child(1) {
    animation-delay: 0;
}

.projectFeaturesItem01_cont .projectFeaturesItem01_cont_box:nth-child(2) {
    animation-delay: 0.5s;
}

.projectFeaturesItem01_cont .projectFeaturesItem01_cont_box:nth-child(3) {
    animation-delay: 1s;
}

.projectFeaturesItem01_cont .projectFeaturesItem01_cont_box:nth-child(4) {
    animation-delay: 1.5s;
}

.projectFeaturesItem01_cont .projectFeaturesItem01_cont_box:last-child {
    margin-right: 0;
}

.projectFeaturesItem01_cont_box_title {
    background: #00549c;
    margin: 0 16px;
    height: 70px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.projectFeaturesItem01_cont_box_title p:nth-child(1) {
    float: left;
    width: 80px;
    font-size: 45px;
    line-height: 70px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.projectFeaturesItem01_cont_box_title p:nth-child(2) {
    margin-left: 85px;
    margin-top: 9px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
}

.projectFeaturesItem01_cont_box_title p:nth-child(2) span {
    display: block;
}

.projectFeaturesItem01_cont_box_intro {
    height: 335px;
    background: #f8f8f8;
    border: solid 1px #ba8f40;
    position: relative;
    z-index: 1;
    margin-top: -35px;
}

.projectFeaturesItem01_cont_box_intro p {
    line-height: 26px;
    color: #555555;
    padding: 55px 15px 0 15px;
    text-align: justify;
    text-indent: 2em;
}

.projectFeaturesItem01_cont_box_intro:before {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-right: 28px solid transparent;
    border-top: 28px solid #00549c;
}

.projectFeaturesItem01_cont_box_intro:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-left: 28px solid transparent;
    border-bottom: 28px solid #ffffff;
}

.projectFeaturesItem02_title {
    margin-bottom: 25px;
    overflow: hidden;
}

.projectFeaturesItem02_title p {
    text-align: justify;
    text-indent: 2em;
}

.projectFeaturesItem02_cont {
    overflow: hidden;
}

.projectFeaturesItem02_cont .projectFeaturesItem02_cont_left {
    width: 50%;
    float: left;
}

.projectFeaturesItem02_cont .projectFeaturesItem02_cont_left img {
    width: 94%;
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.projectFeaturesItem02_cont .projectFeaturesItem02_cont_right {
    width: 50%;
    float: left;
}

.projectFeaturesItem02_cont_right_title {
    margin-bottom: 15px;
}

.projectFeaturesItem02_cont_right_title p {
    font-size: 18px;
    font-weight: bold;
    color: #00549c;
    padding-bottom: 10px;
    position: relative;
}

.projectFeaturesItem02_cont_right_title p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 39px;
    height: 4px;
    background: #ba8f40;
}

.projectFeaturesItem02_cont_right_cont {
    margin-bottom: 10px;
}

.projectFeaturesItem02_cont_right_img img {
    max-width: 100%;
}

.projectFeaturesItem02_cont_right_mark p {
    color: #555555;
    text-align: right;
    margin-top: 20px;
}

.projectFeaturesItem03_title {
    margin-bottom: 25px;
    overflow: hidden;
}

.projectFeaturesItem03_title p {
    text-align: justify;
    text-indent: 2em;
}

.projectFeaturesItem03_cont {
    overflow: hidden;
    background: #e4e4e6;
}

.projectFeaturesItem03_cont_left {
    width: 600px;
    height: 100%;
    background: #00549c;
    float: left;
}

.projectFeaturesItem03_cont_right {
    margin-left: 600px;
}

.projectFeaturesItem03_cont_left_block {
    padding: 30px 25px 30px 25px;
}

.projectFeaturesItem03_cont_right_block {
    padding: 100px 100px 30px 100px;
}

.projectFeaturesItem03_cont_left_item img {
    margin: 0 auto;
}

.projectFeaturesItem03_cont_left_item ul {
    overflow: hidden;
}

.projectFeaturesItem03_cont_left_item ul li {
    width: 22.75%;
    height: 60px;
    margin-right: 3%;
    float: left;
    background: #FFFFFF;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.projectFeaturesItem03_cont_left_item ul li:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 12px solid transparent;
    border-top: 12px solid #ba8f40;
}

.projectFeaturesItem03_cont_left_item ul li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #00549c;
}

.projectFeaturesItem03_cont_left_item ul li:nth-child(4),
.projectFeaturesItem03_cont_left_item ul li:nth-child(8) {
    margin-right: 0;
}

.projectFeaturesItem03_cont_left_item ul li p {
    line-height: 24px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.projectFeaturesItem03_cont_left_img img {
    width: 100%;
}

.projectFeaturesItem03_cont_right {
    position: relative;
}

.projectFeaturesItem03_cont_right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 2px;
    background: #ba8f40;
}

.projectFeaturesItem03_cont_right_intro {
    margin-bottom: 100px;
}

.projectFeaturesItem03_cont_right_intro p {
    line-height: 28px;
    text-align: justify;
    text-indent: 2em;
}

.projectFeaturesItem03_cont_right_num {
    display: flex;
}

.projectFeaturesItem03_cont_right_num_block {
    flex: 1;
    text-align: center;
}

.projectFeaturesItem03_cont_right_num_block p:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    color: #ba8f40;
}

.projectFeaturesItem03_cont_right_num_block p:nth-child(1) span {
    font-size: 57px;
}

.projectFeaturesItem03_cont_right_num_block p:nth-child(2) {
    margin-top: 10px;
}

.projectFeaturesItem04_cont {
    overflow: hidden;
}

.projectFeaturesItem04_cont_left {
    width: 663px;
    float: left;
}

.projectFeaturesItem04_cont_right {
    margin-left: 663px;
    height: 370px;
    background: #e4e4e6;
    margin-top: 92px;
    position: relative;
}

.projectFeaturesItem04_cont_right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 2px;
    background: #ba8f40;
}

.projectFeaturesItem04_cont_right_block {
    padding: 30px 35px 0 35px;
}

.projectFeaturesItem04_cont_right_block p {
    text-align: justify;
    margin-bottom: 30px;
    text-indent: 2em;
}

.projectFeaturesItem04_cont_right_block img {
    margin-left: 15px;
}

.projectFeaturesItem05_cont {
    overflow: hidden;
    background: #e4e4e6;
}

.projectFeaturesItem05_cont_left {
    width: 660px;
    height: 100%;
    background: #00549c;
    float: left;
}

.projectFeaturesItem05_cont_right {
    margin-left: 660px;
}

.projectFeaturesItem05_cont_left_block {
    padding: 25px 25px 20px 25px;
}

.projectFeaturesItem05_cont_right_block {
    padding: 50px 30px;
}

.projectFeaturesItem05_cont_left_item ul {
    overflow: hidden;
}

.projectFeaturesItem05_cont_left_item ul li {
    width: 41%;
    margin-left: 4.5%;
    margin-right: 4.5%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.projectFeaturesItem05_cont_left_item ul li:nth-child(2),
.projectFeaturesItem05_cont_left_item ul li:nth-child(4) {
    margin-right: 0;
}

.projectFeaturesItem05_cont_left_item ul li p {
    line-height: 24px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.projectFeaturesItem05_cont_right {
    position: relative;
}

.projectFeaturesItem05_cont_right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 2px;
    background: #ba8f40;
}

.projectFeaturesItem05_cont_left_intro {
    margin-bottom: 20px;
}

.projectFeaturesItem05_cont_left_intro p {
    color: #ffffff;
    text-indent: 2em;
    text-align: justify;
}

.projectFeaturesItem05_cont_right_block img {
    max-width: 100%;
    margin: 0 auto;
}

/* 班级介绍 */
.classIntro {
    background: #EBECEC;
    padding-bottom: 65px;
}

.classIntroTitle {
    margin-bottom: 30px;
}

.classIntroTitle ul {
    display: flex;
}

.classIntroTitle ul li {
    flex: 1;
    font-size: 24px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.classIntroTitle ul li:nth-child(1) {
    margin-right: 45px;
    color: #00549c;
    border: solid 2px #00549c;
}

.classIntroTitle ul li:nth-child(2) {
    color: #bf9330;
    border: solid 2px #bf9330;
}

.classIntroTitle ul li.active {
    color: #ffffff;
}

.classIntroTitle ul li:nth-child(1).active {
    background: #00549c;
}

.classIntroTitle ul li:nth-child(2).active {
    background: #bf9330;
}

.classIntroCont ul li {
    display: none;
}

.classIntroCont ul li.active {
    display: block;
}

.classIntroItem table {
    width: 100%;
    text-align: center;
}

.classIntroItem table tr td {
    height: 45px;
    padding: 5px 0;
    background: #ffffff;
    border-right: 6px solid #EBECEC;
    border-bottom: 6px solid #EBECEC;
    line-height: 30px;
    font-size: 18px;
}

.classIntroItem table tr:nth-child(1) td,
.classIntroItem table tr td:nth-child(1) {
    font-size: 18px;
    color: #00549c;
    font-weight: bold;
}

.classIntroItem02 table tr:nth-child(1) td,
.classIntroItem02 table tr td:nth-child(1) {
    color: #bf9330;
}

.classIntroItem table tr td:nth-child(1) span {
    display: block;
}

.classIntroItem table tr td:nth-child(1) {
    width: 24%;
}

.classIntroItem table tr td:nth-child(2) {
    width: 30%;
}

.classIntroItem table tr td:nth-child(3) {
    width: 23%;
}

.classIntroItem table tr td:nth-child(4) {
    width: 23%;
}

.classIntroItem02 table tr td:nth-child(3) {
    width: 46%;
}

.classIntroItem table tr .tableBg01 {
    background: url(/public/topic/img/tableBg01.png) no-repeat center top;
    background-size: cover;
}

.classIntroItem table tr .tableBg02 {
    background: url(/public/topic/img/tableBg02.png) no-repeat center top;
    background-size: cover;
}

.classIntroItemYan {
    padding: 10px;
}

.classIntroItemYan p {
    font-size: 16px;
}

.classIntroItemYan p:nth-child(1) {
    font-size: 18px;
    color: #00549c;
    padding-left: 23px;
    background: url(/public/topic/img/tableIcon01.png) no-repeat center left;
    background-size: 14px;
    display: inline-block;
}

.classIntroItemYan02 p:nth-child(1) {
    font-size: 18px;
    color: #bf9330;
    padding-left: 23px;
    background: url(/public/topic/img/tableIcon04.png) no-repeat center left;
    background-size: 14px;
    display: inline-block;
}

.classIntroTiaojian {
    text-align: left;
    padding: 10px 50px;
}

.classIntroTiaojian p {
    padding-left: 25px;
    background: url(/public/topic/img/tableIcon02.png) no-repeat left top;
    background-size: 16px;
    background-position-y: 7px;
    margin-bottom: 5px;
}

.classIntroTiaojian02 p {
    padding-left: 25px;
    background: url(/public/topic/img/tableIcon05.png) no-repeat left top;
    background-size: 16px;
    background-position-y: 7px;
    margin-bottom: 5px;
}

.classIntroTiaojian p:last-child {
    margin-bottom: 0;
}

.classIntroZhengshu {
    text-align: left;
    padding: 10px 50px;
}

.classIntroZhengshu p {
    padding-left: 25px;
    background: url(/public/topic/img/tableIcon03.png) no-repeat left top;
    background-size: 20px;
    background-position-y: 7px;
    margin-bottom: 5px;
}

.classIntroZhengshu02 p {
    padding-left: 25px;
    background: url(/public/topic/img/tableIcon06.png) no-repeat left top;
    background-size: 20px;
    background-position-y: 7px;
    margin-bottom: 5px;
}

.classIntroShouke {
    text-align: left;
    padding: 10px 50px;
}

.classIntroShouke p:nth-child(3) {
    font-size: 16px;
}

.classIntroZhengshu02 p:nth-child(4) {
    background: none;
    font-size: 16px;
}

.classIntroZhengshu02 p:nth-child(4) span {
    display: block;
    margin-right: 15px;
}

.classIntroMark {
    display: none;
}

.classIntroBlock_m {
    display: none;
}

.classIntroBlock_m ul li {
    display: none;
}

.classIntroBlock_m ul li.active {
    display: block;
}

/* 师资及课程 */

.teacherCourse {
    padding-bottom: 65px;
    position: relative;
}

.teacherCourseBg {
    width: 100%;
    height: 450px;
    background: url(/public/topic/img/teacherCourseBg.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 1;
}

.teacherCourseBox {
    position: relative;
    z-index: 2;
}

.teacherBox {
    margin-bottom: 30px;
}

.teacherBox ul {
    display: flex;
}

.teacherBox ul li {
    flex: 1;
    text-align: center;
    padding: 25px 0 15px 0;
    background: url(/public/topic/img/teacherBlockBg.png) no-repeat top right;
}

.teacherBox ul li:nth-child(1) {
    flex: 0.7;
}

.teacherBox ul li:nth-child(2) {
    flex: 0.7;
}

.teacherBox ul li:last-child {
    background: none;
}

.teacherBlock p:nth-child(1) {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
}

.teacherBlock p:nth-child(1) span {
    font-size: 50px;
}

.teacherBlock p:nth-child(2) {
    color: #ffffff;
}

.courseBox_title ul {
    display: flex;
}

.courseBox_title ul li {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.courseBox_title ul li:nth-child(1) {
    border-bottom: 5px solid #00549c;
}

.courseBox_title ul li:nth-child(2) {
    border-bottom: 5px solid #ba8f40;
}

.courseBox_title ul li .courseBox_title_box {
    padding: 80px 0;
}

.courseBox_title ul li:nth-child(1) {
    background: url(/public/topic/img/courseBoxTitleBg01.jpg) no-repeat center center;
    background-size: cover;
    margin-right: 48px;
}

.courseBox_title ul li:nth-child(2) {
    background: url(/public/topic/img/courseBoxTitleBg02.jpg) no-repeat center center;
    background-size: cover;
}

.courseBox_title_block p {
    font-size: 24px;
    line-height: 69px;
    color: #ffffff;
    font-weight: bold;
}

.courseBox_title ul li:nth-child(1) .courseBox_title_block p {
    background: url(/public/topic/img/courseBoxTitleBg04.png) no-repeat center center;
    background-size: cover;
}

.courseBox_title ul li:nth-child(2) .courseBox_title_block p {
    background: url(/public/topic/img/courseBoxTitleBg03.png) no-repeat center center;
    background-size: cover;
}

.courseBox_title ul li:nth-child(1).active .courseBox_title_box {
    background: rgba(0, 84, 156, 0.8);
}

.courseBox_title ul li:nth-child(2).active .courseBox_title_box {
    background: rgba(186, 143, 64, 0.8);
}

.courseBox_title ul li.active .courseBox_title_box .courseBox_title_block p {
    background: none;
}

.courseBox_cont {
    margin-top: 20px;
}

.courseBox_cont ul li {
    display: none;
}

.courseBox_cont ul li.active {
    display: block;
}

.courseBox_cont .courseBoxContimg_m {
    display: none;
}


/* 学生概况 */

.studentProfile {
    background: url(/public/topic/img/studentProfileBg.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 80px;
}

.studentProfileBlock {
    overflow: hidden;
}

.studentProfileBlock .studentProfileProportion {
    width: 300px;
    float: left;
    margin-right: 11px;
}

.studentProfileBlock .studentProfileItem {
    width: 889px;
    float: left;
}

.studentProfileProportion ul li {
    height: 178px;
    background: #f0f0f0;
    margin-bottom: 11px;
    text-align: center;
}

.studentProfileProportion ul li p:nth-child(1) {
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
    color: #00549c;
    padding-top: 40px;
}

.studentProfileProportion ul li p:nth-child(2) {
    font-size: 18px;
    color: #333333;
}

.studentProfileItem ul li {
    margin-bottom: 11px;
}

.studentProfileTop {
    margin-bottom: 6px;
}

.studentProfileTop img {
    float: left;
}

.studentProfileTop img:nth-child(1) {
    width: 46.34%;
    margin-right: 0.58%;
}

.studentProfileTop img:nth-child(2) {
    width: 53.08%;
}


.studentProfileBottom img {
    float: left;
    width: 49.67%;
}

.studentProfileBottom img:nth-child(1) {
    margin-right: 0.66%;
}




/* 招生信息 */

.enrollmentInforBox {
    overflow: hidden;
    position: relative;
    padding-bottom: 55px;
}

.enrollmentInforBox .enrollmentInforLeft {
    width: 50%;
    height: 100%;
    position: absolute;
    background: url(/public/topic/img/enrollmentInforLeftBg.jpg) no-repeat top center;
    background-size: cover;
    z-index: 1;
}

.enrollmentInforBox .enrollmentInforRight {
    width: 50%;
    margin-left: 50%;
    float: left;
    position: relative;
    z-index: 2;
}

.enrollmentInforRight .itemTitleBox02 {
    padding-left: 7.5%;
}

.enrollmentInforRightBox {
    width: 900px;
    height: 927px;
    margin-left: -300px;
    background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(0, 20, 62, 0.15);
}

.enrollmentInforRightBlock {
    padding: 35px;
}

.enrollmentInforRightTitle {
    margin: 0 75px 48px 75px;
}

.enrollmentInforRightTitle ul {
    display: flex;
}

.enrollmentInforRightTitle ul li {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.enrollmentInforRightTitle ul li p {
    font-size: 24px;
    line-height: 58px;
    font-weight: bold;
}

.enrollmentInforRightTitle ul li:nth-child(1) p {
    color: #00549c;
    border: 1px solid #00549c;
}

.enrollmentInforRightTitle ul li:nth-child(2) p {
    color: #ba8f40;
    border: 1px solid #ba8f40;
}

.enrollmentInforRightTitle ul li:nth-child(1).active p {
    color: #ffffff;
    background: #00549c;
}

.enrollmentInforRightTitle ul li:nth-child(2).active p {
    color: #ffffff;
    background: #ba8f40;
}

.enrollmentInforRightCont ul li {
    display: none;
}

.enrollmentInforRightCont ul li.active {
    display: block;
}

.enrollmentInforRightContTable {
    width: 100%;
    text-align: center;
}

.enrollmentInforRightContTable tr {
    height: 63px;
}

.enrollmentInforRightContTable tr td {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.enrollmentInforRightContTable tr:nth-child(odd) {
    background: #f2f8fa;
}

.enrollmentInforRightContTable tr:nth-child(even) {
    background: #def0f6;
}

.enrollmentInforRightContTable tr:nth-child(1) {
    background: #00549c;
}

.enrollmentInforRightContTable tr td:nth-child(1) {
    width: 174px;
}

.enrollmentInforRightContTable tr td:nth-child(2) {
    width: 360px;
}

.enrollmentInforRightContTable tr td:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #00549c;
}

.enrollmentInforRightContTable tr:nth-child(1) td {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.enrollmentInforRightContTableTd01 {
    text-align: left;
    padding: 10px 10px;
}

.enrollmentInforRightContTableTd01 {
    line-height: 28px;
}

.enrollmentInforRightContTableTd01 span {
    font-size: 12px;
    line-height: 20px;
}

.enrollmentInforRightContTableTd02 a {
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    background-color: #00549c;
    border-radius: 17px;
    display: inline-block;
    padding: 0 17px 0 17px;
}

.enrollmentInforRightContTableTd02 a span {
    padding-right: 30px;
    background: url(/public/topic/img/enrollmentInforIcon.png) no-repeat right center;
    background-size: 20px;
}

.enrollmentInforRightContTable02 tr td:nth-child(1) {
    width: 180px;
}

.enrollmentInforRightContTable02 tr td:nth-child(2) {
    width: 630px;
}

.enrollmentInforRightContTableTd03 a {
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    background-color: #ba8f40;
    border-radius: 17px;
    display: inline-block;
    padding: 0 17px 0 17px;
}

.enrollmentInforRightContTable02 tr:nth-child(1) {
    background: #ba8f40;
}

.enrollmentInforRightContTable02 tr td:nth-child(1) {
    color: #ba8f40;
}

.enrollmentInforRightContTable02 tr:nth-child(1) td {
    color: #ffffff;
}

.enrollmentInforRightContTableTd04 span {
    margin-left: 15px;
}

.enrollmentInforRightContTableTd06 span {
    margin-left: 15px;
}

/* 套背景 */

.taoBox {
    background: url(/public/topic/img/taoBoxBg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 10px;
}

/* TUB入学资格审核 */
.tubExamine {
    padding-bottom: 70px;
}

.tubExamineIntro p {
    font-size: 18px;
    margin-bottom: 10px;
}

.tubExamineLeft {
    width: 48.5%;
    float: left;
    margin-right: 3%;
}

.tubExamineRight {
    width: 48.5%;
    float: left;
}

.tubExamineItemTitle {
    margin-bottom: 15px;
}

.tubExamineItemTitle p {
    font-size: 22px;
    line-height: 61px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: url(/public/topic/img/tubBg.png) no-repeat center top;
    background-size: cover;
}

.tubExamineItemCont_01 p {
    font-size: 18px;
    margin-bottom: 30px;
}

.tubExamineItemCont_01 p span {
    font-weight: bold;
    color: #00549c;
    display: block;
}

.tubExamineItemCont_02 .tubExamineItemCont_li01 p {
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    background: #ba8f40;
    color: #ffffff;
}

.tubExamineItemCont_02 .tubExamineItemCont_li02 {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.tubExamineItemCont_02 .tubExamineItemCont_li02:before {
    content: '';
    position: absolute;
    top: -36px;
    width: 100%;
    height: 24px;
    background: url(/public/topic/img/tubIcon.png) no-repeat center center;
    background-size: 24px;
}

.tubExamineItemCont_02 .tubExamineItemCont_li02:after {
    content: '';
    position: absolute;
    bottom: -36px;
    width: 100%;
    height: 24px;
    background: url(/public/topic/img/tubIcon.png) no-repeat center center;
    background-size: 24px;
}

.tubExamineItemCont_02 .tubExamineItemCont_li02 p {
    width: 48.2%;
    background: #00549c;
    text-align: center;
    margin-bottom: 18px;
    line-height: 24px;
    color: #ffffff;
    padding: 10px 0;
}

.tubExamineItemCont_02 .tubExamineItemCont_li02 p span {
    display: block;
}

.tubExamineItemCont_02 .tubExamineItemCont_li02 p:nth-child(1),
.tubExamineItemCont_02 .tubExamineItemCont_li02 p:nth-child(3) {
    margin-right: 3.6%;
}

.tubExamineItemCont_02 .tubExamineItemCont_li02 p:nth-child(3),
.tubExamineItemCont_02 .tubExamineItemCont_li02 p:nth-child(4) {
    margin-bottom: 0;
}

.tubExamineItemCont_table table {
    width: 100%;
    margin-bottom: 15px;
}

.tubExamineItemCont_table table tr {
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}

.tubExamineItemCont_table table tr:nth-child(1) {
    background: #ba8f40;
    color: #ffffff;
    line-height: 45px;
}

.tubExamineItemCont_table table tr:nth-child(1) td:nth-child(1) {
    width: 21%;
}

.tubExamineItemCont_table table tr:nth-child(1) td:nth-child(2) {
    width: 35%;
}

.tubExamineItemCont_table table tr:nth-child(1) td:nth-child(3) {
    width: 44%;
}

.tubExamineItemCont_table table tr:nth-child(2) img {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.tubExamineItemCont_table table tr:nth-child(3) {
    border-top: 1px dashed #ba8f40;
    border-bottom: 1px dashed #ba8f40;
}

.tubExamineItemCont_table table tr:nth-child(4) {
    border-bottom: 1px dashed #ba8f40;
}

.tubExamineItemCont_li04 p {
    background: url(/public/topic/img/tubBg02.png) no-repeat center left;
    background-size: auto 100%;
    line-height: 28px;
    padding: 11px 0 11px 13px;
    border-left: 7px solid #ba8f40;
}

.tubExamineItemCont_li04 p span {
    display: block;
}

.tubExamineItemCont_li04 p:nth-child(1) {
    margin-bottom: 15px;
}

/* 招生活动 */

.enrollmentActivities {
    padding-bottom: 40px;
}

.enrollmentActivitiesImg {
    height: 360px;
    background: url(/public/topic/img/enrollmentActivitiesBg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.enrollmentActivitiesBox {
    position: relative;
    margin-top: -180px;
}

.enrollmentActivitiesBlock ul {
    display: flex;
}

.enrollmentActivitiesBlock ul li {
    flex: 1;
    padding: 5px;
    margin-right: 50px;
    animation-duration: 1s;
}

.enrollmentActivitiesBlock ul li:nth-child(1) {
    animation-delay: 0;
}

.enrollmentActivitiesBlock ul li:nth-child(2) {
    animation-delay: 0.5s;
}

.enrollmentActivitiesBlock ul li:nth-child(3) {
    animation-delay: 1s;
}

.enrollmentActivitiesBlock ul li:last-child {
    margin-right: 0;
}

.enrollmentActivitiesItemTitle {
    background: #2380B8;
    margin: 0 45px;
    border-radius: 20px 20px 0px 0px;
}

.enrollmentActivitiesItemTitle p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 46px;
    color: #ffffff;
}

.enrollmentActivitiesItemCont {
    height: 278px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 20, 62, 0.1);
    border-radius: 10px;
    padding-top: 15px;
}

.enrollmentActivitiesItemLine {
    position: relative;
}

.enrollmentActivitiesItemLine:after {
    content: '';
    position: absolute;
    top: 35px;
    width: 100%;
    height: 1px;
    background: #00549c;
    z-index: 1;
}

.enrollmentActivitiesItemTime_out {
    text-align: center;
    width: 71px;
    height: 71px;
    margin: 0 auto;
    border-radius: 36px;
    background: #f7fbfd;
    border: 1px solid #2380B8;
    position: relative;
    z-index: 2;
}

.enrollmentActivitiesItemTime_in {
    width: 65px;
    height: 65px;
    margin: 3px;
    border-radius: 33px;
    background: #2380B8;
}

.enrollmentActivitiesItemTime_in p:nth-child(1) {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 6px;
}

.enrollmentActivitiesItemTime_in p:nth-child(1) span {
    font-weight: normal;
    font-size: 13px;
}

.enrollmentActivitiesItemTime_in p:nth-child(2) {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}

.enrollmentActivitiesItemContBlock {
    padding: 0 15px;
}

.enrollmentActivitiesItemContIntro {
    margin-bottom: 10px;
}

.enrollmentActivitiesItemContIntro p:nth-child(1) {
    font-size: 14px;
    line-height: 22px;
    color: #2380B8;
    font-weight: bold;
}

.enrollmentActivitiesItemContIntro p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}

.enrollmentActivitiesItemContIntro .over2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
}

.enrollmentActivitiesItemContIntro .over1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
}

.enrollmentActivitiesItemContLink {
    text-align: center;
}

.enrollmentActivitiesItemContLink a {
    font-size: 14px;
    color: #2380B8;
    display: inline-block;
    padding-left: 27px;
    background: url(/public/topic/img/enrollmentActivitiesItemIcon02.png) no-repeat center left;
    background-size: 19px;
}

.enrollmentActivitiesMore {
    margin-top: 30px;
    text-align: center;
}

.enrollmentActivitiesMore a {
    line-height: 37px;
    color: #ffffff;
    background-color: #c0c0c0;
    border-radius: 13px;
    display: inline-block;
    padding: 0 20px;
}

.enrollmentActivitiesMore a:hover {
    background-color: #2380B8;
}

.enrollmentActivitiesItem_end {
    position: relative;
}

.enrollmentActivitiesItem_end::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 126px;
    height: 109px;
    background: url(/public/topic/img/enrollmentActivitiesItemEnd.png) no-repeat center center;
    background-size: cover;
}

.enrollmentActivitiesItem_end .enrollmentActivitiesItemTitle {
    background: #c0c0c0;
}

.enrollmentActivitiesItem_end .enrollmentActivitiesItemContIntro p {
    color: #c0c0c0;
}

.enrollmentActivitiesItem_end .enrollmentActivitiesItemContLink a:hover {
    color: #c0c0c0;
    background: url(/public/topic/img/enrollmentActivitiesItemIcon01.png) no-repeat center left;
}

.enrollmentActivitiesItem_end .enrollmentActivitiesItemCont .enrollmentActivitiesItemLine:after {
    background: #c0c0c0;
}

.enrollmentActivitiesItem_end .enrollmentActivitiesItemCont .enrollmentActivitiesItemTime_out {
    border: 1px solid #c0c0c0;
}

.enrollmentActivitiesItem_end .enrollmentActivitiesItemCont .enrollmentActivitiesItemTime_in {
    background: #c0c0c0;
}

.enrollmentActivitiesItem_end .enrollmentActivitiesItemContLink a {
    color: #c0c0c0;
    background: url(/public/topic/img/enrollmentActivitiesItemIcon01.png) no-repeat center left;
    background-size: 19px;
}


/* 优选面试 */

.preferredInterviewIntro {
    margin-bottom: 20px;
}

.preferredInterviewIntro p {
    font-size: 18px;
    line-height: 36px;
    /* text-indent: 2em; */
}

.preferredInterviewIntro p a {
    padding: 0 10px;
    color: #ffffff;
    line-height: 30px;
    display: inline-block;
    background: #00549c;
    border-radius: 14px;
    text-indent: 0;
}

.preferredInterviewCont {
    margin-bottom: 55px;
}

.preferredInterviewCont img {
    max-width: 100%;
}

.preferredInterviewCont .preferredInterviewContImg_m {
    display: none;
}

.preferredInterviewTable {
    overflow: hidden;
    border-radius: 15px;
}

.preferredInterviewTable table {
    width: 100%;
    text-align: center;
}

.preferredInterviewTableTd01 {
    text-align: left;
    padding-left: 100px;
}

.preferredInterviewTable table tr {
    height: 69px;
    border-bottom: 3px solid #ffffff;
}

.preferredInterviewTable table tr td {
    width: 25%;
    border-right: 3px solid #ffffff;
    font-size: 18px;
}

.preferredInterviewTable table tr td:last-child {
    border-right: 0;
}

.preferredInterviewTable table tr:nth-child(odd) {
    background: #f5f5f5;
}

.preferredInterviewTable table tr:nth-child(even) {
    background: #f2f8fa;
}

.preferredInterviewTable table tr:first-child {
    height: 58px;
    background: #00549c;
}

.preferredInterviewTable table tr:last-child {
    border-bottom: 0;
}

.preferredInterviewTable table tr:first-child td {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.preferredInterviewTable table tr:last-child {
    color: #00549c;
}


/* 申请流程 */

.applicationProcess {
    background: #f2f8fa;
    padding-bottom: 65px;
}

.applicationProcessBlock ul {
    display: flex;
    overflow: hidden;
}

.applicationProcessBlock ul li {
    flex: 1;
    margin-right: 23px;
    padding-left: 5px;
    position: relative;
}

.applicationProcessBlock ul li:nth-child(1) {
    animation-delay: 0;
}

.applicationProcessBlock ul li:nth-child(2) {
    animation-delay: 0.3s;
}

.applicationProcessBlock ul li:nth-child(3) {
    animation-delay: 0.6s;
}

.applicationProcessBlock ul li:nth-child(4) {
    animation-delay: 0.9s;
}

.applicationProcessBlock ul li:nth-child(5) {
    animation-delay: 1.2s;
}

.applicationProcessBlock ul li:nth-child(6) {
    animation-delay: 1.5s;
}

.applicationProcessBlock ul li:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 31px;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    background: url(/public/topic/img/applicationProcessItemIcon01.png) no-repeat center center;
    background-size: cover;
}

.applicationProcessBlock ul li:last-child:after {
    display: none;
}

.applicationProcessBlock ul li:last-child {
    margin-right: 0;
}

.applicationProcessItem {
    background: #eeeeee;
    height: 263px;
}

.applicationProcessItemBox {
    padding-top: 12px;
}

.applicationProcessItemTitle {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
    background: #00549c;
}

.applicationProcessItemCont {
    padding: 50px 20px 0 20px;
}

.applicationProcessItemCont p {
    line-height: 24px;
    text-align: justify;
}

.applicationProcessItemCont p a {
    color: #333333;
}

.applicationProcessItemCont p a:hover {
    color: #ba8f40;
}

.applicationProcessItemCont p.applicationProcessItemMark {
    font-size: 12px;
    line-height: 18px;
    color: #00549c;
    margin-top: 5px;
}

.applicationProcessItem06 {
    background: #00549c;
}

.applicationProcessItem06 .applicationProcessItemTitle {
    background: #ba8f40;
}

.applicationProcessItem06 .applicationProcessItemCont p {
    color: #ffffff;
}

.applicationProcessItem06 .applicationProcessItemCont img {
    width: 39px;
    margin: 30px auto 0 auto;
}

.applicationProcessItemTitle01 {
    position: relative;
    padding: 5px 0;
    margin-top: 45px;
    margin-bottom: 17px;
    margin-left: -10px;
}

.applicationProcessItemTitle01 p {
    line-height: 28px;
}

.applicationProcessItemTitle02 {
    position: relative;
    padding: 5px 0;
    margin-left: -10px;
}

.applicationProcessItemTitle02 p {
    line-height: 28px;
}

.applicationProcessMark {
    text-align: center;
    margin-top: 15px;
}


/* 联系我们 */

.contactUs {
    padding: 62px 0;
    background: url(/public/topic/img/contactUsBg.png) no-repeat center center;
    background-size: cover;
}

.contactUsBlock {
    overflow: hidden;
}

.contactUsBlock .contactUsBlockLeft {
    width: 54%;
    margin-right: 6.75%;
    float: left;
}

.contactUsBlock .contactUsBlockRight {
    width: 39.25%;
    float: left;
}

.contactUsBlockTitle {
    margin-top: 15px;
    margin-bottom: 30px;
}

.contactUsBlockTitle p {
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    padding-bottom: 15px;
    color: #ffffff;
    border-bottom: 3px solid #f5f5f5;
}

.contactUsBlockCont {
    overflow: hidden;
    position: relative;
    min-height: 145px;
}

.contactUsBlockContCode {
    width: 131px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.contactUsBlockContP {
    margin-left: 151px;
}

.contactUsBlockContP p {
    font-size: 20px;
    color: #ffffff;
}

.contactUsBlockContP p a {
    color: #ffffff;
}

.contactUsBlockContP p a:hover {
    color: #ba8f40;
}


/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: rgba(0, 84, 156, 0.8);
    padding: 8px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
}

.backTop img {
    width: 100%;
}

.backTop p {
    display: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.backTop:hover img {
    display: none;
}

.backTop:hover p {
    display: block;
}

/* 在线申请 */
.onlineApplication {
    margin-top: 30px;
    margin-bottom: 0;
}

.onlineApplication a p {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
    color: #ffffff;
    background: #00549c;
    border-radius: 55px;
}

.onlineApplication a p:hover {
    background: #ba8f40;
}

.onlineApplication_pc {
    height: 280px;
}

.onlineApplication_pc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.onlineApplication_m {
    display: none;
}

.onlineApplication_m img {
    width: 100%;
}

/* 就业数据 */
.projectFeaturesItemDataTitle {
    margin: 20px 0;
}

.projectFeaturesItemDataTitle p {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}

.projectFeaturesItemDataTitle span {
    width: 100px;
    height: 3px;
    background: #00549c;
    display: block;
}

.projectFeaturesItemDataCont {
    margin-bottom: 30px;
}

.projectFeaturesItemDataCont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projectFeaturesItemDataCont ul li {
    width: 23%;
    text-align: center;
}

.projectFeaturesItemDataCont ul li p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
}

.projectFeaturesItemDataCont ul li p:nth-child(2) {
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
    color: #00549c;
}

.projectFeaturesItemDataSheng ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projectFeaturesItemDataSheng ul li {
    width: 32%;
    text-align: center;
}

.projectFeaturesItemDataSheng ul li p {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-left: 30px;
    background: url(/public/topic/img/upIcon.png) no-repeat center left;
    background-size: 25px;
}

.projectFeaturesItemDataSheng ul li p span {
    margin-left: 10px;
    font-size: 24px;
    color: #ba8f40;
    display: inline-block;
}

@media (max-width:1366px) and (min-width:1200px) {
    .publicBox {
        width: 1180px;
        margin: 0 auto;
    }

    .menuBox {
        height: 70px;
    }

    .menuBox .menuBlock {
        width: 1150px;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        font-size: 18px;
        line-height: 40px;
        padding-top: 10px;
        padding-bottom: 17px;
    }

    .menuBox .menuBlock .menuLogoBox img {
        margin-top: 15px;
        height: 40px;
    }

    .banner-box {
        margin-top: 70px;
    }

    .itemTitleBlock .itemTitleName {
        font-size: 36px;
        padding-bottom: 5px;
    }

    .itemTitleBox {
        padding-top: 50px;
        margin-bottom: 40px;
    }

    .collegeIntroBlock {
        padding-bottom: 50px;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place p {
        font-size: 36px;
    }

    .trainingObjectivesContDetail p {
        font-size: 22px;
        line-height: 40px;
    }

    .projectFeaturesItem01_cont_box_title p:nth-child(1) {
        font-size: 36px;
    }

    .teacherBlock p:nth-child(1) span {
        font-size: 40px;
    }

    .studentProfileBlock .studentProfileProportion {
        width: 280px;
    }

    .studentProfileProportion ul li p:nth-child(1) {
        font-size: 40px;
        line-height: 56px;
    }

    .enrollmentInforRightTitle ul li p {
        font-size: 20px;
        line-height: 50px;
    }

    .enrollmentInforRightContTable tr:nth-child(1) td {
        font-size: 20px;
    }

    .enrollmentActivitiesImg {
        height: 230px;
    }

    .enrollmentActivitiesItemTitle p {
        font-size: 18px;
    }

    .enrollmentActivitiesItemTime_in p:nth-child(1) {
        font-size: 18px;
    }

    .enrollmentActivitiesBlock ul li {
        margin-right: 40px;
    }

    .preferredInterviewIntro p {
        font-size: 16px;
        line-height: 32px;
    }

    .preferredInterviewTable table tr td {
        font-size: 16px;
    }

    .contactUsBlockTitle p {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 5px;
    }

    .contactUsBlockContP p {
        font-size: 16px;
    }

    .teacherBox ul li {
        padding: 15px 0 10px 0;
    }

    .courseBox_title_block p {
        font-size: 20px;
    }

    .courseBox_title ul li .courseBox_title_box {
        padding: 60px 0;
    }

    .teacherCourseBg {
        height: 400px;
    }

    .teacherCourse {
        padding-bottom: 50px;
    }

    .studentProfile {
        padding-bottom: 50px;
    }

    .applicationProcess {
        padding-bottom: 50px;
    }

    .contactUs {
        padding: 50px 0;
    }

    .classIntroItem table tr td {
        font-size: 16px;
    }

    .classIntroTitle ul li {
        font-size: 22px;
        line-height: 60px;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }

    .menuBox {
        position: fixed;
        width: 100%;
        height: 70px;
        background: #ffffff;
        border-top: none;
        box-shadow: none;
    }

    .menuIconBox {
        display: block;
    }

    .menuBox .menuIconSwitch {
        display: block;
        position: fixed;
        top: 0;
        right: 10px;
    }

    .menuBox .menuIconSwitch img {
        display: none;
        width: 44px;
        padding: 13px;
        cursor: pointer;
    }

    .menuBox .menuIconSwitch .menuIconClose {
        width: 40px;
        padding: 10px;
    }

    .menuBox .menuIconSwitch .active {
        display: block;
    }

    .menuBox .menuBlock .menuLogoBox {
        width: 100%;
        float: none;
        margin-right: 0;
        display: none;
    }

    .menuBox .menuBlock {
        width: 300px;
        margin-top: 70px;
        background: rgba(255, 255, 255, 1);
        display: none;
        position: fixed;
        right: 0;
        box-shadow: 0px 2px 13px 1px rgb(0 0 0 / 14%);
    }

    .menuBox .menuBlock .logoBox {
        width: 100%;
        background: #ffffff;
        border-top: 5px solid #01a6f6;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:nth-child(5) {
        width: 100%;
    }

    .menuBox .menuBlock .logoBox img:nth-child(1) {
        width: 90%;
        margin: 15px 5%;
    }

    .menuBox .menuBlock .logoBox img:nth-child(2) {
        width: 60%;
        margin: 0 20%;
    }

    .menuBox .menuBlock .menuListBox {
        width: 100%;
        float: none;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }

    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 20px;
        line-height: 50px;
        display: block;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        display: block;
        line-height: 60px;
        font-size: 18px;
        padding-top: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink {
        border-bottom: none;
        font-size: 20px;
        color: #ffffff;
        background: #00549c;
    }

    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
        border-bottom: none;
        font-size: 20px;
        color: #ffffff;
        background: #00549c;
    }

    .menuBox .menuBlock .menuLogoBox img {
        width: 70%;
        margin: 30px 15% 30px 15%;
    }

    .menuBox .menuBlock .menuListBox ul {
        display: block;
    }

    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink:after {
        display: none;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink:after {
        display: none;
    }

    .menuBox .menuIconLogo {
        position: fixed;
        top: 0;
        left: 3%;
    }

    .menuBox .menuIconLogo img {
        display: block;
        width: auto;
        height: 45px;
        padding: 12px 0;
    }

    .banner-box {
        margin-top: 60px;
    }

    .backTop {
        width: 28px;
        height: 28px;
    }

    .itemTitleBox {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .itemTitleBlock .itemTitleName {
        font-size: 32px;
        line-height: 50px;
        padding-bottom: 0;
    }

    .backTop p {
        line-height: 14px;
    }

    .collegeIntroCont {
        padding-top: 0;
        padding-left: 15px;
    }

    .collegeIntroContDetail p {
        margin-bottom: 15px;
        text-indent: 2em;
    }

    .collegeIntroAuthentication {
        width: 194%;
        margin-left: -96%;
    }

    .collegeIntroAuthenticationBox {
        padding: 20px 0;
    }

    .collegeIntroBlock {
        padding-bottom: 50px;
    }

    .collegeIntroRanking {
        padding: 50px 0 30px 0;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place p {
        font-size: 30px;
        line-height: 46px;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place02 p:nth-child(1) {
        margin-left: 10px;
        margin-right: 20px;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_desc p {
        margin: 0 5px;
    }

    .collegeIntroRankingBlock ul {
        display: block;
    }

    .collegeIntroRankingBlock ul li {
        width: 32%;
        margin-bottom: 20px;
        float: left;
    }

    .collegeIntroRankingBlock .collegeIntroRankingItem {
        width: 230px;
        margin: 0 auto;
    }

    .collegeIntroRankingBlock ul li:nth-child(2),
    .collegeIntroRankingBlock ul li:nth-child(5) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .projectIntroBlock .projectIntroCont .projectIntroContBox {
        width: auto;
        margin: 0 20px;
    }

    .projectIntroContDetail p {
        line-height: 28px;
        text-indent: 2em;
    }

    .projectIntroBlock .projectIntroCont {
        padding-bottom: 40px;
    }

    .trainingObjectivesBlock .trainingObjectivesCont .trainingObjectivesContBox {
        width: auto;
        margin-left: 20px;
        float: none;
    }

    .trainingObjectivesContDetail p {
        font-size: 16px;
        line-height: 40px;
    }

    .trainingObjectivesContDetail img {
        width: 80%;
    }

    .projectFeaturesTitle ul li p {
        padding: 30px 0;
    }

    .projectFeaturesItem01_title p {
        text-indent: 2em;
        line-height: 28px;
    }

    .projectFeaturesItem01_cont_box_title p:nth-child(1) {
        width: 50px;
        font-size: 30px;
    }

    .projectFeaturesItem01_cont_box_title p:nth-child(2) {
        margin-left: 50px;
        font-size: 16px;
        font-weight: normal;
    }

    .projectFeaturesItem01_cont_box_title {
        margin: 0 5px;
    }

    .projectFeaturesItem01_cont .projectFeaturesItem01_cont_box {
        margin-right: 10px;
    }

    .projectFeaturesItem01_cont_box_intro p {
        text-indent: 2em;
        font-size: 14px;
        line-height: 24px;
        padding: 40px 10px 0 10px
    }

    .projectFeaturesItem02_title p {
        text-indent: 2em;
        line-height: 28px;
    }

    .projectFeaturesItem03_title p {
        text-indent: 2em;
        line-height: 28px;
    }

    .projectFeaturesItem03_cont_right_block {
        padding: 50px 15px 15px 15px;
    }

    .projectFeaturesItem03_cont_right_intro p {
        text-indent: 2em;
    }

    .projectFeaturesItem03_cont {
        position: relative;
    }

    .projectFeaturesItem03_cont_right_intro {
        margin-bottom: 15px;
    }

    .projectFeaturesItem03_cont_right_num_block p:nth-child(1) span {
        font-size: 32px;
        line-height: 40px;
    }

    .projectFeaturesItem04_cont_right_block {
        padding: 25px;
    }

    .projectFeaturesItem04_cont_right_block p {
        text-indent: 2em;
        line-height: 28px;
    }

    .projectFeaturesItem05_cont_left_intro p {
        text-indent: 2em;
        line-height: 28px;
    }

    .projectFeaturesItem05_cont_left {
        width: 50%;
    }

    .projectFeaturesItem05_cont_right {
        margin-left: 50%;
    }

    .projectFeatures {
        padding-bottom: 50px;
    }

    .projectFeaturesItem04_cont_left {
        width: 50%;
    }

    .projectFeaturesItem04_cont_right {
        margin-left: 50%;
        margin-top: 0px;
    }

    .teacherBlock p:nth-child(1) span {
        font-size: 36px;
    }

    .courseBox_title ul li .courseBox_title_box {
        padding: 30px 0;
    }

    .courseBox_title_block p {
        font-size: 18px;
        line-height: 40px;
    }

    .teacherCourseBg {
        height: 330px;
    }

    .teacherCourse {
        padding-bottom: 50px;
    }

    .studentProfileBlock .studentProfileProportion {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .studentProfileProportion ul {
        display: flex;
    }

    .studentProfileProportion ul li {
        flex: 1;
        margin-right: 11px;
    }

    .studentProfileProportion ul li:last-child {
        margin-right: 0;
    }

    .studentProfileProportion ul li p:nth-child(1) {
        font-size: 36px;
        line-height: 60px;
    }

    .studentProfileProportion ul li p:nth-child(2) {
        font-size: 16px;
    }

    .studentProfileBlock .studentProfileItem {
        width: auto;
        float: none;
    }

    .studentProfileItem ul li {
        background: #f0f0f0;
    }

    .studentProfileItem ul li img {
        max-width: 100%;
        margin: 0 auto;
    }

    .enrollmentInforRightBox {
        width: 180%;
        margin-left: -90%;
        height: 885px;
    }

    .studentProfile {
        padding-bottom: 50px;
    }

    .enrollmentInforRightTitle ul li p {
        font-size: 18px;
        line-height: 45px;
    }

    .enrollmentInforRightContTable tr:nth-child(1) td {
        font-size: 18px;
    }

    .enrollmentInforRightTitle {
        margin: 0 65px 30px 65px;
    }

    .enrollmentInforRightContTable tr {
        height: 55px;
    }

    .enrollmentInforRightContTableTd04 span {
        display: block;
    }

    .enrollmentInforRightContTable tr td:nth-child(3) {
        width: 360px;
    }

    .enrollmentActivitiesImg {
        height: 250px;
    }

    .enrollmentActivitiesBlock ul li {
        margin-right: 15px;
    }

    .enrollmentActivitiesItemTitle p {
        font-size: 18px;
        line-height: 40px;
    }

    .enrollmentActivities {
        padding-bottom: 10px;
    }

    .preferredInterviewIntro p {
        font-size: 16px;
        line-height: 32px;
    }

    .preferredInterviewTable table tr td {
        font-size: 16px;
    }

    .preferredInterviewTable table tr {
        height: 55px;
    }

    .preferredInterviewTableTd01 {
        padding-left: 30px;
    }

    .preferredInterviewCont {
        margin-bottom: 40px;
    }

    .applicationProcessBlock ul {
        display: block;
    }

    .applicationProcessBlock ul li {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 20px;
        float: left;
        padding-left: 0;
    }

    .applicationProcessItem {
        height: 200px;
    }

    .applicationProcess {
        padding-bottom: 30px;
    }

    .contactUsBlock .contactUsBlockLeft {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .contactUsBlockContP p {
        font-size: 16px;
    }

    .contactUs {
        padding: 40px 0 50px 0;
    }

    .contactUsBlock .contactUsBlockRight {
        width: auto;
        float: none;
    }

    .contactUsBlockTitle {
        margin-top: 0;
    }

    .contactUsBlockTitle p {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f5f5f5;
        display: inline-block;
    }

    .applicationProcessItemTitle01 {
        margin-top: 13px;
    }

    .applicationProcessMark {
        margin-top: 0;
    }

    .tubExamineIntro p {
        font-size: 16px;
    }

    .tubExamineItemTitle p {
        font-size: 18px;
        line-height: 50px;
    }

    .tubExamineItemCont_01 p {
        font-size: 16px;
    }

    .tubExamineItemCont_01 p span {
        display: inline;
    }

    .tubExamineItemCont_02 .tubExamineItemCont_li01 p,
    .tubExamineItemCont_02 .tubExamineItemCont_li02 p {
        font-size: 16px;
    }

    .tubExamineItemCont_table table tr {
        font-size: 16px;
    }

    .tubExamineItemCont_li04 p span {
        display: inline;
    }

    .projectFeaturesItem03_cont_left {
        width: 50%;
    }

    .projectFeaturesItem03_cont_right {
        margin-left: 50%;
    }

    .classIntroItem table tr td {
        font-size: 16px;
    }

    .classIntroTitle ul li {
        font-size: 22px;
        line-height: 60px;
    }

    .classIntroItemYan p:nth-child(1) {
        font-size: 16px;
    }

    .projectFeaturesItemDataCont ul li p:nth-child(1) {
        font-size: 20px;
    }

    .projectFeaturesItemDataCont ul li p:nth-child(2) {
        font-size: 44px;
        line-height: 60px;
    }

    .projectFeaturesItemDataTitle p {
        font-size: 20px;
    }

    .projectFeaturesItemDataSheng ul li {
        text-align: left;
    }

    .projectFeaturesItemDataSheng ul li p {
        background-position-y: 5px;
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    .projectFeaturesItem03_cont {
        min-height: 350px;
    }
}

@media (max-width: 960px) and (min-width:769px) {
    .projectFeaturesItem03_cont_left {
        position: relative;
        width: 100%;
        float: none;
    }

    .projectFeaturesItem03_cont_right {
        float: none;
        margin-left: 0;
    }

    .projectFeaturesItem01_cont {
        overflow: hidden;
        display: block;
    }

    .projectFeaturesItem01_cont .projectFeaturesItem01_cont_box {
        width: 288px;
        float: left;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    .projectFeatures {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }

    .menuBox {
        width: 40%;
        background: none;
        border-top: none;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
    }

    .menuIconBox {
        display: block;
    }

    .menuBox .menuIconBox {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
        z-index: 2;
    }

    .menuBox .menuIconBox .menuIconSwitch {
        float: right;
    }

    .menuBox .menuIconBox .menuIconSwitch img {
        display: none;
        width: 30px;
        padding: 10px;
    }

    .menuBox .menuIconBox .menuIconSwitch img.active {
        display: block;
    }

    .menuBox .menuIconBox .menuIconSwitch .menuIconClose {
        width: 30px;
        padding: 10px;
    }

    .menuBox .menuIconBox .menuIconLogo {
        height: 50px;
    }

    .menuBox .menuIconBox .menuIconLogo img {
        padding-left: 5%;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 5%;
    }

    .menuBox .menuBlock {
        width: 40%;
        top: 50px;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        display: none;
        position: fixed;
    }

    .menuBox .menuBlock .menuLogoBox {
        display: none;
    }

    .menuBox .menuBlock .logoBox {
        width: 100%;
        background: #ffffff;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:nth-child(5) {
        width: 100%;
    }

    .menuBox .menuBlock .logoBox img:nth-child(1) {
        width: 90%;
        margin: 15px 5%;
    }

    .menuBox .menuBlock .logoBox img:nth-child(2) {
        width: 60%;
        margin: 0 20%;
    }

    .menuBox .menuBlock .menuListBox {
        width: 100%;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }

    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 20px;
        line-height: 50px;
        display: block;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        line-height: 40px;
        font-size: 14px;
        padding-bottom: 0;
        padding-top: 0;
        display: block;
        font-weight: normal;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink {
        border-bottom: none;
        color: #ffffff;
        background: #00549c;
    }

    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: none;
        color: #ffffff;
        background: #00549c;
    }

    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 16px;
    }

    .menuBox .menuBlock .menuListBox ul {
        display: block;
    }

    .menuBox .menuBlock .menuListBox ul li:hover .menuListItemLink:after {
        display: none;
    }

    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink:after {
        display: none;
    }

    .itemTitleBox {
        padding-top: 25px;
        margin-bottom: 20px;
    }

    .itemTitleBlock .itemTitleName {
        font-size: 24px;
        line-height: 36px;
    }

    .itemTitleBlock span {
        margin-top: 0;
    }

    .banner-box {
        margin-top: 50px;
    }

    .backTop p {
        line-height: 14px;
    }

    .backTop {
        width: 28px;
        height: 28px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }

    .banner-box .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner-box .swiper-pagination-custom,
    .banner-box .swiper-pagination-fraction {
        right: 0;
        left: 0;
    }

    .banner-box .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .banner-box .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner-box .swiper-pagination-custom,
    .banner-box .swiper-pagination-fraction {
        bottom: 0;
    }

    .banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .collegeIntroLeft {
        width: 100%;
        height: 340px;
        overflow: hidden;
        float: none;
    }

    .collegeIntroRight {
        width: 100%;
        float: none;
    }

    .collegeIntroCont {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .collegeIntroContDetail p span {
        font-weight: normal;
    }

    .collegeIntroContDetail p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px;
        text-indent: 2em;
    }

    .collegeIntroAuthentication {
        width: 98%;
        margin-left: 1%;
        margin-top: 0;
    }

    .collegeIntroAuthenticationBox {
        display: block;
        padding: 0 10px;
    }

    .collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #3388BA;
        border-bottom: 1px solid #3388BA;
    }

    .collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(2):before {
        display: none;
    }

    .collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(2):after {
        display: none;
    }

    .collegeIntroAuthenticationBox .collegeIntroAuthenticationItem {
        overflow: hidden;
        padding: 20px 0;
    }

    .collegeIntroAuthenticationItem .collegeIntroAuthenticationItemImg {
        width: 35%;
        height: 52px;
        margin-right: 3%;
        float: left;
        margin-bottom: 0;
    }

    .collegeIntroAuthenticationItem .collegeIntroAuthenticationItemImg img {
        height: 32px;
        margin-top: 10px;
    }

    .collegeIntroAuthenticationItem .collegeIntroAuthenticationItemCont {
        width: 62%;
        float: left;
        margin-bottom: 0;
    }

    .collegeIntroAuthenticationItem .collegeIntroAuthenticationItemCont p {
        font-size: 14px;
    }

    .collegeIntroBlock {
        padding-bottom: 30px;
    }

    .collegeIntroRanking {
        padding: 25px 0;
        background-attachment: fixed;
    }

    .collegeIntroRankingBlock ul {
        display: block;
    }

    .collegeIntroRankingBlock ul li {
        width: 44%;
        margin: 0 3% 15px 3%;
        float: left;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_desc {
        height: 55px;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_desc p span {
        display: inline;
        font-size: 14px;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemImg img {
        max-height: 44px;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place p {
        font-size: 26px;
        line-height: 40px;
        width: 84px;
    }

    .collegeIntroRankingBlock ul li:nth-child(5) {
        width: 60%;
        margin: 0 20% 0 20%;
    }

    .collegeIntroRankingBlock ul li:nth-child(5) .collegeIntroRankingItem {
        width: 220px;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place02 {
        display: block;
        overflow: hidden;
    }

    .collegeIntroRankingBlock ul li:nth-child(5) .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place p {
        width: 84px;
        margin-left: 13px;
        margin-right: 13px;
        float: left;
        background-size: 100% auto;
    }

    .collegeIntroRankingItem .collegeIntroRankingItemCont .collegeIntroRankingItem_place {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .projectIntroBlock .projectIntroCont {
        width: 100%;
        float: none;
        padding-bottom: 15px;
    }

    .projectIntroBlock .projectIntroImg {
        width: 100%;
        float: none;
        position: relative;
        height: 250px;
    }

    .projectIntroBlock .projectIntroCont .projectIntroContBox {
        width: 94%;
        margin: 0 3%;
        overflow: hidden;
    }

    .projectIntroContDetail p {
        text-indent: 2em;
        font-size: 12px;
        line-height: 24px;
    }

    .projectIntro .itemTitleBox {
        margin-bottom: 15px;
    }

    .projectIntro .itemTitleBox02 .itemTitleBlock p {
        text-align: center;
    }

    .projectIntro .itemTitleBox02 .itemTitleBlock span {
        margin: 0 auto;
    }

    .trainingObjectivesBlock .trainingObjectivesCont {
        width: 100%;
        float: none;
        padding-bottom: 40px;
    }

    .trainingObjectivesBlock .trainingObjectivesCont .trainingObjectivesContBox {
        width: 100%;
        float: none;
    }

    .trainingObjectivesBlock .trainingObjectivesImg {
        width: 100%;
        height: 200px;
        position: relative;
    }

    .trainingObjectives .itemTitleBox03 .itemTitleBlock p {
        text-align: center;
    }

    .trainingObjectives .itemTitleBox03 .itemTitleBlock span {
        margin: 0 auto;
    }

    .trainingObjectivesContDetail {
        padding: 0 3%;
    }

    .trainingObjectivesContDetail p {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }

    .projectFeatures {
        padding-bottom: 30px;
    }

    .projectFeaturesTitle ul {
        display: block;
        overflow: hidden;
    }

    .projectFeaturesTitle ul li {
        width: 32%;
        margin-right: 2%;
        float: left;
        margin-bottom: 6px;
    }

    .projectFeaturesTitle ul li:nth-child(3) {
        margin-right: 0;
    }

    .projectFeaturesTitle ul li p {
        font-size: 17px;
        padding: 15px 0;
    }

    .projectFeaturesTitle {
        margin-bottom: 15px;
    }

    .projectFeaturesItem {
        display: none;
    }

    .projectFeaturesItem.active {
        display: block;
    }

    .projectFeaturesItem01_title {
        margin-bottom: 15px;
    }

    .projectFeaturesItem01_title p {
        font-size: 12px;
        text-indent: 2em;
        line-height: 24px;
    }

    .projectFeaturesItem01_cont {
        display: block;
    }

    .projectFeaturesItem01_cont .projectFeaturesItem01_cont_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .projectFeaturesItem01_cont_box_intro {
        height: auto;
        display: none;
    }

    .projectFeaturesItem01_cont_box_intro.active {
        display: block;
    }

    .projectFeaturesItem01_cont_box_intro p {
        font-size: 12px;
        line-height: 24px;
        padding: 35px 10px 5px 10px;
        text-indent: 2em;
    }

    .projectFeaturesItem01_cont_box_title {
        height: 40px;
        position: relative;
    }

    .projectFeaturesItem01_cont_box_title:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 5px;
        width: 16px;
        height: 16px;
        background: url(/public/topic/img/downIcon.png) no-repeat center center;
        background-size: cover;
    }

    .projectFeaturesItem01_cont_box_title.active:after {
        transform: rotate(180deg);
    }

    .projectFeaturesItem01_cont_box_title p:nth-child(1) {
        width: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .projectFeaturesItem01_cont_box_title p:nth-child(2) {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
        margin-left: 40px;
        font-weight: normal;
    }

    .projectFeaturesItem01_cont_box_title p:nth-child(2) span {
        display: inline-block;
        margin-left: 10px;
    }

    .projectFeaturesItem01_cont_box_intro:before {
        right: -2px;
        bottom: -2px;
        display: none;
    }

    .projectFeaturesItem01_cont_box_intro:after {
        right: -2px;
        bottom: -2px;
        display: none;
    }

    .projectFeaturesItem02_title {
        margin-bottom: 15px;
    }

    .projectFeaturesItem02_title p {
        font-size: 12px;
        text-indent: 2em;
        line-height: 24px;
    }

    .projectFeaturesItem02_cont_right_title p {
        font-size: 13px;
        line-height: 22px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .projectFeaturesItem02_cont_right_cont {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .projectFeaturesItem02_cont .projectFeaturesItem02_cont_left {
        width: 100%;
        float: none;
    }

    .projectFeaturesItem02_cont .projectFeaturesItem02_cont_right {
        width: 100%;
        float: none;
    }

    .projectFeaturesItem02_cont .projectFeaturesItem02_cont_left img {
        margin-top: 0;
        margin-bottom: 10px;
        width: 60%;
    }

    .projectFeaturesItem02_cont_right_title {
        margin-bottom: 10px;
    }

    .projectFeaturesItem02_cont_right_mark p {
        margin-top: 0;
        font-size: 12px;
    }

    .projectFeaturesItem02_cont_right_img img {
        width: 60%;
        margin: 0 auto;
    }

    .projectFeaturesItem03_title {
        margin-bottom: 15px;
    }

    .projectFeaturesItem03_title p {
        font-size: 12px;
        text-indent: 2em;
        line-height: 24px;
    }

    .projectFeaturesItem03_cont_left_item ul li p {
        font-size: 14px;
    }

    .projectFeaturesItem03_cont_left_block {
        padding: 10px;
    }

    .projectFeaturesItem03_cont_left {
        width: 100%;
        float: none;
    }

    .projectFeaturesItem03_cont_right {
        margin-left: 0;
    }

    .projectFeaturesItem03_cont_left_item ul li {
        width: 48%;
        margin-right: 4%;
    }

    .projectFeaturesItem03_cont_left_item ul li:nth-child(even) {
        margin-right: 0;
    }

    .projectFeaturesItem03_cont_right_block {
        padding: 15px 10px;
    }

    .projectFeaturesItem03_cont_right_intro p {
        text-indent: 2em;
        font-size: 12px;
        line-height: 24px;
    }

    .projectFeaturesItem03_cont_right_intro {
        margin-bottom: 10px;
    }

    .projectFeaturesItem03_cont_right_num_block p:nth-child(1) {
        font-size: 18px;
        line-height: 28px;
    }

    .projectFeaturesItem03_cont_right_num_block p:nth-child(1) span {
        font-size: 20px;
    }

    .projectFeaturesItem03_cont_right_num_block p:nth-child(2) {
        margin-top: 0;
        font-size: 12px;
    }

    .projectFeaturesItem04_cont_left {
        width: 100%;
        float: none;
    }

    .projectFeaturesItem04_cont_right {
        margin-left: 0;
        height: auto;
        margin-top: 10px;
    }

    .projectFeaturesItem04_cont_right_block {
        padding: 15px;
    }

    .projectFeaturesItem04_cont_right_block p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 24px;
        text-indent: 2em;
    }

    .projectFeaturesItem05_cont_left {
        width: 100%;
        float: none;
    }

    .projectFeaturesItem05_cont_left_block {
        padding: 10px;
    }

    .projectFeaturesItem05_cont_left_intro {
        margin-bottom: 15px;
    }

    .projectFeaturesItem05_cont_left_intro p {
        font-size: 12px;
        line-height: 24px;
        text-indent: 2em;
    }

    .projectFeaturesItem05_cont_left_item ul li {
        width: 44%;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 5px;
    }

    .projectFeaturesItem05_cont_left_item ul li p {
        font-size: 14px;
    }

    .projectFeaturesItem05_cont_right {
        margin-left: 0;
    }

    .teacherCourseBg {
        height: 300px;
    }

    .teacherBox {
        margin-bottom: 10px;
    }

    .teacherBox ul {
        display: block;
        overflow: hidden;
    }

    .teacherBox ul li {
        width: 32.5%;
        float: left;
        padding: 5px 0;
        background: none;
    }

    .teacherBlock p:nth-child(1) {
        line-height: 28px;
    }

    .teacherBlock p:nth-child(1) span {
        font-size: 24px;
    }

    .teacherBlock p:nth-child(2) {
        font-size: 12px;
        line-height: 24px;
    }

    .courseBox_title_block p {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0;
    }

    .courseBox_title ul li p span {
        display: block;
    }

    .courseBox_title ul li:nth-child(1) {
        margin-right: 10px;
    }

    .courseBox_title ul li .courseBox_title_box {
        padding: 20px 0;
    }

    .courseBox_cont {
        margin-top: 15px;
    }

    .courseBox_cont .courseBoxContimg_pc {
        display: none;
    }

    .courseBox_cont .courseBoxContimg_m {
        display: block;
    }

    .teacherCourse {
        padding-bottom: 30px;
    }

    .studentProfileBlock .studentProfileProportion {
        width: 100%;
        float: none;
    }

    .studentProfileBlock .studentProfileProportion ul {
        overflow: hidden;
    }

    .studentProfileBlock .studentProfileProportion ul li {
        width: 49%;
        height: auto;
        float: left;
        margin-bottom: 10px;
        padding: 15px 0 10px 0;
    }

    .studentProfileBlock .studentProfileProportion ul li:nth-child(odd) {
        margin-right: 2%;
    }

    .studentProfileBlock .studentProfileItem {
        width: 100%;
        float: none;
    }

    .studentProfile {
        padding-bottom: 20px;
    }

    .studentProfileProportion ul li p:nth-child(1) {
        padding-top: 0;
        font-size: 28px;
        line-height: 32px;
    }

    .studentProfileProportion ul li p:nth-child(2) {
        font-size: 14px;
    }

    .enrollmentInforBox .enrollmentInforLeft {
        display: none;
    }

    .enrollmentInforBox .enrollmentInforRight {
        width: 100%;
        margin-left: 0;
    }

    .enrollmentInforRight .itemTitleBox02 {
        padding-left: 0;
    }

    .enrollmentInfor .itemTitleBox02 .itemTitleBlock p {
        text-align: center;
    }

    .enrollmentInfor .itemTitleBox02 .itemTitleBlock span {
        margin: 0 auto;
    }

    .enrollmentInforRightBox {
        width: 94%;
        height: auto;
        margin: 0 3%;
    }

    .enrollmentInforRightBlock {
        padding: 20px 10px;
    }

    .enrollmentInforRightTitle {
        margin: 0 auto 15px auto;
    }

    .enrollmentInforRightTitle ul li p {
        font-size: 17px;
        line-height: 24px;
        padding: 8px 0;
    }

    .enrollmentInforRightTitle ul li p span {
        display: block;
    }

    .enrollmentInforRightContTable tr td {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 5px;
    }

    .enrollmentInforRightContTable tr td:nth-child(1) {
        font-size: 14px;
        font-weight: normal;
    }

    .enrollmentInforRightContTable tr:nth-child(1) td {
        font-size: 16px;
        font-weight: normal;
    }

    .enrollmentInforRightContTableTd05 span {
        display: block;
    }

    .enrollmentInforRightContTable tr:nth-child(1) td {
        padding: 0;
    }

    .enrollmentInforRightContTable tr td:nth-child(1) {
        width: 120px;
    }

    .enrollmentInforRightContTable tr td:nth-child(2) {
        width: 180px;
    }

    .enrollmentInforRightContTable tr td:nth-child(3) {
        width: 160px;
    }

    .enrollmentInforRightContTableTd04 {
        line-height: 20px;
    }

    .enrollmentInforRightContTableTd04 span {
        display: block;
        margin-left: 0;
    }

    .enrollmentInforRightContTableTd06 {
        text-align: left;
    }

    .enrollmentInforRightContTableTd06 span {
        display: block;
        margin-left: 0;
    }

    .enrollmentInforRightContTableTd02 a {
        line-height: 28px;
        margin-top: 6px;
        font-weight: normal;
    }

    .enrollmentInforRightContTable02 tr td:nth-child(1) {
        width: 120px;
    }

    .enrollmentInforRightContTable02 tr td:nth-child(2) {
        width: 340px;
    }

    .enrollmentInforBox {
        padding-bottom: 20px;
    }

    .enrollmentActivitiesImg {
        height: 180px;
    }

    .enrollmentActivitiesBox {
        margin-top: -140px;
    }

    .enrollmentActivitiesBlock ul {
        display: block;
        overflow: hidden;
    }

    .enrollmentActivitiesBlock ul li {
        /* float: left; */
        margin-right: 0;
        margin-bottom: 15px;
    }

    /* .enrollmentActivitiesBlock ul li:nth-child(2),
    .enrollmentActivitiesBlock ul li:nth-child(3) {
        display: none;
    } */

    .enrollmentActivitiesItemTitle p {
        font-size: 17px;
        line-height: 36px;
    }

    .enrollmentActivitiesMore a {
        line-height: 32px;
        border-radius: 16px;
    }

    .enrollmentActivitiesMore {
        margin-top: 10px;
    }

    .enrollmentActivitiesItemContIntro p:nth-child(1) {
        font-weight: normal;
    }

    .preferredInterviewIntro p {
        font-size: 12px;
        line-height: 24px;
        text-indent: 2em;
    }

    .preferredInterviewIntro p a {
        text-indent: 0;
        padding: 0 15px;
    }

    .preferredInterviewTable table tr td {
        font-size: 12px;
        line-height: 20px;
    }

    .preferredInterviewTableTr02 td span {
        display: block;
    }

    .preferredInterviewTable table tr {
        height: 40px;
        border-bottom: 2px solid #ffffff;
    }

    .preferredInterviewTable table tr td {
        padding: 5px 0;
        border-right: 2px solid #ffffff;
    }

    .preferredInterviewTable table tr td label {
        display: block;
    }

    .preferredInterviewTable table tr:first-child {
        height: 45px;
    }

    .preferredInterviewTable table tr:first-child td {
        font-size: 16px;
        font-weight: normal;
    }

    .preferredInterviewTable table tr .preferredInterviewTableTd01 {
        padding: 5px 10px;
    }

    .taoBox {
        padding-bottom: 30px;
    }

    .applicationProcess {
        padding-bottom: 30px;
    }

    .applicationProcessBlock ul {
        display: block;
    }

    .applicationProcessBlock ul li {
        margin-right: 0;
        margin-bottom: 30px;
        padding-left: 10px;
    }

    .applicationProcessBlock ul li:last-child {
        margin-bottom: 0;
    }

    .applicationProcessItem {
        height: auto;
    }

    .applicationProcessItemBox {
        padding: 10px 0 15px 0;
    }

    .applicationProcessItemCont p {
        font-size: 12px;
        text-align: left;
    }

    .applicationProcessItem06 .applicationProcessItemCont img {
        margin-top: 10px;
    }

    .applicationProcessItemCont {
        padding: 40px 15px 0 15px;
    }

    .applicationProcessBlock ul li:after {
        width: 10px;
        height: 22px;
        top: auto;
        bottom: -25px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(0) rotate(90deg);
    }

    .applicationProcessItemTitle {
        font-size: 16px;
        line-height: 32px;
        font-weight: normal;
    }

    .contactUs {
        padding: 30px 0 40px 0;
    }

    .contactUsBlock .contactUsBlockLeft {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .contactUsBlock .contactUsBlockRight {
        width: auto;
        float: left;
        margin-top: -131px;
        margin-left: 160px;
    }

    .contactUsBlock .contactUsBlockRight img {
        height: 131px;
    }

    .contactUsBlockTitle p {
        font-size: 20px;
        line-height: 40px;
        padding-bottom: 0;
    }

    .contactUsBlockContP {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .contactUsBlockContP p {
        font-size: 12px;
        line-height: 24px;
    }

    .contactUsBlockContCode {
        width: 131px;
        position: relative;
        float: none;
    }

    .contactUsBlockTitle {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .preferredInterviewIntro {
        margin-bottom: 10px;
    }

    .preferredInterviewCont {
        margin-bottom: 15px;
    }

    .preferredInterviewCont .preferredInterviewContImg_pc {
        display: none;
    }

    .preferredInterviewCont .preferredInterviewContImg_m {
        display: block;
    }

    .enrollmentInforRightContTable .enrollmentInforRightContTableTd07 {
        text-align: left;
    }

    .applicationProcessItemTitle01 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .applicationProcessItemTitle01,
    .applicationProcessItemTitle02 {
        padding: 0 10px 0 0;
    }

    .applicationProcessItemTitle01 p,
    .applicationProcessItemTitle02 p {
        line-height: 24px;
        display: inline-block;
        text-align: center;
    }

    .enrollmentInforRightContTable tr {
        height: 50px;
    }

    .applicationProcessMark {
        text-align: justify;
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .trainingObjectivesContDetail img {
        width: 80%;
        margin: 0 auto;
    }

    /* TUB入学资格审核 */
    .tubExamine {
        padding-bottom: 20px;
    }

    .tubExamineIntro p {
        font-size: 14px;
        line-height: 28px;
        text-indent: 2em;
    }

    .tubExamineLeft {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 25px;
    }

    .tubExamineRight {
        width: 100%;
        float: none;
    }

    .tubExamineItemTitle p {
        font-size: 18px;
        line-height: 45px;
    }

    .tubExamineItemCont_01 p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .tubExamineItemCont_01 p span {
        display: inline;
    }

    .tubExamineItemCont_02 .tubExamineItemCont_li01 p {
        font-size: 14px;
        line-height: 35px;
    }

    .tubExamineItemCont_02 .tubExamineItemCont_li02 p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        width: 48.7%;
        padding: 6px 0;
    }

    .tubExamineItemCont_02 .tubExamineItemCont_li02 p:nth-child(1),
    .tubExamineItemCont_02 .tubExamineItemCont_li02 p:nth-child(3) {
        margin-right: 2.6%;
    }

    .tubExamineItemCont_02 .tubExamineItemCont_li02 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .tubExamineItemCont_02 .tubExamineItemCont_li02:before {
        height: 20px;
        background-size: 20px;
        top: -25px;
    }

    .tubExamineItemCont_02 .tubExamineItemCont_li02:after {
        height: 20px;
        background-size: 20px;
        bottom: -25px;
    }

    .tubExamineItemCont_table table tr {
        font-size: 14px;
        line-height: 40px;
    }

    .tubExamineItemCont_table table tr:nth-child(1) {
        line-height: 40px;
    }

    .tubExamineItemCont_li04 p {
        font-size: 14px;
        line-height: 26px;
        padding: 5px 0 5px 8px;
        border-left: 4px solid #ba8f40;
    }

    .tubExamineItemCont_li04 p span {
        display: inline;
    }

    .tubExamineItemCont_li04 p:nth-child(1) {
        margin-bottom: 10px;
    }

    .collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(3) {
        border-right: 0;
        border-bottom: 1px solid #3388BA;
    }

    .collegeIntroAuthenticationBox .collegeIntroAuthenticationItem:nth-child(3):after {
        display: none;
    }

    .collegeIntroAuthenticationItem:nth-child(3) .collegeIntroAuthenticationItemImg img {
        height: 60px;
    }

    .projectFeaturesItem04_cont_right_block img {
        width: 70%;
    }

    .projectFeaturesItem05_cont_right_block {
        padding: 20px 30px;
    }

    .studentProfileTop img:nth-child(1) {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 6px;
    }

    .studentProfileTop img:nth-child(2) {
        width: 100%;
    }

    .studentProfileBottom img {
        width: 100%;
        float: none;
    }

    .studentProfileBottom img:nth-child(1) {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .collegeIntroImg_pc {
        display: none;
    }

    .collegeIntroImg_m {
        display: block;
    }

    .classIntroTitle ul li {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }

    .classIntroTitle ul li:nth-child(1) {
        margin-right: 10px;
        border: solid 1px #00549c;
    }

    .classIntroTitle ul li:nth-child(1) p {
        padding-top: 12px;
    }

    .classIntroTitle ul li:nth-child(2) {
        border: solid 1px #bf9330;
    }

    .classIntroTitle ul li:nth-child(2) span {
        display: block;
    }

    .classIntroItem {
        overflow-x: scroll;
        padding-bottom: 5px;
    }

    .classIntroItem table {
        width: 600px;
        margin: 0 auto;
    }

    .classIntroItem table tr td {
        font-size: 14px;
        line-height: 24px;
        padding: 5px;
        height: 25px;
    }

    .classIntroItem table tr:nth-child(1) td,
    .classIntroItem table tr td:nth-child(1) {
        font-size: 16px;
        font-weight: normal;
    }

    .classIntroItem table tr td:nth-child(1) {
        width: 13%;
    }

    .classIntroItem table tr td:nth-child(2) {
        width: 30%;
    }

    .classIntroItemYan p:nth-child(1) {
        font-size: 14px;
        padding-left: 13px;
        text-align: left;
        display: block;
        background-size: 10px;
    }

    .classIntroItemYan {
        padding: 0;
    }

    .classIntroItemYan p {
        font-size: 14px;
        text-align: left;
    }

    .tableBg01 span {
        display: block;
    }

    .classIntroTiaojian {
        padding: 0;
    }

    .classIntroTiaojian p {
        padding-left: 17px;
        background-size: 12px;
        background-position-y: 6px;
    }

    .classIntroZhengshu {
        padding: 0;
    }

    .classIntroZhengshu p {
        padding-left: 18px;
        background-size: 15px;
        background-position-y: 5px;
    }

    .classIntroLeft {
        text-align: left;
    }

    .classIntroShouke {
        padding: 0;
    }

    .classIntroShouke p:nth-child(3) {
        font-size: 12px;
    }

    .classIntroZhengshu02 p:nth-child(4) {
        font-size: 14px;
    }

    .classIntroTitle {
        margin-bottom: 15px;
    }

    .classIntro {
        padding-bottom: 30px;
    }

    .classIntroMark {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .classIntroCont {
        display: none;
    }

    .classIntroBlock_m {
        display: block;
    }

    .projectFeaturesTitle {
        display: none;
    }

    .projectFeaturesCont ul .projectFeaturesContItem .projectFeaturesContItemTitle {
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 45px;
        font-weight: bold;
        color: #ffffff;
        width: 100%;
        margin: 0 auto 10px auto;
        background: #00549c;
        position: relative;
    }

    .projectFeaturesCont ul .projectFeaturesContItem .projectFeaturesContItemTitle:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 10px;
        width: 35px;
        height: 35px;
        background: url(/public/topic/img/clickIcon.png) no-repeat center center;
        background-size: cover;
        -webkit-animation: ZoomInOut 2s infinite ease;
        -moz-animation: ZoomInOut 2s infinite ease;
        -o-animation: ZoomInOut 2s infinite ease;
        -ms-animation: ZoomInOut 2s infinite ease;
        animation: ZoomInOut 2s infinite ease;
    }

    .projectFeaturesCont ul .projectFeaturesContItem {
        display: block;
        margin-bottom: 10px;
    }

    .projectFeaturesCont ul .projectFeaturesContItem.active {
        display: unset;
    }

    .projectFeaturesItemData {
        margin-bottom: 10px;
    }

    .projectFeaturesItemDataTitle p {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
    }

    .projectFeaturesItemDataTitle {
        margin: 10px 0 5px 0;
    }

    .projectFeaturesItemDataTitle span {
        width: 75px;
    }

    .projectFeaturesItemDataCont ul li {
        width: 24.5%;
    }

    .projectFeaturesItemDataCont ul li:nth-child(1),
    .projectFeaturesItemDataCont ul li:nth-child(2) {
        margin-bottom: 5px;
    }

    .projectFeaturesItemDataCont ul li p:nth-child(1) {
        font-size: 14px;
        font-weight: normal;
    }

    .projectFeaturesItemDataCont ul li p:nth-child(2) {
        font-size: 18px;
        line-height: 24px;
    }

    .projectFeaturesItemDataSheng ul li {
        width: 100%;
        text-align: left;
        line-height: 24px;
    }

    .projectFeaturesItemDataSheng ul li p {
        font-size: 14px;
        font-weight: normal;
    }

    .projectFeaturesItemDataSheng ul li p span {
        font-size: 18px;
        font-weight: bold;
    }

    .projectFeaturesItemDataCont {
        margin-bottom: 0;
    }

    .onlineApplication {
        margin-top: 10px;
    }

    .onlineApplication_pc {
        display: none;
    }

    .onlineApplication_m {
        display: block;
    }
}