
/* 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;
}

.need-file-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	height:200px;
	margin-bottom: 30px;
	padding: 40px;
	box-sizing: border-box;
	border:1px solid rgba(0, 0, 0, 1);
	
}

.need-file-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 33%;
	height: 100%;
	background-color: #e09651;
}

.need-file-item .need-file-img {
	display: block;
	width: 50%;
	height: 100%;
	background-color: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
}

.need-file-item .need-file-txt {
	width: 50%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	font-size:22px;
	font-weight:400;
	color:rgba(249,249,249,1);
	line-height:29px;
	text-align: center;
}

.need-file .arrow-down {
	display: block;
	margin: 20px auto;
	height: 70px;
	width: 35px;
}

.need-file .segment-tit {
	width: 100%;
	margin: 30px 0;
	text-align: center;
	font-size:21px;
	font-family:MingHei_R;
	font-weight:400;
	color:rgba(0,0,0,1);
}

.branch-img {
	display: block;
	width: 100%;
	padding: 0 87px;
	box-sizing: border-box;
}

/*往后每个月需要提供给我们的文件  */
.over-file-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 250px;
}

.over-file-box .over-file-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 175px;
	height: 100%;
	background-color: #e09651;
	margin-right: 30px;
	border: 1px solid #000;
	box-sizing: border-box;
}

.over-file-box .over-file-item:last-child {
	margin-right: 0;
}

.over-file-box .over-file-item img {
	width: 100%;
	height: 118px;
	padding: 15px 20px;
	background-color: #fff;
	box-sizing: border-box;
}

.over-file-box .over-file-item .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
	width: 100%;
	font-size:20px;
	font-family:DengXian;
	font-weight:400;
	color:rgba(255,255,255,1);
}

/* 记账流程 */
.registered-process {
	background-color: #f9f9f9;
	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: 550px;
	margin: 50px 0;
}

.process-item {
	width: 175px;
	height: 225px;
	box-sizing: border-box;
	margin-right: 100px;
}

.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: -150px;
	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;
}

/* 每月完成的资料 */
.material {
	padding: 50px 0;
	background-color: #fff;
}

.material-month {
	padding:0 100px;
	box-sizing: border-box;
}

.material-month-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 700px;
	margin-top: 30px;
}

.material-month-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	height: 100%;
	background-color: #e9915a;
	border: 2px solid #e9915a;
	box-sizing: border-box;
}

.material-month-item img {
	width: 100%;
	height: 400px;
}

.material-month-item:nth-child(2) img {
	width: 100%;
	height: 500px;
}

.material-month-item h3 {
	color: #fff;
	font-size:24px;
	font-family:DengXian;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 20px 0;
}

.material-month-item:nth-child(1) h3 {
	margin: 20px 0 0;
}

.material-month-item:nth-child(1) p {
	margin: 10px 0;
	font-size: 8px;
	color: #fff;
}

.material-month-item .txt {
	padding: 0 45px;
	line-height: 30px;
	font-size:16px;
	font-family:DengXian;
	font-weight:400;
	color:rgba(66,66,66,1);
}


/* 每年完成的资料 */
.material-year-box {
	width: 100%;
	padding: 30px 0;
}

.material-year-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 180px;
	margin-bottom: 50px;
}

.material-year-item:nth-child(1) {
	background-color: #9a9a9a;
}

.material-year-item:nth-child(2) {
	background-color: #faa977;
}

.material-year-item:nth-child(3) {
	background-color: #fff8e3;
}

.material-year-item img {
	width: 55%;
	height: 100%;
}

 .material-year-item .content {
	width: 45%;
	height: 100%;
	padding: 8px 50px;
	box-sizing: border-box;
} 

.material-year-item .content h1 {
	font-size:26px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(0,0,0,1);
}

.material-year-item.content p {
	width: 100%;
	font-size:16px;
	font-family:DengXian;
	font-weight:400;
}

.material-year-item:nth-child(n+2) .content p {
	line-height: 30px;
}

.material-year-item:nth-child(n+2) .content h1 {
	margin: 20px 0 25px;
}

.material-year-item:nth-child(1) .content p {
	color:rgba(0,0,0,1);
	line-height:25px;
}

.material-year-item:nth-child(1) .content h1,
.material-year-item:nth-child(1) .content p span {
	color: #fff;
}


/* 我们是如何代理记账的？  */
.how-do {
	/* height: 1600px; */
	padding: 100px 0 130px;
	background-color: #fff3e8;
}

.how-do-box {
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding: 0 100px;
	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 .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 p {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 24px;
	box-sizing: border-box;
	font-size: 16px;
}

.how-do-context {
	width: 100%;
	line-height: 35px;
	font-size:20px;
	color:rgba(25,21,18,1);
}

.how-do-item1 {
	margin-bottom: 100px;
}

.how-do-item2 {
	margin:75px 0 280px;
}

.how-do-item3 {
	margin-bottom: 60px;
}

.how-do-item6 {
	margin: 50px 0 80px;
}

.how-do-item7 {
	margin:95px 0 150px;
}

.how-do-item3 .how-do-context {
	padding-right: 140px;
	box-sizing: border-box;
}