* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei;
}

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;
}

/* 页头  */
.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: #DA6222;
}

.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: 18px;
	line-height: 60px;
	text-align: center;
}

.header-nav-box .nav-item a {
	color: #fff;
}
.nav-item-li a:hover {
	background: #853408;
}
.header-nav-box .active {
	background: #853408;
}

.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:  #DA6222;
}

.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;
	box-sizing: border-box;
}

.about-us-box::before {
	position: absolute;
	top: 0;
	right: 85px;
	content: '';
	width: 35px;
	height: 240px;
	background-color: #DA6222;
}

.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: 400px;
	height: 100%;
}

.about-us-content::before {
	position: absolute;
	bottom: 50px;
	left: 0;
	content: '';
	width: 230px;
	height: 8px;
	background-color: #DA6222;
}

.about-us-content::after {
	position: absolute;
	bottom: 70px;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background-color: #DA6222;
}

.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: #DA6222;
}

.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: 375px;
	height: 140px;
	margin-top: 35px;
	font-size: 11px;
	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: 10px;
}

.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 #DA6222;
	transform: scale(1.2);
}

/* 正穗ISO9901质量认证服务标准 */
.service {
	padding: 100px 0 50px;
	background-color: #FFF3EC;
}

.service .container-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service .container-center h1 {
	font-size: 35px;
	color: #DA6222;
}

.service .container-center p {
	font-size: 14px;
	color: #DA6222;
	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 100px;
	background-color: rgba(255, 162, 112, .38);
}

.standard-box {
	margin: 0 auto;
	width: 1100px;
	height: 330px;
}

.standard-box>h1 {
	width: 100%;
	height: 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 35px;
	color: #DA6222;
}

.standard-content {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 30px;
}

.standard-item {
	width: 200px;
}

.standard-item>.num {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #4fd1d9;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.standard-item>p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 20px;
	margin: 20px 0;
}

.standard-item .bottom {
	width: 100%;
	height: 110px;
	padding: 15px 15px 10px;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	background: url(../../images/2020/standard-bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	box-sizing: border-box;
}

.standard-item .bottom>h3 {
	color: #DA6222;
	font-size: 14px;
	line-height: 25px;
}

/* 香港公司注册查询 香港公司注册费用  香港公司年审 香港银行开户 */
/* 香港商标注册查询 香港商标注册流程 香港商标注册费用 香港公司注册问答 */
/* 工商注册查询 工商注册流程 广州工商注册 香港公司注册知识百科 */
.license {
	padding: 75px 0 100px;
}

.license-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}

.license-box {
	width: 30%;
	margin: 50px 0;
}

.license-box h2 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
	color: #000;
}

.license-box>img {
	display: block;
	width: 100%;
}

.license-box>h6 {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
}
.license-box>h6>a {
	color: black;
}

.license-box ul {
	width: 100%;
	padding: 15px 30px;
	box-sizing: border-box;
}

.license-box ul>li {
	width: 100%;
	height: 18px;
	overflow: hidden;
	margin: 7px 0;
}

.license-box ul>li>a {
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 1px solid #000;
}

/* 香港银行开户  香港公司注册问答  香港公司注册知识百科 */
.license-box-bottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #ffc396;
	margin: 0;
}

.license-box-bottom .license-img {
	width: 40%;
	padding: 0;
}

.license-box-bottom .content {
	width: 30%;
}

.license-box-bottom .content h2 {
	width: 100%;
	margin: 40px 0 0 0;
	text-align: center;
}


/* 广告 */
.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.jpg) 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 .look-more {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%);
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-bottom: 5px;
}


.registration-advantages {
	padding: 100px 0;
	background-color: #EEEEEE;
}

