@charset "UTF-8";
._title {
  color: #5b5e66;
  text-align: center;
  margin-bottom: 70px;
}
._title p {
  font-size: 35px;
  text-transform: uppercase;
}
._title h5 {
  font-size: 35px;
}

/*owl_goods*/
.product {
  margin-bottom: 190px;
  margin-top: 150px;
}
.product .typename {
  display: flex;
  align-items: center;
  color: white;
  font-size: 25px;
  padding-left: 18px;
  position: absolute;
  left: 0;
  top: 43px;
}
.product .typename img {
  margin-right: 5px;
  width: 22px;
}
.product .goodslist {
  position: relative;
  display: none;
}
.product .goodslist .kuai {
  width: 370px;
  height: 500px;
  background: #415285;
  position: absolute;
  left: -37px;
  top: 10px;
}
.product .typelist {
  margin-bottom: 50px;
}
.product .typelist ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .typelist ul li a {
  display: block;
  font-size: 25px;
  color: #5b5e66;
  padding: 5px 10px;
  border-radius: 5px;
  color: #5b5e66;
}
.product .typelist ul li.on a, .product .typelist ul li:hover a {
  background: #f59c34;
  color: white;
}
.product .owl_goods {
  padding-bottom: 15px;
  padding-top: 90px;
  position: relative;
}
.product .owl_goods .item {
  background: white;
  color: #5b5e66;
  box-shadow: 0px 0px 13px 0px rgba(127, 127, 127, 0);
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
}
.product .owl_goods .item .message {
  padding: 15px;
  text-align: left;
}
.product .owl_goods .item .title {
  font-size: 25px;
  margin-bottom: 5px;
}
.product .owl_goods .item .tsn {
  font-size: 14px;
}
.product .owl_goods .item:hover {
  background: #f59c34;
  color: white;
}
.product .owl-theme .owl-controls {
  bottom: 93%;
}
.product .owl-theme .owl-controls .owl-buttons div {
  width: 39px;
  height: 41px;
  border: 0;
  opacity: 1;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
  right: 77px;
}
.product .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}
.product .owl-carousel .owl-item.active .item {
  box-shadow: 0px 0px 13px 0px rgba(127, 127, 127, 0.13) !important;
}

/*youshi*/
.youshi {
  background: url(../images/youshi.jpg) no-repeat center;
  background-size: cover;
  padding-top: 97px;
  padding-bottom: 98px;
  color: white;
}
.youshi ._title2 {
  text-align: center;
}
.youshi ._title2 p {
  font-size: 40px;
}
.youshi ._title2 h5 {
  font-size: 15px;
  font-weight: unset;
}
.youshi .content {
  position: relative;
}
.youshi .content .youshi_pic {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 10px;
}
.youshi .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
.youshi .list .item {
  text-align: right;
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 125px;
  margin-bottom: 66px;
}
.youshi .list .item .num {
  margin-left: 10px;
}
.youshi .list .item .title {
  font-size: 30px;
}
.youshi .list .item .summary {
  font-size: 15px;
}
.youshi .list .item:nth-child(3), .youshi .list .item:nth-child(4) {
  margin-bottom: 0;
}
.youshi .list .item:nth-child(2n) {
  padding-left: 125px;
  float: right;
  text-align: left;
  justify-content: flex-start;
}
.youshi .list .item:nth-child(2n) .num {
  margin-left: 0px;
  margin-right: 10px;
}

