@charset "gb2312";

/*公共样式*/


body{ background: #ecf4ff;}



/*头部*/
.header{ width: 100%; height: 208px; position: relative; overflow: hidden;}
.header .banner img{ position: relative; left:50%; margin-left: -960px;}
.header .container{ position: absolute; left:50%; margin-left: -600px; top: 0; }
.header .manage{ margin-top: 10px; padding:4px 14px; background: #fff; border-radius: 6px; opacity: .8; filter: alpha(opacity=80); }
.header .manage{ color: #355da7; font-size: 16px; }
.header .manage a{ color: #366da7;}
.header .manage p{ float: left; margin:0 6px; }
.header .manage .a{ background: url(imghead1.png) no-repeat 0 center;}
.header .manage .a a{ padding-left: 20px; }
.header .manage .b{ background: url(imghead2.png) no-repeat 0 center;}
.header .manage .b a{ padding-left: 20px; }

/*导航*/
.nav{ width: 100%; height: 58px; background: #1369c0;}
.nav .item{ text-align: center;}
.nav .item a{ display: inline-block; line-height: 58px; color: #fff; margin:0 18px; padding-left: 25px;}
.nav .item a{ background: url(imgnav1.png) no-repeat 0 center;}
.nav .item a+a{ background: url(imgnav3.png) no-repeat 0 center;}
.nav .item a+a+a{ background: url(imgnav2.png) no-repeat 0 center;}
.nav .item a+a+a+a{ background: url(imgnav3.png) no-repeat 0 center;}
.nav .item a+a+a+a+a{ background: url(imgnav4.png) no-repeat 0 center;}
.nav .item a+a+a+a+a+a{ background: url(imgnav6.png) no-repeat 0 center;}

/*尾部*/

.footer{ text-align:center;background-color: #464a52;color:#D6E9FA; padding-bottom: 20px;margin-top: 20px;}
.footer img{margin:0 auto;}
.footer ul{ float: left; width: 350px;/* border-right: 1px solid #d6d8db;*/ text-align: left; margin-left: 60px; color: #fff; font-size: 12px; margin-top: 36px; margin-bottom: 20px;}
.footer ul li{ margin-bottom: 9px;}
.footer ul.scan{ border-right: none; margin-top: 60px;}
.footer ul.scan li{ float: left; width: 100px; color: #fff; font-size: 10px; text-align: center;}
.footer ul.scan li img{ width: 78px; height: 78px; display: block;}
.footer ul.yq{ margin-bottom: 3px; width: 180px;}
.footer ul.yq a.zt{color:#f3f4f5;font-size:16px;}
.footer ul.yq a{color:#86878a; font-size: 12px;}
.footer ul.yq a:hover{ color: #f3f4f5;}
.footer ul.con{ width: 250px; color: #86878a;}
.footer ul.con .zt{color:#f3f4f5;font-size:16px;}
.footer ul.con li:hover{ color: #fff;}
.footer p.cr{ clear: both; font-size: 12px; color: #86878a;  padding-top: 25px; padding-bottom: 10px;}
.footer p.cr:hover{ color: #fff;}
.footer p.zc{ color: #86878a; font-size: 12px;}
.footer p.zc:hover{ color: #fff;}
/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(imagesright.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(imageserror.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(imagesonLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}