* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #FFF;
}
.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: 10px 0;
	height: 100px;
	box-sizing: border-box;
	background:#212121;
}
#header .hBox {
	width: 1000px;
	margin: 0 auto;
}
#header .logo {
	margin: 0 30px 0 0;
	float: left;
}
#header .logo img {
	display: block;
}
#header .hIm01 {
	float: left;
}
#header .hIm02 {
	float: right;

}
#header .hIm02 .link{
margin-left:30px;
}
#header .hIm02 .link a{
color:#fff; font-size:14px; 
}
#header .hIm02 .link a:after {
    display: inline-block;
    content: "";
    border-left: 1px solid #55605b;
    width: 1px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
#header .hIm02 .link a:nth-last-child(1):after{display:none}
#header .hIm02 .ser{margin-top:15px; display:block;}
.wrap {
	width: 1000px;
	margin: 0 auto;

}
.wrap .top-title{background: url(../images/top-title.png) no-repeat center top;height:52px;}
.wrap .bg-cont{background:#fff; border:2px solid #eccd67; border-top:none; overflow:hidden;height:;}

#main {
	padding: 25px 0;
		background: #1B1517 url(../images/body-bg.jpg) no-repeat center top;
}
#main h2 {
	text-align: center;
	margin-bottom: 16px;
}
#main #conts {
	margin:30px 0 10px;
	padding: 10px 20px 10px 30px;
	width: 580px;
	float: left;
	border-right:1px dotted #747474
}
#conts .linkUl {
	margin-bottom: 10px;
}
#conts .linkUl li {
	margin-bottom: 12px;
	overflow: hidden;
	zoom: 1;
}
#conts .linkUl li .domain {
	margin-right:12px;
	line-height:44px;
	height:44px;
	float:left;
	display:inline-block;
	width: 400px;
	color: #fdfca3;
	font-size: 25px;
	text-align: center;
	background-color: #2b3341;
}
#conts .linkUl li  img{
	width: 159px;
	height:44px;
	display:inline-block;
	float:left;

}

#conts .f5 {
	display:block;
	width: 300px;
	height:43px;
	margin:0 auto 10px;
}
#conts .text {
	border-top:1px dotted #747474;
	color:#212121;
	line-height: 2.0;
	font-size: 15px;
}
#conts .text .color1 {
	color: #006aff;
}


#conts .text span {
	color: #f00;
}
#main #sideBar {
	width: 320px;
	float: right;
	padding: 40px 20px 17px;
	position: relative;
}
#sideBar .title {
	text-align:center;
	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 .pweb{text-align: center;}


.inner {
	width: 1000px;
	margin: 28px auto 0;
	text-align: center;
	overflow:hidden;
}
.inner p {
	margin-bottom: 15px;
}
.inner .link {
	text-align: center;
}
.inner .link li{
float:left;
	display: inline-block;
	margin-right:12px;
}
.inner .link li:last-child{margin-right:0px;}
.inner .link img {
	
}
.inner .link a {
display: inline-block;width:114px;height:114px;	background: url(../images/links.png) no-repeat;
}
.inner .link  .a01 {background-position:0px 0px;}
.inner .link  .a02 {background-position:-127px 0px;}
.inner .link  .a03 {background-position:-253px 0px;}
.inner .link  .a04 {background-position:-381px 0px;}
.inner .link  .a05 {background-position:-506px 0px;}
.inner .link  .a06 {background-position:-635px 0px;}
.inner .link  .a07 {background-position:-759px 0px;}
.inner .link  .a08 {background-position:-887px 0px;}
#footer {
	padding: 20px 0;
	text-align: center;
	clear: both;
	background-color: #242424;
}
#footer .fBox {
	width: 1000px;
	margin: 0 auto;
}
#footer .copyright {
	color: #fff;
	font-size: 14px;
}
