*{
	padding: 0;
}
a{
	color: black; 
}
a:hover,a:focus{
	color: #428bca;
	text-decoration:none;
}
.container{
	margin-bottom: 4em;
}
.banner_title{
	margin: 2em 0;
}
.banner_title img{
	width: 100%;
}
.l_content_item1 a:hover{
	color:#d10000;
}
.main-banner{
	position: relative;
}
.join-banner{
	position: absolute;
	top: 40%;
	left: 30%;
	width: 15%;
}
.join-banner img{
	width: 100%;
}

.support-banner{
	position: absolute;
	top: 40%;
	left: 58%;
	width: 15%;
}
.support-banner img{
	width: 100%;
}

.carousel-indicators{
	bottom: -3em;
}
.carousel-indicators li{
	background-color: #ccc;
	border-radius: 0;
	width: 8px;
	height: 8px;
}
.carousel-indicators .active{
	background-color: red;
	width: 8px;
	height: 8px;
	margin: 1px;
}

.time .head img{
	width: 100%;
}

.video .item1{
	display: none;
}
.video .active{
	display: block;
}
.video .m_top3{
	margin-top: 2em;
}
.video .m_top2{
	margin-top: 3em;
}
.video .m_top2 a{
	float: left;
}
.video .m_top2 img{
	width: 100%;
	float: left;
}
.video .video_thumb img{
	width: 100%;
	filter:Alpha(Opacity=40);opacity:0.4;
}
.video .video_thumb{
	width: 32%;
	float: left;
	margin: 1px;
	background-color:#000;
}
.video .active img{
	filter:Alpha(Opacity=100);opacity:1;
}
.media_img{
	margin: 2em 0;
}
.media_img img{
	width: 100%;
}

#banner{
	margin-top: 1em;
}
#banner img{
	width: 100%;
}

.tag_title .head{
	width: 100%;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	float: left;
	font-size: 1.1em;
}
.tag_title .active{
	color: #D10000;
	border-bottom: 2px solid #D10000;
}
.tag_content{
	margin: 2em 0;
}
.tag_content .body{
	display: none;
}
.tag_content .active{
	display: block;
}

.contact .body img{
	width: 100%;
}

.copyright{
	padding: 1em;
	color:white;
	text-align: center;
	background-color: black;
}