@media screen and (min-width: 1200px) {
  .web-youshi .wd1400 .youshi-box .y-item:hover .icon1 {
    display: none;
  }
  .web-youshi .wd1400 .youshi-box .y-item:hover .icon2 {
    display: block;
    transform: rotate(360deg);
  }
  .web-case .wd1400 .tabs li:hover {
    border: 1px solid #367bfa;
    color: #fff;
    background-color: #367bfa;
  }
  .web-case .wd1400 .cases-box .cases-item:hover .fu {
    opacity: 0.9;
  }
  .web-lc .wd1400 .lc-contain .icon .float_l:hover .img .lef {
    height: 128px;
  }
  .web-lc .wd1400 .lc-contain .icon .float_l:hover .img .rig {
    height: 128px;
  }
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.web-title {
  text-align: center;
}
.web-title .h6 {
  font-size: 40px;
  font-weight: bold;
}
.web-title .h6 span {
  padding-bottom: 15px;
  border-bottom: 2px solid #ff8080;
}
.web-title p {
  color: #666;
  font-size: 16px;
  margin-top: 30px;
}
.web-xuanze {
  padding: 60px 0;
}
.web-xuanze .wd1400 .xuanze-box {
  text-align: center;
  position: relative;
  margin-top: 100px;
}
.web-xuanze .wd1400 .xuanze-box div {
  position: absolute;
  border-radius: 50%;
}
.web-xuanze .wd1400 .xuanze-box .xiaozi {
  width: 43px;
  height: 43px;
  left: 370px;
  top: 0;
  animation: myfirst 2s infinite;
  background-color: rgba(247, 232, 230);
}
.web-xuanze .wd1400 .xuanze-box .xiaohuang {
  width: 53px;
  height: 53px;
  right: 350px;
  top: 25px;
  animation: myfirst 5s infinite;
  background-color: #fbf2dc;
}
.web-xuanze .wd1400 .xuanze-box .dahuang {
  width: 146px;
  height: 146px;
  left: 170px;
  top: 100px;
  animation: myfirst 3s infinite;
  background-color: #e9dd9f;
}
.web-xuanze .wd1400 .xuanze-box .dalan {
  width: 204px;
  height: 204px;
  right: 70px;
  top: -70px;
  animation: myfirst 2s infinite;
  background-color: #b9e4fa;
}
.web-xuanze .wd1400 .xuanze-box .dalv {
  width: 204px;
  height: 204px;
  bottom: 70px;
  left: 100px;
  animation: myfirst 4s infinite;
  background-color: #ceece1;
}
.web-xuanze .wd1400 .xuanze-box .dahong {
  width: 141px;
  height: 142px;
  right: 170px;
  bottom: 270px;
  animation: myfirst 5s infinite;
  background-color: #f4b4aa;
}
.web-xuanze .wd1400 .more-q {
  margin: 40px auto 0;
}
.web-youshi {
  padding: 60px 0 117px;
  background-color: #f7f7f7;
}
.web-youshi .wd1400 .youshi-box {
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.web-youshi .wd1400 .youshi-box .y-item {
  width: 20%;
  height: 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  cursor: pointer;
  background-color: #ffffff;
  justify-content: center;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.web-youshi .wd1400 .youshi-box .y-item .icon2 {
  display: none;
  transition: 0.5s;
}
.web-youshi .wd1400 .youshi-box .y-item p {
  font-size: 16px;
  margin: 30px 0 15px;
}
.web-youshi .wd1400 .youshi-box .y-item div {
  color: #999;
  font-size: 16px;
  line-height: 24px;
}
.web-case {
  padding: 80px 0;
}
.web-case .wd1400 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 59px;
}
.web-case .wd1400 .tabs li {
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  margin: 0 14px;
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
  border: solid 1px #e5e5e5;
}
.web-case .wd1400 .tabs .li-cur {
  border: 1px solid #367bfa;
  color: #fff;
  background-color: #367bfa;
}
.web-case .wd1400 .cases-box {
  flex-wrap: wrap;
  margin-top: 80px;
  display: none;
  justify-content: space-between;
}
.web-case .wd1400 .cases-box .cases-item {
  width: 25%;
  height: 350px;
  position: relative;
}
.web-case .wd1400 .cases-box .cases-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.web-case .wd1400 .cases-box .cases-item .fu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #367bfa;
  opacity: 0.97;
  display: flex;
  opacity: 0;
  cursor: pointer;
  transition: 0.3s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.web-case .wd1400 .cases-box .cases-item .fu .zi {
  font-size: 16px;
  color: #fff;
}
.web-case .wd1400 .cases-box .cases-item .fu .gang {
  width: 80px;
  height: 1px;
  margin: 15px auto 0;
  background-color: #ffffff;
}
.web-case .wd1400 .more-q {
  margin: 80px auto 0;
}
.web-lc {
  padding: 80px 0 90px;
  background-color: #f7f7f7;
}
.web-lc .wd1400 .lc-contain {
  margin-top: 90px;
}
.web-lc .wd1400 .lc-contain .icon {
  display: flex;
  align-items: center;
}
.web-lc .wd1400 .lc-contain .icon .float_l {
  cursor: pointer;
  text-align: center;
  position: relative;
}
.web-lc .wd1400 .lc-contain .icon .float_l p {
  font-size: 18px;
}
.web-lc .wd1400 .lc-contain .icon .float_l .img {
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: relative;
  width: 128px;
  height: 128px;
  margin: 15px 0;
}
.web-lc .wd1400 .lc-contain .icon .float_l .img .lef {
  position: absolute;
  height: 0;
  width: 50%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s;
  background: #86c8f4;
  transition: all 0.3s ease-in-out;
}
.web-lc .wd1400 .lc-contain .icon .float_l .img .rig {
  position: absolute;
  height: 0;
  width: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
  background: #86c8f4;
  transition: all 0.3s ease-in-out;
}
.web-lc .wd1400 .lc-contain .icon .float_l .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.web-lc .wd1400 .lc-contain .icon .float_l .xian1 {
  position: absolute;
  left: -16px;
  bottom: -30px;
}
.web-lc .wd1400 .lc-contain .icon .float_l .xian2 {
  position: absolute;
  left: -17px;
  top: -24px;
}
.web-lc .wd1400 .lc-contain .icon1 {
  justify-content: space-evenly;
}
.web-lc .wd1400 .lc-contain .icon2 {
  margin-top: 25px;
  justify-content: space-between;
}
.web-lc .wd1400 .lc-contain .icon2 .float_l .img .lef {
  background: #006db2;
}
.web-lc .wd1400 .lc-contain .icon2 .float_l .img .rig {
  background: #006db2;
}
@media screen and (max-width: 1200px) {
  .web-title .h6 {
    font-size: 26px;
  }
  .web-title .h6 span {
    padding-bottom: 0;
  }
  .web-title p {
    margin-top: 15px;
  }
  .web-xuanze .wd1400 .xuanze-box div {
    display: none;
  }
  .web-youshi .wd1400 .youshi-box .y-item {
    width: 33.3%;
  }
  .web-case .wd1400 .cases-box .cases-item {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .web-lc .wd1400 .lc-contain .icon .float_l .img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .web-xuanze .wd1400 .xuanze-box,
  .web-youshi .wd1400 .youshi-box {
    margin-top: 30px;
  }
  .web-xuanze,
  .web-youshi,
  .web-case {
    padding: 30px 0;
  }
  .web-xuanze .wd1400 .more-q {
    margin: 20px auto 0;
  }
  .web-youshi .wd1400 .youshi-box .y-item {
    padding: 20px 10px;
  }
  .web-youshi .wd1400 .youshi-box .y-item img {
    width: 40px;
  }
  .web-case .wd1400 .more-q {
    margin: 20px auto 0;
  }
  .web-case .wd1400 .cases-box {
    margin-top: 20px;
  }
  .web-case .wd1400 .cases-box .cases-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .web-lc {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .web-title .h6 {
    font-size: 20px;
  }
  .web-youshi .wd1400 .youshi-box .y-item {
    width: 50%;
    height: auto;
  }
  .web-youshi .wd1400 .youshi-box .y-item div {
    font-size: 14px;
  }
  .web-youshi .wd1400 .youshi-box .y-item p {
    margin: 10px 0;
  }
  .web-case .wd1400 .tabs {
    justify-content: space-evenly;
  }
  .web-case .wd1400 .tabs li {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 16px;
    margin: 0;
    padding: 5px 10px;
  }
}
