
.modelBanner{
	width: 100%;
	height: 600px;
	background: url(../image/contact/contact.png) no-repeat center center;
	background-size: cover;
}
.contact-title {
    font-weight: 400;
    font-size: 32px;
    color: #4B4B4B;
    line-height: 40px;
    text-align: center;
    font-style: normal;
	margin: 0;
	padding: 50px 0 10px;
}
.contact-title-english{
	font-weight: 400;
	font-size: 11px;
	color: #4B4B4B;
	line-height: 16px;
	text-align: center;
	font-style: normal;
	margin: 0;
	padding: 0px 0 27px;
}
.qualification{
	width: 1155px;
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
	margin: 0 auto;
}
.qualification-left{
	width: 300px;
	margin-right: 106px;
	font-weight: normal;
	font-size: 18px;
	color: #4B4B4B;
	line-height: 38px;
	letter-spacing: 2px;
	text-align: left;
	font-style: normal;
}
.qualification-right{
	width: 755px;
}
.qualification-right img{
	width: 100%;
}
.fwList{
	/* width: 90%; */
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 100px;
}
.fwList .fwList-child{
	width: 20%;
	margin: 0 2.5%;
}
.fwList .fwList-child img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.fwList .fwList-child p{
	font-weight: 400;
	font-size: 24px;
	color: #4B4B4B;
	line-height: 33px;
	text-align: center;
	font-style: normal;
}

.fwList-title{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-weight: 500;
	font-size: 26px;
	color: #4B4B4B;
	line-height: 35px;
	text-align: left;
	font-style: normal;
	padding-left: 4%;
	padding-bottom: 20px;
}
.fwListCP{
	/* width: 90%; */
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 100px;
	
}
.fwListCP .fwList-child{
	width: 15%;
	margin: 0 2.5%;
	position: relative;
}
.fwListCP .fwList-child img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.fwListCP .fwList-child p{
	font-weight: 400;
	font-size: 24px;
	color: #4B4B4B;
	line-height: 33px;
	text-align: center;
	font-style: normal;
}
.fwListCP .fwList-child a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.texttitle{
	width: 1155px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 20px;
	color: #4B4B4B;
	line-height: 35px;
	text-align: left;
	font-style: normal;
	text-indent: 40px;
	padding-bottom: 40px;
}