@charset "UTF-8";
.htitle {
  margin: auto;
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  .htitle {
    font-size: 20px;
    font-family: Montserrat;
    color: #000;
  }

  .htitle:before, .htitle:after {
    content: " ";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin: 0 15px;
  }
}
/*youshi*/
.youshi {
  background-color: #f2e9da;
  padding: 40px 0;
}

.youshi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.youshi ul li {
  width: 30%;
  color: black;
}
.youshi ul li .message {
  margin-left: 30px;
}
.youshi ul li .title {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .youshi ul li span img {
    max-width: 80%;
  }

  .youshi {
    padding: 0;
  }

  .youshi ul li {
    width: 100%;
    padding: 15px;
    border-bottom: 0px dashed #333;
  }
  .youshi ul li img {
    width: 35px;
  }

  .youshi ul li p {
    width: 100%;
  }

  .youshi ul li .message {
    margin-left: 15px;
  }
}
._title2 {
  text-align: center;
}
._title2 .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
._title2 .top p {
  font-weight: bold;
  color: black;
  font-size: 24px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
._title2 .bottom {
  font-size: 16px;
}

/*about*/
.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  height: 600px;
}

.about .about-right {
  padding: 3%;
  margin-top: 112px;
}

.about .about-right .about-title {
  font-size: 24px;
  color: #d79863;
  text-transform: uppercase;
  margin-bottom: 10%;
}

.about .about-right .about-title:before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 26px;
  background-color: #d79863;
  margin-right: 15px;
  vertical-align: top;
}

.about .about-right .text-summary {
  color: #949494;
  line-height: 2;
  text-align: left;
  word-break: break-all;
  padding-left: 5%;
}

.about .about-right .more {
  color: #000;
}

