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 {
    overflow: hidden;
}

#bannerBox .bannerBlock {
    background: url(../img/bannerBg.png) no-repeat left top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 600px;
}

#bannerBox .logoBox {
    height: 74px;
}

#bannerBox .logoBlock {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#bannerBox .logoBox .logo {
    width: 195px;
    float: left;
    margin: 10px 0 0 0;
    animation-duration: 1.5s;
}

#bannerBox .logoBox .authentication {
    width: 217px;
    float: right;
    margin: 17px 0 0 0;
    animation-duration: 1.5s;
}

#bannerBox .bannerTitle {
    width: 33%;
    position: absolute;
    left: 19%;
    top: 180px;
    -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 .bannerCity {
    width: 450px;
    position: absolute;
    right: 19%;
    top: 110px;
    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);
    }
}


/* 菜单 */

.menuBox {
    width: 100%;
    margin-top: -55px;
    position: relative;
    z-index: 1;
}

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

.menuBlock ul {
    overflow: hidden;
    height: 110px;
    line-height: 110px;
}

.menuBlock ul li {
    width: 31%;
    margin-left: 1.7%;
    margin-right: 0%;
    position: relative;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #772743;
    animation-duration: 1.5s;
}

.menuBlock ul li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #ffffff;
    transform: skew(20deg);
}

.menuBlock ul li p {
    line-height: 70px;
    padding-top: 40px;
    color: #772743;
    font-weight: bold;
}

.menuBlock ul li:nth-child(1) p {
    background: url(../img/menuBlockIcon01.png) no-repeat center 15px;
}

.menuBlock ul li:nth-child(2) p {
    background: url(../img/menuBlockIcon02.png) no-repeat center 15px;
}

.menuBlock ul li:nth-child(3) p {
    background: url(../img/menuBlockIcon03.png) no-repeat center 15px;
}


/* 项目优势 */

#projectAdvantage {
    background: url(../img/projectAdvantageBg.png) no-repeat center center;
    background-size: cover;
    margin-top: -55px;
    padding-top: 120px;
    padding-bottom: 90px;
}

.projectAdvantageCont .projectAdvantageContItem01 {
    background: url(../img/projectAdvantageContBg.png) no-repeat center center;
    background-size: cover;
    padding: 50px 50px 100px 50px;
}

.projectAdvantageCont .projectAdvantageContItem01 .projectAdvantageContItem01Title {
    font-size: 24px;
    line-height: 50px;
    display: inline-block;
    border-bottom: 2px solid #772743;
    font-weight: bold;
    color: #772743;
}

.projectAdvantageCont .projectAdvantageContItem01 p {
    font-size: 18px;
    line-height: 38px;
    color: #231815;
    text-align: justify;
    animation-duration: 1.5s;
}

.projectAdvantageCont .projectAdvantageContItem01 p:nth-child(3) {
    margin-bottom: 30px;
}

.projectAdvantageCont .projectAdvantageContItem01 p span {
    color: #772743;
    font-weight: bold;
}

.projectAdvantageCont .projectAdvantageContItem01 p:nth-child(1),
.projectAdvantageCont .projectAdvantageContItem01 p:nth-child(2) {
    margin-bottom: 20px;
}

.projectAdvantageCont .projectAdvantageContItem02 ul {
    overflow: hidden;
    margin-top: 45px;
}

.projectAdvantageCont .projectAdvantageContItem02 ul li {
    width: 49%;
    height: 120px;
    background: #ffffff;
    margin-bottom: 20px;
    float: left;
    margin-right: 2%;
    cursor: pointer;
}

.projectAdvantageCont .projectAdvantageContItem02 ul li:nth-child(even) {
    margin-right: 0%;
}

.projectAdvantageCont .projectAdvantageContItem02 ul li p {
    text-align: center;
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 30px;
    color: #231815;
    font-weight: bold;
}

