﻿* {
	margin: 0;
	padding: 0;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #fff;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
	background-color: #fff;
	color: #666;
	overflow-x: hidden;
}
#container {
	text-align: left;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
	vertical-align: top;
}
#main .wrap {
	width: 1000px;
	margin: 0 auto;
	/*position: relative;*/
}
#header {
	width: 100%;
	z-index: 800;
	height: 79px;
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	background-color: #252525;
	border-bottom: 1px solid #383838;
}

#header h1 {
	/* margin-top: 7px; */
	float: left;
}
#header .topUl {
	margin-top: 28px;
	float: right;
	padding-right: 9px;
}
#header .topUl a {
	display: inline-block;
	margin-right: 2px;
}
#header .hSection {
	width: 1000px;
	margin: 0 auto;
	/* background-color: #242424; */
	box-sizing: border-box;
	position: relative;
	padding: 7px 0 7px;
}
*+html #header .hSection {
	width: 90%;
	margin: 0 auto;
	box-sizing: inherit;
	padding: 10px 20px 7px;
}
#header .hInner {
	/* width: 760px; */
	/* float: right;	 */	
    height: 79px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 254px;
}
#header #gNavi li {
	width: 59px;
	float: left;
	font-size: 16px;
	text-align: center;
	position: relative;
}
#header #gNavi li a {
	padding: 34px 0 29px;
	display: block;
	color: #fff;
}
#header #gNavi li .hot {
	position: absolute;
	top: 15px;
	right: -3px;
	z-index: 999;
}
#header #gNavi li a.on,
#header #gNavi li a:hover {
	background-color: #000;
	color: #fff;
}
#header #gNavi .naviBox {
	display: none;
	position: absolute;
	top: 68px;
	padding-top:10px;
	left: -33px;
	z-index: 1200;
}
#header #gNavi .subNavi {
	width: 110px;
	background: rgb(255 255 255 / 98%);
	/* background: url(../images/sub_navi_bg.png) repeat center top; */
	padding: 0 10px;
	border: 2px solid #ffd053;
}
#header #gNavi .subNavi li {
	float: none;
	height: auto;
	margin-right: 0;
	width: auto;
	font-size: 13px;
	border-bottom: 1px solid #d9d9d9;
}
#header #gNavi .subNavi li a {
	padding: 11px 0 11px;
	height: auto;
	color: #666;
}
#header #gNavi .subNavi li .hot {
	top: 3px;
	right: 1px;
}
#header #gNavi .subNavi li a:hover {
	border-bottom: none;
	color: #ffd053;
	border-top: none;
	background-color: inherit;
}
#header #gNavi .subNavi li .arrow {
	position: absolute;
	top: -7px;
	left: 50px;
}
#header #gNavi .naviBox02{
	display: none;
}
#header #gNavi .naviBox02 .subNavi {
	width: 220px;
}
#header #gNavi .naviBox02 .subNavi li {
	width: 110px;
	float: left;
}
#header #gNavi .naviBox02 .subNavi li .arrow {
	left: 23px;
}
/*topSection*/
.topSection {
	margin-top: 79px;
	padding: 18px 0 5px;
	background-color: #ffffff;
}
.topSection .wrap {
	width: 1000px;
	margin: 0 auto;
}
.topSection .wrap .topInfo {
	width: 230px;
	float: left;
	margin-right: 40px;
	position: relative;
}
.topSection .wrap .topInfo:after {
	content: "";
	border-right: 1px dashed #898989;
	position: absolute;
	top: 10px;
	right: 0;
	height: 25px;
}
.topSection .wrap .topInfo4 {
	margin-right: 0;
}
.topSection .wrap .topInfo:last-child:after {
	border-right: none;
}
.topSection .wrap .topInfo ul {
	margin-bottom: 15px;
}
.topSection .wrap .topInfo li {
	width: 80px;
	font-size: 14px;
	float: left;
}
.topSection .wrap .topInfo .ttl {
	width: 40px;
	color: #000;
	margin-right: 15px;
}
.topSection .wrap .topInfo a {
	color: #898989;
}
.topSection .wrap .topInfo1 {
	width: 230px;
	margin: 0 20px 0 15px;
}
.topSection .wrap .topInfo3 {
	width: 220px;
	margin-right: 25px;
}
.topSection .wrap .topInfo1:after {
	right: 0px;
}
.topSection .wrap .topInfo4 {
	width: 220px;
}
.topSection .wrap .topInfo li.on a,
.topSection .wrap .topInfo li a:hover {
	color: #ffd053;
	text-decoration: underline;
}
.pai {
	position: relative;
}
.pai a {
	z-index: 99;
	position: relative;
}
.pzxs{ overflow:hidden; position:absolute; top:13px; left:-20px;  opacity:0; height:0px;-moz-transition:.8s;-ms-transition:.8s;-webkit-transition:.8s; z-index: 9999;}
.pai:hover .pzxs{opacity:1; height:346px;  z-index:999; -moz-transition:.8s;-ms-transition:.8s;-webkit-transition:.8s;}
.pai{ position:relative;-moz-transition:.8s;-ms-transition:.8s;-webkit-transition:.8s;}
.pzxs:hover{ opacity:1;height:260px; display:block; z-index:1200;-moz-transition:.8s;-ms-transition:.8s;-webkit-transition:.8s;}


