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;
}


/* banner样式 */

.bannerBox {
    position: relative;
    overflow: hidden;
    /* background: url(../img/bannerBg.png) no-repeat center center;
    background-size: cover; */
}

.bannerBg img {
    width: 100%;
}

.bannerBlock .bannerLogo {
    position: absolute;
    width: 306px;
    top: 5%;
    left: 18.75%;
}

.bannerBlock .bannerLogo02 {
    position: absolute;
    width: 20.2083%;
    top: 5%;
    right: 18.75%;
}

.bannerBlock .bannerY {
    position: absolute;
    width: 21.09375%;
    top: 59%;
    right: 15.52%;
}

.bannerBlock .bannerTitle {
    width: 55.885416%;
    position: absolute;
    top: 19%;
    left: 18.75%;
    -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;
}

@-webkit-keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
    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.95);
        -moz-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.bannerBtn {
    cursor: pointer;
    /* width: 34px; */
    width: 1.77083%;
    position: absolute;
    bottom: 15.5%;
    left: 49.114583%;
    transform: translateX(-50%);
    -webkit-animation: slideBtn 2s infinite ease;
    -moz-animation: slideBtn 2s infinite ease;
    -o-animation: slideBtn 2s infinite ease;
    -ms-animation: slideBtn 2s infinite ease;
    animation: slideBtn 2s infinite ease;
}

@-webkit-keyframes slideBtn {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideBtn {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


/* 标题样式 */

.itemTitleBox {
    padding-top: 80px;
    margin-bottom: 60px;
    overflow: hidden;
}

.itemTitleBlock {
    text-align: center;
}

.itemTitleBox .itemTitleBlock .itemTitleName {
    font-family: "zh";
    font-size: 55px;
    line-height: 65px;
    color: #004ea2;
    position: relative;
    z-index: 1;
}

.itemTitleBox .itemTitleBlock span {
    width: 51px;
    height: 3px;
    background-color: #004ea2;
    display: block;
    margin: 20px auto 0 auto;
}

.itemTitleBox02 .itemTitleBlock .itemTitleName {
    color: #ffffff;
}

.itemTitleBox02 .itemTitleBlock span {
    background-color: #ffffff;
}


/* 关于华工 */

.aboutHg {
    padding-top: 300px;
    margin-top: -220px;
    background: url(../img/aboutHgBg.png) no-repeat top left;
    background-size: cover;
    padding-bottom: 66px;
}

.aboutHg .itemTitleBox {
    padding-top: 0;
}

.aboutHgBlock {
    position: relative;
    margin-bottom: 75px;
}

.aboutHgBlock .aboutHgLogo {
    width: 433px;
    margin: 0 auto;
}

.aboutHgList p {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    position: absolute;
}

.aboutHgList p span {
    color: #e2be94;
    font-weight: bold;
}

.aboutHgList p:nth-child(1) {
    top: 30px;
    left: 40px;
    width: 360px;
    text-align: right;
    animation-delay: 0;
}

.aboutHgList p:nth-child(2) {
    top: 200px;
    left: 20px;
    width: 360px;
    animation-delay: 0.4s;
}

.aboutHgList p:nth-child(3) {
    bottom: 40px;
    left: 215px;
    width: 220px;
    text-align: right;
    animation-delay: 0.8s;
}

.aboutHgList p:nth-child(4) {
    top: 60px;
    right: 160px;
    width: 300px;
    text-align: right;
    animation-delay: 1.2s;
}

.aboutHgList p:nth-child(5) {
    top: 198px;
    right: 10px;
    width: 390px;
    text-align: left;
    animation-delay: 1.6s;
}

.aboutHgList p:nth-child(6) {
    bottom: 25px;
    right: 15px;
    width: 440px;
    text-align: left;
    animation-delay: 2s;
}

.aboutHgCont {
    padding: 20px 20px 0 0;
    position: relative;
}

.aboutHgBlockContBox {
    position: relative;
    padding: 30px 25px 0 45px;
    background-color: #306fb4;
    border-radius: 20px;
}

.aboutHgBlockContBlock {
    background: url(../img/aboutHgContBg.png) no-repeat bottom right;
    background-size: 367px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.aboutHgContLine {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 16px;
    top: -20px;
    border-radius: 20px;
    border: solid 2px #ffffff;
}

.aboutHgBlockContBlock {
    display: flex;
}

.aboutHgBlockContBlock .aboutHgContItem {
    flex: 1;
}

.aboutHgContItem p {
    height: 70px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding-left: 24px;
    background: url(../img/aboutHgIcon.png) no-repeat left top;
    background-size: 16px;
    background-position-y: 6px;
    position: relative;
}

.aboutHgContItem p:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 18px;
    width: 1px;
    height: 90%;
    background: #ffffff;
}

.aboutHgContItem p:last-child:before {
    display: none;
}

.aboutHgContItem p span {
    font-size: 22px;
    font-weight: bold;
}


/* 学院使命与愿景 */

.missionAndVision {
    background-color: #ecf6fb;
    padding-bottom: 78px;
    position: relative;
    overflow: hidden;
}

.missionBgIcon01 {
    position: absolute;
    right: 0;
    top: 0;
    width: 34.11%;
}

.missionBgIcon02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22.14%;
}

.missionBgIcon03 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17.4%;
}

.missionAndVisionBlock {
    position: relative;
    z-index: 2;
}

.missionBox {
    position: relative;
}

.missionBox .missionLogo {
    width: 256px;
    margin: 0 auto;
}

.missionItem {
    position: absolute;
    top: 0;
    width: 430px;
    text-align: center;
}

.missionItem01 {
    left: 0;
}

.missionItem02 {
    right: 0;
}

.missionItem p {
    border-radius: 20px;
}

.missionItem p span {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    padding-left: 100px;
    line-height: 110px;
}

.missionItem01 p:nth-child(1) {
    margin-bottom: 46px;
    color: #004ea2;
    border: solid 2px #306fb3;
}

.missionItem01 p:nth-child(2) {
    color: #e2be94;
    border: solid 2px #e2be94;
}

.missionItem02 p:nth-child(1) {
    margin-bottom: 46px;
    color: #e2be94;
    border: solid 2px #e2be94;
}

.missionItem02 p:nth-child(2) {
    color: #004ea2;
    border: solid 2px #306fb3;
}

.missionItem01 p:nth-child(1) span {
    background: url(../img/missionIcon01.png) no-repeat center left;
    background-size: 71px;
}

.missionItem01 p:nth-child(2) span {
    background: url(../img/missionIcon02.png) no-repeat center left;
    background-size: 71px;
}