.projectAdvantageCont .projectAdvantageContItem02 ul li p span {
    color: #772743;
    font-weight: bold;
}

.projectAdvantageCont .projectAdvantageContItem02 ul .active {
    background: #772743;
    transition: all 1s ease;
}

.projectAdvantageCont .projectAdvantageContItem02 ul .active p {
    color: #ffffff;
}

.projectAdvantageCont .projectAdvantageContItem02 ul .active p span {
    color: #ffffff;
}


/* 项目特色 */

#projectFeature {
    padding: 75px 0 45px 0;
    background: #F4F5F5;
}

.projectFeatureBlock ul {
    overflow: hidden;
}

.projectFeatureBlock ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.projectFeatureBlock ul li .projectFeatureImg {
    width: 100%;
    height: 210px;
}

.projectFeatureBlock ul li p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 85px;
}

.projectFeatureBlock ul li:nth-child(even) p {
    color: #772743;
}

.projectFeatureBlock ul li:nth-child(1) {
    background: url(../img/projectFeatureBg01.png) no-repeat left top;
    background-size: 100% 100%;
    height: 210px;
}

.projectFeatureBlock ul li:nth-child(2) {
    background: url(../img/projectFeatureBg02.png) no-repeat left top;
    background-size: 100% 100%;
    height: 190px;
}

.projectFeatureBlock ul li:nth-child(3) {
    height: 210px;
    background: url(../img/projectFeatureBg03.png) no-repeat left top;
    background-size: 100% 100%;
}

.projectFeatureBlock ul li:nth-child(4) {
    background: url(../img/projectFeatureBg04.png) no-repeat left top;
    background-size: 100% 100%;
    height: 190px;
    margin-top: -30px;
}

.projectFeatureBlock ul li:nth-child(5) {
    background: url(../img/projectFeatureBg05.png) no-repeat left top;
    background-size: 100% 100%;
    height: 210px;
    margin-top: -50px;
}

.projectFeatureBlock ul li:nth-child(6) {
    background: url(../img/projectFeatureBg06.png) no-repeat left top;
    background-size: 100% 100%;
    height: 190px;
    margin-top: -30px;
}

.projectFeatureBlock ul li:nth-child(1) p {
    background: url(../img/projectFeatureIcon01.png) no-repeat center 40px;
}

.projectFeatureBlock ul li:nth-child(2) p {
    background: url(../img/projectFeatureIcon02.png) no-repeat center 40px;
}

.projectFeatureBlock ul li:nth-child(3) p {
    background: url(../img/projectFeatureIcon03.png) no-repeat center 40px;
}

.projectFeatureBlock ul li:nth-child(4) p {
    background: url(../img/projectFeatureIcon04.png) no-repeat center 40px;
}

.projectFeatureBlock ul li:nth-child(5) p {
    background: url(../img/projectFeatureIcon05.png) no-repeat center 40px;
}

.projectFeatureBlock ul li:nth-child(6) p {
    background: url(../img/projectFeatureIcon06.png) no-repeat center 40px;
}


/* 教师 */

#teachers {
    background: url(../img/teachersBg.png) no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}

.teachersBlock ul {
    overflow: hidden;
}

.teachersBlock ul li {
    width: 49%;
    height: 170px;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    background: #ffffff;
    font-weight: bold;
}

.teachersBlock ul li:nth-child(2),
.teachersBlock ul li:nth-child(4) {
    margin-right: 0;
}

.teachersBlock ul li p:nth-child(1) {
    width: 150px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    font-size: 60px;
    color: #ffffff;
    letter-spacing: -5px;
    float: left;
    background: url(../img/terchersNumberBg.png) no-repeat left;
}

.teachersBlock ul li p:nth-child(1) span {
    font-size: 20px;
    letter-spacing: 5px;
    color: #ffffff;
}

.teachersBlock ul li p:nth-child(2) {
    /* width: 240px; */
    padding-left: 10px;
    float: left;
    line-height: 170px;
    font-size: 20px;
    color: #772743;
    text-align: center;
}


