.banner {
  width: 100%;
  height: 530px;
  position: relative;
}
.banner .ba {
  width: 100%;
  position: absolute;
  height: 530px;
  -o-object-fit: cover;
  object-fit: cover;
}
.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 100;
  width: 640px;
}
.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}
.sp {
  margin-top: -300px;
  position: relative;
  z-index: 2;
  font-size: 0;
  cursor: pointer;
}
.sp .play {
  width: 100px;
  height: 100px;
  background: url(../img/xwgg/play.png) no-repeat center center;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sp .view {
  width: 100%;
  height: 488px;
  -o-object-fit: cover;
  object-fit: cover;
}
.zpgw {
  margin-top: 60px;
}
.zpgw .warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zpgw .warp::after {
  content: "";
  width: 410px;
}
.zpgw .warp .list {
  width: 410px;
  height: 80px;
  background: #efeff4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.zpgw .warp .list::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/xwgg/dw.png) no-repeat center center;
  width: 76px;
  height: 69px;
  opacity: 0;
}
.zpgw .warp .list .icon {
  padding: 0 30px;
}
.zpgw .warp .list .icon img {
  display: none;
}
.zpgw .warp .list .icon img:nth-child(1) {
  display: block;
}
.zpgw .warp .list .info {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding-right: 20px;
}
.zpgw .warp .list .info .tit {
  font-size: 20px;
}
.zpgw .warp .list .info .btn {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.zpgw .warp .list .info .btn img {
  display: none;
  margin-left: 10px;
}
.zpgw .warp .list .info .btn img:nth-child(1) {
  display: block;
}
.zpgw .warp .list:hover {
  background: #007472;
}
.zpgw .warp .list:hover::after {
  opacity: 1;
}
.zpgw .warp .list:hover .icon img:nth-child(1) {
  display: none;
}
.zpgw .warp .list:hover .icon img:nth-child(2) {
  display: block;
}
.zpgw .warp .list:hover .info {
  color: #fff;
}
.zpgw .warp .list:hover .info .btn img:nth-child(1) {
  display: none;
}
.zpgw .warp .list:hover .info .btn img:nth-child(2) {
  display: block;
}
.ys {
  margin-top: 40px;
  width: 100%;
  height: 1300px;
  background: url(../img/rczp/bg2.png) no-repeat center center;
  background-size: cover;
}
.ys .container {
  position: relative;
  padding: 56px 0;
  height: 100%;
}
.ys .container .tit {
  font-size: 40px;
  color: #333;
  margin: 65px 0 40px;
}
.ys .container .text {
  width: 566px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.ys .container .bigbox .box {
  position: absolute;
}
.ys .container .bigbox .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 290px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ys .container .bigbox .box a .smtit {
  margin-top: 30px;
  font-size: 24px;
  color: #fff;
}
.ys .container .bigbox .box:hover a {
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
.ys .container .bigbox .box:nth-child(1) {
  right: 310px;
  top: 56px;
}
.ys .container .bigbox .box:nth-child(1) a {
  background: #68b4c2;
}
.ys .container .bigbox .box:nth-child(2) {
  right: 0;
  top: 56px;
}
.ys .container .bigbox .box:nth-child(2) a {
  background: #128a6c;
}
.ys .container .bigbox .box:nth-child(3) {
  right: 0;
  top: 450px;
}
.ys .container .bigbox .box:nth-child(3) a {
  background: #007472;
}
.ys .container .bigbox .box:nth-child(4) {
  left: 310px;
  top: 450px;
}
.ys .container .bigbox .box:nth-child(4) a {
  background: #38b8b6;
}
.ys .container .bigbox .box:nth-child(5) {
  left: 0;
  top: 450px;
}
.ys .container .bigbox .box:nth-child(5) a {
  background: #007472;
}
.ys .container .bigbox .box:nth-child(6) {
  left: 310px;
  top: 770px;
}
.ys .container .bigbox .box:nth-child(6) a {
  background: #005a74;
}
.ys .container .why {
  position: absolute;
  right: 350px;
  bottom: 168px;
}
.ys .container .jo {
  position: absolute;
  right: 0;
  bottom: 56px;
}
@media screen and (max-width: 800px) {
  .banner {
    width: 100%;
    height: 4.16rem;
    position: relative;
  }
  .banner .ba {
    width: 100%;
    position: absolute;
    height: 4.16rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sp {
    margin-top: -3.7333333333rem;
    position: relative;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
    padding: 0 0.5333333333rem;
  }
  .sp .play {
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    background: url(../img/xwgg/play.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: calc(50% + 0.6666666667rem);
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .sp .mb {
    font-size: 0.5333333333rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5333333333rem;
  }
  .sp .view {
    width: 100%;
    height: 6.2666666667rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .zpgw {
    margin-top: 0.8rem;
    padding: 0 0.5333333333rem;
  }
  .zpgw .warp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .zpgw .warp a {
    width: 100%;
  }
  .zpgw .warp .list {
    width: 100%;
    height: 1.7333333333rem;
    background: #efeff4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 0.2666666667rem;
  }
  .zpgw .warp .list::after {
    content: none;
  }
  .zpgw .warp .list .icon {
    padding: 0 0.8533333333rem 0 0.5333333333rem;
  }
  .zpgw .warp .list .icon img {
    width: 0.6666666667rem;
    display: none;
  }
  .zpgw .warp .list .icon img:nth-child(1) {
    display: block;
  }
  .zpgw .warp .list .info {
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 0.4rem;
  }
  .zpgw .warp .list .info .tit {
    font-size: 0.48rem;
    margin-bottom: 0;
  }
  .zpgw .warp .list .info .btn {
    font-size: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .zpgw .warp .list .info .btn img {
    display: none;
    margin-left: 0.2rem;
  }
  .zpgw .warp .list .info .btn img:nth-child(1) {
    display: block;
  }
  .ys {
    margin-top: 0.5333333333rem;
    width: 100%;
    background: 0 0;
    height: auto;
  }
  .ys .container {
    position: relative;
    padding: 0 0.5333333333rem;
    height: 100%;
  }
  .ys .container .tit {
    text-align: center;
    font-size: 0.5333333333rem;
    color: #333;
    margin: 0 0 0.64rem;
  }
  .ys .container .text {
    width: 100%;
    font-size: 0.3466666667rem;
    color: #666;
    line-height: 0.6666666667rem;
  }
  .ys .container .mbwhy {
    width: 100%;
    margin: 0.5333333333rem 0;
  }
  .ys .container .bigbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.6666666667rem;
  }
  .ys .container .bigbox .box {
    position: static;
    margin-bottom: 0.4rem;
  }
  .ys .container .bigbox .box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.6666666667rem;
    height: 2.6666666667rem;
  }
  .ys .container .bigbox .box a img {
    width: 1rem;
  }
  .ys .container .bigbox .box a .smtit {
    margin-top: 0.2666666667rem;
    font-size: 0.3466666667rem;
    color: #fff;
  }
  .ys .container .bigbox .box:nth-child(1) {
    right: 310px;
    top: 56px;
  }
  .ys .container .bigbox .box:nth-child(1) a {
    background: #68b4c2;
  }
  .ys .container .bigbox .box:nth-child(2) {
    right: 0;
    top: 56px;
  }
  .ys .container .bigbox .box:nth-child(2) a {
    background: #128a6c;
  }
  .ys .container .bigbox .box:nth-child(3) {
    right: 0;
    top: 366px;
  }
  .ys .container .bigbox .box:nth-child(3) a {
    background: #007472;
  }
  .ys .container .bigbox .box:nth-child(4) {
    left: 310px;
    top: 366px;
  }
  .ys .container .bigbox .box:nth-child(4) a {
    background: #38b8b6;
  }
  .ys .container .bigbox .box:nth-child(5) {
    left: 0;
    top: 366px;
  }
  .ys .container .bigbox .box:nth-child(5) a {
    background: #007472;
  }
  .ys .container .bigbox .box:nth-child(6) {
    left: 310px;
    top: 676px;
  }
  .ys .container .bigbox .box:nth-child(6) a {
    background: #005a74;
  }
  .ys .container .why {
    display: none;
  }
  .ys .container .jo {
    display: none;
  }
  .videos {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 100;
    width: 93% !important;
  }
  .videos video {
    width: 100% !important;
  }
  .vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
  }
}
/*# sourceMappingURL=rczp.min.css.map */
