﻿@charset "utf-8";
body {
	font: 100%/1.4;
	font-family:'微软雅黑';
	font-size: 12px;
	background:url(../img/bg.png);
	margin: 0;
	padding: 0;
	color: #000;
	list-style: none;
}
ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, h7, h8, h9,p, input{
	padding: 0;
	margin: 0;
	list-style: none;
}
a img {
	border: none;
}
a:link {
	color: #002669;
	text-decoration: none;
}
a:visited {
	color: #64522A;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#wrap {
	height:100%;
	background:url(../img/wrap_bg.png) repeat-y;;
	width: 990px;
	padding:0 55px 0 55px;;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
}
.container {
	width: 990px;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
}
.barContent {
	margin: 0 auto;
	padding: 20px 23px 30px 23px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #F7FAFD;
}
input, textarea, select, label {
  font-family: inherit;
  font-size: 13px;
  border:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*-------------------header---------------------------*/
#header {
	background:url(../img/banner-bg.png) center no-repeat;
	z-index: 1;
	height: 95px;
}
.logoBar {
	float: left;
	height: 95px;
	width: 500px;
	position:relative
}
.logoBar h1 {
	float: right;
}
#Insert_logo {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -33px;
}
#Insert_logo_name{
	position: absolute;
	top: 50%;
	left: 90px;
	margin-top: -16px;
}
.logoBar span {
	text-align: center;
	position: absolute;
	top: 65%;
	left: 50%;
	margin-left: -40px;
}
.headerText {
	margin-right:20px;
	width: 320px;
	height: 95px;
	float: right;
	position: relative;
}
.headerText > p {
	width: 160px;
	height: 34px;
	position: absolute;
	top: 20%;
	right: 0px;
	text-align: right;
}
.headerText > p > span {
	font-size: 16px;
}
.headerText > ul {
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: 15%;
	float: right;
	color: #005500;
}
.headerText > ul > li {
	margin-top:10px;
	display:block;
	float: left;
	margin-left: 10px;
	height:20px;	
}
.headerText > ul > li > a { font-size:16px; font-weight:bold; font-family:"微软雅黑","黑体"; color:#041348}
.headerText > ul > li > a:hover{ border-bottom:5px solid #D7EAFC;}
/*-------------------content---------------------------*/
#content {
	z-index: 1;
	width: 100%;
	height: auto;
}
.container .contentBady {
	z-index:1;
	width:736px;
	border: 1px solid #B6D0EE;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #FFF;
	height:auto;
	float:left;
}
.positionBar {
	background:url(../img/ccdir.gif) repeat-x;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	width: auto;
	color:#4E4E4E;
}
#first{
	}
	#last{
		border-bottom:none;
		}
.sideBar {
	z-index: 1;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #B6D0EE;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #DDDDDD;
	display: block;
	float: left;
	width: 250px;
	background-color: #FAFAFA;
}
h4{
	background:url(../img/dot.png) left center no-repeat;
	padding-left:10px;
	padding-bottom:5px;
	font-size:16px;
	color:#06618e;
	}
/*----------------------------footer---------------------------- */
#footer {
	z-index: 1;
	width: 100%;
	position: relative;
}
.foot {
	color: #9A9990;
	width: 100%;
	background: #FFFFFF;
}
.foot_main {
	margin: 16px 12px 16px 12px;
}
h6 {
	margin: 0px 0px 5px 10px;
	font-size: 16px;
	color: #292B2E;
}
#footer > .container > .foot > .foot_main > .f_mid > ul {
	width: 85px;
	margin: 0px 5px 0px 5px;
	float: left;
}
#footer > .container > .foot > .foot_main > .f_mid > ul >li{
    margin:3px 0px 3px 0px;
}
.f_Left {
	height: 130px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	border-right: 1px solid #E1DBCE;
}
.f_mid {
	height: 130px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #E1DBCE;
}
.f_right {
	height: 130px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	border-left: 1px solid #FFF;
}
.foot p {
	margin: 5px 0 5px 0;
}
.logo_s {
	background: url(../img/logo_s.png) left center no-repeat;
	height: 31px;
	line-height: 31px;
	text-indent: 33px;
}
