/* @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: "MicrosoftYaHei";
}

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

.disNone {
    display: none;
}

ul,
li,
p {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}


/* banner样式 */

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

#bannerBox .bannerLogoBox {
    width: 62%;
    height: 70px;
    margin: 5% 0 5% 19%;
    position: relative;
}

#bannerBox .bannerLogoBox .logo {
    position: absolute;
    left: 0;
    top: 0;
    animation-duration: 1s;
}

#bannerBox .bannerLogoBox .authentication {
    position: absolute;
    right: 0;
    top: 0;
    animation-duration: 1s;
}

#bannerBox .bannerTitle {
    width: 29%;
    margin: 0 52% 6% 19%;
    -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;
}

#bannerBox .bannerTitle img {
    width: 100%;
}

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


/* 菜单样式 */

.menuBox .menuIconBox {
    display: none;
}

.menuBox .menuIconBox img {
    display: none;
    width: 30px;
    padding: 10px 10px;
}

.menuBox .menuIconBox .active {
    display: block;
}

.menuBox {
    width: 100%;
    background: #1d569e;
}

.menuBox .menuListBox .menuListBlock {
    overflow: hidden;
    width: 62%;
    margin: 0 auto;
}

.menuBox .menuListBox .menuListBlock .menuListLogo {
    width: 14%;
    float: left;
}

.menuBox .menuListBox .menuListBlock .menuListLogo img {
    width: 70%;
    padding-left: 15%;
    padding-top: 20px;
}

.menuBox .menuListBox .menuListBlock ul {
    overflow: hidden;
    width: 100%;
    float: left;
}

.menuBox .menuListBox .menuListBlock ul li {
    float: left;
    width: 16.66%;
    text-align: center;
}

.menuBox .menuListBox .menuListBlock ul .active {
    background: #ffb424;
}

.menuBox .menuListBox .menuListBlock ul li a {
    line-height: 100px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    display: block;
}

.menuBox .menuListBox .menuListBlock ul .active a {
    color: #2b4566;
}


/* 标题样式 */

.publicStyle {
    padding-top: 100px;
}

.itemTitleBox {
    padding-bottom: 60px;
    text-align: center;
}

.itemTitleBox .itemTitle {
    display: inline-block;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 5px;
    color: #1d569e;
    padding-bottom: 5px;
    border-bottom: 2px solid #1d569e;
}

