/* @font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_muvhnfzbf3.eot');
    src: url('//at.alicdn.com/t/webfont_muvhnfzbf3.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/webfont_muvhnfzbf3.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_muvhnfzbf3.woff') format('woff'), url('//at.alicdn.com/t/webfont_muvhnfzbf3.ttf') format('truetype'), url('//at.alicdn.com/t/webfont_muvhnfzbf3.svg#思源黑体-普通') format('svg');
} */

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

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


/* banner样式 */

#bannerBox {
    overflow: hidden;
    position: relative;
    background: url(../img/bannerBg.png) no-repeat center center;
    background-size: cover;
    margin-top: 97px;
}

#bannerBox .bannerTitle {
    width: 62%;
    margin: 5% 19% 6% 19%;
    -webkit-animation: ZoomInOut 2s infinite ease-out;
    -moz-animation: ZoomInOut 2s infinite ease-out;
    -o-animation: ZoomInOut 2s infinite ease-out;
    -ms-animation: ZoomInOut 2s infinite ease-out;
    animation: ZoomInOut 2s infinite ease-out;
}

#bannerBox .bannerTitle img {
    width: 100%;
}

@-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 .bannerMouse {
    width: 30px;
    margin: 0 auto;
    margin-bottom: 15%;
    -webkit-animation: dowmMouse 2s infinite ease-out;
    -moz-animation: dowmMouse 2s infinite ease-out;
    -o-animation: dowmMouse 2s infinite ease-out;
    -ms-animation: dowmMouse 2s infinite ease-out;
    animation: dowmMouse 2s infinite ease-out;
}

