/* 公共样式区 */
.disNone{
    display: none;
}
.itemTitleBlock{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    clear: both;
}
.itemTitleBlock img{
    width: 100%;
}
.itemCont{
    width: 94%;
    margin: 0 auto;
}

/* 顶部logo部分 */
.top{
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: 11;
}
.top-box{
    width: 100%;
    height: 120px;
    /* margin-left: 15%; */
}
.logo{
    width: 25%;
    float: left;
    margin-left: 5%;
}
.logo img{
    width: 95%;
    margin-top: 15px;
}
.top ul{
    width: 20%;
    float: right;
    margin-left: 3%;
    background: #FBB351;
    margin-top: 120px;
    display: none;
}
.top ul li{
    width: 100%;
    margin-right: 10px;
    height: 90px;
    float: left;
    font-size: 21px;
    line-height: 90px;
    text-align: center;
    /* letter-spacing: 2px; */
    border-top: 2px solid #ffffff;
}
.top ul li a{
    color: #ffffff;
    font-weight: bold;
}
.top ul .active{
    border-top: 2px solid #ffffff;
}
.logoMenu{
    display: block;
    margin: 10px 20px 0 0;
    right: 0;
    position: absolute;
}
.logoMenu svg{
    width: 100px;
    height: 100px;
    float: right;
}

