body{
	position:relative
}
.footer{
	width:100%;
	min-width: 1200px;
	position: relative;
	text-align: center;
    margin-top: 30px;
}
.content{
	width:1050px;
	margin:70px auto 0;
}
.bodyTittle{
	width:100%;
	border-left:3px solid #FFD700;
	margin-bottom: 30px;
}
.bodyTittle h2{
	font-family: "微软雅黑";
	font-weight: 500;	
}
.txt{
	width:100%;
}
.txt p{
	margin:15px 0;
	color:#333;
}
.txt p span{
	color:#333;
	background: none;
}
.connectUs{
	width:100%;
	min-width:1600px;
	height:120px;
	overflow: hidden;
	border-top:1px solid #BFBFBF;
}
.connectUs ul{
	text-align: center;
	position:relative;
	top:50%;
	transform: translateY(-50%);
}
.connectUs ul li{
	display: inline-block;
	text-align: center;
	margin:0 35px;
}

.connectUs ul li p{
	width:400px;
	height:40px;
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}
.connectUs ul li p:first-child{
	margin-bottom: 10px;
	height:auto
}
.contentTittle{
	font-family: "ArialMT";
	font-size: 33px;
}
.solid{
	display: inline-block;
	width:7%;
	border-bottom: 2px solid #000;
	margin-bottom: 8px;
}
/*联系我们*/
.footerContent{
	width:100%;
}
.footerFloor1{
	width:100%;
	margin-top:30px;
	position: relative;
}

.footerFloor1 img{
	width:100%;
	height:640px;
}
.footerForm{
	width:666px;
	height:500px;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	top:70px;
}
.footerForm input{
	display: block;
	margin:0 auto;
	width:75%;
	padding:5px 20px;
	font-size: 16px;
	background: rgba(0,0,0,0);
	color:#aaa;
	height:40px;
	border:1px solid #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.footerForm button{display: block;margin:0 auto}
.yourMsg{
	width:75%;
	overflow:hidden;
	height:120px;
	padding:5px 20px;
	color:#aaa;
	background: rgba(0,0,0,0);
	border:1px solid #fff;
	border-radius: 5px;
	font-size: 16px;
}
.footerForm button{
	margin-top:20px;
	width:81%;
	padding:15px 20px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	background: #FFD700;
	color:#fff;
	border: none;
}