/* 公共样式区 */
.disNone{
    display: none;
}
.itemBlock{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-top: 100px;
    clear: both;
}

/* 顶部logo部分 */
.top{
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 11;
}
.top-box{
    width: 75%;
    height: 90px;
    margin-left: 15%;
}
.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: 21px;
    line-height: 90px;
    text-align: center;
    /* letter-spacing: 2px; */
    border-top: 2px solid #BD3027;
}
.top ul li a{
    color: #ffffff;
}
.top ul .active{
    border-top: 2px solid #ffffff;
}
.top ul li:nth-child(3){
    /* width: 24%; */
}
.top ul li:nth-child(2){
    /* width: 12%; */
}

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

/* 学院介绍 */
#collegeIntro{
    height: 600px;
}
.collegeIntroBox{
    width: 100%;  
    position: relative;
    /* padding-bottom: 50px; */
    overflow: hidden;
}
.itemTitleBlock{
    width: 16%;
    margin-left: 19%;
}
.itemTitleBlock img{
    width: 100%;
}
.collegeIntroCont{
    width: 31%;
    float: left;
    margin-left: 19%;
    margin-top: 30px;
}

.collegeIntroImg{
    width: 27%;
    float: left;
    margin-left: 4%;
    position: relative;
}
.collegeIntroImg img{
    position: absolute;
    top: -180px;
}
.collegeIntroImgGray{
    width: 48%;
    height: 165px;
    background-color: #e0e3eb;
    position: absolute;
    z-index: -1;
    margin-left: 52%;
    margin-top: 13%;
}

/* 特色与优势 */
#specialAdvantage{
    background: url(../img/specialAdvantage/specialAdvantageBg.png) no-repeat;
    background-size: 100% 100%;
    height: 905px;
}
.specialAdvantageBox{
    width: 44%;
    height: 630px;
    margin-left: 35%;
}
.specialAdvantageTitle{
    width: 9%;
    height: 100%;
    float: left;
    text-align: center;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;    
    cursor: pointer;
    font-size: 34px;
	line-height: 36px;
	letter-spacing: 1px;
	position: relative;
}
.specialAdvantageTitle .onShow{
    background: #bd3027;
    color: #fefeff;  

}
.mbaAdvantage .onShow:after{
    content: '';
    position: absolute;
    height: 0px;
    bottom: 0;
    left: 100%;
    top: 25%;
    border: 15px solid transparent;
    border-left-color: #bd3027;
}
.embaAdvantage .onShow:after{
    content: '';
    position: absolute;
    height: 0px;
    bottom: 0;
    left: 100%;
    top: 75%;
    border: 15px solid transparent;
    border-left-color: #bd3027;
}
.specialAdvantageCont{
    width: 91%;
    height: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.4);
    background: url(../img/specialAdvantage/specialAdvantageContBg.png) no-repeat;
    /* opacity: 0.9; */
}
.mbaAdvantage{
    height: 50%;
    width: 100%;
    float: left;
    background: #ffffff;
    color:#bd3027;
}
.embaAdvantage{
    height: 50%;
    width: 100%;
    float: left;
    background: #ffffff;
    color:#bd3027;
}
.specialAdvantageTitle p{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 
    -moz-transform:rotate(180deg); 	
    -webkit-transform:rotate(180deg); 
    -o-transform:rotate(180deg); 
    text-align: center;
    margin-left: 5%;
}

.mbaAdvantageDetail{
    width: 100%;
}
.mbaAdvantageDetail img{
    width: 24%;
    margin: 10% 10% 10% 13%;
    float: left;
    animation-direction: 0.5s;
}
.mbaAdvantageDetail img:nth-child(1){
    width: 17%;
    margin: 10% 18% 7% 13%;
    animation-delay: 0.5s;
}
.mbaAdvantageDetail img:nth-child(2){
    animation-delay: 1s;
}
.mbaAdvantageDetail img:nth-child(3){
    width: 25%;
    animation-delay: 1.5s;
}
.mbaAdvantageDetail img:nth-child(4){
    width: 24%;
    margin: 9% 7% 7% 13%;
    animation-delay: 2s;
}
.embaAdvantageDetail{
    width: 100%;
}
.embaAdvantageDetail img{
    width: 24%;
    margin: 10% 13% 10% 13%;
    float: left;
    animation-direction: 0.5s;
}
.embaAdvantageDetail img:nth-child(1){
    width: 26%;
    margin: 13% 7% 7% 13%;
    animation-delay: 0.5s;
}
.embaAdvantageDetail img:nth-child(2){
    width: 26%;
    margin: 11% 7% 7% 13%;
    animation-delay: 1s;
}
.embaAdvantageDetail img:nth-child(3){
    width: 37%;
    margin: 7% 6% 0 13%;
    animation-delay: 1.5s;
}
.embaAdvantageDetail img:nth-child(4){
    width: 38%;
    margin: 8% 0% 7% 1%;
    animation-delay: 2s;
}

