﻿*{ margin:0; padding:0; list-style:none; text-decoration:none; font-family:"微软雅黑";}
a,a:hover{ text-decoration:none;}


/*文字*/
.banner-con{/* padding-top:200px;*/ color:#fff; text-align:center; padding:200px 20px 0; }
.banner-con h1{ font-size:64px;}
.banner-con h2{ font-size:38px; margin-top:27px;}
.banner-con h3{ font-size:22px; line-height:34px; margin-top:30px; font-weight:100;}
.wj-ban{width:100%; height:64px; clear:both;}
@media (max-width: 480px) {
	.wj-ban{width:100%; height:49px; clear:both;}
	.banner-con{ margin-top:70px; color:#fff; text-align:center; padding-top:0;}
	.banner-con h1{font-size: 22px;padding-top: 10px;height: 34px;overflow: hidden;}
	.banner-con h2{font-size: 15px;margin-top: 20px;height: 16px;overflow: hidden;}
	.banner-con h3{font-size: 14px; line-height:24px;margin-top:15px; font-weight:100;margin-bottom: 25px;height: 30px;overflow: hidden;}
}
#home{width: 100%; padding: 0px;top: 0px; position:fixed; z-index:99;}
/*新闻*/
.news{ background:#fff; overflow:hidden;}
.news h1{height:75px; line-height:75px; line-height:65px; font-size:30px; background:url(../images/link.png) center center no-repeat; margin-left:-100px; padding-left:100px;}
.news h1 a{ color:#ff784a; }
.news .news-con{ margin-bottom:50px; overflow:hidden; margin-top:-20px;}
.news-l h2{ font-size:16px; color:#444; font-weight:bold; line-height:1.4em; padding:0 20px;}
.news-l a{ color:#444;}
.news-l p{ color:#777; font-size:14px; line-height:1.5em; padding:0;}
.news-l span{ font-size:12px; color:#b4b4b4; padding-top:20px;}

.news-r{ min-height:212px; margin:0;}
.news-r-con{ background:#f4f4f4; padding:13px 0; overflow:hidden;}
.news-r-con a{ color:#444;}
.news-r-con .con-right h3{ font-size:14px; color:#444;font-weight:bold; margin:0; height:16px; overflow:hidden;}
.news-r-con .con-right p{font-size:12px; color:#777; padding-top:5px; line-height:1.6em;}
.news-r-con .date{ width:33px;  height:47px; border:1px solid #e9e9e9; background:#fff;  text-align:center; padding:0;margin-top:10px; margin-left:-5px;}
.news-r-con .date .day{font-family: "Impact"; font-size:18px; color:#b1afb0; line-height:26px; border-bottom:1px solid #ebebeb; width:20px; margin:0 auto;}
.news-r-con .date .month{ padding-top:1px; text-align:center; color:#b1afb0; font-size:12px;}


/*游戏*/
.game{ background:#f4f4f4; overflow:hidden;}
.game h1{ height:75px; line-height:75px; margin-top:24px; margin-bottom:-5px; line-height:65px; font-size:30px; background:url(../images/link.png) center center no-repeat; margin-left:-100px; padding-left:100px;}
.game h1 a{ color:#ff784a;}
.game .game-con{ overflow:hidden; margin:35px 0 60px;}
.game .game-con .btn03{ margin-bottom:20px;}
.game .game-con img{}
.game .wj-b40{ margin-bottom:40px;}
/*鼠标划上有阴影*/
.btn03 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.btn03 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.btn03 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn03 .buttons {
	width:100%;
    position: absolute;
    bottom: -100%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.btn03 .buttons img{
	margin:0 auto;
	width:30%;

}
.btn03 .buttons h2{
	color:#fff;
	font-size:1.2em;
	text-align:center;

}
.btn03 .buttons p{
	color:#fff;
	padding:0 5%;
	font-size:1em;

}


.btn03:hover .buttons {
    bottom: 50%;
}
.btn03:hover .ovrly {
    top: 0;
}
.game-con span{ display:none;}
@media (max-width: 480px) {
	.game-con span{ width:150px; display:inline-block; text-align:center; line-height:2em;}
	.ovrly{ display:none;}
	.buttons{ display:none;}

}

/*项目*/
.project{ background:#fff;}
.project h1{ height:75px; line-height:75px; margin-top:24px; margin-bottom:-5px; line-height:65px; font-size:30px; background:url(../images/link.png) center center no-repeat; margin-left:-100px; padding-left:100px;}
.project h1 a{ color:#ff784a;}
.project p{ font-size:14px; color:#666;}
.project .project-con{ margin-top:35px;}
.project .project-con ul{ width:100%; overflow:hidden; margin-bottom:0;}
.project .project-con ul li{overflow:hidden; padding:0;}
.project .project-con ul li a{overflow:hidden;}
.project .project-con ul li .wz{ padding-top:6em; font-weight:bold;}

@media (max-width: 480px) {
	.project .project-con ul li .wz{ padding-top:2em; font-weight:bold; font-size:12px;}
	.project .project-con ul li p{ font-size:12px;}
}

/*鼠标悬停*/
.da-thumbs li a,.da-thumbs li a img{display:block;position:relative;}
.da-thumbs li a{overflow:hidden;}
.da-thumbs li a div{position:absolute;background:#dc5f26;width:100%;overflow:hidden;opacity:.9;filter:alpha(opacity=90);}
.da-thumbs li a div.da-animate{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.da-thumbs li a div p{ color:#fff;}
/* Initial state classes:*/
.da-slideFromTop{left:0px;top:-100%;}
.da-slideFromBottom{left:0px;top:100%;}
.da-slideFromLeft{top:0px;left:-100%;}
.da-slideFromRight{top:0px;left:100%;}
/* Final state classes:*/
.da-slideTop{top:0px;}
.da-slideLeft{left:0px;}
.da-thumbs li a div span{display:block;position:relative;}
.home_ad .picScroll-left .bd .da-thumbs li a div span img{width:142px;height:48px;border:0;position:absolute;left:40px;top:60px;}

/*海外*/
.overseas-a{ min-height:595px; background:#f4f4f4;}
.overseas-a h1{ height:75px; line-height:75px; margin-top:24px; margin-bottom:-5px; line-height:65px; font-size:30px; background:url(../images/link.png) center center no-repeat; margin-left:-100px; padding-left:100px;}
.overseas-a h1 a{ color:#ff784a;}
.overseas-a p{ font-size:14px; color:#666; line-height:2em;}
.overseas-a .overseas-con{ margin-top:35px;}
.overseas-a .overseas-con ul li{ transition: all 0.1s ease 0s; padding-bottom:20px; }
.overseas-a .overseas-con ul li img{ width:370px; height:195px;}
.overseas-a .overseas-con ul li .hw-con{ box-shadow:0px 1px 2px #ccc; padding:0 15px; background:#fff;}
.overseas-a .overseas-con ul li span{ color:#2c3e50; font-size:16px; line-height:50px; height:50px; overflow:hidden; display:block;}
.overseas-a .overseas-con ul li p{ color:#999; font-size:12px; min-height:96px; }
.overseas-a .overseas-con ul li .btn{ border-radius:0; background:#758590; border:0; color:#fff; margin:0 0 17px;}
.overseas-a .overseas-con ul li:hover{ transform:translateY(-5px); transform: translateY(-5px); margin-top:-5px; -webkit-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;}


/*合作*/
.cooperation{ background:#ffff; }
.cooperation h1{height:75px; line-height:75px; margin-top:36px; line-height:65px; font-size:30px; background:url(../images/link.png) center center no-repeat; margin-left:-100px; padding-left:100px;}
.cooperation h1 a{ color:#ff784a; }
.cooperation p{ font-size:14px; color:#666; line-height:2em;}
.cooperation ul{ margin:25px 0; overflow:hidden;}
.cooperation ul li{ margin-bottom:30px;}
.cooperation ul li .hzcon{ height: 60px; border:1px solid #eee;text-align: center; line-height: 56px;}
.cooperation ul li:nth-child(1) .hzcon{ background:#f6f6f6 url(../images/h1.png) no-repeat center; }
.cooperation ul li:nth-child(1) .hzcon:hover{ background:#f6f6f6 url(../images/h1h.png) no-repeat center; }
.cooperation ul li:nth-child(2) .hzcon{ background:#f6f6f6 url(../images/h2.png) no-repeat center; }
.cooperation ul li:nth-child(2) .hzcon:hover{ background:#f6f6f6 url(../images/h2h.png) no-repeat center; }
.cooperation ul li:nth-child(3) .hzcon{ background:#f6f6f6 url(../images/h3.png) no-repeat center; }
.cooperation ul li:nth-child(3) .hzcon:hover{ background:#f6f6f6 url(../images/h3h.png) no-repeat center; }
.cooperation ul li:nth-child(4) .hzcon{ background:#f6f6f6 url(../images/h4.png) no-repeat center; }
.cooperation ul li:nth-child(4) .hzcon:hover{ background:#f6f6f6 url(../images/h4h.png) no-repeat center; }
.cooperation ul li:nth-child(5) .hzcon{ background:#f6f6f6 url(../images/h5.png) no-repeat center; }
.cooperation ul li:nth-child(5) .hzcon:hover{ background:#f6f6f6 url(../images/h5h.png) no-repeat center; }
.cooperation ul li:nth-child(6) .hzcon{ background:#f6f6f6 url(../images/h6.png) no-repeat center; }
.cooperation ul li:nth-child(6) .hzcon:hover{ background:#f6f6f6 url(../images/h6h.png) no-repeat center; }
.cooperation ul li:nth-child(7) .hzcon{ background:#f6f6f6 url(../images/h7.png) no-repeat center; }
.cooperation ul li:nth-child(7) .hzcon:hover{ background:#f6f6f6 url(../images/h7h.png) no-repeat center; }
.cooperation ul li:nth-child(8) .hzcon{ background:#f6f6f6 url(../images/h8.png) no-repeat center; }
.cooperation ul li:nth-child(8) .hzcon:hover{ background:#f6f6f6 url(../images/h8h.png) no-repeat center; }
.cooperation ul li:nth-child(9) .hzcon{ background:#f6f6f6 url(../images/h9.png) no-repeat center; }
.cooperation ul li:nth-child(9) .hzcon:hover{ background:#f6f6f6 url(../images/h9h.png) no-repeat center; }
.cooperation ul li:nth-child(10) .hzcon{ background:#f6f6f6 url(../images/h10.png) no-repeat center; }
.cooperation ul li:nth-child(10) .hzcon:hover{ background:#f6f6f6 url(../images/h10h.png) no-repeat center; }
.cooperation ul li:nth-child(11) .hzcon{ background:#f6f6f6 url(../images/h11.png) no-repeat center; }
.cooperation ul li:nth-child(11) .hzcon:hover{ background:#f6f6f6 url(../images/h11h.png) no-repeat center; }
.cooperation ul li:nth-child(12) .hzcon{ background:#f6f6f6 url(../images/h12.png) no-repeat center; }
.cooperation ul li:nth-child(12) .hzcon:hover{ background:#f6f6f6 url(../images/h12h.png) no-repeat center; }

/*底部*/
.footer{ min-height:410px; background:#242631; color:#bdbdbd;}
.footer a{ color:#bdbdbd;}
.footer-l{ height:300px; margin-top:55px; background:url(../images/fbg.png) no-repeat; padding:5px 30px;}
.footer-l h5{ line-height:2.4em;}
.footer-l p{ font-size:12px; line-height:1em;}
.footer-r{ margin-top:60px; display:block; overflow:hidden;}
.footer-r h5{ font-size:14px; padding-bottom:8px; margin-top:0;}
.footer-r p{ font-size:12px; line-height:1em;}
.bor-l{border-left:1px solid #646464;}
.footer-bot{ text-align:center; height:80px; line-height:80px; background:#1a1c27; font-size:12px; color:#bdbdbd;}

@media (max-width: 480px) {
	.news h1,.game h1,.project h1,.overseas h1,.cooperation h1{ color:#ff784a; height:25px;  margin-top:10px; line-height:25px; font-size:26px; margin-left:-90px; padding-left:90px;}
	/*文字左右各padding10px*/
	.news p.text-center,.game p.text-center,.project p.text-center,.overseas p.text-center,.cooperation p.text-center{ padding:0 10px;}
	.overseas h1{ height:25px;  margin-top:30px; line-height:25px; font-size:26px; margin-left:-90px; padding-left:90px;}
	.game .game-con{margin:0;}
	/*头部*/
	.bg{ min-height:400px;}
	.header{ border-bottom:0;}
	/*新闻*/
	.news-r-con{ padding:13px 0 0;}
	.news .news-con{ margin-bottom:20px;}
	/*底部*/
	.footer-l{ padding-top:0px;}
	.footer-l h5{ line-height:1.4em;}
	.footer-l p{ line-height:1.2em;}

	.footer-r{ margin:30px 0; display:block; overflow:hidden;}
	.footer-r h5{ font-size:14px; padding-bottom:8px; margin-top:0;}
	.bor-l{border-left:0;}
	.footer-r p{ margin-right:10px; float:left !important;}
}


/*海外页面*/
/*海外*/
.hw-h{background:#fbfafa;min-height:120px; border-bottom:2px solid #ededed;}
.overseas{background:#fff; margin-bottom:60px;}
.overseas-con ul{ margin-bottom:0;}
.hwt{padding:40px 0 20px 20px;}
.hwi{ padding:0 15px ; margin:20px 0 30px;}
@media (max-width: 480px) {
	.hw-h{ margin:0 auto; display:block; text-align:center;}
	.hwi{ margin:10px 0 20px;}
	.overseas-a{ margin-bottom:0px;}
	.hwt{padding:10px 0 20px 20px}
	.wbd{ font-size:20px;}
}

/*海外-弹出框*/
.bs-example p{ color:#666; font-size:14px; line-height:24px;}
.bs-example h4{padding:0; color:#888; line-height:24px; font-size:14px; margin:0;}
.modal-footer{ text-align:left;}
.modal-footer h4{padding:0; color:#888; line-height:24px; font-size:14px; margin:0;}
.modal-footer p{color:#666; line-height:24px;}
/*解决方案页面*/
/*banner*/
.xm-banner{ background:url(../images/xm-banner.jpg) no-repeat center center; height:325px;}
.navbar{ margin-bottom:0;}
.bg{ min-height:100px; margin:0 auto; background:none; overflow:hidden;}
.carousel{ position:relative; /*margin-bottom:20px;*/ line-height:1;}
.carousel-inner{ position:relative; width:100%; overflow:hidden;}
.carousel .item{ background:#fff;}
.carousel-control.right{ right:15px; left:auto;}
.carousel-control{ position:absolute; top:40%; width:40px; height:40px; left:15px; margin-top:-20px; font-size:60px; font-weight:100; line-height:22px; color:#fff;
text-align:center; background:#222; border:3px solid #fff; -webkit-border-radius:20px; border-radius:20px; opacity:0.5; filter:alpha(opacity=50); -moz-border-radius:20px;}


.jjfa{ overflow:hidden;}
.jjfa h2{color:#333; font-size:24px;}
.jjfa .sx{width:5px; height:24px; background:#e15a1a; float:left; margin-top:2px; margin-right:10px;}
.jjfa-con{ border-bottom:1px solid #ddd; overflow:hidden;}
.jjfa-con h3{ font-size:18px; color:#444; font-weight:bold; line-height:24px;}
.jjfa-con p{ font-size:14px; color:#777; line-height:24px;}
.jjfa-con p img{ margin-bottom:5px;}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #666;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*分页*/
.pagination{ margin:35px 0 25px;}
.pagination > li > a, .pagination > li > span{ border-radius:5px; float:none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background-color: #f1820c; border-color: #f1820c;}
.pagination > li > a, .pagination > li > span{ background-color:#c4c4c4; color:#fff; border-color:#c4c4c4;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{background-color: #f1820c;border-color: #f1820c;color: #fff;}
/*合作*/
.hz h2{color:#333; font-size:24px;}
.hz .sx{width:5px; height:24px; background:#e15a1a; float:left; margin-top:2px; margin-right:10px;}
.hz ul{ overflow:hidden; margin:25px -15px 0;}
.hz ul li{ line-height:68px; text-align:center; background:#fff; margin-bottom:20px; }
.hz ul li a{ display:block; background:#f9fafc; padding:10px 0;}
.hz ul li a img{ display:block; margin:0 auto;}
.wbd{color:#fff;position:relative; z-index:2; float:right; width:850px; padding:0 40px; }
.wbd-1{height:133px; overflow:hidden; font-size:42px;padding:90px 0 0; }
.wbd-2{font-size:30px; line-height:1.4em; padding:20px 0 0 0;font-size:27px; height:98px; overflow:hidden;}
@media (max-width: 480px) {
	.bg{ min-height:70px !important;}
	.wbd{ font-size:22px; float:none;}
	.wbd p{ width:100%; padding:20px 20px 0; line-height:1.4em;font-weight: 500;height: 58px;overflow: hidden; font-size:24px;}
	.wbd-2{font-size:14px !important; line-height:1.4em; padding:0 23px !important; height:38px !important; overflow:hidden !important;}
	#home{ position:fixed; z-index:9999;}
	.news-text{ margin-top:0;}
}

/*新闻列表页*/
.jjfa-con .xwimg{ margin-top:20px; width:270px; height:180px; margin-bottom: 20px;}
.jjfa-con .xwimg img{ width:270px; height:180px; margin-left:-30px;}
.jjfa-con h3 a{ color:#444;}
/*新闻正文页*/
.news-text{ min-height:400px; margin-top:60px;}
.news-text .news-text-title{ text-align:center;}
.news-text .news-text-title h1{ color:#444; font-size:26px; line-height:2em;}
.news-text .news-text-title p{ color:#716f6f; font-size:14px;}


.news-text-con{ color:#333; font-size:14px; margin-bottom:20px;}
.news-text-con h2{ font-size:18px;}
.news-text-con p{ text-indent:2em;}

@media (max-width: 480px) {
/*首页新闻*/
	.news-l p{ color:#777; font-size:12px; line-height:1.6em; padding:0; height:75px; overflow:hidden;}
	.news-text{ margin-top:0;}
	.news-text .news-text-title h1{line-height:1.2em;}
	.news-r-con .con-right{ padding-left:10px; padding-right:-1px;margin-right:-10px;}
}


/*适应平板*/
 @media (min-width: 618px) and (max-width: 992px) {
 	.nav-collapse li {
    width: 12%;
    *width: 12%; /* IE7 Hack */
    _width: 12%; /* IE6 Hack */
  }
	.nav ul li.wj-100{ min-width:84px !important;}
	.nav-collapse, .nav-collapse ul{ width:75% !important; padding:0 !important;}
	.nav ul{ width:100% !important; padding:0 !important; margin-top:30px !important;}
	.news-r-con .date{ margin-left:18px;}

	/*底部*/
	.footer-l{ padding-top:0px;}
	.footer-l h5{ line-height:1.4em;}
	.footer-l p{ line-height:1.2em;}

	.footer-r{ margin:60px 0 30px; display:block; overflow:hidden;}
	.footer-r h5{ font-size:14px; padding-bottom:8px; margin-top:0;}
	.bor-l{border-left:0;}
	.footer-r p{ margin-right:10px; float:left !important; margin-left:0px;}
	/*banner*/
	.wbd{ padding-left:120px;}
	.wj-mtt20{ marign-top:0px;}
	/*海外*/
	.hw-h{ margin:0 auto; display:block; text-align:center;}
	.hwi{ margin:10px 0 20px;}
	.overseas-a{ margin-bottom:0px;}
	.hwt{padding:10px 0 20px 20px}
	.overseas-a .wj-disnone{ display:none;}
	/*海外页面*/
	.hw-h .container {width: auto;}
	.hw-h .wj-disnone{ display:none;}
	/*弹出框*/
	.bs-example h4,.modal-footer h4{ font-size:16px;}

	/*游戏*/
	.ovrly{ display:none;}
	.buttons{ display:none;}
	.btn01 img{ height:auto !important;}
	.game .wj-b20{ margin-bottom:80px !important;}
	.min-1170{ height:500px !important;}
	.carousel-indicators{bottom:0;}
	/*游戏详情*/
	.wx-bgimg .container{ width:auto;}
	/*项目详情*/
	.carousel .item {height: 620px;}
	.xm-xq .carousel-control{ font-size:18px; padding-top:5px; margin-top:0px;}
}
 @media (min-width: 992px) and (max-width: 1024px) {
	.game .wj-disnone{ display:none;}
	/*底部*/
	.footer-l{ padding-top:0px;}
	.footer-l h5{ line-height:1.4em;}
	.footer-l p{ line-height:1.2em;}

	.footer-r{ margin:60px 0 30px; display:block; overflow:hidden;}
	.footer-r h5{ font-size:14px; padding-bottom:8px; margin-top:0;}
	.bor-l{border-left:0;}
	.footer-r p{ margin-right:10px; float:left !important; margin-left:0px;}
	.footer-r .wj-p0{ padding:0;}
	/*新闻*/
	.news-r-con .con-right{ margin-left:24px;}
	/*游戏*/
	.ovrly{ display:none;}
	.buttons{ display:none;}
	.btn01 img{ height:auto !important;}
	.min-1170{ height:559px !important;}
	.carousel-indicators{bottom:0;}
	.game .wj-b20{ margin-bottom:50px !important;}

	/*联系*/
	.lianxi h4.tit{ font-size:18px;}
	/*项目详情*/
	.xm-xq .carousel-control{ font-size:18px; padding-top:5px; margin-top:0; top:45%;}
}

/*充值页面*/
.cz-con form{ margin:50px auto 100px;}
.cz-con form .control-label{ color:#444; font-size:14px; font-weight:100; line-height:35px;}
.cz-con form .czfs{ padding:0;}
.cz-con form .czfs{ border:1px solid #dcdcdc;}
.cz-con form .czfs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{ border-radius:0; border-top:3px solid #f16a37;}
.cz-con form .czfs .nav-tabs{ background:#eee; padding:0; border-bottom:0;}
.cz-con form .czfs .nav-tabs > li > a{ border:0; color:#333;}
.cz-con form .wj-p0{ padding:0;}
.cz-con form .czfs .tab-pane p{ color:#999; font-size:12px; margin:15px;}
/*充值方式*/
.bank-box{ margin:20px;}
.bank-box ul{ border-top:1px dashed #C9C9C9; border-right:1px dashed #C9C9C9; margin:0 0 15px 0}
.bank-box ul li{ vertical-align:middle; border-bottom:1px dashed #C9C9C9; border-left:1px dashed #C9C9C9; overflow:hidden;}
.bank-box ul li label{ position:relative; overflow:hidden; display:block; cursor:pointer; margin:10px auto;}
.bank-box ul li label input{ position:absolute; left:10px; top:15px;}
/*充值金额*/
.cz-con form p{ color:#999; font-size:12px;}

@media (max-width: 480px) {
	.cz-con .wj-mt20{margin-top:20px;}
	.cz-con .bank-box .wj-disnone{ display:none;}
	.dd-con{ margin:0 auto;}
}


/*iPhone5*/
 @media (min-width: 320px) and (max-width: 325px) {
	.bank-box{ margin:20px 0;}
	.bank-box ul li{ padding:0;}
}
/*iPhone6*/
@media (min-width: 325px) and (max-width: 375px) {
	.bank-box ul li{ padding:0;}
	.cz-con form .control-label{padding-right: 15px;padding-left: 15px;}
}
/*iPhone6 plus*/
  @media (min-width: 380px) and (max-width: 415px) {
	.cz-con form .control-label{padding-right: 15px;padding-left: 15px;}
}
/*平板小*/
 @media (min-width: 618px) and (max-width: 992px) {
	.bank-box ul li{ padding:0;}
}

/*游戏订单页面*/
.dd-con{ margin:30px auto 300px;}
.dd-con .row{ margin:0;}
.dd-con .border-b{ border-bottom:1px solid #e8e7e7;}
.dd-con h1{ font-size:28px; color:#ea5a22; line-height:60px;}
.dd-con h4{ font-size:14px; color:#777; line-height:50px; width: 60px; text-align: right;}
.dd-con h5{ font-size:14px; color:#333; margin-left:30px; line-height:50px;}

@media (max-width: 480px) {
	.dd-con{ margin:0 auto;}
	.dd-con h1{ line-height:50px;}
	.dd-con h4{ line-height:40px;}
	.dd-con h5{ line-height:40px;}
}
/*游戏注册页面*/
.zc-con{ margin-top:40px;}
.zc-con input{ color:#919191; height:48px; text-indent: 25px;}
.zc-con select{ color:#919191; height:48px;text-indent: 23px;}
/*只调火狐浏览器下的样式*/
@-moz-document url-prefix(){.zc-con select{text-indent: 8px;}}
.zc-con img{ position:absolute; top:15px; left:25px; width:20px; height:20px;}
/*input框变色*/
.zc-con .form-control:focus {
  border-color: #21a701;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
@media (min-width: 1024px) {
	.zc-con form{ width:635px; margin:0 auto;}
}
.zc-top{height:30px; line-height:30px;}
.zc-top a{ margin-right:10px; color:#919191;}


/*游戏登录页面*/
.clearf:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.wx-dlbg{ background:url(../images/wx-dlbg.jpg) repeat center;}
.wx-1229-div{ background:#fff; border-radius:3px; margin-top:200px; padding-top:60px; padding-bottom:80px;}
.co666{ color:#666;}
.co999{ color:#999;}
.fz16{ font-size:16px;}
.d-block{ display:block;}
.wx-mb-15{ margin-bottom:15px;}
.wx-mt-40{ margin-top:40px;}
.wx-1229-yzm{ width:100%; height:45px;}
.wx-prl-0{ padding-left:0px; padding-right:0px;}
.wx-pl-0{ padding-left:0;}
.wx-br-0{ border-radius:0;}
.wx-w-100{ width:100%;}
@media (max-width: 1919px) {
.wx-1229-div{ margin-top:80px; margin-bottom:80px;}
}

@media (min-width: 1920px) {
  .project{width:1900px; margin:0 auto;}
}
/*人才招聘*/
.wj-rczp{ border:1px solid #ddd; margin-bottom: 20px;}
.wj-rczp:last-child{ margin-bottom: 60px;}
.wj-rczp .rczp-top{ background: #fafafa; border-bottom: solid 1px #f2f2f2; padding:25px;}
.wj-rczp .rczp-top h3{ font-size: 30px; color: #282828; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.wj-rczp .rczp-top strong{font-family: DIN; color: #ff8600; font-size: 24px; font-weight: 100;}
.wj-rczp .rczp-top span{ font-size: 16px; color: #666; margin-left: 20px;}
.wj-rczp .rczp-top .rczp-zs{ color: #999; font-size: 16px; margin-top: 30px;}
.wj-rczp .rczp-bot{ padding:22px 25px; background: #fff;}
.wj-rczp .rczp-bot .rczp-tit{ font-size:18px; color: #282828;}
.wj-rczp .rczp-bot .rczp-con{ color: #666; font-size: 14px; line-height: 30px; margin-top: 20px;}
@media (max-width: 768px) {
  .wj-rczp{ margin: 0 15px 20px;}
}





