@media (max-width: 768px) {
  /* html, body {
    height: 100%;
    overflow: auto;
  } */
  .v-header {
    display: none;
  }
  .v-header-wrap {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0 10px 20px 0 RGBA(207, 210, 215, .1);
            box-shadow: 0 10px 20px 0 RGBA(207, 210, 215, .1);
  }
  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 20px;
  }
    .header-box .wrap-menu {
      width: 18px;
      height: 14px;
      background: url(/partials/header/menu.cf14f58f3c6d.png) no-repeat;
      background-size: 100% 100%;
    }
    .header-box img {
      width: 95px;
      height: auto;
    }
    .header-box .blank {
      width: 18px;
      height: 14px;
    }
  .navs {
    display: none;
  }
  .wrap-navs {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 1000px;
    opacity: 0;
    background-color: #000;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: -235px;
    z-index: 999;
    height: 1000px;
    width: 235px;
    margin: 0;
    /* padding: 0 15px; */
    background-color: #fff;
  }
    .main-nav img {
      width: 115px;
      height: auto;
    }
    .main-nav .logo {
      padding: 25px 0;
      margin: 0 15px;
      border-bottom: 1px solid #F0F1F7;
    }
    .main-nav .bb {
      position: relative;
      margin: 0 15px
    }
    .main-nav .bb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    background-color: #F0F1F7;
  }
    .main-nav li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style-type: none;
      padding-left: 15px
    }
    .main-nav li:active {
    background-color: #F0F1F7;
  }
    .main-nav li i {
        display: inline-block;
        width: 22px;
        height: 22px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
  }
    .main-nav li .home {
        background-image: url(/partials/header/home.76d52fc64723.png);
  }
    .main-nav li .gs-bloc {
        background-image: url(/partials/header/company.3d929a252619.png);
  }
    .main-nav li .news {
        background-image: url(/partials/header/news.26e01fded9b0.png);
  }
    .main-nav li .business {
        background-image: url(/partials/header/business.c959dfaa1962.png);
  }
    .main-nav li .investor {
        background-image: url(/partials/header/investor.68c3622e7232.png);
  }
    .main-nav li .recruit {
        background-image: url(/partials/header/recruit.4ee0bd2789aa.png);
  }
    .main-nav li .contact {
        background-image: url(/partials/header/contact.4989a318a4ad.png);
  }
    .main-nav li a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 55px;
        line-height: 55px;
        font-size: 15px;
        color: #141414;
        padding-left: 15px;
  }
    .main-nav li a:visited {text-decoration:none;
  }
    .main-nav li a:link {text-decoration:none;
  }
    .main-nav li a:active {text-decoration:none;
  }
    .main-nav li .current {
        color: #EA2F47;
  }
}