.about .about-right .more img {
  padding-right: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.about .about-right .more:hover img {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .about .about-right .text-summary {
    padding-left: 0;
  }

  .about .about-right .about-title {
    line-height: 1.5;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
  }

  .about .about-right .about-title:before {
    height: 20px;
    vertical-align: text-top;
  }

  .about {
    height: auto;
  }

  .about .about-right {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/*product*/
.product {
  padding: 5% 0;
}
.product .goodslist {
  margin-top: 50px;
}
.product .item {
  padding-bottom: 30px;
}
.product .item img {
  height: 352px;
  object-position: center;
  object-fit: cover;
}
.product .item .name {
  margin-bottom: 0;
}

.product .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product .grid * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product .grid .effect-goliath {
  width: 23%;
  overflow: hidden;
  margin-bottom: 3%;
  background-color: #f9f9f9;
  position: relative;
}

.product .grid .effect-goliath .pro-img {
  border: 1px solid #e2e2e2;
  display: block;
  overflow: hidden;
}

.product .grid .effect-goliath .pro-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product .grid .effect-goliath figcaption {
  height: 140px;
  background-color: #f9f9f9;
  position: absolute;
  bottom: -70px;
  width: 100%;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.product .grid .effect-goliath figcaption p {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product .grid .effect-goliath figcaption p a.pro-text {
  font-size: 16px;
  color: #a2a2a2;
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product .grid .effect-goliath figcaption p a.more {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 35px;
  text-align: center;
  margin-bottom: 25px;
}

.poster {
  background: url("../images/poster.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
  display: block;
  margin-top: 00px;
  height: 471px;
}
.poster .container2 {
  position: relative;
}
.poster .container2 .play_box {
  position: absolute;
  left: 30%;
  top: 59%;
  text-align: center;
  display: inline-block;
}
.poster .container2 .play_box .p {
  color: white;
  font-size: 16px;
  margin-top: 15px;
}
.poster .rt {
  padding-top: 140px;
  text-align: center;
  color: #d79863;
}
.poster .rt .t1 {
  font-size: 42px;
  font-weight: bold;
}
.poster .rt .t2 {
  font-size: 27px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.poster .rt .more {
  background: #d79863;
  color: white;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
}

.product_typelist {
  margin-bottom: 100px;
}
.product_typelist .item {
  flex: 1px;
  margin: 0 6px;
  font-size: 16px;
  background: #d79863;
  padding: 10px 10px;
  color: white;
  border-radius: 5px;
}

.product_typelist .typelist {
  display: flex;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.product_typelist .item .pic {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product_typelist .item .name {
  text-align: center;
  min-height: 64px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .product .grid .effect-goliath:hover figcaption {
    bottom: 0;
    background: url("../images/p_bg.jpg") no-repeat center;
    background-size: cover;
  }

  .product .grid .effect-goliath:hover figcaption a.pro-text {
    color: #fff;
    margin-top: 25px;
  }

  .product .grid .effect-goliath:hover .pro-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 1450px) {
  .product_typelist .item {
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .product_typelist .item:nth-child(1) {
    width: 9%;
    flex: unset;
  }
}
@media (max-width: 767px) {
  .product .grid .effect-goliath figcaption {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .poster {
    margin-bottom: 0px;
    height: auto;
  }

  .poster .rt {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .poster .rt .t2 {
    font-size: 20px;
  }

  .poster .rt .t1 {
    font-size: 30px;
  }

  .product {
    padding-top: 60px;
  }

  .product_typelist .typelist {
    display: block;
    content: '';
    clear: both;
    overflow: hidden;
  }

  .product_typelist {
    margin-bottom: 60px;
  }

  .product_typelist .item .name {
    font-size: 14px;
    align-items: center;
    justify-content: center;
  }

  .product_typelist .typelist .item {
    width: 48%;
    float: left;
  }

  .product_typelist .typelist .item:nth-child(2n) {
    float: right;
  }

  .product_typelist {
    display: none;
  }

  .product .grid .effect-goliath {
    height: auto;
    width: 48%;
    margin-bottom: 15px;
  }

  .product .grid .effect-goliath figcaption {
    height: auto;
    position: static;
  }

  .product .grid .effect-goliath figcaption p {
    height: auto;
  }

  .product .grid .effect-goliath figcaption p a.pro-text {
    font-size: 14px;
  }

  .product .item img {
    height: 189px;
    width: 100%;
  }

  .product .item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about {
    background: #eaeaea !important;
  }
}
/*证书*/
.zhshu {
  /*background: url("../images/pic1.jpg") no-repeat;*/
  background-attachment: fixed;
  background-position: top;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zhshu img {
  margin-bottom: 3%;
}

.zhshu p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}

.zhshu p * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.zhshu p span.pl {
  padding-right: 25px;
}

.zhshu p span.pr {
  padding-left: 25px;
}

.zhshu:hover span.pl {
  padding-right: 10px;
}

.zhshu:hover span.pr {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .zhshu {
    background: url("../images/pic2.jpg") no-repeat;
    background-attachment: inherit;
    background-position: bottom;
    height: 200px;
  }
}
/*新闻*/
.news {
  padding: 5% 0;
}

.news .news-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .news-con figure {
  overflow: hidden;
  width: 32%;
  height: 160px;
}

.news .news-con figure * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news .news-con figure .news-img {
  position: relative;
  margin-top: -40px;
}

.news .news-con figure .news-img a.more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -400%);
  -ms-transform: translate(-50%, -400%);
  transform: translate(-50%, -400%);
  /* display: none;*/
  color: #fff;
  background-color: #000;
  padding: 5px 35px;
  border-radius: 10px;
}

.news .news-con figure figcaption {
  border-top: 1px solid #626262;
  margin-top: 10px;
}

.news .news-con figure figcaption .news-text {
  color: #6f6f6f;
  font-size: 14px;
  padding: 3px 0;
  display: block;
}

@media (min-width: 768px) {
  .news .news-con figure:hover .news-img {
    margin-top: 0;
  }

  .news .news-con figure:hover .news-img a.more {
    /* display: block;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .news .news-con figure:hover figcaption {
    display: none;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 5% 0 0;
  }

  .news .news-con figure {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #FFF;
    padding: 15px 15px 10px;
  }

  .news .news-con figure .news-img {
    margin-top: 0;
  }

  .news > .container {
    padding: 0;
  }

  .news .news-con figure figcaption {
    border-top: 0;
    margin: 0;
  }

  .news .news-con figure:nth-child(2) {
    background-color: #f9f9f9;
  }

  .news .news-con figure:nth-child(3) {
    border: 0;
  }

  .news .news-con figure .news-img a.more {
    top: 100%;
  }
}
/*联系我们*/
.contact {
  background: #f0f0f0;
  background-size: cover;
  padding-top: 3%;
  padding-bottom: 3%;
}
.contact .contact-message span {
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 8px;
  background: #c8c8c8;
  padding: 8px 20px;
  color: white;
  display: block;
}
.contact .contact-message .s2 {
  height: 169px;
}

.contact .contact-title {
  font-size: 24px;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 10%;
}

.contact .contact-title:before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 26px;
  background-color: #3f3f3f;
  margin-right: 15px;
  vertical-align: top;
}

.contact .contact-r .contact-info figure {
  width: 100%;
  margin-bottom: 15px;
}

.contact .contact-r .contact-info figure figcaption {
  color: black;
  font-size: 18px;
  margin-bottom: 13px;
}
.contact .contact-r .contact-info figure figcaption .pic {
  width: 15px;
  margin-right: 15px;
}

.contact .contact-r .contact-info figure figcaption i {
  margin-right: 15px;
}

.contact .contact-r .contact-info figure p {
  margin-left: 32px;
  margin-bottom: 0;
}

.contact .contact-r .contact-info figure .ctitle {
  color: #2c2c2c;
  font-weight: 600;
}

.contact .contact-r .contact-info figure .ctext {
  color: #555;
  font-weight: normal;
  letter-spacing: .5px;
}

@media (max-width: 767px) {
  .contact .contact-l {
    margin-bottom: 30px;
  }

  ._title2 .top img {
    width: 50px;
  }

  .contact {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=mystyle.css.map */