/* .teachersBlock ul li:nth-child(4) p:nth-child(2),
.teachersBlock ul li:nth-child(5) p:nth-child(2) {
    width: 450px;
} */


/* 项目布局 */

#projectLayout {
    padding: 60px 0 100px 0;
    background: url(../img/projectLayoutBg.png) no-repeat left;
    background-size: contain;
    background-position-y: 50px;
}

.projectLayoutTitle p {
    font-size: 48px;
    color: #772743;
    text-align: center;
    font-weight: bold;
}

.projectLayoutBox {
    margin-top: 40px;
}

.projectLayoutBlock .projectLayoutTable table {
    width: 100%;
    text-align: center;
    box-shadow: 2px 4px 7px 0px rgba(0, 50, 76, 0.1);
}

.projectLayoutCategory ul {
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

.projectLayoutCategory ul li {
    width: 22%;
    background: #ebebec;
    font-size: 18px;
    color: #231815;
    line-height: 52px;
    border-radius: 10px;
    text-align: center;
    float: left;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.projectLayoutCategory ul .active {
    background: #772743;
    color: #ffffff;
}

.projectLayoutCategory ul .active:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 42%;
    bottom: -14px;
    border-right: solid 20px transparent;
    border-top: solid 14px #772743;
    border-left: solid 20px transparent;
}

.projectLayoutCategory ul li:nth-child(1) {
    margin-left: 23%;
    margin-right: 8%;
}

.projectLayoutPartTable tr th {
    font-size: 20px;
    line-height: 63px;
    color: #ffffff;
    font-weight: bold;
    background: #772743;
}

.projectLayoutPartTable tr td:nth-child(1) {
    font-size: 18px;
    line-height: 28px;
    padding: 11px 0;
    color: #231815;
    font-weight: bold;
}

.projectLayoutPartTable tr:nth-child(2) td {
    padding: 15px 0;
}

.projectLayoutPartTable tr:nth-child(3) td {
    font-weight: 500;
}

.projectLayoutPartTable tr td:last-child {
    padding: 15px 0;
}

.projectLayoutPartTable tr {
    background: #EBEBEC;
}

.projectLayoutPartTable tr td {
    color: #231815;
    font-size: 18px;
    border: 2px solid #ffffff;
    font-weight: 500;
}

.projectLayoutPartTable tr td span {
    font-size: 40px;
    font-weight: bold;
    color: #772743;
}

.projectLayoutPartTable tr td:nth-child(1) {
    width: 16%;
}

.projectLayoutPartTable tr:nth-child(3) td {
    color: #772743;
    font-weight: bold;
}

.projectLayoutPartTable tr td:nth-child(2),
.projectLayoutPartTable tr td:nth-child(3),
.projectLayoutPartTable tr td:nth-child(4),
.projectLayoutPartTable tr td:nth-child(5) {
    width: 21%;
}

.projectLayoutTable ul li {
    display: none;
    animation-duration: 2s;
}

.projectLayoutTable ul .active {
    display: block;
}

.projectLayoutTableMark p {
    font-size: 18px;
    line-height: 36px;
    color: #231815;
    margin-top: 10px;
}


/* 课程设置 */

#curriculum {
    padding: 60px 0 100px 0;
}

.curriculumBox {
    margin-top: 40px;
}

.curriculumTitle p {
    font-size: 48px;
    color: #772743;
    text-align: center;
    font-weight: bold;
}

.curriculumMark {
    font-size: 20px;
    line-height: 30px;
    color: #221815;
    margin-bottom: 40px;
    animation-duration: 1.5s;
}

.curriculumMark span {
    color: #772743;
    font-weight: bold;
}

