
@media screen and (min-width: 960px) {
.container {
	width: 100%;
}
.container .banner-text {
	z-index: 101;
}
/*.container .tabs {
	width: 100%;
	height: 60px;
	padding: 0 7.448vw 0 8.177vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: sticky;
	top: 70px;
	background: #fff;
	z-index: 100;
}
.container .tabs .tab1,  .container .tabs .tab2 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 76px;
	height: 57px;
	font-size: 1vw;
	cursor: pointer;
	border-bottom: 4px solid transparent;
	padding-top: 3px;
}
.container .tabs .tab1 {
	margin-right: 3.542vw;
}
.container .tabs .tab2 {
	margin-right: 1.198vw;
}
.container .tabs .normal {
	color: #333;
	border-bottom: 4px solid transparent;
	font-weight: normal;
	border-radius: 4px;
}
.container .tabs .active {
	font-weight: bold;
	color: #f2221d;
	border-bottom: 4px solid #f2221d;
}*/
.container .tab1-content {
	width: 100%;
	padding: 2vw 5vw 4vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.container .tab1-content .cellLeft,  .container .tab1-content .cellRight {
	width: 100%;
	height: 18vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 26px;
}
.container .tab1-content .cellLeft .leftText,  .container .tab1-content .cellRight .leftText {
	width: 46vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 4vw;
	background-color: #f5f5f5;
}
.container .tab1-content .cellLeft .leftText .textTop,  .container .tab1-content .cellRight .leftText .textTop {
	font-size: 30px;
	width: 384px;
	/*height: 40px;
    line-height: 40px;*/
	font-weight: bold;
	display: flex;
}
.container .tab1-content .cellLeft .leftText .textTop .topLeft,  .container .tab1-content .cellRight .leftText .textTop .topLeft {
	color: #f2221d;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 5px solid #f2221d;
	margin-right: 10px;
	/*font-size: 42px;*/
}
.container .tab1-content .cellLeft .leftText .textTop .topRight,  .container .tab1-content .cellRight .leftText .textTop .topRight {
	color: #cccccc;
	margin-left: 6px;
	padding-top: 10px;
}
.container .tab1-content .cellLeft .leftText .textBottom,  .container .tab1-content .cellRight .leftText .textBottom {
	width: 384px;
	line-height: 1.6;
	margin-top: 20px;
	font-size: 18px;
	color: #888;
	list-style: none;
}
.container .tab1-content .cellLeft .imgRight,  .container .tab1-content .cellRight .imgRight {
	width: 50vw;
	height: 18vw;
	overflow: hidden;
}
.container .tab1-content .cellLeft .imgRight img,  .container .tab1-content .cellRight .imgRight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.container .tab1-content .cellLeft {
	flex-direction: row;
}
.container .tab1-content .cellRight {
	flex-direction: row-reverse;
}
.container .tab2-content {
	display: none;
	width: 100%;
	padding: 72px 4.635vw 96px 4.635vw;
}
.container .tab2-content .list-title {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: #f2221d;
}
.container .tab2-content .list-title div {
	width: 25%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 2.083vw;
	font-size: 18px;
	color: #fff;
}
.container .tab2-content .list-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.container .tab2-content .list-content .list-cell {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.container .tab2-content .list-content .list-cell .arrow {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 40px;
	right: 20px;
	border-top: 3px solid #f2221d;
	border-right: 3px solid #f2221d;
	transform: rotate(135deg);
	transition: transform 0.3s ease;/* 添加过渡动画 */
}
.container .tab2-content .list-content .list-cell .arrow.active {
	transform: rotate(-45deg);/* 向上箭头 */
}
.container .tab2-content .list-content .list-cell .cell-top {
	width: 100%;
	height: 90px;
	display: flex;
	border: 1px solid #ddd;
	border-top: none;
	justify-content: space-evenly;
	align-items: center;
}
.container .tab2-content .list-content .list-cell .cell-top div {
	width: 25%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 2.083vw;
	font-size: 18px;
	color: #333;
}
.container .tab2-content .list-content .list-cell .cell-detail {
	width: 100%;
	padding-left: 2.083vw;
	padding-top: 33px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #f5f5f5;
}
.container .tab2-content .list-content .list-cell .cell-detail .duty {
	width: 100%;
}
.container .tab2-content .list-content .list-cell .cell-detail .duty .duty-title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.container .tab2-content .list-content .list-cell .cell-detail .duty .duty-content {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.container .tab2-content .list-content .list-cell .cell-detail .require {
	width: 100%;
	margin-top: 25px;
}
.container .tab2-content .list-content .list-cell .cell-detail .require .require-title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.container .tab2-content .list-content .list-cell .cell-detail .require .require-content {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.container .tab2-content .list-content .list-cell .cell-detail .around {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #333;
}
.container .tab2-content .list-content .list-cell .cell-detail .email {
	padding: 0 30px;
	margin-top: 25px;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	background-color: #f2221d;
	height: 60px;
	line-height: 60px;
}
.container .tab2-content .empty {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #888;
	border: 1px solid #ddd;
}
}

@media screen and (max-width: 960px) {
.container .tabs {
	width: 100%;
	height: 1.0667rem;
	margin-top: 0.9333rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 0.64rem;
	padding-top: 0.1333rem;
	position: sticky;
	position: -webkit-sticky;
	top: 1.2rem;
	background: #fff;
	z-index: 100;
}
.container .tabs div {
	height: 100%;
	font-size: 0.4rem;
	color: #333;
	margin-right: 0.9067rem;
	border-bottom: 0.0533rem solid transparent;
	border-radius: 0.0267rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container .tabs div.active {
	color: #f2221d;
	font-weight: bold;
	border-bottom: 0.0533rem solid #f2221d;
}
.container .tab-content {
	padding: 0 0.3333rem;
}
.container .tab1-content {
	width: 100%;
	padding-bottom: 0.9067rem;
	overflow: hidden;
}
.container .tab1-content .cellLeft,  .container .tab1-content .cellRight {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0.4rem;
}
.container .tab1-content .cellLeft .leftText,  .container .tab1-content .cellRight .leftText {
	width: 100%;
	height: 4rem;
	padding-left: 0.8533rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #f5f5f5;
}
.container .tab1-content .cellLeft .leftText .textTop,  .container .tab1-content .cellRight .leftText .textTop {
	font-size: 0.48rem;
	display: flex;
	justify-content: flex-start;
	font-weight: bold;
	align-items: center;
}
.container .tab1-content .cellLeft .leftText .textTop .topLeft,  .container .tab1-content .cellRight .leftText .textTop .topLeft {
	color: #f2221d;
	margin-right: 0.0533rem;
}
.container .tab1-content .cellLeft .leftText .textTop .topRight,  .container .tab1-content .cellRight .leftText .textTop .topRight {
	color: #bbb;
	font-size: 0.4rem;
	margin-left: 0.1rem;
}
.container .tab1-content .cellLeft .leftText .textBottom,  .container .tab1-content .cellRight .leftText .textBottom {
	width: 6rem;
	font-size: 0.35rem;
	color: #888;
	line-height: 0.53rem;
	margin-top: 0.1333rem;
}
.container .tab1-content .cellLeft .imgRight,  .container .tab1-content .cellRight .imgRight {
	width: 100%;
	height: 4rem;
}
.container .tab1-content .cellLeft .imgRight img,  .container .tab1-content .cellRight .imgRight img {
	width: 100%;
	height: 100%;
}
.container .tab1-content .cellLeft {
	flex-direction: column;
}
.container .tab1-content .cellRight {
	flex-direction: column-reverse;
}
.container .tab2-content {
	width: 100%;
	padding-top: 0.5333rem;
	padding-bottom: 0.6133rem;
}
.container .tab2-content .list-title {
	width: 100%;
	height: 1.2rem;
	color: #fff;
	font-size: 0.37rem;
	background-color: #f2221d;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem 0 0.3467rem;
}
.container .tab2-content .list-title div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
}
.container .tab2-content .list-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.37rem;
	color: #333;
}
.container .tab2-content .list-content .list-cell {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.container .tab2-content .list-content .list-cell .arrow {
	width: 0.24rem;
	height: 0.24rem;
	border-top: 0.0533rem solid #f2221d;
	border-right: 0.0533rem solid #f2221d;
	transform: rotate(135deg);
	transition: transform 0.3s ease;
	/* 添加过渡动画 */
	position: absolute;
	top: 0.4rem;
	right: 0.3333rem;
}
.container .tab2-content .list-content .list-cell .arrow.active {
	transform: rotate(-45deg);/* 向上箭头 */
}
.container .tab2-content .list-content .list-cell .cell-top {
	width: 100%;
	min-height: 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem 0 0.3467rem;
	border: 1px solid #ddd;
	border-top: none;
}
.container .tab2-content .list-content .list-cell .cell-top div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
}
.container .tab2-content .list-content .list-cell .cell-top div:last-child {
	white-space: nowrap;
}
.container .tab2-content .list-content .list-cell .cell-detail {
	width: 100%;
	padding: 0.4267rem 0.5867rem 0.64rem 0.3467rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #f5f5f5;
}
.container .tab2-content .list-content .list-cell .cell-detail .duty {
	width: 100%;
}
.container .tab2-content .list-content .list-cell .cell-detail .duty .duty-title {
	font-size: 0.35rem;
	font-weight: bold;
	color: #333;
	line-height: 0.48rem;
}
.container .tab2-content .list-content .list-cell .cell-detail .duty .duty-content {
	font-size: 0.35rem;
	color: #333;
	line-height: 0.48rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.container .tab2-content .list-content .list-cell .cell-detail .require {
	width: 100%;
	margin-top: 0.2667rem;
}
.container .tab2-content .list-content .list-cell .cell-detail .require .require-title {
	font-size: 0.35rem;
	font-weight: bold;
	color: #333;
	line-height: 0.48rem;
}
.container .tab2-content .list-content .list-cell .cell-detail .require .require-content {
	font-size: 0.35rem;
	color: #333;
	line-height: 0.48rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.container .tab2-content .list-content .list-cell .cell-detail .around {
	width: 100%;
	margin-top: 0.2667rem;
	font-size: 0.35rem;
	color: #333;
	line-height: 0.48rem;
}
.container .tab2-content .list-content .list-cell .cell-detail .email {
	padding: 0 0.39rem;
	height: 0.9333rem;
	color: #fff;
	font-size: 0.37rem;
	margin-top: 0.48rem;
	margin-top: 0.48rem;
	border-radius: 0.1333rem;
	background-color: #f2221d;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 0.3867rem;
}
.container .tab2-content .empty {
	width: 100%;
	height: 1.2rem;
	border: 0.0133rem solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.32rem;
	color: #888888;
}
}