@media (min-width: 769px) {
  .v-header-wrap {
    display: none;
  }
  .v-header {
    height: 80px;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9;
    background: #fff;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0 10px 20px 0 RGBA(207, 210, 215, .1);
            box-shadow: 0 10px 20px 0 RGBA(207, 210, 215, .1)
  }
  .v-header.suspension {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: none;
  }
  .v-header .container {
      padding: 0;
      width: 1200px;
  }
      /* max-width: 1200px; */
      .v-header .container .row{
        margin: 0;
      }
  .v-header .logo {
      float: left;
      margin-top: 15px;
      width: 170px;
      height: 50px;
  }
  .v-header .wrap-navs {
      display: none;
  }
  .v-header .navs {
      float: left;
      margin-left: 20px;
      position: relative;
  }
      .v-header .navs .activeBar{
        display: none;
        position: absolute;
        bottom: 0;
        width: 20px;
        height: 3px;
        background: #EB2F45;
        border-radius: 50px;
      }
      .v-header .navs .mainNav {
        margin-bottom: 0;
        position: relative;
      }
        .v-header .navs .mainNav .current{
          display: none;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -10px;
          width: 20px;
          height: 3px;
          background: #EB2F45;
          border-radius: 50px;
        }
        .v-header .navs .mainNav > li {
          position: relative;
          float: left;
          font-size: 16px;
          height: 80px;
          line-height: 80px;
          list-style-type: none;
          text-align: center;
          cursor: pointer;
        }
          .v-header .navs .mainNav > li .active{
            position: relative;
            color: #EB2F45;
          }
        .v-header .navs .mainNav > li:hover > a {
              color: #EB2F45;
  }
        .v-header .navs .mainNav > li > a {
            text-decoration: none;
            padding: 0 35px;
            display: inline-block;
            color: #333;
  }
        .v-header .navs .mainNav > li .secondNav {
            position: absolute;
            top: 80px;
            left: 50%;
            z-index: 999;
            margin-left: -60px; 
            padding-top: 15px;
            width: 120px;
  }
            .v-header .navs .mainNav > li .secondNav .li-current {
              display: none;
              position: absolute;
              left: 0;
              top: 28px;
              width: 3px;
              height: 20px;
              background: #EB2F45;
              border-radius: 50px;
              z-index: 9;
            }
            .v-header .navs .mainNav > li .secondNav > ul {
              position: relative;
              background-color: #fff;
              border-radius: 6px;  
              -webkit-box-shadow:  0 10px 20px 0 RGBA(207, 210, 215, .35);  
                      box-shadow:  0 10px 20px 0 RGBA(207, 210, 215, .35);
            }
              .v-header .navs .mainNav > li .secondNav > ul .triangle{
                display: none;     
                position: absolute;
                top: -6px;
                left: 50%;
                margin-left: -6px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #fff;
              }         
              .v-header .navs .mainNav > li .secondNav > ul > li {
                position: relative;
                display: none;
                height: 46px;
                line-height: 46px;
                list-style-type: none
              }         
              .v-header .navs .mainNav > li .secondNav > ul > li:hover > a {
                    color: #EB2F45;
  }         
              .v-header .navs .mainNav > li .secondNav > ul > li > a {
                  text-decoration: none;
                  color: #333;
  }         
              .v-header .navs .mainNav > li .secondNav > ul > li .active {
                  color: #EB2F45;
  }         
              .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus {
                  display: none;                
                  position: absolute;
                  top: 0;
                  right: -120px;
                  padding-left: 10px; 
                  width: 120px;
  }
                  .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul{
                    position: relative;
                    background-color: #fff;
                    border-radius: 6px;          
                    -webkit-box-shadow:  0 10px 20px 0 RGBA(207, 210, 215, .35);          
                            box-shadow:  0 10px 20px 0 RGBA(207, 210, 215, .35);
                  }  
                    .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul .triangle{
                      position: absolute;
                      top: 17px;
                      left: -6px;
                      width: 0;
                      height: 0;
                      border-top: 6px solid transparent;
                      border-bottom: 6px solid transparent;
                      border-right: 6px solid #fff;
                    }                                                            
                    .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul > li{
                      display: none;
                      position: relative;
                      list-style-type: none;
                      height: 46px;
                      line-height: 46px
                      
                    }                                                            
                    .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul > li:hover >a {
                          color: #EB2F45;
  }                                                            
                    .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul > li a {
                        text-decoration: none;
                        color: #333;
  }
}
    


.back-to-top {
  display: none;
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  background:rgba(255,255,255,1);
  -webkit-box-shadow:0px 0px 25px 0px rgba(157,174,191,0.25);
          box-shadow:0px 0px 25px 0px rgba(157,174,191,0.25);
}
  .back-to-top i {
    display: inline-block;
    width: 19px;
    height: 10px;
    margin-top: 15px;
    background: url(/components/back-to-top/arrow.8167b7502439.png) no-repeat;
    background-size: 100% 100%;
  }