/* MBA/EMBA项目分类 */
#itemCategory{
    background: url(../img/itemCategory/itemCategoryBg.png) no-repeat 88%;
    background-size: 100% 100%;
    height: 1000px;
}
.itemCategoryBox{
    width: 62%;
    margin-left: 19%;
    margin-top: 50px;
}
.itemCategoryTitle{
    width: 20%;
    /* height: 600px; */
    text-align: center;
    float: left;
}
.itemCategoryTitle p{
    /* height: 245px; */
    font-size: 61px;
	letter-spacing: 1px;
    color: #2f3243;
    display: table-cell;
    vertical-align:middle;
    cursor: pointer;
    margin-top: -170px;
    position: absolute;
}
.itemCategoryTitle .mbaCategoryBg{
    width: 105px;
    height: 245px;
    background: #e0e3eb;
    margin-left: 85px;
}
.itemCategoryTitle .onBlock{
    background-color: #bd3027;
    position: relative;
}
.itemCategoryTitle .onBlock:after{
    content: '';
    position: absolute;
    height: 0px;
    bottom: 0;
    left: 100%;
    top: 50%;
    border: 15px solid transparent;
    border-left-color: #bd3027;
    z-index: -1;
}
.mbaCategoryTitle{
    width: 100%;
    height: 50%;
}
.embaCategoryTitle{
    width: 100%;
    height: 50%;
    margin-top: 60px;
}

.itemCategoryCont{
    width: 75%;
    margin-left: 5%;
    float: left;
    /* overflow: hidden; */
}
.categoryDetail img{
    width: 100%;
    margin-bottom: 20px;
    animation-direction: 0.5s;
}
.categoryDetail img:nth-child(1){
    animation-delay: 0.5s;
}
.categoryDetail img:nth-child(2){
    animation-delay: 1s;
}
.categoryDetail img:nth-child(3){
    animation-delay: 1.5s;
}

/* 申请流程 */
#applyProcess{
    background: url(../img/applyProcess/applyProcessBg.png) no-repeat;
    background-size: 100% 450px;
}
.applyProcessBox{
    margin-left: 19%;
    margin-top: 50px;
}
.applyProcessBlock{
    width: 18%;
    margin-right: 3%;
    float: left;
    margin-bottom: 50px;
}
.applyProcessBlock img{
    width: 100%
}

.applyProcessCont{
    padding: 20px 10px 30px 10px;
    background: #ffffff;
    border: 1px dashed #bd3027;
    height: 250px;
    /* display: none; */
    /* transition: 1s;
    opacity: 1; */
}
.applyProcessCont p{
    /* font-family: SourceHanSansSC-Medium; */
    font-size: 16px;
    line-height: 32px;
	color: #3b445d;
}
/* 常见问题 */
#commonQuestion{
    background: url(../img/commonQuestion/commonQuestionBg.png) no-repeat;
    background-size: 100% 100%;
    height: 1050px;
}
.commonQuestionBox{
    width: 45%;
    margin-left: 28%;
    margin-top: 50px;
    animation-direction: 1s;
}
.commonQuestionBlock{
    width: 18%;
    margin-right: 2%;
    height: 690px;
    float: left;
    text-align: center;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}