.curriculumCategory ul {
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

.curriculumCategory ul li {
    width: 22%;
    background: #EBEBEC;
    font-size: 20px;
    color: #231815;
    line-height: 52px;
    border-radius: 10px;
    text-align: center;
    float: left;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.curriculumCategory ul .active {
    background: #772743;
    color: #ffffff;
}

.curriculumCategory ul .active:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 42%;
    bottom: -14px;
    border-right: solid 20px transparent;
    border-top: solid 14px #772743;
    border-left: solid 20px transparent;
}

.curriculumCategory ul li:nth-child(1) {
    margin-left: 23%;
    margin-right: 8%;
}

.curriculumCont ul li {
    overflow: hidden;
    display: none;
}

.curriculumCont ul .active {
    display: block;
}

.curriculumCont ul li .curriculumContPart {
    overflow: hidden;
}

.curriculumCont ul li .curriculumContPart .curriculumItemBox {
    float: left;
    /* width: 50%;
    height: 300px; */
}

.curriculumCont ul li .curriculumContPart .curriculumItemBox:nth-child(4n+1) {
    width: 51%;
    height: 290px;
}

.curriculumCont ul li .curriculumContPart .curriculumItemBox:nth-child(4n+2) {
    width: 49%;
    height: 310px;
}

.curriculumCont ul li .curriculumContPart .curriculumItemBox:nth-child(4n+3) {
    width: 49.5%;
    height: 310px;
    margin-top: -20px;
}

.curriculumCont ul li .curriculumContPart .curriculumItemBox:nth-child(4n+4) {
    width: 50.5%;
    height: 290px;
}

.curriculumCont ul li .curriculumContPart .curriculumItemBox:nth-child(3),
.curriculumCont ul li .curriculumContPart .curriculumItemBox:nth-child(4) {
    margin-bottom: 20px;
}

.curriculumContPart .curriculumItemBox:nth-child(4n+1) {
    background: url(../img/curriculumContBg01.png) no-repeat left top;
    background-size: 100% 100%;
}

.curriculumContPart .curriculumItemBox:nth-child(4n+2) {
    background: url(../img/curriculumContBg02.png) no-repeat left top;
    background-size: 100% 100%;
}

.curriculumContPart .curriculumItemBox:nth-child(4n+3) {
    background: url(../img/curriculumContBg03.png) no-repeat left top;
    background-size: 100% 100%;
}

.curriculumContPart .curriculumItemBox:nth-child(4n+4) {
    background: url(../img/curriculumContBg04.png) no-repeat left top;
    background-size: 100% 100%;
}

.curriculumContPart .curriculumItemBox .curriculumItemBlock {
    padding: 40px 0 0 40px;
    overflow: hidden;
}

.curriculumCont ul li .curriculumContPart .curriculumItemBox:nth-child(4n+3) .curriculumItemBlock {
    padding: 60px 0 0 40px;
}

.curriculumCont ul li .curriculumContPart .curriculumItemBox:nth-child(4n+4) .curriculumItemBlock {
    padding: 40px 0 0 60px;
}

.curriculumContPart .curriculumItemBox .curriculumItemTitle {
    width: 114px;
    height: 114px;
    background: #772743;
    border-radius: 50%;
    float: left;
}

.curriculumContPart .curriculumItemBox .curriculumItemTitle p {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.curriculumContPart .curriculumItemBox .curriculumItemCont {
    width: 66%;
    float: left;
    padding-left: 20px;
}

.curriculumContPart .curriculumItemBox .curriculumItemCont p {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 32px;
    color: #231815;
}

.curriculumContPart .curriculumItemBox .curriculumItemCont02 p {
    width: 50%;
}


/* 报考条件 */

#entryRequirements {
    background: url(../img/entryRequirementsBg.png) no-repeat right center;
    background-size: cover;
    padding: 70px 0 65px 0;
}

.entryRequirementsBox {
    margin-top: 50px;
}

.entryRequirementsTitle p {
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
}

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

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

.entryRequirementsCont .entryRequirementsItem {
    background: #ffffff;
    position: relative;
    padding: 0 40px;
}

.entryRequirementsCont .entryRequirementsItem01 {
    height: 500px;
    animation-duration: 1.5s;
}

.entryRequirementsCont .entryRequirementsItem02 {
    height: 175px;
    margin-bottom: 20px;
    animation-duration: 1.5s;
}

.entryRequirementsCont .entryRequirementsItem03 {
    height: 305px;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
}

.entryRequirementsCont .entryRequirementsItem:before {
    content: "01";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    font-size: 30px;
    line-height: 39px;
    color: #762642;
}

.entryRequirementsCont .entryRequirementsItem:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-right: solid 80px transparent;
    border-top: solid 80px #f3baa2;
    border-left: solid 0px transparent;
}

