body{
	background:#f6f6f6 url(../img/body_bg.jpg)no-repeat center top;
	background-size: 100% auto;
}
/*新闻and公告*/
.Mone{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.news{
	width: 930px;
	height: 380px;
	background-color: #fff;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

/*轮播*/
.lunbo{
	width: 480px;
	height: 360px;
	position: relative;
}
.lunbo .img1{
	width: 100%;
	opacity: 0;
}
.lunbo .box{
	width: 480px;
	height: 360px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.lunbo .box li{
	width: 480px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.lunbo .box li a{
	display: block;
	width: 480px;
	height: 360px;
}
.lunbo .box li p{
	width: 480px;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(113, 113, 113,0.8);
	font-size: 16px;
	color: #FFFFFF;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	box-sizing: border-box;
}
.lunbo .box li img{
	width: 480px;
	height: 360px;
}
.lunbo .dian{
	position: absolute;
	bottom: 47px;
	right: 8px;
}
.lunbo .dian li{
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	float: left;
	margin: 0 5px;
}
.lunbo .dian li:hover{
	cursor: pointer;
}
.font_size{
	display: none;
}
.lunbo .dian .active_ol{
	width: 20px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #008ce5;
}
.news_a{
	width: 423px;
	height: 360px;
	position: relative;
}
.news_b{
	width: 50px;
	height: 35px;
	background-color: #008ce5;
	text-align: center;
	padding-top: 1px;
	box-sizing: border-box;
}
.news_b p{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 17px;
}
.news_a li{	
	overflow: hidden;
	margin-bottom: 8px;
}
.news_a li a{
	display: flex;
	justify-content: space-between;
}
.news_p{
	width: 350px;
	text-align: left;
	line-height: 35px;
	font-size: 16px;
	color: #515151;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.news_p:hover{
	color: #008CE5;
}
.new_more{
	position: absolute;
	bottom: 0;
	right: 25px;
	font-size: 16px;
	color: #008ce5;
	line-height: 25px;
	background: url(../img/jiantou.png)no-repeat right center;
	background-size: 13px 14px;
	padding-right: 18px;
}
.new_more img{
	width: 13px;
	height: 14px;
}
/*通知公告*/
.public{
	width: 260px;
	height: 380px;
	background-color: #fff;
	padding: 8px;
	box-sizing: border-box;
}
.public_more{
	display: block;
	font-size: 20px;
	color: #008ce5;
	font-weight: bold;
	background: url(../img/index_notice_icon.png)no-repeat left center;
	background-size: 21px 20px;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 13px;
}
.public_more span{
	font-size: 14px;
	color: #008ce5;
	font-weight: 400;
	float: right;
	padding-top: 7px;
	box-sizing: border-box;
	margin-right: 10px;
	background: url(../img/jiantou.png)no-repeat right 11px;
	background-size: 11px 12px;
	padding-right: 13px;
}
.public ul li{
	overflow: hidden;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 9px;
}
.public ul li a{
	display: block;
	font-size: 14px;
	color: #515151;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../img/icon.png)no-repeat left center;
	background-size: 8px 8px;
	padding-left: 15px;
	box-sizing: border-box;
}
.public ul li a:hover{
	color: #008CE5;
}
/*联合会介绍and在线报名*/
.Mtwo{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.introduct{
	width: 100%;
	height: 360px;
	background-color: #fff;
	padding: 8px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.introduct_a{
	width: 590px;
	box-sizing: border-box;
	overflow: hidden;
}
.introduct_p1{
	text-align: left;
	color: #008CE5;
	font-weight: bold;
	font-size: 22px;
	margin-left: 3px;
	margin-bottom: 14px;
	margin-top: 3px;
}
.introduct_p2{
	text-align: left;
	font-size: 14px;
	color: #515151;
	text-indent: 2em;
	line-height: 25px;
}
.introduct_p3{
	text-align: left;
	font-size: 14px;
	color: #313131;
	font-weight: bold;
	line-height: 25px;
}
.introduct_b{
	width: 595px;
	height: 343px;
	overflow: hidden;
}
.introduct_c{
	display: flex;
	justify-content: space-between;
	margin-top: 3px;
	margin-bottom: 15px;
}
.introduct_c a{
	border: 2px solid #008CE5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(45,45,45,.52);
	-moz-box-shadow: 0 1px 2px rgba(45,45,45,.52);
	box-shadow: 0 1px 2px rgba(45,45,45,.52);
	padding: 4px 10px;
	font-size: 14px;
	color: #008CE5;
}
.introduct_c a:hover{
	color: #FFFFFF;
	background-color: #008CE5;
}
.introduct_d{
	overflow: hidden;
	margin-top: 20px;
}
.introduct_d img{
	width: 100%;
	height: 220px;
}
.introduct_e{
	width: 100%;
	height: 72px;
	background-color: #A1A1A1;
	margin-top: -4px;
	overflow: hidden;
	padding: 6px;
	box-sizing: border-box;
}
.intro_p1{
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	box-sizing: border-box;
}
.intro_p1 span{
	margin-left: 18px;
}
/*在线报名*/
.enroll{
	width: 260px;
	height: 360px;
	background-color: #fff;
	padding: 9px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}
.enroll_img{
	width: 240px;
	height: 120px;
}
.enroll_p1{
	text-align: left;
	font-size: 18px;
	color: #313131;
	margin-top: 12px;
	margin-bottom: 7px;
}
.enroll ul{
	height: 128px;
	overflow: hidden;
	margin-bottom: 14px;
}
.enroll ul li{
	overflow: hidden;
	margin-bottom: 8px;
}
.enroll ul li a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../img/icon.png)no-repeat left center;
	background-size: 8px 8px;
	padding-left: 15px;
	box-sizing: border-box;
	display: block;
	width: 232px;
	text-align: left;
	font-size: 14px;
	color: #515151;
}
.enroll ul li a:hover{
	color: #008CE5;
}
.enroll_more{
	display: block;
	text-align: right;
	font-size: 18px;
	color: #008CE5;
	background: url(../img/jiantou.png)no-repeat right center;
	background-size: 14px 16px;
	padding-right: 20px;
	box-sizing: border-box;
}
/*单项协会and项目介绍*/
.Mthree{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.xiehui{
	width: 450px;
	height: 360px;
	background-color: #fff;
	padding: 8px;
	box-sizing: border-box;
}
.xiehui_p1{
	text-align: left;
	color: #008CE5;
	font-weight: bold;
	font-size: 22px;
	padding-left: 5px;
	box-sizing: border-box;
}
.xiehui ul li a{
	display: block;
    width: 80px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-top: 25px;
    margin-right: 8px;
    margin-left: 19px;
    margin-bottom: 16px;
}
.xiehui ul li img{
	height: 70px;
	margin-bottom: 21px;
}
.xiehui ul li a p{
	text-align: center;
	font-size: 18px;
	color: #818181;
}
/*项目介绍*/
.jieshao{
	width: 740px;
	height: 360px;
	background-color: #fff;
	padding: 8px;
	box-sizing: border-box;
	position: relative;
}
.jie_a{
	width: 719px;
	height: 274px;
	overflow: hidden;	
	margin-top: 8px;
}
.jie_a li{
	width: 719px;
	overflow: hidden;
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
.jie_a img{
	width: 366px;
	height: 274px;
	float: left;
}
.jie_b{
	width: 342px;
	height: 274px;
	overflow: hidden;
	float: right;
}
.jie_p1{
	text-align: left;
	font-size: 18px;
	color: #313131;
}
.jie_p2{
	font-size: 14px;
	color: #515151;
	text-align: left;
	line-height: 1.5em;
}
.jieshao_a{
	position: relative;
}
.jieshao_a .num {
	position:absolute;
	bottom:-30px;
	left:0px;
	font-size:0px;
	text-align:left;
	width:100%;
}
.num li {
	width: 14px;
	height: 14px;
	background:#d9d9d9;
	color:#FFFFFF;
	text-align:center;
	line-height:14px;
	display:inline-block;
	/*font-size:10px;*/
	border-radius:50%;
	margin-right:8px;
	cursor:pointer;
}
.num li .size{
	font-size:12px; 
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    display: block;
}
.num li .sizesmall{
	font-size:10.8px;
}
.jieshao_a .num li.active-1 {
	background:#0090ff;
}
.jieshao_more{
	position: absolute;
	bottom: 10px;
	right: 12px;
	font-size: 16px;
	color: #008CE5;
	background: url(../img/jiantou.png)no-repeat right center;
	background-size: 13px 14px;
	padding-right: 16px;
	box-sizing: border-box;
}
/*小球达人*/
.daren{
	width: 1200px;
	margin: 0 auto;
	height: 260px;
	background-color: #fff;
	margin-top: 20px;
	position: relative;
}
.daren_more{
	font-size: 16px;
	color: #008CE5;
	background: url(../img/jiantou.png)no-repeat right center;
	background-size: 13px 14px;
	padding-right: 16px;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 20px;
}
.daren_top{
	overflow: hidden;
	position: absolute;
	top: -10px;
	left: 0;
}
.daren_top li{
	width: 130px;
	height: 53px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #008CE5;
	line-height: 58px;
	margin-left: 15px;
	cursor: pointer;
}
.daren_top .darentop_act{
	background: url(../img/index_player_tab.png)no-repeat center top;
	background-size: 130px 53px;
	color: #FFFFFF;
}
.daren_bottom{
	width: 1200px;
	overflow: hidden;
	height: 154px;
	position: absolute;
	top: 75px;
}
.daren_bottom li{
	width: 1200px;
	overflow: hidden;
	height: 154px;
	display: none;
}
.daren_bottom .darenbottom_act{
	display: block;
}
.daren_a{
	position: relative;
	width: 1200px;
	overflow: hidden;
}
.daren_lunbo{
	width: 1130px;
	height: 154px;
	overflow: hidden;
	margin: 0 auto;
}
.daren_lunbo dl{
	position: relative;
	width: 500%!important;
	height: 154px;	
}
.daren_lunbo dl dt{
	width: 275px;
	height: 154px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.daren_lunbo dl dt img{
	width: 275px;
	height: 154px;
}
.darenprev{
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
}
.darennext{
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 0;
}


.daren_aa{
	position: relative;
	width: 1200px;
	overflow: hidden;
}
.daren_lunboo{
	width: 1130px;
	height: 154px;
	overflow: hidden;
	margin: 0 auto;
}
.daren_lunboo dl{
	position: relative;
	width: 500%!important;
	height: 154px;	
}
.daren_lunboo dl dt{
	width: 275px;
	height: 154px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.daren_lunboo dl dt img{
	width: 275px;
	height: 154px;
}
.darenprevv{
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
}
.darennextt{
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 0;
}

