/**
 * @Description: TCL中文网站页面主要样式
 * @Author: MaXueWei
 * @Date: 2023-07-07 10:23:43
 * @LastEditors: MaXueWei
 * @LastEditTime: 2024-4-8 14:59:06
 */
/* ==================== 重置样式 Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

input,
button {
  outline: 0 none;
  border: none;
  background-color: transparent;
}

button {
  cursor: pointer;
}

/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}

.mxw-image:hover img {
  transform: scale(1.1);
}

.mxw-image img {
  transition: transform 0.4s;
  width: 100%;
}

main {
  position: relative;
  z-index: 10;
}

main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}

html {
  font-size: 16px;
}
body {
  overflow-x: hidden;
}


/*职位搜索自定义下拉框*/
.search_select {
  margin-left: 0.25rem;
  font-size: 0.25rem;
  border: none;
} 
.search_select:focus-visible{
  outline: none;
}
.search_select option {
  padding: 4px 8px;
}


@media screen and (min-width: 1680px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 52.29px;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 52.29px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 49.77px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 49.77px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 44.7484px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 43.4906px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 42.4214px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 39.717px;
  }
}

@media screen and (max-width: 1152px) {
  html {
    font-size: 35.6918px;
  }
}

@media screen and (max-width: 1100px) {
  body {
    margin-top: 50px;
  }
}

/* ==================== 重置样式 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.common-box {
  width: 100%;
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1540px) {
  .common-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .common-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 1100px) {
  .m-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .pc-hide {
    display: none !important;
  }
}

/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 1100px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2>.u-col {
    width: 48%;
  }

  .u-row-2>.u-col:nth-child(2n) {
    margin-left: 4%;
  }

  .u-row-2>.u-col:nth-child(2)~.u-col {
    margin-top: 4%;
  }

  .u-row-3>.u-col {
    width: 32%;
  }

  .u-row-3>.u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .u-row-3>.u-col:nth-child(3)~.u-col {
    margin-top: 2%;
  }

  .u-row-4>.u-col {
    width: 23.5%;
    margin-right: 2%;
  }

  .u-row-4>.u-col:nth-child(4n) {
    margin-right: 0%;
  }

  .u-row-4>.u-col:nth-child(4)~.u-col {
    margin-top: 2%;
  }

  .u-row-5>.u-col {
    width: 18%;
    margin-right: 2%;
  }

  .u-row-5>.u-col:nth-child(5n) {
    margin-right: 0%;
  }

  .u-row-5>.u-col:nth-child(5)~.u-col {
    margin-top: 2%;
  }

  .u-row-6>.u-col {
    width: 15%;
    margin-right: 2%;
  }

  .u-row-6>.u-col:nth-child(6n) {
    margin-right: 0%;
  }

  .u-row-6>.u-col:nth-child(6)~.u-col {
    margin-top: 2%;
  }
}

@media screen and (max-width: 1100px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2 .u-col {
    width: 100%;
  }

  .u-row-2 .u-col:nth-child(1)~.u-col {
    margin-top: 2%;
  }

  .u-row-3>.u-col,
  .u-row-4>.u-col,
  .u-row-5>.u-col,
  .u-row-6>.u-col {
    width: 48%;
  }

  .u-row-3>.u-col:nth-child(2n),
  .u-row-4>.u-col:nth-child(2n),
  .u-row-5>.u-col:nth-child(2n),
  .u-row-6>.u-col:nth-child(2n) {
    margin-left: 4%;
  }

  .u-row-3>.u-col:nth-child(2)~.u-col,
  .u-row-4>.u-col:nth-child(2)~.u-col,
  .u-row-5>.u-col:nth-child(2)~.u-col,
  .u-row-6>.u-col:nth-child(2)~.u-col {
    margin-top: 4%;
  }
}

/* ==================== 通用布局 end ==================== */
/* ==================== 通用文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-line-2 {
  -webkit-line-clamp: 2;
}

.u-line-3 {
  -webkit-line-clamp: 3;
}

.u-line-4 {
  -webkit-line-clamp: 4;
}

.u-line-5 {
  -webkit-line-clamp: 5;
}

.u-line-6 {
  -webkit-line-clamp: 6;
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ==================== 通用文本行数限制 end ==================== */
/* ==================== 内页通用样式 Start ==================== */
.ny-banner {
  position: relative;
}

.ny-banner img {
  width: 100%;
}

.ny-banner .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.ny-banner .info .text1 {
  font-size: 1.9rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05rem;
}

.ny-banner .info .text2 {
  font-size: 0.32rem;
  letter-spacing: 0.12rem;
}

@media screen and (min-width: 1903px) {
  .ny-banner {
    overflow: hidden;
  }

  .ny-banner img {
    min-width: 1920px;
  }
}

