html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

header {
	height: 80px;
	background: #FFFFFF;
}

.contentStr {
	color: #282828;
	font-weight: 500;
}

.contentTitle {
	font-size: 48px;
	color: #282828;
	font-weight: 700;
}

.contentSubTitle {
	font-size: 28px;
	color: #282828;
	line-height: 28px;
	font-weight: 500;
}

.contentIntroduce {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight: 500;
}

#headers {
	height: 630px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 500;
	background-color: transparent;
	width: 100%;
}

#headerTab,
.headerContent {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#headers .headerLogo {
	display: flex;
	align-items: center;
	height: 80px;
}

#headers .headerLogo .companyStr {
	margin-left: 10px;
}

#headers .headerLogo .companyName {
	font-size: 14.67px;
	color: #333333;
	font-weight: 700;
}


#headers .headerLogo .companyTitle {
	opacity: 0.66;
	font-size: 9.82px;
	color: #333333;
	font-weight: 500;
}

#nav {
	position: absolute;
	top: 10px;
	right: -26px;
	padding: 0;
	margin: 0;
}

#nav li {
	display: block;
	float: left;
	font-size: 20px;
}

#nav li a {
	display: block;
	height: 50px;
	line-height: 54px;
	margin: 0 26px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 500;
	opacity: 0.7;
}

#nav li.current a,
#nav li a:hover {
	color: #352FD1;
	opacity: 1;
}

#nav li.current::after,
#nav li:hover::after {
	content: '';
	width: 36px;
	text-align: center;
	margin: 0 auto;
	display: block;
	height: 4px;
	background: #352FD1;
	border-radius: 2px;
}

#headerImg {
	height: 550px;
	position: relative;
}

#headerImg>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.headerContent>.headerTitle {
	padding-top: 146px;
	font-size: 60px;
	color: #333333;
	line-height: 60px;
	font-weight: 700;
}

.headerContent>.headerSubTitle {
	font-size: 26px;
	margin-top: 26px;
	color: #333333;
	line-height: 32px;
	font-weight: 400;
}

.headerContent>.headerBtn {
	width: 206px;
	height: 56px;
	margin-top: 54px;
	background-image: linear-gradient(180deg, #A19CFF 1%, #453FEF 100%);
	border-radius: 30px;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 56px;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
}

#companyDetail>div>div,
#productDetail>div>div,
#aboutDetail>div>div,
#joinDetail>div>div {
	width: 1200px;
	margin: 0 auto;
}

#companyDetail>.c1>div,
#aboutDetail>.c1>div {
	padding-top: 120px;
	height: 700px;
	display: flex;
	justify-content: space-between;
}


#companyDetail>.c1>div,
#aboutDetail>.c1>div {
	padding-top: 120px;
}

#companyDetail>.c2 {
	background: #F1F0FF;
	padding-top: 112px;
	height: 920px;
	text-align: center;
}

#companyDetail>.c2 .proCard {
	padding-top: 50px;
	margin-top: 48px;
	background: #FFFFFF;
	border-radius: 10px;

}

#companyDetail>.c2 .productDetail,
#productDetail>.c1 .productDetail {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1200px;
}

#companyDetail>.c2 .proIntroduce,
#productDetail>.c1 .proIntroduce {
	width: 380px;
	text-align: left;
}

#companyDetail>.c2 .proIntroduce img,
#productDetail>.c1 .proIntroduce img {
	vertical-align: middle;
}

#companyDetail>.c2 .proIntroduce .productIntroduce,
#productDetail>.c1 .proIntroduce .productIntroduce {
	margin: 26px 0 48px 0;
}


#companyDetail>.c2 .productBtn,
#productDetail>.c1 .productBtn {
	width: 100px;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background-image: linear-gradient(180deg, #A19CFF 0%, #453FEF 100%);
	border-radius: 16px;
	cursor: pointer;
}
#companyDetail>.c2 .productBtn a,
#productDetail>.c1 .productBtn a{
	color: #fff;
}


#companyDetail>.c3 {
	padding-top: 100px;
	height: 800px;
	text-align: center;
}

#companyDetail>.c3 .cards {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin-top: 90px;
}

#companyDetail>.c3 .card {
	position: relative;
	margin-bottom: 40px;
	text-align: left;
}

#companyDetail>.c3 .card,
#companyDetail .c3 .card img {
	width: 580px;
	height: 210px;
}

#companyDetail .c3 .card img {
	position: absolute;
	left: 0;
}

#companyDetail>.c3 .cardTitle,
#companyDetail>.c3 .cardInfo {
	position: relative;
}

#companyDetail>.c3 .cardTitle {
	margin: 62px 0 20px 66px;
	font-size: 22px;
	color: #333330;
	font-weight: 700;
}

#companyDetail>.c3 .cardInfo {
	margin-left: 66px;
}

#companyDetail>.c4 {
	background: #F1F0FF;
	padding-top: 100px;
	height: 650px;
	text-align: center;
}

#companyDetail>.c4 .cards {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 35px;
}

#companyDetail>.c4 .card {
	width: 220px;
	height: 352px;
	background: #F1F0FF;
	padding: 18px;
	cursor: pointer;
}

