/* @font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_muvhnfzbf3.eot');
    src: url('//at.alicdn.com/t/webfont_muvhnfzbf3.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/webfont_muvhnfzbf3.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_muvhnfzbf3.woff') format('woff'), url('//at.alicdn.com/t/webfont_muvhnfzbf3.ttf') format('truetype'), url('//at.alicdn.com/t/webfont_muvhnfzbf3.svg#思源黑体-普通') format('svg');
}

*,
html,
body,
p,
li,
a,
h1,
span {
    font-family: "webfont";
} */

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


/* 菜单样式 */

.menuBox {
    width: 100%;
    background: #2c5b84;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.menuBox .menuBlock {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.menuBox .menuBlock .logoBox {
    float: left;
    overflow: hidden;
}

.menuBox .menuBlock .menuListBox {
    float: left;
}

.menuBox .menuBlock .logoBox img:nth-child(1) {
    float: left;
    margin-top: 20px;
}

.menuBox .menuBlock .logoBox img:nth-child(2) {
    width: 36%;
    margin-top: 20px;
}

.menuBox .menuBlock .menuListBox ul {
    overflow: hidden;
}

.menuBox .menuBlock .menuListBox ul li {
    float: left;
    padding: 0 15px;
}

.menuBox .menuBlock .menuListBox ul li a {
    font-size: 20px;
    line-height: 97px;
    color: #ffffff;
    font-weight: bold;
}

.menuBox .menuBlock .menuListBox ul .active a {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 8px;
}

.menuIconBox {
    display: none;
}


/* banner样式 */

#bannerBox {
    background: url(../img/bannerBg.png) no-repeat center;
    background-size: 100% 100%;
    overflow-x: hidden;
    margin-top: 97px;
}

#bannerBox .bannerBlock {
    padding: 8% 21% 15% 21%;
}

#bannerBox .bannerTitle {
    width: 100%;
    -webkit-animation: ZoomInOut 2s infinite ease-out;
    -moz-animation: ZoomInOut 2s infinite ease-out;
    -o-animation: ZoomInOut 2s infinite ease-out;
    -ms-animation: ZoomInOut 2s infinite ease-out;
    animation: ZoomInOut 2s infinite ease-out;
}

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


/* 标题样式 */

.itemTitleBox .itemTitleBlock {
    animation-duration: 1.5s;
    padding-top: 80px;
    text-align: center;
}

.itemTitleBox .itemTitleBlock p {
    color: #000000;
    background: url(../img/itemTitleBg.png) no-repeat center bottom;
    font-weight: bold;
    display: inline-block;
    font-size: 34px;
    letter-spacing: 3px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.itemTitleBox .itemTitleBlock p span {
    display: inline-block;
    color: #000000;
    font-size: 22px;
    letter-spacing: 2px;
}


/* 学校简介 */

#schoolProfile {
    background-color: #ffffff;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.43);
    border-radius: 10px;
    margin-top: -130px;
    position: relative;
    z-index: 2;
}

#schoolProfile .itemTitleBox .itemTitleBlock {
    padding-top: 45px;
}

.schoolProfileBlock {
    padding: 0 56px 60px 56px;
    overflow: hidden;
}

.schoolProfileBlock .schoolProfileLeft {
    width: 50%;
    float: left;
    animation-duration: 1.5s;
}

.schoolProfileBlock .schoolProfileRight {
    width: 50%;
    float: left;
    animation-duration: 1.5s;
}

.schoolProfileLeftTitle p {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.schoolProfileLeftTitle p:before {
    content: '';
    position: absolute;
    width: 79px;
    height: 3px;
    background-color: #a0a0a0;
    bottom: 0;
    left: 0;
}

.schoolProfileLeftCont p {
    font-size: 18px;
    line-height: 32px;
    color: #262626;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 15px;
}

.schoolProfileRight img {
    width: 92%;
    margin-left: 8%;
    margin-top: 30px;
}

.schoolProfileBox02 {
    background: url(../img/schoolProfileBoxBg02.png) no-repeat center center;
    padding: 80px 0;
}

.schoolIntro img {
    width: 100%;
    animation-duration: 1.5s;
}

.schoolIntro ul {
    display: none;
}


/* .schoolIntro ul {
    overflow: hidden;
}

.schoolIntro ul li {
    width: 33%;
    height: 200px;
    float: left;
    text-align: center;
}

.schoolIntro ul li:nth-child(1) {
    background: url(../img/schoolIntroItem01.png) no-repeat center bottom;
    background-size: cover;
}

.schoolIntro ul li:nth-child(2) {
    background: url(../img/schoolIntroItem02.png) no-repeat center bottom;
    background-size: cover;
}

.schoolIntro ul li:nth-child(3) {
    background: url(../img/schoolIntroItem03.png) no-repeat center bottom;
    background-size: cover;
}

.schoolIntro ul li:nth-child(4) {
    background: url(../img/schoolIntroItem04.png) no-repeat center bottom;
    background-size: cover;
}

.schoolIntro ul li:nth-child(5) {
    background: url(../img/schoolIntroItem05.png) no-repeat center bottom;
    background-size: cover;
}

.schoolIntro ul li:nth-child(6) {
    background: url(../img/schoolIntroItem06.png) no-repeat center bottom;
    background-size: cover;
} */

.schoolIntro02 .schoolIntro02Title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #2c5b84;
    text-align: center;
    padding-top: 30px;
    position: relative;
}

