.warpper {
  width: 1440px;
  margin: 0 auto;
}
.protype {
  margin-bottom: 2%;
}
.in_pro .allmore {
  margin: 1% auto 0 auto;
}
.allmore {
  width: 189px;
  height: 50px;
  background: transparent;
  border-radius: 45px;
  overflow: hidden;
}
.transi {
  transition: all 0.5s;
}
.alltitle {
  text-align: center;
  margin-bottom: 5%;
}
.alltitle .en {
  font-family: Arial;
  font-size: 60px;
  color: #e6e6e6;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 52px;
}
.alltitle .fir {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  margin-top: -35px;
}
.alltitle .sec {
  font-size: 16px;
  color: #333333;
  margin-top: 25px;
}
.alltitle .fir span {
  color: #222222;
}
.protype .item {
  border: 1px solid #e9ecf4;
}

.protype .item .list:first-child {
  border-left: none;
}
.protype .item .list {
  float: left;
  width: 10%;
  position: relative;
  text-align: center;
  border-left: 1px solid #e9ecf4;
  overflow: hidden;
}
a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}
.protype .item .list .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.protype .item .list .text {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 3%;
}
.protype .item .list .text .inner {
  width: 100%;
  margin-top: 20%;
}
.protype .item .list .text .icon {
  width: 100%;
  height: 60px;
  position: relative;
}
.protype .item .list .text .title {
  font-size: 16px;
  color: #666666;
  margin-top: 14%;
}
.img_jz {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pro-item .list {
  float: left;
  width: 19%;
  margin:0.5%;
}
.allpro .picbox {
  width: 100%;
  height: 100%;
}
.allpro .imgbox .meng {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #4e8ddf;
  color: #fff;
  display: flex;
  align-items: center;
  opacity: 0;
}
.allpro .picbox .pic {
  height: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}
.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}
.allmore a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.allmore a .bg {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #3a85e6;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 1;
}
.allmore a span {
  font-size: 20px;
  color: #000000;
  display: inline-block;
  margin-right: 17px;
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
img, i {
  display: block;
}
img {
  border: none;
}
@media (max-width: 1200px) {
.alltitle .fir {
  font-size: 20px;
}
.alltitle .en {
  font-size: 30px;
}
}
.swiper-wrapper span{
background-color: #008cff;
    color: white;
    font-size: larger;
    font-weight: 500;
    margin-left: 0.5%;
    border-radius: 6px; 
    line-height: 40px;
    padding: 5px;
}