body,
html {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea,
.wmmb-button,
.wmmb-custom-button {
  font-family: 'Jost', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-white {
  background-color: #fff !important;
}

a {
  text-decoration: none;
}

.container {
  margin: 0 auto;
}

/* 最小宽度为1400px时 */
@media (min-width:993px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (max-width:576px) {
  .container {
    max-width: 540px;
  }
}

/* header */
.top {
  width: 100%;
  background-color: #222222;
  min-height: 36px;
  border-bottom: 1px solid #eaeaea;
  line-height: 36px;
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .top-left {
  color: #E5E5E5;
  font-size: 14px;
}

.top-box .top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.top-box .top-right .top-right-list {
  display: flex;
  align-items: center;
  /* padding: 0 10px; */
}

.top-box .top-right .top-right-list i {
  margin: 0 8px;
  color: #fff;
  cursor: pointer;
}

.top-box .top-right .top-line {
  padding: 0 10px;
  height: 15px;
}

.top-box .top-right .top-line .line-main {
  width: 1px;
  height: 100%;
  background-color: #cfb1ad;
}

.top-box .top-right .top-right-list a {
  margin: 0;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.top-box .top-right .top-right-list a {
  margin: 0;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.nav-box {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  height: 90px;
  line-height: 90px;
  background-color: #fff;
}

.nav-box .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-box .nav .nav-list {
   width: 100%; 
}

.nav-box .nav .nav-list ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/*.nav-box .nav .nav-list ul li {*/
/*  padding: 0 25px;*/
/*}*/

.nav-box .nav .nav-list ul li a {
  color: #000;
  font-size: 16px;
  transition: all 0.3 ease;
  font-weight: 600;
}

.nav-box .nav .nav-list ul li:hover a {
  color: #ff0000;
}

.nav-box .nav-button {
  transition: all 0.2 linear;
  display: flex;
  align-items: center;
}

.nav-box .nav-button .search-btn{
  margin-right: 10px;
  cursor: pointer;
}

.nav-box .nav-button .search-btn i::before{
  font-size: 20px;
}

.nav-box .nav-button .nav-button-box {
  display: block;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #ED1C28;
  text-transform: uppercase;
}

.nav-box .nav-button .nav-button-box:hover {
  background-color: #8d6d63;
}

.nav-box .nav-button .nav-button-box a {
  transition: all 0.2 linear;
}

.top-img {
  background-color: #fff;
  width: 100%;
  min-height: 90px;
  line-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}

.top-img a img {
  width: 230px;
  height: 52px;
}

.menu-box {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.menu-box .menu-box-ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-box .menu-box-ul>li {
  display: flex;
  align-items: center;
  padding: 0 10px 0 25px;
  cursor: pointer;
}

.menu-box .menu-box-ul>li>a {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 600;
  line-height: 20px;
}

.menu-box .menu-box-ul>li>a i {
  font-size: 12px;
  transition: all 0.3s ease;
}


.menu-box .menu-box-ul>.menu-box-li:hover>a {
  color: #ff0000;
}

.menu-box .menu-box-ul>.menu-box-li a:hover>i {
  color: #ff0000;
  transform: rotate(180deg);
}

.menu-box .menu-box-ul .menu-box-list {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  z-index: 9998;
  border-top: 1px solid #eee;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.menu-box .menu-box-list .menu-box-item {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0 30px;
  box-sizing: border-box;
}

.menu-box .menu-box-list .menu-box-item>li {
  color: #666;
  font-size: 15px;
  font-weight: 200;
  padding-top: 10px;
  border-bottom: 1px solid #eee;
}

.menu-box .menu-box-list .menu-box-item>li>a {
  color: #222;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.menu-box .menu-box-list .menu-box-item>li a:hover {
  color: #ED1C28;
}

.foot {
  padding: 60px 0;
  background-color: #f6f6f6;
}

.foot .foot-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.foot .foot-list .foot-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.foot .foot-list .foot-item .foot-item-top {
  margin-bottom: 1.75em;
  font-size: 22px;
  color: #222;
}

.foot .foot-list .foot-item .foot-item-top img {
  height: auto;
  max-width: 100%;
}

.foot .foot-list .foot-item .foot-item-bottom {
  margin-bottom: 1.75em;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 100;
}

.foot .foot-list .foot-item .foot-item-product ul {
  list-style-type: disc;
}

.foot .foot-list .foot-item .foot-item-product ul li {
  position: relative;
  line-height: 24px;
}

.foot .foot-list .foot-item .foot-item-product ul li a {
  font-size: 16px;
  color: #222;
  font-weight:400;
}

.foot .foot-list .foot-item .foot-item-product ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background: #868686;
  position: absolute;
  top: 8px;
  left: -10px;
}

.foot .foot-list .foot-item .foot-item-product ul li a:hover {
  color: #ED1C28;
}

.foot .foot-list .foot-item .foot-item-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.foot .foot-list .foot-item .foot-item-contact .foot-contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.foot .foot-list .foot-item .foot-item-contact .foot-contact-list i {
  font-size: 18px;
  color: #6c6c6c;
}

.foot .foot-list .foot-item .foot-item-contact .foot-contact-list span {
  margin-left: 12px;
  color: #6c6c6c;
  font-size: 16px;
  white-space: pre-wrap;
  font-weight:100;
}

.foot .foot-list .foot-item .foot-item-contact .foot-contact-list a {
  color: #6c6c6c;
  font-size: 16px;
  margin-left: 12px;
}

.foot .foot-list .foot-item .foot-item-contact .foot-contact-list a:hover {
  color: #ED1C28;
}

.foot .foot-list .foot-item .foot-factory {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.foot .foot-list .foot-item .foot-factory img {
  height: auto;
  max-width: 100%;
}

.footer {
  background-color: #1e2226;
  padding: 20px 0;
}

.footer .footer-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.footer .footer-list p {
  color: #868686;
  font-size: 16px;
}

.footer .footer-list .share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer .footer-list .share .fab {
  font-size: 18px;
  color: #868686;
  margin-left: 12px;
  cursor: pointer;
}

.right {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background-color: #ED1C28;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.right:hover {
  background-color: #1e2226;
}

.right .fa {
  color: #fff;
  font-size: 18px;
}

/* banner */
.banner {
  width: 100%;
  background-image: url(/static/image/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  box-sizing: border-box;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 0, 0, 0.4);
}

.banner .banner-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.banner .banner-list .banner-left {
  font-size: 2.125rem;
  color: #fff;
  z-index: 998;
}

.banner .banner-list .banner-right {
  font-size: 16px;
  color: #fff;
  z-index: 998;
  margin-left: 20px;
  text-align: center;
}

.banner .banner-list .banner-right a {
  font-size: 16px;
  color: #fff;
  transition: all 0.4 ease;
  word-break: break-all;
}

.banner .banner-list .banner-right a:hover {
  color: #ED1C28;
}

.nav-small {
  display: none;
}

.nav-small {
  width: 100%;
  background-color: #fff;
}

.nav-small .nav-menu {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-small .nav-menu a {
  cursor: pointer;
  display: inline-block;
}

.nav-small .nav-menu a img {
  width: 100%;
  height: auto;
}

.nav-small .nav-menu .nav-button img {
  width: 20px;
  height: 20px;
}


.header_fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  display: none
}

.header_fixed .header_p_box {
  width: 80%;
  height: 100%;
  overflow: auto;
  background: #fff
}

.header_fixed .header_p_box .email_p {
  padding: 3px 16px;
  background-color: #00184f
}

.header_fixed .header_p_box .email_p a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left
}

.header_fixed .header_p_box .email_p a,
.header_fixed .header_p_box .email_p i {
  color: #fff
}

.header_fixed .header_p_box .logo_p {
  padding: 14px 16px;
  margin-bottom: 8px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_fixed .header_p_box .logo_p .imglogo {
  display: block;
  height: 32px;
  min-width: 100px
}

.header_fixed .header_p_box .logo_p .imglogo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%
}

.header_fixed .header_p_box .logo_p i {
  font-size: 24px;
  color: #aaa
}

.header_fixed .header_p_box .header_menu_p .p_item {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left
}

.header_fixed .header_p_box .header_menu_p .p_item a {
  font-size: 14px;
  color: #444;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  padding: 10px 50px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.header_fixed .header_p_box .header_menu_p .p_item a.level2-a,
.header_fixed .header_p_box .header_menu_p .p_item a.level3-a,
.header_fixed .header_p_box .header_menu_p .p_item a.level4-a {
  font-size: 12px;
  color: #777
}

.header_fixed .header_p_box .header_menu_p .p_item a i {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header_fixed .header_p_box .header_menu_p .p_item a i:after,
.header_fixed .header_p_box .header_menu_p .p_item a i:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #444;
  position: absolute;
  left: 50%;
  top: 50%
}

.header_fixed .header_p_box .header_menu_p .p_item a i:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.header_fixed .header_p_box .header_menu_p .p_item a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.header_fixed .header_p_box .header_menu_p .p_item a .subtract:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0)
}

.header_fixed .header_p_box .header_menu_p .p_item .p_child {
  background: #fff;
  display: none
}

.header_fixed .header_p_box .header_menu_p .p_item .p_child .p_child_item a {
  font-size: 12px
}

.header_fixed .header_p_box .header_menu_p .p_item .p_child .p_child_item a {
  color: #444;
  padding-left: 24px;
  white-space: break-spaces
}

.header_fixed .header_p_box .header_menu_p .p_item .p_child .p_child_item .level3-a {
  padding-left: 48px
}

.header_fixed .header_p_box .header_menu_p .p_item .p_child .p_child_item .level4-a {
  padding-left: 62px
}

.header_fixed .header_p_box .header_menu_p .p_item {
  position: relative
}

.header_fixed .header_p_box .header_menu_p .p_item:after {
  content: '';
  display: block;
  position: absolute;
  left: 16px;
  bottom: 0;
  height: 1px;
  background: #ddd;
  width: 100%
}

/* 手机端 */
@media (max-width:920px) {
  .top {
    display: none;
  }

  .nav-box {
    display: none;
  }

  .top-img {
    display: none;
  }

  .menu-box {
    display: none;
  }
  .search-box{
    display: none;
  }

  .nav-small {
    display: block !important;
  }

  .foot {
    padding: 40px 0;
  }

  .foot .foot-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}

@media (max-width:768px) {
  .foot .foot-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .right {
    display: none !important;
  }

  .footer .footer-list {
    flex-direction: column;
  }

  .footer .footer-list p {
    text-align: center;
  }
  .banner .banner-list{
    flex-direction: column;
    justify-content: center !important;
  }
}

/*分页*/
#pagelist {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
  overflow: hidden
}

#pagelist span {
  padding: 5px 10px;
  background: #dddede;
  color: #bababa;
  margin: 0 2px;
  border: 1px solid #ccc;
}

#pagelist a {
  background: #fff;
  padding: 5px 10px;
  color: #333;
  margin: 0 2px;
  border: 1px solid #eee;
  /* display: inline-block; */
}

#pagelist .active {
  background: #009688;
  color: #fff;
}

.search-box{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #8d6d63;
  padding: 50px 0;
}
.search-box .search-box-list{
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.search-box .search-box-list .search-left{
  width: 50%;
}

/* .search-box .search-box-list .search-left .layui-input{
  background-color: #8d6d63 !important;
  border-color: #8d6d63;
} */

.search-box .search-box-list .search-close img{
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* 隐藏翻译下拉 */
#translate{
  display: none !important;
}
