/* 公共部分样式 */
html,body{
    width: 100%;
    margin: 0 auto;
    /* background: #eeeeee; */
}
.disNone {
    display: none;
}

a {
    cursor: pointer;
    color: #000000;
}

/* banner部分的样式 */
.bannerBox{
    width: 100%;
    /* height: 550px; */
    background: url(../img/bannerBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.bannerBox a{
    cursor: pointer;
}

.logo{
    width: 34%;
    margin: 70px 0 0 4%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.bannerHead{
    width: 78%;
    margin-left: 11%;
    margin-top: 100px;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.bannerTitle{
    width: 66%;
    margin-left: 17%;
    margin-top: 40px;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.slideDown{
    width: 8%;
    margin: 0 46%;
    margin-top: 60px;
    -webkit-animation: animations 2s infinite ease-out;
    -moz-animation: animations 2s infinite ease-out;
    -o-animation: animations 2s infinite ease-out;
    -ms-animation: animations 2s infinite ease-out;
    animation: animations 2s infinite ease-out;
}
@keyframes animations {
	0% {
		transform: translate(0,0);
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}
.bannerExtend{
    width: 34%;
    margin: -40px 62% 0px 4%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.bannerIntro{
    width: 34%;
    margin: 30px 62% 100px 4%;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
}


/* 学院介绍 */
.schoolProfileTitle{
    width: 36%;
    margin: 30px 32%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.schoolProfileCont{
    width: 93%;
    margin: 0 3% 30px 4%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}

/* MBA教育中心简介 */
.educationCenterBox{
    width: 100%;
    background: url(../img/educationCenterBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.educationCenterTitle{
    width: 60%;
    margin: 70px 20% 40px 20%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.educationCenterCont{
    width: 92%;
    margin: 0px 4% 40px 4%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.educationCenterItemList{
    width: 92%;
    margin: 0 4% 40px 4%;
    /* height: 200px;
    border-radius: 10px;
    background-color: rgba(40, 94, 156, 0.1); */
    background: url(../img/educationCenterItemBg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.educationCenterItemList ul li{
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
.educationCenterItemList ul li:nth-child(4){
    padding-bottom: 15px;
}
.educationCenterItemList ul li:nth-child(5){
    padding-bottom: 15px;
    width: 50%;
}
.educationCenterItemList ul li img{
    width: 70%;
    height: 32px;
    margin: 30px 0 0 20%;
}
.educationCenterItemList ul li:nth-child(1) img{
    animation-delay: 1.2s;
    animation-duration: 1.5s;
}
.educationCenterItemList ul li:nth-child(2) img{
    animation-delay: 1.4s;
    animation-duration: 1.5s;
}
.educationCenterItemList ul li:nth-child(3) img{
    animation-delay: 1.6s;
    animation-duration: 1.5s;
}
.educationCenterItemList ul li:nth-child(4) img{
    animation-delay: 1.8s;
    animation-duration: 1.5s;
}
.educationCenterItemList ul li:nth-child(5) img{
    animation-delay: 2s;
    animation-duration: 1.5s;
    margin-left: 16%;
}

/* MBA培养目标和培养方向 */
.trainingAndDirectionTitle{
    width: 80%;
    margin: 30px 0 30px 10%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.trainingAndDirectionSpot01{
    width: 13%;
    margin-left: -3%;
    margin-top: 20px;
    float: right;
}
.trainingAndDirectionCont01{
    animation-delay: 1.5s;
    animation-duration: 1.5s;
}
.trainingAndDirectionCont02{
    animation-delay: 2s;
    animation-duration: 1.5s;
}

/* 调剂计划、学费、学制与学习方式 */
.swapPlanBox{
    background: url(../img/swapPlanBg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: -20px;
}
.swapPlanTitle{
    width: 82%;
    margin: 60px 9% 30px 9%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.swapPlanTable{
    width: 92%;
    margin: 0 4% 50px 4%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}

/* 奖助政策 */
.rewardPolicyTitle{
    width: 34%;
    margin: 40px 33% 30px 33%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.rewardPolicyTable{
    width: 92%;
    margin: 0px 4% 30px 4%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}

/* 学位授予 */
.degreesAwardedBox{
    background: url(../img/degreesAwardedBg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.degreesAwardedTitle{
    width: 34%;
    margin: 30px 33% 30px 33%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.degreesAwardedItem01{
    width: 82%;
    margin: 10px 9% 10px 9%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.degreesAwardedItem02{
    width: 60%;
    margin: 10px 20% 10px 20%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.degreesAwardedItem03{
    width: 60%;
    margin: 10px 20% 10px 20%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.degreesAwardedItem04{
    width: 92%;
    margin: 10px 4% 30px 4%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.downArrow{
    width: 4%;
    margin: 0 48%;
    -webkit-animation: animations2 2s infinite ease-out;
    -moz-animation: animations2 2s infinite ease-out;
    -o-animation: animations2 2s infinite ease-out;
    -ms-animation: animations2 2s infinite ease-out;
    animation: animations2 2s infinite ease-out;
}
@keyframes animations2 {
	0% {
		transform: translate(0,0);
		opacity: 1;
	}
	100% {
		transform: translate(0, 10px);
		opacity: 0;
	}
}

/* 调剂政策 */
.adjustPolicyBox{
    background: url(../img/adjustPolicyBg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.adjustPolicyTitle{
    width: 34%;
    margin: 30px 33% 30px 33%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.adjustPolicyCont01{
    width: 92%;
    margin: 0px 4% 20px 4%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.adjustPolicyCont02{
    width: 92%;
    margin: 30px 4% 100px 4%;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
}

/* 复试政策 */
.retestPolicyBox{
    margin-top: -80px;
}
.retestPolicyTitle{
    width: 34%;
    margin: 20px 33% 30px 33%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.retestPolicyCont01{
    width: 100%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.retestPolicyCont02{
    width: 100%;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
}
.downSpot{
    width: 3%;
    margin: -10px 49% 0px 48%;
    -webkit-animation: animations3 2s infinite ease-out;
    -moz-animation: animations3 2s infinite ease-out;
    -o-animation: animations3 2s infinite ease-out;
    -ms-animation: animations3 2s infinite ease-out;
    animation: animations3 2s infinite ease-out;
}
@keyframes animations3 {
	0% {
		transform: translate(0,0);
		opacity: 1;
	}
	100% {
		transform: translate(0, 0px);
		opacity: 0;
	}
}

/* 联系我们 */
.contactUsBox{
    background: url(../img/contactUsBg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.contactUsTitle{
    width: 34%;
    margin: 60px 33% 30px 33%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
#contactUsMap{
    width: 92%;
    height: 14rem;
    margin: 0px 4% 40px 4%;
}
.contactUsBlock{
    width: 92%;
    margin: 0 4% 0 4%;
    animation-delay: 1s;
    animation-duration: 1.5s;
}
.contactUsBlock ul li{
    padding-left: 30px;
}
.contactUsBlock ul li p{
    font-size: 0.76rem;
    line-height: 1.5rem;
    color: #ffffff;
}
.contactUsBlock ul li:nth-child(1){
    background: url(../img/contactUsAddress.png) no-repeat;
    background-size: 5%;
    margin-left: 10px;
}
.contactUsBlock ul li:nth-child(2){
    background: url(../img/contactUsPhone.png) no-repeat;
    background-size: 6%;
    margin-left: 10px;
}
.contactUsBlock ul li a{
    text-decoration: none;
}
.contactUsBlock ul li:nth-child(1) a p:nth-child(2){
    text-indent: 5em;
}
.contactUsCode{
    width: 38%;
    margin: 20px 31% 30px 31%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
.contactUsName{
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 50px;
    font-family: "SourceHanSansSC-Regular";
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

@media (min-width: 1200px){
    html,body{
        width: 500px;
        margin: 0 auto;
        /* border: 1px solid #33896B; */
        background: #ffffff;
    }
}