@charset "UTF-8";
/*public_title */
.public_title {
  display: flex;
  align-items: flex-end;
}
.public_title i {
  color: #1d2087;
  font-size: 36px;
  position: relative;
  top: 9px;
  font-weight: 600;
  font-family: centrale_sans,tahoma,arial,helvetica,sans-serif !important;
}
.public_title span {
  margin: 0 15px;
}
.public_title span, .public_title p {
  font-size: 14px;
  color: #b3b3b3;
}

/*product*/
.product {
  margin-top: 123px;
  margin-bottom: 165px;
}
.product .top_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product .typelist {
  display: flex;
  align-items: center;
}
.product .typelist ul li:hover a {
  color: #a70303;
}
.product .typelist ul li a {
  color: #2c2c2c;
  font-size: 16px;
  text-transform: uppercase;
}
.product .typelist ul li a:after {
  content: '/';
  display: inline-block;
  margin: 0 10px;
}
.product .typelist .more {
  color: #2c2c2c;
  font-size: 16px;
  margin-left: 30px;
}
.product .goodslist {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.product .goodslist > div {
  margin: 5px;
}
.product .goodslist .item_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product .goodslist .item_box .item {
  margin: 5px 0;
}
.product .goodslist .item {
  position: relative;
}
.product .goodslist .item:hover .hover_box {
  display: flex;
}
.product .goodslist .item:hover .name1 {
  display: none;
}
.product .goodslist .item .name1 {
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -85px;
  margin-top: -85px;
}
.product .goodslist .item .name1 span {
  font-size: 18px;
  color: white;
  width: 60px;
  text-align: center;
  display: inline-block;
}
.product .goodslist .item .hover_box {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product .goodslist .item .hover_box .name {
  font-size: 18px;
  color: #302e2e;
  width: 60px;
  text-align: center;
}
.product .goodslist .item .hover_box .line {
  background: #a70303;
  width: 30px;
  height: 1px;
  margin-top: 23px;
  margin-bottom: 30px;
}
.product .goodslist .item .hover_box img {
  width: 130px;
}

@media (min-width: 768px) {
  .product .goodslist > .item {
    margin: 5px;
    width: 470px;
    top: 10px;
  }
}
/*关于我们*/
.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .content {
  margin-top: 138px;
  margin-bottom: 125px;
}
.about .content .more_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about .content .more {
  height: 56px;
  width: 56px;
  color: white;
  background: #a70303;
  border-radius: 100%;
  margin-left: 15px;
}
.about .content .line {
  width: 71px;
  height: 1px;
  background: #e50012;
  margin-top: 37px;
  margin-bottom: 56px;
}
.about .content .summary {
  margin-bottom: 50px;
  color: #656565;
  line-height: 2;
  font-size: 14px;
}

/*新闻*/
.news {
  margin-bottom: 130px;
  margin-top: 140px;
}
.news .newslist {
  margin-top: 44px;
}
.news .newslist ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news .newslist ul li {
  width: 30%;
}
.news .newslist ul li .item {
  border-bottom: 1px solid #d2d2d2;
}
.news .newslist ul li .item:hover .pic:after, .news .newslist ul li .item:hover .pic:before {
  display: block;
}
.news .newslist ul li .item .pic {
  position: relative;
}
.news .newslist ul li .item .pic:after {
  content: '';
  display: none;
  background: url("../images/icon_jia.png") no-repeat center;
  background-size: cover;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.news .newslist ul li .item .pic:before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.news .newslist ul li .item .pic img {
  position: relative;
  z-index: 1;
}
.news .newslist ul li .item .title {
  font-size: 18px;
  color: #1f1f1f;
  text-transform: capitalize;
  margin-bottom: 13px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .product {
    padding: 0 15px;
    margin-top: 26px;
    margin-bottom: 12px;
  }

  .product .top_box {
    display: block;
  }

  .public_title i {
    font-size: 22px;
    top: 3px;
  }

  .public_title span, .public_title p {
    font-size: 12px;
  }

  .public_title span {
    margin: 0 9px;
  }

  .product .typelist .more {
    display: none;
  }

  .product .typelist {
    display: block;
    margin-top: 20px;
  }

  .product .typelist ul li a:after {
    display: none;
  }

  .product .typelist ul li {
    border: 1px solid #afafaf;
    width: 31%;
    margin: 1%;
  }

  .product .typelist ul li a {
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product .goodslist {
    display: block;
    margin-top: 20px;
  }

  .product .goodslist .item {
    margin: 0;
    margin-bottom: 15px;
    float: left;
    width: 48%;
  }
  .product .goodslist .item:nth-child(2n) {
    float: right;
  }

  .product .goodslist .item .name1 {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }

  .product .goodslist .item .name1 span {
    font-size: 16px;
  }

  .about .content {
    width: 100%;
    padding: 15px;
    margin-top: 23px;
    margin-bottom: 25px;
  }

  .about .content .line {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .about .content .more_box {
    justify-content: center;
    float: none;
  }

  .about .content .summary {
    margin-bottom: 18px;
  }

  .news {
    padding: 0 15px;
    margin-bottom: 44px;
    margin-top: 34px;
  }

  .news .newslist ul {
    display: block;
  }

  .news .newslist {
    margin-top: 36px;
  }

  .news .newslist ul li {
    width: 90%;
    margin: 0 auto;
    float: none;
  }

  .about {
    background-position: right;
  }

  .product .goodslist .item:hover .hover_box {
    display: none !important;
  }

  .product .goodslist .item:hover .name1 {
    display: flex !important;
  }
}

/*# sourceMappingURL=index.css.map */
