* {
	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%;
	height: 100%;
}

.container-center {
	width: 1200px;
	margin: 0 auto;
}

/* banner */
.banner-img {
	display: block;
}


.con-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100%;
}

.con-title .ch-txt {
	font-size: 42px;
	font-family:DengXian;
	font-weight:400;
	margin-bottom: 10px;
}

.con-title .en-txt {
	font-size: 14px;
	font-family:DengXian;
	font-weight:400;
}

/*商标注册所需材料 */
.need-file {
	padding: 75px 0 100px;
}

.company-need-bg {
	width: 100%;
	background-color: #f1f1f1;
}

.need-file-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	height:200px;
	margin-bottom: 30px;
	padding: 40px 70px;
	box-sizing: border-box;
}

.need-file-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 33.3333%;
	height: 100%;
}

.need-file-item .need-file-img {
	display: block;
	width: 175px;
	height: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
}

.need-file-item .need-file-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
}

.need-file-item .need-file-txt p:nth-child(1){
	font-size:22px;
	color:#CB9221;
	margin-bottom: 5px;
}

.need-file-item .need-file-txt p:nth-child(2){
	font-size:12px;
	color:#000;
}

.need-file .arrow-down {
	display: block;
	margin: 20px auto;
	height: 70px;
	width: 35px;
}

.need-file .segment-tit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 30px 0;
	font-size:21px;
	font-family:MingHei_R;
	font-weight:400;
	color:rgba(0,0,0,1);
}

.need-file .segment-tit img {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.branch-img {
	display: block;
	width: 100%;
	padding: 0 87px;
	box-sizing: border-box;
}

/*个体户商标注册  */
.self-employed-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 230px;
	padding: 20px 0;
	background-color: #f1f1f1;
}

.self-employed-box .self-employed-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	height: 100%;
	padding: 15px 0;
	box-sizing: border-box;
}

.self-employed-box .self-employed-item:nth-child(-n+3){
	border-right: 1px solid #000;
}

.self-employed-box .self-employed-item img {
	width: 175px;
	height: 118px;
	padding: 15px 20px;
	box-sizing: border-box;
}

.self-employed-item .self-employed-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 100%;
	font-family:DengXian;
	font-weight:400;
}

.self-employed-item .self-employed-txt p:nth-child(1){
	font-size:22px;
	color:#CB9221;
	margin-bottom: 5px;
}

.self-employed-item .self-employed-txt p:nth-child(2){
	font-size:12px;
	color:#000;
}

/* 注册流程 */
.registered-process {
	background-color: #fff;
	box-sizing: border-box;
}

.registered-process .container-center {
	padding: 30px 100px;
	box-sizing: border-box;
}

.process-box {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: 650px;
	padding: 50px 0;
	box-sizing: border-box;
}

.process-item {
	width: 175px;
	height: 225px;
	box-sizing: border-box;
	margin-right: 75px;
}

.process-item:nth-child(4n+0) {
	margin-right: 0;
}

.process-item-top {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 175px;
	padding: 20px;
	box-sizing: border-box;
}

.process-item:nth-child(-n+3) .process-item-top::after {
	position: absolute;
	top: 50%;
	right: -90px;
	width: 75px;
	height: 35px;
	content: '';
	transform: translateY(-50%);
	background: url(../../images/2020/arrow-left.png) no-repeat;
}

.process-item:nth-child(4) .process-item-top::after {
	position: absolute;
	bottom: -130px;
	left: 50%;
	width: 35px;
	height: 75px;
	content: '';
	transform: translateX(-50%);
	background: url(../../images/2020/arrow-down1.png) no-repeat;
}

.process-item:nth-child(n+6) .process-item-top::after {
	position: absolute;
	top: 50%;
	left: -90px;
	width: 75px;
	height: 35px;
	content: '';
		transform: translateY(-50%);
	background: url(../../images/2020/arrow-right.png) no-repeat;
}

.process-item .process-item-top img {
	width: 100%;
	height: 100%;
}

.process-item-txt {
	width: 100%;
	height: 25px;
	text-align: center;
	font-size:18px;
	font-weight:400;
	color:rgba(94,94,94,1);
	line-height: 25px;
}

/* 国家商标局正规备案代理机构 */
.proxy-agency .proxy-agency-img {
	display: block;
	width: 1000px;
	margin: 30px auto 130px;
	box-shadow:0px 0px 14px 1px rgba(4,0,0,0.3);
}

