/* 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: 38px;
	font-family:DengXian;
	font-weight:400;
	margin-bottom: 10px;
}

.con-title .en-txt {
	font-size: 14px;
	font-family:DengXian;
	font-weight:400;
}

/* 社保办理流程 */
.transact-process {
	padding: 100px 0;
}

.transact-process .process-step {
	position: relative;
	width: 1000px;
	height: 180px;
	margin: 30px auto 0;
	background: url(../../images/2020/process-step.png) no-repeat;
	background-size: 100% 100%;
}

.transact-process .process-step span {
	position: absolute;
	top: 105px;
	font-size: 14px;
	font-weight: 600;
}

.transact-process .process-step span:nth-child(1) {
	left: 65px;
}

.transact-process .process-step span:nth-child(2) {
	left: 255px;
}

.transact-process .process-step span:nth-child(3) {
	left: 445px;
}

.transact-process .process-step span:nth-child(4) {
	left: 635px;
}

.transact-process .process-step span:nth-child(5) {
	left: 830px;
}

/* 开户需要准备的材料 */
.open-need-file {
	padding:100px 0;
	background-color: #E2E2E2;
}

.open-need-file .tips {
	width: 100%;
	height: 35px;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
}

.open-need-file .open-file-box {
	display: flex;
	justify-content: space-between;
	width: 800px;
	height: 280px;
	margin: 30px auto;
}

.open-file-box .open-file-item {
	width: 180px;
	height: 280px;
	background-color: #fff;
}

.open-file-box .open-file-item img {
	display: block;
	width: 130px;
	height: 165px;
	margin: 40px auto 15px;
}

.open-file-box .open-file-item:last-child img {
	height: 130px;
	margin: 55px auto 35px;
}

.open-file-box .open-file-item  h5 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	padding:10px 0;
	font-size: 16px;
	line-height: 20px;
	background-color: #FFEEDA;
	box-sizing: border-box;
	font-weight: normal;
}


/* 代理需要准备的材料 */
.proxy-need-file {
	padding: 100px 0 50px;
	background-color: #fff;
}

.proxy-need-file .proxy-file-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 700px;
	height: 200px;
	margin: 30px auto;
	padding: 0 40px;
	box-sizing: border-box;
	border: 1px solid #000;
}

.proxy-file-box .proxy-file-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 200px;
}

.proxy-file-box .proxy-file-item img {
	display: block;
	width: 100px;
	height: 110px;
	margin-bottom: 10px;
}

.proxy-file-box .proxy-file-item h5 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

/* 企业为什么要办理社保 */
.why-transact {
	padding: 100px 0;
	background-color: #fff;
}

.why-transact-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	width: 900px;
	height:530px;
	margin: 50px auto 0;
	background: url(../../images/2020/why-transact-bg.png) no-repeat;
	background-size: 100% 100%;
}

.why-transact-item {
	width: 225px;
	height: 100%;
}

.why-transact-item h1 {
	width: 100%;
	font-size: 90px;
	font-weight:600;
	text-align: center;
}

.why-transact-item h2 {
	font-size: 26px;
	font-weight:600;
	margin: 20px 0 35px;
	text-align: center;
}

.why-transact-item>div {
	width: 100%;
	font-size: 15px;
	line-height: 30px;
}

/* 公积金开户 社保/公积金账户注销*/
.provident-fund {
	padding: 100px 0;
	background-color: #FFECD5;
}

.provident-fund-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 100px;
	box-sizing: border-box;
}

.provident-fund-img {
	display: block;
	width: 450px;
}

.provident-fund-content {
	width: 500px;
}

.provident-fund-content h1 {
	margin-bottom: 20px;
	font-size: 30px
}

.provident-fund-content h6 {
	font-size: 18px;
	margin: 10px 0 5px;
}

.provident-fund-content .text>p {
	line-height: 25px;
	font-size: 16px;
}

/* 社保/公积金账户注销 */
.provident-fund2 {
	padding: 0;
}

/* 个人新参保 个人社保代理 失业保险待遇申领 */
.provident-fund3 {
	text-align: right;
	padding-bottom: 200px;
}

.provident-fund3 .provident-fund-img {
	width: 500px;
}

.provident-fund3 .provident-fund-content {
	width: 450px;
}

.provident-fund3 .provident-fund-content .text {
	margin-bottom: 25px;
}

.provident-fund3-text {
	position: absolute;
	left:90px;
	bottom: -100px;
	width: 1020px;
	text-align: left;
}