﻿@charset "gb2312";
body {
	background: #eff2f2;
    font: normal 14px/24px "微软雅黑","宋体";
	padding:0;
	margin:0;
	color:#5e5e5e;
}
ul,li {
	padding:0;
	margin:0;
	list-style:none;
}
a {
	color:#2a201c;
	text-decoration:none;
}
a:hover {
	color:#b84a01;
}
.iPad {
	clear:both;
	height:20px;
}
/*主题*/
.head,.nav,.mid {
	width:100%;
}
.main {
	width:1280px;
	margin:0px auto 10px auto;
	display:flex;
	justify-content:space-between;
}

.nav {
	height:100px;
	text-align:center;
	background:#FFF;
	display:flex;
	color:#666;
	justify-content:center;
	align-items:center;
	letter-spacing:2px;
	font:normal 18px/24px "微软雅黑";
}
	.nav span{
		transition:all 0.3s;
		border-bottom:2px #FFF solid;
		padding:10px 15px;
	}
	.nav span:hover {
		border-bottom:2px #b84a01 solid;
		letter-spacing:4px;	
		padding:10px 25px;
	}
	.nav .navtext {
		width:1000px;
	}
.mid {
	background:url(/images/mid.jpg);
	padding:25px 0px;
	height:280px;
	margin-bottom:10px;
}
.head {
	height:490px;
	background:url(/images/head.jpg) no-repeat center top;
	text-align:center;
	margin-bottom:10px;
}
.foot {
	background:url(/images/foot.jpg) no-repeat center top;
	text-align:center;
	line-height:24px;
	padding-bottom:200px;
}
	.foot li {
		padding:30px;
	}
	.tip {
		padding:10px;
		font:normal 14px/30px "微软雅黑";
		text-align:center;
	}
.main .left {
	width:350px;
	float:left;
}
.main .right {
	width:830px;
	float:right;
}
.title {
	height:50px;
	font:normal 18px/50px "微软雅黑";
	padding-left:20px;
	color:#100907;
	border-bottom:1px #CCC solid;
}
	.title a{
		color:#83180f;
	}
	.title a:hover{
		color:#83180f;
	}
	.title span {
		padding:13px 15px;
		cursor:pointer;
		font:normal 16px/50px "微软雅黑";
		transition:padding 0.3s;
	}
	.title span:hover,.title .hover {
		color:#b84a01;
		padding:13px 25px;
		border-bottom:2px #b84a01 solid;
	}
	
.title2 {
	height:50px;
	background:#FFF;
	border-bottom:1px #CCC solid;
	font:normal 18px/50px "微软雅黑";
	color:#100907;
}
	.title2 a{
		color:#83180f;
	}
	.title2 a:hover{
		color:#ffbd01;
	}
	.title2 span {
		padding:13px 5px;
		cursor:pointer;
		font:normal 18px/40px "微软雅黑";
		border-bottom:2px #b84a01 solid;
	}
	.title2 b {
		float:right;
		font-size:14px;
	}

/*模块*/
.box-faq {
	width:270px;
}
	.box-faq img {
		margin-bottom:10px;
		width:270px;
	}
.box-hd {
	background:#2a201c;
	margin-bottom:10px;
	color:#b7a398;
}
	.box-hd a {
		color:#b7a398;
	}
	
	.box-hd .nav {
		font-size:14px;
		border-bottom:1px #503b2d solid;
		padding:10px 8px;
	}
		.box-hd span {
			padding:2px 10px;
			cursor:pointer;
		}
		.box-hd span:hover,.box-hd .hover {
			background:#83180f;
			color:#fdc900;
		}
	.box-hd .hdcontent {
		display:none;
		padding:15px 20px;
		line-height:26px;
	}
.box-server {
	background:#431e12;
	color:#fffea2;
	text-align:center;
}
	.box-server .server {
		padding:15px 20px;
		line-height:36px;
	}
	.box-server .title {
		color:#ffc03a;
		border:none;
		line-height:36px;
		padding:0;
		margin:0;
		height:30px;
	}
	.box-server .server li {
		border-bottom:1px #9e8a64 dashed;
	}
	.box-server .server li:last-child {
		border:none;
	}
.box-news {
	height:360px;
	line-height:26px;
	background:#FFF;
	width:680px;
}
	.box-news .nleft {
		width:530px;
		float:left;
	}
	.box-news .nright {
		width:300px;
		float:right;
	}
	.box-news .ncontent {
		display:none;
		padding:15px 20px;
		line-height:27px;
	}
.box-s1 {
	line-height:26px;
	float:left;
	height:410px;
	padding:0px 20px;
	background:#FFF;
}
	.box-s1 .ad {
		display:flex;
		justify-content:space-between;
		align-items: center;
		padding:15px 0px;
	}
	.box-s1 .ad img {vertical-align:text-bottom;}
	.box-s1 .ncontent {
		display:none;
		line-height:24px;
	}
.box-infor {
	width:1155px;
	padding-left:125px;
	background:url(/images/infor.jpg) no-repeat left;
	height:280px;
	margin:0px auto;
	display:flex;
	justify-content:space-between;
}
	.box-infor .inforcontent {
		width:100%;
		padding:0px 20px;
		background:#FFF;
		opacity:0.8;
	}
	.box-infor h1 {
		font:bold 18px/36px "微软雅黑";
		color:#b84a01;
	}

.box-text {
	line-height:26px;
	background:#FFF;
	width:1000px;
}
	.box-text .ctitle {
		font:bold 18px/30px "微软雅黑";
		transition:all 0.3s;
	}
	.box-text .ctitle:hover {line-height:50px;}
	.box-text .ncontent {
		display:none;
		padding:10px 20px;
		line-height:28px;
	}
	.box-text .ncontent li {		
		
		justify-content:space-between;
	}
.box-img {
	height:295px;;
	line-height:26px;
	background:#FFF;
	width:1000px;
}
	.box-img .ctitle {
		font:bold 16px/30px "微软雅黑";
	}
	.box-img .ncontent {
		display:none;
		padding:30px 20px;
		line-height:28px;
	}
	.box-img .ncontent li {		
		display:flex;
		justify-content:space-between;
	}
		/*注册系统*/
		#REG,#REG2 {
			position:fixed;
			top:130px;
			width:100%;
			z-index:99;
			display:none;
		}
		#COLSEREG {
			line-height:30px;
			text-align:right;
			width:100%;
			
		}
		#COLSEREG img {
			cursor:pointer;
		}
		#REGSHOW {
			background:#111;
			margin:20px auto 20px auto;
			width:670px;
			border: 10px solid #FFF;
			-webkit-box-shadow:0px 0px 25px;  
		}
		.showwd {
			color:#999;
		}
/*新闻内容*/
.ntitle {
	font:bold 24px/50px "微软雅黑";
}
.ndate {
	font:normal 12px/30px "微软雅黑";
}
.ntext {
	font:normal 14px/28px "微软雅黑";
	border-bottom:1px #CCC dashed;
	border-top:1px #CCC dashed;
}
.next {
	font:normal 12px/50px "微软雅黑";
}