/* 商标相关  */
.how-do {
	padding: 100px 0 50px;
	background-color: #f6f6f6;
}

.how-do-box {
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.how-do-lt,
.how-do-gt {
	width: calc((100% - 80px) / 2);
	height: 100%;
}

.how-do-lt .title-box {
	width: 100%;
	height: 308px;
	padding-top: 30px;
	box-sizing: border-box;
} 

.how-do-lt .title-box .ch-txt {
	height: 50px;
	font-size: 29px;
	line-height: 50px;
	font-family:Adobe Heiti Std;
	font-weight:bold;
	color:rgba(25,21,18,1);
}

.how-do-lt .title-box .en-txt {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 40px;
}

.how-do-lt .title-box .text {
	width:100%;
	font-size:20px;
	font-family:DengXian;
	font-weight:400;
	color:rgba(25,21,18,1);
	line-height: 35px;
}

.how-do-item {
	width: 100%;
}

.how-do-item img {
	display: block;
	width: 100%;
}

.how-do-item .ch-tit {
	width: 100%;
	height: 45px;
	padding-top: 15px;
	font-size:29px;
	font-family:Adobe Heiti Std;
	font-weight:bold;
	color:rgba(255,156,51,1);
	line-height:45px ;
}

.how-do-item .en-tit {
	width: 100%;
	padding-left: 24px;
	box-sizing: border-box;
	font-size: 16px;
}

.how-do-context {
	width: 100%;
	margin: 20px 0 50px;
	line-height: 40px;
	font-size:18px;
	color:rgba(25,21,18,1);
}

.how-do-item1 {
	margin-bottom: 100px;
}

.how-do-item2 {
	margin:75px 0;
}

/* 成功注册后的材料 */
.over-file {
	/* height: 708px; */
	padding-top: 60px;
	box-sizing: border-box;
	background-color: #1a5557;
}

.over-file .con-title {
	color: #fff;
}

.over-file-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 250px;
	padding: 0 250px;
	margin: 30px 0;
	box-sizing: border-box;
}

.over-file-item {
	width: 148px;
	height: 100%;
}

.over-file-item img {
	display: block;
	width: 100%;
	height: 200px;
}

.over-file-item p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}

.over-file-bg {
	display: block;
	width: 100%;
	height: 15.6vw;
	min-height: 185px;
}

/* 未注册商标的危机  */
.unregistered {
	padding:100px 0;
	background-color: #fff;
}

.unregistered-crisis {
	height: 670px;
	padding-top: 45px;
	box-sizing: border-box;
	background: url(../../images/2020/crisis.png) no-repeat;
	background-size: 100% 100%;
}

.unregistered-crisis .con-title {
	position: relative;
}

.unregistered-crisis .con-title::before {
	content: '危';
	position: absolute;
	right: 370px;
	top: 15px;
	color: #ff0000;
	font-size: 42px;
	transform: rotate(-20deg);
}

.unregistered-crisis .con-title::after {
	content: '机';
	position: absolute;
	right: 310px;
	top: 15px;
	color: #ff0000;
	font-size: 42px;
	transform: rotate(20deg);
}

.unregistered-crisis .content {
	width: 700px;
	padding:100px 0 0 150px;
}

.unregistered-crisis .content-item {
	margin-bottom: 35px;
}

.unregistered-crisis .content-item h1 {
	font-size:28px;
	font-family:DengXian;
	font-weight:bold;
	color:rgba(0,0,0,1);
}

.unregistered-crisis .content-item p {
	font-size:16px;
	font-family:DengXian;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: 32px;
	padding-left: 25px;
}

/* 商标注册的好处 */
.registered-good {
	height: 33vw;
	min-height: 430px;
	background: url(../../images/2020/registered-good-bg.png) no-repeat;
	background-size: 100% 100%;
}

.registered-good-box {
	width: 100%;
	padding: 30px 400px 50px 100px;
	box-sizing: border-box;
}

.registered-good-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	width: 100%;
	height: 210px;
	margin-top: 30px;
}

.registered-good-item {
	display: flex;
	align-items: flex-end;
	width: 200px;
	height: 50px;
}

.registered-good-item img {
	width: 50px;
	height: 48px;
}


/* 正穗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;
	width: 900px;
	height: 30px;
	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:#ffffff;
	/*background: url(../../images/2020/related-products-bg.png) no-repeat;*/
	background-size: 100% 100%;
}
.related-products-box {
	height: 500px;
	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;
}
