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

.clear:after {
    content: '';
    display: block;
    clear: both;
}


/* 菜单样式 */

.menuBox {
    width: 100%;
    height: 98px;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
}

.menuBox .menuBlock {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.menuBox .menuBlock .menuLogoBox {
    width: 22%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}

.menuBox .menuBlock .menuListBox {
    float: right;
    width: 76%;
}

.menuBox .menuBlock .menuLogoBox img {
    float: left;
    margin-top: 24px;
    height: 51px;
}

.menuBox .menuBlock .menuListBox ul {
    overflow: hidden;
    display: flex;
}

.menuBox .menuBlock .menuListBox ul li {
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
}

.menuBox .menuBlock .menuListBox ul li:last-child {
    margin-right: 0;
}

.menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
    font-size: 20px;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 28px;
    color: #383838;
    display: inline-block;
    font-weight: bold;
    position: relative;
}

.menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink,
.menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
    border-bottom: 3px solid #e2291c;
}

.menuIconBox {
    display: none;
}


/* banner样式 */

.bannerBox_u {
    position: relative;
    overflow: hidden;
}

#bannerVideo {
    width: 100%;
    display: block;
}

.bannerTitleBox_u {
    width: 38.4%;
    position: absolute;
    z-index: 2;
    top: 25%;
    right: 15%;
    -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;
}

.bannerTitle img {
    animation-duration: 1.2s;
}

.bannerBtnBox_u {
    width: 1.09375%;
    position: absolute;
    z-index: 2;
    top: 75%;
    left: 49.453125%;
    -webkit-animation: slideBtn 2s infinite ease;
    -moz-animation: slideBtn 2s infinite ease;
    -o-animation: slideBtn 2s infinite ease;
    -ms-animation: slideBtn 2s infinite ease;
    animation: slideBtn 2s infinite ease;
}

.bannerBtnBox_u img {
    cursor: pointer;
    width: 100%;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
}

@-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);
    }
}

