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

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

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

.titleBorder {
	padding-left: 22px;
	border-left: 6px solid #FB792F;
}

.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 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 500;
	background-color: transparent;
	width: 100%;
}

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

#headers .headerLogo {
	display: flex;
	align-items: center;
	height: 80px;
	position: absolute;
	z-index: 9;
}

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

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

#nav {
	position: absolute;
	top: 20px;
	right: -26px;
	padding: 0;
	margin: 0;
	z-index: 9;
}

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

#nav li a {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	font-size: 18px;
	text-align: center;
	color: #666666;
	letter-spacing: 0;
	font-weight: 400;
	border: 1px solid transparent;
}

#nav li.current a,
#nav li a:hover {
	color: #F07D4D;
	font-weight: 500;
	border: 1px solid #F07D4D;
	box-sizing: border-box;
}


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

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

#headerImg .titleImg {
	padding: 0 30px;
	border-left: 6px solid #FB792F;
	border-right: 6px solid #FB792F;
}

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

.headerContent>.headerBtn {
	margin-top: 64px;
	line-height: 78px;
	text-align: center;
	cursor: pointer;
}

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

#companyDetail .bg2 {
	position: absolute;
	object-fit: cover;
	width: 100%;
}


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

}

#companyDetail>.c1 .companyIntroduce,
#aboutDetail>.c1 .companyIntroduce {
	margin-top: 60px;
	width: 735px;
	height: 436px;
	background-image: linear-gradient(180deg, #FF9D6C 0%, #FF7431 97%), linear-gradient(180deg, #FCAA68 2%, #FF7A3A 100%);
	box-shadow: 2px 2px 9px 0 rgba(103, 58, 35, 0.55);
	padding: 54px 68px;
	color: #fff;
	position: absolute;
}

#companyDetail>.c1 .contentSubTitle,
#aboutDetail>.c1 .contentSubTitle {
	color: #fff;
	margin-bottom: 30px;
}


#companyDetail>.c1,
#companyDetail>.c2 {
	position: relative;
}

#companyDetail>.c2,
#productDetail>.c1 {
	overflow: hidden;
	padding-top: 100px;
}

#companyDetail>.c2 .proCard,
#productDetail>.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: space-around;
	border-radius: 50px;
	height: 600px;
}
#companyDetail>.c2 .productBtn a, #productDetail>.c1 .productBtn a{
	color: #fff;
}

#companyDetail>.c2 .proContent,
#productDetail>.c1 .proContent {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 100px 0;
	background: #FFF5F0;
	border-radius: 10px;
}

#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 .proName,
#productDetail>.c1 .proIntroduce .proName {
	margin-top: 24px;
}

#companyDetail>.c2 .proIntroduce .productIntroduce,
#productDetail>.c1 .proIntroduce .productIntroduce {
	margin: 40px 0 48px 0;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight: 500;
}


#companyDetail>.c2 .productBtn,
#productDetail>.c1 .productBtn {
	cursor: pointer;
	background-image: url(../img/infoBtn2.png);
	width: 172px;
	height: 65px;
	line-height: 56px;
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	color: #fff;
}


#companyDetail>.c3 {
	margin-top: 100px;
	padding-top: 100px;
	background-image: url(../img/img_bg3.png);
	background-size: cover;
	height: 640px;
	position: relative;
}

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

#companyDetail>.c3 .card {
	width: 234px;
	height: 304px;
	text-align: center;
	margin-bottom: 40px;
	color: #FFFFFF;
}

#companyDetail .c3 .card:nth-child(2)>div {
	position: relative;
}

#companyDetail .c3 .card div img {
	margin: 30px 0 20px 0;
}

#companyDetail .c3 .card div:first-child::after {
	content: " ";
	width: 40px;
	border-top: 6px solid #fff;
	display: block;
	margin: 0 auto;
}


#companyDetail>.c3 .cardTitle {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}

