img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}

.publicBox {
    width: 1200px;
    margin: 0 auto;
}

.disNone {
    display: none;
}

.positonFixed {
    position: fixed;
}

.menuBox {
    position: fixed;
    z-index: 11;
    margin-bottom: -74px;
    width: 100%;
    height: auto;
    background: #000000;
}

.menuBox .logoBox {
    margin-left: 5%;
    width: 15%;
    float: left;
}

.menuBox .logoBox img {
    /* margin-left: 132px; */
    margin-top: 26px;
}

.menuBox .navbar {
    width: 80%;
    float: left;
    border: none;
    border-radius: 0;
    background: #000000;

}

.navbar {
    margin-bottom: 0;
    /* height: 74px; */
}

.container-fluid {
    padding: 0;
}

.navbar-default .navbar-nav li {
    margin: 10px 5px 0 5px;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #f8b62d;
}

.navbar-default .navbar-nav>li>a {
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
}

.navbar-default .navbar-nav>li:hover a {
    color: #f8b62d;
    border-bottom: 3px solid #f8b62d;
}

.navbar-default .navbar-nav>li:link a {
    color: #f8b62d;
}

.navbar-default .navbar-nav>li:visited a {
    color: #ffffff;
}

.navbar-default .navbar-nav .active a {
    border-bottom: 3px solid #f8b62d;
    color: #f8b62d;
}



.navbar-collapse {
    padding: 0;
}


.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin: 0;
}

/* banner样式 */
.bannerBox {
    overflow: hidden;
}

.aniBanner {
    display: block;
    width: 100%;
    animation: ZoomInOut 5s infinite linear;
    position: relative;
}

.aniBanner img {
    width: 100%;
}

@-webkit-keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

.bannerTitleBlock {
    width: 62%;
    position: absolute;
    margin-left: 19%;
    margin-top: -25%;
    overflow: hidden;
}

.bannerTitleBlock .bannerTitle {
    width: 100%;
    /* margin-left: 10%; */
    animation-delay: 0.5;
    animation-duration: 1.5s;
    /* 设置动画的运行次数 */
    /* animation-iteration-count: 9999;    */
}

.bannerTitleBlock .bannerTitleSub {
    width: 80%;
    margin-left: 10%;
    margin-top: 40px;
    animation-delay: 0.5;
    animation-duration: 1.5s;
}

.bannerBox .slideDown {
    width: 1.6%;
    margin-left: 48.4%;
    margin-top: -120px;
    position: absolute;
    z-index: 2;
    -webkit-animation: animationsSlide 2s infinite ease-out;
    -moz-animation: animationsSlide 2s infinite ease-out;
    -o-animation: animationsSlide 2s infinite ease-out;
    -ms-animation: animationsSlide 2s infinite ease-out;
    animation: animationsSlide 2s infinite ease-out;
}

@keyframes animationsSlide {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 20px);
        opacity: 0;
    }
}

.sixAuthoritiesBox {
    background: url(/special/2020/20200605zdMBA/img/sixAuthoritiesBg.png) no-repeat;
    background-size: cover;
}

.sixAuthoritiesBox img {
    width: 46%;
    margin: 0 27%;
    padding: 5% 0;
    animation-delay: 0.6s;
    animation-duration: 1s;
}

/* 项目介绍 */

.itemTitleBox {
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-bottom: 20px;
}

.itemTitleBox .itemTitle {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
    text-align: center;
    float: left;
    font-size: 50px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #373737;
}

.itemTitleBox .itemTitle:after {
    content: 'INTRODUCTION';
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    font-size: 50px;
    font-style: italic;
    line-height: 45px;
    letter-spacing: 3px;
    color: #373737;
    opacity: 0.16;
}

.itemTitleBox .itemTitle:before {
    content: '';
    width: 37px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;

}

.itemTitleBox .itemTitleSpan {
    width: 125px;
    margin: 0 auto;
    height: 3px;
    background-color: #373737;
    display: block;
    margin-top: 60px;
}

#projectIntro {
    background: url(/special/2020/20200605zdMBA/img/projectIntroBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.projectIntroBox {
    margin-top: 60px;
}

.projectIntroBlock {
    overflow: hidden;
}

.projectIntroBlock .projectIntroImg {
    width: 28%;
    float: left;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

.projectIntroBlock .projectIntroCont {
    width: 72%;
    float: left;
    padding: 30px;
    font-size: 20px;
    line-height: 45px;
    color: #373737;
    animation-delay: 1s;
    animation-duration: 1.5s;
}

.projectIntroItemBox {
    padding: 40px 0 150px 0;
}

.projectIntroItemBox p:nth-child(1),
.projectIntroItemBox ul:nth-child(2) {
    animation-delay: 1s;
    animation-duration: 1.5s;
}

.projectIntroItemBox p:nth-child(3),
.projectIntroItemBox ul:nth-child(4) {
    animation-delay: 1.5s;
    animation-duration: 1.5s;
}

.projectIntroItemBox .projectIntroItemTitle01 {
    background: url(/special/2020/20200605zdMBA/img/projectIntroItemTitleIcon01.png) no-repeat;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    color: #373737;
    padding-left: 60px;
    margin-top: 30px;
}

.projectIntroItemBox .projectIntroItemList01 {
    width: 100%;
    overflow: hidden;
}

.projectIntroItemBox .projectIntroItemList01 a {
    display: block;
    width: 30%;
    /* margin-right: 5%; */
    float: left;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;

}

.projectIntroItemBox .projectIntroItemList01 a:nth-child(3n+2) {
    margin: 0 5%;
}

.projectIntroItemBox .projectIntroItemList01 a li {
    text-align: center;
    border: solid 1px #373737;
    font-size: 20px;
    line-height: 60px;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #373737;
    position: relative;
    z-index: 10;
}

.projectIntroItemBox .projectIntroItemList01 a li:hover {
    /* background: #373737; */
    color: #f8b62d;
}

.projectIntroItemBox .projectIntroItemList01 a:hover {
    border-color: #df0045;
    border-radius: 10px;
}

.projectIntroItemBox .projectIntroItemList01 a:before,
.projectIntroItemBox .projectIntroItemList01 a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    background-color: #373737;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.projectIntroItemBox .projectIntroItemList01 a:before {
    /* left: -45px; */
    /* -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0); */
    border-radius: 10px;
}

.projectIntroItemBox .projectIntroItemList01 a:after {
    /* right: -45px; */
    /* -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0); */
    border-radius: 10px;

}

.projectIntroItemBox .projectIntroItemList01 a:hover:before,
.projectIntroItemBox .projectIntroItemList01 a:hover:after {
    width: 100%;
}


.projectIntroItemBox .projectIntroItemList01 a:nth-child(4) li {
    margin-right: 0;
}


.projectIntroItemBox .projectIntroItemTitle02 {
    background: url(/special/2020/20200605zdMBA/img/projectIntroItemTitleIcon02.png) no-repeat;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    color: #373737;
    padding-left: 60px;
    margin-top: 30px;
}



/* 项目特色 */
#projectFeatures .itemTitleBox .itemTitle:after {
    content: 'HIGHLIGHTS';
}

#projectFeatures .itemTitleBox {
    padding-top: 220px;
}

#projectFeatures {
    background: url(/special/2020/20200605zdMBA/img/projectFeaturesBg.png) no-repeat;
    /* background-size: 100% 100%; */
    padding-bottom: 80px;
    margin-top: -170px;
    background-size: 100% auto;
}

.projectFeaturesBox {
    overflow: hidden;
    margin-top: 80px;
}

.projectFeaturesBox .projectFeaturesList {
    width: 50%;
    float: left;
}

.projectFeaturesBox .projectFeaturesList ul {
    width: 100%;
    overflow: hidden;
}

.projectFeaturesBox .projectFeaturesList ul li {
    width: 49%;
    height: 270px;
    margin-right: 1%;
    float: left;
    /* padding: 15% 10%; */
    text-align: center;
    background-color: #373737;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    color: #f8b62d;
    padding-top: 60px;
    cursor: pointer;
}

.projectFeaturesBox .projectFeaturesList ul li:nth-child(1) {
    animation-delay: 0.3s;
    animation-duration: 1.2s;
}

