﻿.wel-item0 {
  box-sizing: border-box;
}
.wel-item0 .item0-ul {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: -25px;
}
.wel-item0 .item0-ul .li {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 18px;
  color: #404040;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
  transition: none;
}

.wel-item0 .item0-ul .li:hover .img img {
  transition: .5s ease-in-out;
}
.wel-item0 .item0-ul .li:hover .i1 {
  opacity: 1;
}
.wel-item0 .item0-ul .li:hover .i0 {
  opacity: 1;
}
.wel-item0 .item0-ul .li .words {
  line-height: 1.2;
  margin-top: 26px;
}
.wel-item0 .item0-ul .li .img {
  width: 150px;
  height: 150px;
  line-height: 134px;
  margin-left: auto;
  margin-right: auto;
  background: #003365;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: .5s ease-in-out;
}

.himg .img {
  position: relative;
  transition: .5s ease-in-out;
}
.himg img {
  transition: .5s ease-in-out;
}
.himg .i1 {



  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.wel-item0 .item0-ul .li:hover {
  color: #003365;
}

@media (max-width:1440px){
  .wel-item0 .item0-ul .li .img {
  width: 135px;
  height: 135px;
  line-height: 118px;
}
}