/*-------footer-----start--------------*/
.footer {
	overflow: hidden;
	padding: 35px 0 35px;
	background-color: #fdfdfd;
    border-top: 1px solid #ededed;
}
.footer .wrap,
.footer .fBox {
	width: 1000px;
	margin: 0 auto;
}
.footer .fInner .contactUl {
	margin-right: 50px;
	float: left;
	width: 220px;
	text-align: center;
}
.footer .fInner .contactUl li {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 42px;
}
.footer .fInner .contactUl li a {
	display: block;
	border: 1px solid #ababab;
	color: #959494;
}
.footer .fInner .contactUl li span {
	display: inline-block;
	padding-left: 33px;
}
.footer .fInner .contactUl li a:hover {
	border: 1px solid #ffd053;
	color:#ffd053;
}
.footer .fInner .contactUl .li01 span {
	background: url(../images/icon08.png) no-repeat left center;
}
.footer .fInner .contactUl .li02 span {
	background: url(../images/icon09.png) no-repeat left 12px;
}
.footer .fInner .tel {
	width: 240px;
	float: left;
	font-size: 14px;
}
.footer .fInner .tel .sp01 {
	margin-bottom: 4px;
	display: block;
	color: #999;
}
.footer .fInner .tel .sp02 {
	color: #6a6a6a;
	margin-bottom: 20px;
	font-size: 20px;
	display: block;
}
.footer .fInner .tel .sp03 {
	margin-top: 5px;
	display: block;
	color: #6a6a6a;
	line-height: 1.5;
	font-size: 13px;
}
.footer .fInner .fUl {
	float: right;
	width: 490px;
}
.footer .fInner .fUl li {
	width: 180px;
	float: left;
	color: #a7a7a7;
	font-size: 14px;
}
.footer .fInner .fUl li a {
	color: #a7a7a7;
}
.footer .fInner .fUl .li03 {
	width: 130px;
}
.footer .fInner .fUl li span {
	margin-top: 7px;
	display: block;
	color: #535353;
	font-weight:normal;
	font-size: 12px;
}
.footer .fInner .fUl li p {
	padding-top: 65px;
}
.footer .fInner .fUl .li01 p {
	background: url(../images/f_img02.png) no-repeat left top;
}
.footer .fInner .fUl .li02 p {
	background: url(../images/f_img02.png) no-repeat -180px top;
}
.footer .fInner .fUl .li03 p {
	background: url(../images/f_img02.png) no-repeat -370px top;
}
.footer .fInner .fUl li a:hover span,
.footer .fInner .fUl li a:hover p {
	color: #ffd053;
}
.footer .fInner {
	margin-bottom: 20px;
}
.footer .fImg {
	margin-bottom: 20px;
}
.footer .fNavi {
	text-align: center;
	margin-bottom: 16px;
}
.footer .fNavi li {
	margin: 0 12px;
	display: inline;
	font-size: 12px;
	color: #bd8259;
}
.footer .fNavi .last {
	background: none;
}
.footer .fNavi li a {
	color: #999;
}
.footer .fNavi li a:hover {
	color: #ff0000;
}
.footer .copyright {
	text-align: center;
	color: #646464;
}
.footer .copyright span {
	margin-right: 20px;
}

/*-------首页登录-----start--------------*/
.login {
	padding: 0 30px 20px;
	margin: 0 auto;
	overflow: hidden;
	height: 360px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
}
.login .button {
	background: url(../images/index/buttonbtn.png) top center no-repeat;
	width: 259px;
	height: 46px;
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	margin: 10px auto;
}
.login .button a {
	font-size: 18px;
	color: #fff;
	display: block;
	width: 129px;
	float: left;
	height: 46px;
	line-height: 44px;
	text-align: center;
}
.login .button a.freeplay {
	width: 129px;
	text-align: center;
}
.login .button a:hover {
	color: #fefba6
}
.login p {
	height: 38px;
	line-height: 38px;
	margin-bottom: 9px;
	position: relative;
}
.login .ttl {
	margin: 0 -31px 28px;
	text-align: center;
	height: auto;
	line-height: inherit;
}
.login p .img01 {
	position: absolute;
	top: 10px;
	left: 10px;
}
.login .title {
	margin: 0;
}
.login .ttl span {
	font-size: 14px;
}
.login p input[type=text], .login p input[type=password] {
	width: 180px;
	padding-left: 30px;
	height: 33px;
	line-height: 33px;
	border: none;
	color: #767676;
	font-size: 13px;
	display: block;
	border: 1px solid #e7e7e7;
	background-color: #e3e3e3;
}
.login p input:focus {
	transition: all 0.3s;
	border: 1px solid #ffd053;
}
.login .p04 input:focus {
	border: none;
}
.login p input::-webkit-input-placeholder {
	color: #fff;
}
.login p input::-moz-placeholder {
	color: #fff;
opacity:1;
}
.login p input:-moz-placeholder {
	color: #fff;
opacity:1;
}
.login .p03 input {
	width: 108px !important;
}
.login .p06 {
	margin-bottom: 8px;
	height: 22px;
	line-height: 22px; 
}
.login .p06 input {
	margin-right: 5px;
	vertical-align: middle;
}

.login .p02 .forget {
	display: block;
	position: absolute;
	color: #666;
	right: 0;
	top: 5px;
	line-height: 2.0;
	width: 50px;
	text-align: center;
	text-decoration: underline;
}
.login .p02 .forget:hover {
	color: #f00;
}
.login .p03 .test {
	top: 10px;
	right: 15px;
	position: absolute;
}
.login .p04 {
	margin-bottom: 0;
	height: auto;
	line-height: inherit;
}
.login .p03 {
	margin-bottom: 15px;
}
.login .p04 input {
	margin-bottom: 13px;
	border: none;
	width: 210px;
	height: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 0.4s;
	background: url(../images/btn01.png) no-repeat center top;
}
.login .p04 input:hover {
	background: url(../images/btn01_on.png) no-repeat center top;
}
.login .p04 .regbtn {
	width: 210px;
	height: 40px;
	display: block;
}
.login .p04 .regbtn:hover img {
	visibility: hidden;
}
.login .p04 .regbtn:hover {
	background: url(../images/btn02_on.png) no-repeat center top;
}

