@font-face {
  font-family: 'Oswald';
  src: url("../fonts/ziti.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ff {
  font-family: 'Oswald',sans-serif;
}

.mt {
  margin-top: 70px;
}

body {
  font-style: inherit;
  background-color: transparent;
  background-image: linear-gradient(180deg, #A27649 0%, #824928 100%);
  color: white;
}

.line {
  width: 50px;
  height: 1px;
  margin: 10px auto;
  background: #77b8ff;
}

._title {
  text-transform: capitalize;
  color: white;
  text-align: center;
  margin-bottom: 42px;
  text-align: center;
}
._title h1 {
  font-weight: bold;
  font-size: 49px;
}
._title p {
  font-size: 20px;
  font-weight: 400;
}

._more {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
._more:hover {
  color: #D5A76F;
}
._more p {
  font-size: 16px;
}
._more img {
  margin-left: 5px;
  width: 22px;
  position: relative;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  top: 1px;
}

.product {
  background-image: url("../images/bg1.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product .list {
  margin-top: 40px;
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.product .list .item {
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
  margin: 5px;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 50px 50px -40px rgba(0, 0, 0, 0.5);
}
.product .list .item .pic {
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .list .item .pic img {
  transition: .5s;
}
.product .list .item .pic:hover img {
  transform: scale(1.1);
}
.product .list .item .name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product .list .item .summary {
  font-size: 14px;
  margin-bottom: 20px;
}
.product .list .item .more {
  background: white;
  border-radius: 11px;
  color: black;
  padding: 10px 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .list .item3 {
  background-color: transparent;
  background-image: linear-gradient(45deg, #251F1E 0%, #3E3634 100%);
}
.product .list .item1 {
  background-color: transparent;
  background-image: linear-gradient(45deg, #AA7847 0%, #C19565 100%);
}
.product .list .item2 {
  background-color: transparent;
  background-image: linear-gradient(45deg, #588E7F 0%, #BE9769 100%);
}

.chanpin {
  background-image: url("../images/bg2.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 80px;
}
.chanpin .t1 {
  font-size: 20px;
  color: #FFFFFF94;
}
.chanpin .t3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.chanpin .t2 {
  font-weight: bold;
  font-size: 55px;
}
.chanpin .line {
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
.chanpin .top_box {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}
.chanpin .summary {
  margin-bottom: 25px;
}
.chanpin ._more {
  justify-content: flex-start;
}
.chanpin .content {
  background-color: transparent;
  border-radius: 20px;
  padding: 0 40px;
  background-image: linear-gradient(45deg, #A77443 0%, #C39868 100%);
  display: flex;
  align-items: center;
}
.chanpin .content:hover {
  background-color: transparent;
  background-image: linear-gradient(45deg, #A77443 0%, #C9A276 100%);
}
.chanpin .content .line {
  background: white;
}

.about {
  background-image: url("../images/bg3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .top_box {
  display: flex;
  align-items: center;
}
.about .content {
  display: flex;
  justify-content: center;
  width: 67%;
  margin: 0 auto;
  margin-top: 58px;
}
.about .content ._more {
  justify-content: flex-start;
}
.about .content .lf img {
  width: 370px;
}
.about .content .lf p {
  font-size: 18px;
  margin-bottom: 15px;
}
.about .content .rt {
  margin-left: 30px;
  font-size: 16px;
}
.about .content .rt .summary {
  line-height: 23px;
  margin-bottom: 15px;
}

.contact_box {
  background-image: url("../images/bg4.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  margin-top: 170px;
  margin-bottom: 40px;
}
.contact_box .content {
  border-radius: 20px;
  overflow: hidden;
  background-color: transparent;
  background-image: linear-gradient(45deg, #A77443 0%, #C39868 100%);
  display: flex;
  box-shadow: 0px 80px 80px -60px rgba(0, 0, 0, 0.6);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 16px;
  margin-bottom: 0px;
  overflow: visible;
  position: relative;
}
.contact_box .content:hover {
  background-color: transparent;
  background-image: linear-gradient(45deg, #A77443 0%, #C9A276 100%);
}
.contact_box .content .beizi {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -272px;
}
.contact_box .content .lf {
  width: 35%;
  padding: 30px 0px 40px 50px;
}
.contact_box .content .lf h1 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 99px;
}
.contact_box .content .lf .line {
  background: white;
  margin-left: 0;
}
.contact_box .content .lf ._more {
  margin-top: 64px;
  margin-left: 0;
  justify-content: flex-start;
}
.contact_box .content .center {
  width: 32%;
  position: relative;
}
.contact_box .content .center img {
  position: absolute;
  left: 0;
}
.contact_box .content .rt {
  background-color: transparent;
  background-image: linear-gradient(45deg, #C19768 0%, #4F8D81 100%);
  width: 33%;
  padding: 50px 50px 40px 50px;
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.contact_box .content .rt ._more {
  justify-content: flex-start;
  position: absolute;
  right: 43px;
  bottom: 17px;
}
.contact_box .content .rt .t1 {
  font-size: 30px;
}
.contact_box .content .rt .summary {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact_box .content .rt .line {
  background: white;
  margin-left: 0;
  width: 100%;
  height: 2px;
}
.contact_box .content .rt .address {
  display: flex;
  align-items: flex-start;
}
.contact_box .content .rt .address img {
  width: 27px;
  margin-top: 10px;
}
.contact_box .content .rt .address .message {
  line-height: 30px;
  font-size: 18px;
  flex: 1;
  margin-left: 15px;
}

body {
  padding-top: 0;
}

.pc_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
}
.pc_header.on {
  background: #b58458;
}
.pc_header .menu ul li a {
  color: white;
}
.pc_header .header_search_pc_subc {
  color: white;
}
.pc_header .header_pc_lg {
  color: white;
}
.pc_header .header_top_l {
  padding-left: 5%;
}
.pc_header .header_top_r {
  padding-right: 5%;
}
.pc_header .menu ul li b {
  border-color: #ffffff transparent transparent;
}

.header_search_pc_sub {
  color: white;
}

.header_top_r .list_link .header_pc_lg b {
  border-color: #ffffff transparent transparent;
}

@media (max-width: 1450px) {
  .product .list .item .pic {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }

  .contact_box .content .beizi {
    width: 550px;
    margin-left: -268px;
    margin-top: -197px;
  }

  .contact_box .content .lf h1 {
    font-size: 66px;
  }

  .contact_box .content .rt {
    padding: 40px 20px;
    padding-bottom: 80px;
  }

  .contact_box .content .rt ._more {
    right: 44px;
    bottom: 26px;
  }

  .contact_box {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  ._title h1 {
    font-size: 28px;
  }

  ._title p {
    font-size: 16px;
  }

  .product .list {
    display: block;
  }

  .product .list .item {
    width: 100%;
  }

  .product .list .item .name {
    font-size: 20px;
  }

  .chanpin .top_box {
    display: block;
  }

  .chanpin .content {
    display: block;
    padding: 30px 15px;
  }

  .chanpin .t2 {
    font-size: 35px;
  }

  .about .content {
    width: 100%;
    display: block;
  }

  .contact_box .content .beizi {
    display: none;
  }

  .contact_box .content {
    display: block;
  }

  .mt {
    margin-top: 55px;
  }

  .product .list .item {
    margin-bottom: 40px;
  }

  .chanpin .lf {
    text-align: center;
    margin-bottom: 32px;
  }

  .chanpin .line {
    margin-left: auto;
    margin-bottom: 20px;
  }

  .chanpin ._more {
    justify-content: center;
  }

  .chanpin .top_box {
    margin-bottom: 40px;
  }

  .about .content .rt {
    margin-left: 0;
    margin-top: 25px;
  }

  .contact_box .content .lf h1 {
    font-size: 30px;
    margin-bottom: 19px;
  }

  .contact_box .content .lf {
    width: 100%;
    padding: 0;
  }

  .contact_box .content .lf ._more {
    margin-top: 25px;
  }

  .contact_box .content .rt {
    width: 100%;
    border-radius: 0;
    margin-top: 30px;
    background: none;
    padding: 0;
  }

  .contact_box .content .rt ._more {
    position: static;
    justify-content: center;
    margin-top: 30px;
  }

  .contact_box {
    width: 95%;
    margin: 0 auto;
  }

  .contact_box .content {
    padding: 40px 15px;
    margin-top: 45px;
  }
}

/*# sourceMappingURL=index.css.map */
