.main > section {
  width: 100%;
  min-width: 1208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-1 {
  height: 700px;
}
.main > .section-1 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main > .section-1 > .content > .left-text {
  display: flex;
  flex-direction: column;
}
.main > .section-1 > .content > .left-text > .title {
  margin-top: 145px;
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: 500;
  color: #FFF;
}
.main > .section-1 > .content > .left-text > .sub-title {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 100px;
}
.main > .section-1 > .content > .left-text > .btn {
  cursor: pointer;
  width: 128px;
  height: 40px;
  background: #FBF3F3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #B53434;
  transition: all 0.3s;
}
.main > .section-1 > .content > .left-text > .btn:hover {
  color: #FFF;
  background: #B53434;
}
.main > .section-1 > .content > .right-bg {
  margin-top: 50px;
}
.main > .section-gn {
  height: 750px;
}
.main > .section-gn > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-gn > .content > .title {
  padding-top: 117px;
  padding-bottom: 94px;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.main > .section-gn > .content > .con {
  width: 1200px;
  min-height: 300px;
  opacity: 1;
  border-radius: 1px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main > .section-gn > .content > .con > .row {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px 0;
}
.main > .section-gn > .content > .con > .row > span {
  font-size: 24px;
  margin-top: 5px;
  color: #333;
}
.main > .section-gn > .content > .con > .row > .icon {
  width: 113px;
  height: 130px;
}
.main > .section-gn > .content > .con > .row > .icon.icon-1 {
  background-image: url("../../../img/product/gn/1.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-2 {
  background-image: url("../../../img/product/gn/2.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-3 {
  background-image: url("../../../img/product/gn/3.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-4 {
  background-image: url("../../../img/product/gn/4.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-5 {
  background-image: url("../../../img/product/gn/5.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-6 {
  background-image: url("../../../img/product/gn/6.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-7 {
  background-image: url("../../../img/product/gn/7.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-8 {
  width: 150px;
  background-image: url("../../../img/product/gn/8.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-9 {
  width: 147px;
  background-image: url("../../../img/product/gn/9.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-10 {
  width: 116px;
  background-image: url("../../../img/product/gn/10.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-12 {
  width: 159px;
  background-image: url("../../../img/product/gn/12.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-13 {
  width: 150px;
  background-image: url("../../../img/product/gn/13.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-14 {
  background-image: url("../../../img/product/gn/14.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-15 {
  background-image: url("../../../img/product/gn/15.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-16 {
  width: 107px;
  background-image: url("../../../img/product/gn/16.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-17 {
  width: 166px;
  background-image: url("../../../img/product/gn/17.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-18 {
  background-image: url("../../../img/product/gn/18.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-19 {
  background-image: url("../../../img/product/gn/19.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-20 {
  background-image: url("../../../img/product/gn/20.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-21 {
  background-image: url("../../../img/product/gn/21.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-22 {
  width: 150px;
  background-image: url("../../../img/product/gn/22.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-23 {
  background-image: url("../../../img/product/gn/23.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-24 {
  background-image: url("../../../img/product/gn/24.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-25 {
  background-image: url("../../../img/product/gn/25.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-26 {
  width: 110px;
  background-image: url("../../../img/product/gn/26.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-27 {
  width: 120px;
  background-image: url("../../../img/product/gn/27.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-28 {
  background-image: url("../../../img/product/gn/28.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-29 {
  width: 120px;
  background-image: url("../../../img/product/gn/29.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-30 {
  width: 160px;
  background-image: url("../../../img/product/gn/30.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-31 {
  width: 170px;
  background-image: url("../../../img/product/gn/31.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-32 {
  width: 160px;
  background-image: url("../../../img/product/gn/32.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-33 {
  background-image: url("../../../img/product/gn/33.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-34 {
  width: 140px;
  background-image: url("../../../img/product/gn/34.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-35 {
  width: 190px;
  background-image: url("../../../img/product/gn/35.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-36 {
  width: 190px;
  background-image: url("../../../img/product/gn/36.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-37 {
  width: 105px;
  background-image: url("../../../img/product/gn/37.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-38 {
  width: 140px;
  background-image: url("../../../img/product/gn/38.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-znfx {
  background-image: url("../../../img/cls/icon-trait-zhfx.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-kthf {
  background-image: url("../../../img/cls/icon-trait-ypsp.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-tbgj {
  background-image: url("../../../img/cls/icon-trait-zhfx.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-znpj {
  background-image: url("../../../img/cls/icon-trait-zhfx.png");
}
.main > .section-gn > .content > .con > .row > .icon.icon-zjgl {
  background-image: url("../../../img/cls/icon-trait-zhfx.png");
}
.main > .section-2 {
  height: 639px;
  background-color: #FFF;
}
.main > .section-2 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-2 > .content > .title {
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 36px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 87px;
}
.main > .section-2 > .content > .desc {
  padding-bottom: 62px;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 22px;
}
.main > .section-2 > .content > .product-summary {
  width: 100%;
  height: 289px;
  display: flex;
  position: relative;
}
.main > .section-2 > .content > .product-summary > .left {
  width: 701px;
  height: 289px;
  border: 1px solid;
  -o-border-image: linear-gradient(to right, rgb(181, 52, 52), rgba(219, 100, 100, 0)) 1 10;
     border-image: linear-gradient(to right, rgb(181, 52, 52), rgba(219, 100, 100, 0)) 1 10;
}
.main > .section-2 > .content > .product-summary > .left > .title {
  font-size: 24px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #B53434;
  padding: 40px 0 30px 63px;
  line-height: 33px;
}
.main > .section-2 > .content > .product-summary > .left > .text {
  width: 450px;
  height: 125px;
  font-size: 16px;
  padding-left: 63px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.main > .section-2 > .content > .product-summary > .right {
  position: absolute;
  right: 195px;
  top: -10px;
  width: 480px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main > .section-3 {
  height: 750px;
}
.main > .section-3 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-3 > .content > .title {
  padding-top: 117px;
  padding-bottom: 94px;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.main > .section-3 > .content > .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main > .section-3 > .content > .con > .row {
  margin-bottom: 24px;
  width: 590px;
  height: 200px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  display: flex;
}
.main > .section-3 > .content > .con > .row > .left {
  width: 76px;
}
.main > .section-3 > .content > .con > .row > .left > .icon {
  width: 56px;
  height: 56px;
}
.main > .section-3 > .content > .con > .row > .left > .icon.icon-1 {
  background-image: url("../../../img/product/icon-1.png");
}
.main > .section-3 > .content > .con > .row > .left > .icon.icon-2 {
  background-image: url("../../../img/product/icon-2.png");
}
.main > .section-3 > .content > .con > .row > .left > .icon.icon-3 {
  background-image: url("../../../img/product/icon-3.png");
}
.main > .section-3 > .content > .con > .row > .left > .icon.icon-4 {
  background-image: url("../../../img/product/icon-4.png");
}
.main > .section-3 > .content > .con > .row > .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main > .section-3 > .content > .con > .row > .right > .title {
  font-size: 16px;
  color: #1D2129;
  line-height: 25px;
  margin-bottom: 10px;
}
.main > .section-3 > .content > .con > .row > .right > .desc {
  font-size: 14px;
  line-height: 21px;
  color: #4E5969;
}
.main > .section-4 {
  height: 849px;
  background-color: #FFF;
}
.main > .section-4 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-4 > .content > .title {
  padding-top: 117px;
  padding-bottom: 94px;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.main > .section-4 > .content > .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main > .section-4 > .content > .row > .col {
  position: relative;
  float: left;
  width: 400px;
  height: 437px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-4 > .content > .row > .col > .con {
  width: 400px;
  height: 104px;
  cursor: pointer;
  background: #FFFFFF;
  display: flex;
  margin-bottom: 4px;
  transition: height 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main > .section-4 > .content > .row > .col > .con > .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 104px;
}
.main > .section-4 > .content > .row > .col > .con > .hover-text {
  width: 100%;
  height: 100%;
  padding: 31px 70px 0 50px;
  display: none;
  flex-direction: column;
  background: #D86262;
}
.main > .section-4 > .content > .row > .col > .con > .hover-text > .title {
  font-size: 24px;
  margin-bottom: 17px;
  color: #FFFFFF;
  line-height: 30px;
}
.main > .section-4 > .content > .row > .col > .con > .hover-text > .desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.main > .section-4 > .content > .row > .col:hover > .con {
  height: 155px;
}
.main > .section-4 > .content > .row > .col:hover > .con > .text {
  display: none;
}
.main > .section-4 > .content > .row > .col:hover > .con > .hover-text {
  display: block;
}/*# sourceMappingURL=products.css.map */