* {
	padding: 0;
	margin: 0;
	outline: none;
	box-sizing: border-box;
	font-family: "微軟正黑體", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-decoration: none
}
html {
	height: 100vh;
	font-size: 22px;
}
body {
	position: relative;
}
.topmod {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: right;
	height: 65px;
	border-bottom: 8px solid #0c2f55
}
.topmod a#nav {
	display: inline-block;
	line-height: 57px;
	position: absolute;
	right: 0;
	border-bottom: 8px solid #66aa2b;
	width: 54px;
	text-align: center;color: #8a8a8a;
	font-size: 28px;
}
.topmod a#navclose {
	line-height: 57px;
	position: absolute;
 border-bottom: 8px solid #66aa2b;
	right: 0;
	text-align: center;
	background: #fff;
	width: 54px;
	display: none;
	z-index: 1;
	color: #8a8a8a
}
.toplogo {
	width: auto;
	height: 57px;
	float: left;
	margin-left: 10px
}
.toplogo a {
	height: 57px;
	display: block;
	text-align: center;
	border-radius: 120px;
	overflow: hidden;
}
.toplogo img {
	max-height: 100%;
}
.footer {
	background: #0c2f55;
	position: absolute;
	height: 27px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 10;
	line-height: 27px
}
.footer p {
	font-size: 9px;
}
.menu {
	background: #0c2f55;
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 65px;
	z-index: 3;
	display: none;
	text-align: center
}
.menu ul {
	height: auto;
	width: 100%;
	list-style: none;
	text-align: left
}
.menu ul li {
	border-bottom: 1px solid #6a6a6a;
	color: #fff;
	font: 12px/32px "微軟正黑體";
	padding-left: 6%
}
.menu ul li.active {
	background: #66aa2b
}
.menu ul li a {
	color: #fff;
	display: block;
	height: 100%;
	height: 32px;
	font: 12px/32px "微軟正黑體";
}
.menu ul li ul li:before {
	content: "●";
	transform: scale(0.4);
 
	display: inline-block;
	float: left
}
.menu ul li ul li {
	padding: 0;
	border: 0;
}
.menu ul li ul li.active {
	margin-left: -20px;
	padding-left: 20px;
}
.menu .lang{
	width: 30px;
	display: inline-block;
	height: 30px;
	border-radius: 30px;
	margin: 10px;
	border: 1px solid #fff;
	font-size: 12px;
	line-height: 28px;
}
.menu .lang a{
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.menu .lang.active{
	background: #66aa2b;
	border: #66aa2b
}
.inner .topmod, .inner .footer{
	position: relative
}
.inner .container{
	position: relative;
}
.first {
	background: url("../images/first.jpg") center no-repeat;
	background-size: cover
}
.second {
	background: url("../images/second.jpg") center no-repeat;
	background-size: cover
}
.third {
	background: url("../images/third.jpg") center no-repeat;
	background-size: cover
}
.title{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	text-align: center
}
.title span{
	font-size: 6.5em;
	color: #fff;
	
}
.inn_banner{
	width: 100%;
	height: 170px;
	position: relative
}
.inn_banner.p1{
	background: url(../images/inner_banner1.jpg) center no-repeat;
	background-size: cover;
}
.inn_banner.p2{
	background: url(../images/inner_banner2.jpg) center no-repeat;
	background-size: cover;
}
.inn_banner.p3{
	background: url(../images/inner_banner3.jpg) center no-repeat;
	background-size: cover;
}
.inn_banner.p4{
	background: url(../images/inner_banner4.jpg) center no-repeat;
	background-size: cover;
}
.inn_banner.p5{
	background: url(../images/inner_banner5.jpg) center no-repeat;
	background-size: cover;
}
.inn_banner.a1{
	background: url(../images/inner_bannera.jpg) center no-repeat;
	background-size: cover;
}
.inn_banner span{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,.3);
	position: absolute;
	font-size: 2em
}
.innerinfo{
	padding: 5px 25px 15px;
	color: #4e4e4e;
	font-size: 12px;
	line-height: 16px;
}
.innerinfo h1{
	font-size:13px;
 
	color: #66aa2b;
	line-height: 44px;
	font-family: "微軟正黑體"
}
.innerinfo h1 span{
	font-size: 22px;
	vertical-align: middle;
	font-weight: normal;
	margin-right: 5px;
}
.innerinfo h1 p{
	text-decoration: underline;
	display: inline-block
}
.innerinfo img{
	margin: 10px 0;
	max-width: 100%;
}
.innerinfo.about{
	font-weight: bold;
}
.innerinfo.about ul{
	font-weight: normal;
	list-style: disc;
	margin-left: 15px;
}