﻿@charset "UTF-8";
.banner {
  background: url("../images/product/banner.png") no-repeat center center;
  background-size: cover;
  height: 460px;
  overflow: hidden; }
  .banner .container {
    text-align: center;
    padding-top: 184px; }
    .banner .container h3 {
      font-size: 40px;
      font-weight: 600;
      color: #212326;
      line-height: 56px;
      margin-bottom: 20px; }
    .banner .container span {
      font-size: 22px;
      font-weight: 400;
      color: #212326;
      line-height: 30px; }
    .banner .container .line {
      margin: 0 28px;
      display: inline-block;
      width: 2px;
      height: 14px;
      background: #0B69F1; }

.pro-list {
  position: relative;
  margin-top: -60px;
  margin-left: -20px;
  display: flex;
  margin-bottom: 86px;
  align-items: flex-start; }
  .pro-list .pro-item {
    flex: 1;
    margin-left: 20px;
    text-align: center;
    transition: all 0.2s;
    min-height: 600px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(110, 125, 141, 0.1);
    border: 1px solid #EBECF0;
    padding-bottom: 14px;
    position: relative; }
    .pro-list .pro-item.active {
      border: 1px solid #0B69F1; }
      .pro-list .pro-item.active .fec-button {
        background: #0B69F1;
        color: #FFFFFF; }
    .pro-list .pro-item .info {
      height: 50px;
      font-size: 16px;
      font-weight: 400;
      line-height: 50px;
      margin-bottom: 29px;
      display: block;
      border-bottom: 1px solid #EBECF0; }
    .pro-list .pro-item .title {
      height: 42px;
      font-size: 30px;
      font-weight: 600;
      line-height: 42px;
      margin-bottom: 30px;
      display: block; }
    .pro-list .pro-item .subtitle {
      font-size: 20px;
      font-weight: 600;
      color: #212326;
      line-height: 28px;
      display: block;
      margin-bottom: 14px; }
      .pro-list .pro-item .subtitle span {
        color: #0B69F1; }
    .pro-list .pro-item .desc {
      margin-bottom: 40px;
      font-size: 14px;
      display: block;
      font-weight: 400;
      color: #6B7177;
      line-height: 22px;
      padding: 0 20px; }
    .pro-list .pro-item .button {
      margin: 0 auto 70px;
      width: 230px;
      height: 50px;
      line-height: 48px; }
    .pro-list .pro-item .line {
      position: absolute;
      width: 100%;
      height: 1px;
      background: #EBECF0;
      left: 0;
      top: 354px; }
    .pro-list .pro-item .list {
      padding: 0 20px; }
      .pro-list .pro-item .list li {
        text-align: left;
        position: relative;
        line-height: 22px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #000; }
        .pro-list .pro-item .list li:before {
          content: '·';
          color: #0B69F1;
          margin-right: 6px; }

.wrapper-2 {
  padding-bottom: 86px; }
  .wrapper-2 .fec-title {
    margin-bottom: 60px; }
  .wrapper-2 .box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .wrapper-2 .box-1 > div {
      width: 380px;
      height: 180px;
      position: relative; }
    .wrapper-2 .box-1 img {
      width: 100%;
      height: 100%; }
    .wrapper-2 .box-1 span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px;
      font-weight: 600;
      color: #FFFFFF; }

.wrapper-3 {
  width: 100%;
  min-width: 1200px;
  background-image: url("../images/product/adv-3.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 285px;
  overflow: hidden; }
  .wrapper-3 .fec-title {
    margin-top: 80px; }
  .wrapper-3 .fec-button-primary {
    margin: 30px auto 0;
    width: 166px;
    height: 50px;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: center; }

.wrapper-4 .fec-title {
  margin-top: 86px; }
.wrapper-4 .issue {
  margin: 0 auto 50px;
  width: 940px;
  padding-top: 60px; }
  .wrapper-4 .issue .issue-items {
    border-top: 1px solid  #EBECF0;
    padding-top: 30px;
    max-height: 85px;
    overflow: hidden;
    transition: all 0.5s; }
    .wrapper-4 .issue .issue-items.active {
      max-height: 255px; }
      .wrapper-4 .issue .issue-items.active i {
        transform: rotateX(180deg); }
    .wrapper-4 .issue .issue-items > div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 20px;
      font-weight: 400;
      color: #212326;
      line-height: 28px;
      margin-bottom: 25px; }
    .wrapper-4 .issue .issue-items > p {
      font-size: 16px;
      font-weight: 400;
      color: #6B7177;
      line-height: 22px;
      margin-bottom: 35px; }

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