@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, SansSerif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a:link {
	color: #b2b2b2;text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited { color: #b2b2b2; text-decoration: none} /*

/* ----------top區----------------- */
.top {
	width: 100%;
	height: 48px;
	position: relative;
	background-color: #fff;
}
.page_top {
	width: 100%;
	height: 48px;
	position: relative;
	background-color: #252525;
}
.page_top_title {
	display:block;
	top: 0;
	font-family:"微軟正黑體";
	font-weight:bold;
	font-size: 25px;
	color: #92c532;
	text-align: center;
	line-height: 48px;}
.logo {
	display:block;
	width: 133px;
	height: 48px;
	position: absolute;
	background-image: url("../images/btn_logo.jpg");
	background-size: cover;
	top: 0;
	left: 0;
}
.btn_menu {
	display:block;
	width: 48px;
	height: 48px;
	position: absolute;
	background-image: url(../images/btn_top_menu.png);
	background-size: cover;
	top: 0;
	right: 0;
}
.btn_back {
	display:block;
	width: 49px;
	height: 48px;
	position: absolute;
	background-image: url(../images/btn_back.png);
	background-size: cover;
	left: 0;
}


.main_banner {
	width: 100%;
	height: auto;
	position: relative;
}
.main_banner .swiper-slide img{
	display: block;
	width: 100%;
}
.main_banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #cfcfcf;
	background: #fff;
  opacity: 1;
}
.main_banner .swiper-pagination-bullet-active {
  background: #b90000;
}


#NAV{
	position:fixed;
	top:0;
	z-index:888;
	width:100%;
	height:100%;
	margin:0 auto;
	background-color:rgba(0,0,0,0.7);
	display:none;
}

#NAV #XX{
	display:block;
	width:30px;
	height:30px;
	color:#FFF;
	font-size: 20px;
	text-align:center;
	line-height:30px;
	position:absolute;
	right:0px;
	top:-30px;
}

#NAV ul{
	width:80%;
	height:280px;
	position: relative;
	margin: 50px auto 0 auto;
}

#NAV li{
	width:100%;
	float:none;
}

#NAV li a{
	display:block;
	width:100%;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #333;
	color:#000;
	border-radius:5px	
}

#NAV li a:hover{
	background-color: #92c532;
	border-radius:5px;
	color: #FFF;
}






.banner_box {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom:15px;
	padding-top:15px;
	
}
.banner_box .swiper-slide{
	width: 73%;
}
.banner_box .swiper-slide a{
	display:block;
	width: 274px;
}
.banner_box .swiper-slide img{
	display: block;
	width: 100%;
}

 
.footer {
	width: 100%;
	height: 75px;
	position: relative;
	text-align: center;
	background-color: #333;
	float: right;
	padding: 10px 0 7px 0;
	display: block!important;
}
.cr {
	width: 100%;
	height: 45px;
	position: relative;
	font-family: "微軟正黑體";
	color: #b2b2b2;
	font-size: xx-small;
	line-height: 15px;
	margin: 0px auto;
}
.link {
	width: 100%;
	height: 15px;
	line-height: 15px;
	position: relative;
	font-family: "微軟正黑體";
	color: #b2b2b2;
	font-size: xx-small;
	margin: 0px auto;
	margin-top: 10px;
}
.link a {
	color: #b2b2b2;
}
.link a:hover {
	color: #fff;
}
