@charset "utf-8";

/*---------------------------------------------------------------------- 公共样式，全局样式 */

body{
	background:url(/en/images/pagebg_big.png) center top no-repeat #fff;
	color:#333;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif, "微软雅黑";
	margin:0px;
	padding:0px;

	}
h1, h2, h3, h4, h5, h6, p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
table, tr, td {
	border:0px;
	padding:0px;
	margin:0px;
	}

div{
	margin:0px;
	padding:0px;
	}

img{
	border:0px;
	padding:0px;
	margin:0px;
	}
ul{	
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	zoom:1;
}
li{
	padding:0px;
	margin:0px;
	}
form, input, select, option, button, label, textarea{
	font-family:Arial, Helvetica, sans-serif, "微软雅黑";
	font-size:12px;
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	}
.float_left{
	float:left;
	}
.float_right{
	float:right;
	}
.center{
	text-align:center;
	}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	line-height:0px;
	font-size:0px;
	}
.input
{
	font-size:12px;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}

.select
{
	padding:0px;
	margin:0px;
}
.ad
{
	clear:both;
	padding-top:10px;
}
.top111{
	padding-top:10px;
	}
.top_jl
{
	margin-top:10px;
	}	
.member_foot
{ 
	padding-left:85px;
	background:#fff;
	height:80px;
}
.foot_line{
	padding-top:15px;
	border-bottom:#ccc 2px solid;
	background:#fff;
	}

.come_in{
	float:right;
	margin-right:10px;
	margin-top:5px;
	}
	
.center_logo{
	float:left;
	margin-top:20px;
	padding-bottom:10px;
	text-align:center;
	}
.center_content{
	float:left;
	margin-top:18px;
	margin-left:35px;
	}
.center_content2{
	float:left;
	text-align:center;
	margin-top:20px;
	margin-left:35px;
	}

.blank, .blank20, .blank30, .blank5 {
	height:10px;
	overflow:hidden;
	clear:both;
	border:0px;
	padding:0px;
	margin:0px;
	}
.blank5{
	height:5px;
	}
.blank20{
	height:20px;
	}
.blank30{
	height:30px;
	}
.dashed{
	border-bottom:1px dashed #ccc;
	height:0px;
	clear:both;
	padding:0px;
	margin:10px 5px;
	overflow:hidden;
	}


/*---------------------------------------------------------------------------------文字部分*/
.bold{
	font-weight:bold;
	}
.font_12{
	font-size:12px;
	}
.font_14{
	font-size:14px;
	}
.font_16b{
	font-size:16px;
	font-weight:bold;
	}
.font_gray{
	color:#666;
	}
.font_red{
	color:#d00;
	}
.font_yellow{
	color:#f90;
	}
.font_blue{
	color:#0048A2;
	}
.font_white{
	color:#fff;
	}
	
.page
{
	clear:both;
	margin-top:20px;
	height:30px;
	text-align:center;
}
.page_n
{
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	border:1px #dcdcdc solid;
	background:#fff;
}
	
.page_a
{
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	border:1px #ff6600 solid;
	background:#ff9900;
}
.img_border
{
	border:1px #ccc solid;
}
/*---------------------------------------------------------------------------------链接*/

a:link{
	color:#333;
	text-decoration:none;
	outline:none;
	}
a:visited{
	color:#333;
	text-decoration:none;
	outline:none;
	}
a:hover{
	color:#f90;
	text-decoration:underline;
	outline:none;
	}
a:active {
	color: #f90;
	outline-style:none;
	outline:none;
}
a:focus {
	outline-style:none;
	outline:none;
}



a.link_underline:link{
	color:#333;
	text-decoration:underline;
	}
a.link_underline:visited{
	color:#333;
	text-decoration:underline;
	}	
a.link_underline:hover{
	color:#f90;
	text-decoration:underline;
	}
	
	
a.link_red_underline:link{
	color:#d00;
	text-decoration:underline;
	}
a.link_red_underline:visited{
	color:#d00;
	text-decoration:underline;
	}
a.link_red_underline:hover{
	color:#f60;
	text-decoration:underline;
	}	
	
	
a.link_red:link{
	color:#d00;
	text-decoration:none;
	}
a.link_red:visited{
	color:#d00;
	text-decoration:none;
	}
a.link_red:hover{
	color:#f60;
	text-decoration:underline;
	}	
	
	
	
	
a.link_yellow_underline:link{
	color:#f60;
	text-decoration:underline;
	}
a.link_yellow_underline:visited{
	color:#f60;
	text-decoration:underline;
	}
a.link_yellow_underline:hover{
	color:#d00;
	text-decoration:underline;
	}
	
	
a.link_trueyellow:link{
	color:#FDCD01;
	text-decoration:none;
	}
a.link_trueyellow:visited{
	color:#FDCD01;
	text-decoration:none;
	}
a.link_trueyellow:hover{
	color:#d00;
	text-decoration:underline;
	}	


a.link_yellow:link{
	color:#f90;
	text-decoration:none;
	}