.registration-advantages .title-box {
	width: 500px;
	height: 90px;
	padding: 10px 0;
	margin: 0 auto 80px;
	background: url(../../images/2020/registration-advantages-title.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.registration-advantages .title-box h2 {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 32px;
}

.registration-advantages .title-box h6 {
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.registration-advantage-content {
	position: relative;
	width: 900px;
	height: 435px;
	margin: 0 auto;
	background: url(../../images/2020/registration-advantages-bg.png) no-repeat;
	background-size: 100% 100%;
}

.registration-advantage-item {
	position: absolute;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

.registration-advantage-item:nth-child(1) {
	left: 95px;
	top: 15px;
}

.registration-advantage-item:nth-child(2) {
	left: 25px;
	top: 140px;
}

.registration-advantage-item:nth-child(3) {
	left: 20px;
	bottom: 135px;
}

.registration-advantage-item:nth-child(4) {
	left: 90px;
	bottom: 10px;
}

.registration-advantage-item:nth-child(5) {
	right: 115px;
	top: 15px;
}

.registration-advantage-item:nth-child(6) {
	right: 100px;
	top: 140px;
}
.registration-advantage-item:nth-child(7) {
	right: 18px;
	bottom: 135px;
}

.registration-advantage-item:nth-child(8) {
	right: 125px;
	bottom: 25px;
}

/* 广州正穗集团  实力展示 */
.zhengsui-strength {
	min-height: 1010px;
	background: url(../../images/2020/zhengsui-strength-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

/* 广州正穗集团 */
.zhengsui-group {
	display: flex;
	justify-content: center;
	padding: 50px 0;
	box-sizing: border-box;
}

.zhengsui-group-lt {
	width: 550px;
	height: 100%;
	padding: 50px 60px 60px 150px;
	box-sizing: border-box;
}

.zhengsui-group h2 {
	font-size: 30px;
	margin: 40px 0 10px;
}

.zhengsui-group-lt h6 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #000;
}

.zhengsui-group-lt ul {
	width: 100%;
	padding-left: 25px;
	box-sizing: border-box;
}

.zhengsui-group-lt p {
	margin-bottom: 7px;
	font-size: 15px;
	font-family: SourceHanSansCN;
	color: #000;
	line-height: 20px;
	font-weight: 500;
}

.zhengsui-group-lt>ul>li {
	position: relative;
	width: 100%;
}

.zhengsui-group-lt>ul>li>a {
	display: block;
	width: 100%;
	font-size: 12px;
	font-family: SourceHanSansCN;
	color: #000;
	line-height: 22px;
	font-weight: 500;
}

.zhengsui-group-lt ul li::before {
	position: absolute;
	top: 50%;
	left: -16px;
	height: 8px;
	width: 8px;
	content: '';
	background-color: #ff9000;
	border-radius: 50%;
	transform: translateY(-50%);
}

.zhengsui-group-gt {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 525px;
	padding: 50px 0 30px 80px;
	height: 100%;
	box-sizing: border-box;
}

.zhengsui-group-gt .subsidiary-left {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 270px;
	font-size: 32px;
	padding: 50px 15px 0 0;
	box-sizing: border-box;
	text-align: right;	
	color: #000;
	border-right: 1px solid #000;
}

.subsidiary-left span {
	display: block;
	font-size: 16px;
}

.zhengsui-group-gt .subsidiary-right {
	width: 470px;
	height: 100%;
	color: #000;
	overflow: hidden;
}

.subsidiary-right .subsidiary-item {
	width: 100%;
	max-height: 60px;
	margin-bottom: 10px;
}

.subsidiary-right .subsidiary-item h5 {
	font-size: 14px;
}

.subsidiary-right .subsidiary-item p {
	font-size: 12px;
	padding-left: 15px;
	line-height: 20px;
}

/* 实力展示 */
.strength-display {
	width: 1000px;
	padding: 50px 0 30px;
	box-sizing: border-box;
}

.strength-display>h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.strength-display>h6 {
	width: 100%;
	margin: 5px 0 15px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.strength-text {
	padding: 8px 0 25px;
	font-size: 14px;
	line-height: 25px;
}

.strength-imgs {
	position: relative;
	width: 100%;
}

.strength-imgs>img {
	display: block;
	width: 100%;
}

.strength-imgs>ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
}

.strength-imgs>ul>li {
	width: 130px;
	text-align: center;
}

.strength-imgs>ul>li>a {
	color: #000;
	font-size: 14px;
}

.strength-look-detail {
	display: block;
	width: 130px;
	height: 30px;
	margin: 25px auto 0;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	background-color: #f07e28;
}

/* honor */
.honor {
	position: relative;
	/* border-top: 30px solid #F07E28; */
}

.honor>img {
	display: block;
	width: 100%;
}

.honor-title {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	height: 50px;
	text-align: center;
}

.honor-title>h1 {
	font-size: 32px;
}

.honor-title>h2 {
	font-size: 20px;
}

.honor-name {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 61%;
	height: 66%;
}

.honor-name>a {
	position: absolute;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}

.honor-name>a:nth-child(1) {
	width: 105px;
	left: 2.5%;
	top: 24%;
}

.honor-name>a:nth-child(2) {
	width: 80px;
	left: 25%;
	top: 24%;
}

.honor-name>a:nth-child(3) {
	left: 43%;
	top: 24%;
}

.honor-name>a:nth-child(4) {
	width: 80px;
	left: 67%;
	top: 24%;
}

.honor-name>a:nth-child(5) {
	width: 105px;
	left: 87%;
	top: 24%;
}

.honor-name>a:nth-child(6) {
	width: 120px;
	left: 1%;
	top: 54%;
}

.honor-name>a:nth-child(7) {
	width: 95px;
	left: 23%;
	top: 54%;
}

.honor-name>a:nth-child(8) {
	width: 105px;
	left: 64%;
	top: 54%;
}

.honor-name>a:nth-child(9) {
	width: 105px;
	left: 87%;
	top: 54%;
}

.honor-name>a:nth-child(10) {
	left: 0;
	top: 94%;
}

.honor-name>a:nth-child(11) {
	left: 18%;
	top: 94%;
}

.honor-name>a:nth-child(12) {
	left: 34%;
	top: 94%;
}

.honor-name>a:nth-child(13) {
	left: 52%;
	top: 94%;
}

.honor-name>a:nth-child(14) {
	left: 72%;
	top: 94%;
}

.honor-name>a:nth-child(15) {
	left: 91%;
	top: 94%;
}

.honor-look-more {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
}

.honor-look-more>img {
	width: 35px;
}

.honor-look-more>a {
	padding: 3px 7px;
	color: #FF7209;
	border-bottom: 1px solid #247786;
	font-size: 20px;
}



/* 客户及合作伙伴 */
.customers-partners {
	position: relative;
	/* 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 .container-center {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.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: #BC5100;
	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: 100px;
	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: 260px;
	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 {
	width: 230px;
	display: flex;
	margin-bottom: 15px;
}

.footer-content-mm2 {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	padding: 10px 5px 10px 6px;
	border-bottom: 1px solid #fff;
	line-height: 16px;
}

.footer-content-mm2 p {
	width: 100px;
	margin-left: 175px;
	box-sizing: border-box;
}

.footer-content-mm2>ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 825px;
	margin: 0 auto;
}

.footer-content-mm2>ul>li a {
	position: relative;
	color: #fff;
	margin-right: 8px;
}

.footer-content-mm2>ul>li a::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #fff;
}

.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: 12px;
	color: #fff;
	line-height: 20px;
}

.footer-content-bottom .hot-link {
	line-height: 20px;
	/* width: 975px; */
	color: #9a9b98;
	font-size: 12px;
	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: 12px;
}
license-img{
	width: 300px;
	height: 200px;
}