.missionItem02 p:nth-child(1) span {
    background: url(../img/missionIcon03.png) no-repeat center left;
    background-size: 71px;
}

.missionItem02 p:nth-child(2) span {
    background: url(../img/missionIcon04.png) no-repeat center left;
    background-size: 71px;
}

.vissionBox {
    margin-top: 65px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 45px;
}

.vissionTitle {
    margin-bottom: 25px;
}

.vissionTitle p {
    text-align: center;
    color: #004ea2;
    font-size: 26px;
    font-weight: bold;
}

.vissionCont p {
    font-size: 18px;
    line-height: 42px;
    text-align: justify;
    color: #333333;
}


/* 关于EMBA */

.aboutEMBA {
    background: #ECF6FB;
    padding-bottom: 20px;
}

.aboutEMBABox {
    background: url(../img/aboutEMBABg.png) no-repeat center top;
    background-size: auto 781px;
}

.aboutEMBAIntro p {
    color: #ffffff;
    margin-bottom: 10px;
}

.aboutEMBACont {
    margin-top: 90px;
}

.aboutEMBAContTitle {
    background: url(../img/aboutEMBAContTitleBg.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-bottom: 55px;
}

.aboutEMBAContTitle p {
    display: inline-block;
    font-size: 20px;
    line-height: 58px;
    font-weight: bold;
    color: #004ea2;
    padding-left: 50px;
    background: url(../img/aboutEMBAContTitleIcon.png) no-repeat left center;
    background-size: 40px;
}

.aboutEMBAItem ul {
    display: flex;
}

.aboutEMBAItem ul li {
    flex: 1;
    margin-right: 36px;
}

.aboutEMBAItem ul li:nth-child(1) {
    animation-delay: 0;
}

.aboutEMBAItem ul li:nth-child(2) {
    animation-delay: 0.5s;
}

.aboutEMBAItem ul li:nth-child(3) {
    animation-delay: 1s;
}

.aboutEMBAItem ul li:nth-child(4) {
    animation-delay: 1.5s;
}

.aboutEMBAItem ul li:nth-child(4) {
    margin-right: 0;
}

.aboutEMBAItemBox {
    background: #004ea2;
    height: 266px;
    border-radius: 20px;
    overflow: hidden;
}

.aboutEMBAItemTitle p {
    font-size: 36px;
    line-height: 45px;
    padding: 16px 0 48px 0;
    font-weight: bold;
    text-align: center;
}

.aboutEMBAItem ul li:nth-child(odd) .aboutEMBAItemTitle {
    background: url(../img/aboutEMBAItemBg01.png) no-repeat center bottom;
    background-size: cover;
}

.aboutEMBAItem ul li:nth-child(even) .aboutEMBAItemTitle {
    background: url(../img/aboutEMBAItemBg02.png) no-repeat center bottom;
    background-size: cover;
}

.aboutEMBAItem ul li:nth-child(odd) .aboutEMBAItemTitle p {
    color: #ffffff;
}

.aboutEMBAItem ul li:nth-child(even) .aboutEMBAItemTitle p {
    color: #004ea2;
}

.aboutEMBAItemCont {
    padding: 20px 20px 0 20px;
}

.aboutEMBAItemCont p {
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}


/* 培养目标及方式 */

.trainingObjectives {
    background: #ecf6fb;
    padding-bottom: 64px;
}

.trainingObjectivesItem {
    width: 669px;
    height: 343px;
    float: left;
}

.trainingObjectivesBlock {
    overflow: hidden;
}

.trainingObjectivesItem01 {
    background: url(../img/trainingObjectivesBg01.png) no-repeat center left;
    background-size: cover;
}

.trainingObjectivesItem02 {
    background: url(../img/trainingObjectivesBg02.png) no-repeat center left;
    background-size: cover;
    margin-left: -140px;
}

.trainingObjectivesItem01 .trainingObjectivesItemBox {
    padding: 40px 150px 0 40px;
}

.trainingObjectivesItem02 .trainingObjectivesItemBox {
    padding: 40px 40px 0 150px;
}

.trainingObjectivesItemTitle p {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.trainingObjectivesItemCont p {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}

.trainingObjectivesItemCont p span {
    font-weight: bold;
}


/* 项目特色 */

.projectFeatures {
    padding: 80px 0 70px 0;
}


/* 课程设置 */

.curriculum {
    padding-bottom: 40px;
    background: url(../img/curriculumBg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.curriculumIntro p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}

.curriculumCont {
    margin-top: 50px;
}

.curriculumCont ul {
    display: flex;
    flex-wrap: wrap;
}

.curriculumCont ul li {
    width: 365px;
    height: 290px;
    margin-right: 52px;
    margin-bottom: 45px;
    background-color: #ecf6fb;
    position: relative;
    overflow: hidden;
}

.curriculumCont ul li:nth-child(2) {
    animation-delay: 0.3s;
}

.curriculumCont ul li:nth-child(3) {
    margin-right: 0;
    animation-delay: 0.6s;
}

.curriculumCont ul li:nth-child(4) {
    margin-left: 208px;
    animation-delay: 0.9s;
}

.curriculumCont ul li:nth-child(5) {
    margin-right: 0;
    animation-delay: 1.2s;
}

.curriculumMark p {
    text-align: center;
    color: #fefefe;
}

.curriculumItem {
    position: relative;
    z-index: 2;
}

.curriculumItemTitle {
    padding: 0 30px;
}

.curriculumItemTitle p {
    font-size: 20px;
    font-weight: bold;
    line-height: 62px;
    color: #ffffff;
    text-align: center;
    background-color: #004ea2;
    border-radius: 0px 0px 30px 30px;
}

.curriculumItemDetail {
    margin-top: 10px;
    text-align: center;
}

.curriculumItemDetail p {
    line-height: 30px;
    color: #333333;
}

.curriculumCont ul li:before {
    position: absolute;
    left: 0;
    bottom: -8px;
    font-size: 95px;
    line-height: 95px;
    color: #DCE9F3;
    font-weight: bold;
    letter-spacing: -4px;
}

.curriculumCont ul li:nth-child(1):before {
    content: '01';
}

.curriculumCont ul li:nth-child(2):before {
    content: '02';
}

.curriculumCont ul li:nth-child(3):before {
    content: '03';
}

.curriculumCont ul li:nth-child(4):before {
    content: '04';
}

.curriculumCont ul li:nth-child(5):before {
    content: '05';
}

.curriculumCont ul li:nth-child(6):before {
    content: '06';
}


/* 师资力量 */

.faculty {
    background: #ECF6FB;
    padding-bottom: 60px;
    position: relative;
}

.facultyIntro {
    margin-bottom: 50px;
}

.facultyIntro p {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    text-align: justify;
}

.facultyItem .facultyItemBlcok:nth-child(1) {
    margin-bottom: 43px;
}

.faculty .facultyScrollbar {
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: 0;
}

.faculty .swiper-scrollbar-drag {
    background-color: #004ea2;
}


/* 校友网络 */

.alumniNetwork {
    background: url(../img/alumniNetworkBgIcon.png) no-repeat left bottom;
    background-size: 18.645%;
    position: relative;
    padding: 80px 0;
}

.alumniNetwork:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 28.8%;
    height: 100%;
    background: #004ea2;
}

.alumniNetworkBox {
    overflow: hidden;
}

.alumniNetworkBlock {
    width: 1480px;
    position: relative;
    float: right;
    margin-right: 3.54%;
    overflow: hidden;
}

.alumniNetworkBlock .itemTitleBox {
    padding-top: 0;
    margin-bottom: 50px;
}

.alumniNetworkBlock .itemTitleBox .itemTitleBlock {
    text-align: left;
}

.alumniNetworkBlock .itemTitleBox .itemTitleBlock span {
    margin-left: 0;
}

.alumniNetworkLeft {
    margin-right: 690px;
}

.alumniNetworkRight {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 674px;
    height: auto;
}

.alumniNetworkIntro p {
    font-size: 18px;
    color: #333333;
    text-align: justify;
}

.alumniNetworkIntro p span {
    color: #004ea2;
    font-weight: bold;
}

.alumniNetworkBlock_title {
    margin-bottom: 10px;
}

.alumniNetworkBlock_title p {
    font-size: 20px;
    font-weight: bold;
    color: #004ea2;
}

.alumniNetworkBlock_fh {
    overflow: hidden;
    margin-top: 20px;
}

.alumniNetworkBlock_fh01 {
    width: 65%;
    float: left;
    margin-bottom: 20px;
}

.alumniNetworkBlock_fh02 {
    width: 35%;
    float: left;
    margin-bottom: 20px;
}

.alumniNetworkBlock_cont p {
    text-align: center;
    width: 130px;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    display: inline-block;
    background-color: #3c86c3;
    border-radius: 24px;
    margin-bottom: 15px;
    margin-right: 20px;
}

.alumniNetworkBlock_cont .alumniNetworkBlock_cont_p1 {
    width: 250px;
}


/* 往期活动 */

.previousActivities {
    background-color: #ecf6fb;
    padding-bottom: 65px;
}

.previousActivitiesTitle {
    margin-bottom: 60px;
}

.previousActivitiesTitle ul {
    display: flex;
    margin: 0 auto;
}

.previousActivitiesTitle ul li {
    flex: 1;
    margin-right: 85px;
    text-align: center;
}

.previousActivitiesTitle ul li:last-child {
    margin-right: 0;
}

.previousActivitiesTitle ul li p {
    color: #004ea2;
    font-size: 24px;
    font-weight: bold;
    line-height: 58px;
    border-radius: 31px;
    border: solid 2px #004ea2;
    cursor: pointer;
}

.previousActivitiesTitle ul li.active p {
    color: #ffffff;
    background-color: #004ea2;
}

.previousActivitiesCont ul li {
    display: none;
}

.previousActivitiesCont ul li.active {
    display: block;
}

.previousActivitiesIntro {
    margin-bottom: 45px;
}

.previousActivitiesIntro p {
    color: #333333;
    font-size: 18px;
    text-align: center;
    padding: 0 50px;
}

.previousActivitiesSwiper {
    max-width: 1920px;
}

.previousActivitiesSwiper .swiper-slide {
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
    float: left;
}

.previousActivitiesSwiper .swiper-slide .previousActivitiesItem {
    position: relative;
}

.previousActivitiesSwiper .swiper-slide .previousActivitiesItem:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 79, 163, 0.5);
}