a.link_yellow:visited{
	color:#f90;
	text-decoration:none;
	}
a.link_yellow:hover{
	color:#d00;
	text-decoration:underline;
	}	

a.link_white_underline:link{
	color:#fff;
	text-decoration:underline;
	}
a.link_white_underline:visited{
	color:#fff;
	text-decoration:underline;
	}	
a.link_white_underline:hover{
	color:#f90;
	text-decoration:underline;
	}	
	
	
a.link_white:link{
	color:#fff;
	text-decoration:none;
	}
a.link_white:visited{
	color:#fff;
	text-decoration:none;
	}	
a.link_white:hover{
	color:#fff;
	text-decoration:underline;
	}	



a.link_blue:link{
	color:#0048a2;
	text-decoration:none;
	}
a.link_blue:visited{
	color:#0048a2;
	text-decoration:none;
	}	
a.link_blue:hover{
	color:#f90;
	text-decoration:underline;
	}
	
	
a.link_blue_underline:link{
	color:#0048a2;
	text-decoration:underline;
	}
a.link_blue_underline:visited{
	color:#0048a2;
	text-decoration:underline;
	}	
a.link_blue_underline:hover{
	color:#f90;
	text-decoration:underline;
	}		


a.link_lightblue:link{
	color:#daecff;
	text-decoration:none;
	}
a.link_lightblue:visited{
	color:#daecff;
	text-decoration:none;
	}	
a.link_lightblue:hover{
	color:#fff;
	text-decoration:none;
	}

a.link_powderblue:link{
	color:#406EC5;
	text-decoration:none;
	}
a.link_powderblue:visited{
	color:#406EC5;
	text-decoration:none;
	}	
a.link_powderblue:hover{
	color:#f90;
	text-decoration:underline;
	}
	
a.link_white:link
{
	color:#fff;
	text-decoration:none;
	}	
a.link_white:visited
{
	color:#fff;
	text-decoration:none;
	}	
a.link_white:hover
{
	color:#f90;
	text-decoration:underline;
	}	

a.link_powderblue_underline:link{
	color:#406EC5;
	text-decoration:underline;
	}
a.link_powderblue_underline:visited{
	color:#406EC5;
	text-decoration:underline;
	}	
a.link_powderblue_underline:hover{
	color:#f90;
	text-decoration:underline;
	}
	

a.link_somber:link
{
	color:#666;
	text-decoration:none;
}
a.link_somber:visited
{
	color:#666;
	text-decoration:none;
}	
a.link_somber:hover
{
	color:#f90;
	text-decoration:underline;
}
a.link_somber_underline:link
{
	color:#666;
	text-decoration:underline;
}
a.link_somber_underline:visited
{
	color:#666;
	text-decoration:underline;
}	
a.link_somber_underline:hover
{
	color:#f90;
	text-decoration:underline;
}

a.link_green:link{
	color:#336600;
	text-decoration:none;
	}
a.link_green:visited{
	color:#336600;
	text-decoration:none;
	}
a.link_green:hover{
	color:#336600;
	text-decoration:underline;
	}

a.link_gray:link{
	color:#999;
	text-decoration:none;
	}
a.link_gray:visited{
	color:#999;
	text-decoration:none;
	}
a.link_gray:hover{
	color:#f90;
	text-decoration:underline;
	}
	
	
/*---------------------------------------------------------------------------------整站统一的部分*/



.top_stat
{
	height:30px;
	line-height:30px;
	border-bottom:1px #dcdcdc solid;
	background:#f3f3f3;
	clear:both;
	padding-left:10px;
	padding-right:10px;
}
.login_user
{
	height:18px;
	line-height:18px;
	width:100px;
	border:1px #BCD1FE solid;
	background-color:#fff;
	font-size:12px;
	padding-left:20px;
	background-image:url(/images/global/login_user.gif);
	background-repeat:no-repeat;
}
.login_pass
{
	height:18px;
	line-height:18px;
	border:1px #BCD1FE solid;
	background-color:#fff;
	font-size:12px;
	padding-left:20px;
	background-image:url(/images/global/login_pass.gif);
	background-repeat:no-repeat;
}
.menu_logo
{
	clear:both;
	padding-top:15px;
	height:85px;
	overflow:hidden;
	background-image:url(/images/global/menu_bj.gif);
	background-repeat:repeat-x;
}


.menu_top
{
	float:right;
}
.menu
{
	background:url(/images/global/menu_bg.gif);
	height:47px;
	font-size:14px;
	font-weight:bold;
	float:right;
	width:705px;
}
.menu_n
{
	padding-top:22px;
	height:25px;
	float:left;
	width:75px;
	text-align:center;
}
.menu_tel
{
	height:33px;
	float:right;
	margin-right:5px;
	}
