.font_dong {
	font-family: "Microsoft YaHei", 微软雅黑;
}

#index_center1 {
	width: 100%;
	text-align: center;
	background: #FFFFFF;
	border-bottom: #eceded;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

#index_center2 {
	width: 100%;
	text-align: center;
	border-bottom: #eceded;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

#index_menu {
	width: 100%;
	background: #1a2032;
}

.swiper-pagination-bullet-active{
    background:#ffffff;
}

.swiper-pagination-bullet{
    background:#fffeee;
}
.icon_image{
    display:block;
    width:70%; 
    margin-top:15px;
    margin-bottom:15px;
    display:inline; 
}

.icon_div{
    width: 23%;
    float:left;
    margin-left: 6px;
}
#activity_show{
	display:table;
	/*position:fixed;*/
	position:absolute;
 	color:#fff;
	top:57px;
	width:80%;
	margin-left:10%;
	height:500px;
 
    z-index: -100;
 
}

#activity_hide_btn{
	display:none;
	/*position:fixed;*/
	position:absolute;
 	color:#fff;
	top:63px;
	width:20px;
	height:20px;
	margin-left:82%;
	 
    background:url(./image/close.png) no-repeat;
    background-size:100% 100%;
    
    z-index: -99;
 
}
.myswiper-button-prev{
    background: url(./image/index/left_arrow.png) no-repeat center;
    right: 10px;
    right: auto;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 28px;
    margin-top: -7px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.myswiper-button-next{
    background: url(./image/index/right_arrow.png) no-repeat center;
    left: 95%;
    right: auto;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 28px;
    margin-top: -7px;
    z-index: 11;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-disabled{
    display:none;
}