/* 通用样式 */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.section-title{
  font-weight: 600;
  font-size: 36px;
  color: #2C2A28;
  position: relative;
}
.section-title::before{
  content: "";
  background-color: #4A93FF;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: -16px;
}
img{
  vertical-align: middle;
}
/* 页面header，footer样式 */
header{
  background-color: #FFFFFF;
  width: 100%;
  height: 70px;
  /* padding-left: 18%; */
}
.header-container{
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-img{
  width: 144px;
  height: 60px;
}
.header-nav-box{
  display: flex;
  height: 100%;
}
.nav-item{
  text-align: center;
  cursor: pointer;
  line-height: 70px;
  font-weight: 400;
  font-size: 16px;
  color: #030303;
  padding: 0 30px;
}
.nav-item-selected{
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  color: #4A93FF;
  position: relative;
  padding: 0 30px;
}
.nav-item-selected::before{
  content: "";
  background-color: #4A93FF;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%)
}

.article{
  display: none;
  /* padding-top: 70px; */
}

footer{
  height: 50px;
  color: #FFFFFF;
  background-color: #2C2A28;
  text-align: center;
  line-height: 50px;
}
/* 首页样式 */
.swiper-background{
  width: 100%;
  position: relative;
}
.swiper-text{
  position: absolute;
  left: 20%;
  top: 30%;
  width: 32%;
}
.swiper-contentImg{
  position: absolute;
  left: 58%;
  top: 12%;
  width: 24%;
}

.swiper-pagination{
  bottom: 25%!important;
}

.my-bullet{
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  opacity: 0.5;
  margin: 0 3px;
}

.my-bullet-active{
  opacity: 1;
}

.article1-imgbox{
  position: relative;
  /* width: 100%; */
  z-index: 2;
}

.background1{
  width: 100%;
}

.teamIntroduce{
  width: 64%;
  height: 55%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%);
  display:flex;
}
.teamIntroduce>img:nth-of-type(1){
  width: 43%;
  height: 100%;
}
.teamIntroduce>img:nth-of-type(2){
  flex: 1;
  width: 56%;
  height: 100%;
}

.companyDesc{
  width: 64%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}

.companyAdvantage {
  /* width: 100%; */
  padding-bottom: 34%;
  background-color: #4A93FF;
  position: relative;
}

.companyAdvantage>img:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 5%;
  width: 7.5%;
  z-index: 99;
  transform: translate(-50%);
}

.companyAdvantage>img:nth-child(2) {
  position: absolute;
  left: 32%;
  top: 21%;
  width: 48%;
  z-index: 99;
}

.companyAdvantage>img:nth-child(3) {
  position: absolute;
  left: 19.8%;
  top: 28%;
  width: 34%;
  z-index: 100;
}

.globalLayout>img {
  width: 64%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  padding-top: 2%;
}

.comment{
  padding-top: 2%;
  width: 64%;
  /* padding-bottom: 55%; */
  margin: auto;
}

.comment>img{
  width: 48%;
}
.comment>img:nth-child(1){
  padding-right: 3%;
}
.comment>img:nth-child(4){
  padding-right: 3%;
}
.comment>img:nth-child(3){
  padding: 0 26%;
}

.commentNoShowImg{
  opacity: 0;
}

.global>img {
  width: 64%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  padding-top: 4%;
}

.contact{
  padding-top: 5%;
  padding-bottom: 8%;
  text-align: center;
}

.contact-us{
  width: 7.5%;
  margin-bottom: 60px;
}

.contact-text{
  font-weight: 600;
  font-size: 24px;
  padding: 0 24px;
}

.contact-text >a{
  padding-left: 12px;
  color:#4A93FF;
  text-decoration:none;
}

/* 发展进程样式 */
.development{
  min-height: calc(100vh - 120px);
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
}

.development-text{
  padding-top: 50px;
  padding-left: 18%;
}
.development-content{
  padding: 50px 0 0 18%;
  display: flex;
}

.development-time{
  padding-top: 26px;
}
.development-time >li{
  text-align: right;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 68px;
}

.development-content >img{
  padding-top: 24px;
  margin-left: 45px;
  width: 25px;
  height: 480px;
}

.development-flag{
  width: 59%;
  margin-left: 40px;
}

.development-flag>li{
  line-height: 70px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #6A6A6A;
  min-height: 70px;
  box-sizing: border-box;
  padding: 0 20px 0 50px;
  margin-bottom: 21.5px;
  position: relative;
}

