﻿/*about 开始*/
.about_banner{
	height:435px;
	background:url("../images/about_banner.jpg") no-repeat top center;	
	margin-bottom:15px;
}
.about .about_info{
	width:940px;
	margin:0 auto;	
	font-size:14px;
}
.about .about_info p{
	line-height:180%;
	margin-top:10px;
	text-indent:2em;	
}
.about .about_info .pic{
	float:left;
	margin:0 20px 20px 0;	
}

.about .contact{
	width:940px;
	margin:60px auto 0 auto;	
	font-size:14px;
	background:url("../images/contact_logo.png") no-repeat 660px center;
}
.about .contact ul{
	float:left;	
}
.about .contact li{
	line-height:31px;	
}
.others{ display:none;}
/*about 结束*/

/*about_note 开始*/
.about_note .note_date{
	height:232px;
	background:#838383;	
}
.note_date .year{
	width:250px;	
	height:64px;
	padding:0 40px;
	line-height:64px;
	padding-top:10px;
	margin:0 auto;
	border-bottom:1px solid #C31C1E;
	font-size:50px;
}
.note_date .year .c_btn{
	width:64px;
	height:64px;
	float:left;	
	cursor:pointer;
	-moz-user-select:none;
}
.note_date .year .pre{
	background:url("../images/note_pre.png") no-repeat center center;	
}
.note_date .year .next{
	background:url("../images/note_next.png") no-repeat center center;	
}
.note_date .year_num{
	float:left;	
}
.note_date h2{
	font-size:24px;
	height:42px;
	line-height:42px;	
	text-align:center;
	margin-bottom:30px;
}
.note_date .month{
	height:51px;
	padding-left:26px;	
	cursor:pointer;
}
.note_date .month .mon{
	width:77px;
	float:left;
	height:51px;
	position:relative;
	background:url("../images/note_month.png") no-repeat left bottom;	
}
.note_date .month .mon span{
	position:absolute;
	left:33px;
	bottom:6px;	
}
.note_date .month .mon em{
	display:inline-block;
	width:13px;
	height:11px;
	background:url("../images/note_month2.jpg") no-repeat;	
	position:absolute;
	left:23px;
	top:0;
	display:none;
}
.note_date .month .hover em{
	display:block;	
}
.note_date .month .hover span{
	display:block;
	color:#C31C1E;	
}
.note_date .month .hover a{
	color:#C31C1E;		
}
/*about_note 结束*/

.note_con{
	width:885px;
	margin:20px auto;
	font-size:14px;	
}
.note_con dl{
	margin-top:15px;	
}
.note_con dd{
	line-height:160%;	
	text-indent:2em;
}