html,
body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    font-family: "Noto Sans SC";
    font-weight: normal;
    overflow-x: hidden;
    position: relative;
}

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;
}

.publicBox:after {
    content: '';
    display: block;
    clear: both;
}

.disNone {
    display: none;
}

ul,
li,
p {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.bannerMobile {
    display: none;
}

/* 菜单样式 */

.menuBox {
    width: 100%;
    height: 83px;
    position: relative;
    z-index: 11;
    background: #006bfa;
}

.menuBox.fix {
    position: fixed;
    top: 0;
    left: 0;
    transition: all ease 0.8s;
}

.menuBg {
    top: 0;
    box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
    transition: all 0.5s ease;
}

.menuBox .menuBlock {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.menuBox .menuBlock .menuLogoBox img {
    float: left;
    margin: 6px 0;
    height: 71px;
}

.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;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
}

.menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink,
.menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
    border-bottom: 2px solid #ffc640;
    color: #ffc640;
}

.menuIconBox {
    display: none;
}


/* banner样式 */

.bannerBox {
    position: relative;
    background: url(../img/bannerBg.jpg) no-repeat center bottom;
    background-size: cover;
}

.bannerBlock {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
    padding: 75px 0 8% 0;
}

.bannerBlock .bannerLogo {
    width: 23.07143%;
    margin-bottom: 70px;
}

.bannerBlock .bannerTitle {
    width: 61.42857%;
    margin-bottom: 8%;
    -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;
}

.bannerBlock .bannerTitle img {
    /* width: 100%; */
    animation-duration: 1.2s;
}

.bannerBlock .bannerDown {
    width: 51px;
    margin: 0 auto 6% auto;
    cursor: pointer;
}

@-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: 70px;
    padding-bottom: 50px;
    overflow: hidden;
    text-align: center;
}

.itemTitleBox p {
    font-size: 50px;
    line-height: 80px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.itemTitleBox01 p {
    color: #006bfa;
    background: url(../img/ticon01.png) no-repeat center center;
    background-size: contain;
}

.itemTitleBox02 p {
    color: #132441;
    background: url(../img/ticon02.png) no-repeat center center;
    background-size: contain;
}

.itemTitleBox03 p {
    color: #143e37;
    background: url(../img/ticon03.png) no-repeat center center;
    background-size: contain;
}

.itemTitleBox04 p {
    color: #ffffff;
    background: url(../img/ticon04.png) no-repeat center center;
    background-size: contain;
}

.itemTitleBox05 p {
    color: #132441;
    background: url(../img/ticon05.png) no-repeat center center;
    background-size: contain;
}

.itemTitleBox06 p {
    color: #9f7131;
    background: url(../img/ticon06.png) no-repeat center center;
    background-size: contain;
}

.itemTitleBox07 p {
    color: #0044ac;
    background: url(../img/ticon07.png) no-repeat center center;
    background-size: contain;
}

/* 项目简介 */

.proIntro {
    position: relative;
    z-index: 2;
    background: url(../img/bg01.png) no-repeat left bottom;
    background-size: 36% auto;
    padding-bottom: 60px;
}

.proIntroBox .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.proIntroBox .box .img {
    width: 35.43%;
}

.proIntroBox .box .cont {
    width: 60.36%;
}

.proIntroBox .box .cont .intro {
    margin-bottom: 50px;
}

.proIntroBox .box .cont p {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: justify;
}

.proIntroBox .box .cont p span {
    font-weight: bold;
    font-size: 22px;
    color: #006bfa;
}

.proIntroBox .box .cont a {
    color: #006bfa;
    display: inline-block;
}

.proIntroBox .box .cont a:hover {
    color: #ffc640;
}

.proIntroBox .box .cont .logo {
    background: #006bfa;
    display: flex;
    justify-content: center;
}

.proIntroBox .box .cont .logo img {
    padding: 0 30px;
    box-sizing: border-box;
}

/* 项目概览 */

.proOverview {
    background: url(../img/bg02.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 80px;
    background-attachment: fixed;
}

.proOverviewBox .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 80px 40px 80px;
}

.proOverviewBox .title p {
    cursor: pointer;
    width: 40%;
    text-align: center;
    border-radius: 16px;
    border: solid 2px #006bfa;
    color: #006bfa;
    font-size: 30px;
    line-height: 70px;
    color: #006bfa;
    font-weight: bold;
}

.proOverviewBox .title p:nth-child(1) {
    margin-right: 4%;
}

.proOverviewBox .title p.active {
    background: #006bfa;
    color: #ffffff;
}

.proOverviewBox .box {
    background: rgba(0, 107, 250, 0.96);
}

.proOverviewBox .box .block {
    display: none;
}

.proOverviewBox .box .block.active {
    display: block;
}

.proOverviewBox .box .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.proOverviewBox .box .cont .list {
    width: 240px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 2px 6px 7px 0px rgba(0, 0, 0, 0.36);
}

.proOverviewBox .box .cont .detail {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding: 50px 80px;
}

.proOverviewBox .box .cont .list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 570px;
}

.proOverviewBox .box .cont .list ul li {
    width: 100%;
    flex: 1;
    font-size: 24px;
    font-weight: bold;
    color: #006bfa;
    background: #ffffff;
    /* padding: 50px 0; */
    cursor: pointer;
    border-bottom: 1px solid #EBECEE;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.proOverviewBox .box .cont .list ul li:last-child {
    border-bottom: 0;
}

.proOverviewBox .box .cont .list ul li.select {
    background: #006bfa;
    color: #ffffff;
}

.proOverviewBox .box .cont .list ul li .icon {
    width: 100%;
}

.proOverviewBox .box .cont .list ul li .icon img {
    margin: 0 auto 10px auto;
    user-select: none;
    pointer-events: none;
}

.proOverviewBox .box .cont .list ul li .icon img:nth-child(2) {
    display: none;
}

.proOverviewBox .box .cont .list ul li.select .icon img:nth-child(1) {
    display: none;
}

.proOverviewBox .box .cont .list ul li.select .icon img:nth-child(2) {
    display: block;
}

.proOverviewBox .box .cont .detail .item {
    font-size: 20px;
    color: #ffffff;
    display: none;
}

.proOverviewBox .box .cont .detail .item .mark {
    font-size: 16px;
}

.proOverviewBox .box .cont .detail .item.select {
    display: block;
}

.proOverviewBox .box .cont .detail .item01 p {
    margin-bottom: 15px;
    text-indent: -5em;
    padding-left: 128px;
}

.proOverviewBox .box .cont .detail .item01 p span {
    font-weight: bold;
}

.proOverviewBox .box .cont .detail .item01 p span label {
    visibility: hidden;
}

