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: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.c3Item {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.c3Item > h2 {
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 66px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 42px;
}
.c3Item > p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}
.c3ImgGroup {
    display: flex;
    margin-top: 30px;
}
.c3ImgGroupLeft img{
    width: 580px;
    height: 420px;
}
.c3ImgGroupLeft{
    width: 50%;
}
.c3ImgGroupRight{
    margin-left: 40px;
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px; /* 可选，调整图片之间的间距 */
   
}
.c3ImgBox{
    /* width: 50%; */
    /* margin-bottom: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.c3ImgBox img{
    width: 270px;
}
.content4{
    width: 100%;
    height: 648px;
    background: #D9E1E6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.c4Item{
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
}
.c4Item > h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 66px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c4Container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.c4ItemLeft{
    width: 50%;
}
.c4ItemLeft > p{
    width: 80%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none; 
    margin: 0;
    padding: 0;   
}
.c4ItemRight{
    flex: 1;
}
.c4RightBox{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.c4BoxItem{
    width: 33.3%;
    margin-bottom: 30px;
}
.c4BoxItem img{
    width: 150px;
}
.c4BoxItem p{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.content5{
    width: 100%;
    background: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}
.c5Item{
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
}
.c5Item > h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 66px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c5Item > p{
    width: 440px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c5Container2{
    width: 100%;
    display: flex;
}
.c5c2Left{
    width: 50%;
    padding-right: 50px
}
.c5c2Item{
    width: 100%;
    box-sizing: border-box;
    padding: 30px  0px;
    border-bottom: 1px solid #C8C8C8;
}
.c5c2Item > a{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c5c2Right{
    width: 50%;
}
.c5c2Right > h3{
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0;
  margin: 50px 0 20px;
  border-bottom: 1px solid #C8C8C8;
}
.c5c2Right > h4{
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  
}
ul{
  list-style: decimal;
}
li{
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.btnBox{
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnBox p{
  width: 341px;
  height: 70px;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #325FFF;
  background: #FAFAFA;
  font-weight: 400;
  font-size: 20px;
  line-height: 70px;
  color: #325FFF;
  font-style: normal;
  text-align: center;
}
.btnBox p:hover{
  background: #325FFF;
  color: #FFFFFF;
}