.projectFeaturesBox .projectFeaturesList ul li:nth-child(2) {
    animation-delay: 0.6s;
    animation-duration: 1.2s;
}

.projectFeaturesBox .projectFeaturesList ul li:nth-child(3) {
    animation-delay: 0.9s;
    animation-duration: 1.2s;
}

.projectFeaturesBox .projectFeaturesList ul li:nth-child(4) {
    animation-delay: 1.2s;
    animation-duration: 1.2s;
}

.projectFeaturesBox .projectFeaturesList ul li .projectFeaturesIconBlock svg {
    width: 67px;
    height: 67px;
}

.projectFeaturesBox .projectFeaturesList ul li p {
    margin-top: 20px;
}

.projectFeaturesBox .projectFeaturesList ul .active {
    background: #f8b62d;
    color: #373737;
}

/* .projectFeaturesBox .projectFeaturesList ul li .projectFeaturesIconBlock{
    
} */
.projectFeaturesBox .projectFeaturesContBox {
    width: 50%;
    /* height: 545px; */
    float: left;
    background: url(/special/2020/20200605zdMBA/img/projectFeaturesContBoxBg.png) no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    animation-delay: 0.9s;
    animation-duration: 1.2s;
}

.projectFeaturesBox .projectFeaturesContBox ul {
    width: 100%;
    padding-top: 80px;
}

.projectFeaturesBox .projectFeaturesContBox ul li .projectFeaturesContTitleAfter {
    font-size: 40px;
    font-style: italic;
    font-stretch: normal;
    line-height: 45px;
    color: #fefefe;
    opacity: 0.16;
    text-align: center;
    font-weight: 500;
}

.projectFeaturesBox .projectFeaturesContBox ul li .projectFeaturesContTitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #f8b62d;
    margin-top: -42px;
}

.projectFeaturesBox .projectFeaturesContBox ul li .projectFeaturesContSpan {
    width: 78px;
    margin: 0 auto;
    height: 3px;
    background-color: #f8b62d;
    display: block;
}

.projectFeaturesBox .projectFeaturesContBox ul li .projectFeaturesCont .projectFeaturesContDetail {
    font-size: 20px;
    line-height: 45px;
    color: #ffffff;
    padding: 0 35px;
    margin-top: 40px;
    height: 333px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.projectFeaturesCont a {
    text-decoration: none;
}

.projectFeaturesCont a .projectFeaturesContMore {
    width: 267px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #f8b62d;
    padding-left: 60px;
    border: 1px solid #f8b62d;
    border-radius: 10px;
}

.projectFeaturesCont a .projectFeaturesContMore span {
    border-left: 1px solid #f8b62d;
    margin-left: 10%;
    padding-left: 10%;
    position: relative;
}

.projectFeaturesCont a .projectFeaturesContMore span svg {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -45px;
}

.projectFeaturesCont a .projectFeaturesContMore:hover {
    /* background: rgba(55, 55, 55, 0.8); */
    /* border: 1px solid #373737; */
    background: rgba(248, 182, 45, 0.8);
    color: #373737;
}

.projectFeaturesCont a .projectFeaturesContMore:hover span {
    border-left: 1px solid #373737;
}

/* 在线宣讲 */
#onlinePresentation .itemTitleBox .itemTitle:after {
    content: 'INFORMATION BRIEFING';
    color: #f8b62d;
    opacity: 0.16;
}

#onlinePresentation .itemTitleBox .itemTitle {
    color: #f8b62d;
}

#onlinePresentation .itemTitleBox .itemTitleSpan {
    background: #f8b62d;
}

#onlinePresentation {
    background: url(/special/2020/20200605zdMBA/img/onlinePresentationBg.png) no-repeat;
    padding: 60px 0 0 0;
    background-size: cover;
}

.onlinePresentationBox {
    padding-top: 60px;
}

.onlinePresentationBox .onlinePresentationLine {
    height: 2px;
    border: solid 1px #f8b62d;
}

.onlinePresentationBox {
    overflow: hidden;
}

.onlinePresentationBox .onlinePresentationList {
    height: 70px;
}

.onlinePresentationBox .onlinePresentationList ul {
    width: 100%;
    cursor: pointer;
}

.onlinePresentationBox .onlinePresentationList ul li {
    width: 14.2%;
    float: left;
}

.onlinePresentationBox .onlinePresentationList ul li .onlinePresentationSpot {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: #f8b62d;
    border-radius: 50%;
    margin-top: -25px;
}

.onlinePresentationBox .onlinePresentationList ul li p {
    font-size: 20px;
    line-height: 40px;
    color: #f8b62d;
    text-align: center;
    margin-top: 20px;
}

.onlinePresentationBox .onlinePresentationList ul .active .onlinePresentationSpot {
    width: 32px;
    height: 32px;
    background-color: #f8b62d;
    border-radius: 50%;
    margin-top: -30px;
}

.onlinePresentationBox .onlinePresentationList ul .active .onlinePresentationSpot:after {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px dotted #f8b62d;
    position: relative;
    top: -6px;
    left: -6px;
}

.onlinePresentationBox .onlinePresentationList ul .active p {
    font-size: 24px;
    font-weight: bold;
}

.onlinePresentationBox .onlinePresentationCont {
    margin-top: 70px;
    margin-bottom: 50px;
}

.onlinePresentationBox .onlinePresentationCont {
    overflow: hidden;
}

