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;
  box-sizing: border-box;
  padding: 60px 0;
}
.c3Item {
   width: 1200px;
   
}
.c3Container{
    width: 1200px;
    height: 450px;
    background: #E5E5E5;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    border-radius: 0px 0px 0px 0px;
    display: flex;
}
.c3ItemLeft {
    width: 760px;
    height: 450px;
}
.c3ItemLeft > img {
    width: 100%;
    height: 100%;
}
.c3ItemRight {
    padding-left: 40px;
}
.c3ItemRight > h2{
        
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 50px;
}
.textBox1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.textBox1 >img{
    width: 30px;
    height: 30px;
}
.telNumber{
    margin-top: -10px;
    margin-left: 10px;
    display: flex;
    /* flex-direction: column; */
}
.telNumber > p{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.addressP{
    width: 275px;
}
.content4{
    width: 100%;
    padding: 60px 0;
    background: #F5F7F9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.content4 > h2{
    font-weight: 500;
    font-size: 56px;
    color: #000000;
    line-height: 66px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c4Item{
    width: 1200px;
    display: flex;
}
.c4Card{
    margin-top: 60px;
    width: 33.3%;
}
.c4CardItem{
    width: 384px;
    height: 244px;
    border-radius: 6px;
    background: #325FFF;
    box-sizing: border-box;
    padding: 20px 30px;
}
.c4CardItem > h4{
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}
.c4CardItem > p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.contactUsBox{
    width: 90px;
    margin-top: 50px;
    border-bottom: 1px solid #ffffff;
}
.contactUsBox > a{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.Line320{
    width: 14px;
}




#closeModalBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #f00;
    color: #fff;
    border: none;
    cursor: pointer;
}
.contactPopup{
    width: 100%;
    height: 100vh;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}
.contactPopupItem{
    width: 1200px;
    height: 750px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px 60px;
    z-index: 100;
    animation: animate__bounceInDown;
    animation-duration: 0.3s;
}
.contactPopupItem > h2{
    font-weight: 800;
    font-size: 34px;
    color: #000000;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.Form{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.FormItem{
    width: 50%;
    margin-bottom: 24px;
}
.FormItem1{
    width: 100%;
    margin-bottom: 24px;
}
.FormItemBox{
    width: 500px;
    height: 66px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #999999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    
}
.formLabel{
    width: 100px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
}
.formLabel > span{ 
    color: #FF0000;
}
.FormItemBox > input{
    flex: 1;
    height: 58px;
    border: none;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/* 去掉聚焦时的边框 */
input[type="text"]:focus {
    outline: none; /* 去掉默认的外部轮廓 */
    /* border: 1px solid #ccc; */
}

.FormItemBox1{
    width: 1060px;
    height: 200px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #999999;
    
}
.FormItemBox1 > textarea{
    flex: 1;
    width: 98%;
    height: 95%;
    border: none;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
}
textarea:focus {
    outline: none; /* 去掉默认的外部轮廓 */
    /* border: 1px solid #ccc; */
}
.submitBtn{
    border: none;
    width: 260px;
    height: 70px;
    background: #325FFF;
    border-radius: 6px 6px 6px 6px;
   
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: 2px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