/*-------下级页面头部登录---start----------------*/
.headbottom {
	height: 54px;
	background-color: #e9e9e9;
}
.headbottom.on {
	position: fixed;
	top: 79px;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.headbottom .subLogin {
	width: 1000px;
	margin: 0 auto;
}
.headbottom .subLogin .title {
	float: left;
}
.headbottom .subLogin li {
	display: inline;
	color: #7c7c7c;
	font-size: 12px;
	line-height: 29px;
}
.headbottom .subLogin li a {
	margin-right: 5px;
	display: inline-block;
	color: #999;
}
.headbottom .subLogin li span {
	margin-right: 5px;
	color: #b78500;
	font-weight: 700;
}
.headbottom .subLogin li a img {
	margin-left: 10px;
}
.headbottom .subLogin .li01, .headbottom .subLogin .li02 {
	margin-right: 5px;
}
.headbottom .subLogin .li03 {
	margin-right: 5px;
}
.headbottom .subLogin .li03 a {
	margin: 0 10px;
	color: #444;
}
.headbottom .subLogin .li04 {
	margin: 0 0 0 8px;
	width: 60px;
}
.headbottom .subLogin .li04 a {
	display: inline-block;
	color: #f00;
}
.headbottom .subLogin .li03 a:hover {
	color: #f00;
}
.headlogin {
	padding: 10px 0 10px;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;	
}
.headlogin .wz {
	float: left;
	margin: 0 25px 0 20px;
}
.headlogin .rform {
	float: left;
	width: 820px;
}
.headlogin input {
	border: 1px solid #ababab;
	width: 135px;
	height: 32px;
	line-height: 32px;
	background-color: #d5d5d5;
	color: #646464;
	padding-left: 30px;
	float: left;
	font-size: 14px;
}
.headlogin input::-webkit-input-placeholder{color:#fff;}
.headlogin input::-moz-placeholder{color:#fff;opacity:1;}
.headlogin input:-moz-placeholder{color:#fff;opacity:1;}

.headlogin input:focus {
	border: 1px solid #838383;
	transition: all 0.4s;
}
.headlogin .list04 input:focus {
	border: none;
}
.headlogin .list03 input {
	width: 150px;
	padding-left: 10px;
}
.headlogin .formUl li {
	float: left;
	margin-right: 10px;
	position: relative;
}
.headlogin .formUl li .forget {
	font-size: 13px;
	color: #707070;
	display: inline-block;
	margin: 0 0 0 20px;
	line-height: 34px;
	position: relative;
}
.headlogin .formUl li .forget:hover {
	color: #f00;
}
.headlogin .yzmimg {
	position: absolute;
	right: 5px;
	top: 8px;
}
.headlogin .subbtn {
	padding: 0;
	width: 90px;
	text-align: center;
	color: #fff;
	height: 34px;
	cursor: pointer;
	margin-right: 8px;
	text-indent: -9999px;
	border: none;
	background: url(../images/btn03.png) no-repeat center top;
}
.headlogin .subbtn:hover {
	background: url(../images/btn03_on.png) no-repeat center top;
}
.headlogin .formUl .list04 .regbtn {
	display: block;
	float: left;
	width: 90px;
	height: 34px;
	text-indent: -9999px;
	background: url(../images/btn04.png) no-repeat center top;
}
.headlogin .formUl .list04 .regbtn:hover {
	background: url(../images/btn04_on.png) no-repeat center top;
}
.headlogin .formUl .list04 {
	margin-right: 0;
}
.headlogin .formUl li .img01 {
	position: absolute;
	top: 8px;
	left: 10px;
}
/*-------下级页面头部登录-end----------------*/

/*-------登录后-----------------*/
.login02 .loginInner p {
	height: 20px;
	color: #666;
}
.login02 .loginInner p a {
	color: #666;
}
.login02 .loginInner .ttl {
	height: auto;
}
.login02 .loginInner .subLink {
	margin-top: 30px;
	text-align: center;
}
.loginInner .loginNew {
	margin-left: 35px;
}
.loginInner .button {
	background: url(../images/login/btn_bg.png) no-repeat;
}
.loginInner .infoLogin {
	padding: 40px 30px 20px;
	text-align: left;
}
.loginInner .infoLogin p {
	margin-bottom: 0;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	color: #FFF;
}
.loginInner .infoLogin p span {
	color: #ffd053;
}
.loginInner .infoLogin li {
	width: auto !important;
	float: none !important;
	margin-right: 3px !important;
	display: inline;
	height: 28px;
	line-height: 28px;
	color: #FFF;
}
.loginInner p a {
	margin-right: 4px;
}
.loginInner p a:hover {
	color: #ffd053;
}
/*------公告-----------------------*/
.newSection {
	height: 38px;
	z-index: 9;
	position: relative;
	width: 970px;
	margin: 0 auto;
}
#index .newSection {
	border: 1px solid #e7e7e7;
	background-color: #fdfdfd;
}
.newSection .newsBox {
	overflow: hidden;
	position: relative;
}
.newSection dt {
	padding-left: 25px;
	margin-left: 15px;
	color: #df3132;
	line-height: 38px;
	font-size: 12px;
	letter-spacing: 1px;
	float: left;
	background: url(../images/new_img.png) no-repeat center left;
}
.newSection dd {
	height: 38px;
	padding: 0 10px 0 120px;
}
.newSection dd a:hover {
	text-decoration: underline;
}
.newSection dd li {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 12px;
	color: #ffc8b2;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newSection dd li a {
	color: #666;
}
/*------index-----------------------*/
#main {
	padding: 18px 0;
}
#main .topBox {
	margin-bottom:10px;
	height: 65px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
}
#main .topBox .ttl {
	float: left;
}
#main .topBox .topUl {
	float: left;
}
#main .topBox .topMore {
	float: right;
}
#main .topBox .topUl li {
	margin: 0 18px 0 10px;
	float: left;
}
#main .topBox .topUl li:last-child {
	margin-right: 0;
}
#main .topBox .topUl li a {
	padding: 16px 10px;
	height: 33px;
	display: block;
}
#main .topBox .topUl li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#main .topBox .topUl li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color:#666;
	line-height: 33px;
}
#main .topBox .topUl li a:hover span {
	color: #ffd053;
}
#index #main {
	background: #f1f1f1;
}
#index #main .section01 {
	margin-bottom: 10px;
}
#index #main .section01 .lBox {
	width: 720px;
	float: left;
}
#index #main .section01 .sliderBox {
	margin-bottom: 10px;
	width: 720px;
	height: 311px;
	position: relative;
}
#index #main .section01 .sliderBox .sliderTtl {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 40px;
	color:#fff;
	font-size: 14px;
	padding: 0 30px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
}
#index #main .section01 .sliderBox .foo {
	width: 720px;
	height: 311px;
	overflow: hidden;
}
#index #main .section01 .sliderBox li {
	float: left;
}
#index #main .section01 .sliderBox .foopage {
	margin: -24px 5px 0 0;
	text-align: right;
	z-index: 99;
	position: relative;
}
#index #main .section01 .sliderBox .foopage a {
	margin: 0 5px;
	display: inline-block;
	background: url(../images/index/qh-btn.png) no-repeat center top;
	width: 11px;
	height: 11px;
}
#index #main .section01 .sliderBox .foopage a.selected {
	background: url(../images/index/qh-btn-hov.png) no-repeat center top;
}
#index #main .section01 .sliderBox .foopage a span {
	display: none;
}
#index #main .section01 .rBox {
	width: 270px;
	float: right;
}
#index #main .section02 {
	margin-bottom: 10px;
	padding: 20px 0 20px 0;
	background-color: #fdfdfd;
	border: 1px solid #e5e5e5;
}
#index #main .section02 .priceBox {
	padding-top: 25px;
	width: 226px;
	float: left;
	font-size: 14px;
	text-align: center;
	position: relative;
	color: #5a5a5a;
}
#index #main .section02 .priceBox:after {
	content: "";
	position: absolute;
	top:25px;
	right: 0;
	height: 50px;
	border-right: 1px solid #d1d1d1;
}
#index #main .section02 .priceBox:nth-child(3):after {
	border-right: none;
}
#index #main .section02 .priceBox img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#index #main .section02 .priceBox span {
	display: block;
	color: #ffd053;
	font-size: 24px;
	margin-top: 13px;
	letter-spacing: 1.5px;
}
#index #main .section02 .basic {
	margin-top: 10px;
	width: 300px;
	float: right;
}
#index #main .section02 .basic .ttl {
	float: left;
	margin-right: 15px;
	width: 20px;
	padding: 15px 5px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	background-color: #F91700;
	border-radius: 25px;
}
#index #main .section02 .basic .listBox {
	width: 250px;
	float: left;
}
#index #main .section02 .basic .listBox li {
	line-height: 2;
	font-size: 12px;
	color: #999999;
}
#index #main .section02 .basic .listBox li span {
	display: inline-block;
}
#index #main .section02 .basic .listBox li .sp01 {
	width: 90px;
}
#index #main .section02 .basic .listBox li .sp02 {
	width: 100px;
}
#index #main .section02 .basic .listBox li .sp03 {
	width: 60px;
	color: #e93201;
}
#index #main .section03 {
	padding: 10px;
	overflow: hidden;
	background-color: #f1f1f1;
	border: 1px solid #e7e7e7;
}
#index #main .section03 .ulList {
	width: 1008px;
	margin-right: -8px;
	overflow: hidden;
}
#index #main .section03 .ulList li {
	padding-bottom:17px;
	width: 237px;
	margin-right: 11px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	background-color: #fff;
	cursor: pointer;
}
*+html #index #main .section03 .ulList li {
	margin-right: 8px;
}
#index #main .section03 .ulList .li04 {
	margin-right: 0 !important;
}
#index #main .section03 .ulList li a {
	display: block;
	height: 170px;
	overflow: hidden;
	margin-bottom: 17px;
	position: relative;
}
#index #main .section03 .ulList li .ttl {
	margin: 0 20px 15px;
	padding-bottom:15px;
	text-align: center;
	border-bottom: 1px dashed #424242;
}
#index #main .section03 .ulList li .ttl img {
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
}
#index #main .section03 .ulList li .ttl span {
	font-size: 20px;
	letter-spacing: 1px;
	vertical-align: top;
	line-height: 29px;
	display: inline-block;
	color: #222;
}
#index #main .section03 .ulList li .text {
	line-height: 1.8;
	margin: 0 10px 18px;
	color: #bbbbbb;
}
#index #main .section03 .ulList li .link {
	text-align: center;
}
#index #main .section03 .ulList li .link a {
	display: inline-block;
	margin: 0 12px;
	height: auto;
	font-size: 12px;
	color: #707070;
	line-height: 2;
}
#index #main .section03 .ulList li .link a:hover {
	color: #ffd053;
}
#index #main .section03 .ulList li a img {
	transition: all 0.4s;
}
#index #main .section03 .ulList li a:hover img {
	transform: scale(1.1);
}
#index #main .section03 .ulList li a .hov {
	width: 237px;
	height: 170px;
	padding-top: 70px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	background: url(../images/index/hov_bg.png) repeat center top;
	border: 2px solid #ffd053;
}
#index #main .section03 .ulList li .hov span {
	display: block;
	font-size: 14px;
	color: #ffd053;
	border: 1px solid #ffd053;
	width: 100px;
	margin: 0 auto;
	border-radius: 25px;
	line-height: 30px;
}
#index #main .section03 .ulList li a:hover .hov {
	display: block;
}
/*------slots-----------------------*/
#slots #main {
	padding: 10px 0;
	background: url(../images/slots/slots_bg.jpg) no-repeat center top;
}
#slots .pages {
	padding: 10px;
	background-color: #0d0d0d;
	border: 1px solid #1B1B1B;
}
#slots .sliderBox02 {
	margin: 0 -10px;
	position: relative;
	background-color: #262626;
}
#slots .tabUl {
	margin-bottom: 20px;
}
#slots .tabUl li {
	float: left;
	font-size: 16px;
	width: 110px;
	text-align: center;
	transition: all 0.4s;
	background: url(../images/slots/line01.jpg) no-repeat right center;
}
#slots .tabUl li:hover {
	margin-top: -10px;
}
#slots .tabUl li a {
	display: block;
	padding: 10px 0 10px;
}
#slots .tabUl li a span {
	display: block;
	margin-top: 5px;
}
#slots .sliderBox02 .foo {
	width: 880px;
	height: 81px;
	overflow: hidden;
	margin-left: 60px;
}
#slots .sliderBox02 .prev {
	position: absolute;
	top: 0;
	left: 0;
}
#slots .sliderBox02 .next {
	position: absolute;
	top: 0;
	right: 0;
}
#slots .sliderBox02 .next a:hover img,
#slots .sliderBox02 .prev a:hover img {
	visibility: hidden;
}
#slots .sliderBox02 .prev a,
#slots .sliderBox02 .next a {
	width: 60px;
	height: 80px;
	display: block;
	background-color: #333;
	box-sizing: border-box;
	padding: 30px 0 0 20px;
}
#slots .sliderBox02 .prev a:hover {
	background: #2B2B2B url(../images/slots/icon01_over.png) no-repeat 20px 30px;
}
#slots .sliderBox02 .next a:hover {
	background: #2B2B2B url(../images/slots/icon02_over.png) no-repeat 20px 30px;
}
#slots .pages .slotsBox {
	text-align: center;
}

