@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body{
	margin:0;
	padding:0;
	background: #ffffff url(../images/body-bg.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	font-family: "微軟正黑體", Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.both {
	clear: both;
}
a{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	background-color: #57577c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 32px;
	text-align: center;
}
.header .bg {
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	line-height: 32px;
	font-size: 13px;
}
.header .bg .txt {
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
}
.header .bg a {
	font-weight: bold;
	color: #FFF;
}
.header .bg .runma {
	float: right;
	width: 500px;
	margin-right: 30px;
	margin-left: 30px;
}




.banner {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 0 15px #000000;
	-moz-box-shadow: 0 0 15px #000000;
	box-shadow: 0 0 15px #000000;
}

.menu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 15px;
	-webkit-box-shadow: 0 0 15px #000000;
	-moz-box-shadow: 0 0 15px #000000;
	box-shadow: 0 0 15px #000000;
}
.menu ul li {
	background-image: url(../images/menu-li.jpg);
	float: left;
	height: 42px;
	width: 123px;
	line-height: 42px;
	text-align: center;
	background-position: right center;
}
.menu ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.menu ul li a:hover {
	text-decoration: underline;
}
.menu ul li.list {
	background-image: url(../images/menu-li2.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	width: 129px;
}

.wrapper {
	background-color: #272727;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 0 15px #000000;
	-moz-box-shadow: 0 0 15px #000000;
	box-shadow: 0 0 15px #000000;
}
.wrapper .content {
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .content .left {
	float: left;
	width: 225px;
	margin-right: 20px;
	margin-left: 10px;
}
.wrapper .content .left table tr td {
	color: #FFF;
	border: 1px solid #FFF;
	font-size: 13px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.wrapper .content .left table tr td a {
	color: #FFF;
	text-decoration: none;
}
.wrapper .content .left table tr td a:hover {
	text-decoration: underline;
}

.wrapper .content .left .more    {
	color: #e1ac6a;
	font-size: 13px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}
.wrapper .content .left .more a {
	color: #e1ac6a;
	text-decoration: none;
}
.wrapper .content .left .more a:hover {
	text-decoration: underline;
}
.wrapper .content .left .nn {
	margin-bottom: 20px;
}
.wrapper .content .left .nn table {
	border: 1px solid #FFF;
}
.wrapper .content .left table tr th  {
	background-color: #01568F;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.wrapper .content .left table tr .th2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.wrapper .content .left .nn table tr td {
	background-color: #EEE;
	color: #333;
	padding: 5px;
}
.wrapper .content .left .line {
	width: 214px;
	margin-right: auto;
	margin-left: auto;
}


.wrapper .content .right {
	float: left;
	width: 720px;
}
.wrapper .content .right h2 {
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}
.wrapper .content .right h3 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.wrapper .content .right table {
	border: 2px solid #454545;
	background-color: #000;
	font-size: 13px;
}
.wrapper .content .right table th {
	background-color: #464648;
}
.wrapper .content .right table td {
	background-color: #2e2e2e;
}
.ads {
	background-color: #111111;
	text-align: center;
}

.runad {
	height: 90px;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.runad .rollBox{
	width:985px;
	overflow:hidden;
	height: 90px;
	position: relative;
}
.runad .rollBox .LeftBotton{
	height:85px;
	width:22px;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 10px;
	top: 0px;
}
.runad .rollBox .RightBotton{
	height:85px;
	width:22px;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 963px;
	top: 0px;
}
.runad .rollBox .Cont{
	width:920px;
	overflow:hidden;
	float:left;
	position: absolute;
	left: 37px;
	top: 0px;
}
.runad .rollBox .ScrCont{width:10000000px;}
.runad .rollBox #List1 {
}
.runad .rollBox .Cont .pic{
	width:120px;
	float:left;
	text-align: center;
	height: 44px;
	font-size: 13px;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 20px;
}
.runad .rollBox .Cont .pic img{
	background:#fff;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 44px;
	width: 120px;
}
.runad .rollBox .Cont a:link,.rollBox .Cont a:visited{
	color:#333;
	text-decoration:none;
}
.runad .rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.runad .rollBox #List1,.rollBox #List2{
	float:left;
}
.ads .copyright {
	font-size: 13px;
	font-weight: bold;
	background-color: #111111;
	text-align: center;
	line-height: 21px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.page {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}
.page a {
	text-decoration: none;
	color: #FFF;
	display: block;
	line-height: 19px;
	text-align: center;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
.page a:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #616D66;
}
.page .a1 {
	height: 19px;
	width: 61px;
	background-color: #333333;
}
.page .a2 {
	background-color: #333333;
	height: 19px;
	width: 18px;
}
.wrapper .content .right .about {
	font-size: 15px;
	padding: 10px;
	line-height: 21px;
}
.buy {
	font-size: 15px;
	line-height: 21px;
	padding: 10px;
}
.buy h1 {
}
.buy h4    {
	font-size: 17px;
	color: #FC0;
}

.buy ul {
	padding-top: 25px;
}
.buy ul li {
	float: left;
	width: 220px;
	margin-bottom: 20px;
	margin-right: 6px;
	margin-left: 6px;
}
.buy ul li .img {
	margin-bottom: 8px;
}
.buy ul li p {
	margin-left: auto;
	width: 120px;
	margin-right: auto;
}
.buy ul li h5 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 19px;
	color: #FF0;
}

.wrapper .content .right .buy2 {
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
	font-size: 19px;
	border: 2px dashed #CCC;
}
.wrapper .content .right .buy2 h1 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #ffc600;
}
.wrapper .content .right .buy2 h2 {
	background-image: url(../images/room/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 19px;
}
.wrapper .content .right .buy2 p {
	padding-left: 15px;
	margin-bottom: 15px;
}
.wrapper .content .right .buy2 .abc {
	margin-bottom: 15px;
	position: relative;
}
.wrapper .content .right .buy2 .ll {
	position: absolute;
	left: 430px;
	top: 5px;
}
.wrapper .content .right .buy2 .rr {
	position: absolute;
	left: 480px;
	top: 5px;
}
.wrapper .content .right .buy2 .cba {
	float: right;
}
.wrapper .content .right .buy2 .abc p .ojoj {
	color: #6FF;
}




.contact {
	width: 90%;
	margin-left: 5%;
	float: left;
}
.style12 {
	font-size: 21px;
	color: #FFFFCC;
	font-weight: bold;
}
.style13 {
	font-weight: bold;
	font-size: 15px;
}
.txt1 {
	height: 36px;
	width: 60%;
	margin-bottom: 15px;
}
.txt2 {
	height: 36px;
	width: 80%;
	margin-bottom: 15px;
}
.txt3 {
	width: 80%;
	margin-bottom: 15px;
}
.txt4 {
	background-color: #FFF;
	border: 1px solid #ABADB3;
	color: #333;
	height: 36px;
	width: 60%;
	line-height: 36px;
}
.txt5 {
	height: 36px;
	width: 95%;
}
.wrapper .content .right .contact .nono {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #272727;
}
.wrapper .content .right .contact .nono tr td {
	background-color: #272727;
}


.wrapper .content .right .contact .pp {
	background-color: #000;
	height: 36px;
	border: 1px solid #FFF;
	width: 100px;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}


.btn {
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 115px;
	background-color: #383838;
	margin-bottom: 60px;
}
.wrapper .content .right .order {
	padding: 10px;
}
.wrapper .content .right .order ul li {
	border: 1px dashed #EEE;
	padding: 10px;
	margin-bottom: 10px;
}

.wrapper .content .right .order ul li .lll {
	float: left;
	font-size: 17px;
	margin-right: 30px;
	width: 350px;
}
.wrapper .content .right .order ul li .rrr {
	float: left;
	color: #FF9;
	font-size: 14px;
}
