@font-face {
  font-family: "Alimama ShuHeiTi";
  src: url("../Alimama_ShuHeiTi_Bold.ttf");
}
html {
  height: 100%;
  box-sizing: border-box;
  scrollbar-width: none;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
  border: none;
}
a:focus,
a:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
::-webkit-scrollbar {
  width: 0!important;
  /*隐藏滚动条空间*/
  background-color: transparent;
  /*隐藏背景*/
  -ms-overflow-style: none;
}
p {
  word-break: break-all;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pcTop {
  display: none;
  border-bottom: 4px solid #e0e2e8;
}
.pcTop .logo {
  height: 60px;
  margin-top: 20px;
  cursor: pointer;
}
.pcTop .nav {
  color: #31322c;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
}
.pcTop .nav li {
  margin-right: 60px;
  position: relative;
  line-height: 100px;
  cursor: pointer;
}
.pcTop .nav li::after {
  display: none;
  position: absolute;
  content: "";
  width: 70px;
  height: 10px;
  border-radius: 10px;
  background: #c00000;
  bottom: -1px;
  left: calc(50% - 35px);
}
.pcTop .nav li:last-child {
  margin-right: 0;
}
.pcTop .nav .active {
  color: #c00000;
}
.pcTop .nav .active::after {
  display: block;
}
.mobileTop {
  display: flex;
  margin: 18px 16px !important;
  align-items: center;
}
.mobileTop .logo {
  width: 167px;
  height: 33px;
  cursor: pointer;
}
.mobileTop .menuIcon {
  width: 28px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .pcTop {
    display: block;
  }
  .mobileTop {
    display: none;
  }
}
.product {
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: none;
}
.product .box {
  background-color: #fff;
  padding: 65px 0 47px;
}
.product .box .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
.product .box .flex li {
  margin-right: 23px;
}
.product .box .flex li:nth-child(6n) {
  margin-right: 0;
}
.product .box .flex li .imgBox {
  position: relative;
}
.product .box .flex li .imgBox .navImg {
  width: 180px;
  height: 120px;
  border-radius: 4px;
  object-fit: cover;
}
.product .box .flex li .imgBox .navTitle {
  position: absolute;
  bottom: 0;
  width: 180px;
  height: 28px;
  border-radius: 0 0 4px 4px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}
.product .box .flex li .list {
  margin-top: 27px;
  scrollbar-width: none;
}
.product .box .flex li .list p {
  color: #31322C;
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product .box .flex li .list p:last-child {
  margin-bottom: 0;
}
.product .box .flex li .list p::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #31322C;
  margin: 0 10px;
}
.product .box .flex li .list p:hover {
  color: #c00000;
}
.product .box .flex li .list p:hover::before {
  background-color: #c00000;
}
.mobileMeun {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 2px solid #C00000;
  height: 100%;
}
.mobileMeun .box {
  background-color: #fff;
  padding: 0 22px 0 17px;
}
.mobileMeun .box a {
  display: block;
  border-bottom: 1px solid #D2D2D2;
}
.mobileMeun .box a:last-child {
  border-bottom: none;
}
.mobileMeun .box .list {
  height: 61px;
  align-items: center;
}
.mobileMeun .box .list span {
  font-size: 18px;
  color: #31322C;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.mobileMeun .box .list img {
  width: 20px;
  height: 20px;
}
.mobileMeun .box .list:hover span {
  color: #C00000;
}
.mobileMeun .box .mobileProduct {
  height: auto;
  border-bottom: 1px solid #D2D2D2;
  cursor: pointer;
}
.mobileMeun .box .mobileProduct .productTitle {
  height: 61px;
  align-items: center;
}
.mobileMeun .box .mobileProduct .productBox {
  display: none;
  background: #FFFFFF;
  border: 1px solid #E0E2E8;
}
.mobileMeun .box .mobileProduct .productBox .productBoxLeft {
  flex-shrink: 0;
}
.mobileMeun .box .mobileProduct .productBox .productBoxLeft p {
  height: 47px;
  width: 118px;
  background: #F0F1F4;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  text-align: center;
  line-height: 47px;
  margin: 0;
  cursor: pointer;
}
.mobileMeun .box .mobileProduct .productBox .productBoxLeft .mobileActive {
  color: #C00000;
  font-weight: bolder;
  background-color: #fff;
}
.mobileMeun .box .mobileProduct .productBox .productBoxRight {
  flex: 1;
  padding: 22px 29px;
}
.mobileMeun .box .mobileProduct .productBox .productBoxRight p {
  color: #31322C;
  font-family: Microsoft YaHei;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}
.mobileMeun .box .mobileProduct .productBox .productBoxRight p::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #31322C;
  margin: 0 10px;
}
.mobileMeun .box .mobileProduct .productBox .productBoxRight p:hover {
  color: #C00000;
}
.mobileMeun .box .mobileProduct .productBox .productBoxRight p:hover::before {
  background-color: #C00000;
}
.mobileMeun .box .mobileProduct:hover {
  border: none;
}
.mobileMeun .box .mobileProduct:hover img {
  transform: rotate(90deg);
}
.mobileMeun .box .mobileProduct:hover .productBox {
  display: flex;
}
.footer_pc {
  display: none;
  background: #31322c;
}
.footer_pc .footerBox .box1 {
  margin: 54px 0 0;
}
.footer_pc .footerBox .box1 .text {
  color: #e0e2e8;
  font-family: Microsoft YaHei;
  font-size: 16px;
  text-align: left;
}
.footer_pc .footerBox .box1 .address {
  margin: 5px 60px 0 0;
}
.footer_pc .footerBox .code {
  width: 134px;
  height: 134px;
  margin: 26px 0;
}
.footer_mobile {
  background: #333333;
}
.footer_mobile .footerBox {
  padding: 17px 0 13px;
  text-align: center;
}
.footer_mobile .footerBox p {
  color: #e0e2e8;
  font-family: Microsoft YaHei;
  font-size: 10px;
  margin-bottom: 5px;
  word-break: normal;
}
.footer_mobile .footerBox p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .footer_pc {
    display: block;
  }
  .footer_mobile {
    display: none;
  }
}
