.center_bg {
  background: url("../images/goods_bg.jpg") no-repeat center;
  background-size: cover;
}

/*goods*/
.goods {
  padding-top: 95px;
}

/*about*/
.about {
  margin-top: 275px;
}
.about .content {
  text-align: right;
  position: relative;
  overflow: visible;
  margin-bottom: 122px;
}
.about .content .message_box {
  text-align: left;
  width: 560px;
  background: white;
  position: absolute;
  left: -50px;
  bottom: 0px;
  z-index: 2;
  padding: 50px;
  box-shadow: 1.627px 3.654px 10px 0px rgba(0, 0, 0, 0.31);
}
.about .content .message_box .summary {
  color: #606060;
  line-height: 2;
  font-size: 15px;
  margin: 20px 0;
  margin-top: 7px;
}
.about .content .message_box .title {
  display: flex;
  align-items: flex-end;
}
.about .content .message_box .title p {
  font-size: 34px;
  font-weight: inherit;
}
.about .content .message_box .title span {
  margin-left: 20px;
  color: #c3c3c3;
  font-size: 24px;
}
.about .content .pic {
  position: relative;
  z-index: 1;
  right: -40px;
}

/*youshi*/
.youshi {
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-attachment: fixed;
  height: 550px;
}
.youshi .content {
  display: flex;
  align-items: center;
  position: relative;
  top: 55px;
}
.youshi .content .lf {
  flex: 1;
}
.youshi .content .rt {
  padding: 5px;
}
.youshi .content .rt img {
  box-shadow: -0.422px 3.394px 9px -5px rgba(0, 0, 0, 0.57);
}
.youshi .content .item {
  padding: 44px 30px;
  float: left;
  width: 345px;
  background: white;
  box-shadow: -0.422px 3.394px 9px -5px rgba(0, 0, 0, 0.57);
  margin: 7px;
}
.youshi .content .item .title {
  font-size: 19px;
  color: #101010;
  margin-bottom: 19px;
  font-weight: bold;
}
.youshi .content .item .summary {
  font-size: 14px;
  color: #525252;
  line-height: 2;
}
.youshi .content .item .pic {
  margin-bottom: 30px;
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*news*/
.news {
  padding-top: 235px;
  padding-bottom: 65px;
}
.news ._more {
  margin: 0 auto;
}
.news .swiper-button-prev {
  left: -36px;
}
.news .swiper-button-next {
  right: -43px;
}
.news .owl_news {
  margin-bottom: 50px;
  position: relative;
}
.news .owl_news .item {
  background: #f4f4f4;
  display: flex;
  align-items: center;
}
.news .owl_news .item .message {
  padding-left: 58px;
  padding-right: 40px;
  flex: 1;
}
.news .owl_news .item .message .more {
  color: #e4401e;
  font-size: 16px;
  color: white;
}
.news .owl_news .item .message .summary {
  font-size: 16px;
  color: #838383;
  line-height: 2;
  margin-bottom: 50px;
}
.news .owl_news .item .message .title {
  color: black;
  font-size: 22px;
  margin-bottom: 25px;
}
.news .owl_news .item .message .addtime {
  font-size: 19px;
  color: #e4401e;
}
.news .owl_news .owl_btn {
  background: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .goods {
    padding: 0 15px;
    padding-top: 35px;
  }

  .about .content .message_box {
    width: 100%;
    float: none;
    padding: 15px;
    position: static;
  }

  .about .content {
    margin-bottom: 90px;
    text-align: center;
  }

  .about {
    margin-top: 22px;
    padding-bottom: 0px;
  }
  .about ._more {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .about .line {
    margin: 0 auto;
    display: block;
    max-width: 43%;
  }

  .about .content .message_box .summary {
    font-size: 14px;
    margin-top: 15px;
  }

  .about .content .message_box .title {
    display: block;
    text-align: center;
  }

  .about .content .message_box .title span {
    margin-left: 0;
    font-size: 16px;
    margin-top: 2px;
    display: block;
    margin-bottom: 5px;
  }

  .about .content .message_box .title p {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .youshi {
    padding: 0 15px;
    height: auto;
  }

  .youshi .content .item {
    width: 42vw;
    height: 224px;
    padding: 15px;
  }
  .youshi .content .item:nth-child(2n) {
    float: right;
  }

  .youshi .content {
    display: block;
    position: static;
    padding: 20px 0;
  }
  .youshi .content > div {
    float: none;
    clear: both;
    overflow: hidden;
    content: '';
  }

  .youshi .content .rt {
    margin-top: 4px;
  }

  .youshi .content .item .title {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .youshi .content .item .pic {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }

  .youshi .content .item .summary {
    font-size: 12px;
  }

  .news {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .news .owl_news .item {
    display: block;
  }

  .news .owl_news .item .message {
    padding: 15px;
  }

  .news .owl_news .item .message .title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .news .owl_news .item .message .summary {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .news .owl_news .item .message .addtime {
    font-size: 14px;
  }

  .news .owl_news .item .message .more {
    font-size: 14px;
    text-align: center;
  }

  .news .owl_news {
    margin-bottom: 30px;
  }

  .news .owl_news .owl_btn {
    display: none;
  }

  .about .content .pic {
    position: static;
  }
}

/*# sourceMappingURL=index.css.map */
