.banner {
	height: 525px;
	color: #CC9522;
	position: relative;
}
.banner_img{
	height: 525px;
}
.banner-container {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 193px;
	padding-left: 295px;
	height: 100%;
	width: 100%;
}
.banner .head-text {
	font-size: 80px;
	font-weight: 700;
}
.banner .head-text1 {
	font-size: 30px;
	font-weight: 500px;
	margin-bottom: 30px;
}
.banner .btn-text {
	color: #fff;
	width: 209px;
	height: 51px;
	border-radius: 26px;
	background-color: #CC9522;
	font-size: 20px;
}
.banner .btn-text:hover {
	background-color: #c82333;
}

.container-box .breadcrumb {
	color: #982017;
	font-size: 18px;
}
.bg-box {
	background: rgba(217, 217, 217, 0.25);
}
.container-box {
	padding: 25px 0;
	/* background: rgba(217, 217, 217, 0.25); */
	margin: 0 auto;
	width: 80%;
}
.container1 {
	padding-top: 38px;
}
.container1 .item-box {
	height: 511px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	border-radius: 8px;
}
.container1 .filter {
	height: 100%;
	background: rgba(200, 200, 200, 0);
}
.container1 .item-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: 8px;
	box-shadow: none;
}
.container1 .item-bg1 {
	right: 0;
	left: 54px;
}
.container1 .item-bg2 {
	left: -54px;
}
.container1 .item-bg3 {
	left: 54px;
	right: 0;
}
.container1 .item {
	height: 372px;
	width: 668px;
	background: #fff;
	margin-top: 70px;
	padding: 52px;
	position: absolute;
	z-index: 2;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}
.container1 .item2 {
	right: 0;
}
.container1 .item-box .span1 {
	font-size: 52px;
	color: #CC9522;
}
.container1 .item-box .span2 {
	font-size: 30px;
	color: #CC9522;
}
.container1 .item-box .span3 {
	font-size: 20px;
}

.container2 {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	width: 100%;
	/* height: 918px; */
	padding: 48px 52px 62px;
	margin-bottom: 5px;
	background: #FFF;
	backdrop-filter: blur(10px);
	margin-bottom: 80px;
	border-radius: 8px;
}
.container2 .container2-header .title {
	font-size: 52px;
	color: #CC9522;
	line-height: 52px;
	margin-bottom: 24px;
}
.container2 .container2-header .content {
	font-size: 30px;
	margin: 24px 0 33px;
}
.container2 .grad-box {
	display: grid;
	grid-template-columns: repeat(auto-fill, 50%);
	justify-content: space-between;
}
.container2 .grad-box .item1 {
	margin-right: 30px;
}
.container2 .grad-box .top-img {
	height: 416px;
	background-size: 100% 100%;
}

.container2 .grad-box .item-title {
	font-size: 36px;
	color: #CC9522;
	margin: 49px 0 24px;
}
.container3 {
	background: #fff;
	padding: 48px 0 52px 64px;
	border-radius: 8px;
}
.container3 .container3-title {
	font-size: 52px;
	color: #CC9522;
	font-weight: 700px;
	line-height: 52px;
	margin-bottom: 24px;
}
.container3 .container3-content {
	font-size: 30px;
	font-weight: 500;
}
.container4 {
	display: flex;
	flex-wrap: wrap;
}

.container4 .container4-item {
	max-height: 371px;
	color: #fff;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	perspective: 1000px;
	position: relative;
}
.container4 .container4-item img{
	width: 100%;
	height: 100%;
}
.container4 .card-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform-style: preserve-3d;
	transition: transform 0.8s;
}

.container4 .container4-item:hover .card-inner {
	transform: rotateX(180deg);
}

