@charset "UTF-8";

.head-box {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 900;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.head-box .head-top {
  line-height: 34px;
  background-color: #222;
}

.head-box .head-top p {
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.head-box .head-are-max {
  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;
}

.head-box .head-are-max .head-lm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-box .head-are-max .head-lm .imgs {
  margin-right: 15px;
  height: 50px;
}

.head-box .head-are-max .head-lm .imgs img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.head-box .head-are-max .head-lm h1 a {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  opacity: 1;
}

.head-box .head-are-max .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-box .head-are-max .nav_box .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.head-box .head-are-max .nav_box .nav_list a {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #222;
}

.head-box .head-are-max .nav_box .nav_list a:hover {
  color: #EB0B2BFF;
}

.head-box .head-are-max .nav_box .nav_list .nav_activate {
  color: #EB0B2BFF;
  position: relative;
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main {
  line-height: 75px;
  display: inline-block;
  position: relative;
  color: #222;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main:hover {
  color: #EB0B2BFF;
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main:hover .layui-custom {
  display: block;
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main:hover {
  color: #EB0B2BFF;
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main:hover .site-nav--list {
  display: block;
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main .site-nav--list {
  display: none;
  position: absolute;
  top: 72px;
  left: 50%;
  right: 0;
  width: 90px;
  padding: 10px 0;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main .site-nav--list .site-nav--item {
  display: block;
  line-height: 32px;
  font-size: 14px;
  color: #222;
  text-align: center;
  padding: 0 10px;
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main .site-nav--list .site-nav--item:hover {
  color: #EB0B2BFF;
}

.head-box .head-are-max .nav_box .nav_list .site-nav-main.nav_activate {
  color: #EB0B2BFF;
}

.head-box .head-are-max .lang-box {
  position: relative;
}

.head-box .head-are-max .lang-box .lang-are i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../static-img/lang-black-icon.webp") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.head-box .head-are-max .lang-box .lang-country-box {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  width: 240px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #222;
  z-index: 3;
}

.head-box .head-are-max .lang-box .lang-country-box .item {
  width: auto;
  height: auto;
}

.head-box .head-are-max .lang-box .lang-country-box .item .item-title {
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
}

.head-box .head-are-max .lang-box .lang-country-box .but {
  margin-top: 20px;
}

.head-box .head-are-max .lang-box .lang-country-box .but a {
  width: 100%;
  line-height: 36px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.head-box .head-are-max .menus {
  height: 100%;
  width: 24px;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}

.head-box .head-are-max .menus:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0%;
  vertical-align: middle;
}

.head-box .head-are-max .menus span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  height: 2px;
  width: 20px;
  margin-left: -8px;
  margin-top: -1px;
  border-radius: 1231px;
  background: #222;
  -webkit-transition-duration: 0.086s;
  transition-duration: 0.086s;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
}

.head-box .head-are-max .menus span:first-child {
  display: inline-block;
  margin-top: -7px;
}

.head-box .head-are-max .menus span:last-child {
  display: inline-block;
  margin-top: 5px;
}

/* 点击分类 手机端导航列表 */
.classify {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  /* left: -100%; */
  left: 0px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.54);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: all .2s;
  transition: all .2s;
  /* transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; */
  z-index: 1200;
  pointer-events: none;
}

.classify_con {
    display: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  /* transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; */
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Roboto, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0.06rem 0.2rem, rgba(0, 0, 0, 0.23) 0px 0.06rem 0.2rem;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 0.06rem 0.2rem, rgba(0, 0, 0, 0.23) 0px 0.06rem 0.2rem;
  border-radius: 0px;
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1300;
  left: 0px;
  top: 0px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  overflow: auto;
}

.classify_con_div .nacitems {
  position: relative;
  padding: 0;
  border: none;
  cursor: pointer;
}

.classify_con_div .nacitems .phone-port-site-nav--list {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  padding: 0;
  background-color: #d8d8d8;
  z-index: 2;
}

.classify_con_div .nacitems .phone-port-site-nav--list .site-nav--item {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  color: #222;
}

.classify_con_div .nacitems .site-icon--arrows {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 14px;
  padding: 0;
  background: url("../static-img/comm17-icon.webp") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.classify_con_div .activate-opt .site-icon--arrows {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.classify_con_div div {
  padding: 15px 0;
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

.classify_con_div .child div {
  padding-left: 2rem;
}

.classify_con_div .phone_nav_activate > div {
  color: #EB0B2BFF;
}

.lang-country-box {
  position: relative;
  cursor: pointer;
}

.lang-country-box p {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lang-country-box p i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../static-img/lang-black-icon.webp") no-repeat;
  background-size: contain;
}

.lang-country-box p span {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 700;
}

.lang-country-box .lang-country-box {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  width: 60%;
  padding: 16px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #222;
  z-index: 3;
}

.lang-country-box .lang-country-box .item .item-title {
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
}

.lang-country-box .lang-country-box .but {
  margin-top: 20px;
}

.lang-country-box .lang-country-box .but a {
  width: 100%;
  line-height: 36px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.pendant-box {
  position: fixed;
  top: 60%;
  right: 25px;
  z-index: 3;
}

.pendant-box .contact-are .item {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 12px;
}

.pendant-box .contact-are .item a {
  display: block;
  width: inherit;
  height: inherit;
}

.pendant-box .contact-are .stick {
  background: url("../static-img/fiex-icon2.webp") no-repeat center;
  background-size: cover;
}

.pendant-box .contact-are .stick:hover {
  background: url("../static-img/fiex-icon4.webp") no-repeat center;
  background-size: cover;
}

.wallpaper-are {
  width: 100%;
}

.wallpaper-are img {
  width: 100%;
  height: 100%;
}

.middle-are {
  padding-top: 104px;
  background-color: #F5F5F5FF;
}

.footer-box {
  padding: .4545rem 0;
  background-color: #000;
}

.footer-box .footerMx {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px;
}

.footer-box .footerMx .item .itemHa {
  height: 40px;
  margin-bottom: .2273rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-box .footerMx .item .itemHa h6 {
  display: table;
  height: 100%;
  font-size: .1636rem;
  color: #fff;
  position: relative;
}

.footer-box .footerMx .item .itemHa h6::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.footer-box .footerMx .item dl dt {
  height: 27px;
  line-height: 27px;
  margin-bottom: .0909rem;
  color: #fff;
}

.footer-box .footerMx .item dl dd {
  line-height: 27px;
  color: #fff;
  font-size: .1273rem;
  text-indent: -40px;
  padding-left: 40px;
}

.footer-box .footerMx .item dl dd a {
  margin-right: .0909rem;
}

.footer-box .footerMx .item dl dd .address {
  color: #fff;
}

.footer-box .footerMx .item .code-are {
  width: auto;
  height: 160px;
}

.footer-box .footerMx .item .code-are img {
  height: 100%;
}

@media screen and (max-width: 1680px) {
  .warp {
    width: 82%;
  }
}

@media screen and (max-width: 1440px) {
  .warp {
    width: 88%;
  }
}

@media screen and (max-width: 1366px) {
  .head-box .head-are-max .nav_box .nav_list a {
    margin: 0 -6px;
  }
  .footer-box .footerMx {
    width: 95%;
  }
}

@media screen and (max-width: 1280px) {
  .head-box .head-are-max .nav_box .nav_list a {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 1024px) {
  .warp {
    width: 84%;
  }
  .head-box .head-top,
  .head-box .head-are-max .lang-box,
  .head-box .head-are-max .nav_box {
    display: none;
  }
  .head-box .head-are-max {
    padding: 8px 0;
  }
  .head-box .head-are-max .head-lm .imgs {
    height: 46px;
  }
  .head-box .head-are-max .head-lm h1 {
    font-size: 16px;
  }
  .head-box .head-are-max .menus {
    display: block;
  }
  .middle-are {
    padding-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .head-box .head-are-max {
    padding: 8px 42px;
  }
  .classify_con_div .nacitems .phone-port-site-nav--list {
    top: 66px;
  }
  .footer-box .footerMx {
    grid-gap: 45px;
  }
}

@media screen and (max-width: 767px) {
  .warp {
    width: 92%;
  }
  .head-box .head-are-max {
    padding: 8px 0;
  }
  .head-box .head-are-max .head-lm .imgs {
    height: 43px;
  }
  .head-box .head-are-max .head-lm h1 {
    font-size: 12px;
  }
  .pendant-box {
    right: 14px;
  }
  .pendant-box .contact-are .item {
    width: 40px;
    height: 40px;
  }
  .classify_con {
    width: 70%;
  }
  .classify_con_div div {
    font-size: 16px;
    padding: 15px 0;
  }
  .classify_con_div .nacitems .phone-port-site-nav--list .site-nav--item {
    font-size: 14px;
  }
  .lang-country-box p i {
    width: 18px;
    height: 18px;
  }
  .lang-country-box p span {
    padding: 0;
    font-size: 16px;
  }
  .lang-country-box .lang-country-box {
    width: 86%;
  }
  .classify_con_div .nacitems .phone-port-site-nav--list {
    top: 52px;
  }
  .classify_con_div .nacitems .site-icon--arrows {
    right: 16px;
    width: 12px;
    height: 12px;
  }
  .middle-are {
    padding-top: 60px;
  }
  .footer-box .footerMx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0;
  }
  .footer-box .footerMx .item {
    width: 100%;
    margin-bottom: 35px;
  }
  .footer-box .footerMx .item .code-are {
    height: 100px;
  }
  .footer-box .footerMx .item:last-child {
    margin-bottom: 0px;
  }
}