/* @font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_4ujedz3ruqb.eot');
    src: url('//at.alicdn.com/t/webfont_4ujedz3ruqb.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/webfont_4ujedz3ruqb.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_4ujedz3ruqb.woff') format('woff'), url('//at.alicdn.com/t/webfont_4ujedz3ruqb.ttf') format('truetype'), url('//at.alicdn.com/t/webfont_4ujedz3ruqb.svg#NotoSansHans-DemiLight') format('svg');
} */


/* *,
html,
body,
p,
li,
a,
h1,
span {
    font-family: "webFont";
} */

img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
    display: block;
}

.publicBox {
    width: 1200px;
    margin: 0 auto;
}

.disNone {
    display: none;
}

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


/* 返回顶部 */

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

.backTop img {
    width: 100%;
}


/* 左侧菜单版块 */

.mianBox {
    position: relative;
}

.leftBox {
    width: 15%;
    height: 100%;
    position: fixed;
    float: left;
    left: 0;
    top: 0;
    /* min-width: 200px; */
    background: url(../img/building.png) no-repeat center bottom;
    background-size: 100%;
}

.mobileMenuIcon {
    display: none;
}

.leftBox .leftTransBox {
    height: 100%;
    border-right: 10px solid#19998b;
}

.leftBox .leftBlock {
    height: 100%;
    padding-top: 4rem;
}

.leftBox .leftBlock .logoBox {
    width: 85%;
    margin-left: 7.5%;
}

.leftBox .leftBlock .logoBox img {
    width: 100%;
}

.leftBox .leftBlock .menuBox {
    margin-top: 7rem;
}

.leftBox .leftBlock .menuBox ul {
    overflow: hidden;
}

.leftBox .leftBlock .menuBox ul li {
    width: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    float: left;
    font-weight: bold;
}

.leftBox .leftBlock .menuBox ul li a {
    color: #333333;
}

.leftBox .leftBlock .registrationConsultation {
    margin-top: 3rem;
}

.leftBox .leftBlock .registrationConsultation a {
    width: 50%;
    font-size: 14px;
    line-height: 44px;
    color: #ffffff;
    background-color: #19998b;
    border-radius: 22px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


/* 右侧内容版块 */

.rightBox {
    width: 85%;
    position: relative;
    left: 15%;
    height: auto;
    float: left;
}

.rightBlock .rightContBox01 {
    height: 400px;
    background: green;
}

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

.bannerBox .bannerSlogan {
    position: absolute;
    top: 30%;
    left: 8.5%;
    width: 43%;
    -webkit-animation: ZoomInOut 2s infinite ease-out;
    -moz-animation: ZoomInOut 2s infinite ease-out;
    -o-animation: ZoomInOut 2s infinite ease-out;
    -ms-animation: ZoomInOut 2s infinite ease-out;
    animation: ZoomInOut 2s infinite ease-out;
}

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

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

.bannerBox .bannerTitle {
    position: absolute;
    top: 75%;
    left: 8.5%;
    width: 33.3%;
    animation-duration: 1.5s;
}

.bannerBox .bannerLogo {
    position: absolute;
    top: 82%;
    left: 49%;
    width: 17.8%;
    animation-duration: 1.5s;
}

.bannerBox .bannerAuthentication {
    position: absolute;
    top: 82%;
    left: 70%;
    width: 19.8%;
    animation-duration: 1.5s;
}


/* 通用标题 */

.itemTitleBox {
    padding-top: 56px;
    padding-bottom: 56px;
}

.itemTitleBox .itemTitleBlock p:nth-child(1) {
    width: 110px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 36px;
    color: #9d0526;
    text-align: center;
    font-weight: bold;
    font-family: "webFont";
    position: relative;
}

.itemTitleBox .itemTitleBlock p:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 1px;
    background: #9d0526;
    transform: rotate(-25deg);
}

.itemTitleBox .itemTitleBlock p:nth-child(1):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 1px;
    background: #9d0526;
    transform: rotate(-25deg);
}

.itemTitleBox .itemTitleBlock p:nth-child(2) {
    font-size: 34px;
    line-height: 46px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}


/* 项目简介 */

#projectIntroduction {
    padding-bottom: 56px;
}

.projectIntroductionBox {
    width: 100%;
    animation-duration: 1.5s;
}

.projectIntroductionSwiper {
    width: 80%;
    /* height: 650px; */
    position: relative;
    border-radius: 24px;
}

.projectIntroductionSwiper .swiper-slide img {
    border-radius: 24px;
}

.projectIntroductionCont {
    height: 110px;
    margin-top: -110px;
    background-color: rgba(25, 153, 139, 0.9);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow-y: hidden;
}

.projectIntroductionCont p {
    width: 70%;
    margin-left: 15%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.projectIntroductionPrev {
    position: absolute;
    top: 92%;
    left: 6%;
    color: #ffffff;
    --swiper-navigation-size: 24px;
}

.projectIntroductionNext {
    position: absolute;
    top: 92%;
    color: #ffffff;
    right: 6%;
    --swiper-navigation-size: 24px;
}


/* 项目发展 */

#projectDevelopment {
    background: url(../img/projectDevelopmentBg.png) no-repeat center center;
    padding-bottom: 70px;
}

.projectDevelopmentBlock {
    position: relative;
    animation-duration: 2s;
}

.projectDevelopmentSwiper {
    width: 84%;
    height: 380px;
}

.projectDevelopmentNext {
    width: 50px;
    right: 5%;
    outline: none;
}

.projectDevelopmentPrev {
    width: 50px;
    left: 5%;
    outline: none;
}

.projectDevelopmentBlock .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.projectDevelopmentBlock .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.projectDevelopmentLine {
    width: 100%;
    height: 2px;
    background: #cecece;
    position: absolute;
    top: 50%;
}

.projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle .projectDevelopmentSwiperSpan {
    position: absolute;
    top: 48%;
    left: 20px;
    cursor: pointer;
}

