* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}
.item a {
	color: black;
}

@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}

.container {
	width: 100%;
}
.container-center-top {
	width:100%;
	margin: 0 auto;
}
.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;
}
/* 轮播 */
.banner {
	position: relative;
	width: 100%;
	height: 34.2vw;
	min-height: 420px;
}
.header .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	color: #22D66A;
	width: 1000px;
	margin:0 auto;
}
.header .top .header-logo {
	display: block;
	height: 50px;
}
.header .top-box {
	width: 100%;
}
.header .top .title {
	font-size: 20px;
	font-family: yizhiqingshu;
	font-weight: 400;
	color: rgba(27, 230, 112, 1);
}
.header .header-nav-box{
	width: 100%;
	background: #00a482;
}
.header .header-nav {
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	width: 1200px;
	padding: 0 150px;
	border-bottom: 2px solid #5F8381;
	box-sizing: border-box;
	background: #00a482;
}

.banner .header .header-nav .triangle {
	position: relative;
}
.header .header-nav .triangle::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 7px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.header .header-nav a {
	color: #fff;
}
.header .header-nav li a {
	color: black;
}
.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(/skin/images/2020/next-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-button-prev:after {
	content: '';
	background: url(/skin/images/2020/prev-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.banner-box .swiper-pagination-bullet-active {
	background-color: #00A2FF;
}

/* 广州公司注销代理 */
.firm-cancel {
	height: 900px;
	padding-bottom: 100px;
	background-color: #DFFFEC;
	margin-top: 40px;
}

.cancel-content {
	position: relative;
	height: 100%;
}

/* 大圆 */
.cancel-content .big-round {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 420px;
	height: 420px;
	transform: translate(-50%, -50%);
	background: url(/skin/images/2020/firm-cancel-bg.png) no-repeat;
	background-size: 100% 100%;
}

.cancel-content .big-round h2 {
	font-size: 35px;
	margin-bottom: 10px;
	font-weight: normal;
}

.cancel-content .big-round p {
	font-size: 13px;
	margin-top: 5px;
}

/* 小圆 选项 */
.small-circle-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	height: 550px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.small-circle {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.small-circle a{color: black;}
.small-circle .small-round {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.small-circle .small-round img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.small-circle .round-content {
	position: absolute;
	width: 180px;
	height: 120px;
}

.small-circle .round-content h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

.small-circle .round-content p {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.small-circle:nth-child(1) {
	top: -15px;
	left: 50px;
}

.small-circle:nth-child(1) .round-content {
	top: -15px;
	left: -125px;
}

.small-circle:nth-child(2) {
	top: 115px;
	left: -45px;
}

.small-circle:nth-child(2) .round-content {
	top: 40px;
	left: -160px;
}

.small-circle:nth-child(3) {
	top: 280px;
	left: -60px;
}

.small-circle:nth-child(3) .round-content {
	top: 70px;
	left: -150px;
}

.small-circle:nth-child(4) {
	bottom: 25px;
	left: -10px;
}

.small-circle:nth-child(4) .round-content {
	top: 100px;
	left: -135px;
}

.small-circle:nth-child(5) {
	bottom: -60px;
	left: 140px;
}

.small-circle:nth-child(5) .round-content {
	bottom: -145px;
	left: -30px;
}

.small-circle:nth-child(6) {
	bottom: -60px;
	right: 140px;
}

.small-circle:nth-child(6) .round-content {
	bottom: -145px;
	left: 30px;
}

.small-circle:nth-child(7) {
	bottom: 25px;
	right: -10px;
}

.small-circle:nth-child(7) .round-content {
	top: 100px;
	right: -175px;
}

.small-circle:nth-child(8) {
	top: 280px;
	right: -60px;
}

.small-circle:nth-child(8) .round-content {
	top: 70px;
	right: -195px;
}

.small-circle:nth-child(9) {
	top: 115px;
	right: -45px;
}

.small-circle:nth-child(9) .round-content {
	top: 40px;
	right: -195px;
}

.small-circle:nth-child(10) {
	top: -15px;
	right: 50px;
}

.small-circle:nth-child(10) .round-content {
	top: -15px;
	right: -195px;
}



/* 关于我们 */
.about-us {
	position: relative;
	height: 250px;
	padding-top: 50px;
	box-sizing: border-box;
	background-color: #92F5B9;
}

.about-us-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 400px;
	padding: 60px 200px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 15px;
}

.about-us-box::before {
	position: absolute;
	top: 0;
	right: 85px;
	content: '';
	width: 35px;
	height: 240px;
	background-color: #34B969;
}

.about-us-box::after {
	position: absolute;
	bottom: 60px;
	right: 85px;
	content: 'Picture Rotation';
	width: 70px;
	height: 40px;
	color: #34B969;
	font-weight: bold;
}

.about-us-content {
	position: relative;
	width: 400px;
	height: 100%;
}

.about-us-content::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 230px;
	height: 8px;
	background-color: #34B969;
}

.about-us-content::after {
	position: absolute;
	bottom: 20px;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background-color: #34B969;
}

.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: #34B969;
}

.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 #34B969;
	transform: scale(1.2);
}

/* 正穗ISO9901质量认证服务标准 */
.service {
	padding: 320px 0 50px;
	background-color: #77C997;
}

.service .container-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service .container-center h1 {
	font-size: 35px;
	color: #fff;
}

.service .container-center p {
	font-size: 14px;
	color: #fff;
	margin: 15px 0 45px;
}

.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: #77C997;
}

.standard-box {
	margin: 0 auto;
	width: 900px;
	height: 290px;
	padding: 0 130px;
	box-sizing: border-box;
	background: url(/skin/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: #fff;
}

.standard-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 200px;
}

.standard-item {
	width: 180px;
}

.standard-item .top {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}

.standard-item .top img {
	display: block;
	height: 55px;
	margin-right: 15px;
}

.standard-item .bottom {
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

/*  广州公司注销类型 */
.firm-cancel-type {
	width: 100%;
	height: 48vw;
	min-height: 600px;
	background: url(/skin/images/2020/firm-cancel-type-bg1.png) no-repeat;
	background-size: 100% 100%;
}

.firm-cancel-type h1 {
	width: 100%;
	padding-top: 60px;
	margin: 0 auto;
	text-align: center;
	font-size: 35px;
}

.firm-cancel-type p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	margin-bottom: 100px;
}

.firm-cancel-type .type-content {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 980px;
	height: 230px;
	margin: 0 auto;
	background: url(/skin/images/2020/firm-cancel-type-bg2.png) no-repeat;
	background-size: 100% 100%;
}

.firm-cancel-type .type-content .type-item {
	position: relative;
	width: 300px;
	height: 105px;
	text-align: center;
	line-height: 105px;
	margin: 0 7px 4px;
	font-size: 16px;
	cursor: pointer;
}
.type-item a{
	width: 300px;display: block;color: black;
	height: 105px;
	font-size: 22px
}

.firm-cancel-type .type-content .type-item:nth-child(2),
.firm-cancel-type .type-content .type-item:nth-child(5) {
	width: 342px;
	margin: 0;
}

.firm-cancel-type .type-content .active {
	background-color: #62B582;
	color: #fff;
}

.firm-cancel-type .type-content .active::before {
	content: '';
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}


.firm-cancel-type .type-item:last-child::after {
	content: '';
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 10px;
	background: url(/skin/images/2020/more-arrow.png) no-repeat;
	background-size: 100% 100%;
}

.firm-cancel-type .type-item:last-child::before {
	top: 80px;
}

/* 公司注销知识  公司注销动态  公司注销疑难 */
.firm-cancel-assembly {
	width: 100%;
	padding: 75px 0;
	background-color: #ABE3C0;
}

.firm-cancel-assembly .assembly-nav-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	height: 40px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fff;
}

