/* 公共样式区 */
.disNone{
    display: none;
}
img{
    width: 100%;
}
/* web引入特殊字体 */
@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../lib/SourceHanSansCN-Medium/SourceHanSansCN-Medium.woff2") format("woff2"),
         url("../lib/SourceHanSansCN-Medium/SourceHanSansCN-Medium.woff") format("woff"),
         url("../lib/SourceHanSansCN-Medium/SourceHanSansCN-Medium.ttf") format("truetype"),
         url("../lib/SourceHanSansCN-Medium/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
         url("../lib/SourceHanSansCN-Medium/SourceHanSansCN-Medium.svg") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../lib/SourceHanSansCN-Bold/SourceHanSansCN-Bold.woff2") format("woff2"),
         url("../lib/SourceHanSansCN-Bold/SourceHanSansCN-Bold.woff") format("woff"),
         url("../lib/SourceHanSansCN-Bold/SourceHanSansCN-Bold.ttf") format("truetype"),
         url("../lib/SourceHanSansCN-Bold/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
         url("../lib/SourceHanSansCN-Bold/SourceHanSansCN-Bold.svg") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../lib/SourceHanSansCN-Normal/SourceHanSansCN-Normal.woff2") format("woff2"),
         url("../lib/SourceHanSansCN-Normal/SourceHanSansCN-Normal.woff") format("woff"),
         url("../lib/SourceHanSansCN-Normal/SourceHanSansCN-Normal.ttf") format("truetype"),
         url("../lib/SourceHanSansCN-Normal/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
         url("../lib/SourceHanSansCN-Normal/SourceHanSansCN-Normal.svg") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../lib/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff2") format("woff2"),
         url("../lib/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"),
         url("../lib/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"),
         url("../lib/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
         url("../lib/SourceHanSansCN-Regular/SourceHanSansCN-Regular.svg") format("svg");
}
/* 顶部logo部分 */
.top{
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 11;
}
.top-box{
    /* width: 75%; */
    height: 90px;
    margin-left: 10%;
}
.logo{
    width: 17%;
    float: left;
}
.logo img{
    width: 95%;
    margin-top: 15px;
}
.top ul{
    width: 80%;
    height: 90px;
    float: left;
    margin-left: 3%;
}
.top ul li{
    /* width: 10%; */
    margin-right: 10px;
    height: 90px;
    float: left;
    font-size: 24px;
    line-height: 90px;
    text-align: center;
    /* letter-spacing: 2px; */
}
.top ul li a{
    color: #fefefe;
    border-right: 1px solid #fefefe;
    padding-right: 15px;
    padding-left: 15px;
    font-family: "SourceHanSansCN-Medium";
}
.top ul li:last-child a{
    border-right: 0;
}
.top ul .active a{
    color: #e09c18;
}
.publicBox{
    width: 1200px;
    margin: 0 auto;
}
.itemTitle{
    width: 50%;
    padding: 50px 0;
    margin: 0px auto;
}
.itemTitle img{
    width: 100%;
}


/* 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: 62%;
    margin: 100px 19% 0 19%;
    padding-top: 5%;
    padding-bottom: 15%;
    overflow: hidden;
}
.bannerImg img{
    width: 100%;
}

/* 学院简介 */
.collegeIntroBox img{
    margin-bottom: 45px;
    animation-duration: 1s;
}
.collegeIntroBox img:nth-child(1){
    animation-delay: 0.5s;
}
.collegeIntroBox img:nth-child(2){
    animation-delay: 1s;
}
.collegeIntroBox img:nth-child(3){
    animation-delay: 1.5s;
}

/* MBA项目介绍 */
.projectIntroBox{
    background: url(../img/projectIntroBg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.projectIntroBox p{
    font-size: 24px;
    line-height: 51px;
    text-align: justify;
    color: #ffffff;
    height: 260px;
    padding: 100px 0 50px 0;
    font-family: "SourceHanSansCN-Regular";
}
.projectIntroBox .rectangle{
    width: 76px;
	height: 10px;
    background-color: #e09c18;
}

/* 培养目标 */
.projectTarget{
    overflow: hidden;
}
.projectTargetBox{
    overflow: hidden;
}
.projectTargetBox .projectTargetImg{
    width: 50%;
    float: left;
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.projectTargetBox .projectTargetCont{
    float: left;
    width: 60%;
    margin-left: -10%;
    margin-top: 5%;
    animation-duration: 1s;
    animation-delay: 1s;
}


/* 培养特色与优势 */
.specialAdvantage{
    clear: both;
}
.specialAdvantageBox{
    background: url(../img/specialAdvantageBg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
    overflow: hidden;
}
.specialAdvantageBox .specialAdvantageTitle{
    font-size: 24px;
    line-height: 43px;
    height: 100px;
    color: #ffffff;
    padding: 70px 0 35px 0;
    text-align: justify;
    font-family: "SourceHanSansCN-Regular";
}
.specialAdvantageBox .downArrow{
    width: 4%;
    margin-left: 43%;
}
.specialAdvantageBlock{
    position: relative;
}
.specialAdvantageMenu{
    width: 300px;
    margin-top: -300px;
    float: left;
    position: relative;
    z-index: 10;
}
.specialAdvantageMenuList li{
    width: 100%;
    font-size: 30px;
    font-family: "SourceHanSansCN-Medium";
    line-height: 30px;
    /* font-weight: bold; */
	/* line-height: 43px; */
    color: #e09c18;
    background-color: #ffffff;
    padding: 22px 0px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 24px;
}
.specialAdvantageMenuList .active{
    color: #ffffff;
    background-color: #e09c18;
}
.specialAdvantageMessage{
    width: 81%;
    height: 300px;
    float: right;
    /* right: 0; */
    /* margin-left: 200px; */
    /* margin-top: 35px; */
    border: 1px solid #ffffff;
    position: relative;
    z-index: 1;
    top: 30px;
}
.specialAdvantageMessageList li{
    display: none;
    font-size: 24px;
	line-height: 40px;
    color: #ffffff;
    text-align: justify;
    padding: 25px 40px 0 100px;
    font-family: "SourceHanSansCN-Normal";
}
.specialAdvantageMessageList .active{
    display: block;
}

/* 招生政策 */
.enrollmentPolicyBlock{
    background: url(../img/enrollmentPolicyBg.png) no-repeat;
    background-size: 100% 100%;
    /* padding-bottom: 50px; */
}
.enrollmentPolicyBox img{
    width: auto;
    margin-bottom: 70px;
    animation-duration: 1s;
}
.enrollmentPolicyBox img:nth-child(1){
    animation-delay: 0.4s;
}
.enrollmentPolicyBox img:nth-child(2){
    animation-delay: 0.8s;
}
.enrollmentPolicyBox img:nth-child(3){
    animation-delay: 1.2s;
}
.enrollmentPolicyBox img:nth-child(4){
    animation-delay: 1.6s;
}
.enrollmentPolicyBox img:nth-child(5){
    animation-delay: 2s;
}

/* 联系方式 */
.contactInfoBox{
    background: url(../img/contactInfoBg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.contactInfoBox .footLogo img{
    width: auto;
    padding: 60px 0;
}
.contactInfoBlock{
    overflow: hidden;
}
.contactInfoBlock ul li{
    width: 50%;
    float: left;
}
.contactInfoBlock ul li:last-child{
    width: 100%

}
.contactInfoBlock ul li:nth-child(1) .contactInfoName{
    background: url(../img/contactInfoBg01.png) no-repeat;
    background-size: 100% 100%;
}
.contactInfoBlock ul li:nth-child(2) .contactInfoName{
    background: url(../img/contactInfoBg02.png) no-repeat;
    background-size: 100% 100%;
}
.contactInfoBlock ul li:nth-child(3) .contactInfoName{
    background: url(../img/contactInfoBg03.png) no-repeat;
    background-size: 100% 100%;
}
.contactInfoBlock ul li:nth-child(4) .contactInfoName{
    background: url(../img/contactInfoBg04.png) no-repeat;
    background-size: 100% 100%;
}
.contactInfoBlock ul li:nth-child(5) .contactInfoName{
    background: url(../img/contactInfoBg05.png) no-repeat;
    background-size: 100% 100%;
}
.contactInfoBlock ul li p{
    font-size: 24px;
	line-height: 62px;
    letter-spacing: 1px;
    float: left;
    font-family: "SourceHanSansCN-Medium";
}
.contactInfoBlock ul li p:nth-child(1){
    color: #34404d;
    padding: 0px 16px 0 53px;
    line-height: 46px;
    margin-top: 8px;
}
.contactInfoBlock ul li p:nth-child(2){
    color: #ffffff;
    padding-left: 22px;
}
.contactInfoBlock ul li a .link{
    color: #ffffff;
    padding-left: 0;
    margin-left: 22px;
}

/* 页面适配样式 */
@media (min-width:1200px) and (max-width:1401px){
    .top ul li{
        font-size: 18px;
    }
    .publicBox{
        width: 900px;
        margin: 0 auto;
        overflow: hidden;
    }
    .enrollmentPolicyBox img{
        width: 100%;
    }
    .enrollmentPolicyBox img:nth-child(3){
        width: 77.4%;
    }
    .projectIntroBox p {
        font-size: 20px;
        line-height: 38px;
        text-align: justify;
        color: #ffffff;
        padding: 50px 0 30px;
    }
    .projectIntroBox .rectangle {
        height: 6px;
    }
    .specialAdvantageBox .specialAdvantageTitle {
        font-size: 20px;
        line-height: 35px;
    }
    .specialAdvantageMenu{
        width: 200px;
        margin-top: -220px;
    }
    .specialAdvantageMenuList li {
        font-size: 20px;
        padding: 10px 0;
    }
    .specialAdvantageMessage{
        height: 220px;
    }
    .specialAdvantageMessageList li {
        font-size: 18px;
        line-height: 30px;
        padding: 25px 40px 0 60px;
    }
    .contactInfoBlock ul li p{
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 1px;
        float: left;
        font-family: "SourceHanSansCN-Medium";
    }
    .contactInfoBlock ul li p:nth-child(1){
        color: #34404d;
        padding: 0px 16px 0 40px;
        line-height: 30px;
        margin-top: 4px;
    }
    .contactInfoBlock ul li p:nth-child(2){
        color: #ffffff;
        padding-left: 22px;
    }
    .contactInfoBlock ul li a .link{
        color: #ffffff;
        padding-left: 0;
        margin-left: 22px;
    }
}
@media (max-width:1200px) and (min-width:769px){
    .publicBox{
        width: 900px;
        margin: 0 auto;
        overflow: hidden;
    }
    .top-box{
        margin-left: 7%;
    }
    .top ul{
        width: 83%;
        margin-left: 0;
    }
    .top ul li{
        margin-right: 0;
    }
}
@media (max-width:769px){
    .publicBox{
        min-width: 93%;
        width: 93%;
        margin: 0 auto;
        overflow: hidden;
    }
    .top{
       height: 60px; 
    }
    .top-box{
        margin-left: 5%;
    }
    .top ul{
        height: 60px;
    }
    .top ul li{
        margin-right: -5px;
        height: 60px;
        font-size: 20px;
        line-height: 60px;
    }
}