/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,images {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}

/*base*/
:focus {outline-color: -moz-use-text-color;	outline-style: none; outline-width: 0;}
.clearfix:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;}
.clearfix{zoom:1;}
.hidden{display: none;}
a, a:link, a:visited, a:focus, a:hover, a:active {color:#666666; text-decoration: none;}
a:hover {color:#E5811E; text-decoration: underline;}
body, a{font-family:Tahoma, Helvatica, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, \5FAE\8F6F\96C5\9ED1; color:#666666}
a img{border:none}
.fl{float:left}
.fr{float:right}


/*body*/
body{font-size:12px; background:#f0f0f0 url('../img/bg-header.png') repeat-x left top;}
.wrapper{width:100%;}

/*header*/
.header{position:relative; width:1100px; height:100px; margin:0 auto;}
.logo{display: block; width:220px; height:100px; background:url('../img/logo.png') no-repeat; text-indent: -999em;}

.nav{
	height: 100px;
	padding-left: 40px;
}
.nav li{
	float: left;
	font-size: 14px;
	padding-right: 2px;
	background:url('../img/bg-header-line.png') no-repeat right center;
}

.nav li.cur a{
	color: #f04d22;
}

.nav li a{
	display: block;
	height: 100px;
	line-height: 100px;
	color: #666666;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
}

.nav li.arrow-down{
	position: relative;

}
.nav li.arrow-down a{
	background: url('../img/bg-arrow.png') no-repeat 82px center;
	padding-right: 30px;
}
.nav li.curbg a{
	background: url('../img/bg-header-hover.png') repeat-x left top;
	color: #f04d22;
}
.nav li ul.subnav {
	position: absolute;
	z-index: 9;
	top: 72px;
	right: 1px;
	background: #ffffff;
	margin: 0; padding: 0;
	display: none;
	width: 194px;
	border: 1px solid #d5d5d5;
	border-top: none;
	border-top-left-radius:0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.nav li ul.subnav li{
	margin: 0; padding: 0;
	width: 194px;
	background-image: none;
}
.nav li ul.subnav li a {
	display: inline-block;
	width: 172px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding:0 0 0 20px;
	margin: 1px;
	color: #666;
	background-color: #fff;
	background-image: none;
}
.nav li ul.subnav li a:hover {
	background: #ececec;
	color: #f04d22;
	text-decoration: none;
}

.nav li ul.subnav li.last a{
	border-top-left-radius:0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*index*/
.indexBanner { position: relative; overflow: auto; background-color: #fcf6e6; }
.indexBanner li { list-style: none; height: 400px; margin: 0 auto;}
.indexBanner ul li { float: left; }
.indexBanner .dots { position: absolute; left:50%; bottom: 20px; }
.indexBanner .dots li { display: inline-block; width: 10px; height: 10px; margin: 0 10px; text-indent: -999em; border: 2px solid #e98339; border-radius: 6px; cursor: pointer; opacity: .4; -webkit-transition: background .5s, opacity .5s; -moz-transition: background .5s, opacity .5s; transition: background .5s, opacity .5s; }
.indexBanner .dots li.active { background: #e98339; opacity: 1; }


.index-box-list{
	width: 960px; margin: 20px auto 0;
}
.index-box{
	width: 280px; float:left; padding: 0 20px; background: url('../img/bg-index-line.png') no-repeat right 40px;
}
.index-box-list .no-more-mr{
	background: none;
}

.index-box-h{
	width: 280px;
	padding: 5px 0 10px;
	font-size: 18px;
	color: #333;
}
.index-box-con{
	width: 280px;
	height: 260px;
	margin-top: 10px;

}
.index-box-con img.tur-img{
	width: 280px;
	height:190px;
	margin-bottom: 15px;
}
.index-box-con ul li{
	line-height: 40px;
}
.index-box-con a{
	color:#666666;
}
.index-box-con a:hover{
	color:#f04d22;
}
.index-box-con ul li span.deta{
	float: right;
	color: #999;
}

.contact{
	margin-bottom: 20px;
	border-bottom: 1px dotted #d5d5d5;
	padding-bottom: 20px;
	line-height: 2;
}
.contact h3{
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.contact p{
	color: #999;
}

/*contact*/
.contact-box{
	width: 480px; height: 180px; float:left; padding: 60px 0;
}

.contact-con img{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.article .contact-con p {
	font-size: 12px;
	color: #666;
	line-height: 2;
	margin-bottom: 0;
	text-align:left;
	text-indent: 0;
}

.article .contact-con h3{
	font-size: 18px;
	margin: 0 0 20px;
}


/*content*/
.content{width: 100%;height:100%;}
.g960{
	width: 960px; margin: 0 auto;
}

.news-list{

}
.news-list li{
	line-height: 60px;
	height: 60px;
	border-bottom: 1px dotted #d5d5d5;
}
.news-list a{
	color:#666666;
}
.news-list a:hover{
	color:#f04d22;
}
.news-list li span.deta{
	float: right;
	color: #999;
}

.con-head{
	 height: 60px; background: url('../img/bg-conhead.png') no-repeat left bottom; margin-top: 20px;
	font-size: 24px; line-height: 60px; color: #333333;
}
.page-banner{
	height: 240px; margin-top: 20px;
	text-align: center;
}
.article{
	width: 960px;
	margin: 20px 0;
}
.article h3{
	font-size: 18px;
	margin: 30px 0 20px;
	color: #333;
	font-weight: 600;
}
.news-title{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color: #333;
}
.news-date{
	height: 20px;
	margin: 20px 0;
	text-align:right;
}
.article p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-bottom: 20px;
	text-align:justify;
	text-indent: 2em;
}
.article p a{
	color: #f04d22;
	padding: 0 2px;
}
.article p b{
	color: #f04d22;
	padding: 0 2px;
}

/*qa*/
.qa-cat{
	position: absolute;
	top: 20px;
	left: 0;
	width: 197px;
	border-bottom: 1px solid #d5d5d5;
	background-color: #f0f0f0;
}
.qa-cat li a{
	width: 167px;
	height: 60px;
	border: 1px solid #d5d5d5;
	display: block;
	font-size: 14px;
	line-height: 60px;
	padding-left: 30px;
	border-bottom: none;
	text-decoration: none;
}
.qa-cat li.cur a{
	background-color: #fff;
	border-right: 1px solid #fff;
}
.qa-cat li a:hover{
	background-color: #fff;
}
.qa-con{
	width: 720px;
	float: right;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	min-height: 400px;
	margin-top:20px;
	padding: 20px;
}
.qa-con dt{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.qa-con dd{
	line-height: 1.6;
	margin-bottom: 40px;
}

/*footer*/
.footer{ margin-top:20px; padding:10px 0 60px; width:100锛�; background-color: #7c7c7c;
}
.copyright{
	text-align: center;
	color: #d5d5d5;
	line-height: 2;
}


.img3 img{
	height: 480px; margin-right: 30px; float: left;
}

.coo-box{
	position: relative;
	min-height: 200px;
	padding:40px 0;
}
.coo-box-text h2{
	font-size: 24px;
	font-weight: 600;
	color: #f04d22;
	margin-bottom: 20px;
}
.coo-box-text p{
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.coo-box-text p span{
	font-size: 12px;
	color: #999;
}
.coo-box-img{
	padding: 20px 0;
	text-align: center;
}

.game{
	height: auto;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d5d5d5;
}
.game .icon{
	width: 130px;
	height: 130px;
	margin-right: 20px;
}
.game .about{
	width: 680px;
}
.game .about h4{
	font-size: 18px;
	line-height: 2;
}
.game .about .des{
	font-size: 14px;
	line-height: 1.6;
	color: #757575;
}
.game .about a{
	line-height: 2;
	font-size: 14px;
}
.game .about ul li{
	width: 300px;
	float: left;
	line-height: 1.6;
	font-size: 14px;
}
.download{
	width: 100px;
}
.download p{
	text-align: center;
	padding-top: 10px;
}

.game-photo{
	width: 800px;
	margin-left: 150px;
	margin-bottom: 40px;
}
.game-photo h3{
	font-size: 18px;
	height: 36px;
	line-height: 2;
	border-bottom: 1px dotted #d5d5d5;
}
.game-photo p{
	margin-top: 20px;
	text-align: center;
}
.game-photo img{
	width:800px;
}



/* 娉ㄥ唽鐧诲綍 */
.register {
	width: 702px;
	font-size: 14px;
	color: #666;
	margin: 40px 0 40px 200px;
}
.register label {
	display: inline-block;
	padding: 8px 0;
	width: 100%;
}
.register label em {
	font-style: normal;
	color: #f28973;
	font-size: 20px;
	float: left;
	margin: 8px 0 0 5px;
}
.register label span {
	float: left;
	width: 100px;
	margin: 9px 0 0 0;
}
.register label input, .register label select {
	width: 400px;
	height: 26px;
	float: left;
	line-height: 26px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	outline: none;
	font-family: "寰蒋闆呴粦";
	border-radius: 3px; 
}
.register label select {
	height: auto;
	padding: 10px;
	width: 420px;
	cursor: pointer;
}
.register .pay i {
	background: url('../img/alipay.png');
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 100% 100%; 
	float: left;
	margin: 7px 0 0 0;
}
.register .pay p {
	color: #666;
	text-decoration: none;
	cursor: default;
}
.register label p, .login .vcode p {
	font-size: 14px;
	text-decoration: underline;
	color: #47aee8;
	cursor: pointer;
	float: left;
	margin: 8px 0 0 10px;
}
.register label p.money {
	color: #fb3e12;
	text-decoration: none;
	cursor: pointer;
}
.vcodeimg {
	float: left;
	margin: 0 0 0 10px;
	background: #ffffff;
	padding: 2px 0 0 0;
	border: 1px solid #ddd;

}
.register label .vcode {
	width: 180px !important;
}
.error {
	float: left;
	margin: 7px 0 0 23px;
	color: #f1441f;
}
.register .protocol, .register .tip {
	padding: 0 0 0 100px;
	color: #333;
	margin: 10px 0 0 0;
	width: 100%;
	float: left;
}
.register .tip em {
	font-style: normal;
	color: #f28973;
	display: inline-block;
}
.register .protocol input {
	float: left;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
}
.register .protocol p {
	float: left;
}
.register .protocol a {
	color: #20a7eb;
}
.register .regbtn, .loginbtn {
	background: #3fb7ec;
	display: inline-block;
	border: 0;
	color: #fff;
	font-size: 14px;
	width: 315px;
	padding: 15px 0 15px 0;
	margin: 20px 0 0 100px;
	border-radius: 5px;
	font-family: "寰蒋闆呴粦";
	cursor: pointer;
}
.loginbtn {
	margin: 0;
	font-size: 16px;
	padding: 12px 0;
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0);
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -175px;
	width: 318px;
	background: #fff url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	font-family: "寰蒋闆呴粦";
}
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}
.nav li {
	cursor: pointer;
}
.login h1 {
	font-size: 20px;
	color: #666;
	margin: 0 0 20px 0;
}
.login input {
	width: 275px;
	height: 28px;
	line-height: 28px;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	border: 1px solid #ddd; 
	font-size: 16px;
	font-family: "寰蒋闆呴粦";
	float: left;
}
.login input[name=name] {
	background: url('../img/user.png') 5px center no-repeat;
	background-size: 18px 18px; 
}
.login input[name=password] {
	background: url('../img/password.png') 5px center no-repeat;
}
.login input[name=code] {
	background: url('../img/codet.png') 5px center no-repeat;
}
.login .forget {
	text-align: right;
	margin: -10px 0 10px 0;
}
.login .forget a {
	cursor: pointer;
}
.login .vcode input {
	width: 70px;
}
.newbtn {
	text-align: right;
	color: #28aaeb !important;
	cursor: pointer;
	font-size: 14px;
	margin: 5px 0 0 0;
	float: right;
}
.newbtn:hover {
	text-decoration: underline;
}
.login .error {
	height: 20px;
	line-height: 20px;
	display: block;
	width: 100%;
	margin: 0;
}
.close-reveal-modal {
	background: url(../img/close.png);
	width: 24px;
	height: 23px;
	top: 12px;
	right: 14px;
}


.infoCont {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px;
}
.infoCont dl {
  display: inline-block;
  float: left;
  width: 440px;
}
.infoCont .dl-left {
  margin-right: 80px;
}
.infoCont dt {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  border-bottom: 1px solid #e5e5e5;
}
 .infoCont dt a {
  text-decoration: none;
  color: #282828;
}
 .infoCont dt a:hover {
  color: #00afff;
}
 .infoCont dd {
  position: relative;
  margin: 0;
  font-size: 12px;
  line-height: 36px;
}
 .infoCont dd h3 {
  font-size: 12px;
  font-weight: 200;
  margin: 5px 0;
  padding-left: 15px;
  background: url('../images/list-dot.jpg') no-repeat left 17px;
}
 .infoCont dd h3 a {
  text-decoration: none;
  color: #595959;
}
 .infoCont dd h3 :hover {
  color: #00afff;
}
 .infoCont dd span {
  position: absolute;
  right: 0;
  top: 0;
  color: #9c9c9c;
}
 .infoCont .new {
  margin-bottom: 20px;
  background: none;
}
 .infoCont .new img {
  width: 180px;
  height: 100px;
  float: left;
  margin-right: 15px;
}
 .infoCont .new h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  margin: 5px 0;
}
 .infoCont .new h3 a {
  text-decoration: none;
  color: #595959;
}
 .infoCont .new h3 :hover {
  color: #00afff;
}
 .infoCont .new span {
  position: relative;
  color: #9c9c9c;
}