body {
  padding: 0;
  margin: 0;
  min-width: 1900px;
  font-family: "Source Han Sans";
  letter-spacing: 1px;
  position: relative;
}
h2 {
  margin: 30px 0 0;
  letter-spacing: 4px;
}

.content1 {
  width: 100%;
  height: 732px;
  background: url(./img/recruit/Frame13307.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c1Item {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 300px;
}
.c1Item > h2 {
  font-weight: bold;
  font-size: 54px;
  color: #ffffff;
  line-height: 81px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content2 {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c2Item {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 360px;
}
.c2Item > img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.c2Item > p > a:hover {
  color: #011eff;
}
.c2Item > p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  letter-spacing: 1px;
}
.content3 {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c3Item {
  width: 1200px;
  margin-top: 60px;
}
.c3Item > img {
  width: 100%;
}
.c3Item > h2 {
  font-weight: bold;
  font-size: 54px;
  color: #000e7e;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 30px;
}
.c3Item > p {
  text-indent: 2em;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content4{
    width: 100%;
    background: #F5F7F9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 60px;
}
.c4Item1{
    width: 100%;
}
.c4Item1 > h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 60px;
}
.c4CardContainer{
    width: 100%;
    overflow: hidden;
}
.c4CardBox{
    height: 320px;
    margin-top: 60px;
    display: -webkit-box;
    position: relative;
}
.c4Card{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    
}
.c4CardItem{
    width: 450px;
    height: 240px;
    background: #E1E1E1;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    padding: 50px 30px 20px;
    position: relative;
}
.c4CardImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.c4CardItem:hover .c4CardImage {
    opacity: 1;
}
.c4CardBox:hover {
    animation-play-state: paused;
}
.c4CardItem > h4{
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    line-height: 39px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}
.c4CardItem > p{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c4CardBox::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 20px; /* Adjust for spacing from cards */
    width: 120%;
    height: 4px;
    background: #D9D9D9;
}

.c4CardBox .c4Card::before {
    content: '';
    position: absolute;
    left: 45%; /* Adjust for dot alignment */
    top: 0px; /* Position the dot */
    width: 30px;
    height: 30px;
    background: #D9D9D9;
    border-radius: 50%;
}
.c4CardBox {
    animation: moveLeft 15s ease-in-out infinite;
}
@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-20%);
    }
}
.c4Item2{
    width: 1200px;
}
.c4Item2 >h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 50px;
}
.c4GroupImg {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}
.c4GroupImgBox{
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.c4GroupImgBox > img{
    width: 220px;
    height: 150px;
}
.content5{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 60px;
}
.content5 > h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 60px;
}
.c5Item{
    width: 1200px;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.c5ItemLeft{
    flex: 1;
}
.c5ILContainer{

}
.c5ILBox:first-child {
    border: none;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
}
.c5ILBox{
    margin-bottom: 8px;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 0 20px 10px;
}
.c5ILBox p{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}
.c5ILBoxTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 0 0;
}
.c5ILBoxTitle > img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.c5ILBoxTitle > h4{
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c5ILBoxTitle:hover > h4{
    color: #325FFF;
}
.c5ItemRight{
    width: 486px;
    height: 428px;
    margin-left: 40px;
}
.c5ItemRight > img{
    width: 100%;
    height: 100%;
}
.content6{
    width: 100%;
    background: #F5F7F9;
    padding-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.content6 > h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 60px;
}
.c6Item{
    width: 1200px;
    margin-top: 60px;
}
.c6ItemBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.c6ItemLeft{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.c6ItemLeft > h4{
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c6ItemLeft > p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c6ItemRight{
    width: 640px;
    height: 350px;
    margin-left: 60px;
}
.c6ItemRight > img{
    width: 100%;
    height: 100%;
}
.content7{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 60px;
}
.content7 h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 60px;
}
.c7Item{
    width: 1200px;
    margin-top: 60px;
    display: flex;
}
.c7ItemLeft{
    width: 736px;
    height: 600px;
    margin-right: 80px;
}
.c7ItemLeft > img{
    width: 100%;
    height: 100%;
}
.c7ItemRight{
    flex: 1;
    margin-top: 30px;
}
.c7RightBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.c7BoxItem{
    width: 50%;
    height: 33.3%;
}
.c7BoxItem > h4{
    margin: 0;
    font-weight: bold;
    font-size: 56px;
    color: #2C68FF;
    line-height: 72px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c7BoxItem > div{
    font-weight: bold;
    font-size: 56px;
    color: #2C68FF;
    line-height: 72px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: flex-start;
  align-items: center;
}
.c7BoxItem > sup{
    font-weight: bold;
    font-size: 20px;
    color: #2C68FF;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.supIcon{
    font-weight: bold;
    font-size: 40px;
    color: #2C68FF;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.c7BoxItem div > h4{
    margin: 0;
    font-weight: bold;
    font-size: 36px;
    color: #2C68FF;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c7Text{ 
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
