* {
	margin: 0;
	padding: 0;
}

body {
	font-family: DengXian;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}


@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}

.container {
	width: 100%;
}

.container-center {
	width: 1200px;
	margin: 0 auto;
}

.banner-bg1 {
	background-color: #111113;
}

.banner-bg2 {
	background-color: #d9c7a4;
}


.banner-box {
	position: relative;
}

.banner-img {
	display: block;
	width: 100%;
}

.banner-box h1 {
	position: absolute;
	top: 40px;
	left: 300px;
	font-size: 34px;
}
/* 服务 */
.service {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 400px;
	background-color: #fff;
}

.service-box {
	width: 1100px;
	height: 80px;
	padding: 10px;
	text-align: center;
	line-height: 100px;
}

.service-box:nth-child(1) {
	position: relative;
	font-size: 35px;
	font-family: DengXian;
	color: rgba(213, 143, 66, 1);
}

.service-box:nth-child(1)::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 200px;
	transform: translateX(-50%);
	border: 2px solid #d49042;
}

.service-box:nth-child(2) {
	font-size: 14px;
	font-family: DengXian;
	color: rgba(1, 1, 1, 1);
}

.service-box:nth-child(3) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	width: 900px;
	padding: 6px 10px;
	margin-bottom: 55px;
	line-height: normal;
	border-bottom: 2px solid #d49042;
}

.service-box:nth-child(3) .service-item {
	display: flex;
	align-items: center;
}

.service-box:nth-child(3) .service-item img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.service-box:nth-child(3) .service-item span {
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}


/* 标准 */
.standard {
	height: 700px;
	padding: 80px 0;
	background-color: #ffc37a;
	box-sizing: border-box;
}

.standard h2 {
	margin: 0 auto 70px;
	width: 600px;
	text-align: center;
	font-size: 38px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.standard .standard-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 370px;
	padding: 0 100px;
	box-sizing: border-box;
}

.standard .standard-box .standard-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 300px;
	height: 370px;
	padding-top: 15px;
	background-color: #fff;
	box-sizing: border-box;
}

.standard-box .standard-item img {
	/* width: 110px; */
	height: 90px;
}

.standard-box .standard-item p {
	margin: 20px 0;
	font-size: 24px;
}

.standard-box .standard-item div {
	padding: 0 30px;
	font-size: 16px;
	line-height: 28px;
	box-sizing: border-box;
}

/* 广州正穗集团 */
.company-zhengsui {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 650px;
}

.company-zhengsui-lt,
.company-zhengsui-gt {
	width: 50%;
	height: 100%;
}

.company-zhengsui-lt {
	background:#e79b49;
}

.company-zhengsui-gt {
	background-color: #333333;
}