.commonQuestionBox .commonQuestionBlock:nth-child(1){
    background: url(../img/commonQuestion/commonQuestionPic01.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 0.5s;
}
.commonQuestionBox .commonQuestionBlock:nth-child(2){
    background: url(../img/commonQuestion/commonQuestionPic02.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 1s;
}
.commonQuestionBox .commonQuestionBlock:nth-child(3){
    background: url(../img/commonQuestion/commonQuestionPic03.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 1.5s;
}
.commonQuestionBox .commonQuestionBlock:nth-child(4){
    background: url(../img/commonQuestion/commonQuestionPic04.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 2s;
}
.commonQuestionBox .commonQuestionBlock:nth-child(5){
    background: url(../img/commonQuestion/commonQuestionPic05.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 2.5s;
}
.commonQuestionBlock p{
    width: 50%;
    margin-left: 8%;
    font-size: 24px;
    color: #ffffff;
}

/* 招生咨询 */
#admissionsConsult{
    background: url(../img/admissionsConsult/admissionsConsultBg.png) no-repeat;
    background-size: 100% 100%;
    /* height: 1100px; */
}
.admissionsConsultBox{
    margin-left: 19%;
    margin-top: 50px;
    position: relative;
}
.mbaAdnissionBlock{
    height: 700px;
}
.embaAdnissionBlock{
    height: 700px;
}
.manageDirectionBox{
    /* height: 350px; */

}
.manageDirectionTitle{
    /* clear: both; */
    width: 100%;
    margin: 50px 0 20px 0;
    float: left;
}
.manageDirectionTitle:nth-child(1){
    margin-top: 0;
}
.manageDirectionCont{
    margin-top: 50px;
}
.manageRelation{
    width: 230px;
    height: 230px;
    float: left;
    margin-right: 80px;
    animation-direction: 0.5s;
}
.manageDirectionCont .manageRelation:nth-child(2){
    background: url(../img/admissionsConsult/manageDirectionBg01.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 0.5s;
}
.manageDirectionCont .manageRelation:nth-child(3){
    background: url(../img/admissionsConsult/manageDirectionBg02.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 1s;
}   
.manageDirectionCont .manageRelation:nth-child(4){
    background: url(../img/admissionsConsult/manageDirectionBg03.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 1.5s;
}
.manageDirectionCont .manageRelation:nth-child(5){
    background: url(../img/admissionsConsult/manageDirectionBg04.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 2s;
}
.manageDirectionCont .manageRelation:nth-child(7){
    background: url(../img/admissionsConsult/financeDirectionBg01.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px;
    animation-delay: 2.5s;
}
.manageDirectionCont .manageRelation:nth-child(8){
    background: url(../img/admissionsConsult/financeDirectionBg02.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px;
    animation-delay: 3s;
}

.manageRelation p:nth-child(1){
    font-size: 24px;
	line-height: 50px;
    color: #ffffff;
    text-align: center;
    margin-top: 40px;
}
.manageRelation p:nth-child(2){
    font-size: 24px;
	line-height: 50px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}
.manageRelation p:nth-child(3){
    font-size: 24px;
	line-height: 40px;
    color: #ffffff;
    text-align: center;
}

.contSwitch{
    width: 215px;
    height: 46px;
    clear: both;
    position: absolute;
    top: 600px;
    left: 60%;
    /* border: 1px solid #BD3027; */
    border-radius: 23px;
}
.contSwitch p{
    width: 49%;
    float: left; 
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #BD3027;
    border: 1px solid #BD3027;
}
.contSwitch p:nth-child(1){
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px; 
}
.contSwitch p:nth-child(2){
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    
}
.contSwitch .onSwitch{
    background: #BD3027;
    color: #ffffff;
}

/* 联系我们 */
#contactUs{
    background: url(../img/contactUs/contactUsBg.png) no-repeat;
    background-size: 100% 100%;
    height: 600px;
}
.contactUsBox{
    margin-left: 19%;
    margin-top: 50px;
}
.contactCode{
    /* clear: both; */
    width: 16%;
    margin: 0 4%;
    float: left;
    margin-bottom: 50px; 
}

.contactCode img{
    width: 100%;
}
.contactCont{
    width: 40%;
    /* clear: both; */
    float: left;
    position: relative;
}
.contactCont p:nth-child(1){
    font-size: 24px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #ffffff;
}
.contactCont p:nth-child(2){
    width: 304px;
	height: 1px;
	background-color: #bd3027;
}
.contactCont p:nth-child(3){
    font-size: 20px;
	line-height: 41px;
	color: #ffffff;
}
.contactCont p:nth-child(4){
    font-size: 20px;
	line-height: 41px;
	color: #ffffff;
}
.contactCont p:nth-child(5){
    font-size: 20px;
	line-height: 41px;
	color: #ffffff;
}
.contactCont p:nth-child(5) a{
    color: #ffffff;
}
.contactCont p:nth-child(5) a:hover{
    color: #BD3027;
}

.contactCont a:nth-child(2){
    position: absolute;
    height: 30px;
    width: 335px;
    display: inline-block;
    left: 120px;
    bottom: 40px;
}
.contactCont a:nth-child(3){
    position: absolute;
    height: 30px;
    width: 335px;
    display: inline-block;
    left: 140px;
    bottom: 0px;
}
.contactCont img{
    width: 100%;
}

/* 圆点切换 */
.switchBox{
    position: fixed;
    z-index: 11;
    top: 35%;
    left: 88%;
}
.switchBox ul li{
    width: 50px;
	height: 50px;
}
.switchBox ul li .switchSpot{
    width: 12px;
	height: 12px;
	border-radius: 50%;
	
}
.switchBox ul li .switchSpot .switchAnnulus{
    width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #BD3027;
	position: relative;
	top: 3px;
	left: 3px;
}
.onSpot{
    border: 1px solid #BD3027;
}