.service {
  padding: 119px 0 160px 0;
}
.service .wrap {
  width: 81.45833333vw;
  margin: auto;
}
.service .wrap .title {
  text-align: center;
  margin: 0 0 80px;
}
.service .wrap .title span {
  font-size: 42px;
  font-weight: 500;
  color: #222222;
  display: block;
  margin: 0 0 28px;
}
.service .wrap .title p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.service .wrap .content {
  display: flex;
  justify-content: space-between;
}
.service .wrap .content .item {
  width: 19.58333333vw;
  display: block;
  padding: 2.1875vw 1.61458333vw 2.03125vw 1.82291667vw;
  position: relative;
}
.service .wrap .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border: 2px solid #EEEEEE;
  border-radius: 16px;
  transition: 1s;
}
.service .wrap .content .item .english {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 56px;
}
.service .wrap .content .item .english img {
  width: 124px;
  opacity: 0.2;
  transition: 1s;
}
.service .wrap .content .item .icon {
  width: 56px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 39px;
}
.service .wrap .content .item .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.service .wrap .content .item > span {
  font-size: 20px;
  font-weight: bold;
  color: #050F33;
  display: block;
  margin: 0 0 23px;
  transition: 0.6s;
}
.service .wrap .content .item p {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  transition: 0.6s;
}
.service .wrap .content .item p .iconfont {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.service .wrap .content .item:hover:after {
  background: #FFFFFF;
  box-shadow: 0px 15px 40px 10px rgba(7, 10, 21, 0.05);
  border: 2px solid transparent;
}
.service .wrap .content .item:hover .english img {
  opacity: 1;
}
.service .wrap .content .item:hover > span {
  color: #E72410;
}
.service .wrap .content .item:hover > p {
  color: #E72410;
}
@media screen and (max-width: 1023px) {
  .service {
    padding: 39px 0 12px 0;
  }
  .service .wrap .title span{
    font-size: 24px;
    margin: 0 0 21px;
  }
  .service .wrap .title p{
    font-size: 14px;
  }
  .service .wrap{
    width: 90%;
  }
  .service .wrap .content{
    flex-wrap: wrap;
  }
  .service .wrap .content .item{
    width: 100%;
    padding: 7%;
    margin: 0 0 5%;
  }
  .service .wrap .content .item .english {
    margin: 0 0 36px;
  }
  .service .wrap .content .item > span{
    font-size: 18px;
  }
  .service .wrap .content .item .icon {
    width: 44px;
    height: 33px;
  }
  .service .wrap .title {
    margin: 0 0 39px;
  }
}
/*# sourceMappingURL=service.css.map */