@charset "utf-8";
body,td,th {
	font-family: "微軟正黑體";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
img {
  max-width: 100%;
}
p {
	text-indent: -20px;
	padding-left: 20px;

}

.banner {
	background-image: url(https://farm9.staticflickr.com/8795/17378230975_fc87bc92b7_o.jpg);
	background-position: center top;
	float: left;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	text-align: center;
}
.about {
	font-size: 23px;
	line-height: 35px;
	color: #000;
	text-decoration: none;
	background-image: url(images/index_02.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 81px;
	padding-bottom: 81px;
}
.bg_white {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFF;
}
.bg_gray {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #EEE;
}
.bg_foot {
	float: left;
	height: auto;
	width: 100%;
	background-color: #C9C9C9;
	padding-top: 40px;
	padding-bottom: 15px;
	color: #020202;
}

.font_blue {
	color: #3182FF;
	text-decoration: none;
}
.font_black {
	color: #000000;
	text-decoration: none;
}




.body {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}



.left_text {
	float: left;
	height: auto;
	width: 619px;
}
.left_text2 {
	float: left;
	height: auto;
	width: 100%;
	font-size: 22px;
	line-height: 35px;
	color: #000;
	text-decoration: none;
	margin-bottom: 24px;
}
.right_pic {
	float: left;
	height: auto;
	width: 512px;
}
@media (max-width: 800px) {
.body {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}
.about {
	font-size: 23px;
	line-height: 35px;
	color: #000;
	text-decoration: none;
	background-image: url(images/index_02.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.left_text {
	float: left;
	height: auto;
	width: 100%;
}
.right_pic {
	float: left;
	height: auto;
	width: 512px;
	display: none;
}
}