@-webkit-keyframes dowmMouse {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@keyframes dowmMouse {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

#bannerBox02 {
    display: none;
}


/* 菜单样式 */

.menuBox {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 10;
}

.menuBox .menuBlock {
    position: relative;
}

.menuBox .menuIconBox {
    display: none;
}

.menuBox .menuIconBox img {
    display: none;
    width: 30px;
    padding: 10px 10px;
}

.menuBox .menuIconBox .active {
    display: block;
}

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

.menuList ul {
    overflow: hidden;
}

.menuList ul li {
    float: left;
    text-align: center;
}

.menuList ul li:nth-child(1) {
    margin-left: 7%;
}

.menuList ul li:nth-child(4) {
    margin-left: 18%;
}

.menuList ul li:nth-child(4) a,
.menuList ul li:nth-child(5) a,
.menuList ul li:nth-child(6) a {
    padding: 0 20px;
}

.menuList ul li a {
    font-size: 22px;
    line-height: 97px;
    letter-spacing: 2px;
    color: #0d325c;
    padding: 0 20px;
    display: block;
}

.menuBlock .menuLogo {
    width: 4%;
    position: absolute;
    top: 0;
    left: 47.6%;
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
    background: #ffffff;
}

.menuBlock .menuLongLogo .longLogo {
    display: none;
}


/* 标题样式 */

.itemTitleBox {
    padding-bottom: 80px;
    text-align: center;
}

.itemTitleBox .itemTitle {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0d325c;
}

.itemTitleBox .itemTitle02 {
    color: #ffffff;
}

.itemTitleBox .itemSubTitle {
    font-size: 32px;
    color: #0d325c;
    opacity: 0.5;
}

.itemTitleBox .itemSubTitle02 {
    color: #ffffff;
}


/* 学校简介 */

#schoolProfile {
    background: url(../img/schoolProfileBg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 100px;
}

.schoolProfileList ul {
    overflow: hidden;
}

.schoolProfileList ul li {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    text-align: center;
    height: 180px;
    margin-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(13, 50, 92, 0.2);
    overflow-y: hidden;
}

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

.schoolProfileList ul li .schoolProfileItemBox .schoolProfileTitle {
    margin-top: 50px;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #555555;
    font-weight: bold;
    padding-left: 32px;
    display: inline-block;
}

.schoolProfileList ul li .schoolProfileItemBox p {
    animation-duration: 1.5s;
}

.schoolProfileList ul li:nth-child(1) .schoolProfileTitle {
    background: url(../img/schoolProfileIocn01.png) no-repeat left center;
    background-size: 30px;
}

.schoolProfileList ul li:nth-child(2) .schoolProfileTitle {
    background: url(../img/schoolProfileIocn02.png) no-repeat left center;
    background-size: 30px;
}

.schoolProfileList ul li:nth-child(3) .schoolProfileTitle {
    background: url(../img/schoolProfileIocn03.png) no-repeat left center;
    background-size: 30px;
}

.schoolProfileList ul li:nth-child(4) .schoolProfileTitle {
    background: url(../img/schoolProfileIocn04.png) no-repeat left center;
    background-size: 30px;
}

.schoolProfileList ul li:nth-child(5) .schoolProfileTitle {
    background: url(../img/schoolProfileIocn05.png) no-repeat left center;
    background-size: 30px;
}

.schoolProfileList ul li:nth-child(6) .schoolProfileTitle {
    background: url(../img/schoolProfileIocn06.png) no-repeat left center;
    background-size: 30px;
}

.schoolProfileList ul li .schoolProfileItemBox .schoolProfileCont {
    font-size: 16px;
    letter-spacing: 1px;
    color: #555555;
}

.schoolProfileList ul li .schoolProfileItemBox .schoolProfileCont span {
    display: inline-block;
}


/* 项目特色 */

.projectFeaturesBlock .projectFeaturesItem {
    overflow: hidden;
}

.projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic {
    width: 50%;
    height: 450px;
}

.projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic img {
    width: 100%;
    height: 450px;
}

.projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont {
    width: 50%;
    height: 450px;
}

.projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox {
    width: 62.5%;
    overflow: hidden;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemCont .projectFeaturesItemContBox {
    float: right;
}

.projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox .projectFeaturesItemContBlock {
    padding: 30px 16px 30px 30px;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemPic {
    float: left;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemCont {
    float: right;
    background: url(../img/projectFeaturesBg01.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemPic {
    float: right;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemCont {
    float: left;
    background: url(../img/projectFeaturesBg02.png) no-repeat center center;
    background-size: cover;
}

.projectFeaturesItemContBlock .projectFeaturesItemTitle {
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #fffefe;
    font-weight: bold;
    padding-left: 60px;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(1) .projectFeaturesItemTitle {
    background: url(../img/projectFeaturesItemIcon01.png) no-repeat left center;
    background-size: 50px;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(2) .projectFeaturesItemTitle {
    background: url(../img/projectFeaturesItemIcon02.png) no-repeat left center;
    background-size: 50px;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(3) .projectFeaturesItemTitle {
    background: url(../img/projectFeaturesItemIcon03.png) no-repeat left center;
    background-size: 50px;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(4) .projectFeaturesItemTitle {
    background: url(../img/projectFeaturesItemIcon04.png) no-repeat left center;
    background-size: 50px;
}

.projectFeaturesBlock .projectFeaturesItem:nth-child(5) .projectFeaturesItemTitle {
    background: url(../img/projectFeaturesItemIcon05.png) no-repeat left center;
    background-size: 50px;
}

.projectFeaturesItemContBlock .projectFeaturesItemList li {
    font-size: 22px;
    line-height: 30px;
    color: #fffefe;
    padding-left: 1em;
    position: relative;
    margin-top: 20px;
}

.projectFeaturesItemContBlock .projectFeaturesItemList li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ffffff;
}

.projectFeaturesItemContBlock .projectFeaturesItemList .projectFeaturesItemListCont {
    /* float: left; */
    display: inline-block;
}

.projectFeaturesItemContBlock .projectFeaturesItemList .projectFeaturesItemListSpan01 {
    text-indent: -5em;
    padding-left: 6em;
}

.projectFeaturesItemContBlock .projectFeaturesItemList .projectFeaturesItemListSpan02 {
    text-indent: -7em;
    padding-left: 8em;
}

.projectFeaturesItemContBlock .projectFeaturesItemList .projectFeaturesItemListSpan03 {
    text-indent: -7em;
    padding-left: 8em;
}

.projectFeaturesItemContBlock .projectFeaturesItemList li span {
    font-size: 18px;
    display: inline-block;
    text-indent: 0;
}


/* 师资力量 */

#teachers {
    background: url(../img/teachersBg.png) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px;
}

.teachersTitleList ul {
    overflow: hidden;
}

.teachersTitleList ul li {
    width: 42%;
    float: left;
    text-align: center;
    font-size: 24px;
    line-height: 59px;
    letter-spacing: 2px;
    color: #0d325c;
    border: 2px solid #0d325c;
    cursor: pointer;
    margin-bottom: 60px;
}

.teachersTitleList ul li:nth-child(1) {
    margin: 0 1% 0 7.5%;
}

.teachersTitleList ul .active {
    background: #0d325c;
    color: #ffffff;
}

.teachersContList {
    overflow: hidden;
    animation-duration: 1.5s;
}

.teachersContList .teachersContItem {
    overflow: hidden;
    display: none;
}

.teachersContList .teachersContItem {
    display: none;
}

.teachersContList .active {
    display: block;
}

.teachersContList .teachersContItem .teachersContItemContList {
    width: 26.5%;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.teachersContList .teachersContItem .teachersContItemContList ul li {
    display: none;
    animation-duration: 1.5s;
}

.teachersContList .teachersContItem .teachersContItemContList ul .active {
    display: block;
}

.teachersContList .teachersContItem .teachersContItemContList ul li img {
    width: 100%;
    display: block;
}

.teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContBox {
    background: #0d325c;
    padding: 10px 0;
    text-align: center;
}

.teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContListName {
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
}

.teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContListTitle {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.8;
}

.teachersContList .teachersContItem .teachersThumbnailList {
    width: 86%;
    float: left;
    margin-left: -12.5%;
    position: relative;
    z-index: 0;
}

.teachersContList .teachersContItem .teachersThumbnailList ul {
    padding-left: 24%;
    padding-top: 75px;
    overflow: hidden;
    border: solid 2px #0d325c;
}

.teachersContList .teachersContItem .teachersThumbnailList ul li {
    float: left;
    width: 20.1%;
    margin-right: 10.2%;
    /* margin-bottom: 75px; */
    /* border-radius: 50%; */
    cursor: pointer;
    position: relative;
}

.teachersContList .teachersContItem .teachersThumbnailList ul li img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    margin-bottom: 75px;
}

.teachersContList .teachersContItem .teachersThumbnailList ul .active img {
    border: 2px solid #0d325c;
    position: relative;
}

.teachersContList .teachersContItem .teachersThumbnailList ul .active:before {
    content: '';
    position: absolute;
    bottom: 55px;
    left: 40%;
    border-left: 12px solid transparent;
    border-bottom: 10px solid #0d325c;
    border-right: 12px solid transparent;
}


/* 招生信息 */

.enrollmentAndApply {
    background: url(../img/enrollmentAndApplyBg.jpg) no-repeat center top;
    background-size: cover;
}

#enrollmentInformation {
    padding-top: 100px;
}

.enrollmentInformationBlock .enrollmentInformationTable {
    width: 100%;
    margin-bottom: 35px;
}

.enrollmentInformationMark {
    display: none;
}


/* 报考条件和流程 */

.conditionsAndProcedures {
    padding-top: 60px;
    padding-bottom: 200px;
}

.conditionsAndProceduresItemBox01 .conditionsAndProceduresItemTitle {
    display: inline-block;
    font-size: 26px;
    line-height: 58px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 120px 0 80px;
    background: url(../img/conditionsAndProceduresItemIcon01.png) no-repeat 30px center rgba(13, 50, 92, 0.8);
    background-size: 34px;
    position: relative;
}

.conditionsAndProceduresItemBox01 .conditionsAndProceduresItemTitle:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -58px;
    border-bottom: 0px solid transparent;
    border-left: 58px solid rgba(13, 50, 92, 0.8);
    border-top: 58px solid transparent;
}

.conditionsAndProceduresItemBox01 .conditionsAndProceduresItemCont {
    background-color: rgba(13, 50, 92, 0.8);
    margin-top: 5px;
    padding: 30px 20px 30px 55px;
    overflow-x: hidden;
}

.conditionsAndProceduresItemBox01 .conditionsAndProceduresItemCont p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
}

.conditionsAndProceduresItemBox01 .conditionsAndProceduresItemCont p a {
    color: #ffffff;
}

.conditionsAndProceduresItemBox02 {
    margin-top: 20px;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemTitle {
    font-size: 26px;
    line-height: 58px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 120px 0 80px;
    background: url(../img/conditionsAndProceduresItemIcon02.png) no-repeat 30px center rgba(13, 50, 92, 0.8);
    position: relative;
    display: inline-block;
    z-index: 1;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemTitle:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -58px;
    border-bottom: 0px solid transparent;
    border-left: 58px solid rgba(13, 50, 92, 0.8);
    border-top: 58px solid transparent;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock {
    margin-top: 15px;
    overflow: hidden;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContLeft {
    width: 19.2%;
    margin-right: 0.2%;
    float: left;
    height: 92px;
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
    background-color: rgba(13, 50, 92, 0.8);
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContRight {
    width: 80.6%;
    height: 92px;
    float: left;
    background-color: rgba(13, 50, 92, 0.8);
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContLeft p {
    font-size: 22px;
    line-height: 92px;
    letter-spacing: 1px;
    color: #ffffff;
    padding-left: 80px;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(1) .conditionsAndProceduresItemContLeft p {
    background: url(../img/conditionsAndProceduresItemIcon03.png) no-repeat 30px center;
    background-size: 40px;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(2) .conditionsAndProceduresItemContLeft p {
    background: url(../img/conditionsAndProceduresItemIcon04.png) no-repeat 30px center;
    background-size: 40px;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(3) .conditionsAndProceduresItemContLeft p {
    background: url(../img/conditionsAndProceduresItemIcon05.png) no-repeat 30px center;
    background-size: 40px;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContRight p {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 33px;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContRight p a {
    color: #ffffff;
}

.conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContRight p span {
    display: inline-block;
}


/* 联系我们 */

#contactUs {
    background: url(../img/contactUsBg.png) no-repeat center top;
    background-size: cover;
    padding: 100px 0 60px 0;
    margin-top: -250px;
    position: relative;
    z-index: 1;
}

.contactUsBlock {
    padding-top: 160px;
    overflow: hidden;
}

.contactUsBlock .contactUsCont01 {
    width: 36%;
    margin-left: 4%;
    float: left;
    margin-top: 50px;
}

.contactUsBlock .contactUsCode {
    width: 19%;
    float: left;
    border-left: 2px dotted #efedeb;
    border-right: 2px dotted #efedeb;
}

.contactUsBlock .contactUsCont02 {
    width: 38%;
    float: left;
    margin-left: 2%;
    margin-top: 50px;
}

.contactUsBlock .contactUsCont01 p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 25px;
}

.contactUsBlock .contactUsCont01 p span {
    display: block;
}

.contactUsBlock .contactUsCont01 p a {
    color: #ffffff;
}

.contactUsBlock .contactUsCode img {
    width: 76%;
    margin-left: 12%;
    padding: 100px 0;
}

.contactUsBlock .contactUsCont02 p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 25px;
}

.contactUsBlock .contactUsCont02 p span {
    display: block;
}

.technicalSupport {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 40px;
}

.technicalSupport a {
    color: #ffffff;
}


/* 返回顶部 */

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

.backTop img {
    width: 100%;
}

@media (max-width:1700px) and (min-width:1600px) {
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic {
        height: 380px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic img {
        height: 380px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont {
        height: 380px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox .projectFeaturesItemContBlock {
        padding: 20px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemTitle {
        font-size: 18px;
        line-height: 40px;
        padding-left: 50px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li {
        font-size: 18px;
        margin-top: 15px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li span {
        font-size: 16px;
    }
}

@media (max-width:1599px) and (min-width:1366px) {
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic {
        height: 340px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic img {
        width: 100%;
        height: 340px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont {
        height: 340px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox .projectFeaturesItemContBlock {
        padding: 20px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemTitle {
        font-size: 16px;
        line-height: 40px;
        padding-left: 40px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li {
        font-size: 16px;
        margin-top: 10px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li span {
        font-size: 14px;
    }
}

@media (max-width:1365px) and (min-width:1200px) {
    .publicBox {
        width: 1160px;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic {
        height: 340px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic img {
        width: 100%;
        height: 340px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont {
        height: 340px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox .projectFeaturesItemContBlock {
        padding: 20px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemTitle {
        font-size: 16px;
        line-height: 40px;
        padding-left: 40px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li {
        font-size: 16px;
        margin-top: 5px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li span {
        font-size: 14px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemCont .projectFeaturesItemContBox {
        width: 82.5%;
    }
    /* .menuList ul li:nth-child(1) {
        margin-left: 0%;
    }
    .menuList ul li:nth-child(4) {
        margin-left: 14%;
    }
    .menuList ul li:nth-child(5) {
        width: 16%;
    }
    .menuBox .menuList {
        width: 90%;
    }
    .menuList ul li {
        width: 14%;
    }
    .menuList ul li:nth-child(4) a,
    .menuList ul li:nth-child(5) a,
    .menuList ul li:nth-child(6) a {
        padding: 0;
    } */
    .menuList ul li a {
        /* padding: 0; */
        line-height: 67px;
    }
    .menuBlock .menuLogo {
        padding: 5px;
    }
    #bannerBox {
        margin-top: 67px;
        /* background: url(../img/bannerBg.png) no-repeat center top; */
    }
    #bannerBox .bannerTitle {
        margin-top: 10%;
    }
    #bannerBox .bannerMouse {
        margin-bottom: 6%;
    }
    #schoolProfile {
        padding-top: 80px;
        margin-top: -70px;
    }
    .itemTitleBox {
        padding-bottom: 40px;
    }
    .itemTitleBox .itemTitle {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 26px;
    }
    #projectFeatures {
        padding-top: 80px;
        margin-top: -70px;
    }
    #teachers {
        padding-top: 80px;
    }
    .teachersTitleList ul li {
        font-size: 22px;
        line-height: 45px;
        letter-spacing: 0px;
    }
    .teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContListName {
        font-size: 22px;
        letter-spacing: 0px;
    }
    .teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContListTitle {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }
    #enrollmentInformation {
        padding-top: 80px;
    }
    .enrollmentInformationBlock .enrollmentInformationTable {
        margin-bottom: 15px;
    }
    .conditionsAndProcedures {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemTitle,
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemTitle {
        font-size: 20px;
        letter-spacing: 0;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemCont p {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContLeft p {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContRight p {
        font-size: 16px;
    }
    .contactUsBlock .contactUsCont01 p {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .contactUsBlock .contactUsCont02 p {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .contactUsBlock {
        padding-top: 180px;
    }
    #contactUs {
        padding: 0 0 40px 0;
        margin-top: -160px;
    }
    .technicalSupport {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        margin-top: 20px;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
        overflow: hidden;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic {
        height: 300px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic img {
        width: 100%;
        height: 300px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont {
        height: 300px;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox .projectFeaturesItemContBlock {
        padding: 15px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemTitle {
        font-size: 16px;
        line-height: 40px;
        padding-left: 40px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li {
        font-size: 16px;
        margin-top: 5px;
        line-height: 26px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li span {
        font-size: 12px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemCont,
    .projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemCont {
        background: url(../img/projectFeaturesBg03.png) no-repeat center center;
        background-size: cover;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox {
        width: 100%;
    }
    .menuBox {
        background: none;
    }
    .menuBox .menuIconBox {
        display: block;
        background: #ffffff;
        border-bottom: 1px solid #0d325c;
    }
    .menuBox .menuIconBox img {
        width: 36px;
        padding: 15px;
    }
    .menuBox .menuList {
        width: 200px;
        margin: 0;
        background: #0d325c;
        display: none;
    }
    .menuList ul li {
        float: none;
        border-bottom: 1px dotted #ffffff;
    }
    .menuList ul li:nth-child(1) {
        margin-left: 0;
    }
    .menuList ul li:nth-child(4) {
        margin-left: 0;
    }
    .menuList ul li a {
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 60px;
        color: #ffffff;
    }
    .menuList ul li:nth-child(4) a,
    .menuList ul li:nth-child(5) a,
    .menuList ul li:nth-child(6) a {
        padding: 0;
    }
    .menuBlock .menuLogo {
        width: auto;
        padding: 4px 0;
        right: 3%;
        left: auto;
    }
    .menuBlock .menuLongLogo .longLogo {
        height: 50px;
        display: block;
        position: absolute;
        top: 8px;
        right: 15px;
    }
    .menuBlock .menuLogo .logo {
        display: none;
    }
    #bannerBox {
        margin-top: 65px;
    }
    #bannerBox .bannerTitle {
        margin-top: 10%;
    }
    #bannerBox .bannerMouse {
        width: 25px;
        margin-bottom: 6%;
    }
    .itemTitleBox {
        padding-bottom: 30px;
    }
    .itemTitleBox .itemTitle {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 24px;
        opacity: 0.6;
    }
    .schoolProfileList ul li .schoolProfileItemBox .schoolProfileTitle {
        margin-top: 25px;
    }
    #schoolProfile {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    #projectFeatures {
        padding-top: 70px;
        margin-top: -70px;
    }
    #teachers {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .teachersTitleList ul li {
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 0px;
        margin-bottom: 30px;
    }
    .teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContListName {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContListTitle {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        opacity: 1;
    }
    .teachersContList .teachersContItem .teachersThumbnailList ul .active:before {
        left: 38%;
    }
    #enrollmentInformation {
        padding-top: 70px;
    }
    .enrollmentInformationBlock .enrollmentInformationTable {
        margin-bottom: 15px;
    }
    .conditionsAndProcedures {
        padding-top: 70px;
        padding-bottom: 120px;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemTitle {
        font-size: 20px;
        letter-spacing: 0;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemCont {
        padding: 25px;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemCont p {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemTitle {
        font-size: 20px;
        letter-spacing: 0;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContLeft p {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        padding-left: 45px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(1) .conditionsAndProceduresItemContLeft p {
        background: url(../img/conditionsAndProceduresItemIcon03.png) no-repeat 15px center;
        background-size: 25px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(2) .conditionsAndProceduresItemContLeft p {
        background: url(../img/conditionsAndProceduresItemIcon04.png) no-repeat 15px center;
        background-size: 25px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(3) .conditionsAndProceduresItemContLeft p {
        background: url(../img/conditionsAndProceduresItemIcon05.png) no-repeat 15px center;
        background-size: 25px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContRight p {
        font-size: 16px;
    }
    #contactUs {
        padding: 70px 0 30px 0;
        margin-top: -190px;
    }
    .contactUsBlock {
        padding-top: 100px;
    }
    .contactUsBlock .contactUsCont01 p,
    .contactUsBlock .contactUsCont02 p {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    .technicalSupport {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
        overflow: hidden;
    }
    .menuBox {
        background: none;
    }
    .menuBox .menuIconBox {
        display: block;
        background: #ffffff;
        border-bottom: 1px solid #0d325c;
    }
    .menuBox .menuList {
        width: 170px;
        margin: 0;
        background: #0d325c;
        display: none;
    }
    .menuList ul li {
        float: none;
        border-bottom: 1px dotted #ffffff;
    }
    .menuList ul li:nth-child(1) {
        margin-left: 0;
    }
    .menuList ul li:nth-child(4) {
        margin-left: 0;
    }
    .menuList ul li a {
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        color: #ffffff;
    }
    .menuList ul li:nth-child(4) a,
    .menuList ul li:nth-child(5) a,
    .menuList ul li:nth-child(6) a {
        padding: 0;
    }
    .menuBlock .menuLogo {
        width: auto;
        padding: 4px 0;
        right: 3%;
        left: auto;
    }
    .menuBlock .menuLongLogo .longLogo {
        height: 42px;
        display: block;
        position: absolute;
        top: 4px;
        right: 15px;
    }
    .menuBlock .menuLogo .logo {
        display: none;
    }
    #bannerBox {
        display: none;
    }
    #bannerBox02 {
        margin-top: 50px;
        display: block;
        background: url(../img/bannerBg02.jpg) no-repeat center center;
        background-size: cover;
        height: auto;
    }
    #bannerBox02 .bannerTitle02 {
        width: 88%;
        padding: 40% 6% 20% 6%;
        -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;
    }
    #bannerBox02 .bannerMouse02 {
        width: 25px;
        margin: 0 auto;
        padding-bottom: 25%;
        -webkit-animation: dowmMouse 2s infinite ease-out;
        -moz-animation: dowmMouse 2s infinite ease-out;
        -o-animation: dowmMouse 2s infinite ease-out;
        -ms-animation: dowmMouse 2s infinite ease-out;
        animation: dowmMouse 2s infinite ease-out;
    }
    #schoolProfile {
        padding: 50px 0 20px 0;
        margin-top: -30px;
    }
    .itemTitleBox .itemTitle {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .itemTitleBox .itemSubTitle {
        font-size: 16px;
    }
    .itemTitleBox {
        padding-bottom: 15px;
    }
    .schoolProfileList ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 6px;
        height: auto;
        padding: 15px 0;
    }
    .schoolProfileList ul li .schoolProfileItemBox .schoolProfileTitle {
        margin-top: 0;
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .schoolProfileList ul li .schoolProfileItemBox .schoolProfileCont {
        font-size: 12px;
        letter-spacing: 0px;
    }
    #projectFeatures {
        padding-top: 50px;
        margin-top: -50px
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic {
        width: 100%;
        height: auto;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemPic img {
        height: auto;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont {
        width: 100%;
        height: auto;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemCont,
    .projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemCont {
        background: url(../img/projectFeaturesBg03.png) no-repeat right center;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox {
        width: 100%;
    }
    .projectFeaturesBlock .projectFeaturesItem .projectFeaturesItemCont .projectFeaturesItemContBox .projectFeaturesItemContBlock {
        padding: 15px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemTitle {
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0px;
        padding-left: 40px;
    }
    .projectFeaturesBlock .projectFeaturesItem:nth-child(odd) .projectFeaturesItemTitle,
    .projectFeaturesBlock .projectFeaturesItem:nth-child(even) .projectFeaturesItemTitle {
        background-size: 30px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li {
        font-size: 14px;
        line-height: 26px;
        margin-top: 0px;
        text-indent: 0;
        padding-left: 1em;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList .projectFeaturesItemListSpan01 {
        text-indent: 0;
        padding-left: 1em;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList .projectFeaturesItemListSpan02 {
        text-indent: 0;
        padding-left: 1em;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList .projectFeaturesItemListSpan03 {
        text-indent: 0;
        padding-left: 1em;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li:before {
        top: 11px;
        left: 5px;
        width: 5px;
        height: 5px;
    }
    .projectFeaturesItemContBlock .projectFeaturesItemList li span {
        font-size: 12px;
        display: inline;
    }
    #teachers {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .teachersTitleList ul li {
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }
    .teachersContList .teachersContItem .teachersThumbnailList ul {
        padding-left: 0;
        padding-top: 20px;
    }
    .teachersContList .teachersContItem .teachersThumbnailList ul li {
        float: left;
        width: 42%;
        margin: 0 3.5%;
        margin-bottom: 30px;
        bottom: -12px;
    }
    .teachersContList .teachersContItem .teachersContItemContList {
        width: 50%;
        margin-top: 35px;
    }
    .teachersContList .teachersContItem .teachersThumbnailList {
        width: 50%;
        margin-left: 0;
    }
    .teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContListName {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .teachersContList .teachersContItem .teachersContItemContList ul li .teachersContItemContListTitle {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        opacity: 1;
    }
    .teachersContList .teachersContItem .teachersThumbnailList ul .active:before {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 39%;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #0d325c;
        border-right: 10px solid transparent;
    }
    .teachersContList .teachersContItem .teachersThumbnailList ul li {
        border: none;
    }
    .teachersContList .teachersContItem .teachersThumbnailList ul .active {
        border: none;
    }
    .teachersContList .teachersContItem .teachersThumbnailList ul li img {
        border: 2px solid #ffffff;
        border-radius: 50%;
        margin-bottom: 0px;
    }
    .teachersContList .teachersContItem .teachersThumbnailList ul .active img {
        border: 2px solid #0d325c;
    }
    #enrollmentInformation {
        padding-top: 50px;
    }
    .enrollmentInformationBlock .enrollmentInformationTable {
        margin-bottom: 10px;
    }
    .enrollmentInformationBlockTable {
        overflow-x: scroll;
    }
    .enrollmentInformationBlockTable .enrollmentInformationBlockTableItem {
        width: 200%;
    }
    .enrollmentInformationMark {
        display: block;
        font-size: 16px;
        color: #0d325c;
        text-align: center;
        margin-bottom: 15px;
    }
    .enrollmentAndApply {
        background: none;
    }
    #enrollmentInformation {
        background: url(../img/enrollmentAndApplyBg.jpg) no-repeat center top;
        background-size: cover;
    }
    #conditionsAndProcedures {
        background: url(../img/enrollmentAndApplyBg.jpg) no-repeat center top;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemTitle {
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0px;
        padding: 0 30px 0 30px;
        background: url(../img/conditionsAndProceduresItemIcon01.png) no-repeat 5px center rgba(13, 50, 92, 0.8);
        background-size: 20px;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemTitle:before {
        /* display: none; */
        right: -36px;
        border-bottom: 0px solid transparent;
        border-left: 36px solid rgba(13, 50, 92, 0.8);
        border-top: 36px solid transparent;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemCont {
        padding: 15px;
    }
    .conditionsAndProceduresItemBox01 .conditionsAndProceduresItemCont p {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemTitle {
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0px;
        padding: 0 30px 0 30px;
        background: url(../img/conditionsAndProceduresItemIcon02.png) no-repeat 5px center rgba(13, 50, 92, 0.8);
        background-size: 20px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemTitle:before {
        /* display: none; */
        right: -36px;
        border-bottom: 0px solid transparent;
        border-left: 36px solid rgba(13, 50, 92, 0.8);
        border-top: 36px solid transparent;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContLeft {
        width: 100%;
        margin: 0;
        border-radius: 0;
        height: auto;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContRight {
        width: 100%;
        height: auto;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContRight p {
        top: 0;
        transform: translateY(0%);
        padding: 10px;
        font-size: 14px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock .conditionsAndProceduresItemContLeft p {
        font-size: 16px;
        line-height: 35px;
        letter-spacing: 0px;
        padding-left: 35px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(1) .conditionsAndProceduresItemContLeft p {
        background: url(../img/conditionsAndProceduresItemIcon03.png) no-repeat 10px center;
        background-size: 20px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(2) .conditionsAndProceduresItemContLeft p {
        background: url(../img/conditionsAndProceduresItemIcon04.png) no-repeat 10px center;
        background-size: 20px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock:nth-child(3) .conditionsAndProceduresItemContLeft p {
        background: url(../img/conditionsAndProceduresItemIcon05.png) no-repeat 10px center;
        background-size: 20px;
    }
    .conditionsAndProceduresItemBox02 .conditionsAndProceduresItemCont .conditionsAndProceduresItemContBlock {
        margin-top: 6px;
    }
    #contactUs {
        padding: 50px 0 20px 0;
        margin-top: 0px;
        background: url(../img/contactUsBg02.png) no-repeat center top;
        background-size: cover;
    }
    .contactUsBlock .contactUsCont01 {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .contactUsBlock .contactUsCont01 p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }
    .contactUsBlock .contactUsCode {
        width: 100%;
        border: 0;
        float: none;
    }
    .contactUsBlock .contactUsCode img {
        width: 40%;
        margin-left: 30%;
        padding: 15px 0;
    }
    .contactUsBlock .contactUsCont02 {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 0;
    }
    .contactUsBlock .contactUsCont02 p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }
    .technicalSupport {
        font-size: 14px;
        letter-spacing: 0px;
        margin-top: 10px;
    }
    .contactUsBlock {
        padding-top: 0;
    }
    /* 返回顶部 */
    .backTop {
        width: 26px;
        height: 26px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
}