.schoolIntro02 .schoolIntro02Title span {
    font-size: 60px;
    color: #e09b19;
    font-style: oblique;
    margin-right: 5px;
}

.schoolIntro02 .schoolIntro02Title:before {
    content: '';
    position: absolute;
}

.schoolIntro02Block ul {
    overflow: hidden;
}

.schoolIntro02Block ul li {
    width: 20%;
    float: left;
    position: relative;
}

.schoolIntro02Block {
    margin-top: 30px;
    background: url(../img/schoolProfileBoxBg03.png) no-repeat center right;
    background-size: cover;
}

.schoolIntro02Block ul li p {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 145px 0 70px 0;
}

.schoolIntro02Block ul li:nth-child(1) p {
    background: url(../img/schoolIntro02BlockIcon01.png) no-repeat center 70px;
    background-size: 65px;
    animation-delay: 0;
}

.schoolIntro02Block ul li:nth-child(2) p {
    background: url(../img/schoolIntro02BlockIcon02.png) no-repeat center 70px;
    background-size: 65px;
    animation-delay: 0.5s;
}

.schoolIntro02Block ul li:nth-child(3) p {
    background: url(../img/schoolIntro02BlockIcon03.png) no-repeat center 70px;
    background-size: 65px;
    animation-delay: 1s;
}

.schoolIntro02Block ul li:nth-child(4) p {
    background: url(../img/schoolIntro02BlockIcon04.png) no-repeat center 70px;
    background-size: 65px;
    animation-delay: 1.5s;
}

.schoolIntro02Block ul li:nth-child(5) p {
    background: url(../img/schoolIntro02BlockIcon05.png) no-repeat center 70px;
    background-size: 65px;
    animation-delay: 2s;
}

.schoolIntro02Block ul li:nth-child(1):before,
.schoolIntro02Block ul li:nth-child(2):before,
.schoolIntro02Block ul li:nth-child(3):before,
.schoolIntro02Block ul li:nth-child(4):before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/schoolIntro02BlockRightIcon.png) no-repeat right center;
    background-size: 90%;
    position: absolute;
    right: -40px;
    top: 0;
}

.schoolIntro02Class {
    margin-top: 30px;
    margin-bottom: 80px;
}

.schoolIntro02Class ul {
    overflow: hidden;
}

.schoolIntro02Class ul li {
    width: 48.5%;
    float: left;
    margin-bottom: 30px;
}

.schoolIntro02Class ul li:nth-child(odd) {
    margin-right: 3%;
}

.schoolIntro02Class ul li:nth-child(1) {
    background: url(../img/schoolIntro02ClassBg01.png) no-repeat top right;
    background-size: cover;
}

.schoolIntro02Class ul li:nth-child(2) {
    background: url(../img/schoolIntro02ClassBg02.png) no-repeat top left;
    background-size: cover;
}

.schoolIntro02Class ul li:nth-child(3) {
    background: url(../img/schoolIntro02ClassBg03.png) no-repeat top right;
    background-size: cover;
}

.schoolIntro02Class ul li:nth-child(4) {
    background: url(../img/schoolIntro02ClassBg04.png) no-repeat top left;
    background-size: cover;
}

.schoolIntro02Class ul li p {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #ffffff;
}

.schoolIntro02Class ul li:nth-child(odd) p {
    float: left;
    padding: 85px 0 85px 55px;
}

.schoolIntro02Class ul li:nth-child(even) p {
    float: right;
    padding: 85px 55px 85px 0;
}


/* 项目简介 */

#projectIntroduction {
    background: url(../img/projectIntroductionBg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 90px;
}

.projectIntroductionCont {
    background: #2c5b84;
    border-radius: 10px;
    margin-top: 20px;
}

.projectIntroductionCont p {
    padding: 55px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    text-indent: 2em;
}


/* 培养目标 */

#trainingObjectives {
    padding: 150px 0;
    overflow: hidden;
}

.trainingObjectivesImg {
    /* background: #8bbde8; */
    box-shadow: 0px 3px 38px 0px rgba(4, 0, 0, 0.24);
    width: 50%;
    float: left;
}