#companyDetail>.c4 .card:hover {
	background-color: #f5f4ff;
	box-shadow: 0px 0px 8px 4px #58585840;
}

#companyDetail>.c4 .card img {
	margin-top: 50px;
}

#companyDetail>.c4 .card .cardTitle {
	margin-top: 40px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 20px;
	font-weight: 500;
}

#companyDetail>.c4 .card .cardSubTitle {
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
}


#productDetail>.c1 {
	height: 884px;
}

#productDetail>.c1 .productDetail {
	background: #FFFAED;
	border-radius: 10px;
	height: 600px;
}


#aboutDetail>.c2 {
	height: 600px;
	position: relative;
}

#aboutDetail>.c2>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

#aboutDetail>.c2 .cards {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

#aboutDetail>.c2 .card {
	width: 280px;
	text-align: center;
	margin-top: 30px;
}

#aboutDetail>.c2 .card .icName {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	margin: 24px 0 10px 0;
}

#aboutDetail>.c2 .card .icInfo {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}

#aboutDetail>.c3 {
	padding-top: 100px;
	height: 876px;
	text-align: center;
}

#aboutDetail>.c3 .addressDetail {
	margin-top: 88px;
	position: relative;
}


#aboutDetail>.c3 .addressDetail .contentTitle {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 26px;
	font-weight: 700;
	margin: 32px 0 16px 0;
}

#aboutDetail>.c3 .addressDetail .contentSubTitle {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
	font-weight: 400;
}

#aboutDetail>.c3 .addressDetail .tipView {
	position: absolute;
	top: 100px;
	left: 216px;
	position: absolute;
	top: 100px;
	left: 216px;
}

#aboutDetail>.c3 .addressDetail .tipView .tipTitle {
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	position: absolute;
	top: 30px;
	left: 30px;
}

#aboutDetail>.c3 .addressDetail .addressView {
	right: 74px;
	top: 100px;
	position: absolute;
}


#joinDetail>.c1 {
	padding-top: 100px;
	text-align: center;
}

#joinDetail>.c1 .jobBtns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 62px;
}

#joinDetail>.c1 .jobBtn {
	width: 224px;
	height: 86px;
	line-height: 86px;
	font-size: 26px;
	color: #666666;
	font-weight: 500;
	border: 1px solid #B6B6B6;
	border-radius: 10px;
	cursor: pointer;
}

#joinDetail>.c1 .jobBtn.activeJob {
	background-image: linear-gradient(180deg, #A19CFF 1%, #453FEF 100%);
	color: #fff;
}

#joinDetail>.c1 .jobDetail {
	margin: 30px 0 88px 0;
	padding: 40px;
	background: #F1F0FF;
	border-radius: 10px;
	text-align: left;
}

#joinDetail>.c1 .jobArrows {
	position: relative;
}

#joinDetail>.c1 .jobArrows::after {
	content: '';
	position: absolute;
	border: 22px solid transparent;
	border-bottom: 22px solid #F1F0FD;
	top: -82px;
	left: 48px;
}

#joinDetail>.c1 .jobDetail .jobName>span,
#joinDetail>.c1 .jobDetail .jobName>img {
	vertical-align: middle;
}

#joinDetail>.c1 .jobDetail .jobHr {
	border-top: 1px solid #979797;
	margin: 32px 0 40px 0;
}

#joinDetail>.c1 .jobDetail .jobTitle {
	font-size: 24px;
	color: #666666;
	font-weight: 400;
}

#joinDetail>.c1 .jobDetail .jobContet {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	font-weight: 400;
}


#joinDetail>.c2 {
	padding-top: 100px;
	text-align: center;
	height: 830px;
	background: #F1F0FF;
}

#joinDetail>.c2 .inputView {
	height: 522px;
	margin-top: 62px;
	background-color: #fff;
	border-radius: 10px;
	padding: 68px 48px;
}

#joinDetail>.c2 .inputs {
	display: flex;
	justify-content: space-between;
}

#joinDetail>.c2 .inputDiv {
	width: 258px;
	height: 76px;
	line-height: 76px;
	color: #999999;
	font-weight: 500;
	padding-left: 24px;
}

#joinDetail>.c2 .textareaDiv {
	height: 280px;
	padding: 24px;
	margin-top: 30px;
}

#joinDetail>.c2 .inputDiv,
#joinDetail>.c2 .textareaDiv {
	font-size: 24px;
	color: #999999;
	font-weight: 500;
	border: 1px solid #CDCDCD;
	border-radius: 10px;
	text-align: left;
}

.object-container {
	padding: 0;
	border: none;
	margin: 0;
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
}

#footer {
	/*position:absolute;top:1670px;*/
	height: 100px;
	background: #202134;
	font-size: 16px;
}

#footer .grid {
	max-width: 1200px;
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	color: #999999;
	line-height: 24px;
	font-weight: 400;
}

#footer .grid>a {
	color: #999999;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#footer .grid .policy {
	padding: 20px 0 28px 0;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
}

#footer .grid .policy>span {
	margin-right: 20px;
}

#footer .grid .address {
	color: #CCCCCC;
	line-height: 14px;
	padding-bottom: 18px;
}