.firm-cancel-assembly .assembly-nav-box .item {
	width: 200px;
	height: 38px;
	text-align: center;
	border-right: 1px solid #000;
	box-sizing: border-box;
	line-height: 38px;
	cursor: pointer;
}

.firm-cancel-assembly .assembly-nav-box .item:first-child {
	border-radius: 10px 0 0 10px;
}

.firm-cancel-assembly .assembly-nav-box .item:last-child {
	border: none;
	border-radius: 0 10px 10px 0;
}

.firm-cancel-assembly .assembly-nav-box .on {
	background-color: #146A35;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.firm-cancel-assembly .assembly-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	margin-top: 50px;
	padding: 0 100px;
	box-sizing: border-box;
}
.assemblys{display: none;}
.assemblyss{display: block;}
.firm-cancel-assembly .assembly-content-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	margin: 30px 0;
	color: black;
}

.firm-cancel-assembly .assembly-content-item .tit {
	width: 130px;
	text-align: center;
	color: black;
	font-weight: 600;
}

.firm-cancel-assembly .assembly-content-item img {
	display: block;
	width: 210px;
	height: 202px;
	margin: 15px 0 10px;
}

.firm-cancel-assembly .assembly-content-item .text {
	width: 200px;
	height: 40px;
	margin: 10px 0;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.firm-cancel-assembly .assembly-content-item .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	font-size: 14px;
}

