@charset "UTF-8";
.header {
    background: #333333;
    height: 99px;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header .wrap {
    position: relative;
}

.header .logo {
    padding-top: 30px;
    box-sizing: content-box;
}

.header .nav {
    width: 560px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.header .nav:before,
.header .nav:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.header .nav li {
    float: left;
    width: 112px;
    height: 118px;
    line-height: 94px;
    position: relative;
}

.header .nav li+li:before {
    content: '·';
    position: absolute;
    left: -2px;
    top: 0;
}

.header .nav li.active:before,
.header .nav li:hover:before,
.header .nav li.active:before {
    display: none;
}

.header .nav li.active+li:before,
.header .nav li:hover+li:before,
.header .nav li.active+li:before {
    display: none;
}

.header .nav li.active a,
.header .nav li:hover a,
.header .nav li.active a {
    display: block;
    color: #000;
    background: url(images/item-bg.png) no-repeat;
}

.header .nav li a {
    display: block;
    height: 118px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s linear;
}

.top_nav {
    float: right;
}

.banner {
    height: 715px;
    background: url(images/banner.jpg)center center no-repeat;
}

.about_banner {
    height: 721px;
    background: url(images/about_bg.jpg)center center no-repeat;
}

.zhaop_banner {
    height: 579px;
    background: url(images/zhaoping_bg.png)center center no-repeat;
}

.game_tie {
    height: 150px;
    font-size: 30px;
    text-align: center;
}

.game_tie span {
    font-size: 18px;
    line-height: 150px;
}

.boxgrid {
    width: 392px;
    height: 306px;
    margin-right: 12px;
    margin-bottom: 30px;
    float: left;
    background: #161613;
    overflow: hidden;
    position: relative;
}

.ma_0 {
    margin-right: 0px;
}

.boxgrid_img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.boxcaption {
    position: absolute;
    background: #000;
    height: 124px;
    width: 100%;
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    bottom: -400px;
}

.boxcaption h1 {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding-top: 15px;
}

.images_bg {
    text-align: center;
    margin-top: 8px;
}

.boxcaption .link a {
    display: inline-block;
    width: 120px;
    height: 38px;
    margin: 0 5px;
    font-size: 16px;
    border: 1px solid #fff;
    line-height: 36px;
    text-align: center;
}

.boxcaption .link a:hover {
    display: inline-block;
    width: 120px;
    height: 38px;
    margin: 0 5px;
    font-size: 16px;
    background: #ff6d00;
    line-height: 36px;
    text-align: center;
}

.boxcaption .link {
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.boxcaption .link span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 8px;
    vertical-align: -2px;
}

.boxcaption .link span.lb {
    background: url(images/icon-gift.png) no-repeat;
}

.boxcaption .link span.xz {
    background: url(images/icon-download.png) no-repeat;
}

.page-link {
    background: #333333;
    padding: 90px 0;
}

.page-link li {
    float: left;
    width: 280px;
    height: 330px;
    background: #fff;
    text-align: center;
    color: #848484;
    transition: all 0.3s linear;
}

.page-link li a {
    display: block;
    height: 100%;
}

.page-link li .icon {
    height: 110px;
    margin-top: 58px;
    display: block;
    width: 100%;
}

.page-link li .icon {
    transition: all 0s;
}

.page-link li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 26px;
}

.page-link li h4 {
    margin-top: 20px;
}

.page-link ul:before,
.page-link ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.page-link li h3:after {
    content: '';
    display: block;
    margin: 10px auto 0 auto;
    width: 90px;
    height: 2px;
    background: #848484;
    transition: all 0.3s linear;
}

.page-link li+li {
    margin-left: 26px;
}

.page-link li.link1 .icon {
    background: url(images/jzjh.png) no-repeat center bottom;
}

.page-link li.link2 .icon {
    background: url(images/czzx.png) no-repeat center bottom;
}

.page-link li.link3 .icon {
    background: url(images/kfzx.png) no-repeat center bottom;
}

.page-link li.link4 .icon {
    background: url(images/smrz.png) no-repeat center bottom;
}

.page-link li .icon {
    transition: all 0s;
}

.page-link li:hover {
    background: #f18d18;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    color: #fff;
}

.page-link li:hover h3:after {
    background: #fff;
    width: 150px;
}

.page-link li:hover .icon {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}

.page-link li:hover.link1 .icon {
    background: url(images/jzjh-1.png) no-repeat center bottom;
}

.page-link li:hover.link2 .icon {
    background: url(images/czzx-1.png) no-repeat center bottom;
}

.page-link li:hover.link3 .icon {
    background: url(images/kfzx-1.png) no-repeat center bottom;
}

.page-link li:hover.link4 .icon {
    background: url(images/smrz-1.png) no-repeat center bottom;
}

.footer-cop {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    border-bottom: dashed 1px #333;
}

.hblogo {
    padding: 40px 65px 0px 400px;
    float: left;
}

.footer-logo {
    max-width: 400px;
    height: 33px;
    box-sizing: content-box;
}

.ba {
    float: left;
    height: 120px;
    line-height: 120px;
}

.footer_wz {
    width: 1200px;
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

/*简介*/

.game_tie h2 {
    font-size: 36px;
    padding: 30px 13px 16px 13px;
    border-bottom: 2px solid #333;
    display: inline-block;
}

.game_tie h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 12px;
}

.about {
    margin-bottom: 20px;
    height: 380px;
}

.about_wz {
    width: 580px;
    line-height: 44px;
    text-indent: 2em;
    padding-top: 20px;
}

.tdfc {
    background: #f5f5f5;
}

.zp {
    width: 1200px;
    margin: 0 auto;
}

/*#gla{
	
	overflow:hidden;
	margin:0 auto;
	position:relative;
	height: 480px;}
.bac{
	position:absolute;
	bottom:0;
	left:50px;
}
#gla_box{
	width:700px;
	margin:auto;
}
.gla_inbox{
	overflow:hidden;
	position:relative;
}
.gla_inbox p{ text-align: center; font-size: 18px; width: 100%; color: #333; line-height: 36px; }
/*.gla_inbox a{ padding: 5px; display: block; position: absolute; bottom: 20px; left: 20px; background-color: hsla(0,0%,0%,.5); color: #FFF; }
.gla_inbox img{
	width:100%;
	height:100%;
}*/

.roundabout-holder {
    height: 404px;
    width: 700px;
}

.roundabout-moveable-item {
    display: block;
    height: 380px;
    width: 686px;
    ;
    cursor: pointer;
}

.roundabout-in-focus {
    cursor: auto;
}

.lxfs {
    background: #4a4a4a;
    clear: both;
}

.lxfs img {
    margin-bottom: 20px;
}

.lxfs_tie {
    height: 150px;
    font-size: 30px;
    text-align: center;
}

.lxfs_tie h2 {
    font-size: 36px;
    padding: 30px 13px 16px 13px;
    border-bottom: 2px solid #333;
    display: inline-block;
    color: #fff;
}

.lxfs_tie h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 12px;
    color: #fff;
}

/*招聘*/

.zhaop {
    background: #333;
}

.zhaop img {
    width: 1920px;
    margin: 0 auto;
}