.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/cls/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;
}
.main > .section-1 > .content > .text > .title {
  font-size: 48px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 67px;
  letter-spacing: 1px;
}
.main > .section-1 > .content > .text > .desc {
  font-size: 20px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 0.6px;
}
.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/cls/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-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.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-bg {
  display: flex;
  width: 100%;
  height: 496px;
}
.main > .section-2 > .content > .product-bg > .left {
  width: 467px;
  height: 496px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../../img/cls/bg-2-1.png");
}
.main > .section-2 > .content > .product-bg > .left > .content {
  padding-left: 41px;
}
.main > .section-2 > .content > .product-bg > .left > .content > .title {
  width: 369px;
  padding-top: 39px;
  padding-bottom: 45px;
  border-bottom: 1px solid #B53434;
  font-size: 24px;
  font-weight: 400;
  color: #B53434;
  line-height: 33px;
  margin-bottom: 49px;
}
.main > .section-2 > .content > .product-bg > .left > .content > .text {
  display: flex;
  line-height: 28px;
  color: #333333;
  font-family: PingFang-SC-Regular, PingFang-SC;
  margin-bottom: 4px;
}
.main > .section-2 > .content > .product-bg > .left > .content > .text span:nth-child(2) {
  color: #666;
}
.main > .section-2 > .content > .product-bg > .left > .content > .text-btn {
  width: 367px;
  height: 56px;
  background: #B53434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  color: #FFFFFF;
}
.main > .section-2 > .content > .product-bg > .left > .content > .mini-text {
  width: 360px;
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.main > .section-2 > .content > .product-bg > .right {
  flex: 1;
  background-color: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(213, 213, 213, 0.5);
}
.main > .section-2 > .content > .product-bg > .right > .content {
  height: 100%;
  padding-left: 74px;
  display: flex;
  flex-direction: column;
}
.main > .section-2 > .content > .product-bg > .right > .content > .title {
  width: 369px;
  padding-top: 39px;
  padding-bottom: 45px;
  border-bottom: 1px solid #B53434;
  font-size: 24px;
  font-weight: 400;
  color: #B53434;
  line-height: 33px;
  margin-bottom: 49px;
}
.main > .section-2 > .content > .product-bg > .right > .content > .rows {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main > .section-2 > .content > .product-bg > .right > .content > .rows > .row {
  flex: 1;
  display: flex;
}
.main > .section-2 > .content > .product-bg > .right > .content > .rows > .row > .icon-xq {
  width: 60px;
  height: 61px;
  margin-right: 41px;
  margin-left: -8px;
  background-image: url("../../../img/cls/icon-xq.png");
}
.main > .section-2 > .content > .product-bg > .right > .content > .rows > .row > .text > .text-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.main > .section-2 > .content > .product-bg > .right > .content > .rows > .row > .text > .text-2 {
  font-size: 18px;
  color: #333;
}
.main > .section-3 {
  height: 639px;
  background-image: url("../../../img/cls/bg-3.png");
}
.main > .section-3 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-3 > .content > .title {
  padding-top: 117px;
  padding-bottom: 14px;
  font-size: 36px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.main > .section-3 > .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-3 > .content > .product-summary {
  width: 100%;
  height: 289px;
  display: flex;
  position: relative;
}
.main > .section-3 > .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-3 > .content > .product-summary > .left > .title {
  font-size: 24px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #B53434;
  padding: 60px 0 40px 63px;
  line-height: 33px;
}
.main > .section-3 > .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-3 > .content > .product-summary > .right {
  position: absolute;
  right: 195px;
  top: -10px;
  width: 283px;
  height: 316px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../img/cls/product-bg.png");
}
.main > .section-4 {
  height: 817px;
  background-image: url("../../../img/cls/bg-4.png");
}
.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: 99px;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.main > .section-4 > .content > .bottom-title {
  padding-top: 88px;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.main > .section-4 > .content > .desc {
  padding-bottom: 62px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 22px;
}
.main > .section-4 > .content > .bottom-desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 22px;
}
.main > .section-4 > .content > .trait-list {
  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-byjs {
  background-image: url("../../../img/cls/icon-trait-byjs.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-ssgx {
  background-image: url("../../../img/cls/icon-trait-ssgx.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-ypsp {
  background-image: url("../../../img/cls/icon-trait-ypsp.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-zhfx {
  background-image: url("../../../img/cls/icon-trait-zhfx.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-jmcj {
  background-image: url("../../../img/cls/icon-trait-jmcj.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-znpg {
  background-image: url("../../../img/cls/icon-trait-znpg.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-dwzb {
  background-image: url("../../../img/cls/icon-trait-dwzb.png");
}
.main > .section-4 > .content > .trait-list > .trait > .icon.icon-trait-pgtx {
  background-image: url("../../../img/cls/icon-trait-pgtx.png");
}
.main > .section-4 > .content > .trait-list > .trait > span {
  margin-top: 6px;
  color: #333333;
  font-size: 20px;
}
.main > .section-5 {
  height: 768px;
  background-image: url("../../../img/cls/bg-5.png");
}
.main > .section-5 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-5 > .content > .title {
  text-align: center;
  padding-top: 73px;
  padding-bottom: 60px;
  font-size: 24px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
  letter-spacing: 1px;
}
.main > .section-5 > .content > .row {
  width: 100%;
  height: 529px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(152, 26, 26, 0.5);
  border-radius: 4px;
  display: flex;
}
.main > .section-5 > .content > .row > .col-1 {
  width: 340px;
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
  margin-right: 110px;
}
.main > .section-5 > .content > .row > .col-1 > .product-bg-1 {
  margin-top: 26px;
  margin-right: 15px;
  width: 159px;
  height: 181px;
  background-image: url("../../../img/cls/product-bg.png");
}
.main > .section-5 > .content > .row > .col-1 > p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.main > .section-5 > .content > .row > .col-2 {
  width: 286px;
  margin-right: 28px;
}
.main > .section-5 > .content > .row > .col-2 > p {
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}
.main > .section-5 > .content > .row > .col-2 > .echarts-yyl {
  width: 286px;
  height: 287px;
  background-image: url("../../../img/cls/echarts-yyl.png");
}
.main > .section-5 > .content > .row > .col-3 {
  width: 376px;
}
.main > .section-5 > .content > .row > .col-3 > .echarts-txl {
  margin-top: 94px;
  width: 376px;
  height: 376px;
  background-image: url("../../../img/cls/echarts-txl.png");
}
.main > .section-6 {
  height: 951px;
  background-image: url("../../../img/cls/bg-6.png");
}
.main > .section-6 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  font-family: PingFang-SC-Regular, PingFang-SC;
}
.main > .section-6 > .content > .title {
  padding-top: 90px;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.main > .section-6 > .content > .desc {
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 22px;
  letter-spacing: 1px;
}
.main > .section-6 > .content > .row {
  display: flex;
  width: 100%;
  height: 560px;
  border: 1px dashed #B53434;
  align-items: center;
  justify-content: space-around;
}
.main > .section-6 > .content > .row > .col {
  width: 562px;
  height: 487px;
  background: #FFFFFF;
}
.main > .section-6 > .content > .row > .col > .col-content {
  padding: 50px 50px 0 50px;
}
.main > .section-6 > .content > .row > .col > .col-content > .title {
  font-size: 24px;
  color: #B53434;
  line-height: 33px;
  margin-bottom: 20px;
}
.main > .section-6 > .content > .row > .col > .col-content > .text {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 20px;
}
.main > .section-6 > .content > .row > .col > .col-content > .icon-advantage-1 {
  width: 399px;
  height: 242px;
  background-image: url("../../../img/cls/icon-advantage-1.png");
}
.main > .section-6 > .content > .row > .col > .col-content > .icon-advantage-2 {
  width: 281px;
  height: 279px;
  background-image: url("../../../img/cls/icon-advantage-2.png");
}
.main > .section-7 > .white-bg {
  width: 100%;
  background-color: #FFF;
}
.main > .section-7 > .content-1 {
  height: 398px;
  background-image: url("../../../img/cls/bg-2.png");
}
.main > .section-7 > .content-2 {
  height: 398px;
  background-image: url("../../../img/cls/bg-7.png");
}
.main > .section-7 > .content-3 {
  height: 660px;
  background-image: url("../../../img/cls/bg-2.png");
}
.main > .section-7 > .core-function {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-7 > .core-function > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-7 > .core-function > .content > .core-func {
  width: 1200px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 4px #E8E8E8;
  border-radius: 1px;
  position: absolute;
  top: -214px;
  left: 0;
  display: flex;
  flex-direction: column;
}
.main > .section-7 > .core-function > .content > .core-func.core-func-1 {
  height: 800px;
}
.main > .section-7 > .core-function > .content > .core-func.core-func-2 {
  height: 735px;
}
.main > .section-7 > .core-function > .content > .core-func.core-func-3 {
  height: 1038px;
}
.main > .section-7 > .core-function > .content > .core-func > .head-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 134px;
  padding-left: 64px;
}
.main > .section-7 > .core-function > .content > .core-func > .head-title > .title-icon {
  display: flex;
  align-items: center;
}
.main > .section-7 > .core-function > .content > .core-func > .head-title > .title-icon > .icon-func-title {
  width: 44px;
  height: 45px;
  background-image: url("../../../img/cls/icon-func-title.png");
}
.main > .section-7 > .core-function > .content > .core-func > .head-title > .title-icon > .num {
  padding-left: 14px;
  padding-right: 45px;
  font-size: 60px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #B53434;
}
.main > .section-7 > .core-function > .content > .core-func > .head-title > .title-text {
  font-size: 30px;
  color: #333333;
  line-height: 42px;
}
.main > .section-7 > .core-function > .content > .core-func > .label {
  width: 1055px;
  height: 76px;
  background: #B53434;
  display: flex;
  align-items: center;
}
.main > .section-7 > .core-function > .content > .core-func > .label > p {
  padding-left: 64px;
  font-size: 24px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  color: #FFFFFF;
  line-height: 33px;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content {
  display: flex;
  justify-content: center;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content > .col {
  width: 530px;
  height: 499px;
  margin: 59px 12px 0 12px;
  border: 1px dashed #B53434;
  font-family: PingFangSC-Regular, PingFang SC;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content > .col > .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  padding-left: 37px;
  padding-top: 50px;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content > .col > .text {
  padding-left: 37px;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content > .col > .func-pingjia {
  width: 475px;
  height: 239px;
  background-image: url("../../../img/cls/func-pingjia.png");
}
.main > .section-7 > .core-function > .content > .core-func > .func-content > .col > .func-baogao {
  width: 393px;
  height: 277px;
  background-image: url("../../../img/cls/func-baogao.png");
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-2 {
  display: flex;
  padding-left: 60px;
  padding-top: 90px;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-2 > .icon-func-content-2 {
  margin-right: 93px;
  width: 406px;
  height: 326px;
  background-image: url("../../../img/cls/icon-func-content-2.png");
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 62px;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 > .col {
  width: 510px;
  height: 318px;
  border: 1px dashed #B53434;
  margin-bottom: 26px;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 > .col > .title {
  padding: 32px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 > .col > .value {
  display: flex;
  padding: 0 32px;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 > .col > .value > p {
  flex: 1;
  overflow: hidden;
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 > .col > .value > .icon-func-1 {
  width: 256px;
  height: 155px;
  background-image: url("../../../img/cls/icon-func-1.png");
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 > .col > .value > .icon-func-2 {
  width: 338px;
  height: 233px;
  background-image: url("../../../img/cls/icon-func-2.png");
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 > .col > .value > .icon-func-3 {
  width: 446px;
  height: 206px;
  background-image: url("../../../img/cls/icon-func-3.png");
}
.main > .section-7 > .core-function > .content > .core-func > .func-content-3 > .col > .value > .icon-func-4 {
  width: 361px;
  height: 201px;
  background-image: url("../../../img/cls/icon-func-4.png");
}/*# sourceMappingURL=cls.css.map */