.banner{
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  height: 100vh;
  background: 50%/cover
}

.banner.action{
  opacity: .8;
  -webkit-filter: blur(3.8px);
  filter: blur(3.8px)
}

.banner img{
  width: 100%;
  display: block
}

.banner .content{
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff
}

.banner .content .tit{
  font-size: 50px
}

.banner .content .txt{
  font-size: 30px;
  margin-top: 20px
}

.banner .content .icon{
  font-size: 40px;
  border: 1px solid;
  color: #dae0e5;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  overflow: hidden
}

.banner .content .icon i{
  -webkit-animation: downico-data-v-0c4e9577 1.5s ease-out infinite;
  animation: downico-data-v-0c4e9577 1.5s ease-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@-webkit-keyframes downico-data-v-0c4e9577 {
  0% {
    top: 0;
    opacity: 1
  }

  35% {
    top: 50%;
    opacity: 0
  }

  65% {
    top: -50%;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes downico-data-v-0c4e9577 {
  0% {
    top: 0;
    opacity: 1
  }

  35% {
    top: 50%;
    opacity: 0
  }

  65% {
    top: -50%;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@media (max-width:768px) {
  .banner .content .tit{
    font-size: 24px
  }

  .banner .content .txt{
    font-size: 16px;
    margin-top: 10px
  }
}

.strategy{
  background: url(../image/background7.jpg) no-repeat 50%/cover;
  height: 910px;
  text-align: center;
  color: #fff;
  padding: 20px
}

.job .title{
  text-align: center
}

.job .title .en{
  font-size: 25px;
  font-family: LevenimMT
}

.job .title .cn{
  font-size: 30px
}

.strategy .txt{
  font-size: 20px;
  margin-top: 70px
}

.strategy .content{
  font-size: 14px;
  line-height: 45px;
  margin-top: 50px
}

.job .recruit .title{
  padding: 50px 0
}

.job .topbar{
  background-color: #005598;
  color: #fff
}

.job .topbar .item{
  width: 25%;
  text-align: center;
  font-size: 16px;
  padding: 17px
}

.job .list .item{
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.job .list .item>div{
  width: 25%;
  font-size: 12px;
  color: #616161;
  text-align: center
}

.job .list .box{
  max-width: 1135px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 35px;
  color: #444
}

.job .list .box .details{
  font-size: 12px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px
}

.job .list .box .content{
  font-size: 14px;
  line-height: 45px;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 0
}

.job .list .box .content .tit{
  font-size: 16px
}

.job .list .box .btn{
  padding-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.job .contact{
  background-color: #fafafa;
  padding: 130px 0;
  margin-top: 30px;
  text-align: center
}

.job .contact .txt1{
  font-size: 16px;
  line-height: 45px
}

.job .contact .txt2{
  font-size: 14px;
  color: #8b8b8b;
  padding: 30px 0
}

.job .contact .img img{
  margin: 0 50px;
  vertical-align: middle
}

@media (max-width:768px) {
  .strategy .txt{
    font-size: 16px
  }

  .job .topbar .item{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px
  }

  .job .list .box{
    padding: 20px
  }
}

.job .list .el-collapse-item__arrow {
  display: none
}
