@charset "utf-8";
/* CSS Document */
#mainbanner{
	height: 318px;
	width: 670px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.divlink_banner{
	background-color: #69C;
	width: 170px;
	position: absolute;
	left: 500px;
	height: 106px;
}
#anounce1{
	position: absolute;
	height: 325px;
	width: 500px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	cursor: pointer;
	background-repeat: no-repeat;
}
#anounce2{
	position: absolute;
	height: 325px;
	width: 500px;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-image: url(../image/index/banner1-export.jpg);
	background-repeat: no-repeat;
}
#anounce3{
	position: absolute;
	width: 500px;
	left: 0px;
	top: 0px;
	cursor: pointer;
	height: 325px;
	background-image: url(../image/index/banner2-export.jpg);
}
#anounce4{
	position: absolute;
	height: 325px;
	width: 500px;
	left: 0px;
	top: 0px;
	background-color: #660;
	cursor: pointer;
	background-image: url(../image/index/banner3-export.jpg);
	background-repeat: no-repeat;
}
#anounce5{
	position: absolute;
	height: 325px;
	width: 500px;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-image: url(../image/index/banner4-export.jpg);
	background-repeat: no-repeat;
}
