@charset "utf-8";
@import "default.css";

body {
	background: #f7f7f7 url(../img/index/body_index.jpg) repeat-x center top;
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts .box {
	background: url(../img/index/box_back.jpg) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}

#conts .box .left{
	width: 480px;
	float: left;
	overflow: hidden;
	zoom: 1;
}

#conts .box .left h2{
	padding-left: 11px;
	margin-left: 4px;
	font-size: 12px;
	line-height: 33px;
	background: url(../img/index/h3_img01.jpg) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}

#conts .box .left ul {
	padding: 20px 30px 10px 0px;
	*padding: 17px 30px 17px 0px;
}

#conts .box .left ul li{
	margin: 0 0 10px 31px;
	float: left;
	display: inline;
}

#conts .box .left ul li a{
	display: block;
}

#conts .box ul li img{
	display: block;
}

#conts .box .right{
	width: 474px;
	background: url(../img/index/line01.gif) no-repeat left 31px;
}

#conts .box .right h2{
	padding-left: 19px;
	margin-left: 0;
	background: #FFF url(../img/index/h3_img02.jpg) no-repeat left top;
}

#conts .box .sub {
	padding: 11px 0 33px 20px;
	margin: 0 4px 0 4px;
	clear: both;
	background-color: #f5f3f3;
}

#conts .box .sub .inner,
#conts .box .bot .inner{
	float: left;
	width: 300px;
	overflow: hidden;
	zoom: 1;
}

#conts .box .sub .inner h3 {
	padding-left: 2px;
	font-size: 13px;
	font-family: "雅黑", "微软雅黑";
}

#conts .box .sub .inner p {
	padding: 0 50px 0 0;
	line-height: 1.5;
}

#conts .box .sub .inner p.bold {
	padding: 8px 40px 12px 1px;
	_padding: 6px 40px 12px 1px;
	font-weight: bold;
	line-height: 1.7;
}

#conts .box .sub .inner a {
	margin: 11px 0 0 3px;
	display: inline-block;
	color: #ff4000;
}

#conts .box .bot {
	padding: 3px 0 0 21px;
	margin: 0 4px;
	background: #FFF url(../img/index/bot_back.jpg) repeat-x left top;
	overflow: hidden;
	zoom: 1;
}

#conts .box .bot .inner{
	padding-top: 4px;
}

#conts .box .bot .inner h4 {
	font-size: 12px;
}

#conts .box .bot .inner ul {
	padding: 22px 0 0 0;
}

#conts .box .bot .inner ul li {
	padding: 6px 0 6px;
	*padding: 7px 0 5px;
	width: 248px;
	display: block;
	line-height: 1.2;
	border-bottom: 1px solid #e1e1e1;
}

#conts .box .bot .inner ul li.top {
	border-top: 1px solid #e1e1e1;
}

#conts .box .bot .inner ul li a {
	padding-left: 18px;
	display: inline-block;
	background: url(../img/index/icon01.gif) no-repeat 5px 4px;
	*background: url(../img/index/icon01.gif) no-repeat 5px 2px;
}

#conts .box .bot .inner ul li a:hover {
	text-decoration: none;
	background: url(../img/index/icon01_over.gif) no-repeat 5px 4px;
	*background: url(../img/index/icon01_over.gif) no-repeat 5px 2px;
}

#conts .box .bot .inner dl {
	padding: 17px 0 0 2px;
}

#conts .box .bot .inner dl dt{
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	font-family: Arial;
}

#conts .box .bot .inner dl dd{
	margin-bottom: 13px;
	font-size: 12px;
	line-height: 1.2;
}

#conts .box .bot .add{
	margin-right: 10px;
	float: right;
	display: inline;
}