/* 荣誉 */
.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);
}


/* 广州正穗集团 */
.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: #62B582;
}

.company-zhengsui-gt {
	background-color: #1C773F;
}

.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: 12px;
	width: 12px;
	content: '';
	background-color: #3E8580;
	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: 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;
}

/* 正穗动态 */
.dynamic {
	padding: 80px 0;
	background-color: #C6FFDC;

}

.dynamic-title {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.dynamic-title span:first-child {
	font-size: 35px;
	font-weight: bold;
}

.dynamic-title p {
	margin: 20px 0 40px;
	color: #777777;
	font-size: 12px;
}

.dynamic-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.dynamic-content-lt {
	width: 325px;
	height: 300px;
}

.dynamic-content-item {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 6px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	color: black;
	text-decoration: underline;
}

.dynamic-content-item p {
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dynamic-content-item::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 12px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #009944;
	border-radius: 50%;
}

.dynamic-content-item>div {
	width: 100%;
	height: 80px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.dynamic-content-mm {
	width: 250px;
	height: 300px;
}

.dynamic-content-mm img {
	display: block;
	width: 250px;
	height: 140px;
}

.dynamic-content-mm img:first-child {
	margin-bottom: 20px;
}

.dynamic-content-gt {
	width: 300px;
	height: 300px;
}

.dynamic-content-gt .contact-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
	font-size: 14px;
	border: 2px dashed #444444;
}

.dynamic-content-gt .contact-box img {
	display: block;
	width: 110px;
	height: 110px;
	margin-left: 3px;
}

.dynamic-content-gt .contact-box .contact-manner {
	width: 175px;
	margin-left: 10px;
}

.dynamic-content-gt .contact-box p {
	line-height: 20px;
}

.dynamic-content-gt .contact-box p span {
	margin-left: 70px;
}

.dynamic-content-gt .address-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 118px;
	padding-top: 15px;
	font-size: 14px;
	border: 2px dashed #444444;
}

.dynamic-content-gt .address-box .address-tit h6 {
	font-size: 14px;
	width: 90px;
	margin-bottom: 25px;
	line-height: 25px;
	font-weight: normal;
}

.dynamic-content-gt .address-box .address p {
	width: 210px;
	line-height: 25px;
}

/* 正穗企业注销问答 */
.questions-answers {
	padding: 80px 0;
	background-color: #DFFFEC;
}