@media (max-width: 767px) {
  .v-invest {
    display: none;
  }
  .v-invest-wrap {
    padding-bottom: 35px;
  }
    .v-invest-wrap .banner{
      height: 160px;
      background: url(/views/business/invest/banner-wrap.429f4c4e5de7.png) no-repeat;
      background-position: top center;
      background-size: cover;
    }
    .v-invest-wrap .container {
      margin-top: 35px;
    }
      .v-invest-wrap .container p {
        font-size: 16px;
        font-weight: 400;
        color: #141414;
        line-height: 30px;
        text-indent: 30px;
      }
    .v-invest-wrap .title {
      text-align: center;
      margin-bottom: 20px;
    }
      .v-invest-wrap .title span {
        position: relative;
        font-size: 17px;
        color: #141414;
        font-weight: 600
      }
      .v-invest-wrap .title span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    width: 8px;
    height: 2px;
    opacity:0.5;
    border-radius: 2px;
    background: #141414;
    tansform: translateY(-50%);
  }
      .v-invest-wrap .title span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    width: 8px;
    height: 2px;
    opacity:0.5;
    border-radius: 2px;
    background: #141414;
    tansform: translateY(-50%);
  }
    .v-invest-wrap .box-shadow {
      padding: 15px;
      background: rgba(255,255,255,1);
      -webkit-box-shadow: 0px 0px 25px 0px rgba(157,174,191,0.25);
              box-shadow: 0px 0px 25px 0px rgba(157,174,191,0.25);
      border-radius: 3px;
    }
    .v-invest-wrap .invest {
      
    }
      .v-invest-wrap .invest-field .cards-wrap {
        font-size: 16px;
      }
        .v-invest-wrap .invest-field .cards-wrap .box-head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          @-webkit-keyframes myrotate {
            from { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
            to { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }
          }
        }
          .v-invest-wrap .invest-field .cards-wrap .box-head h1 {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            height: 45px;
            line-height: 45px;
            font-size: 17px;
            font-weight: normal;
            color: #141414;
            margin: 0;
            padding-left: 15px;
          }
          .v-invest-wrap .invest-field .cards-wrap .box-head .icon {
            width: 25px;
            height: 25px;
            background-size: 100% 100%
          }
          .v-invest-wrap .invest-field .cards-wrap .box-head .icon.invest-internet {
    background-image: url(/views/business/invest/invest-internet.83bf384b3bca.png);
    background-repeat: no-repeat;
  }
          .v-invest-wrap .invest-field .cards-wrap .box-head .icon.invest-mind {
    background-image: url(/views/business/invest/invest-mind.1d7459808c24.png);
    background-repeat: no-repeat;
  }
          .v-invest-wrap .invest-field .cards-wrap .box-head .icon.invest-consume {
    background-image: url(/views/business/invest/invest-consume.1afbae0e66b0.png);
    background-repeat: no-repeat;
  }
          .v-invest-wrap .invest-field .cards-wrap .box-head .icon.invest-block-proto {
    background-image: url(/views/business/invest/invest-block-proto.5e242d57faca.png);
    background-repeat: no-repeat;
  }
          .v-invest-wrap .invest-field .cards-wrap .box-head .arrow {
            width: 21px;
            height: 21px;
            background-size: 100% 100%;
            background-image: url(/views/business/invest/arrow-wrap.6513aadbad73.png);
            background-repeat: no-repeat
          }
          .v-invest-wrap .invest-field .cards-wrap .box-head .arrow.up {
    /* animation: myrotate 1s 0s linear; */
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
        .v-invest-wrap .invest-field .cards-wrap .card {
          margin: 15px 0 0;
          padding: 0 15px;
          border-radius: 3px;
        }
        .v-invest-wrap .invest-field .cards-wrap .hide-text {
          padding: 15px 0;
          border-top: 1px solid #F0F1F7;
        }
        .v-invest-wrap .invest-field .cards-wrap .caption {
          color: #141414;
          line-height: 25px;
        }
        .v-invest-wrap .invest-field .cards-wrap ul {
          margin: 0;
        }
        .v-invest-wrap .invest-field .cards-wrap li {
          list-style-type: none;
          color: #6A798E;
          line-height: 25px;
          padding-top: 3px;
        }
      .v-invest-wrap .invest-field .hide-text {
        display: none;
      }
      .v-invest-wrap .invest-case p {
        text-indent: 0;
      }
        .v-invest-wrap .invest-case .more p {
          font-size: 15px;
          color: #C6CAD7;
          font-weight: 400;
          line-height: 25px;
          text-align: center;
          margin: 0;
        }
      .v-invest-wrap .invest-case .box-shadow {
        margin-bottom: 15px
      }
      .v-invest-wrap .invest-case .box-shadow:last-child {
    margin-bottom: 0;
  }
      .v-invest-wrap .invest-case .box-shadow i {
          display: inline-block;
          margin-bottom: 5px;
  }
      .v-invest-wrap .invest-case .qu-logo {
        width: 64px;
        height: 45px;
        background: url(/views/business/invest/qu-logo.1108663d8785.png) no-repeat;
        background-size: 100% 100%;
      }
      .v-invest-wrap .invest-case .wei-logo {
        width: 104px;
        height: 34px;
        background: url(/views/business/invest/wei-logo.2a3c85813a97.png) no-repeat;
        background-size: 100% 100%;
      }
      .v-invest-wrap .invest-case .lu-logo {
        width: 98px;
        height: 27px;
        background: url(/views/business/invest/lu-logo.ce9141b4a6b7.png) no-repeat;
        background-size: 100% 100%;
      }
      .v-invest-wrap .development .content {
        padding-top: 20px;
      }
      .v-invest-wrap .development .icon {
        display: block;
        width: 132px;
        height: 94px;
        margin: 0 auto;
        background: url(/views/business/invest/icon-develop-wrap.25493a9dcf39.png) no-repeat;
        background-size: 100% 100%;
      }
      .v-invest-wrap .development .text {
        font-size: 16px;
        color: #141414;
        font-weight: 400;
        line-height: 30px;
        text-indent: 30px;
      }
}
@media (min-width: 768px) {
  .v-invest-wrap {
    display: none;
  }
    .v-invest .banner{
      height: 240px;
      background: url(/views/business/invest/banner.be488622d6b9.jpg) no-repeat;
      background-position: top center;
      background-size: cover;
    }
      .v-invest .container .invest{
        margin-top: 29px;
        text-align: center;
        position: relative;
      }
        .v-invest .container .invest .bg{
          position: absolute;
          top: 30px;
          left: 50%;
          z-index: -1;
          margin-left: -435px;
          width: 870px;
          height: 443px;
          background: url(/views/business/invest/img-bg-map.c56a883fdda2.png) no-repeat;
        }
        .v-invest .container .invest .title{
          font-size: 30px;
          line-height: 30px;
          color: #111;
          font-weight: bold;
        }
        .v-invest .container .invest .subtitle{
          margin-top: 21px;
          font-size: 16px;
          color: #C5CBD9;
        }
        .v-invest .container .invest .content{
          margin: 57px auto 0 auto;
          width: 978px;
          font-size: 20px;
          color: #111;
          line-height: 35px;
        }
      .v-invest .container .invest-field{
        margin-top: 78px;
        text-align: center;
      }
        .v-invest .container .invest-field .title{
          position: relative;
          padding-bottom: 20px;
          text-align: center;
          font-size: 30px;
          font-weight: bold;
          line-height: 30px;
          color: #111111;
        }
          .v-invest .container .invest-field .title .tag{
            position: absolute;
            left: 50%;
            margin-left: -15px;
            bottom: 0;
            width: 30px;
            height: 4px;
            background-color: #EB2F45;
            border-radius: 2px;
          }
        .v-invest .container .invest-field .content{
          margin: 57px auto 0 auto;
          width: 978px;
          font-size: 20px;
          color: #111;
          line-height: 35px;
        }
        .v-invest .container .invest-field .cards{
          margin: 32px 0 0 0;
        }
          .v-invest .container .invest-field .cards .col-md-3{
            position: relative;
            margin-top: 20px;
            padding: 0;
            height: 119px;
          }
          .v-invest .container .invest-field .cards .card{                    
            position: absolute;
            left: 50%;
            margin-left: -142.5px;
            padding: 40px 0 0 29px;
            text-align: left;
            width: 285px;
            height: 119px;
            background: #fff;
            border: 1px solid #F3F4F8;
            border-radius: 6px;
            overflow: hidden;
          }
            .v-invest .container .invest-field .cards .card .text{
              position: relative;
              font-size: 20px;
              line-height: 20px;
              color: #141414;
              font-weight: bold;
            }
              .v-invest .container .invest-field .cards .card .text .tag{
                position: absolute;
                top: 36px;
                left: 0;
                width: 30px;
                height: 3px;
                border-radius: 2px;
                overflow: hidden;
                
              }
                .v-invest .container .invest-field .cards .card .text .tag .back{
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 30px;
                  height: 3px;
                  background: -webkit-gradient(linear, left top, right top, from(#F4533A),to(#EB2F45));
                  background: linear-gradient(to right, #F4533A 0%,#EB2F45 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4533A', endColorstr='#EB2F45',GradientType=1);                
                }
            .v-invest .container .invest-field .cards .card .icon{
              position: absolute;
              top: 44px;
              right: 30px;
              width: 31px;
              height: 31px;
              background: url(/views/business/invest/icon-invest-field.8acf8e67669f.png) no-repeat;
            }
            .v-invest .container .invest-field .cards .card .enterIcon{
              background: url(/views/business/invest/icon-invest-field-2.ae0a764f5e2c.png) no-repeat!important;
            }
            .v-invest .container .invest-field .cards .card .hide-text{
              display: none;
              position: absolute;
              top: 103px;
              left: 0;
              width: 285px;
              padding: 0 30px 24px 29px;
              color: #141414;
              line-height: 28px;
            }
              .v-invest .container .invest-field .cards .card .hide-text .caption{
                font-weight: bold;
                font-size: 18px;
                margin-bottom: 8px;
              }
              .v-invest .container .invest-field .cards .card .hide-text ul, .v-invest .container .invest-field .cards .card .hide-text li{
                line-height: 35px;
                list-style: none;
                font-size: 16px;
                line-height: 28px;
                margin-bottom: 0;
              }
          .v-invest .container .invest-field .cards .card.zindex{
            z-index: 5;
            -webkit-box-shadow: 0 15px 25px 0 RGBA(144, 145, 146, 0.1);
                    box-shadow: 0 15px 25px 0 RGBA(144, 145, 146, 0.1);
            -webkit-transition: 1.25s -webkit-box-shadow;
            transition: 1.25s -webkit-box-shadow;
            transition: 1.25s box-shadow;
            transition: 1.25s box-shadow, 1.25s -webkit-box-shadow;
          }
          .v-invest .container .invest-field .cards .card-1.zindex{
            z-index: 10;          
          }
          .v-invest .container .invest-field .cards .card-2.zindex{
            z-index: 10;          
          }
      .v-invest .container .invest-case{
        margin-top: 80px;
      }
        .v-invest .container .invest-case .title{
          position: relative;
          padding-bottom: 20px;
          text-align: center;
          font-size: 30px;
          font-weight: bold;        
          line-height: 30px;
          color: #111111;
        }
          .v-invest .container .invest-case .title .tag{
            position: absolute;
            left: 50%;
            margin-left: -15px;
            bottom: 0;
            width: 30px;
            height: 4px;
            background-color: #EB2F45;
            border-radius: 2px;
          }
        .v-invest .container .invest-case .pieces{
          margin: 40px 0 0 0;
        }
          .v-invest .container .invest-case .pieces .col-md-4{
            padding: 0;
            
          }
            .v-invest .container .invest-case .pieces .col-md-4 .piece{
              margin-left: auto;
              margin-right: auto; 
              position: relative;
              margin-top: 20px;
              padding: 40px 43px 0 39px;         
              width: 386px;
              height: 340px;
              border-radius: 6px;
            }          
              .v-invest .container .invest-case .pieces .col-md-4 .piece .descrip{
                font-size: 20px;
                line-height: 35px;
                color: #fff;
              }
              .v-invest .container .invest-case .pieces .col-md-4 .piece .caption{
                position: absolute;
                bottom: 31px;
                left: 38px;
                height: 30px;  
                font-size: 20px;
                line-height: 30px;            
                color: #fff;          
              }  
                .v-invest .container .invest-case .pieces .col-md-4 .piece .caption .icon{
                  position: absolute;
                  top: 0;
                  left: 0;
                  display: inline-block;
                }
          .v-invest .container .invest-case .pieces .piece-1{
            background: #F6785B
          }
          .v-invest .container .invest-case .pieces .piece-1:hover {
    -webkit-box-shadow: 0px 15px 25px 0 RGBA(246, 120, 91, .35);
            box-shadow: 0px 15px 25px 0 RGBA(246, 120, 91, .35);
    -webkit-transition: 1.25s -webkit-box-shadow;
    transition: 1.25s -webkit-box-shadow;
    transition: 1.25s box-shadow;
    transition: 1.25s box-shadow, 1.25s -webkit-box-shadow;
  }
          .v-invest .container .invest-case .pieces .piece-1 .caption {
              padding-left: 85px;
  }
              .v-invest .container .invest-case .pieces .piece-1 .caption .icon{
                width: 65px;
                height: 30px;
                background: url(/views/business/invest/icon-invest-case-1.0de5708b2959.png) no-repeat;
              }
          .v-invest .container .invest-case .pieces .piece-2{
            background: #5BBDF6
          }
          .v-invest .container .invest-case .pieces .piece-2:hover {
    -webkit-box-shadow: 0px 15px 25px 0 RGBA(91, 189, 246, .35);
            box-shadow: 0px 15px 25px 0 RGBA(91, 189, 246, .35);
    -webkit-transition: 1.25s -webkit-box-shadow;
    transition: 1.25s -webkit-box-shadow;
    transition: 1.25s box-shadow;
    transition: 1.25s box-shadow, 1.25s -webkit-box-shadow;
  }
          .v-invest .container .invest-case .pieces .piece-2 .caption {
              padding-left: 112px;
  }
              .v-invest .container .invest-case .pieces .piece-2 .caption .icon{
                width: 92px;
                height: 30px;
                background: url(/views/business/invest/icon-invest-case-2.be929debb7f6.png) no-repeat;
              }
          .v-invest .container .invest-case .pieces .piece-3{           
            background: #797CFF
          }
          .v-invest .container .invest-case .pieces .piece-3:hover {
    -webkit-box-shadow: 0px 15px 25px 0 RGBA(121, 124, 255, .35);
            box-shadow: 0px 15px 25px 0 RGBA(121, 124, 255, .35);
    -webkit-transition: 1.25s -webkit-box-shadow;
    transition: 1.25s -webkit-box-shadow;
    transition: 1.25s box-shadow;
    transition: 1.25s box-shadow, 1.25s -webkit-box-shadow;
  }
          .v-invest .container .invest-case .pieces .piece-3 .caption {
              padding-left: 127px;
  }
              .v-invest .container .invest-case .pieces .piece-3 .caption .icon{
                width: 107px;
                height: 30px;
                background: url(/views/business/invest/icon-invest-case-3.f92e73e23773.png) no-repeat;
              }

          .v-invest .container .invest-case .pieces .col-md-12{
            padding: 0;
          }        
          .v-invest .container .invest-case .pieces .wrap{
            margin: 20px auto 0 auto;          
            width: 1186px;
            height: 340px;
            border-radius: 6px;
            overflow: hidden;
          }
          .v-invest .container .invest-case .pieces .piece-5{
            height: 100%;
            padding-top: 110px;
            text-align: center;
            background: -webkit-gradient(linear, left top, right top, from(RGBA(244, 83, 58, .9)), to(RGBA(235, 47, 69, .9)));
            background: linear-gradient(to right, RGBA(244, 83, 58, .9), RGBA(235, 47, 69, .9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4533A', endColorstr='#EB2F45',GradientType=1)
          }
          .v-invest .container .invest-case .pieces .piece-5:hover {
    -webkit-box-shadow: 0px 15px 25px 0 RGBA(243, 244, 248, .35);
            box-shadow: 0px 15px 25px 0 RGBA(243, 244, 248, .35);
    -webkit-transition: 1.25s -webkit-box-shadow;
    transition: 1.25s -webkit-box-shadow;
    transition: 1.25s box-shadow;
    transition: 1.25s box-shadow, 1.25s -webkit-box-shadow;
  }
          .v-invest .container .invest-case .pieces .piece-5 .icon {
              display: inline-block;
              width: 43px;
              height: 47px;
              background: url(/views/business/invest/icon-invest-case-5.2dd97b71e852.png) no-repeat;
  }
          .v-invest .container .invest-case .pieces .piece-5 .text {
              margin-top: 10px;
              font-size: 20px;
              line-height: 35px;
              color: #fff;
  }
      .v-invest .container .development{
        margin: 80px 0 40px 0;;
        text-align: center;
      }
        .v-invest .container .development .title{
          position: relative;
          padding-bottom: 20px;
          text-align: center;
          font-size: 30px;
          font-weight: bold;        
          line-height: 30px;
          color: #111111;
        }
          .v-invest .container .development .title .tag{
            position: absolute;
            left: 50%;
            margin-left: -15px;
            bottom: 0;
            width: 30px;
            height: 4px;
            background-color: #EB2F45;
            border-radius: 2px;
          }
        .v-invest .container .development .content{
          margin-top: 41px;
          display: inline-block;
          font-size: 20px;
          line-height: 35px;
          color: #111111;
          text-align: left;
        }
          .v-invest .container .development .content .icon{
            float: left;          
            width: 161px;
            height: 117px;
            background: url(/views/business/invest/icon-develop.1181245d002a.png) no-repeat;
          }
          .v-invest .container .development .content .text{
            float: left;
            margin: 18px 0 0 20px;
            width: 679px;
          }
}

@media (min-width: 769px) {
    .container-wrap {
      display: none;
    }
    .footer{
      overflow: hidden;
      height: 184px;
    }
      /* background: -webkit-linear-gradient(right, #F4533A, #EB2F45);
      background: linear-gradient(to right, #F4533A 0%,#EB2F45 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4533A', endColorstr='#EB2F45',GradientType=1); */
      .footer .container{
        padding: 40px 0 0 29px;
        border-top: 1px solid #F3F4F8;
      }
        .footer .container .left{
          float: left;
        }
          .footer .container .left .logo{
            width: 201px;
            height: 55px;
            background: url(/partials/footer/logo.7e109050e0c9.png) no-repeat;
            background-size: 100% 100%;
          }
          .footer .container .left .copyright{
            text-align: right;
            margin-top: 10px;
            font-size: 14px;
            color: #949AA6;
          }
            .footer .container .left .copyright .beianhao{
              cursor:pointer;
              color:#949AA6;
            }
        .footer .container .center{
          float: left;    
          margin-left: 38px;
        }        
          /* .twoCodes{
            width: 160px;
            height: 160px;
            background: url('./twoCodes.png');
          } */
          .footer .container .center .title{
            margin-top: 10px;
            text-align: center;
            font-size: 16px;
            line-height: 16px;
            color: #FFFFFF;
          }
        .footer .container .right{
          position: relative;
          float: left;
          margin-left: 82px;
          margin-top: 21px;
          font-size: 16px;
          line-height: 16px;
          color: #fff;
        }
          .footer .container .right .split{
            position: absolute;
            display: inline-block;
            width: 1px;
            height: 40px;
            top: 15px;
            left: -41px;
            background: RGBA(20, 20, 20, .3);
          }
          .footer .container .right ul{
            list-style: none;
          }
            .footer .container .right ul .first{
              /* width: 102px; */
              color: #141414;
              font-size: 18px;
              margin-right: 28px;
            }
            .footer .container .right ul li{
              display: inline-block;
              margin-right: 70px;
              vertical-align: middle;
            }
              .footer .container .right ul li a{
                color: #949AA6;
                text-decoration: none
              }
              .footer .container .right ul li a:hover {
        color: #141414;
    }
          .footer .container .right .links{
            margin-top: 30px;  
          }   
            .footer .container .right .links ul{
              display: inline-block;
            }
  }
@media (max-width: 768px) {
    .footer .container {
      display: none;
    }
    .footer .container-wrap {
      padding: 35px 15px 38px;
      background-color: #F7F8FA;
    }
      .footer .container-wrap .wrap-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
        .footer .container-wrap .wrap-menus h1 {
          font-size: 15px;
          color: #6B798E;
          margin: 0;
        }
        .footer .container-wrap .wrap-menus .horizontal-line {
          width: 100%;
          height: 3px;
          margin: 15px 0;
          border-left: 10px solid #9398A5;
        }
        .footer .container-wrap .wrap-menus ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          list-style: none;
          margin: 0;
        }
          .footer .container-wrap .wrap-menus ul li {
            width: 52px
          }
          .footer .container-wrap .wrap-menus ul li.line {
        width: 1px;
        height: 10px;
        background: #D9DBE0;
    }
          .footer .container-wrap .wrap-menus ul li a {
              font-size: 13px;
              color: #6B798E;
              font-weight: 400;
    }
          .footer .container-wrap .wrap-menus ul li a:visited {text-decoration:none;
    }
          .footer .container-wrap .wrap-menus ul li a:link {text-decoration:none;
    }
          .footer .container-wrap .wrap-menus ul li a:active {text-decoration:none;
    }
      .footer .container-wrap .gsjk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px;
        padding-left: 30px;
      }
        .footer .container-wrap .gsjk img {
          width: 95px;
          height: 25px;
        }
        .footer .container-wrap .gsjk .line {
          width: 1px;
          height: 20px;
          background: #D9DBE0;
          margin: 0 20px;
        }
        .footer .container-wrap .gsjk .copy-right {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
        }
          .footer .container-wrap .gsjk .copy-right p {
            font-size: 13px;
            color: #6B798E;
            margin-bottom: 0;
          }
          .footer .container-wrap .gsjk .copy-right .beianhao{
            cursor:pointer;
            color:#6B798E;
          } 
}
