a {
	text-decoration:none;
	
}
a:hover {
	color:#2f65bb;
}


/*头部*/
.title{
	width:100%;
	margin:0 auto;
	background: #444444;
	font-size: 12px;
}
.titles{
	width: 1000px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: #868f94;
}
.titles a{
	color: #868f94;
}
/*导航菜单*/
.navers{
	width:100%;
	height: 52px; 
	margin:0 auto;
	background: #333333;
	font-size: 14px; 

}
.naver{
	width: 1000px;
	height: 52px;
	margin: 0 auto;
}
.naver_img{
	float: left;
	width: 100px;
	height: 24px;
}
.naver_img img{
	margin-top: 14px;
}
.naver_menu{
	float: left;
	width: 850px;
	height: 52px;
	margin-left: 50px;
}
/* ul li以横排显示 */

/* 所有class为menu的div中的ul样式 */
.naver_menu .menu
{
	width: 850px;
	height: 52px;
	line-height: 52px;
	color: #ffffff;
    list-style:none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */
}
/* 所有class为menu的div中的ul中的li样式 */
.naver_menu .menu li
{
	width: 170px;
	height: 52px;
	line-height: 52px;
	text-align: center;
    float:left; /* 向左漂移，将竖排变为横排 */
}
/* 所有class为menu的div中的ul中的a样式(包括尚未点击的和点击过的样式) */
.naver_menu .menu li a, .naver_menu .menu li a:visited
{
    background-color: #333333; /* 背景色 */
    color: #ffffff; /* 文字颜色 */
    display: block; /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    text-decoration: none; /* 不显示超链接下划线 */
    white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
/* 所有class为menu的div中的ul中的a样式(鼠标移动到元素中的样式) */
.naver_menu .menu li a:hover
{
    color: #b1b0b0; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
/* 所有class为menu的div中的ul中的a样式(鼠标点击元素时的样式) */
.naver_menu .menu li a:active
{
    color: #b1b0b0; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
/*子菜单导航*/
.small{
	width: 180px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	z-index: 10;
	display: none;
	position: absolute;
}
.small .small_nav{
	text-align: center;
}
.menu li:hover ul {
display: block;
}
/*底部*/
.empty{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	clear: both;
	background-color: #f2f2f2;
}
.footer{
	clear: both;
	width: 100%;
	height: 270px;
	margin: 0 auto;
	background: #f2f2f2;
	border-bottom: 1px solid #d2d2d2;
}
.footernav{
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	border-top: 1px solid #d2d2d2;
}
.footer_down{
	width: 333px;
	height: 270px;
	float: left;
}
.dwon_title{
	width: 333px;
	height: 80px;
	line-height: 90px;
	font-size: 16px;
	text-align: center;
	color: #333333;
}
.dwon_word{
	width: 333px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.dwon_word a{
	color: #666666;
}
.dwon_word a:hover{
	color: #666666;
}
.footers{
	width: 100%;
	height: 130px;
	margin: 0 auto;
	background: #f2f2f2;
}
.footers_one{
	width: 1000px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #666666;
}
.footers_two{
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #666666;
}