.development-flag>li::before{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FFFFFF;
  top: 25px;
  left: -10px;
}

.development-flag>li:last-child{
  background-color: #4A93FF;
  color: #FFFFFF;
  line-height: 30px;
  padding: 20px 20px 20px 50px;
}

.development-flag>li:last-child::before{
  border-right: 10px solid #4A93FF;
}

/* 企业文化样式 */
.myColumnSwiper {
  width: 100%;
  height: calc(100vh - 70px);
}

.column-swiper-wrapper >img{
  object-fit: cover;
}

.column-swiper-pagination{
  position: absolute;
  right: 2% !important;
  z-index: 1999;
}

.column-swiper-pagination>.swiper-pagination-bullet{
  margin: 16px 0!important;
  background-color: #FFFFFF;
  opacity: 0.5;
}

.column-swiper-pagination>.swiper-pagination-bullet-active{
  background-color: #4A93FF;
  opacity: 1;
  transform: scale(1.5);
}

/* 社会招聘样式 */
.recruitment{
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.join-us{
  padding-top: 50px;
  display: flex;
  width: 64%;
  justify-content:space-between;
  position: relative;
}

.join-us-title{
  position: absolute;
}

.join-us>a{
  padding-top: 100px;
  width: 24%;
}

.join-us-method{
  width: 100%;
}

.welfare{
  padding-top: 100px;
  width: 64%;
  position: relative;
}

.welfare-title{
  position: absolute;
}

.welfare-list{
  padding-top: 100px;
  width: 100%;
}

.team-photo{
  padding-top: 100px;
  width: 64%;
  position: relative;
}

.team-photo-title{
  position: absolute;
}

.team-photo-item{
  width: 100%;
}

.team-photo-1{
  padding-top: 100px;
}

.team-photo-2{
  padding-top: 50px;
}

.team-photo-3{
  padding-top: 40px;
  padding-bottom: 50px;
}

/* 校招岗位样式 */
.compus-recruitment{
  /* width: 100%; */
}

.compus-banner>img{
  width: 100%;
}
.compus-common-title{
  position: relative;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #F0F0F0;
}
.compus-common-title::after{
  content: "";
  background-color: #4A93FF;
  width: 30px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translate(-50%)
}
.compus-common-title::before{
  width: 100%;
  content: "";
  font-weight: 600;
  font-size: 36px;
  color: #2C2A28;
  position: absolute;
  top: 16px;
  left: 0;
}

.compus-about{
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compus-about-title{
  text-align: center;
}
.compus-about-title::before{
  content: "关于我们";
}
.compus-about-content{
  width: 1160px;
  padding-top:75px;
  display: flex;
  justify-content:space-between;
  align-items:center;
}
.compus-about-content>img{
  width: 39%;
}

.compus-about-content-text{
  width: 58%;
}
.compus-about-content-text>p{
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #2C2A28;
}

.compus-bussiness{
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compus-bussiness-title{
  text-align: center;
}
.compus-bussiness-title::before{
  content: "我们的业务";
}
.compus-bussiness>img{
  padding-top: 75px;
  width: 1160px;
}

.compus-product{
  padding-top: 100px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compus-product-title{
  text-align: center;
}
.compus-product-title::before{
  content: "公司产品";
}
.compus-product-content{
  width: 874px;
  padding-top: 75px;
  display:flex;
  justify-content:space-between;
}
.compus-product-box{
  width: 278px;
  box-shadow: 0 11px 29px 0 rgba(64,102,157,0.12);
  border-radius: 20px;
  padding: 20px 0;
}
.compus-product-box>p{
  padding: 0 35px;
  margin: 0;
}
.compus-product-box>p:nth-of-type(1){
  font-size: 32px;
  color: #4A93FF;
  font-weight: bold;
}
.compus-product-box>p:nth-of-type(2){
  padding-top: 16px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.compus-product-box>p:nth-of-type(3){
  padding-top: 12px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000000;
  line-height: 32px;
  text-align: left;
}
.compus-product-box>img{
  padding-top: 12px;
  padding-left: 89px;
  width: 100px;
}

.compus-position{
  padding-top: 80px;
  background-color: #EEF1F8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compus-position-title{
  text-align: center;
  color: #FFFFFF;
}
.compus-position-title::before{
  content: "校招岗位";
}
.compus-position-box{
  padding-top: 55px;
  width: 874px;
}
.compus-position-box-item-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.compus-position-box-item{
  font-weight: 500;
  font-size: 24px;
  width: 426px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding-left: 40px;
  line-height: 114px;
  position: relative;
}
.compus-position-box-item>img{
  width: 60px;
  height: 60px;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.compus-position-box-item>p{
  line-height: 32px;
  margin: 0;
  padding-bottom: 8px;
}
.compus-position-box-item>p:nth-of-type(1){
  padding-top: 25px;
}
.compus-position-box-item>p:nth-of-type(2){
  font-weight: 400;
  font-size: 16px;
  color: #979797;
}
.compus-position-range{
  padding: 40px 0 80px;
  text-align: center;
}
.compus-position-range>p:nth-of-type(1){
  font-weight: 400;
  font-size: 20px;
  color: #2C2A28;
}
.compus-position-range>p:nth-of-type(2){
  font-weight: 500;
  font-size: 24px;
  color: #4A93FF;
}

.compus-process{
  padding-top: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.compus-process-title::before{
  content: "应聘流程";
}
.compus-process-content{
  padding-top: 75px;
  width: 1100px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.compus-process-content>.icon{
  width: 100px;
  height: 100px;
  position: relative;
}
.compus-process-content>.small-icon{
  width: 24px;
  height: 24px;
}
.compus-process-content>.icon img{
  width: 100%;
  height: 100%;
}
.compus-process-text{
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translate(-50%);
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  white-space: nowrap;
}
.compus-process-text>.small-text{
  font-size:16px;
}

.compus-welfare{
  padding-top: 260px;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.compus-welfare-title::before{
  content: "员工福利";
}
.compus-welfare>img{
  width: 1160px;
}

.compus-footer{
  margin-top: 200px;
  background-color: #1D2025;
  height: 306px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compus-footer-icon{
  padding-top: 30px;
  width:1160px;
}
.compus-footer-icon>img{
  width: 213px;
}
.compus-footer-info{
  display:flex;
  width:1160px;
  padding-top: 42px;
}
.compus-footer-info-box{
  font-weight: 400;
  font-size: 14px;
  color: #7B7E81;
  padding-right: 80px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  line-height: 24px;
}
.compus-footer-info-box>p{
  margin: 0;
}
.compus-footer-info-box:last-child{
  padding-right: 0;
}
.compus-footer-info-box>p:nth-of-type(2){
  font-weight: 400;
  color: #FFFFFF;
}
.compus-footer-info-text-box{
  white-space: normal;
  width: 173px;
}
.compus-footer-info-wechat{
  position: absolute;
  right:-118px;
  top: 50%;
  transform: translate(0,-50%);
  width: 100px;
}
.compus-footer-info-wechat>img:nth-of-type(1){
  width: 48px;
  height: 48px;
}
.compus-footer-info-wechat>img:nth-of-type(2){
  width: 100px;
  height: 108px;
  position: absolute;
  left: 50%;
  bottom: -115px;
  transform: translate(-50%);
  display: none;
}
.compus-footer-info-wechat:hover>img:nth-of-type(2){
  display: block;
}
.compus-footer-bottom{
  padding-top: 80px;
  font-weight: 400;
  font-size: 14px;
  color: #7B7E81;
}

/* 联系我们样式 */
.contact-page{
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  min-height: calc(100vh - 120px);
}

.contact-page-title{
  padding-left: 18%;
  padding-top: 50px;
}

.contact-page-method{
  padding-left: 18%;
  padding-top: 50px;
}

.contact-page-text{
  font-weight: 600;
  font-size: 20px;
  color: #2C2A28;
  padding-right: 148px;
}

.contact-page-text>a{
  padding-left: 12px;
  color:#4A93FF;
  text-decoration:none;
}

.contact-page-address{
  padding-left: 18%;
  width: 64%;
  max-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.address-box{
  width: 49%;
  min-height: 163px;
  margin-top: 2%;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.address-box:first-child{
  width: 100%;
  min-height: 142px;
  margin-top: 0;
}

.address-box-title{
  width: max-content;
  padding: 40px 0 0 50px;
  font-weight: 500;
  font-size: 20px;
  color: #2C2A28;
  position: relative;
}

.address-box-title::before{
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  bottom: 7px;
  right: -27px;
  background: url(../assets/icon/polygon3.png);
  background-size: 100% 100%;
}

.address-box-description{
  padding: 13px 50px 40px 50px;
  font-size: 16px;
  color: #6A6A6A;
}