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: 26%;
    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: #D75219;
    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;
    font-weight: bold;
    color: #D75219;
}

.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 left top;
    background-size: cover;
    margin-top: -55px;
    padding-top: 120px;
    padding-bottom: 90px;
}

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

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

.projectAdvantageCont .projectAdvantageContItem01 p:nth-child(3) {
    text-indent: -5em;
    margin-left: 5em;
}

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

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

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

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

.projectAdvantageCont .projectAdvantageContItem02 ul li:nth-child(1) {
    width: 49%;
}

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

.projectAdvantageCont .projectAdvantageContItem02 ul li:nth-child(3) {
    width: 32%;
}

.projectAdvantageCont .projectAdvantageContItem02 ul li:nth-child(4) {
    width: 32%;
}

.projectAdvantageCont .projectAdvantageContItem02 ul li:nth-child(5) {
    width: 32%;
    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: #D75219;
    font-weight: bold;
}

.projectAdvantageCont .projectAdvantageContItem02 ul .active {
    background: #D75219;
    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(2) p,
.projectFeatureBlock ul li:nth-child(4) p {
    color: #D75219;
}

.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) {
    background: url(../img/projectFeatureBg03.png) no-repeat left top;
    background-size: 100% 100%;
    height: 210px;
}

.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) {
    height: 210px;
    margin-top: -50px;
}

