@charset:utf-8;
/*CSS Document*/
*{
	padding: 0;
	margin: 0;
}
.footer{
	width: 100%;
	min-width: 1000px;
	background-color: #20AEFF;
	color: #fff;
}

.setCenter{
	width: 1000px;
	height: 200px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footerLeft{
	width: 60%;
	height: 200px;
	border-right: 1px dashed #fff;
	float: left;
}

.leftTop{
	width: 100%;
	height: 40%;
	border-bottom: 1px dashed #fff;
}

.name,
.address{
	display: block;

}

.name{
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
}
.address{
	line-height: 30px;
}

.leftBottom{
	width: 100%;
	height: 60%;
}

.leftBottom ul{
	list-style: none;
}

.leftBottom ul li{
	width: 50%;
	float: left;
	line-height: 40px;
}

.icon a{
	color: #20aeff;
	background-image: url(../imgs/qq_bg.png);
	background-size: 100%;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	background-repeat: no-repeat;
	padding: 2px 10px 5px 15px;
}

.icon a span{
	width: 15px;
	height: 17px;
	background-image: url(../imgs/icon_qq.png);
	background-repeat: no-repeat;
}
.footerMid{
	width: 2%;
	height: 200px;
	float: left;
}
.footerRight{
	width: 36%;
	height: 200px;
	float: left;
}

.tel,
.contect{
	width: 100%;
}


.phone{
	color: #ffe400;
	font-size: 25px;
	font-weight: 600;
}

.contect{
	margin-top: 30px;
}


.wechat{
	width: 40%;
	float: left;
}

.wechat img{
	width: 100%;
}

.space{
	width: 5%;
	height: 200px;
	float: left;
}

.detail{
	width: 55%;
	float: left;

}

.bigfont{
	font-size: 20px;
	font-weight: 400;
}
.copyright{
	width: 100%;
	background-color: #3e3e3e;
	height: 60px;
	line-height: 60px;
	color: #fff;
}

.copyrightCenter{
	width: 1000px;
	height: 60px;
	line-height: 60px;
	margin: auto;
}

.Copyname{
	width: 80%;
	float: left;
}

.beian{
	width: 20%;
	float: right;

}