@charset "utf-8";

/*脚*/
#footer_bg{
	background: #253B49;
	/*border: 1px solid red;*/
	/*background-repeat: repeat;*/
}
#footer_div{
	/*border: 1px solid red;*/
	margin: 0 auto;
	padding: 60px 0 30px 0;
	color: #fff;
}

.footleft{
/*border: 1px solid red;*/
/*margin:0 auto;*/
}
.footer_dl{
	float: left;
	/*border: 1px solid red;*/
	text-align: left;
}
.footer_dl dt{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 16px;
}
.footer_dl dd{
	/*border: 1px solid red;*/
	line-height: 35px;
}
.footer_dl dd a{
	color: #fff;
}


.footer_line{
	border-top: 1px solid #7A8A99;
	width: 30%;
	margin-bottom: 10px;
}
.footer_line2{
	border-top: 1px solid #7A8A99;
	width: 10%;
	margin-bottom: 10px;
}

.footer_dl_line{
	border-left: 1px solid #3A505E;
	height: 180px;
	position: absolute;	
	left: -70px;
}
.footright{
	/*margin-top: 20px;*/
	/*border: 1px solid red;*/
	padding-left: 90px;
	margin-bottom: 50px;
}

.footer_weixin{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
	/*margin-left: 155px;*/
}
.footer_weixin li{
	/*border: 1px solid red;*/
	float: left;
	margin-left: 30px;
}
.footer_weixin li b{
	display: block;
	text-align: center;
	line-height: 35px;
	font-weight: 500;
	font-size: 16px;
}


#footer_bottom{
	/*border: 1px solid red;*/
	background:#fff;
	height: auto;
	/*line-height: 40px;*/
	text-align: center;
	padding: 10px 0;
	color: #666;
}
#footer_bottom_center{
	margin: 0 auto;
}
.bottom_left{
}
.bottom_left p{
	text-align: left;
	color: #888;
	line-height: 25px;
}

.bottom_dl{
	display: none;
}



.bottom_right{
}
.bottom_right img{
	margin-left: 10px;
}

#code_big_div{
	/*border: 1px solid red;*/
	color: #968885;
	text-align: right;
}
#code_big_div p{
	line-height: 25px;
}

@media(max-width: 768px){
	#footer_div{
		border: 1px solid red;
		margin: 0 auto;
		display: none;
		padding: 60px 0 30px 0;
		color: #fff;
	}

	#footer_bottom{
		/*border: 1px solid red;*/
		background:#253B49;
		height: auto;
		/*line-height: 40px;*/
		text-align: left;
		padding: 10px 0;
		color: #666;
	}
	#foot_top_div{
		/*border: 1px solid red;*/
		padding: 60px 0 0px 0;
	}
	.footleft{
		/*border: 1px solid red;*/
		padding-left: 0px;
	}
	.footer_line{
		display: none;
	}
	.footright{
		padding-left:0px;
	}
	.footer_weixin{
		/*border: 1px solid red;*/
		margin-left: 0px;
		margin-top: 10px;
	}
	.footer_top{
		/*margin-right: 5px;*/
	}
	.footer_dl_row{
		display: none;
	}
	.bottom_dl{
		/*border: 1px solid red;*/
		color: #fff;
		margin-left: 10px;
		margin-top: 20px;
		display: block;
	}
	.bottom_dl dd{
		margin-bottom: 5px;
	}
	.bottom_dl dd a{
		color: #fff;
	}
	.bottom_left{
		margin-bottom: 15px;
	}
	.bottom_left p{
		text-align: left;
		margin-left: 10px;
	}
	.footright{
		/*border: 1px solid red;*/
		margin-bottom:10px;
	}
	#code_big_div{
		/*border: 1px solid red;*/
		text-align: center;
	}
}

