@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, form, th, td{
	margin:0;
	padding:0;
}
body, button, input, select, textarea{
	font:12px/1.5 Tahoma,Arial,"微软雅黑",sans-serif;
}
body, a{
	color:#444444;
}
a{
	text-decoration:none;
}
img{
	border:0 none;
	vertical-align:middle;
}
ul, ol{
	list-style:none;
}
.clearfix:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.clearfix{
	*display:inline-block;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
address, cite, dfn, em, var {
	font-style:normal;
}
:focus {
    outline: 0 none;
}
.a{
	color:#395074;
	font-weight:bold;
}
.a_20{
	color:#395074;
	font-weight:bold;
	font-size:20px;

}

.indexbg{
	background:url(../images/indexbg.jpg) repeat;
}
.head{
	background:url(../images/head_bg.jpg) no-repeat top;
	height:426px;
	width:1000px;
	margin:0 auto;
	position:relative;
}
.head_logo{
	position:absolute;
	top:7px;
	left:20px;
}
.wrap{
	width:1000px;
	margin:0 auto
}
.content{
	background:#FFF;
	padding:25px;
	margin:0 auto;
}
.content_area{
	margin-bottom:20px;
}
.content_area .title{
	border-bottom:2px solid #395074;
}
.content_area .title h2{
	background:#395074;
	width:150px;
	height:43px;
	line-height:43px;
	color:#FFF;
	font-size:25px;
	text-align:center;
	font-weight:bold;
}
.content_area .text{
	padding:10px 0;
}
.content_area .text p{
	text-indent:2em;
	line-height:28px;
	font-size:14px;
}
.content_area .table{
	line-height:28px;
}
.content_area .table2{
	line-height:28px;
	font-size:14px;
}

.online{
	background:#b8d3fc;
	position:relative;
	padding-bottom:15px;
}
.online h2{
	color:#395074;
	font-weight:bold;
	font-size:20px;
	padding:15px 0 0 25px;
}
.online_text{
	line-height:40px;
}
.online_text input{
	width:180px;
	height:28px;
	line-height:28px;
	border:1px solid c1c1c1;
	padding:0 5px
}
.online_btn{
	position:absolute;
	right:100px;
	bottom:20px;
}
.online_btn input{
	background:#395074;
	border:none;
	width:80px;
	height:30px;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.bottom{
	text-align:center;
	padding:40px 0;
	font-size:12px;
	color:#FFF;
}