.proOverviewBox .box .cont .detail .item01 p:last-child {
    margin-bottom: 0;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(1) {
    background: url(../img/icon15.png) no-repeat top left;
    background-position-y: 5px;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(2) {
    background: url(../img/icon07.png) no-repeat top left;
    background-position-y: 5px;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(3) {
    background: url(../img/icon08.png) no-repeat top left;
    background-position-y: 5px;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(4) {
    background: url(../img/icon09.png) no-repeat top left;
    background-position-y: 5px;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(5) {
    background: url(../img/icon10.png) no-repeat top left;
    background-position-y: 5px;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(6) {
    background: url(../img/icon11.png) no-repeat top left;
    background-position-y: 5px;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(7) {
    background: url(../img/icon12.png) no-repeat top left;
    background-position-y: 5px;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(8) {
    background: url(../img/icon13.png) no-repeat top left;
    background-position-y: 5px;
}

.proOverviewBox .box .cont .detail .item01 p:nth-child(9) {
    background: url(../img/icon14.png) no-repeat top left;
    background-position-y: 5px;
}

/* 项目特色 */
.proFeatures {
    padding-bottom: 120px;
    background: url(../img/bg03.jpg) no-repeat center center;
    background-size: cover;
}

.proFeaturesBox img {
    user-select: none;
    pointer-events: none;
    margin: 0 auto;
}

.proFeaturesBox .box .mobile {
    display: none;
}

.proFeaturesBox .box .intro {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #172b4c;
    margin-top: 20px;
}

/* 奖学金政策 */

.scholarship {
    padding-bottom: 100px;
    background: url(../img/bg04.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.scholarshipBox .intro {
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    color: #132441;
    padding-left: 50px;
    position: relative;
    margin-bottom: 25px;
}

.scholarshipBox .intro:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 48px;
    background-color: #132441;
}

.scholarshipBox .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scholarshipBox .box .item:nth-child(1) {
    width: 36.2%;
    animation-delay: 0;
    animation-duration: 1.2s;
}

.scholarshipBox .box .item:nth-child(2) {
    width: 41.2%;
    animation-delay: 0.4s;
    animation-duration: 1.2s;
}

.scholarshipBox .box .item:nth-child(3) {
    width: 20%;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
}

.scholarshipBox .box .item .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.scholarshipBox .box .item .title img {
    width: 100px;
    position: relative;
    z-index: 2;
}

.scholarshipBox .box .item .title p {
    color: #ffffff;
    width: calc(100% - 60px);
    margin-left: -40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    background: #132441;
    padding-left: 60px;
    box-sizing: border-box;
}

.scholarshipBox .box .item .cont {
    background: rgba(0, 72, 169, 0.08);
    margin-top: 10px;
    padding: 20px 15px;
    height: 415px;
}

.scholarshipBox .box .item .type {
    font-size: 22px;
    font-weight: bold;
    color: #132441;
    text-align: center;
    margin-bottom: 5px;
}

.scholarshipBox .box .item .detail {
    font-size: 18px;
    text-align: center;
}

.scholarshipBox .box .item .detail p span {
    font-weight: bold;
    color: #132441;
}

.scholarshipBox .box .item .detail01 {
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.scholarshipBox .box .item .detail02,
.scholarshipBox .box .item .detail03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.scholarshipBox .box .item .detail03 div {
    width: 50%;
}

.scholarshipBox .box .item .detail02 p:nth-child(1) {
    margin-right: 30px;
}

.scholarshipBox .box .item .line {
    border: 1px dashed #101f39;
    margin: 10px 0;
}

.scholarshipBox .box .item .contBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scholarshipBox .box .item .contBox .contItem01 {
    width: 40%;
}

.scholarshipBox .box .item .contBox .contItem02 {
    width: 60%;
}

.scholarshipBox .box .item .contBox02 .contItem {
    width: 50%;
}

.scholarshipBox .box .item:nth-child(3) .cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scholarship .mark {
    font-size: 18px;
    margin-top: 15px;
}

/* 宣讲预告 */
.preview {
    padding-bottom: 100px;
    background: url(../img/bg05.jpg) no-repeat center center;
    background-size: cover;
}

.previewBox .table table {
    width: 100%;
    text-align: center;
    border-radius: 22px 22px 0px 0px;
    overflow: hidden;
}

.previewBox .table table tr td {
    width: 33%;
    font-size: 24px;
    line-height: 67px;
}

.previewBox .table table thead {
    background: url(../img/bg06.png) no-repeat center center;
    background-size: cover;
}

.previewBox .table table thead tr td {
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
}

.previewBox .table table tbody tr {
    border-bottom: 2px solid #ffffff;
}

.previewBox .table table tbody tr:last-child {
    border-bottom: 0;
}

.previewBox .table table tbody tr td:nth-child(1) {
    font-weight: bold;
}

.previewBox .table table tbody tr:nth-child(odd) {
    background: rgba(9, 155, 116, 0.1);
}

.previewBox .table table tbody tr:nth-child(even) {
    background: #e5e5e5;
}

.previewBox .table table tbody tr td a {
    color: #265c50;
}

.previewBox .table table tbody tr td a:hover {
    color: #006bfa;
}

.previewBox .table table tbody tr.over td a {
    cursor: not-allowed;
    color: gray;
}

/* 如何申请 */

.apply {
    padding-bottom: 100px;
    background: url(../img/bg07.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.applyBox .intro {
    color: #ffffff;
    margin-bottom: 30px;
}

.applyBox .intro p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.applyBox .intro p:nth-child(2) {
    font-size: 18px;
}

.applyBox .box .item {
    margin-bottom: 15px;
}

.applyBox .box .item .title {
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 59px;
    background: url(../img/bg08.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}

.applyBox .box .item.active .title {
    background: url(../img/bg09.png) no-repeat center center;
    background-size: 100% 100%;
}

.applyBox .box .item .cont {
    margin: 0 17px;
    background: #ffffff;
    margin-top: -1px;
    box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
    display: none;
}

.applyBox .box .item.active .cont {
    display: block;
}

.applyBox .box .item .cont .table {
    padding: 16px 70px 25px 70px;
}

.applyBox .box .item .cont .table table {
    width: 100%;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
}

.applyBox .box .item .cont .table table tr td {
    font-size: 20px;
    line-height: 64px;
}

.applyBox .box .item .cont .table table thead tr {
    background: url(../img/bg06.png) no-repeat center center;
}

.applyBox .box .item .cont .table table thead tr td {
    width: 20%;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.applyBox .box .item .cont .table table thead tr td:first-child {
    width: 15%;
    border-right: 3px solid #ffffff;
}

.applyBox .box .item .cont .table table tbody tr {
    border-top: 4px solid #ffffff;
}

.applyBox .box .item .cont .table table tbody tr:nth-child(odd) {
    background: #F3F3F3;
}

.applyBox .box .item .cont .table table tbody tr:nth-child(even) {
    background: #C9D4D2;
}

.applyBox .box .item .cont .table table tbody tr:nth-child(odd) td:nth-child(1) {
    border-right: 3px solid #143e38;
}

.applyBox .box .item .cont .table table tbody tr:nth-child(even) td:nth-child(1) {
    border-right: 3px solid #ffffff;
}

.applyBox .box .item .cont .table .mark {
    margin-top: 10px;
}

.applyBox .box .item03 .cont .detail {
    padding: 25px 70px 25px 70px;
}

.applyBox .box .item03 .cont .detail p {
    font-size: 18px;
}

.applyBox .box .item03 .cont .detail p span {
    font-weight: bold;
    color: #1C4C43;
}

.progressBox {
    padding: 30px 70px 35px 70px;
}

.progressBox .progress:nth-child(2) {
    margin: 80px 0;
    position: relative;
}

.progressBox .progress:nth-child(2):before {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 32px;
    background: url(../img/icon22.png) no-repeat center center;
    background-size: 100% 100%;
}

.progressBox .progress:nth-child(2):after {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 32px;
    background: url(../img/icon22.png) no-repeat center center;
    background-size: 100% 100%;
}

.progress .progressT {
    width: 580px;
    max-width: 100%;
    margin: 0 auto 15px auto;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: url(../img/bg15.png) no-repeat center center;
    background-size: cover;
}

.progress .progressC {
    font-size: 18px;
    text-align: center;
}

.progress .progressC p a {
    color: #143e37;
    font-weight: bold;
}

.progress .progressC p a:hover {
    color: #006bfa;
}

/* 课程体系 */
.curriculum {
    background: url(../img/bg10.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 100px;
}

.curriculumBox .hexin {
    margin-bottom: 80px;
    animation-duration: 1.2s;
}

.curriculumBox .hexin img {
    margin: 0 auto;
}

.curriculumBox .feature {
    position: relative;
    animation-duration: 1.2s;
}

.curriculumBox .featureM {
    display: none;
}

.curriculumBox .feature .item {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.curriculumBox .feature .item01 {
    top: 45px;
    left: 200px;
}

.curriculumBox .feature .item02 {
    top: 295px;
    left: 20px;
}

.curriculumBox .feature .item03 {
    top: 545px;
    left: 20px;
}

.curriculumBox .feature .item04 {
    top: 800px;
    left: 200px;
}

.curriculumBox .feature .item05 {
    top: 45px;
    right: 200px;
    flex-direction: row-reverse;
}

.curriculumBox .feature .item06 {
    top: 295px;
    right: 20px;
    flex-direction: row-reverse;
}

.curriculumBox .feature .item07 {
    top: 545px;
    right: 20px;
    flex-direction: row-reverse;
}

.curriculumBox .feature .item08 {
    top: 800px;
    right: 200px;
    flex-direction: row-reverse;
}

.curriculumBox .feature .item .title {
    width: 110px;
    height: 110px;
    background-color: #0044ac;
    border-radius: 110px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.curriculumBox .feature .item .cont {
    display: none;
    max-width: 420px;
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 1px 14px 0px rgba(51, 51, 51, 0.26);
}

.curriculumBox .feature .item .cont p {
    padding-left: 10px;
    position: relative;
}

.curriculumBox .feature .item .cont p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #006bfa;
    border-radius: 6px;
}

.curriculumBox .feature .item.active .cont {
    display: block;
    font-size: 18px;
}

.curriculumBox .feature .item:nth-child(1) .cont,
.curriculumBox .feature .item:nth-child(2) .cont,
.curriculumBox .feature .item:nth-child(3) .cont,
.curriculumBox .feature .item:nth-child(4) .cont {
    margin-left: 25px;
}

.curriculumBox .feature .item:nth-child(5) .cont,
.curriculumBox .feature .item:nth-child(6) .cont,
.curriculumBox .feature .item:nth-child(7) .cont,
.curriculumBox .feature .item:nth-child(8) .cont {
    margin-right: 25px;
}

.curriculumBox .feature .item:nth-child(5) .cont {
    height: 65px;
    margin-top: 15px;
}

.curriculumBox .feature .item:nth-child(1) .cont:before,
.curriculumBox .feature .item:nth-child(2) .cont:before,
.curriculumBox .feature .item:nth-child(3) .cont:before,
.curriculumBox .feature .item:nth-child(4) .cont:before {
    content: '';
    position: absolute;
    top: 45px;
    left: -15px;
    border-right: 15px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.curriculumBox .feature .item:nth-child(5) .cont:before,
.curriculumBox .feature .item:nth-child(6) .cont:before,
.curriculumBox .feature .item:nth-child(7) .cont:before,
.curriculumBox .feature .item:nth-child(8) .cont:before {
    content: '';
    position: absolute;
    top: 45px;
    right: -15px;
    border-left: 15px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.curriculumBox .feature .item:nth-child(5) .cont:before {
    top: 30px;
}

.curriculumBox .hexin .mobile {
    display: none;
}

/* 国际合作 */
.international {
    padding-bottom: 100px;
}

.internationalData {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.internationalData .left {
    width: 360px;
}

.internationalData .right {
    width: calc(100% - 520px);
}

.internationalData .left .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
}

.internationalData .left .title p {
    width: 49%;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    color: #0044ac;
    line-height: 70px;
}

.internationalData .left .title p span {
    font-size: 60px;
}

.internationalData .left .cont {
    font-size: 20px;
    color: #0044ac;
    text-align: justify;
    padding: 10px;
    border-top: 2px solid #646464;
}

.internationalData .right .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.internationalData .right .top .item {
    text-align: center;
}

.internationalData .right .top .item .title {
    font-size: 55px;
    font-weight: bold;
    color: #0044ac;
    line-height: 70px;
    padding-bottom: 10px;
}

.internationalData .right .top .item .cont {
    border-top: 2px solid #646464;
    font-size: 20px;
    color: #0044ac;
    text-align: justify;
    padding: 10px;
}

.internationalData .right .bottom {
    color: #0044ac;
    font-size: 28px;
    font-weight: bold;
    line-height: 58px;
    padding-left: 20px;
    background: url(../img/bg11.png) no-repeat center left;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: 40px;
}

/* 权威师资 */
.faculty {
    background: url(../img/bg12.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 70px;
    background-attachment: fixed;
}

.teachersBox {
    margin-bottom: 60px;
}

.teachersBox p {
    font-size: 20px;
}

.teachersBox .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.teachersBox .data .item {
    width: 32%;
    color: #ffffff;
    background: #9f7131;
    border-radius: 10px;
    padding: 25px 30px;
    box-sizing: border-box;
    text-align: center;
}

.teachersBox .data .item .t p {
    line-height: 56px;
    border-bottom: 2px dashed #ffffff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.teachersBox .data .item .t p span {
    font-size: 40px;
    font-weight: bold;
}

.teachersBox .data02 {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.teachersBox .data02 .item {
    width: 16%;
    border-right: 1px dashed #9f7131;
}

.teachersBox .data02 .item:last-child {
    border-right: 0;
}

.teachersBox .data02 .item p:nth-child(2) {
    margin-top: 10px;
}

.teachersBox .data02 .item p span {
    font-size: 28px;
    font-weight: bold;
    color: #9f7131;
}

.teachersList .item .img img {
    width: 163px;
    margin: 0 auto;
}

.teachersList .item .cont {
    text-align: center;
    margin-top: 15px;
    height: 190px;
}

.teachersList .item .cont p {
    font-size: 14px;
    line-height: 24px;
}

.teachersList .item .cont p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #9f7131;
    margin-bottom: 5px;
}

.teachersBox02 .teachersSwiper {
    padding-bottom: 40px;
}

.teachersBox02 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #c4c4c4;
    transition: all ease 0.5s;
}

.teachersBox02 .swiper-pagination-bullet-active {
    width: 60px;
    background: #9f7131;
    border-radius: 15px;
}

/* 招生活动 */
.admissionsBox {
    position: relative;
}

.admissionsBox .btn {
    width: 78px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.admissionsBox .btnNext {
    left: 26%;
}

.admissionsBox .btnPrev {
    right: 26%;
}

.admissionsBox .admissionsSwiper .item {
    position: relative;
}

.admissionsBox .admissionsSwiper .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.admissionsBox .admissionsSwiper .swiper-slide-active .item:before {
    display: none;
}

.admissionsBox .admissionsSwiper .item .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #ffffff;
}

.admissionsBox .admissionsSwiper .item .cont p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.admissionsBox .admissionsSwiper .item .cont p:nth-child(2) {
    font-size: 18px;
}

/* 学生风采 */
.students {
    padding-bottom: 100px;
    background: url(../img/bg13.jpg) no-repeat center top;
    background-size: cover;
}

.studentsBox {
    position: relative;
}

.studentsBox .btn {
    width: 78px;
    position: absolute;
    top: 54.4%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.studentsBox .btnNext {
    left: 26%;
}

.studentsBox .btnPrev {
    right: 26%;
}

.studentsBox .studentsSwiper .item {
    position: relative;
}

.studentsBox .studentsSwiper .item .img img {
    width: 100%;
}

.studentsBox .studentsSwiper .swiper-slide-prev .item {
    transform: skewY(10deg);
}

.studentsBox .studentsSwiper .swiper-slide-next .item {
    transform: skewY(-10deg);
}

.studentsBox .studentsSwiper .swiper-slide-active .item {
    transform: skewY(0);
    margin-top: 8.8%;
}

.studentsBox .studentsSwiper .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.studentsBox .studentsSwiper .swiper-slide-active .item:before {
    display: none;
}

/* 联系我们 */

.contactUs {
    background: url(../img/bg14.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0 100px 0;
}

.contactUs .box .left {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.contactUs .box .right {
    width: 700px;
    max-width: 100%;
    margin: 80px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactUs .box .left .p1 p:nth-child(1) {
    font-size: 60px;
    line-height: 75px;
    font-style: italic;
    font-weight: bold;
    width: auto;
    margin: 25px auto;
    display: inline-block;
    padding-left: 78px;
    background: url(../img/icon21.png) no-repeat center left;
    background-size: 72px;
}

.contactUs .box .left .p1 p:nth-child(2) {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}

.contactUs .box .left .p2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 24px;
}

.contactUs .box .left .p2 p a {
    color: #ffffff;
}

.contactUs .box .left .p2 p a:hover {
    color: #fdda80
}

.contactUs .box .right .code {
    width: 190px;
    text-align: center;
}

.contactUs .box .right .code img {
    width: 165px;
    margin: 0 auto;
}

.contactUs .box .right .code p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
}

.contactUs .box .right .code p span {
    display: block;
}

/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: #006bfa;
    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;
}

.side {
    width: 10%;
    min-width: 100px;
    display: none;
    position: fixed;
    z-index: 12;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.side .box .item:nth-child(1) {
    margin-bottom: 15px;
}

.consult {
    display: none;
}

.layer {
    display: none;
}


@media (max-width:1440px) and (min-width:1200px) {
    .publicBox {
        width: 1180px;
        margin: 0 auto;
    }

    .menuBox {
        height: 70px;
    }

    .menuBox .menuBlock {
        width: 1100px;
    }

    .menuBox .menuBlock .menuLogoBox {
        width: 15%;
    }

    .menuBox .menuBlock .menuListBox {
        width: 100%;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        font-size: 18px;
        line-height: 40px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .menuBox .menuBlock .menuLogoBox img {
        margin-top: 12px;
        margin-bottom: 13px;
        height: 45px;
    }

    .itemTitleBox {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .itemTitleBox p {
        font-size: 40px;
        line-height: 50px;
    }

    .proIntroBox .box .cont p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .proIntroBox .box .cont p span {
        font-size: 18px;
    }

    .proOverview {
        padding-bottom: 60px;
    }

    .proOverviewBox .title {
        margin-bottom: 25px;
    }

    .proOverviewBox .title p {
        width: 35%;
        font-size: 24px;
        line-height: 60px;
    }

    .proOverviewBox .box .cont .list ul li {
        font-size: 22px;
    }

    .proOverviewBox .box .cont .detail .item {
        font-size: 18px;
    }

    .proOverviewBox .box .cont .detail .item p span {
        font-size: 20px;
    }

    .proOverviewBox .box .cont .detail .item .mark {
        font-size: 14px;
    }

    .proOverviewBox .box .cont .list ul {
        min-height: 570px;
    }

    .proOverviewBox .box .cont .list ul li .icon img {
        width: 50px;
    }

    .proOverviewBox .box .cont .detail .item01 p {
        text-indent: -5.5em;
        padding-left: 125px;
    }

    .proFeaturesBox .box .intro {
        font-size: 20px;
    }

    .proFeatures {
        padding-bottom: 60px;
    }

    .scholarshipBox .intro {
        font-size: 24px;
    }

    .scholarshipBox .intro:before {
        width: 6px;
        height: 40px;
    }

    .scholarshipBox .box .item .title img {
        width: 70px;
    }

    .scholarshipBox .box .item .title p {
        width: calc(100% - 40px);
        margin-left: -40px;
        font-size: 22px;
        line-height: 50px;
        padding-left: 42px;
    }

    .scholarshipBox .box .item .detail {
        font-size: 16px;
        line-height: 28px;
    }

    .scholarshipBox .box .item .type {
        font-size: 18px;
    }

    .scholarshipBox .box .item .detail p span {
        font-size: 18px;
    }

    .scholarship .mark {
        font-size: 16px;
        margin-top: 5px;
    }

    .scholarship {
        padding-bottom: 60px;
    }

    .preview {
        padding-bottom: 60px;
    }

    .previewBox .table table tr td {
        font-size: 18px;
        line-height: 55px;
    }

    .previewBox .table table thead tr td {
        font-size: 22px;
    }

    .applyBox .intro p:nth-child(2) {
        font-size: 16px;
    }

    .applyBox .box .item .title {
        font-size: 20px;
    }

    .applyBox .box .item .cont .table table tr td {
        font-size: 18px;
        line-height: 55px;
    }

    .applyBox .box .item .cont .table table thead tr td {
        font-size: 18px;
    }

    .applyBox .box .item03 .cont .detail p {
        font-size: 16px;
    }

    .applyBox .box .item03 .cont .detail p span {
        font-size: 18px;
    }

    .apply {
        padding-bottom: 60px;
    }

    .curriculumBox .feature .item01 {
        top: 10px;
    }

    .curriculumBox .feature .item02 {
        top: 225px;
    }

    .curriculumBox .feature .item03 {
        top: 500px;
    }

    .curriculumBox .feature .item04 {
        top: 700px
    }

    .curriculumBox .feature .item05 {
        top: 10px;
    }

    .curriculumBox .feature .item06 {
        top: 225px;
    }

    .curriculumBox .feature .item07 {
        top: 500px;
    }

    .curriculumBox .feature .item08 {
        top: 700px;
    }

    .curriculumBox .feature .item .cont {
        font-size: 16px;
        line-height: 28px;
    }

    .international {
        padding-bottom: 60px;
    }

    .internationalData .left .cont {
        font-size: 16px;
    }

    .internationalData .right .top .item .cont {
        font-size: 16px;
    }

    .internationalData .left .title p {
        font-size: 30px;
        line-height: 55px;
    }

    .internationalData .left .title p span {
        font-size: 45px;
    }

    .internationalData .right .top .item .title {
        font-size: 30px;
        line-height: 55px;
    }

    .internationalData .right .top .item .title span {
        font-size: 45px;
    }

    .internationalData .right .bottom {
        font-size: 20px;
        line-height: 40px;
        margin-top: 10px;
    }

    .teachersBox p {
        font-size: 18px;
    }

    .teachersList .item .cont p:nth-child(1) {
        font-size: 18px;
    }

    .teachersBox .data .item .t p span {
        font-size: 32px;
    }

    .faculty {
        padding-bottom: 40px;
    }

    .admissionsBox .btn {
        width: 60px;
    }

    .admissionsBox .btnNext {
        left: 20%;
    }

    .admissionsBox .btnPrev {
        right: 20%;
    }

    .students {
        padding-bottom: 60px;
    }

    .studentsBox .btn {
        width: 60px;
    }

    .studentsBox .btnNext {
        left: 20%;
    }

    .studentsBox .btnPrev {
        right: 20%;
    }

    .admissionsBox .admissionsSwiper .item .cont p:nth-child(1) {
        font-size: 18px;
    }

    .admissionsBox .admissionsSwiper .item .cont p:nth-child(2) {
        font-size: 16px;
    }

    .contactUs {
        padding: 40px 0 50px 0;
    }

    .contactUs .box .left {
        width: 700px;
    }

    .contactUs .box .left .p1 p:nth-child(1) {
        font-size: 40px;
        line-height: 55px;
        background-size: 40px;
        padding-left: 50px;
        margin: 10px auto;
    }

    .contactUs .box .left .p1 p:nth-child(2) {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .contactUs .box .left .p2 {
        font-size: 20px;
    }

    .contactUs .box .right {
        margin-top: 40px;
    }

}

@media (max-width: 1199px) and (min-width:769px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }

    .menuBox {
        position: fixed;
        width: 100%;
        height: 70px;
        top: 0;
        background: #006bfa;
        border-top: none;
        box-shadow: none;
    }

    .menuIconBox {
        display: block;
    }

    .menuBox .menuIconSwitch {
        display: block;
        position: fixed;
        top: 0;
        right: 10px;
    }

    .menuBox .menuIconSwitch img {
        display: none;
        width: 42px;
        padding: 14px;
        cursor: pointer;
    }

    .menuBox .menuIconSwitch .menuIconClose {
        width: 42px;
        padding: 14px;
    }

    .menuBox .menuIconSwitch .active {
        display: block;
    }

    .menuBox .menuBlock .menuLogoBox {
        width: 100%;
        float: none;
        margin-right: 0;
        display: none;
    }

    .menuBox .menuBlock {
        width: 300px;
        margin-top: 70px;
        background: rgba(255, 255, 255, 1);
        display: none;
        position: fixed;
        right: 0;
        box-shadow: 0px 2px 13px 1px rgb(0 0 0 / 14%);
    }

    .menuBox .menuBlock .logoBox {
        width: 100%;
        background: #ffffff;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:nth-child(5) {
        width: 100%;
    }

    .menuBox .menuBlock .logoBox img:nth-child(1) {
        width: 90%;
        margin: 15px 5%;
    }

    .menuBox .menuBlock .logoBox img:nth-child(2) {
        width: 60%;
        margin: 0 20%;
    }

    .menuBox .menuBlock .menuListBox {
        width: 100%;
        float: none;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }

    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 20px;
        line-height: 50px;
        display: block;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        display: block;
        line-height: 60px;
        font-size: 18px;
        padding-top: 0;
        border-bottom: none;
        padding-bottom: 0;
        color: #006bfa;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink,
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
        border-bottom: none;
        font-size: 20px;
        color: #ffffff;
        background: #006bfa;
    }

    .menuBox .menuBlock .menuLogoBox img {
        width: 70%;
        margin: 30px 15% 30px 15%;
    }

    .menuBox .menuBlock .menuListBox ul {
        display: block;
    }

    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink:after {
        display: none;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink:after {
        display: none;
    }

    .menuBox .menuIconLogo {
        position: fixed;
        top: 0;
        left: 3%;
    }

    .menuBox .menuIconLogo img {
        display: block;
        width: auto;
        height: 45px;
        padding: 12px 0;
    }

    .bannerBox {
        margin-top: 70px;
    }

    .bannerBlock {
        padding-top: 100px;
    }

    .bannerBlock .bannerDown {
        width: 40px;
    }

    .bannerBlock .bannerLogo {
        display: none;
    }

    .backTop {
        width: 28px;
        height: 28px;
    }

    .itemTitleBox p {
        font-size: 28px;
        line-height: 40px;
    }

    .itemTitleBox {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .itemTitleBox span {
        font-size: 18px;
    }

    .backTop p {
        line-height: 14px;
    }

    .proIntroBox .box .cont .intro {
        margin-bottom: 20px;
    }

    .proIntroBox .box .cont p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .proIntroBox .box .cont p span {
        font-size: 18px;
    }

    .proIntro {
        padding-bottom: 50px;
    }

    .proOverviewBox .title {
        margin-bottom: 20px;
    }

    .proOverviewBox .title p {
        font-size: 20px;
        line-height: 50px;
    }

    .proOverviewBox .box .cont .list ul li {
        font-size: 20px;
    }

    .proOverviewBox .box .cont .detail {
        padding: 30px;
        width: calc(100% - 180px);
    }

    .proOverviewBox .box .cont .list ul li .icon img {
        width: 50px;
    }

    .proOverviewBox .box .cont .detail .item {
        font-size: 16px;
    }

    .proOverviewBox .box .cont .detail .item01 p {
        margin-bottom: 5px;
        text-indent: -5.5em;
        padding-left: 120px;
    }

    .proOverviewBox .box .cont .detail .item01 p span {
        font-size: 18px;
    }

    .proOverviewBox .box .cont .detail .item .mark {
        font-size: 14px;
    }

    .proOverviewBox .box .cont .list {
        width: 180px;
    }

    .proOverviewBox .box .cont .list ul {
        min-height: 500px;
    }

    .proOverview {
        padding-bottom: 50px;
    }

    .proFeaturesBox .box .intro {
        font-size: 18px;
    }

    .proFeatures {
        padding-bottom: 50px;
    }

    .scholarshipBox .intro {
        font-size: 22px;
        padding-left: 40px;
        margin-bottom: 15px;
    }

    .scholarshipBox .intro:before {
        width: 5px;
        height: 35px;
    }

    .scholarshipBox .box .item:nth-child(1) {
        width: 49.5%;
    }

    .scholarshipBox .box .item:nth-child(2) {
        width: 49.5%;
    }

    .scholarshipBox .box .item:nth-child(3) {
        margin-top: 20px;
        width: 100%;
    }

    .scholarshipBox .box .item .cont {
        height: 400px;
    }

    .scholarshipBox .box .item:nth-child(3) .cont {
        height: auto;
    }

    .scholarshipBox .box .item .title img {
        width: 70px;
    }

    .scholarshipBox .box .item .title p {
        width: calc(100% - 40px);
        margin-left: -40px;
        font-size: 22px;
        line-height: 50px;
        padding-left: 42px;
    }

    .scholarshipBox .box .item .detail {
        font-size: 16px;
        line-height: 28px;
    }

    .scholarshipBox .box .item:nth-child(3) .type {
        text-align: left;
    }

    .scholarshipBox .box .item .type {
        font-size: 18px;
    }

    .scholarshipBox .box .item .detail p span {
        font-size: 18px;
    }

    .scholarship .mark {
        font-size: 16px;
        margin-top: 5px;
    }

    .scholarship {
        padding-bottom: 50px;
    }

    .preview {
        padding-bottom: 50px;
    }

    .previewBox .table table tr td {
        font-size: 18px;
        line-height: 50px;
    }

    .previewBox .table table thead tr td {
        font-size: 20px;
        line-height: 50px;
    }

    .applyBox .intro p:nth-child(1) {
        font-size: 20px;
    }

    .applyBox .intro p:nth-child(2) {
        font-size: 16px;
        line-height: 28px;
    }

    .applyBox .box .item .title {
        font-size: 22px;
        line-height: 50px;
    }

    .progressBox {
        padding: 30px 50px;
    }

    .progress .progressT {
        font-size: 18px;
        line-height: 45px;
        margin-bottom: 5px;
    }

    .progress .progressC {
        font-size: 16px;
        line-height: 28px;
    }

    .applyBox .box .item03 .cont .detail p {
        font-size: 16px;
        line-height: 28px;
    }

    .applyBox .box .item03 .cont .detail p span {
        font-size: 18px;
    }

    .applyBox .box .item .cont .table {
        padding: 20px 50px;
    }

    .applyBox .box .item03 .cont .detail {
        padding: 20px 50px;
    }

    .applyBox .box .item .cont .table table tr td {
        font-size: 18px;
        line-height: 50px;
    }

    .applyBox .box .item .cont .table table thead tr td {
        font-size: 18px;
        line-height: 50px;
    }

    .apply {
        padding-bottom: 50px;
    }

    .curriculumBox .hexin {
        margin-bottom: 40px;
    }

    .curriculumBox .feature .item .title {
        width: 90px;
        height: 90px;
        border-radius: 90px;
        font-size: 18px;
        line-height: 24px;
    }

    .curriculumBox .feature .item .cont p {
        font-size: 14px;
        line-height: 24px;
    }

    .curriculumBox .feature .item .cont p:before {
        top: 9px;
    }

    .curriculumBox .feature .item01 {
        top: 0;
        left: 20%;
    }

    .curriculumBox .feature .item02 {
        top: 30%;
        left: 2%;
    }

    .curriculumBox .feature .item03 {
        top: 60%;
        left: 2%;
    }

    .curriculumBox .feature .item04 {
        top: 90%;
        left: 20%;
    }

    .curriculumBox .feature .item05 {
        top: 0;
        right: 20%;
    }

    .curriculumBox .feature .item06 {
        top: 30%;
        right: 2%;
    }

    .curriculumBox .feature .item07 {
        top: 60%;
        right: 2%;
    }

    .curriculumBox .feature .item08 {
        top: 90%;
        right: 20%;
    }

    /* 
    .curriculumBox .feature .item .title {
        position: absolute;
    }

    .curriculumBox .feature .item01,
    .curriculumBox .feature .item02,
    .curriculumBox .feature .item03,
    .curriculumBox .feature .item04,
    .curriculumBox .feature .item05,
    .curriculumBox .feature .item06,
    .curriculumBox .feature .item07,
    .curriculumBox .feature .item08 {
        position: unset;
        top: unset;
        right: unset;
        left: unset;
    }

    .curriculumBox .feature .item .title {
        position: absolute;
    }

    .curriculumBox .feature .item01 .title {
        top: 0;
        left: 20%;
    }

    .curriculumBox .feature .item02 .title {
        top: 30%;
        left: 2%;
    }

    .curriculumBox .feature .item03 .title {
        top: 60%;
        left: 2%;
    }

    .curriculumBox .feature .item04 .title {
        top: 90%;
        left: 20%;
    }

    .curriculumBox .feature .item05 .title {
        top: 0;
        right: 20%;
    }

    .curriculumBox .feature .item06 .title {
        top: 30%;
        right: 2%;
    }

    .curriculumBox .feature .item07 .title {
        top: 60%;
        right: 2%;
    }

    .curriculumBox .feature .item08 .title {
        top: 90%;
        right: 20%;
    }

    .curriculumBox .feature .item .cont {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .curriculumBox .feature .item:nth-child(odd) .cont:before,
    .curriculumBox .feature .item:nth-child(even) .cont:before {
        display: none;
    }

    .curriculumBox .feature .item.active .title {
        background: #006bfa;
    } */

    .internationalData .left {
        width: 350px;
    }

    .internationalData .right {
        width: 600px;
        max-width: calc(100% - 370px);
    }

    .internationalData .left .cont {
        font-size: 16px;
        line-height: 28px;
    }

    .internationalData .right .top .item .cont {
        font-size: 16px;
    }

    .internationalData .left .title p {
        font-size: 30px;
        line-height: 55px;
    }

    .internationalData .left .title p span {
        font-size: 45px;
    }

    .internationalData .right .top .item .title {
        font-size: 30px;
        line-height: 55px;
    }

    .internationalData .right .top .item .title span {
        font-size: 45px;
    }

    .internationalData .right .bottom {
        font-size: 20px;
        line-height: 40px;
        margin-top: 10px;
    }

    .international {
        padding-bottom: 50px;
    }

    .teachersBox p {
        font-size: 16px;
        line-height: 24px;
    }

    .teachersBox .data .item {
        width: 32.5%;
        padding: 15px 10px;
    }

    .teachersBox .data .item .t p {
        line-height: 40px;
    }

    .teachersBox .data .item .t p span {
        font-size: 30px;
    }

    .teachersBox .data02 .item {
        width: unset;
        flex: auto;
        padding: 0 2%;
    }

    .teachersBox .data02 {
        padding: 20px 5px;
    }

    .teachersBox .data {
        margin-bottom: 15px;
    }

    .teachersList .item .cont p:nth-child(1) {
        font-size: 18px;
    }

    .faculty {
        padding-bottom: 30px;
    }

    .admissionsBox .btn {
        width: 50px;
    }

    .admissionsBox .btnNext {
        left: 10%;
    }

    .admissionsBox .btnPrev {
        right: 10%;
    }

    .students {
        padding-bottom: 50px;
    }

    .studentsBox .btn {
        width: 50px;
    }

    .studentsBox .btnNext {
        left: 10%;
    }

    .studentsBox .btnPrev {
        right: 10%;
    }

    .admissionsBox .admissionsSwiper .item .cont p:nth-child(1) {
        font-size: 16px;
        line-height: 28px;
    }

    .admissionsBox .admissionsSwiper .item .cont p:nth-child(2) {
        font-size: 14px;
    }

    .contactUs {
        padding: 40px 0;
    }

    .contactUs .box .left {
        width: 750px;
    }

    .contactUs .box .right {
        margin-top: 40px;
    }

    .contactUs .box .left .p1 p:nth-child(1) {
        font-size: 40px;
        line-height: 55px;
        background-size: 40px;
        padding-left: 50px;
        margin: 10px auto;
    }

    .contactUs .box .left .p1 p:nth-child(2) {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contactUs .box .left .p2 {
        font-size: 20px;
        text-align: center;
    }

    .contactUs .box .left .p2:nth-child(1) {
        margin-bottom: 10px;
    }

    .contactUs .box .right .code p {
        font-size: 14px;
    }
}

@media (max-width:1023px) and (min-width:769px) {
    .scholarshipBox .box .item:nth-child(1) {
        width: 100%;
    }

    .scholarshipBox .box .item:nth-child(2) {
        width: 100%;
        margin-top: 20px;
    }

}

@media (max-width:1000px) and (min-width:769px) {
    .internationalData .left {
        width: 220px;
    }

    .internationalData .right {
        width: 600px;
        max-width: calc(100% - 240px);
    }
}

@media (max-width:890px) and (min-width:769px) {
    .teachersBox .data02 {
        padding: 20px 0;
    }

    .teachersBox .data02 .item p span {
        font-size: 22px;
    }

    .teachersBox .data02 .item {
        padding: 0 1%;
    }

    .proOverviewBox .box .cont .list ul {
        min-height: 560px;
    }

}

@media (max-width: 768px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }

    .menuBox {
        position: relative;
        z-index: 101;
        width: 40%;
        height: 0;
        background: none;
        border-top: none;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
    }

    .menuIconBox {
        display: block;
    }

    .menuBox .menuIconBox {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        background: #006bfa;
        box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
        z-index: 2;
    }

    .menuBox .menuIconBox .menuIconSwitch {
        float: right;
    }

    .menuBox .menuIconBox .menuIconSwitch img {
        display: none;
        width: 30px;
        padding: 10px;
    }

    .menuBox .menuIconBox .menuIconSwitch img.active {
        display: block;
    }

    .menuBox .menuIconBox .menuIconSwitch .menuIconClose {
        width: 30px;
        padding: 10px;
    }

    .menuBox .menuIconBox .menuIconLogo {
        height: 50px;
    }

    .menuBox .menuIconBox .menuIconLogo img {
        padding-left: 15px;
        height: 35px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 3%;
    }

    .menuBox .menuBlock {
        width: 45%;
        top: 50px;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        display: none;
        position: fixed;
    }

    .menuBox .menuBlock .menuLogoBox {
        display: none;
    }

    .menuBox .menuBlock .logoBox {
        width: 100%;
        background: #ffffff;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:nth-child(5) {
        width: 100%;
    }

    .menuBox .menuBlock .logoBox img:nth-child(1) {
        width: 90%;
        margin: 15px 5%;
    }

    .menuBox .menuBlock .logoBox img:nth-child(2) {
        width: 60%;
        margin: 0 20%;
    }

    .menuBox .menuBlock .menuListBox {
        width: 100%;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }

    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 20px;
        line-height: 50px;
        display: block;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        line-height: 32px;
        font-size: 14px;
        padding-bottom: 5px;
        padding-top: 5px;
        display: block;
        font-weight: normal;
        color: #006bfa;
    }

    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink,
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
        border-bottom: none;
        color: #ffffff;
        background: #006bfa;
    }

    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 16px;
    }

    .menuBox .menuBlock .menuListBox ul {
        display: block;
    }

    .bannerBox {
        margin-top: 50px;
        display: none;
    }

    .backTop p {
        line-height: 14px;
    }

    .backTop {
        display: none;
        width: 28px;
        height: 28px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }

    .itemTitleBox {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .itemTitleBox p {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .itemTitleBox span {
        font-size: 14px;
        line-height: 24px;
    }

    .bannerBlock {
        padding-top: 50px;
    }

    .bannerBlock .bannerTitle {
        width: 65%;
        margin: 0 auto;
    }

    .menuBox.fan {
        display: none;
    }

    .bannerMobile {
        overflow: hidden;
        position: relative;
        z-index: 100;
        display: block;
        width: 100%;
        height: 100vh;
        background: url(../img/mbg.jpg) no-repeat center top;
        background-size: cover;
    }

    .bannerMobileBox {
        padding-top: 10%;
    }

    .bannerMobileLogo {
        width: 43.066666%;
        margin-left: 6.333%;
        margin-bottom: 20%;
        animation-duration: 1.5s;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .bannerMobileTitle {
        width: 87.3333%;
        margin-left: 6.333%;
        animation-duration: 1.5s;
    }

    .bannerMobileBtn {
        width: 30px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerMobileBtn img {
        -webkit-animation: animationsSlide02 1.5s infinite linear;
        -moz-animation: animationsSlide02 1.5 infinite linear;
        -o-animation: animationsSlide02 1.5 infinite linear;
        -ms-animation: animationsSlide02 1.5 infinite linear;
        animation: animationsSlide02 1.5 infinite linear;
    }

    @keyframes animationsSlide02 {
        0% {
            transform: translate(0, 0);
            opacity: 1;
        }

        50% {
            transform: translate(0, -10px);
            opacity: 1;
        }

        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

    @keyframes animationsScale {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.8);
        }

        100% {
            transform: scale(1);
        }
    }

    .proIntro {
        padding-bottom: 30px;
    }

    .proIntroBox .box .img {
        display: none;
    }

    .proIntroBox .box .cont {
        width: 100%;
    }

    .proIntroBox .box .cont p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .proIntroBox .box .cont p span {
        font-size: 16px;
    }

    .proIntroBox .box .cont .intro {
        margin-bottom: 20px;
    }

    .proOverviewBox .title p {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 24px;
    }

    .proOverviewBox .title {
        margin: 0 auto 15px auto;
        max-width: 100%;
    }

    .proOverviewBox .title p {
        width: 46%;
        border-radius: 5px;
    }

    .proOverviewBox .title p:nth-child(1) {
        margin-right: 2%;
    }

    .proOverviewBox .box .cont .list {
        width: 100%;
    }

    .proOverviewBox .box .cont .list ul {
        flex-direction: row;
        min-height: auto;
    }

    .proOverviewBox .box .cont .list ul li {
        font-size: 16px;
        border-bottom: 0;
    }

    .proOverviewBox .box .cont .list ul li .out {
        height: 45px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .proOverviewBox .box .cont .list ul li .icon {
        width: 22px;
        margin-right: 2px;
    }

    .proOverviewBox .box .cont .list ul li .icon img {
        margin: 0;
    }

    .proOverviewBox .box .cont .detail {
        width: 100%;
        min-height: 500px;
        padding: 20px 15px;
    }

    .proOverviewBox .box .cont .detail .item {
        font-size: 14px;
        line-height: 24px;
    }

    .proOverviewBox .box .cont .detail .item span {
        font-size: 16px;
    }

    .proOverviewBox .box .cont .detail .item01 p {
        padding-left: 100px;
        text-indent: -5.6em;
        margin-bottom: 5px;
    }

    .proOverviewBox .box .cont .detail .item01 p:nth-child(odd),
    .proOverviewBox .box .cont .detail .item01 p:nth-child(even) {
        background-size: 14px;
        background-position-y: 5px;
    }

    .proOverviewBox .box .cont .detail .item .mark {
        font-size: 14px;
    }

    .proOverview {
        padding-bottom: 40px;
        background-attachment: unset;
    }

    .proFeatures {
        padding-bottom: 40px;
    }

    .proFeaturesBox .box .intro {
        font-size: 16px;
        line-height: 24px;
    }

    .proFeaturesBox .box .pc {
        display: none;
    }

    .proFeaturesBox .box .mobile {
        display: block;
    }

    .curriculumBox .hexin .pc {
        display: none;
    }

    .curriculumBox .hexin .mobile {
        display: block;
    }

    .scholarshipBox .intro {
        font-size: 18px;
        line-height: 24px;
        padding-left: 10px;
    }

    .scholarshipBox .intro:before {
        width: 4px;
        height: 30px;
        left: 0;
    }

    .scholarshipBox .box .item:nth-child(1) {
        width: 100%;
    }

    .scholarshipBox .box .item:nth-child(2) {
        width: 100%;
        margin: 10px 0;
    }

    .scholarshipBox .box .item:nth-child(3) {
        width: 100%;
    }

    .scholarshipBox .box .item .cont {
        height: auto;
        margin-top: 5px;
        padding: 10px;
    }

    .scholarshipBox .box .item .title img {
        width: 50px;
    }

    .scholarshipBox .box .item .title p {
        width: calc(100% - 40px);
        margin-left: -40px;
        font-size: 18px;
        line-height: 40px;
        padding-left: 15px;
    }

    .scholarshipBox .box .item .detail {
        font-size: 14px;
        line-height: 24px;
    }

    .scholarshipBox .box .item:nth-child(3) .type {
        text-align: left;
    }

    .scholarshipBox .box .item .type {
        font-size: 16px;
        line-height: 24px;
    }

    .scholarshipBox .box .item .detail p span {
        font-size: 16px;
    }

    .scholarship .mark {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }

    .scholarshipBox .box .item .contBox03 {
        width: 240px;
        margin: 0 auto;
    }

    .scholarshipBox .box .item .contBox03 .contItem {
        width: 100%;
    }

    .scholarshipBox .box .item .contBox03 .contItem:nth-child(1) {
        margin-bottom: 10px;
    }

    .scholarship {
        padding-bottom: 30px;
    }

    .previewBox .table table {
        border-radius: 10px 10px 0px 0px;
    }

    .previewBox .table table tr td {
        font-size: 16px;
        line-height: 45px;
    }

    .previewBox .table table thead tr td {
        font-size: 18px;
    }

    .preview {
        padding-bottom: 40px;
    }

    .applyBox .intro p:nth-child(1) {
        font-size: 20px;
    }

    .applyBox .intro p:nth-child(2) {
        font-size: 14px;
        line-height: 24px;
    }

    .applyBox .intro {
        margin-bottom: 15px;
    }

    .applyBox .box .item .title {
        font-size: 18px;
        line-height: 45px;
    }

    .applyBox .box .item .cont {
        margin: 0 10px;
    }

    .progressBox {
        padding: 15px 10px;
    }

    .progress .progressT {
        font-size: 16px;
        line-height: 36px;
        width: 150px;
        margin: 0 auto;
    }

    .progress .progressC {
        font-size: 14px;
        line-height: 24px;
    }

    .applyBox .box .item .cont .table {
        padding: 15px 10px;
    }

    .applyBox .box .item .cont .table table tr td {
        font-size: 14px;
        line-height: 20px;
        height: 45px;
    }

    .applyBox .box .item .cont .table table thead tr td {
        font-size: 14px;
        height: 50px;
    }

    .applyBox .box .item .cont .table table thead tr td span {
        display: inline-block;
    }

    .applyBox .box .item .cont .table table tbody tr {
        border-top: 2px solid #ffffff;
    }

    .applyBox .box .item .cont .table table thead tr td:first-child {
        border-right: 2px solid #ffffff;
    }

    .applyBox .box .item .cont .table table tbody tr:nth-child(odd) td:nth-child(1) {
        border-right: 2px solid #143e38;
    }

    .applyBox .box .item .cont .table table tbody tr:nth-child(even) td:nth-child(1) {
        border-right: 2px solid #ffffff;
    }

    .applyBox .box .item .cont .table .mark {
        font-size: 12px;
        line-height: 20px;
    }

    .applyBox .box .item03 .cont .detail {
        padding: 10px;
    }

    .applyBox .box .item03 .cont .detail p {
        font-size: 14px;
        line-height: 24px;
    }

    .apply {
        padding-bottom: 30px;
        background-attachment: unset;
    }

    .applyBox .box .item {
        margin-bottom: 10px;
    }

    .curriculumBox .hexin {
        margin-bottom: 25px;
    }

    .curriculumBox .featureM {
        display: block;
        text-align: center;
        color: #0044ac;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .curriculumBox .featureM p:nth-child(1) {
        font-size: 18px;
    }

    .curriculumBox .featureM p:nth-child(2) {
        font-size: 16px;
    }

    .curriculumBox .feature .img {
        display: none;
    }

    .curriculumBox .feature .box .item {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        display: block;
        margin-bottom: 10px;
    }

    .curriculumBox .feature .item .title {
        width: 140px;
        height: auto;
        font-size: 16px;
        line-height: 40px;
        border-radius: 0;
        position: relative;
    }

    .curriculumBox .feature .item .title:after {
        content: '';
        position: absolute;
        right: -25px;
        top: 0;
        border-left: 25px solid #0044ac;
        border-top: 40px solid transparent;
    }

    .curriculumBox .feature .item .cont {
        display: flex;
        flex-wrap: wrap;
        border-radius: 0 0 10px 10px;
        padding: 10px;
        max-width: 100%;
    }

    .curriculumBox .feature .item.active .cont {
        display: flex;
        flex-wrap: wrap;
    }

    .curriculumBox .feature .item:nth-child(1) .cont,
    .curriculumBox .feature .item:nth-child(2) .cont,
    .curriculumBox .feature .item:nth-child(3) .cont,
    .curriculumBox .feature .item:nth-child(4) .cont {
        margin-left: 0;
    }

    .curriculumBox .feature .item:nth-child(5) .cont,
    .curriculumBox .feature .item:nth-child(6) .cont,
    .curriculumBox .feature .item:nth-child(7) .cont,
    .curriculumBox .feature .item:nth-child(8) .cont {
        margin-right: 0;
    }

    .curriculumBox .feature .item:nth-child(odd) .cont:before,
    .curriculumBox .feature .item:nth-child(even) .cont:before {
        display: none;
    }

    .curriculumBox .feature .item .cont p {
        font-size: 13px;
        line-height: 24px;
        margin-right: 0;
        padding-left: 6px;
        width: 49%;
        box-sizing: border-box;
    }

    .curriculumBox .feature .item:nth-child(5) .cont {
        height: auto;
        margin-top: 0;
    }

    .curriculumBox .feature .item .cont p:before {
        width: 4px;
        height: 4px;
        top: 10px;
    }

    .curriculumBox .feature .box .item07 p {
        width: 100%;
    }

    .curriculum {
        padding-bottom: 40px;
    }

    .internationalData .left {
        width: 100%;
    }

    .internationalData .right {
        width: 100%;
    }

    .internationalData .left .cont {
        font-size: 14px;
        line-height: 24px;
    }

    .internationalData .right .top .item .cont {
        font-size: 14px;
        line-height: 24px;
    }

    .internationalData .left .title p {
        font-size: 18px;
        line-height: 35px;
    }

    .internationalData .left .title p span {
        font-size: 30px;
    }

    .internationalData .right .top .item {
        width: 32.5%;
    }

    .internationalData .right .top .item .title {
        font-size: 18px;
        line-height: 35px;
    }

    .internationalData .right .top .item .title span {
        font-size: 30px;
    }

    .internationalData .right .bottom {
        font-size: 18px;
        line-height: 40px;
        margin-top: 10px;
        padding-left: 10px;
        background-size: 100% 100%;
    }

    .international {
        padding-bottom: 40px;
    }

    .faculty {
        padding-bottom: 30px;
        background-attachment: unset;
    }

    .teachersBox {
        margin-bottom: 25px;
    }

    .teachersBox p {
        font-size: 14px;
        line-height: 24px;
    }

    .teachersBox .data {
        margin-bottom: 15px;
    }

    .teachersBox .data .item {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }

    .teachersBox .data .item:nth-child(2) {
        margin: 10px auto;
    }

    .teachersBox .data .item .t p {
        line-height: 36px;
    }

    .teachersBox .data .item .t p span {
        font-size: 30px;
    }

    .teachersBox .data02 {
        border-radius: 10px;
        padding: 10px;
        justify-content: center;
    }

    .teachersBox .data02 .item {
        width: 140px;
        border-right: 0;
    }

    .teachersBox .data02 .item p span {
        font-size: 24px;
    }

    .teachersBox .data02 p {
        line-height: 30px;
        margin-right: 5px;
    }

    .teachersBox .data02 .item p:nth-child(2) {
        margin-top: 0;
    }

    .teachersList .item .cont p {
        font-size: 13px;
        line-height: 20px;
        text-align: left;
    }

    .teachersList .item .cont p:nth-child(1) {
        text-align: center;
    }

    .teachersList .item .img img {
        width: 120px;
    }

    .teachersBox02 .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
    }

    .teachersBox02 .swiper-pagination-bullet-active {
        width: 30px;
    }

    .teachersList .item .cont {
        height: 170px;
    }

    .admissionsEvent,
    .students {
        padding-bottom: 30px;
    }

    .admissionsBox .btn {
        width: 30px;
    }

    .admissionsBox .btnNext {
        left: 3%;
    }

    .admissionsBox .btnPrev {
        right: 3%;
    }

    .studentsBox .btn {
        width: 30px;
    }

    .studentsBox .btnNext {
        left: 3%;
    }

    .studentsBox .btnPrev {
        right: 3%;
    }

    .admissionsBox .admissionsSwiper .item .cont p:nth-child(1) {
        font-size: 14px;
        line-height: 24px;
    }

    .admissionsBox .admissionsSwiper .item .cont p:nth-child(2) {
        font-size: 12px;
        line-height: 20px;
    }

    .contactUs {
        padding: 30px 0 55px 0;
    }

    .contactUs .box .left .p1 p:nth-child(1) {
        font-size: 24px;
        line-height: 40px;
        background-size: 30px;
        padding-left: 35px;
        margin: 10px auto;
    }

    .contactUs .box .left .p1 p:nth-child(2) {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .contactUs .box .left .p2 {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .contactUs .box .left .p2 p {
        width: 100%;
    }

    .contactUs .box .left .p2:nth-child(1) {
        margin-bottom: 10px;
    }

    .contactUs .box .right {
        margin-top: 30px;
        justify-content: center;
    }

    .contactUs .box .right .code {
        width: 170px;
        margin-bottom: 10px;
    }

    .contactUs .box .right .code img {
        width: 140px;
        margin: 0 auto;
    }

    .contactUs .box .right .code p {
        font-size: 14px;
        margin-top: 5px;
    }

    .side {
        display: none;
    }

    .consult.fixed {
        display: block;
        position: fixed;
        z-index: 12;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .consult .box {
        width: 90%;
        margin: 0 auto 10px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .consult .box .item {
        width: 40%;
        text-align: center;
        background: #006bfa;
        border-radius: 8px;
    }

    .consult .box .item:nth-child(1) {
        margin-right: 5%;
    }

    .consult .box .item p {
        font-size: 16px;
        line-height: 40px;
        color: #ffffff;
        font-weight: bold;
        display: inline-block;
    }

    .consult .box .item:nth-child(1) p {
        padding-left: 30px;
        background: url(../img/icon25.png) no-repeat center left;
        background-size: 24px;
    }

    .consult .box .item:nth-child(2) p {
        padding-left: 30px;
        background: url(../img/icon24.png) no-repeat center left;
        background-size: 24px;
    }

    .layer.fixed {
        display: block;
        position: fixed;
        z-index: 102;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
    }

    .layer .close {
        position: absolute;
        z-index: 103;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        margin-top: 15vh;
    }

    .layer .item {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .layer .item .code {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    .layer .item .code.active {
        display: block;
    }

    .layer .item .code img {
        width: 175px;
        margin: 0 auto;
    }

    .layer .item .code p {
        font-size: 16px;
        text-align: center;
        color: #ffffff;
        margin-top: 5px;
    }
}