.projectDevelopmentSwiper .swiper-slide:nth-child(odd) .projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle p {
    position: absolute;
    top: 25%;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.projectDevelopmentSwiper .swiper-slide:nth-child(odd) .projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle p span {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    margin-right: 5px;
}

.projectDevelopmentSwiper .swiper-slide:nth-child(odd) .projectDevelopmentSwiperItem .projectDevelopmentSwiperPic {
    position: absolute;
    top: 60%;
    width: 84%;
}

.projectDevelopmentSwiper .swiper-slide .projectDevelopmentSwiperItem .projectDevelopmentSwiperPic img {
    height: 130px;
    border-radius: 10px;
}

.projectDevelopmentSwiper .swiper-slide:nth-child(even) .projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle p {
    position: absolute;
    top: 56%;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.projectDevelopmentSwiper .swiper-slide:nth-child(even) .projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle p span {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    margin-right: 5px;
}

.projectDevelopmentSwiper .swiper-slide:nth-child(even) .projectDevelopmentSwiperItem .projectDevelopmentSwiperPic {
    position: absolute;
    top: 4%;
    width: 84%;
}


/* 项目特色 */

.itemSubTitle p:nth-child(1) {
    text-align: center;
}

.itemSubTitle p:nth-child(1) span {
    font-size: 22px;
    line-height: 48px;
    display: inline-block;
    color: #9d0526;
    font-weight: bold;
    padding: 0 28px;
    border: 1px solid #9d0526;
    border-radius: 24px;
}

.itemSubTitle p:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 500;
}

.projectFeaturesItemBox01 {
    padding-bottom: 50px;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont {
    width: 80%;
    margin-left: 10%;
    /* height: 500px; */
    background: url(../img/projectFeaturesBg.png) no-repeat center center;
    overflow: hidden;
    padding: 55px 0;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock {
    width: 49%;
    float: left;
    height: 110px;
    overflow: hidden;
    margin-right: 2%;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(odd) {
    animation-duration: 1.5s;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(even) {
    margin-right: 0;
    animation-duration: 1.5s;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(odd) p {
    float: right;
    padding-right: 110px;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(even) p {
    float: left;
    padding-left: 110px;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(1) {
    background: url(../img/projectFeaturesItemIcon01.png) no-repeat right center;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(2) {
    background: url(../img/projectFeaturesItemIcon02.png) no-repeat left center;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(3) {
    background: url(../img/projectFeaturesItemIcon03.png) no-repeat right center;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(4) {
    background: url(../img/projectFeaturesItemIcon04.png) no-repeat left center;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(5) {
    background: url(../img/projectFeaturesItemIcon05.png) no-repeat right center;
}

.projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(6) {
    background: url(../img/projectFeaturesItemIcon06.png) no-repeat left center;
}

.projectFeaturesItemBox02 {
    padding: 56px 0;
    background: #d8f5f2;
}

.projectFeaturesItemBox02 .projectFeaturesItemBox02Cont {
    overflow: hidden;
    width: 80%;
    margin-left: 10%;
}

.projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 80px;
    float: left;
    position: relative;
}

.projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock:nth-child(2) {
    margin-top: 0;
}

.projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock:last-child {
    margin-right: 0;
}

.projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock p {
    text-align: center;
    height: 78px;
    line-height: 78px;
    background: rgba(25, 153, 139, 0.7);
    margin-bottom: -78px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    font-size: 24px;
    color: #ffffff;
}

.projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock img {
    border-radius: 24px;
}

.projectFeaturesItemBox03 {
    padding: 60px 0 0 0;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont {
    width: 72.6%;
    margin-left: 13.7%;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont img {
    width: 100%;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox {
    overflow: hidden;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContImgBox {
    width: 50%;
    float: left;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContImgBox img {
    width: 100%;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock {
    width: 50%;
    float: left;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock .projectFeaturesItemBox03ContItem {
    border-bottom: 2px dotted #d3dbdb;
    padding: 15px 0;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock .projectFeaturesItemBox03ContItem:last-child {
    border-bottom: none;
}

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock .projectFeaturesItemBox03ContItem h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    position: relative;
    /* padding-left: 10px; */
}


/* .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock .projectFeaturesItemBox03ContItem h6:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 40%;
} */

.projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock .projectFeaturesItemBox03ContItem p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333333;
}

.projectFeaturesItemBox04 {
    padding: 75px 0 60px 0;
    background: url(../img/projectFeaturesItemBox04Bg.png) no-repeat center center;
}

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont {
    width: 68%;
    margin-left: 16%;
    overflow: hidden;
    margin-top: 60px;
}

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok {
    width: 25%;
    float: left;
}

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok p:nth-child(1) {
    font-size: 16px;
    line-height: 150px;
    height: 150px;
    color: #ffffff;
    text-align: center;
    position: relative;
}


/* .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok p:nth-child(1):hover {
    transform: rotate(360deg);
    transition: 1.5s all ease-in-out;
    cursor: pointer;
} */

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok p:nth-child(1) span {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
}

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(1) p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox04BlcokBg01.png) no-repeat center center;
}

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(2) p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox04BlcokBg02.png) no-repeat center center;
}

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(3) p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox04BlcokBg03.png) no-repeat center center;
}

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(4) p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox04BlcokBg04.png) no-repeat center center;
}

.projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok p:nth-child(2) {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.projectFeaturesItemBox05 {
    padding: 40px 0 50px 0;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Title {
    margin-left: 28%;
    margin-top: 50px;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Title ul {
    overflow: hidden;
    height: 50px;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Title ul li {
    font-size: 18px;
    line-height: 38px;
    color: #333333;
    background: #dcdcdc;
    display: inline-block;
    padding: 0 45px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 6%;
    position: relative;
    font-weight: 600;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Title ul .active {
    background-color: #19998b;
    color: #ffffff;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Title ul .active::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 45%;
    top: 38px;
    border-left: solid 5px transparent;
    border-top: solid 5px #19998b;
    border-right: solid 5px transparent;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Cont {
    width: 79.8%;
    margin-top: 50px;
    overflow: hidden;
    padding-left: 10.1%;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Cont .projectFeaturesItemBox05ContImg img {
    float: left;
    width: 100%;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Cont .projectFeaturesItemBox05ContImg img:nth-child(1) {
    width: 58.5%;
    margin-right: 1%;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Cont .projectFeaturesItemBox05ContImg img:nth-child(2) {
    width: 40.5%;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Cont .projectFeaturesItemBox05ContImg img:nth-child(3) {
    width: 100%;
    margin-top: 15px;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Cont ul li {
    display: none;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Cont ul li .projectFeaturesItemBox05ContImg {
    overflow: hidden;
}

.projectFeaturesItemBox05 .projectFeaturesItemBox05Cont ul .active {
    display: block;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox {
    position: relative;
    margin-top: 50px;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06Map {
    width: 76%;
    margin-left: 12%;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06Map img {
    width: 100%;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList {
    -webkit-animation: ZoomInOut 2s infinite ease-out;
    -moz-animation: ZoomInOut 2s infinite ease-out;
    -o-animation: ZoomInOut 2s infinite ease-out;
    -ms-animation: ZoomInOut 2s infinite ease-out;
    animation: ZoomInOut 2s infinite ease-out;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList01 {
    position: absolute;
    top: 14%;
    left: 36.4%;
    width: 19.2%;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList02 {
    position: absolute;
    top: 32%;
    left: 23%;
    width: 24%;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList03 {
    position: absolute;
    top: 47%;
    left: 42%;
    width: 19%;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList04 {
    position: absolute;
    top: 28%;
    left: 64%;
    width: 16%;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList05 {
    position: absolute;
    top: 63%;
    left: 68%;
    width: 15%;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06Cont {
    padding: 0 9% 40px 9%;
    margin-top: 40px;
    overflow: hidden;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle {
    width: 33%;
    margin-right: 5%;
    float: left;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul {
    overflow: hidden;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li {
    background: #b2e3de;
    border-radius: 10px;
    margin-bottom: 25px;
    cursor: pointer;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul .active {
    background: #19998b;
    position: relative;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul .active:before {
    content: ' ';
    background: url(../img/rightArrow.png) no-repeat center center;
    width: 40px;
    height: 100px;
    position: absolute;
    right: 15px;
    line-height: 100px;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li .featuresTitle {
    padding-left: 20%;
    height: 100px;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li p {
    color: #333333;
    font-weight: bold;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul .active p {
    color: #ffffff;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li p:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
    padding-top: 25px;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li:nth-child(1) .featuresTitle {
    background: url(../img/projectFeaturesItemBox06ContTitleICon061.png) no-repeat 15px center;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li:nth-child(2) .featuresTitle {
    background: url(../img/projectFeaturesItemBox06ContTitleICon02.png) no-repeat 15px center;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li:nth-child(3) .featuresTitle {
    background: url(../img/projectFeaturesItemBox06ContTitleICon03.png) no-repeat 15px center;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li:nth-child(4) .featuresTitle {
    background: url(../img/projectFeaturesItemBox06ContTitleICon04.png) no-repeat 15px center;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li:nth-child(5) .featuresTitle {
    background: url(../img/projectFeaturesItemBox06ContTitleICon05.png) no-repeat 15px center;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail {
    width: 62%;
    float: left;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li {
    display: none;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul .active {
    display: block;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectTitle {
    position: relative;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectTitle p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 115px;
    color: #ffffff;
    /* position: relative; */
    margin-bottom: 15px;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectTitle:before {
    content: '';
    position: absolute;
    font-size: 48px;
    line-height: 115px;
    color: #ffffff;
    opacity: 0.1;
    top: 0;
    width: 100%;
    text-align: center;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(1) .projectTitle:before {
    content: 'GLOBAL CAMPUS';
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(1) .projectTitle p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox06ContDetailBg01.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(2) .projectTitle:before {
    content: 'INTERNATIONAL EXCHANGE';
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(2) .projectTitle p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox06ContDetailBg02.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(3) .projectTitle:before {
    content: 'INTERNATIONAL CONSULTING';
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(3) .projectTitle p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox06ContDetailBg03.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(4) .projectTitle:before {
    content: 'DOUBLE DEGREE';
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(4) .projectTitle p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox06ContDetailBg04.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(5) .projectTitle:before {
    content: 'OVERSEA SUMMER SCHOOL';
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li:nth-child(5) .projectTitle p:nth-child(1) {
    background: url(../img/projectFeaturesItemBox06ContDetailBg05.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectTitle p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont {
    overflow: hidden;
    margin-top: 10px;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont .projectContItem {
    width: 50%;
    /* padding-right: 2%; */
    float: left;
    margin-bottom: 10px;
    border-top: 2px dashed #919191;
    padding-top: 10px;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont .projectContItem:nth-child(even) {
    margin-right: 0;
    padding-right: 0;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont .projectContItem .projectContItemPic {
    width: 20%;
    margin-right: 3%;
    float: left;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont .projectContItem .projectContItemDetail {
    width: 77%;
    float: left;
}

.projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont .projectContItem .projectContItemDetail p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.internationalExchange {
    margin-top: 15px;
}

.internationalExchange .internationalExchangeBlock {
    overflow: hidden;
}

.internationalExchange .internationalExchangeBlock .internationalExchangeItem {
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 30px;
}

.internationalExchange .internationalExchangeBlock .internationalExchangeItem img {
    width: 100%;
}

.internationalExchange .internationalExchangeBlock .internationalExchangeItem:nth-child(2),
.internationalExchange .internationalExchangeBlock .internationalExchangeItem:nth-child(4) {
    margin-right: 0;
}

#internationalConsulting p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #434343;
}

#internationalConsulting p:nth-child(3) {
    font-size: 18px;
    line-height: 24px;
    color: #434343;
    font-weight: bold;
    margin: 20px 0;
}

#internationalConsulting p:nth-child(4),
#internationalConsulting p:nth-child(5),
#internationalConsulting p:nth-child(6),
#internationalConsulting p:nth-child(7) {
    font-size: 14px;
    line-height: 44px;
    color: #434343;
    border-top: dashed 2px #999999;
}

#internationalConsulting p:nth-child(7) {
    border-bottom: dashed 2px #999999;
}

.doubleDegree {
    margin-top: 20px;
    overflow: hidden;
}

.doubleDegree img {
    width: 45.8%;
    margin-right: 8.4%;
    float: left;
}

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

.overseaSummer {
    margin-top: 20px;
}

.overseaSummer .overseaSummerBlock {
    overflow: hidden;
}

.overseaSummer img {
    width: 31%;
    margin-right: 3.5%;
    float: left;
}

.overseaSummer img:nth-child(3) {
    margin-right: 0;
}


/* 方向设置 */

#directionSetting {
    padding: 0px 0 20px 0;
    background: url(../img/directionSettingBg.png) no-repeat center top;
    background-size: contain;
}

.directionSettingBox .directionSettingTable01 {
    width: 82%;
    margin: 30px 9%;
    box-shadow: 0px 4px 13px 0px rgba(0, 1, 5, 0.08);
    border-radius: 15px;
    text-align: center;
    background: #ffffff;
    animation-duration: 1.5s;
}

.directionSettingBox .directionSettingTable01 tr:nth-child(1) th {
    background: #19998b;
    height: 80px;
    border-right: 1px solid #d8d8d8;
    font-size: 20px;
    color: #fffefe;
}

.directionSettingBox .directionSettingTable01 tr:nth-child(1) th:nth-child(1) {
    border-top-left-radius: 15px;
}

.directionSettingBox .directionSettingTable01 tr:nth-child(1) th:nth-child(3) {
    border-top-right-radius: 15px;
    border-right: none;
}

.directionSettingBox .directionSettingTable01 tr:last-child td {
    border-bottom: none;
}

.directionSettingBox .directionSettingTable01 tr td {
    border: 1px solid #d8d8d8;
    height: 54px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.directionSettingBox .directionSettingTable01 tr td:nth-child(1) {
    border-left: none;
    width: 18.4%;
}

.directionSettingTableMark {
    font-size: 12px;
    font-weight: 400;
}

.directionSettingBox .directionSettingTable01 tr td:nth-child(3) {
    border-right: none;
}

.directionSettingBox .directionSettingTable02 {
    width: 82%;
    margin: 30px 9%;
    box-shadow: 0px 4px 13px 0px rgba(0, 1, 5, 0.08);
    border-radius: 15px;
    text-align: center;
    background: #ffffff;
    animation-duration: 1.5s;
}

.directionSettingBox .directionSettingTable02 tr:nth-child(1) th {
    background: #19998b;
    height: 68px;
    font-size: 20px;
    color: #fffefe;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.directionSettingBox .directionSettingTable02 tr:last-child td {
    border-bottom: none;
}

.directionSettingBox .directionSettingTable02 tr td {
    border: 1px solid #d8d8d8;
    height: 54px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.directionSettingBox .directionSettingTable02 tr td:nth-child(1) {
    border-left: none;
    width: 18.4%;
}

.directionSettingBox .directionSettingTable02 tr td:nth-child(2) {
    border-right: none;
    text-align: left;
    padding-left: 60px;
    padding-right: 30px;
}


/* 报考流程 */

.applicationProcessBlock {
    background: url(../img/applicationProcessBg.png) no-repeat top center;
    background-size: cover;
}

.applicationProcessBox .applicationProcessBlock .applicationProcessPic {
    width: 73.6%;
    margin: 0 7.9% 50px 18.5%;
    overflow: hidden;
    animation-duration: 2s;
}

.applicationProcessBox .applicationProcessBlock .applicationProcessPic img {
    width: 100%;
}

.applicationProcessBox .applicationProcessCont {
    width: 82%;
    margin: 0 9%;
}

.applicationProcessBox .applicationProcessCont .applicationProcessContMark {
    display: inline-block;
    font-size: 16px;
    /* font-style: italic; */
    font-style: oblique;
    line-height: 24px;
    color: #9d0526;
    line-height: 36px;
    border-bottom: 2px solid #9d0526;
    font-weight: bold;
    margin-bottom: 20px;
}

.applicationProcessBox .applicationProcessCont .applicationProcessContList ul {
    overflow: hidden;
}

.applicationProcessBox .applicationProcessCont .applicationProcessContList ul li {
    width: 33.3%;
    height: 240px;
    margin-bottom: 20px;
    float: left;
    animation-duration: 1.5s;
}

.applicationProcessBox .applicationProcessCont .applicationProcessContList ul li p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    /* font-weight: bold; */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* 提前面试 */

#interviewInAdvance {
    background: url(../img/interviewInAdvanceBg.png) no-repeat center bottom;
}

.interviewInAdvanceBox {
    width: 82%;
    margin: 40px 9% 0 9%;
}

.interviewInAdvanceBox .interviewInAdvanceBlock {
    overflow: hidden;
    margin-bottom: 40px;
}

.interviewInAdvanceBox .interviewInAdvanceQuestion {
    width: 25%;
    float: left;
}

.interviewInAdvanceBox .interviewInAdvanceBatch {
    width: 49%;
    margin-right: 1%;
    float: left;
    background: #ffffff;
    border-radius: 24px;
    animation-duration: 2s;
}

.interviewInAdvanceBox .interviewInAdvanceBatch02 {
    animation-duration: 2s;
}

.interviewInAdvanceBox .interviewInAdvanceMarkBox {
    width: 25%;
    float: left;
}

.interviewInAdvanceBox .interviewInAdvanceQuestion .interviewInAdvanceQuestionBlock p {
    text-align: center;
    margin-top: 50px;
    padding-top: 70px;
    background: url(../img/questionIcon.png) no-repeat center top;
    font-size: 24px;
    line-height: 46px;
    color: #333333;
    font-weight: bold;
}

.interviewInAdvanceBox .interviewInAdvanceQuestion .interviewInAdvanceQuestionDetail a {
    width: 150px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: block;
    background: #19998b;
    border-radius: 25px;
    margin-top: 30px;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper {
    padding: 45px 0px 50px 0px;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceTitle P {
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #19998b;
    margin-left: 35px;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont {
    margin-top: 30px;
    overflow: hidden;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont .interviewInAdvanceContLeft {
    width: 49%;
    border-right: 2px solid #cccccc;
    float: left;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont .interviewInAdvanceContRight {
    width: 50%;
    float: left;
    padding-top: 40px;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont .interviewInAdvanceContLeft p:nth-child(1) {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    padding-top: 60px;
    display: block;
    background: url(../img/interviewInAdvanceCalendar.png) no-repeat center 20px;
    text-align: center;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont .interviewInAdvanceContLeft p:nth-child(2) {
    width: 70px;
    margin: 40px auto;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: #9d0526;
    border-radius: 12px;
    text-align: center;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont .interviewInAdvanceContRight p {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    padding-left: 6%;
}

.interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont .interviewInAdvanceContLeft p:nth-child(3) {
    font-size: 100px;
    line-height: 100px;
    color: #f4f4f4;
    font-weight: bold;
    text-align: center;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}

.interviewInAdvanceMarkBox .interviewInAdvanceMarkBlock {
    margin-top: 40px;
    padding-left: 5%;
    text-align: justify;
    margin-bottom: 50px;
}

.interviewInAdvanceMarkBox .interviewInAdvanceMarkBlock p {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
}

.interviewInAdvanceMarkBox .interviewInAdvanceSwitch {
    position: relative;
    height: 80px;
}

.interviewInAdvanceMarkBox .interviewInAdvanceSwitch .interviewInAdvancePrev {
    position: absolute;
    left: 30px;
    color: #000000;
    outline: none;
    font-size: 30px;
    width: 50px;
    background: url(../img/interviewInAdvancePrev.png) no-repeat;
    background-size: contain;
}

.interviewInAdvanceMarkBox .interviewInAdvanceSwitch .interviewInAdvanceNext {
    position: absolute;
    left: 90px;
    color: #000000;
    outline: none;
    font-size: 30px;
    width: 50px;
    background: url(../img/interviewInAdvanceNext.png) no-repeat;
    background-size: contain;
}

.interviewInAdvanceMarkBox .interviewInAdvanceSwitch .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.interviewInAdvanceMarkBox .interviewInAdvanceSwitch .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    overflow: hidden;
    height: 150px;
}

.interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont .interviewContLeft {
    width: 80%;
    float: left;
}

.interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont .interviewContRight {
    width: 20%;
    float: left;
}

.interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont .interviewContLeft p {
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-indent: -5em;
    padding-left: 5em;
}

.interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont .interviewContLeft .interviewContTitle {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    padding-left: 0em;
    text-indent: 0em;
}

.interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont .interviewContLeft .interviewContDate {
    font-size: 12px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    padding-left: 20px;
    background: url(../img/interviewInAdvanceCalendar.png) no-repeat left center;
    background-size: 16px;
    text-indent: 0em;
}

.interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont .interviewContRight .interviewRunning {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    display: block;
    text-align: center;
    background: #aaaaaa;
    border-radius: 12px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont .interviewContRight .interviewNumber {
    font-size: 100px;
    color: #f4f4f4;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    margin-top: -70px;
    position: relative;
    z-index: 0;
}


/* 联系我们 */

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

.contactUsBox {
    width: 62%;
    margin: 0 19%;
}

.contactUsBox .contactUsLogoBox {
    padding-left: 20%;
    overflow: hidden;
}

.contactUsBox .contactUsLogoBox img {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.contactUsBox .contactUsTelBox {
    overflow: hidden;
}

.contactUsBox .contactUsTelBox .contactUsTel {
    font-size: 20px;
    color: #19998b;
    text-align: center;
    margin: 40px 0 20px 0;
}

.contactUsBox .contactUsTelBox .contactUsTel a {
    text-decoration: none;
    font-size: 44px;
    color: #19998b;
    font-style: oblique;
    outline: none;
}

.contactUsBox .contactUsCont {
    overflow: hidden;
}

.contactUsBox .contactUsCont .contactUsContDetail {
    width: 50%;
    float: left;
}

.contactUsBox .contactUsCont .contactUsContConsult {
    width: 50%;
    float: left;
}

.contactUsBox .contactUsCont .contactUsContDetail p {
    font-size: 12px;
    line-height: 18px;
    color: #19998b;
    text-align: center;
}

.contactUsBox .contactUsCont .contactUsContDetail p a {
    color: #19998b;
}

.contactUsBox .contactUsCont .contactUsContConsult a {
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    background: #19998b;
    display: block;
    width: 260px;
    padding-left: 50px;
    position: relative;
    /* background: url(../img/rightLongArrow.png) no-repeat right center #19998b; */
}

.contactUsBox .contactUsCont .contactUsContConsult a:before {
    content: '';
    position: absolute;
    right: 40px;
    background: url(../img/rightLongArrow.png) no-repeat right center;
    height: 48px;
    width: 30px;
}

.contactUsBox .contactUsContCode {
    margin-top: 40px;
}

.contactUsBox .contactUsContCode ul {
    overflow: hidden;
}

.contactUsBox .contactUsContCode ul li {
    width: 25%;
    float: left;
}

.contactUsBox .contactUsContCode ul li img {
    width: 50%;
    margin: 0 25%;
}

.contactUsBox .contactUsContCode ul li p {
    text-align: center;
}


/* 版权 */

.copyrightBox {
    background-color: #19998b;
}

.copyrightBlock {
    width: 400px;
    margin: 0 auto;
}

.copyrightBox .copyrightBlock p {
    font-size: 14px;
    line-height: 65px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}

.copyrightBox .copyrightBlock p a {
    color: #ffffff;
}

@media (max-width:1750px) and (min-width:1600px) {
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li {
        margin-bottom: 15px;
    }
}

@media (max-width:1599px) and (min-width:1367px) {
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li {
        margin-bottom: 10px;
    }
}

@media (max-width:1366px) and (min-width:1200px) {
    .leftBox>div {
        height: 100%;
        border-right: 10px solid#19998b;
    }
    .leftBox .leftBlock {
        width: 98%;
        padding-right: 2%;
        padding-top: 2em;
    }
    .itemTitleBox {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06Map {
        width: 90%;
        margin-left: 5%;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont {
        width: 100%;
        margin-left: 0;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock p {
        font-size: 16px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(odd) p {
        padding-right: 95px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(even) p {
        padding-left: 95px;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock p {
        height: 58px;
        line-height: 58px;
        margin-bottom: -58px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        font-size: 20px;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock img {
        border-radius: 18px;
    }
    .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont {
        width: 92%;
        margin-left: 4%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList01 {
        position: absolute;
        top: 10%;
        left: 17.4%;
        width: 27.2%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList02 {
        position: absolute;
        top: 32%;
        left: 20%;
        width: 33%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList03 {
        position: absolute;
        top: 50%;
        left: 35%;
        width: 26%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList04 {
        position: absolute;
        top: 20%;
        left: 60%;
        width: 24%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList05 {
        position: absolute;
        top: 63%;
        left: 63%;
        width: 21%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06Cont {
        padding: 0 3% 40px 3%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li .featuresTitle {
        height: 80px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li p:nth-child(1) {
        padding-top: 15px;
    }
    .directionSettingBox .directionSettingTable01 {
        width: 94%;
        margin: 0 3% 30px 3%;
    }
    .directionSettingBox .directionSettingTable02 {
        width: 94%;
        margin: 30px 3%;
    }
    .applicationProcessBox .applicationProcessBlock .applicationProcessPic {
        width: 86%;
        margin: 0 7% 50px 7%;
    }
    .applicationProcessBox .applicationProcessCont {
        width: 90%;
        margin: 0 5%;
    }
    .applicationProcessBox .applicationProcessCont .applicationProcessContList ul li {
        height: 200px;
    }
    .interviewInAdvanceBox {
        width: 94%;
        margin: 40px 3% 0 3%;
    }
    .interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont {
        padding: 40px 20px;
    }
    .contactUsBox {
        width: 92%;
        margin: 0 4%;
    }
    .contactUsBox .contactUsTelBox .contactUsTel a {
        font-size: 30px;
    }
    .projectIntroductionCont {
        height: 130px;
        margin-top: -130px;
    }
}

@media (max-width:1300px) and (min-width:1200px) {
    .leftBox {
        overflow: hidden;
    }
    .leftBox .leftBlock {
        padding-top: 2em;
        border-right: none;
    }
    .leftBox .leftBlock .menuBox ul li {
        width: 100%;
        line-height: 40px;
    }
    .leftBox .leftBlock .menuBox {
        margin-top: 2rem;
    }
    .leftBox .leftBlock .registrationConsultation a {
        line-height: 36px;
        border-radius: 15px;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .mobileMenuIcon {
        position: fixed;
        display: block;
        width: 100%;
        padding: 8px 15px;
        z-index: 12;
        background: #fff;
    }
    .mobileMenuIcon img {
        width: 30px;
        cursor: pointer;
    }
    .leftBox {
        z-index: 11;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        /* background: url(../img/building.png) no-repeat center bottom #ffffff; */
        height: 100%;
        /* border-right: 5px solid#19998b; */
        margin-top: 0;
        padding-top: 46px;
        display: none;
    }
    .leftBox .leftBlock {
        width: 300px;
        height: 100%;
        border-right: 5px solid#19998b;
        padding-top: 2rem;
        margin-top: 0;
        background: url(../img/building.png) no-repeat center bottom #ffffff;
    }
    .leftBox .leftBlock .menuBox {
        margin-top: 2rem
    }
    .leftBox .leftBlock .menuBox ul li {
        font-size: 16px;
        line-height: 40px;
    }
    .rightBox {
        width: 100%;
        left: 0;
        margin-top: 45px;
    }
    .itemTitleBox {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06Map {
        width: 90%;
        margin-left: 5%;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont {
        width: 100%;
        margin-left: 0;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock p {
        font-size: 16px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(odd) p {
        padding-right: 95px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(even) p {
        padding-left: 95px;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock p {
        height: 58px;
        line-height: 58px;
        margin-bottom: -58px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        font-size: 20px;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock img {
        border-radius: 18px;
    }
    .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont {
        width: 94%;
        margin-left: 3%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList01 {
        position: absolute;
        top: 10%;
        left: 17.4%;
        width: 27.2%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList02 {
        position: absolute;
        top: 32%;
        left: 20%;
        width: 33%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList03 {
        position: absolute;
        top: 50%;
        left: 35%;
        width: 26%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList04 {
        position: absolute;
        top: 20%;
        left: 60%;
        width: 24%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList05 {
        position: absolute;
        top: 63%;
        left: 63%;
        width: 21%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06Cont {
        padding: 0 3% 40px 3%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li .featuresTitle {
        height: 80px;
        padding-left: 25%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li p:nth-child(1) {
        padding-top: 15px;
    }
    .directionSettingBox .directionSettingTable01 {
        width: 94%;
        margin: 0 3% 30px 3%;
    }
    .directionSettingBox .directionSettingTable02 {
        width: 94%;
        margin: 30px 3%;
    }
    .applicationProcessBox .applicationProcessBlock .applicationProcessPic {
        width: 86%;
        margin: 0 7% 50px 7%;
    }
    .applicationProcessBox .applicationProcessCont {
        width: 90%;
        margin: 0 5%;
    }
    .applicationProcessBox .applicationProcessCont .applicationProcessContList ul li {
        height: 200px;
    }
    .interviewInAdvanceBox {
        width: 94%;
        margin: 40px 3% 0 3%;
    }
    .interviewInAdvanceBatch02 .interviewInAdvanceSwiper02 .interviewCont {
        padding: 20px 10px;
    }
    .contactUsBox {
        width: 92%;
        margin: 0 4%;
    }
    .contactUsBox .contactUsTelBox .contactUsTel a {
        font-size: 30px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(1) p:nth-child(1) {
        background-size: 120px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(2) p:nth-child(1) {
        background-size: 120px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(3) p:nth-child(1) {
        background-size: 120px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(4) p:nth-child(1) {
        background-size: 120px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul .active:before {
        height: 60px;
    }
    .projectIntroductionSwiper {
        width: 90%;
    }
    .projectIntroductionNext,
    .projectIntroductionPrev {
        outline: none;
    }
    .projectFeaturesItemBox05 .projectFeaturesItemBox05Title {
        margin-left: 18%;
    }
    .projectFeaturesItemBox05 .projectFeaturesItemBox05Title ul li {
        width: 35%;
        float: left;
        padding: 0;
        text-align: center;
    }
    .interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper {
        padding-bottom: 5px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont .projectContItem {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .mobileMenuIcon {
        position: fixed;
        display: block;
        width: 100%;
        padding: 8px 15px;
        z-index: 12;
        background: #fff;
    }
    .mobileMenuIcon img {
        width: 30px;
        cursor: pointer;
    }
    .leftBox {
        z-index: 11;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        /* background: url(../img/building.png) no-repeat center bottom #ffffff; */
        height: 100%;
        /* border-right: 5px solid#19998b; */
        margin-top: 0;
        padding-top: 46px;
        display: none;
    }
    .leftBox .leftBlock {
        width: 200px;
        height: 70%;
        border-right: 5px solid#19998b;
        padding-top: 2rem;
        margin-top: 0;
        background: url(../img/building.png) no-repeat center bottom #ffffff;
    }
    .leftBox .leftBlock .menuBox {
        margin-top: 2rem
    }
    .leftBox .leftBlock .menuBox ul li {
        font-size: 16px;
        line-height: 40px;
    }
    .rightBox {
        width: 100%;
        left: 0;
        margin-top: 45px;
    }
    .bannerBox .bannerSlogan {
        top: 25%;
        left: 8.5%;
        width: 52%;
    }
    .itemTitleBox {
        padding-top: 26px;
        padding-bottom: 15px;
    }
    .itemTitleBox .itemTitleBlock p:nth-child(1) {
        width: 80px;
        font-size: 28px;
        line-height: 24px;
    }
    .itemTitleBox .itemTitleBlock p:nth-child(1):before,
    .itemTitleBox .itemTitleBlock p:nth-child(1):after {
        width: 20px;
    }
    .itemTitleBox .itemTitleBlock p:nth-child(2) {
        font-size: 25px;
        line-height: 30px;
    }
    #projectIntroduction {
        padding-bottom: 20px;
    }
    .projectIntroductionSwiper {
        width: 96%;
        border-radius: 0;
    }
    .projectIntroductionSwiper .swiper-slide img {
        border-radius: 0;
    }
    .projectIntroductionCont {
        height: 180px;
        margin-top: 0;
        border-radius: 0;
    }
    .projectIntroductionCont p {
        width: 96%;
        margin-left: 2%;
        text-align: justify;
        position: relative;
        top: 0%;
        transform: translateY(0%);
        padding: 10px 0;
        font-size: 14px;
    }
    .projectIntroductionPrev {
        top: 32%;
        left: 0%;
        outline: none;
    }
    .projectIntroductionNext {
        top: 32%;
        right: 0%;
        outline: none;
    }
    #projectDevelopment {
        padding-bottom: 20px;
    }
    .projectDevelopmentSwiper {
        width: 96%;
        height: auto;
        padding-top: 40px;
    }
    .projectDevelopmentPrev {
        width: 40px;
        left: 1%;
    }
    .projectDevelopmentNext {
        width: 40px;
        right: 1%;
    }
    .projectDevelopmentSwiper .swiper-slide:nth-child(odd) .projectDevelopmentSwiperItem .projectDevelopmentSwiperPic,
    .projectDevelopmentSwiper .swiper-slide:nth-child(even) .projectDevelopmentSwiperItem .projectDevelopmentSwiperPic {
        position: relative;
        width: 90%;
        margin-left: 5%;
    }
    .projectDevelopmentSwiper .swiper-slide:nth-child(odd) .projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle p,
    .projectDevelopmentSwiper .swiper-slide:nth-child(even) .projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle p {
        position: relative;
        padding-left: 5%;
        margin: 10px 0;
    }
    .projectDevelopmentSwiper .swiper-slide .projectDevelopmentSwiperItem .projectDevelopmentSwiperPic img {
        width: 100%;
        height: auto;
    }
    .projectDevelopmentBlock .swiper-button-next,
    .projectDevelopmentBlock .swiper-button-prev {
        top: 30px;
    }
    .projectDevelopmentLine {
        width: 96%;
        left: 4%;
        top: 30px;
    }
    .projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle .projectDevelopmentSwiperSpan {
        display: none;
    }
    .projectDevelopmentSwiper .swiper-slide:nth-child(even) .projectDevelopmentSwiperItem .projectDevelopmentSwiperTitle p span {
        line-height: 30px;
    }
    .itemSubTitle p:nth-child(1) span {
        font-size: 16px;
        line-height: 30px;
        padding: 0 15px;
    }
    .itemSubTitle p:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont {
        width: 100%;
        margin-left: 0;
        padding: 10px 0;
        background-size: cover;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock {
        width: 94%;
        margin: 0 3%;
        height: 60px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock p {
        font-size: 16px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(1) {
        background: url(../img/projectFeaturesItemIconM01.png) no-repeat left center;
        background-size: 30px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(2) {
        background: url(../img/projectFeaturesItemIconM02.png) no-repeat left center;
        background-size: 30px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(3) {
        background: url(../img/projectFeaturesItemIconM03.png) no-repeat left center;
        background-size: 30px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(4) {
        background: url(../img/projectFeaturesItemIconM04.png) no-repeat left center;
        background-size: 30px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(5) {
        background: url(../img/projectFeaturesItemIconM05.png) no-repeat left center;
        background-size: 30px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(6) {
        background: url(../img/projectFeaturesItemIconM06.png) no-repeat left center;
        background-size: 30px;
    }
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(odd) p,
    .projectFeaturesItemBox01 .projectFeaturesItemBoxCont .projectFeaturesItemBlock:nth-child(even) p {
        padding: 0 0 0 40px;
        float: left;
        font-size: 14px;
        /* top: 0;
        transform: translateY(0);
        height: 60px; */
    }
    .projectFeaturesItemBox01 {
        padding-bottom: 20px;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont {
        width: 94%;
        margin-left: 3%;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock {
        width: 49%;
        margin-right: 2%;
        margin-top: 0;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock:nth-child(2) {
        margin-right: 0;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock:nth-child(3) {
        margin-left: 25%;
        margin-top: 10px;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock p {
        height: 32px;
        line-height: 32px;
        margin-bottom: -32px;
        font-size: 14px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .projectFeaturesItemBox02 .projectFeaturesItemBox02Cont .projectFeaturesItemBlock img {
        border-radius: 10px;
    }
    .projectFeaturesItemBox02 {
        padding: 20px 0;
    }
    .projectFeaturesItemBox03 {
        padding: 20px 0 0 0;
    }
    .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont {
        width: 100%;
        margin-left: 0;
    }
    .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContImgBox {
        width: 100%;
    }
    .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock {
        width: 94%;
        margin-left: 3%;
    }
    .projectFeaturesItemBox04 {
        padding: 20px 0;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont {
        width: 94%;
        margin-left: 3%;
        margin-top: 20px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok p:nth-child(1) {
        line-height: 80px;
        height: 80px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok p:nth-child(2) {
        margin-top: 10px;
        font-size: 14px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(1) p:nth-child(1) {
        background-size: 80px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(2) p:nth-child(1) {
        background-size: 80px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(3) p:nth-child(1) {
        background-size: 80px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok:nth-child(4) p:nth-child(1) {
        background-size: 80px;
    }
    .projectFeaturesItemBox04 .projectFeaturesItemBox04Cont .projectFeaturesItemBox04Blcok p:nth-child(1) span {
        font-size: 30px;
    }
    .projectFeaturesItemBox05 {
        padding: 20px 0;
    }
    .projectFeaturesItemBox05 .projectFeaturesItemBox05Cont {
        width: 94%;
        margin: 10px 3% 0 3%;
        padding-left: 0;
    }
    .projectFeaturesItemBox05 .projectFeaturesItemBox05Title ul li {
        width: 48%;
        margin: 0 1%;
        text-align: center;
        padding: 0;
        display: block;
        font-size: 14px;
        line-height: 32px;
        float: left;
    }
    .projectFeaturesItemBox05 .projectFeaturesItemBox05Title {
        margin-left: 0;
        margin-top: 20px;
    }
    .projectFeaturesItemBox05 .projectFeaturesItemBox05Title ul .active::before {
        top: 32px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox {
        margin-top: 30px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06Map {
        width: 94%;
        margin-left: 3%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList01 {
        top: 6%;
        left: 8.4%;
        width: 37.2%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList02 {
        top: 27%;
        left: 11%;
        width: 48%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList03 {
        top: 59%;
        left: 18%;
        width: 37%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList04 {
        top: 45%;
        left: 53%;
        width: 32%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06MapBox .projectFeaturesItemBox06ContList05 {
        top: 71%;
        left: 61%;
        width: 28%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06Cont {
        padding: 0 3%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li .featuresTitle {
        padding-left: 5px;
        height: auto;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li p:nth-child(1) {
        font-size: 16px;
        line-height: 44px;
        padding-top: 0;
        text-align: center;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li:nth-child(odd) .featuresTitle,
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li:nth-child(even) .featuresTitle {
        background: none;
        padding: 0px 5px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul li p:nth-child(2) {
        font-size: 12px;
        display: none;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle ul .active:before {
        content: ' ';
        width: 20px;
        height: 44px;
        right: 5px;
        display: none;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectTitle p:nth-child(1) {
        font-size: 16px;
        line-height: 65px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont {
        margin-top: 10px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContTitle {
        width: 27%;
        margin-right: 2%;
        display: none;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail {
        width: 94%;
        margin-left: 3%;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li {
        display: block;
        margin-bottom: 15px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont .projectContItem {
        width: 100%;
        margin-right: 0;
        float: left;
        margin-bottom: 10px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectCont .projectContItem .projectContItemDetail p {
        font-size: 12px;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectTitle p:nth-child(2) {
        text-align: justify;
    }
    .projectFeaturesItemBox06 .projectFeaturesItemBox06ContDetail ul li .projectTitle:before {
        font-size: 26px;
        line-height: 65px;
    }
    .internationalExchange .internationalExchangeBlock .internationalExchangeItem {
        margin-bottom: 10px;
    }
    #internationalConsulting p:nth-child(3) {
        margin: 10px 0;
    }
    #internationalConsulting p:nth-child(4),
    #internationalConsulting p:nth-child(5),
    #internationalConsulting p:nth-child(6),
    #internationalConsulting p:nth-child(7) {
        line-height: 34px;
    }
    #directionSetting {
        padding: 0px 0 0px 0;
    }
    .directionSettingBox .directionSettingTable01 {
        width: 96%;
        margin: 20px 2%;
        border-radius: 5px;
    }
    .directionSettingBox .directionSettingTable01 tr:nth-child(1) th {
        height: 60px;
        font-size: 14px;
    }
    .directionSettingBox .directionSettingTable01 tr:nth-child(1) th:nth-child(1) {
        border-top-left-radius: 5px;
    }
    .directionSettingBox .directionSettingTable01 tr:nth-child(1) th:nth-child(3) {
        border-top-right-radius: 5px;
    }
    .directionSettingBox .directionSettingTable01 tr td {
        height: 32px;
    }
    .directionSettingBox .directionSettingTable02 {
        width: 96%;
        margin: 20px 2%;
        border-radius: 5px;
    }
    .directionSettingBox .directionSettingTable02 tr:nth-child(1) th {
        height: 40px;
        font-size: 14px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .directionSettingBox .directionSettingTable02 tr td {
        height: 34px;
        padding: 4px 0;
    }
    .directionSettingBox .directionSettingTable02 tr td:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .applicationProcessBox .applicationProcessBlock .applicationProcessPic {
        width: 94%;
        margin: 0 3%;
    }
    .applicationProcessBox .applicationProcessCont {
        width: 94%;
        margin: 0 3%;
    }
    .applicationProcessBox .applicationProcessCont .applicationProcessContMark {
        line-height: 20px;
        font-size: 12px;
        margin-top: 10px;
    }
    .applicationProcessBox .applicationProcessCont .applicationProcessContList ul li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .applicationProcessBox .applicationProcessCont .applicationProcessContList ul li p {
        top: 0;
        transform: translateY(0%);
        padding: 0 5px;
    }
    .interviewInAdvanceBatch02 {
        display: none;
    }
    .interviewInAdvanceBox {
        width: 94%;
        margin: 10px 3% 0 3%;
    }
    .interviewInAdvanceBox .interviewInAdvanceQuestion {
        width: 100%;
    }
    .interviewInAdvanceBox .interviewInAdvanceBatch {
        width: 100%;
        margin-right: 0;
        /* background: #000; */
        margin-top: 10px;
        border-radius: 10px;
    }
    .interviewInAdvanceBox .interviewInAdvanceMarkBox {
        width: 100%;
    }
    .interviewInAdvanceBox .interviewInAdvanceQuestion .interviewInAdvanceQuestionBlock p {
        margin-top: 0px;
        padding-top: 30px;
        background-size: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .interviewInAdvanceBox .interviewInAdvanceQuestion .interviewInAdvanceQuestionDetail a {
        font-size: 16px;
        line-height: 36px;
        border-radius: 18px;
        margin-top: 10px;
    }
    #interviewInAdvance {
        background: url(../img/interviewInAdvanceBg.png) no-repeat center bottom #C9EEEA;
    }
    .interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper {
        padding: 15px 0px 15px 0px;
    }
    .interviewInAdvanceMarkBox .interviewInAdvanceMarkBlock {
        margin-top: 10px;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .interviewInAdvanceMarkBox .interviewInAdvanceSwitch {
        position: relative;
        height: 50px;
        width: 160px;
        margin: 0 auto;
    }
    .interviewInAdvanceBox .interviewInAdvanceBlock {
        margin-bottom: 0;
    }
    .interviewInAdvanceMarkBox .interviewInAdvanceSwitch .interviewInAdvancePrev {
        width: 40px;
    }
    .interviewInAdvanceMarkBox .interviewInAdvanceSwitch .interviewInAdvanceNext {
        width: 40px;
    }
    .interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont {
        margin-top: 10px;
    }
    .interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceTitle P {
        font-size: 16px;
        line-height: 26px;
        padding-left: 8px;
        margin-left: 15px;
        border-left: 3px solid #19998b;
    }
    .interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont .interviewInAdvanceContRight p {
        font-size: 14px;
        line-height: 24px;
    }
    .interviewInAdvanceBox .interviewInAdvanceBatch .interviewInAdvanceSwiper .interviewInAdvanceCont .interviewInAdvanceContLeft p:nth-child(1) {
        font-size: 16px;
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .contactUsBox {
        width: 94%;
        margin: 0 3%;
    }
    .contactUsBox .contactUsTelBox .contactUsTel a {
        font-size: 14px;
    }
    #contactUs {
        padding: 20px 0;
    }
    .contactUsBox .contactUsLogoBox {
        padding-left: 0;
    }
    .contactUsBox .contactUsLogoBox img {
        width: 49%;
    }
    .contactUsBox .contactUsLogoBox img:nth-child(2) {
        margin-right: 0;
    }
    .contactUsBox .contactUsTelBox .contactUsTel {
        margin: 15px 0;
        font-size: 18px;
    }
    .contactUsBox .contactUsCont .contactUsContDetail {
        width: 100%;
    }
    .contactUsBox .contactUsCont .contactUsContDetail p {
        font-size: 14px;
        line-height: 24px;
    }
    .contactUsBox .contactUsCont .contactUsContConsult {
        width: 36%;
        margin-left: 32%;
        margin-top: 10px;
    }
    .contactUsBox .contactUsCont .contactUsContConsult a {
        width: 90%;
        padding-left: 10%;
        border-radius: 10px;
        text-align: left;
        line-height: 36px;
    }
    .contactUsBox .contactUsCont .contactUsContConsult a:before {
        right: 10px;
        height: 36px;
    }
    .contactUsBox .contactUsContCode {
        margin-top: 10px;
    }
    .contactUsBox .contactUsContCode ul li {
        width: 50%;
    }
    .contactUsBox .contactUsContCode ul li p {
        font-size: 12px;
    }
    .copyrightBox .copyrightBlock {
        padding: 10px 0;
        width: 100%;
    }
    .copyrightBox .copyrightBlock p {
        display: block;
        line-height: 24px;
    }
    .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock .projectFeaturesItemBox03ContItem {
        padding: 0;
    }
    .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock .projectFeaturesItemBox03ContItem h6 {
        font-size: 16px;
        line-height: 28px;
    }
    .projectFeaturesItemBox03 .projectFeaturesItemBox03Cont .projectFeaturesItemBox03ContBox .projectFeaturesItemBox03ContBlock .projectFeaturesItemBox03ContItem p {
        font-size: 14px;
        line-height: 20px;
    }
    /* 返回顶部 */
    .backTop {
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
}