@-webkit-keyframes slideBtn {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideBtn {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.bannerLayer {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}


/* 标题样式 */

.itemTitleBox {
    padding-top: 80px;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
}

.itemTitleName {
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
    color: #23407a;
    position: relative;
    z-index: 1;
}

.itemTitleBox02 .itemTitleName {
    color: #ffffff;
}


/* 项目简介 */

.projectIntroduction {
    background: url(../img/projectIntroductionBg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 100px;
}

.projectIntroductionBlock {
    overflow: hidden;
}

.projectIntroductionLeft {
    position: relative;
    z-index: 2;
    width: 798px;
    float: left;
}

.projectIntroductionRight {
    position: relative;
    float: left;
    width: 658px;
    margin-left: -300px;
    padding: 20px;
    border: solid 2px #274580;
    margin-top: 14px;
}

.projectIntroductionRight:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 50px;
    width: 95px;
    height: 2px;
    background: #ffffff;
}

.projectIntroductionRightBox {
    position: relative;
    z-index: 2;
    height: 470px;
    background: url(../img/projectIntroductionBg02.png) no-repeat center center;
    background-size: cover;
}

.projectIntroductionRightBox:after {
    content: '';
    position: absolute;
    bottom: -48px;
    right: 40px;
    width: 75px;
    height: 75px;
    background: url(../img/projectIntroductionIcon.png) no-repeat center center;
    background-size: cover;
}

.projectIntroductionCont {
    padding: 60px 25px 0 25px;
}

.projectIntroductionCont p {
    color: #ffffff;
    text-align: justify;
    text-indent: 2em;
    line-height: 36px;
}


/* 项目特色 */

.projectFeatures {
    background: url(../img/projectFeaturesBg.png) no-repeat center top #F2F2F2;
    background-size: auto 466px;
    padding-bottom: 30px;
}

.projectFeaturesTitle {
    width: 600px;
    margin: 0 auto 110px auto;
}

.projectFeaturesTitle ul {
    overflow: hidden;
}

.projectFeaturesTitle ul li {
    width: 50%;
    float: left;
}

.projectFeaturesTitle ul li p {
    text-align: center;
    border: solid 1px #ffffff;
    cursor: pointer;
    font-size: 30px;
    line-height: 63px;
    color: #ffffff;
    font-weight: bold;
}

.projectFeaturesTitle ul li.active p {
    background: #5a8bee;
    border: 1px solid #5a8bee;
}

.projectFeaturesContBox ul {
    display: flex;
}

.projectFeaturesContBox ul li {
    flex: 1;
    margin-right: 10px;
}

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

.projectFeaturesContBox ul li:nth-child(2) {
    margin-top: 15px;
    animation-delay: 0.3s;
}

.projectFeaturesContBox ul li:nth-child(3) {
    margin-top: 28px;
    animation-delay: 0.6s;
}

.projectFeaturesContBox ul li:nth-child(4) {
    margin-top: 15px;
    animation-delay: 0.9s;
}

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

.projectFeaturesItem .projectFeaturesItemImg img {
    margin: 0 auto;
}

.projectFeaturesItem .projectFeaturesItemCont p {
    margin-top: 8px;
    text-align: center;
    color: #555555;
    line-height: 28px;
    height: 56px;
}

.projectFeaturesCont .projectFeaturesContBox {
    display: none;
}

.projectFeaturesCont .projectFeaturesContBox.active {
    display: block;
}

.projectFeaturesContBox02 .projectFeaturesItemCont p span {
    display: block;
}

.projectFeaturesContBox02 ul li:nth-child(2) {
    margin-top: 28px;
}

.projectFeaturesContBox02 ul li:nth-child(3) {
    margin-top: 28px;
}

.projectFeaturesContBox02 ul li:nth-child(4) {
    margin-top: 0;
}


/* 学习方式 */

.learningStyle {
    background: #F2F2F2;
    position: relative;
}

.learningStyleBox {
    padding-top: 116px;
    background: url(../img/learningStyleBlockBg.png) no-repeat center top;
    background-size: 100% 116px;
}

.learningStyleBg {
    background: #ffffff;
    padding-bottom: 100px;
}

.learningStyleBlock ul li {
    background-color: #dee8fc;
}

.learningStyleBlock ul li:nth-child(2) {
    background-color: #f5f8fe;
    animation-delay: 0.5s;
}

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

.learningStyleBlock ul {
    display: flex;
}

.learningStyleBlock ul li {
    flex: 1;
    height: 287px;
    margin-right: 89px;
    position: relative;
}

.learningStyleBlock ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: url(../img/learningStyleLine.png) no-repeat left top;
    background-size: 4px 100%;
    background-color: #dee8fc;
}

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

.learningStyleBlock ul li p {
    padding: 40px 40px 0 44px;
    text-align: justify;
}

.learningStyleZS01 {
    position: absolute;
    width: 13.49%;
    left: 0;
    bottom: -70px;
}

.learningStyleZS02 {
    position: absolute;
    width: 18.021%;
    right: 0;
    bottom: -260px;
}


/* 招生方向及计划 */

.directionAndPlan {
    background: url(../img/directionAndPlanBg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 90px;
    overflow: hidden;
}

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

.directionAndPlanBlock table tr td {
    height: 61px;
}

.directionAndPlanBlock table thead tr td:nth-child(1) {
    width: 43.75%
}

.directionAndPlanBlock table thead tr td:nth-child(2) {
    width: 17.25%
}

.directionAndPlanBlock table thead tr td:nth-child(3) {
    width: 29%
}

.directionAndPlanBlock table thead tr {
    background: #5a8bee;
}

.directionAndPlanBlock table thead tr td {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.directionAndPlanBlock table tbody tr:nth-child(odd) {
    background-color: #dee8fc;
}

.directionAndPlanBlock table tbody tr:nth-child(even) {
    background-color: #f5f8fe;
}

.directionAndPlanBlock table tbody tr td {
    font-size: 18px;
    color: #444344;
    border-right: 2px solid #DEE8FC;
}

.directionAndPlanBlock table tbody tr td:last-child {
    border-right: 0;
}

.directionAndPlanBlock table tbody tr td:first-child {
    font-weight: bold;
}

.directionAndPlanTd01 {
    padding: 20px 60px;
    line-height: 28px;
    text-align: justify;
}

.directionAndPlanMark p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}


/* 报考条件 */

.registrationConditions {
    background: url(../img/registrationConditionsBg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 80px;
}

.registrationConditionsBlock {
    position: relative;
}

.registrationConditionsList {
    position: relative;
    z-index: 2;
}

.registrationConditionsList ul {
    display: flex;
}

.registrationConditionsList ul li {
    flex: 1;
}

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

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

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

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

.registrationConditionsItem {
    margin: 0 23px;
}

.registrationConditionsImg img {
    max-width: 100%;
    margin: 0 auto;
}

.registrationConditionsCont p {
    line-height: 32px;
    color: #444344;
    text-align: center;
    margin: 15px 0 15px 0;
}

.registrationConditionsLine {
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 50px;
    width: 80%;
    height: 10px;
    background-color: #e5e5e5;
}


/* 招生时间表 */

.enrollmentSchedule {
    background: url(../img/enrollmentScheduleBg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 70px;
}

.enrollmentScheduleBlock_pc {
    position: relative;
}

.enrollmentScheduleBlock_m {
    display: none;
}

.enrollmentScheduleLine {
    width: 1px;
    left: 50%;
    top: 92px;
    transform: translateX(-50%);
    position: absolute;
    height: 810px;
    background-color: #274580;
}

.enrollmentScheduleBlock_pc_box {
    overflow: hidden;
}

.enrollmentScheduleItem {
    margin-bottom: 50px;
    position: relative;
}

.enrollmentScheduleItem:before {
    position: absolute;
    top: 70px;
    font-size: 50px;
    line-height: 50px;
    color: #274580;
    font-weight: bold;
}

.enrollmentScheduleItem:after {
    content: '';
    position: absolute;
    top: 92px;
    font-size: 50px;
    line-height: 50px;
    color: #274580;
    font-weight: bold;
    width: 10px;
    height: 10px;
    background-color: #274580;
    border-radius: 6px;
}

.enrollmentScheduleItemLeft .enrollmentScheduleItem:before {
    right: 10px;
}

.enrollmentScheduleItemRight .enrollmentScheduleItem:before {
    left: 10px;
}

.enrollmentScheduleItem01:before {
    content: '01';
}

.enrollmentScheduleItem03:before {
    content: '03';
}

.enrollmentScheduleItem05:before {
    content: '05';
}

.enrollmentScheduleItem07:before {
    content: '07';
}

.enrollmentScheduleItem02:before {
    content: '02';
    right: 10px;
}

.enrollmentScheduleItem04:before {
    content: '04';
}

.enrollmentScheduleItem06:before {
    content: '06';
}

.enrollmentScheduleItem08:before {
    content: '08';
}

.enrollmentScheduleItem01:after,
.enrollmentScheduleItem03:after,
.enrollmentScheduleItem05:after,
.enrollmentScheduleItem07:after {
    right: -5px;
}

.enrollmentScheduleItem02:after,
.enrollmentScheduleItem04:after,
.enrollmentScheduleItem06:after,
.enrollmentScheduleItem08:after {
    left: -5px;
}

.enrollmentScheduleItem02 {
    margin-top: 112px;
}

.enrollmentScheduleItem07,
.enrollmentScheduleItem08 {
    margin-bottom: 0;
}

.enrollmentScheduleItemLeft {
    width: 50%;
    float: left;
}

.enrollmentScheduleItemRight {
    width: 50%;
    float: right;
}

.enrollmentScheduleItemLeft .enrollmentScheduleItemBox {
    position: relative;
}

.enrollmentScheduleItemLeft .enrollmentScheduleItemTitle p {
    background: url(../img/enrollmentScheduleTitleBg01.png) no-repeat center right;
    background-size: cover;
}

.enrollmentScheduleItemRight .enrollmentScheduleItem {
    float: right;
    width: 100%;
}

.enrollmentScheduleItemRight .enrollmentScheduleItemTitle {
    float: right;
    margin-bottom: -14px;
}

.enrollmentScheduleItemRight .enrollmentScheduleItem .enrollmentScheduleItemBox {
    float: right;
}

.enrollmentScheduleItemLeft .enrollmentScheduleItemCont {
    margin: -16px 0 0 8px;
}

.enrollmentScheduleItemRight .enrollmentScheduleItemCont {
    margin: -16px 8px 0 0;
    clear: both;
}

.enrollmentScheduleItemRight .enrollmentScheduleItemTitle p {
    background: url(../img/enrollmentScheduleTitleBg02.png) no-repeat center left;
    background-size: cover;
    text-align: right;
    padding-right: 10px;
    padding-left: 18px;
}

.enrollmentScheduleItemTitle p {
    width: 445px;
    font-size: 18px;
    line-height: 33px;
    padding-left: 14px;
    color: #ffffff;
    font-weight: bold;
}

.enrollmentScheduleItemTitle {
    position: relative;
    z-index: 2;
}

.enrollmentScheduleItemCont {
    position: relative;
    z-index: 1;
    width: 510px;
    height: 162px;
    background: #ffffff;
}

.enrollmentScheduleItemCont p {
    padding: 35px 35px 0 35px;
    line-height: 28px;
}

.enrollmentScheduleItem07 .enrollmentScheduleItemCont p {
    padding-top: 65px;
}

.enrollmentScheduleItem04 .enrollmentScheduleItemCont p,
.enrollmentScheduleItem06 .enrollmentScheduleItemCont p,
.enrollmentScheduleItem08 .enrollmentScheduleItemCont p {
    padding-top: 65px;
    text-align: right;
}


/* .enrollmentScheduleItem {
    position: absolute;
    width: 50%;
}


.enrollmentScheduleItem01 {
    top: 0;
    left: 0;
}

.enrollmentScheduleItem02 {
    top: 112px;
    right: 0;
}

.enrollmentScheduleItem03 {
    top: 0;
    left: 0;
}

.enrollmentScheduleItem04 {
    top: 0;
    right: 0;
}

.enrollmentScheduleItem05 {
    top: 0;
    left: 0;
}

.enrollmentScheduleItem06 {
    top: 0;
    right: 0;
}

.enrollmentScheduleItem07 {
    top: 0;
    left: 0;
}

.enrollmentScheduleItem08 {
    top: 0;
    right: 0;
}

.enrollmentScheduleItemBlock {
    height: 162px;
} */


/* 提前批政策 */

.earlyApproval {
    background: url(../img/earlyApprovalBg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 90px;
}

.earlyApproval .itemTitleBox {
    text-align: right;
}

.earlyApprovalBlock {
    width: 890px;
    float: right;
}

.earlyApprovalItem {
    background: url(../img/earlyApprovalItemBg.png) no-repeat center center;
    background-size: cover;
    padding: 30px 35px;
}

.earlyApprovalItem01 {
    margin-bottom: 38px;
}

.earlyApprovalItemTitle p {
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 18px;
    width: 445px;
    background: #bd3027;
    position: relative;
    margin-bottom: 15px;
}

.earlyApprovalItemTitle p:after {
    content: '';
    position: absolute;
    right: -30px;
    border-top: 45px solid transparent;
    border-left: 30px solid #bd3027;
}

.earlyApprovalItemCont p {
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    text-align: justify;
}

.earlyApprovalItemCont .earlyApprovalItemMark {
    font-weight: bold;
    margin-top: 10px;
}


/* 联系我们 */

.contactUs {
    background: url(../img/contactUsBg.jpg) no-repeat center right;
    background-size: cover;
    padding: 70px 0;
}

.contactUsBox {
    overflow: hidden;
}

.contactUsLeft {
    width: 50%;
    float: left;
}

.contactUsRight {
    width: 50%;
    float: left;
}

.contactUsTitle {
    width: 550px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.contactUsTitle p {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}

.contactUsCont p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.contactUsCont p a {
    color: #ffffff;
}

.contactUsCont p a:hover {
    color: #BD3027
}

.contactUsCont p:last-child {
    margin-bottom: 0;
}

.contactUsCode {
    overflow: hidden;
    display: flex;
    margin-top: 60px;
}

.contactUsCode .contactUsCondeItem {
    width: 50%;
}

.contactUsCode .contactUsCondeItem img {
    width: 182px;
    margin: 0 auto;
}

.contactUsCode .contactUsCondeItem p {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 8px;
}


/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    background: rgba(35, 64, 122, 0.8);
    padding: 8px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
}

.backTop img {
    width: 100%;
}

.backTop p {
    display: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.backTop:hover img {
    display: none;
}

.backTop:hover p {
    display: block;
}

@media (max-width:1366px) and (min-width:1200px) {
    .publicBox {
        width: 1180px;
        margin: 0 auto;
    }
    .menuBox {
        height: 70px;
    }
    .menuBox .menuBlock {
        width: 1100px;
    }
    .menuBox .menuBlock .menuListBox ul li {
        margin-right: 20px;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        font-size: 18px;
        line-height: 40px;
        padding-top: 10px;
        padding-bottom: 17px;
    }
    .menuBox .menuBlock .menuLogoBox img {
        margin-top: 15px;
        height: 40px;
    }
    .itemTitleBox {
        padding-top: 60px;
        margin-bottom: 40px;
    }
    .itemTitleName {
        font-size: 40px;
    }
    .bannerBox {
        margin-top: 70px;
    }
    .projectIntroductionRight {
        margin-left: -320px;
    }
    .projectIntroductionCont p {
        line-height: 32px;
    }
    .projectIntroduction {
        padding-bottom: 60px;
    }
    .projectFeaturesTitle ul li p {
        font-size: 22px;
        line-height: 50px;
    }
    .projectFeatures {
        background-size: auto 416px;
    }
    .learningStyleBlock ul li p {
        padding: 40px 35px 0 39px;
    }
    .learningStyleBg {
        padding-bottom: 60px;
    }
    .learningStyleBox {
        padding-top: 100px;
        background-size: 100% 100px;
    }
    .directionAndPlanBlock table tbody tr td {
        font-size: 16px;
    }
    .directionAndPlanBlock table tbody tr td:first-child {
        font-size: 18px;
    }
    .directionAndPlanMark p {
        font-size: 16px;
        margin-top: 10px;
    }
    .directionAndPlan {
        padding-bottom: 60px;
    }
    .registrationConditions {
        padding-bottom: 60px;
    }
    .enrollmentScheduleItemCont {
        width: 500px;
    }
    .earlyApproval {
        padding-bottom: 60px;
    }
    .earlyApprovalItem01 {
        margin-bottom: 20px;
    }
    .earlyApprovalItemCont p {
        font-size: 16px;
        line-height: 32px;
    }
    .contactUs {
        padding: 60px 0;
    }
    .contactUsCont p {
        font-size: 16px;
    }
    .contactUsCode .contactUsCondeItem p {
        font-size: 16px;
    }
}


/* @media (max-width:1200px) {
    html {
        min-width: 1200px;
    }
    .menuBox .menuBlock {
        width: 1180px;
    }
} */

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    .menuBox {
        position: fixed;
        width: 100%;
        height: 70px;
        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: 40px;
        padding: 15px;
        cursor: pointer;
    }
    .menuBox .menuIconSwitch .menuIconClose {
        width: 40px;
        padding: 10px;
    }
    .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;
        border-top: 5px solid #01a6f6;
    }
    .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: 55px;
        font-size: 18px;
        padding-top: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink,
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
        border-bottom: none;
        color: #ffffff;
        background: #23407a;
    }
    .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: 46px;
        padding: 12px 0;
    }
    .bannerTitleBox_u {
        width: 51%;
        right: 5%;
    }
    .bannerBtnBox_u {
        top: 90%;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    .itemTitleBox {
        padding-top: 40px;
        margin-bottom: 30px;
    }
    .itemTitleBlock .itemTitleName {
        font-size: 36px;
    }
    .itemTitleBlock .itemSubTitleName {
        font-size: 24px;
        line-height: 32px;
    }
    .backTop p {
        line-height: 14px;
    }
    .bannerBlock .bannerTitle {
        width: 43.4%;
    }
    .itemTitleName {
        font-size: 30px;
    }
    .projectIntroductionCont p {
        line-height: 28px;
    }
    .projectIntroductionLeft {
        position: absolute;
        width: 648px;
    }
    .projectIntroductionRight {
        float: right;
        margin-left: 0;
    }
    .projectIntroductionRightBox {
        height: 365px;
    }
    .projectIntroductionCont {
        padding: 50px 25px 0 25px;
    }
    .projectIntroductionBlock {
        padding-bottom: 20px;
    }
    .projectIntroduction {
        padding-bottom: 50px;
    }
    .projectFeaturesTitle {
        width: 500px;
    }
    .projectFeaturesTitle ul li p {
        font-size: 22px;
        line-height: 50px;
    }
    .projectFeaturesItem .projectFeaturesItemImg img {
        width: 100px;
    }
    .projectFeatures {
        background-size: auto 356px;
        padding-bottom: 15px;
    }
    .learningStyleBox {
        padding-top: 50px;
        background-size: 100% 50px;
    }
    .learningStyleBlock ul li {
        margin-right: 3%;
        height: 240px;
    }
    .learningStyleBg {
        padding-bottom: 50px;
    }
    .learningStyleBlock ul li p {
        padding: 15px 10px 0 13px;
        line-height: 28px;
        text-indent: 2em;
    }
    .learningStyleBlock ul li:before {
        width: 2px;
    }
    .learningStyleBlock {
        padding-top: 30px;
    }
    .directionAndPlanBlock table thead tr td {
        font-size: 18px;
    }
    .directionAndPlanBlock table tbody tr td {
        font-size: 16px;
    }
    .directionAndPlanBlock table tbody tr td:first-child {
        font-weight: normal;
    }
    .directionAndPlanTd01 {
        padding: 15px;
    }
    .directionAndPlanBlock table tr td {
        height: 50px;
    }
    .directionAndPlanMark p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }
    .directionAndPlan {
        padding-bottom: 50px;
    }
    .registrationConditionsCont p {
        line-height: 28px;
        text-align: justify;
    }
    .registrationConditionsItem {
        margin: 0 10px;
    }
    .registrationConditions {
        padding-bottom: 50px;
    }
    .enrollmentScheduleItem {
        margin-bottom: 210px;
    }
    .enrollmentScheduleItem02 {
        margin-top: 195px;
    }
    .enrollmentScheduleItemLeft .enrollmentScheduleItem {
        width: auto;
    }
    .enrollmentScheduleItemRight .enrollmentScheduleItem {
        width: auto;
    }
    .enrollmentScheduleItemRight .enrollmentScheduleItem:before {
        width: 80px;
        left: -80px;
    }
    .enrollmentScheduleItem:after {
        display: none;
    }
    .enrollmentScheduleLine {
        display: none;
    }
    .enrollmentScheduleItemLeft .enrollmentScheduleItem:before {
        display: none;
    }
    .enrollmentScheduleItemLeft .enrollmentScheduleItemCont:after {
        position: absolute;
        right: -75px;
        top: 54px;
        font-size: 50px;
        line-height: 50px;
        color: #274580;
        font-weight: bold;
    }
    .enrollmentScheduleItemLeft .enrollmentScheduleItem01 .enrollmentScheduleItemCont:after {
        content: '01';
    }
    .enrollmentScheduleItemLeft .enrollmentScheduleItem03 .enrollmentScheduleItemCont:after {
        content: '03';
    }
    .enrollmentScheduleItemLeft .enrollmentScheduleItem05 .enrollmentScheduleItemCont:after {
        content: '05';
    }
    .enrollmentScheduleItemLeft .enrollmentScheduleItem07 .enrollmentScheduleItemCont:after {
        content: '07';
    }
    .enrollmentScheduleItem08 {
        margin-bottom: 0;
    }
    .enrollmentSchedule {
        padding-bottom: 50px;
    }
    .earlyApprovalItemCont p {
        font-size: 16px;
        line-height: 28px;
    }
    .earlyApprovalItem {
        padding: 25px;
    }
    .earlyApprovalItemCont .earlyApprovalItemMark {
        font-weight: normal;
    }
    .earlyApprovalItem01 {
        margin-bottom: 15px;
    }
    .earlyApproval {
        padding-bottom: 50px;
    }
    .contactUs {
        padding: 50px 0;
    }
    .contactUsTitle {
        width: 100%;
    }
    .contactUsTitle p {
        font-size: 24px;
    }
    .contactUsCont p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .contactUsCode .contactUsCondeItem img {
        width: 120px;
    }
    .contactUsCode .contactUsCondeItem p {
        font-size: 16px;
        margin-top: 6px;
    }
    .contactUsCode {
        margin-top: 100px;
    }
    .earlyApprovalBlock {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    .menuBox {
        width: 40%;
        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: rgba(255, 255, 255, 1);
        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: 5%;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 5%;
    }
    .menuBox .menuBlock {
        width: 40%;
        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: 45px;
        font-size: 16px;
        padding-bottom: 0;
        padding-top: 0;
        display: block;
        font-weight: normal;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink {
        border-bottom: none;
        color: #ffffff;
        background: #004ea2;
    }
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: none;
        color: #ffffff;
        background: #004ea2;
    }
    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 16px;
    }
    .menuBox .menuBlock .menuListBox ul {
        display: block;
    }
    .menuBox .menuBlock .menuListBox ul li:hover .menuListItemLink:after {
        display: none;
    }
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink:after {
        display: none;
    }
    .itemTitleBox {
        padding-top: 25px;
        margin-bottom: 20px;
    }
    .itemTitleBox .itemTitleName {
        font-size: 24px;
        line-height: 36px;
    }
    .bannerBox {
        margin-top: 50px;
    }
    .bannerBox_u {
        margin-top: 50px;
        background: url(../img/bannerBgGif02.gif) no-repeat center center;
        background-size: cover;
    }
    #bannerVideo {
        display: none;
    }
    .bannerTitleBox_u {
        position: relative;
        width: 70%;
        top: 0%;
        right: 0%;
        padding: 15% 5% 15% 25%;
    }
    .bannerBtnBox_u {
        display: none;
    }
    .backTop p {
        line-height: 14px;
    }
    .backTop {
        width: 28px;
        height: 28px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
    .bannerBlock .bannerBtn img {
        display: none;
    }
    .bannerBlock .bannerTitle {
        width: 49%;
        top: 27%;
        right: 12%;
    }
    .projectIntroductionLeft {
        width: 100%;
        float: none;
    }
    .projectIntroductionRight {
        width: auto;
        float: none;
        margin-left: 0;
        padding: 0;
        border: 0;
    }
    .projectIntroductionRightBox {
        height: auto;
    }
    .projectIntroductionCont {
        padding: 15px 10px 35px 10px;
    }
    .projectIntroductionCont p {
        font-size: 14px;
        line-height: 24px;
    }
    .projectIntroductionRightBox:after {
        bottom: 0px;
        right: 25px;
        width: 40px;
        height: 40px;
    }
    .projectIntroduction {
        padding-bottom: 30px;
    }
    .projectFeatures {
        background: #F2F2F2;
        padding-bottom: 10px;
    }
    .projectFeatures .itemTitleBox02 .itemTitleName {
        color: #274580;
    }
    .projectFeaturesTitle {
        width: 80%;
        margin-bottom: 30px;
    }
    .projectFeaturesTitle ul li p {
        font-size: 18px;
        line-height: 40px;
    }
    .projectFeaturesTitle ul li p {
        color: #5a8bee;
        border: 1px solid #5a8bee;
        background: #ffffff;
    }
    .projectFeaturesTitle ul li.active p {
        color: #ffffff;
    }
    .projectFeaturesContBox ul {
        display: block;
    }
    .projectFeaturesContBox ul li {
        width: 100%;
    }
    .projectFeaturesItem {
        overflow: hidden;
    }
    .projectFeaturesItem .projectFeaturesItemImg img {
        width: 30px;
        margin: 0;
        float: left;
    }
    .projectFeaturesItem .projectFeaturesItemCont p {
        height: auto;
        text-align: left;
        float: left;
        margin-top: 0;
        line-height: 30px;
        margin-left: 10px;
    }
    .projectFeaturesContBox ul li:nth-child(2),
    .projectFeaturesContBox ul li:nth-child(3),
    .projectFeaturesContBox ul li:nth-child(4) {
        margin-top: 0;
    }
    .projectFeaturesContBox ul li {
        margin-bottom: 10px;
    }
    .projectFeaturesContBox02 .projectFeaturesItemCont p span {
        display: inline;
    }
    .projectFeaturesCont {
        min-height: 200px;
    }
    .learningStyleBox {
        padding-top: 26px;
        background-size: 100% 26px;
    }
    .learningStyleBg {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .learningStyleBlock ul {
        display: block;
    }
    .learningStyleBlock ul li {
        margin-right: 0;
        margin-bottom: 10px;
        height: auto;
    }
    .learningStyleBlock ul li p {
        padding: 15px;
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
    }
    .learningStyleBlock ul li:before {
        width: 3px;
        background-size: 3px 100%;
    }
    .directionAndPlanTd02 span {
        display: block;
    }
    .directionAndPlanBlock table thead tr td {
        font-size: 14px;
        line-height: 24px;
    }
    .directionAndPlanBlock table thead tr td:nth-child(1) {
        width: 43%;
    }
    .directionAndPlanBlock table thead tr td:nth-child(2) {
        width: 17%;
    }
    .directionAndPlanBlock table thead tr td:nth-child(3) {
        width: 40%;
    }
    .directionAndPlanBlock table tbody tr td {
        font-size: 14px;
        line-height: 20px;
    }
    .directionAndPlanBlock table tbody tr td:first-child {
        padding: 5px;
        font-weight: normal;
    }
    .directionAndPlanTd01 {
        padding: 5px;
    }
    .directionAndPlanMark p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        text-align: justify;
    }
    .directionAndPlan {
        padding-bottom: 25px;
    }
    .registrationConditionsLine {
        display: none;
    }
    .registrationConditionsList ul {
        display: block;
    }
    .registrationConditionsItem {
        margin: 0 0 10px 0;
        position: relative;
    }
    .registrationConditionsImg {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
    }
    .registrationConditionsCont {
        padding-left: 35px;
        min-height: 38px;
    }
    .registrationConditionsCont p {
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 0;
    }
    .registrationConditionsList ul li:nth-child(4) .registrationConditionsCont p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .registrationConditions {
        padding-bottom: 30px;
    }
    .enrollmentScheduleBlock_pc {
        display: none;
    }
    .enrollmentScheduleBlock_m {
        display: block;
    }
    .enrollmentScheduleBlock_m .enrollmentScheduleItem02 {
        animation-delay: 0.2s;
    }
    .enrollmentScheduleBlock_m .enrollmentScheduleItem03 {
        animation-delay: 0.4s;
    }
    .enrollmentScheduleBlock_m .enrollmentScheduleItem04 {
        animation-delay: 0.6s;
    }
    .enrollmentScheduleBlock_m .enrollmentScheduleItem05 {
        animation-delay: 0.8s;
    }
    .enrollmentScheduleBlock_m .enrollmentScheduleItem06 {
        animation-delay: 1s;
    }
    .enrollmentScheduleBlock_m .enrollmentScheduleItem07 {
        animation-delay: 1.2s;
    }
    .enrollmentScheduleBlock_m .enrollmentScheduleItem08 {
        animation-delay: 1.4s;
    }
    .enrollmentScheduleItem {
        margin-bottom: 10px;
    }
    .enrollmentScheduleItem02 {
        margin-top: 0;
    }
    .enrollmentScheduleItemTitle {
        background: url(../img/enrollmentScheduleTitleBg03.png) no-repeat center center;
        background-size: cover;
    }
    .enrollmentScheduleItemTitle p {
        width: auto;
        font-size: 14px;
        line-height: 24px;
        padding: 10px;
    }
    .enrollmentScheduleItem:after {
        display: none;
    }
    .enrollmentScheduleItem:before {
        display: none;
    }
    .enrollmentScheduleItemCont {
        width: auto;
        height: auto;
        margin: 0 0 0 10px;
    }
    .enrollmentScheduleItemCont p {
        font-size: 14px;
        line-height: 24px;
        padding: 15px;
    }
    .enrollmentScheduleItem04 .enrollmentScheduleItemCont p,
    .enrollmentScheduleItem06 .enrollmentScheduleItemCont p,
    .enrollmentScheduleItem08 .enrollmentScheduleItemCont p {
        text-align: left;
    }
    .enrollmentScheduleItemTitle p .enrollmentScheduleItemTitleSpan02 {
        display: block;
    }
    .enrollmentScheduleItem04 .enrollmentScheduleItemCont p,
    .enrollmentScheduleItem06 .enrollmentScheduleItemCont p,
    .enrollmentScheduleItem08 .enrollmentScheduleItemCont p {
        padding: 30px 15px 30px 15px;
    }
    .enrollmentScheduleItem07 .enrollmentScheduleItemCont p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .enrollmentSchedule {
        padding-bottom: 30px;
    }
    .earlyApprovalBlock {
        width: 100%;
    }
    .earlyApprovalItem {
        padding: 10px;
    }
    .earlyApprovalItem01 {
        margin-bottom: 10px;
    }
    .earlyApprovalItemCont p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
    }
    .earlyApproval {
        padding-bottom: 30px;
    }
    .contactUs {
        padding: 30px 0;
    }
    .contactUsTitle p {
        font-size: 20px;
    }
    .contactUsTitle {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .contactUsLeft {
        width: 100%;
        float: none;
    }
    .contactUsCont p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .contactUsRight {
        width: 100%;
        float: none;
    }
    .contactUsCode {
        margin-top: 30px;
    }
    .contactUsCode .contactUsCondeItem img {
        width: 50%;
    }
    .contactUsCode .contactUsCondeItem p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .earlyApprovalItemTitle p {
        width: auto;
        margin-right: 30px;
        font-size: 16px;
        line-height: 36px;
    }
    .earlyApprovalItemTitle p:after {
        border-top: 36px solid transparent;
    }
}