@charset "gb2312";
/* CSS Document */

/*communal*/

* {
	margin:0px;
	padding:0px;
	font:12px/24px Arial, Helvetica, sans-serif;
	color:#333;
}
html {
	width:100%;
	text-align:center;
	background-color:#CCC;
}
body {
	width:1003px;
	background-color:#FFF;
	margin:0 auto;
}
img {
	border:none;
	vertical-align:middle;
}
a {
	text-decoration: none;
}
li {
	list-style: none inside;
	text-align:left;
}



/*background*/
.bg {
	width:16px;
	background:url(en_pic_yybg.gif) repeat-y right top;
}
.bg1 {
	padding-bottom:202px;
	width:210px;
	background:#E98C12 url(en_pic_leftbg.gif) no-repeat left bottom;
}
.bg2 {
	display:inline-block;
	width:210px;
	min-height:640px;
	+height:640px;      /*IE7.0*/
	padding-top:35px;
	background:#E98C12 url(en_pic_dhbg.gif) no-repeat left top;
}
.bg3 {
	width:7px;
	background:url(en_pic_yybg01.gif) repeat-y left top;
}
.bg4 {
	height:16px;
	background:url(en_pic_yjbg01.gif) repeat-x;
}
.bg5 {
	width:14px;
	background:url(en_pic_yjbg02.gif) repeat-y;
}
.bg6 {
	width:14px;
	background:url(en_pic_yjbg03.gif) repeat-y;
}
.bg7 {
	height:16px;
	background:url(en_pic_yjbg04.gif) repeat-x;
}
.bg8 {
	background-color:#ECECEC;
}
.bg9 {
	background-color:#5B0000;
}



/*table*/
.table {
	border-bottom:3px solid #E1E1E1;
	margin-left:8px;
}
.table1 {
	height:40px;
	border-bottom:1px solid #E1E1E1;
}
.table2 {
	border-left:1px solid #333;
	padding-left:10px;
}




/*text*/
.en {
	border-left:2px solid #FFF;
	padding-left:15px;
	font: bold 16px "Times New Roman", Times, serif;
	color:#FFF;
}
a.en:hover {
	color:#FC0;
}
.en1 {
	font: bold 13px/40px Arial, Helvetica, sans-serif;
	color:#FBFF85;
}
a.en1:hover {
	color:#6FF;
}
.en2 {
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
a.en2:hover {
	color:#F60;
}
.en3 {
	border-left:3px solid #A0A0A0;
	padding-left:15px;
	font: bold 16px "Times New Roman", Times, serif;
	color:#000;
}
.en4 {
	font:12px/24px Arial, Helvetica, sans-serif;
	color:#333;
}
a.en4:hover {
	color:#F30;
}



/*position*/
.position {
	+margin-top:35px;        /*IE7.0*/
}
.position1 {
	margin-top:15px;
}
.position2 {
	+margin-left:25px;        /*IE7.0*/
}
.position3 {
	margin-bottom:15px;
}
.list01 {
	padding-left:10px;
}
.list02 {
	padding-left:10px;
	width:55px;
	float:left;
	background:url(index_pic_meun02.gif) no-repeat left center;
}
.float_right {
	display:inline-table;
	float:right;
}