* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}


@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}

.container {
	width: 100%;
}

.container-center {
	width: 1200px;
	margin: 0 auto;
}

/* 页头  */
.header {
	width: 100%;
}

.header-top {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	height: 107px;
	background-color: #fff;
}

.header-top .logo-img {
	display: block;
	width: 375px;
	height: 75px;
}

.header-title {
	width: 460px;
	margin: 0 50px;
}

.header-title .header-title-icon {
	display: block;
	width: 100%;
	height: 75px;
}

.header-title .title-text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.header-tel {
	display: flex;
	align-items: center;
	width: 270px;
	height: 75px;
}

.header-tel .tel-icon {
	width: 270px;
	height: 75px;
	/*margin-right: 10px;*/
}

.header-tel>div h5 {
	width: 120px;
	font-size: 16px;
	color:#2255E8;
	line-height: 20px;
}

/*页头 导航栏*/
.header-nav {
	width: 100%;
	background: #253C78;
}

.header-nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header-nav-box .nav-item {
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
}

.header-nav-box .nav-item a {
	color: #fff;
}
.nav-item-li a:hover {
	background: #8D97E2;
}
.header-nav-box .active {
	background: #8D97E2;
}

.header-nav-box .nav-item .nav-item-pop {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header-nav-box .nav-item .nav-item-pop>li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 40px;
	background: #185F80;
}

.header-nav-box .nav-item.nav-item-pop>li:last-child {
	border-bottom: none;
}


/* 轮播 */
.banner {
	position: relative;
	width: 100%;
	height: 26vw;
	min-height: 400px;
}

.banner-box {
	width: 100%;
	height: 100%;
}

.banner-box .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner-box .swiper-slide img {
	width: 100%;
	height: 100%;
}

.banner-box .swiper-button-next {
	right: 30px;
	width: 70px;
	height: 70px;
}

.banner-box .swiper-button-prev {
	left: 30px;
	width: 70px;
	height: 70px;
}

.banner-box .swiper-button-next:after {
	content: '';
	background: url(../../images/2020/next-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-button-prev:after {
	content: '';
	background: url(../../images/2020/prev-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-pagination-bullet {
	width: 25px;
	height: 1px;
	background-color: rgba(255,255,255,.1);
	opacity: 1;
	border: 1px solid #000;
	border-radius: 0;
}

.banner-box .swiper-pagination-bullet-active {
	background-color: #000;
}

/* 关于我们 */
.about-us {
	position: relative;
	height: 250px;
	padding-bottom: 200px;
}

.about-us-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 480px;
	padding: 90px 200px 50px 150px;
	box-sizing: border-box;
	background: url(../../images/2020/about-us-pre.png) no-repeat;
	background-size: 10% 60%;
    background-position-y: center;
}

.about-us-box::before {
	position: absolute;
	top: 0;
	right: 85px;
	content: '';
	width: 35px;
	height: 240px;
	background-color: #253c78;
}

.about-us-box::after {
	position: absolute;
	bottom: 110px;
	right: 85px;
	content: 'Picture Rotation';
	width: 70px;
	height: 40px;
	color: #929292;
	font-weight: bold;
}

.about-us-content {
	position: relative;
	width: 450px;
	height: 100%;
}

.about-us-content::before {
	position: absolute;
	bottom: 50px;
	left: 0;
	content: '';
	width: 230px;
	height: 8px;
	background-color: #253c78;
}

.about-us-content::after {
	position: absolute;
	bottom: 70px;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background-color: #253c78;
}

.about-us-title {
	position: relative;
	height: 35px;
	line-height: 35px;
}

.about-us-title::before {
	position: absolute;
	left: 0px;
	top: 0;
	content: '';
	width: 8px;
	height: 35px;
	background-color: #253c78;
}

.about-us-title span:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	padding: 0 10px 0 20px;
}

.about-us-title span:nth-child(2) {
	font-size: 32px;
}

.about-us-text {
	width: 425px;
	font-size: 11px;
	margin-top: 10px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	line-height: 20px;
	text-indent: 25px;
}

/*关于我们swiper  */
.about-us-swiper {
	width: 400px;
	height: 100%;
	overflow: hidden;
}

.about-us-swiper ul {
	height: 230px;
}

.about-us-swiper ul li {
	width: 400px;
	height: 230px;
	float: left;
}

.about-us-swiper ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.about-us-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	height: 30px;
	margin-top: 20px;
}

.about-us-pagination img {
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.about-us-pagination>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
}

.about-us-pagination>div span {
	display: inline-block;
	width: 15px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}

.about-us-pagination>div span.active {
	border-bottom: 1px solid #34B969;
	transform: scale(1.2);
}

/* 正穗ISO9901质量认证服务标准 */
.service {
	padding: 100px 0 50px;
	background-color: #fff;
}

.service .container-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service .container-center h1 {
	font-size: 35px;
	color: #253C78;
}

.service .container-center p {
	font-size: 14px;
	color: #253C78;
	margin: 15px 0 45px;
	font-weight: 600;
}

.service .container-center .service-icon {
	display: block;
	width: 600px;
}

.service-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 640px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
}

