* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

body,
html {
  font-size: 14px;
  background: #fff;
  color: #522f24;
  font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft Yahei", "Helvetica Neue", "STHeitiSC-Light", "Arial", sans-serif; }

body {
  overflow-x: hidden; }

i {
  font-style: normal; }

a {
  text-decoration: none;
  cursor: pointer;
  outline: none; }

a:active,
a:hover,
a:link,
a:visited {
  color: #522f24; }

button {
  cursor: pointer; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

input[type="search"]::-webkit-search-cancel-button {
  display: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

dl,
dl dd,
ol,
ol li,
ul,
ul li {
  list-style: none; }

img {
  vertical-align: bottom; }

section {
  width: 90%;
  margin: 0 auto; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

@media (min-width: 1201px) and (max-width: 1920px) {
  .head123 {
    width: 80vw; } }

header {
  width: 100vw;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff; }
  header .top {
    background: #522f24;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding-right: 25px;
    width: 100%;
    font-size: 0.14rem;
    line-height: 20px;
    height: 20px; }
  header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px; }
    header .logo img {
      width: 1.9rem;
      height: 1.47rem; }
    header .logo svg {
      position: absolute;
      right: 25px;
      width: 0.47rem;
      height: 0.47rem;
      top: 50%;
      transform: translateY(-50%); }
  header nav {
    border-top: 1px solid #522f24;
    border-bottom: 1px solid #522f24; }
  header ul {
    display: flex;
    justify-content: center;
    align-items: center; }
  header li {
    font-size: 0.22rem;
    line-height: 0.25rem;
    margin: 0 0.5rem;
    padding: 10px 0;
    position: relative;
    cursor: pointer; }
    header li:hover:after {
      content: "";
      width: 100%;
      height: 3px;
      background: #522f24;
      position: absolute;
      left: 0;
      bottom: 0px; }
  header .active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #522f24;
    position: absolute;
    left: 0;
    bottom: 0px; }
  header .subnav {
    position: absolute;
    display: none;
    width: 200%;
    left: 0;
    top: calc(0.25rem + 10px);
    z-index: 9;
    margin-top: 20px; }
    header .subnav li {
      margin: 0;
      list-style-type: disc;
      font-size: 0.18rem;
      line-height: 0.36rem;
      padding: 0; }
      header .subnav li:hover:after {
        display: none; }
      header .subnav li:first-child:before {
        content: "";
        width: 90vw;
        height: 3rem;
        background: rgba(255, 255, 255, 0.45);
        position: fixed;
        left: 5vw;
        top: calc(1.72rem + 60px);
        z-index: -1; }
  header .header-button {
    width: 25px;
    height: 15px;
    left: 25px;
    cursor: pointer;
    position: absolute;
    display: none; }
    header .header-button span {
      width: 100%;
      height: 2px;
      background: #522f24;
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9); }
    header .header-button span:first-child {
      transform: translate(0, 0) rotate(0deg); }
    header .header-button span:last-child {
      transform: translate(0, 10px) rotate(0deg); }
  header .nav-icon-click span {
    background: #522f24; }
  header .nav-icon-click span:first-child {
    transform: translate(0, 0) rotate(135deg); }
  header .nav-icon-click span:last-child {
    transform: translate(0, 0) rotate(-135deg); }
  header .nav-icon-click:hover span:first-child {
    transform: translate(0, 0px) rotate(135deg); }
  header .nav-icon-click:hover span:last-child {
    transform: translate(0, 0px) rotate(-135deg); }

.banner, .banner1 {
  width: 100vw;
  box-sizing: border-box;
  padding: 0 25px;
  margin-top: calc(1.72rem + 58px);
  position: relative; }
  .banner img, .banner1 img {
    width: 100%;
    height: auto; }
  .banner .banner-mob, .banner1 .banner-mob {
    display: none; }
  .banner section, .banner1 section {
    position: absolute;
    width: 40%;
    z-index: 99;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.3rem; }
  .banner h3, .banner1 h3 {
    font-size: 0.4rem; }
  .banner span, .banner1 span {
    font-size: 0.18rem;
    display: block;
    margin: 8px 0; }

.banner1 section {
  text-align: center;
  width: 20%;
  left: 10%; }
.banner1 h3 {
  position: relative;
  font-size: 0.48rem;
  margin-bottom: 15px;
  line-height: 0.6rem; }
  .banner1 h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -8px;
    left: 0; }
.banner1 span {
  font-size: 0.24rem; }
.banner1 p {
  font-size: 0.24rem; }

.slide1 {
  margin-top: 0.6rem;
  padding: 0.3rem 0;
  border-top: 1px solid #522f24;
  border-bottom: 1px solid #522f24;
  position: relative; }
  .slide1 .swiper-button-next.swiper-button-disabled, .slide1 .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }
  .slide1 .swiper-button-next, .slide1 .swiper-button-prev {
    width: 80px;
    height: 39px;
    background-size: cover;
    outline: none; }
  .slide1 .swiper-button-next {
    background-image: url(../images/next.png); }
  .slide1 .swiper-button-prev {
    background-image: url(../images/pre.png); }
  .slide1 .swiper-button-next:after, .slide1 .swiper-button-prev:after {
    display: none; }

.swiper1 {
  width: 80%; }
  .swiper1 .swiper-slide {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .swiper1 p {
    width: 100%;
    text-align: center;
    font-size: 0.3rem; }
  .swiper1 .img-list {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.2rem; }
    .swiper1 .img-list img {
      width: 3.5rem;
      height: 3.5rem;
      object-fit: cover; }

.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.9rem auto; }
  .about li div:first-child {
    position: sticky;
    top: calc(1.72rem + 70px); }
  .about .about-img {
    max-width: 50vw;
    min-width: 20vw; }
  .about .about-text {
    margin-left: 0.6rem;
    overflow: hidden; }
  .about span {
    font-size: 0.38rem; }
  .about h3 {
    font-size: 0.5rem;
    line-height: 0.8rem;
    font-weight: normal;
    margin-bottom: 20px; }
  .about p {
    font-size: 0.24rem; }
  .about li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid #522f24;
    padding-bottom: 0.9rem;
    position: relative; }
    .about li:last-child {
      margin-bottom: 0;
      border: none;
      padding-bottom: 0; }
      .about li:last-child .more {
        bottom: -30px; }
  .about .about-info img {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: block; }

.more {
  position: absolute;
  right: 0;
  bottom: calc(0.9rem - 30px);
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none; }
  .more span {
    width: 20px;
    height: 2px;
    background: #522f24;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9); }
    .more span:last-child {
      transform: translate(0, 0) rotate(-90deg); }

.more1 {
  display: block; }

.more2 span:last-child {
  transform: translate(0, 0) rotate(0); }

.policy, .prolist, .abeam, .product-hot {
  margin-bottom: 0.8rem; }
  .policy h4, .prolist h4, .abeam h4, .product-hot h4 {
    font-size: 0.5rem;
    line-height: 0.8rem;
    font-weight: normal;
    border-bottom: 1px solid #522f24;
    margin-bottom: 0.3rem; }
  .policy ul, .prolist ul, .abeam ul, .product-hot ul {
    display: flex;
    justify-content: space-between; }
  .policy li, .prolist li, .abeam li, .product-hot li {
    width: 24%; }
  .policy img, .prolist img, .abeam img, .product-hot img {
    width: 100%;
    height: auto; }
  .policy h5, .prolist h5, .abeam h5, .product-hot h5 {
    font-size: 0.32rem;
    line-height: 0.6rem;
    margin-bottom: 10px;
    font-weight: normal; }
  .policy p, .prolist p, .abeam p, .product-hot p {
    font-size: 0.2rem; }

.prolist {
  margin-top: 0.5rem; }
  .prolist h4 {
    border-bottom: none;
    margin-bottom: 0.5rem;
    padding: 0; }
  .prolist span {
    font-size: 0.36rem; }
  .prolist ul {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .prolist li {
    width: 23%;
    margin-right: calc(8% / 3);
    margin-bottom: 40px; }
    .prolist li:nth-child(4n+0) {
      margin-right: 0; }
  .prolist .product-img {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    overflow: hidden;
    background-size: cover; }
  .prolist p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    height: 0.85rem; }
  .prolist button {
    background: #522f24;
    color: #fff;
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 0.36rem;
    text-align: center; }
  .prolist .bar {
    text-align: center; }
    .prolist .bar span {
      font-size: 0.16rem;
      margin: 0 5px; }
    .prolist .bar .page-num {
      margin-right: 5px; }
    .prolist .bar .page-num-current {
      color: #000;
      font-size: 0.18rem; }

.abeam ul {
  flex-wrap: wrap; }
.abeam span {
  font-size: 0.28rem;
  margin-top: 10px;
  display: block; }
.abeam li {
  width: 48%;
  margin-bottom: 0.5rem; }

.on_abeam {
  border-top: 1px solid #522f24;
  padding-top: 0.9rem; }

.info {
  margin-top: 0.9rem; }
  .info img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0.5rem; }
  .info h3 {
    font-size: 0.4rem;
    font-weight: normal;
    margin-right: 20px; }
  .info div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #522f24;
    padding-bottom: 0.9rem; }
  .info p {
    font-size: 0.2rem;
    width: 60%; }