.trainingObjectivesImg img {
    width: 100%;
}

.trainingObjectivesCont {
    width: 55%;
    float: left;
    margin-left: -5%;
}

.trainingObjectivesDetail {
    background: #e09b19;
}

.trainingObjectivesDetail p {
    padding: 40px 30% 40px 15%;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: justify;
    text-indent: 2em;
}


/* 培养特色与优势 */

#featuresAdvantages {
    background: url(../img/featuresAdvantagesBg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 65px;
}

#featuresAdvantages .itemTitleBox .itemTitleBlock {
    padding-top: 50px;
}

#featuresAdvantages .itemTitleBox .itemTitleBlock p {
    color: #ffffff;
    background: url(../img/itemTitleBg02.png) no-repeat center bottom;
    padding-bottom: 15px;
}

#featuresAdvantages .itemTitleBox .itemTitleBlock p span {
    color: #ffffff;
}

.featuresAdvantagesMark p {
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 30px;
    color: #ffffff;
    text-align: justify;
    text-indent: 2em;
    padding: 0 30px;
}

.featuresAdvantagesBox {
    margin-top: 45px;
    overflow: hidden;
}

.featuresAdvantagesBox .featuresAdvantagesLeft {
    width: 24%;
    float: left;
    position: relative;
    z-index: 2;
}

.featuresAdvantagesBox .featuresAdvantagesRight {
    width: 90%;
    float: left;
    margin-left: -14%;
    margin-top: 20px;
}

.featuresAdvantagesLeft ul li {
    background: #eeeeee;
    color: #e09b19;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}

.featuresAdvantagesLeft ul li p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0;
}

.featuresAdvantagesLeft ul .active {
    background: #e09b19;
    color: #ffffff;
}

.featuresAdvantagesBox .featuresAdvantagesRight ul {
    border: 1px solid #eeeeee;
    padding-left: 19%;
    height: 350px;
}

.featuresAdvantagesBox .featuresAdvantagesRight ul li {
    display: none;
    padding: 40px 40px 0 0;
}

.featuresAdvantagesBox .featuresAdvantagesRight ul .active {
    display: block;
}

.featuresAdvantagesBox .featuresAdvantagesRight ul li p {
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 30px;
    color: #ffffff;
    text-align: justify;
    text-indent: 2em;
}


/* 招生政策 */

.admissionPolicyBox {
    margin-top: 40px;
}

.admissionPolicyTitleBox {
    margin-bottom: 50px;
    margin-top: 50px;
}

.admissionPolicyTitleBox p {
    display: inline-block;
    width: 20%;
    padding-left: 50px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 46px;
    color: #ffffff;
    /* background: #2c5b84; */
}

.admissionPolicyTitle01 {
    background: url(../img/admissionPolicyTitleIcon01.png) no-repeat center left #2c5b84;
    background-position-x: 20px;
}

.admissionPolicyTitle02 {
    background: url(../img/admissionPolicyTitleIcon02.png) no-repeat center left #2c5b84;
    background-position-x: 20px;
}

.admissionPolicyTitle03 {
    background: url(../img/admissionPolicyTitleIcon03.png) no-repeat center left #2c5b84;
    background-position-x: 20px;
}


/* 报名调剂条件 */

.adjustmentConditionsBox {
    overflow: hidden;
}

.adjustmentConditionsBox .adjustmentConditionsLeft {
    width: 58%;
    float: left;
    background: #eeeeee;
}

.adjustmentConditionsBox .adjustmentConditionsRight {
    width: 46%;
    float: left;
    margin-left: -4%;
    padding-top: 50px;
}

.adjustmentConditionsBox .adjustmentConditionsRight img {
    width: 100%;
}

.adjustmentConditionsCont {
    padding: 46px 95px 46px 30%;
}