@media screen and (max-width: 1100px) {
  .ny-banner .info .text1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .ny-banner .info .text2 {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

/* ==================== 内页通用样式 End ==================== */
/* ==================== 网站公仔 Start ==================== */
.doll {
  width: 2.83rem;
  position: fixed;
  right: -2.33rem;
  top: 50%;
  z-index: 99;
  user-select: none;
  cursor: pointer;
}

.doll.active .message {
  opacity: 1;
  visibility: visible;
}

.doll>img {
  max-width: 100%;
  transition: transform 1s;
  transform-origin: bottom;
  animation-name: doll-animated;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

.doll .message {
  position: absolute;
  right: 77%;
  top: -63%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.doll .message .content {
  width: 15.1vw;
  height: 9.9vw;
  font-size: 0.89vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  z-index: 3;
  background: url("../images/img123.png") no-repeat center;
  background-size: 100%;
  padding-bottom: 2.7vw;
  padding-top: 2vw;
  padding-left: 3.13vw;
  padding-right: 2.6vw;
  line-height: 1.4;
}

.doll .message .content a {
  color: #fff;
}

.doll .message .content a:hover {
  text-decoration: underline;
}

.doll .message .close {
  position: absolute;
  width: 1.15vw;
  height: 1.2vw;
  top: 1.04vw;
  right: 1.04vw;
  z-index: 9;
  background: url(../images/img124.png) no-repeat center;
  background-size: 100%;
}

@keyframes doll-animated {
  100% {
    transform: rotate(-50deg) translateX(-20px);
  }
}

@media screen and (max-width: 1100px) {
  .doll {
    width: 110px;
    right: -100px;
    top: 20%;
  }

  .doll .message .close {
    width: 20px;
    height: 20px;
    top: -14px;
    right: 18px;
  }

  .doll .message {
    top: -53%;
  }

  .doll .message .content {
    padding-bottom: 10px;
    width: 200px;
    height: 100px;
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 20px;
  }
}

/* ==================== 网站公仔 End ==================== */
/* ==================== 头部导航样式 Start ==================== */
header {
  width: 100%;
  background-color: #fff;
  transition: background-color 0.4s;
}

header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: transparent;
}

header.fixed .pc-nav .logo img {
  transform: translateY(0);
}

header.fixed .pc-nav .navbar {
  padding: 0.33rem 0;
}

header.fixed .pc-nav .navbar li {
  padding: 0;
  margin-right: 0.67rem;
}

header.fixed .pc-nav .navbar li.active a,
header.fixed .pc-nav .navbar li:hover a {
  background-color: #333;
  color: #fff;
}

header.fixed .pc-nav .navbar li:last-child {
  margin-right: 0.67rem;
}

header.fixed .pc-nav .navbar li a {
  color: #fff;
  border-radius: 0;
  padding: 0;
  padding: 0.13rem 0.33rem;
  border-radius: 1.67rem;
}

header.fixed .pc-nav .tool:before {
  background-color: #fff;
}

header.fixed .pc-nav .tool .icon img {
  transform: translateY(0);
}

header.bg {
  background-color: #fff;
}

header.bg .pc-nav .logo img {
  transform: translateY(-1.32rem);
}

header.bg .pc-nav .navbar li a {
  color: #000;
}

header.bg .pc-nav .tool:before {
  background-color: #888;
}

header.bg .pc-nav .tool .icon img {
  transform: translateY(-50%);
}

header .pc-nav>.box {
  width: 100%;
  padding: 0 0.77rem 0 0.57rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .pc-nav .logo {
  width: 3.36rem;
  height: 0.65rem;
  overflow: hidden;
  display: block;
}

header .pc-nav .logo img {
  transform: translateY(-0.655rem);
}

header .pc-nav .navbar {
  display: flex;
  align-items: center;
  padding: 0.33rem 0;
}

header .pc-nav .navbar li {
  margin-right: 0.67rem;
  position: relative;
}

header .pc-nav .navbar li:hover a,
header .pc-nav .navbar li.active a {
  background-color: #333;
  color: #fff;
}

header .pc-nav .navbar li a {
  display: block;
  padding: 0.13rem 0.33rem;
  border-radius: 1.67rem;
  color: #666;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
  font-size: 0.27rem;
}

header .pc-nav .right {
  display: flex;
  align-items: center;
}

header .pc-nav .tool {
  display: flex;
  align-items: center;
  position: relative;
}

header .pc-nav .tool:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.25rem;
  background-color: #888;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header .pc-nav .tool .login,
header .pc-nav .tool .language {
  margin-left: 0.33rem;
}

header .pc-nav .tool .icon {
  width: 0.33rem;
  height: 0.33rem;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}

header .pc-nav .tool .icon img {
  display: block;
  transform: translateY(-50%);
}

header .pc-nav .tool .language {
  position: relative;
}

header .pc-nav .tool .language:hover ul {
  visibility: visible;
  opacity: 1;
}

header .pc-nav .tool .language:hover ul:hover {
  visibility: visible;
  opacity: 1;
}

header .pc-nav .tool .language .head:after {
  content: "";
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  margin-left: 0.08rem;
  width: 0.1rem;
  height: 0.1rem;
}

header .pc-nav .tool .language ul {
  position: absolute;
  top: 100%;
  right: -0.33rem;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ebebeb;
  transform: translate(0, 0.25rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  border-radius: 0.1rem;
  overflow: hidden;
}

header .pc-nav .tool .language li {
  color: #cdcccc;
}

header .pc-nav .tool .language li:hover a,
header .pc-nav .tool .language li.active a {
  color: #e60012;
}

header .pc-nav .tool .language li:hover {
  background-color: #f7f7f7;
}

header .pc-nav .tool .language li:last-child {
  margin-bottom: 0;
}

header .pc-nav .tool .language li a {
  display: block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.2rem 0.25rem;
  text-decoration: none;
  font-size: 0.2rem;
  color: #666;
}

@media screen and (max-width: 1100px) {
  header {
    z-index: 9999;
  }

  header .mobile-nav {
    height: 50px;
    overflow: hidden;
  }

  header .mobile-nav.active {
    height: auto;
    background-color: #fff;
  }

  header .mobile-nav.active .head {
    background-color: #fff;
  }

  header .mobile-nav.active .nav-btn {
    width: 20px;
    height: 20px;
    transform: rotate(45deg) translate(-50%, -50%);
    top: 28px;
  }

  header .mobile-nav.active .nav-btn i {
    background-color: #000;
  }

  header .mobile-nav.active .nav-btn i:nth-child(2)~i {
    display: none;
  }

  header .mobile-nav.active .nav-btn i:nth-child(1),
  header .mobile-nav.active .nav-btn i:nth-child(2) {
    margin: 0;
    position: absolute;
  }

  header .mobile-nav.active .nav-btn i:nth-child(1) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
  }

  header .mobile-nav.active .nav-btn i:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  header .mobile-nav.active .logo img {
    transform: translateY(-51px);
  }

  header .mobile-nav.active .head {
    border-bottom-color: #ddd;
  }

  header .mobile-nav.active .content {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }

  header .mobile-nav .head {
    border-bottom: 1px solid transparent;
    background-color: #1f2329;
    transition: background-color 0.4s;
  }

  header .mobile-nav .head>.box {
    position: relative;
    padding: 12px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .mobile-nav .logo {
    width: 125px;
    height: 25px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  header .mobile-nav .logo img {
    max-width: 100%;
  }

  header .mobile-nav .login {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    top: 14px;
  }

  header .mobile-nav .nav-btn {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 26px;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 9;
  }

  header .mobile-nav .nav-btn i {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 6px;
    transition: color 0.4s, top 0.4s, left 0.4s;
  }

  header .mobile-nav .nav-btn i:last-child {
    margin-bottom: 0;
  }

  header .mobile-nav .content {
    height: calc(100vh - 50px);
    display: flex;
    flex-flow: column;
    align-items: stretch;
    background-color: #fff;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  }

  header .mobile-nav .navbar {
    flex-grow: 1;
    min-width: 0;
    overflow: auto;
    padding: 10px 0;
  }

  header .mobile-nav .navbar>li {
    padding: 0 15px;
  }

  header .mobile-nav .navbar>li.sub>a {
    position: relative;
  }

  header .mobile-nav .navbar>li.sub>a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: 2px;
    transform: translateY(-50%) rotate(-45deg);
    transition: transform 0.4s;
  }

  header .mobile-nav .navbar>li.open>a {
    color: #e60012;
  }

  header .mobile-nav .navbar>li.open>a:after {
    margin-top: -3px;
    transform: translateY(-50%) rotate(135deg);
  }

  header .mobile-nav .navbar>li:hover>a {
    color: #e60012;
  }

  header .mobile-nav .navbar>li>a {
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    color: #333;
    font-size: 14px;
  }

  header .mobile-nav .sub-navbar {
    padding-left: 25px;
    display: none;
  }

  header .mobile-nav .sub-navbar>li a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    color: #888;
    font-size: 12px;
  }

  header .mobile-nav .sub-navbar>li a:hover {
    color: #e60012;
  }

  header .mobile-nav .user-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 20px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #dbdbdb;
  }

  header .mobile-nav .user-center .icon {
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 10px;
  }

  header .mobile-nav .user-center .icon img {
    transform: translateY(-50%);
  }

  header .mobile-nav .language {
    display: flex;
    align-items: stretch;
    border-top: 1px solid #eee;
    text-align: center;
    flex-shrink: 0;
  }

  header .mobile-nav .language a {
    width: 50%;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #eee;
  }

  header .mobile-nav .language a.active {
    background-color: #f9f9f9;
    color: #e60012;
  }

  header .mobile-nav .language a:last-child {
    border-right: 0;
  }
}

/* ==================== 头部导航样式 End ==================== */
/* ==================== 底部区域 Start ==================== */
footer {
  background-color: #1f2329;
  z-index: 9;
  position: relative;
}

footer>.box {
  width: 28.67rem;
  max-width: 90%;
  padding-top: 0.5rem;
  padding-bottom: 0.73rem;
  margin: 0 auto;
}

footer .top {
  padding-bottom: 0.43rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3d3c3c;
}

footer .left {
  display: flex;
  align-items: flex-end;
}

footer .logo {
  display: block;
  width: 1.90rem;
  height: 0.370rem;
  margin-right: 0.9rem;
  overflow: hidden;
}

footer .logo img {
  width: 100%;
  /*transform: translateY(-0.4rem);*/
}

footer .foot-nav {
  display: flex;
  align-items: center;
}

footer .foot-nav li {
  margin-right: 0.92rem;
}

footer .foot-nav li:last-child {
  margin-right: 0;
}

footer .foot-nav a {
  font-size: 0.22rem;
  color: #cbcbcb;
  line-height: 1.2;
  text-decoration: none;
}

footer .foot-nav a:hover {
  color: #e60012;
}

footer .foot-nav a:after {
  margin-right: 0;
}

footer .language {
  position: relative;
  margin-left: 0.7rem;
}

footer .language:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.53rem;
  background: url(../images/img21.png) no-repeat center;
  background-size: 100%;
  width: 0.33rem;
  height: 0.33rem;
}

footer .language a {
  font-size: 0.22rem;
  color: #797979;
  line-height: 1.2;
  text-decoration: none;
}

footer .language a:hover {
  color: #e60012;
}

footer .language a:hover:after {
  color: #797979;
}

footer .language a:last-child:after {
  display: none;
}

footer .language a:after {
  content: "/";
  margin: 0 0.08rem 0 0.17rem;
}

footer .copyright {
  margin-top: 0.43rem;
  color: #797979;
  font-size: 0.22rem;
}

footer .copyright a {
  text-decoration: none;
}

footer .copyright a:hover {
  color: #e60012;
}

footer .copyright .icp {
  margin-left: 0.33rem;
  color: #797979;
}

footer .copyright .support {
  /* margin-left: 0.5rem; */
  margin-top: 0.17rem;
  color: #4a4a4a;
  font-size: 0.22rem;
}

footer .copyright .support a {
  color: inherit;
}

/* @media screen and (max-width: 1800px) {
  footer > .box {
    padding-left: 34px;
    padding-right: 46px;
  }
} */
@media screen and (max-width: 1100px) {
  footer {
    text-align: center;
  }

  footer>.box {
    padding: 25px 20px;
    max-width: 100%;
    width: 100%;
  }

  footer .logo {
    margin: 0 auto 20px;
  }

  footer .top {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  footer .left {
    width: 100%;
    flex-wrap: wrap;
  }

  footer .foot-nav {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }

  footer .foot-nav li {
    margin-right: 0;
    width: 32%;
    text-align: center;
  }

  footer .foot-nav li:nth-child(3)~li {
    margin-top: 10px;
  }

  footer .foot-nav li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  footer .language {
    display: none;
  }

  footer .copyright {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 12px;
  }

  footer .copyright .icp,
  footer .copyright .support {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 5px;
    line-height: 1.4;
    font-size: 12px;
  }

  footer .foot-nav a {
    font-size: 13px;
  }
}

/* ==================== 底部区域 End ==================== */
/* ==================== 通用鼠标向下图标样式 Start ==================== */
.mouse-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.mouse-icon:before {
  content: "";
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  background: url(../images/img05.png) no-repeat center;
  animation: jump 1s infinite ease-in-out alternate;
  background-size: 100%;
}

.mouse-icon:after {
  content: "";
  display: block;
  width: 0;
  border-right: 1px dashed rgba(170, 176, 189, 0.56);
  margin: 0 auto;
  height: 1rem;
  margin-top: 0.33rem;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

@media screen and (max-width: 1100px) {
  .mouse-icon {
    display: none;
  }

  .mouse-icon:before {
    width: 20px;
    height: 20px;
  }

  .mouse-icon:after {
    height: 20px;
    border-color: #c1c1c1;
  }
}

/* ==================== 通用鼠标向下图标样式 End ==================== */
/* ==================== 首页第一屏 Start ==================== */
.index-section1 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  z-index: 100;
}

.index-section1 .nav {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 3;
  justify-content: flex-end;
  background: #333;
  padding: 0.78vw 6.25vw;
  order: -1;
}

.index-section1 .nav>li {
  margin-right: 0.35rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  transition: all .4s;
  padding: 5px 20px;
}

.index-section1 .nav>li:hover,
.index-section1 .nav>li.active {
  background-color: #fff;
}

.index-section1 .nav>li.active a,
.index-section1 .nav>li:hover a {
  color: #333;
}

.index-section1 .nav>li:last-child {
  margin-right: 0;
}

.index-section1 .nav>li a {
  font-size: 0.25rem;
  color: #cdcdcd;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  transition: all .4s;
}

.index-section1 video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.index-section1 .float-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.index-section1 .float-search .slogan {
  width: 14.9rem;
  margin-bottom: 0.67rem;
}

.index-section1 .float-search .text {
  font-size: 0.42rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.67rem;
  margin-top: 0.5rem;
  font-weight: 200;
  letter-spacing: 0.03rem;
}

.index-section1 .float-search .search {
  width: 7rem;
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 1.67rem;
  padding: 0.07rem;
  font-size: 0.28rem;
  margin: 0 auto;
}

.index-section1 .float-search .search input {
  min-width: 0;
  flex-grow: 1;
  padding-left: 0.25rem;
  padding-right: 0.33rem;
}

.index-section1 .float-search .search button {
  width: 0.83rem;
  display: block;
}

@media screen and (max-width: 1100px) {
  .index-section1 .float-search .slogan {
    width: 50%;
    margin-bottom: 20px;
  }

  .index-section1 .float-search .search {
    width: 84%;
  }

  .index-section1 .float-search .search input {
    padding-left: 15px;
    padding-right: 20px;
    font-size: 12px;
  }

  .index-section1 .float-search .search button {
    width: 25px;
  }

  .index-section1 .float-search .text {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .index-section1 .nav {
    padding: 10px 20px;
    width: 100%;
    flex-wrap: wrap;
  }

  .index-section1 .nav>li {
    text-align: center;
    width: 48%;
    margin-right: 4%;
    padding: 6px 0;
  }

  .index-section1 .nav>li:nth-child(2)~li {
    margin-top: 8px;
  }

  .index-section1 .nav>li a {
    font-size: 12px;
  }

  .index-section1 .nav>li:nth-child(2n) {
    margin-right: 0;
  }
}

/* ==================== 首页第一屏 End ==================== */

/* ==================== 首页第二屏 - 为什么选择TCL Start ==================== */
.index-header {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 64px 0px 56px 0px;
}
.index-center {
  max-width: 1490px;
  padding: 0 40px 0 50px;
  margin: 0 auto;
  display: inline-block;
}

.index-header .header-icon{
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(../images/title_nav.png) no-repeat center bottom;
  background-size: cover;
  margin-top: 6px;
}
.index-header .header-text{
  font-size: 32px;
  margin-left: 15px;
  float: left;
  font-family: FZLTFont-Medium, Source Han Sans CN, Source Han Sans CN-Bold;
  font-style: italic;
  font-weight: 600;
  text-align: left;
}

.info-list-wrapper .info-list {
  display: flex;
  flex-wrap: wrap;
}

.info-list-wrapper .info-item {
  float: left;
  width: 22.9%;
  max-width: 350px;
  margin-right: 2.412%;
}

.info-list-wrapper .info-item.last {
  margin-right: 0;
}

.info-list-wrapper .info-item .info-icon {
  position: relative;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  background-position: center;
  margin-bottom: 16px;
}

.info-list-wrapper .info-item .info-icon-1 {
  background-image: url(../images/whytcl_01.png);
}

.info-list-wrapper .info-item .info-icon-2 {
  background-image: url(../images/whytcl_02.png);
}

.info-list-wrapper .info-item .info-icon-3 {
  background-image: url(../images/whytcl_03.png);
}

.info-list-wrapper .info-item .info-icon-4 {
  background-image: url(../images/whytcl_04.png);
}

.info-list-wrapper .info-message .info-title {
  font-size: 22px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 600;
}
.info-list-wrapper .info-message .info-underline-red {
  height: 2px;
  background: #F7E0E0;
  margin-bottom: 16px;
}
.info-list-wrapper .info-message .info-text {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  font-family: Source Han Sans SC, Source Han Sans SC-Regular;
  text-align: justify;
  word-break: break-all;
}

@media screen and (max-width: 1100px) {
  .index-center {
    padding: 0 0.5rem 0 1.2rem;
  }
  .info-list-wrapper .info-item {
    float: left;
    width: 45%;
    max-width: 500px;
    margin-right: 4.9%;
  }
  .info-list-wrapper .info-item:nth-child(3),.info-list-wrapper .info-item:nth-child(4){
    margin-top: 20px;
  }

  .info-list-wrapper .info-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 749px) {
  .common-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-header {
    margin: 40px 0px 40px 0px;
  }
  .index-header .header-text{
    font-size: 30px;
    margin-left: 10px;
  }
  .index-center {
    padding: 0 0.2rem 0 0.5rem;
  }
  .info-list-wrapper .info-item {
    float: left;
    width: 95%;
    max-width: 700px;
    margin-right: 0;
  }
  .info-list-wrapper .info-item:nth-child(2),.info-list-wrapper .info-item:nth-child(3),.info-list-wrapper .info-item:nth-child(4){
    margin-top: 20px;
  }
}

/* ==================== 首页第二屏 - 为什么选择TCL End ==================== */

/* ==================== 首页第二屏 - 第一屏 Start ==================== */
.index-section2 {
  background: url(../images/img06.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 1.67rem;
}

.index-section2 .head-title {
  width: 100%;
  text-align: center;
  letter-spacing: 0.08rem;
  margin-bottom: 1.83rem;
}

.index-section2 .head-title .text1 {
  font-size: 0.83rem;
  color: #1f2329;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.index-section2 .head-title .text2 {
  font-size: 0.28rem;
  color: #807c7c;
  line-height: 1;
}

.index-section2 .itembox {
  margin: 0 auto;
}

.index-section2 .swiper-slide .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0rem 0rem 0.72rem 0rem rgba(0, 0, 0, 0.08);
  cursor: pointer;
  position: relative;
  transition: transform 0.4s;
}

.index-section2 .swiper-slide .icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(-27deg, #a31b1b 0%, #e50101 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s, opacity 0.2s;
}

.index-section2 .swiper-slide .icon img {
  position: relative;
  z-index: 9;
}

.index-section2 .swiper-slide .name {
  color: #868787;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.33rem;
  font-size: 0.27rem;
}

.index-section2 .left-btn,
.index-section2 .right-btn {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  position: absolute;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(223, 223, 223, 0.5);
  background-position-y: top;
  transition: background-color 0.4s;
  z-index: 9;
}

.index-section2 .left-btn:hover,
.index-section2 .right-btn:hover {
  background-color: #df0404;
}

.index-section2 .left-btn:hover:after,
.index-section2 .right-btn:hover:after {
  background-position-y: bottom;
}

.index-section2 .left-btn:after,
.index-section2 .right-btn:after {
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.17rem;
  background: url(../images/img30.png) no-repeat;
  background-position-x: center;
  background-size: 100%;
}

@media screen and (min-width: 1100px) {
  .index-section2 {
    position: relative;
    overflow: hidden;
  }

  .index-section2 .float-itembox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .index-section2 .float-icon {
    position: absolute;
  }

  .index-section2 .float-icon i {
    display: block;
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 100%;
    background-color: #d90011;
    position: relative;
    z-index: 0.15rem;
  }

  .index-section2 .float-icon:before,
  .index-section2 .float-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
  }

  .index-section2 .float-icon:before {
    width: 0.3rem;
    height: 0.3rem;
    background-color: rgba(255, 0, 17, 0.2);
    margin-left: -0.15rem;
    margin-top: -0.15rem;
    animation: donghua 3s infinite;
  }

  .index-section2 .float-icon:after {
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgba(187, 187, 187, 0.3);
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    animation: donghua 3s infinite;
  }

  .index-section2 .float-icon:nth-child(1) {
    left: 6.17rem;
    bottom: 1.7rem;
  }

  .index-section2 .float-icon:nth-child(2) {
    left: 6.17rem;
    bottom: 2.5rem;
  }

  .index-section2 .float-icon:nth-child(3) {
    left: 7rem;
    bottom: 2.17rem;
    z-index: 19;
    opacity: 0.3;
  }

  .index-section2 .float-icon:nth-child(4) {
    left: 7.5rem;
    bottom: 3.5rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(5) {
    left: 8.5rem;
    bottom: 3rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(6) {
    left: 50%;
    bottom: 4.83rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(7) {
    left: 16.5rem;
    bottom: 3.5rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(8) {
    left: 16.5rem;
    bottom: 2.47rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(9) {
    left: 17.83rem;
    bottom: 1.97rem;
    z-index: 10;
  }

  @keyframes donghua {
    0% {
      transform: scale(0);
    }

    60% {
      transform: scale(1);
    }

    100% {
      transform: scale(0);
    }
  }

  .index-section2 .bg01,
  .index-section2 .bg02,
  .index-section2 .bg03 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .index-section2 .bg01 {
    width: 20.07rem;
    height: 8.07rem;
  }

  .index-section2 .bg02 {
    width: 24.1rem;
    height: 11.13rem;
  }

  .index-section2 .bg03 {
    width: 28.22rem;
    height: 12.87rem;
  }

  .index-section2 .left-btn,
  .index-section2 .right-btn {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    position: absolute;
    bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* background-color: rgba(223, 223, 223, 0.5); */
    background-color: #1f2329;
    background-position-y: top;
    transition: background-color 0.4s;
    z-index: 9;
  }

  .index-section2 .left-btn:hover,
  .index-section2 .right-btn:hover {
    background-color: #df0404;
  }

  .index-section2 .left-btn:hover:after,
  .index-section2 .right-btn:hover:after {
    background-position-y: bottom;
  }

  .index-section2 .left-btn:after,
  .index-section2 .right-btn:after {
    content: "";
    display: block;
    width: 0.33rem;
    height: 0.17rem;
    background: url(../images/img30.png) no-repeat;
    background-position-x: center;
    background-size: 100%;
  }

  .index-section2 .left-btn {
    left: -0.43rem;
  }

  .index-section2 .right-btn {
    right: -0.43rem;
  }

  .index-section2 .itembox {
    width: 23.67rem;
    height: 13rem;
    max-width: 23.67rem;
    overflow: visible;
  }

  .index-section2 .itembox.show .swiper-slide {
    transform: translate(0) !important;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }

  .index-section2 .itembox.active .swiper-slide {
    transform: translate(0) !important;
    transition-delay: 0s !important;
  }

  .index-section2 .itembox .swiper-wrapper {
    display: block;
  }

  .index-section2 .itembox .swiper-slide {
    position: absolute;
    width: auto;
    height: auto;
    transition: all 0.4s;
    bottom: -100%;
    left: 50%;
  }

  .index-section2 .itembox .swiper-slide.active .icon {
    width: 3rem;
    height: 3rem;
  }

  .index-section2 .itembox .swiper-slide.active .icon:after {
    opacity: 1;
  }

  .index-section2 .itembox .swiper-slide.active .name {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
  }

  .index-section2 .itembox .swiper-slide.active .common-jump-card {
    opacity: 1;
    visibility: visible;
  }

  .index-section2 .itembox .swiper-slide .icon {
    width: 2rem;
    height: 2rem;
    transition: width 0.4s, height 0.4s;
  }

  .index-section2 .itembox .swiper-slide .icon .name {
    transition: font-size 0.4s, color 0.4s;
  }

  .index-section2 .itembox .swiper-slide .icon:hover:after {
    opacity: 1;
  }

  .index-section2 .itembox .swiper-slide:nth-child(1) {
    bottom: 2.93rem;
    left: 0;
    transform: translate(11.67rem, 6.17rem);
    transition-delay: 0s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(2) {
    bottom: 6.43rem;
    left: 2.5rem;
    transform: translate(9.17rem, 9.67rem);
    transition-delay: 0.2s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(3) {
    bottom: 8.83rem;
    left: 6.17rem;
    transform: translate(5.5rem, 11.67rem);
    transition-delay: 0.4s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(4) {
    bottom: 9.33rem;
    left: 50%;
    margin-left: -1rem;
    transform: translate(0.83rem, 12.17rem);
    transition-delay: 0.6s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(4).active {
    margin-left: -1.5rem;
  }

  .index-section2 .itembox .swiper-slide:nth-child(5) {
    bottom: 8.83rem;
    left: 15.5rem;
    transform: translate(-3.83rem, 11.67rem);
    transition-delay: 0.8s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(6) {
    bottom: 6.45rem;
    left: 19.17rem;
    transform: translate(-7.5rem, 9.17rem);
    transition-delay: 1s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(7) {
    bottom: 2.93rem;
    left: 21.67rem;
    transform: translate(-10rem, 6.5rem);
    transition-delay: 1.2s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(8) {
    bottom: -3.33rem;
    left: 21.67rem;
  }

  .index-section2 .common-jump-card {
    z-index: 9;
    padding-top: 1.5rem;
    pointer-events: none;
  }

  .index-section2 .common-jump-card .common-jump-card-box {
    padding: 0.83rem;
    width: 10.83rem;
    pointer-events: initial;
  }

  .index-section2 .common-jump-card .common-jump-card-box:before {
    border-left: 0.17rem solid transparent;
    border-right: 0.17rem solid transparent;
    border-bottom: 0.33rem solid #fff;
    top: -0.23rem;
  }

  .index-section2 .title {
    font-weight: bold;
    color: #222;
    font-size: 0.37rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .index-section2 .details {
    font-size: 0.25rem;
    color: #666;
    line-height: 2;
    letter-spacing: 1px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
  }
}

/* @media screen and (max-width: 1600px) {
  .index-section2 {
    zoom: 0.9;
  }
}
@media screen and (max-width: 1380px) {
  .index-section2 {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1220px) {
  .index-section2 {
    zoom: 0.7;
  }
} */
@media screen and (max-width: 1100px) {
  .index-section2 {
    zoom: 1;
    padding: 30px 20px;
  }

  .index-section2 .head-title {
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .index-section2 .head-title .text1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .index-section2 .head-title .text2 {
    font-size: 12px;
  }

  .index-section2 .top-head {
    position: relative;
    padding: 0 30px;
  }

  .index-section2 .itembox .swiper-wrapper {
    padding: 10px 0;
  }

  .index-section2 .itembox .swiper-slide.swiper-slide-thumb-active .icon:after {
    opacity: 1;
  }

  .index-section2 .itembox .swiper-slide .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  }

  .index-section2 .itembox .swiper-slide .name {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .index-section2 .index-section2-swiper-mobile {
    margin-top: 10px;
  }

  .index-section2 .index-section2-swiper-mobile .swiper-slide {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }

  .index-section2 .index-section2-swiper-mobile .title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }

  .index-section2 .index-section2-swiper-mobile .details {
    font-size: 12px;
    line-height: 2;
    color: #666;
  }

  .index-section2 .left-btn,
  .index-section2 .right-btn {
    bottom: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }

  .index-section2 .left-btn:after,
  .index-section2 .right-btn:after {
    width: 12px;
    height: 10px;
  }

  .index-section2 .left-btn {
    left: -10px;
    transform: rotate(90deg);
  }

  .index-section2 .right-btn {
    right: -10px;
    transform: rotate(-90deg);
  }
}

/* ==================== 首页第二屏 - 第一屏 End ==================== */
/* ====================  首页 第三屏--员工故事 Start ==================== */
.index-section4 {
  padding-top: 0.6rem; 
}

.index-section4 .body2 {
  max-width: 1490px;
  padding: 0 40px 0 50px;
}

.index-section4 .index-section4-card {
  box-shadow: 0rem 0.08rem 1.0rem 0.25rem rgba(10, 2, 5, 0.08);
  border-radius: 0.25rem;
}

.index-section4 .index-section4-card .swiper-slide {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}

.index-section4 .index-section4-card .cover {
  width: 8.67rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

.index-section4 .index-section4-card .content {
  padding-left: 1.5rem;
  padding-right: 0.83rem;
  padding-top: 0.83rem;
  min-width: 0;
  flex-grow: 1;
  padding-bottom: 1.67rem;
}

.index-section4 .index-section4-card .title {
  width: 100%;
  font-size: 0.52rem;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  margin-bottom: 0.33rem;
}

.index-section4 .index-section4-card .title:before {
  content: "";
  display: block;
  background: url(../images/img86.png) no-repeat center;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100%;
  margin-bottom: 0.25rem;
}

.index-section4 .index-section4-card .desc {
  font-size: 0.28rem;
  color: #888;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.5rem;
}

.index-section4 .index-section4-card .common-more-btn {
  margin-left: 0;
  margin-top: 0;
}

.index-section4 .index-section4-card .common-swiper-options {
  z-index: 9;
  bottom: 1rem;
  width: calc(100% - 8.67rem);
  right: 0;
  left: auto;
  transform: translate(0, 0);
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 0.83rem;
}

.index-section4 .index-section4-card .common-swiper-options .swiper-pagination {
  margin-left: 0;
}

@media screen and (max-width: 1100px) {
  .index-section4 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .index-section4 .index-section4-card {
    margin-top: 30px;
  }

  .index-section4 .index-section4-card img {
    width: 100%;
  }

  .index-section4 .index-section4-card .swiper-slide {
    display: block;
    border-radius: 10px;
  }

  .index-section4 .index-section4-card .cover {
    width: 100%;
    border-radius: 10px;
  }

  .index-section4 .index-section4-card .content {
    padding: 20px 15px;
  }

  .index-section4 .index-section4-card .title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .index-section4 .index-section4-card .title:before {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
  }

  .index-section4 .index-section4-card .desc {
    font-size: 14px;
    line-height: 2;
  }

  .index-section4 .index-section4-card .common-swiper-options {
    position: static;
    width: 100%;
    padding: 0;
  }

  .index-section4 .common-more-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .index-section4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-section4 .body2 {
    padding: 0 20px 0 20px;
  }
  .index-section4 .index-section4-card {
    margin-top: 0px;
  }
}

/* ==================== 首页 第三屏--员工故事 End ==================== */
/* ==================== 首页 第四屏--员工心声 Start ==================== */
.index-section5 {
  overflow: hidden;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}

.index-section5 .index-header{
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

.index-section5 .body2 {
  max-width: 1490px;
  padding: 0 40px 0 50px;
}

.index-section5 .index-section5-swiper{
  margin: 0 auto;
  box-shadow: 0rem 0.08rem 1.0rem 0.25rem rgba(10, 2, 5, 0.08);
  border-radius: 0.25rem;
}

.index-section5 .body2 .index-section5-swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.6rem 0.85rem 1.0rem 0.85rem;
}

.index-section5 .body2 .index-section5-swiper .info {
  min-width: 0;
  flex-grow: 1;
  padding-right: 2.1rem;
  padding-top: 0.27rem;
}

.index-section5 .body2 .index-section5-swiper .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}

.index-section5 .body2 .index-section5-swiper .name {
  font-size: 0.4rem;
  color: #000;
  line-height: 1.2;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.index-section5 .body2 .index-section5-swiper .details {
  font-size: 0.28rem;
  color: #000;
}

.index-section5 .body2 .index-section5-swiper .content {
  font-size: 0.28rem;
  color: #999;
  line-height: 2em;
}

.index-section5 .body2 .index-section5-swiper .video,
.index-section5 .body2 .index-section5-swiper .image {
  width: 7.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-section5 .body2 .index-section5-swiper .video img,
.index-section5 .body2 .index-section5-swiper .image img {
  width: 100%;
}

.index-section5 .body2 .index-section5-swiper .video:after,
.index-section5 .body2 .index-section5-swiper .image:after {
  content: "";
  display: block;
  background: url(../images/img106.png) no-repeat center rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-section5 .body2 .index-section5-swiper .image:after {
  display: none;
}

.index-section5 .body2 .index-section5-swiper .common-swiper-options {
  z-index: 9;
  bottom: 1.4rem;
  left: 1.4rem;
  transform: translate(0, 0);
}

@media screen and (max-width: 1100px) {
  .index-section5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .index-section5 .body2 .index-section5-swiper {
    margin-top: 30px;
  }

  .index-section5 .body2 .index-section5-swiper .swiper-slide {
    padding: 30px 20px;
    display: block;
  }

  .index-section5 .body2 .index-section5-swiper .swiper-slide .info {
    padding-right: 0;
    padding-top: 0;
  }

  .index-section5 .body2 .index-section5-swiper .top {
    display: block;
    margin-bottom: 20px;
  }

  .index-section5 .body2 .index-section5-swiper .name {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 22px;
    display: block;
    width: 100%;
  }

  .index-section5 .body2 .index-section5-swiper .details {
    font-size: 15px;
    line-height: 1.8;
  }

  .index-section5 .body2 .index-section5-swiper .content {
    font-size: 14px;
    -webkit-line-clamp: inherit;
    text-align: justify;
  }

  .index-section5 .body2 .index-section5-swiper .image,
  .index-section5 .body2 .index-section5-swiper .video {
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  .index-section5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-section5 .body2 {
    padding: 0 20px 0 20px;
  }
  .index-section5 .body2 .index-section5-swiper {
    margin-top: 10px;
  }
}
/* ==================== 首页 员工心声 - 第四屏 End ==================== */
/* ==================== 首页 关注我们 - 第五屏 Start ==================== */
.index-section3{
  margin-bottom: 20px;
}

.index-section3 .index-header{
  margin: 50px 0px 20px 0px;
}

.index-section3>.common-box>.index-center{
  margin-bottom: 30px;
}

.index-section3 .follow-list{
  display: flex;
  flex-wrap: wrap;
}

.index-section3 .follow-list .follow-item:not(:last-of-type) {
  margin-right: 24px;
}

.index-section3 .follow-list .follow-item{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  background-color: #fff;
  cursor: pointer;
}

.index-section3 .follow-list .follow-li {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background-size: 24px 24px;
  transition: .3s background cubic-bezier(0.2, 0.0, 0.2, 1);
  cursor: pointer;
}

.index-section3 .follow-list .follow-li .code-img {
  opacity: 0;
  position: absolute;
  top: -162px;
  left: -68px;
  width: 160px;
  height: 160px;
  background-image: url(../images/QR-code.png);
  background-size: 160px 160px;
  z-index: -1;
}

.index-section3 .follow-list .follow-li:hover .code-img,
.index-section3 .follow-list .follow-li:hover .hover-box {
  opacity: 1;
  z-index: 1;
  transition: .5s opacity cubic-bezier(0.2, 0.0, 0.2, 1);
}

.index-section3 .follow-list .follow-item .follow-icon {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 13px;
}
.index-section3 .follow-list .follow-item .qrcode-content .follow-code {
  width: 140px;
  height: 140px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAgMAAAAEE2bmAAAACVBMVEX///8AAAABAQERj8K9AAAByUlEQVR42u3cS66DMAyFYRhk0AV0P10Cg2Zp3e+9UpUebGMeEpPAf2ZRkw8mFmBZHQi5Z0qNeQ2DWf1nrPXdjtSYNxYW1prV9j+1SqxpUGb7tYqWOTFiYfVpqRbs6dx6tCObVqxmf88FCwtrzVKltzj5caJVsLCuZ31qPctSNbf9WFj3sJRDlmKtdp1oKVhYfVo+uZX3J3Kr1RwW1u0sV0Pf5FYeu8NYi8HCuq31q0etXIfQ1PY80+yqWFhYn2oiS7/FvJwVn3O60fmq+Dt5YmFdwwqZVq38vXB03Q1Z/utwtHWPhdWhlXX1FPdeqFVu+cZIsfvbTit/g4XVoZXk+KyTatSnVXNctdNYWFjpxJNOa2LC7pR81CpYWJexSvqkit18xa62LTflodN+NWJhXcQK/Qx3WpHlUkw1t7gpD9W9goXVleWeLrGG9Fv6zoiFhRUtZc3aOz8Re4/qlNiZDyysO1vJPFM+c+u7FSdYBQvrepb2m6SWrq2sfZnFe1awsDq0Ys3timoot3zvEQsLK2TTGtIJpoXvuwEL6wqWqbnc0rndlhInpbCwsJJ3zPS/LJb691hYd7ZcZCnGyt8xj1u/FRYWFiGd5A+H/DSLLX3rAQAAAABJRU5ErkJggg==) no-repeat 50%;
  background-size: cover;
  margin: 0 auto
}
.index-section3 .follow-list .follow-item .qrcode-content {
  position: absolute;
  opacity: 0
}

.index-section3 .follow-list .follow-item .qrcode-content .follow-code {
  width: 140px;
  height: 140px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAgMAAAAEE2bmAAAACVBMVEX///8AAAABAQERj8K9AAAByUlEQVR42u3cS66DMAyFYRhk0AV0P10Cg2Zp3e+9UpUebGMeEpPAf2ZRkw8mFmBZHQi5Z0qNeQ2DWf1nrPXdjtSYNxYW1prV9j+1SqxpUGb7tYqWOTFiYfVpqRbs6dx6tCObVqxmf88FCwtrzVKltzj5caJVsLCuZ31qPctSNbf9WFj3sJRDlmKtdp1oKVhYfVo+uZX3J3Kr1RwW1u0sV0Pf5FYeu8NYi8HCuq31q0etXIfQ1PY80+yqWFhYn2oiS7/FvJwVn3O60fmq+Dt5YmFdwwqZVq38vXB03Q1Z/utwtHWPhdWhlXX1FPdeqFVu+cZIsfvbTit/g4XVoZXk+KyTatSnVXNctdNYWFjpxJNOa2LC7pR81CpYWJexSvqkit18xa62LTflodN+NWJhXcQK/Qx3WpHlUkw1t7gpD9W9goXVleWeLrGG9Fv6zoiFhRUtZc3aOz8Re4/qlNiZDyysO1vJPFM+c+u7FSdYBQvrepb2m6SWrq2sfZnFe1awsDq0Ys3timoot3zvEQsLK2TTGtIJpoXvuwEL6wqWqbnc0rndlhInpbCwsJJ3zPS/LJb691hYd7ZcZCnGyt8xj1u/FRYWFiGd5A+H/DSLLX3rAQAAAABJRU5ErkJggg==) no-repeat 50%;
  background-size: cover;
  margin: 0 auto
}

.index-section3 .follow-list .follow-item:hover .follow-text {
  opacity: 0
}

.index-section3 .follow-list .follow-item:hover .qrcode-content {
  opacity: 1
}
@media screen and (max-width: 750px) {
  .index-section3 .index-header .header-text {
    max-width: 88%;
  }
}
/* ==================== 首页 关注我们 - 第五屏 End ==================== */

/* ==================== 职位内容 Start ==================== */
.job-content {
  position: relative;
  background-image: linear-gradient(180deg, #f9f9f9, #fff 40%);
}

.job-content:after {
  content: "";
  display: block;
  background: url(../images/img75.png) no-repeat left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18.58rem;
  height: 15.48rem;
}

.job-content a {
  text-decoration: none;
}

.job-content>.box {
  max-width: 25.33rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 1.4rem;
  position: relative;
  z-index: 9;
}

.job-content .title {
  font-size: 0.63rem;
  color: #222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.83rem;
  text-align: center;
}

.job-content .search {
  display: block;
  max-width: 10rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0rem 0rem 0.57rem 0.07rem rgba(10, 2, 5, 0.03);
  border-radius: 1.67rem;
  display: flex;
  align-items: stretch;
  padding: 0.25rem 0;
  margin-bottom: 1.17rem;
  margin-left: auto;
  margin-right: auto;
}

.job-content .search input {
  min-width: 0;
  flex-grow: 1;
  padding: 0 0.57rem;
  font-size: 0.28rem;
  /* for the future */
}

.job-content .search input::-webkit-input-placeholder {
  color: #afaeae;
}

.job-content .search input:-moz-placeholder {
  color: #afaeae;
}

.job-content .search input::-moz-placeholder {
  color: #afaeae;
}

.job-content .search input:-ms-input-placeholder {
  color: #afaeae;
}

.job-content .search button {
  display: block;
  background: url(../images/img24.png) no-repeat center;
  width: 0.5rem;
  flex-shrink: 0;
  margin-right: 0.37rem;
  background-size: 100%;
}

.job-content .body {
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
}

.job-content .aside {
  width: 4.17rem;
  margin-right: 1.17rem;
  flex-shrink: 0;
}

.job-content .aside .head {
  font-size: 0.35rem;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin-bottom: 0.58rem;
}

.job-content .aside-box>input {
  background: #fff;
  display: block;
  width: 100%;
  padding: 0.63vw 0.78vw;
  border-radius: 5.21vw;
  border: 1px solid #eee;
  font-size: 0.78vw;
  margin-bottom: 2.08vw;
}

.job-content .aside .list>li.active .top-cate .plus {
  transform: rotate(90deg);
}

.job-content .aside .list>li.active .top-cate .plus:after {
  width: 0;
}

.job-content .aside .list .top-cate {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0.32rem;
  color: #000;
  line-height: 1.2;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e9e9e9;
  padding-right: 0.25rem;
  margin-bottom: 0.42rem;
}
.job-content .aside .list .top-cate .link {
  position: absolute;
  right: 20px;
  top: 1px;
  font-size: 0.30rem;
  width: 2.00rem;
  height: 12px;
  text-decoration: underline;
}
.job-content .aside .list .top-cate .plus {
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  transition: all 0.4s;
}

.job-content .aside .list .top-cate .plus:before,
.job-content .aside .list .top-cate .plus:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
}

.job-content .aside .list .top-cate .plus:before {
  width: 2px;
  height: 12px;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}

.job-content .aside .list .top-cate .plus:after {
  width: 12px;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.job-content .aside .sub-list {
  padding-bottom: 0.9rem;
  display: none;
}

.job-content .aside .sub-list>li {
  margin-bottom: 0.43rem;
}

.job-content .aside .sub-list>li:hover label {
  color: #000;
}

.job-content .aside .sub-list>li:hover .icon {
  border-color: #000;
}

.job-content .aside .sub-list>li.active .icon {
  border-color: #000;
  background: url(../images/img29.png) no-repeat center #000;
  background-size: 10px 10px;
}

.job-content .aside .sub-list>li:last-child {
  margin-bottom: 0;
}

.job-content .aside .sub-list>li label {
  color: #777;
  font-size: 0.25rem;
  display: flex;
  align-items: flex-start;
  transition: color 0.2s;
  cursor: pointer;
}

.job-content .aside .sub-list>li label input {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.job-content .aside .sub-list .icon {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.08rem;
  border: 1px solid #ddd;
  margin-right: 0.27rem;
  transition: border-color 0.2s;
  flex-shrink: 0;
}

.job-content .aside .tip {
  position: relative;
  margin-left: 5px;
}

.job-content .aside .tip:hover .tip-icon {
  background-position-y: -18px;
}

.job-content .aside .tip .tip-content:hover,
.job-content .aside .tip:hover .tip-content {
  opacity: 1;
  visibility: visible;
}

.job-content .aside .tip .tip-content {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(10px, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  padding: 12px 10px;
  font-size: 14px;
  width: 290px;
  line-height: 1.6;
  border-radius: 6px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.job-content .aside .tip .tip-icon {
  width: 18px;
  height: 18px;
  background: url(../images/img121.png) no-repeat;
  background-size: 100%;
}

.job-content .aside .navbar{
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.22rem;
}
.job-content .aside .navbar li a {
  display: block;
  padding: 0.13rem 0.33rem;
  border-radius: 1.67rem;
  color: #000000;
  background-color: rgb(229, 2, 17, 0.1);
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
  font-size: 0.27rem;
}
.job-content .aside .navbar li.active a {
  background-color: #E50211;
  color: #fff;
}

.job-content .aside .search2 {
  background-color: #f4f4f4;
  border-radius: 1.67rem;
  padding: 0.17rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.4rem;
}

.job-content .aside .search2 input {
  min-width: 0;
  flex-grow: 1;
}

.job-content .aside .search2 input::-webkit-input-placeholder {
  color: #c7c7c7;
}

.job-content .aside .search2 input::-moz-placeholder {
  color: #c7c7c7;
}

.job-content .aside .search2 input:-moz-placeholder {
  color: #c7c7c7;
}

.job-content .aside .search2 input:-ms-input-placeholder {
  color: #c7c7c7;
}

.job-content .aside .search2 button {
  width: 20px;
  flex-shrink: 0;
  margin-left: 10px;
}

.job-content .content {
  min-width: 0;
  flex-grow: 1;
}

.job-content .content .tip {
  font-size: 0.35rem;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin-bottom: 0.67rem;
}

.job-content .content .item {
  background-color: #f4f4f4;
  padding: 0.53rem;
  width: 100%;
  margin-bottom: 0.33rem;
  position: relative;
}

.job-content .content .item.active {
  flex-wrap: wrap;
}

.job-content .content .item.active .arrow {
  transform: rotate(180deg);
}

.job-content .content .item.active .name {
  font-size: 0.52rem;
}

.job-content .content .item.active .tool-btn {
  width: 2.33rem;
  height: 0.83rem;
  border-radius: 0.08rem;
  margin-right: 0.33rem;
  line-height: 0.8rem;
  text-align: center;
  transition: box-shadow 0.2s;
  display: block;
  color: #fff;
  border-color: #e60012;
  background-image: linear-gradient(-28deg, #bc0715 0%, #e60012 100%);
  font-size: 0.27rem;
}

.job-content .content .item.active .tool-btn:hover {
  box-shadow: 0 0 0.2rem -0.05rem rgba(0, 0, 0, 0.2);
}

.job-content .content .item:last-child {
  margin-bottom: 0;
}

.job-content .content .item .arrow {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/img27.png) no-repeat center;
  background-size: 100%;
  transition: transform 0.4s;
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.job-content .content .item .name {
  font-size: 0.35rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  transition: font-size 0.4s;
  cursor: pointer;
}

.job-content .content .item .tag {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0.33rem;
}

.job-content .content .item .tag span {
  color: #666;
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-size: 0.25rem;
}

.job-content .content .item .tag span:last-child:after {
  display: none;
}

.job-content .content .item .tag span:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.27rem;
  background-color: #666;
  margin: 0 0.13rem;
}


.job-content .content .item .simple {
  overflow: hidden;
  transition: opacity 0.4s;
  font-size: 0.27rem;
  line-height: 1.6;
}

.job-content .content .item.active .simple {
  display: none;
}


.job-content .content .item .simple p {
  line-height: 1.8;
  font-size: 0.28rem;
  color: #777;
}

.job-content .content .item .details {
  display: none;
}


.job-content .content .item.active .details {
  display: block;
}

.job-content .content .item .details .min-title {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0.33rem;
}

.job-content .content .item .details .desc {
  font-size: 0.28rem;
  color: #777;
  line-height: 2;
  margin-bottom: 0.67rem;
}

.job-content .content .item .tool-btn {
  display: block;
  cursor: pointer;
  user-select: none;
}

@media screen and (max-width: 1600px) {
  .job-content>.box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1100px) {
  /* .job-content .aside{
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .job-content .content .tip{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fcfcfc;
    padding: 30px 10px 20px;
    border-bottom: 1px solid #eee;
  } */
}

@media screen and (max-width: 1100px) {
  .job-content>.box {
    padding: 30px 20px;
  }

  .job-content .body {
    flex-wrap: wrap;
  }

  .job-content .aside {
    width: 100%;
  }

  .job-content .aside.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .job-content .aside .aside-box {
    margin-bottom: 30px;
  }

  .job-content .aside .head {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .job-content .aside .list .top-cate {
    font-size: 14px;
    padding: 12px;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    left: 0;
  }
  .job-content .aside .list .top-cate .link {
    top: 15px;
    font-size: 0.30rem;
    width: 2.50rem;
  }

  .job-content .aside .list .top-cate .plus {
    top: 15px;
    right: 12px;
  }

  .job-content .aside .sub-list {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .job-content .aside .sub-list::after {
    content: "";
    display: block;
    clear: both;
  }

  .job-content .aside .sub-list>li {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .job-content .aside .sub-list>li label {
    font-size: 13px;
    padding: 10px 0;
  }

  .job-content .aside .sub-list .icon {
    margin-right: 10px;
    margin-top: 3px;
    width: 14px;
    height: 14px;
  }

  .job-content:after {
    display: none;
  }

  .job-content .aside .tip {
    position: static;
  }

  .job-content .aside .sub-list-tip li {
    width: 100%;
    position: relative;
  }

  .job-content .aside .tip .tip-content {
    left: 0;
    top: 0;
    width: 100%;
    transform: translate(0, -100%);
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .job-content .title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .job-content .search {
    padding: 8px 0;
    margin-bottom: 30px;
  }

  .job-content .search input {
    padding: 0 14px;
    font-size: 13px;
  }

  .job-content .search button {
    width: 20px;
    margin-right: 10px;
  }

  .job-content .content .tip {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .job-content .content .item {
    padding: 20px 15px;
    flex-wrap: wrap;
  }

  .job-content .content .item .head {}

  .job-content .content .item.active .name {
    font-size: 18px;
  }

  .job-content .content .item.active .tag {
    margin-bottom: 25px;
  }

  .job-content .content .item.active .details .min-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .job-content .content .item.active .details .desc {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .job-content .content .item.active .tool-btn {
    width: 80px;
    height: 30px;
    margin-right: 10px;
    line-height: 28px;
    font-size: 12px;
  }

  .job-content .content .item.active .tool-btn:last-child {
    margin-right: 0;
  }

  .job-content .content .item .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .job-content .content .item .arrow {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 20px;
  }

  .job-content .content .item .tag {
    margin-bottom: 15px;
  }

  .job-content .content .item .tag span {
    font-size: 12px;
    line-height: 2em;
  }

  .job-content .content .item .simple {
    max-height: inherit;
  }

  .job-content .content .item .simple p {
    font-size: 14px;
  }

  .job-content .content .item .tag span:after {
    height: 12px;
  }

  .job-content .aside .search2 {
    padding: 10px 15px;
  }
}

/* ==================== 职位内容 End ==================== */
/* ==================== 通用分页 Start ==================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.27rem 0 2.13rem;
}

.pagination>a {
  display: block;
  font-size: 0.27rem;
  color: #999;
  margin-right: 0.5rem;
}

.pagination>a:last-child {
  margin-right: 0;
}

.pagination>a:hover,
.pagination>a.active {
  color: #00913a;
}

.pagination>a.prev,
.pagination>a.next {
  width: 1.67rem;
  height: 0.6rem;
  border-radius: 1.67rem;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 0.57rem;
}

.pagination>a.prev.active,
.pagination>a.next.active,
.pagination>a.prev:hover,
.pagination>a.next:hover {
  background-color: #1f2329;
  color: #fff;
  border-color: #1f2329;
}

.pagination>a.prev {
  margin-right: 0.83rem;
}

.pagination>a.next {
  margin-left: 0.33rem;
}

@media screen and (max-width: 1100px) {
  .pagination {
    margin: 30px 0 0;
  }

  .pagination>a {
    margin-right: 20px;
    font-size: 12px;
  }

  .pagination>a.prev,
  .pagination>a.next {
    width: auto;
    height: inherit;
    padding: 5px 10px;
    line-height: inherit;
  }

  .pagination>a.prev {
    margin-right: 20px;
  }

  .pagination>a.next {
    margin-left: 0;
  }
}

/* ==================== 通用分页 End ==================== */
/* ==================== 校园招聘通用样式 Start ==================== */
.school-job {
  background: url(../images/img46.jpg) no-repeat center bottom #f9f9f9;
  background-size: cover;
  overflow: hidden;
}

.school-job .box {
  width: 100%;
  max-width: 78.125%;
  margin: 0 auto;
}

@media screen and (max-width: 1610px) {
  .school-job .box {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1100px) {
  .school-job .box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .school-job .common-title {
    font-size: 24px;
  }
}

/* ==================== 校园招聘通用样式 End ==================== */
/* ==================== 通用标题 Start ==================== */
.common-title {
  font-size: 0.63rem;
  line-height: 1;
  color: #222;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .common-title {
    font-size: 24px;
  }
}

/* ==================== 通用标题 End ==================== */
/* ==================== 校园招聘 - 第一屏 Start ==================== */
.school-job-section1 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.school-job-section1 .video {
  width: 100%;
}

.school-job-section1 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.school-job-section1 .slogan{
  text-align: center;
}
.school-job-section1 .slogan img {
  max-width: 80%;
}

.school-job-section1 .nav {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 3;
  justify-content: flex-end;
  background: #333;
  padding: 0.78vw 6.25vw;
  order: -1;
}

.school-job-section1 .nav>li {
  margin-right: 0.35rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  transition: all .4s;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.school-job-section1 .nav>li.active,
.school-job-section1 .nav>li:hover {
  background-color: #fff;
}

.school-job-section1 .nav>li.active a,
.school-job-section1 .nav>li:hover a {
  color: #333;
}

.school-job-section1 .nav>li:last-child {
  margin-right: 0;
}

.school-job-section1 .nav>li a {
  display: block;
  width: 100%;
  font-size: 0.25rem;
  color: #cdcdcd;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  transition: all .4s;
}

.school-job-section1 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.school-job-section1 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.1rem;
}

.school-job-section1 .btn-group .view-job,
.school-job-section1 .btn-group .view-video {
  width: 2.67rem;
  height: 0.75rem;
  line-height: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.67rem;
  border: 1px solid #e60012;
  text-decoration: none;
  font-size: 0.27rem;
}

.school-job-section1 .btn-group .view-job {
  background-color: #e60012;
  color: #fff;
  margin-right: 1.03rem;
}

.school-job-section1 .btn-group .view-video {
  border-color: #bfbfbf;
  color: #fff;
}

.school-job-section1 .btn-group .view-video:after {
  content: "";
  display: inline-block;
  border-left: 0.2rem solid #fff;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  margin-left: 0.23rem;
}

.school-job-section1 .video-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.4s;
}

.school-job-section1 .video-content.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.school-job-section1 .video-content video {
  width: 100%;
  display: block;
}

/* @media screen and (max-width: 1610px) {
  .school-job-section1 .content {
    padding-top: 150px;
  }
  .school-job-section1 .slogan img {
    width: 510px;
  }
} */
@media screen and (max-width: 1100px) {
  .school-job-section1 .video {
    position: relative;
  }

  .school-job-section1 .video:after {
    content: "";
    display: block;
    background: url(../images/img03.png) no-repeat center;
    background-size: 100%;
    width: 197px;
    height: 65px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .school-job-section1 .content {
    padding-top: 0;
    position: static;
  }

  .school-job-section1 .btn-group {
    display: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }

  .school-job-section1 .btn-group .view-job,
  .school-job-section1 .btn-group .view-video {
    width: 48%;
    height: auto;
    line-height: inherit;
    padding: 8px 0;
    font-size: 14px;
  }

  .school-job-section1 .btn-group .view-job {
    margin-right: 4%;
  }

  .school-job-section1 .btn-group .view-video {
    background-color: #eee;
    color: #000;
  }

  .school-job-section1 .btn-group .view-video:after {
    border-left-color: #000;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 8px;
    margin-left: 10px;
  }

  .school-job-section1 .slogan {
    max-width: 80%;
    margin: 0 auto;
    display: none;
  }

  .school-job-section1 .nav {
    padding: 8px 20px;
    width: 100%;
    flex-wrap: wrap;
  }

  .school-job-section1 .nav>li {
    text-align: center;
    width: 48%;
    margin-right: 4%;
    padding: 6px 0;
  }

  .school-job-section1 .nav>li a {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
  }

  .school-job-section1 .nav>li:nth-child(2n) {
    margin-right: 0;
  }

  .school-job-section1 .nav>li:nth-child(2)~li {
    margin-top: 8px;
  }
}

/* ==================== 校园招聘 - 第一屏 End ==================== */
/* ==================== 通用分类 Start ==================== */
.common-category {
  margin-bottom: 1.67rem;
}

.common-category>.common-box {
  width: 100%;
  max-width: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 0.75rem;
}

.common-category .cate-item {
  display: block;
  font-size: 0.28rem;
  color: #888;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 1.67rem;
  text-decoration: none;
  padding: 0 0.33rem;
  min-width: 2.07rem;
  text-align: center;
  margin-right: 0.67rem;
  transition: background-color 0.4s, color 0.4s;
}

.common-category .cate-item:last-child {
  margin-right: 0;
}

.common-category .cate-item.active,
.common-category .cate-item:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .common-category {
    margin-bottom: 20px;
  }

  .common-category .cate-item {
    margin-right: 0;
    min-width: inherit;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    width: 32%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #efefef;
  }

  .common-category .cate-item:nth-child(3)~.cate-item {
    margin-top: 10px;
  }

  .common-category .cate-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .common-category>.common-box {
    flex-wrap: wrap;
  }
}

/* ==================== 通用分类 End ==================== */
/* ==================== 校园招聘 - 分类 Start ==================== */
.common-category {
  margin-bottom: 1.67rem;
}

.common-category>.box {
  width: 100%;
  max-width: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 0.75rem;
}

.common-category .cate-item {
  display: block;
  font-size: 0.28rem;
  color: #888;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 1.67rem;
  text-decoration: none;
  padding: 0 0.33rem;
  min-width: 2.07rem;
  text-align: center;
  margin-right: 0.67rem;
  transition: background-color 0.4s, color 0.4s;
}

.common-category .cate-item:last-child {
  margin-right: 0;
}

.common-category .cate-item.active,
.common-category .cate-item:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .common-category {
    margin-bottom: 20px;
  }

  .common-category .cate-item {
    margin-right: 0;
    min-width: inherit;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    width: 32%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #efefef;
  }

  .common-category .cate-item:nth-child(3)~.cate-item {
    margin-top: 10px;
  }

  .common-category .cate-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .common-category>.box {
    flex-wrap: wrap;
  }
}

/* ==================== 校园招聘 - 分类 End ==================== */
/* ==================== 校招项目 Start ==================== */
.school-job-section2 {
  padding-bottom: 2.17rem;
}

.school-job-section2 .common-title {
  margin-bottom: 1rem;
}

.school-job-section2 .itembox {
  display: flex;
  align-items: flex-start;
  align-items: stretch;
}

.school-job-section2 .item {
  border-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.school-job-section2 .item:hover .icon img {
  transform: translate(0.17rem, -0.17rem);
}

.school-job-section2 .item .icon {
  background: url(../images/img37.jpg) no-repeat;
  background-size: cover;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.school-job-section2 .item .icon img {
  width: 3rem;
  transition: transform 0.4s;
}

.school-job-section2 .item .content {
  background-color: #fff;
  padding: 0.5rem;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.school-job-section2 .item .title {
  font-size: 0.38rem;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.42rem;
  text-align: center;
  width: 100%;
}

.school-job-section2 .item .title span {
  font-size: 0.45rem;
}

.school-job-section2 .item .details {
  font-size: 0.26rem;
  color: #888;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 0.5rem;
  min-width: 0;
  flex-grow: 1;
}

.school-job-section2 .item .more {
  width: 1.83rem;
  height: 0.63rem;
  border-radius: 1.67rem;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 0.25rem;
  display: block;
  line-height: 0.6rem;
  position: relative;
  overflow: hidden;
  transition: color 0.2s;
}

.school-job-section2 .item .more:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.4s;
  border-radius: 0.83rem;
}

.school-job-section2 .item .more span {
  position: relative;
  z-index: 2;
}

.school-job-section2 .item .more:hover {
  color: #fff;
}

/* @media screen and (max-width: 1610px) {
  .school-job-section2 .box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .school-job-section2 .item .details {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .school-job-section2 .item .title {
    font-size: 20px;
  }
  .school-job-section2 .item .more {
    width: 100px;
    height: 34px;
    line-height: 32px;
    font-size: 12px;
  }
  .school-job-section2 .item .icon {
    height: 220px;
  }
  .school-job-section2 .item .icon img {
    width: 140px;
  }
} */
@media screen and (min-width: 1100px) {

  .school-job-section2 .item .more:hover:after {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .school-job-section2 {
    padding-bottom: 50px;
  }

  .school-job-section2 .box {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .school-job-section2 .common-title {
    margin-bottom: 40px;
  }

  .school-job-section2 .itembox {
    flex-wrap: wrap;
  }

  .school-job-section2 .item .icon {
    height: auto;
    padding: 30px 0;
  }

  .school-job-section2 .item .icon img {
    width: 80px;
  }

  .school-job-section2 .item .content {
    padding: 15px 10px;

  }

  .school-job-section2 .item .title {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .school-job-section2 .item .details {
    font-size: 12px;
    line-height: 2em;
  }

  .school-job-section2 .item .more {
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    transition: background-color .4s, color .4s;
  }

  .school-job-section2 .item .more:hover {
    background-color: #000;
  }
}

/* ==================== 校招项目 End ==================== */
/* ==================== 招聘新闻 Start ==================== */
.school-job-section3 #school-job-swiper {
  margin-bottom: 1.73rem;
  padding-top: 1.5rem;
  padding-bottom: 1.83rem;
}

.school-job-section3 #school-job-swiper>.swiper-wrapper>.swiper-slide {
  display: flex;
  align-items: flex-start;
}

.school-job-section3 #school-job-swiper .left {
  display: block;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 11.17rem;
  flex-shrink: 0;
  margin-right: 0.67rem;
}

.school-job-section3 #school-job-swiper .left:hover .title {
  color: #e60012;
}

.school-job-section3 #school-job-swiper .left .cover {
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.school-job-section3 #school-job-swiper .left .info {
  background-color: #fff;
  padding: 0.5rem;
}

.school-job-section3 #school-job-swiper .left .title {
  font-size: 0.32rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.33rem;
  transition: color 0.2s;
}

.school-job-section3 #school-job-swiper .left .details {
  font-size: 0.27rem;
  color: #888;
  line-height: 1.8;
  margin-bottom: 0.58rem;
}

.school-job-section3 #school-job-swiper .left .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.school-job-section3 #school-job-swiper .left .time {
  font-size: 0.27rem;
  color: #c0bebe;
  line-height: 1.2;
  position: relative;
  padding-left: 0.5rem;
}

.school-job-section3 #school-job-swiper .left .time:before {
  content: "";
  display: block;
  background: url(../images/img40.png) no-repeat center;
  width: 0.33rem;
  height: 0.33rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
}

.school-job-section3 #school-job-swiper .left .number {
  padding-left: 0.58rem;
  position: relative;
  color: #c0bebe;
  font-size: 0.27rem;
}

.school-job-section3 #school-job-swiper .left .number:before {
  content: "";
  display: block;
  background: url(../images/img41.png) no-repeat center;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: 100%;
}

.school-job-section3 #school-job-swiper .news-list {
  height: 10.63rem;
}

.school-job-section3 #school-job-swiper .news-list .swiper-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #fff;
  padding: 0 0.67rem 0 0.83rem;
  border-radius: 0.25rem;
}

.school-job-section3 #school-job-swiper .news-list .swiper-slide>.content {
  display: flex;
  align-items: flex-start;
}

.school-job-section3 #school-job-swiper .news-list .swiper-slide:hover .title {
  color: #e60012;
}

.school-job-section3 #school-job-swiper .news-list .swiper-slide:hover .info:after {
  transform: translateX(0.17rem);
}

.school-job-section3 #school-job-swiper .news-list .date {
  text-align: center;
  flex-shrink: 0;
  margin-right: 0.67rem;
}

.school-job-section3 #school-job-swiper .news-list .day {
  font-size: 0.77rem;
  color: #e60012;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.17rem;
}

.school-job-section3 #school-job-swiper .news-list .year {
  font-size: 0.23rem;
  color: #aaa;
  line-height: 1.2;
}

.school-job-section3 #school-job-swiper .news-list .info {
  min-width: 0;
  flex-grow: 1;
}

.school-job-section3 #school-job-swiper .news-list .info:after {
  content: "";
  display: block;
  background: url(../images/img39.png) no-repeat center;
  width: 0.7rem;
  height: 0.17rem;
  margin-right: 0;
  margin-left: auto;
  margin-top: 0.33rem;
  transition: transform 0.2s;
  background-size: 100%;
}

.school-job-section3 #school-job-swiper .news-list .title {
  font-size: 0.32rem;
  color: #333;
  line-height: 1;
  margin-bottom: 0.33rem;
  font-weight: bold;
  transition: color 0.2s;
}

.school-job-section3 #school-job-swiper .news-list .details {
  font-size: 0.27rem;
  color: #888;
  text-align: justify;
  line-height: 1.8;
}

/* @media screen and (max-width: 1610px) {
  .school-job-section3 #school-job-swiper .left {
    width: 550px;
  }
  .school-job-section3 #school-job-swiper .news-list {
    height: 563px;
  }
  .school-job-section3 #school-job-swiper .news-list .info::after {
    margin-top: 10px;
  }
} */
/* @media screen and (max-width: 1230px) {
  .school-job-section3 #school-job-swiper .left {
    width: 490px;
    margin-right: 30px;
  }
  .school-job-section3 #school-job-swiper .left .info {
    padding: 20px;
  }
  .school-job-section3 #school-job-swiper .left .title {
    margin-bottom: 15px;
  }
  .school-job-section3 #school-job-swiper .left .details {
    font-size: 15px;
  }
  .school-job-section3 #school-job-swiper .news-list {
    height: 497px;
  }
  .school-job-section3 #school-job-swiper .news-list .day {
    font-size: 34px;
  }
  .school-job-section3 #school-job-swiper .news-list .title {
    margin-bottom: 15px;
  }
  .school-job-section3 #school-job-swiper .news-list .details {
    font-size: 14px;
  }
  .school-job-section3 #school-job-swiper .news-list .info:after {
    width: 28px;
    height: 8px;
    margin-top: 5px;
  }
} */
@media screen and (max-width: 1100px) {
  .school-job-section3 #school-job-swiper {
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 0;
  }

  .school-job-section3 #school-job-swiper>.swiper-wrapper>.swiper-slide {
    display: block;
  }

  .school-job-section3 #school-job-swiper .left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .school-job-section3 #school-job-swiper .left .number {
    padding-left: 30px;
    font-size: 14px;
  }

  .school-job-section3 #school-job-swiper .left .number:before {
    width: 24px;
    height: 24px;
  }

  .school-job-section3 #school-job-swiper .left .info {
    padding: 20px 15px;
  }

  .school-job-section3 #school-job-swiper .left .title {
    font-size: 16px;
  }

  .school-job-section3 #school-job-swiper .left .details {
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 15px;
  }

  .school-job-section3 #school-job-swiper .left .time {
    font-size: 14px;
    padding-left: 24px;
  }

  .school-job-section3 #school-job-swiper .left .time:before {
    width: 16px;
    height: 16px;
  }

  .school-job-section3 #school-job-swiper .news-list {
    height: 340px;
  }

  .school-job-section3 #school-job-swiper .news-list .swiper-slide {
    padding: 0 15px;
    border-radius: 10px;
  }

  .school-job-section3 #school-job-swiper .news-list .date {
    margin-right: 20px;
  }

  .school-job-section3 #school-job-swiper .news-list .day {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .school-job-section3 #school-job-swiper .news-list .year {
    font-size: 12px;
  }

  .school-job-section3 #school-job-swiper .news-list .info:after {
    display: none;
  }

  .school-job-section3 #school-job-swiper .news-list .title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .school-job-section3 #school-job-swiper .news-list .details {
    font-size: 12px;
    height: 3.6em;
    line-height: 1.8;
  }
}

