.bg {
  background: url("../images/bg.jpg") no-repeat center;
}

._title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
._title .message {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
._title .message .line {
  background: black;
  height: 1px;
  width: 200px;
}
._title .message p {
  font-size: 21px;
  color: black;
  margin: 0 20px;
}

/*news*/
.news {
  padding-top: 100px;
}
.news .top_title {
  margin-bottom: 35px;
}
.news .top_title .typename {
  font-size: 24px;
}
.news .top_title .more {
  font-size: 16px;
}
.news .news_pic {
  margin-bottom: 30px;
  display: block;
}
.news .item .top {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: black;
  margin-bottom: 17px;
}
.news .item .top .dian {
  border-bottom: 1px dashed black;
  flex: 1;
  margin: 0 10px;
}
.news .item .bottom {
  font-size: 14px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #999999;
  color: #999999;
}
.news .item:hover .bottom {
  color: #ffb824;
}
.news .item:hover .top {
  color: #ffb824;
}
.news .item:hover .top .dian {
  border-bottom: 1px dashed #ffb824;
}
.news .lf {
  padding-right: 20px;
}
.news .rt {
  padding-left: 20px;
}
.news .rt .top_title {
  border-bottom: 1px solid #ffb824;
  margin-bottom: 18px;
  padding-bottom: 30px;
}
.news .rt .top_title .typename {
  position: relative;
}
.news .rt .top_title .typename:after {
  content: '';
  width: 20px;
  height: 18px;
  background: url("../images/sanjiao.png") no-repeat center;
  background-size: cover;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -30px;
}
.news .rt .top_title .typename:hover, .news .rt .top_title .typename.on {
  color: #ffb824;
}
.news .rt .top_title .typename:hover:after, .news .rt .top_title .typename.on:after {
  display: block;
}
.news .rt .list {
  display: none;
}
.news .content {
  margin-bottom: 130px;
}

/*youshi*/
.youshi {
  padding-top: 100px;
}
.youshi .top .item {
  padding: 0 30px;
  margin-bottom: 60px;
}
.youshi .top .item .title {
  display: flex;
  align-items: center;
}
.youshi .top .item .title img {
  margin: 0 5px;
}
.youshi .top .item .summary {
  line-height: 2;
  margin-top: 20px;
  font-size: 16px;
  color: #697064;
}
.youshi .bottom {
  position: relative;
  z-index: 4;
}
.youshi .icon_list {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.youshi .icon_list li {
  padding-right: 53px;
  position: relative;
}
.youshi .icon_list li:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 39px;
  margin-top: -20px;
  background: url("../images/dashed.png") no-repeat center;
  background-size: cover;
}
.youshi .icon_list li:last-child {
  padding-right: 0;
}
.youshi .icon_list li:last-child:after {
  display: none;
}
.youshi .rt {
  padding-left: 120px;
}
.youshi .rt .item {
  padding: 44px 13px 55px 13px;
  margin: 0 10px;
  border-radius: 20px;
}
.youshi .rt .item:hover {
  background: #ffb824;
}
.youshi .rt .item:hover .name {
  color: white;
}
.youshi .rt .item:hover .pic .pic2 {
  display: block;
}
.youshi .rt .item:hover .pic .pic1 {
  display: none;
}
.youshi .rt .name {
  color: black;
  font-size: 14px;
  margin-top: 5px;
}
.youshi .rt .pic {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youshi .rt .pic .pic1 {
  display: block;
}
.youshi .rt .pic .pic2 {
  display: none;
}

.bg2 {
  margin-top: -218px;
  position: relative;
  z-index: 3;
}

/*goods*/
.goods {
  position: relative;
  background: url("../images/goods_bg.jpg") no-repeat center;
  background-size: cover;
  height: 1400px;
  margin-top: -310px;
  padding-top: 400px;
}
.goods .more {
  border-radius: 100%;
  color: white;
  font-size: 20px;
  background: #ffb824;
  width: 103px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  margin-left: -51px;
  bottom: 130px;
  z-index: 1;
}
.goods .owl_goods .item {
  display: flex;
  align-items: center;
  margin-bottom: 108px;
}
.goods .owl_goods .item .pic {
  width: 300px;
}
.goods .owl_goods .item .message {
  flex: 1;
  top: -12px;
  left: -65px;
  position: relative;
}
.goods .owl_goods .item .message .title {
  font-size: 22px;
  color: #3c3201;
  margin-bottom: 30px;
}
.goods .owl_goods .item .message .summary {
  color: #868478;
  font-size: 14px;
}
.goods .swiper-slide .item {
  padding-right: 100px;
}
.goods .swiper-slide:nth-child(2n) .item {
  padding-right: 0;
  padding-left: 153px;
}
.goods .swiper-button-next,
.goods .swiper-button-prev {
  pointer-events: unset;
  margin-top: 86px;
  width: auto;
  height: auto;
  background: none;
  cursor: pointer;
  opacity: 1;
  z-index: 333;
}
.goods .swiper-button-prev {
  left: 50%;
  margin-left: -197px;
}
.goods .swiper-button-next {
  left: 50%;
  margin-left: 175px;
}
.goods .pinpai .content .lf img {
  max-width: 87%;
}
.goods .pinpai .content .rt ul {
  margin-left: -7px;
}

/*pinpai*/
.pinpai {
  padding-top: 160px;
  background: url("../images/zhengshu_bg.png") no-repeat top;
  background-size: cover;
  padding-bottom: 130px;
  margin-top: -197px;
  position: relative;
  height: 1870px;
}
.pinpai .content {
  display: flex;
  align-items: center;
}
.pinpai .content .rt {
  display: flex;
  align-items: center;
}
.pinpai .content .rt .pic {
  position: relative;
}
.pinpai .content .rt ul {
  margin-left: -3px;
}
.pinpai .content .rt ul li .title {
  margin-bottom: 25px;
  background: #ffb824;
  color: white;
  font-size: 20px;
  padding: 15px 30px;
  text-align: center;
  display: inline-block;
}
.pinpai .content .rt ul li .summary {
  padding-left: 30px;
  font-size: 16px;
  color: #868478;
  margin-bottom: 40px;
  line-height: 2;
}
.pinpai .owl_zhengshu {
  margin-top: 600px;
}
.pinpai .owl_zhengshu .item {
  text-align: center;
}

@media (max-width: 1450px) {
  .news .item .bottom {
    padding-bottom: 15px;
    margin-bottom: 17px;
  }

  .news .content {
    margin-bottom: 80px;
  }

  .youshi {
    padding-top: 60px;
  }

  .youshi .bottom {
    top: -35px;
  }

  .youshi .icon_list li {
    padding-right: 26px;
  }

  .goods .owl_goods .item .pic {
    width: 270px;
  }

  .goods .owl_goods .item {
    margin-bottom: 76px;
    padding-right: 86px;
  }

  .goods .swiper-slide:nth-child(2n) .item {
    padding-left: 142px;
  }

  .goods .owl_goods .item .message .title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .goods .owl_goods .item .message .summary {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  .youshi .bottom {
    top: -55px;
  }

  .goods {
    background-size: 123%;
  }

  .goods .swiper-slide:nth-child(2n) .item {
    padding-left: 121px;
  }

  .pinpai {
    margin-top: -275px;
  }

  .goods .more {
    bottom: 209px;
  }
}
@media (max-width: 768px) {
  ._title .message {
    margin-top: 9px;
  }

  ._title .message p {
    font-size: 16px;
  }

  ._title .message .line {
    width: 55px;
  }

  ._title img {
    max-width: 34%;
  }

  .news .rt {
    display: none;
  }

  .news .top_title {
    display: none;
  }

  .news .lf {
    padding-right: 0;
  }

  .news .item .top .title,
  .news .item .top .addtime {
    font-size: 14px;
  }

  .news .item .top {
    margin-bottom: 8px;
  }

  .news .news_pic {
    margin-bottom: 15px;
  }

  ._title {
    margin-bottom: 25px;
  }

  .news .content {
    margin-bottom: 30px;
  }

  .youshi .top .item .summary {
    font-size: 12px;
    margin-top: 12px;
  }

  .youshi .top .item .title img {
    max-width: 29%;
  }

  .youshi .top .item .title img._icon {
    max-width: 6%;
  }

  .youshi .top .item {
    padding: 0px;
    margin-bottom: 25px;
    float: none;
  }

  .youshi {
    padding-top: 25px;
  }

  .youshi .icon_list {
    display: none;
  }

  .youshi .rt {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .youshi .bottom {
    position: relative;
    top: 0;
  }

  .bg2 {
    margin-top: -62px;
  }

  .youshi .rt ul {
    display: flex;
    justify-content: space-around;
  }

  .youshi .rt .item {
    padding: 0;
  }

  .youshi .rt .item:hover {
    background: none;
  }

  .goods {
    padding-bottom: 66px;
    height: auto;
    margin-top: -79px;
    padding-top: 150px;
    background: url("../images/wap_goods_bg.jpg") no-repeat center;
    background-size: cover;
  }

  .goods .owl_goods .item {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .news {
    padding-top: 50px;
  }

  .goods .owl_goods .item .message {
    position: static;
  }

  .pinpai {
    margin-top: -31px;
    padding-top: 80px;
    background: url("../images/wap_zhengshu_bg.png") no-repeat top;
    background-size: cover;
    background-size: 106%;
    height: auto;
    padding-bottom: 50px;
  }

  .goods .swiper-slide:nth-child(2n) .item {
    padding-left: 0;
    padding-right: 0;
  }

  .goods .more {
    position: static;
    margin: 20px 0;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 auto;
    width: 113px;
    height: auto;
    text-align: center;
  }

  .goods .swiper-button-prev {
    left: 0;
    margin-left: 0;
  }

  .goods .swiper-button-next {
    left: unset;
    margin-left: 0;
    right: 0;
  }

  .goods .swiper-button-next, .goods .swiper-button-prev {
    top: 12%;
  }

  .pinpai .content .rt ul {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pinpai .content .rt ul li .title {
    font-size: 16px;
    padding: 9px 15px;
    margin-bottom: 13px;
  }

  .pinpai .content .rt ul li .summary {
    font-size: 12px;
    margin-bottom: 24px;
    padding-left: 0;
  }

  .pinpai .content .rt {
    display: block;
    float: none;
  }

  .pinpai .container2 {
    padding-left: 0;
    padding-right: 0;
  }

  .pinpai .content .rt .pic {
    max-width: 84%;
  }

  .pinpai .owl_zhengshu {
    margin-top: 342px;
  }
}

/*# sourceMappingURL=index.css.map */
