body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.loc_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/loc_top_bg.png) left bottom repeat-x;
}
.loc_top{
	width: 1200px;
	margin: 0 auto;
}
.loc_top .img{
	width: 100%;
	float: left;
	padding: 15px 0;
	background: url(../images/loc_top_bg_r.png) right bottom no-repeat;
}
.loc_top .left{
	width: 660px;
	float: left;
}
.loc_top .right{
	width: 450px;
	float: left;
}
.loc_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/loc_bot_bg.jpg) center bottom no-repeat, #528fa4;
	background-size: contain;
	padding: 30px 0;
}
.loc_bot{
	width: 1200px;
	margin: 0 auto;
}
.loc_bot .tit{
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	text-shadow: 0 0 5px #000;
}
.loc_bot .tit img{
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.loc_bot .text{
	width: 800px;
	margin: 0 auto;
}
.loc_bot .text .head{
	padding: 0.5rem 0 1.5rem;
}
.loc_bot .text table{
	background: url(../images/loc_bor_bg_1.png) repeat;
}
.loc_bot .text td{
	padding: 8px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa834;
	text-align: center;
}
.loc_bot .text td.title{
	background: url(../images/loc_bot_bor_bg.png) left bottom repeat-x;
	color: #fff;
	border-right: 0;
}
.loc_bot .text tr.bg{
	background: url(../images/loc_bor_bg_2.png) repeat;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.loc_topBg{
	min-width: 1000px;
}
.loc_top{
	width: 1000px;
}
.loc_top .right{
	width: 530px;
}
.loc_top .right img{
	width: 100%;
	height: auto;
}
.loc_botBg{
	min-width: 1000px;
}
.loc_bot{
	width: 1000px;
}
.loc_bot .tit{
	width: 100%;
	margin: 10px 0;
}
.loc_bot .text{
	width: 90%;
}
.loc_bot .text td{
	padding: 8px 10px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.loc_topBg{
	min-width: 320px;
}
.loc_top{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.loc_top .left, .loc_top .right{
	width: 100%;
	height: auto;
}
.loc_top .left img, .loc_top .right img{
	width: 100%;
	height: auto;
}
.loc_botBg{
	min-width: 320px;
}
.loc_bot{
	width: 90%;
	margin: 0 5%;
}
.loc_bot .tit{
	width: 100%;
	margin: 10px 0;
}
.loc_bot .text{
	width: 100%;
}
.loc_bot .text td{
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
}
}