* {margin: 0;padding: 0;-webkit-tap-highlight-color: transparent;-moz-user-select: none;/*火狐*/-webkit-user-select: none;/*webkit浏览器*/-ms-user-select: none;/*IE10*/-khtml-user-select: none;/*早期浏览器*/user-select: none;}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p,
	blockquote, pre, hr, figure, table, caption, th, td, form, fieldset,
	legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
input, textarea, a, div, button, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}
html, body {
	height: 100vh;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	font-family: "黑体";
}
a:link {color: white;}      /* 未访问链接*/
a:visited {color: white;}  /* 已访问链接 */
a:hover {color: white;}  /* 鼠标移动到链接上 */
a:active {color: white;}  /* 鼠标点击时 */

.main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.major {
	background: url('https://cdn.hardtime.cn/image/imgcdn/banner-00.jpg') center 0 no-repeat;
	width: 100%;
	height: 351px;
}
.top-bar {
	width: 100%;
	height: 75px;
	background-color: black;
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	top: 0;
	z-index: 20;
}
.wrap-logo {
	width: 149px;
	height: 75px;
	margin: 0 auto;
	position: relative;
	float: left;
	text-align: center;
	line-height: 110px;
	margin-left: 99px;
}
.wrap-logo>img {
	width: 123px;
	height: 49px;
}
.wrap-con {
	width: 1680px;
	margin: 0 auto;
	position: relative;
}

.ul-one {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.ul-one>li {
	display: inline-block;
	width: 118px;
	height: 100%;
	position: relative;
	font-size: 15px;
	font-family: "黑体";
	text-align: center;
	line-height: 75px;
	transition: all .5s;
	-webkit-transition: all .5s;
	letter-spacing: 2px;
	font-weight:bold;
}
.ul-one>li:hover {
	background-color: #fff;
}
.ul-one>li:hover a {
	color: #000;
}
.ul-one>li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.ul-one>li img {
	vertical-align: middle;
}

.content {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.title {
	margin-left: 116px;	
	margin-top: 50px;
}
.title>div {
	float: left;
}
.title-main {
	font-size: 45px;
	font-family: "黑体";
}
.title-line {
	width: 0px;
	height: 50px;
	border-left: 3px solid #A3A6A5;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}
.title-assistant {
	color: #A3A6A5;
	font-size: 21px;
	font-family: "黑体";
}

.game {	
	margin-left: 116px;	
	margin-top: 10px;
	height: 690px;
}
.game>div {
	float: left;
}

@keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}
.game-img {
	position: relative;
	width: 410px;
	height: 630px;
	cursor: pointer;
	margin-right: 20px;
}
.game-img-title {
	position:absolute;
	bottom:0;
	display:none;
	width: 410px; 
	height: 310px;
    -webkit-animation: fadenum 2s ease;
	-moz-animation: fadenum 2s ease;
	animation:fadenum 2s ease;
}
.game-img-icon {
	position:absolute;
	bottom:0;
	width: 135px; 
	height: 135px;
	margin-bottom: -68px;
	margin-left: 138px;
}
.game-img:hover .game-img-title {
   	display: block;
}
.future {
	background: url('../imgcdn/future-bg-slds.jpg') center 0 no-repeat;
	width: 100%;
	height: 970px;
}
.future-man {
	margin-left: 900px;
}

.dynamic {
	height: 646px;
}

.hardtime {
	background: url('https://cdn.hardtime.cn/image/imgcdn/hardtime-bg.jpg') center 0 no-repeat;
	width: 100%;
	height: 970px;
}
.circle {
	background: url("https://cdn.hardtime.cn/image/imgcdn/hardtime-circle.png") no-repeat;
	background-size: 598px 598px;
	position: relative;
	width: 598px;
	height: 598px;
	margin-left: 220px;
	margin-top: 195px;
	float: left;
}
.circle:hover {
	animation:myfirst 100s infinite ;
}
@keyframes myfirst {
	100%{
		transform: rotate(3600deg);
	}
}
.job {
	width: 702px;
	height: 125px;
	margin-left: 1070px;
	margin-top: 24px;
}
.job-text {
	background-color: #f9f9f9;
	width: 325px;
	height: 125px;
	float: left;
	margin-left: 26px;
}
.job-text-title {
	font-family: "黑体";
	font-size: 16px;
	color: #444444;
	margin-left: 16px;
	margin-top: 15px;
}
.job-text-content {
	width: 325px;
	font-family: "黑体";
	font-size: 10px;
	color: #757879;
	margin-left: 16px;
	margin-top: 15px;
}
.job-text-button {
	margin-left: 16px;
	margin-top: 12px;
}

.copyright {
	width: 100%;
	height: 100px;
	background-color: black;
	color: #A0A3A2;
	font-size: 14px;
	font-family: "黑体";
}
.copyright>div {
	float: left;
}
.copyright-logo {
	margin: 0 auto;
	position: relative;
	float: left;
	text-align: center;
	line-height: 50px;
	margin-top: 25px;
	margin-left: 99px;
}
.copyright-logo>img {
	width: 123px;
	height: 49px;
}
.copyright-text {
	margin-top: 15px;
	margin-left: 200px;
	line-height: 23px;
}

.img-big,.img-small {
   	transition: all .3s;
}
.img-big:hover{
    transform: scale(1.05);
}
.img-small:hover{
    transform: scale(.9);
}

.news {
}
.news>div {
	float: left;
	height: 220px;
}
.load {
	text-align: center;
	height: 60px;
}