* {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.wrap {
	margin: 0 auto;
	width: 1200px;
	min-width: 1200px;
}

/*footer*/
#footer {
	background: #273037;
}

#footer .top {
	padding-top: 50px;
	padding-bottom: 45px;
}

#footer .info {
	max-width: 350px;
	margin-left: 10px;
	text-align: right;
}

#footer .info .tel {
	display: inline-block;
	font-size: 30px;
	color: #32cab3;
	font-family: "Arial";
	padding-left: 40px;
}

#footer .info .rows {
	font-size: 14px;
	color: #a8adb0;
	line-height: 25px;
	padding: 3px 0;
}

#footer .menu dl {
	float: left;
	width: 130px;
	margin-right: 20px;
}

#footer .menu dl dt {
	padding-bottom: 15px;
	font-size: 16px;
	color: white;
}

#footer .menu dl dd {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}

#footer .menu dl dd a {
	font-size: 14px;
	color: #a8adb0;
}

#footer .menu dl dd a:hover {
	color: #33cbb4;
	text-decoration: none;
}

#footer .qrcode {
	margin-top: 25px;
	margin-right: 10px;
	width: 110px;
}

#footer .bot {
	border-top: 1px solid #3a4249;
	padding-top: 22px;
	padding-bottom: 10px;
	line-height: 25px;
}

#footer .contents .tel {
	font-size: 16px;
	color: #fff;
	background: url(../img/icon_kefu.png) left center no-repeat;
	padding-left: 55px;
	line-height: 27px;
}

#footer .contents .tel span {
	font-size: 22px;
	color: #0cba92;
	font-family: "Arial";
}

#footer .contents .code {
	width: 90px;
	height: 90px;
	margin-left: 55px;
	margin-top: 15px;
	opacity: 0.8;
}

#footer .contents .code img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}

#footer .bottom {
	border-top: 1px solid #363e45;
	padding: 20px 0 30px;
	text-align: center;
}

#footer .bottom .links-bottom {
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #363e45;
}

#footer .bottom .links-bottom a {
	margin-right: 30px;
}

#footer .bottom .links-bottom .links-con {
	margin-top: 10px;
}

#footer .bottom .rows {
	line-height: 30px;
}

#footer .bottom * {
	color: #818487;
	font-size: 14px;
}
