.top{
	height: 100vh;
	background: url('../assets/web-top.png');
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
}

input {
	outline: none;
	border: 0;
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: rgba(255, 255, 255, .4);
	color: #aaa2af;
	transition: all .2s;
	z-index: 100;
}

.nav .wrapper {
	height: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.wrapper-img {
	height: 60px;
	display: block;
	cursor: pointer;
}

.nav .wrapper ul {
	margin: 0;
	padding: 0;
	font-size: 18px;
	list-style: none;
	display: flex;
	align-items: center
}

.nav .wrapper ul li {
	margin-left: 60px;
	cursor: pointer
}

.nav .wrapper ul li:hover {
	/* color: #111111; */
}

.language-top {
	display: flex;
}

.language {
	
}

.language-show {
	display: block;
}


.language-right {
	margin-left: 5px;
}

.language-right-img {
	width: 9px;
	height: 6px;
}

.triangle {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: none;
	border-bottom-color: #FFFFFF;
	position: absolute;
	bottom: -10px;
	margin-left: 20px;
	opacity: 0.5;
}

.drop-down {
	width: 100px;
	height: 50px;
	position: absolute;
	bottom: -90px;
	width: 110px;
	background: rgba(255, 255, 255, 0.5);
	height: 80px;
	padding: 10px;
}

.drop-down-name {
	width: 100px;
	height: 30px;
	line-height: 30px;
}

.nav-top-name {
	max-width: 1140px;
	position: relative;
	top: 25%;
	margin: auto;
}

.nav-top-name-content {
	width: 700px;
	font-size: 50px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #111111;
}

.dowload {
	max-width: 1140px;
	position: relative;
	top: 45%;
	margin: auto;
	display: flex;
}

.dowload a {
	text-decoration: none;
}

.dowload-btn {
	width: 320px;
	height: 100px;
}

.dowload-btn-text {
	width: 290px;
	height: 100px;
	background: #111111;
	border-radius: 20px;
	padding: 15px 20px;
	display: flex;
}

.dowload-btn-logo {
	width: 60px;
	height: 100%;
}

.dowload-btn-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dowload-btn-logo-text {
	height: 100%;
	width: 190px;
}

.dowload-btn-logo-text-sort {
	height: 50%;
	width: 190px;
}

.dowload-btn-logo-text-top {
	font-size: 18px;
	margin-left: 10px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.8;
}

.dowload-btn-logo-text-bottom {
	font-size: 26px;
	margin-left: 10px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
}

.content {
	width: 100%;
	height: 980px;
	background-color: #FFFFFF;
	padding-top: 100px;
}

.content h2 {
	position: relative;
	margin: 0;
	text-align: center;
	font-size: 60px;
	line-height: 56px;
	letter-spacing: 1px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #111111;
}

.content-white {
	height: 800px;
	width: 100%;
	background-color: #FFFFFF;
}

.content-card {
	max-width: 1200px;
	height: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-card-average {
	width: 45%;
}

.content-card-average img {
	height: 555px;
	width: 100%;
	object-fit: contain;
}

.content-card-average-left {
	width: 100%;
	height: 300px;
}

.content-card-average-left-name {
	width: 75%;
	height: 100%;
	margin-left: 25%;
}

.content-card-average-left-name-top {
	height: 45%;
}

.content-card-average-left-name-top span {
	font-size: 40px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #7657F8;
}

.content-card-average-left-name-bottom {
	height: 55%;
}

.content-card-average-left-name-bottom span {
	font-size: 25px;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #333333;
}

.recruit {
	width: 100%;
	height: 600px;
	background: url('../assets/recruit.png');
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
}

.recruit h2 {
	position: relative;
	margin: 0;
	text-align: center;
	font-size: 60px;
	letter-spacing: 1px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 100px;
}

.recruit-name {
	width: 904px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

.recruit-name span {
	font-size: 26px;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #FFFFFF;
}

.recruit-inputs {
	width: 900px;
	height: 100px;
	margin: 0 auto;
}

.recruit-input {
	width: 100%;
	margin-top: 90px;
	display: flex;
}

.recruit-input-name {
	width: 402px;
	height: 60px;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	padding: 0px 30px;
}

.recruit-input-email {
	width: 402px;
	height: 60px;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	padding: 0px 30px;
	margin-left: 20px;
}

.recruit-input input {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url() no-repeat;
	color: #FFFFFF;
	font-size: 20px;
}

.recruit-input-btn {
	margin-left: 20px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 12px 24px;
	cursor: pointer;
}

.recruit-input-btn span {
	font-size: 26px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #7657F8;
}

.about {
	width: 100%;
	height: 550px;
	background-color: #EEEEEE;
	padding-left: 317px;
	padding-right: 305px;
}

.about-name {
	margin-top: 50px;
	text-align: center;
}

.about-name span {
	font-size: 26px;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #333333;
}

.about h2 {
	position: relative;
	margin: 0;
	text-align: center;
	font-size: 60px;
	letter-spacing: 1px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #111111;
	padding-top: 100px;
}

.footer {
	width: 100%;
	height: 280px;
	background: #333333;
	padding-top: 50px;
}

.footer-name {
	width: 251px;
	height: 177px;
	margin: 0 auto;
	text-align: center;
}

.footer-name span {
	font-size: 20px;
	line-height: 48px;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #CCCCCC;
}

.footer-name a {
	color: #CCCCCC;
}

@media only screen and (max-width: 1024px) {
	.womo-web {
		display: none;
	}

	.womo-h5 {
		display: block;
	}

	.h5-top {
		height: 100vh;
		background: url('../assets/h5-top.png');
		background-size: cover;
		background-position: 50%;
	}

	.h5-top-one{
		display: flex;
		margin-bottom: 20px;
	}

	.h5-top-left {
		width: 50%;
		height: 66px;
	}

	.h5-top-left img {
		width: 100px;
		object-fit: contain;
		margin-left: 20px;
		margin-top: 10px;
	}

	.h5-top-right {
		width: 50%;
		height: 66px;
		text-align: right;
		padding-right: 20px;
		padding-top: 10px;
		font-size: 14px;
		font-family: Source Han Sans SC;
	}

	.h5-top-right img {
		width: 10px;
		object-fit: contain;
	}

	.h5-triangle {
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top: none;
		border-bottom-color: #FFFFFF;
		position: absolute;
		right: 50px;
		top: 40px;
		opacity: 0.5;
	}

	.h5-drop-down {
		/* width: 100px; */
		position: absolute;
		width: 90px;
		background: rgba(255, 255, 255, 0.5);
		/* height: 80px; */
		padding: 0 10px;
		right: 10px;
		top: 50px;
		font-size: 14px;
		font-family: Source Han Sans SC;
	}

	.h5-down-name {
		/* width: 100px; */
		height: 30px;
		line-height: 30px;
	}

	.h5-top-name {
		width: 300px;
		margin: 0 auto;
		text-align: center;
	}

	.h5-top-name span {
		font-size: 20px;
		font-family: Source Han Sans SC;
		font-weight: bold;
		color: #111111;
	}

	.h5-top-dowload {
		display: flex;
		justify-content: space-between;
		width: 310px;
		height: 60px;
		margin: 0 auto;
	}

	.h5-top-dowload-btn {
		width: 47%;
		height: 100%;
		background-color: #111111;
		border-radius: 11px;
		padding: 5px 0 10px 10px;
		display: flex;
	}

	.h5-top-dowload-btn a {
		display: flex;
		text-decoration: none;
	}

	.h5-top-dowload-btn-img {
		width: 26px;
		height: 35px;
		margin-top: 5px;
	}

	.h5-top-dowload-btn-img img {
		width: 26px;
		height: 35px;
	}

	.h5-top-dowload-btn-name {
		width: 100%;
		height: 100%;
		margin-left: 5px;
	}

	.h5-top-dowload-btn-name-top {
		height: 20px;
		width: 100%;
		color: #535353;
	}

	.h5-top-dowload-btn-name-top span {
		font-family: Source Han Sans SC;
		font-size: 12px;
		font-weight: 400;
		color: #FFFFFF;
	}

	.h5-top-dowload-btn-name-bottom {
		height: 30px;
		width: 100%;
	}

	.h5-top-dowload-btn-name-bottom span {
		font-family: Source Han Sans SC;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.vacancy {
		width: 100%;
		height: 67vh;
	}

	.h5-card {
		width: 100%;
		height: 700px;
		background-color: #FFFFFF;
	}

	.h5-card-content {
		width: 300px;
		margin: 0 auto;
		text-align: center;
		padding-top: 110px;
	}

	.h5-card-name span {
		font-size: 24px;
		font-family: Source Han Sans SC;
		font-weight: bold;
		color: #7548F8;
	}

	.h5-card-text {
		margin-top: 40px;
	}

	.h5-card-text span {
		font-size: 16px;
		font-family: Source Han Sans SC;
		font-weight: 500;
		color: #333333;
	}

	.h5-card-img {
		margin-top: 80px;
		width: 300px;
	}

	.h5-card-img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.h5-recruit {
		width: 100%;
		height: 400px;
		background: url('../assets/recruith5.png');
		background-size: cover;
		background-position: 50%;
	}

	.h5-recruit h2 {
		position: relative;
		margin: 0;
		text-align: center;
		font-size: 30px;
		letter-spacing: 1px;
		font-family: Source Han Sans SC;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 35px;
	}

	.h5-recruit-name {
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
		color: #FFFFFF;
		margin-bottom: 30px;
		width: 300px;
		font-family: Source Han Sans SC;
	}

	.h5-recruit-name-input {
		width: 300px;
		height: 100px;
		margin: 0 auto;
	}

	.h5-recruit-name-input input {
		color: #FFFFFF;
		width: 100%;
		height: 100%;
		background: url() no-repeat;
	}

	.h5-recruit-name-input-top {
		width: 300px;
		height: 45px;
		border: 2px solid #FFFFFF;
		border-radius: 6px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.h5-recruit-name-input-bottom {
		width: 300px;
		height: 45px;
		border: 2px solid #FFFFFF;
		border-radius: 6px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 10px;
	}

	.h5-recruit-name-input-btn {
		width: 300px;
		height: 50px;
		margin: 0 auto;
		margin-top: 10px;
	}

	.h5-recruit-name-input-btn-text {
		width: 150px;
		height: 50px;
		background: #FFFFFF;
		border-radius: 25px;
		margin: 0 auto;
		text-align: center;
		line-height: 50px;
	}

	.h5-recruit-name-input-btn-text span {
		font-size: 20px;
		font-family: Source Han Sans SC;
		font-weight: bold;
		color: #7657F8;
	}

	.h5-about {
		width: 100%;
		/* height: 400px; */
		padding-bottom: 35px;
		background: #EEEEEE;
	}

	.h5-about h2 {
		position: relative;
		margin: 0;
		text-align: center;
		font-size: 30px;
		letter-spacing: 1px;
		font-family: Source Han Sans SC;
		font-weight: bold;
		color: #111111;
		padding-top: 35px;
	}

	.h5-about-name {
		width: 300px;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
	}

	.h5-about-name span {
		font-family: Source Han Sans SC;
		font-weight: 500;
		font-size: 17px;
		color: #333333;
	}

	.h5-footer {
		width: 100%;
		height: 176px;
		background: #333333;
		padding-top: 30px;
	}

	.h5-footer-name {
		width: 178px;
		margin: 0 auto;
		text-align: center;
	}

	.h5-footer-name span,a{
		font-size: 14px;
		line-height: 28px;
		font-family: Source Han Sans SC;
		font-weight: 500;
		color: #CCCCCC;
	}

	.h5-footer-name a {
		color: #CCCCCC;
	}

}

@media (min-width: 320px) and (max-width: 321px) {
	.h5-top-name span {
		font-size: 18px;
	}
	.vacancy {
		width: 100%;
		height: 62vh;
	}
}

@media (min-width: 360px) and (max-width: 361px) {
	.h5-top-name span {
		font-size: 18px;
	}
	.h5-top-one{
		display: flex;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 1025px) {
	.womo-web {
		display: block;
	}

	.womo-h5 {
		display: none;
	}
}

@media (min-width: 712px) and (max-width: 713px) {
	.vacancy {
		width: 100%;
		height: 80vh;
	}
}

@media (min-width: 768px) and (max-width: 769px) {
	.vacancy {
		width: 100%;
		height: 80vh;
	}
}

@media (min-width: 820px) and (max-width: 821px) {
	.vacancy {
		width: 100%;
		height: 80vh;
	}
}

@media (min-width: 1024px) and (max-width: 1025px) {
	.vacancy {
		width: 100%;
		height: 83vh;
	}
}

/*>=1024的设备*/
@media (min-width: 1024px) {
	.about {
		padding-left: 169px;
		padding-right: 169px;
	}
}

/*>=1280的设备*/
@media (min-width: 1280px) {
	.about {
		padding-left: 211px;
		padding-right: 211px;
	}
}

/*>=1366的设备*/
@media (min-width: 1366px) {
	.about {
		padding-left: 226px;
		padding-right: 226px;
	}
}

/*>=1440的设备*/
@media (min-width: 1440px) {
	.about {
		padding-left: 238px;
		padding-right: 238px;
	}
}

/*>=1680的设备*/
@media (min-width: 1680px) {
	.about {
		padding-left: 277px;
		padding-right: 277px;
	}
}

/*>=1920的设备*/
@media (min-width: 1920px) {}