.projectFeatureBlock ul li:nth-child(6) {
    background: url(../img/projectFeatureBg05.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(6) p {
    background: url(../img/projectFeatureIcon05.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: 32%;
    height: 170px;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    background: #ffffff;
    font-weight: bold;
}

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

.teachersBlock ul li:nth-child(4) {
    width: 49%;
    margin-right: 2%;
}

.teachersBlock ul li:nth-child(5) {
    width: 49%;
    margin-right: 0;
}

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

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

.teachersBlock ul li p:nth-child(2) {
    width: 220px;
    padding-left: 10px;
    float: left;
    font-size: 20px;
    color: #D75219;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

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


/* .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 bottom;
    background-size: cover;
}

.projectLayoutTitle p {
    font-size: 48px;
    color: #D75219;
    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);
    animation-duration: 1.5s;
}

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

.projectLayoutPartTable tr td {
    padding: 11px 0;
}

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

.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: #D75219;
}

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

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

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


/* 课程设置 */

#curriculum {
    background: url(../img/curriculumBg.png) no-repeat right;
    background-size: contain;
    padding: 60px 0 100px 0;
}

.curriculumBox {
    margin-top: 40px;
}

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

.curriculumCont .curriculumContPart {
    overflow: hidden;
}

.curriculumCont .curriculumContPart .curriculumItemBox {
    float: left;
}

.curriculumCont .curriculumContPart .curriculumItemBox:nth-child(1) {
    width: 50%;
    height: 266px;
}

.curriculumCont .curriculumContPart .curriculumItemBox:nth-child(2) {
    width: 50%;
    height: 286px;
}

.curriculumCont .curriculumContPart .curriculumItemBox:nth-child(3) {
    width: 48.5%;
    height: 538px;
    margin-top: -18px;
}

.curriculumCont .curriculumContPart .curriculumItemBox:nth-child(4) {
    width: 51.5%;
    height: 504px;
}

.curriculumCont .curriculumContPart .curriculumItemBox:nth-child(5) {
    width: 100%;
    height: 200px;
    margin-top: -10px;
}

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

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

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

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

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

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

.curriculumContPart .curriculumItemBox:nth-child(3) .curriculumItemBlock {
    padding: 60px 0 0 40px;
}

.curriculumContPart .curriculumItemBox:nth-child(4) .curriculumItemBlock {
    padding: 40px 0 0 60px;
}

.curriculumContPart .curriculumItemBox .curriculumItemTitle {
    width: 114px;
    height: 114px;
    background: #D75219;
    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 {
    float: left;
    padding-left: 20px;
}

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

.curriculumCont .curriculumContPart .curriculumItemBox:nth-child(5) .curriculumItemCont {
    width: 80%;
    margin-top: 45px;
}

.curriculumCont .curriculumContPart .curriculumItemBox:nth-child(5) .curriculumItemCont p {
    display: inline-block;
    margin-right: 5%;
}


/* 毕业生就业方向 */

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

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

.employmentDirectionBlock {
    margin-top: 50px;
}

.employmentDirectionBlock ul {
    overflow: hidden;
}

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

.employmentDirectionBlock ul li .employmentDirectionImg {
    width: 100%;
    height: 210px;
}

.employmentDirectionBlock ul li:nth-child(1) {
    height: 210px;
}

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

.employmentDirectionBlock ul li:nth-child(3) {
    height: 210px;
}

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

.employmentDirectionBlock ul li:nth-child(5) {
    height: 210px;
    margin-top: -50px;
}

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

.employmentDirectionBlock ul li:nth-child(2) p:nth-child(1) {
    font-size: 60px;
    color: #d75219;
    font-weight: bold;
    margin-top: 30px;
}

.employmentDirectionBlock ul li:nth-child(2) p:nth-child(1) span {
    font-size: 30px;
    color: #d75219;
    font-weight: bold;
}

.employmentDirectionBlock ul li:nth-child(2) p:nth-child(2) {
    font-size: 18px;
    line-height: 26px;
    color: #d75219;
}

.employmentDirectionBlock ul li:nth-child(2) p:nth-child(2) span {
    font-weight: bold;
}

.employmentDirectionBlock ul li:nth-child(4) p:nth-child(1) {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 30px;
}

.employmentDirectionBlock ul li:nth-child(4) p:nth-child(1) span {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 5px;
}

.employmentDirectionBlock ul li:nth-child(4) p:nth-child(2) {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
}

.employmentDirectionBlock ul li:nth-child(6) p:nth-child(1) {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 30px;
}

.employmentDirectionBlock ul li:nth-child(6) p:nth-child(1) span {
    font-size: 20px;
    color: #ffffff;
    margin-left: 5px;
}

.employmentDirectionBlock ul li:nth-child(6) p:nth-child(2) {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.employmentDirectionBlock ul li:nth-child(6) p:nth-child(2) span {
    font-weight: bold;
}


/* 招生政策及计划 */

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

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

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

.policiesAndPlansCont .policiesAndPlansContPic {
    width: 15%;
    float: left;
    margin-left: 2%;
}

.policiesAndPlansCont .policiesAndPlansContPic img {
    padding: 17px 0 0 20%;
}

.policiesAndPlansCont .policiesAndPlansContDetail {
    width: 70%;
    float: left;
    padding: 15px 0 0 5%;
}

.policiesAndPlansCont .policiesAndPlansContDetail p {
    font-size: 18px;
    line-height: 35px;
    color: #231815;
    margin-bottom: 10px;
    text-align: justify;
}

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


/* 报考条件 */

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

.entryRequirementsBox {
    margin-top: 50px;
}

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

.entryRequirementsCont {
    overflow: hidden;
}

.entryRequirementsCont .entryRequirementsPic {
    width: 46%;
    margin-right: 3%;
    float: left;
}

.entryRequirementsCont .entryRequirementsPic img {
    width: 100%;
}

.entryRequirementsCont .entryRequirementsDetail {
    width: 47%;
    float: left;
    padding-left: 4%;
}

.entryRequirementsCont .entryRequirementsDetail p {
    font-size: 16px;
    line-height: 30px;
    color: #231815;
    text-align: justify;
    /* font-family: "MicrosoftYaHeiLight"; */
}

.entryRequirementsCont .entryRequirementsDetail p:nth-child(1),
.entryRequirementsCont .entryRequirementsDetail p:nth-child(2),
.entryRequirementsCont .entryRequirementsDetail p:nth-child(3),
.entryRequirementsCont .entryRequirementsDetail p:nth-child(4) {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
}

.entryRequirementsCont .entryRequirementsDetail p:nth-child(6),
.entryRequirementsCont .entryRequirementsDetail p:nth-child(7),
.entryRequirementsCont .entryRequirementsDetail p:nth-child(8) {
    text-indent: -2.7em;
    padding-left: 2.3em;
}

.entryRequirementsCont .entryRequirementsDetail p span {
    /* text-indent: -1.5em; */
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    background: #D75219;
    color: #ffffff;
    margin-left: -40px;
    margin-right: 18px;
}


/* 学位授予与证书 */

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


/* 奖助学金 */

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

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

.scholarShipsCategory {
    margin-top: 50px;
}

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

.admissionProcessBlock img {
    width: 100%;
}

.scholarShipsCategory ul li {
    width: 25%;
    background: #ffffff;
    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: #D75219;
    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 #D75219;
    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;
}

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

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

.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: #D75219;
    font-weight: bold;
}

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

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

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

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

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

.grantTable tr td {
    border-bottom: 2px solid #D75219;
}


/* 报考及录取流程 */

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

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


/* 联系我们 */

#contactUs {
    background: #D75219;
    padding: 70px 0 80px 0;
}

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

.contactUsBlock {
    overflow: hidden;
}

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

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

.contactUsBlock .contactUsCont p {
    font-size: 20px;
    line-height: 32px;
    color: #e4cb99;
}

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

.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: 14px;
    line-height: 20px;
    color: #e4cb99;
    text-align: center;
    margin-top: 10px;
}

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

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

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

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


/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: rgba(215, 82, 25, 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;
    } */
}