.shipin_box video {
  width: 100%;
  height: calc(100vh - 130px);
  margin: 0 auto;
}

/*.shipin_box{
   position: fixed;
   width: 100vw;
   height: 100vh;
   left: 0;
   top: 0;
   z-index: 333;
   background: rgba(0,0,0,0.8);
   display: none;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   &.on{
      display: flex;
   }
   #iframe_box{
      display: flex;
      align-items: center;
      justify-content: center;
   }
   iframe{
      width: 1000px;
      height: 600px;
      margin: 0 auto;
   }
   video{
      width: 1000px;
      height: 600px;
      margin: 0 auto;
   }
}*/
.banner {
  position: relative;
  z-index: 1;
}
.banner.owl-theme .owl-controls .owl-page.active span, .banner.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #6c4a2d;
}

.banner_box {
  position: relative;
}
.banner_box .wenzi {
  text-align: center;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
  z-index: 33;
  color: white;
}
.banner_box .wenzi {
  text-align: center;
}
.banner_box .wenzi h3 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner_box .wenzi p {
  display: inline-block;
  font-size: 22px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 8px;
  padding-bottom: 8px;
}

._more {
  color: white;
  background: #6c4a2d;
  font-size: 14px;
  border-radius: 20px;
  width: 144px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: .5s;
}
._more:hover {
  color: white;
  width: 180px;
}

._title .name {
  font-size: 36px;
  color: #272626;
}
._title .line {
  background: #6c4a2d;
  width: 70px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 15px;
}
._title .summary {
  font-size: 16px;
  color: #272626;
}

