body {
    font-size: 14px;
    font-family: pingfang,Century Gothic,microsoft yahei,Avenir,Helvetica,Arial,sans-serif;
    width: 100vw;
    scroll-behavior:smooth;
    /* overflow: hidden; */
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 400;
  }
  li{
    list-style: none;
  }
  .clearfix{
    clear: both;
  }
  a{
    text-decoration: none;
    color: #333;
  }
  a:hover{
    text-decoration: none;
  }
  .theme-color1{
    color:#2387aa;
  }
  .text-muted{
    color: #ddd !important;
  }
  .theme-color2{
    color: #007993;
  }
  .theme-color3{
    color: #00d7a0;
  }
  .text-indent{
    text-indent: 2em;
  }
  .color-white{
    /* text-white */
    color: #fff;
  }
  .bgcolor-1{
    background: #2387aa;
  }
  .bgcolor-2{
    background: #005578;
  }
  a:hover{
    color:#007bff ;
  }
  .centerDiv{
    position: absolute;
    width: 90%;
    color: #fff;
    text-align: center;
    top: 48%;
    left: 5%;
    line-height: 1.6;
    transform: translate(0, -50%);
    z-index: 4;
}
  