* {
	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 img {
	display: block;
	width: 100%;
}

/* 食品经营许可证 */
.enterprise-cancel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 75px 0;
	box-sizing: border-box;
}

.enterprise-cancel .cancel-context {
	width: 55%;
	height: 100%;
	padding-top: 10px;
	padding-left: 80px;
	box-sizing: border-box;
}

.enterprise-cancel .cancel-context h1 {
	margin-bottom: 40px;
	padding-top: 50px;
	font-size: 35px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.enterprise-cancel .cancel-context .section {
	display: flex;
	margin-bottom: 20px;
}

.enterprise-cancel .cancel-context .section .tit {
	width: 110px;
}

.enterprise-cancel .cancel-context .section div {
	width: calc(100% - 110px);
}

.enterprise-cancel .cancel-context .section div p {
	width: 100%;
	margin-bottom: 12px;
}

.enterprise-cancel .cancel-img {
	width: 45%;
	height: 100%;
	box-sizing: border-box;
}

/* 食品经营许可证（食品） */
.various-companies-bg1 {
	height: 550px;
	background-color: #e7e2d7;
}

/*  食品经营许可证（餐饮）*/
.various-companies-bg2 {
	height: 640px;
}

.various-companies-bg2 .top {
	position: relative;
	height: 245px;
	width: 100%;
	padding-top: 75px;
	background-color: #e7e2d7;
}

.various-companies-bg2 .bottom {
	height: 245px;
	width: 100%;
	padding-bottom: 75px;
	background-color: #f3f3f3;
}

.various-companies-bg2 .top .box {
	position: absolute;
	top: 75px;
	left: 50%;
	height: 490px;
	transform: translateX(-50%);
	padding: 0;
	background-color: #fff;
}

/* 进出口经营权 */
.franchise {
	padding: 50px 0 20px;
	background-color: #f3f3f3;
}

.franchise .con-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100%;
}

.franchise .con-title .ch-txt {
	font-size: 40px;
	font-family: DengXian;
	font-weight: 400;
	margin-bottom: 10px;
}

.franchise .con-title .en-txt {
	font-size: 18px;
	font-family: DengXian;
	font-weight: 400;
}

.franchise-step {
	position: relative;
	width: 800px;
	height: 150px;
	margin: 50px auto;
	box-sizing: border-box;
	background: url(../../images/2020/franchise-step-bg.png) no-repeat;
	background-size: 100% 100%;
}

.franchise-step-item {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	font-family: MingHei_R;
	font-weight: 400;
	line-height: 20px;
}

.franchise-step-item:nth-child(1) {
	left: 70px;
	width: 60px;
}

.franchise-step-item:nth-child(2) {
	left: 270px;
	width: 100px;
}

.franchise-step-item:nth-child(3) {
	left: 470px;
	width: 120px;
}

.franchise-step-item:nth-child(4) {
	left: 695px;
	width: 80px;
}

.franchise-box {
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 100%;
	height: 335px;
}

.franchise-img {
	width: 45%;
	height: 100%;
}
.franchise-content {
	width: 55%;
	height: 100%;
	font-size: 14px;
}
.franchise-content .tit {
	margin: 100px 0 20px;
}
.franchise-content .step-item {
	line-height: 25px;
}

/* ISO认证  商品条形码 */
.submit-material {
	padding: 150px 0 75px;
	background-color: #fff;
}

.submit-content {
	display: flex;
	justify-content: space-between;
}

.submit-material .submit-box {
	position: relative;
	width: 50%;
	padding:10px 80px;
	box-sizing: border-box;
	font-family:SourceHanSansCN;
	line-height: 40px;
}

.submit-material .submit-ios {
		border-right: 1px solid #000;
}

.submit-material .submit-box h1 {
	width:110px;
	padding: 5px 0;
	margin: 10px 0;
	font-weight: 400;
	font-size: 28px;
	border-bottom: 1px solid #000;
	text-align: center;
}

.submit-material .submit-bar-code h1 {
	width: 140px;
}

.submit-material .submit-box h5 {
	font-weight: 400;
	font-size: 20px;
}

.submit-material .submit-box p {
	font-size: 16px;
}

.submit-material .submit-box .tips {
	color: #FF0000;
}

.submit-material .submit-box .material-img {
	position: absolute;
	right: 80px;
	top: 30px;
	width: 180px;
	height: 166px;
}

/* 医疗器械许可证（二类、三类） */
.license,
.medical-instruments {
	padding: 50px 0;
}

.medical-instruments .material-pic {
	width: 50%;
	padding-left: 80px;
	box-sizing: border-box;
}

/* 人力资源服务许可证 劳务派遣经营许可证- */
.submit-material .human-resources h1 {
	width: 255px;
}

.license .material-icon {
	width: 100%;
}


/* 正穗ISO9901质量认证服务标准 */
.service {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 400px;
	background-color: #ffecd5;
}

.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;
	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: url(../../images/2020/related-products-bg.png) no-repeat;
	background-size: 100% 100%;
}
.related-products-box {
	height: 500px;
	padding: 25px 100px;
	box-sizing: border-box;
}

.related-products-box .title {
	width: 100%;
	padding: 30px 0;
	font-size: 35px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	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;
}

.related-products-box .products a {
	line-height: 50px;
	margin-right: 45px;
	color: #fff;
}

.related-products-box .products a:nth-last-child(-n+4) {
	width: 100px;
}
