body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
    display: block;
}

.publicBox {
    width: 1400px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.disNone {
    display: none;
}

ul,
li,
p {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}


/* 菜单样式 */

.menuBox {
    width: 100%;
    height: 88px;
    background: #02542c;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
}

.menuBoxUpdate {
    position: fixed;
    left: 0;
    z-index: 11;
    top: 0;
}

.menuBox .menuBlock {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.menuBox .menuBlock .menuListBox ul {
    overflow: hidden;
    display: flex;
}

.menuBox .menuBlock .menuListBox ul li {
    flex: auto;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding-bottom: 26px;
    padding-top: 26px;
}

.menuBox .menuBlock .menuListBox ul li.active,
.menuBox .menuBlock .menuListBox ul li:hover {
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.menuBox .menuBlock .menuListBox ul li.active .menuListItemLink,
.menuBox .menuBlock .menuListBox ul li:hover .menuListItemLink {
    font-weight: bold;
}

.menuIconBox {
    display: none;
}


/* banner样式 */

.bannerBox {
    position: relative;
    background: url(../img/bannerBg.jpg?v=01) no-repeat center bottom;
    background-size: cover;
    padding: 4% 0 5% 0;
}

.bannerLogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10%;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
}

.bannerLogo02 {
    height: 60px;
}

.bannerLogo02 img {
    height: 100%;
}

.bannerBlock {
    animation-duration: 1s;
    animation-delay: 0.2s;
}

.bannerBlock .bannerTitle {
    float: right;
    -webkit-animation: ZoomInOut 2s infinite ease;
    -moz-animation: ZoomInOut 2s infinite ease;
    -o-animation: ZoomInOut 2s infinite ease;
    -ms-animation: ZoomInOut 2s infinite ease;
    animation: ZoomInOut 2s infinite ease;
    margin-bottom: 3%;
}

.bannerBlock .bannerTitle img {
    max-width: 100%;
}

.bannerslogan {
    width: 354px;
    animation-duration: 1s;
    animation-delay: 0.2s;
}

.bannerslogan img {
    max-width: 100%;
}

@-webkit-keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/* 标题样式 */

.itemTitleBox {
    padding-top: 80px;
    padding-bottom: 60px;
    overflow: hidden;
}

.itemTitleBlock {
    text-align: center;
}

.itemTitleBlock .itemSubTitleName {
    color: #ddaf64;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    z-index: 0;
    color: #dddddd;
}

.itemTitleBlock .itemTitleName {
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    color: #02542C;
    position: relative;
    z-index: 1;
    margin-top: -25px;
}

.itemTitleBlock span {
    width: 68px;
    height: 5px;
    background: #02542C;
    display: block;
    margin: 20px auto 0 auto;
}

.itemTitleBox02 .itemTitleBlock .itemTitleName {
    color: #ffffff;
}

.itemTitleBox02 .itemTitleBlock .itemSubTitleName {
    color: #dddddd;
}

.itemTitleBox02 .itemTitleBlock span {
    background: #c1a160;
}


/* 学校及学院介绍 */

.schoolIntro {
    background: url(../img/schoolIntroBg.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 240px;
}

.schoolIntroContBox p {
    font-size: 18px;
    line-height: 38px;
    color: #555555;
    text-align: justify;
}

.schoolIntroContBox p:nth-child(1) {
    width: 100%;
    margin-bottom: 35px;
}

.schoolIntroContBox p:nth-child(2) {
    width: 67.4%;
}

.authentication {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.authenticationBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.authenticationBox ul li:nth-child(odd) {
    background: #02542c;
}

.authenticationBox ul li:nth-child(even) {
    background: #016737;
}

.authenticationBox ul li {
    flex: 1;
    margin-right: 12px;
    padding: 10px 10px 10px 10px;
}

.authenticationBox ul li:last-child {
    margin-right: 0;
}

.authenticationImg {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.authenticationYear {
    text-align: center;
    margin: 5px 0;
}

.authenticationYear p {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
}

.authenticationYear span {
    width: 36px;
    height: 3px;
    background-color: #be9d59;
    display: block;
    margin: 0 auto;
}

.authenticationCont {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
}

.authenticationCont p span {
    display: block;
}

/* 项目介绍 */
.projectIntro {
    background: url(../img/projectIntroBg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 100px;
}

.projectIntroBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projectIntroItem {
    flex: 1;
    background: #ffffff;
    padding: 50px 35px 40px 35px;
}

.projectIntroItem:nth-child(1) {
    margin-right: 35px;
    border-bottom: 6px solid #00572A;
}

.projectIntroItem:nth-child(2) {
    border-bottom: 6px solid #BB111A;
}

.projectIntroTitle {
    margin-bottom: 20px;
}

.projectIntroCont {
    min-height: 310px;
}

.projectIntroCont p {
    font-size: 18px;
    text-align: justify;
}

.projectIntroList01 {
    border-bottom: 3px solid #02542c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.projectIntroList03 {
    border-bottom: 3px solid #BB111A;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.projectIntroList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.projectIntroList ul li {
    flex: 1;
}

.projectIntroList ul li .projectIntroListItem {
    height: 100px;
    position: relative;
}

.projectIntroListItem img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.projectIntroListItemCont {
    text-align: center;
    font-size: 18px
}

.projectIntroList ul li:nth-child(2) {
    border-left: 2px solid #02542c;
    border-right: 2px solid #02542c;
}

.projectIntroItem02 .projectIntroList ul li:nth-child(2) {
    border-left: 2px solid #BB111A;
    border-right: 2px solid #BB111A;
}

.projectIntroList01 ul li:nth-child(1) {
    flex: 0.55;
}

.projectIntroList02 ul li:nth-child(1) {
    flex: 0.55;
}

.projectIntroListItemCont p:nth-child(2) {
    line-height: 55px;
}

.projectIntroListItemCont p:nth-child(2) span {
    font-size: 48px;
    font-weight: bold;
    color: #02542c;
    margin: 0 5px;
}

.projectIntroListItemSc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.projectIntroListItemImg02 img {
    left: 50%;
    transform: translate(-50%, -50%);
}

.projectIntroList04 ul li:nth-child(2) {
    flex: 2;
}

.projectIntroListItemScBox01 {
    margin-right: 30px;
}

.projectIntroItem02 .projectIntroListItemCont p:nth-child(2) span {
    color: #bb111a;
}

.projectIntroListItemCont02 {
    color: #bb111a;
    font-size: 18px;
}

.projectIntroListItemCont02 p:nth-child(2) {
    font-weight: bold;
}

/* 班级分类 */
.projectClass {
    background: url(../img/projectClassBg02.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 100px;
}

.projectClassBlock ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projectClassBlock ul li {
    width: 31.35%;
    min-height: 273px;
    position: relative;
    overflow: hidden;
}

.projectClassBlock ul li:nth-child(1),
.projectClassBlock ul li:nth-child(2),
.projectClassBlock ul li:nth-child(3) {
    margin-bottom: 40px;
}

.projectClassBlock ul li:nth-child(1) {
    background: url(../img/projectClassImg01.jpg) no-repeat center center;
    background-size: cover;
}

.projectClassBlock ul li:nth-child(2) {
    background: url(../img/projectClassImg02.jpg) no-repeat center center;
    background-size: cover;
}

.projectClassBlock ul li:nth-child(3) {
    background: url(../img/projectClassImg03.jpg) no-repeat center center;
    background-size: cover;
}

.projectClassBlock ul li:nth-child(4) {
    background: url(../img/projectClassImg04.jpg) no-repeat center center;
    background-size: cover;
}

.projectClassBlock ul li:nth-child(5) {
    background: url(../img/projectClassImg05.jpg) no-repeat center center;
    background-size: cover;
}

.projectClassBlock ul li:nth-child(6) {
    background: url(../img/projectClassImg06.jpg) no-repeat center center;
    background-size: cover;
}

.projectClassItem {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background: url(../img/projectClassTitleBg.png) no-repeat center top;
    background-size: cover;
    transition: all ease 0.6s;
}

.projectClassItemTitleBox {
    text-align: center;
}

.projectClassItemTitleBox p {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    padding-top: 17px;
    padding-bottom: 17px;
}

.projectClassItemMore {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: none;
}

.projectClassBlock ul li:hover .projectClassItem {
    height: 100%;
    background: #c1a160;
    cursor: pointer;
}

.projectClassBlock ul li:hover .projectClassItemTitle {
    margin-top: 60px;
}

.projectClassBlock ul li:hover .projectClassItemTitleBox p {
    line-height: 36px;
}

.projectClassBlock ul li:hover .projectClassItemTitleBox p span {
    display: block;
}

.projectClassBlock ul li:hover .projectClassItemMore {
    display: block;
}

.classShade {
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/projectClassBg02.jpg) no-repeat center center;
    background-size: cover;
}

.classShadeBox {
    position: relative;
    width: 100%;
    height: 100vh;
}

.classShadeClose {
    position: absolute;
    z-index: 12;
    width: 55px;
    right: 35px;
    top: 40px;
    cursor: pointer;
}

.classShadeList {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.classShadeList ul li {
    display: none;
}

.classShadeList ul li.active {
    display: block;
}

.projectClassMark {
    margin-top: 30px;
}

.projectClassMark p {
    font-size: 18px;
    color: #ffffff;
}

/* 培养理念 */
.cultureIdea {
    background: url(../img/cultureIdeaBg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 75px;
}

.cultureIdeaTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
}

.cultureIdeaLeft {
    width: 53%;
    margin-right: 4%;
}

.cultureIdeaRight {
    width: 43%;
}

.cultureIdeaIntro {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 30px;
}

/* 课程体系 */
.curriculum {
    padding-bottom: 90px;
}

.curriculumIntro {
    text-align: justify;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 50px;
}

.curriculumTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.curriculumTop .curriculumtem {
    flex: 1;
}

.curriculumTop .curriculumtem:nth-child(1) {
    margin-right: 30px;
}

/* 师资力量 */
.faculty {
    background: #efefef;
    padding-bottom: 80px;
}

.facultyData {
    background: url(../img/facultyBg02.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 310px;
}

.facultyBox {
    margin-top: -250px;
}

.facultyDataBox ul {
    display: flex;
    flex-wrap: wrap;
}

.facultyDataBox ul li {
    flex: auto;
    border-right: 1px solid #ffffff;
}

.facultyDataBox ul li:last-child {
    border-right: 0;
}

.facultyDataItem {
    text-align: center;
    color: #ffffff;
    line-height: 26px;
}

.facultyDataItem p:nth-child(1) {
    font-size: 50px;
    font-weight: bold;
    line-height: 65px;
}

.facultyBlock {
    padding: 45px 55px;
    background: #ffffff;
}

.facultyTitle {
    color: #02542C;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 45px;
    background: url(../img/facultyIcon.png) no-repeat center left;
    background-size: 31px;
    margin-bottom: 35px;
}

.facultyItem {
    margin-bottom: 45px;
}

.facultyItem04 {
    margin-bottom: 0;
}

/* 国际视野 */
.internationalBox {
    padding-bottom: 80px;
}

.internationalChange {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}

.internationalChangeLeft {
    width: 44.5%;
    margin-right: 2%;
}

.internationalChangeRight {
    width: 53.5%;
}

.internationalTitle {
    margin-bottom: 20px;
}

.internationalCont p {
    font-size: 18px;
    text-align: justify;
}

.internationalCont p:nth-child(1) {
    margin-bottom: 15px;
}

.internationalSchool ul {
    display: flex;
    flex-wrap: wrap;
}

.internationalSchool ul li {
    width: 18%;
    margin-right: 2.5%;
    padding: 5px 0;
    padding-left: 23px;
    box-sizing: border-box;
    border-left: 3px solid #02542C;
    margin-bottom: 40px;
}

.internationalSchool ul li:nth-child(5) {
    margin-right: 0;
}

.overseasList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.overseasList ul li {
    flex: 1;
    position: relative;
    margin-right: 40px;
}

.overseasList ul li:last-child {
    margin-right: 0;
}

.overseasList ul li p {
    background: #02542C;
    font-size: 24px;
    line-height: 53px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.internationalTourBox {
    height: 515px;
    z-index: 2;
    cursor: pointer;
    background-image: url(../img/internationalTour02.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: cover;
    /* background-size: contain; */
    animation-play-state: running;
    -webkit-animation: special 300s linear infinite;
    -moz-animation: special 300s linear infinite;
    -ms-animation: special 300s linear infinite;
    -o-animation: special 300s linear infinite;
    animation: special 300s linear infinite;
}

/* 职业发展 */
.careerDevelopment {
    background: url(../img/careerDevelopmentBg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 85px;
}

.careerDevelopmentItemCont01 {
    margin-top: 44px;
    margin-bottom: 80px;
}

.careerDevelopmentItemIntro {
    font-size: 18px;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 30px;
}

.careerDevelopmentItemCont02_img {
    margin-bottom: 80px;
}

.careerDevelopmentItemCont02_img img {
    margin: 0 auto;
}

.careerDevelopmentItemCont03 {
    margin-bottom: 80px;
}

.careerDevelopmentItemCont04 {
    margin-top: 40px;
}

/* 校园生活 */
.life {
    padding-bottom: 90px;
}

.lifeTop {
    margin-bottom: 60px;
}

.lifeTopTitle {
    color: #02542C;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}

.lifeTopBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lifeItem {
    width: 47%;
    background: url(../img/lifeItemBg02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.lifeItemLeft {
    width: 26%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    border-right: 5px solid #c1a160;
    box-sizing: border-box;
}

.lifeItemLeft p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
    writing-mode: vertical-rl;
    margin: 0 auto;
}

.lifeItemRight {
    width: 74%;
}

.lifeItem01 .lifeItemLeft {
    background: url(../img/lifeItemLeft01.jpg) no-repeat center center;
    background-size: cover;
}

.lifeItem02 .lifeItemLeft {
    background: url(../img/lifeItemLeft02.jpg) no-repeat center center;
    background-size: cover;
}

.lifeItemRightBox {
    padding: 50px;
}

.lifeItemRightBox ul {
    display: flex;
    flex-wrap: wrap;
}

.lifeItemRightBox ul li {
    width: 48%;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}

.lifeBottomTitle {
    margin-bottom: 15px;
}

.lifeBottomTitle p {
    display: inline-block;
    margin-right: 15px;
    font-size: 28px;
    line-height: 50px;
    cursor: pointer;
}

.lifeBottomTitle p.active {
    font-size: 36px;
    font-weight: bold;
    color: #02542C;
}

.lifeBottomCont ul li {
    display: none;
}

.lifeBottomCont ul li.active {
    display: block;
}

.lifeBottomImg {
    height: 500px;
    z-index: 2;
    cursor: pointer;
    background-image: url(../img/lifeBottomImg01_u.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: cover;
    /* background-size: contain; */
    animation-play-state: running;
    -webkit-animation: special 380s linear infinite;
    -moz-animation: special 380s linear infinite;
    -ms-animation: special 380s linear infinite;
    -o-animation: special 380s linear infinite;
    animation: special 380s linear infinite;
}

.lifeBottomImg02 {
    height: 500px;
    background-image: url(../img/lifeBottomImg02_u.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: cover;
    -webkit-animation: special 600s linear infinite;
    -moz-animation: special 600s linear infinite;
    -ms-animation: special 600s linear infinite;
    -o-animation: special 600s linear infinite;
    animation: special 600s linear infinite;
}

@-webkit-keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1200% 0;
    }
}

@-moz-keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1200% 0;
    }
}

@-ms-keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1200% 0;
    }
}

@-o-keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1200% 0;
    }
}

@keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1200% 0;
    }
}

/* 学生结构 */
.studentStructure {
    background: url(../img/studentStructureBg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 90px;
}

.studentStructureTitle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.studentStructureTitle ul li {
    width: 48.3%;
    border: solid 2px #ffffff;
    line-height: 94px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.studentStructureTitle ul li.active {
    background: #c1a160;
    border: solid 2px #c1a160;
}


.studentStructureCont ul li {
    display: none;
}

.studentStructureCont ul li.active {
    display: block;
}

.studentStructureItem {
    margin-bottom: 25px;
}

.studentStructureCont ul li .studentStructureItem:last-child {
    margin-bottom: 0;
}

.studentStructureItem01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.studentStructureItem01 img:nth-child(2) {
    margin: 0 30px;
}

/* 申请流程 */
.applicationProcess {
    background: #efefef;
    padding-bottom: 60px;
}

.applicationProcessMark {
    font-size: 20px;
    margin-top: 30px;
    color: #02542c;
}

.applicationProcessItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.applicationProcessItem img {
    pointer-events: none;
    user-select: none;
}

.applicationProcessItem01 img:nth-child(1) {
    width: 18.8572%;
}

.applicationProcessItem01 img:nth-child(2) {
    width: 30%;
    animation-delay: 0.1s;
}

.applicationProcessItem01 img:nth-child(3) {
    width: 49%;
    animation-delay: 0.2s;
}

.applicationProcessItem02 img:nth-child(1) {
    width: 18.8572%;
    animation-delay: 0.3s;
}

.applicationProcessItem02 img:nth-child(2) {
    width: 39.7143%;
    animation-delay: 0.4s;
}

.applicationProcessItem02 img:nth-child(3) {
    width: 39.2858%;
    animation-delay: 0.5s;
}

.applicationProcessItem03 img:nth-child(1) {
    width: 18.8572%;
    animation-delay: 0.6s;
}

.applicationProcessItem03 img:nth-child(2) {
    width: 39.7143%;
    animation-delay: 0.7s;
}

.applicationProcessItem03 img:nth-child(3) {
    width: 39.2858%;
    animation-delay: 0.8s;
}

.applicationProcessItem02 a {
    position: absolute;
    z-index: 2;
    width: 14.5%;
    height: 30px;
    bottom: 55%;
    right: 14.58%;
    display: block;
}

.applicationProcessItem03 a {
    position: absolute;
    z-index: 2;
    width: 17.5%;
    height: 30px;
    bottom: 49%;
    right: 42.35%;
    display: block;
}

.applyBtn {
    margin-top: 30px;
}

.applyBtn a {
    width: 600px;
    margin: 0 auto;
    display: block;
}

.applyBtn a p {
    color: #ffffff;
    background: #02542C;
    font-size: 30px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    border-radius: 45px;
}

/* 联系我们 */

.contactUs {
    padding: 75px 0;
    background: #02542c;
}

.contactUsBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contactUsLeft {
    width: 58%;
}

.contactUsRight {
    width: 42%;
}

.contactUsTitle p {
    color: #ffffff;
    font-size: 34px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 25px;
}

.contactUsCont {
    display: flex;
    align-items: center;
}

.contactUsCont .contactUsCont_left {
    width: 146px;
    margin-right: 20px;
}

.contactUsCont .contactUsCont_Right {
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
}

.contactUsCont .contactUsCont_Right p a {
    color: #ffffff;
}

.contactUsCont .contactUsCont_Right p a:hover {
    color: #be9d59;
}

.contactUsRight a {
    display: block;
    width: 349px;
    margin: 0 auto;
}

/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: #02542c;
    padding: 8px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
}

.backTop img {
    width: 100%;
}

.backTop p {
    display: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.backTop:hover img {
    display: none;
}

.backTop:hover p {
    display: block;
}


@media (max-width:1400px) {
    .publicBox {
        width: 1200px;
        margin: 0 auto;
    }

    .menuBox {
        height: 70px;
    }

    .menuBox .menuBlock {
        width: 1200px;
    }

    .menuBoxUpdate {
        top: 0;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        font-size: 18px;
        line-height: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .menuBox .menuBlock .menuLogoBox img {
        margin-top: 15px;
        height: 40px;
    }

    .itemTitleBox {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .itemTitleBlock .itemTitleName {
        font-size: 40px;
    }

    .itemTitleBlock .itemSubTitleName {
        font-size: 24px;
    }

    .itemTitleBlock span {
        margin-top: 10px;
    }

    .bannerLogo {
        margin-bottom: 5%;
    }

    .bannerBlock .bannerTitle {
        width: 450px;
    }

    .bannerLogo01 {
        width: 160px;
    }

    .bannerLogo02 {
        height: 50px;
    }

    .schoolIntroContBox p {
        font-size: 16px;
        line-height: 32px;
    }

    .authenticationBox ul li {
        margin-right: 8px;
    }

    .projectIntroCont p {
        font-size: 16px;
    }

    .authenticationCont p {
        padding: 0 20px;
    }

    .authenticationCont p span {
        display: inline-block;
    }

    .projectIntroItem:nth-child(1) {
        margin-right: 25px;
    }

    .projectIntroListItemCont {
        font-size: 16px;
    }

    .projectIntroItem {
        padding: 30px 25px;
    }

    .projectIntro {
        padding-bottom: 60px;
    }

    .projectClassBlock ul li {
        min-height: 255px;
    }

    .projectClass {
        padding-bottom: 60px;
    }

    .projectClassMark p {
        font-size: 16px;
    }

    .cultureIdeaIntro {
        font-size: 16px;
    }

    .cultureIdeaTop {
        margin-bottom: 50px;
    }

    .cultureIdea {
        padding-bottom: 60px;
    }

    .curriculumIntro {
        font-size: 16px;
        line-height: 32px;
    }

    .curriculum {
        padding-bottom: 60px;
    }

    .facultyDataItem p:nth-child(1) {
        font-size: 45px;
    }

    .facultyBox {
        margin-top: -270px;
    }

    .facultyTitle {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .facultyItem {
        margin-bottom: 25px;
    }

    .faculty {
        padding-bottom: 60px;
    }

    .facultyBlock {
        padding: 35px 45px;
    }

    .internationalCont p {
        font-size: 16px;
    }

    .internationalSchool ul li {
        padding-left: 15px;
        width: 18.5%;
        margin-right: 1.875%;
    }

    .internationalMap {
        margin-top: 60px;
    }

    .internationalBox {
        padding-bottom: 60px;
    }

    .overseasList ul li p {
        font-size: 20px;
    }

    .careerDevelopmentItemIntro {
        font-size: 16px;
    }

    .careerDevelopmentItemCont01 {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .careerDevelopmentItemCont02_img {
        margin-bottom: 50px;
    }

    .careerDevelopmentItemCont03 {
        margin-bottom: 50px;
    }

    .careerDevelopment {
        padding-bottom: 60px;
    }

    .life {
        padding-bottom: 60px;
    }

    .lifeTop {
        margin-bottom: 45px;
    }

    .lifeItemRightBox {
        padding: 40px 50px;
    }

    .lifeTopTitle {
        font-size: 28px;
    }

    .lifeItemRightBox ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .lifeItemLeft p {
        font-size: 26px;
    }

    .lifeBottomTitle p {
        font-size: 24px;
    }

    .lifeBottomTitle p.active {
        font-size: 28px;
    }

    .lifeBottomImg {
        height: 400px;
    }

    .lifeBottomImg02 {
        height: 400px;
    }

    .studentStructureTitle ul li {
        font-size: 26px;
        line-height: 70px;
    }

    .studentStructureTitle ul {
        margin-bottom: 40px;
    }

    .studentStructureItem {
        margin-bottom: 20px;
    }

    .studentStructure {
        padding-bottom: 60px;
    }

    .studentStructureItem01 img:nth-child(1) {
        width: 29%;
    }

    .studentStructureItem01 img:nth-child(2) {
        width: 33.36%;
        margin: 0 auto;
    }

    .studentStructureItem01 img:nth-child(3) {
        width: 33.36%;
    }

    .applicationProcessMark {
        font-size: 16px;
    }

    .contactUs {
        padding: 60px 0;
    }

    .contactUsTitle p {
        font-size: 32px;
    }

    .contactUsCont .contactUsCont_Right {
        font-size: 18px;
    }

    .internationalTourBox {
        height: 400px;
    }
}

@media (max-width: 1199px) {
    .publicBox {
        min-width: 1180px;
        margin: 0 auto;
        overflow: auto;
    }
}