@CHARSET "UTF-8";
*{
	margin:0;
	padding:0;
}
body{
	max-width:1920px;
	margin:0 auto;
	font-family:"微软雅黑";
}
a{
	text-decoration:none;
	color:#000;
}
img{
border:0;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style-type:none;
}
#div_language{
	width:1000px;
	height:24px;
	margin:0 auto;
}
#div_language_pic{
	width:284px;
	height:24px;
	float:right;
	background:url("../Images/language.png") no-repeat;
}
#div_language_right{
	/*float:right;
	margin-right:50px;*/
	color:#666;
}
#a_language_cn,#a_language_english{
	color:#666;
	font-size:12px;
}
#div_top{
	width:1000px;
	height:80px;
	margin:0 auto;
}
#img_logo{
	margin-top:10px;
}
#div_search{
	width:340px;
	height:24px;
	float:right;
	line-height:22px;
	margin-top:30px;
	background:#000 url("../Images/search.png") no-repeat;
}
#txt_search{
	width:210px;
	height:18px;
	margin-left:28px;
	border-style:none;
	background:none;
	outline:none;
	text-decoration: none
}
#sub_search{
	font-size:12px;
	color:#fff;
	margin-left:10px;
	border-style:none;
	background:none;
}
#div_menu{
	width:100%;
	height:42px;
	background:url("../Images/menu.png") repeat-x;
}
#div_menu_center{
	width:1180px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	text-align:center;
}
#div_menu_center .ul_menu .li_menu{
	float:left;
	width:118px;
	text-align:center;
	position:relative;
	z-index:999999;
	top:0;
	left:0;
}
#div_menu_center .ul_menu .li_menu .a_menu{
	font-size:16px;
	display:block;
	width:118px;
	height:42px;
	color:#ddd;
}
#div_menu_center .ul_menu .li_menu .ul_menu_2{
	position:absolute;
	top:42px;
	left:8px;
	width:100px;
	display:none;
	z-index: 9999;
}
#div_menu_center .ul_menu .li_menu .ul_menu_2 .li_menu_2{
	background:#ca0213;
}
#div_menu_center .ul_menu .li_menu .ul_menu_2 .li_menu_2:hover{
	background:#000;
}
#div_menu_center .ul_menu .li_menu .ul_menu_2 .li_menu_2 .a_menu_2{
	display:block;
	border-bottom:1px solid #a21921;
	font-size:14px;
	color:#ddd;
}
#div_menu_center .ul_menu .li_menu .a_menu:hover{
	background:url("../Images/black.png") no-repeat;
}
#div_content{
	width:100%;
	/*margin-bottom:40px;*/
}
#tb_content{
	width:1000px;
	margin:0 auto;
	margin-top:20px;
}
#td_1{
	width:235px;
}
#div_left_menu_up{
	width:230px;
	height:38px;
	line-height:38px;
	margin:0 auto;
	background:url("../Images/left_menu.png");
}
#sp_about{
	color:#fff;
	margin-left:35px;
}
#sp_navigation{
	font-size:12px;
	opacity:0.6;/*非IE识别*/
    filter:alpha(opacity=60);/*IE识别*/
}
#div_left_menu_content{
	width:228px;
	margin:0 auto;
	line-height:none;
	border:1px solid #ccc;
	-moz-box-shadow:0px 2px 5px #888888; /* 老的 Firefox */
	box-shadow:0px 2px 5px #888888;
}
#div_left_menu_content ul{
	margin:0;
	padding:0;
}
#div_left_menu_content ul li{
	width:200px;
	margin:0 auto;
	border-bottom:1px dotted #ccc;
}
#div_left_menu_content ul li .a_menu_left{
	display:block;
	width:200px;
	/*height:40px;*/
	/*line-height:40px;*/
	padding-top:12px;
	padding-bottom:12px;
	background:url("../Images/small_li.png")no-repeat left center;
	color:#333;
	/*margin-left:30px;*/
	/*text-indent: 50px;*/
	padding-left:13px;
}
#div_left_menu_content ul li ul{
	display:none;
}
#div_left_menu_content ul li ul li{
	width:200px;
	border-top:1px dotted #ccc;
}
#div_left_menu_content ul li ul li a{
	width:200px;
	height:40px;
	font-size:12px;
	line-height:40px;
	padding-left:30px;
}
#td_2{
	width:10px;
}
#td_3{
	width:760px;
	height:242px;
	background:url("../Images/content_right.png")no-repeat;
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	margin-bottom:40px;
}
#div_content_right_up{
	width:750px;
	height:40px;
	line-height:40px;
	margin:0 auto;
	font-size:14px;
	color:#333;
	border-bottom:1px solid #fff;
	position:relative;
}
#div_content_right_up span,a{
	color:#333;
}
#div_content_right_down{
	width:700px;
	margin:0 auto;
	margin-top:15px;
	font-size:12px;
	color:#333;
	line-height:22px;
}
#div_login_right{
	float:right;
}
#a_login,#a_register{
	color:#666;
}
#div_copy{
	width:100%;
	overflow:hidden;
	height:60px;
	color:#ddd;
	background:#545454;
	text-align:center;
	min-width:1180px;
}
#div_copy_center{
	width:1000px;
	height:40px;
	margin:0 auto;
	margin-top:19px;
	text-align:center;
}
.sp_copy,#a_copy{
	font-size:12px;
	color:#ddd;
}
#select{
	font-size:12px;
	color:#333;
}
#pageShow{
width:700px;
margin:0 auto;
}