/*about*/
.about {
  margin-bottom: 65px;
}
.about .container2 {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  /*background: url("../images/about_pic.jpg") no-repeat center left;*/
}
.about .lf {
  text-align: left;
}
.about .lf video {
  width: 100%;
  margin: 0 auto;
}
.about .rt {
  text-align: right;
  float: right;
}
.about ._more {
  float: right;
}
.about .title {
  font-size: 36px;
  color: #272626;
}
.about .line {
  background: #6c4a2d;
  width: 70px;
  height: 3px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.about .summary {
  font-size: 14px;
  color: #959595;
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
  width: 85%;
  margin-left: auto;
}
.about .summary p {
  text-indent: 2em;
}
.about .p {
  margin-bottom: 60px;
  font-size: 16px;
  color: #272626;
  text-transform: capitalize;
}

/*fenlei*/
.fenlei {
  margin: 0 auto;
  margin-bottom: 110px;
}
.fenlei .content {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.fenlei .content .item {
  position: relative;
  /* border: 8px solid white; */
  box-shadow: 0px 1px 10px #eaeaea;
  margin: 7px;
}
.fenlei .content .item .pic {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
.fenlei .content .item .message {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
  z-index: 2;
  width: 100%;
  padding: 20px;
  content: '';
  overflow: hidden;
  clear: both;
}
.fenlei .content .item .message .jia {
  float: left;
  display: none;
}
.fenlei .content .item .message .name_box {
  float: right;
  width: 145px;
  text-align: right;
}
.fenlei .content .item .message .name_box .name {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.fenlei .content .item .message .name_box p {
  font-size: 14px;
  color: black;
}
.fenlei .content .item:hover .message {
  background: #6c4a2d;
}
.fenlei .content .item:hover .message .name_box .name {
  color: white;
}
.fenlei .content .item:hover .message .name_box p {
  color: white;
}
.fenlei .content .item:hover .message .jia {
  display: block;
}

/*youshi*/
.youshi .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.youshi .list .item {
  width: 30%;
  text-align: center;
}
.youshi .list .item .pic {
  text-align: center;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.youshi .list .item .name {
  margin-bottom: 25px;
  color: black;
  font-size: 18px;
}
.youshi .list .item .summary {
  font-size: 14px;
  color: #bcbcbc;
  line-height: 2;
}

/*poster*/
.poster {
  background: url("../images/poster_bg2.jpg") no-repeat center;
  background-size: cover;
  height: 565px;
  color: white;
  padding-top: 124px;
  text-align: left;
  margin-bottom: 180px;
  margin-top: 100px;
}
.poster .rt {
  margin-top: 119px;
}
.poster .title {
  font-size: 60px;
  font-weight: bold;
}
.poster .summary {
  font-size: 30px;
  margin: 20px 0;
}
.poster ul {
  width: 402px;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.poster ul li {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.poster ul li:before {
  width: 12px;
  height: 12px;
  content: '';
  display: block;
  background: #6c4a2d;
  margin-right: 10px;
  border-radius: 100%;
}

.product .list {
  margin-top: 40px;
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .list .item {
  text-align: center;
  margin-bottom: 30px;
}
.product .list .item .name {
  margin-top: 10px;
  font-size: 13px;
  color: #272626;
}
.product .list .item .pic {
  width: 315px;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  margin: 0 auto;
  text-align: center;
  /* padding: 10px; */
  overflow: hidden;
  border: 10px solid #f8f8f8;
  background: white;
}
.product .list .item .pic img {
  transition: .5s;
}
.product .list .item .pic:hover img {
  transform: scale(1.1);
}

.news {
  background: url("../images/news_bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 120px;
  height: 737px;
}
.news .top_box {
  margin-bottom: 170px;
}
.news .top_box .lf {
  margin-top: 90px;
}
.news .top_box .lf ._title .name,
.news .top_box .lf ._title .summary {
  color: white;
}
.news .top_box .lf ._title .line {
  background: white;
}
.news .top_box .lf .typelist {
  margin-top: 50px;
}
.news .top_box .lf .typelist .item {
  margin-right: 20px;
  float: left;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  padding: 5px 35px;
  text-align: center;
}
.news .top_box .lf .typelist .item:hover {
  color: black;
  background: white;
}
.news .top_box .lf .typelist .item:last-child {
  margin-right: 0px;
}
.news .newslist ul {
  margin-bottom: 20px;
}
.news .newslist ul li {
  width: 50%;
  margin-bottom: 30px;
}
.news .newslist ul li a {
  display: flex;
  padding: 0 20px;
}
.news .newslist ul li a .name {
  font-size: 16px;
  color: #737373;
}
.news .newslist ul li a .dian {
  flex: 1;
  border: 1px dashed #737373;
  height: 1px;
  position: relative;
  bottom: -12px;
  margin: 0 10px;
}
.news .newslist ul li a .addtime {
  font-size: 16px;
  color: #737373;
}
.news .newslist ul li:hover a .name {
  color: #6c4a2d;
}
.news .newslist ul li:hover a .dian {
  border: 1px dashed #6c4a2d;
}
.news .newslist ul li:hover a .addtime {
  color: #6c4a2d;
}

.lng_en .about .p {
  margin-bottom: 40px;
}
.lng_en .about .summary p {
  text-align: right;
}
.lng_en .poster .summary {
  font-size: 23px;
  text-transform: capitalize;
}
.lng_en ._title .name {
  text-transform: capitalize;
}
.lng_en .news .top_box .lf ._title .name, .lng_en .news .top_box .lf ._title .summary {
  text-transform: capitalize;
}
.lng_en .fenlei .content .item .message .name_box {
  width: 160px;
}

@media (max-width: 1600px) {
  .about {
    margin-bottom: 60px;
  }

  .poster {
    margin-bottom: 100px;
  }

  .news {
    height: 566px;
    margin-bottom: 70px;
  }

  .news .top_box .lf .typelist {
    margin-top: 30px;
  }

  .news .top_box .lf {
    margin-top: 45px;
  }

  .news .top_box {
    margin-bottom: 107px;
  }

  .news .newslist ul {
    margin-bottom: 10px;
  }
}
@media (max-width: 1450px) {
  .news {
    height: 540px;
  }

  .news .top_box {
    margin-bottom: 85px;
  }

  .product .list .item .pic {
    width: 275px;
    height: 275px;
  }
}
@media (max-width: 1366px) {
  .news {
    height: 500px;
  }

  .news .top_box .lf {
    padding-left: 50px;
  }

  .news .newslist {
    padding: 0 24px;
  }

  .news .top_box {
    margin-bottom: 60px;
  }

  .news .newslist ul li {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .poster .rt {
    float: none;
  }

  .lng_en .about .summary p {
    text-align: left;
  }

  .lng_en .about .p {
    font-size: 12px;
  }

  .lng_en .fenlei .content .item .message .name_box {
    width: 100%;
  }
  .lng_en .news .newslist ul li a .name p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .lng_en .news .top_box .lf .typelist .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    font-size: 12px;
  }
  .lng_en .fenlei .content .item .message .name_box p {
    display: none;
  }
  .lng_en .youshi .list .item .summary {
    display: none;
  }

  .lng_en .poster .summary {
    font-size: 12px;
  }

  .about .rt {
    width: 100%;
    text-align: center;
  }

  .about .summary {
    text-align: left;
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
  }

  .about ._more {
    float: none;
    margin: 0 auto;
  }

  ._more {
    width: 89px;
    height: 27px;
    font-size: 12px;
  }

  .about .title {
    font-size: 22px;
  }

  .about .line {
    margin: 15px auto;
  }

  .about .container2 {
    background: white;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .about {
    margin-top: 50px;
  }

  .about .p {
    margin-bottom: 30px;
  }

  .fenlei {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 65px;
    padding-right: 15px;
  }

  .fenlei .content {
    margin-bottom: 35px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fenlei .content .item {
    border: 5px solid white;
  }

  .fenlei .content .item .message .jia {
    display: none;
  }

  .fenlei .content .item .message .name_box {
    width: 100%;
    float: none;
    text-align: center;
  }

  .fenlei .content .item .message {
    position: static;
    padding: 5px;
  }

  .fenlei .content .item .message .name_box .name {
    font-size: 14px;
  }

  .youshi .list .item .summary {
    font-size: 12px;
  }

  .youshi .list .item .name {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .youshi .list .item .pic {
    width: 50px;
    margin-bottom: 15px;
    height: 50px;
  }

  .poster ul {
    width: 100%;
    float: none;
  }

  .poster .summary {
    font-size: 20px;
  }

  .poster .title {
    font-size: 22px;
  }

  ._title .name {
    font-size: 22px;
  }

  ._title .summary {
    font-size: 14px;
  }

  .product .list {
    display: block;
    margin-bottom: 0;
  }

  .product .list .item {
    width: 48%;
    float: left;
  }
  .product .list .item:nth-child(2n) {
    float: right;
  }

  .product .list .item .pic {
    width: 100%;
    height: 160px;
  }

  .news .top_box .lf ._title .name, .news .top_box .lf ._title .summary {
    color: black;
  }

  .news .top_box .lf ._title .line {
    background: #6c4a2d;
  }

  .news .top_box .lf {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }

  ._title {
    text-align: center;
  }
  ._title .line {
    margin: 15px auto;
  }

  .news .top_box .lf .typelist {
    display: flex;
    justify-content: center;
  }

  .news .top_box .lf .typelist .item {
    font-size: 12px;
    margin-right: 0px;
    float: none;
    padding: 5px 20px;
    background: #6c4a2d;
    color: white;
    margin: 0 15px;
    border: 1px solid #6c4a2d;
  }

  .news .top_box .lf ._title .line {
    margin: 10px auto;
  }

  .news .newslist {
    padding-left: 0;
    padding-right: 0;
  }

  .news .newslist ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .news .newslist ul li a {
    padding-left: 0;
    padding-right: 0;
  }

  .news .newslist ul li a .name {
    font-size: 14px;
    flex: 1;
  }

  .news .newslist ul li a .addtime {
    font-size: 12px;
    width: 70px;
  }

  .news .newslist ul li a .dian {
    border: 1px dashed #737373;
    font-size: 12px;
    flex: unset;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 50px;
  }

  .news {
    height: auto;
    background: none;
  }

  .poster {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
    background: url(../images/poster_bg.png) no-repeat right;
    background-size: cover;
    padding-top: 53px;
    height: auto;
  }

  .poster ul li {
    margin-right: 5px;
  }
  .poster ul li:last-child {
    margin-right: 0;
  }

  .poster .rt {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .poster .rt img {
    width: 200px;
  }

  .poster .summary {
    font-size: 16px;
  }

  .fenlei .content .item .message .name_box p {
    display: none;
  }

  .shipin_box video {
    height: 215px;
    object-fit: unset;
  }

  .banner.owl-theme .owl-controls {
    display: none !important;
  }

  .banner_box .wenzi h3 {
    font-size: 25px;
  }

  .banner_box .wenzi p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
  }

  .banner_box .wenzi {
    top: 21px;
  }
}

/*# sourceMappingURL=index.css.map */
