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

.disNone {
    display: none;
}

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


/* banner样式 */

#bannerBox {
    background: url(../img/bannerBg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 5% 0 8% 19%;
    overflow-x: hidden;
}

#bannerBox .logoBox {
    width: 38%;
    animation-duration: 1.5s;
}

#bannerBox .bannerTitle {
    width: 53%;
    -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 .bannerSubTitle {
    width: 70%;
    margin: 3% 0;
    animation-duration: 1.5s;
}

#bannerBox .bannerTime {
    width: 31%;
    animation-duration: 1.5s;
}

@-webkit-keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -o-transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -o-transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}


/* 标题样式 */

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

.itemTitleBox .itemTitle {
    font-size: 46px;
    line-height: 60px;
    color: #231815;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
    font-weight: bold;
}

.itemTitleBox .itemTitle .itemTitleSquare {
    width: 32px;
    height: 32px;
    background: #C31842;
    display: inline-block;
}

.itemTitleBox .itemTitle .itemTitleEn {
    font-size: 36px;
    color: #807e81;
    letter-spacing: 0px;
}


/* 典礼议程 */

.ceremonyAgendaBox {
    position: relative;
    margin-bottom: 80px;
}

.ceremonyAgendaLine {
    width: 100%;
    height: 20px;
    background: #E08BA0;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.ceremonyAgendaCont {
    height: 240px;
    position: relative;
}

.ceremonyAgendaBlock .ceremonyAgendaTime {
    position: absolute;
    display: inline-block;
    top: 112px;
}

.ceremonyAgendaBlock .ceremonyAgendaTime02 {
    left: 73%;
}