.questions-answers h1 {
	width: 360px;
	margin: 0 auto;
	border: 2px solid #000;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	border-radius: 10px;
}

.questions-answers .tips {
	width: 550px;
	text-align: center;
	margin: 20px auto 50px;
	font-size: 14px;
}

.questions-answers-content {
	position: relative;
	width: 900px;
	height: 500px;
	padding: 45px 50px;
	margin: 0 auto;
	background: url(/skin/images/2020/questions-answers-bg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.questions-answers-content::after {
	position: absolute;
	top: 50px;
	left: 25px;
	content: '';
	width: 5px;
	height: 50px;
	background-color: #707070;
}

.questions-answers-content::before {
	position: absolute;
	top: 50px;
	left: 25px;
	content: '';
	width: 5px;
	height: 300px;
	background-color: #D3D3D3;
}

.questions-answers-content .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 550px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	cursor: pointer;
}

.questions-answers-content .more-questions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 50px;
}

.questions-answers-content .more-questions p {
	width: 350px;
	height: 50px;
	border-radius: 15px;
	background-color: #84CCC9;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: SourceHanSansCN;
	cursor: pointer;
}

.questions-answers-content .more-questions img {
	display: block;
	width: 50px;
	height: 50px;
}

/* 页脚 */
.footer {
	background-color: #30302d;
	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::after {
	content: '';
	position: absolute;
	bottom: 5px;
	width: 800px;
	left: 35%;
	transform: translateX(-35%);
	border-bottom: 1px solid #666666;
}

.footer-content-top .item-box {
	display: flex;
	align-items: center;
	width: 220px;
	height: 100px;
	font-size: 14px;
	color: #34B969;
	line-height: 20px;
}

.footer-content-top .item-box img {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.footer-content-mm {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
	box-sizing: border-box;
	color: #9a9b98;
	font-size: 12px;
	border-bottom: 1px solid #666666;
}

.footer-content-mm .logo-img {
	display: block;
	width: 145px;
	height: 110px;
	padding-bottom: 20px;
}

.footer-content-mm .logout-contact-introduction {
	width: 760px;
	margin: 0 40px 0 70px;
}

.footer-content-mm .logout-contact {
	display: flex;
	width: 760px;
}

.logout-contact .footer-logout {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 560px;
	height: 150px;
	padding: 30px 0;
	font-size: 12px;
}

.logout-contact .footer-contact {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 200px;
	height: 150px;
	padding: 30px 0;
	font-size: 12px;
}

.logout-contact .footer-logout a {
	width: 140px;
	color: #fff;
	line-height: 30px;
}

.logout-contact .footer-contact a {
	width: 100px;
	color: #fff;
	line-height: 30px;
}

.logout-contact-introduction .footer-introduction {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
}

.footer-content-mm .logo-code-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 220px;
	height: 150px;
}

.footer-content-mm .logo-code-box img {
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

.footer-content-mm .logo-code-box p {
	width: 100%;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
}
.footer-content-mm .logo-code-box p a{
	color: #9a9b98;
}
.footer-content-bottom {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 20px 80px 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-bottom p {
	width: 60px;
	font-size: 11px;
	color: #999999;
	line-height: 20px;
}

.footer-content-bottom .hot-link {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: 20px;
	width: 960px;
	color: #9a9b98;
	font-size: 10px;
}

.footer-content-bottom a {
	margin-right: 5px;
	color: #999999;
	font-size: 10px
}
/*头部下拉*/
.drop1{position: relative;height: 35px;line-height: 35px;}
.drop1:hover .drops1{display: block;}
.drops1{display: none;position: absolute;z-index: 999;top: 35px;left: 0px;width: 150px;background:#fff;border-bottom: 1px solid #212121;}
.drops1 li{line-height: 35px;border-bottom: 2px solid black;text-align: center;}
.drops1 li:hover{line-height: 35px;background: #1df2c6;}








