.main {
  font-family: PingFang-SC-Regular, PingFang-SC;
}
.main > section {
  width: 100%;
  min-width: 1208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-1 {
  height: 700px;
  background-image: url("../../../img/exps/bg-1.jpg");
}
.main > .section-1 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-1 > .content > .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  justify-content: center;
}
.main > .section-1 > .content > .text > .name {
  font-weight: 600;
  font-size: 90px;
  letter-spacing: 2px;
  line-height: 126px;
  color: #3161E5;
}
.main > .section-1 > .content > .text > .title {
  font-size: 48px;
  color: #3161E5;
  line-height: 67px;
  letter-spacing: 1px;
}
.main > .section-1 > .content > .text > .desc {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.main > .section-1 > .content > .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 > .text > .btn:hover {
  color: #FFF;
  background: #B53434;
}
.main > .section-2 {
  height: 849px;
  background-image: url("../../../img/rmts/bg-2.png");
}
.main > .section-2 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-2 > .content > .title {
  padding-top: 117px;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.main > .section-2 > .content > .desc {
  padding-bottom: 62px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 22px;
}
.main > .section-2 > .content > .product-bg {
  display: flex;
  width: 100%;
  height: 438px;
  justify-content: center;
}
.main > .section-2 > .content > .product-bg > .row {
  width: 400px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main > .section-2 > .content > .product-bg > .row:nth-child(1) {
  background-image: url("../../../img/exps/product-bg-1.png");
}
.main > .section-2 > .content > .product-bg > .row:nth-child(2) {
  background-image: url("../../../img/exps/product-bg-2.png");
}
.main > .section-2 > .content > .product-bg > .row:nth-child(3) {
  background-image: url("../../../img/exps/product-bg-3.png");
}
.main > .section-2 > .content > .product-bg > .row > .text {
  width: 393px;
  height: 64px;
  background-color: #FFF;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.main > .section-2 > .content > .product-bg > .row:hover > .text {
  height: 80px;
}
.main > .section-3 {
  height: 673px;
  background-color: #FFF;
}
.main > .section-3 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-3 > .content > .title {
  padding-top: 69px;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.main > .section-3 > .content > .desc {
  padding-bottom: 89px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 22px;
}
.main > .section-3 > .content > .product-summary {
  width: 100%;
  height: 289px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main > .section-3 > .content > .product-summary > .left {
  width: 435px;
  height: 365px;
  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-3 > .content > .product-summary > .left > .title {
  font-size: 24px;
  color: #B53434;
  padding: 65px 0 30px 63px;
  line-height: 33px;
}
.main > .section-3 > .content > .product-summary > .left > .text {
  width: 366px;
  height: 119px;
  font-size: 16px;
  padding-left: 63px;
  color: #666666;
  line-height: 25px;
}
.main > .section-3 > .content > .product-summary > .center-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 655px;
  height: 365px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../img/exps/product-bg-0.png");
}
.main > .section-31 {
  height: 840px;
  background-color: #F5F6F7;
  background-image: url("../../../img/exps/bg-2.png");
  background-size: 1684px 601px;
  background-position: center 157px;
}
.main > .section-31 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-31 > .content > .title {
  padding-top: 70px;
  padding-bottom: 12px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.main > .section-31 > .content > .desc {
  padding-bottom: 76px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 22px;
}
.main > .section-31 > .content > .row {
  display: flex;
  justify-content: space-between;
}
.main > .section-31 > .content > .row > .col {
  width: 388px;
  height: 520px;
  box-shadow: 0px 3px 4px 2px #E8E8E8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.main > .section-31 > .content > .row > .col > .head {
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B53434;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.main > .section-31 > .content > .row > .col > .con {
  flex: 1;
  background-color: #FFFFFF;
}
.main > .section-31 > .content > .row > .col > .con > .con-m {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main > .section-31 > .content > .row > .col > .con > .con-m > .icon {
  width: 144px;
  height: 132px;
}
.main > .section-31 > .content > .row > .col > .con > .con-m > .icon.icon-jiao-1 {
  background-image: url("../../../img/exps/icon-jiao-1.png");
}
.main > .section-31 > .content > .row > .col > .con > .con-m > .icon.icon-jiao-2 {
  background-image: url("../../../img/exps/icon-jiao-2.png");
}
.main > .section-31 > .content > .row > .col > .con > .con-m > .icon.icon-jiao-3 {
  background-image: url("../../../img/exps/icon-jiao-3.png");
}
.main > .section-31 > .content > .row > .col > .con > .con-m > .title {
  font-size: 24px;
  font-weight: 400;
  color: #B53434;
  line-height: 33px;
  padding-top: 36px;
  padding-bottom: 20px;
}
.main > .section-31 > .content > .row > .col > .con > .con-m > .text {
  padding: 0 20px;
}
.main > .section-31 > .content > .row > .col > .con > .con-m > .text > p {
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.main > .section-31 > .content > .row > .col > .footer {
  height: 16px;
  width: 100%;
  background: #B53434;
}
.main > .section-4 {
  height: 817px;
  background-color: #FFF;
}
.main > .section-4 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  font-family: PingFang-SC-Regular, PingFang-SC;
}
.main > .section-4 > .content > .title {
  padding-top: 100px;
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.main > .section-4 > .content > .desc {
  padding-bottom: 40px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 22px;
}
.main > .section-4 > .content > .trait-list {
  padding: 45px 150px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main > .section-4 > .content > .trait-list > .trait {
  width: 250px;
  height: 148px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(220, 220, 220, 0.5);
  border-radius: 2px;
  border: 1px solid #F0D4D4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 33px;
}
.main > .section-4 > .content > .trait-list > .trait > .icon {
  width: 80px;
  height: 80px;
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-rlqd {
  height: 82px;
  background-image: url("../../../img/exps/icon-trait-rlqd.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-znjh {
  background-image: url("../../../img/exps/icon-trait-znjh.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-gcjl {
  height: 74px;
  background-image: url("../../../img/exps/icon-trait-gcjl.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-dwgz {
  height: 82px;
  background-image: url("../../../img/exps/icon-trait-dwgz.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-bygxjs {
  height: 76px;
  background-image: url("../../../img/exps/icon-trait-bygxjs.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-znpg {
  height: 78px;
  background-image: url("../../../img/exps/icon-trait-znpg.png");
}
.main > .section-4 > .content > .trait-list > .trait > span {
  margin-top: 6px;
  color: #333333;
  font-size: 20px;
}
.main > .section-5 {
  height: 808px;
  background-image: url("../../../img/exps/bg-4.png");
  margin-bottom: 167px;
}
.main > .section-5 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-5 > .content > .title {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 15px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
}
.main > .section-5 > .content > .desc {
  padding-bottom: 74px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 22px;
}
.main > .section-5 > .content > .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main > .section-5 > .content > .row > .col {
  margin: 0 8px;
  width: 388px;
  height: 473px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(152, 26, 26, 0.5);
  border-radius: 4px;
}
.main > .section-5 > .content > .row > .col > .con {
  padding: 44px 60px 0 52px;
}
.main > .section-5 > .content > .row > .col > .con:hover > .title {
  color: #B53434;
}
.main > .section-5 > .content > .row > .col > .con > .title {
  font-size: 24px;
  color: #333;
  line-height: 33px;
  margin-bottom: 53px;
}
.main > .section-5 > .content > .row > .col > .con > .p-desc {
  height: 118px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}
.main > .section-5 > .content > .row > .col > .con > .icon-func-1 {
  width: 270px;
  height: 145px;
  background-image: url("../../../img/exps/icon-func-1.png");
}
.main > .section-5 > .content > .row > .col > .con > .icon-func-2 {
  width: 264px;
  height: 145px;
  background-image: url("../../../img/exps/icon-func-2.png");
}
.main > .section-5 > .content > .row > .col > .con > .icon-func-3 {
  width: 261px;
  height: 145px;
  background-image: url("../../../img/exps/icon-func-3.png");
}/*# sourceMappingURL=exps.css.map */