* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
html {
  background: white;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
header {
  width: 100%;
  height: auto;
  background: white;
}
header .h-nav {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
}
header .h-nav .hn-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5%;
}
header .h-nav .hn-logo .pc-logo {
  display: block;
}
header .h-nav .hn-logo .m-logo {
  display: none;
}
header .h-nav .hn-mobile-show {
  display: none;
}
header .h-nav .hn-nav {
  margin-right: 5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-nav .hn-nav .hnn-close {
  display: none;
}
header .h-nav .hn-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-nav .hn-nav ul li {
  margin-right: 45px;
}
header .h-nav .hn-nav ul li a {
  color: #666666;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 10px;
  display: block;
  border-bottom: 1px solid transparent;
}
header .h-nav .hn-nav ul li a:hover {
  color: black;
}
header .h-nav .hn-nav ul .nav-active a {
  border-bottom: 2px solid black;
  color: #222222;
}
header .h-swiper {
  width: 100%;
  height: auto;
  background: #e6e7e7;
}
header .h-swiper .swiper-container {
  width: 100%;
  height: auto;
}
header .h-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
header .h-swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
header .h-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: black;
  border-radius: 0;
  width: 30px;
  height: 3px;
}
section .m-loaddng {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section .m-loaddng .ml-content i {
  font-size: 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
section .m-loaddng .ml-content p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
footer {
  width: 100%;
  height: auto;
  background: #020205;
}
footer .f-fc {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .f-fc .ff-item {
  background: white;
  padding: 15px 15px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
  position: relative;
}
footer .f-fc .ff-item .ffi-default {
  display: block;
}
footer .f-fc .ff-item .ffi-hover {
  display: none;
}
footer .f-fc .ff-item img {
  width: 20px;
  height: auto;
}
footer .f-fc .ff-item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
footer .f-fc .ff-item:hover {
  background: #FA5A00;
  border-color: #FA5A00;
  cursor: pointer;
}
footer .f-fc .ff-item:hover .ffi-default {
  display: none;
}
footer .f-fc .ff-item:hover .ffi-hover {
  display: block;
}
footer .f-fc .ff-item:hover .ffi-bm {
  display: block;
}
footer .f-fc .ff-item:hover .ffi-lx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .f-fc .ff-item .ffi-bm {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
  margin-top: -20px;
  width: 50px;
  height: 40px;
  background: #404040;
  border-radius: 5px;
  display: none;
}
footer .f-fc .ff-item .ffi-bm i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-right: -16px;
  margin-top: -8px;
  border-color: transparent transparent transparent #404040;
  border-width: 8px;
  border-style: solid;
}
footer .f-fc .ff-item .ffi-bm p {
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 40px;
}
footer .f-fc .ff-item .ffi-lx {
  position: absolute;
  display: none;
  right: 100%;
  top: 0;
  margin-right: 10px;
  width: 350px;
  height: auto;
  padding: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: white;
  -webkit-box-shadow: 0 4px 16px 0 rgba(107, 93, 81, 0.1);
          box-shadow: 0 4px 16px 0 rgba(107, 93, 81, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f-fc .ff-item .ffi-lx i {
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 0;
  height: 0;
  margin-right: -16px;
  border-color: transparent transparent transparent white;
  border-width: 8px;
  border-style: solid;
}
footer .f-fc .ff-item .ffi-lx .ffil-left p {
  font-size: 14px;
  color: #222222;
  padding: 0 20px;
  font-weight: bold;
}
footer .f-fc .ff-item .ffi-lx .ffil-center .ffilc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f-fc .ff-item .ffi-lx .ffil-center .ffilc-item img {
  width: 15px;
  height: auto;
}
footer .f-fc .ff-item .ffi-lx .ffil-center .ffilc-item p {
  font-size: 14px;
  color: #222222;
  margin-left: 5px;
}
footer .f-fc .ff-item .ffi-lx .ffil-right {
  margin-left: 15px;
}
footer .f-fc .ff-item .ffi-lx .ffil-right img {
  width: 70px;
  height: auto;
}
footer .f-fc .ff-item:nth-of-type(2) {
  border-bottom: 1px solid #DDDDDD;
}
footer .f-fc .ffi-returnT {
  display: none;
  border-top: none;
}
footer .f-content {
  width: 90%;
  height: 120px;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .f-content .fc-left {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f-content .fc-left img {
  width: 140px;
  height: auto;
}
footer .f-content .fc-left p {
  margin-left: 56px;
  font-size: 30px;
  color: white;
}
footer .f-content .fc-right {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f-content .fc-right a {
  color: black;
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  background: white;
  margin-left: 20px;
}
@media screen and (min-width: 100px) and (max-width: 1200px) {
  header .h-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
  }
  header .h-nav .hn-mobile-show {
    display: block;
    width: 30px;
    margin-right: 10px;
  }
  header .h-nav .hn-mobile-show img {
    width: 100%;
    height: auto;
  }
  header .h-nav .hn-nav {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
  }
  header .h-nav .hn-nav ul {
    position: absolute;
    right: -100%;
    top: 0;
    background: white;
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
    padding-right: 50px;
  }
  header .h-nav .hn-nav ul .hnn-close {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
  header .h-nav .hn-nav ul .hnn-close img {
    width: 35px;
    height: auto;
  }
  header .h-nav .hn-nav ul li {
    margin: 0;
  }
  header .h-nav .hn-nav ul li a {
    margin: 0;
    text-align: center;
  }
  footer .f-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .f-content .fc-left {
    width: 100%;
  }
  footer .f-content .fc-right {
    width: 100%;
  }
}
@media screen and (min-width: 100px) and (max-width: 414px) {
  header .h-nav {
    height: 40px;
  }
  header .h-nav .hn-logo {
    width: 64px;
    height: auto;
  }
  header .h-nav .hn-logo img {
    width: 100%;
    height: auto;
  }
  header .h-nav .hn-logo .pc-logo {
    display: none;
  }
  header .h-nav .hn-logo .m-logo {
    display: block;
  }
  header .h-nav .hn-mobile-show {
    width: 20px;
  }
  footer .f-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
  }
  footer .f-content .fc-left {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
  footer .f-content .fc-left img {
    width: 100px;
    height: auto;
  }
  footer .f-content .fc-left p {
    width: 100%;
    font-size: 18px;
    margin: 0;
    text-align: center;
    margin-top: 10px;
  }
  footer .f-content .fc-right {
    width: 100%;
  }
  footer .f-fc {
    right: 3px;
  }
  footer .f-fc .ff-item .ffi-lx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 270px;
  }
  footer .f-fc .ff-item .ffi-lx .ffil-left {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  footer .f-fc .ff-item .ffi-lx .ffil-center {
    margin-left: 15px;
  }
}
