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


/* banner样式 */

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

#bannerBox .logoBox {
    width: 16%;
    padding: 6% 0 2% 42%;
    z-index: 1;
    animation-duration: 1.5s;
}

#bannerBox .bannerTitle {
    width: 48%;
    padding: 0 26% 14% 26%;
    z-index: 1;
    -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);
    }
}


/* 菜单样式 */

.mobileMenuBox {
    background: #F6F6F6;
}

.mobileMenuIcon {
    display: none;
}

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

.mobileList ul {
    overflow: hidden;
}

.mobileList ul li {
    width: 16.666666%;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
}

.mobileList ul li a {
    color: #7a0000;
    line-height: 80px;
    text-decoration: none;
    font-size: 22px;
    display: block;
}

.mobileList ul .active {
    background: #B51F21;
}

.mobileList ul .active a {
    color: #ffffff;
}


/* 院校概况 */

.itemTitleBox {
    padding-top: 100px;
    padding-bottom: 50px;
}

.itemTitleBox .itemTitle {
    text-align: center;
    font-size: 50px;
    color: #b51f21;
    font-weight: bold;
}

.itemTitleBox .itemSubTitle {
    font-size: 18px;
    color: #DEDEDE;
    text-align: center;
    font-weight: bold;
}


/* 院校概况 */

.schoolSurveyBlock .schoolSurveyItem {
    width: 100%;
    overflow: hidden;
}

.schoolSurveyItem .schoolSurveyPic {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
    animation-duration: 1.5s;
}

.schoolSurveyItem .schoolSurveyCont {
    width: 50%;
    float: left;
    margin-top: 80px;
    position: relative;
    z-index: 0;
    animation-duration: 1.5s;
}

.schoolSurveyItem .schoolSurveyCont .schoolSurveyDetail {
    width: 91%;
    float: left;
    margin-left: -4%;
    border: 2px solid #b52a46;
    text-align: justify;
    padding: 30px 6% 30px 6%;
}

.schoolSurveyItem .schoolSurveyCont .schoolSurveyDetail p:nth-child(1) {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #b51f21;
    font-weight: bold;
}

.schoolSurveyItem .schoolSurveyCont .schoolSurveyDetail p:nth-child(2) {
    font-size: 18px;
    color: #191919;
    line-height: 28px;
}

.schoolSurveyItem:nth-child(2) .schoolSurveyCont .schoolSurveyDetail {
    margin-left: 0%;
}


/* 项目特色 */

#projectFeature {
    padding-bottom: 120px;
}

.projectFeatureTitle ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.projectFeatureTitle ul li {
    width: 16%;
    float: left;
    /* padding-top: 110px; */
    cursor: pointer;
}

.projectFeatureTitle ul li p {
    font-size: 20px;
    line-height: 30px;
    color: #191617;
    text-align: center;
    font-weight: bold;
}

.projectFeatureTitle ul .active p {
    color: #b51f21;
}

.projectFeatureTitle ul li .projectFeatureTitleIcon {
    width: 92px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.projectFeatureTitle ul li .projectFeatureTitleIcon img {
    display: none;
}

.projectFeatureTitle ul li .projectFeatureTitleIcon .active {
    display: block;
}

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

.projectFeatureCont ul li {
    height: 250px;
    border: 1px solid #BA3852;
    padding: 30px 20px 10px 20px;
    display: none;
    position: relative;
}

.projectFeatureCont ul .active {
    display: block;
}

.projectFeatureCont ul li:before {
    content: '';
    position: absolute;
    top: -15px;
    width: 0;
    height: 0;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #BA3852;
    border-right: solid 15px transparent;
}

.projectFeatureCont ul li:after {
    content: '';
    position: absolute;
    top: -14px;
    width: 0;
    height: 0;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #ffffff;
    border-right: solid 15px transparent;
}

.projectFeatureCont ul li:nth-child(1):before {
    left: 6%;
}

.projectFeatureCont ul li:nth-child(1):after {
    left: 6%;
}

.projectFeatureCont ul li:nth-child(2):before {
    left: 22.5%;
}

.projectFeatureCont ul li:nth-child(2):after {
    left: 22.5%;
}

.projectFeatureCont ul li:nth-child(3):before {
    left: 39%;
}

.projectFeatureCont ul li:nth-child(3):after {
    left: 39%;
}

.projectFeatureCont ul li:nth-child(4):before {
    left: 55%;
}

.projectFeatureCont ul li:nth-child(4):after {
    left: 55%;
}

.projectFeatureCont ul li:nth-child(5):before {
    left: 71%;
}

.projectFeatureCont ul li:nth-child(5):after {
    left: 71%;
}

.projectFeatureCont ul li:nth-child(6):before {
    left: 87%;
}

.projectFeatureCont ul li:nth-child(6):after {
    left: 87%;
}

.projectFeatureCont ul li p {
    font-size: 20px;
    line-height: 34px;
    color: #050001;
    text-align: justify;
}

.projectFeatureHonor {
    margin-top: 45px;
}

.projectFeatureHonor p:nth-child(1) {
    background: url(../img/projectFeatureHonorBg.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    padding: 0 40px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}

.projectFeatureHonor p:nth-child(2) {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #150400;
    text-align: justify;
    margin-top: 30px;
}


/* 项目信息 */

#projectInfor {
    background: url(../img/projectInforBg.png) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#projectInfor .itemTitleBox {
    padding-top: 60px;
}

#projectInfor .itemTitleBox .itemTitle {
    color: #ffffff;
}