.service-box div {
	position: relative;
}

.service-box div:nth-child(-n+3)::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -75px;
	height: 100px;
	border-right: 1px solid #000000;
}


/* 正穗公司许可证代办的服务标准有 */
.standard {
	padding: 50px 0 70px;
	background-color: #fff;
	border-bottom: 30px solid #001c41;
}

.standard-box {
	margin: 0 auto;
	width: 900px;
	height: 330px;
	padding: 0 90px;
	box-sizing: border-box;
	background: url(../../images/2020//standard-bg.png) no-repeat;
	background-size: 100% 100%;
}

.standard-box h1 {
	width: 100%;
	height: 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 35px;
	color:#253C78;
}

.standard-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 200px;
	padding-bottom: 20px;
}

.standard-item {
	width: 240px;
}

.standard-item .top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
}

.standard-item .top img {
	display: block;
	height: 55px;
	margin-right: 40px;
}
.standard-item .top span {
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight:600;
	line-height: 20px;
}

.standard-item .bottom {
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}

/* 许可证 */
.license {
	padding: 50px 0;
}

.license-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}

.license-item-box {
	width: 45%;
	margin: 50px 0;
}

.license-item-box h2 {
	width: 100%;
	font-size: 32px;
	text-align: center;
	color: #253C78;
}

.license-item-box img {
	display: block;
	width: 100%;
	padding: 20px 70px 0;
	box-sizing: border-box;
	
}

.license-item-box h6 {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}

.license-item-box ul {
	width: 100%;
}
.license-item-box ul li {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	line-height: 16px;
}

.license-item-box ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000000;
	font-size: 14px;
}

/* 特殊经营许可证问答 */
.license-questions-answers {
	position: relative;
	width: 100%;
}
.license-box a {
    color: black;
}
.license-questions-answers .license-img {
	width: 100%;
	padding: 0;
}
.license-img img{
	width: 300px;
	height: 200px;
}
.license-questions-answers .questions-answers {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 45%;
	padding: 0;
}
.license-questions-answers .questions-answers h2 {
	margin-bottom: 15px;
	text-align: left;
}

/* 广告 */
.advertising-img {
	display: block;
	width: 100%;
	min-width: 1200px;
}

/* 成功案例 */
.success-stories {
	position: relative;
	padding: 50px 0;
	height: 38.4vw;
	min-height: 640px;
	background: url(../../images/2020/success-stories-bg.png) no-repeat;
	background-size: 100% 100%;
}

.success-stories .title {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	color: #fff;
}

.success-stories .title h2 {
	width: 100%;
	text-align: center;
	font-size: 35px;
}

.success-stories .title h6 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

.success-stories-box {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translate(-50%);
	width: 1200px;
	height: 20px;
	margin: 0 auto;
}

.success-stories-box a {
	font-size: 10px;
	color: #fff;
	line-height: 20px;
	border-bottom: 1px solid #fff;
}

.success-stories-box a:nth-child(1) {
	position: absolute;
	top: 0;
	left: 65px;
}

.success-stories-box a:nth-child(2) {
	position: absolute;
	top: 0;
	left: 300px;
}

.success-stories-box a:nth-child(3) {
	position: absolute;
	top: 0;
	left: 520px;
}

.success-stories-box a:nth-child(4) {
	position: absolute;
	top: 0;
	left: 725px;
}

.success-stories-box a:nth-child(5) {
	position: absolute;
	top: 0;
	left: 960px;
}


.success-stories .look-more {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%);
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-bottom: 5px;
	
}


/* 广州正穗集团 实力展示 荣誉 */
.zhengsui-strength-honor {
	padding: 100px 0 45px;
	background-color: #fff;
}

