* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

img {
  display: block; }

html::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important; }

html::-webkit-scrollbar-thumb {
  background-color: #999 !important;
  border-radius: 4px; }

header {
  color: #333;
  width: 100%; }
  header .sect1 {
    height: 120px;
    margin: 0 auto;
    width: 84%;
    min-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .sect1 .logo {
      min-width: 30%; }
      header .sect1 .logo img {
        height: 70px;
        width: auto; }
    header .sect1 .menu {
      width: 60%;
      height: 100%; }
      header .sect1 .menu > ul {
        display: flex;
        justify-content: space-between;
        height: 100%; }
        header .sect1 .menu > ul > li {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          z-index: 10; }

          header .sect1 .menu > ul > li a {
            font-size: 18px;
            font-family: Source Han Sans SC, Source Han Sans SC-Regular;
            font-weight: 400;
            color: inherit;
            transition: all .3s linear;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative; }
            header .sect1 .menu > ul > li a::after {
              content: '';
              display: block;
              width: 100%;
              height: 0;
              background-color: #B3263D;
              position: absolute;
              left: 0;
              bottom: 0;
              transition: all .3s linear; }
            header .sect1 .menu > ul > li a:hover {
              color: #B3263D;
              font-weight: 500; }
              header .sect1 .menu > ul > li a:hover::after {
                height: 3px; }
          header .sect1 .menu > ul > li img {
            width: 18px;
            height: auto;
            cursor: pointer; }
          header .sect1 .menu > ul > li:hover .bg {
            opacity: 1;
            visibility: visible; }
          header .sect1 .menu > ul > li .bg {
            height: 54px;
            background: #f2f2f2;
            border-radius: 27px;
            display: flex;
            align-items: center;
            padding: 0 20px;
            font-size: 18px;
            font-family: Source Han Sans SC, Source Han Sans SC-Bold;
            font-weight: 700;
            color: #333333;
            position: absolute;
            right: -20px;
            top: 50%;
            transform: translateY(-50%);
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all .3s linear;
            cursor: pointer; }
            header .sect1 .menu > ul > li .bg img {
              margin-left: 20px; }

footer {
  background-color: #F4F6F2; }
  footer .sect7 {
    width: 84%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 0; }
    footer .sect7 img {
      height: 78px;
      width: auto;
      margin: 0 auto; }
    footer .sect7 .links {
      text-align: center;
      font-size: 18px;
      font-family: Source Han Sans SC, Source Han Sans SC-Regular;
      font-weight: 400;
      color: #333333;
      padding-top: 30px; }
      footer .sect7 .links a {
        margin: 20px; }
  footer .copy {
    border-top: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Light;
    font-weight: 300;
    color: #BEBEBE; }

/*# sourceMappingURL=common.css.map */
