* {padding: 0; margin: 0; box-sizing: border-box;}
body {font-family: Microsoft YaHei, Helvetica, sans-serif;background: #fff; width: 100%; overflow-x: hidden;}
a {text-decoration: none;}

.ad {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
}
.ad > .sonContent {
	width: 730px;
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ad > .sonContent > i {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -50px;
	right: -50px;
	cursor: pointer;
	background: url('../images/icon_close.png') no-repeat center;
}

.pWidth {
	width: 1080px;
}
.center {
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
img {
	width: 100%;
	float: left;
}

.header {
	width: 100%;
	height: 95px;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background: url('../images/bg_top.png') no-repeat center;
}
.header .pWidth {
	width: 1092px;
	margin-left: 10px;
}
.header .sonLogo {
	width: 240px;
	float: left;

}
.header .sonNav {
	width: 850px;
	float: right;
}
.header .sonNav a {
	float: left;
	font-size: 28px;
	padding: 0 36px;
	line-height: 77px;
	text-align: center;
	color: #ffffff;
}
.header .sonNav a:nth-child(1) {
	padding: 0 21px;
}
.header .sonNav a:nth-child(2) {
	padding: 0 33px;
}
.header .sonNav a:nth-child(3) {
	padding: 0 26px;
}
.header .sonNav a:nth-child(4) {
	padding: 0 44px;
}
.right {
	width: 305px;
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 3;
}

.right > a {
	width: 100%;
	float: left;
	margin-top: 8px;
	position: relative;
	left: 222px;
	transition: all 0.3s;
}
.right > a:hover {
	left: 0;
}
.top {
	width: 100%;
	float: left;
	background: url('../images/bg_top.jpg') no-repeat center top #0a131a;
}
.top .son_01 {
	width: 768px;
	margin-top: 106px;
}
.top .son_02 {
	width: 611px;
	margin-top: 10px;
}
.top .sonContent {
	width: 100%;
	float: left;
	padding: 0 30px 20px 30px;
	margin-top: 20px;
	border: solid 3px #a9694c;
	border-radius: 20px;
	background: rgba(17, 17, 17, 0.3);
}
.top .sonContent > .sonItem {
	width: 486px;
	height: 103px;
	float: left;
	margin-top: 20px;
	background: url('../images/bg_top_item.png') no-repeat center;
	background-size: 100%;
	cursor: pointer;
}
.top .sonContent > .sonItem:nth-child(2n) {
	float: right;
}
.top .sonContent > .sonItem > .sonIndex {
	width: 98px;
	float: left;
	font-size: 40px;
	line-height: 102px;
	color: #f4b704;
	font-weight: 600;
	text-align: center;
}
.top .sonContent > .sonItem > .sonSpeed {
	width: 42px;
	float: left;
	margin-top: 32px;
}
.top .sonContent > .sonItem > .sonSpeed span {
	width: 100%;
	float: left;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1em;
	color: #742c00;
	font-weight: 600;
	text-align: center;
}
.top .sonContent > .sonItem > .sonValue {
	width: 280px;
	float: left;
	font-size: 20px;
	line-height: 92px;
	color: #742c00;
	font-weight: 600;
	text-align: center;
}
.top .sonDown {
	width: 680px;
	margin-top: 32px;
}
.top .sonDown > a {
	width: 326px;
	float: left;
}
.top .sonDown > a + a {
	float: right;
}
.top .sonKf a {
	width: 100%;
	margin-bottom: 36px;
}
.game {
	display: none;
	width: 100%;
	float: left;
}
.game .sonTop {
	width: 611px;
}
.game .sonList {
	width: 100%;
	float: left;
	padding: 20px;
	margin-top: 26px;
	border: solid 3px #a9694c;
	border-radius: 20px;
	background: rgba(17, 17, 17, 0.3);
	display: flex;
	justify-content: space-between;
}
.game .sonList > a {
	width: 50%;
	float: left;
}
.game .sonList > a + a {
	margin-left: 34px;
}
.bottom {
	display: none;
	width: 100%;
	float: left;
	padding-top: 26px;
	background: url('../images/bg_bottom.jpg') no-repeat center bottom #0a131a;
}
.bottom .sonTitle {
	width: 659px;
}
.bottom .sonList {
	width: 100%;
	float: left;
	padding: 20px;
	margin-top: 26px;
	border: solid 3px #a9694c;
	border-radius: 20px;
	background: rgba(17, 17, 17, 0.3);
}
.bottom .sonList a {
	width: 100%;
	float: left;
}
.bottom .sonList a + a {
	margin-top: 14px;
}
.bottom .sonBottom {
	width: 100%;
	float: left;
	margin-top: 320px;
	font-size: 12px;
	line-height: 2em;
	color: #ccc;
	font-weight: 600;
	text-align: center;
}


