.bg-1{
	width:100%;
	height:1002px;
	background:url(../images/bg-1.jpg) center top no-repeat #ecdfca;
}
.bg-2{
	width:1200px;
	height:266px;
	margin:0 auto;
	padding-top: 20px;
}
.logo{
	width:360px;
	height:95px;
	display:block;
	float:left;
	background:url(../images/logo.png) no-repeat;
}
.top-nav{
	width:190px;
	height:30px;
	border-radius: 25px;
	background:#ad9d80;
	float:right;
	margin-top: 25px;
	padding-left: 20px;
}
.guanwang{
	width:62px;
	height:30px;
	background:url(../images/guanwang.png) no-repeat;
	padding-left:18px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height:30px;
    color:#fef7ea;
    text-decoration: none;
}
.luntan{
	width:62px;
	height:30px;
	background:url(../images/luntan.png) no-repeat;
	padding-left:22px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height:30px;
    color:#fef7ea;
    text-decoration: none;
    margin-left: 14px;
}
.guanwang:hover{
	width:62px;
	height:30px;
	background:url(../images/guanwang_1.png) no-repeat;
	padding-left:18px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height:30px;
    color:#fffbc2;
    text-decoration: none;
}
.luntan:hover{
	width:62px;
	height:30px;
	background:url(../images/luntan_1.png) no-repeat;
	padding-left:22px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height:30px;
    color:#fffbc2;
    text-decoration: none;
    margin-left: 14px;
}
.bg-3{
	width:100%;
	height:423px;
	background:center top;
}
.bg-4{
	width:100%;
	height:294px;
	background:no-repeat center top;
}
.bg-5{
	width:1200px;
	height:294px;
	background:no-repeat center top;
	margin:0 auto;
}
.hd{
	width:400px;
	height:94px;
	background: url(../images/hd_01.png) no-repeat;
	float:left;
	padding-bottom: 18px;
}
.hd:hover{
	width:400px;
	height:94px;
	background: url(../images/hover_1.png) no-repeat;
	float:left;
	padding-bottom:18px;
}
.hd_a{
	width:117px;
	height:94px;
	display:block;
	float:left; 
}
.hd_b{
	width:185px;
	height:94px;
	display:block;
	float:left; 
}
.a1{
	width:60px;
	height:60px;
	display:block;
	float:right;
	margin:19px 20px 0 0;
}
.a2{
	width:60px;
	height:60px;
	display:block;
	float:right;
	margin:19px 20px 0 0;
}
.a3{
	width:60px;
	height:60px;
	display:block;
	float:right;
	margin:19px 20px 0 0;
}
.a4{
	width:60px;
	height:60px;
	display:block;
	float:right;
	margin:19px 20px 0 0;
}
.a5{
	width:60px;
	height:60px;
	display:block;
	float:right;
	margin:19px 20px 0 0;
}
.a6{
	width:60px;
	height:60px;
	display:block;
	float:right;
	margin:19px 20px 0 0;
}


/*弹窗*/

.mask {
	display: none;
	z-index: 98;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.popbox {
	width: 900px;
	height: 470px;
	position: fixed;
	z-index: 101;
	background: #fff;
	border: 3px solid #000;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -220px;
	padding:20px 24px;
	font-family: "Microsoft Yahei";
}

.close_pop {
	width: 67px;
	height: 67px;
	position: absolute;
	top: -3px;
	right: -67px;
	background: url(../images/closepop.jpg);
	z-index: 110;
}
.h1{
	border-bottom:1px solid;
	width:900px;
	height:60px;
	font-size: 30px;
	line-height: 60px;
	
}
.popbox .contents{
	font-size: 14px;
	overflow-y:auto;
	height:400px;
	text-align: left;
}
