@font-face {
	font-family: Hero;
	src: url(../fonts/Radikal.otf);
}
.title{
	margin: 50px auto;
}
.title h3{
	font-size:36px ;
	color: #222;
	
	text-align: center;
	text-transform: uppercase;
}
.title h4{
	font-size: 30px;
	color: #333;
	font-weight: lighter;
	text-align: center;
}
.about p{
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 40px;
}
.about a{
	margin: 30px auto;
	border: 1px solid #ccc;
	color: #999;
	border-radius: 50px;
	display: table;
	padding: 10px 40px;
}
.pro-show {
	padding: 0 !important;
	margin-bottom: 20px;
}
.pro-show img {
	position: relative;
}
.pro-show .pro-tit{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding: 20px;
}
.pro-tit p{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
}
.pro-tit span{
	
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;

}
.join .join-list{
	 border: 2px solid #444; 
	 border-radius: 10px; 
	 padding: 10px 20px;
	 margin-top: 20px;
}
.join .join-list p{
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height:40px;
}
.new_con_list{
	border-bottom: 1px solid #ccc;
}
.new_con_list h2{
	font-size: 24px;
	color: #222;
}
.new_con_list p{
	font-size: 15px;
	color: #666;
	padding-top: 10px;
	line-height: 35px;
}
.new-more a{
	font-size:16px ;
	color: #999;
	border: 2px solid #999;
	padding: 10px 40px;
	margin: 20px auto;
	border-radius: 50px;
	display: table;
	transition: all 0.6s;
}
.new-con{

	margin:10px 20px;
}
.foot {
	margin-top: 40px;
	background: #444444;
	padding: 20px;
}
.foot-left .foot-txt{
	padding-left: 20px;
	text-align: center;
	margin-top: 20px;
}
.foot-left .foot-txt p{
	font-size:16px;
	color:#fff;
	line-height: 30px;
}
.foot-left .foot-txt h3{
	font-family: hero;
	font-size: 30px;
	margin: 0 !important;
	padding-bottom: 15px;
}
.foot-left .foot-txt h3{
	color: #fff;
}
.foot-tit {
	color: #aaa;
	text-align: center;
	margin-top: 5%;
}
.foot-tit a{
	color: #aaa;
}