@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
div{
	overflow:hidden;
}
img{
	border:none;
}

.main{
	width:1020px;
	margin:0 auto;
	background-color:#fff;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.cl{
	clear:both;
	height:0;
	font-size:1px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#4d4d4d;
	line-height:20px;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#0071bc;
	line-height:20px;
	text-decoration:none;
}



/**************text********************************/

h1 { font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#4d4d4d; margin:0px; padding:0px; font-weight:bold; line-height:24px;}
h2 { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#4d4d4d; margin:0px; padding:0px; font-weight:normal;}
.list{
	background:url(image/list_img.jpg) no-repeat 0 9px scroll transparent;
	padding-left:19px;
}
.red{
	color:#f00;
}


/******************************header******************/
.header{
	padding-bottom:41px;
}
.domain_name{
	padding:22px 49px 0 0; 
	text-align:right;
}

/*!************************content***********************/
.search{
	background:url(image/search_bg.jpg) no-repeat 0 0 scroll transparent;
	width:528px;
	height:38px;
}
.search_text{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#808080;
	height:31px;
	line-height:31px;
	border:none 0px;;
	margin-top:5px;
	margin-left:20px;
	width:340px;
	outline: none;
}
.baner_bg{
	float:right;
	width:336px;
	height:173px;
	background:url(image/baner_bg.jpg) no-repeat 0 0 scroll transparent;
	margin-right:47px;
}
.baner{
	height:140px;
}
.baner_circle{
	width:103px;
	height:16px;
	float:right;
}
.active_baner{
	float:left;
	margin-left:15px;
	background:url(image/activ_baner.jpg) no-repeat 0 0 scroll transparent;
	width:15px;
	height:16px;
}
.passive_baner{
	float:left;
	margin-left:15px;
	background:url(image/passive_baner.jpg) no-repeat 0 0 scroll transparent;
	width:15px;
	height:16px;
}
.box{
	float:left;
	width:310px;
	height:173px;
	background:url(image/box_bg.jpg) no-repeat 0 0 scroll transparent
}
.box_title{
	padding:20px 0 0 22px;
}
.box_text{
	padding:7px 0 0 22px;
}

.link {
	background:url(image/blue_arrow.png) no-repeat right center scroll transparent;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:#0071bc;
	line-height:20px;
	text-decoration:none;
	padding-right:18px;
}
.red_line{
	background:url(image/red_line.jpg) repeat-x 0 0 scroll transparent;
	height:26px;
	width:490px;
}
.column_l{
	float:left;
	padding:21px 0 0 80px;
	width:411px;
}
.column_r{
	float:left;
	padding:21px 0 0 30px;
	width:419px;
}


/********************footer******************************/
.footer{
	background:url(image/footer_bg.jpg) repeat-x 0 0 scroll transparent;
}
.footer_content{
	width:1020px;
	margin:0 auto;
}
.footer_content p{
	font-size:11px;
	color:#4d4d4d;	
}
.footer_content a{
	font-size:11px;
	color:#4d4d4d;
	
}