@charset "utf-8";
*{
	font-family:"微軟正黑體",fontArial, Helvetica, sans-serif;}
body{margin:0;
padding:0;
}

.style1 {color:#FFF;
	
}

.header {
	background-image: url(images/2018bg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 950px;
	height: 850px;
	position:relative;
	margin:0 auto;
}
.contentL {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 660px;
	top: 430px;
}

.contentR {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 284px;
	top: 270px;
}
.contentM {
	height: 700px;
	width: 400px;
	position: absolute;
	top: 205px;
	left: 333px;
}

.contentf {
	height: 120px;
	width: 120px;
	position: absolute;
	top: 200px;
	left: 200px;
}

.footer {
	background-color: #C00;
	height: 100px;
	width:100%;
	background-position: center;
}


.footer .box{
	margin:0 auto;
	padding:40px 0 0;
	width:100%;
	max-width:1000px;
	overflow:hidden;
	text-align:center;

}

.footer .box ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	
}

.footer .box a{
	color:#FFF;
	
}
