#footer{
	 background-image:url("../images/bg_foot_pic.jpg");
	 height:360px;
	 bottom:0; 
	 left:0; 
	 z-index:9; 
	 width:100%;
	 overflow: hidden;
	 position: relative;
	 padding-top: 45px;
	 border-top: 1px solid #b2b2b2;
}
.footer_main{
	height:320px;
	width: 1200px;
	margin: 0 auto;
	color: #333333;
	font-family:"Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}
.foot_block{
	float: left;
	height: 300px;
}
.foot_block_1{
	width:155px;
	margin-left: 150px;
}


.foot_company_intro{
	width:230px;
	line-height: 30px;
	text-indent: 2em;
	font-size: 14px;
}
.foot_check_more{
	height: 45px;
	line-height:45px;
	background-color: #ffffff;
	text-align: center;
	color: #0c3c88;
	width: 145px;
	border-radius: 5px;
	letter-spacing:2px;
	margin-top: 20px;
}

.dev_line{
	width:1px;
	height:240px;
	border-left: 1px solid #777777; 
}
.foot_block_2{
	width: 220px;
}
.foot_block_2 div{
	
}
.fb_2_left,.fb_2_right{
	width: 100px;
}

.foot_block{
	padding-left: 50px;
}
.quick_title{
	font-size: 18px;
	margin: 20px 0 30px 0;
}
.foot_block:LAST-OF-TYPE .quick_title{
	margin-bottom: 10px!important;
}


.foot_block ul li{
	height: 35px;
	line-height: 35px;
}
.foot_block ul li a{
	font-size: 14px;
	color: #777777;
	font-family: "Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
	font-weight: bold;
}
.foot_block ul li a:hover{
	text-decoration: underline;
	color: #007bff;
}

.foot_block_3{
	width: 170px;
}
.foot_block_4{
	width: 270px;
}
.com_address{
	font-size: 12px;
}
.com_address div{
	height: 30px;
	line-height: 30px;
}
.com_qr {
	width: 120px;
	height: 120px;
}
.com_address div:LAST-CHILD {
	margin-top:10px;
	height: 120px;
}
.com_qr img{
	width: 100%;
	height: 100%;
}

.copyright{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 12px;
}
.copyright a{
	display: block;
	float: left;
	height: 100%;
	margin: 0 5px;
}
.copyright a:nth-child(2){
	width: 210px;
	position: relative;
	
}
.copyright a img{
	width: 16px;
	height: 16px;
	position: absolute;
	left:0;
	top:12px;
}




