.contactBody {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.contactCard,
.cardItems div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.advantage{
	display: flex;
	width: 1300px;
	flex-wrap: wrap;
}
.advantage div{
	margin: 10px;
}

.contactCard {
	width: 1280px
}

.cardItems {
	display: flex;
	justify-content: space-around;
}

.cardItems div {
	background: #F4F5F7;
	border-radius: 1px;
	margin: 10px;
	min-width: 200px;
	max-width: 450px;
	padding: 10px 20px;
}

.img {
	width: 66px;
	margin-bottom: 20px;

}

.itemText {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.margin-bottom {
	margin-bottom: 20px;
}
.contact-body{
	padding-bottom: 50px;
}

.form-body{
	width: 100%;
	display:flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	padding-bottom: 50px;
}
.postForm {
	background: url(../images/contact/bg.png);
	width: 811px;
	height: 550px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 50px;
}

.cu-btn {
	width: 360px;
	height: 60px;
	background: #FFB216;
	border-radius: 1px;
	border-radius: 5px;
}

.fromWidth {
	width: 570px;
}

/* 标准标题 */
.bigTitle {

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bigTitle-bottonCenter {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.bigTitle-botton {
	padding-top: 20px;
	width: 1280px;
	display: flex;
	flex-direction: row;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.bigTitle-botton img {
	width: 100px;
	height: 100px;
	padding-left: 59.5px;
	padding-right: 59.5px;
	padding-top: 20px;
}

.bigTitle-bottonMiddle {
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.bigTitle-bottonMiddleImg1 {
	margin-left: 5%;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	padding: 50px;
	width: 37%;
	height: 40%;
	/* width: 525px; */
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 36px;
}

/* #test2{
    width: 590px;
    height: 496px;
} */
.bigTitle-bottonMiddleImg2 {
	/* padding: 50px 65px 50px 50px; */
	padding: 4% 5% 4% 0%;
	margin-right: 7%;

}

.bigTitle-bottonMiddleBg {
	position: absolute;
	z-index: -999;
}

.bigTitle-bottonMiddleImgTitle {
	display: flex;
	flex-direction: row;
}

.bigTitle-bottonMiddleFont {
	width: 80%;
	display: flex;
	flex-direction: column;
	text-align: left;
}
