/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   font-weight: normal;
   vertical-align: baseline;
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section{
   display: block;
 }
 ol, ul, li{
   list-style: none;
 }
 blockquote, q{
   quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after{
   content: '';
   content: none;
 }
 table{
   border-collapse: collapse;
   border-spacing: 0;
 }
  
 /* custom */
 a{
   color: #7e8c8d;
   text-decoration: none;
 }
 ::-webkit-scrollbar{
   width: 5px;
   height: 5px;
 }
 ::-webkit-scrollbar-track-piece{
   background-color: rgba(0, 0, 0, 0.2);
 }
 ::-webkit-scrollbar-thumb:vertical{
   height: 5px;
   background-color: rgba(125, 125, 125, 0.7);
 }
 ::-webkit-scrollbar-thumb:horizontal{
   width: 5px;
   background-color: rgba(125, 125, 125, 0.7);
 }
 html, body{
   width: 100%;
   font-family: "Arial", "Microsoft YaHei", "\9ED1\4F53", "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", sans-serif;
 }
 body{
   line-height: 1;
   -webkit-text-size-adjust: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 html{
   overflow-y: scroll;
 }
  
 /*清除浮动*/
 .clearfix:before,
 .clearfix:after{
   content: " ";
   display: inline-block;
   height: 0;
   clear: both;
   visibility: hidden;
 }
 .clearfix{
   *zoom: 1;
 }
  
 /*隐藏*/
 .dn{
   display: none;
 }
@media (-webkit-device-pixel-ratio: 2) {
  html body {
    min-width: 640px;
  }
}
@media (-webkit-device-pixel-ratio: 3) {
  html body {
    min-width: 960px;
  }
}
html body[data-content-max] {
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media (-webkit-device-pixel-ratio: 2) {
  html body[data-content-max] {
    max-width: 1080px;
  }
}
@media (-webkit-device-pixel-ratio: 3) {
  html body[data-content-max] {
    max-width: 1620px;
  }
}
html[data-dpr="1"] body {
  min-width: 320px;
}
body {
  border-width: 45px;
  background-color: #f8f8f8;
  font-size: 0.3733333333rem;
  font-family: "Microsoft YaHei";
}

/* ********************* */
.container-fluid {
  overflow: hidden;
  background: #ffffff;
}
.head {
  width: 100%;
  height: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0.5rem;
}
.logo {
  width: 1.968rem;
  height: 0.49rem;
}
.logo > img {
  width: 100%;
  height: 100%;
}
.nav {
  display: flex;
  font-size: 0.11458rem;
}
.nav li {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  padding: 0 0.1rem;
  cursor: pointer;
}
.nav li:last-child {
  padding-right: 0;
}
.nav li a {
  color: #4E575C;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.22s linear;
  font-size: 0.11458rem;
  position: relative;
}
.nav>li>a:hover{
  background-color: transparent !important;
  transform: scale(1.2);
}
.hactived {
  transform: scale(1.2);
}
.hactived::after{
  content: '';
  position: absolute;
  width: 40px;
  height: 6px;
  background: linear-gradient(165deg, #FAD961 0%, #F76B1C 100%);
  border-radius: 3px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.banner {
  height: 3.125rem;
}
.banner img {
  width: 100%;
  height: 100%;
}
.text {
  width: 100%;
  font-size: 0.19rem;
  text-align: center;
  margin-top: 0.6927rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #4E575C;
}
.icon-image {
  margin-top: 0.156rem;
  height: 14px;
  margin-bottom: 0.5rem;
}

/* *******footer************* */
.footer {
  width: 100%;
  /* height: 3.4843rem; */
  background: #4E575C;
  font-size: 0.114583rem;
  padding-top: 0.625rem;
  margin: 0;
  position: relative;
}
.contact {
  color: #ffffff;
  padding-left: 0.666rem;
}
.contact span,
.contact a{
  font-size: .1rem;
}
.contact-top {
  margin-bottom: 0.172rem;
}
.contact-top img{
  width: 0.427rem;
  height: 0.427rem;
  vertical-align: -0.1rem;
}
.contact-top span{
  font-size: 0.18rem;
  font-weight: bold;
}
.contact .addr{
  color: #ffffff;
  /* font-size: 20px; */
  font-size: .12rem;
  line-height: 33px;
  font-weight: normal;
  margin-bottom: 0.12rem;
}
.about {
  padding-top: 0.11rem;
  color: #ffffff;
  padding-left: 0.666rem;
}
.title {
  font-weight: bold;
  font-size: 0.18rem;
  margin-bottom: 0.23rem;
}
.about .dec {
  /* font-size: .12rem; */
  line-height: 33px;
  font-weight: normal;
  margin-bottom: 0.3rem;
  width: 100%;
}
.ba-href {
  display: flex;
  align-items: center;
  /* margin-top: 18px; */
}
.href {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin-right: 0.1rem;
}
.href:hover{
  color: #ffffff;
}
.href:active {
  color: #ffffff;
}
.href:focus {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width:993px){
  .head {
    height: 0.86rem;
  }
  .h5-hactived{
    display: none !important;
  }
  .nav {
    display: flex;
    font-size: 0.11458rem;
  }
  .nav li {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    padding: 0 0.1rem;
    cursor: pointer;
  }
  .nav li:last-child {
    padding-right: 0;
  }
  .nav li a {
    color: #4E575C;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.22s linear;
    font-size: 0.11458rem;
    position: relative;
  }
  .nav>li>a:hover{
    background-color: transparent !important;
    transform: scale(1.2);
  }
  .erweima {
    padding-top: 0.11rem;
    width: 24%;
  }
  .beian {
    display: none;
  }
  .about .dec {
    font-size: .12rem;
  }
}
@media screen and (max-width:992px){
  .head {
    height: 1.5rem;
  }
  .hactived{
    display: none !important;
  }
  .h5-btn{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    top:0;
    background-color: #4E575C;
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .h5-btn img{
    width: .9rem;
    height: .9rem;
  }
  .nav{
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 1.5rem;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 10px 8px #dbdbdb;
  }
  .nav li {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    padding: 0 2rem;
    cursor: pointer;
    padding: 50rpx;
  }
  .h5-hactived {
    font-weight: 900;
  }
  .nav li a {
    color: #4E575C;
    display: block;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.4rem;
  }
  .erweima{
    width: 20%;
    position: absolute;
    top: .7rem;
    right: .2rem;
  }
  .contact .addr{
    width: 55%;
    font-size: .25rem;
  }
  .contact .href{
    display: none;
    color: #fff;
  }
  .footer .title{
    margin-top: 20px;
    font-size: 3em;
  }
  .clearfix{
    margin-bottom: 50px;
    height: 370px;
  }
  .beian{
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    
  }
  .beian .hrefs,
  .contact span{
    font-size: .2rem;
    color: #ffffff;
  }
  .about .dec {
    font-size: .25rem;
  }
}