.product-hot {
  position: relative; }
  .product-hot h4 {
    text-align: center; }
  .product-hot .swiper-horizontal > .swiper-pagination-bullets, .product-hot .swiper-pagination-bullets.swiper-pagination-horizontal, .product-hot .swiper-pagination-custom, .product-hot .swiper-pagination-fraction {
    bottom: -20px; }

.product {
  margin-top: calc(1.72rem + 88px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.9rem; }
  .product .product-l {
    width: 40%;
    position: sticky;
    top: calc(1.72rem + 68px); }
  .product .product-r {
    width: 58%; }
  .product .swiper {
    width: 100%; }
  .product .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover; }
  .product .swiper3 {
    margin-top: 10px; }
    .product .swiper3 .swiper-slide {
      opacity: 0.4; }
    .product .swiper3 .swiper-slide-thumb-active {
      opacity: 1; }
  .product span {
    font-size: 0.36rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #522f24;
    box-sizing: border-box;
    padding-left: 15px;
    padding-bottom: 10px; }
  .product h3 {
    font-size: 0.46rem;
    line-height: 0.8rem;
    font-weight: normal;
    margin: 10px 0 20px;
    padding-left: 15px; }
  .product .product-list, .product .product-list-tr {
    padding-left: 15px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden; }
    .product .product-list:after, .product .product-list-tr:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #522f24;
      position: absolute;
      left: 0;
      bottom: 0; }
    .product .product-list ul, .product .product-list-tr ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .product .product-list li, .product .product-list-tr li {
      width: 50%;
      height: 0.4rem;
      line-height: 0.4rem;
      box-sizing: border-box;
      padding-left: 0.5rem;
      position: relative;
      margin-bottom: 10px; }
      .product .product-list li:after, .product .product-list-tr li:after {
        content: "";
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background-color: #c4d2dc;
        background-size: 70% auto;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
      .product .product-list li:nth-child(1):after, .product .product-list-tr li:nth-child(1):after {
        background-image: url(../images/icon-1.png); }
      .product .product-list li:nth-child(2):after, .product .product-list-tr li:nth-child(2):after {
        background-image: url(../images/icon-2.png); }
      .product .product-list li:nth-child(3):after, .product .product-list-tr li:nth-child(3):after {
        background-image: url(../images/icon-3.png); }
      .product .product-list li:nth-child(4):after, .product .product-list-tr li:nth-child(4):after {
        background-image: url(../images/icon-4.png); }
      .product .product-list li:nth-child(5):after, .product .product-list-tr li:nth-child(5):after {
        background-image: url(../images/icon-5.png); }
      .product .product-list li:nth-child(6):after, .product .product-list-tr li:nth-child(6):after {
        background-image: url(../images/icon-6.png); }
  .product .product-list-tr li:nth-child(1):after {
    background-image: url(../images/icon-7.png); }
  .product .product-list-tr li:nth-child(2):after {
    background-image: url(../images/icon-8.png); }
  .product .product-list-tr li:nth-child(3):after {
    background-image: url(../images/icon-9.png); }
  .product .product-list-tr li:nth-child(4):after {
    background-image: url(../images/icon-10.png); }
  .product h5 {
    font-size: 0.26rem;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 15px;
    height: 40px; }
  .product p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-bottom: 10px; }
  .product .product-info img {
    border-radius: 100%;
    display: block;
    margin: 10px auto; }
  .product .product-info span {
    border: none; }
  .product .more {
    bottom: auto;
    top: 10px;
    display: block; }
    .product .more span {
      width: 20px;
      height: 2px;
      border: none;
      padding: 0; }

