﻿@charset "utf-8";
/*头尾所需统一样式*/
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,
section,img{margin:0px;padding:0px;outline:none;border:0px;}
li{list-style:none;}
body{text-align:left;font-family:'微软雅黑';font-size:15px;color:#333333; background:#fff;}
a,ins{text-decoration:none;}
a{color:#333333;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
.width{width:1100px;margin:0 auto;margin-top:25px;}



/*banner*/
.banner{
	width:1100px;
	height:200px;
	margin:0 auto;
}
/*logo*/
.logo{
	margin-top:38px;
}
/*搜索*/
.search .txt{
	width:390px;
	height:35px;
	border:1px solid #ccc;
	padding-left:10px;
}
/*顶部导航*/
.top-nav{
	margin:43px 0 10px 0;
	text-align:right;
	padding-right:10px;
}
.top-nav a,.top-nav{
	color:#999;
	font-size:13px;
}
.top-nav a:hover{
	color:#f00;
}
/*导航*/
.nav{
	background:url(xm-nav_03.png) repeat-x;
	height:50px;
	margin-top:-50px;
}
.nav ul{
	width:1100px;
	margin:0 auto;
	height:50px;
}
.nav ul li{
	float:left;
	width:144px;
	line-height:50px;
	text-align:center;
}
.nav ul li:hover{
	background:#115396;
}
.nav ul li:hover span{
	opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}
.nav ul li a{
	font-size:17px;
	color:#fff;
}
.nav ul li span{
	float:right;
	height:35px;
	width:2px;
	background:url(xm-nav-01_03.png) no-repeat center center;
	margin-top:9px;
}
/*******************************************************华丽的分割线********************************************************************/
/*当前位置*/
.dqwz{
	width:100%;
	height:40px;
	background:#ededed;
}
.dqwz div{
	width:1100px;
	height:40px;
	line-height:40px;
	margin:0 auto;
	padding-left:22px;
	background:url(xm-lmy_03.png) no-repeat left 15px;
	font-size:13px;
	color:#454545;
}
.dqwz div a{
	color:#454545;
	font-size:13px;
}
.dqwz div a:hover{
	color:#f00;
}
/*文章正文*/
.wzzw{
	width:1100px;
	margin:0 auto;
	margin-top:25px;
	padding:15px 100px;
}
#zoom p{line-height:200%;}
/*******************************************************华丽的分割线*********************************************************/
.bottom{
	width:100%;
	height:150px;
	background:#3c5e89;
	margin-top:25px;
}
.bottom-bottom{
	width:1100px;
	margin:0 auto;
	padding-top:33px;
}
.bottom-left .bq{
	color:#fff;
	font-size:13px;
	margin-left:25px;
}
.bottom-left .bq span{
	margin:0 10px;
}
.bq ul li{
	float:left;
	color:#fff;
	font-size:13px;
}
.bq ul li a{
	color:#fff;
	font-size:13px;
}
.bq ul li a:hover{
	color:#f00;
}
.bottom-right .weixin p{
	margin-top:12px
}
.bottom-right .weibo{
	margin-left:45px;
	margin-right:33px;
}
.bottom-right p{
	color:#fff;
	font-size:13px;
	text-align:center;
}
