@charset "utf-8";

#head {
	background-image: url(images/head_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 93px;
	min-width: 1200px;
}
#main {
	background-repeat: repeat-x;
	background-position: left top;
	height: 443px;
	background-image: url(images/main_img_bg.png);
	width: 100%;
}
#main #main-image {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1110px;
	height: 443px;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding: 0px;
	line-height: 0px;
}
#main #main-image img {
    top: 0;
    left: 0;
    position: absolute;
}
#g-menu-box {
	width: 100%;
	background-image: url(images/head_bg.png);
	background-repeat: repeat-x;
	background-position: center -91px;
}

#g-menu {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}
#g-menu ul li {
	list-style-type: none;
	float: left;
}


#top-middle {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 70px;
}
#top-middle #top-left {
	width: 480px;
	float: left;
	background-image: url(images/top_bg.png);
	background-repeat: no-repeat;
	min-height: 304px;
}
#top-left p {
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
#top-left p span {
	font-size: 16px;
	font-weight: bold;
}



#top-middle #top-right {
	width: 500px;
	float: right;
}
#top-middle #top-right div.info-title  {
	width: 480px;
	height: 23px;
	background-image: url(images/mid_bar.png);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	background-position: left top;
	border-bottom: 1px solid #999999;
	color: #333300;
	padding-left: 20px;
	padding-top: 10px;
}
#top-middle #top-right .info-frame {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 22px;
	width: 458px;
	height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 15px;
	border-left-color: #D0D0D0;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
#top-middle #top-right .info-frame p {
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#top-middle #top-right .info-frame p span {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
#top-middle #top-bnr {
	text-align: center;
	padding-top: 30px;
}