.container4 .card-front,
.container4 .card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.container4 .card-back {
	transform: rotateX(180deg);
}
.container4 .container4-item1 {
	width: 66%;
}
.container4 .container4-item2 {
	width: 34%;
	/* flex: 1; */
}
.container4 .container4-item3 {
	width: 34%;
}
.container4 .container4-item4 {
	width: 66%;
	/* flex: 1; */
}
.container4 .container4-item5 {
	width: 66%;
}
.container4 .container4-item6 {
	width: 34%;
	/* flex: 1; */
}
.container4 .container4-item7 {
	width: 34%;
}
.container4 .container4-item8 {
	width: 66%;
	/* flex: 1; */
}
.container4 .container4-content {
	height: 100%;
	padding: 58px 74px;
}
.container4 .container4-content1 {
	background: rgba(170, 0, 0, 0.5);
}
.container4 .container4-content-back1 {
	background: rgba(170, 0, 0, 1);
}
.container4 .container4-content2 {
	background: rgba(0, 218, 255, 0.6);
}
.container4 .container4-content-back2 {
	background: rgba(0, 218, 255, 1);
}
.container4 .container4-content3 {
	background: rgba(127, 168, 250, 0.5);
}
.container4 .container4-content-back3 {
	background: rgba(127, 168, 250, 1);
}
.container4 .container4-content4 {
	background: rgba(121, 192, 0, 0.5);
}
.container4 .container4-content-back4 {
	background: rgba(121, 192, 0, 1);
}
.container4 .container4-content5 {
	background: rgba(110, 166, 94, 0.5);
}
.container4 .container4-content-back5 {
	background: rgba(110, 166, 94, 1);
}
.container4 .container4-content6 {
	background: rgba(255, 131, 74, 0.6);
}
.container4 .container4-content-back6 {
	background: rgba(255, 131, 74, 1);
}
.container4 .container4-content7 {
	background: rgba(225, 88, 88, 0.5);
}
.container4 .container4-content-back7 {
	background: rgba(225, 88, 88, 1);
}
.container4 .container4-content8 {
	background: rgba(220, 171, 171, 0.5);
}
.container4 .container4-content-back8 {
	background: rgba(220, 171, 171, 1);
}
.container4 .container4-title {
	font-size: 50px;
	font-weight: 700px;
	margin-bottom: 33px;
}