/*--------------live-----------------*/
#live #main {
	padding: 10px 0;
	background: url(../images/live/live_bg.jpg) no-repeat center top;
}
#live .pages {
	padding: 10px 10px 0;
	background-color: #0d0d0d;
	border: 1px solid #1B1B1B;
}
#live .ulPhoto {
	width: 1008px;
	margin-right: -8px;
	overflow: hidden;
}
#live .ulPhoto li {
	margin: 0 10px 10px 0;
	float: left;
	width: 320px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
#live .ulPhoto li .text {
	text-align: center;
	line-height: 50px;
	color: #959595;
	font-size: 14px;
	background-color: #171717;
}
#live .ulPhoto li a {
	width: 320px;
	height: 200px;
	position: relative;
	display: block;
	overflow: hidden;
}
#live .ulPhoto li a img {
	transition: all 0.4s;
}
#live .ulPhoto li a:hover img {
	transform: scale(1.1);
}
#live .ulPhoto li .hov {
	width: 320px;
	height: 200px;
	padding-top: 85px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	background: url(../images/index/hov_bg.png) repeat center top;
	border: 2px solid #ffd053;
}
#live .ulPhoto li .hov span {
	display: block;
	font-size: 14px;
	color: #ffd053;
	border: 1px solid #ffd053;
	width: 100px;
	margin: 0 auto;
	border-radius: 25px;
	line-height: 30px;
}
#live .ulPhoto li a:hover .hov {
	display: block;
}
/*------sports-----------------------*/
#sports #main {
	padding: 10px 0;
	background: url(../images/sports/sports_bg.jpg) no-repeat center top;
}
#sports .pages {
	background-color: #0d0d0d;
	border: 1px solid #1B1B1B;
	padding: 0;
}
/*------lottery-----------------------*/
#lottery #main {
	padding: 10px 0;
	background: url(../images/lottery/lottery_bg.jpg) no-repeat center top;
}
#lottery .pages {
	padding: 10px 10px 0;
	background-color: #0d0d0d;
	border: 1px solid #1B1B1B;
}
.lotteryog ul { width:1023px;}
.lotteryog ul li{ width:317px; height: 154px; padding: 8px 5px 8px 23px; float:left; overflow:hidden; zoom:1; text-align:center; position:relative; margin: 0 15px 11px 0;transition:all 0.3s;background: url(../images/lottery/li_bg.jpg);box-sizing: border-box;}
.lotteryog ul li a{ display:block; }
.lotteryog ul li img{ display:block; float: left;}
.lotteryog ul li .info { float: right; width: 146px; text-align: center;margin-right: 4px; }
.lotteryog ul li h2{ margin:45px 0 8px; height:20px; line-height:14px; color:#eee; font-size:18px; font-family:"Microsoft Yahei"}
.lotteryog ul li span{color:#959595; font-size:12px; font-family:Arial; line-height:30px; display: block;text-align: center;height: 30px;}
.lotteryog ul li .info a { font-size: 13px;padding: 5px 0; display: block; width: 100px; margin: 0 auto 8px; color: #626262;border: 2px solid #626262;border-radius: 20px;transition:all 0.3s }
.lotteryog ul li .info a:hover { color: #cebf6e;border: 2px solid #cebf6e; }

.lotteryog ul li:hover{ background: url(../images/lottery/li_bg02.jpg) no-repeat center top;}
.lotteryog ul .last img { margin: 0; }
.lotteryog ul li.last{ text-align: center;padding: 0; width: 315px;
height: auto; }
.lotteryog ul li.last img { float: none; margin: 0 auto; }

/*------promotion-----------------------*/
#promotion #main {
	padding: 10px 0;
	background: url(../images/promotion/promotion_bg.jpg) no-repeat center top;
}
#promotion .pages {
	padding: 10px 10px 0;
	background-color: #0d0d0d;
	border: 1px solid #1B1B1B;
}
#promotion #main .linkList {
	text-align: center;
	border-bottom: 1px solid #1b1b1b;
}
#promotion #main .linkList li {
	margin-right: 30px;
	width: 110px;
	float: left;
	text-align: center;
	line-height: 40px;
}
#promotion #main .linkList li a {
	display: block;
	font-size: 14px;
	color: #fff;
}
#promotion #main .linkList .on a, #promotion #main .linkList li a:hover {
	background-color: #ECA543;
	color: #fff;
}
#promotion #main .section {
	padding-top: 10px;
}
#promotion #main .bannerUl li {
	margin-bottom: 13px;
}
#promotion #main .bannerUl li .box {
	display: none;
	/*margin: 20px 50px;*/
}
#promotion #main .bannerUl li .box p {
	color: #666;
	line-height: 1.6;
}
/*------about-----------------------*/
#about #main {
	/* background: #03010C url(../images/about/about_bg.jpg) no-repeat center top; */
	padding: 10px 0;
}
#about #main .pages {
	padding-top: 10px;
	width: 1000px;
	margin: 0 auto;
}
#about #main .tabUl {
	margin-bottom: 18px;
	border-bottom: 1px solid #E5E5E5;
}
#about #main .tabUl li {
	margin: 0 10px 0 0;
	float: left;
	width:100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #F5F5F5;
    color: #666;
}
#about #main .tabUl li a {
	color: #666;
	font-size: 14px;
	display: block;
	background-color: #F5F5F5;
}
#about #main .tabUl li.on a,
#about #main .tabUl li a:hover {
	color: #fff;
	background-color: #1289E1;
}
#about #main .tabUl li.mtab, #about #main .tabUl li:hover {
    background: #1289E1;
    color: #fff;
}

