.home-new-bd {
  display: flex;
}
.stitle {
  max-width: 1420px;
  margin: 20px auto;
}
.stitle .home-new-hd {
  padding-bottom: 0px;
}
.swiper {
  max-width: 1420px;
  margin: 20px auto;
  text-align: center;
}
.swiper .swiper-slide {
  margin: 20px 0;
  box-sizing: border-box;
}
.swiper .swiper-slide .content {
  position: relative;
  border: 1px solid #e5e5e5;
  color: #333;
  box-shadow: none;
  transition: all 0.3s linear;
}
.swiper .swiper-slide .content img {
  display: block;
  width: 100%;
  height: 13.5vw;
}
.swiper .swiper-slide .content .name {
  width: 100%;
  line-height: 4.2vw;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s linear;
}
.swiper .swiper-slide .content .btm-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #009b4e;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../default/images/icon10.jpg);
}
.swiper .swiper-slide .content:hover {
  color: #fff;
  box-shadow: 0px 0px 15px #666;
  border: 1px solid #e5e5e5;
}
.swiper .swiper-slide .content:hover .name {
  background-color: #009549;
}
.swiper .swiper-slide .content:hover .btm-border {
  background-image: none;
}
.bg {
  padding: 20px 0;
  background-color: #f0f0f0;
}
.bg .company {
  display: flex;
  width: 1420px;
  margin: 20px auto;
}
.bg .company .left {
  flex: 1;
}
.bg .company .left .title {
  font-size: 28px;
  color: #333;
  line-height: 28px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
}
.bg .company .left .title .border {
  position: absolute;
  width: 55px;
  height: 3px;
  background-color: #003e8d;
  left: 0;
  bottom: 0;
}
.bg .company .left .content {
  padding-right: 50px;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}
.bg .company .left .detail {
  margin-top: 30px;
  margin-bottom: 36px;
  display: block;
  width: 193px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #c4c4c4;
  border-radius: 50px;
  font-size: 18px;
  color: #999;
  transition: all 0.3s linear;
}
.bg .company .left .detail:hover {
  background-color: #003e8d;
  color: #fff;
}
.bg .company .left .bottom .zrInfo li {
  float: left;
  width: 28%;
}
.bg .company .left .bottom .zrInfo li .flex {
  display: flex;
}
.bg .company .left .bottom .zrInfo li .zrTxt {
  margin-left: 12px;
}
.bg .company .left .bottom .zrInfo li .zrTxt h4 {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 13px;
}
.bg .company .left .bottom .zrInfo li .zrTxt h5 {
  font-size: 12px;
  color: #999;
  line-height: 12px;
}
.bg .company .left .bottom .zrInfo li:hover .zrTxt h4,
.bg .company .left .bottom .zrInfo li:hover .zrTxt h5 {
  color: #003e8d;
}
.bg .company .left .bottom .zrInfo li:first-of-type .zrImg i {
  display: block;
  width: 52px;
  height: 60px;
  background: url(../default/images/zr1.png) no-repeat;
  background-size: 52px 60px;
}
.bg .company .left .bottom .zrInfo li:nth-of-type(2) .zrImg i {
  display: block;
  width: 52px;
  height: 60px;
  background: url(../default/images/zr2.png) no-repeat;
  background-size: 52px 60px;
}
.bg .company .left .bottom .zrInfo li:nth-of-type(3) .zrImg i {
  display: block;
  width: 52px;
  height: 60px;
  background: url(../default/images/zr3.png) no-repeat;
  background-size: 52px 60px;
}
.bg .company .left .bottom .zrInfo li:first-of-type:hover .zrImg i {
  display: block;
  width: 52px;
  height: 60px;
  background: url(../default/images/zr1h.png) no-repeat;
  background-size: 52px 60px;
}
.bg .company .left .bottom .zrInfo li:nth-of-type(2):hover .zrImg i {
  display: block;
  width: 52px;
  height: 60px;
  background: url(../default/images/zr2h.png) no-repeat;
  background-size: 52px 60px;
}
.bg .company .left .bottom .zrInfo li:nth-of-type(3):hover .zrImg i {
  display: block;
  width: 52px;
  height: 60px;
  background: url(../default/images/zr3h.png) no-repeat;
  background-size: 52px 60px;
}
.bg .company .right {
  width: 700px;
  height: 400px;
}
.bg .company .right img {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .bg .company {
    display: block;
    width: 100vw;
  }
  .bg .company .left .title {
    font-size: 5vw;
    line-height: 5vw;
  }
  .bg .company .left .bottom .zrInfo li .zrTxt h4 {
    font-size: 3vw;
  }
  .bg .company .left .bottom .zrInfo li .zrImg i {
    width: 10.4vw !important;
    height: 12vw !important;
    background-size: 10.4vw 12vw !important;
  }
  .bg .company .right {
    width: 100vw;
  }
  .bg .company .right img {
    width: 100vw;
    height: 57vw;
  }
}