.entryRequirementsCont .entryRequirementsItem02:before {
    content: "02";
}

.entryRequirementsCont .entryRequirementsItem03:before {
    content: "03";
}

.entryRequirementsItem p {
    font-size: 18px;
    line-height: 36px;
    color: #3a3a3a;
    text-align: justify;
}

.entryRequirementsItem01 p:nth-child(1) {
    padding-top: 120px;
}

.entryRequirementsItem02 p:nth-child(1) {
    padding-top: 50px;
}

.entryRequirementsItem03 p:nth-child(1) {
    padding-top: 50px;
}


/* 招生政策及计划 */

#policiesAndPlans {
    background: #ffffff;
    padding: 70px 0 40px 0;
}

.policiesAndPlansTitle p {
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    color: #762642;
}

.policiesAndPlansCont {
    background: url(../img/policiesAndPlansContBg.png) no-repeat center center;
    background-size: cover;
    height: 222px;
    margin-top: 50px;
    overflow: hidden;
    padding: 35px 10px 0 40px;
    text-align: justify;
}

.policiesAndPlansCont p {
    font-size: 18px;
    line-height: 36px;
    color: #3a3a3a;
    padding-left: 20px;
    position: relative;
    animation-duration: 1.5s;
}

.policiesAndPlansCont p:nth-child(1) {
    margin-bottom: 20px;
}

.policiesAndPlansCont p span {
    color: #772743;
    font-weight: bold;
}

.policiesAndPlansCont p::before {
    content: '';
    width: 13px;
    height: 13px;
    top: 13px;
    left: 0;
    background: #762642;
    position: absolute;
}


/* 学位授予与证书 */

#degreeAndCertificate {
    background: url(../img/policiesAndPlansBg.png) no-repeat center center;
    background-size: cover;
    padding: 70px 0 56px 0;
}

.degreeAndCertificateTitle p {
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
}

.degreeAndCertificateCont {
    background: url(../img/policiesAndPlansContBg.png) no-repeat center center;
    background-size: cover;
    height: 222px;
    margin-top: 50px;
    overflow: hidden;
}

.degreeAndCertificateCont p {
    font-size: 18px;
    line-height: 35px;
    color: #231815;
    padding: 60px 40px 0 40px;
    animation-duration: 1.5s;
}


/* 奖助学金 */

#scholarShips {
    background: url(../img/scholarShipsBg.png) no-repeat center center;
    background-size: cover;
    padding: 70px 0 56px 0;
    height: 820px;
}

.scholarShipsTitle p {
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    color: #772743;
}

.scholarShipsBlockTitle {
    margin-top: 50px;
    font-size: 18px;
    line-height: 40px;
    color: #3a3a3a;
    text-align: justify;
}

.scholarShipsBlockTitle span {
    color: #762642;
    font-weight: bold;
}

.scholarShipsCategory {
    margin-top: 50px;
}

.scholarShipsCategory ul {
    height: 80px;
    overflow: hidden;
    margin-bottom: 30px;
}

