#footer{
  width:100%;
  height:410px;
  margin-top:60px;
  background: #373d41;
  position: relative;
}

#footer .footer_conter{
	width:1200px;
	height:360px;
	margin:0 auto;
	padding-top:68px;
}

.footer_conter .fl_conter{
    width:215px;
    height:292px;
    float:left;
    text-align: left;
}

.ft_title{
	text-align: left;
	font-size: 14px;
	color:#cacbcc;
}

.fl_conter ul{
	margin-top:24px;
	margin-left: 0px;
	padding:0px;
}

.fl_conter ul li{
	list-style:none;
	margin-bottom: 14px;
    text-align: left;
}

.fl_conter ul li a{
  font-size: 12px;
  color:#cccccc;
  text-decoration:none;
}


#footer .footer_copy{
 width:100%;
 height:50px;
 line-height: 50px;
 background: #2b3033;
}

.weixin-bg{
	width:99px;
	height:98px;
	background: url('../images/weixin_bg.png') ;
}

.fl_conter .t_contact_us{
	margin-top:13px;
	margin-left: 0px;
	padding:0px;
}

.t_contact_us span{
	color:#999;
}

.t_contact_us p{
	font-size: 9px;
	color:#cccccc;
}

.offace_addresss{
 margin-top:24px;
	margin-left: 0px;
	padding:0px;
}

.offace_addresss span, .offace_addresss p{
 font-size: 12px;
 color: #cccccc;
}

.offace_addresss p{
	line-height: 23px;
}

.offace_addresss .map{
	color:#6368c5;
	cursor: pointer;
	width:100px;
	height:17px;
	text-decoration: none;
	padding-right: 15px;
    background: url('../images/footer_map.png') no-repeat center right;
}

.footer_copy .copy_content{
  width:530px;
  height:100%;
  margin:0 auto;
}

.copy_content .fl_copy,.copy_content a{
	float:left;
	color:#a1a1a1;
	font-size: 12px;
	line-height: 50px;
	 text-decoration:none;
}

.copy_content .copy_bg{
	float:left;
	width:50px;
	margin-left: 10px;
	line-height: 50px;
}

.map_layer{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    opacity: 0.5;
    display:none;
    background-color: #000;
}

.map_content_layer, .map_content_layer_sz{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 410;
    padding-top:80px;
    display:none;
    text-align: center;
}


#map_container,#sz_map_container{
	width:850px;
	height:450px;
	margin:0 auto;
}