/* #main #sideBar { */
	/* width: 234px; */
	/* float: left; */
	/* background-color:#fff; */
	/* border: 1px solid #d7d7d7; */
/* } */
/* #main #sideBar .sTitle { */
	/* text-align: center; */
	/* margin: 10px 0 30px; */
/* } */
/* #main #sideBar .sNavi { */
	/* margin-bottom: 30px; */
/* } */
/* #main #sideBar .sNavi li { */
	/* font-size: 16px; */
	/* border-bottom: 1px solid #d7d7d7; */
/* } */
/* #main #sideBar .sNavi li a:hover, */
/* #main #sideBar .sNavi li a:hover span { */
	/* color: #ffd053; */
	/* background-color: #939393; */
/* } */
/* #main #sideBar .sNavi li a { */
	/* padding: 0 38px 0 0; */
	/* color: #000; */
	/* display: block; */
	/* border: none; */
	/* transition: all 0.4s; */
/* } */
/* #main #sideBar .sNavi li span { */
	/* display: block; */
	/* background: url(../images/about/icon01.png) no-repeat right center; */
/* } */
/* #main #sideBar .sNavi li a:hover span { */
	/* background: url(../images/about/icon02.png) no-repeat right center; */
/* } */
/* #main #sideBar .sNavi li a p { */
	/* padding: 15px 0 15px 90px; */
