@charset "utf-8";
/* CSS Document */
.focus{ position:relative;float: left; background:#000;width: 100%;height: 210px;overflow: hidden;}  
.focus img{width: 100%;} 
.focus .prev,.focus .next{position:absolute;width:27px;height:42px;background: url(../images/about/ftn_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -20px; left: 0;background-position:0 -42px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -20px; right: 0;  background-position:-27px -42px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-27px 0;}  

.focus1{position:relative; width: 465px; height: 300px; overflow: hidden;background-color: #fff; float: left;margin-top: 10px;}  
.focus1 img{ width: 465px; } 
.focus1 .prev,.focus1 .next{position:absolute;width:42px;height:42px;}
.focus1 .prev{bottom: 2%; right: 12.5%; cursor:pointer; background: url(../images/about/btn_02.jpg) no-repeat;}  
.focus1 .next{bottom: 2%; right: 2%; cursor:pointer;background: url(../images/about/btn_01.jpg) no-repeat;}  


.main_bg{
	background: url(../images/about/about_bg.jpg) no-repeat;
	width: 100%;
	min-width: 1002px;
	float: left;
}
.main{
	width: 1002px;
	margin: 0 auto;
	padding-top: 40px;
}
.main_title{
	color: #666666;
	font-size: 12px;
	border-bottom: 1px solid #aaaaaa;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.main_title a{
	display: inline;
	color: #666666
}
.main_content{
	min-height: 600px;
	max-height: 710px;
	float: left;
	background: rgba(255,255,255,0.80);
	border-radius: 0px 0px 5px 5px;
	padding: 0px 15px 30px 15px;
	margin-bottom: 50px;
}
.main_nav{
	float: left;
	margin:4px;
}
.main_culture{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.main_culture li{
	width: 213px;
	text-align: center;
	float: left;
	padding: 0px 15px;
}
.main_culture a{
	float: left;
	width: 213px;
	height: 170px;
	overflow: hidden;
	margin:20px 0px 10px 0px;
}
.main_culture img{
	float: left;
	width: 100%;
}

.about_news{
	width: 100%;
	float: left;
	margin: 15px 10px;
	padding-bottom: 30px;
	border-bottom:1px dashed #cccccc;
}
.about_news img{
	width: 240px;
}
.about_news>a{
	margin-right: 20px;
	width: 240px;
	float: left;
	max-height: 140px;
	overflow: hidden;
}
.about_news h3{
	float: left;
	width: 660px;
	font-size: 20px;
	line-height: 40px;
}
.about_news h3 a{
	color: #333333;
}
.about_news h3 a:hover{
	color:#00a0e9;
}
.about_news span{
	float: left;
	width: 660px;
	font-size: 12px;
	color: #848484;
}
.about_news p{
	float:left;
	width: 660px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.news_content{
	max-height: 630px;
	overflow: hidden;
	width: 100%;
	float:left;
	text-align: center;
}
.news_content h3{
	width: 100%;
	float: left;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
}
.news_content span{
	width: 100%;
	float: left;
	margin-bottom: 20px;	
	color: #666666;
	font-size: 12px;
}
.content_p{
	float: right;width: 480px;line-height: 30px;
	max-height: 445px;
	overflow: hidden;
}