@charset "utf-8";
#header {
	margin-bottom: 35px;
}
#kv {
	width: 959px;
	height: 330px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
#slide {
	width: 660px;
	height: 330px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#slide_btn {
	position: absolute;
	right: 30px;
	bottom: 35px;
	z-index: 50;
}
#slide_btn > a {
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 10px;
	height: 12px;
	background: url(../../images/icon.png) -30px -25px;
	margin: 0px 4px;
}
#slide_btn > a:hover,
#slide_btn > a.activeSlide {
	background-position: -41px -25px;
}
#slide_text {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	width: 321px;
	height: 330px;
	background: #d5d5d5;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
	color: #555;
	font-family: Arial;
	font-size: 17px;
	overflow: hidden;
	padding: 15px;
	font-weight: bold;
}
#slide_text_title {
	color: #000;
	font-size: 18px;
	line-height: 1.5em;
	max-height: 3em;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#slide_text_text {
	height: 3em;
	width: 100%;
	line-height: 1.5em;
	height: 12em;
	font-size: 16px;
}
#primary_content {
	margin-bottom: 10px;
	width: 959px;
	margin: 0px auto;
}
#left {
	float: right;
	width: 560px;
	border-top: 1px solid #1d2088;
	padding-top: 10px;
	margin-bottom: 10px;
}
#right {
	float: left;
	margin-bottom: 10px;
}
#right > ul {
	/*width:160px;*/
	margin: 0px auto;
}
#right > ul > li {
	margin-bottom: 5px;
	/*width:160px;*/
	height: auto;
	overflow: hidden;
}
#html_area1,
#html_area2 {
	position: relative;
	padding-bottom: 15px;
	width: 100%;
	margin-bottom: 10px;
}
#html_area1 > a,
#html_area2 > a {
	position: absolute;
	background: url(../../images/icon.png) 0px -6px;
	width: 43px;
	height: 8px;
	display: block;
	right: 5px;
	bottom: 2px;
}
#html_area1 > div {
	overflow: hidden;
}
#html_area2 > div {
	overflow: hidden;
	height: 100%;
}
#tab_content > li {
	padding: 10px 0px 10px 0px;
}
#right table {
	width: 100%;
}
#right td {
	padding: 5px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.5em;
}
#right .base span {
	color: #ffa200;
	font-weight: bold;
}
#right .base a {
	color: #000;
}
#right > .news_bg {
	background: url(../../images/index/line_bg.png);
	width: 326px;
}
#right > #news_top,
#right > #news_bottom {
	height: 10px;
}
#right > #news_bottom {
	background-position: 0px -11px;
}
#right > #news_content {
	background-position: -327px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	padding: 10px;
}
#PromotionLink {
	text-align: center;
	border-top: 1px solid #9092c5;
	
}
#PromotionLink ul {
	list-style: none;
	width: 100%;
	margin: 15px 0px 10px 0px;
	overflow: hidden; /* �W�L�d������ */
	white-space: nowrap; /* ���_�� */
	vertical-align: middle;
}
#PromotionLink ul li {

	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0px 10px;
}
#PromotionLink ul li a {
	display: inline-block;	/* �������ܬ��϶� */
	padding: 0 5px;
	color: #0033FF;
	text-decoration: none;
	font-size: 12px;
	line-height: 21px;
}
#news_title {
	position: relative;
	color: #6c6c6c;
	font-size: 18px;
	padding-left: 45px;
	margin-bottom: 5px;
	font-weight: bold;
}
#news_title > div {
	background: url(../../images/icon.png) -52px -25px;
	width: 25px;
	height: 32px;
	position: absolute;
	left: 10px;
	top: -5px;
}