.previousActivitiesSwiper .swiper-slide .previousActivitiesItem img {
    width: 100%;
}

.previousActivitiesSwiper .swiper-slide-active,
.swiper-slide-duplicate-active {
    opacity: 1;
    transform: scale(1.34);
    z-index: 11;
}

.previousActivitiesSwiper .swiper-slide-active .previousActivitiesItem:after {
    display: none;
}

.previousActivitiesSwiper .swiper-slide-active:after,
.swiper-slide-duplicate-active {
    display: none;
}

.previousActivitiesSwiper .swiper-slide-active,
.swiper-slide-duplicate-active img {
    width: 100%;
}

.previousActivitiesSwiper .swiper-button-prev,
.previousActivitiesSwiper .swiper-button-next {
    width: 62px;
    height: 62px;
}

.previousActivitiesSwiper .swiper-button-prev {
    left: 24%;
    background: url(../img/previousActivitiesBtn01.png) no-repeat center center;
    background-size: cover;
}

.previousActivitiesSwiper .swiper-button-next {
    right: 24%;
    background: url(../img/previousActivitiesBtn02.png) no-repeat center center;
    background-size: cover;
}

.previousActivitiesSwiper .swiper-button-prev:hover {
    background: url(../img/previousActivitiesBtn03.png) no-repeat center center;
    background-size: cover;
}

.previousActivitiesSwiper .swiper-button-next:hover {
    background: url(../img/previousActivitiesBtn04.png) no-repeat center center;
    background-size: cover;
}

.previousActivitiesSwiper .swiper-button-prev:after,
.previousActivitiesSwiper .swiper-button-next:after {
    display: none;
}


/* 2022EMBA学员情况 */

.studentSituation {
    padding-bottom: 70px;
}

.studentSituationItem01 {
    margin-bottom: 12px;
    animation-duration: 1.4s;
}

.studentSituationItem01 ul {
    display: flex;
}

.studentSituationItem01 ul li {
    margin-right: 12px;
}

.studentSituationItem01 ul li:last-child {
    margin-right: 0;
}

.studentSituationItem02 {
    overflow: hidden;
    display: flex;
    margin-bottom: 12px;
}

.studentSituationItem02 .studentSituationItem02_left {
    margin-right: 12px;
    animation-duration: 1.2s;
}

.studentSituationItem02 .studentSituationItem02_right {
    animation-duration: 1.2s;
}

.studentSituationItem02 .studentSituationItem02_left img:nth-child(1) {
    margin-bottom: 12px;
}

.studentSituationItem02 .studentSituationItem02_right img:nth-child(1) {
    margin-bottom: 12px;
}