.container5 {
	margin: 122px 183px;
	height: 487px;
	position: relative;
}
.container5 img{
	width: 100%;
	height: 100%;
}
.container5 .filter-box {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(217, 217, 217, 0.5);
	height: 100%;
	width: 100%;
	padding: 154px 0 0 96px;
}
.container5 .filter-box .join-span {
	font-weight: 700;
	font-size: 64px;
	margin-bottom: 43px;
}
.container5 .filter-box .job-info {
	padding-left: 100px;
	font-size: 40px;
	color: #CC9522;
}
.container5 .filter-box .info-icon {
	background-image: url(../../images/aboutbox/join/arrow-icon.png);
	display: inline-block;
	width: 44px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.mobile-ctn {
	display: none;
}
.mobile-ctn-card {
	display: none;
}
@media screen and (max-width: 1024px) {
	/* Banner区域适配 */
	.banner {
		height: 300px;
		background-size: cover;
		background-position: center;
	}
	.banner-container {
		padding-top: 0px;
		padding-left: 24px;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.banner .head-text {
		font-size: 36px;
	}
	.banner .head-text1 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.banner .btn-text {
		width: 160px;
		height: 40px;
		font-size: 16px;
	}

	/* 面包屑导航适配 */
	.container-box .breadcrumb {
		font-size: 14px;
		padding: 15px 0;
		white-space: nowrap;
		overflow-x: auto;
	}
	.breadcrumb .home-icon {
		width: 16px;
		height: 16px;
	}

	/* 内容区域适配 */
	.container-box {
		width: 95%;
		padding: 15px 0;
	}

	/* container1适配 */
	.container1 .item-box {
		height: auto;
		margin-bottom: 30px;
	}
	.container1 .item-bg {
		position: relative;
		height: 200px;
		left: 0 !important;
		right: 0 !important;
		display: flex;
		justify-content: center;
	}
	.container1 .item {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 14px 20px;
		right: auto;
	}
	.container1 .item-box .span1 {
		font-size: 24px;
		line-height: 24px;
	}
	.container1 .item-box .span2 {
		font-size: 18px;
		padding: 4px 0;
	}
	.container1 .item-box .span3 {
		font-size: 16px;
	}

	/* container2适配 */
	.container2 {
		padding: 10px 20px 20px 20px;
		margin-bottom: 20px;
	}
	.container2 .container2-header .title {
		font-size: 28px;
		margin-bottom: 0;
	}
	.container2 .container2-header .content {
		font-size: 20px;
		margin: 5px 0;
	}
	.container2 .grad-box {
		grid-template-columns: repeat(auto-fill, 48%);
	}
	.container2 .grad-box .item1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.container2 .grad-box .top-img {
		height: auto;
		width: 100%;
	}
	.container2 .grad-box .item-title {
		font-size: 24px;
		margin: 20px 0 15px;
		line-height: 24px;
	}
	.container2 .grad-box .item-content {
		font-size: 16px;
	}

	/* container3适配 */
	.container3 {
		padding: 10px 20px 20px 20px;
		margin-bottom: 0px;
	}
	.container3 .container3-title {
		font-size: 28px;
		margin-bottom: 0;
	}
	.container3 .container3-content {
		font-size: 20px;
		margin: 5px 0;
	}

	
	.container4 .container4-content {
		padding: 30px 20px;
	}
	.container4 .container4-title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.container4 .container4-span {
		font-size: 14px;
		line-height: 1.5;
	}

	/* container5适配 */
	.container5 {
		margin: 40px 30px;
        height: 300px;
        overflow: hidden;
	}
	.container5 .filter-box {
		padding: 60px 0 0 20px;
	}
	.container5 .filter-box .join-span {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.container5 .filter-box .job-info {
		padding-left: 30px;
		font-size: 20px;
	}
	.container5 .filter-box .info-icon {
		width: 30px;
		height: 20px;
		background-position: 4px 4px;
		background-size: 20px;
	}
	/* .container5 img{
		width: auto;
	} */
	.pc-ctn{
		display: none;
	}
	.mobile-ctn {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.container2 .grad-box {
		grid-template-columns: 1fr;
	}
	/* container4适配 */
	.container4 .container4-item {
		width: 100% !important;
		height: 250px;
		overflow: hidden;
	}
	.container5{
		height: 220px;
	}
	.container4 .container4-item img{
		min-width: 100%;
	}
	.pc-ctn-card{
		display: none;
	}
	.mobile-ctn-card {
		display: block;
	}
	.extracted-style-31{
		font-size: 32px!important;
	}
}
 .extracted-style-26 {
      margin-top: 10px;
      white-space: pre-wrap;
      font-size: 24px;
      color: white;
    }

    .extracted-style-27 {
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      position: relative;
      margin-top: 40px;
      overflow: hidden;
    }

    .extracted-style-28 {
      width: 100%;
      height: auto;
    }

    .extracted-style-29 {
      background-color: rgba(217, 217, 217, 0.2);
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
    }

    .extracted-style-30 {
      display: flex;
      flex-direction: column;
      position: absolute;
      z-index: 3;
      left: 40px;
    }

    .extracted-style-31 {
      color: #fff;
      font-size: 64px;
      font-weight: bold;
    }

    .extracted-style-32 {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-top: 40px;
    }

    .extracted-style-33 {
      /* white-space: pre-wrap; */
      font-size: 30px;
      color: #000;
    }

    .extracted-style-34 {
      width: 60px;
      height: 40px;
    }

    .extracted-style-35 {
      display: flex;
    }
	 .extracted-style-0 {
      color: white;
      font-size: 80px;
    }

    .extracted-style-1 {
      color: white;
      font-size: 30px;
    }
#view-jobs:hover div {
color: #CC9522;
}
#view-jobs div {
transition: color 0.2s ease;
}
#view-jobs:hover img {
transform: translateX(8px);
}
#view-jobs img {
transition: transform 0.3s ease;
}
.scale_card{
	box-shadow: none;
}
.scale_card:hover .scale_img {
	box-shadow: none;
}
.scale_card:hover{
	box-shadow: none;
}

	 .banner {
      /* margin-top: 50px; */
      width: 100%;
      height: 525px;
      background: url('../img/banner1.png') no-repeat center center;
      background-size: cover;
      position: relative;
    }

    .banner .overlay {
      height: 525px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* 取消 Banner 背景悬浮放大效果 */
    .banner::before {
      content: none !important;
    }

    .banner:hover::before {
      transform: none !important;
    }

    .banner>.overlay {
      position: relative;
      z-index: 1;
    }

    .banner-content {
      width: 1560px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .banner-content h2 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #333;
    }

    .banner-content p {
      line-height: 1.8;
      color: #666;
    }

    .banner-title {
      font-size: 24px;
      color: #fff;
      margin-bottom: 20px;
    }

    .banner-btn {
      padding: 14px 70px;
      background-color: #fff;
      border: none;
      color: #CC9522;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      border-radius: 100px;
      margin-top: 30px;
    }

    /* 本页按钮悬浮：使用普通阴影，不要黄色阴影 */
    .banner-btn:hover {
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06);
    }