#companyDetail>.c3 .cardInfo {
	font-size: 60px;
	font-weight: 400;
}

#companyDetail>.c4 {
	background-image: url(../img/img_bg4.png);
	background-size: cover;
	padding-top: 100px;
	height: 850px;
}

#companyDetail>.c4 .cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 100px;
	border: 50px;
}


#companyDetail>.c4 .card {
	width: 300px;
	text-align: left;
}


#companyDetail>.c4 .card .cardTitle {
	margin: 30px 0 0 30px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;

}

#companyDetail>.c4 .card .cardSubTitle {
	margin: 12px 36px 0 30px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	width: 216px;
}

#aboutDetail .bg7 {
	position: absolute;
	object-fit: cover;
	width: 100%;
}

#aboutDetail>.c1 {
	position: relative;
}

#aboutDetail>.c2 {
	margin-top: 124px;
	margin-bottom: 140px;
	position: relative;
}

#aboutDetail>.c2 .cards {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

#aboutDetail>.c2 .card {
	width: 298px;
	height: 390px;
	background: #F9F9F9;
}

#aboutDetail>.c2 .icContent {
	height: 150px;
}

#aboutDetail>.c2 .activeCard {
	position: relative;
	top: 199px;
	left: -3px;
	height: 182px;
	width: 306px;
	color: #fff;
	background-image: linear-gradient(180deg, #FF9646 3%, #F9793B 100%);
}

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

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

#aboutDetail>.c2 .card .activeCard .icName,
#aboutDetail>.c2 .card .activeCard .icInfo {
	color: #fff;
}

#aboutDetail>.c3 {
	height: 589px;
	text-align: center;
	background-image: url(../img/img_bg8.png);
	background-size: cover;
}

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

#aboutDetail>.c3 .addressDetail .addressView {
	width: 420px;
	height: 480px;
	background-image: linear-gradient(180deg, #FF9646 3%, #F9793B 100%);
	color: #fff;
}


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

#aboutDetail>.c3 .addressStr {
	margin-top: 50px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

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

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

#joinDetail .bg10 {
	position: absolute;
	object-fit: cover;
	width: 100%;
}

#joinDetail>.c1 {
	position: relative;
	padding-top: 100px;
	height: 900px;
}

#joinDetail>.c1 .jobTag {
	font-size: 16px;
	font-weight: 400;
	padding: 7px 12px;
	margin-right: 16px;
}

#joinDetail>.c1 .jobBtns {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #666666;
	text-align: center;
	background-color: #f9f9f9;
}

#joinDetail>.c1 .jobBtn {
	width: 200px;
	height: 88px;
	line-height: 88px;
	font-size: 26px;
	color: #666666;
	font-weight: 500;
	cursor: pointer;
	background: #f9f9f9;
}

#joinDetail>.c1 .jobBtn.activeJob {
	background: #f9f9f9;
	color: #FFFFFF;
	background-image: linear-gradient(180deg, #FF9D6C 0%, #FF7431 97%), linear-gradient(180deg, #FCAA68 2%, #FF7A3A 100%);
}

#joinDetail>.c1 .jobDetail {
	padding: 30px 50px;
	text-align: left;
	background-color: #f9f9f9;
}

#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;
	height: 898px;
	background-color: #f9f9f9;
}

#joinDetail>.c2 .inputView {
	height: 590px;
	margin: 0 auto;
	margin-top: 60px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 18px 70px 0 70px;
}

#joinDetail>.c2 .inputs {}

#joinDetail>.c2 .inputDiv {
	padding: 34px 0 14px 0;
	font-size: 24px;
	color: #999999;
	font-weight: 500;
	border-bottom: 1px solid #979797;
	text-align: left;
	cursor: pointer;
}


#joinDetail>.c2 .submitBtn {
	width: 270px;
	height: 76px;
	line-height: 76px;
	background-image: linear-gradient(270deg, #FCAA68 0%, #FF7A3A 100%);
	margin-top: 42px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
}

.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;
}