/* CSS Document */

@font-face{
	font-family: songti;
	src: url(../font/songti.ttf);
	font-weight: normal;
	font-style: normal
}
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
var {
	margin: 0;
	padding: 0;
}
body, html {
	background: #fff;
}
ul, li, ol {
	list-style: none;
}
i, em {
	font-style: normal
}
img {
	border: none
}
a, a:hover {
	text-decoration: none;
}

.col_w {
	color: #fff
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear {
	clear: both;
}
#head {
	height: 147px;
	width: 1920px;
	background: url(http://static.jd.gameduchy.com/static/img/index/top_bg.png) repeat-x center center;
	position: fixed;
	z-index: 21;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

#head .head_con {
	width: 1200px;
	height: 77px;
	margin: 0 auto;
	padding-top: 1px;
}
#head .h_tit {
	width: 320px;
	height: 100px;
	text-align: center;
}
#head ul {
	display: flex;
	justify-content: space-around;
	width:1200px;
	margin-top: 25px
}
#head ul li {
	cursor: default;
	width: 124px;
	position: relative
}
#head ul li, #head ul a {
	float: left;
	line-height: 78px;
	font-size: 16px;
	text-align: center;
	display: block;
	height: 55px;
	width: 124px;
	transition: 1s;
}
#head ul p {
	width: 0%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 55px;
	left: 50%;
	transition: 0.1s
}
#head ul li:hover p {
	width: 100%;
	left: 0
}
#prompt {
	width: 100%;
	margin: 0 auto;
	background: #272c3c;
	text-align: center;
	position: relative;
	z-index: 21;
}
#prompt h5 {
	color: #c3c3c3;
	font-size: 20px;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height: 65px
}
#prompt p {
	color: #9c9c9c;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2em
}
#prompt img {
	position: absolute;
	left: 20px;
	top: -100px;
}
#prompt .pro_company {
	text-align: right;
	padding-right: 70px
}
#footer {
	width: 100%;
	margin: 0 auto;
	height: 48px;
	padding:21px 0;
	background: #25272e;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: #626979
}