.zhengsui-strength-honor .container-center {
	background: url(../../images/2020//zhengsui-strength-honor.png) no-repeat;
	background-size: 100% 100%;
}

/* 广州正穗集团 */
.company-zhengsui {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 500px;
	padding: 20px 0 70px;
}

.zhengsui-content {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 500px;
	padding: 0 100px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.zhengsui-content-lt {
	width: 470px;
	height: 100%;
	background-color: #fff;
	padding: 50px 90px 60px 20px;
	box-sizing: border-box;
}

.zhengsui-content h2 {
	font-size: 40px;
}

.zhengsui-content-lt h6 {
	font-size: 20px;
	margin: 10px 0 20px;
	font-weight: 400;
	color: #cdcaca;
}

.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: 12px;
	width: 12px;
	content: '';
	background-color: #072c5f;
	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: 38px;
	padding: 120px 0 180px 20px;
	box-sizing: border-box;
	border-right: 2px solid #000;
	text-align: center;
}

.subsidiary-left span {
	display: block;
	font-size: 22px;
}

.zhengsui-content-gt .subsidiary-right {
	width: 380px;
	height: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.subsidiary-right .subsidiary-item {
	width: 100%;
	max-height: 80px;
	margin-bottom: 18px;
}

.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 {
	width: 100%;
	height: 700px;
	margin: 140px 0 110px;
}

.strength .strength-box {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
}

.strength-box .strength-left {
	position: relative;
	width: 445px;
	height: 635px;
	margin-right: 80px;
}

.strength-box .strength-left p>span:nth-child(1) {
	position: absolute;
	top: 165px;
	left: 80px;
	font-size: 16px
}
.strength-box .strength-left p>span:nth-child(2) {
	position: absolute;
	top: 325px;
	left: 285px;
	font-size: 16px
}
.strength-box .strength-left p>span:nth-child(3) {
	position: absolute;
	top: 485px;
	left: 45px;
	font-size: 16px
}
.strength-box .strength-left p>span:nth-child(4) {
	position: absolute;
	top: 650px;
	left: 285px;
	font-size: 16px
}
.strength-box .strength-img {
	display: block;
	width: 100%;
	height: 100%;
}

.strength-box .strength-text {
	display: flex;
	flex-direction: column;
	width: 340px;
	padding: 25px 35px 0;
	box-sizing: border-box;
}

.strength-box .strength-text h2{
	font-size: 35px;
	font-weight: normal;
	color: #000;
}

.strength-box .strength-text h5 {
	margin-top: 15px;
	font-size: 22px;
	color: #cdcaca;
	font-weight: normal;
}

.strength-box .strength-text 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-btn {
	display: block;
	width: 176px;
	height: 50px;
	margin-top: 60px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background-color:#072C5F;
	border-radius: 30px;
	color: #fff;
}

/* 荣誉 */
.honor {
	width: 100%;
	padding: 70px 0 45px;
}

.honor h2 {
	width: 100%;
	font-size: 35px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.honor h5 {
	width: 100%;
	margin-top: 15px;
	font-size: 22px;
	color: #cdcaca;
	text-align: center;
	font-weight: normal;
}


.honor-box {
	width: 100%;
	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-look-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 75px;
	background-color: #fff;
}

.honor-look-more a {
	margin: 0 5px;
	padding: 4px;
	font-size: 22px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	line-height: 25px;
	color:#072c5f;
	border-bottom: 2px solid #072c5f;
}


/* 客户及合作伙伴 */
.customers-partners {
	padding: 100px 0;
	background-color: #fff;
}

.customers-partners h1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 35px;
}

.customers-partners p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #9d9d9d;
}

.customers-partners-img {
	display: block;
	width: 100%;
}


/* 页脚 */
.footer {
	background-color: #021E45;
	min-width: 1200px;
}

.footer-content-top {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 140px;
	width: 1000px;
	margin: 0 auto;
}

.footer-content-top .item-box {
	display: flex;
	align-items: center;
	width: 220px;
	height: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.footer-content-top .item-box img {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.footer-content-mm1 {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
}
.footer-content-mm1 a{
	color: #fff;
}
.footer-content-mm1 .footer-logo-img {
	display: block;
	width: 145px;
	height: 115px;
	margin-top: 60px;
	margin-right: 55px;
}
.footer-content-mm1 .footer-links-box {
	display: flex;
	justify-content: center;
	padding: 30px 0 0 10px;
	box-sizing: border-box;
	border-top: 1px solid #BEBEBE;
}

.footer-content-mm1 .footer-links-box a {
	display: block;
	width: 140px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}

.footer-content-mm1 .logo-code-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 200px;
	margin-left: 0px;
}

.footer-content-mm1 .logo-code-box img {
	display: block;
	width: 95px;
	height: 95px;
	margin: 30px 0 10px;
}

.footer-content-mm1 .logo-code-box p {
	/* width: 100%; */
	line-height: 16px;
	font-size: 11px;
}

.logo-code-box .concat-us {
	display: flex;
	margin-bottom: 15px;
	width: 200px;
}

.footer-content-mm2 {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 9px;
	padding: 10px 5px 10px 6px;
	border-bottom: 1px solid #fff;
	line-height: 16px;
}

.footer-content-mm2 p {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-mm2 div {
	display: flex;
	align-items: center;
	width: 1189px;
	margin: 0 auto;
}

.footer-content-mm2 div a {
	position: relative;
	color: #fff;
	margin-right: 8px;
}

.footer-content-mm2 div a::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #9a9b98;
}

.footer-content-bottom {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 15px 80px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-bottom p {
	width: 60px;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
}

.footer-content-bottom .hot-link {
	line-height: 20px;
	width: 975px;
	color: #9a9b98;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}

.footer-content-bottom a,
.footer-content-bottom span {
	margin-right: 3px;
	color: #fff;
	font-size: 9px;
}
