* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

@font-face {
  font-family: "HarmonyOS_Sans_Bold";
  src: url("../font/HarmonyOS_Sans_Bold.ttf");
}

@font-face {
  font-family: "HarmonyOS_Sans_Light";
  src: url("../font/HarmonyOS_Sans_Light.ttf");
}

@font-face {
  font-family: "HarmonyOS_Sans_Medium";
  src: url("../font/HarmonyOS_Sans_Medium.ttf");
}

@font-face {
  font-family: "HarmonyOS_Sans_Regular";
  src: url("../font/HarmonyOS_Sans_Regular.ttf");
}

html {
  font-size: 16px;
  font-family: "HarmonyOS_Sans_Medium";
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  list-style: none;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 96%;
}

.main {
  padding-top: 80px;
}

/* header */
.header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.header.act {
  background: transparent;
}

.header .header_cen {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header_cen .headerLogo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  aspect-ratio: 1/1;
}

.header .header_cen .headerLogo a img {
  display: block;
  width: 100%;
  object-fit: contain;
  max-height: 100%;
}

.header .headerRight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .headerRight .navigationList {
  display: flex;
  align-items: center;
}

.header .headerRight .navigationList .navigation {
  margin-right: 60px;
  position: relative;
}

.header .headerRight .navigationList .navigation.pro {
  position: unset;
}

.navigationList .navigation .navigation_top {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.navigationList .navigation .navigation_top .iconfont {
  display: none;
}

.navigationList .navigation .navigation_top a {
  font-size: 16px;
  line-height: 1;
  color: #1a1a1a;
  transition: all 0.3s ease;
  position: relative;
}

.navigationList .navigation .navigation_top a:hover {
  color: #f47900;
}

.navigationList .navigation.active .navigation_top a {
  color: #f47900;
}

.navigationList .navigation .navigation_bom {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  padding: 10px 20px 20px;
  background: #ffffff;
  border-radius: 4px;
  display: none;
}

.navigationList .navigation .navigation_bomb {
  position: absolute;
  left: 0%;
  top: 80px;
  transform: translateX(0%);
  width: 100vw;
  background: #f5f5f5;
  display: none;
}

.navigation_bomb .navigation_bombCen {
  display: flex;
  justify-content: space-between;
}

.navigation_bomb .navigation_bombCen .navigation_bombL {
  width: 31.43%;
  padding: 60px 0 70px;
  text-align: center;
  font-size: 40px;
  color: #f47900;
  line-height: 1;
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
}

.navigation_bomb .navigation_bombCen .navigation_bombR {
  position: relative;
  z-index: 2;
  width: 68.57%;
  padding: 60px 90px 70px;

  background: #fff;
}

.navigation_bomb .navigation_bombCen .navigation_bombR .navigation_bombRCen {
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: calc(100vh - 80px);
}

.navigation_bomb .navigation_bombCen .navigation_bombR::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vh;
  height: 100%;
  background: #fff;
}

.navigation_bomb .navigation_bombCen .navigation_bombR .navigation_box {
  width: 190px;
}

.navigation_box .navigation_box_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1;
  font-family: "HarmonyOS_Sans_Bold";
  color: #333333;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.navigation_box .navigation_box_top a {
  color: #333333;
  transition: all 0.3s ease;
}

.navigation_box .navigation_box_top a:hover {
  color: #f47900;
}

.navigation_box .navigation_box_bom a {
  font-size: 15px;
  line-height: 28px;
  margin-top: 16px;
  font-family: "HarmonyOS_Sans_Regular";
  color: #333333;
  transition: all 0.3s ease;
  display: block;
}

.navigation_box .navigation_box_bom a:hover {
  color: #f47900;
}