.adjustmentConditionsItem {
    border-bottom: dashed 1px #2c5b84;
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.adjustmentConditionsItem .adjustmentConditionsItemNumber {
    float: left;
    margin-right: 5px;
}

.adjustmentConditionsItem .adjustmentConditionsItemP {
    float: left;
}

.adjustmentConditionsItem .adjustmentConditionsItemNumber p {
    font-size: 45px;
    line-height: 45px;
    color: #26557e;
}

.adjustmentConditionsItem .adjustmentConditionsItemP p {
    font-size: 18px;
    line-height: 30px;
    color: #26557e;
}


/* 学制学费及奖励政策 */

.tuitionFeeBox {
    overflow: hidden;
    text-align: center;
}

.tuitionFeeBox .tuitionFeeLeft {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.tuitionFeeBox .tuitionFeeRight {
    width: 49%;
    float: left;
}

.tuitionFeeRight02 {
    display: none;
}

.tuitionFeeLeft p {
    font-size: 18px;
    line-height: 75px;
    letter-spacing: 2px;
    color: #000000;
    background: #ABBDCE;
    margin-bottom: 15px;
}

.tuitionFeeLeft p span {
    font-size: 30px;
}

.tuitionFeeLeft .tuitionFeeLeftTitle {
    line-height: 109px;
    background: #2c5b84;
    color: #ffffff;
    border-radius: 20px;
    font-size: 26px;
}

.tuitionFeeRight p {
    font-size: 18px;
    line-height: 75px;
    letter-spacing: 2px;
    color: #000000;
    background: #F3D7A3;
    margin-bottom: 15px;
}

.tuitionFeeRight p span {
    font-size: 30px;
}

.tuitionFeeRight .tuitionFeeRightTitle {
    line-height: 109px;
    background: #E09B19;
    color: #ffffff;
    border-radius: 20px;
    font-size: 26px;
}

.tuitionFeeBlock {
    clear: both;
    border: 1px dashed #2c5b84;
    padding: 28px 0 28px 60px;
}

.tuitionFeeBlock p {
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.degreeAwardingBlock {
    background: #2c5b84;
    border-radius: 20px;
    padding: 40px 55px;
    margin-bottom: 90px;
}

.degreeAwardingBlock p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    text-align: justify;
    text-indent: 2em;
}


/* 联系我们 */

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

.contactUsTitleBox {
    text-align: center;
}

.contactUsTitleBox p:nth-child(1) {
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}

.contactUsTitleBox p:nth-child(2) {
    font-size: 26px;
    letter-spacing: 3px;
    color: #ffffff;
}

.contactUsTitleBox p:nth-child(1):before {
    content: '';
    left: -90px;
    width: 80px;
    height: 1px;
    top: 29px;
    background: #ffffff;
    position: absolute;
}

.contactUsTitleBox p:nth-child(1):after {
    content: '';
    right: -90px;
    width: 80px;
    height: 1px;
    top: 29px;
    background: #ffffff;
    position: absolute;
}

.contactUsBlock {
    overflow: hidden;
}

.contactUsBlock .contactUsCont {
    width: 65%;
    float: left;
}

.contactUsBlock .contactUsCode {
    width: 35%;
    float: left;
}

.contactUsBlock .contactUsCont p {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 6px;
}

.contactUsBlock .contactUsCont p a {
    color: #ffffff;
}

.contactUsBlock .contactUsCont p a:hover {
    color: #ffee00;
}

.contactUsBlock .contactUsCont p:nth-child(1) {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 20px;
    border-left: 3px solid #ffffff;
    margin-bottom: 20px;
}

.contactUsBlock .contactUsCode img {
    width: 120px;
    margin: 0 auto;
    margin-top: 50px;
}

.contactUsBlock .contactUsCode p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}


/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: rgba(41, 87, 132, 0.8);
    padding: 8px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
}

.backTop:hover {
    background: #E09B19;
}

.backTop img {
    width: 100%;
}

@media (max-width: 1700px) and (min-width:1500px) {
    .adjustmentConditionsCont {
        padding: 46px 95px 46px 21%;
    }
}

@media (max-width: 1500px) and (min-width:1367px) {
    .adjustmentConditionsCont {
        padding: 46px 95px 46px 15%;
    }
}

