@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
body {
	margin: 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif,宋体;
	font-size:12px;
	color:#000;
	background:#d2d4d5;
	text-align:center;
}
p,td { font-family:Arial, Helvetica, sans-serif,宋体;color:#000;line-height:150%;}
fieldset, img, a img {
	border:0;
}
select {
	font-family:Arial, Helvetica, sans-serif,宋体;
	font-size:12px;
	height:20px;
	border:1px #c2c2c2 solid;
	color:#000;
}
input {
	background:#000;
	height:20px;
	color:#FFFFFF;
	padding:2px 15px;
	border:1px #666 solid;
}
ul,li{
	list-style:none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
.handCur {
	cursor:pointer;
}
.gray {
	color:gray;
}
.clear {
	font:0px/0px sans-serif;
	height:0;
	clear: both;
	display: block;
}
.float_Left {
	float:left;
}
.float_Right {
	float:right;
}
.align_Left {
	text-align:left;
}
.align_Center {
	text-align:center;
}
.align_Right {
	text-align:right;
}
.height10 {
	height:10px;
}
.height20 {
	height:20px;
}
.height40 {
	height:40px;
}
.container {
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
}
.header {
	width:980px;
	margin:20px auto 5px;
	display:inline-block;
}
.logo {
	float:left;
	width:250px;
}
.brand_name {
	float:right;
	width:250px;
}
.banner_pic {
	width:980px;
	height:300px;
	margin:0 auto;
}
.main {
	width:980px;
	margin:20px auto;
	display:inline-block;
}
.main_left {
	float:left;
	text-align:left;
	width:150px;
	height:550px;
	background:#d2d4d5;
}
.main_left a:link,.main_left a:visited,.main_left a:hover {
	color:#FFF;
}
.main_left ul {
	margin:10px 25px;
}
.main_left li {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	height:30px;
	background-image:url(../images/icon_left.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
.main_left .current {
	color:#000;
	background-position:0 -30px;
}
.main_left .current a:link,.main_left .current a:visited,.main_left .current a:hover {
	color:#000;
}
.main_left .nav_current {
	color:#000;
	background-position:0 -60px;
}
.main_left .nav_current a:link,.main_left .nav_current a:visited,.main_left .nav_current a:hover {
	color:#000;
}
.main_left .nav_sub {
	color:#FFF;
	background:none;
}
.main_left .nav_sub_current {
	color:#fff;
	background-position:0 -90px;
}
.main_left .nav_sub_current a:link,.main_left .nav_sub_current a:visited,.main_left .nav_sub_current a:hover {
	color:#fff;
}
.nav_sub_works {
	background-position:0 30px;
}
.main_left .nav_sub_works {
	line-height:20px;
	height:20px;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	background-position:0 -120px;
}
.main_left .nav_sub_works_current {
	line-height:20px;
	height:20px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	height:20px;
	background-position:0 -120px;
}
.main_left .nav_sub_works_current a:link,.main_left .nav_sub_works_current a:visited,.main_left .nav_sub_works_current a:hover {
	font-size:12px;
	color:#000;
}
.main_right {
	float:right;
	text-align:left;
	width:800px;
}
.main_right_title {
	font-size:16px;
	font-weight:bold;
	width:500px;
	line-height:30px;
	height:30px;
	border-bottom:1px #000 solid;
}
.main_right_box {
	margin:0;
	padding:0;
	width:800px;
	height:500px;
	overflow:auto;
}
.box_left {
	float:left;
	width:500px;
	overflow:hidden;
}
.box_right {
	float:right;
	width:270px;
	overflow:hidden;
}

.news_list li {
	line-height:25px;
}
.works_content,.news_content {
	font-size:12px;
	line-height:180%;
}
