* {
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style: none; }

a {
  color: #777;
  text-decoration: none; }

img {
  vertical-align: top; }

body {
  font-family: sans-serif; }
  
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

.head {
  background-color: #fff; }
  .head .nav_box {
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 999;
    position: fixed; }
    .head .nav_box .head_inner {
      /* max-width: 1280px; */
      height: 150px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .head .nav_box .head_inner .logo {
        width: 170px; }
      .head .nav_box .head_inner .head_nav {
        display: flex;
        position: relative;
        height: 100%; }
        .head .nav_box .head_inner .head_nav .line {
          position: absolute;
          top: 119px;
          left: 21px;
          width: calc(100% - 21px);
          height: 1px;
          background-color: #787878;
          opacity: 0.25;
          z-index: 100; }
        .head .nav_box .head_inner .head_nav .nav ul {
          height: 100%;
          display: flex; }
          .head .nav_box .head_inner .head_nav .nav ul li {
            font-size: 16px;
            overflow: hidden;
            height: 150px; }
            .head .nav_box .head_inner .head_nav .nav ul li a {
              display: block;
              padding: 0 21px;
              height: 100%;
              display: flex;
              align-items: center; }
              .head .nav_box .head_inner .head_nav .nav ul li a:hover, .head .nav_box .head_inner .head_nav .nav ul li a.on {
                position: relative;
                background-color: #f6f6f6;
                z-index: 101; }
                .head .nav_box .head_inner .head_nav .nav ul li a:hover::after, .head .nav_box .head_inner .head_nav .nav ul li a.on::after {
                  content: '';
                  position: absolute;
                  left: 0;
                  right: 0;
                  top: 117px;
                  display: block;
                  width: calc(100% - 42px);
                  height: 4px;
                  margin: 0 auto;
                  background-image: linear-gradient(-90deg, #fc665a, #ce1f1a); }
              .head .nav_box .head_inner .head_nav .nav ul li a.en {
                font-size: 12px; }
        .head .nav_box .head_inner .head_nav .language {
          overflow: hidden;
          line-height: 150px;
          font-size: 17px;
          color: #000;
          margin-left: 25px;
          font-weight: bold; }
          .head .nav_box .head_inner .head_nav .language a {
            color: #000; }
            .head .nav_box .head_inner .head_nav .language a:hover {
              color: #ce1f1a; }

.footer {
  height: 750px;
  background-color: #232323; }
  .footer .footer_top {
    height: 238px;
    border-bottom: 1px solid #777; }
  .footer .footer_bottom {
    color: #fcfcfc;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.75; }
  .footer .footer_inner {
    /* width: 1280px; */
    margin: 0 auto;
    position: relative; }
    .footer .footer_inner .logo {
      line-height: 1;
      padding: 108px 0 0;
      color: #fcfcfc;
      font-size: 26px;
      font-weight: bold; }
      .footer .footer_inner .logo .en {
        padding-top: 24px;
        color: #fcfcfc;
        font-size: 44px;
        font-weight: bold; }
    .footer .footer_inner .address {
      display: flex;
      flex-wrap: wrap;
      padding: 75px 0 0;
      width: 80%; }
      .footer .footer_inner .address li {
        width: 320px;
        height: 140px;
        line-height: 1.6; }
        .footer .footer_inner .address li .name {
          color: #fcfcfc;
          font-size: 18px;
          font-weight: bold;
          opacity: 1;
          margin-bottom: 17px;
          line-height: 1; }
        .footer .footer_inner .address li .en {
          color: #fcfcfc;
          font-size: 12px;
          font-weight: normal;
          opacity: 0.75; }
    .footer .footer_inner .aboutUs {
      padding-top: 20px;
      display: flex; }
      .footer .footer_inner .aboutUs .left {
        color: #fcfcfc;
        font-size: 22px;
        font-weight: bold;
        display: flex;
        align-items: center; }
        .footer .footer_inner .aboutUs .left .icon {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #303030;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: 24px;
          cursor: pointer; }
          .footer .footer_inner .aboutUs .left .icon:hover {
            background-color: #cd0231; }
          .footer .footer_inner .aboutUs .left .icon img {
            width: 25px; }
            .footer .footer_inner .aboutUs .left .icon img.i2 {
              width: 30px; }
            .footer .footer_inner .aboutUs .left .icon img.i3 {
              width: 40px; }
      .footer .footer_inner .aboutUs .right {
        display: flex;
        margin-left: 157px; }
        .footer .footer_inner .aboutUs .right li {
          width: 155px;
          line-height: 1; }
          .footer .footer_inner .aboutUs .right li .title {
            color: #fcfcfc;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px; }
    .footer .footer_inner .weChat {
      position: absolute;
      top: 324px;
      right: 0;
      z-index: 800;
      color: #fcfcfc;
      font-size: 17px;
      font-weight: normal;
      text-align: center; }
      .footer .footer_inner .weChat > img {
        vertical-align: top;
        margin-bottom: 20px;
        width: 180px; }
    .footer .footer_inner .top {
      position: absolute;
      right: 80px;
      top: -35px;
      cursor: pointer;
      text-align: center;
      line-height: 1;
      color: #f4f3f1;
      font-size: 30px;
      font-weight: normal; }
      .footer .footer_inner .top img {
        width: 100%;
        display: block;
        margin-bottom: 34px; }

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