/* } */
/* #main #sideBar .sNavi li a:hover { */
	/* padding: 0 28px 0 10px; */
/* } */
/* #main #sideBar .sNavi .navi01 p { */
	/* background: url(../images/about/s_img01.png) no-repeat 53px 11px; */
/* } */
/* #main #sideBar .sNavi .navi01 a:hover p { */
	/* background: url(../images/about/s_img01_over.png) no-repeat 53px 11px; */
/* } */
/* #main #sideBar .sNavi .navi02 p { */
	/* background: url(../images/about/s_img01.png) no-repeat 53px -34px; */
/* } */
/* #main #sideBar .sNavi .navi02 a:hover p { */
	/* background: url(../images/about/s_img01_over.png) no-repeat 53px -34px; */
/* } */
/* #main #sideBar .sNavi .navi03 p { */
	/* background: url(../images/about/s_img01.png) no-repeat 53px -81px; */
/* } */
/* #main #sideBar .sNavi .navi03 a:hover p { */
	/* background: url(../images/about/s_img01_over.png) no-repeat 53px -81px; */
/* } */
/* #main #sideBar .sNavi .navi04 p { */
	/* background: url(../images/about/s_img01.png) no-repeat 53px -128px; */
/* } */
/* #main #sideBar .sNavi .navi04 a:hover p { */
	/* background: url(../images/about/s_img01_over.png) no-repeat 53px -128px; */
/* } */
/* #main #sideBar .sNavi .navi05 p { */
	/* background: url(../images/about/s_img01.png) no-repeat 53px -173px; */
/* } */
/* #main #sideBar .sNavi .navi05 a:hover p { */
	/* background: url(../images/about/s_img01_over.png) no-repeat 53px -173px; */
/* } */
/* #main #sideBar .sNavi .navi06 p { */
	/* background: url(../images/about/s_img01.png) no-repeat 53px -218px; */
/* } */
/* #main #sideBar .sNavi .navi06 a:hover p { */
	/* background: url(../images/about/s_img01_over.png) no-repeat 53px -218px; */
/* } */
/* #main #sideBar .sNavi .navi07 p { */
	/* background: url(../images/about/s_img01.png) no-repeat 53px -262px; */
/* } */
/* #main #sideBar .sNavi .navi07 a:hover p { */
	/* background: url(../images/about/s_img01_over.png) no-repeat 53px -262px; */
/* } */
/* #main #sideBar .sNavi .navi08 p { */
	/* background: url(../images/about/s_img01.png) no-repeat 53px -308px; */
/* } */
/* #main #sideBar .sNavi .navi08 a:hover p { */
	/* background: url(../images/about/s_img01_over.png) no-repeat 53px -308px; */
/* } */
.sImg{
	width: 200px;
	float: left;
}
#sideBar{
	width: 200px;
	float: left;
}
#sideBar .sNavi {
	width: 200px;
	float: left;
	margin: 0 0 10px;
	/*padding: 0 10px;*/
	background-color: #fff;
	width: auto;
}

#sideBar ul{
	width: 200px; float: left;
  margin-bottom: 20px;
}
#sideBar .sNavi li{
	width: 200px;
	height: 42px;
  background-color: #222222;
  line-height: 42px;
  border-bottom:1px solid #323232;
}
#sideBar .sNavi li a{
  color: #fff;
  display: block;
  border-left:10px solid #222222;
  padding-left:50px;
  position: relative;
}
#sideBar .sNavi li a .iconfont{
  color: #757575;
  position: absolute;
  right: 40px;
  top: 0;
  *top: -14px;
}
#sideBar .sNavi li a:hover,
#sideBar .sNavi li a.on{
  border-left:10px solid #e9dd84;
}
#sideBar .sNavi li a:hover,
#sideBar .sNavi li a.on,
#sideBar .sNavi li a:hover .iconfont,
#sideBar .sNavi li a.on .iconfont{
  color: #cbbd86;
}
#main #conts {
	width: 720px;
	padding: 30px 28px 20px;
	float: right;
	min-height: 400px;
	background-color:#fff;
	border: 1px solid #d7d7d7;
}
#about #main #conts h2 {
	margin-bottom: 20px;
	font-size: 14px;
	color: #ff8100;
}
#about #main #conts p {
	margin-bottom: 18px;
	line-height: 2.1;
	font-size: 12px;
	color: #363636;
	letter-spacing: 1px;
}
#about #main #conts .headLine02 {
	font-size: 14px;
	color: #ffd053;
}
#about #main #conts .title {
	color: #363636;
	font-size: 12px;
	margin-bottom: 10px;
}
#about #main #conts .title2 {
	color: #fff;
	font-size: 14px;
}
#about #main #conts .ttl {
	color: #ebdd73;
	font-size: 12px;
	margin-bottom: 5px;
}
#main #conts .menuUl {
	margin-bottom: 20px;
}
#main #conts .menuUl li {
	display: inline-block;
	margin-right: 2px;
	text-align: center;
}
#main #conts .menuUl li a {
	display: block;
	color: #fff;
	line-height: 24px;
	padding: 0 10px;
	background-color: #f7b42c;
	border-radius: 5px 5px 0 0;
}
#main #conts .menuUl li.on a,
#main #conts .menuUl li a:hover {
	color: #2e0b28;
	background-color: #F7B42C;
}
#about .partnerLink {
	margin-bottom: 40px;
}
#about .partnerLink li {
	width: 100px;
	float: left;
	text-align: center;
	margin: 0 5px;
	font-size: 14px;
}
#about .partnerLink li a {
	padding: 6px;
	display: block;
	font-size: 14px;
	color: #000;
	background-color: #E3C95B;
	border-radius: 25px;
	behavior: url(js/pie.htc);
}
#about .partnerLink li .on a,
#about .partnerLink li a:hover {
	color: #fff;
	position: relative;
}