.itemTitleBox .itemTitle02 {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.itemTitleBox .itemSubTitle {
    font-size: 30px;
    line-height: 52px;
    letter-spacing: -1px;
    color: #1d569e;
}

.itemTitleBox .itemSubTitle02 {
    color: #ffffff;
}


/* 院校简介 */

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

.collegeProfileCont {
    overflow: hidden;
}

.collegeProfileCont .collegeProfileItem {
    width: 32.5%;
    margin-right: 1.25%;
    float: left;
    background: #ffffff;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
}

.collegeProfileCont .collegeProfileItem:nth-child(3n+3) {
    margin-right: 0;
}

.collegeProfileCont .collegeProfileItem02 {
    width: 49.375%;
    margin-right: 1.25%;
    height: 280px;
}

.collegeProfileCont .collegeProfileItem:nth-child(8) {
    margin-right: 0;
}

.collegeProfileItem p {
    animation-duration: 1.5s;
}

.collegeProfileItem p:nth-child(1) {
    font-weight: bold;
    font-size: 26px;
    line-height: 52px;
    color: #1d569e;
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #1d569e;
}

.collegeProfileItem p:nth-child(1):before {
    content: '';
    width: 9px;
    height: 9px;
    background: #1d569e;
    position: absolute;
    left: -15px;
    top: 22px;
}

.collegeProfileItem p:nth-child(1)::after {
    content: '';
    width: 9px;
    height: 9px;
    background: #1d569e;
    position: absolute;
    right: -15px;
    top: 22px;
}

.collegeProfileItem p:nth-child(2) {
    font-size: 22px;
    line-height: 52px;
    color: #222222;
    padding: 20px 0;
}

.collegeProfileItem02 p:nth-child(2) {
    text-align: justify;
    padding: 20px 30px;
    line-height: 30px;
}


/* 项目使命 */

.projectMissionBlock {
    overflow: hidden;
}

.projectMissionBlock .projectMissionCont {
    width: 50%;
    float: left;
    margin-right: 6.5%;
}

.projectMissionBlock .projectMissionPic {
    width: 43.5%;
    float: left;
}

.projectMissionCont .projectMissionContTitle {
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 2px;
    color: #1d569e;
    margin-bottom: 20px;
}

.projectMissionCont .projectMissionContTitle span {
    display: inline-block;
}

.projectMissionCont .projectMissionContDetail {
    font-size: 22px;
    line-height: 36px;
    color: #222222;
    text-align: justify;
}


/* 项目特色 */

.projectFeaturesList ul li .projectFeaturesContBox {
    overflow: hidden;
    margin-bottom: 25px;
}

.projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont {
    width: 55.6%;
    height: 300px;
    margin-right: 2.4%;
    float: left;
    background: #2965AF;
}

.projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesPic {
    width: 42%;
    float: left;
}

.projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContTitle {
    padding: 40px 40px 0 40px;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    color: #ffb424;
}

.projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContDetail {
    padding: 10px 60px 0 40px;
    text-align: justify;
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
}

.projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesPic img {
    width: 100%;
    height: 300px;
}

.projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont {
    width: 50%;
    height: 300px;
    margin-left: 2.4%;
    float: right;
    background: #2965AF;
}

.projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesPic {
    width: 47.6%;
    float: left;
}

.projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContTitle {
    padding: 40px 40px 0 40px;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    color: #ffb424;
}

.projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContDetail {
    padding: 10px 80px 0 40px;
    text-align: justify;
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
}

.projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesPic img {
    widows: 100%;
    height: 300px;
}


/* 报考条件 */

.entryRequirements {
    padding-bottom: 60px;
}

.entryRequirementsBlock {
    overflow: hidden;
}

.entryRequirementsBlock ul li {
    border-bottom: 1px dashed #2b4566;
}

.entryRequirementsBlock ul li:nth-child(1) {
    animation-delay: 0;
    animation-duration: 1.5s;
}

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

.entryRequirementsBlock ul li:nth-child(3) {
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}

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

.entryRequirementsBlock ul li:last-child {
    border-bottom: none;
}

.entryRequirementsBlock ul li p {
    font-size: 26px;
    font-weight: bold;
    line-height: 90px;
    color: #1d569e;
}

.entryRequirementsBlock ul li .entryRequirementsMark {
    font-size: 22px;
    line-height: 44px;
    color: #222222;
    display: inline-block;
    font-weight: 400;
    padding-left: 1em;
    position: relative;
}

.entryRequirementsBlock ul li .entryRequirementsMark:before {
    content: "·";
    position: absolute;
    left: 0.5rem;
    font-size: 40px;
}

.entryRequirementsBlock ul li .entryRequirementsMark span {
    display: inline-block;
}


/* 招生计划 */

.enrollmentPlan {
    background: url(../img/enrollmentPlanBg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 60px;
}

.enrollmentPlanBlock table {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    border-bottom: 2px solid #ffffff;
    animation-duration: 2s;
}

.enrollmentPlanBlock table tr td {
    width: 16.6%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 80px;
}

.enrollmentPlanBlock table tr td:last-child {
    border-right: 0;
}

.enrollmentPlanBlock table tr td:nth-child(1) {
    color: #ffb424;
}

.enrollmentPlanBlock table tr td:nth-child(1) span {
    display: inline-block;
}

.enrollmentPlanBlock table tr:nth-child(1) td {
    font-size: 26px;
    line-height: 52px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: bold;
}

.enrollmentPlanMark {
    display: none;
}


/* 招生咨询 */

.enrollmentConsultation {
    padding: 80px 0;
    background: url(../img/enrollmentConsultationBg.png) no-repeat center center;
    background-size: cover;
}

.enrollmentConsultationBlock {
    overflow: hidden;
}

.enrollmentConsultationBlock .enrollmentConsultationContBox {
    width: 58%;
    float: left;
}

.enrollmentConsultationBlock .enrollmentConsultationPic {
    width: 42%;
    float: left;
    padding-top: 120px;
}

.enrollmentConsultationContBox .enrollmentConsultationTitleBox {
    border-left: 5px solid #222222;
    padding-left: 20px;
    margin-bottom: 40px;
}

.enrollmentConsultationContBox .enrollmentConsultationTitleBox p {
    font-size: 26px;
    line-height: 32px;
    color: #222222;
    font-weight: bold;
}

.enrollmentConsultationContBox .enrollmentConsultationDetail p {
    font-size: 22px;
    line-height: 32px;
    color: #222222;
}

.enrollmentConsultationContBox .enrollmentConsultationDetail p a {
    color: #222222;
}

.enrollmentConsultationContBox .enrollmentConsultationDetail p a:hover {
    color: #1d569e;
}

.enrollmentConsultationContBox .enrollmentConsultationDetail p:nth-child(6) {
    margin-bottom: 30px;
}

.enrollmentConsultationBlock .enrollmentConsultationPic img {
    width: 240px;
    margin: 0 auto;
}

.enrollmentConsultationBlock .enrollmentConsultationPic p {
    text-align: center;
    font-size: 30px;
    line-height: 72px;
    color: #000000;
}


/* 返回顶部 */

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

.backTop img {
    width: 100%;
}

@media (max-width:1366px) and (min-width:1200px) {
    .publicBox {
        width: 1150px;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    .menuBox .menuListBox .menuListBlock ul li a {
        line-height: 60px;
        font-size: 18px;
    }
    .publicStyle {
        padding-top: 60px;
    }
    .itemTitleBox .itemTitle {
        font-size: 36px;
        letter-spacing: 0;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0px;
    }
    .itemTitleBox {
        padding-bottom: 30px;
    }
    .collegeProfileCont .collegeProfileItem {
        padding: 10px 0;
    }
    .collegeProfileCont .collegeProfileItem02 {
        height: 180px;
    }
    .collegeProfileItem p:nth-child(1) {
        font-size: 20px;
        line-height: 40px;
    }
    .collegeProfileItem p:nth-child(1):before {
        width: 6px;
        height: 6px;
        left: -14px;
        top: 18px;
    }
    .collegeProfileItem p:nth-child(1):after {
        width: 6px;
        height: 6px;
        right: -14px;
        top: 18px;
    }
    .collegeProfileItem p:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 25px;
    }
    #collegeProfile {
        padding-bottom: 30px;
    }
    .projectMissionCont .projectMissionContTitle {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .projectMissionCont .projectMissionContDetail {
        font-size: 16px;
        line-height: 32px;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContTitle {
        font-size: 20px;
        line-height: 32px;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContDetail {
        font-size: 16px;
        line-height: 32px;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContTitle {
        font-size: 20px;
        line-height: 32px;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContDetail {
        font-size: 16px;
        line-height: 32px;
    }
    .entryRequirementsBlock ul li p {
        font-size: 18px;
        line-height: 40px;
    }
    .entryRequirementsBlock ul li .entryRequirementsMark {
        font-size: 16px;
        line-height: 32px;
    }
    .entryRequirementsBlock ul li .entryRequirementsMark:before {
        left: 0.2rem;
    }
    .enrollmentPlanBlock table {
        font-size: 16px;
    }
    .enrollmentPlanBlock table tr td {
        height: 60px;
    }
    .enrollmentPlanBlock table tr:nth-child(1) td {
        font-size: 18px;
    }
    .enrollmentPlanBlock table tr td:nth-child(1) span {
        display: block;
    }
    .enrollmentPlanBlock table tr:nth-child(3) td:nth-child(1),
    .enrollmentPlanBlock table tr:nth-child(3) td:nth-child(2) {
        width: 20%;
    }
    .enrollmentConsultationContBox .enrollmentConsultationTitleBox p {
        font-size: 20px;
        line-height: 28px;
    }
    .enrollmentConsultationContBox .enrollmentConsultationDetail p {
        font-size: 16px;
        line-height: 24px;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic img {
        width: 150px;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic p {
        font-size: 16px;
        line-height: 32px;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic {
        padding-top: 180px;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
        overflow: hidden;
    }
    .menuBox {
        display: block;
        background: none;
    }
    .menuBox .menuIconBox {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
    }
    .menuBox .menuListBox .menuListBlock {
        width: 250px;
        background: #1d569e;
        display: none;
        position: fixed;
        top: 50px;
    }
    .menuBox .menuListBox .menuListBlock .menuListLogo {
        width: 100%;
    }
    .menuBox .menuListBox .menuListBlock .menuListLogo img {
        width: 80%;
        padding: 10px 10%;
    }
    .menuBox .menuListBox .menuListBlock ul {
        width: 100%;
    }
    .menuBox .menuListBox .menuListBlock ul li {
        width: 100%;
        text-align: center;
    }
    .menuBox .menuListBox .menuListBlock ul .active {
        background: #f4d043;
    }
    .menuBox .menuListBox .menuListBlock ul li a {
        line-height: 45px;
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        padding: 0;
    }
    .itemTitleBox .itemTitle {
        font-size: 32px;
        letter-spacing: 2px;
        line-height: 40px;
    }
    .itemTitleBox {
        padding-bottom: 35px;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .itemTitleBox .itemTitle:before,
    .itemTitleBox .itemTitle:after {
        width: 70px;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    #bannerBox .bannerLogoBox {
        width: 38%;
        height: 70px;
        margin: 5% 0 5% 12%;
    }
    #bannerBox .bannerTitle {
        width: 29%;
        margin: 0 0 6% 10%;
    }
    .publicStyle {
        padding-top: 30px;
    }
    .collegeProfileItem p:nth-child(1) {
        font-weight: bold;
        font-size: 18px;
        line-height: 36px;
    }
    .collegeProfileItem p:nth-child(1):before {
        width: 5px;
        height: 5px;
        left: -10px;
        top: 16px;
    }
    .collegeProfileItem p:nth-child(1):after {
        width: 5px;
        height: 5px;
        right: -10px;
        top: 16px;
    }
    .collegeProfileItem p:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0;
    }
    .collegeProfileItem02 p:nth-child(2) {
        padding: 5px 30px;
    }
    .collegeProfileCont .collegeProfileItem {
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .collegeProfileCont .collegeProfileItem02 {
        height: 180px;
    }
    #collegeProfile {
        padding-bottom: 30px;
    }
    .projectMissionCont .projectMissionContTitle {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }
    .projectMissionCont .projectMissionContDetail {
        font-size: 16px;
        line-height: 26px;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont {
        height: 220px;
        width: 56.6%;
        margin-right: 1.4%;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesPic img {
        height: 220px;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContTitle {
        padding: 15px 15px 0 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContDetail {
        padding: 15px 15px 0 15px;
        font-size: 16px;
        line-height: 28px;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont {
        height: 220px;
        width: 51%;
        margin-left: 1.4%;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesPic img {
        height: 220px;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContTitle {
        padding: 15px 15px 0 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContDetail {
        padding: 15px 15px 0 15px;
        font-size: 16px;
        line-height: 28px;
    }
    .projectFeaturesList ul li .projectFeaturesContBox {
        margin-bottom: 10px;
    }
    .entryRequirementsBlock ul li p {
        font-size: 18px;
        line-height: 38px;
    }
    .entryRequirementsBlock ul li .entryRequirementsMark {
        font-size: 16px;
        line-height: 28px;
    }
    .entryRequirementsBlock ul li .entryRequirementsMark:before {
        left: 0.5rem;
        font-size: 20px;
    }
    .enrollmentPlanBlock table tr:nth-child(1) td {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .enrollmentPlanBlock table {
        font-size: 16px;
    }
    .enrollmentPlanBlock table tr td {
        height: 60px;
    }
    .enrollmentPlanBlock table tr:nth-child(3) td:nth-child(2) span {
        display: block;
    }
    .enrollmentPlan {
        padding-bottom: 40px;
    }
    .enrollmentConsultation {
        padding: 40px 0;
    }
    .enrollmentConsultationContBox .enrollmentConsultationTitleBox p {
        font-size: 20px;
        line-height: 28px;
    }
    .enrollmentConsultationContBox .enrollmentConsultationDetail p {
        font-size: 16px;
        line-height: 24px;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic img {
        width: 140px;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic p {
        font-size: 16px;
        line-height: 32px;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic {
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
        overflow: hidden;
    }
    .menuBox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        background: none;
    }
    .menuBox .menuIconBox {
        display: block;
        position: fixed;
        top: 0;
    }
    .menuBox .menuListBox .menuListBlock {
        width: 200px;
        background: #1d569e;
        display: none;
        position: fixed;
        top: 50px;
    }
    .menuBox .menuListBox .menuListBlock .menuListLogo {
        width: 100%;
    }
    .menuBox .menuListBox .menuListBlock .menuListLogo img {
        width: 80%;
        padding: 10px 10%;
    }
    .menuBox .menuListBox .menuListBlock ul {
        width: 100%;
    }
    .menuBox .menuListBox .menuListBlock ul li {
        width: 100%;
        text-align: center;
    }
    .menuBox .menuListBox .menuListBlock ul li a {
        line-height: 45px;
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        padding: 0;
    }
    #bannerBox .bannerLogoBox {
        width: 40%;
        height: 50px;
        margin: 8% 0 5% 10%;
    }
    #bannerBox .bannerTitle {
        width: 39%;
        margin: 0 42% 6% 10%;
    }
    .publicStyle {
        padding-top: 20px;
    }
    .itemTitleBox .itemTitle {
        font-size: 28px;
        letter-spacing: 0px;
        padding-bottom: 0;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .itemTitleBox {
        padding-bottom: 20px;
    }
    .collegeProfileCont .collegeProfileItem {
        width: 100%;
        margin: 0;
        padding: 5px 0 5px 4%;
        text-align: left;
        background: none;
    }
    .collegeProfileCont .collegeProfileItem:nth-child(2),
    .collegeProfileCont .collegeProfileItem:nth-child(3),
    .collegeProfileCont .collegeProfileItem:nth-child(4) {
        width: 29.2%;
    }
    .collegeProfileItem p:nth-child(1) {
        font-size: 18px;
        line-height: 36px;
    }
    .collegeProfileItem p:nth-child(1):before {
        width: 5px;
        height: 5px;
        left: -10px;
        top: 16px;
    }
    .collegeProfileItem p:nth-child(1):after {
        width: 5px;
        height: 5px;
        right: -10px;
        top: 16px;
        display: none;
    }
    .collegeProfileItem p:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0 0 0;
    }
    .collegeProfileCont .collegeProfileItem02 {
        height: auto;
    }
    .collegeProfileCont .collegeProfileItem02 p {
        padding-right: 15px;
    }
    #collegeProfile {
        padding-bottom: 20px;
    }
    .projectMissionBlock .projectMissionCont {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .projectMissionBlock .projectMissionPic {
        width: 100%;
    }
    .projectMissionCont .projectMissionContTitle {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }
    .projectMissionCont .projectMissionContDetail {
        font-size: 16px;
        line-height: 24px;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont {
        width: 100%;
        height: auto;
        margin-right: 0;
        float: none;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContTitle {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContDetail {
        padding: 0 15px 15px 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesPic {
        width: 100%;
    }
    .projectFeaturesList ul li:nth-child(odd) .projectFeaturesContBox .projectFeaturesPic img {
        height: auto;
        width: 100%;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont {
        width: 100%;
        height: auto;
        margin-left: 0;
        float: none;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContTitle {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesCont .projectFeaturesContDetail {
        padding: 0 15px 15px 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesPic {
        width: 100%;
    }
    .projectFeaturesList ul li:nth-child(even) .projectFeaturesContBox .projectFeaturesPic img {
        height: auto;
        width: 100%;
    }
    .projectFeaturesList ul li .projectFeaturesContBox {
        margin-bottom: 15px;
    }
    .entryRequirementsBlock ul li p {
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
    }
    .entryRequirementsBlock ul li .entryRequirementsMark {
        font-size: 14px;
        line-height: 22px;
    }
    .entryRequirementsBlock ul li .entryRequirementsMark:before {
        font-size: 30px;
        left: 0.2rem;
    }
    .entryRequirements {
        padding-bottom: 20px;
    }
    .enrollmentPlanBlock table {
        font-size: 16px;
    }
    .enrollmentPlanBlock table tr td {
        height: 50px;
    }
    .enrollmentPlanBlock table tr:nth-child(1) td {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        font-weight: 400;
    }
    .enrollmentPlanBlock table tr td:nth-child(1) span {
        display: inline;
    }
    .enrollmentPlanBox {
        overflow-x: scroll;
    }
    .enrollmentPlanBlock {
        width: 170%;
    }
    .enrollmentPlanMark {
        display: block;
        text-align: center;
        color: #ffffff;
        margin-bottom: 10px;
    }
    .enrollmentPlan {
        padding-bottom: 20px;
    }
    .enrollmentConsultation {
        padding: 30px 0;
    }
    .enrollmentConsultationBlock .enrollmentConsultationContBox {
        width: 100%;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic {
        width: 100%;
        padding-top: 15px;
    }
    .enrollmentConsultationContBox .enrollmentConsultationTitleBox p {
        font-size: 18px;
        line-height: 28px;
    }
    .enrollmentConsultationContBox .enrollmentConsultationTitleBox {
        padding-left: 4px;
        border-left: 2px solid #222222;
        margin-bottom: 10px;
    }
    .enrollmentConsultationContBox .enrollmentConsultationDetail p {
        font-size: 16px;
        line-height: 24px;
    }
    .enrollmentConsultationContBox .enrollmentConsultationDetail p:nth-child(6) {
        margin-bottom: 10px;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic img {
        width: 120px;
    }
    .enrollmentConsultationBlock .enrollmentConsultationPic p {
        font-size: 16px;
        line-height: 28px;
    }
    /* 返回顶部 */
    .backTop {
        width: 26px;
        height: 26px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
}