.studentSituationItem02 {
    animation-duration: 1.2s;
}


/* 招生政策 */

.enrollmentPolicy {
    padding: 72px 0;
    background: url(../img/enrollmentPolicyBg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.enrollmentPolicyBox {
    background-color: #ffffff;
    padding: 50px;
}

.enrollmentPolicyBox .itemTitleBox {
    padding-top: 0;
    margin-bottom: 40px;
}

.enrollmentPolicyItem {
    padding-top: 20px;
    margin-bottom: 17px;
    position: relative;
}

.enrollmentPolicyItem:last-child {
    margin-bottom: 0;
}

.enrollmentPolicyItemTitle {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10px;
    width: 65px;
    height: 80px;
    background-color: #004ea2;
    overflow: hidden;
}

.enrollmentPolicyItemTitle p {
    color: #ffffff;
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    margin-left: -15px;
    margin-top: 17px;
}

.enrollmentPolicyItemBlock {
    padding: 25px 65px 25px 100px;
    background-color: #ecf6fb;
    position: relative;
}

.enrollmentPolicyItemBlock:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-left: 30px solid transparent;
    border-top: 21px solid #ffffff;
}

.enrollmentPolicyItemBlock p {
    font-size: 18px;
    line-height: 34px;
    color: #555555;
    text-align: justify;
}

.enrollmentPolicyItemBlock .enrollmentPolicyItemBlock_p1 {
    color: #004ea2;
    font-weight: bold;
}

.enrollmentPolicyItem:nth-child(1) {
    animation-delay: 0s;
}

.enrollmentPolicyItem:nth-child(2) {
    animation-delay: 0.3s;
}

.enrollmentPolicyItem:nth-child(3) {
    animation-delay: 0.6s;
}

.enrollmentPolicyItem:nth-child(4) {
    animation-delay: 0.9s;
}

.enrollmentPolicyItem:nth-child(5) {
    animation-delay: 1.2s;
}

.enrollmentPolicyItem:nth-child(6) {
    animation-delay: 1.5s;
}

.enrollmentPolicyItem:nth-child(7) {
    animation-delay: 1.8s;
}


/* 报名须知 */

.signInstructions {
    background: url(../img/signInstructionsBg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 80px;
}

.signInstructionsItem01 {
    background: url(../img/signInstructionsItemBg01.png) no-repeat center right;
    background-size: cover;
    padding: 30px 300px 30px 33px;
    animation-delay: 0;
}

.signInstructionsItem02 {
    margin: 35px 0;
    background: url(../img/signInstructionsItemBg02.png) no-repeat center right;
    background-size: cover;
    padding: 30px 300px 60px 33px;
    animation-delay: 0.5s;
}

.signInstructionsItem03 {
    background: url(../img/signInstructionsItemBg03.png) no-repeat center right;
    background-size: cover;
    padding: 30px 300px 60px 33px;
    animation-delay: 1s;
}

.signInstructionsItemTitle p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.signInstructionsItemContTitle {
    font-size: 18px;
    line-height: 41px;
    padding-left: 12px;
    color: #ffffff;
    background: url(../img/signInstructionsItemIcon.png) no-repeat left top;
    background-size: auto 41px;
    margin-bottom: 10px;
}

.signInstructionsItemList ul li {
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
    padding: 15px 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
}

.signInstructionsItemList ul li p {
    margin-left: 40px;
    padding-right: 80px;
}

.signInstructionsItemList ul li span {
    font-weight: bold;
    margin-right: 6px;
    display: block;
    float: left;
}

.signInstructionsItemMark {
    font-size: 14px;
    color: #ffffff;
    margin-top: 25px;
}

.signInstructionsItemCont02 p {
    font-size: 18px;
    color: #ffffff;
}


/* 联系我们 */

.contactUs {
    padding: 50px 0;
    background: url(../img/contactUsBg.png) no-repeat center right;
    background-size: cover;
    position: relative;
}

.contactUsPic {
    content: '';
    position: absolute;
    left: 4.32%;
    bottom: 0;
    width: 8.64%;
}

.contactUsBlock {
    overflow: hidden;
}

.contactUsBlock .contactUsLeft {
    width: 50%;
    float: left;
}

.contactUsBlock .contactUsRight {
    width: 50%;
    float: left;
}

.contactUsTitle {
    width: 500px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contactUsTitle p {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    font-weight: bold;
}

.contactUsCont p {
    padding-left: 44px;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #ffffff;
}

.contactUsCont p:nth-child(1) {
    background: url(../img/contactUsIcon01.png) no-repeat center left;
    background-size: 29px;
}

.contactUsCont p:nth-child(2) {
    background: url(../img/contactUsIcon02.png) no-repeat center left;
    background-size: 29px;
}

.contactUsCont p:nth-child(3) {
    background: url(../img/contactUsIcon03.png) no-repeat center left;
    background-size: 29px;
}

.contactUsCont p:nth-child(4) {
    background: url(../img/contactUsIcon04.png) no-repeat center left;
    background-size: 29px;
}

.contactUsCode {
    margin-left: 60px;
    margin-top: 80px;
}

.contactUsCode img {
    width: 189px;
}


/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: rgba(1, 73, 228, 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;
}

@media (max-width:1600px) {
    .alumniNetworkBlock {
        width: 94%;
        margin: 0 3%;
    }
    .bannerBlock .bannerLogo {
        width: 15.9375%;
        left: 10%;
    }
    .bannerBlock .bannerLogo02 {
        right: 10%;
    }
    .bannerBlock .bannerTitle {
        width: 59%;
        left: 10%;
    }
    .bannerBlock .bannerY {
        right: 10%;
    }
}

@media (max-width:1600px) and (min-width:1367px) {
    .previousActivitiesSwiper .swiper-button-next {
        right: 20%;
    }
    .previousActivitiesSwiper .swiper-button-prev {
        left: 20%;
    }
}

@media (max-width:1366px) and (min-width:1200px) {
    .publicBox {
        width: 1180px;
        margin: 0 auto;
    }
    .bannerBtn {
        width: 25px;
    }
    .itemTitleBox {
        padding-top: 70px;
        margin-bottom: 50px;
    }
    .itemTitleBox .itemTitleBlock .itemTitleName {
        font-size: 46px;
    }
    .aboutHg {
        padding-top: 240px;
        margin-top: -180px;
    }
    .aboutHgList p {
        font-size: 16px;
        line-height: 32px;
    }
    .aboutHgList p:nth-child(1) {
        left: 90px;
        width: 330px;
    }
    .aboutHgList p:nth-child(2) {
        left: 50px;
        width: 320px;
    }
    .aboutHgList p:nth-child(3) {
        bottom: 46px;
        left: 211px;
    }
    .aboutHgList p:nth-child(4) {
        right: 170px;
        width: 280px;
        text-align: left;
    }
    .aboutHgList p:nth-child(5) {
        top: 184px;
    }
    .aboutHgList p:nth-child(6) {
        bottom: 39px;
        right: 28px;
        width: 420px;
    }
    .aboutHgContItem p {
        font-size: 16px;
        height: 65px;
    }
    .aboutHgContItem p span {
        font-size: 20px;
    }
    .missionItem p span {
        font-size: 26px;
        padding-left: 70px;
    }
    .missionItem01 p:nth-child(1) span,
    .missionItem01 p:nth-child(2) span,
    .missionItem02 p:nth-child(1) span,
    .missionItem02 p:nth-child(2) span {
        background-size: 54px;
    }
    .vissionCont p {
        font-size: 16px;
        line-height: 32px;
    }
    .aboutEMBABox {
        background: url(../img/aboutEMBABg.png) no-repeat center top;
        background-size: auto 80%;
    }
    .trainingObjectivesItem {
        width: 654px;
        height: 334px;
    }
    .trainingObjectivesItemCont p {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .trainingObjectivesItemCont p span {
        font-size: 18px;
    }
    .curriculumIntro p {
        font-size: 16px;
        line-height: 32px;
    }
    .curriculumCont ul li {
        margin-right: 42px;
        margin-bottom: 40px;
    }
    .curriculumCont ul li:nth-child(4) {
        margin-left: 200px;
    }
    .facultyIntro {
        margin-bottom: 30px;
    }
    .facultyIntro p {
        font-size: 16px;
        line-height: 32px;
    }
    .alumniNetwork {
        padding: 50px 0;
    }
    .alumniNetworkBlock .itemTitleBox {
        margin-bottom: 30px;
    }
    .alumniNetworkIntro p {
        font-size: 16px;
        padding-right: 15px;
    }
    .alumniNetworkRight {
        width: 560px;
    }
    .alumniNetworkLeft {
        margin-right: 570px;
    }
    .alumniNetworkBlock_cont p {
        width: 120px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .alumniNetworkBlock_cont .alumniNetworkBlock_cont_p1 {
        width: 208px;
    }
    .previousActivitiesTitle {
        margin-bottom: 30px;
    }
    .previousActivitiesTitle ul {
        margin: 0 120px;
    }
    .previousActivitiesTitle ul li {
        margin-right: 35px;
    }
    .previousActivitiesTitle ul li p {
        font-size: 20px;
        line-height: 50px;
    }
    .previousActivitiesIntro p {
        font-size: 16px;
    }
    .previousActivitiesSwiper .swiper-slide {
        height: 360px;
        transform: scale(0.8);
    }
    .previousActivitiesSwiper .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .previousActivitiesSwiper .swiper-button-prev {
        left: 10px;
    }
    .previousActivitiesSwiper .swiper-button-next {
        right: 10px;
    }
    .previousActivitiesSwiper .swiper-button-prev,
    .previousActivitiesSwiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .enrollmentPolicyItemBlock p {
        font-size: 16px;
        line-height: 32px;
    }
    .signInstructionsItem01 {
        padding: 30px 280px 30px 33px;
    }
    .signInstructionsItemContTitle {
        font-size: 16px;
        line-height: 36px;
    }
    .signInstructionsItemList ul li {
        font-size: 16px;
        line-height: 32px;
    }
    .signInstructionsItemCont02 p {
        font-size: 16px;
    }
    .contactUsCont p {
        padding-left: 40px;
        font-size: 16px;
        line-height: 32px;
    }
    .signInstructionsItem02 {
        margin: 25px 0;
    }
    .contactUsPic {
        left: 0;
        width: 14.64%;
        opacity: 0.4;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    .itemTitleBox {
        padding-top: 40px;
        margin-bottom: 30px;
    }
    .itemTitleBox .itemTitleBlock .itemTitleName {
        font-size: 40px;
        line-height: 50px;
    }
    .backTop p {
        line-height: 14px;
    }
    .bannerBtn {
        width: 1.77%;
    }
    .aboutHg {
        padding-top: 180px;
        margin-top: -140px;
        padding-bottom: 40px;
    }
    .aboutHgBlock .aboutHgLogo {
        width: 30%;
    }
    .aboutHgList p {
        font-size: 16px;
        line-height: 28px;
    }
    .aboutHgList p:nth-child(1) {
        top: 5%;
        left: 7%;
        width: 33%;
    }
    .aboutHgList p:nth-child(2) {
        top: 42%;
        left: 3%;
        width: 30%;
        text-align: right;
    }
    .aboutHgList p:nth-child(3) {
        width: 28%;
        bottom: 9%;
        left: unset;
        right: 62%;
    }
    .aboutHgList p:nth-child(4) {
        top: 12%;
        right: unset;
        left: 60%;
        width: 40%;
        text-align: left;
    }
    .aboutHgList p:nth-child(5) {
        top: 39%;
        right: 0;
        width: 36%;
    }
    .aboutHgList p:nth-child(6) {
        bottom: -20px;
        right: 0;
        width: 40%;
    }
    .aboutHgBlock {
        margin-bottom: 55px;
    }
    .aboutHgContItem p {
        font-size: 16px;
    }
    .aboutHgContItem p span {
        font-size: 18px;
    }
    .aboutHgContItem p {
        height: 60px;
    }
    .aboutHgBlockContBlock {
        padding-bottom: 30px;
        background-size: 250px;
    }
    .aboutHgBlockContBlock .aboutHgContItem:nth-child(2) p:nth-child(1) {
        height: auto;
    }
    .missionBox .missionLogo {
        max-width: 30%;
    }
    .missionBox .missionLogo img {
        margin: 0 auto;
    }
    .missionItem {
        width: 30%;
        margin-top: 51px;
    }
    .missionItem01 p:nth-child(1),
    .missionItem02 p:nth-child(1) {
        margin-bottom: 25px;
    }
    .missionItem p span {
        font-size: 24px;
        padding-left: 50px;
        line-height: 75px;
    }
    .missionItem01 p:nth-child(1) span,
    .missionItem01 p:nth-child(2) span,
    .missionItem02 p:nth-child(1) span,
    .missionItem02 p:nth-child(2) span {
        background-size: 40px;
    }
    .missionAndVisionBlock {
        padding: 6px;
    }
    .vissionBox {
        box-shadow: 0px 0px 6px 0px rgba(34, 24, 21, 0.12);
    }
    .vissionCont p {
        font-size: 16px;
        line-height: 30px;
    }
    .aboutEMBABox {
        background-size: auto 80%;
    }
    .aboutEMBACont {
        margin-top: 40px;
        margin-top: 40px;
    }
    .aboutEMBAItem ul li {
        margin-right: 20px;
    }
    .aboutEMBAItemCont p {
        font-size: 16px;
        line-height: 28px;
        text-align: left;
        text-align: justify;
    }
    .aboutEMBAItemTitle p {
        font-size: 30px;
        line-height: 40px;
        padding: 16px 0 38px 0;
    }
    .trainingObjectivesItem {
        width: 49%;
        height: 300px;
        position: relative;
    }
    .trainingObjectivesItem01 {
        background: #E2BE94;
    }
    .trainingObjectivesItem02 {
        margin-left: 2%;
        background: #004ea2;
    }
    .trainingObjectivesItem01 .trainingObjectivesItemBox,
    .trainingObjectivesItem02 .trainingObjectivesItemBox {
        padding: 40px 40px 0 40px;
    }
    .trainingObjectivesItemCont p {
        font-size: 16px;
        line-height: 32px;
        text-align: justify;
    }
    .trainingObjectivesItemCont p span {
        font-size: 18px;
    }
    .trainingObjectivesItem:before {
        content: '';
        position: absolute;
        bottom: 15px;
        width: 60px;
        height: 60px;
    }
    .trainingObjectivesItem01:before {
        background: url(../img/trainingObjectivesIcon01.png) no-repeat center center;
        background-size: cover;
        left: 20px;
    }
    .trainingObjectivesItem02:before {
        background: url(../img/trainingObjectivesIcon02.png) no-repeat center center;
        background-size: cover;
        right: 20px;
    }
    .curriculumIntro p {
        font-size: 16px;
        line-height: 32px;
    }
    .curriculumCont {
        margin-top: 30px;
    }
    .curriculumCont ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .curriculumItemTitle p {
        font-size: 18px;
        line-height: 45px;
    }
    .curriculumItemTitle {
        padding: 0 20px;
    }
    .facultyIntro p {
        font-size: 16px;
        line-height: 32px;
    }
    .facultyItem .facultyItemBlcok:nth-child(1) {
        margin-bottom: 30px;
    }
    .alumniNetworkLeft {
        margin-right: 0;
    }
    .alumniNetworkRight {
        margin: 30px auto 0 auto;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .alumniNetwork:before {
        display: none;
    }
    .alumniNetworkIntro p {
        font-size: 16px;
    }
    .alumniNetworkIntro p span {
        font-size: 18px;
    }
    .previousActivitiesTitle {
        margin-bottom: 30px;
    }
    .previousActivitiesTitle ul li {
        margin-right: 20px;
    }
    .previousActivitiesTitle ul li p {
        font-size: 18px;
        line-height: 48px;
        border-radius: 24px;
    }
    .previousActivitiesIntro p {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
        text-indent: 2em;
    }
    .previousActivitiesSwiper .swiper-button-prev,
    .previousActivitiesSwiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .previousActivitiesSwiper .swiper-button-prev {
        left: 30px;
    }
    .previousActivitiesSwiper .swiper-button-next {
        right: 30px;
    }
    .enrollmentPolicy {
        padding: 50px 0;
    }
    .enrollmentPolicyBox {
        padding: 40px;
    }
    .enrollmentPolicyItemBlock p {
        font-size: 16px;
        line-height: 28px;
    }
    .enrollmentPolicyItemBlock {
        padding: 15px 50px 15px 85px;
    }
    .enrollmentPolicyItem {
        padding-top: 10px;
        margin-bottom: 15px;
    }
    .enrollmentPolicyItemTitle {
        height: 60px;
        width: 55px;
    }
    .enrollmentPolicyItemTitle p {
        font-size: 51px;
        line-height: 60px;
        margin-top: 9px;
    }
    .signInstructionsItemList ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .signInstructionsItemList ul li p {
        padding-right: 40px;
        margin-left: 30px;
    }
    .signInstructionsItemMark {
        margin-top: 15px;
        line-height: 28px;
    }
    .signInstructionsItemCont02 p {
        font-size: 16px;
        line-height: 28px;
    }
    .signInstructionsItem01 {
        padding-right: 25%;
    }
    .signInstructionsItem02 {
        margin: 15px 0;
    }
    .signInstructions {
        padding-bottom: 50px;
    }
    .contactUsCont p {
        padding-left: 36px;
        font-size: 16px;
        line-height: 32px;
    }
    .contactUsTitle {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .contactUsTitle p {
        font-size: 24px;
        line-height: 36px;
    }
    .contactUsCode {
        margin-top: 40px;
        margin-left: 0;
    }
    .contactUsCode img {
        margin: 0 auto;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .previousActivitiesSwiper .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
}

@media (max-width: 950px) and (min-width: 768px) {
    .curriculumCont ul li {
        width: 48%;
        margin-right: 4%;
    }
    .curriculumCont ul li:nth-child(2) {
        margin-right: 0;
    }
    .curriculumCont ul li:nth-child(3) {
        margin-right: 4%;
    }
    .curriculumCont ul li:nth-child(4) {
        margin-right: 0;
        margin-left: 0;
    }
    .curriculumCont ul li:nth-child(5) {
        margin-left: 26%;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .aboutHgList p:nth-child(5) {
        top: 31%;
    }
    .aboutHgList p:nth-child(6) {
        bottom: unset;
        top: 76%;
    }
    .missionItem p span {
        font-size: 20px;
        padding-left: 40px;
    }
    .missionItem01 p:nth-child(1) span,
    .missionItem01 p:nth-child(2) span,
    .missionItem02 p:nth-child(1) span,
    .missionItem02 p:nth-child(2) span {
        background-size: 30px;
    }
    .trainingObjectivesItemTitle p {
        margin-bottom: 15px;
    }
    .aboutEMBAItemBox {
        height: 280px;
    }
    .aboutEMBAItem ul li {
        margin-right: 10px;
    }
    .aboutEMBAItemCont {
        padding: 20px 10px 0 10px;
    }
    .previousActivitiesTitle ul li:last-child {
        flex: 1.4;
    }
    .bannerBlock .bannerLogo {
        width: 21%;
    }
    .bannerBlock .bannerLogo02 {
        width: 23%;
    }
}

@media (max-width: 767px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    .itemTitleBox {
        padding-top: 25px;
        margin-bottom: 20px;
    }
    .itemTitleBox .itemTitleBlock .itemTitleName {
        font-size: 30px;
        line-height: 40px;
    }
    .itemTitleBox .itemTitleBlock span {
        margin-top: 10px;
    }
    .backTop {
        display: block;
    }
    .backTop p {
        line-height: 14px;
    }
    .backTop {
        width: 28px;
        height: 28px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
    .bannerBox {
        z-index: 3;
    }
    /* .bannerBg {
        display: none;
    } */
    /* .bannerBg {
        height: 280px;
        background: url(../img/bannerBg.png) no-repeat top center;
        background-size: cover;
    }
    .bannerBg img {
        display: none;
    }
    .bannerBlock .bannerLogo {
        width: 28%;
        left: 5%;
    }
    .bannerBlock .bannerLogo02 {
        width: 32%;
        right: 5%;
    }
    .bannerBlock .bannerTitle{
        left: 5%;
    } */
    .bannerBtn {
        width: 3%;
        left: 48.5%;
        transform: translateX(0);
        bottom: 30px;
    }
    .bannerBg {
        display: none;
    }
    .bannerBlock {
        background: url(../img/bannerBg.png) no-repeat center bottom;
        background-size: cover;
        padding: 20px 0 50px 0;
    }
    .bannerLogoBox {
        height: 50px;
        position: relative;
    }
    .bannerBlock .bannerLogo {
        width: 25.9375%;
        left: 5%;
    }
    .bannerBlock .bannerLogo02 {
        width: 25.9375%;
        right: 5%;
    }
    .bannerBlock .bannerTitle {
        position: relative;
        width: 75%;
        left: 5%;
        margin-bottom: 15px;
    }
    .bannerBlock .bannerY {
        position: relative;
        right: 5%;
        top: unset;
        left: 70%;
        margin-bottom: 15px;
    }
    .aboutHg {
        margin-top: -140px;
        padding-top: 170px;
        background: url(../img/aboutHgBg.png) no-repeat top center;
        padding-bottom: 30px;
    }
    .aboutHgBlock .aboutHgLogo {
        display: none;
    }
    .aboutHgBlock {
        margin-bottom: 25px;
    }
    .aboutHgList p {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .aboutHgList p:nth-child(odd),
    .aboutHgList p:nth-child(even) {
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        text-align: left;
        width: auto;
    }
    .aboutHgCont {
        padding: 10px 10px 0 0;
    }
    .aboutHgBlockContBox {
        border-radius: 10px;
        padding: 10px 15px 0 15px;
    }
    .aboutHgContLine {
        top: -10px;
        left: 8px;
        border-radius: 10px;
        border: solid 1px #ffffff;
    }
    .aboutHgBlockContBlock .aboutHgContItem {
        width: 100%;
    }
    .aboutHgBlockContBlock {
        display: block;
    }
    .aboutHgContItem p {
        height: auto;
        font-size: 14px;
        line-height: 24px;
        background-size: 11px;
        background-position-y: 7px;
    }
    .aboutHgContItem p span {
        font-size: 16px;
    }
    .aboutHgContItem p:before {
        left: 5px;
    }
    .aboutHgContItem:nth-child(1) p:last-child:before {
        display: block;
    }
    .missionItem {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
    }
    .missionItem p span {
        font-size: 18px;
        padding-left: 30px;
        line-height: 50px;
    }
    .missionItem p {
        flex: 1;
        border-radius: 10px;
    }
    .missionItem01 p:nth-child(1),
    .missionItem02 p:nth-child(1) {
        margin-right: 3%;
    }
    .missionItem p:nth-child(1) span,
    .missionItem p:nth-child(2) span,
    .missionItem p:nth-child(3) span,
    .missionItem p:nth-child(4) span {
        background-size: 25px;
    }
    .missionItem01 p:nth-child(1),
    .missionItem02 p:nth-child(1) {
        margin-bottom: 0;
    }
    .missionBox .missionLogo {
        width: 190px;
        margin: 10px auto;
    }
    .vissionBox {
        margin-top: 45px;
        border-radius: 10px;
        padding: 20px 10px;
        box-shadow: 0px 0px 6px 0px rgba(34, 24, 21, 0.12);
    }
    .vissionTitle p {
        font-size: 20px;
    }
    .vissionCont p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
    }
    .vissionTitle {
        margin-bottom: 20px;
    }
    .missionBgIcon03 {
        width: 45%;
    }
    .aboutEMBAIntro p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
    }
    .aboutEMBACont {
        margin-top: 30px;
    }
    .aboutEMBAContTitle {
        margin-bottom: 20px;
    }
    .aboutEMBAContTitle p {
        font-size: 18px;
        line-height: 40px;
        padding-left: 30px;
        background-size: 26px;
    }
    .aboutEMBAItem ul {
        flex-wrap: wrap;
    }
    .aboutEMBAItem ul li {
        flex: unset;
        margin-right: 2%;
        width: 49%;
    }
    .aboutEMBAItem ul li:nth-child(1) {
        margin-bottom: 10px;
    }
    .aboutEMBAItem ul li:nth-child(2) {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .aboutEMBAItem ul li:nth-child(3) {
        margin-bottom: 0;
    }
    .aboutEMBAItem ul li:nth-child(4) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .aboutEMBAItemBox {
        height: auto;
        border-radius: 5px;
    }
    .aboutEMBABox {
        background-size: auto 60%;
    }
    .aboutEMBAItemCont {
        padding: 10px 10px 20px 10px;
        min-height: 96px;
    }
    .aboutEMBAItemTitle p {
        font-size: 18px;
        line-height: 32px;
        padding: 5px 0 20px 0;
    }
    .aboutEMBAItemCont p {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    .trainingObjectivesItem {
        width: auto;
        height: auto;
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .trainingObjectivesItem01 {
        background: #E2BE94;
        margin-bottom: 10px;
    }
    .trainingObjectivesItem02 {
        background: #004EA2;
        margin-left: 0;
    }
    .trainingObjectivesItem01 .trainingObjectivesItemBox,
    .trainingObjectivesItem02 .trainingObjectivesItemBox {
        padding: 15px 0 40px 15px;
    }
    .trainingObjectivesItemTitle p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .trainingObjectivesItemCont p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
        text-align: left;
    }
    .trainingObjectivesItem01 .trainingObjectivesItemBox {
        background: url(../img/trainingObjectivesIcon01.png) no-repeat bottom right;
        background-size: 40px;
    }
    .trainingObjectivesItem02 .trainingObjectivesItemBox {
        background: url(../img/trainingObjectivesIcon02.png) no-repeat bottom right;
        background-size: 40px;
    }
    .trainingObjectives {
        padding-bottom: 35px;
    }
    .projectFeatures {
        padding: 30px 0;
    }
    .curriculumIntro p {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-indent: 2em;
    }
    .curriculumItemDetail p {
        line-height: 24px;
        font-size: 14px;
    }
    .curriculumCont ul li {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .curriculumCont ul li:nth-child(4) {
        margin-left: 0;
    }
    .curriculumCont {
        margin-top: 20px;
    }
    .curriculumItemTitle p {
        font-size: 16px;
        line-height: 40px;
        border-radius: 0px 0px 15px 15px;
    }
    .curriculumItemDetail {
        margin-top: 0;
        padding: 15px 0;
    }
    .curriculumMark p {
        text-align: left;
        text-indent: 2em;
        font-size: 14px;
        line-height: 24px;
    }
    .curriculum {
        padding-bottom: 30px;
    }
    .facultyIntro p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
    }
    .facultyIntro {
        margin-bottom: 15px;
    }
    .facultyItem .facultyItemBlcok:nth-child(1) {
        margin-bottom: 15px;
    }
    .faculty {
        padding-bottom: 40px;
    }
    .faculty .facultyScrollbar {
        height: 7px;
    }
    .alumniNetwork {
        padding: 30px 0;
    }
    .alumniNetworkLeft {
        margin-right: 0;
        position: relative;
        z-index: 1;
    }
    .alumniNetworkRight {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }
    .alumniNetwork:before {
        display: none;
    }
    .alumniNetworkBlock .itemTitleBox .itemTitleBlock {
        text-align: center;
    }
    .alumniNetworkBlock .itemTitleBox .itemTitleBlock span {
        margin-left: auto;
    }
    .alumniNetworkIntro p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
    }
    .alumniNetworkBlock .itemTitleBox {
        margin-bottom: 25px;
    }
    .alumniNetworkBlock_fh01 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .alumniNetworkBlock_fh02 {
        margin-bottom: 10px;
        width: auto;
    }
    .alumniNetworkBlock_title p {
        font-size: 18px;
    }
    .alumniNetworkBlock_cont p {
        width: 110px;
        font-size: 14px;
        line-height: 32px;
        margin-right: 8px;
        margin-bottom: 10px;
    }
    .alumniNetworkBlock_title {
        margin-bottom: 5px;
    }
    .alumniNetworkBlock_fh03 {
        margin-bottom: 10px;
    }
    .previousActivitiesTitle ul {
        overflow: hidden;
        flex-wrap: wrap;
    }
    .previousActivitiesTitle ul li {
        margin-right: 0;
        position: relative;
        flex: auto;
    }
    .previousActivitiesTitle ul li:nth-child(1) {
        width: 49%;
        margin-right: 2%;
    }
    .previousActivitiesTitle ul li:nth-child(2) {
        width: 49%;
        margin: 0;
    }
    .previousActivitiesTitle ul li:nth-child(3) {
        width: 100%;
        margin-top: 8px;
    }
    .previousActivitiesTitle ul li p {
        display: block;
        font-size: 16px;
        line-height: 32px;
        border-radius: 6px;
        border: solid 1px #004ea2;
    }
    .previousActivitiesTitle ul li:nth-child(3) p {
        padding: 0;
    }
    .previousActivitiesTitle {
        margin-bottom: 20px;
    }
    .previousActivitiesIntro p {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        text-indent: 2em;
        padding: 0 4%;
    }
    .previousActivitiesIntro {
        margin-bottom: 20px;
    }
    .previousActivitiesSwiper .swiper-slide {
        height: auto;
    }
    .previousActivitiesSwiper .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .previousActivitiesSwiper .swiper-button-prev,
    .previousActivitiesSwiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .previousActivitiesSwiper .swiper-button-prev {
        left: 5px;
    }
    .previousActivitiesSwiper .swiper-button-next {
        right: 5px;
    }
    .previousActivities {
        padding-bottom: 35px;
    }
    .studentSituation {
        padding-bottom: 30px;
    }
    .enrollmentPolicy {
        padding: 30px 0;
    }
    .enrollmentPolicyBox {
        padding: 10px;
    }
    .enrollmentPolicyBox .itemTitleBox {
        margin-bottom: 25px;
    }
    .enrollmentPolicyItemBlock p {
        font-size: 14px;
        line-height: 24px;
    }
    .enrollmentPolicyItemBlock {
        padding: 15px 15px 15px 45px;
    }
    .enrollmentPolicyItemTitle {
        left: 0;
        width: 35px;
        height: 50px;
    }
    .enrollmentPolicyItemTitle p {
        font-size: 32px;
        line-height: 39px;
        margin-left: -6px;
    }
    .enrollmentPolicyItem {
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .signInstructionsItem01 {
        padding: 10px 10px 20px 10px;
    }
    .signInstructionsItem02 {
        padding: 10px 10px 20px 10px;
        margin: 10px 0;
    }
    .signInstructionsItem03 {
        padding: 10px 10px 20px 10px;
    }
    .signInstructionsItemContTitle {
        font-size: 16px;
        line-height: 32px;
        padding-left: 5px;
        margin-bottom: 0;
    }
    .signInstructionsItemList ul li p {
        font-size: 14px;
        line-height: 24px;
        padding-right: 0;
    }
    .signInstructionsItemList ul li {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0;
    }
    .signInstructionsItemMark {
        line-height: 24px;
        margin-top: 10px;
    }
    .signInstructionsItemTitle p {
        font-size: 20px;
    }
    .signInstructionsItemCont02 p {
        font-size: 14px;
        line-height: 24px;
    }
    .signInstructions {
        padding-bottom: 30px;
    }
    .contactUs {
        padding: 30px 0;
    }
    .contactUsTitle p {
        font-size: 22px;
        line-height: 36px;
    }
    .contactUsTitle {
        width: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .contactUsBlock .contactUsLeft {
        width: 100%;
    }
    .contactUsCont p {
        font-size: 14px;
        line-height: 24px;
        padding-left: 25px;
    }
    .contactUsCont p:nth-child(1),
    .contactUsCont p:nth-child(2),
    .contactUsCont p:nth-child(3),
    .contactUsCont p:nth-child(4) {
        background-size: 20px;
    }
    .contactUsBlock .contactUsRight {
        width: 100%;
    }
    .contactUsCode {
        margin-left: 0;
        margin-top: 20px;
    }
    .contactUsCode img {
        width: 150px;
        margin: 0 auto;
    }
    .enrollmentPolicyItemBlock:after {
        border-left: 12px solid transparent;
        border-top: 12px solid #ffffff;
    }
}