.scholarShipsCategory ul li {
    width: 22%;
    background: #e6e6e6;
    font-size: 20px;
    color: #231815;
    line-height: 52px;
    border-radius: 10px;
    text-align: center;
    float: left;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.scholarShipsCategory ul .active {
    background: #772743;
    color: #ffffff;
}

.scholarShipsCategory ul .active:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 42%;
    bottom: -14px;
    border-right: solid 20px transparent;
    border-top: solid 14px #772743;
    border-left: solid 20px transparent;
}

.scholarShipsCategory ul li:nth-child(1) {
    margin-left: 23%;
    margin-right: 8%;
}

.scholarShipsTableBox ul li {
    display: none;
    animation-duration: 2s;
}

.scholarShipsTableBox ul .active {
    display: block;
}

.scholarShipsTableBox ul li .scholarShipsMark {
    font-size: 18px;
    line-height: 32px;
    color: #231815;
    margin-bottom: 10px;
}

.scholarShipsTableBox ul li .scholarShipsMarkTitle {
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0;
    color: #231815;
    font-weight: bold;
}

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

.scholarShipsTable tr:nth-child(1) {
    font-size: 18px;
    line-height: 48px;
    color: #ffffff;
    background: #772743;
    font-weight: bold;
}

.scholarShipsTable tr {
    line-height: 48px;
    font-size: 18px;
    color: #231815;
}

.scholarShipsTable tr td {
    width: 33%;
    border-bottom: 2px solid #772743;
}


/* 报考及录取流程 */

#admissionProcess {
    background: url(../img/admissionProcessBg.png) no-repeat left top;
    background-size: 30%;
    padding: 70px 0 110px 0;
}

.admissionProcessTitle p {
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    color: #772743;
    margin-bottom: 50px;
}

.admissionProcessMark {
    font-size: 18px;
    color: #3a3a3a;
    margin-top: 10px;
}

.admissionProcessBlockTitle ul {
    overflow: hidden;
    padding-bottom: 70px;
}

.admissionProcessBlockTitle ul li {
    width: 27.5%;
    margin-right: 8.5%;
    float: left;
    background-color: #762642;
    box-shadow: 5px 6px 0px 0px #491225;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

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

.admissionProcessBlockTitle ul li p {
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 140px 0 40px 0;
}

.admissionProcessBlockTitle ul li:nth-child(1) p {
    background: url(../img/admissionProcessTitleIcon01.png) no-repeat center 30px;
}

.admissionProcessBlockTitle ul li:nth-child(2) p {
    background: url(../img/admissionProcessTitleIcon02.png) no-repeat center 30px;
}

.admissionProcessBlockTitle ul li:nth-child(3) p {
    background: url(../img/admissionProcessTitleIcon03.png) no-repeat center 30px;
}

.admissionProcessBlockTitle ul .active:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #772743;
}

.admissionProcessBlockTitle ul .active:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 40%;
    border-right: solid 20px transparent;
    border-top: solid 20px #772743;
    border-left: solid 20px transparent;
}

.admissionProcessBlockCont {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 75px 45px 70px 45px;
}

.admissionProcessBlockCont ul li {
    display: none;
}

.admissionProcessBlockCont ul .active {
    display: block;
}

.admissionProcessBlockCont ul li .admissionProcessItemBox {
    overflow: hidden;
}

.admissionProcessBlockCont ul li .admissionProcessItemBox .admissionProcessItem01 {
    width: 29.5%;
    margin-right: 1.5%;
    float: left;
    animation-duration: 1.5s;
}

.admissionProcessBlockCont ul li .admissionProcessItemBox .admissionProcessItem02 {
    width: 20%;
    margin-right: 1%;
    float: left;
    animation-duration: 1.5s;
}

.admissionProcessBlockCont ul li .admissionProcessItemBox .admissionProcessItem03 {
    width: 47%;
    float: left;
    animation-duration: 1.5s;
}


/* .admissionProcessItem01 .admissionProcessItemCont {
    height: 180px;
} */

.admissionProcessItem01 .admissionProcessItemCont p {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 500;
}

