/* 头部 */
.header{
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.header .header-outer{
	width: 1400px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width:1200px) {
	.header .header-outer{
		width: 100%;
		height: 75px;
		padding: 0 12px;
		box-sizing: border-box;
	}
}
.header .header-outer .header-left{
	flex-shrink: 0;
	width: 20.93%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .header-outer .header-left > img{
	width: 100%;
	height: 100%;
}
@media (max-width:1200px) {
	.header .header-outer .header-left{
		width: 65%;
	}
}
.header .header-outer .header-right-contact{
	display: flex;
	align-items: center;
}
.header .header-outer .header-right-contact a{
	font-size: 16px;
	padding: 0 24px;
	height: 80px;
	line-height: 80px;
}
.header .header-outer .header-right-contact .active,
.header .header-outer .header-right-contact a:hover{
	color: #000;
	border-bottom: 6px solid #1756D7;
	box-sizing: border-box;
}
.header .header-outer .header-right-menuBtn{
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.header .header-outer .header-right-menuBtn >img{
	width: 60%;
}


/* 导航栏 */
.nav-sm{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
}
.nav-sm .nav-mask{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	background-color: rgba(0,0,0,0.6);
}
.nav-sm .nav-sm-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60%;
	height: 75px;
	background-color: #1756D7;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 0 24px;
	box-sizing: border-box;
}
.nav-sm .nav-sm-header .header-text{
	font-size: 18px;
	color: #fff;
}
.nav-sm .nav-sm-header .header-icon{
	position: absolute;
	top: 30px;
	right: 24px;
	z-index: 1;
	display: block;
	width: 16px;
	height: 16px;
}
.nav-sm .nav-sm-item{
	position: absolute;
	top: 50px;
	right: 0;
	width: 60%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ffffff;
	padding: 55px 15px 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.nav-sm .nav-sm-item > a{
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	box-sizing: border-box;
}
.nav-sm .nav-sm-item > .active{
	color: #1756D7;
	font-weight: bold;
}

/* banner */
.banner{
	width: 1920px;
	margin: 0 auto;
}
.banner img{
	width: 100%;

}
@media (max-width:1200px) {
	.banner{
		width: 100%;
		height: 100%;
	}
}

/* 顾问服务 */
.guwen{
	width: 1400px;
	margin: 60px auto;
	display: flex;
	align-items: center;
	background-color: #F8F8F8;
}
.guwen-img{
	width: 860px;
	height: 420px;
}
.guwen-img img{
	width: 100%;
	height: 100%;
}
.guwen .guwen-text{
	width: 600px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin-left: -125px;
	padding: 50px 30px;
	box-sizing: border-box;
}
.guwen .guwen-text .text-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.guwen .guwen-text .text-dsc{
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	line-height: 1.8;
}
@media (max-width:1200px) {
	.guwen{
		width: 100%;
		margin: 0 0 30px 0;
		flex-direction: column;
		padding-top: 24px;
		box-sizing: border-box;
	}
	.guwen-img{
		width: 100%;
		height: auto;
	}
	.guwen .guwen-text{
		width: auto;
		margin: 0 12px;
		padding: 30px 24px;
		margin-bottom: -50px;
		position: relative;
		z-index: 1;
	}
	.guwen .guwen-text .text-title{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.guwen .guwen-text .text-dsc{
		font-size: 14px;
		line-height: 1.5;
	}
}

/* 影响 */
.yx{
	width: 1920px;
	height: 450px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative
}
.yx .yx-bkg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.yx .yx-block{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
}
.yx .yx-block .block-title{
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	background: linear-gradient(to right,#6949C4,#1756D7);
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.yx .yx-block .block-ctn{
	width: 1400px;
	margin-top: -30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 70px 115px 50px 115px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}
.yx .yx-block .block-ctn .ctn-item{
	position: relative;
}
.yx .yx-block .block-ctn .ctn-item .item-bkg-1{
	width: 0;
	height: 0;
	border-bottom: 45px solid #1756D7;
	border-left: 78px solid transparent;
	border-right: 78px solid transparent;
}
.yx .yx-block .block-ctn .ctn-item .item-bkg-2{
	width: 156px;
	height: 100px;
	background: #1756D7;
}
.yx .yx-block .block-ctn .ctn-item .item-bkg-3{
	width: 0;
	height: 0;
	border-top: 45px solid #1756D7;
	border-left: 78px solid transparent;
	border-right: 78px solid transparent;
}
.yx .yx-block .block-ctn .ctn-item .item-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: center;
}
.yx .yx-block .block-ctn .ctn-item .item-text .text-bold{
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	line-height: 1.8;
}
@media (max-width:1200px) {
	.yx{
		width: 100%;
		height: 385px;
	}
	.yx .yx-block{
		width: auto;
		margin: 0 12px;
	}
	.yx .yx-block .block-title{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		padding: 0 20px;
		border-radius: 6px;
	}
	.yx .yx-block .block-ctn{
		width: auto;
		margin-top: -20px;
		flex-wrap: wrap;
		padding: 30px 12px 20px 12px;
	}
	.yx .yx-block .block-ctn .ctn-item{
		margin-top: 12px;
	}
	.yx .yx-block .block-ctn .ctn-item .item-bkg-1{
		width: 0;
		height: 0;
		border-bottom: 28px solid #1756D7;
		border-left: 55px solid transparent;
		border-right: 55px solid transparent;
	}
	.yx .yx-block .block-ctn .ctn-item .item-bkg-2{
		width: 110px;
		height: 65px;
		background: #1756D7;
	}
	.yx .yx-block .block-ctn .ctn-item .item-bkg-3{
		width: 0;
		height: 0;
		border-top: 28px solid #1756D7;
		border-left: 55px solid transparent;
		border-right: 55px solid transparent;
	}
	.yx .yx-block .block-ctn .ctn-item .item-text{
		font-size: 14px;
	}
	.yx .yx-block .block-ctn .ctn-item .item-text .text-bold{
		font-size: 16px;
		margin-top: 6px;
	}
}

/* 报税服务 */
.bs{
	width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 90px;
}
.bs .bs-outer{
	width: 1400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bs .bs-outer .bs-text{
	flex: 1;
	margin-right: 100px;
	display: flex;
	flex-direction: column;
}
.bs .bs-outer .bs-text .text-title{
	font-size: 24px;
	font-weight: bold;
}
.bs .bs-outer .bs-text .text-shotline{
	width: 45px;
	height: 8px;
	background-color: #1756D7;
	margin: 30px 0;
}
.bs .bs-outer .bs-text .text-dsc{
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	line-height: 1.8;
}
.bs .bs-outer .bs-img{
	width: 650px;
	height: 300px;
}
@media (max-width:1200px) {
	.bs{
		width: 100%;
		margin: 0;
		padding: 30px 12px 50px 12px;
		box-sizing: border-box;
	}
	.bs .bs-outer{
		width: 100%;
		flex-direction: column;
	}
	.bs .bs-outer .bs-text{
		margin-right: 0;
	}
	.bs .bs-outer .bs-text .text-title{
		font-size: 18px;
	}
	.bs .bs-outer .bs-text .text-shotline{
		width: 24px;
		height: 4px;
		margin: 15px 0;
	}
	.bs .bs-outer .bs-text .text-dsc{
		font-size: 14px;
	}
	.bs .bs-outer .bs-img{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.bs .bs-outer .bs-img img{
		width: 100%;
	}
}

/* 流程 */
.lc{
	width: 1920px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F7F7F7;
}
.lc .lc-title{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 10px;
	background: linear-gradient(to right,#6949C4,#1756D7);
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.lc .lc-outer{
	width: 1400px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 70px 45px 60px 45px;
	box-sizing: border-box;
}
.lc .lc-outer .lc-ctn{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lc .lc-outer .lc-ctn .ctn-item{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.lc .lc-outer .lc-ctn .ctn-item .item-bkg-1{
	width: 200px;
	height: 100px;
}
.lc .lc-outer .lc-ctn .ctn-item .item-bkg-2{
	width: 210px;
	height: 126px;
}
.lc .lc-outer .lc-ctn .ctn-item .item-text{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #1756D7;
	line-height: 1.5;
}
.lc .lc-outer .lc-arrow{
	margin: 30px 0 40px 0;
	transform: rotate(90deg);
	margin-right: 80px;
}
@media (max-width:1200px) {
	.lc{
		width: 100%;
	}
	.lc .lc-title{
		top: -20px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		font-size: 18px;
		width: 70%;
		text-align: center;
		border-radius: 6px;
	}
	.lc .lc-outer{
		width: 100%;
		flex-direction: row;
		padding: 50px 12px 30px 12px;
	}
	.lc .lc-outer .lc-ctn{
		display: flex;
		flex-direction: column;
		justify-content: unset;
	}
	.lc .lc-outer .lc-ctn .ctn-item .item-bkg-1{
		width: 150px;
		height: auto;
	}
	.lc .lc-outer .lc-ctn .ctn-item .item-bkg-2{
		width: 150px;
		height: auto;
	}
	.lc .lc-outer .lc-ctn .ctn-item .item-text{
		padding: 0 6px;
		font-size: 14px;
	}
	.lc .lc-outer .lc-ctn .ctn-arrow{
		transform: rotate(90deg);
		margin: 15px 0;
		width: 15%;
	}
	.lc .lc-outer .lc-arrow{
		margin: 0;
		transform: rotate(0deg);
		margin-right: 0;
		margin-bottom: 20px;
		width: 7%;
	}
}

/* 审核 */
.sh{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.sh .sh-bkg{
	width: 100%;
	height: 320px;
}
.sh .sh-title{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 10px;
	background: linear-gradient(to right,#6949C4,#1756D7);
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.sh .sh-block{
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sh .sh-block .block-ctn{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sh .sh-block .block-ctn .ctn-item{
	display: flex;
	align-items: center;
	background-color: #fff;
}
.sh .sh-block .block-ctn .ctn-item .item-img{
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.sh .sh-block .block-ctn .ctn-item .item-img img{
	width: 100%;
	height: 100%;
}
.sh .sh-block .block-ctn .ctn-item .item-text{
	display: flex;
	flex-direction: column;
	width: 450px;
	padding: 0 20px;
	box-sizing: border-box;
}
.sh .sh-block .block-ctn .ctn-item .item-text .text-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sh .sh-block .block-ctn .ctn-item .item-text .text-dsc{
	font-size: 16px;
	color: rgba(0,0,0,0.7);
}
.sh .sh-block .block-remark{
	font-size: 16px;
	color: red;
	margin-top: 30px;
}
@media (max-width:1200px) {
	.sh{
		width: 100%;
	}
	.sh .sh-bkg{
		height: 300px;
	}
	.sh .sh-title{
		top: -20px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		font-size: 18px;
		width: 55%;
		text-align: center;
		border-radius: 6px;
	}
	.sh .sh-block{
		padding: 0 12px;
	}
	.sh .sh-block .block-ctn{
		flex-direction: column;
		justify-content: unset;
	}
	.sh .sh-block .block-ctn .ctn-item{
		margin-bottom: 12px;
	}
	.sh .sh-block .block-ctn .ctn-item .item-img{
		width: 200px;
		height: 90px;
	}
	.sh .sh-block .block-ctn .ctn-item .item-img img{
		width: 100%;
		height: 100%;
	}
	.sh .sh-block .block-ctn .ctn-item .item-text{
		width: 100%;
		padding: 0 20px;
	}
	.sh .sh-block .block-ctn .ctn-item .item-text .text-title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.sh .sh-block .block-ctn .ctn-item .item-text .text-dsc{
		font-size: 14px;
		line-height: 1.3;
	}
	.sh .sh-block .block-remark{
		font-size: 14px;
		margin-top: 10px;
	}
}

/* 联系 */
.msg{
	width: 1920px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
.msg .msg-bkg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.msg .msg-ctn{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.msg .msg-ctn p{
	color: #fff;
	font-size: 30px;
}
.msg .msg-ctn a{
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 250px;
	background: linear-gradient(to right,#FC8C04,#EE2921);
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@media (max-width:1200px) {
	.msg{
		width: 100%;
		height: 90px;
		margin-top: -20px;
	}
	.msg .msg-ctn{
		width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
		flex-direction: column;
	}
	.msg .msg-ctn p{
		color: #fff;
		font-size: 18px;
	}
	.msg .msg-ctn a{
		height: 30px;
		line-height: 30px;
		width: 120px;
		border-radius: 15px;
		font-size: 14px;
		margin-top: 10px;
	}
}

/* 底部 */
.footer{
	width: 1920px;
	margin: 0 auto;
}
.footer .footer-icons{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F8F8F8;
}
.footer .footer-icons .icons-item{
	display: flex;
	align-items: center;
	margin: 0 30px;
}
.footer .footer-icons .icons-item .item-img{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.footer .footer-icons .icons-item .item-text{
	display: flex;
	flex-direction: column;
}
.footer .footer-icons .icons-item .item-text p:first-child{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.footer .footer-icons .icons-item .item-text p:last-child{
	font-size: 14px;
	color: rgba(0,0,0,0.6);
}
.footer .footer-info{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #1B1B1B;
	padding: 30px 0;
	box-sizing: border-box;
}
.footer .footer-info .info-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .footer-info .info-nav a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #fff;
	padding: 0 50px;
}
.footer .footer-info .info-nav a:last-child{
	border-right: 0;
}
.footer .footer-info .info-text{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.footer .footer-info .info-text p{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
@media (max-width:1200px) {
	.footer{
		width: 100%;
	}
	.footer .footer-icons{
		width: 100%;
		height: auto;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 10px 12px 22px 12px;
		box-sizing: border-box;
	}
	.footer .footer-icons .icons-item{
		margin: 0;
		margin-top: 12px;
	}
	.footer .footer-icons .icons-item .item-img{
		width: 45px;
		height: 45px;
	}
	.footer .footer-icons .icons-item .item-text p:first-child{
		font-size: 16px;
	}
	.footer .footer-icons .icons-item .item-text p:last-child{
		font-size: 14px;
	}
	.footer .footer-info{
		padding: 15px 0;
	}
	.footer .footer-info .info-text{
		margin-top: 0;
	}
	.footer .footer-info .info-text p{
		font-size: 14px;
	}
}

/* 关于我们 */
.about{
	width: 1200px;
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about .about-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.about .about-dsc{
	font-size: 16px;
	line-height: 1.8;
}
.shuju{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.shuju .shuju-item{
	margin: 0 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.shuju .shuju-item .item-num{
	display: flex;
	align-items: center;
	font-size: 100px;
	color: #1756D7;
}
.shuju .shuju-item .item-num .num-unit{
	font-size: 48px;
	color: #1756D7;
}
.shuju .shuju-item .item-dsc{
	font-size: 18px;
}
@media (max-width:1200px) {
	.about{
		width: 100%;
		margin: 30px auto;
		padding: 0 12px;
		box-sizing: border-box;
	}
	.about .about-title{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.about .about-dsc{
		font-size: 14px;
		line-height: 1.5;
	}
	.shuju{
		width: 100%;
		margin-bottom: 40px;
	}
	.shuju .shuju-item{
		margin: 0 6px;
	}
	.shuju .shuju-item .item-num{
		font-size: 30px;
	}
	.shuju .shuju-item .item-num .num-unit{
		font-size: 24px;
	}
	.shuju .shuju-item .item-dsc{
		font-size: 14px;
	}
}

/* 秘书 */
.mishu-fuwu{
	width: 1200px;
	margin: 50px auto;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	padding: 30px;
	box-sizing: border-box;
	background-color: #FFFBEF;
}
.mishu-fuwu .fuwu-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.mishu-fuwu .fuwu-dsc{
	font-size: 16px;
	line-height: 1.8;
}
.mishu-fuwu .fuwu-link{
	font-size: 16px;
	color: blue;
	margin-top: 10px;
}
@media (max-width:1200px) {
	.mishu-fuwu{
		width: auto;
		margin: 12px;
		padding: 20px 12px;
	}
	.mishu-fuwu .fuwu-title{
		font-size: 18px;
	}
	.mishu-fuwu .fuwu-dsc{
		font-size: 14px;
	}
	.mishu-fuwu .fuwu-link{
		font-size: 14px;
	}
}
.mishu-mingxi{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	background-color: #F6F9FF;
	padding: 30px 0 10px 0;
	box-sizing: border-box;
}
.mishu-mingxi .mingxi-item{
	width: 50%;
	display: flex;
	justify-content: center;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.mishu-mingxi .mingxi-item:last-child{
	border-right: 0;
}
.mishu-mingxi .mingxi-item .item-outer{
	display: flex;
	flex-direction: column;
}
.mishu-mingxi .mingxi-item .item-outer .item-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.mishu-mingxi .mingxi-item .item-outer .item-dsc-1{
	font-size: 16px;
	margin-bottom: 20px;
}
.mishu-mingxi .mingxi-item .item-outer .item-dsc-2{
	font-size: 16px;
	margin-bottom: 20px;
	text-indent: 30px;
}
.mingxi-remark{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: red;
	margin-top: 10px;
	margin-bottom: 30px;
}
@media (max-width:1200px) {
	.mishu-mingxi{
		width: auto;
		margin: 0 12px;
		flex-direction: column;
		padding: 20px 0 10px 0;
		box-sizing: border-box;
	}
	.mishu-mingxi .mingxi-item{
		width: auto;
		border-right: 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: unset;
		margin: 0 12px;
		margin-top: 20px;
		box-sizing: border-box;
	}
	.mishu-mingxi .mingxi-item:last-child{
		border-bottom: 0;
	}
	.mishu-mingxi .mingxi-item:first-child{
		margin-top: 0;
	}
	.mishu-mingxi .mingxi-item .item-outer .item-title{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.mishu-mingxi .mingxi-item .item-outer .item-dsc-1{
		font-size: 14px;
		margin-bottom: 12px;
	}
	.mishu-mingxi .mingxi-item .item-outer .item-dsc-2{
		font-size: 14px;
		margin-bottom: 12px;
		text-indent: 20px;
	}
	.mingxi-remark{
		font-size: 14px;
		text-align: left;
		width: auto;
		margin: 0 12px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}
.mishu-why{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.mishu-why .why-title{
	position: relative;
	z-index: 1;
	width: 450px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 10px;
	background: linear-gradient(to right,#6949C4,#1756D7);
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.mishu-why .margin{
	margin-top: 30px;
}
.mishu-why .why-text{
	margin-top: -30px;
	background-color: #F7F7F7;
	width: 100%;
	padding: 60px 50px 50px 50px;
	box-sizing: border-box;
}
.mishu-why .why-text p{
	font-size: 16px;
	line-height: 1.8;
	color: rgba(0,0,0,0.7);
}
.mishu-why .why-text .text-title{
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}
.mishu-why .why-text .text-remark{
	color: red;
	margin-top: 20px;
}
@media (max-width:1200px) {
	.mishu-why{
		width: auto;
		margin: 0 12px;
		margin-bottom: 30px;
	}
	.mishu-why .why-title{
		width: 80%;
		height: 40px;
		line-height: 40px;
		border-radius: 6px;
		padding: 0 20px;
		font-size: 18px;
	}
	.mishu-why .margin{
		margin-top: 20px;
	}
	.mishu-why .why-text{
		margin-top: -20px;
		padding: 40px 12px 20px 12px;
	}
	.mishu-why .why-text p{
		font-size: 14px;
	}
	.mishu-why .why-text .text-title{
		font-size: 16px;
		margin: 10px 0;
	}
	.mishu-why .why-text .text-remark{
		margin-top: 10px;
	}
}
.mishu-form{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.mishu-form .table{
	width: 100%;
}
.mishu-form .table .thead{
	background-color: #1756D7;
	height: 50px;
	line-height: 50px;
	text-align: left;
}
.mishu-form .table .thead th{
	padding: 0 60px;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
}
.mishu-form .table tbody tr td{
	padding: 15px 60px;
	box-sizing: border-box;
	font-size: 14px;
}
.mishu-form .table tbody tr:nth-child(even){
	background-color: #F0F5FF;
}
.mishu-form .table tbody tr:nth-child(odd){
	background-color: #fafafa;
}
@media (max-width:1200px) {
	.mishu-form{
		width: auto;
		margin: 0 12px;
		margin-bottom: 30px;
	}
	.mishu-form .table .thead{
		height: 30px;
		line-height: 30px;
	}
	.mishu-form .table .thead th{
		padding: 0 10px;
		font-size: 14px;
	}
	.mishu-form .table tbody tr td{
		padding: 10px;
		line-height: 1.5;
	}
}

/* 注册 */
.zhuce-liucheng{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	padding: 30px;
	box-sizing: border-box;
	background-color: #FFFBEF;
}
.zhuce-liucheng .liucheng-title-1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.zhuce-liucheng .liucheng-dsc{
	font-size: 16px;
	line-height: 1.8;
}
.zhuce-liucheng .liucheng-title-2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
@media (max-width:1200px) {
	.zhuce-liucheng{
		width: auto;
		margin: 12px;
		padding: 20px 12px;
	}
	.zhuce-liucheng .liucheng-title-1{
		font-size: 18px;
	}
	.zhuce-liucheng .liucheng-dsc{
		font-size: 14px;
	}
	.zhuce-liucheng .liucheng-title-2{
		font-size: 16px;
	}
}
.zhuce-greenbox{
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 50px 0;
	box-sizing: border-box;
}
.zhuce-greenbox .greenbox-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.zhuce-greenbox .greenbox-title p{
	font-size: 24px;
	font-weight: bold;
}
.zhuce-greenbox .greenbox-title div{
	width: 45px;
	height: 8px;
	background-color: #1756D7;
	margin-top: 20px;
}
.zhuce-greenbox .greenbox-ctn{
	width: 100%;
	display: flex;
	align-items: center;
}
.zhuce-greenbox .greenbox-ctn .ctn-text{
	display: flex;
	flex-direction: column;
	padding: 0 30px;
	box-sizing: border-box;
	width: 43%;
	margin-right:80px;
}
.zhuce-greenbox .greenbox-ctn .ctn-text .text-dsc{
	font-size: 16px;
	line-height: 2;
}
.zhuce-greenbox .greenbox-ctn .ctn-img{
	width: 520px;
	height: 350px;
	flex-shrink: 0;
}
.zhuce-greenbox .greenbox-ctn .ctn-img img{
	width: 100%;
	height: 100%;
}
@media (max-width:1200px) {
	.zhuce-greenbox{
		width: 100%;
		padding: 30px 12px;
	}
	.zhuce-greenbox .greenbox-title{
		margin-bottom: 20px;
	}
	.zhuce-greenbox .greenbox-title p{
		font-size: 18px;
	}
	.zhuce-greenbox .greenbox-title div{
		width: 24px;
		height: 6px;
		margin-top: 10px;
	}
	.zhuce-greenbox .greenbox-ctn{
		flex-direction: column;
	}
	.zhuce-greenbox .greenbox-ctn .ctn-text{
		padding: 0 12px;
		width: 100%;
		margin-right: 0;
	}
	.zhuce-greenbox .greenbox-ctn .ctn-text .text-dsc{
		font-size: 14px;
	}
	.zhuce-greenbox .greenbox-ctn .ctn-img{
		width: 80%;
		height: auto;
		margin-top: 20px;
	}
}
.zhuce-file{
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 50px 0;
	box-sizing: border-box;
}
.zhuce-file .file-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.zhuce-file .file-title p{
	font-size: 24px;
	font-weight: bold;
}
.zhuce-file .file-title div{
	width: 45px;
	height: 8px;
	background-color: #1756D7;
	margin-top: 20px;
}
.zhuce-file .file-ctn{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zhuce-file .file-ctn .ctn-item{
	width: 300px;
	height: 400px;
	margin: 0 30px;
	flex-shrink: 0;
}
.zhuce-file .file-ctn .ctn-item img{
	width: 100%;
}
@media (max-width:1200px) {
	.zhuce-file{
		width: 100%;
		padding: 30px 0;
	}
	.zhuce-file .file-title{
		margin-bottom: 20px;
	}
	.zhuce-file .file-title p{
		font-size: 18px;
	}
	.zhuce-file .file-title div{
		width: 24px;
		height: 6px;
		margin-top: 10px;
	}
	.zhuce-file .file-ctn{
		width: 100%;
		align-items: center;
		justify-content: unset;
		overflow-x: scroll;
	}
	.zhuce-file .file-ctn .ctn-item{
		width: 70%;
		height: auto;
		margin: 0 15px;
	}
}
.zhuce-feiyong{
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
}
.zhuce-feiyong .feiyong-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.zhuce-feiyong .feiyong-title p{
	font-size: 24px;
	font-weight: bold;
}
.zhuce-feiyong .feiyong-title div{
	width: 45px;
	height: 8px;
	background-color: #1756D7;
	margin-top: 20px;
}
.zhuce-feiyong .feiyong-form{
	width: 1200px;
	margin: 0 auto;
}
.zhuce-feiyong .feiyong-form .table{
	width: 100%;
}
.zhuce-feiyong .feiyong-form .table .thead{
	background-color: #1756D7;
	height: 50px;
	line-height: 50px;
	text-align: left;
}
.zhuce-feiyong .feiyong-form .table .thead th{
	padding: 0 60px;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
}
.zhuce-feiyong .feiyong-form .table tbody tr td{
	padding: 15px 60px;
	box-sizing: border-box;
	font-size: 14px;
}
.zhuce-feiyong .feiyong-form .table tbody tr:nth-child(even){
	background-color: #F0F5FF;
}
.zhuce-feiyong .feiyong-form .table tbody tr:nth-child(odd){
	background-color: #fafafa;
}
@media (max-width:1200px) {
	.zhuce-feiyong{
		width: 100%;
		padding: 30px 0;
	}
	.zhuce-feiyong .feiyong-title{
		margin-bottom: 20px;
	}
	.zhuce-feiyong .feiyong-title p{
		font-size: 18px;
	}
	.zhuce-feiyong .feiyong-title div{
		width: 24px;
		height: 6px;
		margin-top: 10px;
	}
	.zhuce-feiyong .feiyong-form{
		width: auto;
		margin: 0 12px;
	}
	.zhuce-feiyong .feiyong-form .table .thead{
		height: 30px;
		line-height: 30px;
	}
	.zhuce-feiyong .feiyong-form .table .thead th{
		padding: 0 10px;
		font-size: 14px;
	}
	.zhuce-feiyong .feiyong-form .table tbody tr td{
		padding: 10px;
		line-height: 1.5;
	}
}

.shenji-liucheng{
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.shenji-liucheng .liucheng-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.shenji-liucheng .liucheng-title p{
	font-size: 24px;
	font-weight: bold;
}
.shenji-liucheng .liucheng-title div{
	width: 45px;
	height: 8px;
	background-color: #1756D7;
	margin-top: 20px;
}
.shenji-liucheng .liucheng-wrap{
	width: 800px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shenji-liucheng .liucheng-wrap .wrap-item{
	width: 250px;
	height: 140px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 28px;
}
.shenji-liucheng .liucheng-wrap .wrap-item .item-bkg-1{
	background-color: #68A3C2;
	width: 100%;
	height: 100%;
}
.shenji-liucheng .liucheng-wrap .wrap-item .item-bkg-2{
	background-color: #8058BD;
	width: 100%;
	height: 100%;
}
.shenji-liucheng .liucheng-wrap .wrap-item .item-bkg-3{
	background-color: #FF6E7B;
	width: 100%;
	height: 100%;
}
.shenji-liucheng .liucheng-wrap .wrap-item .item-bkg-4{
	background-color: #4272D7;
	width: 100%;
	height: 100%;
}
.shenji-liucheng .liucheng-wrap .wrap-item .item-bkg-5{
	background-color: #54B686;
	width: 100%;
	height: 100%;
}
.shenji-liucheng .liucheng-wrap .wrap-item .item-bkg-6{
	background-color: #E88C48;
	width: 100%;
	height: 100%;
}
.shenji-liucheng .liucheng-wrap .wrap-item .item-step{
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.shenji-liucheng .liucheng-wrap .wrap-item .item-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.shenji-liucheng .liucheng-p{
	width: auto;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	line-height: 1.8;
}
.shenji-liucheng .liucheng-Q{
	background-color: #E2E8F6;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	padding: 0 30px;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 20px 0;
	font-weight: bold;
}
@media (max-width:1200px) {
	.shenji-liucheng{
		width: 100%;
		padding-bottom: 30px;
	}
	.shenji-liucheng .liucheng-title{
		margin-bottom: 20px;
	}
	.shenji-liucheng .liucheng-title p{
		font-size: 18px;
	}
	.shenji-liucheng .liucheng-title div{
		width: 24px;
		height: 6px;
		margin-top: 10px;
	}
	.shenji-liucheng .liucheng-wrap{
		width: auto;
		margin: 0 20px;
	}
	.shenji-liucheng .liucheng-wrap .wrap-item{
		width: 180px;
		height: 100px;
		margin-top: 15px;
	}
	.shenji-liucheng .liucheng-wrap .wrap-item .item-step{
		top: 10px;
		left: 10px;
		font-size: 14px;
	}
	.shenji-liucheng .liucheng-wrap .wrap-item .item-text{
		font-size: 18px;
	}
	.shenji-liucheng .liucheng-p{
		font-size: 14px;
		margin: 0 12px;
	}
	.shenji-liucheng .liucheng-Q{
		width: 95%;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 20px;
		border-radius: 15px;
		margin: 10px 0;
	}
}

/* 报税 */
.baoshui{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.baoshui .baoshui-title{
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background-color: #1756D7;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	color: #fff;
}
.baoshui .baoshui-ctn{
	margin-top: -25px;
	background-color: #F0F5FF;
	padding: 50px 30px 30px 30px;
	box-sizing: border-box;
}
.baoshui .baoshui-ctn .ctn-text{
	font-size: 16px;
	line-height: 1.8;
}
.baoshui .baoshui-ctn .ctn-text .text-title{
	font-weight: bold;
	display: block;
	margin: 10px 0;
}
.baoshui .baoshui-ctn .ctn-form{
	width: 70%;
	margin: 0 auto;
	margin-top: 30px;
}
.baoshui .baoshui-ctn .ctn-form .table{
	width: 100%;
}
.baoshui .baoshui-ctn .ctn-form .table .thead{
	background-color: #1756D7;
	height: 50px;
	line-height: 50px;
	text-align: left;
}
.baoshui .baoshui-ctn .ctn-form .table .thead th{
	padding: 0 60px;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
}
.baoshui .baoshui-ctn .ctn-form .table tbody tr td{
	padding: 15px 60px;
	box-sizing: border-box;
	font-size: 14px;
}
.baoshui .baoshui-ctn .ctn-form .table tbody tr{
	background-color: #fafafa;
}
.baoshui .baoshui-ctn .ctn-form .table tbody tr .remark{
	font-size: 14px;
	line-height: 1.8;
}
@media (max-width:1200px) {
	.baoshui{
		width: auto;
		margin: 0 12px;
		margin-bottom: 30px;
	}
	.baoshui .baoshui-title{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
	}
	.baoshui .baoshui-ctn{
		margin-top: -20px;
		padding: 40px 20px 20px 20px;
	}
	.baoshui .baoshui-ctn .ctn-text{
		font-size: 14px;
	}
	.baoshui .baoshui-ctn .ctn-form{
		width: 100%;
		margin-top: 20px;
	}
	.baoshui .baoshui-ctn .ctn-form .table .thead{
		height: 30px;
		line-height: 30px;
	}
	.baoshui .baoshui-ctn .ctn-form .table .thead th{
		padding: 0 10px;
		font-size: 14px;
	}
	.baoshui .baoshui-ctn .ctn-form .table tbody tr td{
		padding: 10px;
		line-height: 1.5;
	}
}

.contact{
	width: 1200px;
	margin: 50px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F8F8F8;
}
.contact .contact-text{
	flex: 1;
	margin-left: 60px;
	display: flex;
	flex-direction: column;
}
.contact .contact-text .text-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact .contact-text .text-dsc{
	font-size: 16px;
	line-height:2;
}
.contact .contact-img{
	width: 600px;
	height: 350px;
}
.contact .contact-img img{
	width: 100%;
	height: 100%;
}
@media (max-width:1200px) {
	.contact{
		width: auto;
		margin: 30px 12px;
		flex-direction: column;
	}
	.contact .contact-text{
		flex: 1;
		margin-left: 0;
		padding: 20px 12px;
		box-sizing: border-box;
	}
	.contact .contact-text .text-title{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.contact .contact-text .text-dsc{
		font-size: 14px;
	}
	.contact .contact-img{
		width: 100%;
		height: auto;
	}
}