.banner {
  width: 100%;
  font-size: 0;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.banner .container .title {
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  height: 50px;
}

.banner .container .desc {
  /* width: 512px; */
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: justify;
  width: 390px;
}

.banner .container .title2{
  font-size: 30px;
  line-height: 1;
  color:#fff;
  height: 30px;
}

.banner .container .title3{
  font-size: 16px;
  line-height: 1;
  color:#fff;
  text-align: center;
  width:390px;
  margin-top:20px;
  margin-bottom:50px;
}

p.justify { text-align: justify; width:390px;}
p.justify > span { display: inline-block /* Opera */; padding-left: 100%; }

.part1 {
  width: 100%;
  font-size: 0;
  padding: 60px 0;
}

.part1-title {
  font-size: 26px;
  line-height: 1;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.part1-title:after {
  content: "";
  display: block;
  width: 71px;
  height: 2px;
  background: #000;
  position: absolute;
  left: -92px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.part1-desc {
  width: 944px;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.part1-pic {
  width: 100%;
  text-align: right;
  margin-top: 40px;
  position: relative;
}

.part1-pic img.zhu {
  width: 1175px;
  vertical-align: right;
}

.part1-pic-mask {
  width: 306px;
  height: 224px;
  background: rgba(238, 26, 48, 0.8);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part1-pic-mask-content {
  width: 234px;
  height: 114px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.part1-pic-mask-content p:nth-child(1) {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
}

.part1-pic-mask-content p:nth-child(1) img {
  width: 16px;
  margin-top: 5px;
}

.part1-pic-mask-content p:nth-child(2) {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.part2 {
  width: 100%;
  font-size: 0;
  padding: 60px 0;
  background: #f7f8f8;
}

.part2-title {
  font-size: 26px;
  line-height: 1;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  text-align: right;
}

.part2-title:after {
  content: "";
  display: block;
  width: 71px;
  height: 2px;
  background: #000;
  position: absolute;
  right: -92px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.part2-desc {
  width: 944px;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  float: right;
}

.part2-pic {
  width: 100%;
  text-align: left;
  margin-top: 40px;
  position: relative;
}

.part2-pic img.zhu {
  width: 1175px;
  vertical-align: right;
}

.part2-pic-mask {
  width: 306px;
  height: 224px;
  background: rgba(238, 26, 48, 0.8);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part2-pic-mask-content {
  width: 234px;
  height: 114px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.part2-pic-mask-content p:nth-child(1) {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
}

.part2-pic-mask-content p:nth-child(1) img {
  width: 16px;
  margin-top: 5px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.part2-pic-mask-content p:nth-child(2) {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.part3 {
  width: 100%;
  padding: 60px 0;
  font-size: 0;
}

.part3 .container {
  text-align: center;
}

.part3 .container .title {
  font-size: 46px;
  color: #000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

.part3 .container video {
  margin: 0 auto;
}

.part4 {
  width: 100%;
  padding: 60px 0;
  background: #f7f8f8;
  font-size: 0;
}

.part4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part4-left {
  width: 779px;
}

.part4-left img {
  width: 100%;
}

.part4-right {
  width: 541px;
}

.part4-right-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
  color: #ef192e;
}

.part4-right-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.part4-right-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  width: 141px;
  height: 50px;
  color: #fff;
  background: #898989;
  position: relative;
  left: 1px;
}

.part4-right-item .desc {
  width: calc(100% - 141px);
  border-left: 2px solid #898989;
  padding-top: 67px;
  line-height: 28px;
  font-size: 18px;
  color: #4a4a4a;
  box-sizing: border-box;
  padding-left: 18px;
  text-align: justify;
}

.part5 {
  width: 100%;
  padding: 60px 0;
  background: #fff;
  font-size: 0;
}

.part5 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part5-left {
  width: 591px;
}

.part5-left img {
  width: 100%;
}

.part5-right {
  width: 541px;
}

.part5-right-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
  color: #ef192e;
}

.part5-right-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.part5-right-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  width: 141px;
  height: 50px;
  color: #fff;
  background: #898989;
  position: relative;
  left: 1px;
}

.part5-right-item .desc {
  width: calc(100% - 141px);
  border-left: 2px solid #898989;
  padding-top: 67px;
  line-height: 28px;
  font-size: 18px;
  color: #4a4a4a;
  box-sizing: border-box;
  padding-left: 18px;
  text-align: justify;
}

.part5-right-item .desc img {
  width: 188px;
}

.part6 {
  width: 100%;
  padding: 60px 0;
  background: #f7f8f8;
  font-size: 0;
}

.part6 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part6-left {
  width: 829px;
}

.part6-left img {
  width: 100%;
}

.part6-right {
  width: 541px;
}

.part6-right-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
  color: #ef192e;
}

.part6-right-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.part6-right-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  width: 141px;
  height: 50px;
  color: #fff;
  background: #898989;
  position: relative;
  left: 1px;
}

.part6-right-item .desc {
  width: calc(100% - 141px);
  border-left: 2px solid #898989;
  padding-top: 67px;
  line-height: 28px;
  font-size: 18px;
  color: #4a4a4a;
  box-sizing: border-box;
  padding-left: 18px;
  text-align: justify;
}

.part7 {
  width: 100%;
  padding: 60px 0;
  background: #fff;
  font-size: 0;
}

.part7 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part7-left {
  width: 844px;
}

.part7-left img {
  width: 100%;
}

.part7-right {
  width: 541px;
}

.part7-right-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
  color: #ef192e;
}

.part7-right-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.part7-right-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  width: 141px;
  height: 50px;
  color: #fff;
  background: #898989;
  position: relative;
  left: 1px;
}

.part7-right-item .desc {
  width: calc(100% - 141px);
  border-left: 2px solid #898989;
  padding-top: 67px;
  line-height: 28px;
  font-size: 18px;
  color: #4a4a4a;
  box-sizing: border-box;
  padding-left: 18px;
  text-align: justify;
}

.part7-right-item .desc img {
  width: 188px;
}

.brand-hornor{
  clear:both;
  padding:100px 0;
}

.brand-hornor .section-title{
  color:#d9373a;
  text-align: center;
  font-size: 36px;
  margin-bottom: 80px;
}

.brand-hornor .hornor-list{
  width: 62.5%;
  margin:auto;
  display: flex;
  flex-wrap:wrap;
}

.brand-hornor .hornor-list li{
  width: 49%;
  display: inline-block;
  font-size: 0;
  padding:20px 0;
}

.brand-hornor .hornor-list li img{
  width:50%;
  display: block;
  margin: auto;
}

.brand-hornor .hornor-list li .hornor-txt{
  display: block;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding:20px 0;
}

@media screen and (max-width: 1680px) {
  .banner {
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .banner .container .title {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 17.5px;
  }
  .banner .container .desc {
    width: 448px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #fff;
    text-align: justify;
  }
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 52.5px 0;
  }
  .part1-title {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 17.5px;
  }
  .part1-title:after {
    content: "";
    display: block;
    width: 62.125px;
    height: 1.75px;
    background: #000;
    position: absolute;
    left: -80.5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part1-desc {
    width: 826px;
    font-size: 15.75px;
    line-height: 24.5px;
    text-align: justify;
  }
  .part1-pic {
    width: 100%;
    text-align: right;
    margin-top: 35px;
    position: relative;
  }
  .part1-pic img.zhu {
    width: 1028.125px;
    vertical-align: right;
  }
  .part1-pic-mask {
    width: 267.75px;
    height: 196px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content {
    width: 204.75px;
    height: 99.75px;
    border-top: 0.875px solid #fff;
    border-bottom: 0.875px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content p:nth-child(1) {
    font-size: 22.75px;
    line-height: 1;
    margin-bottom: 4.375px;
    color: #fff;
  }
  .part1-pic-mask-content p:nth-child(1) img {
    width: 14px;
    margin-top: 4.375px;
  }
  .part1-pic-mask-content p:nth-child(2) {
    font-size: 15.75px;
    line-height: 1;
    color: #fff;
  }
  .part2 {
    width: 100%;
    font-size: 0;
    padding: 52.5px 0;
    background: #f7f8f8;
  }
  .part2-title {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 17.5px;
    text-align: right;
  }
  .part2-title:after {
    content: "";
    display: block;
    width: 62.125px;
    height: 1.75px;
    background: #000;
    position: absolute;
    right: -80.5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part2-desc {
    width: 826px;
    font-size: 15.75px;
    line-height: 24.5px;
    text-align: justify;
    float: right;
  }
  .part2-pic {
    width: 100%;
    text-align: left;
    margin-top: 35px;
    position: relative;
  }
  .part2-pic img.zhu {
    width: 1028.125px;
    vertical-align: right;
  }
  .part2-pic-mask {
    width: 267.75px;
    height: 196px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content {
    width: 204.75px;
    height: 99.75px;
    border-top: 0.875px solid #fff;
    border-bottom: 0.875px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content p:nth-child(1) {
    font-size: 22.75px;
    line-height: 1;
    margin-bottom: 4.375px;
    color: #fff;
  }
  .part2-pic-mask-content p:nth-child(1) img {
    width: 14px;
    margin-top: 4.375px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .part2-pic-mask-content p:nth-child(2) {
    font-size: 15.75px;
    line-height: 1;
    color: #fff;
  }
  .part3 {
    width: 100%;
    padding: 52.5px 0;
    font-size: 0;
  }
  .part3 .container {
    text-align: center;
  }
  .part3 .container .title {
    font-size: 40.25px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 26.25px;
  }
  .part4 {
    width: 100%;
    padding: 52.5px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part4-left {
    width: 681.625px;
  }
  .part4-left img {
    width: 100%;
  }
  .part4-right {
    width: 473.375px;
  }
  .part4-right-title {
    font-size: 40.25px;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: bold;
    color: #ef192e;
  }
  .part4-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part4-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22.75px;
    font-weight: bold;
    line-height: 1;
    width: 123.375px;
    height: 43.75px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.875px;
  }
  .part4-right-item .desc {
    width: calc(100% - 141px * 0.875);
    border-left: 1.75px solid #898989;
    padding-top: 58.625px;
    line-height: 24.5px;
    font-size: 15.75px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 15.75px;
    text-align: justify;
  }
  .part5 {
    width: 100%;
    padding: 52.5px 0;
    background: #fff;
    font-size: 0;
  }
  .part5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part5-left {
    width: 517.125px;
  }
  .part5-left img {
    width: 100%;
  }
  .part5-right {
    width: 473.375px;
  }
  .part5-right-title {
    font-size: 40.25px;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: bold;
    color: #ef192e;
  }
  .part5-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part5-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22.75px;
    font-weight: bold;
    line-height: 1;
    width: 123.375px;
    height: 43.75px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.875px;
  }
  .part5-right-item .desc {
    width: calc(100% - 141px * 0.875);
    border-left: 1.75px solid #898989;
    padding-top: 58.625px;
    line-height: 24.5px;
    font-size: 15.75px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 15.75px;
    text-align: justify;
  }
  .part5-right-item .desc img {
    width: 164.5px;
  }
  .part6 {
    width: 100%;
    padding: 52.5px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part6-left {
    width: 725.375px;
  }
  .part6-left img {
    width: 100%;
  }
  .part6-right {
    width: 473.375px;
  }
  .part6-right-title {
    font-size: 40.25px;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: bold;
    color: #ef192e;
  }
  .part6-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part6-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22.75px;
    font-weight: bold;
    line-height: 1;
    width: 123.375px;
    height: 43.75px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.875px;
  }
  .part6-right-item .desc {
    width: calc(100% - 141px * 0.875);
    border-left: 1.75px solid #898989;
    padding-top: 58.625px;
    line-height: 24.5px;
    font-size: 15.75px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 15.75px;
    text-align: justify;
  }
  .part7 {
    width: 100%;
    padding: 52.5px 0;
    background: #fff;
    font-size: 0;
  }
  .part7 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part7-left {
    width: 738.5px;
  }
  .part7-left img {
    width: 100%;
  }
  .part7-right {
    width: 473.375px;
  }
  .part7-right-title {
    font-size: 40.25px;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: bold;
    color: #ef192e;
  }
  .part7-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part7-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22.75px;
    font-weight: bold;
    line-height: 1;
    width: 123.375px;
    height: 43.75px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.875px;
  }
  .part7-right-item .desc {
    width: calc(100% - 141px * 0.875);
    border-left: 1.75px solid #898989;
    padding-top: 58.625px;
    line-height: 24.5px;
    font-size: 15.75px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 15.75px;
    text-align: justify;
  }
  .part7-right-item .desc img {
    width: 164.5px;
  }
}

@media screen and (max-width: 1440px) {
  .banner {
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .banner .container .title {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
  }
  .banner .container .desc {
    width: 384px;
    font-size: 13.5px;
    line-height: 21px;
    color: #fff;
    text-align: justify;
  }
  p.justify { width:384px;}
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 45px 0;
  }
  .part1-title {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 15px;
  }
  .part1-title:after {
    content: "";
    display: block;
    width: 53.25px;
    height: 1.5px;
    background: #000;
    position: absolute;
    left: -69px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part1-desc {
    width: 708px;
    font-size: 13.5px;
    line-height: 21px;
    text-align: justify;
  }
  .part1-pic {
    width: 100%;
    text-align: right;
    margin-top: 30px;
    position: relative;
  }
  .part1-pic img.zhu {
    width: 881.25px;
    vertical-align: right;
  }
  .part1-pic-mask {
    width: 229.5px;
    height: 168px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content {
    width: 175.5px;
    height: 85.5px;
    border-top: 0.75px solid #fff;
    border-bottom: 0.75px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content p:nth-child(1) {
    font-size: 19.5px;
    line-height: 1;
    margin-bottom: 3.75px;
    color: #fff;
  }
  .part1-pic-mask-content p:nth-child(1) img {
    width: 12px;
    margin-top: 3.75px;
  }
  .part1-pic-mask-content p:nth-child(2) {
    font-size: 13.5px;
    line-height: 1;
    color: #fff;
  }
  .part2 {
    width: 100%;
    font-size: 0;
    padding: 45px 0;
    background: #f7f8f8;
  }
  .part2-title {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    text-align: right;
  }
  .part2-title:after {
    content: "";
    display: block;
    width: 53.25px;
    height: 1.5px;
    background: #000;
    position: absolute;
    right: -69px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part2-desc {
    width: 708px;
    font-size: 13.5px;
    line-height: 21px;
    text-align: justify;
    float: right;
  }
  .part2-pic {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    position: relative;
  }
  .part2-pic img.zhu {
    width: 881.25px;
    vertical-align: right;
  }
  .part2-pic-mask {
    width: 229.5px;
    height: 168px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content {
    width: 175.5px;
    height: 85.5px;
    border-top: 0.75px solid #fff;
    border-bottom: 0.75px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content p:nth-child(1) {
    font-size: 19.5px;
    line-height: 1;
    margin-bottom: 3.75px;
    color: #fff;
  }
  .part2-pic-mask-content p:nth-child(1) img {
    width: 12px;
    margin-top: 3.75px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .part2-pic-mask-content p:nth-child(2) {
    font-size: 13.5px;
    line-height: 1;
    color: #fff;
  }
  .part3 {
    width: 100%;
    padding: 45px 0;
    font-size: 0;
  }
  .part3 .container {
    text-align: center;
  }
  .part3 .container .title {
    font-size: 34.5px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 22.5px;
  }
  .part4 {
    width: 100%;
    padding: 45px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part4-left {
    width: 584.25px;
  }
  .part4-left img {
    width: 100%;
  }
  .part4-right {
    width: 405.75px;
  }
  .part4-right-title {
    font-size: 34.5px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ef192e;
  }
  .part4-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part4-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    width: 105.75px;
    height: 37.5px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.75px;
  }
  .part4-right-item .desc {
    width: calc(100% - 141px * 0.75);
    border-left: 1.5px solid #898989;
    padding-top: 50.25px;
    line-height: 21px;
    font-size: 13.5px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 13.5px;
    text-align: justify;
  }
  .part5 {
    width: 100%;
    padding: 45px 0;
    background: #fff;
    font-size: 0;
  }
  .part5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part5-left {
    width: 443.25px;
  }
  .part5-left img {
    width: 100%;
  }
  .part5-right {
    width: 405.75px;
  }
  .part5-right-title {
    font-size: 34.5px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ef192e;
  }
  .part5-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part5-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    width: 105.75px;
    height: 37.5px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.75px;
  }
  .part5-right-item .desc {
    width: calc(100% - 141px * 0.75);
    border-left: 1.5px solid #898989;
    padding-top: 50.25px;
    line-height: 21px;
    font-size: 13.5px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 13.5px;
    text-align: justify;
  }
  .part5-right-item .desc img {
    width: 141px;
  }
  .part6 {
    width: 100%;
    padding: 45px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part6-left {
    width: 621.75px;
  }
  .part6-left img {
    width: 100%;
  }
  .part6-right {
    width: 405.75px;
  }
  .part6-right-title {
    font-size: 34.5px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ef192e;
  }
  .part6-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part6-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    width: 105.75px;
    height: 37.5px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.75px;
  }
  .part6-right-item .desc {
    width: calc(100% - 141px * 0.75);
    border-left: 1.5px solid #898989;
    padding-top: 50.25px;
    line-height: 21px;
    font-size: 13.5px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 13.5px;
    text-align: justify;
  }
  .part7 {
    width: 100%;
    padding: 45px 0;
    background: #fff;
    font-size: 0;
  }
  .part7 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part7-left {
    width: 633px;
  }
  .part7-left img {
    width: 100%;
  }
  .part7-right {
    width: 405.75px;
  }
  .part7-right-title {
    font-size: 34.5px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ef192e;
  }
  .part7-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part7-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    width: 105.75px;
    height: 37.5px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.75px;
  }
  .part7-right-item .desc {
    width: calc(100% - 141px * 0.75);
    border-left: 1.5px solid #898989;
    padding-top: 50.25px;
    line-height: 21px;
    font-size: 13.5px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 13.5px;
    text-align: justify;
  }
  .part7-right-item .desc img {
    width: 141px;
  }
}

@media screen and (max-width: 1366px) {
  .banner {
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .banner .container .title {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
  }
  .banner .container .desc {
    width: 358.4px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #fff;
    text-align: justify;
  }
  p.justify { width:358.4px;}
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 42px 0;
  }
  .part1-title {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 14px;
  }
  .part1-title:after {
    content: "";
    display: block;
    width: 49.7px;
    height: 1.4px;
    background: #000;
    position: absolute;
    left: -64.4px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part1-desc {
    width: 660.8px;
    font-size: 12.6px;
    line-height: 19.6px;
    text-align: justify;
  }
  .part1-pic {
    width: 100%;
    text-align: right;
    margin-top: 28px;
    position: relative;
  }
  .part1-pic img.zhu {
    width: 822.5px;
    vertical-align: right;
  }
  .part1-pic-mask {
    width: 214.2px;
    height: 156.8px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content {
    width: 163.8px;
    height: 79.8px;
    border-top: 0.7px solid #fff;
    border-bottom: 0.7px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content p:nth-child(1) {
    font-size: 18.2px;
    line-height: 1;
    margin-bottom: 3.5px;
    color: #fff;
  }
  .part1-pic-mask-content p:nth-child(1) img {
    width: 11.2px;
    margin-top: 3.5px;
  }
  .part1-pic-mask-content p:nth-child(2) {
    font-size: 12.6px;
    line-height: 1;
    color: #fff;
  }
  .part2 {
    width: 100%;
    font-size: 0;
    padding: 42px 0;
    background: #f7f8f8;
  }
  .part2-title {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 14px;
    text-align: right;
  }
  .part2-title:after {
    content: "";
    display: block;
    width: 49.7px;
    height: 1.4px;
    background: #000;
    position: absolute;
    right: -64.4px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part2-desc {
    width: 660.8px;
    font-size: 12.6px;
    line-height: 19.6px;
    text-align: justify;
    float: right;
  }
  .part2-pic {
    width: 100%;
    text-align: left;
    margin-top: 28px;
    position: relative;
  }
  .part2-pic img.zhu {
    width: 822.5px;
    vertical-align: right;
  }
  .part2-pic-mask {
    width: 214.2px;
    height: 156.8px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content {
    width: 163.8px;
    height: 79.8px;
    border-top: 0.7px solid #fff;
    border-bottom: 0.7px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content p:nth-child(1) {
    font-size: 18.2px;
    line-height: 1;
    margin-bottom: 3.5px;
    color: #fff;
  }
  .part2-pic-mask-content p:nth-child(1) img {
    width: 11.2px;
    margin-top: 3.5px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .part2-pic-mask-content p:nth-child(2) {
    font-size: 12.6px;
    line-height: 1;
    color: #fff;
  }
  .part3 {
    width: 100%;
    padding: 42px 0;
    font-size: 0;
  }
  .part3 .container {
    text-align: center;
  }
  .part3 .container .title {
    font-size: 32.2px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 21px;
  }
  .part4 {
    width: 100%;
    padding: 42px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part4-left {
    width: 545.3px;
  }
  .part4-left img {
    width: 100%;
  }
  .part4-right {
    width: 378.7px;
  }
  .part4-right-title {
    font-size: 32.2px;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: bold;
    color: #ef192e;
  }
  .part4-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part4-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18.2px;
    font-weight: bold;
    line-height: 1;
    width: 98.7px;
    height: 35px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.7px;
  }
  .part4-right-item .desc {
    width: calc(100% - 141px * 0.7);
    border-left: 1.4px solid #898989;
    padding-top: 46.9px;
    line-height: 19.6px;
    font-size: 12.6px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 12.6px;
    text-align: justify;
  }
  .part5 {
    width: 100%;
    padding: 42px 0;
    background: #fff;
    font-size: 0;
  }
  .part5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part5-left {
    width: 413.7px;
  }
  .part5-left img {
    width: 100%;
  }
  .part5-right {
    width: 378.7px;
  }
  .part5-right-title {
    font-size: 32.2px;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: bold;
    color: #ef192e;
  }
  .part5-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part5-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18.2px;
    font-weight: bold;
    line-height: 1;
    width: 98.7px;
    height: 35px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.7px;
  }
  .part5-right-item .desc {
    width: calc(100% - 141px * 0.7);
    border-left: 1.4px solid #898989;
    padding-top: 46.9px;
    line-height: 19.6px;
    font-size: 12.6px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 12.6px;
    text-align: justify;
  }
  .part5-right-item .desc img {
    width: 131.6px;
  }
  .part6 {
    width: 100%;
    padding: 42px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part6-left {
    width: 580.3px;
  }
  .part6-left img {
    width: 100%;
  }
  .part6-right {
    width: 378.7px;
  }
  .part6-right-title {
    font-size: 32.2px;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: bold;
    color: #ef192e;
  }
  .part6-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part6-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18.2px;
    font-weight: bold;
    line-height: 1;
    width: 98.7px;
    height: 35px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.7px;
  }
  .part6-right-item .desc {
    width: calc(100% - 141px * 0.7);
    border-left: 1.4px solid #898989;
    padding-top: 46.9px;
    line-height: 19.6px;
    font-size: 12.6px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 12.6px;
    text-align: justify;
  }
  .part7 {
    width: 100%;
    padding: 42px 0;
    background: #fff;
    font-size: 0;
  }
  .part7 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part7-left {
    width: 590.8px;
  }
  .part7-left img {
    width: 100%;
  }
  .part7-right {
    width: 378.7px;
  }
  .part7-right-title {
    font-size: 32.2px;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: bold;
    color: #ef192e;
  }
  .part7-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part7-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18.2px;
    font-weight: bold;
    line-height: 1;
    width: 98.7px;
    height: 35px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.7px;
  }
  .part7-right-item .desc {
    width: calc(100% - 141px * 0.7);
    border-left: 1.4px solid #898989;
    padding-top: 46.9px;
    line-height: 19.6px;
    font-size: 12.6px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 12.6px;
    text-align: justify;
  }
  .part7-right-item .desc img {
    width: 131.6px;
  }
}

@media screen and (max-width: 1280px) {
  .banner {
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .banner .container .title {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 13.2px;
  }
  .banner .container .desc {
    width: 337.92px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #fff;
    text-align: justify;
  }
  p.justify { width:337.92px;}
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 39.6px 0;
  }
  .part1-title {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 13.2px;
  }
  .part1-title:after {
    content: "";
    display: block;
    width: 46.86px;
    height: 1.32px;
    background: #000;
    position: absolute;
    left: -60.72px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part1-desc {
    width: 623.04px;
    font-size: 11.88px;
    line-height: 18.48px;
    text-align: justify;
  }
  .part1-pic {
    width: 100%;
    text-align: right;
    margin-top: 26.4px;
    position: relative;
  }
  .part1-pic img.zhu {
    width: 775.5px;
    vertical-align: right;
  }
  .part1-pic-mask {
    width: 201.96px;
    height: 147.84px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content {
    width: 154.44px;
    height: 75.24px;
    border-top: 0.66px solid #fff;
    border-bottom: 0.66px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content p:nth-child(1) {
    font-size: 17.16px;
    line-height: 1;
    margin-bottom: 3.3px;
    color: #fff;
  }
  .part1-pic-mask-content p:nth-child(1) img {
    width: 10.56px;
    margin-top: 3.3px;
  }
  .part1-pic-mask-content p:nth-child(2) {
    font-size: 11.88px;
    line-height: 1;
    color: #fff;
  }
  .part2 {
    width: 100%;
    font-size: 0;
    padding: 39.6px 0;
    background: #f7f8f8;
  }
  .part2-title {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 13.2px;
    text-align: right;
  }
  .part2-title:after {
    content: "";
    display: block;
    width: 46.86px;
    height: 1.32px;
    background: #000;
    position: absolute;
    right: -60.72px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part2-desc {
    width: 623.04px;
    font-size: 11.88px;
    line-height: 18.48px;
    text-align: justify;
    float: right;
  }
  .part2-pic {
    width: 100%;
    text-align: left;
    margin-top: 26.4px;
    position: relative;
  }
  .part2-pic img.zhu {
    width: 775.5px;
    vertical-align: right;
  }
  .part2-pic-mask {
    width: 201.96px;
    height: 147.84px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content {
    width: 154.44px;
    height: 75.24px;
    border-top: 0.66px solid #fff;
    border-bottom: 0.66px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content p:nth-child(1) {
    font-size: 17.16px;
    line-height: 1;
    margin-bottom: 3.3px;
    color: #fff;
  }
  .part2-pic-mask-content p:nth-child(1) img {
    width: 10.56px;
    margin-top: 3.3px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .part2-pic-mask-content p:nth-child(2) {
    font-size: 11.88px;
    line-height: 1;
    color: #fff;
  }
  .part3 {
    width: 100%;
    padding: 39.6px 0;
    font-size: 0;
  }
  .part3 .container {
    text-align: center;
  }
  .part3 .container .title {
    font-size: 30.36px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 19.8px;
  }
  .part4 {
    width: 100%;
    padding: 39.6px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part4-left {
    width: 514.14px;
  }
  .part4-left img {
    width: 100%;
  }
  .part4-right {
    width: 357.06px;
  }
  .part4-right-title {
    font-size: 30.36px;
    line-height: 1;
    margin-bottom: 26.4px;
    font-weight: bold;
    color: #ef192e;
  }
  .part4-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part4-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17.16px;
    font-weight: bold;
    line-height: 1;
    width: 93.06px;
    height: 33px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.66px;
  }
  .part4-right-item .desc {
    width: calc(100% - 141px * 0.66);
    border-left: 1.32px solid #898989;
    padding-top: 44.22px;
    line-height: 18.48px;
    font-size: 11.88px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 11.88px;
    text-align: justify;
  }
  .part5 {
    width: 100%;
    padding: 39.6px 0;
    background: #fff;
    font-size: 0;
  }
  .part5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part5-left {
    width: 390.06px;
  }
  .part5-left img {
    width: 100%;
  }
  .part5-right {
    width: 357.06px;
  }
  .part5-right-title {
    font-size: 30.36px;
    line-height: 1;
    margin-bottom: 26.4px;
    font-weight: bold;
    color: #ef192e;
  }
  .part5-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part5-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17.16px;
    font-weight: bold;
    line-height: 1;
    width: 93.06px;
    height: 33px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.66px;
  }
  .part5-right-item .desc {
    width: calc(100% - 141px * 0.66);
    border-left: 1.32px solid #898989;
    padding-top: 44.22px;
    line-height: 18.48px;
    font-size: 11.88px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 11.88px;
    text-align: justify;
  }
  .part5-right-item .desc img {
    width: 124.08px;
  }
  .part6 {
    width: 100%;
    padding: 39.6px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part6-left {
    width: 547.14px;
  }
  .part6-left img {
    width: 100%;
  }
  .part6-right {
    width: 357.06px;
  }
  .part6-right-title {
    font-size: 30.36px;
    line-height: 1;
    margin-bottom: 26.4px;
    font-weight: bold;
    color: #ef192e;
  }
  .part6-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part6-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17.16px;
    font-weight: bold;
    line-height: 1;
    width: 93.06px;
    height: 33px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.66px;
  }
  .part6-right-item .desc {
    width: calc(100% - 141px * 0.66);
    border-left: 1.32px solid #898989;
    padding-top: 44.22px;
    line-height: 18.48px;
    font-size: 11.88px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 11.88px;
    text-align: justify;
  }
  .part7 {
    width: 100%;
    padding: 39.6px 0;
    background: #fff;
    font-size: 0;
  }
  .part7 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part7-left {
    width: 557.04px;
  }
  .part7-left img {
    width: 100%;
  }
  .part7-right {
    width: 357.06px;
  }
  .part7-right-title {
    font-size: 30.36px;
    line-height: 1;
    margin-bottom: 26.4px;
    font-weight: bold;
    color: #ef192e;
  }
  .part7-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part7-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17.16px;
    font-weight: bold;
    line-height: 1;
    width: 93.06px;
    height: 33px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.66px;
  }
  .part7-right-item .desc {
    width: calc(100% - 141px * 0.66);
    border-left: 1.32px solid #898989;
    padding-top: 44.22px;
    line-height: 18.48px;
    font-size: 11.88px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 11.88px;
    text-align: justify;
  }
  .part7-right-item .desc img {
    width: 124.08px;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .banner .container .title {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10.6px;
  }
  .banner .container .desc {
    width: 271.36px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #fff;
    text-align: justify;
  }
  p.justify { width:271.36px;}
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 31.8px 0;
  }
  .part1-title {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 10.6px;
  }
  .part1-title:after {
    content: "";
    display: block;
    width: 37.63px;
    height: 1.06px;
    background: #000;
    position: absolute;
    left: -48.76px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part1-desc {
    width: 500.32px;
    font-size: 9.54px;
    line-height: 14.84px;
    text-align: justify;
  }
  .part1-pic {
    width: 100%;
    text-align: right;
    margin-top: 21.2px;
    position: relative;
  }
  .part1-pic img.zhu {
    width: 622.75px;
    vertical-align: right;
  }
  .part1-pic-mask {
    width: 162.18px;
    height: 118.72px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content {
    width: 124.02px;
    height: 60.42px;
    border-top: 0.53px solid #fff;
    border-bottom: 0.53px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content p:nth-child(1) {
    font-size: 13.78px;
    line-height: 1;
    margin-bottom: 2.65px;
    color: #fff;
  }
  .part1-pic-mask-content p:nth-child(1) img {
    width: 8.48px;
    margin-top: 2.65px;
  }
  .part1-pic-mask-content p:nth-child(2) {
    font-size: 9.54px;
    line-height: 1;
    color: #fff;
  }
  .part2 {
    width: 100%;
    font-size: 0;
    padding: 31.8px 0;
    background: #f7f8f8;
  }
  .part2-title {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 10.6px;
    text-align: right;
  }
  .part2-title:after {
    content: "";
    display: block;
    width: 37.63px;
    height: 1.06px;
    background: #000;
    position: absolute;
    right: -48.76px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part2-desc {
    width: 500.32px;
    font-size: 9.54px;
    line-height: 14.84px;
    text-align: justify;
    float: right;
  }
  .part2-pic {
    width: 100%;
    text-align: left;
    margin-top: 21.2px;
    position: relative;
  }
  .part2-pic img.zhu {
    width: 622.75px;
    vertical-align: right;
  }
  .part2-pic-mask {
    width: 162.18px;
    height: 118.72px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content {
    width: 124.02px;
    height: 60.42px;
    border-top: 0.53px solid #fff;
    border-bottom: 0.53px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content p:nth-child(1) {
    font-size: 13.78px;
    line-height: 1;
    margin-bottom: 2.65px;
    color: #fff;
  }
  .part2-pic-mask-content p:nth-child(1) img {
    width: 8.48px;
    margin-top: 2.65px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .part2-pic-mask-content p:nth-child(2) {
    font-size: 9.54px;
    line-height: 1;
    color: #fff;
  }
  .part3 {
    width: 100%;
    padding: 31.8px 0;
    font-size: 0;
  }
  .part3 .container {
    text-align: center;
  }
  .part3 .container .title {
    font-size: 24.38px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15.9px;
  }
  .part4 {
    width: 100%;
    padding: 31.8px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part4-left {
    width: 412.87px;
  }
  .part4-left img {
    width: 100%;
  }
  .part4-right {
    width: 286.73px;
  }
  .part4-right-title {
    font-size: 24.38px;
    line-height: 1;
    margin-bottom: 21.2px;
    font-weight: bold;
    color: #ef192e;
  }
  .part4-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part4-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.78px;
    font-weight: bold;
    line-height: 1;
    width: 74.73px;
    height: 26.5px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.53px;
  }
  .part4-right-item .desc {
    width: calc(100% - 141px * 0.53);
    border-left: 1.06px solid #898989;
    padding-top: 35.51px;
    line-height: 14.84px;
    font-size: 9.54px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 9.54px;
    text-align: justify;
  }
  .part5 {
    width: 100%;
    padding: 31.8px 0;
    background: #fff;
    font-size: 0;
  }
  .part5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part5-left {
    width: 313.23px;
  }
  .part5-left img {
    width: 100%;
  }
  .part5-right {
    width: 286.73px;
  }
  .part5-right-title {
    font-size: 24.38px;
    line-height: 1;
    margin-bottom: 21.2px;
    font-weight: bold;
    color: #ef192e;
  }
  .part5-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part5-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.78px;
    font-weight: bold;
    line-height: 1;
    width: 74.73px;
    height: 26.5px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.53px;
  }
  .part5-right-item .desc {
    width: calc(100% - 141px * 0.53);
    border-left: 1.06px solid #898989;
    padding-top: 35.51px;
    line-height: 14.84px;
    font-size: 9.54px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 9.54px;
    text-align: justify;
  }
  .part5-right-item .desc img {
    width: 99.64px;
  }
  .part6 {
    width: 100%;
    padding: 31.8px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part6-left {
    width: 439.37px;
  }
  .part6-left img {
    width: 100%;
  }
  .part6-right {
    width: 286.73px;
  }
  .part6-right-title {
    font-size: 24.38px;
    line-height: 1;
    margin-bottom: 21.2px;
    font-weight: bold;
    color: #ef192e;
  }
  .part6-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part6-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.78px;
    font-weight: bold;
    line-height: 1;
    width: 74.73px;
    height: 26.5px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.53px;
  }
  .part6-right-item .desc {
    width: calc(100% - 141px * 0.53);
    border-left: 1.06px solid #898989;
    padding-top: 35.51px;
    line-height: 14.84px;
    font-size: 9.54px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 9.54px;
    text-align: justify;
  }
  .part7 {
    width: 100%;
    padding: 31.8px 0;
    background: #fff;
    font-size: 0;
  }
  .part7 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part7-left {
    width: 447.32px;
  }
  .part7-left img {
    width: 100%;
  }
  .part7-right {
    width: 286.73px;
  }
  .part7-right-title {
    font-size: 24.38px;
    line-height: 1;
    margin-bottom: 21.2px;
    font-weight: bold;
    color: #ef192e;
  }
  .part7-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part7-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.78px;
    font-weight: bold;
    line-height: 1;
    width: 74.73px;
    height: 26.5px;
    color: #fff;
    background: #898989;
    position: relative;
    left: 0.53px;
  }
  .part7-right-item .desc {
    width: calc(100% - 141px * 0.53);
    border-left: 1.06px solid #898989;
    padding-top: 35.51px;
    line-height: 14.84px;
    font-size: 9.54px;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 9.54px;
    text-align: justify;
  }
  .part7-right-item .desc img {
    width: 99.64px;
  }
}

@media screen and (max-width: 799px) {
  .banner {
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .banner .container .title {
    font-size: 0.46rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.2rem;
  }
  .banner .container .desc {
    width: 4.8rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #fff;
    text-align: justify;
  }
  .banner .container .title3{
    width: 4.8rem;
  }
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 0.6rem 0;
  }
  .part1-title {
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .part1-title:after {
    content: "";
    display: block;
    width: 0.61rem;
    height: 0.02rem;
    background: #000;
    position: absolute;
    left: -0.72rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part1-desc {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.28rem;
    text-align: justify;
  }
  .part1-pic {
    width: 100%;
    text-align: right;
    margin-top: 0.4rem;
    position: relative;
  }
  .part1-pic img.zhu {
    width: 100%;
    vertical-align: right;
  }
  .part1-pic-mask {
    width: 306px;
    height: 224px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content {
    width: 234px;
    height: 114px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part1-pic-mask-content p:nth-child(1) {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
  }
  .part1-pic-mask-content p:nth-child(1) img {
    width: 16px;
    margin-top: 5px;
  }
  .part1-pic-mask-content p:nth-child(2) {
    font-size: 18px;
    line-height: 1;
    color: #fff;
  }
  .part1 .zhu {
    width: 100%;
  }
  .part2 {
    width: 100%;
    font-size: 0;
    padding: 0.6rem 0;
    background: #f7f8f8;
  }
  .part2-title {
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    position: relative;
    margin-bottom: 0.2rem;
    text-align: right;
  }
  .part2-title:after {
    content: "";
    display: block;
    width: 0.61rem;
    height: 0.02rem;
    background: #000;
    position: absolute;
    right: -0.72rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .part2-desc {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.28rem;
    text-align: justify;
    float: left;
  }
  .part2-pic {
    width: 100%;
    text-align: left;
    margin-top: 40px;
    position: relative;
  }
  .part2-pic img.zhu {
    width: 1175px;
    vertical-align: right;
  }
  .part2-pic-mask {
    width: 306px;
    height: 224px;
    background: rgba(238, 26, 48, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content {
    width: 234px;
    height: 114px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part2-pic-mask-content p:nth-child(1) {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
  }
  .part2-pic-mask-content p:nth-child(1) img {
    width: 16px;
    margin-top: 5px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .part2-pic-mask-content p:nth-child(2) {
    font-size: 18px;
    line-height: 1;
    color: #fff;
  }
  .part2 .zhu {
    width: 100%;
  }
  .part3 {
    width: 100%;
    padding: 0.6rem 0;
    font-size: 0;
  }
  .part3 .container {
    text-align: center;
  }
  .part3 .container .title {
    font-size: 0.46rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .part4 {
    width: 100%;
    padding: 0.6rem 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part4 .container {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .part4-title {
    font-size: 0.46rem;
    line-height: 1;
    margin-bottom: 0.41rem;
    font-weight: bold;
    color: #ef192e;
  }
  .part4-left {
    width: 100%;
  }
  .part4-left img {
    width: 100%;
  }
  .part4-right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.44rem;
    margin-top: 0.5rem;
  }
  .part4-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part4-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1;
    width: 1.54rem;
    height: 0.6rem;
    color: #fff;
    background: #898989;
    position: relative;
    left: 1px;
  }
  .part4-right-item .desc {
    width: calc(100% - 1.54rem);
    border-left: 2px solid #898989;
    padding-top: 0.67rem;
    line-height: 0.28rem;
    font-size: 0.18rem;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 0.18rem;
    text-align: justify;
  }
  .part5 {
    width: 100%;
    padding: 0.6rem 0;
    background: #fff;
    font-size: 0;
  }
  .part5 .container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .part5-title {
    font-size: 0.46rem;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-weight: bold;
    color: #ef192e;
    text-align: left;
  }
  .part5-left {
    width: 100%;
  }
  .part5-left img {
    width: 100%;
  }
  .part5-right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.44rem;
    margin-top: 0.5rem;
  }
  .part5-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part5-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1;
    width: 1.54rem;
    height: 0.6rem;
    color: #fff;
    background: #898989;
    position: relative;
    left: 1px;
  }
  .part5-right-item .desc {
    width: calc(100% - 1.54rem);
    border-left: 2px solid #898989;
    padding-top: 0.67rem;
    line-height: 0.28rem;
    font-size: 0.18rem;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 0.18rem;
    text-align: justify;
  }
  .part6 {
    width: 100%;
    padding: 60px 0;
    background: #f7f8f8;
    font-size: 0;
  }
  .part6 .container {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .part6 .mbpic {
    width: 100%;
  }
  .part6-left {
    width: 100%;
  }
  .part6-left img {
    width: 100%;
  }
  .part6-title {
    font-size: 0.46rem;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-weight: bold;
    color: #ef192e;
    text-align: left;
  }
  .part6-right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.44rem;
    margin-top: 0.5rem;
  }
  .part6-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part6-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1;
    width: 1.54rem;
    height: 0.6rem;
    color: #fff;
    background: #898989;
    position: relative;
    left: 1px;
  }
  .part6-right-item .desc {
    width: calc(100% - 1.54rem);
    border-left: 2px solid #898989;
    padding-top: 0.67rem;
    line-height: 0.28rem;
    font-size: 0.18rem;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 0.18rem;
    text-align: justify;
  }
  .part7 {
    width: 100%;
    padding: 60px 0;
    background: #fff;
    font-size: 0;
  }
  .part7 .container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .part7-left {
    width: 100%;
  }
  .part7-left img {
    width: 100%;
  }
  .part7-title {
    font-size: 0.46rem;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-weight: bold;
    color: #ef192e;
  }
  .part7-right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.44rem;
    margin-top: 0.5rem;
  }
  .part7-right-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .part7-right-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1;
    width: 1.54rem;
    height: 0.6rem;
    color: #fff;
    background: #898989;
    position: relative;
    left: 1px;
  }
  .part7-right-item .desc {
    width: calc(100% - 1.54rem);
    border-left: 2px solid #898989;
    padding-top: 0.67rem;
    line-height: 0.28rem;
    font-size: 0.18rem;
    color: #4a4a4a;
    box-sizing: border-box;
    padding-left: 0.18rem;
    text-align: justify;
  }

  .brand-hornor{
    padding:20px 0;
  }

  .brand-hornor .section-title{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .brand-hornor .hornor-list li .hornor-txt{
    font-size: 8px;
  }
}
