
/* 右侧悬浮框 */
.ycfd{
	position:fixed;
	right:0;
	top:120px;
}
.ycfd ul{
	list-style:none;
	float:right;
	width:62px;
	height:251px;
}
.ycfd ul li{
	width:62px;
	height:62px;
	margin-bottom:1px;
	background-color:#184e7a;
	transition: all .4s;
}
.ycfd ul li:hover{
	background-color:#FFD700;
}
.ycfd_dh img{
	display:block;
	margin: 0 auto;
	padding-top:20px;
}
.ycfd_wx img{
	display:block;
	margin: 0 auto;
	padding-top:20px;
}
.ycfd_qq img{
	display:block;
	margin: 0 auto;
	padding-top:20px;
}
.ycfd_db img{
	display:block;
	margin: 0 auto;
	padding-top:25px;
}

/* 右侧悬浮框左 */
.ycd{
	width:190px;
	height:251px;
	float:left;
	margin-right:2px;
}
.ycd_dh{
	width:190px;
	height:62px;
	background-color:#FFD700;
	display:none;
}
.ycd_dh p{
	color:#666;
	line-height:62px;
	text-align:center;
	font-size:16px;
}
.ycd_wx{
	width:170px;
	height:170px;
	border:10px solid #FFD700;
	display:none;
	margin-top:63px;
}
.ycd_wx img{
	display:block;
	margin: 0 auto;
	width:170px;
	height:170px;
}
.ycd_qq{
	width:190px;
	height:62px;
	background-color:#FFD700;
	display:none;
	margin-top:126px;
}
.ycd_qq p{
	color:#666;
	line-height:62px;
	text-align:center;
	font-size:16px;
}
/* 右侧悬浮框结束 */









/* 底部悬浮框开始 */

.dbfd{
	position:fixed;
	z-index:999;
	right:0;
	bottom:0;
	width:100%;
	height:60px;
	background:rgba(0,0,0,.8);
}
.dbfd ul{
	width:1140px;
	height:60px;
	margin: 0 auto;
}
.dbfd ul li{
	float:left;
	width:150px;
	text-align:center;
}
.dbfd ul li:hover{
	background-color:#cfb26a;
}
.dbfd ul li a{
	line-height:60px;
	font-size:22px;
	color:#fff;
}
.dbfd ul li:first-child{
	margin-left:12px;
}
.dbfd ul li:last-child{
	margin-top:13px;
	margin-left:5px;
	width:350px;
	height:36px;
	background-color:#cfb26a;
}
.dbfd ul li:last-child div{
	margin-top:1px;
	margin-left:1px;
	width:190px;
	height:34px;
	float:left;
	background-color:#fff;
}
.dbfd ul li:last-child div img{
	float:left;
	margin-top:6px;
	margin-left:15px;
}
.dbfd ul li:last-child div p{
	height:36px;
	width:150px;
	color:#cfb26a;
	line-height:36px;
	font-size:18px;
	float:left;
}
.dbfd ul li:last-child a{
	line-height:36px;
}




/* 底部悬浮框结束 */


















/* footer 页尾*/
.footer{
	margin: 0 auto;
	height:440px;
	background-color:#404040;
}
.footer_top{
	height:80px;
	border-bottom:2px solid #303132;
}
.footer ul{
	display:block;
	margin: 0 auto;
	width:1140px;
	height:40px;
	list-style:none;
	padding-top:35px;
}
.footer ul li{
	float:left;
	width:160px;
	height:30px;
	text-align:center;
	
}
.footer ul li a{
	color:#000;
	text-decoration:none;
	color:#d4d4d4;
	font-size:18px;
	line-height:30px;
}
.footer ul li a:hover{
	color:#FFD700;
}
.footer_bottom{
	width:1140px;
	height:240px;
	margin: 0 auto;
}
.footer_left{
	margin-top:60px;
	float:left;
	margin-left:43px;
}
.footer_left p{
	height:35px;
	color:#d4d4d4;
	font-size:18px;
}
.footer_right{
	width:290px;
	float:right;
	margin-right:60px;
	margin-top:60px;
}
.footer_right div{
	float:left;
	margin-right:60px;
}
.footer_right div:last-child{
	margin-right:0;
}
.footer_right div img{
	width:114px;
	height:114px;
}
.footer_right div p{
	padding-top:5px;
	color:#fff;
	text-align:center;
}




.bah{
	width:400px;
	height:40px;
	margin: 0 auto;
}
.bah p{
	color:#d4d4d4;
	font-size:15px;
	text-align:center;
	line-height:40px;
}
.bah p a{
	color:#d4d4d4;
}
.bah p a:hover{
	color:#FFD700;
}