/*------register-----------------------*/
#register #main {
	/* background: #03010C url(../images/register/reg_bg.jpg) no-repeat center top; */
	padding: 10px 0;
}
#register .pages {
	width: 1000px;
	margin: 0 auto;
}
#register #conts h3 {
	margin: 0 0 20px 40px;
	padding-left: 130px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 53px;
	background: url(../images/register/h3_bg.png) no-repeat left top;
}
#register #conts h3 span {
	color: #000;
}
.aboutright {
	margin-left: 30px;
}
#register .shuoming {
	text-align: left;
	color: #959595;
	font-size: 12px;
	line-height:2;
	margin: 0 0 20px 10px;
}
#register .shuoming .ttl {
	display: block;
	margin-bottom: 2px;
	color: #75f94c;
	font-size: 16px;
}
#register .shuoming a {
	color: #d33024;
}
#register .shuoming i {
	font-style: normal;
	color: #fa0000;
}
#register .shuoming i.color2 {
	color: #00ff00;
}
#register .shuoming i.color3 {
	color: #00ffff;
}
#register .shuoming i.color4 {
	color: #e49557;
}
#register .shuoming i.color5 {
	color: #fff375;
}
#register .shuoming i.color6 {
	color: #eac05a;
}
#register #conts .textImg {
	text-align: center;
	margin: 35px 0 20px;
}
#register #conts .textUl03 {
	margin: 0 0 15px 10px;
	width: 650px;
	border-top: 1px solid #423434;
	border-left: 1px solid #423434;
}
#register #conts .textUl03 li {
	width:115px;
	padding: 10px 7px;
	float: left;
	color: #e5e5e5;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #423434;
	border-bottom: 1px solid #423434;
}
.aboutright .title {
	height: 80px;
	color: #fdf8a3;
	font-size: 18px;
	text-align: center;
	line-height: 75px;
	margin-top: 15px;
}
.aboutright .content {
	color: #cbc5c7;
	line-height: 34px;
	margin-bottom: 20px;
}
#register #sideBar .sNavi .navi01 a:hover p,
#register #sideBar .sNavi .navi01 p {
	background: url(../images/register/s_img01.png) no-repeat 51px 14px;
}
#register #sideBar .sNavi .navi02 a:hover p,
#register #sideBar .sNavi .navi02 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -32px;
}
#register #sideBar .sNavi .navi03 a:hover p,
#register #sideBar .sNavi .navi03 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -78px;
}
#register #sideBar .sNavi .navi04 a:hover p,
#register #sideBar .sNavi .navi04 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -124px;
}
#register #sideBar .sNavi .navi05 a:hover p,
#register #sideBar .sNavi .navi05 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -168px;
}
#register #sideBar .sNavi .navi06 a:hover p,
#register #sideBar .sNavi .navi06 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -212px;
}
#register #sideBar .sNavi .navi07 a:hover p,
#register #sideBar .sNavi .navi07 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -258px;
}
#register #sideBar .sNavi .navi08 a:hover p,
#register #sideBar .sNavi .navi08 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -300px;
}
#register #sideBar .sNavi .navi09 a:hover p,
#register #sideBar .sNavi .navi09 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -345px;
}
#register #sideBar .sNavi .navi10 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -390px;
}
#register #sideBar .sNavi .navi11 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -435px;
}
#register #sideBar .sNavi .navi12 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -480px;
}
#register #sideBar .sNavi .navi13 p {
	background: url(../images/register/s_img01.png) no-repeat 51px -525px;
}
.regmain {
	width: 650px;
	padding: 40px 0 0 0;
	background: url(../images/register/regbg.png) no-repeat left top;
}
.regmain input {
	width: 210px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #d9d7d7;
	color: #707070;
	font-size: 13px;
	padding-left: 5px;
}
.regmain .table1 select {
	width: 30px;
}
.regmain .table1 {
	width: 630px;
	margin: 0 0 45px 10px;
}
.regmain .table2 {
	width: 620px;
	margin: 0 0 30px 10px;
}
.regmain table tr td {
	height: 45px;
	color: #fff;
	font-size: 12px;
	vertical-align: middle
}
.regmain table tr td.color01 {
	color: #886226;
}
.regmain table tr td .more {
	color: #ece087;
	margin-right: 295px;
	float: right;
}
.regmain span {
	color: #d33124;margin-right: 5px;
	font-size: 13px;
}
.regmain .span2 {
	color: #a0a0a0
}
.regmain .note {
	color:#c9c9c9;
	font-size: 12px;
	margin-left: 10px;
}
.regmain p.note {
	margin-bottom: 0;
	line-height: 2;
}
.regmain .note a {
	color: #eae092;
}
.regmain .submitUl input {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	text-align: center;
	padding: 0;
	cursor: pointer;
}
.regmain .submitUl {
	margin-bottom: 5px;
	text-align: center;
	position: relative;
}
.regmain .submitUl li {
	display: inline;
	margin: 0 3px;
}
.regmain .submitUl li input {
	width: 120px;
	height: 41px;
	border: none;
	cursor: pointer;
	transition: all 0.36s;
}
.regmain .submitUl li .btn01 {
	background: url(../images/register/btn01.png) no-repeat center top;
}
.regmain .submitUl li .btn01:hover {
	background: url(../images/register/btn01.png) no-repeat center -41px;
}
.regmain .submitUl li .btn02 {
	background: url(../images/register/btn02.png) no-repeat center top;
}
.regmain .submitUl li .btn02:hover {
	background: url(../images/register/btn02.png) no-repeat center -41px;
}
.regmain .agree {
	margin: 0 20px 30px 30px;
	position: relative;
	color: #c9c9c9;
	text-align: left;
}
.regmain .agree a {
	color: #c9c9c9;
}
.regmain .agree input {
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
}
.regmain .spe {
	position: relative;
}
.regmain .spe .test {
	position: absolute;
	top: 13px;
	right: 326px;
}
#about .aboutSubmit {
	text-align: center;
}
#about .aboutSubmit li  {
	margin: 0 5px;
	display: inline;
}
#about .aboutSubmit li input {
	width: 120px;
	height: 41px;
	border: none;
	transition: all 0.36s;
	cursor: pointer;
}
#about .aboutSubmit li .btn01 {
	background: url(../images/register/btn01.png) no-repeat center top;
}
#about .aboutSubmit li .btn02 {
	background: url(../images/register/btn02.png) no-repeat center top;
}
#about .btmImg {
	text-align: center;
	margin: 30px 0 0;
}
#about .agreeP {
	text-align: center;
}
#about .tabBox table {
	width: 100%;
	border-collapse: collapse;
}
#about .tabBox table th {
	border: 1px solid #959595;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight:normal;
	padding: 10px;
	vertical-align: middle;
}
#about .tabBox table td {
	border: 1px solid #959595;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	vertical-align: middle;
}


