/* 页脚 */

#footer_box1{
	background: #222222;
	padding-top: 50px;
	padding-bottom: 30px;
}

#footer_box1 .footer .footer_nav li{
	float: left;
	margin-right: 110px;
}

#footer_box1 .footer .footer_nav li dl dt{
	color: #ccc;
}

#footer_box1 .footer .footer_nav li dl p{
	color: #ccc;
	font-size: 10px;
	margin: 12px 0;
}

#footer_box1 .footer .footer_nav li dl dd{
	margin-bottom: 15px;
}

#footer_box1 .footer .footer_nav li dl dd a{
	color: #ccc;
	font-size: 14px;
}

#footer_box1 .footer .address{
	width: 267px;
}

#footer_box1 .footer .address strong{
	font-size: 30px;
	font-family: arial;
	color: #CCCCCC;
	padding-left: 40px;
	background: url(../images/2.png) no-repeat left center;
	font-weight: normal;
}

#footer_box1 .footer .address .t2{
	text-align: center;
	width: 160px;
	margin-top: 10px;
	
}

#footer_box1 .footer .address .t2 ul li{
	float: left;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
}

#footer_box1 .footer .address .t2 ul li span{
    background: url(../images/icon1.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;

}

#footer_box1 .footer .address .t2 ul .li1 span{
	background-position: -5px -5px;
}

#footer_box1 .footer .address .t2 ul .li2 span{
	background-position: -37px -4px;
}

#footer_box1 .footer .address .t2 ul .li3 span{
	background-position: -64px -5px;
}

#footer_box1 .footer .address .t2 ul .li4 span{
	background-position: -96px -5px;
}

#footer_box1 .footer .address .t2 ul .li5 span{
	background-position: -125px -5px;
}

#footer_box1 .footer .address .t2 ul li .ewm{
	border: solid 2px #f2f2f2;
	background: #fff;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 45px;
	border-radius: 10px;
	display: none;
	z-index: 999;
}

#footer_box1 .footer .address .t2 ul li .ewm img{
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
}

#footer_box1 .footer .address .t2 ul li .ewm:after,#footer_box1 .footer .address .t2 ul li .ewm:before{
	/* border: solid transparent;
	content: ' ';
	height: 0;
	left: 100%; 
	position: absolute;
	width: 0; */
	position: absolute;
	left: 50%; 
	width: 0;
	height:0;
	content: ' ';
	border-left:20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	 margin-left: -25px;
	
	
}

#footer_box1 .footer .address .t2 ul li .ewm:after{
	/* border-width: 12px;
	border-left-color: #277e3a;
	top: -12px; */
	
	border-width: 10px;
	border-bottom-color: #fff;
	left: 76px;
	top: -10px;
}

#footer_box1 .footer .address .t2 ul li .ewm:before{
	/* border-width: 10px;
	border-left-color: #000;
	top: -10px; */
	
	border-width: 12px;
	border-bottom-color: #f2f2f2;
	left: 74px;
	top: -12px;
	
}

#footer_box1 .footer .address .t2 ul .li1 .ewm{
	left: -50px;
}

#footer_box1 .footer .address .t2 ul .li2 .ewm{
	left: -50px;
}

#footer_box1 .footer .address .t2 ul .li3 .ewm{
	left: -50px;
}

#footer_box1 .footer .address .t2 ul .li4 .ewm{
	left: -67px;
}

#footer_box1 .footer .address .t2ul .li5 .ewm{
	left: -67px;
}

#footer_box1 .footer .address .t2 ul li:hover .ewm{
	display: block;
}

#footer_box1 .footer .address .dz{
	margin-top: 10px;
}

#footer_box1 .footer .address .dz p{
	font-size: 14px;
	color: #CCCCCC;
	margin-bottom: 10px;
}

#footer_box2{
	background: #222222;
	border-top: solid 1px #3e3e3e;
	padding: 15px 0;
}

#footer_box2 .link b{
	font-weight: normal;
	color: #CCCCCC;
	font-size: 14px;
}

#footer_box2 .link a{
	color: #CCCCCC;
	margin-right: 10px;
	font-size: 14px;
}

#footer_box2 .bq{
	text-align: center;
	color: #cccccc;
	font-size: 14px;
	line-height:50px ;
}

#footer_box2 .bq a{
	color: #CCCCCC;
}