@charset "utf-8";
/* CSS Document */
body{
	color:#3b3a3a;
	font-family:arial,"微软雅黑";
	font-size:12px;
	margin:0 auto;
	padding:0;
	background-color:#f7f7f7;
	text-align:center;
	width:100%;
}
/* 重置 */

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:22px;
}

/** 输入框 **/
input, select{
	color:#444;
	height:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-left-color: #444;
	background-color: #FFFFFF;
}
/* 标题样式 */

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:link{
	color:#363636;
	text-decoration:none;
}
a:visited{
	color:#363636;
	text-decoration:none;
}
a:hover{
	color:#037ccd;
	text-decoration:none;
}
a:active{
	color:#363636;
	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: 0 auto;
	background-color:#fff;
}
/* 顶部布局样式 */
#header{
	width:100%;
	margin:0 auto;
	padding:0;
}
.header_01{
	width:1200px;
	margin:0 auto;
	padding:25px 0;
}
.logo{
	float:left;
	width:auto;
}
.header_right{
	float:left;
	width:auto;
	margin-left:25px;
	padding-top:20px;
}
.header_right1{
	float:right;
	width:auto;
	padding-top:10px;
}
.nav{
	width:100%;
	margin:0;
	padding:0;
	background-color:#3c397e;
}
.nav_cont{
	width:1200px;
	margin:0 auto;
	padding:0;
}
.nav_cont{
	height:48px;
}
.nav_cont ul li{
	float:left;
}
.nav_cont ul li a{
	display:block;
	width:170px;
	height:48px;
	text-align:center;
	line-height:48px;
	font-size:16px;
	color:#ffffff;
}
.nav_cont ul li a:hover{
	text-decoration:underline;
}
/*banner样式*/
#banner{
	width:100%;	
}






/* 底部布局样式 */
#foot{
	width:100%;
	margin:0 auto;
	background-color:#12317d;
}
.foot_cont{
	width:1200px;
	margin:0 auto;
	padding:0;
}
.foot_1{
	padding-top:40px;
	margin-bottom:40px;
}
.foot_1 ul li{
	float:left;
}
.foot_1 ul li a{
	display:block;
	width:170px;
	height:48px;
	text-align:center;
	line-height:48px;
	font-size:16px;
	color:#ffffff;
}
.foot_1 ul li a:hover{
	text-decoration:underline;
}
.foot_3{
	border-top:1px solid #6779a6;
	text-align:center;
	color:#d8d8d8;
	font-size:14px;
	padding:10px 0;
	line-height:26px;
}

.foot_2_4{
	float:right;
	width:200px;
	text-align:center;
	font-size:14px;
	color:#d8d8d8;
	padding-top:40px;
}
.foot_2_3{
	float:left;
	width:240px;
	text-align:left;
	color:#d8d8d8;
	font-size:16px;
	margin-left:40px;
	padding-top:40px;
}
.foot_2_3 p{
	line-height:45px;
}
.foot_2_3 img{
	vertical-align:middle;
	margin-right:10px;
}
.foot_2_1{
	float:left;
	background:url(../images/bottom_line.png) right top no-repeat;
	width:223px;
	height:200px;
	padding-top:50px;	
}
.foot_2_2{
	float:left;
	background:url(../images/bottom_line.png) right top no-repeat;
	width:388px;
	margin-left:40px;
	padding-right:40px;
	padding-top:20px;
	height:230px;
}
.foot_2_2_1_1{
	float:left;
	width:43px;
}
.foot_2_2_1_2{
	float:right;
	width:330px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	font-size:23px;
	line-height:30px;
}
.foot_2_2_1_2 span{
	font-size:16px;
	color:#d8d8d8;
}
.foot_2_2_1{
	margin:10px 0;
}