#projectInfor .itemTitleBox .itemSubTitle {
    color: #d7d7d7;
}

.projectInforBlock .projectInforTtile ul li {
    display: inline-block;
    font-size: 24px;
    line-height: 49px;
    color: #000000;
    text-align: center;
    padding: 0 40px 0 65px;
    cursor: pointer;
    margin: 0 6%;
    background: #c5b89d;
}

.projectInforBlock .projectInforTtile ul li img {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.projectInforBlock .projectInforTtile ul .active {
    background-image: linear-gradient(79deg, #b51f21 35%, #fffb89 100%), linear-gradient( #b51f21, #b51f21);
    background-blend-mode: normal, normal;
    color: #ffffff;
}

.projectInforCont {
    height: 420px;
    background: rgba(255, 255, 255, 0.5);
    padding: 36px 45px 36px 50px;
    margin-top: 25px;
}

.projectInforCont ul li {
    display: none;
    animation-duration: 1.5s;
}

.projectInforCont ul .active {
    display: block;
}

.projectInforCont .projectInforItem01 p {
    font-size: 18px;
    line-height: 30px;
    color: #33261d;
    font-weight: 400;
}

.projectInforItem02 .projectInforItemTitle01 p {
    cursor: pointer;
}

.projectInforItem03 .projectInforItemTitle01 p {
    cursor: pointer;
}

.projectInforCont .projectInforItem02 .projectInforItemTitle01 p {
    font-size: 20px;
    line-height: 38px;
    color: #000036;
    background: #ffffff;
    display: inline-block;
    padding: 0 20px 0 20px;
    text-align: center;
    border-radius: 10px;
    border: solid 2px #b51f21;
}

.projectInforCont .projectInforItem02 .projectInforItemTitleSpot {
    display: inline-block;
    margin: 0 20px;
}

.projectInforCont .projectInforItem02 .projectInforItemTitle01 p img {
    display: inline-block;
    height: 20px;
    line-height: 38px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.projectInforCont .projectInforItem02 .projectInforItemTitle01 p:nth-child(1) {
    margin-left: 100px;
}

.projectInforCont .projectInforItem02 .projectInforItemTitle01 .disBlock {
    background-image: linear-gradient(79deg, #b51f21 35%, #fffb89 100%), linear-gradient( #b51f21, #b51f21);
    color: #ffffff;
}

.projectInforCont .projectInforItem03 .projectInforItemTitle01 .disBlock {
    background-image: linear-gradient(79deg, #b51f21 35%, #fffb89 100%), linear-gradient( #b51f21, #b51f21);
    color: #ffffff;
}

.projectInforCont .projectInforItem02 .projectInforItemCont .projectInforCont .projectInforItem02 .projectInforItemCont {
    margin-top: 20px;
}

.projectInforCont .projectInforItem02 .projectInforItemCont {
    margin-top: 20px;
}

.projectInforCont .projectInforItem02 .projectInforItemCont p {
    font-size: 18px;
    line-height: 30px;
    color: #33261d;
    text-align: justify;
    text-indent: 2em;
}

.projectInforCont .projectInforItem02 .projectInforItemCont p a {
    color: #33261d;
}

.projectInforCont .projectInforItem02 .projectInforItemCont h4 {
    font-size: 20px;
}

.projectInforCont .projectInforItem03 .projectInforItemTitle01 p {
    font-size: 20px;
    line-height: 38px;
    color: #000036;
    background: #ffffff;
    display: inline-block;
    padding: 0 20px 0 20px;
    text-align: center;
    border-radius: 10px;
    border: solid 2px #b51f21;
}

.projectInforCont .projectInforItem03 .projectInforItemTitleSpot {
    display: inline-block;
    margin: 0 20px;
}

.projectInforCont .projectInforItem03 .projectInforItemTitle01 p img {
    display: inline-block;
    height: 20px;
    line-height: 38px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.projectInforCont .projectInforItem03 .projectInforItemTitle01 p:nth-child(1) {
    margin-left: 250px;
}

.projectInforCont .projectInforItem03 .projectInforItemCont {
    margin-top: 20px;
}

.projectInforCont .projectInforItem03 .projectInforItemCont p {
    font-size: 18px;
    line-height: 30px;
    color: #33261d;
    text-align: justify;
    text-indent: 2em;
}

.projectInforCont .projectInforItem03 .projectInforItemCont p a {
    color: #33261d;
}

.projectInforCont .projectInforItem03 .projectInforItemCont h4 {
    font-size: 20px;
}

.educationTuitionBox {
    padding-bottom: 90px;
}

.educationTuitionBlock .educationTuitionCont {
    background: rgba(255, 255, 255, 0.6);
    padding: 35px 52px;
}

.educationTuitionCont p {
    font-size: 18px;
    line-height: 40px;
    color: #030000;
}

.educationTuitionCont p span {
    font-size: 24px;
    color: #b51f21;
    font-weight: 600;
}

.educationTuitionCont .educationTuitionTable table {
    width: 100%;
    text-align: center;
}

.educationTuitionCont .educationTuitionTable table tr th {
    width: 20%;
    border: 1px solid #b51f21;
    font-size: 24px;
    line-height: 55px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #b51f21;
    border-right: 1px solid #ffffff;
    font-weight: 600;
}

.educationTuitionCont .educationTuitionTable table tr th:last-child {
    width: 35%;
    border-right: 1px solid #b51f21;
}

.educationTuitionCont .educationTuitionTable table tr td {
    font-size: 18px;
    line-height: 28px;
    color: #191617;
    border: 1px solid #b51f21;
    font-weight: 600;
}

.educationTuitionCont .educationTuitionTable table tr td:last-child {
    text-align: left;
    padding: 5px 0 5px 14px;
}


/* 提前面试时间 */

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

.dateOfInterviewTime {
    margin-bottom: 110px;
}

.dateOfInterviewTimeTable table {
    width: 100%;
    text-align: center;
}

.dateOfInterviewTimeTable table tr th {
    font-size: 26px;
    line-height: 50px;
    color: #050102;
    font-weight: 400;
}

.dateOfInterviewTimeTable table tr td {
    font-size: 20px;
    line-height: 50px;
    color: #000000;
    font-weight: 400;
}

.dateOfInterviewTimeTable table tr:nth-child(odd) {
    background: #efcc9f;
}

.dateOfInterviewTimeTable table tr:nth-child(even) {
    background: rgb(0, 0, 0, 0.1);
}

.dateOfInterviewTimeTable table tr th:first-child {
    width: 15%;
}

.dateOfInterviewTimeTable table tr:last-child {
    background: rgba(255, 255, 255, 0.25);
}

.dateOfInterviewTimeTable table tr:last-child td {
    font-size: 18px;
    color: #050102;
}

.dateOfInterviewTimeDetail {
    display: none;
}

.dateOfInterviewWay .dateOfInterviewWayTitle ul {
    overflow: hidden;
    margin-bottom: 40px;
}

.dateOfInterviewWay .dateOfInterviewWayTitle ul li {
    width: 38%;
    margin-left: 8%;
    float: left;
    font-size: 26px;
    line-height: 60px;
    color: #050102;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px #b52a46;
    cursor: pointer;
}

.dateOfInterviewWay .dateOfInterviewWayTitle ul .active {
    background: #b52a46;
    color: #ffffff;
}

.dateOfInterviewWay .dateOfInterviewWayTitle ul li img {
    position: relative;
    top: 5px;
    height: 30px;
    display: inline-block;
    margin: 0 5% 0 20%;
}

.dateOfInterviewWay .dateOfInterviewWayCont {
    padding: 25px 40px 25px 25px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 10px;
    height: 250px;
}

.dateOfInterviewWay .dateOfInterviewWayCont ul {
    overflow: hidden;
}

.dateOfInterviewWay .dateOfInterviewWayCont ul li {
    font-size: 20px;
    line-height: 47px;
    color: #050000;
    font-weight: 400;
    display: none;
}

.dateOfInterviewWay .dateOfInterviewWayCont ul .active {
    display: block;
}


/* 奖学金/助学金 */

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

#scholarship .itemTitleBox .itemSubTitle {
    color: #7a7979;
}

.scholarshipBlock {
    overflow: hidden;
}

.scholarshipBlock .scholarshipTitle {
    width: 30%;
    float: left;
}

.scholarshipBlock .scholarshipTitle ul li {
    overflow: hidden;
}

.scholarshipTitle .scholarshipTitlePic {
    display: block;
    float: left;
}

.scholarshipTitle .scholarshipTitlePic img {
    width: 170px;
    height: 170px;
    display: none;
    cursor: pointer;
}

.scholarshipTitle .scholarshipTitlePic .active {
    display: block;
}

.scholarshipTitle .scholarshipTitleName {
    font-size: 27px;
    color: #b52a46;
    writing-mode: tb-rl;
    float: left;
    margin: 40px 20px 0 20px;
}

.scholarshipBlock .scholarshipTitle ul .active .scholarshipTitleName {
    color: #F56C6C;
}

.scholarshipTitle .scholarshipTitleSpot img {
    margin-top: 70px;
    display: none;
}

.scholarshipTitle .scholarshipTitleSpot .active {
    display: block;
}

.scholarshipCont {
    width: 70%;
    float: left;
}

.scholarshipCont .scholarshipContBlock {
    height: 200px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(1, 6, 30, 0.4);
    border-radius: 10px;
    border: solid 1px #b52a46;
    margin-top: 40px;
    padding: 40px 23px;
}

.scholarshipCont .scholarshipContBlock ul {
    overflow: hidden;
}

.scholarshipCont .scholarshipContBlock ul li {
    display: none;
}

.scholarshipCont .scholarshipContBlock ul .active {
    display: block;
}

.scholarshipCont .scholarshipContBlock ul li p {
    font-size: 18px;
    line-height: 34px;
    color: #1a0000;
    font-weight: 400;
}


/* 学历学位与就业 */

#degreeAndEmployment .itemTitleBox .itemSubTitle {
    color: #7a7979;
}

.degreeAndEmploymentList ul {
    overflow: hidden;
}

.degreeAndEmploymentList ul li {
    width: 100%;
    height: 97px;
    background-color: #e9eef6;
    border-radius: 15px;
    margin-bottom: 30px;
}

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

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

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

.degreeAndEmploymentList ul li span {
    width: 97px;
    height: 97px;
    display: inline-block;
    font-size: 48px;
    line-height: 97px;
    color: #ffffff;
    background-color: #a63628;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
}

.degreeAndEmploymentList ul li p {
    width: 85%;
    padding-right: 5%;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #230001;
    float: right;
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}


/* 联系我们 */

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

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

.contactUsBlock {
    overflow: hidden;
}

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

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

.contactUsCont p {
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 30px;
}

.contactUsCont p a {
    color: #ffffff;
}

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

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

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

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

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

.contactUsCode {
    overflow: hidden;
    padding-top: 40px;
}

.contactUsCode .contactUsCodeItem {
    width: 30%;
    float: left;
}

.contactUsCode .contactUsCodeItem:nth-child(1) {
    margin: 0 0 0 60%;
}

.contactUsCode .contactUsCodeItem p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}

.contactUsCode .contactUsCodeItem img {
    width: 100%;
}


/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: rgba(195, 24, 66, 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) {
    #bannerBox .bannerWeb p {
        line-height: 30px;
        font-size: 20px;
    }
    .mobileList ul li a {
        line-height: 66px;
        font-size: 22px;
    }
    .itemTitleBox {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .itemTitleBox .itemTitle {
        font-size: 40px;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 16px;
    }
    .schoolSurveyItem .schoolSurveyCont .schoolSurveyDetail p:nth-child(2) {
        font-size: 16px;
    }
    .projectFeatureCont ul li {
        height: 180px;
    }
    .projectFeatureCont ul li p {
        font-size: 16px;
        line-height: 30px;
    }
    .projectFeatureHonor p:nth-child(2) {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 2px;
    }
    #projectFeature {
        padding-bottom: 60px;
    }
    .projectInforBlock .projectInforTtile ul li {
        font-size: 20px;
    }
    .projectInforCont .projectInforItem01 p {
        font-size: 16px;
        line-height: 28px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemCont h4 {
        font-size: 18px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemCont p {
        font-size: 16px;
        line-height: 28px;
    }
    .projectInforCont .projectInforItem03 .projectInforItemCont h4 {
        font-size: 18px;
    }
    .projectInforCont .projectInforItem03 .projectInforItemCont p {
        font-size: 16px;
        line-height: 28px;
    }
    .educationTuitionCont .educationTuitionTable table tr th {
        font-size: 22px;
        font-weight: 400;
    }
    .educationTuitionCont .educationTuitionTable table tr td {
        font-weight: 400;
    }
    .dateOfInterviewTimeTable table tr th {
        font-size: 22px;
    }
    .dateOfInterviewTimeTable table tr td {
        font-size: 18px;
    }
    .dateOfInterviewTimeTable table tr:last-child td {
        font-size: 16px;
    }
    .dateOfInterviewWay .dateOfInterviewWayTitle ul li {
        font-size: 22px;
        line-height: 46px;
    }
    .dateOfInterviewWay .dateOfInterviewWayCont ul li {
        font-size: 18px;
        line-height: 36px;
    }
    .dateOfInterviewWay .dateOfInterviewWayCont {
        height: 200px;
    }
    .degreeAndEmploymentList ul li {
        height: 70px;
    }
    .degreeAndEmploymentList ul li span {
        width: 70px;
        height: 70px;
        font-size: 36px;
        line-height: 70px;
    }
    .degreeAndEmploymentList ul li p {
        width: 85%;
        padding-right: 8%;
        font-size: 16px;
        line-height: 30px;
    }
    .scholarshipCont {
        width: 68%;
    }
    .publicBox {
        width: 1150px;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 92%;
        margin: 0 4%;
        overflow: hidden;
    }
    .mobileMenuBox {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        background: none;
    }
    .mobileMenuIcon {
        width: 100%;
        height: 50px;
        float: right;
        padding: 15px;
        display: block;
    }
    .mobileMenuIcon img {
        width: 30px;
        float: right;
        cursor: pointer;
    }
    .mobileList {
        width: 30%;
        margin-left: 70%;
        margin-top: 90px;
        display: none;
        background: #ffffff;
    }
    .mobileList ul {
        width: 100%;
        overflow: auto;
    }
    .mobileList ul li {
        width: 100%;
    }
    .mobileList ul li a {
        color: #333333;
        line-height: 60px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        padding-left: 0;
    }
    .mobileMenuIcon img {
        width: 50px;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    .itemTitleBox {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .itemTitleBox .itemTitle {
        font-size: 40px;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 16px;
    }
    .schoolSurveyItem .schoolSurveyCont .schoolSurveyDetail p:nth-child(2) {
        font-size: 16px;
    }
    .projectFeatureCont ul li {
        height: 240px;
    }
    .projectFeatureCont ul li p {
        font-size: 16px;
        line-height: 30px;
    }
    .projectFeatureHonor p:nth-child(2) {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    #projectFeature {
        padding-bottom: 60px;
    }
    .projectInforBlock .projectInforTtile ul li {
        width: 32%;
        font-size: 20px;
        padding: 0;
        margin: 0;
    }
    .projectInforCont .projectInforItem01 p {
        font-size: 16px;
        line-height: 28px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemCont h4 {
        font-size: 18px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemCont p {
        font-size: 16px;
        line-height: 28px;
    }
    .projectInforCont .projectInforItem03 .projectInforItemCont h4 {
        font-size: 18px;
    }
    .projectInforCont .projectInforItem03 .projectInforItemCont p {
        font-size: 16px;
        line-height: 28px;
    }
    .educationTuitionCont .educationTuitionTable table tr th {
        font-size: 22px;
        font-weight: 400;
    }
    .educationTuitionCont .educationTuitionTable table tr td {
        font-weight: 400;
    }
    .dateOfInterviewTimeTable table tr th {
        font-size: 22px;
    }
    .dateOfInterviewTimeTable table tr td {
        font-size: 18px;
    }
    .dateOfInterviewTimeTable table tr:last-child td {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        padding-left: 30px;
    }
    .dateOfInterviewWay .dateOfInterviewWayTitle ul li {
        font-size: 22px;
        line-height: 46px;
    }
    .dateOfInterviewWay .dateOfInterviewWayCont ul li {
        font-size: 18px;
        line-height: 36px;
    }
    .dateOfInterviewWay .dateOfInterviewWayCont {
        height: auto;
    }
    .degreeAndEmploymentList ul li {
        height: 70px;
    }
    .degreeAndEmploymentList ul li span {
        width: 70px;
        height: 70px;
        font-size: 36px;
        line-height: 70px;
    }
    .degreeAndEmploymentList ul li p {
        width: 85%;
        padding-right: 8%;
        font-size: 16px;
        line-height: 30px;
    }
    .scholarshipCont {
        width: 68%;
    }
    .schoolSurveyItem .schoolSurveyCont {
        margin-top: 0px;
    }
    .schoolSurveyItem .schoolSurveyCont .schoolSurveyDetail {
        padding: 15px 6% 15px 6%;
    }
    .projectFeatureHonor {
        margin-top: 10px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemTitle01 p:nth-child(1) {
        margin-left: 0;
    }
    .projectInforCont .projectInforItem02 .projectInforItemTitleSpot {
        width: 5%;
        margin: 0 2%;
    }
    .projectInforCont .projectInforItem03 .projectInforItemTitle01 p:nth-child(1) {
        margin-left: 0;
    }
    .projectInforCont .projectInforItem03 .projectInforItemTitleSpot {
        width: 5%;
        margin: 0 2%;
    }
    .projectInforCont {
        height: 420px;
        padding: 15px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemTitle01 p {
        font-size: 16px;
        padding: 0 10px 0 10px;
    }
    .projectInforCont .projectInforItem03 .projectInforItemTitle01 p img {
        position: relative;
        top: 3px;
    }
    .educationTuitionBlock .educationTuitionCont {
        padding: 15px;
    }
    .scholarshipBlock .scholarshipTitle {
        width: 100%;
    }
    .scholarshipBlock .scholarshipTitle ul {
        overflow: hidden;
    }
    .scholarshipBlock .scholarshipTitle ul li {
        width: 50%;
        float: left;
    }
    .scholarshipTitle .scholarshipTitlePic {
        float: none;
    }
    .scholarshipTitle .scholarshipTitlePic img {
        width: 40%;
        margin-left: 30%;
        height: auto;
    }
    .scholarshipTitle .scholarshipTitleName {
        font-size: 20px;
        writing-mode: lr;
        float: none;
        text-align: center;
        margin: 5px 20px 5px 20px;
    }
    .scholarshipTitle .scholarshipTitleSpot img {
        margin-top: 10px;
        width: 10%;
        margin-left: 45%;
        margin-bottom: 10px;
    }
    .scholarshipCont {
        width: 100%;
    }
    .scholarshipCont .scholarshipContBlock {
        height: auto;
        margin-top: 10px;
        padding: 10px;
    }
    .scholarshipCont .scholarshipContBlock ul li p {
        font-size: 16px;
        line-height: 28px;
    }
    #scholarship {
        padding-bottom: 20px;
    }
    .degreeAndEmploymentList ul li {
        height: auto;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .degreeAndEmploymentList ul li span {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        border-radius: 5px;
        margin-left: 15px;
    }
    .degreeAndEmploymentList ul li p {
        width: 96%;
        padding: 5px 2% 10px 2%;
        font-size: 16px;
        line-height: 26px;
        top: 0;
        transform: translateY(0);
        float: none;
    }
    .contactUsBlock .contactUsCont {
        width: 50%;
    }
    .contactUsBlock .contactUsCode {
        width: 50%;
    }
    .dateOfInterviewWay .dateOfInterviewWayTitle ul li img {
        margin: 0 5% 0 11%;
    }
    #dateOfInterview {
        padding-bottom: 50px;
    }
}

@media (max-width:1200px) and (min-width:900px) {
    .schoolSurveyItem .schoolSurveyCont {
        margin-top: 40px;
    }
}

@media (max-width: 900px) and (min-width:768px) {
    .schoolSurveyItem .schoolSurveyPic {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    /* #bannerBox {
        background: rgba(181, 31, 33, .9);
    } */
    #bannerBox .bannerTitle {
        width: 70%;
        padding: 0 0 15% 15%;
    }
    #bannerBox .bannerWeb p {
        line-height: 36px;
        font-size: 18px;
        text-align: center;
    }
    #bannerBox .logoBox {
        width: 34%;
        padding: 10% 0 3% 33%;
    }
    .itemTitleBox {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .itemTitleBox .itemTitle {
        font-size: 28px;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 14px;
    }
    .mobileMenuBox {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        background: none;
    }
    .mobileMenuIcon {
        width: 100%;
        /* height: 20px; */
        float: right;
        padding: 10px;
        display: block;
    }
    .mobileMenuIcon img {
        width: 30px;
        float: right;
        cursor: pointer;
    }
    .mobileList {
        width: 40%;
        margin-left: 60%;
        margin-top: 50px;
        display: none;
        background: rgba(255, 255, 255, 0.9);
    }
    .mobileList ul {
        width: 100%;
        overflow: auto;
    }
    .mobileList ul li {
        width: 100%;
    }
    .mobileList ul li a {
        color: #333333;
        text-align: left;
        line-height: 40px;
        font-size: 16px;
        padding-left: 15px;
    }
    .schoolSurveyItem .schoolSurveyPic {
        width: 100%;
    }
    .schoolSurveyItem .schoolSurveyPic img {
        width: 100%;
    }
    .schoolSurveyItem .schoolSurveyCont {
        width: 100%;
        float: left;
        margin-top: 0px;
        position: relative;
        z-index: 1;
    }
    .schoolSurveyItem .schoolSurveyCont .schoolSurveyDetail {
        width: 96%;
        margin-left: 0%;
        border: none;
        padding: 15px 2% 15px 2%;
    }
    .schoolSurveyItem .schoolSurveyCont .schoolSurveyDetail p:nth-child(2) {
        font-size: 16px;
        line-height: 22px;
    }
    #projectFeature {
        padding-bottom: 20px;
    }
    .projectFeatureTitle ul li .projectFeatureTitleIcon {
        width: 80%;
    }
    .projectFeatureTitle ul li p {
        font-size: 0.7rem;
        margin-bottom: 0px;
    }
    .projectFeatureTitle ul {
        margin-bottom: 10px;
    }
    .projectFeatureCont ul li:nth-child(1):before {
        left: 4%;
    }
    .projectFeatureCont ul li:nth-child(1):after {
        left: 4%;
    }
    .projectFeatureCont ul li:nth-child(2):before {
        left: 19.5%;
    }
    .projectFeatureCont ul li:nth-child(2):after {
        left: 19.5%;
    }
    .projectFeatureCont ul li:nth-child(3):before {
        left: 36%;
    }
    .projectFeatureCont ul li:nth-child(3):after {
        left: 36%;
    }
    .projectFeatureCont ul li:nth-child(4):before {
        left: 52%;
    }
    .projectFeatureCont ul li:nth-child(4):after {
        left: 52%;
    }
    .projectFeatureCont ul li:nth-child(5):before {
        left: 68%;
    }
    .projectFeatureCont ul li:nth-child(5):after {
        left: 68%;
    }
    .projectFeatureCont ul li:nth-child(6):before {
        left: 84%;
    }
    .projectFeatureCont ul li:nth-child(6):after {
        left: 84%;
    }
    .projectFeatureCont ul li {
        height: auto;
        padding: 10px;
    }
    .projectFeatureCont ul li p {
        font-size: 14px;
        line-height: 24px;
    }
    .projectFeatureHonor {
        margin-top: 10px;
    }
    .projectFeatureHonor p:nth-child(2) {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
        margin-top: 10px;
    }
    #projectInfor .itemTitleBox {
        padding-top: 20px;
    }
    .projectInforBlock .projectInforTtile ul li {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        width: 32%;
    }
    .projectInforBlock .projectInforTtile ul li img {
        display: none;
    }
    .projectInforCont {
        height: auto;
        padding: 10px 10px 20px 10px;
        margin-top: 15px;
    }
    .projectInforCont .projectInforItem01 p {
        font-size: 14px;
        line-height: 22px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemTitle01 p {
        width: 25%;
        padding: 0;
        font-size: 16px;
        line-height: 28px;
        width: 80%;
        margin: 0 10%;
    }
    .projectInforCont .projectInforItem02 .projectInforItemTitle01 p:nth-child(1) {
        margin-left: 10%;
    }
    .projectInforCont .projectInforItem02 .projectInforItemTitleSpot {
        width: 10%;
        margin: 20px 0 15px 45%;
        transform: rotate(90deg);
    }
    .projectInforCont .projectInforItem02 .projectInforItemTitle01 p img {
        position: relative;
        top: 5px;
        margin: 0 10px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemCont h4 {
        font-size: 16px;
    }
    .projectInforCont .projectInforItem02 .projectInforItemCont p {
        font-size: 14px;
        line-height: 22px;
    }
    .projectInforCont .projectInforItem03 .projectInforItemTitle01 p {
        width: 25%;
        padding: 0;
        font-size: 16px;
        line-height: 28px;
        width: 40%;
        margin: 0 30%;
    }
    .projectInforCont .projectInforItem03 .projectInforItemTitle01 p:nth-child(1) {
        margin-left: 30%;
    }
    .projectInforCont .projectInforItem03 .projectInforItemTitleSpot {
        width: 10%;
        margin: 20px 0 15px 45%;
        transform: rotate(90deg);
    }
    .projectInforCont .projectInforItem03 .projectInforItemTitle01 p img {
        position: relative;
        top: 5px;
        margin: 0 10px;
    }
    .projectInforCont .projectInforItem03 .projectInforItemCont h4 {
        font-size: 16px;
    }
    .projectInforCont .projectInforItem03 .projectInforItemCont p {
        font-size: 14px;
        line-height: 22px;
    }
    .educationTuitionBlock {
        width: 100%;
        margin: 0;
    }
    .educationTuitionBox {
        padding-bottom: 20px;
    }
    .educationTuitionBlock .educationTuitionCont {
        padding: 10px 0 0 0;
    }
    .educationTuitionCont p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px;
    }
    .educationTuitionCont p span {
        font-size: 18px;
    }
    .educationTuitionCont .educationTuitionTable table tr th {
        width: auto;
        font-size: 16px;
        line-height: 32px;
    }
    .educationTuitionCont .educationTuitionTable table tr th:last-child {
        width: 40%;
    }
    .educationTuitionCont .educationTuitionTable table tr td {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .educationTuitionCont .educationTuitionTable table tr td:last-child {
        text-align: left;
        padding: 5px 0 5px 5px;
    }
    #dateOfInterview {
        padding-bottom: 20px;
    }
    .dateOfInterviewTime {
        overflow-x: scroll;
        margin-bottom: 10px;
    }
    .dateOfInterviewTime .dateOfInterviewTimeTable {
        width: 180%;
    }
    .dateOfInterviewTimeTable table tr th {
        font-size: 16px;
        line-height: 40px;
    }
    .dateOfInterviewTimeTable table tr td {
        font-size: 16px;
        line-height: 40px;
    }
    .dateOfInterviewTimeTable table tr:last-child td {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        padding-left: 10px;
    }
    .dateOfInterviewTimeDetail {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
    }
    .dateOfInterviewWay {
        margin-top: 20px;
    }
    .dateOfInterviewWay .dateOfInterviewWayTitle ul li img {
        display: none;
    }
    .dateOfInterviewWay .dateOfInterviewWayTitle ul li {
        width: 46%;
        margin: 0 2%;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        box-shadow: none;
    }
    .dateOfInterviewWay .dateOfInterviewWayCont {
        padding: 10px;
        height: auto;
    }
    .dateOfInterviewWay .dateOfInterviewWayTitle ul {
        margin-bottom: 10px;
    }
    .dateOfInterviewWay .dateOfInterviewWayCont ul li {
        font-size: 14px;
        line-height: 26px;
    }
    .scholarshipBlock .scholarshipTitle {
        width: 100%;
    }
    .scholarshipBlock .scholarshipTitle ul {
        overflow: hidden;
    }
    .scholarshipBlock .scholarshipTitle ul li {
        width: 50%;
        float: left;
    }
    .scholarshipTitle .scholarshipTitlePic {
        float: none;
    }
    .scholarshipTitle .scholarshipTitlePic img {
        width: 60%;
        margin-left: 20%;
        height: auto;
    }
    .scholarshipTitle .scholarshipTitleName {
        font-size: 16px;
        writing-mode: lr;
        float: none;
        text-align: center;
        margin: 5px 20px 5px 20px;
    }
    .scholarshipTitle .scholarshipTitleSpot img {
        margin-top: 0;
        width: 24%;
        margin-left: 38%;
    }
    .scholarshipCont {
        width: 100%;
    }
    .scholarshipCont .scholarshipContBlock {
        margin-top: 10px;
        padding: 10px;
    }
    .scholarshipCont .scholarshipContBlock ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    #scholarship {
        padding-bottom: 20px;
    }
    .degreeAndEmploymentList ul li {
        height: auto;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .degreeAndEmploymentList ul li span {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        border-radius: 5px;
    }
    .degreeAndEmploymentList ul li p {
        width: 96%;
        padding: 5px 2% 10px 2%;
        font-size: 16px;
        line-height: 26px;
        top: 0;
        transform: translateY(0);
        float: none;
    }
    .contactUsBlock .contactUsCont {
        width: 100%;
    }
    .contactUsCont p {
        line-height: 32px;
    }
    .contactUsCont p:nth-child(1) {
        background: url(../img/contactUsIcon01.png) no-repeat left top;
        background-size: 18px;
        background-position-y: 6px;
    }
    .contactUsCont p:nth-child(2) {
        background: url(../img/contactUsIcon02.png) no-repeat left top;
        background-size: 18px;
        background-position-y: 6px;
    }
    .contactUsCont p:nth-child(3) {
        background: url(../img/contactUsIcon03.png) no-repeat left top;
        background-size: 18px;
        background-position-y: 6px;
    }
    .contactUsCont p:nth-child(4) {
        background: url(../img/contactUsIcon04.png) no-repeat left top;
        background-size: 18px;
        background-position-y: 6px;
    }
    .contactUsBlock .contactUsCode {
        width: 100%;
    }
    .contactUsCode .contactUsCodeItem {
        width: 50%;
        margin: 0;
    }
    .contactUsCode .contactUsCodeItem:nth-child(1) {
        margin: 0 25%;
    }
    .contactUsCode .contactUsCodeItem img {
        width: 60%;
        margin: 0 20%;
    }
    #contactUs {
        padding-bottom: 30px;
    }
    .contactUsCode {
        padding-top: 20px;
    }
    /* 返回顶部 */
    .backTop {
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
}