/* ==================== 招聘新闻 End ==================== */
/* ==================== 校园招聘通用swiper样式 Start ==================== */
.common-swiper-options {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.common-swiper-options .button-group {
  display: flex;
  align-items: center;
}

.common-swiper-options .swiper-button-prev,
.common-swiper-options .swiper-button-next {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 100%;
  border: 1px solid;
  position: static;
  margin: 0;
  opacity: 1 !important;
  border-color: #a99f9f;
  background: none;
  outline: none;
}

.common-swiper-options .swiper-button-prev:hover,
.common-swiper-options .swiper-button-next:hover {
  background: #3a3434;
  border-color: #3a3434;
}

.common-swiper-options .swiper-button-prev:after,
.common-swiper-options .swiper-button-next:after {
  font-size: 0.2rem;
  color: #a99f9f;
}

.common-swiper-options .swiper-button-prev {
  margin-right: 0.12rem;
}

.common-swiper-options .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 0.75rem;
}

.common-swiper-options .swiper-pagination .swiper-pagination-bullet {
  width: 0.17rem;
  height: 0.17rem;
  background-color: #c9c9c9;
  margin-right: 0.17rem;
  opacity: 1;
}

.common-swiper-options .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.common-swiper-options .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3a3434;
}

@media screen and (max-width: 1100px) {
  .common-swiper-options {
    position: static;
    transform: translate(0);
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
  }

  .common-swiper-options .swiper-button-prev,
  .common-swiper-options .swiper-button-next {
    width: 30px;
    height: 30px;
    border-color: #888;
  }

  .common-swiper-options .swiper-button-prev:after,
  .common-swiper-options .swiper-button-next:after {
    color: #888;
  }

  .common-swiper-options .swiper-pagination {
    margin-left: 0;
  }

  .common-swiper-options .swiper-button-prev {
    margin-right: 10px;
  }

  .common-swiper-options .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/* ==================== 校园招聘通用swiper样式 End ==================== */
/* ==================== 校招 TV Start ==================== */
.school-job-section4 {
  padding-bottom: 3rem;
}

.school-job-section4 .common-category {
  margin-bottom: 0.83rem;
}

.school-job-section4 .common-category>.box {
  padding-top: 0.5rem;
}

.school-job-section4 .common-category .cate-item {
  margin-right: 1.67rem;
}

.school-job-section4 .common-category .cate-item:last-child {
  margin-right: 0;
}

.school-job-section4 .video {
  position: relative;
  width: 12.45rem;
  flex-shrink: 0;
}

.school-job-section4 .video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img42.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.25rem 0 0 0.25rem;
  cursor: pointer;
}