.regPartner { margin: 0 auto; height: auto; overflow: inherit; background: none;  position: relative; margin-bottom: 40px; }
.regPartner .h3Ttl {
    color: #fffeca;
    font-family: microsoft yahei;
    font-size: 14px;
    left: 40px;
    padding: 2px 8px;
    position: absolute;
    top: -11px;
    background-color: #9b836f;
    border-radius: 5px;
}

.regPartner table th span { margin-right: 5px; }
.regPartner table th { width:25%; border: none !important; text-align: right !important; background-color: inherit !important; color: #ffd053; padding: 0 10px;font-size: 14px; }
.regPartner table td { border: none !important; text-align: left !important; }
.regPartner table td input { height: 26px; line-height: 26px; width:300px;  }
.regPartner table .wid01 { width: 70px; height: 30px;}
.regPartner table .wid02 { width: 64px;}
.regPartner table .yzm { margin-left: 5px;}
.regPartner table { margin: 40px 0 40px 20px !important; }



#container>.sBox {
	position: absolute;
	left: 10px;
	top: 0;
	width: 132px;
	z-index:1000;
}
#container>.rBanner {
	right: 10px;
	left: inherit;
}
#container>.sBox img {
	display: block;
}
#container>.sBox .closeImg {
	display: block;
	text-align: center;
}
#container>.sBox .closeImg img {
	margin: 0 auto;
}


/*----下拉-----*/
 #header #gNavi .naviBox .subInfoNavi {
            width: 593px;
            height: 200px;
            box-shadow: 0 2px 10px #666;
            background-color: #fffffffa;
            padding: 5px 0 5px 5px;
            box-sizing: border-box;
            /*overflow: hidden;*/
        }

        #header #gNavi .naviBox .ttl {
            float: left;
            margin-right: 10px;
        }

        #header #gNavi .subInfoNavi .subNavi {
            float: left;
            width: 516px;
            margin-right: -10px;
            box-shadow: none;
            background: transparent;
            padding: 0;
            border: none;
        }

            #header #gNavi .subInfoNavi .subNavi li {
                float: none;
                height: auto;
                margin: 0 0 20px;
                width: 129px;
                float: left;
                font-size: 13px;
                border: none;
            }

                #header #gNavi .subInfoNavi .subNavi li a {
                    padding: 0;
                    height: auto;
                    text-align: left;
					color: #666;
                }

                    #header #gNavi .subInfoNavi .subNavi li a img {
                        margin-right: 5px;
                        float: left;
                    }

                    #header #gNavi .subInfoNavi .subNavi li a span {
                        display: inline-block;
                        line-height: 49px;
                        font-size: 12px;
                    }

                    #header #gNavi .subInfoNavi .subNavi li a:hover span {
                        color: #f00;
                    }

                #header #gNavi .subInfoNavi .subNavi li .hot {
                    top: 3px;
                    right: 5px;
                }

        #header #gNavi .subInfoNavi .navi13 .subNavi li a,
        #header #gNavi .subInfoNavi .navi12 .subNavi li a,
        #header #gNavi .subInfoNavi .navi03 .subNavi li a,
        #header #gNavi .subInfoNavi .navi07 .subNavi li a {
            color: #333;
        }

        #header #gNavi .subInfoNavi .subNavi li a:hover {
            border-bottom: none;
            background: none;
            color: #fff;
            border-top: none;
        }

        #header #gNavi .subInfoNavi .subNavi li .arrow {
            position: absolute;
            top: -15px;
            left: -30px;
        }

#header #gNavi li .naviSection {
            left: -202px;
            top: 79px;
            box-shadow: 2px 0 5px #D7D7D7, 0 2px 5px #D7D7D7;
            background-color: #fffffffa;
        }

        #header #gNavi .naviSection .naviSub {
            width: 1002px;
            box-sizing: border-box;
            padding: 10px;
            position: relative;
        }

            #header #gNavi .naviSection .naviSub .arrow {
                position: absolute;
                top: -20px;
                left: 230px;
            }

            #header #gNavi .naviSection .naviSub .infoNavi {
                float: left;
                width: 245px;
                min-height: 406px;
                padding: 20px 0 0 20px;
                box-sizing: border-box;
                border-right: 1px solid #E4E4E4;
            }

                #header #gNavi .naviSection .naviSub .infoNavi:last-child {
                    border-right: none;
                }

            #header #gNavi .naviSection .naviSub .subInfo {
                margin-bottom: 7px;
                overflow: hidden;
                zoom: 1;
            }

                #header #gNavi .naviSection .naviSub .subInfo li {
                    float: left;
                    width: 100px;
                    margin: 0 10px 6px 0;
                    line-height: 24px;
                    text-align: left;
                    font-size: 13px;
                }

            #header #gNavi .naviSection .naviSub .subInfo02 li {
                width: 100%;
            }

            #header #gNavi .naviSection .naviSub .subInfo li a {
                padding: 0 0 0 5px;
                display: block;
				color: #666;
            }

                #header #gNavi .naviSection .naviSub .subInfo li a:hover {
                    color: #f00;
                    border: none;
                    font-weight: bold;
                    background-color: inherit;
                }

            #header #gNavi .naviSection .naviSub .ttl {
                margin-bottom: 15px;
                padding-left: 10px;
                text-align: left;
                line-height: 26px;
                color: #fff;
                font-size: 16px;
                clear: both;
                float: none;
                border-bottom: 1px solid #e4e4e4;
                background: url(../images/text_bg.png) no-repeat left top;
            }

            #header #gNavi .naviSection .naviSub .more {
                clear: both;
                text-align: left;
                font-size: 12px;
            }

                #header #gNavi .naviSection .naviSub .more a {
                    color: #bbbbbb;
                    border-bottom: none;
                    padding: 0;
                    background-color: inherit !important;
                }

                    #header #gNavi .naviSection .naviSub .more a:hover {
                        color: #f00 !important;
                        font-weight: normal !important;
                        background-color: inherit;
                        border: none;
                    }
