/* 公共部分样式 */
html,body{
    width: 500px;
    margin: 0 auto;
    border: 1px solid #33896B;
    /* background: #eeeeee; */
    background: #ffffff;
}
.disNone {
    display: none;
}

a {
    cursor: pointer;
}

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

.logo{
    width: 15%;
    margin: 20px 0 0 40px;
    animation-delay: 0.5s;
}
.bannerHead{
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
    animation-delay: 1s;
}
.bannerTitle{
    width: 80%;
    margin-left: 13%;
    margin-top: 30px;
    animation-delay: 1s;
}
.konwDetail{
    width: 40%;
    margin-left: 30%;
    margin-top: 30px;
    animation-delay: 1s;
}
.slideDown{
    width: 4%;
    margin-left: 46%;
    margin-top: 10px;
    -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;
	}
}


/* 亚林赛赛事 */

.gameIntroTitle{
    width: 60%;
    margin-left: 20%;
    margin-top: 30px;
    animation-delay: 0.5s;
}
.gameIntroBlock{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}
.clickImg{
    width: 8%;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

/* 亚林赛日程安排 */
.gameScheduleTitle{
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
    animation-delay: 0.5s;
}
.gameScheduleTime{
    width: 80%;
    margin-top: 15px;
    margin-left: 10%;
    animation-delay: 1s;
}
.leftMore{
    width: 80%;
    margin-left: 10%;
    margin-top: 15px;
}
.gameScheduleBlock{
    overflow-x: auto;
    background: #F5F7F6;
    padding: 5px 0;

}
.gameScheduleTable{
    margin: 15px 3% 0 15px;
}


/* 新闻发布会 */
.newsMeetingTitle{
    width: 60%;
    margin-left: 20%;
    margin-top: 30px;
    animation-delay: 0.5s;
}
.newsMeetingBlock{
    width: 94%;
    /* height: 430px; */
    margin: 0 3%;
    margin-top: 10px;
    padding-bottom: 30px;
    background: url(../img/newsMeetingBg.png) no-repeat;
    background-size: 100% 100%;
}
.newMeetingCont{
    width: 94%;
    margin: 0 3%;
    margin-top: 40px;
    animation-delay: 1s;
}
.newsMeetingImg{
    width: 96%;
    margin: 0 2%;
    margin-top: 10px;
    animation-delay: 1.5s;
}

/* 发言嘉宾 */
.speakersBox{
    width: 94%;
    margin: 0 3%;
    margin-top: 15px;
    overflow: hidden;
}
.speakersBlock{
    width: 48.8%;
    height: auto;
    padding: 0.6%;
    float: left;
    
}
.speakersTitle{
    width: 60%;
    margin: 30px 20% ;
    animation-delay: 0.5s;
}
.speakPerson{
    margin: 1px 0;
    animation-delay: 1s;
}

/* 精彩回顾 */
.wonderfulReviewTitle{
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    animation-delay: 0.5s;
}
.wonderfulReviewBlock{
    width: 94%;
    margin: 25px auto;
}
.reviewSwiper{
    width: 100%;
    /* height: 400px; */
    margin-bottom: 20px;
}
.reviewPagination{
    width: 460px;
}
.reviewPagination .swiper-pagination-bullet{
    width: 10%;
    height: 6px;
    border-radius: 3px;
    margin: 0 3px;
    background: #56A51B;
    opacity: 1;
} 
.reviewPagination .swiper-pagination-bullet-active{
    background: #003920;
}


/* 媒体支持 */
.mediaSupportTitle{
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    animation-delay: 0.5s;
}
.mediaSupportUl{
    widows: 94%;
    margin-left: 3%;
    margin-top: 10px;
    overflow: hidden;
}
.mediaSupportUl a{
    color: #000000;
}
.mediaSupportUl a:active{
    color: #56A51B;
    text-decoration: none;
}
.mediaSupportUl a:visited{
    text-decoration: none;
}
.mediaSupportUl a:active{
    text-decoration: none;
}
.mediaSupportUl a:link{
    text-decoration:none;
}
.mediaSupportUl a:hover{
    text-decoration:none;
}
.mediaSupportUl li{
    width: 42%;
    height: 44px;
    line-height: 44px;
    /* margin: 0 2% 0 4%; */
    text-align: center;
    float: left;
    background: url(../img/mediaSupportBg.png) no-repeat;
    background-size: 100% 100%;
}
.mediaSupportUl li:nth-of-type(odd){
    margin: 10px 3% 0 5%;
}
.mediaSupportUl li:nth-of-type(even){
    margin: 10px 5% 0 3%;
}

/* 联系我们 */
.contactUsTitle{
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    animation-delay: 0.5s;
}
.qrCodeBlock{
    widows: 94%;
    margin-left: 3%;
    margin-right: 2%;
    margin-top: 20px;
    overflow: hidden;
}
.qrCodeBlock img{ 
    width: 31%;
    float: left;
}
.qrCodeBlock img:nth-child(2){
    margin: 0 3%;
}
.QRCode01{
    animation-delay: 0.8s;
}
.QRCode03{
    animation-delay: 0.8s;
}

/* 技术支持 */
.technologySupport{
    clear: both;
    margin-top: 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #003920;
    color: #ffffff;
    letter-spacing: 1px;
}
.technologySupport a:active{
    text-decoration: none;
}
.technologySupport a:visited{
    text-decoration: none;
}
.technologySupport a:active{
    text-decoration: none;
}
.technologySupport a:link{
    text-decoration:none;
}
.technologySupport a:hover{
    text-decoration:none;
}
.technologySupport p{
    color: #ffffff;
}