/*导航样式*/
#nav-main{
width:100%;
height:42px;
background:url('../Images/menu.png') repeat-x;
position:relative;
top:0;
left:0;
z-index:10;
min-width:1180px;
}
#nav-main .nav-main-1180{
width:1180px;
height:42px;
margin:0 auto;
position:relative;
top:0;
left:0;
z-index:99999999999999999;
}
#nav-main .nav-main-1180 ul{
margin:0;
padding:0;
}
#nav-main .nav-main-1180 ul li{
list-style-type:none;
}
#nav-main .nav-main-1180 ul .one-li{
float:left;
width:118px;
height:42px;
position:relative;
left:0;
top:0;
}
#nav-main .nav-main-1180 ul .one-li .one-a{
display:block;
width:118px;
height:42px;
color:#ddd;
text-align:center;
line-height:42px;
font-size:16px;
}
#nav-main .nav-main-1180 ul .one-li .one-a:hover{
background:url('../Images/black.png') no-repeat;
}
#nav-main .nav-main-1180 ul .one-li .two-ul{
position:absolute;
top:42px;
left:7px;
display:none;
}
#nav-main .nav-main-1180 ul .one-li .two-ul .two-li{
width:180px;
/*height:42px;*/
border-bottom:1px solid #a21921;
}
#nav-main .nav-main-1180 ul .one-li .two-ul .two-li a{
display:block;
/*width:180px;*/
/*height:42px;*/
background:#ca0213;
/*line-height:32px;*/
text-align:center;
color:#ddd;
font-size:14px;
padding:12px 5px;
}
#nav-main .nav-main-1180 ul .one-li .two-ul .two-li a:hover{
background:#000;
color:#fff;
}
.ffdel{
color:#fff;
background:#444;
display:inline-block;
width:64px;
height:27px;
border-radius:5px;
margin-left:10px;
line-height:27px;
text-align:center;
}
.ffdel:hover{
color:#fff;
background:#000;
}
.fhts{
font-size:12px;
line-height:19px;
display:none;
}
.fhts a{
color:blue;
text-decoration:underline;
font-weight:bold;
}

#pg404{
width:1000px;
margin:0 auto;
padding-top:5px;
}
#pg404 h1{
text-align:center;
color:#005792;
margin-top:50px;
font-size:60px;
}
#pg404 h4{
text-align:center;
color:#333;
margin-top:10px;
font-size:30px;
font-weight:400;
}
#close img{
max-width:100%;
}
#return_a{
display:block;
width:250px;
height:50px;
line-height:50px;
font-size:20px;
color:#fff;
background:#005792;
text-align:center;
margin:0 auto;
margin-top:20px;
border-radius:10px;
transition:0.1s;
}
#return_a:hover{
background:#000;
}