.main{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FBFBFD;
}
.selectTab{
  width: 1020px;
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 115px;
  padding-top: 29px;
}
.select-item{
  width: 142px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #999999;
  background-color: white;
  border-radius: 10px;
}
.select-item.selected{
  background-image: url(../img/yx_con_title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
}
.select-content{
  width: 100%;
}
.company-box{
  width: 100%;
  height: auto;
  padding: 0 311px 0 311px;
  box-sizing: border-box;
}
.company-item{
  width: 100%;
  height: auto;
  margin-bottom: 65px;
}
.company-title{
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 28px;
}
.company-text{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 38px;
}
.qualifications{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
.qualifications-icon{
  font-size: 100px;
  font-family: Barlow-Bold, Barlow;
  font-weight: bold;
  color: #F4F5FA;
  margin-top: 30px;
}
.qualifications-title{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
}
.qualifications-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding-left: 80px;
  padding-right: 80px;*/
  box-sizing: border-box;
  margin-top: 55px;
  /*margin-bottom: 62px;*/
  padding-bottom: 50px;

  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
.qualifications-item{
width: 100%;
height: auto;

-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
transition: 300ms;
transform: scale(0.8);
}
.qualifications-item img{
width: 100%;
/*height: 480px;*/
  border-radius: 20px;
}
.img-time{
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #555555;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 11px;
}
.img-name{
  margin-left: 30px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.qualifications-item-side{
  width: 218px;
  height: 290px;
}
.qualifications-item-side img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.environment{
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  /*padding-left: 204px;
  padding-right: 240px;*/
  box-sizing: border-box;
  margin-bottom: 84px;
}
.environment-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 9px;
}
.environment-icon{
  margin-top: 104px;
  width: 337px;
  height: 73px;
}
.environment-title{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  margin-left: 95px;
  margin-bottom: 186px;
}
.environment-left-img1{
  width: 748px;
  height: 748px;
  margin-bottom: 9px;
}
.environment-img-list{
  width: 748px;
  height: 374px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.environment-left-img2{
  width: 374px;
  height: 374px;
}
.environment-right{
  margin-top: 53px;
}
.environment-right-img1{
  width: 682px;
  height: 546px;
  margin-bottom: 9px;
}
.environment-right-img2{
  width: 682px;
  height: 922px;
}
.developmentHistory{
  width: 100%;
  height: 1174px;
  background-image: url(../img/fzlc_con_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.developmentHistory-desc{
  width: 1140px;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.developmentHistory-line{
  width: 78px;
  height: 4px;
  background: linear-gradient(270deg, #0D4CDE 0%, #7C33FF 100%);
  margin-bottom: 90px;
}
.developmentHistory-img{
  /*width: 1443px;*/
  height: 751px;
}
.recruit{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/zprc_con_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.recruit-icon{
  width: 348px;
  height: 73px;
}
.recruit-title{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  margin-bottom: 16px;
}
.recruit-line{
  width: 78px;
  height: 4px;
  background: linear-gradient(270deg, #0D4CDE 0%, #7C33FF 100%);
}
.recruit-desc{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-bottom: 67px;
}
.recruit-item{
  /*width:1440px;*/
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.recruit-item-top{
  width: 100%;
  height: 80px;
  background-color: white;
  padding-left: 47px;
  padding-right: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.position-name{
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.position-icon{
  width: 58px;
  height: 58px;
}
.recruit-item-content{
  width: 100%;
  height: auto;
  /*padding-left: 27px;
  padding-right: 27px;*/
  padding-left: 10%;
  box-sizing: border-box;
}
.recruit-item-title{
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-top: 11px;
  margin-bottom: 16px;
}
.recruit-item-text{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.focus-us{
  width: 100%;
  height: 422px;
  background-color: #FBFBFD;
  /*padding-left: 278px;
  padding-right: 284px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.focus-us-left{
  width: 460px;
  height: 232px;
  background-image: url(../img/zprc_email_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.focus-us-text{
  margin-top: 113px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.focus-us-email{
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #666666;
  margin-top: 21px;
}
.focus-us-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.focus-us-title{
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 27px;
}
.QRcode-list{
  width: 774px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.QRcode{
  background-color: rgba(0,0,0, 0.5);
  width: 154px;
  height: 154px;
}
.contact-box{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.contact-box-item{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-image: url(../img/fzlc_con_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact-box-top{
  /*width: 100%;*/
  height: auto;
  /*padding-left: 250px;
  padding-right: 250px;*/
  box-sizing: border-box;
  padding: 0 5%;
}
.position-title{
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-left: 23px;
  margin-bottom: 147px;
}
.person-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.person-item{
  width: 403px;
  height: 242px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.person-avatar{
  width: 134px;
  height: 134px;
  border-radius: 50%;
  position: absolute;
  top: -85px;
  left: 134px;
}
.person-name{
  margin-top: 94px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.person-phone{
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-top: 22px;
}
.person-tip{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.contact-box-bottom{
  width: 100%;
  height: 722px;
  margin-top: 168px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.where-box{
  /*width: 809px;*/
  width: 30%;
  height: 722px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.where-icon{
  width: 372px;
  height: 72px;
}
.where-title{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
}
.where-img{
  /*width: 1110px;*/
  width: 70%;
  height: 100%;
}
.address-box{
  /*width: 1014px;*/
  width: 60%;
  height: 327px;
  background: rgba(33, 34, 41, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  /*padding-left: 274px;
  padding-right: 150px;*/
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 15%;
}
.address-name,.address-guide{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
}
.address-title{
  margin-right: 26px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.address-QRcode{
  display: flex;
  align-items: center;
}
.QRcode-item{
  width: 136px;
  height: 136px;
  border-radius: 15px;
  background-color: skyblue;
  margin-right: 57px;
}
.map{
  width: 100%;
  /*height: 655px;*/
  background-color: rgba(0,0,0, 0.5);
}