.adv img{
	width: 100%;
}

.about-us {
	width: 100%;
	height: 1050px;
	position: relative;
}

.about-us .bg {
	height: 600px;
	width: 100%;
}

.about-us .content {
	width: 1400px;
	margin: 0 auto;
	position: absolute;
	background-color: #fff;
	margin: auto;
	left: 0;
	right: 0;
	top: 30px;
	z-index: -2;
}

.about-us .content .img {
	width: 594px;
	height: 800px;
	margin-top: 150px;
	float: left;
}

.about-us .content .tag {
	position: absolute;
	right: -30px;
	top: 780px;
	z-index: -1;
	width: 880px;
	height: 105px;
}

.about-us .content .tag img {
	width: 100%;
	height: 100%;
}

.about-us .content .img img {
	width: 100%;
	height: 100%;
}

.about-us .content .text {
	width: 726px;

	padding: 30px 40px;
	float: left;
}

.about-us .content .text .body {
	color: #2a2a2a;
	font-size: 18px;
	line-height: 45.4px;
	margin-top: 40px;
}

.about-us .content .text a {
	color: #e75130;
	font-size: 20px;
	margin-top: 70px;
	display: block;
}

.qual {
	margin-bottom: 120px;
}

.qual .common-title {
	text-align: center;
	margin-top: 50px;
}

.qual .en {
	color: #e75130;
}

.qual .content {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-around;
	
	 flex-wrap: wrap;
}

.qual .item-box {
	width: 380px;
	height: 280px;
	overflow: hidden;
	position: relative;
	margin-top: 22px;
}

.qual .item-box img {
	width: 100%;
}

.qual .item-box .info {
	display: none;
	padding: 30px;
	
	width: 350px;
	height: 220px;

	position: absolute;
	top: 0;
	background-color: rgba(231, 81, 48, 0.8);
	color: #fff;
}

/* .qual .item-box .info p {
	text-align: center;
	position: absolute;
	top: 50%;
	font-size: 18px;
	font-weight: 700;
} */


.good {
	width: 100%;
	background-color: #e75130;
}

.good .box {
	width: 1400px;
	height: 435px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 110px;
	color: #fff;
	display: flex;
	justify-content: space-evenly;
}

.good .channel {
	width: 260px;
	text-align: center;
	margin-top: 105px;
}

.good .icon img {
	width: 80px;
	height: 82px;
}

.good .num {
	margin-top: 30px;
	font-size: 80px;
}

.good .title {
	font-size: 26px;
}

.partners .common-title {
	text-align: center;
	margin-top: 95px;
	margin-bottom: 40px;
}

.partners .content {
	width: 1250px;
	margin: 0 auto;
}

.partners .content ul li {
	width: 225px;
	height: 124px;
	border: 3px solid #eeeeee;
	float: left;
	margin-left: 16px;
	margin-top: 20px;
	overflow: hidden;
}

.partners .content ul li img {
	transition: transform 1s ease-in-out;
}

.partners .content ul li img:hover {
	transform: scale(1.2);
}

.contact {
	background-color: #f2f2f2;
	margin-top: 78px;
	overflow: hidden;
}

.contact .common-title {
	text-align: center;
	margin-top: 85px;
}

.contact .contact-info {
	text-align: center;
	display: flex;
	justify-content: space-evenly;
}

.contact .contact-info .c-item {
	width: 300px;
	margin-top: 70px;
}

.contact .contact-info .icon {
	margin-bottom: 35px;
}

.contact .contact-info .v {
	font-size: 20px;
}

.contact .form-table {
	width: 994px;
	margin: 0 auto;
	margin-top: 80px;
}

.contact .name-phone {
	
}

.contact .form-table {
	text-align: center;
}

.contact .form-table input,.contact textarea{
	background-color: #fff;
	display: block;
	border: 3px solid #fff;
	font-size: 20px;
	border-radius: 10px;
}

.contact .form-table input {
	height: 64px;
	padding-left: 25px;
	width: 460px;
}

.contact textarea {
	width: 930px;
	height: 176px;
	padding: 20px 30px;
	resize: none;
	margin-top: 30px;
}

.contact button {
	width: 484px;
	height: 70px;
	background-color: #e75130;
	border: none;
	margin: 0 auto;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	margin-top: 37px;
	margin-bottom: 196px;
}

.contact .form-table input:focus, .contact textarea:focus{
    border-color: #e75130;
    outline: none; /* 可选，如果不想显示默认的浏览器样式 */
}

.field-remark {
	color: #fff;
}

.field-remark .title{
	font-size: 42px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.field-remark .title span,.field-remark .friend-text, .field-remark .friends {
	font-size: 20px;
}

.field-remark .friend-text {
	margin-top: 20px;
}