﻿@charset "utf-8";
/* CSS Document */

BODY{
	font-family:"微软雅黑", "新宋体", Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#075b8a;
	margin:0;
	padding:0;
	background-color:#fcfdfb;
}
FORM{
	margin:0;
	padding:0;
}
IMG{
	border:none;
}
#header{
	width:962px;
	height:96px;
	overflow:hidden;
	margin:auto;
	padding-top:12px;
	position:relative;
	padding-bottom:25px
}
#header #logo{
	float:left;
}
.btnarea{
	float:right;
	padding-top:60px;
	font-weight:bold;
}
.btnarea A{
	display:block;
	float:left;
	background:url(../images/btn_bg.png);
	width:72px;
	height:29px;
	text-align:center;
	line-height:29px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin-left:5px;
}
#content{
	border-top:1px solid #56a94d;
	border-bottom:1px solid #56a94d;
	position:relative;
	background-color:#FFF;
}
#content #box{
	background-image:url(../images/content_bg.jpg);
	width:962px;
	height:393px;
	margin:auto;
	position:relative;
}
#content #box2{
	background:url(../images/content_bg2.jpg) no-repeat;
	width:962px;
	height:544px;
	margin:auto;
	position:relative;
}
#content #box3{
	width:962px;
	margin:auto;
	position:relative;
}
#white_area{
	position:absolute;
	left:352px;
	top:55px;
	width:568px;
	margin:0;
	padding:0;
}
#white_area .title{
	margin-top:48px;
	margin-left:24px;
}
#white_area .title2{
	color:#00F;
	margin-left:24px;
	margin-right:24px;
	margin-top:12px;
	font-weight:bold;

}
#white_area .form{
	margin-left:54px;
	width:349px;
}
#white_area .form DIV{
	margin-top:18px;
	position:relative;
	font-weight:bold;
}
#white_area .form A{
	color:#4c4c4c;
	margin-right:10px;
	margin-top:10px;
}
.float{
	float:left;
}
.txtinput{
	background:url(../images/input_bg.png) no-repeat;
	width:349px;
	height:33px;
	color:#7f7f7f;
	line-height:33px;
	border:none;
	padding-left:8px;
}
.txtinput2{
	background:url(../images/input_bg2.png) no-repeat;
	width:289px;
	height:28px;
	color:#404040;
	line-height:28px;
	border:none;
	padding-left:8px;
}

.btn, .btn2{	
	height:29px;
	color:#FFF;
	border:none;
	line-height:29px;
	text-align:center;
	text-decoration:none;
	margin-right:10px;
	color:#fff;
	font-weight:bold;
	font-size:12px
}
.btn{
	width:72px;
	background:url(../images/btn_bg2.png);
}
.btn2{
	width:92px;
	background:url(../images/btn_bg3.png);
}
A.btn{
	display:block;
}
#white_area .form2{
	margin-left:24px;
	margin-top:10px;
	color:#0c0c0c
}
#white_area .form2 TR{
	height:36px;
}
.err{
	border:1px solid #fe5858;
	color:#ff0000;
	padding:4px;
	background:#fefed5;
}
.text{
	width:340px;
	margin:auto;
	text-align:center;
	margin-top:90px;
}
.text2{
	width:340px;
	margin:auto;
	margin-top:50px;
}
.text3{
	width:470px;
	margin:auto;
	margin-top:14px;
}
#footer{
	clear:both;
	width:962px;
	margin:auto;
	position:relative;
	padding-top:10px;
	color:#4b4b4b;
}
#footer DIV{
	float:left;
	font-weight: bold;
}
#footer #onlineservice{
	float:right;
}
#footer SPAN{
	margin-right:10px;
}