/*about*/
.about {
  margin: 150px 0;
}
.about .content {
  text-align: center;
  color: #5b5e66;
}
.about .content h5 {
  font-size: 28px;
  margin-bottom: 10px;
}
.about .content .summary {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 30px;
  line-height: 2;
}
.about .content .more {
  font-size: 14px;
  color: #f59c34;
  border: 1px solid #f59c34;
  padding: 5px 15px;
  display: inline-block;
  float: left;
  transition: .5s;
}
.about .content .more:hover {
  background: #f59c34;
  color: white;
}
.about .owl_about {
  margin-bottom: 30px;
  width: 1200px;
  height: 400px;
}
.about .owl_about .slide-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about .owl_about .slide-carousel .item-list {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.about .owl_about .slide-carousel .item-list li .item-content {
  width: 100%;
  height: 100%;
}
.about .owl_about .slide-carousel .item-list li .item-content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.about .owl_about .slide-carousel .item-list li .item-content a:after {
  background: rgba(65, 82, 133, 0.6);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.about .owl_about .slide-carousel .item-list li .item-content a .cover-img {
  width: 100%;
  height: 100%;
}
.about .owl_about .slide-carousel .indicator-list {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -63px;
  z-index: 100;
}
.about .owl_about .slide-carousel .indicator-list a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
  margin-left: 5px;
}
.about .owl_about .slide-carousel .indicator-list a.selected {
  border-color: #ff6700;
  background-color: #5fff92;
}
.about .owl_about .slide-carousel .controls {
  opacity: 0;
}
.about .owl_about .slide-carousel .controls a {
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  color: #fff;
  font-size: 35px;
  z-index: 2;
}
.about .owl_about .slide-carousel .controls .item-prev {
  top: 50%;
  left: 60px;
  margin-top: -42px;
}
.about .owl_about .slide-carousel .controls .item-next {
  top: 50%;
  right: 60px;
  margin-top: -42px;
}
.about .owl_about .slide-carousel .desc {
  height: 72px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.about .owl_about .slide-carousel .desc strong {
  color: #fff;
  font-size: 20px;
  line-height: 72px;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about .owl_about .slide-carousel:hover .controls {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.about .owl_about .slide-carousel {
  margin-bottom: 20px;
}
.about .owl_about .slide-3d .desc {
  display: none;
}
.about .owl_about .slide-3d .item-list li {
  width: 750px;
  height: 380px;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.about .owl_about .slide-3d .item-list li.item0 {
  transform: translate3d(-225px, 0, 0) scale(0.8);
}
.about .owl_about .slide-3d .item-list li.item1 {
  transform: translate3d(0, 0, 0) scale(0.8);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 2;
}
.about .owl_about .slide-3d .item-list li.item2 {
  transform: translate3d(225px, 0, 0) scale(1);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 3;
}
.about .owl_about .slide-3d .item-list li.item3 {
  transform: translate3d(450px, 0, 0) scale(0.8);
  transform-origin: 100% 50%;
  opacity: 1;
  z-index: 2;
}
.about .owl_about .slide-3d .item-list li.item4 {
  transform: translate3d(675px, 0, 0) scale(0.8);
}
.about .owl_about .slide-3d .item-list li.item5 {
  transform: translate3d(900px, 0, 0) scale(0.8);
}
.about .owl_about .slide-3d .item-list li.item6 {
  transform: translate3d(1125px, 0, 0) scale(0.8);
}
.about .owl_about .slide-3d .item-list li.item7 {
  transform: translate3d(1350px, 0, 0) scale(0.8);
}
.about .owl_about .slide-3d .item-list li.item8 {
  transform: translate3d(1575px, 0, 0) scale(0.8);
}
.about .owl_about .slide-3d .item-list li.item9 {
  transform: translate3d(1800px, 0, 0) scale(0.8);
}
.about .glyphicon-menu-left:before,
.about .glyphicon-menu-right:before {
  display: none;
}

.about .owl_about .slide-carousel .item-list li.item2 .item-content a:after {
  display: none;
}

/*hezuo*/
.hezuo {
  background: url("../images/hezuo.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 180px;
  padding-top: 150px;
}
.hezuo .content {
  color: white;
}
.hezuo .content .word p {
  font-size: 40px;
}
.hezuo .content .word span {
  font-size: 30px;
}
.hezuo .content .call {
  margin-top: 80px;
  background: #f59c34;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 300px;
  height: 50px;
}
.hezuo .content .call .pic {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 10px;
  margin-right: 10px;
}
.hezuo .content .call .pic img {
  width: 37px;
}
.hezuo .content .call p {
  font-size: 30px;
}

/*新闻*/
.news {
  padding-bottom: 50px;
  padding-top: 80px;
}
.news .top_title {
  margin-bottom: 65px;
  display: flex;
  align-items: flex-end;
}
.news .top_title p {
  font-size: 22px;
}
.news .top_title span {
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 10px;
}
.news .list {
  margin-bottom: 50px;
  border-top: 1px solid gainsboro;
}
.news .list .item {
  padding: 40px;
  border-left: 1px solid gainsboro;
}
.news .list .item .title {
  font-size: 18px;
  margin-bottom: 40px;
}
.news .list .item .summary {
  font-size: 14px;
  opacity: .4;
  margin-bottom: 40px;
}
.news .list .item .pic {
  text-align: center;
}
.news .list .item:last-child {
  border-right: 1px solid gainsboro;
}
.news .more {
  background: black;
  color: white;
  width: 154px;
  height: 39px;
  font-size: 30px;
  margin: 0 auto;
  transition: .5s;
}
.news .more:hover {
  background: #f59c34;
  color: white;
}

@media (max-width: 1450px) {
  ._title p, ._title h5 {
    font-size: 30px;
  }

  .product, .about {
    margin: 100px 0;
  }

  .hezuo .content .word span {
    font-size: 25px;
  }

  .hezuo .content .word p {
    font-size: 30px;
  }

  .hezuo {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  ._title p, ._title h5 {
    font-size: 18px;
  }

  .product,
  .about {
    padding: 0 15px;
    margin: 50px 0;
  }

  .product .typelist ul {
    display: block;
  }

  .product .typelist ul li {
    width: 48%;
    float: left;
    margin-bottom: 4%;
  }
  .product .typelist ul li:nth-child(2n) {
    float: right;
  }

  .product .typelist ul li a {
    font-size: 16px;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 0;
  }

  .product .goodslist .kuai,
  .youshi .content .youshi_pic,
  .product .typename {
    display: none;
  }

  .product .owl_goods .item .title {
    font-size: 14px;
  }

  .product .owl_goods .item .tsn {
    font-size: 12px;
  }

  .product .swiper-button-prev {
    right: unset;
    left: 0;
  }

  .product .swiper-button-next, .product .swiper-button-prev {
    margin: 0;
    right: 0;
    top: 150px;
  }

  .product .owl_goods {
    padding: 0;
  }

  .youshi .list {
    display: block;
    margin-top: 45px;
  }

  .youshi .list .item {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px !important;
  }

  .youshi .list .item .num {
    display: none;
  }

  .youshi .list .item:nth-child(2n) {
    padding-left: 0;
  }

  .youshi {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .youshi ._title2 p {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .youshi .list .item .title {
    font-size: 16px;
  }

  .youshi .list .item .summary {
    font-size: 14px;
  }

  .product .typelist {
    margin-bottom: 30px;
  }

  .youshi .list .item .num2 {
    width: 30px;
    margin-right: 10px;
  }

  .about .owl_about .slide-3d .item-list li {
    width: 100% !important;
    height: auto !important;
    position: static;
    opacity: 1;
    float: none;
    transform: unset !important;
  }

  .about .owl_about .slide-carousel .item-list li .item-content a:after {
    display: none;
  }

  .about .owl_about {
    width: 100%;
    height: auto;
  }

  .about .owl_about .slide-carousel .controls {
    display: none;
  }

  .about .content .summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
  }

  .about .content .more {
    float: none;
  }

  .about .content h5 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .hezuo {
    padding: 55px 15px;
  }

  .hezuo .content .word p, .hezuo .content .word span {
    font-size: 22px;
  }

  .hezuo .content .call .pic img {
    width: 25px;
  }

  .hezuo .content .call p {
    font-size: 20px;
  }

  .hezuo .content .call {
    width: 215px;
    margin-top: 35px;
  }

  .news .top_title {
    display: none;
  }

  .news {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .news .list .item {
    padding: 20px;
    display: none;
    border: 1px solid gainsboro;
  }
  .news .list .item:first-child {
    display: block;
  }

  .news .list {
    border-top: 0;
  }

  .news .list .item .title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .news .list .item .summary {
    margin-bottom: 15px;
  }

  .news .more {
    margin-top: 20px;
  }

  ._title {
    margin-bottom: 40px;
  }

  .product .owl-theme .owl-controls {
    bottom: -9%;
  }

  .product .owl-carousel .owl-item {
    padding: 5px;
  }

  .product .goodslist {
    margin-bottom: 50px;
  }

  .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #5b5e66;
  }
}

/*# sourceMappingURL=index.css.map */
