@charset "UTF-8";
:root {
	--primary-color: #2743cd;
	--border-color: #ccc;
	--title-color: #333;
	--sub-title-color: #666;
	--info-color: #0a0205;
	--hover-color: #edf4ff;
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: SourceHanSansCN;
}

.container {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.container img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}
.container header {
	width: 100%;
	height: 420px;
}
.container header .banner {
	width: 100%;
	height: 100%;
}
.container header .banner .img-warp {
	width: 100%;
	height: 100%;
	position: relative;
}
.container header .banner .img-warp .banner-title-wrap {
	position: absolute;
	top: 134px;
	left: 18%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: HappyZcool;
}
.container header .banner .img-warp .banner-title-wrap .banner-title {
	font-size: 62px;
	font-weight: 400;
	line-height: 104px;
}
.container header .banner .img-warp .banner-title-wrap .banner-sun-title {
	font-size: 40px;
	font-weight: 400;
}
.container main {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.container main .tabs {
	display: flex;
	align-items: center;
	height: 80px;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.container main .tabs .tab-item {
	flex: 1;
	line-height: 80px;
	height: 100%;
	text-align: center;
	border-right: 1px solid var(--border-color);
	cursor: pointer;
}
.container main .tabs .tab-item:last-child {
	border-right: none;
}
.container main .tabs .active {
	color: var(--primary-color);
}
.container main .main-content {
	flex: 1;
	width: 100%;
}
.container main .main-content .content {
	width: 100%;
	/* 集团简介 */
	/* 全球基地布局介绍 */
	/* 企业愿景 */
	/* 人事招聘 */
}
.container main .main-content .content .main-title {
	font-size: 42px;
	font-weight: 500;
	color: var(--title-color);
	text-align: center;
	padding-top: 70px;
}
.container main .main-content .content .main-sub-title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: var(--sub-title-color);
	margin-top: 14px;
}
.container main .main-content .content .main-sign {
	width: 32px;
	height: 6px;
	background: var(--primary-color);
	border-radius: 3px;
	margin-top: 14px;
	position: relative;
	left: 49%;
}
.container main .main-content .content .introduce-wrap {
	display: flex;
	justify-content: center;
	padding-bottom: 90px;
}
.container main .main-content .content .introduce-wrap .introduce {
	width: 558px;
	height: 130px;
	font-size: 22px;
	font-weight: 400;
	color: var(--sub-title-color);
	line-height: 36px;
	margin-top: 73px;
}
.container main .main-content .content .introduce-wrap .introduce .serviceabroad {
	width: 558px;
	display: flex;
	justify-content: center;
	-moz-column-gap: 50px;
	column-gap: 50px;
}
.container main .main-content .content .introduce-wrap .introduce .serviceabroad .service {
	margin-top: 71px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--sub-title-color);
}
.container main .main-content .content .introduce-wrap .introduce .serviceabroad .service .abrImgs {
	width: 40px;
	height: 46px;
}
.container main .main-content .content .introduce-wrap .introduce .serviceabroad .service .text {
	font-size: 16px;
	font-weight: 400;
}
.container main .main-content .content .introduce-wrap .introduce .serviceabroad .service .num {
	font-size: 30px;
	font-weight: 500;
}
.container main .main-content .content .introduce-wrap .imgs {
	width: 531px;
	height: 332px;
	margin-left: 108px;
	margin-top: 52px;
}
.container main .main-content .content .all-second {
	width: 100%;
	height: 449px;
	background: var(--hover-color);
	position: relative;
}
.container main .main-content .content .all-second .backimgs {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 134px 0 243px;
}
.container main .main-content .content .all-second .second-img {
	width: 104px;
	height: 104px;
}
.container main .main-content .content .all-second .year {
	width: 52px;
	height: 18px;
	font-size: 24px;
	font-weight: 400;
	color: var(--primary-color);
	line-height: 27px;
	margin: 17px 0 16px 22px;
}
.container main .main-content .content .all-second .text {
	width: 96px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #5f616d;
	line-height: 24px;
	text-align: center;
}
.container main .main-content .content .all-second .allSecondTableContent {
	position: absolute;
	top: 23%;
	left: 18%;
}
.container main .main-content .content .all-second .allSecondTableEdible {
	position: absolute;
	top: 46%;
	left: 28%;
}
.container main .main-content .content .all-second .allSecondTableRiceBran {
	position: absolute;
	top: 21%;
	left: 43%;
}
.container main .main-content .content .all-second .allSecondTableBalsamicFish {
	position: absolute;
	top: 34%;
	left: 54%;
}
.container main .main-content .content .all-second .allSecondTableagricultureProducts {
	position: absolute;
	top: 34%;
	right: 28%;
}
.container main .main-content .content .all-second .allSecondTableStorageBase {
	position: absolute;
	top: 21%;
	right: 16%;
}
.container main .main-content .content .all-three {
	width: 100%;
	height: 786px;
	padding-top: 30px;
}
.container main .main-content .content .all-three .tree-info-wrap {
	margin-top: 89px;
	display: flex;
	justify-content: center;
	font-weight: 400;
}
.container main .main-content .content .all-three .tree-info-wrap .tree-img {
	width: 452px;
	height: 452px;
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info {
	width: 648px;
	height: 79px;
	font-size: 18px;
	line-height: 30px;
	margin-left: 100px;
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info .tree-text {
	padding-top: 30px;
	color: var(--info-color);
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info .imgsProduct {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info .imgsProduct .imgsProductItem {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info .imgsProduct .imgsProductItem .products {
	width: 30px;
	height: 54px;
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info .imgsProduct .imgsProductItem .feed {
	width: 54px;
	height: 59px;
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info .imgsProduct .imgsProductItem .food {
	width: 62px;
	height: 57px;
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info .imgsProduct .imgsProductItem .title {
	margin-top: 17px;
	color: var(--primary-color);
}
.container main .main-content .content .all-three .tree-info-wrap .tree-info .imgsProduct .imgsProductItem .text {
	font-size: 14px;
	font-weight: 400;
	color: var(--sub-title-color);
}
.container main .main-content .content .corporate-culture {
	width: 100%;
	height: 840px;
	background: var(--hover-color);
	padding-top: 30px;
	text-align: center;
}
.container main .main-content .content .corporate-culture .sub-title {
	font-size: 24px;
	font-weight: 500;
	color: var(--title-color);
	margin-top: 53px;
}
.container main .main-content .content .corporate-culture .imgtitPro {
	height: 450px;
	display: flex;
	justify-content: center;
	position: relative;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs {
	margin-top: 50px;
	width: 677px;
	height: 421px;
	text-align: center;
	display: inline-block;
	position: relative;
	font-weight: 400;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .culture {
	width: 90px;
	height: 58px;
	font-size: 22px;
	color: #333;
	line-height: 36px;
	position: absolute;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .strategy {
	top: 82px;
	left: 196px;
	color: #fff;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .tactics {
	bottom: 86px;
	right: 185px;
	color: #fff;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .responsibility {
	left: 70%;
	top: -36px;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .responsibility1 {
	left: -19%;
	top: 58%;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .responsibility2 {
	left: -10%;
	top: 93%;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .responsibility3 {
	right: -16%;
	top: 19%;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .responsibility4 {
	right: -8%;
	top: 61%;
}
.container main .main-content .content .corporate-culture .imgtitPro .imgtitProimgs .responsibility5 {
	left: 19%;
	bottom: -69px;
}
.container main .main-content .content .busess {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	-moz-column-gap: 200px;
	column-gap: 200px;
	font-size: 20px;
	font-weight: 400;
	color: var(--sub-title-color);
}
.container main .main-content .content .busess img {
	width: 300px;
	height: 280px;
}
.container main .main-content .content .business-objectives {
	width: 100%;
	height: 600px;
	background: var(--hover-color);
}
.container main .main-content .content .business-objectives .yearWork .year {
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	border-bottom: 1px solid var(--border-color);
}
.container main .main-content .content .business-objectives .yearWork .year:last-child {
	border-bottom: none;
}
.container main .main-content .content .business-objectives .yearWork .year-active {
	color: var(--primary-color);
}
.container main .main-content .content .efficientSupplyChain {
	width: 100%;
	height: 567px;
}
.container main .main-content .content .efficientSupplyChain .controlIntroduce .control {
	font-size: 26px;
	font-weight: 600;
	margin-top: 60px;
	color: var(--title-color);
}
.container main .main-content .content .efficientSupplyChain .controlIntroduce .introduce {
	width: 321px;
	font-size: 18px;
	font-weight: 400;
	color: var(--sub-title-color);
	line-height: 36px;
	margin-top: 30px;
}
.container main .main-content .content .processingBase {
	width: 100%;
	height: 435px;
	background: var(--hover-color);
	padding-top: 70px;
}
.container main .main-content .content .processingBase .controlIntroduce .control {
	margin-top: 36px;
}
.container main .main-content .content .southwestChina {
	height: 445px;
	padding-top: 50px;
}
.container main .main-content .content .cooperationIdeasTabs {
	display: flex;
	justify-content: center;
	-moz-column-gap: 100px;
	column-gap: 100px;
	height: 680px;
}
.container main .main-content .content .cooperationIdeasTabs img {
	width: 539px;
	height: 558px;
}
.container main .main-content .content .cooperationIdeasTabs .title {
	font-size: 26px;
	font-weight: 600;
	color: var(--title-color);
	padding-top: 180px;
}
.container main .main-content .content .cooperationIdeasTabs .introduce {
	width: 440px;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	margin-top: 30px;
	color: var(--sub-title-color);
}
.container main .main-content .content .cooperationIdeasSecond {
	display: flex;
	justify-content: center;
	-moz-column-gap: 160px;
	column-gap: 160px;
	background: var(--hover-color);
	height: 645px;
	padding-top: 100px;
}
.container main .main-content .content .cooperationIdeasSecond img {
	width: 600px;
	height: 500px;
}
.container main .main-content .content .cooperationIdeasSecond .title {
	font-size: 26px;
	font-weight: 600;
	color: var(--title-color);
	margin-top: 154px;
}
.container main .main-content .content .cooperationIdeasSecond .introduce {
	width: 340px;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	margin-top: 30px;
	color: var(--sub-title-color);
}
.container main .main-content .content .purchasingDirection {
	display: flex;
	justify-content: center;
	-moz-column-gap: 220px;
	column-gap: 220px;
	margin-top: 73px;
	height: 300px;
}
.container main .main-content .content .purchasingDirection img {
	width: 410px;
	height: 292px;
}
.container main .main-content .content .purchasingDirection .title {
	font-size: 26px;
	font-weight: 600;
	color: var(--title-color);
}
.container main .main-content .content .purchasingDirection .introduce {
	width: 310px;
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px;
	color: var(--sub-title-color);
}
.container main .main-content .content .purchasingDirection .introduce .webJava {
	font-size: 18px;
	font-weight: 600;
}
.container main .main-content .content .marketingDirection {
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-column-gap: 250px;
	column-gap: 250px;
	margin-top: 73px;
	height: 420px;
	background: var(--hover-color);
}
.container main .main-content .content .marketingDirection img {
	width: 384px;
	height: 304px;
}
.container main .main-content .content .marketingDirection .title {
	font-size: 26px;
	font-weight: 600;
	color: var(--title-color);
}
.container main .main-content .content .marketingDirection .introduce {
	width: 320px;
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px;
	color: var(--sub-title-color);
}
.container main .main-content .content .third {
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-column-gap: 250px;
	column-gap: 250px;
	height: 360px;
}
.container main .main-content .content .third img {
	margin-top: 30px;
	width: 415px;
	height: 256px;
}
.container main .main-content .content .third .title {
	margin-top: 60px;
	font-size: 26px;
	font-weight: 600;
	color: var(--title-color);
}
.container main .main-content .content .third .introduce {
	width: 320px;
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px;
	color: var(--sub-title-color);
}
.container main .main-content .content .hotPositions {
	width: 100%;
	height: 700px;
	background: var(--hover-color);
	line-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-column-gap: 106px;
	column-gap: 106px;
}
.container main .main-content .content .hotPositions img {
	width: 432px;
	height: 402px;
}
.container main .main-content .content .hotPositions .hotPositionRight .title {
	font-size: 26px;
	font-weight: 600;
	color: var(--title-color);
}
.container main .main-content .content .hotPositions .hotPositionRight .positionBasicSalary {
	width: 469px;
	height: 491px;
	font-size: 16px;
	color: var(--sub-title-color);
	margin-top: 12px;
}
.container main .main-content .content .hotPositions .hotPositionRight .positionBasicSalary .basicSalary {
	font-size: 18px;
	color: var(--title-color);
	font-weight: 700;
}
.container main .main-content .content .compensationBenefits {
	width: 100%;
	height: 900px;
	background: var(--hover-color);
}
.container main .main-content .content .compensationBenefits .plate {
	display: flex;
	justify-content: center;
	align-items: center;
}
.container main .main-content .content .compensationBenefits .plate .plateRight {
	width: 566px;
	height: 540px;
	background: #ffffff;
	border-radius: 20px;
	margin-top: 104px;
	position: relative;
}
.container main .main-content .content .compensationBenefits .plate .plateRight img {
	position: absolute;
	top: -85px;
	right: 207px;
	width: 162px;
	height: 162px;
}
.container main .main-content .content .compensationBenefits .plate .plateRight .welfareGuarantee {
	font-size: 30px;
	font-weight: 500;
	color: #3550d1;
	margin-top: 135px;
	margin-bottom: 62px;
	text-align: center;
}
.container main .main-content .content .compensationBenefits .plate .plateRight .introduce {
	line-height: 36px;
	width: 479px;
	height: 239px;
	font-weight: 500;
	color: var(--sub-title-color);
	margin: 42px 43px 66px 44px;
	letter-spacing: 4px;
}
.container main .main-content .content .compensationBenefits .plate .plateRight .introduce .basicSalary {
	font-size: 18px;
	color: var(--title-color);
	font-weight: 700;
}
.container main .main-content .content .recruitmentProcess {
	width: 100%;
	height: 387px;
}
.container main .main-content .content .recruitmentProcess .technologicalProcess {
	height: 69px;
	margin-top: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-column-gap: 33px;
	column-gap: 33px;
}
.container main .main-content .content .recruitmentProcess .technologicalProcess div {
	display: flex;
	align-items: center;
	-moz-column-gap: 33px;
	column-gap: 33px;
}
.container main .main-content .content .recruitmentProcess .technologicalProcess span {
	font-size: 22px;
}
.container main .main-content .content .recruitmentProcess .technologicalProcess img {
	width: 27px;
	height: 43px;
}
.container main .bottom {
	width: 100%;
	height: 240px;
	padding-top: 76px;
	background: var(--title-color);
}
.container main .bottom .bottomContent {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	-moz-column-gap: 100px;
	column-gap: 100px;
}
.container main .bottom .title {
	color: #999;
	font-size: 18px;
}
.container main .bottom .title:hover {
	color: var(--hover-color);
}
.container main .bottom .content {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 44px;
	color: var(--border-color);
	margin-top: 25px;
}
.container main .bottom .content .email:hover {
	color: #4343d6;
}
.container main .bottom .content .hono:hover {
	color: var(--hover-color);
}
.container main .bottom .content .address:hover {
	color: var(--hover-color);
}
.container main .bottom .content .phone {
	display: flex;
	align-items: center;
	-moz-column-gap: 20px;
	column-gap: 20px;
	color: var(--border-color);
	font-size: 18px;
}
.container main .bottom .content .phone img {
	width: 20px;
	height: 20px;
}
.container main .bottom .content .phone .telephone,
.container main .bottom .content .phone .email {
	display: flex;
	align-items: center;
	-moz-column-gap: 6px;
	column-gap: 6px;
}
.container main .bottom .content .phone .telephone:hover {
	color: var(--hover-color);
}
.container main .bottom .content .contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 36px;
	column-gap: 36px;
}
.container main .bottom .content .contact div:hover {
	color: var(--hover-color);
}
.container main .bottom .content .meths,
.container main .bottom .content .methsTwo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 36px;
	column-gap: 36px;
}
.container main .bottom .content .meths div:hover,
.container main .bottom .content .methsTwo div:hover {
	color: var(--hover-color);
	cursor: pointer;
}
.container footer {
	width: 100%;
	background: #282828;
}
.container footer > div {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.container footer > div span {
	color: #999;
}
.container footer > div span:hover {
	color: var(--hover-color);
}
.container .backTop {
	position: fixed;
	bottom: 50px;
	right: 30px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 999;
	border-radius: 15%;
	width: 60px;
	height: 80px;
	background: #ffffff;
	padding: 0 4px;
	opacity: 0;
	transition: opacity 0.5s;
	pointer-events: none;
}
.container .backTop img {
	width: 32px;
	height: 32px;
	transition: transform 0.3s ease-in-out;
}
.container .backTop img:hover {
	animation: pulse 2s ease-in-out infinite;
}
.container .backTop img:not(:hover) {
	animation: none;
}
.container .backTop span {
	font-size: 12px;
	color: var(--info-color);
}
.container .show {
	opacity: 1;
	pointer-events: auto;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.info {
	font-size: 12px;
	line-height: 28px;
	color: #fff;
}

.amap-marker-label {
	position: absolute;
	top: 1px !important;
	z-index: 2;
	border: none;
	border-radius: 9px;
	background-color: #fff;
	white-space: nowrap;
	cursor: default;
	padding: 3px;
	font-size: 10px;
	line-height: 28px;
}

.amap-container img {
	width: 19px;
	height: 33px;
}

/* 整体滚动条 */
::-webkit-scrollbar {
	width: 8px; /* 垂直滚动条宽度 */
	height: 8px; /* 水平滚动条高度 */
}

/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background-color: var(--border-color);
	border-radius: 4px;
}

/* 鼠标悬停时滑块颜色 */
::-webkit-scrollbar-thumb:hover {
	background-color: #c1c1c1;
}