.ceremonyAgendaBlock .ceremonyAgendaTime span {
    padding: 3px 36px 6px 19px;
    background: url(../img/ceremonyAgendaTimeBg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:nth-child(odd) {
    display: inline-block;
    background: url(../img/ceremonyAgendaItemBorder02.png) left no-repeat;
    background-size: contain;
    position: absolute;
    top: 24px;
    height: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 400;
    color: #231815;
    -webkit-animation: ZoomInUp 1.5s infinite ease;
    -moz-animation: ZoomInUp 1.5s infinite ease;
    -o-animation: ZoomInUp 1.5s infinite ease;
    -ms-animation: ZoomInUp 1.5s infinite ease;
    animation: ZoomInUp 1.5s infinite ease;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:nth-child(even) {
    display: inline-block;
    background: url(../img/ceremonyAgendaItemBorder01.png) left no-repeat;
    background-size: contain;
    position: absolute;
    top: 114px;
    height: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 400;
    color: #231815;
    -webkit-animation: ZoomInDown 1.5s infinite ease;
    -moz-animation: ZoomInDown 1.5s infinite ease;
    -o-animation: ZoomInDown 1.5s infinite ease;
    -ms-animation: ZoomInDown 1.5s infinite ease;
    animation: ZoomInDown 1.5s infinite ease;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:last-child {
    background: url(../img/ceremonyAgendaItemBorder01.png) left no-repeat;
    background-size: contain;
    top: 114px;
    height: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem01 {
    left: 14%;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem02 {
    left: 24%;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem03 {
    left: 34%;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem04 {
    left: 44%;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem05 {
    left: 54%;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem06 {
    left: 64%;
}

.ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem07 {
    left: 88%;
}

.ceremonyAgendaSlide {
    display: none;
}


/* 领导致辞 */

#deanSpeech {
    background: #E4E4E3;
    padding-bottom: 80px;
}

.deanSpeechBlock {
    overflow: hidden;
}

.deanSpeechBlock .deanSpeechPic {
    width: 38%;
    margin-right: 2%;
    float: left;
    animation-duration: 1.5s;
}

.deanSpeechBlock .deanSpeechPicCont {
    width: 60%;
    float: left;
    padding-top: 50px;
    animation-duration: 1.5s;
}

.deanSpeechBlock .deanSpeechPic img {
    width: 100%;
}

.deanSpeechBlock .deanSpeechPic .deanSpeechName {
    padding: 10px 0;
    background: #C21841;
}

.deanSpeechBlock .deanSpeechPic .deanSpeechName p {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
}

.deanSpeechBlock .deanSpeechPic .deanSpeechName p:nth-child(2) {
    font-size: 22px;
}

.deanSpeechBlock .deanSpeechPicCont p {
    font-size: 20px;
    line-height: 40px;
    color: #5c5d5d;
    font-weight: 400;
    text-align: justify;
    text-indent: 2em;
}

.deanSpeechBlock .deanSpeechPicCont a {
    display: inline-block;
    font-size: 18px;
    padding: 8px 15px;
    color: #ffffff;
    background: #C21841;
    border-radius: 18px;
    margin-top: 20px;
    text-decoration: none;
}


/* 开学祝福 */

#bestWishes {
    padding-bottom: 40px;
}

.bestWishesBlock ul {
    overflow: hidden;
}

.bestWishesBlock ul li {
    width: 24%;
    margin-right: 1.33%;
    float: left;
    position: relative;
}

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

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

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

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

.bestWishesBlock ul li:nth-child(5) {
    animation-delay: 2.4s;
}

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

.bestWishesBlock ul li .bestWishesPic {
    width: 100%;
}

.bestWishesBlock ul li .bestWishesName {
    position: absolute;
    width: 100%;
    top: 43%;
}

.bestWishesBlock ul li .bestWishesName img {
    width: 24%;
    margin-left: 38%;
    cursor: pointer;
}

.bestWishesBlock ul li .bestWishesName p {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    line-height: 46px;
}


/* 现场直击 */

.sceneAttackBlock {
    overflow: hidden;
}

.sceneAttackBlock .sceneAttackVideo {
    width: 65%;
    margin-right: 1%;
    float: left;
}

.sceneAttackBlock .sceneAttackVideo ul li video {
    cursor: pointer;
    outline: none;
    height: 438px;
}

.sceneAttackBlock .sceneAttackList {
    width: 34%;
    float: left;
}

.sceneAttackBlock .sceneAttackList ul li {
    overflow: hidden;
    margin-bottom: 11px;
}

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

.sceneAttackBlock .sceneAttackList ul li:nth-child(2) {
    animation-delay: 0.6s;
}

.sceneAttackBlock .sceneAttackList ul li:nth-child(3) {
    animation-delay: 1.2s;
}

.sceneAttackBlock .sceneAttackList ul li:nth-child(4) {
    animation-delay: 1.8s;
}

.sceneAttackList ul li .sceneAttackItemPic {
    width: 34%;
    float: left;
}

.sceneAttackList ul li .sceneAttackItemPic img {
    width: 100%;
}

.sceneAttackList ul li .sceneAttackItemCont {
    width: 64%;
    float: left;
    padding: 0px 0 0 2%;
}

.sceneAttackList ul li .sceneAttackItemCont p:nth-child(1) {
    display: inline-block;
    border-bottom: 2px solid #5c5d5d;
    font-size: 20px;
    line-height: 30px;
    color: #5c5d5d;
    margin-bottom: 6px;
}

.sceneAttackList ul li .sceneAttackItemCont p {
    font-size: 14px;
    line-height: 20px;
    color: #5c5d5d;
}


/* 项目概况 */

.projectOverviewSwiper {
    width: 100%;
    height: auto;
}

.projectOverviewSwiper .swiper-pagination-bullet-active {
    background: #C21841;
}

.projectOverviewBox .swiper-pagination-bullet-active {
    background: #C21841;
}

.projectOverviewBox .swiper-pagination {
    left: 50%;
}


/* 报名录取 */

.applyForAdmissionBgBlcok {
    width: 100%;
    height: 800px;
    background: #C21841;
}

.applyForAdmissionBox {
    padding: 50px 0 60px 0;
    margin-top: -800px;
    /* background: #C21841; */
}

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

.applyForAdmissionContBox .applyForAdmissionContBlock {
    width: 49%;
    margin-right: 2%;
    background: #ffffff;
    float: left;
    height: 320px;
}

.applyForAdmissionContBox .applyForAdmissionContBlock:nth-child(2) {
    margin-right: 0;
}

.applyForAdmissionContBlock .applyForAdmissionContItem {
    padding: 40px 50px 50px 50px;
}

.applyForAdmissionContBlock .applyForAdmissionContItem h1 {
    font-size: 24px;
    line-height: 30px;
    color: #c21841;
    font-weight: bold;
}

.applyForAdmissionContBlock .applyForAdmissionContItem p {
    font-size: 18px;
    color: #231815;
    font-weight: 400;
    margin-top: 15px;
}

.applyForAdmissionContBlock .applyForAdmissionContItem p span {
    font-size: 24px;
    color: #c21841;
    font-weight: bold;
    letter-spacing: 1px;
}

.applyForAdmissionContBox .applyForAdmissionContBlock02 {
    width: 49%;
    margin-right: 2%;
    background: #ffffff;
    float: left;
    height: 110px;
    position: relative;
}

.applyForAdmissionContBox .applyForAdmissionContBlock02:nth-child(2) {
    margin-right: 0;
}

.applyForAdmissionContBlock02 .applyForAdmissionContItem {
    padding: 0px 0 0 50px;
}

.applyForAdmissionContBlock02 .applyForAdmissionContItem .applyForAdmissionContItemIcon {
    display: inline-block;
    width: 10%;
}

.applyForAdmissionContBlock02 .applyForAdmissionContItem p {
    width: 40%;
    float: left;
    background: url(../img/applyForAdmissionContItemIcon01.png) no-repeat left;
    padding-left: 80px;
    font-size: 28px;
    line-height: 110px;
    color: #c21841;
    font-weight: bold;
}

.applyForAdmissionContBlock02 .applyForAdmissionContItem .applyForAdmissionClick {
    position: absolute;
    top: 18px;
    width: 16%;
    left: 60%;
    -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;
}

.applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem p {
    background: url(../img/applyForAdmissionContItemIcon02.png) no-repeat left;
    line-height: 90px;
    background-position-y: 30px;
}

.applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem span {
    font-size: 17px;
    color: #c21841;
    position: absolute;
    top: 60px;
    left: 130px;
}

.applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem .applyForAdmissionClick {
    left: 45%;
}

.applyForAdmissionProcessBox {
    position: relative;
    width: 100%;
    background: #ffffff;
    box-shadow: 2px 4px 7px 0px rgba(0, 50, 76, 0.3);
}

.applyForAdmissionProcessBlock {
    overflow: hidden;
    padding: 50px 60px;
}

.applyForAdmissionProcessBlock ul {
    overflow: hidden;
}

.applyForAdmissionProcessBlock ul li {
    width: 12%;
    float: left;
    margin-right: 5.6%;
}

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

.applyForAdmissionProcessBlock ul li:nth-child(odd) .applyForAdmissionProcessTitle {
    height: 194px;
    background: #C21841;
    border-radius: 15px;
    color: #ffffff;
}

.applyForAdmissionProcessBlock ul li:nth-child(even) .applyForAdmissionProcessTitle {
    height: 194px;
    background: #C6C6C6;
    border-radius: 15px;
    color: #262626;
}

.applyForAdmissionProcessBlock ul li .applyForAdmissionProcessTitle p {
    text-align: center;
    position: relative;
    /* display: inline-block; */
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 30px;
}

.applyForAdmissionProcessBlock ul li .applyForAdmissionProcessIcon img {
    width: 30%;
    margin-left: 35%;
    margin-top: -30px;
    -webkit-animation: ZoomInDown 2s infinite ease;
    -moz-animation: ZoomInDown 2s infinite ease;
    -o-animation: ZoomInDown 2s infinite ease;
    -ms-animation: ZoomInDown 2s infinite ease;
    animation: ZoomInDown 2s infinite ease;
}

@-webkit-keyframes ZoomInDown {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@keyframes ZoomInDown {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@-webkit-keyframes ZoomInUp {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@keyframes ZoomInUp {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

.applyForAdmissionProcessBlock ul li .applyForAdmissionProcessCont p {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
    color: #444444;
}


/* 岭南宣传视频 */

.lnVideoBox video {
    cursor: pointer;
    outline: none;
    height: 810px;
}


/* 联系我们 */

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

.contactUsBlock {
    overflow: hidden;
    margin-bottom: 75px;
}

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

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

.contactUsBlock .contactUsCont p {
    padding-left: 40px;
    font-size: 21px;
    line-height: 44px;
    color: #2c2d2d;
    font-weight: 400;
}

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

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

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

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

.contactUsBlock .contactUsCont p a {
    color: #2c2d2d;
    outline: none;
}

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

.contactUsBlock .contactUsCode .contactUsScanCode {
    width: 35%;
    margin-left: 65%;
    margin-bottom: 10px;
}

.contactUsBlock .contactUsCode .contactUsScanCode .contactUsScanCodeBox {
    padding: 3% 3% 3% 5%;
    /* height: 150px; */
    background: #C21841;
    overflow: hidden;
}

.contactUsBlock .contactUsCode .contactUsScanCode p {
    width: 20%;
    float: left;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    font-size: 17px;
    line-height: 23px;
    color: #e4e4e3;
    padding-top: 30px;
    font-weight: bold;
}

.contactUsBlock .contactUsCode .contactUsScanCode img {
    width: 80%;
    float: left;
}

.contactUsBlock .contactUsCode .authentication {
    width: 50%;
    margin-left: 50%;
}

.contactUsRedBlock {
    width: 100%;
    height: 60px;
    background: #C21841;
}

.contactUsRedBlock P {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    font-weight: 400;
}

.contactUsRedBlock P a {
    color: #ffffff;
}

.contactUsRedBlock P a:hover {
    color: #ffbc00;
}


/* 返回顶部 */

.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) {
    .itemTitleBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contactUs .itemTitleBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .itemTitleBox .itemTitle {
        font-size: 35px;
    }
    .itemTitleBox .itemTitle .itemTitleEn {
        font-size: 25px;
    }
    .itemTitleBox .itemTitle .itemTitleSquare {
        width: 22px;
        height: 22px;
    }
    #bannerBox {
        padding: 5% 0 8% 12%;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime {
        top: 116px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime span {
        font-size: 18px;
    }
    .ceremonyAgendaBox {
        margin-bottom: 50px;
    }
    #deanSpeech {
        padding-bottom: 50px;
    }
    .deanSpeechBlock .deanSpeechPic .deanSpeechName p {
        font-size: 24px;
    }
    .deanSpeechBlock .deanSpeechPic .deanSpeechName p:nth-child(2) {
        font-size: 20px;
    }
    .deanSpeechBlock .deanSpeechPicCont p {
        font-size: 18px;
    }
    .bestWishesBlock ul li .bestWishesName p {
        font-size: 20px;
    }
    .lnVideoBox video {
        height: auto;
    }
    .contactUsBlock .contactUsCont p {
        font-size: 20px;
    }
    .contactUsRedBlock {
        height: 40px;
    }
    .contactUsRedBlock P {
        font-size: 16px;
        line-height: 40px;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 92%;
        margin: 0 4%;
        overflow: hidden;
    }
    #bannerBox {
        padding: 5% 0 8% 12%;
    }
    .itemTitleBox .itemTitle {
        font-size: 28px;
    }
    .itemTitleBox .itemTitle .itemTitleEn {
        font-size: 22px;
    }
    .itemTitleBox .itemTitle .itemTitleSquare {
        width: 18px;
        height: 18px;
    }
    .itemTitleBox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contactUs .itemTitleBox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime span {
        font-size: 18px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime {
        top: 116px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:nth-child(odd) {
        top: 34px;
        padding-left: 20px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:nth-child(even) {
        padding-left: 20px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:nth-child(9) {
        top: 120px;
    }
    .deanSpeechBlock .deanSpeechPic .deanSpeechName p {
        font-size: 22px;
    }
    .deanSpeechBlock .deanSpeechPic .deanSpeechName p:nth-child(2) {
        font-size: 18px;
    }
    .deanSpeechBlock .deanSpeechPicCont p {
        font-size: 16px;
        line-height: 32px;
    }
    .deanSpeechBlock .deanSpeechPicCont {
        padding-top: 10px;
    }
    .deanSpeechBlock .deanSpeechPicCont a {
        font-size: 16px;
    }
    #deanSpeech {
        padding-bottom: 40px;
    }
    .bestWishesBlock ul li .bestWishesName p {
        font-size: 20px;
    }
    .sceneAttackBlock .sceneAttackVideo {
        width: 55%;
    }
    .sceneAttackBlock .sceneAttackList {
        width: 44%;
    }
    .sceneAttackList ul li .sceneAttackItemCont p:nth-child(1) {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .sceneAttackList ul li .sceneAttackItemCont p {
        font-size: 14px;
        line-height: 20px;
    }
    .sceneAttackBlock .sceneAttackVideo ul li video {
        height: auto;
    }
    .applyForAdmissionContBlock .applyForAdmissionContItem {
        padding: 10px 15px 10px 15px;
    }
    .applyForAdmissionContBox .applyForAdmissionContBlock02 {
        height: 80px;
    }
    .applyForAdmissionContBlock .applyForAdmissionContItem h1 {
        font-size: 20px;
    }
    .applyForAdmissionContBlock .applyForAdmissionContItem p {
        font-size: 16px;
        margin-top: 10px;
    }
    .applyForAdmissionContBlock .applyForAdmissionContItem p span {
        font-size: 18px;
    }
    .applyForAdmissionContBlock02 .applyForAdmissionContItem {
        padding: 0px 0 0 20px;
    }
    .applyForAdmissionContBlock02 .applyForAdmissionContItem p {
        width: 60%;
        font-size: 20px;
        background-size: 40px;
        background-position-y: 20px;
        line-height: 80px;
        padding-left: 60px;
    }
    .applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem p {
        line-height: 70px;
        background-size: 40px;
    }
    .applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem span {
        font-size: 16px;
        top: 50px;
        left: 80px;
    }
    .applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem .applyForAdmissionClick {
        left: 60%;
    }
    .applyForAdmissionBox {
        padding: 20px 0 20px 0;
    }
    .applyForAdmissionContBlock02 .applyForAdmissionContItem .applyForAdmissionClick {
        top: 12%;
    }
    .applyForAdmissionProcessBlock ul li .applyForAdmissionProcessTitle p {
        font-size: 20px;
    }
    .applyForAdmissionProcessBlock ul li .applyForAdmissionProcessCont p {
        font-size: 18px;
    }
    .lnVideoBox video {
        height: auto;
    }
    .contactUsBlock .contactUsCont p {
        padding-left: 30px;
        font-size: 18px;
        line-height: 36px;
    }
    .contactUsBlock .contactUsCont p:nth-child(1) {
        background-size: 16px;
        background-position-y: 10px;
    }
    .contactUsBlock .contactUsCont p:nth-child(2) {
        background-size: 16px;
        background-position-y: 10px;
    }
    .contactUsBlock .contactUsCont p:nth-child(3) {
        background-size: 16px;
        background-position-y: 10px;
    }
    .contactUsBlock .contactUsCont p:nth-child(4) {
        background-size: 16px;
        background-position-y: 10px;
    }
    .contactUsBlock .contactUsCode {
        width: 40%;
    }
    .contactUsBlock .contactUsCode .contactUsScanCode {
        width: 150px;
        margin: 0 0 10px 0;
        float: right;
    }
    .contactUsBlock .contactUsCode .contactUsScanCode p {
        padding-top: 20px;
    }
    .contactUsBlock .contactUsCode .authentication {
        width: 60%;
        margin: 10px 0% 10px 40%;
        clear: both;
    }
    .contactUsRedBlock {
        height: 40px;
    }
    .contactUsRedBlock P {
        font-size: 16px;
        line-height: 40px;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767px) {
    #bannerBox {
        padding: 10% 0 10% 0%;
    }
    #bannerBox .logoBox {
        width: 60%;
        margin-left: 20%;
    }
    #bannerBox .bannerTitle {
        width: 80%;
        margin-left: 10%;
    }
    #bannerBox .bannerSubTitle {
        width: 84%;
        margin-left: 8%;
    }
    #bannerBox .bannerTime {
        width: 40%;
        margin-left: 30%;
    }
    .itemTitleBox .itemTitle {
        font-size: 24px;
        letter-spacing: 0px;
    }
    .itemTitleBox .itemTitle .itemTitleEn {
        font-size: 16px;
        display: none;
    }
    .itemTitleBox .itemTitle .itemTitleSquare {
        width: 12px;
        height: 12px;
    }
    .itemTitleBox {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    .ceremonyAgendaBox {
        overflow-x: scroll;
        margin-bottom: 20px;
    }
    /* .ceremonyAgendaBlock {
        width: 1200px;
    }
    .ceremonyAgendaLine {
        width: 1200px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime span {
        font-size: 16px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime {
        top: 118px;
    } */
    #deanSpeech {
        padding-bottom: 20px;
    }
    .deanSpeechBlock .deanSpeechPic {
        width: 100%;
        margin-right: 0;
    }
    .deanSpeechBlock .deanSpeechPic .deanSpeechName p {
        font-size: 20px;
    }
    .deanSpeechBlock .deanSpeechPic .deanSpeechName p:nth-child(2) {
        font-size: 16px;
    }
    .deanSpeechBlock .deanSpeechPic .deanSpeechName {
        padding: 5px 0;
    }
    .deanSpeechBlock .deanSpeechPicCont {
        width: 100%;
        padding-top: 10px;
    }
    .deanSpeechBlock .deanSpeechPicCont p {
        font-size: 16px;
        line-height: 26px;
    }
    .deanSpeechBlock .deanSpeechPicCont a {
        font-size: 16px;
    }
    .sceneAttackBlock .sceneAttackVideo {
        width: 100%;
    }
    #bestWishes {
        padding-bottom: 20px;
    }
    .bestWishesBlock ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 5px;
    }
    .bestWishesBlock ul li:nth-child(2),
    .bestWishesBlock ul li:nth-child(4) {
        margin-right: 0;
    }
    /* .bestWishesBlock ul li:nth-child(5){
        margin-left: 25.5%;
    } */
    .bestWishesBlock ul li .bestWishesName p {
        font-size: 18px;
    }
    .sceneAttackBlock .sceneAttackVideo ul li video {
        /* height: 260px; */
        height: auto;
    }
    .sceneAttackBlock .sceneAttackList {
        width: 100%;
    }
    .sceneAttackList ul li .sceneAttackItemPic {
        width: 36%;
    }
    .sceneAttackList ul li .sceneAttackItemCont {
        width: 62%;
        padding-top: 0;
    }
    .sceneAttackList ul li .sceneAttackItemCont p:nth-child(1) {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .sceneAttackList ul li .sceneAttackItemCont p {
        font-size: 14px;
        line-height: 20px;
    }
    .applyForAdmissionContBox {
        margin-bottom: 0;
    }
    .applyForAdmissionContBox .applyForAdmissionContBlock {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .applyForAdmissionContBlock .applyForAdmissionContItem {
        padding: 10px;
    }
    .applyForAdmissionContBlock .applyForAdmissionContItem h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .applyForAdmissionContBlock .applyForAdmissionContItem p {
        font-size: 16px;
        margin-top: 10px;
    }
    .applyForAdmissionContBlock .applyForAdmissionContItem p span {
        font-size: 18px;
    }
    .applyForAdmissionContBox .applyForAdmissionContBlock02 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 60px;
    }
    .applyForAdmissionContBlock02 .applyForAdmissionContItem {
        padding: 0px 0 0 20px;
    }
    .applyForAdmissionContBlock02 .applyForAdmissionContItem p {
        width: 60%;
        font-size: 20px;
        background-size: 30px;
        background-position-y: 10px;
        line-height: 60px;
        padding-left: 40px;
    }
    .applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem p {
        line-height: 50px;
        background-size: 30px;
        background-position-y: 15px;
    }
    .applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem span {
        font-size: 14px;
        top: 35px;
        left: 60px;
    }
    .applyForAdmissionContBlock02 .applyForAdmissionContItem .applyForAdmissionClick {
        top: 5px;
        width: 55px;
        left: 80%;
    }
    .applyForAdmissionContBlock02:nth-child(2) .applyForAdmissionContItem .applyForAdmissionClick {
        left: 80%;
    }
    .applyForAdmissionBox {
        padding: 20px 0 20px 0;
    }
    .applyForAdmissionProcessBlock {
        padding: 10px 10px;
    }
    .applyForAdmissionProcessBlock ul li .applyForAdmissionProcessTitle p {
        font-size: 16px;
        line-height: 24px;
    }
    .applyForAdmissionProcessBlock ul li {
        width: 14.2%;
        margin-right: 2.6%;
    }
    .applyForAdmissionProcessBlock ul li .applyForAdmissionProcessIcon img {
        width: 50%;
        margin-left: 25%;
    }
    .applyForAdmissionProcessBlock ul li:nth-child(odd) .applyForAdmissionProcessTitle {
        height: 154px;
    }
    .applyForAdmissionProcessBlock ul li:nth-child(even) .applyForAdmissionProcessTitle {
        height: 154px;
    }
    .applyForAdmissionProcessBlock ul li .applyForAdmissionProcessCont p {
        font-size: 14px;
        line-height: 20px;
    }
    .lnVideoBox video {
        height: auto;
    }
    .contactUs .itemTitleBox {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contactUsBlock .contactUsCont {
        width: 100%;
    }
    .contactUsBlock .contactUsCont p {
        padding-left: 30px;
        font-size: 16px;
        line-height: 32px;
    }
    .contactUsBlock .contactUsCont p:nth-child(1) {
        background-size: 18px;
        background-position-y: 8px;
    }
    .contactUsBlock .contactUsCont p:nth-child(2) {
        background-size: 18px;
        background-position-y: 8px;
    }
    .contactUsBlock .contactUsCont p:nth-child(3) {
        background-size: 18px;
        background-position-y: 8px;
    }
    .contactUsBlock .contactUsCont p:nth-child(4) {
        background-size: 18px;
        background-position-y: 8px;
    }
    .contactUsBlock .contactUsCode {
        width: 100%;
    }
    .contactUsBlock .contactUsCode .contactUsScanCode {
        width: 150px;
        margin: 0 auto;
    }
    .contactUsBlock .contactUsCode .contactUsScanCode p {
        padding-top: 20px;
    }
    .contactUsBlock .contactUsCode .authentication {
        width: 60%;
        margin: 10px 20% 10px 20%;
    }
    .contactUsRedBlock {
        height: 30px;
    }
    .contactUsRedBlock P {
        font-size: 14px;
        line-height: 30px;
    }
    /* 返回顶部 */
    .backTop {
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
    /* 二次调整典礼议程 */
    .ceremonyAgendaBlock {
        width: 750px;
    }
    .ceremonyAgendaLine {
        width: 750px;
    }
    .ceremonyAgendaCont {
        height: 180px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime span {
        font-size: 16px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime {
        top: 88px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:nth-child(even) {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 10px;
        top: 90px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:nth-child(odd) {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 10px;
        top: 30px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem:nth-child(9) {
        top: 90px;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem01 {
        left: 17%;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem02 {
        left: 24%;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem03 {
        left: 32%;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem04 {
        left: 40%;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem05 {
        left: 56%;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem06 {
        left: 63%;
    }
    .ceremonyAgendaBlock .ceremonyAgendaTime02 {
        left: 70%;
    }
    .ceremonyAgendaBlock .ceremonyAgendaCont .ceremonyAgendaItem07 {
        left: 86%;
    }
    .ceremonyAgendaSlide {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #C21841;
    }
}