@charset "utf-8";

:root {
	--bgwidth: calc(((100vw / 2) - 18px));
}

.page {
	padding-bottom: 0;
}

.card_1 {
	background: #FFFFFF;
	box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 15px 20px;
	margin: 0 10px;
	color: #555555;
	line-height: 22px;
	position: relative;
	margin-top: -62px;
	min-height: 50px;
}

.box_1 .grid2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
	margin: 0 10px;
	letter-spacing: 1px;
}

.box_1 .grid2 .item {
	width: var(--bgwidth);
	height: calc((var(--bgwidth) / 7) * 5);
	color: #FFFFFF;
}

.box_1 .grid2 .bg1 {
	background: url('./culture_bg1.png') no-repeat;
	background-size: 100% 100%;
}

.box_1 .grid2 .bg2 {
	background: url('./culture_bg2.png') no-repeat;
	background-size: 100% 100%;
}

.box_1 .grid2 .bg3 {
	background: url('./culture_bg3.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 15px;
}

.box_1 .grid2 .bg4 {
	background: url('./culture_bg4.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 15px;
}

.box_1 .grid2 .item .text_1 {
	font-size: 18px;
	padding: 10px 15px;
}

.box_1 .grid2 .item .text_2 {
	font-size: 13px;
	padding: 0 10px;
	line-height: 20px;
}

.grid3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
	margin: 0 10px;
}

.grid3 .grid3_1 {
	background: #FFFFFF;
	width: calc(50% - 30px);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.grid3 .grid3_1 .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333333;
	font-size: 18px;
	padding: 5px 0 15px;
}

.grid3 .grid3_1 .title .arrow {
	width: 8px;
}

.grid3 .grid3_1 .list .cover {
	width: 100%;
}

.grid3 .grid3_1 .list .text_2 {
	color: #666666;
	font-size: 16px;
	padding: 6px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.box_1 .box_name .arrow {
	width: 10px;
}

.box_1 .count {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12.5px;
	color: #999999;
	padding: 0 10px;
}

.box_1 .count .image_level {
	width: 16px;
	margin-right: 5px;
}

.box_1 .count .count-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box_1 .worker {
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 0 10px;
}

.box_1 .worker .worker-item {
	width: calc((100% - 5px) / 3);
	color: #666666;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.box_1 .worker .worker-item .avatar {
	width: calc(100% - 20px);
	border-radius: 10px 10px 0 0;
}

.box_1 .worker .worker-item .bg {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url('./jx_9.png') no-repeat;
	background-size: 100%;
	margin-top: -25px;
	padding: 20px 0;
}
.box_1 .worker .worker-item .bg .name {
	margin-top: -3px;
	padding-bottom: 5px;
}
.box_1 .worker .worker-item .bg .zc {
	font-size: 14px;
	margin-top: -3px;
}

.chooseUs {
	margin: 0 10px;
	margin-top: 10px;
	border-radius: 10px;
	padding-bottom: 10px;
	background: linear-gradient(to bottom, #eee 0%, #eee 50px, #FFFFFF 51px, #FFFFFF 100%);
}

.chooseUs .list {
	color: #999999;
	border-radius: 0 0 10px 10px;
	background: url('./why_bg.png') no-repeat;
	background-size: 100%;
}

.chooseUs .list .us {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	padding: 24px 0 20px 0;
}

.chooseUs .list .list-item {
	padding: 15px;
	border-bottom: 1px solid rgba(23, 88, 241, 0.1);
}

.chooseUs .list .list-item .title {
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.chooseUs .list .list-item .title .xuhao {
	background: url('./circle_bg.png') no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	margin-right: 6px;
	text-align: center;
}

.chooseUs .list .list-item .name {
	color: #333333;
	font-size: 18px;
}

.chooseUs .list .list-item .desc {
	padding: 10px 0;
}

.chooseUs .list .list-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.box_1 .haoping {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 10px;
}

.box_1 .haoping .haoping-item {
	width: calc(50% - 6px);
}

.box_1 .haoping .image_hp {
	width: 100%;
	height: 100%;
}

.footer {
	--w: 100%;
	--h: calc(100vw / 2.4);
	margin-top: 20px;
	background: url('./bottom.png') no-repeat;
	background-size: 100% 100%;
	width: var(--w);
	height: var(--h);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}

.footer .left {
	width: 45%;
	height: var(--h);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 12px;
}

.footer .left .text1 {
	font-size: 16px;
}

.footer .left .text2 {
	font-size: 12px;
	margin: 13px 0;
	width: 100%;
	line-height: 20px;
}

.footer .left .image_join {
	width: calc(100% - 30px);
}

.footer .right {
	width: 55%;
	height: var(--h);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 10px;
}

.footer .right .text1 {
	font-size: 14px;
}

.footer .right .text2 {
	font-size: 14px;
	margin: 4px 0 7px;
}

.footer .right .ewm {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.footer .right .ewm .div_1 {
	width: calc(100% / 4);
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer .right .ewm .div_1 .image_ewm {
	width: 100%;
}

.footer .right .ewm .div_1 .name {
	margin-top: 3px;
}