@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px
	}
body{
	background-color: #1b1b1b;
}
#wrapper{
	overflow:hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#logo {
    height: 176px;
    width: 437px;
    float: left;
    margin-left: 2%;
    position: fixed;
    z-index: 9;
    /*margin-top: -32px;*/
}
.t1{
	-webkit-animation-duration:1s;
	animation-duration:1s;
	}
#head{
	/*width:1900px;*/
	height:111px;
	background-image:url(images/head_bgz.jpg);
	position:relative;
/*	background-repeat:no-repeat;*/
}
#head #t_bt{
    font-family: "微軟正黑體",Arial;
    font-weight: bold;
    font-size: 14px;
    color: black;
    width: auto;
    height: 20px;
    position: relative;
    top: 15px;
    float: right;
    right: 29px;
    z-index: 1;
}
#head ul{
	float:left;
}
#head li{
    float: left;
    list-style: none;
    margin-left: 2px;
    margin-right: 6px;
}
#t_bt ul li a {
	text-decoration: none;
	color: #000;
}
#t_bt ul li:hover {
	color: #FF4A02;
}
#head #city{
	width:100%;
    text-align: center;
    position: relative;
   	top: 180px;
   	color: #f9f7f7;
    float: left;
    word-break: break-all;   
    font-size: 15px;
    font-family: "微軟正黑體",Arial;
	font-weight:bold;
	z-index: 1;
}
#head #city a{
	text-decoration: none;
    color: #f9f7f7;	text-shadow: 0px 0px 20px #676364, 1px 1px 3px #131212;	
}
#head #city a:hover{
	color: #08e5ea;
}
#head #title{
    font-family: "微軟正黑體",Arial;
    font-weight: bold;
    font-size: 15px;
    color: white;
    width: auto;
    height: 20px;
    position: relative;
    top: 85px;
    float: right;
	right: -254px;
    z-index: 1;
}
#head img {
    position: absolute;
    right: 0px;
}
#nav{
    background-image: url(images/nav_bg.png);
    background-repeat: no-repeat;
    width: 100%;
   /* left: 100%;
    margin-left: calc(-50% - 950px);*/
    height: 83px;
    z-index: 3;
    position: absolute;
}
#nav ul{
    width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#nav li{
	float:left;
	list-style:none;
}
#con{
	background-color:#d6d6d6;
	width:100%;
	height:250px;
    position: relative;
}

#icon{ 
    top: 200px;
    right: 20px;
    position: fixed;
    float: right;
    width: 77px;
    z-index: 3;
}
#icon ul{
	
}
#icon li{
	list-style:none;
	margin-bottom:8px;
}
#icon li img{
	transition:all 1s ease;
}
#icon li img:hover{
    transform:rotate(360deg);
}
#slider{	    
    position: relative;
/*    margin-top: -83px;*/
   /* height: 900px;*/
	z-index: -2;
}
#line_link{
	width: 670px;
    height: 230px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 22px;
    position: absolute;
    top: 424px;
    left: 30%;
    z-index: 9;
    overflow: hidden;
}
#text2{
	width: 430px;
    height: auto;
    float: left;
    margin-top: 31px;
    margin-left: 25px;
}
#text2 p{
	font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #f7faf3;
    line-height: 23px;
    letter-spacing: 1px;
}
#qr{
	width: 189px;
    height: auto;
    float: left;
    margin-top: 25px;
    margin-left: 20px;

}
#qr img{
	width: 88%;
    height: auto;
	}
#board{
    position: relative;
    margin-top: -6px;
    top: -286px;
    z-index: 2;
}
#board1{
    width: 196px;
    height: 109px;
	padding-left: 46px;
	background-image:url(images/board_1.jpg);
}
#board2{
	width: 213px;
    height: 109px;
    padding-left: 29px;
	background-image:url(images/board_2.jpg);
}
#board3{
	width: 211px;
    height: 109px;
    padding-left: 31px;
	background-image:url(images/board_3.jpg);
}
#board4{
	width: 222px;
    height: 109px;
    padding-left: 20px;
	background-image:url(images/board_4.jpg);
}
#wrapper #board ul p {
	font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	margin-bottom: 7px;
}
#wrapper #board ul p a{
	color: #000;
    text-decoration: none;
}
#wrapper #board ul p a:hover{
	color: #F60;
    text-decoration: none;
}
#board ul{
	width:1039px;
	margin-left:auto;
	margin-right:auto;
}
#board li{
/*	float:left;
	list-style:none;
    margin-right: 17px;
	transition:all 0.5s ease;*/
	float: left;
    list-style: none;
    margin-right: 17px;
    padding-top: 185px;
    /*padding-left: 46px;*/
    transition: all 0.5s ease;
}
#board li:hover{
     margin-top: -100px;
}

#bt3{
    position: absolute;
    width: 460px;
    top: 100px;
    /*top: 151px;*/
    margin-left: calc(50% - 230px);
}
#bt3 ul{
	width:460px;
}
#bt3 li{
	list-style:none;
	float:left;
	margin-right: 39px;
}

.paydiv{
    width:100%;
    text-align:center;
    position:absolute;
    top: 230px;
    z-index: 1;
}
.paydiv .box{
    width: 450px;
    margin:0 auto;
    font-size: 25px;
    font-weight:bold;
    padding: 2%;
    background-color: #eaedeec2;
    color: #000000;
}

#linkokinn{
	width:100%;
    text-align: center;
    position: relative;
   	top: 230px;
    float: left;
    word-break: break-all;   
    font-size: 25px;
    font-family: "微軟正黑體",Arial;
	font-weight:bold;
	z-index: 1;
}
#linkokinn a{
	text-decoration: none;
    color: #08e5ea;	text-shadow: 0px 0px 10px #060606, 1px 2px 3px #0e0e0e;	
}
#linkokinn a:hover{
	color: #ef3c8a;
}
#footer{
	width: 100%;
	height: 47px;
	background-color: #1b1b1b;
	position: relative;
	/* margin-bottom: -68px; */
	bottom: 0px;
	font-family: "微軟正黑體",Arial;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
#footer #text{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    top: -17px;
    position: relative;
}
#link{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*text-align: left;*/
    position: relative;
    /*top: -102px;*/
    top: -150px;
    overflow: auto;
    min-height: 100px;
    padding: 10px 20px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: "微軟正黑體",Arial;
	font-weight:bold;
}
#link a{
	text-decoration: none;
	color: #1B1B1B;
}
#link :hover{
	color: #039;
}
#views{
    font-size: 14px;
    color: #000;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    position: absolute;
    top: 218px;
    right: 20px;
    float: right;
}
@media screen and (max-device-width: 400px){
	#nav ul{
/*    width:1115px;*/
    width:100%;
	margin-left:auto;
	margin-right:auto;
}
#icon {
	float:none;
}
#line_link {
    width: 670px;
    height: 220px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 22px;
    position: absolute;
    top: 22%;
    left: 15%;
    z-index: 3;
    overflow: hidden;
}
#board li {
    margin-right: 3px;
	}
#con {
    height: 520px;
}
#bt3 {
    top: 346px;
}	
#link {
    top: 152px;
}
#linkokinn{
   	top: 450px;
 
}
#footer {
	bottom:-30px;
}
#views{
    top: 348px;
}