.partner .title {
  padding: 60px 0
}

.partner .title .en {
  font-size: 25px;
  font-family: LevenimMT
}

.partner .title .cn {
  font-size: 30px
}

.partner .content {
  font-size: 14px;
  line-height: 35px;
  background: url(../image/p13.png)no-repeat 50%
}

.partner .content .img {
  text-align: center
}

.partner .content .img img {
  max-width: 100%
}

.partner .swiper {
  position: relative;
  padding: 0 60px 60px
}

.partner .swiper .img {
  overflow: hidden;
  position: relative
}

.partner .swiper .img img {
  width: 100%;
  display: block;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.partner .swiper .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.partner .swiper .img:hover .overlay {
  opacity: .1
}

.partner .swiper .tit {
  font-size: 16px;
  color: #494949;
  text-align: center;
  margin-top: 10px
}

.partner .swiper .el-icon-arrow-left, .partner .swiper .el-icon-arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 34px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: #000;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .4s cubic-bezier(.16, .01, .77, 1);
  transition: all .4s cubic-bezier(.16, .01, .77, 1)
}

.partner .swiper .el-icon-arrow-left {
  left: 0
}

.partner .swiper .el-icon-arrow-right {
  right: 0
}

.partner .swiper .el-icon-arrow-left:hover, .partner .swiper .el-icon-arrow-right:hover {
  background-color: #005598;
  color: #fff;
  border-color: #005598
}

@media (max-width:768px) {
  .partner .w1500 {
    padding-left: 20px;
    padding-right: 20px
  }

  .partner .swiper {
    padding-left: 0;
    padding-right: 0
  }

  .partner .swiper .el-icon-arrow-left, .partner .swiper .el-icon-arrow-right {
    display: none
  }
}