.school-job-section4 .video img {
  width: 100%;
  border-radius: 0.25rem 0 0 0.25rem;
}

.school-job-section4 .video.active .video-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.school-job-section4 .video .video-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.4s;
}

.school-job-section4 .video .video-content video {
  width: 100%;
  max-width: 10rem;
  display: block;
}

.school-job-section4 .right {
  width: 100%;
  height: 9.88rem;
  background: url(../images/img43.png) repeat center #fff;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0.83rem 0.5rem 0.67rem 1.17rem;
  overflow: hidden;
}

.school-job-section4 .right .swiper-slide {
  display: block;
  font-size: 0.35rem;
  color: #888;
  line-height: 1.2;
  padding-left: 0.78rem;
  position: relative;
  transition: color 0.4s;
  border-bottom: 1px solid #e9e9e9;
}

.school-job-section4 .right .swiper-slide:hover {
  color: #333;
}

.school-job-section4 .right .swiper-slide:hover:before {
  background-color: #dc1919;
}

.school-job-section4 .right .swiper-slide:before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  background-color: #bcb5b5;
  position: absolute;
  top: 0.13rem;
  left: 0.17rem;
  box-shadow: 0 0 0 0.08rem rgba(0, 0, 0, 0.06);
  transition: background-color 0.4s;
}

.school-job-section4 .right .swiper-scrollbar {
  width: 0.1rem;
  background-color: #e9e9e9;
  border-radius: 0.05rem;
}

.school-job-section4 .right .swiper-scrollbar-drag {
  background-color: #e60012;
  border-radius: 0.08rem;
  cursor: pointer;
}

.school-job-section4 .school-job-section4-swiper {
  height: calc(100% - 0.17rem);
  padding-right: 1rem;
}

/* @media screen and (max-width: 1610px) {
  .school-job-section4 .video {
    width: 620px;
  }
  .school-job-section4 .right {
    height: 492px;
  }
  .school-job-section4 .right .swiper-slide {
    font-size: 18px;
  }
  .school-job-section4 .right .swiper-slide:before {
    top: 4px;
  }
} */
@media screen and (min-width: 1100px) {
  .school-job-section4 .school-job-section4-box .swiper-slide {
    display: flex;
    align-items: stretch;
  }
}

@media screen and (max-width: 1100px) {
  .school-job-section4 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .school-job-section4 .common-category {
    margin-bottom: 20px;
  }

  .school-job-section4 .common-category .cate-item {
    margin: 5px !important;
    width: auto;
  }

  .school-job-section4 .common-category .cate-item:last-child {
    margin-right: 0;
  }

  .school-job-section4 .content {
    padding: 0 20px;
  }

  .school-job-section4 .content>.box {
    display: block;
    padding: 0;
  }

  .school-job-section4 .video {
    width: 100%;
  }

  .school-job-section4 .video:after {
    background-size: 40px;
  }

  .school-job-section4 .video:after,
  .school-job-section4 .video img {
    border-radius: 10px 10px 0 0;
  }

  .school-job-section4 .video .video-content {
    padding: 0 20px;
  }

  .school-job-section4 .right {
    padding: 20px;
    padding-right: 10px;
    height: 400px;
    border-radius: 15px;
  }

  .school-job-section4 .right .swiper-slide {
    font-size: 14px;
    padding-left: 30px;
  }

  .school-job-section4 .right .swiper-slide:before {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
  }

  .school-job-section4 .right .swiper-scrollbar {
    width: 4px;
  }

  .school-job-section4 .right .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 100px;
  }

  .school-job-section4 .school-job-section4-swiper {
    padding-right: 30px;
    height: calc(100% - 0);
  }
}

/* ==================== 校招 TV End ==================== */
/* ==================== 校招生福利 Start ==================== */
.school-job-section5 {
  padding-bottom: 2.5rem;
}

.school-job-section5 .common-title {
  margin-bottom: 1.12rem;
}

.school-job-section5 .content>.box {
  display: flex;
  align-items: stretch;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem -0.25rem rgba(0, 0, 0, 0.2);
  padding-left: 0;
  padding-right: 0;
}

.school-job-section5 .content .info {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.5rem 1.17rem;
  background: url(../images/img43.png) repeat center #fff;
  background-size: cover;
}

.school-job-section5 .content .item {
  margin-bottom: 1rem;
}

.school-job-section5 .content .item .text1 {
  font-size: 0.42rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0.42rem;
}

.school-job-section5 .content .item .desc {
  font-size: 0.28rem;
  color: #888;
  line-height: 1.4;
  text-align: justify;
}

.school-job-section5 .content .tip {
  font-size: 0.28rem;
  color: #ff0000;
  line-height: 1.2;
}

.school-job-section5 .image {
  width: 12.37rem;
  flex-shrink: 0;
}

/* @media screen and (max-width: 1610px) {
  .school-job-section5 .image {
    width: 600px;
  }
  .school-job-section5 .content .item {
    margin-bottom: 40px;
  }
} */
@media screen and (max-width: 1100px) {
  .school-job-section5 {
    padding-bottom: 50px;
  }

  .school-job-section5 .common-title {
    margin-bottom: 30px;
  }

  .school-job-section5 .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .school-job-section5 .content>.box {
    flex-wrap: wrap;
    padding: 0;
    border-radius: 10px;
  }

  .school-job-section5 .content .info {
    padding: 30px 20px;
  }

  .school-job-section5 .content .item {
    margin-bottom: 20px;
  }

  .school-job-section5 .content .item .text1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .school-job-section5 .content .item .desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .school-job-section5 .content .tip {
    font-size: 14px;
  }

  .school-job-section5 .image {
    width: 100%;
  }
}

/* ==================== 校招生福利 End ==================== */
/* ==================== 雏鹰说 Start ==================== */
.school-job-section6 .common-title {
  margin-bottom: 1.17rem;
}

.school-job-section6>.box {
  padding-bottom: 2.57rem;
}

.school-job-section6 #school-job-section6-swiper {
  background-color: #fff;
  border-radius: 0.25rem;
}

.school-job-section6 .content {
  max-width: 17rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0.73rem 0 0.83rem;
  padding-bottom: 2.2rem;
}

.school-job-section6 .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1rem;
}

.school-job-section6 .info {
  min-width: 0;
  flex-grow: 1;
  padding-top: 0.17rem;
}

.school-job-section6 .info .text1 {
  font-size: 0.52rem;
  color: #333;
  line-height: 1;
  margin-bottom: 0.17rem;
}

.school-job-section6 .info .text2 {
  font-size: 0.28rem;
  color: #888;
  line-height: 1.1;
  margin-bottom: 0.33rem;
}

.school-job-section6 .info .desc {
  font-size: 0.28rem;
  color: #333;
  line-height: 1.8;
}

.school-job-section6 .common-swiper-options {
  left: 8rem;
  bottom: 0.83rem;
  transform: translateX(0);
  z-index: 9;
}

.school-job-section6 .common-swiper-options .swiper-button-disabled {
  opacity: 0.4 !important;
}

