@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.home .sale {
  margin-top: -4vw;
  background-color: #c9dfe6;
  border-radius: 2.6vw;
  padding: 2.7vw 2.6vw;
  display: flex;
  flex-direction: row;
}
.home .sale h2 {
  flex: none;
  font-size: 2.5vw;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3.75vw;
  letter-spacing: 0vw;
  color: #0d2030;
}
.home .sale .number {
  flex: 1;
  margin-left: 11vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.home .sale .number dt {
  margin-bottom: 2.19vw;
  font-family: AvenirNext-DemiBold;
  font-size: 3.13vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.5vw;
  letter-spacing: -0.16vw;
  color: #0d2030;
}
.home .sale .number dd {
  font-size: 0.94vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #0d2030;
}
.home .cp {
  position: relative;
  background: url(../images/home/bg.png) no-repeat left top -21vw;
  background-size: cover;
  margin-bottom:4.43vw;
}
.home .cp h5 {
  top: 4vw;
  left: 0;
  width: 16.98vw;
  position: absolute;
  font-family: AvenirNext-Medium;
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.33vw;
  text-align: center;
  letter-spacing: 0.02vw;
  color: #05152e;
  height: 3.33vw;
  border-radius: 1.67vw;
  border: solid 0.05vw #b5b5b5;
}
.home .cp .top {
  padding-top: 9.7vw;
  display: flex;
  flex-direction: row;
}
.home .cp .top h2 {
  font-size: 2.5vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.75vw;
  letter-spacing: 0vw;
  color: #05152e;
}
.home .cp .top p {
  margin-left: 17vw;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.94vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.46vw;
  letter-spacing: 0vw;
  color: #05152e;
  opacity: 0.7;
}
.home .cp .grid {
  position: relative;
  z-index: 11;
  margin-top: 5vw;
}
.home .cp .grid .card {
  transition: all 0.3s linear;
  background: #fff;
  padding: 2.5vw 2.6vw;
  border-radius: 2.6vw;
  border: solid 0.05vw #b5b5b5;
  margin-right: 1vw;
}
.home .cp .grid .card:nth-of-type(2) {
  margin-top: 1.25vw;
}
.home .cp .grid .card:hover {
  background: #0d2030;
}
.home .cp .grid .card:hover h3,
.home .cp .grid .card:hover p {
  color: #fff;
}
.home .cp .grid .card:hover .img {
  background-color: #cdff80;
}
.home .cp .grid .card .img {
  position: relative;
  display: inline-block;
  width: 4.69vw;
  height: 4.69vw;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 0;
  background-color: #f0f1f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .cp .grid .card img {
  position: relative;
  width: 2.5vw;
  height: auto;
}
.home .cp .grid .card h3 {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.56vw;
  font-weight: 500;
  font-stretch: normal;
  line-height: 2.34vw;
  letter-spacing: 0vw;
  color: #0d2030;
}
.home .cp .grid .card p {
  margin-top: 2.24vw;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.94vw;
  font-weight: 200;
  font-stretch: normal;
  line-height: 1.46vw;
  letter-spacing: 0vw;
  color: #0d2030;
  opacity: 0.8;
}
.home .product {
  margin: 5vw 0;
}
.home .product h5 {
  margin: 0 auto;
  width: 8.59vw;
  height: 3.33vw;
  border-radius: 1.66vw;
  border: solid 0.05vw #b5b5b5;
  font-family: AvenirNext-Medium;
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.33vw;
  letter-spacing: 0.02vw;
  color: #05152e;
  text-align: center;
}
.home .product h2 {
  margin-top: 2.29vw;
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3.75vw;
  letter-spacing: 0vw;
  color: #05152e;
}
.home .product ul {
  margin-top: 3.33vw;
}
.home .product ul li .item {
  position: relative;
  margin-right: 1vw;
}
.home .product ul li .desc {
  position: absolute;
  bottom: 3.65vw;
  left: 2.71vw;
}
.home .product ul li .desc h4 {
  font-size: 1.56vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.34vw;
  letter-spacing: 0vw;
  color: #ffffff;
  margin-bottom: 0.5vw;
  opacity: 0.7;
}
.home .product ul li .desc h3 {
  font-size: 1.56vw;
  font-weight: 600;
  letter-spacing: 0vw;
  color: #ffffff;
}
.home .news {
  margin-bottom: 4.43vw;
}
.home .news h2 {
  margin-bottom: 2.34vw;
  font-size: 2.5vw;
  font-weight: 600;
  font-stretch: normal;
  line-height: 3.75vw;
  letter-spacing: 0vw;
  color: #000000;
}
.home .news ul {
  background-color: #c9dfe6;
  border-radius: 2.6vw;
  padding: 2.6vw 2.7vw;
}
.home .news ul li a {
  display: flex;
  flex-direction: row;
  padding: 2.08vw 2.8vw;
  transition: all 0.3s linear;
  background-color: #c9dfe6;
}
.home .news ul li a:hover {
  background-color: #fff;
  border-radius: 2.6vw;
}
.home .news ul li a h3 {
  flex: none;
  width: 23.65vw;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.88vw;
  letter-spacing: 0vw;
  color: #0d2030;
}
.home .news ul li a p {
  flex: 1;
  margin-left: 7.5vw;
  margin-right: 17.34vw;
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.25vw;
  letter-spacing: 0vw;
  color: #0d2030;
}
.home .about {
  margin-bottom: 3.65vw;
}
.home .about h2 {
  margin-bottom: 2.66vw;
  font-size: 2.5vw;
  font-weight: 600;
  font-stretch: normal;
  line-height: 3.75vw;
  letter-spacing: 0vw;
  color: #000000;
}
.home .about .col:nth-of-type(2n) .item {
  margin-right: 0;
  margin-left: 0.5vw;
}
.home .about .item {
  position: relative;
  margin-right: 0.5vw;
  box-sizing: border-box;
}
.home .about .item .desc {
  position: absolute;
  left: 2.66vw;
  bottom: 3.07vw;
}
.home .about .item .desc h3 {
  margin-bottom: 0.6vw;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.56vw;
  font-weight: 600;
  font-stretch: normal;
  line-height: 2.34vw;
  letter-spacing: 0vw;
  color: #ffffff;
}
.home .about .item .desc p {
  font-size: 0.73vw;
  font-weight: normal;
  letter-spacing: 0vw;
  line-height: 1.2vw;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .home .sale {
    margin-top: 3vw;
    flex-direction: column;
    padding: 12vw 8vw;
  }
  .home .sale h2 {
    font-size: 6.4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 9.6vw;
  }
  .home .sale .number {
    margin: 0;
    margin-top: 8vw;
    flex-wrap: wrap;
  }
  .home .sale .number dl {
    width: 50%;
    margin-bottom: 8vw;
  }
  .home .sale .number dl:nth-of-type(2n) {
    padding-left: 8vw;
    box-sizing: border-box;
  }
  .home .sale .number dl dt {
    font-size: 8vw;
    line-height: 6.4vw;
  }
  .home .sale .number dl dd {
    font-size: 2.93vw;
    line-height: 4vw;
    font-weight: 300;
  }
  .home .cp {
    padding-top: 30vw;
    background: url(../images/home/bg_m.png) no-repeat top -50vw right;
    background-size: 100% auto;
  }
  .home .cp h5 {
    position: relative;
    margin: 0 auto;
    width: 52.67vw;
    height: 8.53vw;
    border-radius: 4.27vw;
    border: solid 0.13vw #b5b5b5;
    font-size: 2.93vw;
    line-height: 8.53vw;
    text-align: center;
  }
  .home .cp .top {
    flex-direction: column;
    padding: 8vw;
  }
  .home .cp .top h2 {
    font-size: 6.2vw;
    line-height: 9.6vw;
    text-align: center;
  }
  .home .cp .top p {
    margin-left: 0;
    margin-top: 6.5vw;
    font-size: 2.93vw;
    line-height: 5.33vw;
  }
  .home .cp .grid {
    flex-direction: column;
  }
  .home .cp .grid .card {
    padding: 8vw;
    margin-bottom: 2.67vw;
  }
  .home .cp .grid .card .img {
    width: 14.53vw;
    height: 14.67vw;
  }
  .home .cp .grid .card .img img {
    width: 7.87vw;
  }
  .home .cp .grid .card h3 {
    margin-top: 6.8vw !important;
    font-size: 4.8vw;
    line-height: 6vw;
  }
  .home .cp .grid .card p {
    margin-top: 7vw;
    font-size: 2.93vw;
    line-height: 3.73vw;
  }
  .home .product {
    margin-top: 14.5vw;
  }
  .home .product h5 {
    width: 22vw;
    height: 8.53vw;
    border-radius: 4.25vw;
    font-size: 2.93vw;
    line-height: 8.5vw;
  }
  .home .product h2 {
    margin-top: 5.2vw;
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
  .home .product ul li {
    width: 82.67vw;
  }
  .home .product ul li .item .desc {
    bottom: 16.2vw;
    left: 8.2vw;
  }
  .home .product ul li .item h4 {
    font-size: 4.8vw;
    font-weight: 300;
    margin-bottom: 2vw;
  }
  .home .product ul li .item h3 {
    font-size: 4.8vw;
  }
  .home .news {
    margin-top: 14vw;
  }
  .home .news h2 {
    font-size: 6.4vw;
    line-height: 9.6vw;
    text-align: center;
    margin-bottom: 8vw;
  }
  .home .news ul {
    padding: 12vw 8vw;
  }
  .home .news ul li {
    margin-bottom: 12vw;
  }
  .home .news ul li a {
    flex-direction: column;
  }
  .home .news ul li a h3 {
    width: auto;
    font-size: 4.8vw;
    line-height: 6vw;
  }
  .home .news ul li a p {
    margin: 0;
    margin-top: 5.2vw;
    font-size: 2.93vw;
    line-height: 5.33vw;
    font-weight: 300;
  }
  .home .news ul li a .icon-go {
    margin-top: 8vw;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/go-hover.png);
  }
  .home .news .btn-more {
    flex-direction: row;
    align-items: center;
    font-size: 2.93vw;
    line-height: 4.8vw;
    text-transform: uppercase;
  }
  .home .news .icon-more {
    margin-left: 1.6vw;
    display: inline-block;
    width: 4vw;
    height: 2.4vw;
    background: url(../images/news/arrow.png) no-repeat 0 0;
    background-size: contain;
  }
  .home .about h2 {
    margin-top: 13vw;
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
  .home .about .item {
    margin-bottom: 2.67vw;
  }
  .home .about .item img {
    width: 94.8vw;
    height: 44vw;
    border-radius: 6.67vw;
    object-fit: cover;
  }
  .home .about .item .desc {
    left: 8vw;
    bottom: 8vw;
  }
  .home .about .item .desc h3 {
    font-size: 4.8vw;
    line-height: 8vw;
  }
  .home .about .item .desc p {
    font-size: 2.93vw;
    line-height: 4vw;
  }
}
/*# sourceMappingURL=./index.css.map */