.topimg {
  position: relative;
}

.width1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.person-mobile {
  display: none;
}

.person-pc {
  display: block;
}

.chiYuanLife-job {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chiYuanLife-job .moduleBody img {
  width: 24.95rem;
}

.chiYuanLife-job .moduleBody {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  padding: 4.17rem 0;
  
  margin: 0 auto;
}

.chiYuanLife-job .moduleBody h1 {
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 2.08rem;
  position: relative;
  z-index: 1;
}

.chiYuanLife-job .moduleBody:nth-of-type(2n+1) h1:before {
  content: '';
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  margin-left: -6px;
  z-index: -1;
}

.chiYuanLife-job .moduleBody:nth-of-type(2n+1) h1::before {
  background-color: #0075C1;
  opacity: 50%;
}

.chiYuanLife-job .moduleBody:nth-of-type(2n) h1::after {
  content: '';
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  z-index: -1;
}

.chiYuanLife-job .moduleBody:nth-of-type(2n) h1::after {
  background-color: #0075C1;
  opacity: 50%;
}

.chiYuanLife-job .moduleBody:nth-of-type(2) h1::after,
.chiYuanLife-job .moduleBody:nth-of-type(4) h1::after {
  margin-left: -0.52rem;
}

.chiYuanLife-job .moduleBody:nth-of-type(3) h1::before {
  background-color: #F09A2A!important;
}

.chiYuanLife-job .moduleBody:nth-of-type(4) h1::after {
  background-color: #43AE4F!important;
}

.chiYuanLife-job .moduleBody:nth-of-type(5) h1::before {
  background-color: #DF4E99!important;
}

.chiYuanLife-job .moduleBody h2 {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 3px;
}

.chiYuanLife-job .moduleBody p {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin-bottom: 2.08rem;
}

.chiYuanLife-job .moduleBody .left1 {
  position: relative;
}

.chiYuanLife-job .moduleBody .left1::before {
  content: "";
  display: block;
  width: 24.95rem;
  height: 140%;
  position: absolute;
  left: -140%;
  top: -10%;
  background-color: #f1f3f6;
  opacity: 0.5;
  transition: 1s ease-in-out 0s;
  z-index: 2;
}

.box:nth-of-type(2n+1) {
  margin-right: 10rem;
}

.box {
  width: 475px;
  height: 475px;
  
  position: relative;
}

.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  
  transform: scale(1.42);
}

.spin-container {
  width: 100%;
  height: 100%;
  animation: spin 12s linear infinite;
  position: relative;
}

.shape {
  width: 100%;
  height: 100%;
  transition: border-radius 1s ease-out;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;
  position: absolute;
  overflow: hidden;
  z-index: 5;
}

.bd {
  width: 142%;
  height: 142%;
  position: absolute;
  left: -21%;
  top: -21%;
  
  
  animation: spin 12s linear infinite reverse;
  
  z-index: 2;
  
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
  
  
}

.life1 {
  background: url('../image/life1.png') no-repeat;
  background-size: cover;
  background-position: center center;
}

.life2 {
  background: url('../image/life2.png') no-repeat;
  background-size: cover;
  background-position: center center;
}

.life3 {
  background: url('../image/life3.png') no-repeat;
  background-size: cover;
  background-position: center center;
}

.life4 {
  background: url('../image/life4.png') no-repeat;
  background-size: cover;
  background-position: center center;
}

.chiYuanLife-job .moduleBody:nth-of-type(2n) {
  background: #F8F9FD;
}

.chiYuanLife-job .moduleBody:nth-of-type(2n) img {
  margin-right: 16rem;
}

.chiYuanLife-job .moduleBody .left,
.chiYuanLife-job .moduleBody .right {
  width: 50%;
}

.chiYuanLife-job .moduleBody .left {
  margin-right: 8.33rem;
}

@media only screen and (max-width:768px) {
  .width1200 {
    flex-direction: column;
    align-items: center;
  }
  .topvideo {
    height: auto;
  }
  .chiYuanLife-job .moduleBody img {
    margin-right: 0!important;
    margin-bottom: 4rem;
  }
  .person-mobile {
    display: block;
    width: 0.72rem;
  }
  .person-pc {
    display: none;
  }
  .chiYuanLife-job .moduleBody {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
  }
  .chiYuanLife-job .moduleBody:nth-of-type(2n) {
    background: #fff;
  }
  .chiYuanLife-job .moduleBody .box {
    margin-right: 0;
    margin-bottom: 3.6rem;
  }
  .chiYuanLife-job .moduleBody .left {
    margin-right: 0;
    order: 2;
  }
  .chiYuanLife-job .moduleBody .left,
  .chiYuanLife-job .moduleBody .right {
    background: #F8F9FD;
    padding: 5rem 32PX;
    width: 100%;
  }
  .chiYuanLife-job .moduleBody .left h1,
  .chiYuanLife-job .moduleBody .right h1 {
    font-size: 18px;
  }
  .chiYuanLife-job .moduleBody .left h2,
  .chiYuanLife-job .moduleBody .right h2 {
    margin-bottom: 10px;
  }
  .chiYuanLife-job .moduleBody .left h2,
  .chiYuanLife-job .moduleBody .right h2 {
    font-size: 16px;
  }
  .chiYuanLife-job .moduleBody .left p,
  .chiYuanLife-job .moduleBody .right p {
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
    line-height: 24px;
    font-size: 14px;
  }
  .job .moduleBody ul li {
    flex: 0 0 50%;
    align-items: center!important;
  }
  .job .moduleBody ul li span {
    font-size: 14px;
  }
  .job .moduleBody ul {
    padding: 0;
  }
}

@media only screen and (max-width:1300px) {
  .chiYuanTrends .moduleBody {
    padding: 0 6%;
  }
  .chiYuanInfo .top {
    padding: 0 6%;
  }
  .contactUs .moduleBody {
    padding: 0 6%!important;
  }
  .job .moduleBody {
    padding: 0 6%;
  }
}