.home-page .fec-logo {
  width: 77px;
  height: 32px;
  position: relative;
  top: 16px;
  float: left; }
  .home-page .fec-logo a {
    width: 77px;
    height: 32px;
    background-image: url("../images/logo.png");
    background-size: 77px 32px;
    background-repeat: no-repeat; }
.home-page .menu-list li.menu-item a.default {
  color: #ffffff; }
.home-page .menu-list li.menu-item a.default:hover,
.home-page .menu-list li.menu-item a.active,
.home-page .menu-list li.menu-item-func.hover a.active,
.home-page .menu-list li.menu-item-func.hover a.default:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff; }
.home-page .demo-address {
  background: #FFFFFF; }
  .home-page .demo-address a {
    color: #0B69F1; }

.fixed-nav .logo {
  background-image: url("../images/logo2.png") !important; }
.fixed-nav .menu-list li.menu-item a.default {
  color: #212121; }
.fixed-nav .menu-list li.menu-item a.default:hover,
.fixed-nav .menu-list li.menu-item a.active,
.fixed-nav .menu-list li.menu-item-func.hover a.active,
.fixed-nav .menu-list li.menu-item-func.hover a.default:hover {
  color: #0B69F1;
  border-bottom: 2px solid #0B69F1; }
.fixed-nav .demo-address {
  background: #0B69F1; }
  .fixed-nav .demo-address a {
    color: #ffffff; }

.banner {
  height: 520px; }
  .banner .swiper-wrapper .index-1 {
    padding-top: 202px;
    background: url("../images/home/banner_1.png") no-repeat center center; }
  .banner .swiper-wrapper .index-2 {
    padding-top: 202px;
    background: url("../images/home/banner_2.png") no-repeat center center; }
  .banner .swiper-wrapper .index-3 {
    padding-top: 180px;
    background: url("../images/home/banner_3.png") no-repeat center center; }
  .banner .swiper-wrapper .index-4 {
    padding-top: 202px;
    background: url("../images/home/banner_4.png") no-repeat center center; }
  .banner .item {
    height: 520px;
    background-size: cover; }
    .banner .item .fec-title {
      color: #FFFFFF;
      text-align: left;
      font-size: 40px;
      margin-bottom: 20px; }
    .banner .item .subtitle {
      margin-bottom: 36px;
      display: block;
      color: #FFFFFF;
      font-size: 20px; }
    .banner .item .fec-button {
      width: 124px;
      height: 44px;
      border: none; }

.mySwiper {
  --swiper-theme-color: #ffffff; }

.container-1 {
  padding: 86px 0 68px; }
  .container-1 .fec-title {
    font-size: 34px;
    margin-bottom: 60px; }
  .container-1 .list-box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .container-1 .list-box .item-info {
      position: relative;
      box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
      overflow: hidden;
      cursor: pointer; }
      .container-1 .list-box .item-info:hover .mask {
        top: 0; }
      .container-1 .list-box .item-info:hover .info span {
        display: none; }
      .container-1 .list-box .item-info .info img {
        width: 285px;
        height: 430px; }
      .container-1 .list-box .item-info .info span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-weight: 600;
        white-space: nowrap;
        color: #FAFBFD;
        line-height: 28px; }
      .container-1 .list-box .item-info .mask {
        transition: all 0.25s;
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 100%;
        background: rgba(11, 105, 241, 0.8);
        box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
        left: 0;
        top: 430px;
        padding: 76px 30px 0; }
        .container-1 .list-box .item-info .mask p {
          font-size: 20px;
          font-weight: 600;
          color: #FAFBFD;
          line-height: 28px;
          text-align: center; }
        .container-1 .list-box .item-info .mask .line {
          text-align: center;
          margin: 20px auto;
          display: block;
          width: 22px;
          height: 2px;
          background: #FAFBFD;
          border-radius: 1px; }
        .container-1 .list-box .item-info .mask span {
          font-size: 16px;
          font-weight: 400;
          color: #FAFBFD;
          line-height: 26px; }

.container-2 {
  background: #F6F8FB;
  height: 692px;
  padding-top: 86px; }
  .container-2 .fec-title {
    font-size: 34px; }
  .container-2 .list-box {
    padding-top: 60px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto auto auto; }
    .container-2 .list-box .item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      width: 285px;
      height: 186px; }
      .container-2 .list-box .item img {
        width: 70px;
        height: 74px;
        margin-bottom: 11px; }
      .container-2 .list-box .item p {
        font-size: 20px;
        font-weight: 600;
        color: #212326;
        line-height: 28px;
        margin-bottom: 16px; }
      .container-2 .list-box .item span {
        font-size: 16px;
        font-weight: 400;
        color: #6B7177;
        line-height: 24px; }

.container-3 {
  background: url("../images/home/container-3-1.png") no-repeat center center;
  background-size: cover;
  height: 740px;
  padding-top: 86px;
  min-width: 1200px; }
  .container-3 .fec-title {
    color: #FFFFFF;
    font-size: 34px; }
  .container-3 .list-box {
    margin-top: 60px;
    display: grid;
    grid-gap: 0;
    grid-template-columns: auto auto auto auto; }
    .container-3 .list-box li {
      cursor: pointer;
      width: 300px;
      height: 230px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      background: rgba(255, 255, 255, 0.2); }
      .container-3 .list-box li:hover {
        background: #0B69F1; }
      .container-3 .list-box li img {
        margin-top: 40px;
        width: 70px;
        height: 74px;
        margin-bottom: 10px; }
      .container-3 .list-box li p {
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 30px; }

.container-3-1 {
  height: 725px;
  padding-top: 86px;
  background: #F2F4FD url("../images/b2b/container-4/background_img.png") no-repeat center center;
  background-size: cover; }
  .container-3-1 .fec-title {
    font-size: 34px;
    font-weight: 600;
    color: #212326;
    line-height: 48px; }
  .container-3-1 .tab-box {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .container-3-1 .tab-box .item {
      font-size: 20px;
      height: 68px;
      display: flex;
      align-items: center; }
      .container-3-1 .tab-box .item p {
        height: 28px;
        font-weight: 600;
        color: #212326;
        line-height: 28px;
        margin: 0 60px;
        position: relative;
        cursor: pointer; }
      .container-3-1 .tab-box .item.active p {
        color: #0B69F1; }
        .container-3-1 .tab-box .item.active p:after {
          content: '';
          width: 100%;
          position: absolute;
          height: 2px;
          background: #0B69F1;
          left: 0;
          bottom: -20px;
          border-radius: 2px; }
  .container-3-1 .tab-view-box-list {
    display: flex;
    width: 1200px;
    overflow: hidden; }
  .container-3-1 .tab-view-box {
    margin-top: 40px;
    background-color: #FFFFFF;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all .7s ease-in-out;
    align-items: flex-start;
    height: 365px;
    box-sizing: border-box; }
    .container-3-1 .tab-view-box.tab-view-box-active {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
    .container-3-1 .tab-view-box:nth-child(2) {
      margin-left: 30px; }
    .container-3-1 .tab-view-box .content {
      width: 592px;
      background: #FFFFFF;
      padding: 70px 70px 0 50px; }
      .container-3-1 .tab-view-box .content .title {
        font-size: 26px;
        font-weight: 600;
        color: #212326;
        line-height: 37px; }
      .container-3-1 .tab-view-box .content .desc {
        font-size: 16px;
        font-weight: 400;
        color: #6B7177;
        line-height: 26px;
        margin-top: 20px; }
      .container-3-1 .tab-view-box .content .button-box {
        margin-top: 40px;
        display: flex;
        align-items: center; }
        .container-3-1 .tab-view-box .content .button-box .button {
          width: 128px;
          height: 50px;
          font-size: 18px;
          font-weight: 500;
          color: #FFFFFF;
          line-height: 25px; }
          .container-3-1 .tab-view-box .content .button-box .button:nth-child(1):hover {
            color: #0B69F1;
            border: 1px solid #0B69F1; }
          .container-3-1 .tab-view-box .content .button-box .button:nth-child(2):hover {
            color: #FFFFFF !important; }
    .container-3-1 .tab-view-box .img-box {
      width: 608px;
      flex: 1;
      height: 365px;
      overflow: hidden;
      text-align: right;
      display: flex;
      justify-content: flex-end; }
      .container-3-1 .tab-view-box .img-box img {
        width: 608px;
        height: 420px;
        object-position: center center;
        object-fit: cover; }

.container-4 {
  background: url("../images/home/container-4.png") no-repeat center center;
  background-size: cover;
  height: 848px;
  min-width: 1200px; }
  .container-4 .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .container-4 .container .left {
      width: 423px;
      flex-shrink: 0; }
      .container-4 .container .left h5 {
        margin-top: 90px;
        font-size: 20px;
        font-weight: 600;
        color: #212326;
        line-height: 28px; }
      .container-4 .container .left .line {
        display: block;
        width: 22px;
        height: 2px;
        background: #0B69F1;
        margin: 30px 0; }
      .container-4 .container .left .fec-title {
        margin-bottom: 20px;
        text-align: left; }
      .container-4 .container .left .desc {
        font-size: 20px;
        font-weight: 400;
        color: #212326;
        line-height: 30px; }
    .container-4 .container .right {
      flex: 1;
      padding-left: 116px;
      padding-top: 80px;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: space-between; }
      .container-4 .container .right li {
        border: 1px solid rgba(255, 255, 255, 0);
        padding: 20px 20px 20px 26px;
        width: 321px;
        height: 96px;
        background: #FFFFFF;
        cursor: pointer;
        box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        transition: all 0.3s; }
        .container-4 .container .right li:hover {
          box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
          border: 1px solid #0B69F1;
          color: #0B69F1;
          transform: translateY(-10px); }
          .container-4 .container .right li:hover i {
            color: #0B69F1; }
        .container-4 .container .right li i {
          font-size: 30px;
          font-weight: bold;
          color: #EAF2FD;
          line-height: 36px; }
        .container-4 .container .right li p {
          margin-left: 26px; }

.container-5 {
  min-height: 464px;
  background: #F6F8FB;
  padding-top: 88px;
  padding-bottom: 90px;
  min-width: 1200px; }
  .container-5 .fec-title {
    margin-bottom: 60px;
    font-size: 34px; }
  .container-5 .list-box {
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(5, 224px); }
    .container-5 .list-box li {
      width: 224px;
      height: 80px; }
      .container-5 .list-box li img {
        width: 100%;
        height: 100%; }

.container-6 {
  background: url("../images/home/container-6.png") no-repeat center center;
  background-size: cover;
  height: 245px;
  padding-top: 60px;
  min-width: 1200px; }
  .container-6 .fec-title {
    color: #FFFFFF;
    font-size: 32px;
    margin-bottom: 30px; }
  .container-6 .button {
    margin: 0 auto;
    width: 166px;
    height: 50px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #0B69F1;
    line-height: 46px;
    text-align: center;
    cursor: pointer; }
    .container-6 .button:hover {
      background: #0B69F1;
      border: 2px solid #0B69F1;
      color: #FFFFFF; }

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