@keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes btn_change_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/****************************************/
._title {
  color: black;
  font-size: 36px;
  font-weight: bold;
}

._more {
  color: #333333;
  border-radius: 0 0 30px 0;
  background: white;
  width: 190px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid transparent;
}
._more img {
  margin-left: 10px;
}
._more:hover {
  background: black;
  border: 1px solid white;
  color: white;
}
._more:hover img {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.page {
  width: 100vw;
  height: calc(100vh - 87px);
  display: flex;
  align-items: center;
  position: relative;
}

.fp-tableCell {
  vertical-align: bottom;
}

.next_page {
  cursor: pointer;
  opacity: 1;
  animation: btn_change_opacity 2s;
  animation-iteration-count: infinite;
}

/**/
.section1 {
  position: relative;
}
.section1 .next_page {
  position: absolute;
  right: 48px;
  bottom: 53px;
  z-index: 22;
}
.section1 .btn_list {
  position: absolute;
  left: 48px;
  bottom: 53px;
  z-index: 33;
  display: flex;
  align-items: center;
}
.section1 .btn_list .zuoyou {
  display: flex;
  align-items: center;
}
.section1 .btn_list .swiper-pagination {
  position: static;
}
.section1 .btn_list .swiper-button-next,
.section1 .btn_list .swiper-button-prev {
  position: static;
}
.section1 .btn_list .swiper-pagination-bullet {
  border: 1px solid white;
  width: 8px;
  height: 8px;
}
.section1 .btn_list .line {
  width: 1px;
  height: 20px;
  background: #c6c6c6;
  margin: 0 20px;
}
.section1 .btn_list .swiper-pagination-bullet-active {
  background: #c6c6c6;
}
.section1 .swiper-button-next:after,
.section1 .swiper-button-prev:after {
  color: white;
  display: none;
}
.section1 .swiper-button-next, .section1 .swiper-button-prev {
  opacity: 1;
  z-index: 3;
  width: auto !important;
  height: auto !important;
  margin: 5px;
}
.section1 .banner {
  height: 100%;
  position: relative;
}
.section1 .banner .swiper-container {
  height: 100%;
}
.section1 .banner .bg_pic {
  -webkit-animation: bg_change_size 50s;
  animation: bg_change_size 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section1 .banner .item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.section1 .banner .rt {
  animation-duration: 3s !important;
}
.section1 .content {
  color: white;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 7%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.section1 .content .banner_word1 {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.section1 .content ._more {
  position: relative;
  z-index: 2;
}
.section1 .content .banner_pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.section2 {
  color: #1e1e1e;
  position: relative;
}
.section2 .lf {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 150px;
}
.section2 .lf ._more {
  border: 1px solid black;
  background: transparent;
  margin-top: 10%;
  margin-bottom: 10%;
}
.section2 .lf ._more:hover {
  background: black;
}
.section2 .lf .summary {
  margin-top: 10%;
  line-height: 2;
  font-size: 16px;
}
.section2 .lf .youshi {
  display: flex;
  align-items: center;
}
.section2 .lf .youshi .item:first-child {
  border-right: 2px solid #979898;
  margin-right: 100px;
  padding-right: 100px;
}
.section2 .lf .youshi .item .num {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.section2 .lf .youshi .item .num p {
  font-size: 50px;
  font-weight: bold;
}
.section2 .lf .youshi .item .num span {
  font-size: 18px;
  position: relative;
  top: -10px;
  left: 7px;
}
.section2 .lf .youshi .item .title {
  font-size: 22px;
}
.section2 .rt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section3 .page {
  flex-direction: column;
}
.section3 .top_box {
  flex: 1;
  width: 100%;
}
.section3 .top_box .lf,
.section3 .top_box .rt {
  height: 100%;
}
.section3 .top_box .rt {
  display: flex;
  align-items: center;
  padding: 0 100px;
}
.section3 .top_box .rt .summary {
  line-height: 2;
  font-size: 22px;
  margin-bottom: 15%;
  margin-top: 5%;
}
.section3 .top_box .rt .youshi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section3 .top_box .rt .youshi .item {
  margin: 10px;
  border-top: 1px solid black;
  padding: 20px;
}
.section3 .top_box .rt .youshi .item p {
  font-size: 18px;
  margin-bottom: 5px;
}
.section3 .top_box .rt .youshi .item span {
  font-size: 16px;
  text-transform: uppercase;
}
.section3 .bottom {
  background: #282828;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 173px;
  width: 100%;
}
.section3 .bottom .item {
  width: 151px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section3 .bottom .item:hover {
  background: url("../images/xian.png") no-repeat center;
  background-size: cover;
}
.section3 .bottom .item .title {
  font-size: 18px;
  color: white;
  margin-top: 20px;
}

.section4 {
  background: url("../images/product_bg.jpg") no-repeat center;
  background-size: cover;
}
.section4 .page {
  display: block;
}
.section4 .page ._title {
  color: white;
}
.section4 .page .top_box {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section4 .page .top_box .typename {
  display: flex;
  align-items: center;
}
.section4 .page .top_box .typename .item {
  font-size: 22px;
  margin: 0 30px;
  color: white;
}
.section4 .page .top_box .typename .item:last-child {
  margin-right: 0;
}
.section4 .page .bottom_box {
  display: flex;
  align-items: center;
  position: relative;
}
.section4 .page .bottom_box .bigpic {
  height: 62vh;
}
.section4 .page .bottom_box #owl_goods .item {
  color: white;
}
.section4 .page .bottom_box #owl_goods .item .xinghao {
  font-size: 30px;
  margin-bottom: 10px;
}
.section4 .page .bottom_box #owl_goods .item .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.section4 .page .bottom_box #owl_goods .item .se {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: white;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.section4 .page .swiper-button-next:after,
.section4 .page .swiper-button-prev:after {
  display: none;
}
.section4 .page .swiper-pagination {
  color: white;
}
.section4 .page .btn_list {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.section4 .page .swiper-button-next,
.section4 .page .swiper-button-prev {
  width: auto;
  height: auto;
  position: static;
}

.section5 {
  background: url("../images/case_bg.jpg") no-repeat center;
  background-size: cover;
}
.section5 .page {
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
}
.section5 .page .lf_box ._more {
  border: 1px solid black;
}
.section5 .page .lf_box .line {
  background: black;
  width: 200px;
  height: 2px;
  margin-top: 8%;
  margin-bottom: 18%;
}
.section5 .page .lf_box .summary {
  font-size: 18px;
  margin-bottom: 10%;
}
.section5 .page .rt_box .swiper-button-next:after,
.section5 .page .rt_box .swiper-button-prev:after {
  display: none;
}
.section5 .page .rt_box .swiper-button-next,
.section5 .page .rt_box .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  position: absolute;
  margin: 0;
}
.section5 .page .rt_box .swiper-button-next {
  right: 50%;
  left: unset;
  bottom: -82px;
  top: unset;
  margin-right: -22px;
}
.section5 .page .rt_box .swiper-button-prev {
  left: 50%;
  right: unset;
  top: -82px;
  bottom: unset;
  margin-left: -22px;
}
.section5 .page .rt_box .owl_youshi {
  position: relative;
}
.section5 .page .rt_box .owl_youshi .swiper-container {
  height: 242px;
}
.section5 .page .rt_box .owl_youshi .item {
  width: 320px;
}
.section5 .page .rt_box .owl_youshi .item .name {
  font-size: 18px;
  background: black;
  color: white;
  padding: 8px;
  text-align: center;
}
.section5 .page .center_box {
  height: 100%;
  display: flex;
  justify-content: center;
}
.section5 .page .center_box .duobianxing {
  position: relative;
  width: 707px;
  height: 686px;
}
.section5 .page .center_box .duobianxing .content .item {
  position: absolute;
  width: 155px;
  height: 62px;
  cursor: pointer;
}
.section5 .page .center_box .duobianxing .content .item .title {
  font-size: 22px;
}
.section5 .page .center_box .duobianxing .content .item .name {
  font-size: 22px;
  font-weight: bold;
}
.section5 .page .center_box .duobianxing .content .item ._after {
  display: block;
  background: url("../images/y1.png") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  content: '';
  position: absolute;
  transition: .5s;
}
.section5 .page .center_box .duobianxing .content .item ._before {
  display: block;
  background: url("../images/y2.png") no-repeat center;
  background-size: cover;
  width: 53px;
  height: 53px;
  content: '';
  position: absolute;
  opacity: 0;
  transition: .5s;
}
.section5 .page .center_box .duobianxing .content .item.on ._before {
  opacity: 1;
}
.section5 .page .center_box .duobianxing .content .item.on ._after {
  opacity: 0;
}
.section5 .page .center_box .duobianxing .content .item1 {
  right: 33px;
  top: 188px;
}
.section5 .page .center_box .duobianxing .content .item1 ._before {
  right: 62px;
  top: 42px;
}
.section5 .page .center_box .duobianxing .content .item1 ._after {
  right: 70px;
  top: 50px;
}
.section5 .page .center_box .duobianxing .content .item2 {
  right: -51px;
  top: 479px;
}
.section5 .page .center_box .duobianxing .content .item2 ._before {
  right: 89px;
  top: -8px;
}
.section5 .page .center_box .duobianxing .content .item2 ._after {
  right: 95px;
  top: 0;
}
.section5 .page .center_box .duobianxing .content .item3 {
  right: 7px;
  top: 681px;
}
.section5 .page .center_box .duobianxing .content .item3 ._before {
  right: 183px;
  top: -21px;
}
.section5 .page .center_box .duobianxing .content .item3 ._after {
  right: 194px;
  top: -13px;
}
.section5 .page .center_box .duobianxing .content .item4 {
  right: 528px;
  top: 680px;
  text-align: right;
}
.section5 .page .center_box .duobianxing .content .item4 ._before {
  right: -87px;
  top: -22px;
}
.section5 .page .center_box .duobianxing .content .item4 ._after {
  right: -81px;
  top: -12px;
}
.section5 .page .center_box .duobianxing .content .item5 {
  right: 681px;
  top: 465px;
  text-align: right;
}
.section5 .page .center_box .duobianxing .content .item5 ._before {
  right: -80px;
  top: 0px;
}
.section5 .page .center_box .duobianxing .content .item5 ._after {
  right: -72px;
  top: 10px;
}
.section5 .page .center_box .duobianxing .content .item6 {
  right: 613px;
  top: 220px;
  text-align: right;
}
.section5 .page .center_box .duobianxing .content .item6 ._before {
  right: -80px;
  top: 0px;
}
.section5 .page .center_box .duobianxing .content .item6 ._after {
  right: -61px;
  top: 10px;
}

.section6 {
  background: url("../images/case_bg2.jpg") no-repeat center;
  background-size: cover;
}
.section6 .page {
  display: block;
}
.section6 .page ._title {
  color: white;
}
.section6 .page .swiper-button-next:after,
.section6 .page .swiper-button-prev:after {
  display: none;
}
.section6 .page .btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0%;
  bottom: 26%;
}
.section6 .page .swiper-button-next,
.section6 .page .swiper-button-prev {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background: white;
  border-radius: 100%;
  position: absolute;
  background: #dddddd;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 28px;
  right: unset;
}
.section6 .page .swiper-button-next:hover,
.section6 .page .swiper-button-prev:hover {
  background: white;
}
.section6 .page .owl_case {
  padding-left: 150px;
  height: 100%;
  position: relative;
}
.section6 .page .owl_case > .swiper-container {
  height: 100%;
}
.section6 .page .owl_case .item {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.section6 .page .owl_case .item .pic_box {
  text-align: center;
  width: 74%;
  margin-left: 10%;
  position: relative;
}
.section6 .page .owl_case .item .pic_box .swiper-button-next2 {
  position: absolute;
  right: 0;
  left: unset;
}
.section6 .page .owl_case .item .pic_box .swiper-button-prev2 {
  position: absolute;
  left: -70px;
  right: unset;
}
.section6 .page .owl_case .item .pic_box .swiper-slide {
  transform: scale(0.7);
  overflow: inherit;
  width: 640px;
  transition: all 0.4s;
}
.section6 .page .owl_case .item .pic_box .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}
.section6 .page .owl_case .item .message_box {
  color: white;
  width: 16%;
}
.section6 .page .owl_case .item .message_box ._more {
  background: transparent;
  border: 1px solid white;
  color: white;
  margin-top: 2%;
}
.section6 .page .owl_case .item .message_box ._more img {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.section6 .page .owl_case .item .message_box .weizhi {
  font-size: 22px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-align: right;
  margin-bottom: 8%;
  padding-bottom: 10px;
  padding-right: 50px;
}
.section6 .page .owl_case .item .message_box .summary {
  font-size: 18px;
  line-height: 2;
  width: 272px;
  margin-bottom: 8%;
}
.section6 .page .owl_case .item .message_box .line {
  height: 2px;
  width: 210px;
  background: white;
  margin-bottom: 3%;
  margin-top: 3%;
}

.section7 .page {
  display: flex;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}
.section7 .page .lf_box .typelist {
  margin-top: 20%;
  width: 190px;
}
.section7 .page .lf_box .item {
  font-size: 22px;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.section7 .page .lf_box .item:last-child {
  margin-bottom: 0;
}
.section7 .page .lf_box .item:hover img, .section7 .page .lf_box .item.on img {
  display: block;
}
.section7 .page .lf_box .item img {
  margin-left: 20px;
  display: none;
  width: 50px;
}
.section7 .page .list {
  display: flex;
  justify-content: space-between;
}
.section7 .page .list .item {
  width: 30%;
}
.section7 .page .list .item .title {
  font-size: 22px;
  margin-bottom: 9%;
}
.section7 .page .list .item .title p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.section7 .page .list .item ._more {
  border: 1px solid black;
}
.section7 .page .list .item .addtime {
  font-size: 30px;
  color: #888888;
  font-weight: bold;
  margin-top: 7%;
  margin-bottom: 9%;
}
.section7 .page .list .item .summary {
  font-size: 16px;
  opacity: .8;
  margin-bottom: 16%;
}
.section7 .page .list .item .summary p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.section8 {
  height: auto !important;
}

.section8 .fp-tableCell {
  height: auto !important;
}

@media (max-width: 1600px) {
  .section2 .lf {
    padding: 0 110px;
  }

  .section2 .lf ._more {
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .section2 .lf .summary {
    margin-top: 8%;
  }

  .section3 .top_box .rt .summary {
    margin-bottom: 6%;
  }

  .section4 .page .bottom_box .bigpic {
    height: 59vh;
  }

  .section5 .page .center_box .duobianxing {
    width: 567px;
    height: 550px;
  }

  .section5 .page .center_box .duobianxing .content .item {
    padding-left: 28px;
  }

  .section6 .page .owl_case .item .pic_box img {
    max-width: 83%;
  }

  .section6 .page .owl_case .item .message_box ._more {
    margin-top: 18%;
  }

  .section6 .page .btn_list {
    bottom: 11%;
  }

  .section6 .page .owl_case .item .message_box .summary {
    width: 100%;
  }

  .section6 .page .swiper-slide {
    width: 1020px;
  }

  .section7 .page .list .item .title {
    font-size: 20px;
    margin-bottom: 7%;
  }

  .section7 .page .list .item .summary {
    font-size: 15px;
    margin-bottom: 12%;
  }

  .section7 .page .list .item .addtime {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 28px;
  }

  ._more {
    width: 171px;
    height: 43px;
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .section1 .content .banner_word1 {
    width: 544px;
  }

  .section1 .content .banner_pic {
    width: 510px;
  }

  .section5 .page .center_box .duobianxing {
    top: -52px;
  }

  .section5 .page .center_box {
    overflow: hidden;
  }

  .section6 .page .owl_case .item .pic_box img {
    max-width: 75%;
  }

  .section7 .page .list .item .title {
    font-size: 17px;
  }

  .section7 .page .list .item .addtime {
    font-size: 26px;
  }

  .section3 .top_box .rt .youshi .item {
    padding: 10px;
  }

  .section2 .lf {
    padding: 0 60px;
  }

  .section3 .top_box .rt .summary {
    font-size: 20px;
  }

  .section3 .top_box .rt {
    padding: 0 60px;
  }

  .section2 .lf .summary {
    margin-top: 4%;
  }

  ._title {
    font-size: 22px;
  }

  .section5 .page .rt_box .owl_youshi .item {
    width: 250px;
  }

  .section5 .page .rt_box .owl_youshi .swiper-container {
    height: 200px;
  }

  .section7 .page {
    padding: 0 60px;
  }

  .section7 .page .list .item .title p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .section7 .page .list .item .summary p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
}
@media (max-width: 768px) {
  .section2 .lf .summary {
    margin-top: 30px;
  }

  .section2 .rt {
    height: 300px;
    width: 100%;
  }

  .section2 .lf .youshi .item .num p {
    font-size: 30px;
  }

  .section2 .lf .youshi .item .title {
    font-size: 16px;
  }

  .section2 .lf .youshi {
    justify-content: center;
  }

  .section2 .lf .youshi .item:first-child {
    margin-right: 30px;
    padding-right: 30px;
  }

  ._more {
    font-size: 14px;
    margin: 15px auto;
    border-radius: 0;
  }

  ._title {
    font-size: 22px;
    text-align: center;
  }

  .section2 .lf ._more {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .section2 .rt img {
    width: 70px;
    height: 70px;
  }

  .page {
    display: block;
    height: auto;
    width: auto;
  }

  .section2 .lf {
    padding-left: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 15px;
  }

  .section3 .top_box .rt {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section3 .top_box .lf {
    display: none;
  }

  .section4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section3 .top_box .rt .summary {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .section3 .top_box .rt .youshi .item {
    padding: 10px;
  }

  .section3 .bottom {
    display: none;
  }

  .section4 .page .top_box {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .section4 .page .top_box .typename {
    float: none;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
  }

  .section4 .page ._title {
    float: none;
  }

  .section4 .page .top_box .typename .item {
    width: 48%;
    border: 1px solid white;
    margin: 0;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    padding: 8px 5px;
    float: left;
  }
  .section4 .page .top_box .typename .item:nth-child(2n) {
    float: right;
  }

  .section4 .page .btn_list {
    display: none;
  }

  .section4 .page .bottom_box #owl_goods .item .se {
    position: static;
  }

  .section4 .page .bottom_box .bigpic {
    display: none;
  }

  .section5 .page {
    padding: 0 15px;
    display: block;
  }

  .section5 .page .lf_box .line {
    display: none;
  }

  .section5 .page .center_box .duobianxing {
    width: 100%;
    height: auto;
    position: static;
  }

  .section5 .page .center_box .duobianxing .content .item {
    position: static;
  }

  .section5 .page .rt_box .owl_youshi .item {
    width: 100%;
  }

  .section5 .page .rt_box .owl_youshi .swiper-container {
    height: auto;
  }

  .section7 .page {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section6 .page .owl_case .item .message_box .line {
    margin: 20px auto;
  }

  .section7 .page .list {
    display: block;
    width: 100%;
    float: none;
  }

  .section6 .page .owl_case .item .message_box ._more {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .section7 .page .lf_box {
    margin-bottom: 30px;
  }

  .section7 .page .list .item {
    width: 100%;
  }

  .section5 .page .lf_box .summary {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
  }

  .section7 .page .lf_box .typelist {
    display: none;
  }

  .section5 {
    background: white;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section5 .page .center_box .duobianxing .content .item ._after {
    display: none;
  }

  .section5 .page .center_box .duobianxing .content .item ._before {
    display: none;
  }

  .section5 .page .center_box .duobianxing .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }

  .section5 .page .center_box .duobianxing .content .item {
    width: 30%;
    text-align: center !important;
    padding: 0;
    height: 75px;
    margin-bottom: 15px;
  }

  .section5 .page .rt_box .swiper-button-next,
  .section5 .page .rt_box .swiper-button-prev {
    display: none;
  }

  .section5 .page .center_box .duobianxing .content .item .name {
    font-size: 18px;
  }

  .section5 .page .center_box .duobianxing .content .item .title {
    font-size: 18px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .section6 .page .owl_case {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section6 .page .owl_case .item .message_box {
    width: 100%;
  }

  .section6 .page .owl_case .item {
    display: block;
    padding: 15px;
  }

  .section6 .page .owl_case .swiper-container {
    height: auto;
  }

  .section6 .page .owl_case .item .message_box .weizhi {
    font-size: 18px;
    padding-right: 0;
  }

  .section6 .page .btn_list {
    display: none;
  }

  .section6 .page .owl_case .item .pic_box img {
    max-width: 100%;
  }

  .section6 .page .swiper-slide {
    transform: scale(1);
    width: 100%;
  }

  .section6 .page .owl_case .item .message_box .summary {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .section4 .page .bottom_box #owl_goods .item .xinghao {
    font-size: 27px;
  }

  .section5 .page .rt_box {
    float: none;
  }

  .section4 .page .bottom_box {
    display: block;
  }

  .section5 .page .rt_box .owl_youshi .item .pic img {
    width: 100%;
  }

  .section4 .page .bottom_box #owl_goods .item {
    text-align: center;
  }
}

/*# sourceMappingURL=index.css.map */
