* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #997756;
	overflow-x: hidden;
	background: #1D1D1D url(../images/bg01.jpg) no-repeat center top;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
/*---------------index--------------*/
#header	{
	width: 650px;
	margin: 0 auto;
	text-align: center;
	padding: 75px 0 32px;
	position: relative;
}
/*------å…¬å‘Š-----------------------*/
.newsBox {
	width: 700px;
	margin: 0 auto 30px;
	position: relative;
	padding: 0 5px;
	box-sizing: border-box;
	line-height:40px;
	background-color: #012F6D;
	border-radius: 25px;
}
.tempWrap {
	width: auto !important;
}
.newsBox dt {
	float: left;
	height: 36px;
	padding-top: 6px;
	box-sizing: border-box;
}
.newsBox dd {
	color: #fff;
	line-height:40px;
	padding-left: 40px;
	font-size: 14px;
}
.newsBox dd span {
	color: #ff0000;
}
.newsBox dd li {
	width: 800px;
	float: left;
	white-space:nowrap;
	font-size: 14px;	
}
#main {
	width: 700px;
	margin: 0 auto 20px;
	position: relative;
}
#main .title {
	width: 400px;
	margin-bottom: 15px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 150px;
	line-height: 30px;
	background: url(../images/text_bg.png) no-repeat center top;
}
#main .title span {
	display: inline-block;
	margin: 0 15px;
	color: #fff;
	font-size: 14px;
}
#main .top {
	margin-bottom: 25px;
}
#main .inner {
	padding: 20px 70px 30px;
	background-color: #181818;
	border: 2px solid #303030;
	border-radius: 10px;
}
#main .webUl li {
	font-size: 16px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #303030;
}
#main .webUl li .x1 {
	margin-right: 30px;
	color: #28d46d;
}
#main .webUl li .x1.color2 {
	color: #ebb446;
}
#main .webUl li .arrow {
	margin-right: 35px;
}
#main .webUl li .web {
	width: 275px;
	display: inline-block;
	color: #fff;
}
#main .webUl li .web a:hover {
	color: #a1925c;
	text-decoration: underline;
}
#main .webUl li .link {
	color: #c8a049;
	font-size: 14px;
	border: 1px solid #c8a049;
	border-radius: 5px;
	width: 100px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
}
#main .webUl li .link:hover {
	color: #fff;
	background-color:#c8a049;
	border: 1px solid #c8a049;
}

#footer {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}
#footer .copyright {
	margin-bottom: 20px;
	font-size: 12px;
	color: #444444;
}
.sBox {
	width: 120px;
	height: 247px;
	position: absolute;
	top: 245px;
	right: -210px;
}
.sBox .play {
	display: block;
	position: absolute;
	bottom: 12px;
	left: 10px;
}
.sBox .close {
	display: block;
	position: absolute;
	bottom: -24px;
	left:34px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body,html {	overflow: inherit;}
	.sBox {
		display: none;
	}
	.section {
		height: auto;
		width: auto;
		position: inherit;
		top: inherit;
		left: inherit;
		margin: 0;
	}
	#header	{
		width: auto;
		padding-top: 20px;
	}
	#main {
		width: auto;
	}
	#main .top img {
		width: 100%;
	}
	#main .title {
		width: 90%;
		left: 50%;
		margin-left: -45%;
		line-height: inherit;
		background: url(../images/text_bg.png) no-repeat center top;
		background-size: 100% auto;
	}
	#main .title span {
		margin:0;
	}
	.newsBox {
		width: auto;
	}
	#footer {
		width: auto;
		padding-bottom:20px;
		margin: 0 10px;
	}
	#footer img {
		width: 100%;
	}
	#main .inner {
		padding: 30px 10px 10px;
	}
	#main .webUl li {
		padding: 6px 0;
		overflow: hidden;
		zoom: 1;
	}
	#main .inner .webUl .web {
		width: 120px;
		font-size: 14px;
		z-index: 1;
	}
	#main .inner .webUl .x1 {
		margin-right: 5px;
		font-size: 14px;
	}
	#main .inner .webUl .arrow {
		margin-right: 5px;
	}
	#main .inner .webUl .link {
		float: right;
		z-index: 999;
		position: relative;
		background: url(../images/btn01.png) no-repeat center top;
		background-size: 100% auto;
		width: 70px;
		font-size: 12px;
		
	}	
	
}