/* banner部分样式 */
.banner{
    width: 100%;
    /* height: 966px; */
    background: url(../img/bannerBg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 90px;
}
.bannerCont{
    width: 100%;
    height: auto;
   
}
.bannerImg{
    width: 54%;
    margin: 100px 23% 0 23%;
    padding-top: 5%;
    padding-bottom: 15%;
    overflow: hidden;
}
.bannerImg img{
    width: 100%;
}

/* 项目概况 */
#projectOverview{
    background: url(../img/projectOverviewBg.png) no-repeat;
}
.projectOverviewBlock1{
    overflow: hidden;
}
.projectOverviewBlock1 ul li{
    width: 32%;
    float: left;
}
.projectOverviewBlock1 ul li:nth-child(2){
    margin: 0 2%;
}
.projectOverviewBlock1 ul li:nth-child(1) img{
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.projectOverviewBlock1 ul li:nth-child(2) img{
    animation-duration: 1s;
    animation-delay: 1s;
}
.projectOverviewBlock1 ul li:nth-child(3) img{
    animation-duration: 1s;
    animation-delay: 1.5s;
}
.projectOverviewBlock2 img{
    width: 100%;
    margin: 80px 0;
    animation-duration: 1s;
    animation-delay: 1.5s;
}

/* 课程设置 */
#courseSetting{
    background: url(../img/courseSettingBg.png) no-repeat;
    background-size: 100% 100%;
}
.courseSettingBlock{
    overflow: hidden;
}
.courseSettingBlock .courseSettingItem li{
    width: 23%;
    float: left;
    margin: 0 1%;
    background: url(../img/courseSettingItemBg.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.courseSettingBlock .courseSettingItem .active{
    background: url(../img/courseSettingItemActiveBg.png) no-repeat;
    background-size: 100% 100%;
    border-bottom: 1px dotted #b8b8b8;
}
.courseSettingBlock .courseSettingItem li img{
    width: 70%;
    margin: 0 15%;
    padding: 2rem 0;
}
.courseSettingCont{
    clear: both;  
    margin-bottom: 180px;
}
.courseSettingCont ul li{
    width: 98%;
    margin: 0 1%;
    /* border-top: 1px solid #B8B8B8; */
    background-color: #ffffff;
    opacity: 0.9;
    height: 350px;
    padding-bottom: 40px;
    display: none;
}
.courseSettingCont ul .active{
    display: block;
}
.courseSettingCont ul li img{
    margin: 50px 0 0 50px;
}

/* 学员构成 */
#studentComposition{
    background: url(../img/studentCompositionBg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -140px;
    z-index: -1;
    position: relative;
    padding-top: 140px;
}
.studentCompositionBlock{
    overflow: hidden;
    padding-bottom: 50px;
}
.studentCompositionBlock img{
    width: 40%;
    margin: 0 5%;
    float: left;
}
.studentCompositionBlock img:nth-child(1){
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.studentCompositionBlock img:nth-child(2){
    animation-duration: 1s;
    animation-delay: 1s;
}

/* 海外模块 */
#overseasModule{
    background-color: #0d2b6d;
    padding-bottom: 120px;
}
.overseasModuleBlock{
    overflow: hidden;
}
.overseasModuleIntro{
    width: 58.4%;
    float: left;
}
.overseasModuleIntro img{
    margin-bottom: 40px;
}
.overseasModuleIntro img:nth-child(1){
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.overseasModuleIntro img:nth-child(2){
    animation-duration: 1s;
    animation-delay: 1s;
}
.overseasModuleMap{
    width: 41.6%;
    float: left;
}
.overseasModuleMap img{
    margin-left: 2%;
    margin-bottom: 20px;
    animation-duration: 1s;
    animation-delay: 1.5s;
}
.overseasModuleItem{
    overflow: hidden;
    border: 1px solid #ffffff;   
    border-left: 0;
}
.overseasModuleItemList{
    width: 58.4%;
    float: left;
    background: url(../img/overseasModuleItemListBg.png) no-repeat;
    background-size: 100% 100%;
}
.overseasModuleItemList ul{
    padding: 60px 20% 0 20%;
    overflow: hidden;
}
.overseasModuleItemList ul li{
    background: none;
    width: 20%;
    margin: 0 0 60px 0;
    padding: 10px 30px 20px 30px;
    border: solid 1px #0d2b6d;;
    float: left;
    cursor: pointer;
}
.overseasModuleItemList ul li:nth-child(odd){
    margin-right: 10%;
}
.overseasModuleItemList ul li img{
    height: 3.5rem;
}
.overseasModuleItemList ul .active{
    background: #0d2b6d;
}
.overseasModuleItemCont{
    width: 41%;
    float: left;
}
.overseasModuleItemCont ul li{
    display: none;
    margin: 60px 0 0 50px;
}
.overseasModuleItemCont ul .active{
    display: block;
}

/* 学生/校友活动 */
#alumniActivity{
    background: url(../img/alumniActivityBg.png) no-repeat;
    background-size: 100%;
}
.alumniActivityBlock{
    overflow: hidden;
    margin-bottom: 50px;
}
.alumniActivityBlock img{
    width: 23%;
    float: left;
    margin: 0 1%;
}
.alumniActivityBlock img:nth-child(1){
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.alumniActivityBlock img:nth-child(2){
    animation-duration: 1s;
    animation-delay: 1s;
}
.alumniActivityBlock img:nth-child(3){
    animation-duration: 1s;
    animation-delay: 1.5s;
}
.alumniActivityBlock img:nth-child(4){
    animation-duration: 1s;
    animation-delay: 2s;
}
.alumniActivityContTitle{
    width: 58%;
    margin: 0 auto;
}
.alumniActivityContBlock{
    background: url(../img/alumniActivityContBg.png) no-repeat;
    background-size: 100% 100%;
}
.alumniActivityContSwiper{
    width: 94%;
    padding: 220px 0 150px 0;
    margin-top: -50px;
}
.alumniActivityContSwiper .swiper-wrapper .swiper-slide{
    width: 90%;
}
/* .alumniActivityContSwiper img{
    width: 80%;
    margin-left: 10%;
} */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    margin-top: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    margin-top: 20px;
}
/* .alumniActivityContSwiper .swiper-button-next{
    background: url();
} */

/* 招生信息 */
.enrollmentInformationBlock{
    margin: 0 auto;
}
.enrollmentInformationBlock .enrollmentInformationItem img{
    width: 50%;
    float: left;
}
.enrollmentInformationBlock .enrollmentInformationItem img:nth-child(1){
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.enrollmentInformationBlock .enrollmentInformationItem img:nth-child(4){
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.enrollmentInformationBlock .enrollmentInformationItem img:nth-child(2){
    animation-duration: 1s;
    animation-delay: 1.2s;
}
.enrollmentInformationBlock .enrollmentInformationItem img:nth-child(3){
    animation-duration: 1s;
    animation-delay: 1.2s;
}
.enrollmentInformationCertificate{
    margin-bottom: 20px;
}
.enrollmentInformationCertificate img{
    animation-duration: 1s;
    animation-delay: 1s;
}
.enrollmentInformationCont{
    border: 1px solid #0d2b6d;
    height: 480px;
}
.enrollmentInformationContList{
    /* width: 28.4%; */
    float: left;
}
.enrollmentInformationContList ul{
    width: 100%;
}
.enrollmentInformationContList ul li{
    background: url(../img/enrollmentInformationContListBg.png) no-repeat;
    background-size: 100% 100%;
    /* padding: 38px 0 38px 98px;
    font-size: 26px; */
    padding: 1.8rem 3rem 1.8rem 5rem;
    font-size: 1.3rem;
    color: #0d2b6d;
    cursor: pointer;
}
.enrollmentInformationContList ul li:nth-child(2){
    margin: 40px 0;
}
.enrollmentInformationContList ul .active{
    background: url(../img/enrollmentInformationContListActiveBg.png) no-repeat;
    background-size: 100% 100%;
    color: #fbb251;
}
.enrollmentInformationContent{
    width: 50%;
    margin-left: 8%;
    float: left;
    overflow: hidden;
}
.enrollmentInformationContent ul li{
    display: none;
}
.enrollmentInformationContent ul li img{
    margin-top: 15px;
}
.enrollmentInformationContent ul .active{
    display: block;
}
.enrollmentInformationInterpretation{
    width: 30%;
    margin-left: 3%;
    margin-top: 15px;
    margin-bottom: 55px;
}
.enrollmentInformationCooperation{
    width: 50%;
    margin-left: 25%;
    margin-bottom: 20px
}

/* 联系我们 */
#contactUs{
    background: url(../img/contactUsBg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -20px;
}
.contactUsTitle{
    padding-top: 130px;
}
.contactUsBlock{
    overflow: hidden;
    padding-bottom: 100px;
    margin-top: -50px;
}
.contactUsBlock img:nth-child(1){
    width: 58%;
    float: left;
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.contactUsBlock img:nth-child(2){
    width: 25%;
    float: left;
    margin: 200px 0 0 14%;
    animation-duration: 1s;
    animation-delay: 1s;
}


/* @media (max-width: 768px) {
    .itemCont{
        width: 98%;
        margin: 0 auto;
    }
} */