.contact {
  margin: 0.9rem auto; }
  .contact h3 {
    font-size: 0.38rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.6rem; }
    .contact h3 i {
      font-size: 0.28rem; }
  .contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #522f24;
    border-bottom: 1px solid #522f24;
    padding: 0.3rem 0;
    margin-bottom: 0.6rem; }
  .contact li {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    border-right: 1px solid #522f24; }
    .contact li:nth-child(4) {
      border: none; }
  .contact .wechat {
    width: 50%;
    height: auto; }
  .contact svg {
    width: 50%;
    height: 50%; }
  .contact p {
    font-size: 0.2rem;
    width: 100%;
    text-align: center; }
  .contact .mapContent {
    margin-top: 0.6rem;
    width: 100%;
    height: 550px; }

footer {
  background: #c4d2dc;
  padding-top: 0.48rem;
  padding-bottom: 0.7rem; }
  footer section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
  footer .icon {
    width: 0.47rem;
    height: 0.47rem;
    fill: #211815;
    margin-right: 15px; }
  footer .foot-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  footer h4 {
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    font-weight: normal;
    border-bottom: 1px solid #522f24;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  footer i {
    font-size: 0.22rem; }
  footer .foot-list {
    display: flex;
    flex-wrap: wrap;
    writing-mode: vertical-lr;
    height: 150px;
    font-size: 14px;
    line-height: 24px; }
  footer dl {
    margin: 0 10px;
    writing-mode: horizontal-tb; }
  footer dd {
    padding-left: 6px;
    position: relative; }
    footer dd:after {
      content: "";
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #522f24;
      position: absolute;
      left: 0px;
      top: 50%;
      margin-top: -1.5px; }
  footer .foot-img {
    margin-left: 20px; }
  footer .foot-beian {
    margin-top: 15px; }

@media (max-width: 750px) {
  header .logo img {
    width: 64px;
    height: 50px; }
  header ul {
    background: #c4d2dc;
    width: 40vw;
    position: fixed;
    left: -40vw;
    top: 20px;
    z-index: 99;
    flex-wrap: wrap;
    padding-top: 68px;
    justify-content: flex-start;
    padding-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9); }
  header .move {
    left: 0; }
  header li {
    border-bottom: 1px solid #522f24;
    width: 100%;
    font-size: 14px;
    line-height: 24px; }
    header li:hover:after {
      display: none; }
  header .subnav {
    position: inherit;
    background: none;
    width: 100%;
    padding: 0 0 0 10px;
    margin-top: 0;
    top: 0; }
    header .subnav:after {
      display: none; }
    header .subnav li {
      border: none; }
      header .subnav li:first-child {
        margin-top: 10px; }
      header .subnav li:first-child:before {
        display: none; }
  header .header-button {
    display: block;
    z-index: 999; }
  header .active:after {
    display: none; }

  .banner, .banner1 {
    margin-top: 90px;
    padding: 0 10px; }
    .banner .banner-pc, .banner1 .banner-pc {
      display: none; }
    .banner .banner-mob, .banner1 .banner-mob {
      display: block; }
    .banner section, .banner1 section {
      width: 90%; }
    .banner img, .banner1 img {
      height: 30vh;
      object-fit: cover; }

  .banner1 section {
    width: 60%;
    left: 20%; }
  .banner1 h3 {
    font-size: 26px; }
  .banner1 span {
    font-size: 14px; }
  .banner1 p {
    font-size: 14px; }

  .swiper1 {
    width: 100%; }
    .swiper1 .img-list {
      width: 27vw;
      height: 27vw; }
      .swiper1 .img-list img {
        width: 27vw;
        height: 27vw; }

  .slide1 .swiper-button-next, .slide1 .swiper-button-prev {
    width: 40px;
    height: 19px; }
  .slide1 .swiper-button-next {
    right: -10px; }
  .slide1 .swiper-button-prev {
    left: -10px; }

  .about {
    flex-wrap: wrap;
    margin: 0.6rem auto; }
    .about h3 {
      margin-bottom: 10px; }
    .about img {
      width: 100%; }
    .about .about-text {
      margin-left: 0;
      margin-top: 10px; }
    .about li {
      flex-wrap: wrap;
      margin-bottom: 0.6rem;
      padding-bottom: 0.9rem; }
      .about li:last-child {
        margin-bottom: 0.9rem; }
      .about li div:first-child {
        position: initial; }
    .about .about-img {
      width: 100%;
      max-width: none;
      min-width: none; }

  .policy ul, .prolist ul, .abeam ul, .product-hot ul {
    flex-wrap: wrap; }
  .policy li, .prolist li, .abeam li, .product-hot li {
    width: 49%;
    margin-bottom: 15px; }
  .policy h5, .prolist h5, .abeam h5, .product-hot h5 {
    margin-bottom: 0; }

  .abeam li {
    width: 100%; }

  .prolist li {
    margin-right: 2%; }
    .prolist li:nth-child(2n) {
      margin-right: 0; }
  .prolist .bar span {
    font-size: 12px; }
  .prolist .bar .page-num-current {
    font-size: 14px; }

  .info {
    margin-top: 0.6rem; }
    .info div {
      padding-bottom: 0.6rem; }

  .product {
    flex-wrap: wrap;
    margin-top: 120px; }
    .product .product-l {
      width: 100%;
      position: inherit; }
    .product .product-r {
      width: 100%;
      margin-top: 10px; }
    .product h3 {
      padding-left: 0; }
    .product span {
      padding-left: 0; }
    .product .product-list, .product .product-list-tr {
      padding-left: 0; }
      .product .product-list li, .product .product-list-tr li {
        width: 100%; }
    .product p {
      font-size: 14px;
      line-height: 24px; }

  .contact li {
    width: 50%;
    margin-bottom: 30px; }
    .contact li:nth-child(2n) {
      border: none; }

  footer .foot-img {
    display: none; }
  footer .icon {
    width: 0.6rem;
    height: 0.6rem; }
  footer section div:first-child {
    width: 100%;
    text-align: center; }
  footer .foot-nav {
    margin-top: 15px;
    width: 100%; }
  footer h4 {
    font-size: 0.4rem; }
  footer i {
    font-size: 0.3rem; }
  footer .foot-list {
    display: block;
    writing-mode: inherit;
    height: auto;
    width: 100%; }
  footer dl {
    writing-mode: inherit; }
  footer dt {
    font-size: 0.3rem; }
  footer dd {
    font-size: 0.26rem; }
    footer dd:after {
      display: none; }
  footer .foot-beian {
    justify-content: center; } }

/*# sourceMappingURL=index.css.map */