.search
{
	clear:both;
	background-color:#f3f3f3;
	background-image:url(/images/global/search_bg.gif);
	background-repeat:no-repeat;
	border-bottom:1px #dcdcdc solid;
	border-left:1px #dcdcdc solid;
	border-right:1px #dcdcdc solid;
	padding-left:195px;
	height:73px;
}
.search_content
{
	clear:both;
	padding-top:15px;
}
.global_search
{
	clear:both;
}
.search_inupt
{
	background:url(/images/global/search_input_bg1.gif);
	height:17px;
	border:1px #b8b8b8 solid;
	border-left:0px;
	border-right:0px;
	padding-top:5px;
	color:#666;
	width:380px;
	margin-top:5px;
}
*+html .search_inupt
{
	background:url(/images/global/search_input_bg1.gif);
	height:17px;
	border:1px #b8b8b8 solid;
	border-left:0px;
	border-right:0px;
	padding-top:5px;
	color:#666;
	width:380px;
	margin-top:4px;
}
*html .search_inupt
{
	background:url(/images/global/search_input_bg1.gif);
	height:17px;
	border:1px #b8b8b8 solid;
	border-left:0px;
	border-right:0px;
	padding-top:5px;
	color:#666;
	width:380px;
	margin-top:4px;
}
.search_all
{
	margin-top:15px;
	border-top:1px #dcdcdc solid;
	width:900px;
	margin-left:30px;
	}
.search_inupt1
{
	background:url(/images/global/search_input_bg.gif);
	height:35px;
	display:block;
	float:left;
}
.search_inupt_left
{
	float:left;
	margin-top:4px;
}
.search_inupt_right
{
	float:right;
	margin-top:5px;
	margin-right:10px;
	}
.global_search_select
{
	float:left;
	width:82px;
	padding-left:5px;
	border:1px #BCD1FF solid;
	background:url(/images/global/search_input_bg.gif);
	height:21px;
	padding-top:2px;
}
.global_search_select select
{
	margin:-1px;
	border:0px;
	width:80px;
}
.hot_key
{
	clear:both;
	margin-top:7px;
}

.foot
{
	clear:both;
	margin-top:10px;
}
.foot_menu
{
	clear:both;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#0048A2;
}
.foot_content
{
	clear:both;
	text-align:center;
	padding-bottom:20px;
}
.statement
{
	clear:both;
	margin-top:20px;
	background-image:url(/images/global/statement_bg.gif);
	background-color:#F3F3F3;
	border:1px #dcdcdc solid;
	background-repeat:no-repeat;
	padding:10px;
	padding-left:50px;
	color:#999;
}
.da
{
	margin-top:10px;
	
}
.da50
{
	margin-top:10px;
	overflow:hidden;
	vertical-align:top;
	float:left;
	line-height:0px;
	
	padding:0px;
}
.da50 img
{
	vertical-align:top;
	margin-right:10px;
}
.da50 embed
{
	vertical-align:top;
	margin-right:10px;
}
.da50_right
{
	margin-top:10px;
	overflow:hidden;
	vertical-align:top;
	float:right;
	line-height:0px;
	padding:0px;
}
.mr10
{
	margin-right:7px;
}


.top_404
{
	clear:both;
	margin-top:60px;
	padding-bottom:10px;
	border-bottom:1px #ccc dashed;
}
.info_404
{
	clear:both;
	height:300px;
	background:url(/images/404/404_bg.gif);
	background-repeat:repeat-x;
}
.list_404
{
	clear:both;
	padding-top:100px;
	padding-left:330px;
	color:#999;
	line-height:30px;
}
	
.global_link
{
	clear:both;
	margin-top:20px;
	background:#EFF3FF;
	border:1px #C4D3FF solid;
	padding:5px;
}
.global_link_list
{
	width:315px;
	height:25px;
	line-height:25px;
	float:left;
}
.global_link_list_new
{
	width:540px;
	height:25px;
	line-height:25px;
	float:left;
}
.global_link_list2
{
	height:25px;
	line-height:25px;
	float:left;
}
.line
{
	border-top:1px #ccc solid;
	}


/*---------------------------------------------------------------------------------登录条*/
.header_im
{
	float:left;
	padding-top:1px;
	background:url(/Images/blog/ggg.jpg);
	background-repeat:no-repeat;
	background-position:5px 7px;
	width:68px;
	margin-right:5px;
	line-height:28px;
	display:block;
	}
*+html .header_im
{
	float:left;
	padding-top:2px;
	background:url(/Images/blog/ggg.jpg);
	background-repeat:no-repeat;
	background-position:5px 7px;
	width:68px;
	margin-right:5px;
	line-height:28px;
	display:block;
	}	
.header_im1
{
	float:left;
	margin-top:6px;
	margin-left:5px;
	margin-right:4px;
	display:block;
	}

.header_im2
{
	float:left;
	margin-top:1px;
	margin-right:5px;
	line-height:28px;
	display:block;
	}
*+html .header_im2
{
	float:left;
	margin-top:2px;
	margin-right:5px;
	display:block;
	}	
.header_im3
{
	float:left;
	margin-top:1px;
	margin-left:5px;
	margin-right:10px;
	line-height:28px;
	display:block;
	}
.header_im4
{
	float:left;
	margin-top:3px;
	margin-left:5px;
	margin-right:10px;
	display:block;
	}	
