@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0px;
}
#header{
	width:100%;
	border-top:#1e6dd4 4px solid;
}
.header_up{
	height:103px;
	background-image:url(../images/top_bj.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.header_up1{
	width:1100px;
	margin:0px auto;
}
.logo{
	width:auto;
	float:left;
	padding-top:13px;
	padding-left:11px;
}
.top{
	width:234px;
	float:right;
	padding-top:37px;
}
.top_up{
	height:24px;
	color:#999999;
}
.top_up a{
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#000000;
	padding-left:13px;
	padding-right:13px;
}
.top_down{
	padding-left:13px;
}
.sou_left{
	width:170px;
	height:24px;
	float:left;
	background-image:url(../images/sou_1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.sou_left input{
	width:150px;
	height:24px;
	border:none;
	background:none;
	line-height:24px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#999999;
	padding-left:10px;
}
.sou_right{
	width:30px;
	float:left;
}
.nav{
	height:46px;
	border-bottom:#d5d6db 1px solid;
	border-top:#d5d6db 1px solid;
}
.nav1{
	width:1100px;
	margin:0px auto;
}
.nav ul {
  width: 100%;
}
.nav li {
  width: 154px;
  float:left;
  border-left: 1px solid #d6d6d6;
  text-align: center;
  font-size: 14px;
  position: relative;
  height: 46px;
  line-height: 46px;
}
.nav li:first-child {
  border-left: 0;
}
.nav li a {  
  display: block;
  width: 100%;
  height: 46px;
  font-family:"微软雅黑","宋体";
  font-size:14px;
  color:#1a1a1a;
}

.nav li:hover a.tit {
	background-image:url(../images/nav_11.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.nav li p a {
  height: 38px;
}

.nav li.hover a.tit {
  background-color: #0c4da2;
  color: #fff;
  font-weight: bold;
}

.nav .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  z-index:999999;
}
.nav .sub-box .topbg {
  width: 100%;
  background-color: #e6e6e6;
  border-radius:0 0 5px 5px;
  padding-bottom:12px;
}
.nav .sub-box p {
  padding: 0;
  text-align: center;
  font-size: 13px;
  line-height: 38px;
}
.nav .sub-box p a {
  color: #050505;
  display: block;
  line-height: 34px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  background-image:url(../images/nav_12.gif);
  background-position:center bottom;
  background-repeat:repeat-x;
  font-family:"微软雅黑","宋体";
   font-size: 13px;
}
.nav .sub-box p a:hover {
  background-color: #116be0;
  color: #ebf0fb;
}
.nav .sub-box .botbg {
  width: 100%;
  display: block;
  height: 12px;
}
.panel{
	padding-top:120px;
}
#subNav{
	width:100%;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.fixedSubNav{position:fixed;top:0;left:0;z-index:999999}

#banner{
	text-align:center;
	font-size:0;
	line-height:0;
}

#foot{
	background-color:#155dbb;
}
#foot_up{
	padding-top:28px;
	width:1100px;
	margin:0px auto;
	height:252px;
}
.foot_up_01{
	width:521px;
	float:left;
	height:252px;
	background-image:url(../images/foot_1.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.foot_up_01 ul li{
	float:left;
	padding-left:20px;
	padding-right:10px;
}
.foot_up_01_up{
	height:30px;
	line-height:30px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ffffff;
}
.foot_up_01_up span{
	font-family:"宋体";
	font-size:13px;
	color:#a5b8dd;
	padding-right:5px;
}
.foot_up_01_down{
	padding-top:10px;
	line-height:26px;
	padding-left:10px;
}
.foot_up_01_down a{
	font-size:12px;
	color:#a7badf;
}
.foot_up_02{
	width:292px;
	float:left;
	padding-left:34px;
	height:252px;
	background-image:url(../images/foot_1.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.foot_up_02_up{
	padding-top:7px;
	padding-bottom:8px;
	border-bottom:#2f6ec4 1px solid;
	width:230px;
}
.foot_up_02_down{
	padding-top:10px;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#ffffff;
	line-height:26px;
}
.foot_up_02_down img{
	vertical-align:middle;
	padding-right:10px;
}
.foot_up_03{
	width:226px;
	float:right;
}
.foot_up_03_1{
	height:30px;
	line-height:30px;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#ffffff;
}
.foot_up_03_2{
	padding-top:7px;
}
.foot_up_03_2 select{
	width:198px;
	height:28px;
	background-color:#b9cfeb;
	line-height:28px;
	padding-left:10px;
	border:none;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#5a677b;
}
.foot_up_03_3{
	padding-top:23px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#d4d4d4;
}
.foot_up_03_3 img{
	padding-bottom:5px;
}
#foot_down{
	height:38px;
	background-color:#001f47;
	text-align:center;
	line-height:38px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#ffffff;
}
#foot_down a{
	color:#ffffff;
}
#foot_down a:hover{
	color:#ffff00;
}

















































































































