@charset "utf-8";
/* CSS Document */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea { font-size: 14px;font-family:"微软雅黑";color:#231815; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none;color:#231815;}
a:focus{outline: none;}
a:hover { text-decoration: none;}
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/** 页面框架样式 **/
.fn_clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.fn_clear{zoom:1;}
.fn_hide{display:none;}
.fn_show{display:block;}
.fn_left,.fn_right{display:inline}
.fn_left{float:left;}
.fn_right{float:right}

/*页面公共样式开始*/
.html
{
	min-width:1000px;
}
.main
{
	width:1000px;
	margin:0 auto;
}
a:hover
{
	color:#015cb7;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
	_margin-top: -4px;
}

.head
{
	height:105px;
}
.logo
{
	float:left;
	margin:30px 0 0 0;
}
.phone
{
	float:right;
	margin:30px 0 0 0;
}
.phone div
{
	float:left;
	text-align:right;
	color:#0573C4;
	margin-right:10px;
}
.phone div p
{
	font-size:14px;
}
.phone div span
{
	font-size:22px;
	font-weight:bold;
}
.nav_box
{
	height:45px;
	line-height:45px;
	background:#005CB7;
	position:relative; 
	z-index:100;  
	 
}
.nav
{ 
	width:1000px; 
	margin:0 auto; 
}
.nav h3
{ 
	font-size:100%; 
	font-weight:normal; 
	font-size:14px;  
}
.nav .m
{  
	position:relative; 
	float:left; 
	width:142px; 
	display:inline; 
	text-align:center;   
}
.nav h3 a
{  
	zoom:1;  
	line-height:45px; 
	display:block; 
	color:#fff 
}
.nav .on h3 a
{
	background:#0674ca;
	height:45px;
	display:block;
}
.nav h3 a.nav_cru
{
	background:#1c8fda;
	height:47px;
	display:block;
}
.nav .sub
{ 
	display:none; /*默认隐藏*/ 
	padding:10px 0;  
	position:absolute;
	width:300px; 
	left:0px; 
	top:45px;  
	background:url(../images/sub_bg.png) repeat-y;;  
	float:left; 
	line-height:30px; 
}
.nav .sub ul
{
	float:left;
	width:100px;
}
.nav .sub img
{
	display:block;
	float:right;
	width:150px;
	height:125px;
	margin:10px 10px 0 0;
}
.nav .sub li
{ 
	text-align:center;  
}
.nav .sub li a
{ 
	color:#333; 
	display:block; 
	zoom:1;
	height:30px;
	line-height:30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:0 10px;
}
.nav .sub li a:hover
{  
	color:#0d5eb4;   
}
.footer
{
	background:url(../images/footer_bg.jpg) repeat-x;
	height:214px;
	font-size:12px;
}
.footer_con
{
	width:850px;
	margin:0 auto 33px;
	padding:35px 0 0 0;
	color:#D0DADD;
	overflow:hidden;
}
.link
{
	width:180px;
	float:left;
}
.link a
{
	color:#D0DADD;
	width:60px;
	display:block;
	float:left;
	margin:5px 10px;
}
.link a:hover
{
	text-decoration:underline;
}
.footer_con span
{
	width:1px;
	height:110px;
	background:#57749e;
	float:left;
	margin:5px 35px;
	float:left
} 
.footer_con p
{
	width:240px;
	float:left;
	display:block;
	line-height:28px;
	margin:0 0 0 15px;
}
.ewm
{
	width:135px;
	float:left;
	height:120px;
}
.ewm img
{
	display:block;
	margin:5px 0 5px 6px;
	width:90px;
	height:90px;
}
.ewm b
{
	text-align:center;
	font-weight:normal;
}
.copy
{
	text-align:center;
	color:#BDC3C6;
	
}
.s_mian
{
	background:url(../images/pt.png) no-repeat center bottom;
	padding-bottom:200px;
}

/*页面公共样式结束*/