@media (max-width:1366px) and (min-width:1200px) {
    .publicBox {
        width: 1180px;
        margin: 0 auto;
    }
    .menuBox .menuBlock {
        width: 1180px;
    }
    .wonderfulMomentThumbnail {
        width: 1180px;
    }
    .menuBox .menuBlock .logoBox {
        width: auto;
        margin-left: 5%;
    }
    .menuBox .menuBlock .menuListBox {
        width: 65%;
    }
    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 18px;
        line-height: 70px;
        font-weight: 500
    }
    .menuBox .menuBlock .logoBox img:nth-child(1) {
        margin-top: 10px;
    }
    #bannerBox {
        margin-top: 70px;
    }
    #bannerBox .bannerBlock {
        padding: 11% 19% 20% 19%;
    }
    .itemTitleBox .itemTitleBlock p {
        font-size: 26px;
        letter-spacing: 2px;
    }
    .itemTitleBox .itemTitleBlock p span {
        font-size: 20px;
    }
    .itemTitleBox .itemTitleBlock {
        padding-top: 40px;
    }
    #schoolProfile .itemTitleBox .itemTitleBlock {
        padding-top: 35px;
    }
    .schoolProfileLeftTitle p {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .schoolProfileLeftCont p {
        font-size: 16px;
    }
    .schoolProfileBox02 {
        padding: 50px 0;
    }
    .schoolIntro02 .schoolIntro02Title {
        font-size: 22px;
    }
    .schoolIntro02 .schoolIntro02Title span {
        font-size: 40px;
    }
    .schoolIntro02Block ul li p {
        font-size: 20px;
    }
    .schoolIntro02Class ul li p {
        font-size: 30px;
    }
    .schoolIntro02Class {
        margin-bottom: 30px;
    }
    .projectIntroductionCont p {
        font-size: 16px;
    }
    #projectIntroduction {
        padding-bottom: 60px;
    }
    #trainingObjectives {
        padding: 60px 0;
    }
    .featuresAdvantagesMark p {
        margin-bottom: 20px;
    }
    .featuresAdvantagesLeft ul li p {
        font-size: 18px;
    }
    #featuresAdvantages {
        padding-bottom: 50px;
    }
    .admissionPolicyTitleBox {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .adjustmentConditionsCont {
        padding: 30px 95px 30px 5%;
    }
    .adjustmentConditionsItem .adjustmentConditionsItemNumber p {
        font-size: 35px;
    }
    .adjustmentConditionsItem .adjustmentConditionsItemP p {
        font-size: 16px;
    }
    .adjustmentConditionsItem {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .tuitionFeeLeft .tuitionFeeLeftTitle,
    .tuitionFeeRight .tuitionFeeRightTitle {
        line-height: 89px;
        border-radius: 15px;
        font-size: 22px;
    }
    .tuitionFeeLeft p,
    .tuitionFeeRight p {
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .tuitionFeeLeft p span,
    .tuitionFeeRight p span {
        font-size: 25px;
    }
    .tuitionFeeBlock {
        padding: 15px 0 15px 60px;
    }
    .degreeAwardingBlock p {
        font-size: 16px;
    }
    .degreeAwardingBlock {
        margin-bottom: 60px;
        padding: 30px 55px;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    .menuBox {
        width: 240px;
        background: none;
    }
    .menuIconBox {
        display: block;
    }
    .menuBox .menuIconBox {
        display: block;
        position: fixed;
        top: 0;
    }
    .menuBox .menuIconBox img {
        display: none;
        width: 40px;
        padding: 10px;
    }
    .menuBox .menuIconBox .menuIconClose {
        width: 40px;
        padding: 10px;
    }
    .menuBox .menuIconBox .active {
        display: block;
    }
    .menuBox .menuBlock {
        width: 100%;
        margin-top: 60px;
        background: #2C5B84;
        display: none;
    }
    .menuBox .menuBlock .logoBox {
        width: 100%;
    }
    .menuBox .menuBlock .logoBox img:nth-child(1) {
        width: 94%;
        margin: 15px 3%;
    }
    .menuBox .menuBlock .logoBox img:nth-child(2) {
        width: 60%;
        margin: 0 20%;
    }
    .menuBox .menuBlock .menuListBox {
        width: 100%;
        margin-top: 0;
    }
    .menuBox .menuBlock .menuListBox ul li {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 20px;
        line-height: 50px;
        display: block;
    }
    .menuBox .menuBlock .menuListBox ul .active a {
        border: none;
        background: rgb(224 155 25);
    }
    #bannerBox {
        margin-top: 0;
    }
    #bannerBox .bannerBlock {
        padding: 12% 16% 15% 16%;
    }
    .itemTitleBox .itemTitleBlock p {
        font-size: 26px;
        letter-spacing: 2px;
    }
    .itemTitleBox .itemTitleBlock p span {
        font-size: 20px;
        letter-spacing: 0;
    }
    .itemTitleBox .itemTitleBlock {
        padding-top: 40px;
    }
    #schoolProfile .itemTitleBox .itemTitleBlock {
        padding-top: 30px;
    }
    .schoolProfileLeftTitle p {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .schoolProfileLeftCont p {
        font-size: 15px;
        line-height: 28px;
    }
    .schoolProfileBlock {
        padding: 0 2% 40px 2%;
    }
    #schoolProfile {
        margin-top: -50px;
    }
    .schoolProfileBox02 {
        padding: 30px 0;
    }
    .schoolIntro02 .schoolIntro02Title {
        font-size: 22px;
        padding-top: 15px;
    }
    .schoolIntro02 .schoolIntro02Title span {
        font-size: 45px;
    }
    .schoolIntro02Block ul li p {
        font-size: 18px;
    }
    .schoolIntro02Block ul li:nth-child(1):before,
    .schoolIntro02Block ul li:nth-child(2):before,
    .schoolIntro02Block ul li:nth-child(3):before,
    .schoolIntro02Block ul li:nth-child(4):before {
        display: none;
    }
    .schoolIntro02Class ul li p {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .schoolIntro02Class ul li:nth-child(odd) p {
        padding: 60px 0 60px 55px;
    }
    .schoolIntro02Class ul li:nth-child(even) p {
        padding: 60px 55px 60px 0;
    }
    .schoolIntro02Class ul li {
        margin-bottom: 20px;
    }
    .schoolIntro02Class {
        margin-bottom: 40px;
    }
    .projectIntroductionCont p {
        padding: 35px;
        font-size: 16px;
    }
    #projectIntroduction {
        padding-bottom: 60px;
    }
    #trainingObjectives {
        padding: 50px 0;
    }
    .trainingObjectivesDetail p {
        padding: 40px 10% 40px 10%;
        font-size: 16px;
        line-height: 28px;
    }
    #featuresAdvantages .itemTitleBox .itemTitleBlock {
        padding-top: 30px;
    }
    .featuresAdvantagesMark p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .featuresAdvantagesLeft ul li p {
        font-size: 16px;
        font-weight: 500;
    }
    .featuresAdvantagesBox .featuresAdvantagesRight ul li p {
        font-size: 16px;
        line-height: 28px;
    }
    .admissionPolicyTitleBox {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .adjustmentConditionsCont {
        padding: 30px 95px 30px 5%;
    }
    .adjustmentConditionsItem .adjustmentConditionsItemNumber {
        display: block;
        float: none;
    }
    .adjustmentConditionsItem .adjustmentConditionsItemNumber p {
        font-size: 35px;
    }
    .adjustmentConditionsItem .adjustmentConditionsItemP p {
        font-size: 15px;
        line-height: 24px;
    }
    .adjustmentConditionsItem {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .tuitionFeeLeft .tuitionFeeLeftTitle,
    .tuitionFeeRight .tuitionFeeRightTitle {
        line-height: 65px;
        border-radius: 10px;
        font-size: 20px;
    }
    .tuitionFeeLeft p,
    .tuitionFeeRight p {
        font-size: 16px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .tuitionFeeLeft p span,
    .tuitionFeeRight p span {
        font-size: 24px;
    }
    .tuitionFeeBlock {
        padding: 15px 0 15px 60px;
    }
    .tuitionFeeBlock p {
        font-size: 16px;
        line-height: 30px;
    }
    .degreeAwardingBlock p {
        font-size: 16px;
    }
    .degreeAwardingBlock {
        border-radius: 10px;
        padding: 20px 30px;
        margin-bottom: 40px;
    }
    .contactUsBlock .contactUsCont p {
        font-size: 16px;
        line-height: 24px;
    }
    .contactUsBlock .contactUsCont p:nth-child(1) {
        font-size: 22px;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    .menuBox {
        width: 160px;
        background: none;
    }
    .menuIconBox {
        display: block;
    }
    .menuBox .menuIconBox {
        display: block;
        position: fixed;
        top: 0;
    }
    .menuBox .menuIconBox img {
        display: none;
        width: 32px;
        padding: 9px;
    }
    .menuBox .menuIconBox .menuIconClose {
        width: 30px;
        padding: 10px;
    }
    .menuBox .menuIconBox .active {
        display: block;
    }
    .menuBox .menuBlock {
        width: 100%;
        margin-top: 50px;
        background: #2C5C84;
        display: none;
    }
    .menuBox .menuBlock .logoBox {
        width: 100%;
    }
    .menuBox .menuBlock .logoBox img:nth-child(1) {
        width: 94%;
        margin: 15px 3%;
    }
    .menuBox .menuBlock .logoBox img:nth-child(2) {
        width: 60%;
        margin: 0 20%;
    }
    .menuBox .menuBlock .menuListBox {
        width: 100%;
    }
    .menuBox .menuBlock .menuListBox ul li {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 16px;
        line-height: 50px;
    }
    .menuBox .menuBlock .menuListBox ul .active a {
        border-bottom: 2px solid #E09B19;
        color: #E09B19;
    }
    #bannerBox {
        margin-top: 0;
    }
    #bannerBox .bannerBlock {
        padding: 18% 5% 25% 5%;
    }
    .itemTitleBox .itemTitleBlock {
        padding-top: 20px;
    }
    .itemTitleBox .itemTitleBlock p {
        font-size: 18px;
        letter-spacing: 0;
    }
    .itemTitleBox .itemTitleBlock p span {
        font-size: 16px;
        letter-spacing: 0;
    }
    #schoolProfile {
        margin-top: -40px;
    }
    #schoolProfile .itemTitleBox .itemTitleBlock {
        padding-top: 10px;
    }
    .schoolProfileBlock {
        padding: 0 10px;
    }
    .schoolProfileBlock .schoolProfileLeft {
        width: 100%;
        float: none;
    }
    .schoolProfileLeftTitle p {
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .schoolProfileLeftCont p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .schoolProfileBlock .schoolProfileRight {
        width: 100%;
        float: none;
    }
    .schoolProfileRight img {
        width: 80%;
        margin-left: 10%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .schoolProfileBox02 {
        padding: 25px 0;
    }
    .schoolIntro02 .schoolIntro02Title {
        font-size: 16px;
        padding-top: 10px;
    }
    .schoolIntro02 .schoolIntro02Title span {
        font-size: 25px;
        font-style: normal;
        margin-right: 0;
    }
    .schoolIntro02Block {
        margin-top: 10px;
        padding-top: 20px;
    }
    .schoolIntro02Block ul li:nth-child(1):before,
    .schoolIntro02Block ul li:nth-child(2):before,
    .schoolIntro02Block ul li:nth-child(3):before,
    .schoolIntro02Block ul li:nth-child(4):before {
        background: none;
        display: none;
    }
    .schoolIntro02Block ul li p {
        font-size: 16px;
        font-weight: 500;
        padding: 40px 0 20px 0;
    }
    .schoolIntro02Block ul li {
        width: 50%;
    }
    .schoolIntro02Block ul li:nth-child(1) p {
        background: url(../img/schoolIntro02BlockIcon01.png) no-repeat center 10px;
        background-size: 30px;
    }
    .schoolIntro02Block ul li:nth-child(2) p {
        background: url(../img/schoolIntro02BlockIcon02.png) no-repeat center 10px;
        background-size: 30px;
    }
    .schoolIntro02Block ul li:nth-child(3) p {
        background: url(../img/schoolIntro02BlockIcon03.png) no-repeat center 10px;
        background-size: 30px;
    }
    .schoolIntro02Block ul li:nth-child(4) p {
        background: url(../img/schoolIntro02BlockIcon04.png) no-repeat center 10px;
        background-size: 30px;
    }
    .schoolIntro02Block ul li:nth-child(5) p {
        background: url(../img/schoolIntro02BlockIcon05.png) no-repeat center 10px;
        background-size: 30px;
    }
    .schoolIntro02Class {
        margin: 10px 0;
    }
    .schoolIntro02Class ul li:nth-child(odd) p {
        padding: 15px;
    }
    .schoolIntro02Class ul li:nth-child(even) p {
        padding: 15px;
    }
    .schoolIntro02Class ul li p {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
    }
    .schoolIntro02Class ul li {
        margin-bottom: 10px;
    }
    .projectIntroductionCont p {
        padding: 15px 10px;
        font-size: 15px;
        line-height: 24px;
    }
    #projectIntroduction {
        padding-bottom: 30px;
    }
    .trainingObjectivesImg {
        display: none;
    }
    #trainingObjectives {
        padding: 0;
    }
    .trainingObjectivesCont {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .trainingObjectivesDetail p {
        padding: 20px 20px;
        font-size: 15px;
        line-height: 24px;
    }
    #featuresAdvantages .itemTitleBox .itemTitleBlock {
        padding-top: 20px;
    }
    .featuresAdvantagesMark p {
        font-size: 15px;
        line-height: 24px;
        padding: 0 10px;
    }
    .featuresAdvantagesBox {
        margin-top: 15px;
    }
    .featuresAdvantagesBox .featuresAdvantagesLeft {
        width: 100%;
        float: none;
    }
    .featuresAdvantagesLeft ul {
        overflow: hidden;
    }
    .featuresAdvantagesLeft ul li {
        width: 49%;
        float: left;
        margin-bottom: 8px;
    }
    .featuresAdvantagesLeft ul li:nth-child(odd) {
        margin-right: 2%;
    }
    .featuresAdvantagesLeft ul li p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .featuresAdvantagesBox .featuresAdvantagesRight {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 0;
    }
    .featuresAdvantagesBox .featuresAdvantagesRight ul {
        padding: 0;
        height: auto;
    }
    .featuresAdvantagesBox .featuresAdvantagesRight ul li p {
        font-size: 15px;
        line-height: 24px;
    }
    .featuresAdvantagesBox .featuresAdvantagesRight ul li {
        padding: 15px 10px;
    }
    #featuresAdvantages {
        padding-bottom: 20px;
    }
    .admissionPolicyTitleBox {
        margin: 15px 3% 10px 3%;
    }
    .adjustmentConditionsBox .adjustmentConditionsRight {
        display: none;
    }
    .admissionPolicyTitleBox p {
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 16px;
        font-weight: 500;
        line-height: 36px;
    }
    .admissionPolicyTitle01,
    .admissionPolicyTitle02,
    .admissionPolicyTitle03 {
        background-position-x: 10px;
    }
    .adjustmentConditionsBox .adjustmentConditionsLeft {
        width: 100%;
        float: none;
    }
    .adjustmentConditionsCont {
        padding: 15px;
    }
    .tuitionFeeRight01 {
        display: none;
    }
    .tuitionFeeRight02 {
        display: block;
    }
    .tuitionFeeBox .tuitionFeeLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tuitionFeeBox .tuitionFeeRight {
        width: 100%;
    }
    .tuitionFeeLeft .tuitionFeeLeftTitle {
        line-height: 40px;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bold;
    }
    .tuitionFeeLeft p {
        font-size: 15px;
        line-height: 35px;
        letter-spacing: 0;
        margin-bottom: 1px;
    }
    .tuitionFeeRight .tuitionFeeRightTitle {
        line-height: 40px;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bold;
    }
    .tuitionFeeRight p {
        font-size: 15px;
        line-height: 35px;
        letter-spacing: 0;
        margin-bottom: 1px;
    }
    .tuitionFeeLeft p span,
    .tuitionFeeRight p span {
        font-size: 23px;
        font-weight: bold;
        margin: 0 3px;
    }
    .adjustmentConditionsItem .adjustmentConditionsItemNumber p {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
    .adjustmentConditionsItem {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .adjustmentConditionsItem .adjustmentConditionsItemNumber {
        float: none;
    }
    .adjustmentConditionsItem .adjustmentConditionsItemP p {
        font-size: 15px;
        line-height: 24px;
    }
    .admissionPolicyBox {
        margin-top: 0;
    }
    .tuitionFeeBlock {
        padding: 10px;
    }
    .tuitionFeeBlock p {
        font-size: 14px;
        line-height: 20px;
    }
    .degreeAwardingBlock {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .degreeAwardingBlock p {
        font-size: 15px;
        line-height: 24px;
    }
    .contactUsTitleBox p:nth-child(1) {
        font-size: 22px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .contactUsTitleBox p:nth-child(1):before {
        content: '';
        left: -40px;
        width: 30px;
        height: 1px;
        top: 20px;
    }
    .contactUsTitleBox p:nth-child(1):after {
        content: '';
        right: -40px;
        width: 30px;
        height: 1px;
        top: 20px;
    }
    .contactUsTitleBox p:nth-child(2) {
        font-size: 14px;
        letter-spacing: 0px;
        margin-top: -10px;
    }
    .contactUsBlock .contactUsCont p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .contactUsBlock .contactUsCont {
        width: 100%;
    }
    .contactUsBlock .contactUsCode {
        width: 100%;
    }
    .contactUsBlock .contactUsCode img {
        width: 100px;
        margin-top: 10px;
    }
    .contactUsBlock .contactUsCode p {
        font-size: 13px;
        line-height: 24px;
        margin-top: 5px;
    }
    #contactUs {
        padding: 20px 0;
    }
    .contactUsBlock .contactUsCont p:nth-child(1) {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
        padding-left: 8px;
    }
    #featuresAdvantages .itemTitleBox .itemTitleBlock p span {
        display: block;
    }
    .schoolIntro img {
        display: none;
    }
    .schoolIntro ul {
        display: block;
    }
    .schoolIntro ul li {
        width: 100%;
        background: #2C5B84;
        margin-bottom: 5px;
    }
    .schoolIntro ul li p {
        font-size: 15px;
        line-height: 36px;
        padding-left: 30px;
    }
    .schoolIntro ul li:nth-child(odd) {
        background: #2C5B84;
        color: #ffffff;
    }
    .schoolIntro ul li:nth-child(even) {
        background: #dcdcdc;
        color: #2c5b84;
    }
    .schoolIntro ul li:last-child p {
        line-height: 24px;
        padding: 5px 0 5px 30px;
    }
    .schoolIntro ul li:nth-child(1) p {
        background: url(../img/schoolIntroItemIcon01.png) no-repeat center left;
        background-size: 20px;
        background-position-x: 5px;
    }
    .schoolIntro ul li:nth-child(2) p {
        background: url(../img/schoolIntroItemIcon02.png) no-repeat center left;
        background-size: 20px;
        background-position-x: 5px;
    }
    .schoolIntro ul li:nth-child(3) p {
        background: url(../img/schoolIntroItemIcon03.png) no-repeat center left;
        background-size: 20px;
        background-position-x: 5px;
    }
    .schoolIntro ul li:nth-child(4) p {
        background: url(../img/schoolIntroItemIcon04.png) no-repeat center left;
        background-size: 20px;
        background-position-x: 5px;
    }
    .schoolIntro ul li:nth-child(5) p {
        background: url(../img/schoolIntroItemIcon05.png) no-repeat center left;
        background-size: 20px;
        background-position-x: 5px;
    }
    .schoolIntro ul li:nth-child(6) p {
        background: url(../img/schoolIntroItemIcon06.png) no-repeat top left;
        background-size: 20px;
        background-position-x: 5px;
        background-position-y: 12px;
    }
    .schoolProfileLeftTitle p:before {
        width: 100px;
    }
    /* 返回顶部 */
    .backTop {
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
}