.onlinePresentationBox .onlinePresentationCont ul li {
    animation-duration: 1.5s;
    /* animation-delay: 0.5s; */
    position: relative;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock {
    width: 19.8%;
    margin: 0 0.1%;
    float: left;
    text-align: center;
    color: #ffffff;
    padding: 40px 0 30px 0;
    cursor: pointer;
    position: relative;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock div {
    height: 180px;
    position: relative;
    z-index: 11;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock:nth-child(1) {
    background: url(/special/2020/20200605zdMBA/img/onlinePresentationContBg01.png) no-repeat;
    background-size: cover;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock:nth-child(2) {
    background: url(/special/2020/20200605zdMBA/img/onlinePresentationContBg01.png) no-repeat;
    background-size: cover;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock:nth-child(3) {
    background: url(/special/2020/20200605zdMBA/img/onlinePresentationContBg01.png) no-repeat;
    background-size: cover;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock:nth-child(4) {
    background: url(/special/2020/20200605zdMBA/img/onlinePresentationContBg01.png) no-repeat;
    background-size: cover;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock:nth-child(5) {
    background: url(/special/2020/20200605zdMBA/img/onlinePresentationContBg01.png) no-repeat;
    background-size: cover;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p:nth-child(3),
.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p:nth-child(4) {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock a {
    text-decoration: none;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock a p {
    width: 50%;
    margin: 30px 0 0 25%;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 11;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock:hover {
    background-color: rgb(0, 0, 0, 0.6);
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock:hover a p {
    color: #373737;
    background: #f8b62d;
    border: 1px solid #f8b62d;
}

.onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: black;
    opacity: 0.4;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.onlinePresentationMore {
    margin-top: 60px;
    margin-bottom: 60px;
}

.onlinePresentationMore a {
    text-decoration: none;
}

.onlinePresentationMore a .projectFeaturesContMore {
    width: 20%;
    margin-left: 40%;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #f8b62d;
    padding-left: 2%;
    border: 1px solid #f8b62d;
    border-radius: 10px;
}

.onlinePresentationMore a .projectFeaturesContMore span {
    border-left: 1px solid #f8b62d;
    margin-left: 10%;
    padding-left: 10%;
}

.onlinePresentationMore a .projectFeaturesContMore:hover {
    background: rgba(55, 55, 55, 0.8);
    border: 1px solid #373737;
}

.onlinePresentatioDownload {
    background: url(/special/2020/20200605zdMBA/img/onlinePresentatioDownloadBg.png) no-repeat;
    padding: 65px 0;
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
}

.onlinePresentatioDownload a {
    width: 600px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 5;
}

.onlinePresentatioDownload a p {
    background-position-x: 80px;
    background-position-y: 10px;
    font-size: 46px;
    font-weight: 500;
    line-height: 80px;
    color: #373737;
    border-radius: 10px;
    border: solid 1px #373737;
    position: relative;
    text-align: center;
}

.onlinePresentatioDownload a p:hover {
    color: #f8b62d;
}

.onlinePresentatioDownload a p svg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 19%;
    top: 15px;
}

.onlinePresentatioDownload a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #373737;
    -webkit-transition: all .9s;
    transition: all .9s;
}

/* .onlinePresentatioDownload a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background-color: #373737;
    -webkit-transition: all .9s;
    transition: all .9s;
} */

.onlinePresentatioDownload a:before {
    border-radius: 10px;
}

.onlinePresentatioDownload a:after {
    border-radius: 10px;

}

.onlinePresentatioDownload a:hover:before,
.onlinePresentatioDownload a:hover:after {
    width: 100%;
}

.onlinePresentationBox .projectFeaturesCont {
    padding-bottom: 60px;
}

.onlinePresentationBox .projectFeaturesCont p {
    margin: 0 auto;
}

/* 报名录取 */
#applyAdmission .itemTitleBox .itemTitle:after {
    content: 'HOW TO APPLY';
    color: #f8b62d;
    opacity: 0.16;
}

#applyAdmission .itemTitleBox .itemTitle {
    color: #f8b62d;
}

#applyAdmission .itemTitleBox .itemTitleSpan {
    background: #f8b62d;
}

#applyAdmission {
    background: url(/special/2020/20200605zdMBA/img/applyAdmissionBg.png) no-repeat;
    margin-top: -170px;
    padding-top: 170px;
    position: relative;
    z-index: 0;
    /* background-size: 100% 100%; */
}

.applyAdmissionBox {
    overflow: hidden;
}

.applyAdmissionBox .applyAdmissionIntro {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    padding: 40px 0;
    text-align: justify;
    animation-duration: 1.5s;
    animation-delay: 0.6s;
}

.applyAdmissionBox .applyAdmissionSwitchBox {
    overflow: hidden;
    padding-bottom: 60px;
}

.applyAdmissionBox .applyAdmissionSwitchBox ul li {
    width: 48%;
    line-height: 60px;
    float: left;
    border: 1px solid #f8b62d;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.applyAdmissionBox .applyAdmissionSwitchBox ul li:nth-child(1) {
    margin-right: 4%;
}

.applyAdmissionBox .applyAdmissionSwitchBox ul li p {
    font-size: 28px;
    line-height: 60px;
    color: #f8b62d;
    text-align: center;
    margin-bottom: 0;
}

.applyAdmissionBox .applyAdmissionSwitchBox ul li p svg {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    /* margin-top: -10px;
    margin-right: 10px; */
    position: absolute;
    left: 25%;
}

/* .applyAdmissionBox .applyAdmissionSwitchBox ul li:nth-child(1) p {
    background: url(/special/2020/20200605zdMBA/img/applyAdmissionSwitchIcon01.png) no-repeat;
    background-position-x: 100px;
    background-position-y: 10px;
}

.applyAdmissionBox .applyAdmissionSwitchBox ul li:nth-child(2) p {
    background: url(/special/2020/20200605zdMBA/img/applyAdmissionSwitchIcon04.png) no-repeat;
    background-position-x: 100px;
    background-position-y: 10px;
} */

.applyAdmissionBox .applyAdmissionSwitchBox ul .active {
    background: #f8b62d;
    position: relative;
}

.applyAdmissionBox .applyAdmissionSwitchBox ul .active p {
    color: #373737;
}

.applyAdmissionBox .applyAdmissionSwitchBox ul .active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 45%;
    margin-top: 61px;
    border-left: solid 15px transparent;
    border-top: solid 15px #f8b62d;
    border-right: solid 15px transparent;
}

.applyAdmissionCont {
    overflow: hidden;
    padding-bottom: 60px;
}

.applyAdmissionCont .applyAdmissionChinese .applyAdmissionChineseMenu ul li {
    width: 20%;
    margin-right: 2%;
    border: 1px solid #f8b62d;
    float: left;
    font-size: 24px;
    color: #f8b62d;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
}

.applyAdmissionChinese {
    padding-bottom: 60px;
}

.applyAdmissionCont .applyAdmissionChinese .applyAdmissionChineseMenu {
    overflow: hidden;
}

.applyAdmissionCont .applyAdmissionChinese .applyAdmissionChineseMenu ul {
    height: 80px;
}

.applyAdmissionCont .applyAdmissionChinese .applyAdmissionChineseMenu ul .active {
    background: #f8b62d;
    color: #373737;
    position: relative;
}

.applyAdmissionCont .applyAdmissionChinese .applyAdmissionChineseMenu ul .active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 44%;
    margin-top: 61px;
    border-left: solid 15px transparent;
    border-top: solid 15px #f8b62d;
    border-right: solid 15px transparent;
}

.applyAdmissionChineseContItem {
    margin-top: 40px;
    border-bottom: 1px solid rgba(248, 182, 45, 0.5);
    padding-bottom: 30px;
    animation-duration: 1.5s
}

.applyAdmissionChineseCont .applyAdmissionChineseContItem:nth-child(1) {
    animation-delay: 0;
}

.applyAdmissionChineseCont .applyAdmissionChineseContItem:nth-child(2) {
    animation-delay: 0.5s;
}

.applyAdmissionChineseCont .applyAdmissionChineseContItem:nth-child(3) {
    animation-delay: 1s;
}

.applyAdmissionChineseCont .applyAdmissionChineseContItem:nth-child(4) {
    animation-delay: 1.5s;
}

.applyAdmissionChineseCont .applyAdmissionChineseContItem:nth-child(5) {
    animation-delay: 2s;
}

.applyAdmissionChineseContItem:last-child {
    border-bottom: none;
    position: relative;
}

.applyAdmissionLine {
    width: 850px;
    margin-left: 175px;
    height: 1px;
    border-top: 1px dotted rgba(248, 182, 45, 0.4);
    position: absolute;
    top: 105px;
}

.applyAdmissionLine02 {
    width: 370px;
    margin-left: 175px;
}

/* .applyAdmissionChineseCont .applyAdmissionChineseContItem2 ul li{
    
} */
.applyAdmissionChineseContItem .applyAdmissionChineseContItemTitle {
    font-size: 20px;
    font-weight: bold;
    color: #f8b62d;
    position: relative;
    padding-left: 30px;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemList {
    overflow: hidden;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemList li {
    width: 20%;
    /* padding: 0 40px; */
    float: left;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemList li p {
    text-align: center;
    margin-bottom: 0;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemList li p:nth-child(1) {
    background: url(/special/2020/20200605zdMBA/img/applyAdmissionChineseContItemTitleBg.png) no-repeat;
    padding: 40px 30px 30px 20px;
    background-position-x: 30px;
    cursor: pointer;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemList li p:nth-child(1) svg {
    width: 50px;
    height: 50px;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemList li p:nth-child(2) {
    margin: 10px 0 20px 0;
    font-size: 20px;
    color: #ffffff;
    /* font-family: "MicrosoftYaHeiLight"; */
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemList .active p:nth-child(2) {
    color: #f8b62d;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemTitle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #f8b62d;
    border-top: solid 15px transparent;
}

.applyAdmissionChineseContItem ul li {
    padding-left: 35px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemBlock {
    background: #f8b62d;
    border-radius: 10px;
    padding: 26px 43px;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemBlock .applyAdmissionChineseContItemCont {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemBlock .applyAdmissionChineseContItemCont a {
    text-decoration: none;
    color: #000000;
}

.applyAdmissionChineseContItem .applyAdmissionChineseContItemBlock .applyAdmissionChineseContItemInfo {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-top: 20px;
}

.applyAdmissionMore {
    padding-bottom: 60px;
    margin-top: 60px;
}

.applyAdmissionMore a {
    text-decoration: none;
    display: block;
    width: 20%;
    margin-left: 40%;
}

.applyAdmissionMore a .applyAdmissionContMore {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #f8b62d;
    padding-left: 14%;
    border: 1px solid #f8b62d;
    border-radius: 10px;
}

.applyAdmissionMore a .applyAdmissionContMore span {
    border-left: 1px solid #f8b62d;
    margin-left: 10%;
    padding-left: 10%;
}

.applyAdmissionMore a .applyAdmissionContMore:hover {
    background: rgba(55, 55, 55, 0.8);
    border: 1px solid #373737;
}

/* 在线报名 */
.onlineSignTitleBox {
    background: url(/special/2020/20200605zdMBA/img/onlineSignTitleBg.png) no-repeat;
    padding: 80px 0;
    background-size: cover;
}

.onlineSignTitleBox a {
    width: 600px;
    margin: 0 auto;
    text-decoration: none;
    color: #373737;
    display: block;
    line-height: 80px;
    text-align: center;
    border: 1px solid #373737;
    border-radius: 10px;
    position: relative;
}

.onlineSignTitleBox a p {
    margin-bottom: 0;
    font-size: 41px;
    color: #373737;
    /* background: url(/special/2020/20200605zdMBA/img/onlineSignIcon.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 10px; */
    position: relative;
    z-index: 10;
    text-align: center;
}

.onlineSignTitleBox a p svg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5%;
    top: 15px;
}

.onlineSignTitleBox a li:hover {
    /* background: #373737; */
    color: #f8b62d;
}

.onlineSignTitleBox a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #373737;
    -webkit-transition: all .9s;
    transition: all .9s;
}

.onlineSignTitleBox a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background-color: #373737;
    -webkit-transition: all .9s;
    transition: all .9s;
}

.onlineSignTitleBox a:before {
    border-radius: 10px;
}

.onlineSignTitleBox a:after {
    border-radius: 10px;

}

.onlineSignTitleBox a:hover:before,
.onlineSignTitleBox a:hover:after {
    width: 100%;
}

#onlineSign .itemTitleBox .itemTitle:after {
    content: 'EARLY ROUND APPLICATION';
    color: #f8b62d;
    opacity: 0.16;
    font-size: 40px;
}

.onlineSignTitleBox a p:hover {
    color: #f8b62d;
}

#onlineSign .itemTitleBox .itemTitle {
    color: #f8b62d;
}

#onlineSign .itemTitleBox .itemTitleSpan {
    background: #f8b62d;
}

.onlineSignBox {
    background: url(/special/2020/20200605zdMBA/img/onlineSignBoxBg.png) no-repeat;
    padding: 60px 0;
    background-size: cover;
}

.onlineSignTable {
    width: 1200px;
}

.onlineSignTable table thead {
    background: #f8b62d;
    height: 74px;
}

.table>thead>tr>th,
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: none;
}

.onlineSignTable table thead tr th {
    font-size: 20px;
    text-align: center;
    color: #000000;
    height: 74px;
    font-weight: 500;
    padding: 20px 0;
}

.onlineSignTable table thead tr th p {
    margin-bottom: 0;
    border-right: 2px solid #373737;
}

.onlineSignTable table thead tr th:last-child P {
    border-right: none;
}

.onlineSignTable table tbody tr td {
    font-size: 20px;
    /* line-height: 32px; */
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0 20px 0;
}

.onlineSignTable table tbody tr:nth-child(odd) {
    background: rgba(248, 182, 45, 0.3);
}

.onlineSignTable table tbody tr:nth-child(even) {
    background: rgba(248, 182, 45, 0.1);
}

.onlineSignTable table tbody tr td:last-child {
    line-height: 20px;
}

.onlineSignTable table tbody tr td:last-child a {
    text-align: center;
    color: #f8b62d;
    border: 1px solid #f8b62d;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 8px;
}

.onlineSignTable table tbody tr:hover td:last-child a {
    color: #373737;
    background: #f8b62d;
}

.onlineSignTable .onlineSignTableMark {
    padding: 50px 0 50px 50px;
}

.onlineSignTable .onlineSignTableMark p {
    font-size: 20px;
    color: #ffffff;
}

.onlineSignTable .onlineSignTableMark p span {
    width: 6px;
    height: 6px;
    background: #f8b62d;
    border-radius: 50%;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

/* 师资力量 */
#faculty .itemTitleBox .itemTitle:after {
    content: 'FACULTY';
}

#faculty {
    background: url(/special/2020/20200605zdMBA/img/facultyBg.png) no-repeat;
    padding: 60px 0 0 0;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.facultyBox {
    margin-top: 50px;
}

.facultyBox .facultyIntro {
    font-size: 18px;
    color: #323232;
    line-height: 40px;
    /* font-weight: 600; */
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}

.facultyBlock {
    overflow: hidden;
    padding-top: 50px;
}

.facultyBlock ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 50px;
}

.facultyBlock ul li:nth-child(1),
.facultyBlock ul li:nth-child(4),
.facultyBlock ul li:nth-child(7),
.facultyBlock ul li:nth-child(10) {
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

.facultyBlock ul li:nth-child(2),
.facultyBlock ul li:nth-child(5),
.facultyBlock ul li:nth-child(8),
.facultyBlock ul li:nth-child(11) {
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

.facultyBlock ul li:nth-child(3),
.facultyBlock ul li:nth-child(6),
.facultyBlock ul li:nth-child(9),
.facultyBlock ul li:nth-child(12) {
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}


.facultyBlock ul li .facultyItem {
    width: 100%;
}

.facultyBlock ul li .facultyItem .teachersPic {
    width: 34%;
    float: left;
}

.facultyBlock ul li .facultyItem .teachersIntro {
    width: 66%;
    float: left;
}

.facultyBlock ul li .facultyItem .teachersIntro p:nth-child(1) {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    font-weight: 600;
}

.facultyBlock ul li .facultyItem .teachersIntro p:nth-child(2) {
    width: 129px;
    height: 2px;
    background-color: #222222;
}

.facultyBlock ul li .facultyItem .teachersIntro p:nth-child(3) {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #6f6f6f;
}

.facultyMore {
    margin-bottom: 60px;
}

.facultyMore a {
    text-decoration: none;
}

.facultyMore a {
    width: 20%;
    margin-left: 40%;
    display: block;
}

.facultyMore a .facultyMoreArrow {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #373737;
    padding-left: 14%;
    border: 1px solid #373737;
    border-radius: 10px;
}

.facultyMore a .facultyMoreArrow span {
    border-left: 1px solid #373737;
    margin-left: 10%;
    padding-left: 10%;
    /* background: url(/special/2020/20200605zdMBA/img/facultyMoreArrow.png) no-repeat;
    display: inline-block; */
}

/* .facultyMore a .facultyMoreArrow:hover {
    background: rgba(55, 55, 55, 0.8);
    border: 1px solid #373737;
    color: #f8b62d;
}
.facultyMore a .facultyMoreArrow:hover span{
    border-left: 1px solid #f8b62d;
} */



/* 课程设置 */
#courseSet .itemTitleBox .itemTitle:after {
    content: 'CURRICULUM';
    color: #f8b62d;
    opacity: 0.4;
}

#courseSet .itemTitleBox .itemTitle {
    color: #f8b62d;
}

#courseSet .itemTitleBox .itemTitleSpan {
    background: #f8b62d;
}

#courseSet {
    background: url(/special/2020/20200605zdMBA/img/courseSetBg.png) no-repeat;
    margin-top: -160px;
    padding-top: 200px;
    position: relative;
    height: 1223px;
    background-size: cover;
}

.courseSetBox {
    padding: 140px 0 330px 0;
    overflow: hidden;
}

.courseSetBox .courseSetTitleBlock {
    width: 50%;
    float: left;
}

.courseSetBox .courseSetTitleBlock div {
    width: 280px;
    height: 280px;
    margin-left: 160px;
    background: url(/special/2020/20200605zdMBA/img/courseSetTitleBlockBg01.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

.courseSetBox .courseSetTitleBlock div:hover {
    background: url(/special/2020/20200605zdMBA/img/courseSetTitleBlockBg02.png) no-repeat;
    background-size: 100% 100%;
}

.courseSetBox .courseSetTitleBlock div:hover p:nth-child(2) {
    color: #373737;
}

.courseSetBox .courseSetTitleBlock div p:nth-child(1) {
    padding-left: 106px;
    padding-top: 68px;
}

.courseSetBox .courseSetTitleBlock div p:nth-child(1) svg {
    width: 67px;
    height: 67px;
}

.courseSetBox .courseSetTitleBlock div p:nth-child(2) {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.courseSetBox .courseSetTitleBlock img {
    width: 40%;
    margin-left: 30%;
    cursor: pointer;
}

.courseSetItemBox {
    background: url(/special/2020/20200605zdMBA/img/courseSetItemBoxBg.png) no-repeat;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.courseSetItemBox .courseSetItemList {
    width: 50%;
    float: left;
}

.courseSetItemBox .courseSetItemList ul li {
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
}

.courseSetItemBox .courseSetItemList ul li .courseSetItemTitle {
    padding: 200px 0 55px 0;
}

.courseSetItemBox .courseSetItemList ul li:nth-child(1) .courseSetItemTitle {
    background: url(/special/2020/20200605zdMBA/img/courseSetItemTitleBg01.png) no-repeat;
    background-size: cover;
}

.courseSetItemBox .courseSetItemList ul li:nth-child(2) .courseSetItemTitle {
    background: url(/special/2020/20200605zdMBA/img/courseSetItemTitleBg02.png) no-repeat;
    background-size: cover;
}

.courseSetItemBox .courseSetItemList ul li:nth-child(3) .courseSetItemTitle {
    background: url(/special/2020/20200605zdMBA/img/courseSetItemTitleBg03.png) no-repeat;
    background-size: cover;
}

.courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(1) {
    font-size: 51px;
    font-weight: bold;
    font-style: italic;
    line-height: 60px;
    color: #ffffff;
    opacity: 0.4;
    /* padding-top: 200px; */
}

.courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(2) {
    font-size: 37px;
    font-weight: bold;
    line-height: 60px;
    color: #ffffff;
    margin-top: -70px;
    width: 94%;
}

.courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(2) svg {
    width: 67px;
    height: 67px;
    top: 15px;
    margin-right: 20px;
    position: relative;
}

.courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(3) {
    width: 205px;
    margin: 0 auto;
    height: 5px;
    background: #ffffff;
}

.courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(4) {
    /* width: 250px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding: 8px 0; */
    line-height: 50px;
    font-size: 24px;
    margin-top: 80px;
    position: relative;
    color: #ffffff;
    /* padding-left: 50px; */
}

.courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(4) img {
    width: 50px;
    -webkit-animation: animationsClick 3s infinite ease-out;
    -moz-animation: animationsClick 3s infinite ease-out;
    -o-animation: animationsClick 3s infinite ease-out;
    -ms-animation: animationsClick 3s infinite ease-out;
    animation: animationsClick 3s infinite ease-out;
}

@keyframes animationsClick {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 0;
    }
}

.courseSetItemBox .courseSetItemList ul .active .courseSetItemTitle p:nth-child(1) {
    color: #f8b62d;
}

.courseSetItemBox .courseSetItemList ul .active .courseSetItemTitle p:nth-child(2) {
    color: #f8b62d;
    position: relative;
}

.courseSetItemBox .courseSetItemList ul .active .courseSetItemTitle p:nth-child(3) {
    background: #f8b62d;
}

.courseSetItemBox .courseSetItemList ul .active .courseSetItemTitle p:nth-child(2):before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    border-bottom: solid 25px transparent;
    border-left: solid 25px #f8b62d;
    border-top: solid 25px transparent;
}

.courseSetItemBox .courseSetItemContList {
    width: 50%;
    float: left;
    padding: 30px 80px 0 40px;

}

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContTitle {
    width: 40%;
    margin-left: 30%;
}

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContIntro {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #2a2a2a;
    border-left: 4px solid #373737;
    padding-left: 10px;
}

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase {
    overflow: hidden;
    margin-bottom: 30px;
}

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span {
    font-size: 18px;
    font-weight: 500;
    /* line-height: 50px; */
    padding: 18px 0;
    display: block;
    color: #f8b62d;
    background: #373737;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
}

/* .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span:nth-child(1),
.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span:nth-child(3),
.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span:nth-child(4),
.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span:nth-child(6) {
    width: 24%;
    float: left;
} */

/* .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span:nth-child(2),
.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span:nth-child(5) {
    width: 46%;
    margin: 30px 3% 0 3%;
    float: left;
} */

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span {
    width: 24%;
    float: left;
}

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span:nth-child(3n+2) {
    width: 46%;
    margin: 30px 3% 0 3%;
    float: left;
}

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial {
    margin-bottom: 40px;
}

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial span {
    background: url(/special/2020/20200605zdMBA/img/courseSetItemContSpecialBg.png) no-repeat right;
    background-size: cover;
    font-size: 20px;
    font-weight: bold;
    color: #f8b62d;
    padding: 16px 80px 16px 23px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial .courseSetItemContSpan01 {
    background: url(/special/2020/20200605zdMBA/img/courseSetItemContSpecialBg02.png) no-repeat;
    background-size: contain;
}

/* .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial .courseSetItemContSpan02{
    background: url(/special/2020/20200605zdMBA/img/courseSetItemContSpecialBg03.png) no-repeat;
} */
/* .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial span:after{
    content: '';
    position: absolute;
    bottom: 20px;
    width: 128px;
    height: 54px;
    left: 0;
    top: 3px;
    background: #2A2A2A;
    z-index: 0;
} */

.courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial p {
    margin-top: -30px;
    border: 2px solid #373737;
    padding: 60px 22px 30px 22px;
    border-radius: 10px;
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 40px;
    color: #2a2a2a;
    text-align: justify;
}

.courseSetItemContMore {
    margin-top: 60px;
    margin-bottom: 60px;
}

.courseSetItemContMore a {
    text-decoration: none;
    width: 267px;
    margin: 0 auto;
    display: block;
}

.courseSetItemContMore a .courseSetItemContMoreArrow {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #373737;
    padding-left: 14%;
    border: 1px solid #373737;
    border-radius: 10px;
}

.courseSetItemContMore a .courseSetItemContMoreArrow span {
    border-left: 1px solid #373737;
    margin-left: 10%;
    padding-left: 10%;
    /* background: url(/special/2020/20200605zdMBA/img/facultyMoreArrow.png) no-repeat;
    display: inline-block; */
}


/* 课程弹框 */
.courseSetBlock {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 1223px;
    /* margin-top: -160px; */
    margin-top: -1223px;
    padding-top: 200px;
    /* overflow: hidden; */
}

.courseCompulsoryBox {
    background: url(/special/2020/20200605zdMBA/img/courseSetBlock01.png) no-repeat;
    background-size: cover;
}

.courseElectiveBox {
    background: url(/special/2020/20200605zdMBA/img/courseSetBlock02.png) no-repeat;
    background-size: cover;
}

.courseSetBlock .courseItemTitle {
    position: relative;
}

.courseSetBlock .courseItemTitle span:nth-child(1) svg {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0px;
}

.courseSetBlock .courseItemTitle span:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #f8b62d;
    line-height: 45px;
    padding-left: 55px;
}

.courseSetBlock .courseItemTitle span:nth-child(2) {
    position: absolute;
    right: 0;
    cursor: pointer;
}

/* .courseItemCont{
    margin-top: 80px;
} */
.courseItemCont .courseItemContList>li {
    width: 564px;
    margin-right: 72px;
    margin-top: 80px;
    float: left;
}

.courseItemCont .courseItemContList li:nth-child(even) {
    margin-right: 0;
}

.courseItemCont .courseItemContList li div p {
    background: #373737;
    height: 45px;
    margin-bottom: 0;
}

.courseItemCont .courseItemContList li div p span {
    font-size: 17px;
    font-weight: bold;
    line-height: 45px;
    color: #f8b62d;
    margin-left: 22px;
    padding-left: 8px;
    border-left: 2px solid #f8b62d;
}

.courseItemCont .courseItemContList li div .courseItemContDetail {
    background: #f8b62d;
    height: 221px;
    padding: 22px;
}

.courseItemCont .courseItemContList li div .courseItemContDetail li {
    font-size: 16px;
    line-height: 36px;
    color: #373737;
}

/* .courseItemCont{
    overflow: hidden;
} */
.courseItemCont .courseItemP {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.courseElectiveBlock01 {
    width: 385px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

.courseElectiveBlock02 {
    width: 800px;
    float: left;
    overflow: hidden;
}

.courseItemCont .courseElectiveTitleList {
    overflow: hidden;
}

.courseItemCont .courseElectiveTitleList li {
    background: rgba(55, 55, 55, 0.7);
    padding: 25px 25px 25px 25px;
    cursor: pointer;
}

.courseItemCont .courseElectiveTitleList .active {
    background: #f8b62d;
}

.courseItemCont .courseElectiveTitleList li p {
    font-size: 16px;
    line-height: 30px;
    color: #f8b62d;
    margin-bottom: 0;
    font-weight: bold;
}

.courseItemCont .courseElectiveTitleList .active p {
    color: #373737;
}

.courseItemCont .courseElectiveContList {
    overflow: hidden;
    background: rgba(248, 182, 45, 0.8);
    padding: 25px;
}

.courseItemCont .courseElectiveContList li {
    list-style: disc;
    margin-bottom: 15px;
    width: 48%;
    /* height: 90px; */
    float: left;
    /* padding: 0 4% 0 0; */
    margin-left: 2%;
}

.courseItemCont .courseElectiveContList .courseElectiveContListLi {
    width: 100%;
}

.courseItemCont .courseElectiveContList li p {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #373737;
}


/* 常见问题 */
#commonProblem .itemTitleBox .itemTitle:after {
    content: 'FAQ';
}

#commonProblem {
    overflow: hidden;
    width: 100%;
}

.commonProblemBox {
    margin-top: 80px;
}

.commonProblemBox ul {
    overflow: hidden;
}

.commonProblemBox ul li {
    width: 32%;
    float: left;
    margin-bottom: 30px;
    animation-delay: 0.8s;
    animation-duration: 1.5s;
}

.commonProblemBox ul li:nth-child(2),
.commonProblemBox ul li:nth-child(5),
.commonProblemBox ul li:nth-child(8) {
    margin: 0 2%;
}

.commonProblemBox ul li p {
    width: 305px;
    height: 62px;
    font-size: 20px;
    line-height: 62px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(42, 42, 42, 0.8);
    margin-bottom: 0;
    margin-right: 2px;
    float: left;
}

.commonProblemBox ul li a {
    text-decoration: none;
}

.commonProblemBox ul li a span {
    width: 72px;
    height: 62px;
    float: left;
    display: block;
    background-color: rgba(42, 42, 42, 0.8);
    position: relative;
}

.commonProblemBox ul li a span svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 20px;
}

.commonProblemBox ul li:hover p,
.commonProblemBox ul li:hover a span {
    background-color: rgba(42, 42, 42, 1);
    color: #f8b62d;
}

/* 联系我们 */
#contactUs .itemTitleBox .itemTitle:after {
    content: 'CONTACT US';
    color: #f8b62d;
}

#contactUs .itemTitleBox .itemTitle {
    color: #f8b62d;
}

#contactUs .itemTitleBox .itemTitleSpan {
    background: #f8b62d;
}

#contactUs {
    background: url(/special/2020/20200605zdMBA/img/contactUsBg.png) no-repeat;
    margin-top: -180px;
    padding-top: 180px;
    overflow: hidden;
    padding-bottom: 60px;
    background-size: 100% 100%;
}

.contactUsBox {
    padding: 60px 0 0 0;
    overflow: hidden;
}

.contactUsBox .contactUsCont {
    width: 50%;
    float: left;
    animation-delay: 0.8s;
    animation-duration: 1.5s;
}

.contactUsBox .contactUsCont p {
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    /* font-family: "MicrosoftYaHeiLight"; */
}

.contactUsBox .contactUsCont p a {
    text-decoration: none;
    color: #ffffff;
}

.contactUsBox .contactUsCont p a:hover {
    color: #f8b62d;
}

.contactUsBox .contactUsCode {
    width: 50%;
    float: left;
    padding-top: 30px;
    animation-delay: 0.8s;
    animation-duration: 1.5s;
}

.contactUsBox .contactUsCode .contactUsCodeItem {
    width: 30%;
    float: left;
    margin-left: 5%;
}

.contactUsBox .contactUsCode .contactUsCodeItem:nth-child(1) {
    margin-left: 30%;
}

.contactUsBox .contactUsCode .contactUsCodeItem img {
    width: 90%;
    margin-left: 5%;
}

.contactUsBox .contactUsCode .contactUsCodeItem p {
    text-align: center;
    color: #f8b62d;
    font-size: 18px;
    /* font-family: "MicrosoftYaHeiLight"; */
    font-weight: bold;
}

.contactUsBox .contactUsCode .contactUsCodeItem p:nth-child(2) {
    margin-top: 20px;
}

/* 返回顶部 */
.backTop {
    width: 66px;
    height: 66px;
    background: rgba(248, 182, 45, 0.6);
    /* background: rgba(55, 55, 55, 0.6); */
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
}

.backTop svg {
    width: 46px;
    height: 46px;
}


@media (min-width: 1921px) {
    #applyAdmission {
        background-size: 100% 100%;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    /* .publicBox {
        width: 100%;
    } */

    .menuBox .logoBox img {
        margin-left: 0;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
    }

    .onlineSignTable {
        width: 1200px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .publicBox {
        width: 1200px;
        margin: 0 auto;
    }

    .menuBox .logoBox img {
        margin-left: 0;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
    }

    .menuBox .logoBox {
        margin-left: 1%;
    }

    .nav>li>a {
        padding: 10px 5px;
    }

    .menuBox .logoBox {
        margin-left: 1%;
    }

    .onlineSignTable {
        width: 1200px;
    }

    .courseSetItemBox .courseSetItemContList {
        padding: 40px 40px 0 40px;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial p {
        padding: 30px 22px 30px 22px;
    }

    #contactUs {
        margin-top: -260px;
    }

}

@media (min-width: 769px) and (max-width: 1199px) {
    .publicBox {
        width: 98%;
        margin: 0 1%;
    }

    .menuBox .logoBox img {
        margin-left: 0;
    }

    .menuBox {
        height: auto;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        line-height: 24px;
    }

    .nav>li>a {
        padding: 10px 2px;
    }

    .menuBox .logoBox {
        margin-left: 1%;
    }
}

@media (max-width: 768px) {
    .publicBox {
        width: 98%;
        margin: 0 1%;
    }

    .itemTitleBox {
        padding-bottom: 10px;
    }

    .itemTitleBox .itemTitle:after {
        font-size: 30px;
    }

    .menuBox {
        height: auto;
    }

    .menuBox .navbar {
        width: 100%;
    }

    .logoImg {
        width: 60%;
    }

    .logoImg img {
        padding: 15px;
    }

    .navbar-default .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .navbar-default .navbar-nav li {
        width: 100%;
        margin: 0;
        /* padding-left: 15px; */
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        line-height: 32px;
        padding-left: 15px;
        padding-right: 0;
    }

    .bannerTitleBlock .bannerTitleSub {
        margin-top: 10px;
    }

    .bannerTitleBlock {
        width: 80%;
        margin-left: 10%;
        margin-top: -30%;
    }

    .bannerBox .slideDown {
        width: 4%;
        margin-left: 48%;
        margin-top: -50px;
    }

    .aniBanner {
        display: block;
        width: 100%;
        animation: ZoomInOut 0s infinite linear;
        position: relative;
    }

    .bannerBox {
        padding-top: 50px;
    }

    .sixAuthoritiesBox img {
        width: 80%;
        margin: 0 10%;
    }


    /* 项目介绍 */
    .itemTitleBox .itemTitle {
        font-size: 30px;
        line-height: 50px;
    }

    #projectIntro {
        background: url(/special/2020/20200605zdMBA/img/projectIntroBg.png) no-repeat #f8b62d;
    }

    #projectIntro .itemTitleBox .itemTitle:after {
        font-size: 22px;
        line-height: 32px;
    }

    #projectIntro .itemTitleBox .itemTitleSpan {
        margin-top: 50px;
    }

    .projectIntroBox {
        overflow: hidden;
    }

    .projectIntroBlock {
        overflow: hidden;
    }

    .projectIntroBlock .projectIntroImg {
        width: 50%;
        padding: 0 0 0 2%;
        float: none;
    }

    .projectIntroBlock .projectIntroCont {
        width: 100%;
        float: none;
        padding: 0 2% 0 2%;
        font-size: 14px;
        line-height: 30px;
    }

    .projectIntroBlock .projectIntroCont p {
        text-align: justify;
    }

    .projectIntroItemBox {
        padding-top: 0;
        padding-bottom: 0;
    }

    .projectIntroItemBox .projectIntroItemList01 a {
        width: 48%;
        padding: 0 1%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .projectIntroItemBox .projectIntroItemList01 a:nth-child(3n+2) {
        margin: 0 0 10px 0;
    }

    .projectIntroItemBox .projectIntroItemList01 a li {
        font-size: 14px;
        line-height: 32px;
    }

    .projectIntroItemBox .projectIntroItemTitle02 {
        margin-top: 0;
    }

    .projectIntroItemBox .projectIntroItemTitle01 {
        font-size: 18px;
        background-size: 6%;
        background-position-x: 10px;
        background-position-y: 8px;
        line-height: 40px;
        padding-left: 38px;
        margin-top: 0;
    }

    .projectIntroItemBox .projectIntroItemTitle02 {
        font-size: 18px;
        background-size: 6%;
        background-position-x: 10px;
        background-position-y: 8px;
        line-height: 40px;
        padding-left: 38px;
        margin-top: 0;
    }

    /* 项目特色 */
    .projectFeaturesBox .projectFeaturesList {
        width: 100%;
    }

    .projectFeaturesBox .projectFeaturesList ul li {
        width: 24%;
        margin: 0 0.5%;
        height: auto;
        padding-top: 10px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .projectFeaturesBox .projectFeaturesList ul li .projectFeaturesIconBlock svg {
        width: 30px;
        height: 30px;
    }

    .projectFeaturesBox .projectFeaturesList ul li p {
        margin-top: 0px;
    }

    .projectFeaturesBox .projectFeaturesContBox {
        width: 100%;
        height: auto;
    }

    .projectFeaturesBox .projectFeaturesContBox ul {
        padding-top: 10px;
    }

    .projectFeaturesBox .projectFeaturesContBox ul li .projectFeaturesContTitleAfter {
        font-size: 24px;
        margin-bottom: 0;
    }

    .projectFeaturesBox .projectFeaturesContBox ul li .projectFeaturesContTitle {
        font-size: 20px;
        margin-bottom: 0;
    }

    .projectFeaturesBox .projectFeaturesContBox ul li .projectFeaturesCont .projectFeaturesContDetail {
        margin-top: 10px;
        font-size: 16px;
        line-height: 32px;
        height: auto;
    }

    .projectFeaturesCont a .projectFeaturesContMore {
        width: 150px;
        font-size: 16px;
        line-height: 38px;
        padding-left: 12px;
    }

    #projectFeatures .itemTitleBox {
        padding-top: 190px;
        padding-bottom: 10px;
    }

    .projectFeaturesCont a .projectFeaturesContMore span svg {
        top: -49px;
    }

    #projectFeatures {
        padding-bottom: 30px;
    }

    /* 在线宣讲 */
    #onlinePresentation {
        padding-top: 10px;
    }

    .onlinePresentationBox {
        padding-top: 25px;
        position: relative;
    }

    .onlinePresentationBox .onlinePresentationList ul li .onlinePresentationSpot {
        width: 18px;
        height: 18px;
    }

    .onlinePresentationBox .onlinePresentationList ul .active .onlinePresentationSpot {
        width: 24px;
        height: 24px;
    }

    .onlinePresentationBox .onlinePresentationList ul .active .onlinePresentationSpot:after {
        width: 32px;
        height: 32px;
        top: -4px;
        left: -4px;
    }

    .onlinePresentationBox .onlinePresentationLine {
        height: 2px;
        border: solid 1px #f8b62d;
        position: absolute;
        top: 17px;
        left: 0;
        width: 84%;
        margin-left: 8%;
    }

    .onlinePresentationBox .onlinePresentationList ul li p {
        margin: 5px 0 0 0;
        font-size: 16px;
    }

    .onlinePresentationBox .onlinePresentationList ul .active p {
        font-size: 20px;
    }

    .onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p:nth-child(1) {
        font-size: 18px;
    }

    .applyAdmissionChineseCont .applyAdmissionChineseContItem:nth-child(4) {
        padding-right: 0;
    }

    .onlinePresentationBox .onlinePresentationList {
        height: 50px;
    }

    .onlinePresentationBox .onlinePresentationCont {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock {
        width: 48%;
        margin: 0 1% 0 1%;
        padding: 10px 0 15px 0;
    }

    .onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p {
        margin-bottom: 0;
    }

    .onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock a p {
        width: 60%;
        margin: 20px 0 0 20%;
        border-radius: 10px;
        font-size: 18px;
    }

    .onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p:nth-child(2),
    .onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p:nth-child(3),
    .onlinePresentationBox .onlinePresentationCont ul li .onlinePresentationContBlock p:nth-child(4) {
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
    }

    .onlinePresentatioDownload a {
        width: 230px;
    }

    .onlinePresentatioDownload a p {
        font-size: 24px;
        font-weight: 500;
        line-height: 40px;
    }

    .onlinePresentatioDownload {
        padding: 30px 0 40px 0;
    }

    .onlinePresentatioDownload a p svg {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 15px;
        top: 5px;
    }

    /* 报名录取 */
    .applyAdmissionBox .applyAdmissionIntro {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 12px;
    }

    .applyAdmissionBox .applyAdmissionSwitchBox ul li p {
        font-size: 18px;
        line-height: 36px;
    }

    .applyAdmissionBox .applyAdmissionSwitchBox ul li p svg {
        width: 30px;
        height: 30px;
        padding-top: 5px;
        left: 0;
    }

    .applyAdmissionBox .applyAdmissionSwitchBox ul .active:before {
        margin-top: 37px;
        border-left: solid 8px transparent;
        border-top: solid 8px #f8b62d;
        border-right: solid 8px transparent;
    }

    .applyAdmissionBox .applyAdmissionSwitchBox {
        padding-bottom: 30px;
    }

    .applyAdmissionCont .applyAdmissionChinese .applyAdmissionChineseMenu ul li {
        font-size: 18px;
        padding: 0 15px;
        width: auto;
        line-height: 32px;
    }

    .applyAdmissionCont .applyAdmissionChinese .applyAdmissionChineseMenu ul .active:before {
        margin-top: 37px;
        border-left: solid 8px transparent;
        border-top: solid 8px #f8b62d;
        border-right: solid 8px transparent;
    }

    .applyAdmissionChineseContItem {
        margin-top: 0;
        padding: 0 0 10px 0;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemTitle:before {
        border-bottom: solid 6px transparent;
        border-left: solid 6px #f8b62d;
        border-top: solid 6px transparent;
        top: 5px;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemList li {
        padding-left: 0;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemTitle {
        font-size: 16px;
        padding-left: 10px;
    }

    .applyAdmissionChineseContItem ul li {
        padding-left: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemList li p:nth-child(1) {
        padding: 10px 5px;
        background-size: contain;
        background-position-x: 2px;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemList li p:nth-child(1) svg {
        width: 30px;
        height: 30px;
        margin-left: -5px;
        margin-top: 5px;
    }

    .applyAdmissionLine {
        display: none;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemList li p:nth-child(2) {
        line-height: 18px;
        font-size: 14px;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemBlock {
        padding: 10px;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemBlock .applyAdmissionChineseContItemCont {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .applyAdmissionChineseContItem .applyAdmissionChineseContItemBlock .applyAdmissionChineseContItemInfo {
        font-size: 14px;
        line-height: 20px;
    }

    .applyAdmissionChinese {
        padding-bottom: 10px;
    }

    .applyAdmissionCont {
        padding-bottom: 20px;
    }

    /* 在线报名 */
    .onlineSignTitleBox a {
        width: 350px;
    }

    .onlineSignTitleBox a p {
        font-size: 24px;
        font-weight: 500;
        line-height: 40px;
    }

    .onlineSignTitleBox {
        padding: 30px 0 40px 0;
    }

    .onlineSignTitleBox a p svg {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 3px;
        top: 5px;
    }

    /* 提前面试申请 */
    #onlineSign .itemTitleBox .itemTitle:after {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 32px;
    }

    .onlineSignBox {
        padding: 30px 0 20px 0;
    }

    .onlineSignTable table thead tr th {
        font-size: 14px;
        padding: 10px 0;
        height: auto;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #373737;
    }

    .onlineSignTable table thead tr th:last-child {
        width: 22%;
    }

    .onlineSignTable table thead tr th p {
        border-right: 0;
    }

    .onlineSignTable table tbody tr td {
        font-size: 12px;
        padding: 10px 0;
    }

    .onlineSignTable .onlineSignTableMark {
        padding: 0 10px;
    }

    .onlineSignTable .onlineSignTableMark p {
        font-size: 14px;
    }

    .onlineSignTable {
        overflow: scroll;
    }

    .onlineSignTable table {
        width: 600px;
    }

    /* 师资力量 */
    #faculty {
        padding: 10px 0 0 0;
        background: url(/special/2020/20200605zdMBA/img/facultyBg.png) no-repeat #f8b62d;
    }

    .facultyBox .facultyIntro {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .facultyBlock {
        padding-top: 20px;
    }

    .facultyBlock ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .facultyMore a {
        width: 150px;
        margin: 0 auto;
    }

    .facultyMore a .facultyMoreArrow {
        font-size: 16px;
        line-height: 36px;
        color: #373737;
        padding-left: 10px;
    }

    .facultyMore a .facultyMoreArrow span img {
        width: 30%;
    }

    /* 课程设置 */
    .courseSetBox .courseSetTitleBlock div {
        width: 80%;
        height: auto;
        margin-left: 10%;
        padding: 15% 0;
    }

    .courseSetBox {
        padding: 60px 0 80px 0;
    }

    .courseItemBox {
        overflow: hidden;
        padding-top: 20px;
    }

    #courseSet {
        height: auto;
        margin-top: 0px;
        padding-top: 0px;
    }

    .courseSetBox .courseSetTitleBlock div p:nth-child(1) {
        padding: 10px 0 0 55px;
    }

    .courseSetBox .courseSetTitleBlock div p:nth-child(1) svg {
        width: 40px;
        height: 40px;
    }

    .courseSetBox .courseSetTitleBlock div p:nth-child(2) {
        font-size: 18px;
    }

    .courseSetItemBox .courseSetItemList {
        width: 100%;
    }

    .courseSetItemBox .courseSetItemList ul li {
        width: 33.3%;
        float: left;
    }

    .courseSetItemBox .courseSetItemList ul li .courseSetItemTitle {
        padding: 10px 0;
    }

    .courseSetItemBox .courseSetItemContList {
        width: 96%;
        float: left;
        margin: 0 2%;
        padding: 0;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContIntro {
        margin: 10px 0 0 0;
        font-size: 16px;
        line-height: 26px;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContTitle {
        width: 80%;
        margin-left: 10%;
        margin-top: 10px;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial span {
        padding: 8px 50px 8px 10px;
        font-size: 16px;
    }

    .courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(1) {
        font-size: 16px;
        line-height: 32px;
        display: none;
    }

    .courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(2) {
        font-size: 14px;
        line-height: 32px;
        margin-top: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(2) svg {
        width: 30px;
        height: 30px;
        display: block;
        top: 5px;
        left: 35%;
    }

    .courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(3) {
        display: none;
    }

    .courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(4) {
        line-height: 24px;
        font-size: 14px;
        margin-top: 0px;
    }

    .courseSetItemBox .courseSetItemList ul li .courseSetItemTitle p:nth-child(4) img {
        width: 28px;
    }

    .courseSetItemBox .courseSetItemList ul .active .courseSetItemTitle p:nth-child(2):before {
        display: none;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial p {
        padding: 25px 10px 15px 10px;
        margin-top: -20px;
        font-size: 14px;
        line-height: 24px;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span {
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
        padding: 10px 0;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContCase span:nth-child(3n+2) {
        width: 100%;
        margin: 5px 0 0 0;
    }

    .courseSetItemContMore a {
        width: 150px;
    }

    .courseSetItemContMore a .courseSetItemContMoreArrow {
        font-size: 16px;
        line-height: 36px;
        color: #373737;
        padding-left: 10px;
    }

    .courseSetItemContMore a .courseSetItemContMoreArrow span img {
        width: 30%;
    }

    .courseSetItemContMore {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .courseSetItemBox .courseSetItemContList ul li .courseSetItemContBox .courseSetItemContSpecial .courseSetItemContSpan02 {
        background: url(/special/2020/20200605zdMBA/img/courseSetItemContSpecialBg03.png) no-repeat right;
    }

    .courseItemCont .courseItemContList>li {
        width: 100%;
        margin-top: 10px;
    }

    .courseSetBlock {
        height: auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .courseItemCont .courseItemContList li div .courseItemContDetail {
        height: auto;
        padding: 10px;
    }

    .courseSetBlock .courseItemTitle {
        overflow: hidden;
    }

    .courseItemCont {
        overflow: hidden;
    }

    .courseSetBlock .courseItemTitle span:nth-child(1) svg {
        width: 20px;
        height: 20px;
        top: 8px;
        left: 10px;
    }

    .courseSetBlock .courseItemTitle span:nth-child(1) {
        font-size: 18px;
        line-height: 40px;
        padding-left: 40px;
    }

    .courseSetBlock .courseItemTitle span:nth-child(2) img {
        width: 60%;
        padding-top: 5px;
    }

    .courseItemCont .courseItemContList li div p {
        height: auto;
    }

    .courseItemCont .courseItemContList li div p span {
        font-size: 16px;
        margin-left: 10px;
        line-height: 36px;
    }

    .courseItemCont .courseItemContList li div .courseItemContDetail li {
        font-size: 14px;
        line-height: 28px;
    }

    .courseItemCont .courseItemP {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .courseItemCont .courseElectiveTitleList li {
        padding: 5px;
    }

    .courseElectiveBlock01 {
        width: 48%;
        margin-right: 2%;
    }

    .courseElectiveBlock02 {
        width: 50%;
    }

    .courseItemCont .courseElectiveTitleList li p:nth-child(2) {
        line-height: 18px;
        font-size: 14px;
    }

    .courseItemCont .courseElectiveContList {
        padding: 5px;
    }

    .courseItemCont .courseElectiveContList li p {
        font-size: 12px;
        line-height: 20px;
    }

    .courseItemCont .courseElectiveContList li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
    }

    /* 常见问题 */
    .courseSetItemBox {
        background: url(/special/2020/20200605zdMBA/img/courseSetItemBoxBg.png) no-repeat #f8b62d;
        padding-bottom: 20px;
    }

    .commonProblemBox ul {
        overflow: visible;
    }

    .commonProblemBox ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .commonProblemBox ul li p {
        width: 70%;
        text-align: center;
        padding: 0 10px;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
    }

    .commonProblemBox ul li a span {
        width: 40px;
        height: 40px;
    }

    .commonProblemBox ul li a span svg {
        width: 20px;
        height: 20px;
        top: 10px;
        left: 10px;
    }

    .commonProblemBox ul li:nth-child(2),
    .commonProblemBox ul li:nth-child(5),
    .commonProblemBox ul li:nth-child(8) {
        margin: 0 0 10px 0;
    }

    /* 联系我们 */
    .contactUsBox .contactUsCont {
        width: 96%;
        margin: 0 2%;
    }

    .contactUsBox {
        padding: 10px 0 0 0;
    }

    .contactUsBox .contactUsCont p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .contactUsBox .contactUsCode {
        width: 96%;
        margin: 0 2%;
        padding-top: 5px;
    }

    .contactUsBox .contactUsCode .contactUsCodeItem:nth-child(1) {
        margin-left: 0;
    }

    .contactUsBox .contactUsCode .contactUsCodeItem {
        width: 50%;
        margin-left: 0;
    }

    .contactUsBox .contactUsCode .contactUsCodeItem img {
        width: 50%;
        margin-left: 25%;
    }

    .contactUsBox .contactUsCode .contactUsCodeItem p {
        font-size: 16px;
    }

    .contactUsBox .contactUsCode .contactUsCodeItem p:nth-child(2) {
        margin: 5px;
    }

    /* 返回顶部 */
    .backTop {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 10px;
    }

    .backTop svg {
        width: 30px;
        height: 30px;
    }
}