.zhengsui-content {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	height: 500px;
	padding: 0 100px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.zhengsui-content-lt {
	width: 550px;
	height: 100%;
	background-color: #fff;
	padding: 50px 70px 60px 120px;
	box-sizing: border-box;
}

.zhengsui-content h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.zhengsui-content-lt h6 {
	font-size: 14px;
	margin-bottom: 70px;
	font-weight: 400;
}


.zhengsui-content-lt ul {
	width: 100%;
	padding-left: 25px;
	box-sizing: border-box;
}

.zhengsui-content-lt p {
	margin-bottom: 7px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	color: rgba(0, 0, 0, 1);
	line-height: 20px;
	font-weight: 500;
}

.zhengsui-content-lt ul li {
	position: relative;
	font-size: 16px;
	font-family: SourceHanSansCN;
	color: rgba(0, 0, 0, 1);
	line-height: 24px;
	font-weight: 500;
}

.zhengsui-content-lt ul li::before {
	position: absolute;
	top: 50%;
	left: -20px;
	height: 10px;
	width: 10px;
	content: '';
	background-color: #ac6a00;
	border-radius: 50%;
	transform: translateY(-50%);
}

.zhengsui-content-gt {
	display: flex;
	justify-content: space-between;
	width: 450px;
	height: 100%;
}

.zhengsui-content-gt .subsidiary-left {
	width: 100px;
	height: 100%;
	font-size: 44px;
	padding: 120px 0 180px 20px;
	box-sizing: border-box;
	border-right: 4px solid #fff;
	text-align: center;
	color: #fff;
}

.subsidiary-left span {
	display: block;
	font-size: 24px;
}

.zhengsui-content-gt .subsidiary-right {
	width: 380px;
	height: 100%;
	padding-left: 20px;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.subsidiary-right .subsidiary-item {
	width: 100%;
	max-height: 80px;
	margin-bottom: 20px;
}

.subsidiary-right .subsidiary-item h5 {
	font-size: 16px;
	font-weight: normal;
}

.subsidiary-right .subsidiary-item p {
	font-size: 12px;
	padding-left: 15px;
	line-height: 25px;
}


/* 实力展示 */
.strength {
	padding: 100px 0;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.strength .strength-box {
	display: flex;
	justify-content: space-between;
	padding:0 20px 0 80px;
	box-sizing: border-box;
}

.strength-box .strength-left {
	display: flex;
	flex-direction: column;
	width: 500px;
	height: 430px;
	padding:10px 50px 0px 0px;
	box-sizing: border-box;
}

.strength-box .strength-left h2{
	font-size: 44px;
	font-weight: normal;
	color: #e79b49;
}

.strength-box .strength-left h5 {
	margin-top: 15px;
	font-size: 22px;
	color: #b7b7b7;
	font-weight: normal;
}

.strength-box .strength-left div {
	font-size: 16px;
	line-height: 36px;
	margin: 20px 0px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(53,53,53,1);
}

.strength-box .strength-left a {
	display: block;
	width: 176px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 20px;
	background-color:#f9be05;
	border-radius: 30px;
	color: #fff;
}

.strength-box .strength-right {
	width: 600px;
	height: 430px
}

.strength-box .strength-right img {
	display: block;
	width: 100%;
	height: 100%;
}

/* 荣誉 */
.honor {
	padding: 80px 0;
}

.honor-box {
	padding: 0 100px;
	box-sizing: border-box;
}

.honor-box .honor-top,
.honor-box .honor-bottom {
	display: block;
	width: 100%;
}

.honor-lists {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: center;
}

.honor-lists .honor-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 32%;
	margin-top: 30px;
}

.honor-lists .honor-item img {
	width: 80%;
}

.honor-lists .honor-item .honor-txt {
	width: 100%;
	padding: 5px 45px;
	box-sizing: border-box;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.honor-box .look-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.honor-box .look-more a {
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}


/* 团队 */
.team-img {
	display: block;
	width: 100%;
}

.team-img-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 70px 0;
}

.team-img-box img {
	width: 30vw;
	height: 18vw;
}

/*  常见问题 */
.common-problem {
	padding: 50px 0;img
	background: url(../../images/2020/common-problem-bg.png) no-repeat;
	background-position: right bottom;
	background-color: #eaa576;
	background-size: 30%;
}

.common-problem h1 {
	width: 100%;
	height: 100px;
	padding: 0 100px;
	box-sizing: border-box;
	font-size: 45px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	line-height: 100px;
}

.questions-answers {
	width: 100%;
	padding: 0 100px;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.questions-answers .questions,
.questions-answers .answers {
	font-size: 18px;
	font-family: DengXian;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	line-height: 35px;
}

/* 相关产品 */
.related-products {
	/*padding: 100px 0;*/
	background:#ffffff;
	/*background: url(../images/2020/related-products-bg.png) no-repeat;*/
	background-size: 100% 100%;
}
.related-products-box {
	height: 260px;
	padding: 0 100px;
	box-sizing: border-box;
}

.related-products-box .title {
	width: 100%;
	padding: 30px 0;
	font-size: 35px;
	font-family: DengXian;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.related-products-box .products {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	padding-left: 45px;
	box-sizing: border-box;
	border:1px dashed;
}

.related-products-box .products a {
	line-height: 50px;
	margin-right: 45px;
	color: black;
}

.related-products-box .products a:nth-last-child(-n+4) {
	width: 100px;
}