.header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 2px 3px 1px rgba(10, 2, 5, 0.1);
    z-index: 999;
    background: #fff;
}
.header .header-nav {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
}
.header .header-nav .nav-logo {
    float: left;
    height: 60px;
    margin: 10px 0;
    margin-right: 100px;
}
.header .header-nav .nav-logo img {
    height: 60px;
}
.header .header-nav .nav-list {
    float: left;
    overflow: hidden;
}
.header .header-nav .nav-list .nav-item {
    float: left;
    line-height: 80px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.header .header-nav .nav-list .nav-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.header .header-nav .nav-list .nav-item::before {
    position: absolute;
    content: '';
    width: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    height: 3px;
    background: #FE5848;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.header .header-nav .nav-list .nav-item.on {
    color: #FE5848;
}
.header .header-nav .nav-list .nav-item:hover {
    color: #fe5848;
}
.header .header-nav .nav-list .nav-item:hover::before {
    width: 50%;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.header .header-nav .nav-list .nav-item.on::before {
    width: 50%;
}
.header .header-nav .nav-list .nav-item:not(:last-child) {
    margin-right: 60px;
}
.header .header-nav .nav-to {
    float: right;
    color: #505050;
    line-height: 80px;
    font-size: 16px;
}
.header .header-nav .nav-to a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.header .header-nav .nav-to a img {
    margin-left: 10px;
    display: block;
    float: right;
    width: 8px;
    height: 14px;
    margin-top: 33px;
}

.footer {
	width: 100%;
	background: #000;
}
.footer .footer-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.footer .footer-box .footer-game-tip{
	font-size: 12px;
	color: #fffefe;
	text-align: center;
	line-height: 24px;
}
.footer .footer-box .footer-game-tip a {
	text-decoration: none;
	color: #fffefe;
}
.footer .footer-box .footer-link {
	text-align: center;
	margin: 10px 0 6px;
}
.footer .footer-box .footer-link a {
	font-size: 14px;
	color: #fffefe;
	text-decoration: none;
	padding: 0 10px;
}
.footer .footer-box .footer-link a:not(:last-child) {
	border-right: 1px solid #fffefe;
}
.footer .footer-box .footer-company {
	width: 530px;
	overflow: hidden;
	margin: 6px auto 0;
}

.footer .footer-box .footer-company .footer-logo {
	float: left;
}
.footer .footer-box .footer-company .footer-logo img {
	width:120px;
	height:60px;
}
.footer .footer-box .footer-company .footer-info {
	float: right;
	text-align: left;
}
.footer .footer-box .footer-company .footer-info .info-text {
	font-size: 12px;
	color: #fffefe;
	line-height: 23px;
}
.footer .footer-box .footer-company .footer-info .info-text a {
	color: #fffefe;
	text-decoration: none;
}
.footer .footer-box .footer-company .footer-info .info-text a:last-of-type {
	margin-left: 10px;
}

.footer .footer-box .footer-icon {
	overflow: hidden;
	width: 920px;
	margin: 10px auto 5px;
}
.footer .footer-box .footer-icon a {
	display: inline-block;
	width: 180px;
	height: 100%;
}

.footer .footer-box .footer-icon .footer-icon-itm img {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 16px;
}

.footer .footer-box .footer-icon .footer-icon-itm p {
	float: left;
	font-size: 12px;
	color: #fffefe;
}