body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.eve_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
	background: url(../images/eve_bg.png) right bottom no-repeat;
}
.eve_top{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}
.eve_top .left{
	width: 420px;
	float: left;
}
.eve_top .right{
	width: 760px;
	float: left;
	padding: 10px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.eve_topBg{
	min-width: 1000px;
}
.eve_top{
	width: 980px;
}
.eve_top .left{
	width: 400px;
}
.eve_top .right{
	width: 580px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.eve_topBg{
	min-width: 320px;
}
.eve_top{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.eve_top .left{
	width: 100%;
}
.eve_top .left img{
	width: 100%;
	height: auto;
}
.eve_top .right{
	width: 100%;
}
}