﻿@charset "UTF-8";
.container {
  width: 1200px;
  margin: 0 auto; }

.cursor {
  cursor: pointer; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-just-center {
  display: flex;
  justify-content: center; }

.flex-align-center {
  display: flex;
  align-items: center; }

.flex-align-start {
  display: flex;
  align-items: start; }

.flex1 {
  flex: 1; }

.aline-left {
  text-align: left; }

/* banner */
.banner {
  width: 100%;
  height: 460px;
  min-width: 1200px;
  /*padding-top: 110px;*/
  background-size: cover !important;
  overflow: hidden;
  position: relative; }

.banner .container {
  height: 100%; }

/* 头部 */
.navigation {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  min-width: 1200px;
  transition: all 0.5s; }

.navigation .contact-box {
  height: 36px;
  background: #393D43; }

.navigation .contact-box .box {
  height: 36px;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #AAAAAA; }

.navigation .contact-box .box .left {
  margin-right: 40px; }

.navigation .contact-box .box .right span {
  margin: 0 5px; }

.navigation .contact-box .box .right span a {
  color: #AAAAAA; }

.navigation .contact-box .box .right .line {
  padding: 0 5px;
  font-style: normal; }

navigation .contact-box .box img {
  width: 12px;
  height: 12px;
  margin-right: 2px; }

navigation .contact-box .box .number {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold; }

.navigation.fixed-nav {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(110, 125, 141, 0.1); }

.nav-content {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.fec-logo {
  width: 77px;
  height: 32px;
  position: relative;
  top: 16px;
  float: left; }
  .fec-logo a {
    width: 77px;
    height: 32px;
    background-image: url("../images/logo2.png");
    background-size: 77px 32px;
    background-repeat: no-repeat; }

.menu-list {
  height: 64px;
  margin-left: 110px;
  float: left; }

.menu-list li.menu-item {
  height: 64px;
  padding: 0 30px;
  float: left;
  position: relative; }
  .menu-list li.menu-item .menu-item-down {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    background: #FFFFFF;
    width: 100%;
    height: 0;
    overflow: hidden; }
    .menu-list li.menu-item .menu-item-down .content {
      margin: 0 auto;
      width: 1200px;
      height: 220px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .menu-list li.menu-item .menu-item-down .content .b2c {
        background: #F6F4FF; }
      .menu-list li.menu-item .menu-item-down .content .b2b {
        background: #F1FBFC; }
      .menu-list li.menu-item .menu-item-down .content .scheme-info {
        margin: 40px 0;
        width: 580px;
        border-radius: 6px;
        height: 142px;
        display: flex;
        align-items: center;
        padding: 0 30px;
        cursor: pointer; }
        .menu-list li.menu-item .menu-item-down .content .scheme-info:hover {
          box-shadow: 1px 1px 8px 0px rgba(222, 222, 222, 0.5); }
        .menu-list li.menu-item .menu-item-down .content .scheme-info img {
          width: 52px;
          height: 52px;
          margin-right: 20px;
          object-fit: contain;
          object-position: center; }
        .menu-list li.menu-item .menu-item-down .content .scheme-info .title {
          font-size: 18px;
          font-weight: 600;
          color: #212326;
          line-height: 25px; }
        .menu-list li.menu-item .menu-item-down .content .scheme-info .text {
          margin-top: 10px;
          font-size: 14px;
          font-weight: 400;
          color: #6B7177;
          line-height: 24px; }
  .menu-list li.menu-item:hover .menu-item-down {
    transition: all 0.5s;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.06);
    height: 220px; }

.navigation .menu-list li a.default {
  cursor: pointer;
  color: #212121; }

.menu-list li.menu-item a.default {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #212121;
  border-bottom: 2px solid rgba(200, 200, 200, 0);
  display: block; }

.menu-list li.menu-item a.default:hover,
.menu-list li.menu-item a.active {
  color: #0B69F1;
  border-bottom: 2px solid #0B69F1; }

.home-page.menu-list li.menu-item a.default:hover,
.home-page .menu-list li.menu-item a.active {
  color: #0B69F1;
  border-bottom: 2px solid #0B69F1; }

.nav-content .login {
  width: 110px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 12px 0 0 18px;
  font-size: 16px;
  color: #0B69F1;
  font-weight: 400;
  border: 1px solid #0B69F1;
  float: right; }

.nav-content .login:hover {
  background: #0B69F1;
  color: #FFF; }

/* 底部 */
.footer {
  width: 100%;
  min-width: 1200px;
  background: #18233A; }

.footer .menu {
  padding-top: 64px;
  height: 238px;
  width: 100%;
  padding-bottom: 5px;
  position: relative; }

.footer .logo {
  margin-top: 30px;
  width: 96px;
  height: 35px; }

.footer .menu img {
  display: block;
  float: left; }

.footer .menu .item {
  margin: 0 80px 0 0;
  float: left; }

.footer .menu .item h4 {
  font-size: 16px;
  color: #CCC;
  font-weight: 400;
  text-align: left; }

.footer .menu .item .name {
  padding-top: 20px; }

.footer .menu .item .name a {
  margin-bottom: 14px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  text-align: left; }

.footer .menu .item .name a:hover {
  text-decoration: underline; }

.footer .menu .item.add {
  width: 230px;
  margin: 10px 50px 0 0;
  float: right;
  overflow: hidden; }

.footer .menu .item.add h4 {
  width: 100px;
  height: 24px;
  text-align: center; }

.footer .menu .item.add h4 img {
  width: 100px;
  display: block; }

.footer .menu .item.add .name {
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999; }

.footer .menu .item.add .name p {
  height: 16px;
  line-height: 16px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #999; }

.footer .menu .item.add .name h3 {
  padding-left: 25px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #CCC; }

.footer .menu .item.add .name h2 {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #FFF; }

.footer .menu .hot_line {
  font-weight: 400;
  text-align: left;
  height: auto;
  margin-top: -20px;
  margin-left: -30px; }

.footer .menu .hot_line:nth-child(2) img {
  margin-top: -20px; }

.footer .menu .hot_line img {
  height: 84px;
  width: 196px; }

.footer .container ul {
  /*background: #FFFFFF;*/
  justify-content: flex-start; }

.footer .menu .hot_tel {
  margin-top: 10px;
  height: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px; }

.footer ul {
  width: 100%;
  padding-bottom: 33px; }

.footer ul li {
  line-height: 18px;
  padding-left: 65px;
  font-size: 12px;
  color: #999;
  float: left; }

.footer ul li:first-child {
  padding-left: 0; }

.footer .copyright {
  width: 100%;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  border-top: 1px solid #44484A; }

.footer .copyright a {
  color: #999; }

.footer .float {
  float: right;
  text-align: center;
  height: 148px;
  margin-right: 0 !important; }
  .footer .float img {
    width: 120px;
    height: 120px; }
  .footer .float p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 136px; }

.page-content {
  overflow: hidden;
  /*padding-top: 100px;*/
  padding-top: 64px; }

.common-tools {
  width: 70px;
  height: 210px;
  position: fixed;
  right: 20px;
  bottom: 300px;
  z-index: 9999; }

.common-tools > .item {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0B69F1;
  cursor: pointer;
  flex-direction: column;
  position: relative; }

.common-tools > .item:hover {
  background-color: #105FD4; }

.common-tools > .item img {
  width: 30px;
  height: 30px;
  margin-bottom: 3px; }

.common-tools > .item span {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px; }

.common-tools .phone:hover .phoneNumber {
  display: block; }

.common-tools .phone .phoneNumber:hover {
  display: block; }

.common-tools .phoneNumber {
  padding-right: 10px;
  display: none;
  position: absolute;
  right: 70px;
  top: 0; }

.common-tools .phoneNumber > div {
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 14px;
  width: 190px;
  height: 79px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(140, 140, 140, 0.2); }

.common-tools .phoneNumber div {
  margin-bottom: 10px; }

.common-tools .phoneNumber div img {
  width: 16px;
  height: 16px; }

.common-tools .phoneNumber span {
  font-size: 14px;
  font-weight: 400;
  color: #293340;
  line-height: 20px;
  margin-left: 9px; }

.common-tools .phoneNumber p {
  font-size: 18px;
  font-weight: bold;
  color: #0B69F1;
  line-height: 21px; }

.common-tools .focus:hover .call-box {
  display: block; }

.common-tools .focus .call-box:hover {
  display: block; }

.common-tools .call-box {
  padding-right: 10px;
  /*display: none;*/
  position: absolute;
  right: 70px;
  top: 0; }

.common-tools .call-box .shadow {
  box-shadow: 0px 0px 20px 0px rgba(140, 140, 140, 0.2); }

.common-tools .call-box .code {
  width: 180px;
  min-height: 194px;
  background: #FFFFFF;
  display: flex;
  padding: 14px 20px;
  padding-top: 14px;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column; }

.common-tools .call-box .code img {
  width: 140px;
  height: 140px; }

.common-tools .call-box .code span {
  font-size: 14px;
  font-weight: 400;
  color: #293340;
  line-height: 20px;
  margin-top: 6px; }

.demo-address {
  float: right;
  margin-top: 16px;
  width: 110px;
  height: 36px;
  background: #0B69F1;
  text-align: center;
  line-height: 36px; }
  .demo-address a {
    color: #FFFFFF;
    font-size: 16px; }

.fec-button {
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #0B69F1;
  transition: 0.35s;
  color: #0B69F1;
  align-items: center;
  display: flex;
  justify-content: center; }
  .fec-button:hover {
    background: #0B69F1;
    border: 1px solid #0B69F1;
    color: #FFFFFF; }

.fec-button-primary {
  background: #0B69F1;
  color: #FFFFFF;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #0B69F1;
  transition: 0.35s; }
  .fec-button-primary:hover {
    background: #FFFFFF;
    color: #0B69F1; }

.fec-title {
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  color: #212326;
  line-height: 48px; }

.fec-arrow {
  cursor: pointer;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #6B7177 transparent transparent transparent;
  position: relative; }
  .fec-arrow:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -8px;
    border: 8px solid;
    border-color: white transparent transparent transparent; }

.fec-center-fixed {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.dialog-box-mask {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2999; }

.dialog-box {
  width: 636px;
  height: 328px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.2); }
  .dialog-box .title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .dialog-box .title .logo {
      margin-left: 28px;
      margin-top: 26px;
      width: 77px;
      height: 32px;
      background-image: url("../images/logo.png");
      background-size: 77px 32px;
      background-repeat: no-repeat; }
    .dialog-box .title .close {
      margin-right: 12px;
      margin-top: 12px;
      cursor: pointer;
      width: 30px;
      height: 30px;
      background: url("../images/close.png") no-repeat center center;
      background-size: 15px 15px; }
  .dialog-box .content {
    padding-top: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .dialog-box .content > div {
      flex-shrink: 0; }
    .dialog-box .content .left {
      width: 176px;
      margin-left: 50px; }
      .dialog-box .content .left img {
        width: 176px;
        height: 176px;
        margin-bottom: 20px; }
      .dialog-box .content .left span {
        text-align: center;
        display: block;
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
        line-height: 20px; }
    .dialog-box .content .right {
      padding-right: 50px; }
      .dialog-box .content .right .item {
        padding-left: 0;
        margin-bottom: 30px; }
        .dialog-box .content .right .item span {
          font-size: 20px;
          font-weight: 500;
          color: #212326;
          line-height: 20px;
          margin-bottom: 18px;
          display: block;
          padding-left: 30px; }
        .dialog-box .content .right .item p {
          font-size: 36px;
          font-weight: bold;
          color: #0B69F1;
          line-height: 36px; }
        .dialog-box .content .right .item a {
          font-size: 14px;
          font-weight: 400;
          color: #6B7177;
          line-height: 26px; }
        .dialog-box .content .right .item:nth-child(1) span {
          background: url("../images/phone.png") no-repeat left center;
          background-size: 20px 20px; }
        .dialog-box .content .right .item:nth-child(2) span {
          background: url("../images/QQ.png") no-repeat left center;
          background-size: 20px 20px; }
  .dialog-box .background {
    width: 276px;
    height: 328px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0B69F1;
    z-index: -1; }

.flex {
  display: flex; }

.fixed-box {
  height: 148px;
  width: 70px;
  position: fixed;
  right: 15px;
  bottom: 22%;
  z-index: 300; }
  .fixed-box > div {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    font-size: 12px;
    padding-top: 45px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(181, 193, 205, 0.3); }
    .fixed-box > div span {
      font-size: 12px;
      font-weight: 400;
      color: #212326;
      display: block;
      text-align: center; }
  .fixed-box .service {
    margin-bottom: 8px;
    animation: horizontal-shaking 6s ease infinite;
    animation-delay: 5s;
    background: #0B69F1 url("../images/servece.png") no-repeat center 9px;
    background-size: 30px 30px; }
    .fixed-box .service span {
      color: #FFFFFF; }
    .fixed-box .service:hover {
      background: #0B69F1 url("../images/servece.png") no-repeat center 9px;
      background-size: 30px 30px;
      animation: none; }
      .fixed-box .service:hover span {
        color: #FFFFFF; }
      .fixed-box .service:hover .service-hover {
        display: block; }
    .fixed-box .service .service-hover {
      display: none;
      width: 220px;
      padding-right: 20px;
      height: 268px;
      cursor: auto;
      position: absolute;
      left: -220px;
      top: 0; }
      .fixed-box .service .service-hover .info {
        width: 200px;
        height: 268px;
        background: #FFFFFF;
        box-shadow: 0 0 10px 0 rgba(181, 193, 205, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center; }
        .fixed-box .service .service-hover .info .code-box {
          padding-top: 15px;
          text-align: center;
          margin-bottom: 19px; }
          .fixed-box .service .service-hover .info .code-box .img-box {
            padding: 5px;
            margin-bottom: 6px; }
            .fixed-box .service .service-hover .info .code-box .img-box img {
              width: 130px;
              height: 130px;
              margin: 0 auto; }
          .fixed-box .service .service-hover .info .code-box span {
            font-size: 14px;
            font-weight: 400;
            color: #293340;
            line-height: 14px; }
        .fixed-box .service .service-hover .info .contact-box {
          width: 100%;
          padding-left: 30px;
          text-align: left; }
          .fixed-box .service .service-hover .info .contact-box p {
            font-weight: 600;
            padding-left: 24px;
            font-size: 18px;
            color: #0B69F1;
            line-height: 22px;
            margin-bottom: 10px; }
            .fixed-box .service .service-hover .info .contact-box p:nth-child(1) {
              background: url("../images/phone-2.png") no-repeat left center;
              background-size: 18px 18px; }
            .fixed-box .service .service-hover .info .contact-box p:nth-child(2) {
              background: url("../images/QQ-2.png") no-repeat left center;
              background-size: 18px 18px; }
@keyframes horizontal-shaking {
  0%, 18%, 100% {
    transform: translateZ(0); }
  10%, 14%, 2%, 6% {
    transform: translate3d(-5px, 0, 0); }
  12%, 16%, 4%, 8% {
    transform: translate3d(5px, 0, 0); } }
  .fixed-box .back {
    visibility: hidden;
    background: #ffffff url("../images/top.png") no-repeat center 9px;
    background-size: 30px 30px; }
    .fixed-box .back.visible {
      visibility: visible; }

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