/*scroll*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

::-webkit-scrollbar-button:vertical {
  display: none; }

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
  background-color: #f5f5f5; }

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--bs-primary); }

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: var(--bs-primary); }

::-webkit-scrollbar-thumb:vertical:active {
  background-color: var(--bs-primary); }

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

img {
  max-width: 100%; }

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

body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 14px;
  min-width: 1342px;
  overflow-x: hidden;
  margin: 0 auto; }

ul, ol {
  padding-left: 0; }

li {
  list-style: none; }

.container {
  width: 1320px !important;
  max-width: 1320px !important; }

body {
  padding-top: 120px; }

.body_bg {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6); }

header {
  padding-top: 20px;
  height: 120px;
  width: 100%;
  min-width: 1342px;
  position: fixed;
  z-index: 999;
  color: #333;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  background: white;
  top: 0;
  left: 0; }
  header .logo img {
    max-height: 80px; }
    header .logo img.logo-b {
      display: none; }
  header .menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px; }
    header .menu-box nav {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 100%; }
      header .menu-box nav .item {
        padding-top: 25px; }
        header .menu-box nav .item > a {
          color: inherit;
          overflow: hidden;
          position: relative;
          font-size: 16px; }
          header .menu-box nav .item > a::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background-color: var(--bs-primary);
            margin: 12px auto 0;
            transition: width .5s;
            -webkit-transition: width .5s;
            -moz-transition: width .5s;
            -ms-transition: width .5s;
            -o-transition: width .5s; }
        header .menu-box nav .item:hover > a::after, header .menu-box nav .item.active > a::after {
          width: 50%; }
    header .menu-box .tel-box {
      display: inline-flex;
      flex: 0 0 auto;
      margin-left: 50px;
      align-items: center;
      height: auto;
      padding: 6px 18px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      background-color: var(--bs-primary);
      margin-bottom: 20px; }
      header .menu-box .tel-box span {
        font-size: 18px;
        font-weight: bold;
        padding-left: 5px;
        color: #fff; }
  header:hover {
    background: white;
    color: #333; }
    header:hover .logo img.logo-w {
      display: none; }
    header:hover .logo img.logo-b {
      display: block; }

.headerWhite {
  background: white;
  color: #333; }
  .headerWhite .logo img.logo-w {
    display: none; }
  .headerWhite .logo img.logo-b {
    display: block; }

.headerWhite:hover + .body_bg,
header:hover + .body_bg {
  visibility: visible;
  opacity: 1; }

.nav_wrapper {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: fixed;
  z-index: 998;
  top: 100px;
  left: 0;
  width: 100%;
  min-width: 1342px;
  padding-top: 20px; }
  .nav_wrapper #top_nav_wrapper {
    width: 1320px;
    margin: 0 auto;
    padding-left: .75rem;
    padding-right: .75rem; }
    .nav_wrapper #top_nav_wrapper .inner_content_box {
      display: flex; }
      .nav_wrapper #top_nav_wrapper .inner_content_box .li {
        width: 100%; }
        .nav_wrapper #top_nav_wrapper .inner_content_box .li + .li {
          margin-left: 20px; }
    .nav_wrapper #top_nav_wrapper .port-tit {
      font-size: 16px;
      padding-top: 15px;
      margin-bottom: 5px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .nav_wrapper #top_nav_wrapper .port-tit i {
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin: 0 5px 12px; }
    .nav_wrapper #top_nav_wrapper ul {
      padding-left: 0; }
      .nav_wrapper #top_nav_wrapper ul li {
        list-style: none; }
        .nav_wrapper #top_nav_wrapper ul li a {
          font-size: 14px;
          line-height: 2;
          color: #444; }
          .nav_wrapper #top_nav_wrapper ul li a:hover {
            color: var(--bs-primary); }
  .headerWhite nav .item:hover .nav_wrapper, header nav .item:hover .nav_wrapper {
    visibility: visible;
    transition: all 0.3s ease-in-out;
    opacity: 1; }

footer {
  padding-top: 76px;
  background: #0F1428;
  color: #fff; }
  footer a {
    color: inherit; }
  footer .fNav {
    display: flex;
    justify-content: space-between; }
    footer .fNav dl {
      max-width: 25%; }
      footer .fNav dl a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        footer .fNav dl a:hover {
          opacity: 1;
          color: inherit; }
      footer .fNav dl dt, footer .fNav dl dd {
        display: block;
        margin-bottom: 0; }
      footer .fNav dl dt a {
        display: block;
        font-size: 18px;
        padding-bottom: 18px; }
        footer .fNav dl dt a:hover {
          text-decoration: underline; }
      footer .fNav dl dd a {
        font-size: 15px;
        line-height: 2;
        opacity: .7; }
  footer .fRight p {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0; }
    footer .fRight p > * {
      display: inline-block;
      vertical-align: middle;
      line-height: 1; }
  footer .fRight .fTel {
    width: 36px;
    margin-right: 10px; }
  footer .fRight .Qr {
    display: flex;
    justify-content: space-between;
    margin-top: 22px; }
    footer .fRight .Qr span {
      display: block;
      width: calc(50% - 6px);
      text-align: center;
      font-size: 16px;
      line-height: 1.2; }
  footer .friendLink {
    color: #fff;
    margin-top: 40px;
    padding-bottom: 20px; }
    footer .friendLink a {
      color: inherit;
      display: inline-block; }
    footer .friendLink .p1 {
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 20px; }
    footer .friendLink p {
      margin-bottom: 0;
      line-height: 1.75; }
      footer .friendLink p a {
        font-size: 16px;
        margin-left: 2em;
        transform: translateX(-2em);
        opacity: .7; }
        footer .friendLink p a:hover {
          opacity: 1; }
  footer .fCopy {
    background-color: #0A0C19;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    height: 50px;
    line-height: 50px; }

#backTop {
  position: fixed;
  right: 30px;
  bottom: 78px;
  z-index: 1000;
  background: linear-gradient(108deg, rgba(255, 255, 255, 0.81), rgba(250, 252, 255, 0.54));
  box-shadow: 0 4px 8px 0 rgba(0, 7, 81, 0.12);
  border-radius: 4px;
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center; }

.cmTit {
  line-height: 1;
  color: #1a1a1a;
  padding-top: 75px;
  padding-bottom: 120px; }
  .cmTit .tit {
    font-size: 36px;
    font-weight: bold; }
  .cmTit .desc {
    font-size: 18px;
    color: #868a9b;
    padding-top: 16px; }
    .cmTit .desc.biao:after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 13px;
      background: url("../images/biao.png") no-repeat center;
      margin-top: 36px; }

.moreBtn {
  padding-top: 60px; }
  .moreBtn .btn span {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 20px;
    width: 26px;
    height: 26px;
    background: #fff;
    color: var(--bs-primary);
    border-radius: 100%;
    align-items: center;
    justify-content: center; }
    .moreBtn .btn span svg {
      stroke-width: 1.5 !important;
      width: 20px;
      height: 20px; }

.pb-70 {
  padding-bottom: 70px; }

.swiper-pagination {
  width: 100%; }
  .swiper-pagination span {
    margin: 0 5px;
    border: 2px solid var(--bs-primary);
    background-color: transparent;
    width: 15px;
    height: 15px;
    opacity: 1; }
    .swiper-pagination span.swiper-pagination-bullet-active {
      background-color: var(--bs-primary); }

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