@charset "utf-8";

/*脚*/
#footer_bg{
	background: #262628;
	/*border: 1px solid red;*/
	/*background-repeat: repeat;*/
}
#footer_div{
	/*border: 1px solid red;*/
	margin: 0 auto;
	padding: 60px 0 30px 0;
	color: #fff;
}
.footer_row{
	margin-bottom: 20px;
	/*border: 1px solid red;*/
}

.footleft{
	/*border: 1px solid red;*/
}
.footleft p{
	/*text-align: center;*/
}
#footer_logo{
	display: block;
	margin-left:15%;
}
.footleft b{
	display: block;
	font-weight: 500;
	font-size: 26px;
	margin-top: 20px;
}
.footleft font{
	display: block;
	font-size: 15px;
	font-weight: 500;
}
.fonterleft_ul{
	/*border: 1px solid red;*/
	margin-top: 50px;
}
.fonterleft_ul li{
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
}

.footcenter{
	/*border: 1px solid red;*/
}
.footer_dl{
	float: left;
	width: 14%;
	/*border: 1px solid red;*/
}
.footer_dl dt{
	font-size: 16px;
	font-weight: 500;
	margin-bottom:20px;
	/*border: 1px solid red;*/
}
.footer_dl dd{
	line-height: 30px;
	color: #999;
	font-size: 14px;
}
.footer_dl dd a{
	color: #999;
}

.footweixin{
	background: #fff;
	padding:0 5px;
	height:auto;
	/*border: 1px solid red;*/
}
.footweixin img{
	/*border: 1px solid red;*/
	margin-top: 15%;
}
.footweixin b{
	color: #333;
	text-align: center;
	display: block;
	line-height: 20px;
	font-size: 15px;
	font-weight: 500;
	width: 120px;
	margin-bottom: 10px;
}
.weixin_ul{
	height:auto;
	margin-left:0.5%;
}
.weixin_ul li{
	float:left;
	/*border: 1px solid red;*/
	margin:0 5px;
}



#footer_bottom{
	border-top: 1px solid #3D3D3F;
	background: #161616;
	height: auto;
	/*line-height: 40px;*/
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
}
#footer_bottom_center{
	margin: 0 auto;
}
.bottom_left{
	/*border: 1px solid red;*/
	text-align: left;
}
.bottom_left a{
	color: #fff;
}
.bottom_center{
	text-align: center;
	color: #5B5B5B;
}
.bottom_right{
	text-align: right;
}
.bottom_right a{
	color: #fff;
}

#code_big_div{
	position: relative;
}
#real_code_img{
	position: absolute;
	top: -100px;
	left: 40%;
	display: none;
	/*border: 1px solid red;*/
	background: #fff;
	padding: 5px 5px;
}
.moblie_weixin_ul{
	display: none;
}

@media(max-width: 768px){
	#footer_bg{
		background: no-repeat;
		/*border: 1px solid red;*/
		/*background-repeat: repeat;*/
	}
	#footer_div{
		/*border: 1px solid red;*/
		margin: 0 auto;
		padding: 0px 0 0px 0;
		color: #fff;
	}
	#footer_logo {
	    margin: 0 auto;
	}
	.footleft b {
	    text-align: center;
	}
	.footleft font {
	    text-align: center;
	}

	.footer_dl{
		display: none;
	}
	.footer_dl dt {
	    padding: 0px 0;
	    /* border: 1px solid red; */
	}
	.bottom_left{
		text-align: center;
	}
	.bottom_center{
		padding-top: 10px;
		font-family: 微软雅黑;
	}
	.bottom_right{
		/*border: 1px solid red;*/
		text-align: center;
		padding-top: 10px;
	}
	.footright{
		/*border: 1px solid red;*/
		padding-left:15px;
		/*margin-bottom: 20px;*/
	}
	.footer_dl{
		float: left;
		width: 50%;
		text-align: center;
		/*border: 1px solid red;*/
	}
	.footweixin{
		/*border: 1px solid red;*/
		width: 100%;
		margin-top: 10px;
		display: none;
	}
	
	.moblie_weixin_ul{
		height: auto;
		overflow: hidden;
		width: 100%;
		padding-left: 7%;
		margin-bottom: 2%;
		display: block;
	}
	.moblie_weixin_ul li{
		float: left;
		margin:0 10px;
	}
	.moblie_weixin_ul b{
		color: #fff;
		text-align: center;
		display: block;
		line-height: 30px;
		font-size: 15px;
		font-weight: 500;
		width: 120px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.moblie_weixin_ul img{
		/*border: 1px solid red;*/
		margin-top: 15%;
	}
	
}

@media(min-width: 768px){
    .container-filud.pc_banner{
        min-height: 50px;
    }
}
