* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #FFF;
	background: #1B1517 url(../images/index/bg01.jpg) no-repeat center top;
}
.w1000 {
	width: 1000px;
	margin: 0 auto
}
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	{
	padding: 14px 0 10px;
	height: 100px;
	box-sizing: border-box;
	background: url(../images/index/h_bg.jpg) no-repeat center top;
}
#header .hBox {
	width: 1000px;
	margin: 0 auto;
}
#header .logo {
	margin: 0 110px 0 0;
	float: left;
}
#header .logo img {
	display: block;
}
#header .hIm01 {
	float: left;
}
#header .hIm02 {
	float: right;
	margin-top: 10px;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/index/bg02.png) no-repeat center top;
	height:525px;
}
#main {
	padding: 25px 0;
}
#main h2 {
	text-align: center;
	margin-bottom: 16px;
}
#main #conts {
	padding: 80px 20px 30px 30px;
	width: 580px;
	float: left;
}
#conts .linkUl {
	margin-bottom: 40px;
}
#conts .linkUl li {
	margin-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}
#conts .linkUl li .web {
	margin-right: 8px;
	line-height:50px;
	float: left;
	width: 400px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #352728;
	border: 1px solid #4F393B;
}
#conts .text {
	color:#dcb5ba;
	line-height: 2.0;
	font-size: 15px;
}
#conts .text .color1 {
	color: #fff600;
}
#conts .text .color2 {
	color: #00ffa2;
}
#conts .text .color3 {
	color: #00ffa2;
}
#conts .text span {
	color: #f00;
}
#main #sideBar {
	width: 320px;
	float: right;
	padding: 80px 20px 17px;
	position: relative;
}
#sideBar .title {
	margin-bottom: 15px;
}
#sideBar .ma {
	text-align: center;
	margin-bottom: 15px;
}
#sideBar .ma li {
	margin: 0 3px;
	width: 150px;
	display: inline-block;
	text-align: center;
}
#sideBar .ma li span {
	margin-top: 12px;
	display: block;
}
#sideBar .ttl {
	margin-bottom: 15px;
	text-align: center;
}
.inner {
	width: 1000px;
	margin: 28px auto 0;
	text-align: center;
}
.inner {
	width: 1000px;
	margin: 28px auto 0;
	text-align: center;
}
.inner p {
	margin-bottom: 15px;
}
.inner .link {
	text-align: center;
	background: url(../images/index/line.png) no-repeat center top !important;
}
.inner .link img {
	display: inline-block;
}
.inner .link a {
	margin: 0 60px;
	display: inline-block;
}

#footer {
	padding: 20px 0;
	text-align: center;
	clear: both;
	background-color: #251D1E;
	border-top: 1px solid #413234;
}
#footer .fBox {
	width: 1000px;
	margin: 0 auto;
}
#footer .copyright {
	color: #dcb5ba;
	font-size: 14px;
}
.popBox {
	display: none;
	width: 662px;
	height: 241px;
	background-color: #141414;
	border: 1px solid #ECC250;
	box-sizing: border-box;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.popBox p {
	margin-top: 100px;
}
.layui-layer-ico {
	background: url(../images/index/close.png) no-repeat center top !important;
	width: 43px !important;
	height: 43px !important;
}
.layui-layer-setwin .layui-layer-close2 {
	top: -15px !important;
	right:-15px !important;
}