@charset "utf-8";
/* CSS Document */
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
	background:url(../images/bg.jpg);
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0e2027;
}
img {
	border: 0;
}
img.bg {
  /* Set rules to fill background */
  min-height: 550px;
  min-width: 1200px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
.topMenu{
	  display:none;
}
}
	
table {
	font-size: 12px;
	font-family: "Arial";	
}


ul {
	text-shadow: none;
	color: #ffffff;
	text-align: left;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #FD0D6C;
}
.topMenu{
	z-index: 10;
	/* background-color: #800000; */
	position: absolute;
	width: 100%;
}
.topMenuBg {
	font-size: 12px;
    font-family: "Arial";
}
.topMenuBg ul{
	text-shadow: none;
	overflow: hidden;
	height: 35px;
	max-width: 100%;
	text-align: center;
	margin:0;
	padding:0;
	list-style-type: none;
}
.topMenuBg ul li {
	top:7px;
    position: relative;
	display:inline;margin-right:18px;
}
.topMenuBg li a{color:#FFF;}
.topMenuBg li a:hover {color: #FF0;}
.n_logo{margin-left: 60px;}
.logo {
    background: url(../images/logo.png) no-repeat top left;
    width: 90px;
    height: 35px;
    position: absolute;
    top: -10px;
    left: -72px;
}

i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon_star.png) no-repeat top left;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.i01{ display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon_pink.png) no-repeat top left;
    position: relative;
    top: 3px;
    margin-right: 3px;
    
}

.menuList {
	width: 90px;
	height: 21px;
	padding-top: 8px;
	text-align: center;
}

.bottomMenu {
	float:left;
	background: url(../images/menuIco.gif) left no-repeat;
	padding: 4px 0 0 13px;
}

.copyright {
	font-size: 11px;
	color: #585858;
	padding-top: 5px;
	padding-bottom: 10px;
}

.bonusLogo {
	width: 64px;
	height: 42px;
	background:url(../images/bonusLogo.png) left no-repeat;
}

.class {
	width: 69px;
	height: 42px;
	background:url(../images/class.png) right no-repeat;
}


.container{margin:0 auto;height:auto;width: 100%;}

.banner{
   height: 420px;
   margin: 0 auto;
   max-width: 1105px;
   /* margin-top: 35px; */
}

.b_logo{
	position: absolute;
	width: 995px;
	height: 508px;
	background: url(../images/b_logo.png) no-repeat;
	margin: 0 0 0 35px;
	z-index: -1;
}

.menu_box{
	position: absolute;
	width: 100%;
	margin-top: -10px;
	margin-left: 35px;
	z-index: 500;
	}
.menu{
	margin: 0px auto;
	width: 1100px;
	text-align: center;
}
@media screen and (max-width:1024px){
.menu_box{ 
	margin-left: 100px;

}
h2 img{height:100px;}

}

.menu ul{
list-style:none;
display: inline-block;
}
.menu ul li,.menu ul li a{
 display:inline;
 margin: 0px 30px;
}

.menu_01s {
	width:155px;
	height:155px;
	background:url(../images/menu.png) no-repeat 0px -155px ;
	float: left;
	margin: 0;
}

.menu_01 a {
	width:155px;
	height:155px;
	float:left;
	background:url(../images/menu.png) no-repeat;
	
}

.menu_01 a:hover {  
	background:url(../images/menu.png) no-repeat 0 -155px;
}

.menu_02s {
	width:155px;
	height:155px;
	background:url(../images/menu.png) no-repeat -155px -155px;
	float: left;	
}

.menu_02 a {
	width:155px;
	height:155px;
	float:left;
	background:url(../images/menu.png) no-repeat -155px 0;
}

.menu_02 a:hover {
	background:url(../images/menu.png) no-repeat -155px -155px;
}

.menu_03s {
	width:155px;
	height:155px;
	background:url(../images/menu.png) no-repeat -310px -155px;;
	float: left;
}

.menu_03 a {
	width:155px;
	height:155px;
	float:left;

	background:url(../images/menu.png) no-repeat -310px 0;
}

.menu_03 a:hover {
	background:url(../images/menu.png) no-repeat -310px -155px;
}

/*盒子*/
#box_bg{
	position: relative;
	margin: 0 auto;
	z-index: 7;
	display: block;
	border:30px solid transparent;
	width: 100%;
	max-width: 1100px;
	border-image: url(../images/box_bg.png) 45 45 repeat;
	-moz-border-image:url(../images/box_bg.png) 65 65 repeat;    /* 給 Firefox 看*/
	-webkit-border-image:url(../images/box_bg.png) 65 65 repeat;    /* 給 Safari 與 Chrome 看*/
	-o-border-image:url(../images/box_bg.png) 65 65 repeat;        /* 給 Opera 看*/
	border-width: 45px 45px;
	box-sizing: border-box;
	min-height: 300px;
	padding-left: auto;
	padding-right: auto;
	margin-top: -5px;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 20px;
}





.content {
	font-family: "微軟正黑體";
	color: #ffffff;
	margin: 0 auto;
	min-height: 400px;
	padding-top: 20px;
	background-color: #003e52;
	padding: 140px 10px 0 10px;
}