.admissionProcessItem01 .admissionProcessItemCont p span {
    font-size: 24px;
    color: #762642;
    font-weight: bold;
}

.admissionProcessItem02 {
    border-left: 1px dotted #772743;
}


/* .admissionProcessItem02 .admissionProcessItemCont {
    height: 180px;
} */

.admissionProcessItem02 .admissionProcessItemCont p {
    padding-left: 15%;
    font-size: 24px;
    color: #762642;
    font-weight: bold;
    position: relative;
}

.admissionProcessItem02 .admissionProcessItemCont p:before {
    content: '';
    position: absolute;
    left: -9px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-color: #762642;
    transform: rotate(45deg);
}

.admissionProcessItem02 .admissionProcessItemCont:last-child p:before {
    top: 13px;
}


/* .admissionProcessItem03 .admissionProcessItemCont {
    height: 180px;
} */

.admissionProcessItem03 .admissionProcessItemCont p {
    font-size: 22px;
    line-height: 32px;
    color: #3a3a3a;
}

.admissionProcessItem03 .admissionProcessItemCont p a {
    color: #3a3a3a;
}

.admissionProcessItem03 .admissionProcessItemCont p a:hover {
    color: #a61b29;
}

.admissionProcessItem01 .admissionProcessItemCont:last-child {
    height: auto;
}

.admissionProcessItem02 .admissionProcessItemCont:last-child {
    height: auto;
}

.admissionProcessItem03 .admissionProcessItemCont:last-child {
    height: auto;
}


/* 华南理工宣传视频 */

.hnVideoBox video {
    cursor: pointer;
    outline: none;
    height: 830px;
}


/* 联系我们 */

#contactUs {
    background: #772743;
    padding: 70px 0 80px 0;
    margin-top: -10px;
}

.contactUsTitle p {
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    color: #fbdaa0;
    margin-bottom: 80px;
}

.contactUsBlock {
    overflow: hidden;
}

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

.contactUsBlock .contactUsCode {
    width: 40%;
    float: left;
    margin-top: 30px;
}

.contactUsBlock .contactUsCont p {
    font-size: 20px;
    line-height: 36px;
    color: #fbdaa0;
    padding-left: 30px;
}

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

.contactUsBlock .contactUsCont p:nth-child(1) {
    display: inline-block;
    border-bottom: 3px solid #fbdaa0;
    font-size: 24px;
    color: #fbdaa0;
    line-height: 50px;
    margin-bottom: 30px;
    padding-left: 0;
}

.contactUsBlock .contactUsCont p:nth-child(2) {
    background: url(../img/contactUsContIcon01.png) no-repeat left 10px;
    background-size: 16px;
}

.contactUsBlock .contactUsCont p:nth-child(3) {
    background: url(../img/contactUsContIcon02.png) no-repeat left 10px;
    background-size: 16px;
}

.contactUsBlock .contactUsCont p:nth-child(4) {
    background: url(../img/contactUsContIcon03.png) no-repeat left 10px;
    background-size: 16px;
}

.contactUsBlock .contactUsCont p:nth-child(5) {
    background: url(../img/contactUsContIcon04.png) no-repeat left 10px;
    background-size: 16px;
}

.contactUsBlock {
    overflow: hidden;
}

.contactUsBlock .contactUsCode .contactUsCodeBlock {
    width: 50%;
    float: left;
}

.contactUsBlock .contactUsCode .contactUsCodeBlock img {
    width: 128px;
    margin: 0 auto;
}

.contactUsBlock .contactUsCode .contactUsCodeBlock p {
    font-size: 18px;
    line-height: 24px;
    color: #fbdaa0;
    text-align: center;
    margin-top: 10px;
}


/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: rgba(119, 39, 67, 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) {}

@media (max-width: 1199px) and (min-width:768px) {}

@media (max-width: 767px) {
    /* .publicBox {
        width: 96%;
        margin: 0 auto;
    } */
}