.navigationList .navigation .navigation_bom .navigation_bomCen {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.navigationList .navigation .navigation_bom .navigation_bomCen a {
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.navigationList .navigation .navigation_bom .navigation_bomCen a:hover {
  color: #f47900;
}

.header.act .headerRight .headerPhone a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.header .headerRight .Search {
  position: relative;
}

.header .headerRight .Search .Search_top {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
}

.header .headerRight .Search .Search_top .iconfont {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
}

.header .headerRight .Search .Search_bom {
  position: absolute;
  right: 0;
  top: 80px;
  display: none;
}

.header .headerRight .Search .Search_bom form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .headerRight .Search .Search_bom form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  text-indent: 25px;
}

.header .headerRight .Search .Search_bom form button{
  background: none;
  border: 0;
}

.header .headerRight .Search .Search_bom form .iconfont {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header .headerRight .Search .Search_bom form .iconfont:hover {
  color: #f47900;
}

.header .headerRight .headerPhone a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 256px;
  height: 44px;
  border-radius: 44px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, #7be523, #08c642);
  font-size: 24px;
  line-height: 1;
}

.header .headerRight .headerPhone a .iconfont {
  font-size: 24px;
  line-height: 1;
  margin-right: 8px;
}

.header .headerRight .headerCaidan {
  display: none;
}

@media screen and (max-width: 1500px) {
  .header .headerRight .navigationList .navigation {
    margin-right: 50px;
  }

  .header .headerRight .headerPhone a {
    font-size: 20px;
    width: 220px;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombL {
    padding: 50px 0 60px;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombR {
    padding: 50px 80px 50px;
  }
}

@media screen and (max-width: 1300px) {
  .header .headerRight .navigationList .navigation {
    margin-right: 36px;
  }

  .header .headerRight .headerPhone a {
    font-size: 18px;
    width: 200px;
  }

  .header .headerRight .headerPhone a .iconfont {
    font-size: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .header .headerRight .navigationList .navigation {
    margin-right: 30px;
  }

  .navigationList .navigation .navigation_top a {
    font-size: 15px;
  }

  .header .headerRight .headerPhone a {
    font-size: 16px;
    width: 180px;
    height: 36px;
  }

  .header .headerRight .headerPhone a .iconfont {
    font-size: 16px;
  }

  .navigationList .navigation .navigation_bom {
    padding: 10px 16px 10px;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombL {
    padding: 30px 0;
    font-size: 32px;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombR {
    padding: 40px 60px;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombR .navigation_box {
    width: 180px;
  }

  .navigation_box .navigation_box_top {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .navigation_box .navigation_box_bom a {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 999px) {
  .header .headerRight .navigationList .navigation {
    margin-right: 20px;
  }

  .header .header_cen .headerLogo a {
    width: 73px;
  }

  .header .headerRight .headerPhone a {
    width: 170px;
  }

  .navigationList .navigation .navigation_top {
    height: 80px;
  }

  .navigationList .navigation .navigation_bom {
    top: 80px;
  }

  .main {
    padding-top: 80px;
  }
}

@media screen and (max-width: 930px) {
  .header .headerRight .headerCaidan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
  }

  .header .headerRight .headerCaidan .iconfont {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .header.act .headerRight .headerCaidan .iconfont {
    font-size: 24px;
    line-height: 1;
    color: #1a1a1a;
  }

  .header .headerRight .headerCaidan .iconfont:hover {
    color: #f47900;
  }

  .header .headerRight .headerCaidan .iconfont.none {
    display: none;
  }

  .header .headerRight .navigationList {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    display: none;
  }

  .header .header_cen .headerLogo a {
    height: 80px;
  }

  .header.act .navigationList .navigation .navigation_top a {
    color: #1a1a1a;
  }

  .header.act .navigationList .navigation.active .navigation_top a {
    color: #f47900;
  }

  .header .headerRight .navigationList {
    flex-direction: column;
    overflow-y: auto;
    padding: 20px;
  }

  .header .headerRight .navigationList .navigation {
    margin-right: 0;
    width: 100%;
  }

  .navigationList .navigation .navigation_top {
    height: 50px;
    justify-content: space-between;
  }

  .navigationList .navigation.pro .navigation_bomb {
    position: static;
    width: 100%;
    transform: none;
    display: none;
    overflow: hidden;
  }

  .navigation_bomb .navigation_bombCen {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombL {
    display: none;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombL,
  .navigation_bomb .navigation_bombCen .navigation_bombR {
    width: 100%;
    padding: 0px 15px;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombR .navigation_box {
    width: 100%;
    padding-top: 20px;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombR .navigation_box .navigation_box_top .iconfont {
    transition: all 0.3s ease;
  }

  .navigation_bomb .navigation_bombCen .navigation_bombR .navigation_box.act .navigation_box_top .iconfont {
    transform: rotate(90deg);
  }

  .navigation_bomb .navigation_bombCen .navigation_bombR .navigation_box .navigation_box_bom {
    display: none;
  }

  .navigationList .navigation .navigation_top::before {
    display: none;
  }

  .navigationList .navigation.active .navigation_top::after {
    display: none;
  }

  .navigationList .navigation .navigation_top .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .navigationList .navigation .navigation_bom {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    padding: 0 10px;
  }

  .navigationList .navigation .navigation_bom .navigation_bomCen a {
    text-align: left;
  }

  .navigationList .navigation.bshow .navigation_top .iconfont {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .header .navigationList .navigation .navigation_top a {
    font-weight: bold;
  }

  .header .headerRight .headerPhone a {
    font-size: 14px;
    width: 146px;
  }

  .header .headerRight .navigationList {
    padding: 2vw 4vw;
  }

  .header .headerRight .Search .Search_bom form {
    width: 300px;
  }
}

/* footer */
.footer {
  width: 100%;
  background: #200b01;
}

.footer .footer_top {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #4d3c34;
}

.footer .footer_top .footer_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}

.footer .footer_top .footer_box p {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer .footer_top .footer_box>a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #fff;
  margin-bottom: 8px;
  transition: all 0.1s ease;
}

.footer .footer_top .footer_box a:hover {
  opacity: 1;
}

.footer .footer_top .footer_box .follow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 18px;
}

.footer .footer_top .footer_box .follow a .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  transition: all 0.3 ease;
}

.footer .footer_top .footer_box .follow a .iconfont img{
  width: 100%;
  border-radius: 50%;
}

.footer .footer_top .footer_box .follow a .iconfont:hover {
  opacity: 1;
}

.footer .footer_top .footer_box .footer_text {
  font-size: 16px;
  line-height: 26px;
  font-family: "HarmonyOS_Sans_Light";
  color: #99928f;
  width: 487px;
  max-width: 100%;
}

.footer .footer_top .footer_box .footer_from {
  width: 487px;
  margin-top: 12px;
  max-width: 100%;
}

.footer .footer_top .footer_box .footer_from form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #99928f;
}

.footer .footer_top .footer_box .footer_from form .input {
  width: 100%;
  height: 100%;
}

.footer .footer_top .footer_box .footer_from form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  text-indent: 1em;
  color: #fff;
  font-size: 16px;
  font-family: "HarmonyOS_Sans_Medium";
}

.footer .footer_top .footer_box .footer_from form input::placeholder {
  color: #99928f;
  font-size: 16px;
  font-family: "HarmonyOS_Sans_Light";
}

.footer .footer_top .footer_box .footer_from form .button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: 0;
}

.footer .footer_top .footer_box .footer_from form .button .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 32px;
}

.footer .footer_bom {
  text-align: center;
  padding: 18px 0;
  font-size: 15px;
  line-height: 22px;
  color: #99928f;
}

@media screen and (max-width: 1300px) {
  .footer .footer_top {
    padding: 60px 0;
  }

  .footer .footer_top .footer_box p {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .footer .footer_top .footer_box {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer_top .footer_box {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer .footer_top .footer_box p {
    width: 100%;
  }

  .footer .footer_top .footer_box>a {
    margin-right: 12px;
  }

  .footer .footer_top {
    padding: 36px 0;
  }
}

/* 分页器 */

.fyq {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#pages li{
  margin: 0 5px;
}

.fyq a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  line-height: 1;
  color: #808080;
  transition: all 0.3s ease;
}

.fyq .active {
  background: #f47900;
  border-color: #f47900;
}

.fyq .active a{
  color: #fff;
}

.fyq a:hover {
  background: #f47900;
  border-color: #f47900;
  color: #fff;
}

/* 分页器 */
.mbx {
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}

.mbx ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  padding: 15px 0;
}

.mbx ul li {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-right: 4px;
}

.mbx ul li a {
  transition: all 0.2s ease;
  color: #999999;
}

.mbx ul li a:hover {
  color: #f47900;
}

/* banner */
.pbanner {
  width: 100%;
  position: relative;
}

.pbanner .pbanner_prc img {
  display: block;
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}

.pbanner .pbanner_zi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pbanner .pbanner_zi h6 {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-family: "HarmonyOS_Sans_Regular";
}

@media screen and (max-width: 1200px) {
  .pbanner .pbanner_zi h6 {
    font-size: 50px;
  }
}

@media screen and (max-width: 960px) {
  .pbanner .pbanner_zi h6 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pbanner .pbanner_zi h6 {
    font-size: 32px;
  }
}