.content a, .content a:visited{
	font-size: 20px;
	color: #fff700;
	text-decoration: none;
	font-weight:bolder;
}
.content a:hover{
	color: #ff8d00;
}
.content table{ 
margin-bottom:50px;
}
.content table a, .content table a:visited{
	color: #8000cf;
	text-decoration: none;
	font-weight:bolder;
}
.content table a:hover{
	color: #e606de;
}

.content ul, .content li {
	font-size: 18px;
	width: auto;
	padding: 0;
	text-align: left;
	margin: 0px 40px 0px 45px;
	line-height: 30px;
	font-weight: bold;
}
.content p{
    line-height: 30px;
}
.c01{padding:10px 0 30px 0px;}
h1{margin:-10px 0 20px -30px; text-align:center}
h2{margin: 30px 40px 30px 40px;}
h3{
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffbda9;
	margin: 20px 50px 10px 50px;
}



	

.p_1 {
    color: #ffffff;
    font-family: "微軟正黑體";
    font-size: 20px;
	line-height:30px;
    margin: 15px 40px 15px 50px;
    text-shadow: none;
}

.style1 {
	color: #efff00;
	font-size: 22px;
	font-family: "微軟正黑體";
}

.style2 {
    font-family: "微軟正黑體";
    color: #a9ff00;
    font-size: 22px;
    font-weight: bold;
}
.style3 {
	font-family: "微軟正黑體";
	color: #ffffff;
	font-size: 22px;
	font-weight: bolder;
	margin: 20px 85px 30px 85px;
}
.style4 {
	font-family: "微軟正黑體";
	color: #FCC;
	font-size: 18px;
}

.left{text-align:left!important;}
.center{text-align: center;}

/*bg*/
.t_b1{background-color: #086700;color: #efff00;}
.t_b1 a{ color:#ffed00 !important}
.t_b1 a:hover{ color:#fff9ab  !important}
.t_b2{background-color: #20734b;color: #FFF;}
.t_b3{background-color: #298848;color: #FFF;}
.t_b4{
	background-color: #FF6600;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	font-size: 18px;
	font-weight: normal;
}
.t_b5{
	background-color: #6633CC;
	color: #FFF;
	font-family: "微軟正黑體";
	font-size: 20px;
}
.t_b6{
	color: #000;
	font-family: "微軟正黑體";
	font-weight: bold;
	font-size: 22px;
}
.t_b7{background-color: #A17136;}
.t_b8{background-color: #000000;}
.t_b9{
	border: 3px solid #f9ff7d;
    background-color: #fbffa9;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
}
.line td {
    line-height: 30px;
    font-size: 15px;
    font-weight: bolder;
	font-family: "微軟正黑體";
}

/*footer*/
#footer {
    font-size: 13px;
    font-family: "Arial";
    background-color: #151515;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 5px #44a796 solid;
    }
.footer {
	position: relative;
    display: inline-block;
    width: 1105px;
    padding: 15px 0 0 0;
    color: #DBDBDB;
    bottom: 0;
    text-align: center;
    clear: both;
    z-index: 10;
}
.footer .pr {
    position: relative;
	
}
.footer a {
    color: #DBDBDB!important;
}
.footer a:hover {
    color: #FFF!important;
}
.footer a:active {
    color: #F8F51E!important;
}
.footer a:focus {
    color: #F8F51E!important;
}
.footer a.bonusLogo {
    display: block;
    float: left;
    width: 64px;
    height: 42px;
    background: url(../images/bonusLogo.png) no-repeat;
    overflow: hidden;
    margin: 0 5px 0 0;
    display: inline-block;
    text-indent: -9999px;
}
.footer a.class {
    width: 50px;
    height: 49px;
    background: url(../images/class.png) no-repeat;
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px;
}
.footer ul {
	text-shadow: none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: disc;
}
.footer li {
    display: inline;
    margin: 0 5px 0 5px;
    line-height: 22px;
}
.footer li a {
    color: #DBDBDB;
}
.footer .s1 {
    float: left;
    margin: 3px 6px 0 0;
}

.footer .s2 {
    float: left;
    color: #5F5F5F;
    clear: both;
    position: absolute;
    margin: 25px 0 0 68px;
	font-family: "Arial";
}

.footer ul {
	text-shadow: none;
    color: #fff;
    text-align: left;
}


/*float*/
#float_top {
	z-index:999; 
	position:fixed;
	right: 20px;
    bottom:70px;
}
#float_top .login a {
    position: absolute;
    top: 36px;
    width: 110px;
    height: 138px;
    margin: 0px 0 0 0;
    background: url(../images/top.png) no-repeat 0 0;
}

#float_top .login a:hover {
	background: url(../images/top.png) no-repeat 0px -168px;
	text-align: right;
}
#float_top .top a {
    background: url(../images/top.png) no-repeat 0px -139px;
    width: 110px;
    height: 30px;
    display: block;
    cursor: hand;
    margin: 172px 0 0 0;
}

#float_top .top a:hover {
    background: url(../images/top.png) no-repeat 0 -305px;
}

@media screen and (max-width:1024px){
#float_top .login a {
	display:none;
}
#float_top a{
    bottom:70px!important;
    width:81px!important;
    cursor: pointer!important;
    height: 55px!important;
	background: url(../images/top.png) no-repeat 0 -333px !important;
}


}


/*商城小物*/
.p_box{margin: 0 0 30px 35px;}
.p_box ul{margin: 0;padding: 0;list-style-type: none;display: inline-block;}
.p_box li{display: inline-block;margin: 0px 10px 40px 25px;}
