@charset "utf-8";
/* CSS Document */
#content_banner{
	height: 600px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	position: relative;
	overflow: hidden;
}
.anounce{
	position: absolute;
	height: 320px;
	width: 750px;
	left: 200px;
	top: 0px;
	background-color: #930;
	cursor: pointer;
}
.divlink_mainbanner{
	float: left;
	cursor: pointer;
	height: 20px;
	width: 12px;
	margin-right: 4px;
	margin-left: 4px;
	background-image: url(../image/index/bttnstick_00_off.png);
	background-repeat: no-repeat;
}
.divlink_mainbanner:HOVER{
	background-image: url(../image/index/bttnstick_00_on.png);
	background-repeat: no-repeat;
}
#secondbanner{
	height: 250px;
	width: 950px;
	background-image: url(../image/index/secondbanner_background_export.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
.content_secondbanner{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.list_secondbanner{
	float: left;
	width: 183px;
	margin-top: 7px;
}
#thirdbanner{
	float: left;
	width: 950px;
	background-color: #102132;
	padding-top: 25px;
	padding-bottom: 25px;
}
#tbblock{
	float: left;
	width: 197px;
	margin-left: 30px;
}
.h4title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
	width: 197px;
}
.h5subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #6AA3B5;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
	width: 197px;
}
.tbcontent{
	font-size: 11px;
	font-weight: normal;
	color: #8B8B8B;
	text-decoration: none;
	margin-top: 15px;
	float: left;
	width: 197px;
}
.tbcontent_date{
	font-size: 11px;
	font-weight: normal;
	color: #8B8B8B;
	text-decoration: none;
	float: left;
	width: 197px;
}
.tbcontent_new{
	color: #64B1BF;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