@media screen and (max-width: 1100px) {
  .school-job-section6>.box {
    padding-bottom: 60px;
  }

  .school-job-section6 .common-title {
    margin-bottom: 40px;
  }

  .school-job-section6 .content {
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .school-job-section6 .avatar {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }

  .school-job-section6 .info {
    padding-top: 0;
  }

  .school-job-section6 .info .text1 {
    font-size: 22px;
  }

  .school-job-section6 .info .text2 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .school-job-section6 .info .desc {
    font-size: 14px;
    line-height: 2;
  }

  .school-job-section6 .common-swiper-options {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* ==================== 雏鹰说 End ==================== */
/* ==================== 通用按钮 Start ==================== */
.common-more-btn {
  display: table;
  min-width: 2.07rem;
  height: 0.7rem;
  border: 1px solid #000;
  border-radius: 1.67rem;
  text-align: center;
  font-size: 0.28rem;
  color: #000;
  line-height: 0.67rem;
  margin: 0 auto;
  margin-top: 0.83rem;
  transition: color 0.4s;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.common-more-btn:hover {
  color: #fff;
}

.common-more-btn:hover:after {
  width: 100%;
}

.common-more-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-radius: 1.67rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  transition: width 0.4s;
}

.common-more-btn span {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1100px) {
  .common-more-btn {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 8px 0;
  }
}

/* ==================== 通用按钮 End ==================== */
/* ==================== 第一屏 Start ==================== */
@media screen and (max-width: 1100px) {
  .school-job02-section0 .float-search {
    padding-top: 20px;
  }

  .school-job02-section0 .float-search .slogan {
    margin-bottom: 10px;
  }
}

/* ==================== 第一屏 End ==================== */
/* ==================== 招聘流程 Start ==================== */
.school-job01 {
  overflow: hidden;
  background: url(../images/img55.jpg) no-repeat center bottom #f9f9f9;
  background-size: cover;
}

@media screen and (max-width: 1100px) {
  .school-job01 .common-category {
    margin-bottom: 30px;
  }

  .school-job01 .common-category>.common-box {
    padding-top: 30px;
  }
}

.school-job02-section1 {
  margin-bottom: 110px;
}

.school-job02-section1 .body {
  background-color: #fff;
  padding: 66px 100px 100px 100px;
}

.school-job02-section1 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.school-job02-section1 .item {
  width: 19%;
  margin-right: 8%;
  text-align: center;
  position: relative;
}

.school-job02-section1 .item:last-child:after {
  display: none;
}

.school-job02-section1 .item:after {
  content: "";
  display: block;
  background: url(../images/img52.png) no-repeat center;
  position: absolute;
  right: -26%;
  top: 60px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.school-job02-section1 .item:last-child {
  margin-right: 0;
}

.school-job02-section1 .item .icon {
  width: 120px;
  height: 120px;
  background: url(../images/img56.png) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 100%;
}

.school-job02-section1 .item .text1 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.school-job02-section1 .item .desc {
  font-size: 17px;
  color: #888;
  line-height: 1.4;
}

.school-job02-section1 .common-title {
  margin-bottom: 60px;
}

.school-job02-section1 .common-more-btn {
  margin-top: 70px;
}

@media screen and (max-width: 1100px) {
  .school-job02-section1 {
    margin-bottom: 40px;
  }

  .school-job02-section1 .body {
    padding: 30px 20px;
  }

  .school-job02-section1 .itembox {
    flex-wrap: wrap;
  }

  .school-job02-section1 .item {
    width: 48%;
    margin-right: 4%;
  }

  .school-job02-section1 .item:after {
    top: 40px;
    width: 20px;
    height: 20px;
    right: -20px;
  }

  .school-job02-section1 .item:nth-child(2n) {
    margin-right: 0;
  }

  .school-job02-section1 .item:nth-child(2n):after {
    display: none;
  }

  .school-job02-section1 .item:nth-child(2)~.item {
    margin-top: 20px;
  }

  .school-job02-section1 .item .icon {
    width: 80px;
    height: 80px;
  }

  .school-job02-section1 .item .text1 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .school-job02-section1 .item .desc {
    font-size: 12px;
    line-height: 1.8;
  }

  .school-job02-section1 .common-more-btn {
    margin-top: 30px;
  }

  .school-job02-section1 .common-title {
    margin-bottom: 30px;
  }
}

/* ==================== 招聘流程 End ==================== */
/* ==================== 宣讲概览 Start ==================== */
.school-job02-section2 {
  padding-bottom: 1.67rem;
}

.school-job02-section2 .common-title {
  margin-bottom: 0.83rem;
}

.school-job02-section2 .body {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.67rem;
  padding-top: 1.33rem;
}

.school-job02-section2 .top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.33rem;
}

.school-job02-section2 .top .icon {
  margin-top: 0.42rem;
  width: 2.17rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.school-job02-section2 .top .info {
  min-width: 0;
  flex-grow: 1;
}

.school-job02-section2 .top .info .text1 {
  font-size: 0.52rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.school-job02-section2 .top .info .desc {
  font-size: 0.28rem;
  color: #888;
  line-height: 1.6;
}

.school-job02-section2 table,
.school-job02-section2 td {
  border-collapse: collapse;
}

.school-job02-section2 table {
  width: 100%;
}

.school-job02-section2 table thead {
  background-color: #e0e0e0;
}

.school-job02-section2 table th,
.school-job02-section2 table td {
  padding-left: 1.17rem;
}

.school-job02-section2 table th {
  font-size: 0.32rem;
  text-align: left;
}

.school-job02-section2 table th:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.school-job02-section2 table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.school-job02-section2 table td {
  font-size: 0.28rem;
  color: #666;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.school-job02-section2 table td a {
  color: #6ca6ce;
}

.school-job02-section2 table td a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1100px) {
  .school-job02-section2 .common-category {
    margin-bottom: 1rem;
  }

  .school-job02-section2 .common-category>.common-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .school-job02-section2 .common-category .cate-item {
    min-width: 4.33rem;
  }
}

@media screen and (max-width: 1100px) {
  .school-job02-section2 {
    padding-bottom: 50px;
  }

  .school-job02-section2 .common-title {
    margin-bottom: 30px;
  }

  .school-job02-section2 .common-category>.common-box {
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .school-job02-section2 .common-category .cate-item {
    width: auto;
  }

  .school-job02-section2 .common-category .cate-item.active {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }

  .school-job02-section2 .common-category .cate-item:hover {
    border-color: #efefef;
    color: #888;
    background: none;
  }

  .school-job02-section2 .body {
    padding: 20px;
  }

  .school-job02-section2 .top {
    flex-wrap: wrap;
  }

  .school-job02-section2 .top .icon {
    width: 80px;
    margin: 0 auto;
  }

  .school-job02-section2 .top .info .text1 {
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .school-job02-section2 .top .info .desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .school-job02-section2 table th,
  .school-job02-section2 table td {
    padding: 8px 10px;
    line-height: 1.6;
  }

  .school-job02-section2 table th {
    font-size: 14px;
    line-height: 1;
  }

  .school-job02-section2 table td {
    font-size: 12px;
  }
}

/* ==================== 宣讲概览 End ==================== */
/* ==================== Q&A Start ==================== */
.school-job02-section3 .common-box {
  max-width: 18.33rem;
  padding-bottom: 1.67rem;
}

.school-job02-section3 .common-title {
  margin-bottom: 1.1rem;
}

.school-job02-section3 .item {
  background-color: #fff;
  border-radius: 0.17rem;
  margin-bottom: 0.5rem;
  box-shadow: 0rem 0rem 1.08rem 0.13rem rgba(10, 2, 5, 0.05);
}

.school-job02-section3 .item:nth-child(6)~.item {
  display: none;
}

.school-job02-section3 .item:last-child {
  margin-bottom: 0;
}

.school-job02-section3 .item.active {
  background: url(../images/img43.png) repeat center #fff;
}

.school-job02-section3 .item.active .head:after {
  transform: translateY(-50%) rotate(-135deg);
}

.school-job02-section3 .item .head {
  position: relative;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 0.35rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 0.83rem;
  cursor: pointer;
}

.school-job02-section3 .item .head:before {
  content: "Q";
  font-weight: bold;
  font-size: 0.35rem;
  line-height: 1;
  margin: 0 0.42rem;
  margin-top: 0.05rem;
}

.school-job02-section3 .item .head:after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-right: 0.03rem solid #aaa;
  border-bottom: 0.03rem solid #aaa;
  position: absolute;
  right: 0.5rem;
  top: 0.6rem;
  transform: rotate(45deg);
  transition: transform 0.4s;
}

.school-job02-section3 .item .body {
  position: relative;
  padding-bottom: 0.83rem;
  font-size: 0.28rem;
  color: #666;
  line-height: 2;
  display: none;
}

.school-job02-section3 .item .body:before {
  content: "A";
  font-weight: bold;
  color: #000;
  font-size: 0.35rem;
  margin: 0 0.42rem;
  line-height: 1;
  margin-top: 0.13rem;
  float: left;
}

.school-job02-section3 .item .body:after {
  content: "";
  display: block;
  clear: both;
}

.school-job02-section3 .item .body .content {
  float: left;
  width: 90%;
}

.school-job02-section3 .common-more-btn {
  color: #999999;
  border-color: #ccc;
  transition: border-color 0.4s, color 0.4s, background-color 0.4s;
  margin-top: 0.93rem;
}

.school-job02-section3 .common-more-btn::after {
  display: none;
}

.school-job02-section3 .common-more-btn.loading span:after {
  width: auto;
  height: auto;
  border: 0;
  margin: 0;
  content: "...";
  transform: translate(0);
}

.school-job02-section3 .common-more-btn:hover {
  background-color: #000;
  color: #fff;
}

.school-job02-section3 .common-more-btn:hover span::after {
  border-color: #fff;
}

.school-job02-section3 .common-more-btn span {
  display: flex;
  align-items: center;
}

.school-job02-section3 .common-more-btn span:after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-top: 0.03rem solid #999;
  border-right: 0.03rem solid #999;
  transform: rotate(135deg);
  margin-bottom: 0.1rem;
  margin-left: 0.17rem;
  transition: border-color 0.4s;
}

@media screen and (max-width: 1100px) {
  .school-job02-section3 {
    padding-bottom: 0;
  }

  .school-job02-section3 .common-box {
    padding-bottom: 40px;
  }

  .school-job02-section3 .common-title {
    margin-bottom: 30px;
  }

  .school-job02-section3 .item {
    margin-bottom: 15px;
  }

  .school-job02-section3 .item .head {
    font-size: 15px;
    padding: 15px 0;
    padding-right: 40px;
    line-height: 1.5;
  }

  .school-job02-section3 .item .head:before {
    font-size: 15px;
    margin: 0 10px;
    margin-top: 4px;
    margin-right: 15px;
  }

  .school-job02-section3 .item .head::after {
    right: 20px;
    top: 20px;
  }

  .school-job02-section3 .item .body {
    padding-bottom: 20px;
  }

  .school-job02-section3 .item .body:before {
    margin: 0 10px;
    margin-top: 5px;
    font-size: 15px;
    margin-right: 15px;
  }

  .school-job02-section3 .item .body .content {
    width: 87%;
    font-size: 14px;
    padding-right: 10px;
  }

  .school-job02-section3 .common-more-btn {
    margin: 20px 0 0;
  }

  .school-job02-section3 .common-more-btn span {
    justify-content: center;
  }
}

/* ==================== Q&A End ==================== */
/* ==================== 了解更多 Start ==================== */
.school-job02-section4 {
  padding-bottom: 1.67rem;
}

.school-job02-section4 .common-box {
  position: relative;
}

.school-job02-section4 .body {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.school-job02-section4 .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  background: url(../images/img48.jpg) no-repeat;
  background-size: cover;
  transform-origin: bottom;
  transition: 0.8s;
}

.school-job02-section4 .left {
  position: relative;
  z-index: 9;
  min-width: 0;
  flex-grow: 1;
  padding-left: 1.28rem;
  padding-top: 1rem;
  transition: 0.8s;
}

.school-job02-section4 .left .text1 {
  font-size: 0.52rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.58rem;
  transition: font-size 0.4s;
}

.school-job02-section4 .left .desc {
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
  margin-bottom: 0.67rem;
}

.school-job02-section4 .left .common-more-btn {
  border-color: #fff;
  color: #fff;
  margin-left: 0;
  margin-top: 0;
}

.school-job02-section4 .left .common-more-btn:hover {
  color: #ff7c12;
}

.school-job02-section4 .left .common-more-btn:after {
  background-color: #fff;
}

.school-job02-section4 .left .common-more-btn span {
  font-size: 0.28rem;
}

.school-job02-section4 .image {
  margin-right: 0.67rem;
  flex-shrink: 0;
  width: 11.83rem;
  position: relative;
  z-index: 9;
  padding-top: 0.17rem;
  transform-origin: bottom;
  transition: 0.8s;
}

@media screen and (min-width: 1100px) {
  .school-job02-section4 .body:hover .bg-image {
    transform: perspective(1000px) rotateX(20deg) skewX(-20deg);
  }

  .school-job02-section4 .body:hover .image {
    transform: scale(1.1);
  }

  .school-job02-section4 .body:hover .left {
    transform: translate(70px, 30px) scale(0.9);
  }

  .school-job02-section4 .body:hover .common-more-btn {
    background-color: #fff;
    color: #ff7c12;
    border-color: #ff7c12;
  }
}

/* @media screen and (max-width: 1450px) {
  .school-job02-section4 .image {
    width: 640px;
  }
  .school-job02-section4 .left .text1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .school-job02-section4 .left .desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1320px) {
  .school-job02-section4 .left {
    padding-top: 40px;
    padding-left: 50px;
  }
  .school-job02-section4 .image {
    width: 550px;
  }
} */
@media screen and (max-width: 1100px) {
  .school-job02-section4 {
    padding-bottom: 40px;
  }

  .school-job02-section4 .left {
    padding: 20px;
    padding-top: 30px;
  }

  .school-job02-section4 .left .text1 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
  }

  .school-job02-section4 .left .desc {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
  }

  .school-job02-section4 .left .common-more-btn {
    line-height: inherit;
    height: auto;
  }

  .school-job02-section4 .left .common-more-btn span {
    font-size: 14px;
  }

  .school-job02-section4 .body {
    background-image: linear-gradient(50deg, #fe851b, #feac39, #fe851b);
    border-radius: 10px;
    display: block;
  }

  .school-job02-section4 .image {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

/* ==================== 了解更多 End ==================== */
/* ==================== 第一屏内容 Start ==================== */
.school-job03 .job-content .box {
  max-width: 100%;
}

.school-job03 .job-content:after {
  display: none;
}

.school-job03 .job-content {
  background: none;
}

.school-job03 .job-content .title {
  margin-bottom: 1.4rem;
}

.school-job03 img {
  width: 100%;
}

.school-job03 .mxw-box {
  max-width: 25.33rem !important;
  margin-left: auto;
  margin-right: auto;
}

.school-job03 .school-job06-section2 {
  background: none;
  padding: 0;
}

@media screen and (min-width: 1100px) {
  .school-job03 .ny-banner .text1 {
    font-size: 1.22rem;
  }
}

@media screen and (max-width: 1100px) {
  .school-job03 .mxw-box {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .school-job03 .job-content .title {
    margin-bottom: 40px;
  }

  .school-job03-section1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .school-job03-section1 img {
    max-width: 200%;
    width: 150%;
  }

  .school-job03 .school-job06-section2 {
    background: none;
    padding: 0;
  }
}

/* ==================== 第一屏内容 End ==================== */
/* ==================== 第二屏内容 Start ==================== */
.school-job03 {
  background: url(../images/img60.jpg) no-repeat center bottom #fbfbfb;
  background-size: cover;
}

.school-job03-section2 {
  background: url(../images/img59.jpg) no-repeat center;
  background-size: cover;
  min-height: 12.6rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-attachment: fixed;
  padding: 0.5rem 0;
}

.school-job03-section2 .common-title {
  margin-bottom: 1.83rem;
}

.school-job03-section2 .content {
  font-weight: 200;
  max-width: 16.5rem;
  margin: 0 auto;
  font-size: 0.32rem;
  line-height: 1.8;
  color: #888;
}

.school-job03-section2 .content strong {
  color: #000;
}

@media screen and (max-width: 1100px) {
  .school-job03-section2 {
    min-height: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: inherit;
  }

  .school-job03-section2 .common-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .school-job03-section2 .content {
    font-size: 14px;
  }
}

/* ==================== 第二屏内容 End ==================== */
/* ==================== 超A特训生专属福利 Start ==================== */
.school-job03-section3 {
  padding-top: 2.17rem;
  padding-bottom: 2.43rem;
}

.school-job03-section3 .common-title {
  margin-bottom: 1.33rem;
}

.school-job03-section3 .item {
  border-radius: 0.08rem;
  padding: 0.67rem 0.58rem;
  background: url(../images/img65.jpg) no-repeat right bottom #fff;
  overflow: hidden;
}

.school-job03-section3 .item .icon {
  width: 1.33rem;
  margin-bottom: 0.33rem;
}

.school-job03-section3 .item .text1 {
  font-size: 0.52rem;
  color: #222;
  line-height: 1.2;
  margin-bottom: 0.67rem;
}

.school-job03-section3 .item .text2 {
  display: flex;
  align-items: center;
  font-size: 0.38rem;
  color: #292929;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.school-job03-section3 .item .text2 .text {
  margin-right: 0.17rem;
}

.school-job03-section3 .item .text2 .text:last-child {
  margin-right: 0;
}

.school-job03-section3 .item .text2 strong {
  color: #ff0000;
}

.school-job03-section3 .item .text3 {
  font-size: 0.28rem;
  color: #888;
  line-height: 1.8;
}

.school-job03-section3 .item .text4 {
  font-size: 0.32rem;
  color: #292929;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: table;
  margin-left: 0.25rem;
  margin-top: 0.33rem;
}

.school-job03-section3 .item .text4:after {
  content: "";
  display: block;
  width: calc(100% + 0.5rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.05rem;
  background-color: #f82222;
  position: absolute;
}

.school-job03-section3 .item .text5 {
  font-size: 0.32rem;
  line-height: 1.2;
  margin-bottom: 0.33rem;
  margin-top: 0.17rem;
}

.school-job03-section3 .item .text6 {
  color: #fe0000;
  margin-bottom: 0.17rem;
}

.school-job03-section3 .item .text6 span {
  display: block;
}

.school-job03-section3 .item .text6 span:nth-child(1) {
  font-size: 0.32rem;
  opacity: 0.5;
}

.school-job03-section3 .item .text6 span:nth-child(2) {
  margin-left: 0.5rem;
  font-size: 0.35rem;
  opacity: 0.8;
}

.school-job03-section3 .item .text6 span:nth-child(3) {
  margin-left: 1rem;
  font-size: 0.45rem;
}

.school-job03-section3 .item:nth-child(2) .text2 {
  font-size: 0.3rem;
  padding-top: 0.08rem;
  margin-bottom: 0.17rem;
}

.school-job03-section3 .item:nth-child(2) .text3 {
  font-size: 0.27rem;
  margin-bottom: 0.33rem;
}

.school-job03-section3 .item:nth-child(2) .text3:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .school-job03-section3 .item {
    transition: transform 0.4s, box-shadow 0.4s;
  }

  .school-job03-section3 .item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    transform: translateY(-10px);
  }
}

/* @media screen and (max-width: 1550px) {
  .school-job03-section3 .item .text2 {
    font-size: 19px;
  }
  .school-job03-section3 .item .text3 {
    font-size: 15px;
  }
  .school-job03-section3 .item:nth-child(2) .text2 {
    font-size: 16px;
  }
  .school-job03-section3 .item:nth-child(2) .text3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1420px) {
  .school-job03-section3 .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .school-job03-section3 .item .text1 {
    font-size: 27px;
  }
  .school-job03-section3 .item:nth-child(2) .text2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1230px) {
  .school-job03-section3 .item:nth-child(2) .text2 {
    flex-wrap: wrap;
  }
} */
@media screen and (max-width: 1100px) {
  .school-job03-section3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .school-job03-section3 .common-title {
    margin-bottom: 30px;
  }

  .school-job03-section3 .item {
    padding: 20px 10px;
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }

  .school-job03-section3 .item:first-child~.item {
    margin-top: 10px !important;
  }

  .school-job03-section3 .item .icon {
    width: 50px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .school-job03-section3 .item .text1 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .school-job03-section3 .item .text2 {
    display: block;
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  .school-job03-section3 .item .text2 .text {
    margin-bottom: 5px;
  }

  .school-job03-section3 .item .text2 .text:last-child {
    margin-bottom: 0;
  }

  .school-job03-section3 .item .text3 {
    font-size: 14px !important;
  }

  .school-job03-section3 .item .text4 {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
  }

  .school-job03-section3 .item .text4:after {
    height: 2px;
  }
}

/* ==================== 超A特训生专属福利 End ==================== */
/* ==================== 超A特训生招聘流程 Start ==================== */
.school-job03-section4 {
  padding-bottom: 1.33rem;
}

.school-job03-section4 .common-title {
  margin-bottom: 2.5rem;
}

.school-job03-section4 .itembox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.school-job03-section4 .item {
  text-align: center;
  width: 25%;
  position: relative;
  cursor: pointer;
}

.school-job03-section4 .item:hover .icon {
  transform: translateY(-0.08rem);
}

.school-job03-section4 .item:after {
  content: "";
  display: block;
  background: url(../images/img52.png) no-repeat center;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.83rem;
  right: 0;
  background-size: 100%;
}

.school-job03-section4 .item .icon {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 0.33rem;
  margin-right: auto;
  margin-left: auto;
  transition: transform 0.4s;
}

.school-job03-section4 .item .text {
  font-size: 0.32rem;
  font-weight: bold;
  color: #000;
}

.school-job03-section4 .common-more-btn {
  margin-top: 3rem;
}

@media screen and (min-width: 1100px) {
  .school-job03-section4 .item:nth-child(4)~.item {
    margin-top: 136px;
  }

  .school-job03-section4 .item:nth-child(4)~.item:after {
    transform: rotateY(180deg);
  }

  .school-job03-section4 .item:nth-child(4)::after {
    transform: rotate(90deg);
    right: auto;
    left: 45%;
    bottom: -85px;
    top: auto;
  }

  .school-job03-section4 .item:nth-child(5) {
    order: 6;
  }

  .school-job03-section4 .item:nth-child(5)::after {
    display: none;
  }

  .school-job03-section4 .item:nth-child(6) {
    order: 5;
  }

  .school-job03-section4 .item:nth-child(7) {
    order: 4;
  }

  .school-job03-section4 .item:nth-child(8) {
    order: 3;
  }
}

@media screen and (max-width: 1100px) {
  .school-job03-section4 {
    padding-bottom: 60px;
  }

  .school-job03-section4 .common-title {
    margin-bottom: 40px;
  }

  .school-job03-section4 .itembox {
    justify-content: center;
  }

  .school-job03-section4 .item {
    width: 32%;
  }

  .school-job03-section4 .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .school-job03-section4 .item:nth-child(3)~.item {
    margin-top: 20px;
  }

  .school-job03-section4 .item:after {
    display: none;
  }

  .school-job03-section4 .item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .school-job03-section4 .item .text {
    font-size: 14px;
  }

  .school-job03-section4 .common-more-btn {
    margin-top: 30px;
  }
}

/* ==================== 超A特训生招聘流程 End ==================== */
/* ==================== 通用弹出卡片 Start ==================== */
.common-jump-card {
  position: absolute;
  top: 80%;
  left: 50%;
  padding-top: 0.33rem;
  transform: translate(-50%, 0.17rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.common-jump-card .common-jump-card-box {
  font-size: 0.23rem;
  margin-top: 0.4rem;
  z-index: 9;
  line-height: 1.8;
  width: 6.67rem;
  padding: 0.33rem;
  border-radius: 0.17rem;
  text-align: justify;
  background-color: #fff;
  color: #666;
  box-shadow: 0rem 0rem 1.08rem 0.13rem rgba(10, 2, 5, 0.07);
  position: relative;
}

.common-jump-card .common-jump-card-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.13rem solid transparent;
  border-right: 0.13rem solid transparent;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1100px) {
  .common-jump-card {
    display: none;
  }
}

/* ==================== 通用弹出卡片 End ==================== */
/* ==================== 校招选择 Start ==================== */
.school-job05-section1 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6.5rem;
}

.school-job05-section1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/img77.jpg) no-repeat center top;
  background-size: cover;
  animation: school-job05-animate1 1s infinite alternate ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.school-job05-section1>.common-box {
  max-width: 27.33rem;
  position: relative;
  z-index: 3;
}

.school-job05-section1 .common-title {
  margin-bottom: 1.17rem;
}

.school-job05-section1 .body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.school-job05-section1 .left {
  z-index: 3;
}

.school-job05-section1 .left,
.school-job05-section1 .right {
  width: 43.9%;
}

.school-job05-section1 .left:hover .top .content:after,
.school-job05-section1 .right:hover .top .content:after {
  opacity: 1;
}

.school-job05-section1 .left:hover .top .icon img,
.school-job05-section1 .right:hover .top .icon img {
  transform: translateY(0);
}

.school-job05-section1 .left:hover .top .text,
.school-job05-section1 .right:hover .top .text {
  color: #fff;
}

.school-job05-section1 .top {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  margin: 0.23rem auto 1.58rem;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}

.school-job05-section1 .top:before,
.school-job05-section1 .top:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.school-job05-section1 .top:before {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  background-color: #dddfde;
}

.school-job05-section1 .top:after {
  width: 3.17rem;
  height: 3.17rem;
  z-index: 1;
  background-color: #edeff1;
}

.school-job05-section1 .top .content {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(0deg, #bababa 0%, #eaeaea 100%);
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.school-job05-section1 .top .content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, #a7010e 0%, #e60012 100%);
  opacity: 0;
  transition: opacity 0.4s;
}

.school-job05-section1 .top .icon {
  z-index: 2;
  width: 0.67rem;
  height: 0.67rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.08rem;
}

.school-job05-section1 .top .icon img {
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.school-job05-section1 .top .text {
  color: #888;
  transition: color 0.4s;
  z-index: 2;
  font-size: 0.27rem;
}

.school-job05-section1 .top .desc {
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 0.23rem;
  margin-top: 0.4rem;
  z-index: 9;
  line-height: 1.8;
  width: 6.67rem;
  padding: 0.33rem;
  box-shadow: 0rem 0rem 1.08rem 0.13rem rgba(10, 2, 5, 0.07);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  border-radius: 0.17rem;
  text-align: justify;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0.17rem);
  background-color: #fff;
  color: #666;
}

.school-job05-section1 .top .desc:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.13rem solid transparent;
  border-right: 0.13rem solid transparent;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.school-job05-section1 .itembox {
  align-items: stretch;
}

.school-job05-section1 .item {
  display: block;
  font-size: 0.28rem;
  color: #333;
  text-align: center;
  border-radius: 0.25rem;
  border: 0.17rem solid rgba(55, 55, 55, 0.05);
  position: relative;
}

.school-job05-section1 .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.33rem 0.17rem;
  border-radius: 0.17rem;
  background: url(../images/img43.png) repeat #fff;
  transition: background-color 0.4s, color 0.4s;
}

.school-job05-section1 .item .desc {
  position: absolute;
  top: 80%;
  left: 50%;
  padding-top: 0.33rem;
  transform: translate(-50%, 0.17rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.school-job05-section1 .item .desc-box {
  font-size: 0.23rem;
  margin-top: 0.4rem;
  z-index: 9;
  line-height: 1.8;
  width: 6.67rem;
  padding: 0.33rem;
  border-radius: 0.17rem;
  text-align: justify;
  background-color: #fff;
  color: #666;
  box-shadow: 0rem 0rem 1.08rem 0.13rem rgba(10, 2, 5, 0.07);
  position: relative;
}

.school-job05-section1 .item .desc-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.13rem solid transparent;
  border-right: 0.13rem solid transparent;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.school-job05-section1 .show-all {
  display: block;
  border-radius: 100%;
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.school-job05-section1 .show-all .text {
  background-image: linear-gradient(0deg, #a7010e 0%, #e60012 100%);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 100%;
  position: relative;
  z-index: 4;
}

.school-job05-section1 .show-all:before,
.school-job05-section1 .show-all:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #000;
  animation: school-job05-animate2 2s infinite cubic-bezier(0.2, 0.01, 0.2, 1);
}

.school-job05-section1 .show-all:before {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
}

.school-job05-section1 .show-all:after {
  width: 3.17rem;
  height: 3.17rem;
  z-index: 1;
}

@keyframes school-job05-animate1 {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes school-job05-animate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.4;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@media screen and (min-width: 1100px) {
  .school-job05-section1 .top .content:hover .desc {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .school-job05-section1 .item {
    width: 30.6%;
  }

  .school-job05-section1 .item:nth-child(3n-1) {
    margin-left: 4%;
    margin-right: 4%;
  }

  .school-job05-section1 .item:nth-child(3)~.item {
    margin-top: 30px;
  }

  .school-job05-section1 .item:hover {
    z-index: 99;
  }

  .school-job05-section1 .item:hover span {
    color: #fff;
    background: url(../images/img43.png) repeat #d90d1d;
  }

  .school-job05-section1 .item:hover .desc {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 1700px) {
  .school-job05-section1 .common-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .school-job05-section1 .left,
  .school-job05-section1 .right {
    width: 48%;
  }
}

@media screen and (max-width: 1100px) {
  .school-job05-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .school-job05-section1 .common-title {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .school-job05-section1 .body {
    display: block;
  }

  .school-job05-section1 .left,
  .school-job05-section1 .right {
    width: 100%;
  }

  .school-job05-section1 .top {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
  }

  .school-job05-section1 .top:before {
    width: 100px;
    height: 100px;
  }

  .school-job05-section1 .top:after {
    width: 120px;
    height: 120px;
  }

  .school-job05-section1 .top .icon {
    width: 26px;
    height: 26px;
  }

  .school-job05-section1 .top .text {
    font-size: 13px;
  }

  .school-job05-section1 .top .desc {
    display: none;
  }

  .school-job05-section1 .itembox {
    margin-bottom: 50px;
  }

  .school-job05-section1 .item {
    font-size: 12px;
    border-width: 5px;
    border-radius: 8px;
  }

  .school-job05-section1 .item span {
    padding: 10px 5px;
    border-radius: 8px;
  }

  .school-job05-section1 .item .desc {
    display: none;
  }

  .school-job05-section1 .show-all {
    position: relative;
    left: auto;
    bottom: auto;
    transform: inherit;
  }

  .school-job05-section1 .show-all .text {
    margin-left: auto;
    margin-right: auto;
  }

  .school-job05-section1 .show-all:before {
    width: 110px;
    height: 110px;
  }

  .school-job05-section1 .show-all:after {
    width: 130px;
    height: 130px;
  }

  .school-job05-section1 .show-all .text {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
}

/* ==================== 校招选择 End ==================== */
/* ==================== 校园招聘详情 Start ==================== */
.news-desc-section1 {
  padding-top: 1.67rem;
  padding-bottom: 2.45rem;
}

.news-desc-section1>.common-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.news-desc-section1 .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.news-desc-section1 .tag>a {
  font-size: 0.25rem;
  color: #999;
  line-height: 1.2;
  margin-right: 1rem;
}

.news-desc-section1 article {
  padding: 1.28rem 0;
  font-size: 16px;
  color: #666666;
  line-height: 2em;
  padding-left: 0.92rem;
  padding-right: 0.92rem;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.news-desc-section1 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.08rem;
}

.news-desc-section1 .bottom .left>div {
  font-size: 0.27rem;
  margin-bottom: 0.42rem;
}

.news-desc-section1 .bottom .left>div:last-child {
  margin-bottom: 0;
}

.news-desc-section1 .bottom .left span {
  color: #000;
}

.news-desc-section1 .bottom .left a {
  color: #999;
}

.news-desc-section1 .bottom .left a:hover {
  color: #e60012;
}

@media screen and (max-width: 1100px) {
  .news-desc-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news-desc-section1 .common-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .news-desc-section1 .tag {
    padding: 0;
    padding-bottom: 20px;
  }

  .news-desc-section1 .tag>a {
    margin-right: 20px;
    font-size: 14px;
  }

  .news-desc-section1 article {
    padding: 30px 15px;
    font-size: 14px;
  }

  .news-desc-section1 .bottom {
    padding-top: 20px;
    display: block;
  }

  .news-desc-section1 .bottom .left>div {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .news-desc-section1 .bottom .right {
    display: block;
    width: 40px;
    margin: 20px auto 0;
  }
}

/* ==================== 校园招聘详情 End ==================== */
/* ==================== 通用折叠面板 Start ==================== */
.common-fold .fold-item {
  background-color: #fff;
  border-radius: 0.17rem;
  margin-bottom: 0.5rem;
  box-shadow: 0rem 0rem 1.08rem 0.13rem rgba(10, 2, 5, 0.05);
}

.common-fold .fold-item:last-child {
  margin-bottom: 0;
}

.common-fold .fold-item.active {
  background: url(../images/img43.png) repeat center #fff;
}

.common-fold .fold-item.active .head:after {
  transform: translateY(-50%) rotate(-135deg);
}

.common-fold .fold-item .head {
  position: relative;
  padding: 0.42rem 0.5rem;
  font-size: 0.42rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 0.83rem;
  cursor: pointer;
}

.common-fold .fold-item .head:after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-right: 0.03rem solid #aaa;
  border-bottom: 0.03rem solid #aaa;
  position: absolute;
  right: 0.5rem;
  top: 0.6rem;
  transform: rotate(45deg);
  transition: transform 0.4s;
}

.common-fold .fold-item .body {
  position: relative;
  padding-bottom: 0.83rem;
  font-size: 0.28rem;
  color: #666;
  line-height: 2;
  display: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.67rem;
}

.common-fold .fold-item .body:after {
  content: "";
  display: block;
  clear: both;
}

.common-fold .fold-item .body .content {
  font-size: 0.28rem;
  color: #888888;
}

.common-fold .fold-item .body .content ul,
.common-fold .fold-item .body .content li {
  list-style: disc;
  margin-left: 10px;
}

.common-fold .fold-item .body .content strong {
  color: #000;
}

@media screen and (max-width: 1100px) {
  .common-fold .fold-item {
    margin-bottom: 15px;
  }

  .common-fold .fold-item .head {
    font-size: 15px;
    padding: 15px 40px 15px 15px;
    line-height: 1.5;
  }

  .common-fold .fold-item .head:before {
    font-size: 15px;
    margin: 0 10px;
    margin-top: 4px;
    margin-right: 15px;
  }

  .common-fold .fold-item .head::after {
    right: 20px;
    top: 20px;
  }

  .common-fold .fold-item .body {
    padding: 20px;
    padding-top: 0;
  }

  .common-fold .fold-item .body:before {
    margin: 0 10px;
    margin-top: 5px;
    font-size: 15px;
    margin-right: 15px;
  }

  .common-fold .fold-item .body .content {
    font-size: 14px;
  }
}

/* ==================== 通用折叠面板 End ==================== */
/* ==================== 人在TCL Start ==================== */
.about {
  background: url(../images/img103.jpg) no-repeat center bottom #f9f9f9;
  background-size: cover;
}

.about .local-title {
  text-align: center;
}

.about .local-title .text1 {
  font-size: 0.38rem;
  color: #888;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}

.about .local-title .text2, .about .local-title .text2 p {
  font-size: 1.0rem;
  color: #222;
  line-height: 1.3;
  font-family: FZLTFont-Medium, Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: normal;
}

.about .local-title .text3 {
  font-size: 0.32rem;
  color: #888;
  line-height: 1.2;
  margin-top: 0.42rem;
}

@media screen and (max-width: 1100px) {
  .about .local-title {
    margin-bottom: 30px;
  }

  .about .local-title .text1 {
    font-size: 16px;
  }

  .about .local-title .text2 {
    padding: 0 10px;
  }
  .about .local-title .text2 p {
    font-size: 30px;
  }

  .about .local-title .text3 {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 10px;
  }
}

/* ==================== 人在TCL 第二屏  员工福利  Start ==================== */
.about-fuli{
  overflow: hidden;
}
.about-fuli .main .local-title{
  margin-bottom: 1.6rem;
}
.about-fuli .message-header{
  margin: 2.0rem 0 0 0;
}

.about-fuli .main .nav-ul-none {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  z-index: -1;
  margin-bottom: 0;
}

.about-fuli .main .nav-ul.special {
  margin-top: 96px;
}

.main {
position: relative;
}

.main .move-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #0052d9;
  transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), width .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}
.main .message-header.clear-top {
  margin-top: 0
}
.about-fuli .main .nav-ul-none .nav-list.active,
.about-fuli .main .nav-ul-none .more-list.active {
  color: #0052D9;
  position: relative;
  z-index: 1;
}
.message-header {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 96px 0px 0px 0px;
}
.message-header.title {
  margin-top: 64px;
}
.message-header.tit {
  margin-top: 88px;
}
.message-header.message-header-a{
  margin-top: 48px;
}
.max-center {
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
}
.max-center .search-banner .banner-bg {
  margin-top: 16px;
  width: 100%;
  height: 64px;
  /* background-image: url(./../images/search-banner.jpg); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.life-li {
  margin-bottom: 144px;
}
.life-custom {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47.8251%;
}
.life-custom.active {
  margin-right: 3.87137%;
}
.life-custom .life-text {
  height: 536px;
}
.welf-text-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}

.text-one {
  position: relative;
  display: table;
  width: 100%;
  font-size: 22px;
  color: #343434;
  /* letter-spacing: 0.04px; */
  cursor: pointer;
  height: 134px;
  line-height: 134px;
  box-sizing: border-box;
  /* font-weight: 600; */
}

.text-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 536px;
  height: 134px;
  background: #FF671F;
  padding-left: 24px;
}

.box-title {
  transition: .5s transform cubic-bezier(0.2, 0.0, 0.2, 1);
  font-size: 22px;
  /* letter-spacing: 0.04px; */
  line-height: 22px;
  font-weight: 600;
}

.box-text {
  font-size: 14px;
  /* letter-spacing: 0.03px; */
  line-height: 22px;
  opacity: 0;
  position: absolute;
  transform: translateY(20px);
  width: 113.5%;
  /* font-weight: 600; */
}
.text-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 134px;
  z-index: 0;
  transition: .5s width cubic-bezier(0.2, 0, 0.2, 1);
}
.text-one.active::before {
  width: 100%;
}
.text-one.active:nth-child(2n-1)::before {
  /* background: #0052d9; */
  background: #D32D26;
}
.text-one.active:nth-child(2n)::before {
  /* background: #ff671f; */
  background: #D32D26;
}
.text-one.active .box-title {
  color: white;
  padding-bottom: 12px;
  transform: translate(20px, 0);
}
.text-one.active .box-text {
  width: 100%;
  opacity: 1;
  position: static;
  color: white;
  transform: translate(20px, 0);
  transition: .5s transform cubic-bezier(0.2, 0, 0.2, 1), .2s opacity cubic-bezier(0.2, 0, 0.2, 1);
}
.study .text-wrapper,
.text-wrapper .text-wrapper,
.family .text-wrapper,
.welfare .text-wrapper {
  background: #D32D26;
}

.text-one .box-tips {
  opacity: 0;
  position: absolute;
  bottom: 12px;
  right: 22px;
  font-size: 12px;
  color: #FFFFFF;
  /* letter-spacing: 0.02px; */
  text-align: right;
  line-height: 12px;
  transform: translate(0, 20px);
}

.text-one.active .box-tips {
  opacity: 0.5;
  transform: translate(0, 0);
  transition: .5s transform cubic-bezier(0.2, 0, 0.2, 1), .2s opacity cubic-bezier(0.2, 0, 0.2, 1);
}

/*伪类部分*/

.life-bg {
  position: relative;
  width: 100%;
  height: 536px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0 0 56px;
  /*padding-bottom: 70.57% */
  box-sizing: border-box;
  background-position: center center;
  overflow: hidden;
}

.life-li.active .life-bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

/* .life-li.active {
  animation: welfareTranslate 1s cubic-bezier(0.2, 0.0, 0.2, 1) forwards;
}

.life-li.study.active .life-bg::after {
  background-color: #968C83;
  animation: bgTranslateRight 1s cubic-bezier(0.0, 0.0, 0.0, 1) 2s forwards;
}

.life-li.healthy.active .life-bg::after {
  background-color: #937F6D;
  animation: bgTranslateLeft 1s cubic-bezier(0.0, 0.0, 0.0, 1) 2s forwards;
}

.life-li.activity.active .life-bg::after {
  background-color: #38555B;
  animation: bgTranslateRight 1s cubic-bezier(0.0, 0.0, 0.0, 1) 2s forwards;
}

.life-li.family.active .life-bg::after {
  background-color: #123951;
  animation: bgTranslateLeft 1s cubic-bezier(0.0, 0.0, 0.0, 1) 2s forwards;
}

.life-li.enjoy.active .life-bg::after {
  background-color: #7F7666;
  animation: bgTranslateRight 1s cubic-bezier(0.0, 0.0, 0.0, 1) 2s forwards;
}

.life-li.sociology.active .life-bg::after {
  background-color: #793214;
  animation: bgTranslateLeft 1s cubic-bezier(0.0, 0.0, 0.0, 1) 2s forwards;
} */

.healthy .decorate-one {
  /* width: 67.21%;
  padding-bottom: 67.21%; */
  top: 0;
  right: -14.936%;
  /* transform: translate(-71.09%, 0%); */
  background-color: #D32D26;
  z-index: 1;
  width: 14.936%;
  padding-bottom: 44.808%;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.activity .decorate-one {
  /* width: 89.614%;
  padding-bottom: 89.614%; */
  left: -14.936%;
  top: 0;
  z-index: 1;
  /* transform: translate(28.25%, 0%); */
  width: 14.936%;
  padding-bottom: 74.678%;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.family .decorate-one {
  /* width: 82.147%;
  padding-bottom: 82.147%; */
  right: -14.936%;
  /* transform: translate(-40%, 0); */
  top: 0;
  z-index: 1;
  width: 14.936%;
  padding-bottom: 55.635%;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.family .decorate-two {
  width: 29.872%;
  padding-bottom: 11.95%;
  left: 0;
  bottom: 0;
  animation: squareMove4-two 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.enjoy .decorate-one {
  width: 59.742%;
  padding-bottom: 59.742%;
  bottom: 0;
  left: -14.936%;
  transform: translate(92.4%, 0);
  z-index: 1;
  animation: squareMove5 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.sociology .decorate-one {
  width: 89.615%;
  padding-bottom: 89.615%;
  right: -14.936%;
  top: -14.9%;
  z-index: 1;
  transform: translate(-28.34%, 28.5%);
  box-sizing: border-box;
}

.study .decorate-one {
  /* width: 74.678%;
  padding-bottom: 74.678%; */
  left: -14.936%;
  /* transform: translate(53.9%, 0); */
  bottom: 0;
  z-index: 1;
  width: 14.936%;
  padding-bottom: 55.262%;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.sociology .decorate-two {
  width: 29.872%;
  padding-bottom: 29.872%;
  /* left: -29.872%; */
  left: 0;
  bottom: 0px;
}

.sociology .decorate-three {
  position: absolute;
  width: 14.936%;
  padding-bottom: 29.872%;
  right: 0;
  bottom: 0px;
  background: #f8dacb;
}

/* .healthy.active .decorate-one {
  animation: squareMove2 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.activity.active .decorate-one {
  animation: squareMove3 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.family.active .decorate-one {
  animation: squareMove4 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.family.active .decorate-two {
  animation: squareMove4-two 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.enjoy.active .decorate-one {
  animation: squareMove5 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.sociology.active .decorate-one {
  animation: squareMove6 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.sociology.active .decorate-two {
  animation: squareMove6-one 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.sociology.active .decorate-three {
  animation: squareMove6-two 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.study.active .decorate-one {
  animation: squareMove1 1s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
} */

.underline:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #D8D8D8;
  z-index: -10;
}
.about-fuli .primary-wrapper{
  margin-top: 250px;
}

.about-fuli .primary-wrapper .primary-title {
  font-family: FZLTFont-Medium, Source Han Sans CN, Source Han Sans CN-Bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
  width: 90%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 3px;
  word-break: break-all;
}

.about-fuli .primary-wrapper .primary-text {
  width: 90%;
  font-family: 'microsoft yahei', 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  word-break: break-all;
}


.life-move-bg {
  position: absolute;
  height: 134px;
  width: 100%;
  background: #D32D26;
  top: 0;
  left: 0;
  transition: .5s transform cubic-bezier(0.2, 0.0, 0.2, 1), .2s color cubic-bezier(0.2, 0.0, 0.2, 1);
}

.life-move-bg.odd {
  background-color: #D32D26;
}

.life-move-bg.even {
  background-color: #D32D26;
}

.decorate-one {
  position: absolute;
  background: #D32D26;
  opacity: 0.1;
}

.decorate-two {
  position: absolute;
  background: #D32D26;
  opacity: 0.1;
  z-index: -2;
}

.text-show {
  display: block;
}

@media screen and (max-width: 1100px) {
  .about-fuli .message-header{
    margin: 1.0rem 0 0 0;
  }
  .life-custom{
    width: 90%;
    margin: 0 5% 0 5%;
    padding: 0 0 0 0;
  }

  .life-li {
    margin-bottom: 100px;
  }
  .life-list{
    display: flex;
    flex-direction: column;
  }
  .healthy .life-list,
  .family .life-list{
    flex-direction: column-reverse;
  }
  .life-custom .life-text{
    height: auto;
  }

  .about-fuli .primary-wrapper .primary-title {
    font-size: 1.0rem;
    color: #FFFFFF;
    /* letter-spacing: 0.07px; */
    line-height: 48px;
  }

  .about-fuli .primary-wrapper .primary-text {
    width: 90%;
    font-size: 18px;
    color: #FFFFFF;
    /* letter-spacing: 0.03px; */
    line-height: 28px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .about-fuli .max-center {
    padding: 0 10px;
  }
  .about-fuli .life-bg {
    height: 400px;
    padding: 50px 0 0 30px;
  }
  .about-fuli .life-li {
    margin-bottom: 80px;
  }
  .about-fuli .primary-wrapper{
    margin-top: 160px;
  }
  .about-fuli .healthy .primary-wrapper{
    margin-top: 140px;
  }
  .about-fuli .primary-wrapper .primary-title {
    width: 95%;
    letter-spacing: 2px;
  }
  .about-fuli .primary-wrapper .primary-text {
    width: 95%;
    letter-spacing: 1px;
  }
  .about-fuli .text-one,.about-fuli .text-one::before {
    height: 145px;
  }  
  .about-fuli .box-text {
    font-size: 13px;
    line-height: 20px;
  }
}

@media all and (min-width: 0) {
  .active.life-li .life-bg::after {
    display: none\9;
  }

  .active.study .decorate-one {
      width: 14.936%\9;
      padding-bottom: 55.262%\9;
      transform: translate(0, 0)\9;
  }

  .life-li.healthy.active .decorate-one {
      width: 14.936%\9;
      padding-bottom: 44.808%\9;
      transform: translate(0, 0)\9;
  }

  .life-li.activity.active .decorate-one {
      width: 14.936%\9;
      padding-bottom: 74.678%\9;
      transform: translate(0, 0)\9;
  }

  .family.active .decorate-one {
      width: 14.936%\9;
      padding-bottom: 55.635%\9;
      transform: translate(0, 0)\9;
  }

  .family.active .decorate-two {
      transform: translate(-100%, 0)\9;
  }

  .enjoy.active .decorate-one {
      width: 14.936%\9;
      padding-bottom: 44.808%\9;
      transform: translate(0, 0)\9;
  }

  .sociology.active .decorate-one {
      width: 64.97%\9;
      padding-bottom: 14.936%\9;
      transform: translate(0, 0)\9;
  }

  .sociology.active .decorate-two {
      transform: translate(-100%, 0)\9;
  }

  .sociology.active .decorate-three {
      transform: translate(100%, 0)\9;
  }
}

@keyframes bgTranslateRight {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(100%, 0);
  }
}

@keyframes bgTranslateLeft {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(-100%, 0);
  }
}

@keyframes squareMove6-one {
  0% {
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
  }
}

@keyframes squareMove6-two {
  0% {
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
  }
}

@keyframes squareMove6 {
  0% {
      width: 89.615%;
      padding-bottom: 89.615%;
      transform: translate(-28.5%, 28.5%);
      -ms-transform: translate(-28.5%, 28.5%);
  }

  50% {
      width: 64.97%;
      padding-bottom: 64.97%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      width: 64.97%;
      padding-bottom: 14.936%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }
}

@keyframes squareMove5 {
  0% {
      width: 59.742%;
      padding-bottom: 59.742%;
      transform: translate(92.5%, 0);
      -ms-transform: translate(92.5%, 0);
  }

  50% {
      width: 44.808%;
      padding-bottom: 44.808%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      width: 14.936%;
      padding-bottom: 44.808%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }
}

@keyframes squareMove4-two {
  0% {
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);

  }
}

@keyframes squareMove4 {
  0% {
      width: 82.147%;
      padding-bottom: 82.147%;
      transform: translate(-40%, 0);
      -ms-transform: translate(-40%, 0);
  }

  50% {
      width: 55.635%;
      padding-bottom: 55.635%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      width: 14.936%;
      padding-bottom: 55.635%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }
}

@keyframes squareMove3 {
  0% {
      width: 89.614%;
      padding-bottom: 89.614%;
      transform: translate(28.4%, 0%);
      -ms-transform: translate(28.4%, 0%);
  }

  50% {
      width: 74.678%;
      padding-bottom: 74.678%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      width: 14.936%;
      padding-bottom: 74.678%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }
}

@keyframes squareMove2 {
  0% {
      width: 67.21%;
      padding-bottom: 67.21%;
      transform: translate(-71.09%, 0%);
      -ms-transform: translate(-71.09%, 0%);
  }

  50% {
      width: 44.808%;
      padding-bottom: 44.808%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      width: 14.936%;
      padding-bottom: 44.808%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }
}

@keyframes squareMove1 {
  0% {
      width: 74.678%;
      padding-bottom: 74.678%;
      transform: translate(53.9%, 0);
      -ms-transform: translate(53.9%, 0%);
  }

  50% {
      width: 55.262%;
      padding-bottom: 55.262%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }

  100% {
      width: 14.936%;
      padding-bottom: 55.262%;
      transform: translate(0, 0);
      -ms-transform: translate(0, 0);
  }
}

/* ====================  人在TCL 第二屏  员工福利  End ==================== */
/* ==================== 人在TCL End ==================== */
/* ==================== 人在TCL - 第二屏 弹窗 Start ==================== */
.common-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 37, 38, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  transform: translateY(-0.17rem);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.common-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.common-popup .body {
  width: 13.17rem;
  background-color: #fff;
  border-radius: 0.33rem;
  padding: 0.5rem;
  padding-right: 0.17rem;
  position: relative;
  overflow: hidden;
  height: 80vh;
}

.common-popup .body .body-box {
  overflow: auto;
  padding-right: 0.33rem;
  max-height: 100%;
}

.common-popup .body .title {
  font-size: 0.4rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.33rem;
  line-height: 1.65;
  font-weight: bold;
}

.common-popup .body .content {
  line-height: 1.8;
  font-size: 0.27rem;
  color: rgba(0, 0, 0, 0.65);
}

.common-popup .close {
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0.67rem;
  top: 0.33rem;
  transform: rotate(45deg);
  cursor: pointer;
}

.common-popup .close:before,
.common-popup .close:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-popup .close:before {
  width: 0.33rem;
  height: 1px;
}

.common-popup .close:after {
  width: 1px;
  height: 0.33rem;
}

@media screen and (max-width: 1100px) {
  .common-popup {
    padding: 0 20px;
  }

  .common-popup .body {
    width: 100%;
    padding: 20px;
    padding-top: 40px;
    padding-right: 5px;
  }

  .common-popup .body .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .common-popup .body .body-box {
    padding-right: 15px;
  }

  .common-popup .body .content {
    font-size: 14px;
  }

  .common-popup .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }

  .common-popup .close:before {
    width: 15px;
    height: 1px;
  }

  .common-popup .close:after {
    height: 15px;
    width: 1px;
  }
}

/* ==================== 人在TCL - 第二屏 弹窗 End ==================== */
/* ==================== 人在TCL - 第三屏 Start ==================== */
.about-section3 {
  overflow: hidden;
  padding-top: 1.0rem;
  /* padding-bottom: 0.6rem; */
}

.about-section3 .local-title {
  margin-bottom: 0.92rem;
}

.about-section3 .index-header{
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

.about-section3 .common-box {
  max-width: 26.67rem;
}

.about-section3 .text-detail{
  font-size: 0.28rem;
  color: #333333;
  line-height: 1.8;
  margin-top: 0.42rem;
  padding: 0 0.5rem;
}
.about-section3 .text-detail li{
  list-style: disc;
}

.about-section3 .body {
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: start;
  margin-top: 3rem;
}

.about-section3 .mb-body{
  display: none;
}

.about-section3 .body .left {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  flex-grow: 1;
}

.about-section3 .body .center .item {
  width: 5rem;
  position: relative;
  margin-top: 0.17rem;
}

.about-section3 .body .center .item:hover>.common-jump-card {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.about-section3 .body .center .item:first-child {
  margin-bottom: 2.0rem;
}

.about-section3 .body .center .item:first-child:after {
  content: "";
  display: block;
  background: url(../images/img105.png) no-repeat center;
  width: 0.5rem;
  height: 0.33rem;
  position: absolute;
  top: 110%;
  transform: rotate(90deg);
  left: 2.25rem;
  background-size: 100%;
}

.about-section3 .body .center .item:last-child:before {
  content: "";
  display: block;
  background: url(../images/img105.png) no-repeat center;
  width: 0.5rem;
  height: 0.33rem;
  position: absolute;
  top: 50%;
  transform: rotateY(180deg);
  left: -0.4rem;
  background-size: 100%;
}

.about-section3 .body .center .item:last-child:after {
  content: "";
  display: block;
  background: url(../images/img105.png) no-repeat center;
  width: 0.5rem;
  height: 0.33rem;
  position: absolute;
  top: 50%;
  transform: translateY(30%);
  right: -0.4rem;
  background-size: 100%;
}

.about-section3 .body .item .icon {
  width: 1rem;
  box-shadow: 0 0 0 0.1rem #e5e5e5;
  margin-bottom: 0.37rem;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;

}

.about-section3 .body .item .title {
  font-size: 0.4rem;
  color: #000;
  text-align: center;
}

.about-section3 .body .item .item-content {
  padding-top: 0.83rem;
  padding-bottom: 0.42rem;
  margin-top: -0.83rem;
  border-radius: 0.25rem;
  /* background: url(../images/img104.png) repeat center #fff;
  box-shadow: 0rem 0.08rem 1.5rem 0.18rem rgba(10, 2, 5, 0.04); */
}

.about-section3 .body .left {
  position: relative;
  width: 9.835rem;
  flex-shrink: 0;
  padding-right: 1rem;
}

.about-section3 .body .center {
  position: relative;
  width: 5.0rem;
  flex-shrink: 0;
  z-index: 20;
  margin-top: -2.5rem;
}

.about-section3 .body .right {
  position: relative;
  width: 10.835rem;
  flex-shrink: 0;
}

.about-section3 .body .right:after {
  /* content: "";
  display: block;
  width: 100%;
  height: 8.67rem;
  border: 0.05rem dashed #e2e2e2;
  border-radius: 0.25rem;
  position: absolute;
  left: -1.33rem; 
  top: 50%;
  transform: translateY(-50%);
  border-right: 0; */
}

.about-section3 .body .right .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.about-section3 .body .right .item {
  position: relative;
  z-index: 9;
  width: 100%;
}

.about-section3 .body .right .item:first-child {
  margin-bottom: 0.5rem;
  z-index: 11;
}

.about-section3 .body .right .item:after {
  display: none;
}

.about-section3 .body .right .item .icon {
  cursor: pointer;
}

.about-section3 .body .right .item .icon:hover+.item-content>.common-jump-card {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.about-section3 .body .right .item>.item-content>.common-jump-card {
  top: -80%;
}

.about-section3 .body .right .item>.item-content>.common-jump-card .common-jump-card-box:before {
  top: auto;
  bottom: -0.2rem;
  border-top: 0.2rem solid #fff;
  border-bottom: 0;
}

.about-section3 .body .right .item-content {
  padding-bottom: 0.83rem;
}

.about-section3 .body .right .item-content .title {
  margin-bottom: 0.5rem;
}

.about-section3 .body .item2 {
  text-align: center;
  margin-right: 1.33rem;
  position: relative;
}

.about-section3 .body .item2:after {
  content: "";
  display: block;
  background: url(../images/img105.png) no-repeat center;
  width: 0.33rem;
  height: 0.22rem;
  background-size: 100%;
  position: absolute;
  top: 0.87rem;
  right: -60%;
}

.about-section3 .body .item2 .text1 {
  font-size: 0.28rem;
  color: #999;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}

.about-section3 .body .item2 .icon2 {
  width: 0.62rem;
  margin: 0.12rem auto;
  border-radius: 100%;
  box-shadow: 0 0 0 0.12rem #f1f1f1;

}

.about-section3 .body .item2 .icon2:hover~.common-jump-card {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.about-section3 .body .item2 .text2 {
  font-size: 0.28rem;
  color: #000;
  line-height: 1.2;
}

.about-section3 .body .item2 .text2:before {
  content: "";
  display: block;
  background: url(../images/img105.png) no-repeat center;
  width: 0.33rem;
  height: 0.22rem;
  transform: rotate(-90deg);
  background-size: 100%;
  margin: 0.17rem auto;
  margin-top: 0.27rem;
}

.about-section3 .body .item2:nth-child(1) {
  margin-top: 2.33rem;
}

.about-section3 .body .item2:nth-child(2) {
  margin-top: 1.17rem;
}

.about-section3 .body .item2:last-child {
  margin-right: 0;
  margin-top: -5px;
}

.about-section3 .body .item2:last-child:after {
  display: none;
}

.about-section3 .body .itembox3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 1.0rem;
}

.about-section3 .body .item3 {
  width: 33.333%;
  font-size: 0.27rem;
  color: #666;
}

.about-section3 .body .item3 .circle {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0.17rem auto;
  width: 1.42rem;
  height: 1.42rem;
  background-image: linear-gradient(-27deg, #f8f8f8 0%, #ffffff 100%);
  border-radius: 100%;
  box-shadow: 0 0 0 0.17rem #f1f1f1;
  font-size: 0.27rem;
}

.about-section3 .body .item3:nth-child(3)~.item3 {
  margin-top: 0.33rem;
}

.about-section3 .about-section3-swiper{
  max-width: 23.33rem;
  margin: 0 auto;
  box-shadow: 0rem 0.08rem 1.0rem 0.25rem rgba(10, 2, 5, 0.08);
  border-radius: 0.25rem;
}

.about-section3 .body2 .about-section3-swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.6rem 0.85rem 1.0rem 0.85rem;
}

.about-section3 .body2 .about-section3-swiper .info {
  min-width: 0;
  flex-grow: 1;
  padding-right: 2.1rem;
  padding-top: 0.27rem;
}

.about-section3 .body2 .about-section3-swiper .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}

.about-section3 .body2 .about-section3-swiper .name {
  font-size: 0.4rem;
  color: #000;
  line-height: 1.2;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.about-section3 .body2 .about-section3-swiper .details {
  font-size: 0.28rem;
  color: #000;
}

.about-section3 .body2 .about-section3-swiper .content {
  font-size: 0.28rem;
  color: #999;
  line-height: 2em;
}

.about-section3 .body2 .about-section3-swiper .video,
.about-section3 .body2 .about-section3-swiper .image {
  width: 7.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about-section3 .body2 .about-section3-swiper .video img,
.about-section3 .body2 .about-section3-swiper .image img {
  width: 100%;
}

.about-section3 .body2 .about-section3-swiper .video:after,
.about-section3 .body2 .about-section3-swiper .image:after {
  content: "";
  display: block;
  background: url(../images/img106.png) no-repeat center rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-section3 .body2 .about-section3-swiper .image:after {
  display: none;
}

.about-section3 .body2 .about-section3-swiper .common-swiper-options {
  z-index: 9;
  bottom: 1.4rem;
  left: 1.4rem;
  transform: translate(0, 0);
}

@media screen and (max-width: 1540px) {
  .about-section3 .common-box {
    max-width: 29.0rem;
    padding-left: 1.49rem;
    padding-right: 1.49rem;
  }
  .about-section3 .body .right {
    width: 10.45rem;
  }
}

@media screen and (max-width: 1100px) {
  .about-section3 {
    padding-bottom: 1.0rem;
  }

  .about-section3 .common-box {
    max-width: 30.0rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }

  .about-section3 .local-title {
    margin-bottom: 0;
  }

  .about-section3 .body {
    zoom: 1;
    display: none;
    margin-top: 2rem;
  }
  
  .about-section3 .mb-body{
    display: block;
    margin: 0.4rem 0 0.8rem 0;
  }

  .popup0.active{
    overflow-x: scroll;
  }
  .popup0 img{
    max-width: 250%;
  }

  .about-section3 .body .left.right {
    display: block;
    margin-left: 6.5rem;
    margin-top: 2.0rem;
  }

  .about-section3 .body .center {
    display: block;
    margin-top: -10.5rem;
    margin-left: 5.5rem;
  }

  .about-section3 .body .center .item:last-child:before {
    content: "";
    display: block;
    background: url(../images/img105.png) no-repeat center;
    width: 0.5rem;
    height: 0.33rem;
    position: absolute;
    top: 72%;
    transform: rotateY(180deg);
    left: -0.4rem;
    background-size: 100%;
  }

  .about-section3 .body .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .about-section3 .body .item .item-content {
    border-radius: 10px;
    padding-top: 40px;
  }

  .about-section3 .body .item .icon {
    width: 40px;
    margin-bottom: 20px;
  }

  .about-section3 .body .item:after {
    transform: rotate(90deg);
    display: block;
    position: static;
    margin: 20px auto;
    width: 20px;
    height: 13px;
    display: none;
  }

  .about-section3 .body .item .title {
    font-size: 16px;
  }

  .about-section3 .body .right {
    width: 100%;
    margin-top: 3rem;
  }

  .about-section3 .body .right:after {
    display: none;
  }

  .about-section3 .body .right .item-content {
    padding-bottom: 30px;
  }

  .about-section3 .body .item2 {
    margin-right: 30px;
  }

  .about-section3 .body .item2:after {
    top: 46px;
    right: -54%;
  }

  .about-section3 .body .item2 .text1 {
    font-size: 12px;
  }

  .about-section3 .body .item2 .text2 {
    font-size: 12px;
  }

  .about-section3 .body .item2:nth-child(1) {
    margin-top: 130px;
  }

  .about-section3 .body .item2:nth-child(2) {
    margin-top: 66px;
  }

  .about-section3 .body .item3 {
    font-size: 14px;
  }

  .about-section3 .body .item3 .circle {
    width: 70px;
    height: 70px;
  }

  .about-section3 .body2 .about-section3-swiper {
    margin-top: 40px;
    box-shadow: none;
  }

  .about-section3 .body2 .about-section3-swiper .swiper-slide {
    padding: 30px 20px;
    display: block;
  }

  .about-section3 .body2 .about-section3-swiper .swiper-slide .info {
    padding-right: 0;
    padding-top: 0;
  }

  .about-section3 .body2 .about-section3-swiper .top {
    display: block;
    margin-bottom: 20px;
  }

  .about-section3 .body2 .about-section3-swiper .name {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 22px;
    display: block;
    width: 100%;
  }

  .about-section3 .body2 .about-section3-swiper .details {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-section3 .body2 .about-section3-swiper .content {
    font-size: 14px;
    -webkit-line-clamp: inherit;
    text-align: justify;
  }

  .about-section3 .body2 .about-section3-swiper .image,
  .about-section3 .body2 .about-section3-swiper .video {
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
  }
}

@media screen and (max-width: 900px) {
  .about-section3 .body .left.right {
    display: block;
    margin-left: 5.0rem;
    margin-top: 2.0rem;
  }

  .about-section3 .body .center {
    display: block;
    margin-top: -10.5rem;
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .about-section3 .common-box {
    max-width: 31.0rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .about-section3 .body .left.right {
    display: block;
    margin-left: 4.5rem;
    margin-top: 2.0rem;
  }
  .about-section3 .body .center {
    display: block;
    margin-top: -10.5rem;
    margin-left: 1.0rem;
  }  
  .about-section3 .body .itembox3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .about-section3 .body .right {
    margin-top: 0.5rem;
  }
  .about-section3 .body .left {
    padding-right: 0;
  }
  .about-section3 .body .left.right {
    display: block;
    margin-left: 0;
    margin-top: 10.3rem;
  }
  .about-section3 .body .center {
    display: block;
    position: absolute;
    top: 11.5rem;
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ==================== 人在TCL - 第三屏 End ==================== */
/* ==================== 通用视频弹窗 Start ==================== */
.common-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
}

.common-video.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.common-video .video-box {
  max-width: 50%;
  position: relative;
  margin: 0 auto;
}

.common-video .video-box .close {
  background: url(../images/close.png);
  width: 0.67rem;
  height: 0.67rem;
  position: absolute;
  top: -0.67rem;
  right: -0.67rem;
  cursor: pointer;
  user-select: none;
  background-size: 100%;
  transition: transform 0.4s;
}

.common-video .video-box .close:hover {
  transform: rotate(180deg);
}

.common-video video {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .common-video {
    padding: 0 20px;
  }

  .common-video .video-box {
    max-width: 100%;
  }

  .common-video .video-box .close {
    width: 30px;
    height: 30px;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: -30px;
  }
}

/* ==================== 通用视频弹窗 End ==================== */
/* ==================== 人在TCL - 第四屏 Start ==================== */
.about-section4 {
  overflow: hidden;
}

.about-section4 .local-title {
  margin-bottom: 1.6rem;
}

.about-section4 .body {
  max-width: 19.33rem;
  margin: 0 auto;
}

.about-section4 .item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 3.83rem;
}

.about-section4 .item:after {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  border: 1px dashed #ddd;
  border-top: 0;
  position: absolute;
  top: 1.33rem;
  pointer-events: none;
}

.about-section4 .left-swiper {
  padding-left: 0.45rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.about-section4 .left-swiper:after {
  content: "";
  display: block;
  width: 90%;
  height: 70%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0rem 0.38rem 1.93rem 0.07rem rgba(0, 0, 0, 0.1);
  border-radius: 0.83rem;
}

.about-section4 .left-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.43rem;
}

.about-section4 .left-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #c9c9c9;
  opacity: 1;
  margin: 0 0.08rem;
}

.about-section4 .left-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.about-section4 .info {
  min-width: 0;
  flex-grow: 1;
}

.about-section4 .info .number {
  position: relative;
  border-radius: 100%;
  width: 1.43rem;
  height: 1.43rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.6rem;
  background-color: #b40f0f;
  border: 0.17rem solid #e9f2ff;
  margin-bottom: 0.67rem;
  z-index: 9;
}

.about-section4 .info .number:before {
  content: "";
  display: block;
  background: url(../images/img97.png) no-repeat center;
  width: 0.67rem;
  height: 0.33rem;
  background-size: 100%;
  position: absolute;
  top: -0.55rem;
  right: -0.5rem;
}

.about-section4 .info .text1 {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin-bottom: 0.83rem;
}

.about-section4 .info .content {
  max-width: 6.67rem;
  font-size: 0.28rem;
}

.about-section4 .info .content>div {
  margin-bottom: 0.5rem;
}

.about-section4 .info .content p {
  color: #888;
  line-height: 1.6;
}

.about-section4 .info .content strong {
  margin-bottom: 0.17rem;
  display: block;
  color: #000;
  font-size: 0.35rem;
}

.about-section4 .about-section4-swiper {
  width: 8rem;
  border-radius: 0.83rem;
}

@media screen and (min-width: 1100px) {
  .about-section4 .item:nth-child(2n-1):after {
    right: 40px;
    border-left: 0;
    border-bottom-right-radius: 60px;
  }

  .about-section4 .item:nth-child(2n-1) .info {
    text-align: right;
    padding-right: 100px;
  }

  .about-section4 .item:nth-child(2n-1) .info .number {
    margin-right: -100px;
    margin-left: auto;
  }

  .about-section4 .item:nth-child(2n-1) .info .content {
    margin-right: 0;
    margin-left: auto;
  }

  .about-section4 .item:nth-child(2n):after {
    left: 40px;
    border-right: 0;
    border-bottom-left-radius: 60px;
  }

  .about-section4 .item:nth-child(2n) .left-swiper {
    order: 2;
  }

  .about-section4 .item:nth-child(2n) .info {
    text-align: left;
    padding-left: 100px;
  }

  .about-section4 .item:nth-child(2n) .info .number {
    margin-left: -100px;
    margin-right: auto;
  }

  .about-section4 .item:nth-child(2n) .info .content {
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 1100px) {
  .about-section4 .local-title {
    margin-bottom: 40px;
  }

  .about-section4 .about-section4-swiper {
    width: 100%;
    border-radius: 20px;
  }

  .about-section4 .left-swiper {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .about-section4 .left-swiper:after {
    border-radius: 20px;
  }

  .about-section4 .item {
    display: block;
    margin-bottom: 40px;
  }

  .about-section4 .item:after {
    display: none;
  }

  .about-section4 .info {
    position: relative;
    padding-left: 50px;
  }

  .about-section4 .info .number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-width: 5px;
    position: absolute;
    left: 0;
    margin: 0;
    top: -5px;
  }

  .about-section4 .info .number:before {
    width: 20px;
    height: 10px;
    top: -10px;
    right: -20px;
    display: none;
  }

  .about-section4 .info .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-section4 .info .content {
    margin-left: -40px;
    font-size: 13px;
  }

  .about-section4 .info .content>div {
    margin-bottom: 20px;
  }

  .about-section4 .info .content strong {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/* ==================== 人在TCL - 第四屏 End ==================== */
/* ==================== 人在TCL - 第五屏 Start ==================== */
.about-section5 {
  overflow: hidden;
  padding-bottom: 2.17rem;
}

.about-section5 .local-title {
  margin-bottom: 1.2rem;
}

.about-section5 .body {
  max-width: 20rem;
  margin: 0 auto;
}

.about-section5 .about-section5-swiper {
  overflow: hidden;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}

.about-section5 .about-section5-swiper .title {
  text-align: center;
  margin-top: 1rem;
  color: #333;
  font-size: 0.35rem;
}

.about-section5 .about-section5-swiper .image {
  border-radius: 0.25rem;
}

.about-section5 .about-section5-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-section5 .about-section5-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.17rem;
  height: 0.17rem;
  background-color: #c9c9c9;
  opacity: 1;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.about-section5 .about-section5-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #222;
}

.about-section5 .card {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.83rem 0.33rem 1rem;
  text-align: center;
}

.about-section5 .card .avatar {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

.about-section5 .card .text1 {
  font-size: 0.52rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}

.about-section5 .card .text2 {
  font-size: 0.28rem;
  color: #888;
  line-height: 1.2;
  margin-bottom: 0.67rem;
}

@media screen and (max-width: 1100px) {
  .about-section5 {
    padding-bottom: 50px;
  }

  .about-section5 .local-title {
    margin-bottom: 30px;
  }

  .about-section5 .about-section5-swiper {
    margin-bottom: 40px;
  }

  .about-section5 .about-section5-swiper .title {
    margin-top: 20px;
    font-size: 14px;
  }

  .about-section5 .about-section5-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .about-section5 .card {
    padding: 30px 20px;
  }

  .about-section5 .card .avatar {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }

  .about-section5 .card .text1 {
    font-size: 20px;
    line-height: 1.4;
  }

  .about-section5 .card .text2 {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}

/* ==================== 人在TCL - 第五屏 End ==================== */
/* ==================== 关于TCL Start ==================== */
.about2 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: none;
}

.about2 header .pc-nav .navbar li:hover a,
.about2 header .pc-nav .navbar li.active a {
  color: #fff;
}

.about2 header .pc-nav .navbar li a {
  color: #999;
}

.about2 header .pc-nav .tool:before {
  background-color: #999;
}

.about2 header .pc-nav .tool .icon img {
  transform: translateY(-50%);
}

.about2 .slide-nav {
  position: fixed;
  top: 50%;
  left: 0.92rem;
  transform: translateY(-50%);
  z-index: 9;
}

.about2 .slide-nav>li {
  font-size: 0.28rem;
  color: #999;
  margin-top: 0.5rem;
  cursor: pointer;
  position: relative;
}

.about2 .slide-nav>li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.28rem;
  width: 0.08rem;
  height: 0;
  background-color: #e60012;
  border-radius: 1.67rem;
  opacity: 0;
  transition: top 0.4s cubic-bezier(0.42, 0.16, 0.46, 1.32), opacity .4s, height .4s;
}

.about2 .slide-nav>li:hover,
.about2 .slide-nav>li.active {
  color: #e60012;
}

.about2 .slide-nav>li:hover:before,
.about2 .slide-nav>li.active:before {
  display: block;
  opacity: 1;
  height: 0.37rem;
  ;
}

.about2 .slide-nav>li:first-child {
  margin-top: 0;
}

.about2-box-swiper .page {
  position: relative;
}

.about2-box-swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1100px) {
  .about2-box-swiper .page {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }

  .about2-box-swiper .page.active .page-content {
    position: fixed;
    top: 0;
    left: 0;
  }

  .about2-box-swiper .page .page-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: top 0.4s;
  }

  .about2-box-swiper .page .page1 {
    z-index: 1;
  }

  .about2-box-swiper .page .page2 {
    z-index: 2;
  }

  .about2-box-swiper .page .page3 {
    z-index: 3;
  }

  .about2-box-swiper .page .page4 {
    z-index: 4;
  }

  .about2-box-swiper .page .page5 {
    z-index: 5;
  }

  .about2-box-swiper .page .page6 {
    z-index: 6;
  }

  .about2-box-swiper .about2-swiper-wrapper {
    display: block;
    width: auto;
    height: auto;
    transform: inherit;
  }
}

@media screen and (max-width: 1100px) {
  .about2-box-swiper .page {
    width: 100%;
    /* min-height: 100vh; */
  }

  .about2-box-swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .about2-box-swiper>.swiper-button-prev,
  .about2-box-swiper>.swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 9;
    border-radius: 100%;
    box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }

  .about2-box-swiper>.swiper-button-prev:after,
  .about2-box-swiper>.swiper-button-next:after {
    color: #e71021;
    font-size: 16px;
  }

  .about2-box-swiper>.swiper-button-prev {}

  .about2-box-swiper>.swiper-button-next {}
}

/* ==================== 关于TCL End ==================== */
/* ==================== 关于TCL - 第一屏 Start ==================== */
.about2-section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about2-section1 .content {
  max-width: 15rem;
  margin: 0 auto;
  font-size: 0.28rem;
  color: #555;
  line-height: 2;
  transition: visibility 0.4s;
}

/* @media screen and (max-width: 1410px) {
  .about2-section1 .content {
    max-width: inherit;
    padding: 0 1.67rem 0 3.33rem;
  }
} */
@media screen and (max-width: 1100px) {
  .about2-section1 {
    padding-top: 0;
    padding: 50px 0;
  }

  .about2-section1 .content {
    padding: 30px 20px 50px;
    font-size: 14px;
  }
}

/* ==================== 关于TCL - 第一屏 End ==================== */
/* ==================== 关于TCL - 第二屏 Start ==================== */
.about2-section2 {
  display: flex;
  align-items: center;
  background: url(../images/img112.jpg) no-repeat left bottom;
  background-size: cover;
}

.about2-section2 .body {
  max-width: 8.17rem;
  margin-right: 2.67rem;
  margin-left: auto;
  transition: visibility 0.4s;
}

.about2-section2 .body .text1 {
  font-size: 0.35rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.about2-section2 .body .content {
  font-size: 0.28rem;
  color: #666;
  line-height: 2;
  text-align: justify;
}

.about2-section2 .left,
.about2-section2 .right {
  width: 50%;
}

.about2-section2 .left {
  padding-left: 2.83rem;
  min-width: 0;
  flex-grow: 1;
}

.about2-section2 .right {
  height: 100%;
  background-position-y: bottom;
  background-size: cover !important;
}

/* @media screen and (max-width: 1700px) {
  .about2-section2 .right {
    width: 40%;
  }
  .about2-section2 .body {
    margin-right: 1.33rem;
  }
} */
@media screen and (max-width: 1100px) {
  .about2-section2 {
    display: block;
    background-size: cover;
  }

  .about2-section2 .body {
    margin-right: 0;
    max-width: 100%;
    margin-left: 0;
    padding: 50px 20px 30px;
  }

  .about2-section2 .body .content {
    font-size: 14px;
  }

  .about2-section2 .left {
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
  }

  .about2-section2 .right {
    width: 100%;
  }

  .about2-section2 .body .text1 {
    font-size: 21px;
  }
}

/* ==================== 关于TCL - 第二屏 End ==================== */
/* ==================== 关于TCL - 第三屏 Start ==================== */
.about2-section3 {
  display: flex;
  align-items: center;
  background: url(../images/img113.jpg) no-repeat bottom right #f9f9f9;
}

.about2-section3 .image,
.about2-section3 .body {
  width: 50%;
}

.about2-section3 .image {
  height: 100%;
  background-position-x: right;
  background-position-y: bottom;
  background-size: cover !important;
}

.about2-section3 .body {
  margin-left: 3.33rem;
  min-width: 0;
  flex-grow: 1;
  max-width: 8.17rem;
  transition: visibility 0.4s;
}

.about2-section3 .body .title {
  font-size: 0.35rem;
  color: #000;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.about2-section3 .item {
  margin-bottom: 0.5rem;
}

.about2-section3 .item:last-child {
  margin-bottom: 0;
}

.about2-section3 .item .text1 {
  font-weight: bold;
  color: #000;
  font-size: 0.28rem;
  line-height: 1;
  margin-bottom: 0.17rem;
}

.about2-section3 .item .desc {
  font-size: 0.27rem;
  color: #666;
  line-height: 2;
}

/* @media screen and (max-width: 1440px) {
  .about2-section3 .item {
    margin-bottom: 20px;
  }
  .about2-section3 .item .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about2-section3 .item .text1 {
    font-size: 15px;
  }
  .about2-section3 .item .desc {
    font-size: 14px;
  }
} */
@media screen and (max-width: 1280px) {
  .about2-section3 .body {
    zoom: 0.85;
  }
}

@media screen and (max-width: 1100px) {
  .about2-section3 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background-size: cover;
  }

  .about2-section3 .image {
    width: 100%;
    order: 2;
  }

  .about2-section3 .body {
    zoom: 1;
    height: 100%;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
  }

  .about2-section3 .body .title {
    font-size: 21px;
    margin-bottom: 25px;
  }

  .about2-section3 .item {
    margin-bottom: 10px;
  }

  .about2-section3 .item .text1 {
    font-size: 14px;
  }

  .about2-section3 .item .desc {
    font-size: 12px;
  }
}

/* ==================== 关于TCL - 第三屏 End ==================== */
/* ==================== 关于TCL - 第四屏 Start ==================== */
.about2-section4 {
  /* background: url(../images/img110.jpg) repeat-x top left;
  background-size: cover;
  animation: about2-section4-bg-move 200s infinite linear;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; */
}

.about2-section4 h1 {
  color: #fff;
  font-size: 4.69vw;
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.about2-section4 .content {
  font-size: 0.28rem;
  line-height: 2;
  text-align: justify;
  margin: 0 auto;
  color: #555;
  max-width: 15rem;
  transition: visibility 0.4s;
}

.about2-section4 .play-video {
  width: 1.83rem;
  height: 1.83rem;
  border-radius: 100%;
  overflow: hidden;
  background-color: #e60012;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
  cursor: pointer;
}

.about2-section4 .play-video img {
  width: 0.67rem;
}

.about2-section4 .play-video .text {
  margin-top: 0.08rem;
  font-size: 0.25rem;
  color: #fff;
}

@keyframes about2-section4-bg-move {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: -64rem;
  }
}

/* @media screen and (max-width: 1410px) {
  .about2-section4 .content {
    max-width: inherit;
    padding: 0 100px 0 200px;
  }
} */
@media screen and (max-width: 1100px) {

  /* .about2-section4{
    height: 100vh;
  } */
  .about2-section4 video {
    display: block;
    width: 100%;
    height: 80vh;
    object-fit: cover;
  }
}

/* ==================== 关于TCL - 第四屏 End ==================== */
/* ==================== 关于TCL - 第五屏 Start ==================== */
.about2-section5 {
  align-items: flex-start;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 3.5rem;
  padding-bottom: 2.17rem;
}

.about2-section5 .about2-section5-swiper {
  min-height: 6.67rem;
  max-width: 100%;
}

.about2-section5 .item {
  padding-left: 0.73rem;
  width: 5rem;
  width: auto;
}

.about2-section5 .item:nth-child(2n-1) {
  padding-top: 1.67rem;
}

.about2-section5 .item:nth-child(2n-1) .left-icon {
  top: 1.67rem;
}

.about2-section5 .item.swiper-slide-active .left-icon {
  border-color: #e60012;
}

.about2-section5 .item.swiper-slide-active .left-icon:after {
  background-image: linear-gradient(#e60012, transparent);
}

.about2-section5 .item.swiper-slide-active .year {
  color: #e60012;
}

.about2-section5 .item.swiper-slide-active .text {
  color: #333;
}

.about2-section5 .left-icon {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  border: 0.07rem solid #999;
  margin-right: 0.33rem;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}

.about2-section5 .left-icon:after {
  content: "";
  display: block;
  width: 0.03rem;
  height: 3.83rem;
  background-image: linear-gradient(#bbc3c8, transparent);
  position: absolute;
  top: 0.33rem;
  left: 50%;
  transform: translateX(-50%);
}

.about2-section5 .content {
  max-width: 3.58rem;
}

.about2-section5 .year {
  font-size: 0.6rem;
  font-weight: bold;
  color: #999;
  margin-bottom: 0.2rem;
  line-height: 1;
}

.about2-section5 .year span {
  font-size: 0.33rem;
}

.about2-section5 .text {
  font-size: 0.28rem;
  color: #999;
  line-height: 1.8;
}

.about2-section5 .common-swiper-options {
  margin-top: 1.67rem;
  z-index: 9;
  position: static;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translate(0);
  padding-right: 0.67rem;
}

.about2-section5 .common-swiper-options .swiper-scrollbar {
  margin-left: 0.43rem;
  min-width: 0;
  flex-grow: 1;
  max-width: 13.93rem;
  height: 0.07rem;
}

.about2-section5 .common-swiper-options .swiper-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #a1b7c9;
}

@keyframes about2-section5-bg-move {
  0% {
    background-position-x: -64rem;
  }

  100% {
    background-position-x: 0;
  }
}

@media screen and (max-width: 1100px) {
  .about2-section5 {
    padding: 120px 20px 70px;
  }

  .about2-section5 .text {
    font-size: 12px;
  }

  .about2-section5 .content {
    max-width: 200px;
  }

  .about2-section5 .year {
    font-size: 20px;
  }

  /* .about2-section5 {
    padding: 30px 20px;
    padding-top: 50px;
  }
  .about2-section5 .content {
    max-width: 100%;
  }
  .about2-section5 .about2-section5-swiper {
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .about2-section5 .about2-section5-swiper > .swiper-wrapper {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .about2-section5 .about2-section5-swiper > .swiper-wrapper > .swiper-slide {
    height: auto;
  }
  .about2-section5 .common-swiper-options {
    padding-right: 0;
  }
  .about2-section5 .year {
    font-size: 22px;
    margin-bottom: 5px;
    color: #e60012;
  }
  .about2-section5 .year span {
    font-size: 16px;
    margin-left: 5px;
  }
  .about2-section5 .text {
    font-size: 14px;
    color: #333;
  }
  .about2-section5 .left-icon {
    width: 14px;
    height: 14px;
    border-width: 3px;
    border-color: #e60012;
    position: static;
    flex-shrink: 0;
  }
  .about2-section5 .left-icon:after {
    left: 6px;
    top: 13px;
    height: 100%;
    transform: translate(0, 0);
    background-image: linear-gradient(#e60012, transparent);
  }
  .about2-section5 .item {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: stretch;
    padding-left: 0;
  }
  .about2-section5 .item:nth-child(2n-1) {
    padding-top: 0;
  }
  .about2-section5 .item:nth-child(2n-1) .left-icon {
    top: 0;
  } */
}

/* ==================== 关于TCL - 第五屏 End ==================== */
/* ==================== 校园招聘 - 通用样式 Start ==================== */
.school-job05 .mxw-box {
  max-width: 79.17vw;
  margin-left: auto;
  margin-right: auto;
}

.school-job06-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.school-job06-tabs .tab-item {
  width: 3.43rem;
  height: 0.94rem;
  line-height: 0.94rem;
  text-align: center;
  font-size: 0.34rem;
  color: #666;
  background-image: linear-gradient(0deg, #bcbcbb 0%, #e1e2e2 100%);
  border-radius: 1.67rem;
  margin: 0.23rem;
  box-shadow: 0 0 0 0.23rem #efefef;
  margin-right: 1.37rem;
  cursor: pointer;
  transition: all 0.5s, color 0s;
}

.school-job06-tabs .tab-item.active {
  background-image: linear-gradient(0deg, #a8010e 0%, #e50012 100%);
  color: #fff;
}

.school-job06-tabs .tab-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .school-job05 .mxw-box {
    max-width: 100%;
    padding: 0 20px;
  }

  .school-job06-tabs .tab-item {
    width: auto;
    font-size: 12px;
    padding: 8px 15px;
    height: auto;
    line-height: inherit;
    margin-right: 10px;
  }
}

/* ==================== 校园招聘 - 通用样式 End ==================== */
/* ==================== 校园招聘 - 全部职位 Start ==================== */
.school-job06-section1 {
  background: url(../images/img126.jpg) no-repeat center bottom #f8faf9;
  background-size: cover;
}

.school-job06-section1 .desc {
  max-width: 52.08vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  color: #888;
  font-size: 0.89vw;
  text-align: center;
  margin-top: 2.69vw;
}

@media screen and (min-width: 1100px) {
  .school-job06-section1 {
    padding: 4.38vw 0 11.83vw;
  }
}

@media screen and (max-width: 1100px) {
  .school-job06-section1 {
    padding: 30px 0;
  }

  .school-job06-section1 .desc {
    max-width: 100%;
    font-size: 12px;
    line-height: 2em;
  }

  .school-job06-section1 .school-job06-tabs .tab-item {
    width: 48%;
    margin-right: 4%;
    height: auto;
    line-height: inherit;
  }
}

/* ==================== 校园招聘 - 全部职位 End ==================== */
/* ==================== 校园招聘 - 全部职位 Start ==================== */
.school-job06-section2 {
  background: url(../images/img125.jpg) no-repeat center top #fcfcfc;
}

.school-job06-section2 .school-job06-tabs {
  margin-bottom: 0.64rem;
}

.school-job06-section2 .school-job06-tabs .tab-item.active {
  width: auto;
  min-width: 0;
  flex-grow: 1;
}

.school-job06-section2 .tab-content {
  display: none;
}

.school-job06-section2 .itembox2 {
  display: flex;
  align-items: stretch;
}

.school-job06-section2 .item2 {
  text-align: center;
  font-size: 0.89vw;
  color: #333;
  position: relative;
}

.school-job06-section2 .item2.active .item-content,
.school-job06-section2 .item2:hover .item-content {
  color: #fff;
  background: url(../images/img43.png) repeat #d90d1d;
}

.school-job06-section2 .item-content {
  background: url(../images/img43.png) repeat #fff;
  box-shadow: 0 0 0 0.14rem #ebebeb;
  margin: 0.14rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.25rem;
  transition: all 0.4s;
  font-size: 0.26rem;
}

.school-job06-section2 .item-desc {
  position: absolute;
  top: 80%;
  left: 50%;
  padding-top: 1.04vw;
  transform: translate(-50%, 0.52vw);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  z-index: 99;
}

.school-job06-section2 .desc-box {
  font-size: 0.73vw;
  margin-top: 1.25vw;
  z-index: 9;
  line-height: 1.8;
  width: 20.83vw;
  padding: 1.04vw;
  border-radius: 0.52vw;
  text-align: justify;
  background-color: #fff;
  color: #666;
  box-shadow: 0vw 0vw 3.39vw 0.42vw rgba(10, 2, 5, 0.07);
  position: relative;
}

.school-job06-section2 .desc-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.42vw solid transparent;
  border-right: 0.42vw solid transparent;
  border-bottom: 0.63vw solid #fff;
  position: absolute;
  top: -0.63vw;
  left: 50%;
  transform: translateX(-50%);
}

.school-job06-section2 .job-content {
  background: none;
}

.school-job06-section2 .school-job06-tabs2 {
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2 {
  padding: 0.17rem;
  border-radius: 1.67rem;
  background-color: #ececec;
  margin: 0 0.25rem;
  position: relative;
  min-width: 3rem;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2 .icon {
  position: absolute;
  top: -0.27rem;
  right: -0.2rem;
  background: url(../images/img132.png) no-repeat center;
  background-size: 100%;
  width: 0.83rem;
  height: 0.83rem;
  font-size: 0.2rem;
  color: #fff;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  padding: 0.08rem;
  padding-top: 0.17rem;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2 .icon div {
  zoom: 0.7;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2:before,
.school-job06-section2 .school-job06-tabs2 .tab-item2:after {
  content: "";
  display: block;
  width: calc(100% - 0.34rem);
  position: absolute;
  top: 0.17rem;
  left: 0.17rem;
  z-index: 9;
  height: calc(100% - 0.34rem);
  border-radius: 100px;
  opacity: 1;
  transition: all .4s;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2:after {
  background-image: linear-gradient(to bottom, #cbcbcb, #e0e2e1);
  opacity: 1;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2:before {
  background-image: linear-gradient(to bottom, #e10012, #ad010f);
  opacity: 0;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2:hover span,
.school-job06-section2 .school-job06-tabs2 .tab-item2.active span {
  color: #fff;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2:hover:before,
.school-job06-section2 .school-job06-tabs2 .tab-item2.active:before {
  opacity: 1;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2:hover:after,
.school-job06-section2 .school-job06-tabs2 .tab-item2.active:after {
  opacity: 0;
}

.school-job06-section2 .school-job06-tabs2 .tab-item2 span {
  font-size: 0.28rem;
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  padding: 0.18rem;
  border-radius: 1.67rem;
  text-align: center;
  color: #666666;
  transition: color .4s;
}

@media screen and (min-width: 1100px) {
  .school-job06-section2 {
    padding: 8.59vw 0 0;
  }

  .school-job06-section2 .item2:hover .item-desc,
  .school-job06-section2 .school-job06-tabs2 .tab-item2:hover .item-desc {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .school-job06-section2 .item2 {
    width: 16%;
    margin: 0 !important;
    margin-right: 0.8% !important;
  }

  .school-job06-section2 .item2:nth-child(6n) {
    margin-right: 0 !important;
  }

  .school-job06-section2 .item2:nth-child(6)~.item2 {
    margin-top: 1% !important;
  }
}

@media screen and (max-width: 1100px) {
  .school-job06-section2 {
    padding: 40px 0;
  }

  .school-job06-section2 .school-job06-tabs {
    margin-bottom: 20px;
  }

  .school-job06-section2 .school-job06-tabs .tab-item {
    white-space: nowrap;
  }

  .school-job06-section2 .item-content {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 5px;
    height: auto;
    line-height: inherit;
  }

  .school-job06-section2 .job-content>.box {
    padding-left: 0;
    padding-right: 0;
  }

  .school-job06-section2 .school-job06-tabs2 {
    margin: 20px 0 40px;
  }

  .school-job06-section2 .school-job06-tabs2 .tab-item2 {
    width: 49%;
    font-size: 12px;
    padding: 4px;
    flex-grow: inherit;
    margin: 0;
    margin-right: 2%;
  }

  .school-job06-section2 .school-job06-tabs2 .tab-item2 span {
    padding: 8px;
    font-size: 13px;
    border-radius: 100px;
  }

  .school-job06-section2 .school-job06-tabs2 .tab-item2:nth-child(2n) {
    margin-right: 0;
  }

  .school-job06-section2 .school-job06-tabs2 .tab-item2:nth-child(2)~.tab-item2 {
    margin-top: 10px;
  }

  .school-job06-section2 .school-job06-tabs2 .tab-item2 .icon {
    font-size: 12px;
    width: 40px;
    height: 40px;
    top: -10px;
    right: -8px;
    padding: 9px;
    padding-top: 14px;
  }

  .school-job06-section2 .school-job06-tabs2 .tab-item2 .icon div {
    zoom: 0.6;
  }
}

/* ==================== 校园招聘 - 全部职位 End ==================== */
/* ==================== 通用查看按钮 Start ==================== */
.common-show-all {
  display: block;
  border-radius: 100%;
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.common-show-all .text {
  background-image: linear-gradient(0deg, #a7010e 0%, #e60012 100%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  border-radius: 100%;
  position: relative;
  z-index: 4;
}

.common-show-all:before,
.common-show-all:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #000;
  animation: school-job05-animate2 2s infinite cubic-bezier(0.2, 0.01, 0.2, 1);
}

.common-show-all:before {
  width: 150px;
  height: 150px;
  z-index: 2;
}

.common-show-all:after {
  width: 190px;
  height: 190px;
  z-index: 1;
}

@keyframes school-job05-animate1 {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes school-job05-animate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.4;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@media screen and (max-width: 1100px) {
  .common-show-all:before {
    width: 110px;
    height: 110px;
  }

  .common-show-all:after {
    width: 130px;
    height: 130px;
  }

  .common-show-all .text {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
}

/* ==================== 通用查看按钮 End ==================== */
/* ==================== 实习生项目 Start ==================== */
.school-job07 .school-job06-section2 {
  padding-top: 4.33vw;
  padding-bottom: 8.33vw;
  background: url(../images/img127.jpg) no-repeat center top;
}

@media screen and (max-width: 1100px) {
  .school-job07 .school-job06-section1 {
    min-height: 64vw;
  }

  .school-job07 .school-job06-section2 {
    background-size: 100%;
  }
}

/* ==================== 实习生项目 End ==================== */
/* ==================== 实习生项目 Start ==================== */
.school-job08-section1 {
  background: url(../images/img128.jpg) no-repeat center top #fcfcfc;
  background-size: 100%;
  padding-bottom: 1px;
}

.school-job08-section1 .job-content .search {
  margin-bottom: 1.53rem;
}

.school-job08-section1 .job-content .title {
  margin-bottom: 2.08vw;
}

.school-job08-section1 .mxw-box {
  padding-top: 5.73vw;
}

@media screen and (max-width: 1100px) {
  .school-job08-section1 .job-content .title {
    margin-bottom: 30px;
  }

  .school-job08-section1 .mxw-box {
    padding-top: 50px;
  }

  .school-job08-section1 .job-content .search {
    margin-bottom: 40px;
  }
}

/* ==================== 实习生项目 End ==================== */
/* ==================== 全部职位 - 通用样式 Start ==================== */
.school-job08-h1 {
  color: #fff;
  font-size: 0.83rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.07rem;
  font-weight: bold;
  display: block;
}

.school-job08-itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.school-job08-itembox .item {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.27);
  padding: 0.13rem;
  border-radius: 0.23rem;
  position: relative;
}

.school-job08-itembox .item .item-desc {
  position: absolute;
  top: 80%;
  left: 50%;
  padding-top: 1.04vw;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  z-index: 99;
}

.school-job08-itembox .item .desc-box {
  font-size: 0.73vw;
  margin-top: 1.25vw;
  z-index: 9;
  line-height: 1.8;
  width: 20.83vw;
  padding: 1.04vw;
  border-radius: 0.52vw;
  text-align: justify;
  background-color: #fff;
  color: #666;
  box-shadow: 0vw 0vw 3.39vw 0.42vw rgba(10, 2, 5, 0.07);
  position: relative;
}

.school-job08-itembox .item .desc-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.42vw solid transparent;
  border-right: 0.42vw solid transparent;
  border-bottom: 0.63vw solid #fff;
  position: absolute;
  top: -0.63vw;
  left: 50%;
  transform: translateX(-50%);
}

.school-job08-itembox .item.weak span {
  background-color: rgba(255, 255, 255, 0.5);
}

.school-job08-itembox .item.active span,
.school-job08-itembox .item:hover span {
  background-color: #e40012;
  color: #fff;
}

.school-job08-itembox .item span {
  display: block;
  color: #333;
  background: url(../images/img43.png) repeat #fff;
  padding: 0.25rem 0.08rem;
  border-radius: 0.23rem;
  transition: all .4s;
  font-size: 0.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1100px) {
  .school-job08-itembox .item:hover .item-desc {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .school-job08-itembox .item {
    width: 15.8682%;
    margin-right: 0.8%;
  }

  .school-job08-itembox .item:nth-child(6n) {
    margin-right: 0;
  }

  .school-job08-itembox .item:nth-child(6)~.item {
    margin-top: 0.17rem;
  }
}

@media screen and (max-width: 1100px) {
  .school-job08-h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/* ==================== 全部职位 - 通用样式 End ==================== */
/* ==================== 全部职位 - 样式一 Start ==================== */
.school-job08-section1-1 {
  background: url(../images/img130.jpg) no-repeat center;
  background-size: cover;
  padding-top: 1.67rem;
  padding-bottom: 4.33rem;
  position: relative;
  z-index: 50;
}

.school-job08-section1-1 .desc {
  font-size: 0.28rem;
  color: #eee;
  line-height: 1.6;
  margin-bottom: 0.83rem;
}

.school-job08-section1-1 .body-left {
  padding-right: 2rem;
}

.school-job08-section1-1 .right-btn {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.27);
  padding: 0.23rem;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 1.92rem;
  display: block;
  transition: all .4s;
}

.school-job08-section1-1 .right-btn:hover {
  transform: translateX(0.17rem);
}

.school-job08-section1-1 .right-btn:hover .btn-content {
  box-shadow: inset 0 0 0.08rem 0.03rem rgba(0, 0, 0, 0.09);
}

.school-job08-section1-1 .right-btn .btn-content {
  background-image: linear-gradient(to bottom, #e60012, #a9010e);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.32rem;
  transition: all .4s;
}

.school-job08-section1-1 .right-btn .arrow {
  display: block;
  margin-top: 0.17rem;
  background: url(../images/img131.png) no-repeat center;
  background-size: 100%;
  width: 0.58rem;
  height: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1100px) {
  .school-job08-section1-1 .body {
    display: flex;
    align-items: center;
    justify-content: flex-start;

  }
}

@media screen and (max-width: 1100px) {
  .school-job08-section1-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .school-job08-section1-1 .desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .school-job08-section1-1 .school-job08-itembox .item {
    width: 32%;
    margin: 0 !important;
  }

  .school-job08-section1-1 .school-job08-itembox .item:nth-child(3n-1) {
    margin-right: 2% !important;
    margin-left: 2% !important;
  }

  .school-job08-section1-1 .school-job08-itembox .item:nth-child(3)~.item {
    margin-top: 2% !important;
  }

  .school-job08-section1-1 .school-job08-itembox .item span {
    zoom: 1;
  }

  .school-job08-section1-1 .right-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

/* ==================== 全部职位 - 样式一 End ==================== */
/* ==================== 全部职位 - 样式二 Start ==================== */
.school-job08-section1-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 1.67rem;
  padding-bottom: 1.67rem;
}

@media screen and (min-width: 1100px) {
  .school-job08-section1-2 .school-job08-itembox .item {
    width: 24.2%;
    margin-top: 0 !important;
    margin-right: 0.8% !important;
  }

  .school-job08-section1-2 .school-job08-itembox .item:nth-child(4)~.item {
    margin-top: 0.17rem !important;
  }

  .school-job08-section1-2 .school-job08-itembox .item:nth-child(4) {
    margin-top: 0 !important;
  }

  .school-job08-section1-2 .mxw-box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }

  .school-job08-section1-2 .card {
    width: 48%;
  }

  .school-job08-section1-2 .card:nth-child(2n) {
    margin-left: 4%;
  }
}

@media screen and (min-width: 1100px) {
  .school-job08-section1-2 .school-job08-h1 {
    margin-bottom: 1.17rem;
  }
}

@media screen and (max-width: 1500px) {
  .school-job08-itembox .item span {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1100px) {
  .school-job08-section1-2 {}

  .school-job08-section1-2 .card {
    margin-bottom: 40px;
  }

  .school-job08-section1-2 .card:last-child {
    margin-bottom: 0;
  }

  .school-job08-section1-2 .school-job08-itembox .item span {
    zoom: 1;
  }

  .school-job08-section1-2 .school-job08-itembox .item {
    width: 48%;
  }

  .school-job08-section1-2 .school-job08-itembox .item:nth-child(2n) {
    margin-left: 2%;
  }

  .school-job08-section1-2 .school-job08-itembox .item:nth-child(2)~.item {
    margin-top: 2%;
  }
}

/* ==================== 全部职位 - 样式二 End ==================== */
/* ==================== 管培生项目-琥珀(华星) Start ==================== */
.school-job09-section1 {
  background-color: #f5f5f5;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 1px;
}
.school-job09 .index-section1 img{
  width: 100%;
}

.school-job09 .school-job03-section3 .p-box {}

.school-job09 .school-job03-section3 .p-box p {
  padding-left: 0.5rem;
  position: relative;
	color: #666;
  font-size: 0.28rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 0.33rem;
}

.school-job09 .school-job03-section3 .p-box p:last-child{
  margin-bottom: 0;
}

.school-job09 .school-job03-section3 .p-box p:after {
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  background: url("../images/img004.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0.08rem;
  left: 0;
}
.school-job09 .school-job03-section4 .itembox{
  position: relative;
  z-index: 2;
  justify-content: center;
  width: 25rem;
}
.school-job09 .school-job03-section4 .common-box{
  position: relative;
}
.school-job09 .school-job03-section4 .common-box:after{
  content: "";
  display: block;
  background: url("../images/img005.png") no-repeat center;
  background-size: 100%;
  width: 25rem;
  height: 5.67rem;
  position: absolute;
  top: 36.7%;
  left: 50%;
  transform: translateX(-50%);
}
.school-job09 .school-job03-section4 .item:after{
  background-image: url("../images/img007.png");
  top: 0.8rem;
  right: -4%;
}
.school-job09 .school-job03-section4 .item:nth-child(5):after{
  display: block;
}
.school-job09 .school-job03-section4 .item:nth-child(5):after,
.school-job09 .school-job03-section4 .item:nth-child(5)~.item:after{
  transform: rotateY(0);
}
.school-job09 .show-all {
  display: block;
  border-radius: 100%;
  z-index: 99;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 3.33rem;
  width: 3.33rem;
}

.school-job09 .show-all .text {
  background-image: linear-gradient(0deg, #a7010e 0%, #e60012 100%);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 100%;
  position: relative;
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
}

.school-job09 .show-all:before,
.school-job09 .show-all:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #000;
  animation: school-job05-animate2 2s infinite cubic-bezier(0.2, 0.01, 0.2, 1);
}

.school-job09 .show-all:before {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
}

.school-job09 .show-all:after {
  width: 3.17rem;
  height: 3.17rem;
  z-index: 1;
}
.school-job09 .school-job03-section4 {
  padding-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .school-job09 .school-job03-section2 .common-title {
    margin-bottom: 0.93rem;
  }

  .school-job09 .school-job03-section2 {
    min-height: 9.67rem;
  }

  .school-job09 .school-job03-section3 {
    padding-top: 2.33rem;
  }

  .school-job09 .school-job03-section3 .common-title {
    margin-bottom: 2rem;
  }
  .school-job09 .school-job03-section4 .item:nth-child(4)~.item{
    margin-top: 2.2rem;
  }
}

@media screen and (max-width: 1100px) {
  .school-job09 .school-job03-section3 .p-box p:after{
    width: 20px;
    height: 20px;
  }
  .school-job09 .school-job03-section3 .p-box p{
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
  .school-job09 .school-job03-section4{
    overflow: hidden;
  }
  .school-job09 .school-job03-section4 .itembox{
    width: 100%;
  }
  .school-job09 .school-job03-section4 .common-box:after{
    display: none;
  }
  .school-job09 .show-all{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .school-job09 .school-job03-section4 .item:after{
    display: none!important;
  }
}
/* ==================== 管培生项目-琥珀(华星) End ==================== */




@font-face {
  font-family: "FZLTFont-Medium";
  src: url('font/FZLTZCHK.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url('font/Gotham-Bold.woff2') format('woff2'), url('font/Gotham-Bold.woff') format('woff'), url('font/Gotham-Bold.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url('font/Gotham-Medium.woff2') format('woff2'), url('font/Gotham-Medium.woff') format('woff'), url('font/Gotham-Medium.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ==================== 内页1 - 通用标题 Start ==================== */
.ny1-title {
  font-size: 1.979vw;
  line-height: 1.1;
  margin-bottom: 4.167vw;
  text-align: center;
  font-weight: bold;
}
.ny1-title strong {
  font-weight: 400;
  font-family: "Gotham-Bold";
}
@media screen and (min-width: 1920px) {
  .ny1-title {
    font-size: 38px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 749px) {
  .ny1-title {
    font-size: 19px;
    margin-bottom: 40px;
  }
}
/* ==================== 内页1 - 通用标题 End ==================== */
/* ==================== 内页1 - 通用按钮 Start ==================== */
.ny1-btn {
  width: 5.625vw;
  height: 5.625vw;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 0.99vw;
  color: #969393;
  line-height: 1.1;
  font-weight: bold;
  box-shadow: 0 0 0 1.042vw rgba(0, 0, 0, 0.02);
  position: relative;
  transition: all 0.4s;
}
.ny1-btn .text1 {
  z-index: 2;
  font-family: "Gotham-Bold";
}
.ny1-btn .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ny1-btn .bg:before,
.ny1-btn .bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.ny1-btn .bg:before {
  background: -webkit-linear-gradient(to top, #b0b0b0, #e9e9e9);
  background: -o-linear-gradient(to top, #b0b0b0, #e9e9e9);
  background: -moz-linear-gradient(to top, #b0b0b0, #e9e9e9);
  background: linear-gradient(to top, #b0b0b0, #e9e9e9);
}
.ny1-btn .bg:after {
  opacity: 0;
  visibility: hidden;
  background: -webkit-linear-gradient(to top, #b0010f, #dd0012);
  background: -o-linear-gradient(to top, #b0010f, #dd0012);
  background: -moz-linear-gradient(to top, #b0010f, #dd0012);
  background: linear-gradient(to top, #b0010f, #dd0012);
}
.ny1-btn.active,
.ny1-btn:hover {
  color: #fff;
}
.ny1-btn.active .bg:after,
.ny1-btn:hover .bg:after {
  opacity: 1;
  visibility: visible;
}
.ny1-btn.active:after,
.ny1-btn:hover:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.ny1-btn:after {
  content: "";
  display: block;
  background: url(../images/img128@40x10.png) no-repeat center;
  background-size: 100%;
  width: 2.083vw;
  height: 0.521vw;
  margin-top: 0.521vw;
  z-index: 2;
  transition: all 0.4s;
}
@media screen and (min-width: 1920px) {
  .ny1-btn {
    width: 108px;
    height: 108px;
    font-size: 19px;
  }
  .ny1-btn:after {
    width: 40px;
    height: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 749px) {
  .ny1-btn {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
  .ny1-btn:after {
    width: 20px;
    height: 10px;
    margin-top: 5px;
  }
}
/* ==================== 内页1 - 通用按钮 End ==================== */
/* ==================== 内页1 - 立即投递 Start ==================== */
.ny1-float-btn {
  position: fixed;
  z-index: 12;
  top: 35vh;
  right: 1.302vw;
  animation: ny1-section2-ani 1s infinite;
}
@media screen and (min-width: 1920px) {
  .ny1-float-btn {
    right: 25px;
  }
}
@media screen and (max-width: 749px) {
  .ny1-float-btn {
    right: 13px;
    animation: ny1-section2-ani2 1s infinite;
  }
}
/* ==================== 内页1 - 立即投递 End ==================== */
/* ==================== 内页1 - 板块一 Start ==================== */
.ny1-section1 .image {
  max-width: 100%;
}
.ny1-section1 .image img {
  width: 100%;
}
/* ==================== 内页1 - 板块一 End ==================== */
/* ==================== 内页1 - 板块二 Start ==================== */
.ny1-section2 {
  padding-top: 5.99vw;
  padding-bottom: 4.427vw;
  background-size: 100%;
  background-position: center top;
  background-color: #F9F9F9;
}
.ny1-section2 .common-box {
  max-width: 78.7%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ny1-section2 .body {
  display: flex;
  align-items: center;
}
.ny1-section2 .image {
  flex-shrink: 0;
  width: 50vw;
  margin-right: 5.208vw;
  margin-left: -14%;
}
.ny1-section2 .desc {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.99vw;
  color: #555555;
  line-height: 2.4;
  text-align: justify;
  font-family: "Gotham-Medium";
}
.ny1-section2 .itembox {
  margin-top: 3.771vw;
  display: flex;
  justify-content: space-between;
}
.ny1-section2 .item {
  width: 44%;
  height: 3.646vw;
  border-radius: 5.208vw;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 0.729vw rgba(0, 0, 0, 0.05);
  animation: ny1-section2-ani 1s infinite;
  cursor: pointer;
  position: relative;
}
.ny1-section2 .item span {
  position: relative;
  z-index: 2;
}
.ny1-section2 .item .head {
  font-size: 1.042vw;
  color: #333;
  line-height: 1.1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny1-section2 .item .head:before,
.ny1-section2 .item .head:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  border-radius: 5.208vw;
}
.ny1-section2 .item .head:before {
  opacity: 1;
  visibility: visible;
  background: -webkit-linear-gradient(to top, #cecece, #eeeeee);
  background: -o-linear-gradient(to top, #cecece, #eeeeee);
  background: -moz-linear-gradient(to top, #cecece, #eeeeee);
  background: linear-gradient(to top, #cecece, #eeeeee);
}
.ny1-section2 .item .head:after {
  opacity: 0;
  visibility: hidden;
  background: -webkit-linear-gradient(to top, #b0010f, #dd0012);
  background: -o-linear-gradient(to top, #b0010f, #dd0012);
  background: -moz-linear-gradient(to top, #b0010f, #dd0012);
  background: linear-gradient(to top, #b0010f, #dd0012);
}
.ny1-section2 .item:hover .head {
  color: #fff;
}
.ny1-section2 .item:hover .head::before {
  opacity: 0;
  visibility: hidden;
}
.ny1-section2 .item:hover .head:after {
  opacity: 1;
  visibility: visible;
}
.ny1-section2 .item:hover .desc2 {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.ny1-section2 .desc2 {
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 0.729vw;
  margin-top: 1.25vw;
  z-index: 9;
  line-height: 1.8;
  width: 20.833vw;
  padding: 1.042vw;
  box-shadow: 0vw 0vw 3.385vw 0.417vw rgba(10, 2, 5, 0.07);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  border-radius: 0.521vw;
  text-align: justify;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0.521vw);
  background-color: #fff;
  color: #666;
}
.ny1-section2 .desc2:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -0.625vw;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes ny1-section2-ani {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(0, 0, 0, 0);
  }
}
@keyframes ny1-section2-ani2 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 1920px) {
  .ny1-section2 {
    padding-top: 115px;
    padding-bottom: 85px;
  }
  .ny1-section2 .common-box {
    max-width: 1490px;
  }
  .ny1-section2 .image {
    width: 960px;
    margin-right: 100px;
  }
  .ny1-section2 .desc {
    font-size: 19px;
  }
  .ny1-section2 .itembox {
    margin-top: 80px;
  }
  .ny1-section2 .item {
    height: 70px;
    border-radius: 100px;
    box-shadow: 0 0 0 14px rgba(0, 0, 0, 0.05);
  }
  .ny1-section2 .item .head {
    font-size: 20px;
  }
  .ny1-section2 .desc2 {
    font-size: 14px;
    margin-top: 24px;
    width: 400px;
    padding: 20px;
    box-shadow: 0px 0px 65px 8px rgba(10, 2, 5, 0.07);
    border-radius: 10px;
    transform: translate(-50%, 10px);
  }
  .ny1-section2 .desc2:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    top: -12px;
  }
}
@media screen and (max-width: 749px) {
  .ny1-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ny1-section2 .common-box {
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .ny1-section2 .body {
    display: block;
  }
  .ny1-section2 .image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ny1-section2 .desc {
    font-size: 14px;
  }
  .ny1-section2 .itembox {
    margin-top: 33px;
    justify-content: space-between;
  }
  .ny1-section2 .item {
    width: 47%;
    height: 45px;
    border-radius: 50px;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
    animation: ny1-section2-ani2 1s infinite;
  }
  .ny1-section2 .item .head {
    font-size: 12px;
  }
  .ny1-section2 .desc2 {
    display: none;
    font-size: 7px;
    margin-top: 6px;
    width: 100px;
    padding: 20px;
    box-shadow: 0px 0px 65px 8px rgba(10, 2, 5, 0.07);
    border-radius: 10px;
    transform: translate(-50%, 10px);
  }
  .ny1-section2 .desc2:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
    top: -12px;
  }
}
/* ==================== 内页1 - 板块二 End ==================== */
/* ==================== 内页1 - 板块三 Start ==================== */
.ny1-section3 {
  padding-top: 4.427vw;
  background-color: #F9F9F9;
}
.ny1-section3 .ny1-title {
  margin-bottom: 5.208vw;
}
.ny1-section3 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny1-section3 .item {
  width: 33.333%;
  position: relative;
  overflow: hidden;
}
.ny1-section3 .item:hover .info {
  transform: translateY(0);
}
.ny1-section3 .item:hover .text1 {
  opacity: 0;
  visibility: hidden;
}
.ny1-section3 .item .text1 {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.406vw;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  transition: all 0.4s;
}
.ny1-section3 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.125vw;
  transform: translateY(100%);
  transition: all 0.4s;
}
.ny1-section3 .item .title {
  text-align: center;
  font-size: 1.406vw;
  color: #fff;
  position: relative;
  margin-bottom: 2.604vw;
  flex-shrink: 0;
  font-weight: bold;
  width: 100%;
}
.ny1-section3 .item .title:after {
  content: "";
  display: block;
  width: 2.083vw;
  height: 0.156vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.042vw;
  background-color: #fff;
}
.ny1-section3 .item .desc {
  font-size: 0.885vw;
  color: #c2c2c2;
  line-height: 1.8;
  overflow: auto;
  width: 100%;
  text-align: center;
  font-family: "Gotham-Medium";
  padding-right: 10px;
  padding-left: 10px;
  /* width */
  /* track */
  /* handle */
  /* handle on hover */
}
.ny1-section3 .item .desc::-webkit-scrollbar {
  width: 6px;
  border-radius: 100px;
}
.ny1-section3 .item .desc::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px;
}
.ny1-section3 .item .desc::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}
.ny1-section3 .item .desc::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 100px;
}
.ny1-section3 .item .desc * {
  font-family: inherit;
}
.ny1-section3 .body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 21.875vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1920px) {
  .ny1-section3 {
    padding-top: 85px;
  }
  .ny1-section3 .ny1-title {
    margin-bottom: 100px;
  }
  .ny1-section3 .item .text1 {
    font-size: 27px;
  }
  .ny1-section3 .item .info {
    padding: 60px;
  }
  .ny1-section3 .item .title {
    font-size: 27px;
    margin-bottom: 50px;
  }
  .ny1-section3 .item .title:after {
    width: 40px;
    height: 3px;
    margin-top: 20px;
  }
  .ny1-section3 .item .desc {
    font-size: 17px;
  }
  .ny1-section3 .body {
    height: 420px;
  }
}
@media screen and (max-width: 749px) {
  .ny1-section3 {
    padding-top: 40px;
  }
  .ny1-section3 .ny1-title {
    margin-bottom: 25px;
  }
  .ny1-section3 .item {
    width: 100%;
  }
  .ny1-section3 .item .text1 {
    font-size: 14px;
  }
  .ny1-section3 .item .info {
    padding: 20px;
  }
  .ny1-section3 .item .title {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .ny1-section3 .item .title:after {
    width: 20px;
    height: 2px;
    margin-top: 10px;
  }
  .ny1-section3 .item .desc {
    font-size: 12px;
  }
  .ny1-section3 .body {
    height: 200px;
  }
}
/* ==================== 内页1 - 板块三 End ==================== */
/* ==================== 关于我们-新增的板块 Start ==================== */
.about2 .slide-nav > li,
.about2 header .pc-nav .navbar li a,
header .pc-nav .tool .icon {
  transition: all 0.4s;
}
.about2 .slide-nav.white > li {
  color: #fff;
}
.about2 .slide-nav.white > li.active {
  color: #e60012;
}
header .pc-nav .right.white .tool .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about2 header .pc-nav .right.white .navbar li a {
  color: #fff;
}
.about2-section3-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about2-section3-1 .body {
  width: 53.646vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.292vw;
}
.about2-section3-1 .body .text1 {
  font-size: 1.615vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2.083vw;
  color: #fff;
}
.about2-section3-1 .body .text2 {
  font-size: 0.885vw;
  color: #fff;
  line-height: 2;
  text-align: justify;
}
.about2-section3-1 .body .text3 {
  display: table;
  margin-top: 3.646vw;
  box-shadow: 0 0 0 0.521vw rgba(255, 255, 255, 0.4);
  border-radius: 5.208vw;
  background: -webkit-linear-gradient(to top, #C1C2C1, #FDFDFC);
  background: -o-linear-gradient(to top, #C1C2C1, #FDFDFC);
  background: -moz-linear-gradient(to top, #C1C2C1, #FDFDFC);
  background: linear-gradient(to top, #C1C2C1, #FDFDFC);
  margin-left: 0;
  margin-right: auto;
  font-size: 1.094vw;
  color: #bc5405;
  padding: 1.042vw 2.083vw;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .about2-section3-1 .body {
    width: 1030px;
    padding-top: 140px;
  }
  .about2-section3-1 .body .text1 {
    font-size: 31px;
    margin-bottom: 40px;
  }
  .about2-section3-1 .body .text2 {
    font-size: 17px;
  }
  .about2-section3-1 .body .text3 {
    margin-top: 70px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    font-size: 21px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 749px) {
  .about2-section3-1 {
    background-image: none !important;
  }
  .about2-section3-1 .body {
    width: 100%;
    padding: 50px 20px;
  }
  .about2-section3-1 .body .text1 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
  }
  .about2-section3-1 .body .text2 {
    font-size: 14px;
    color: #666;
  }
  .about2-section3-1 .body .text3 {
    margin-top: 50px;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-size: 14px;
    padding: 10px 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================== 关于我们-新增的板块 End ==================== */
