@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;
  }
}
    



  @media (max-width: 768px) {
      .slider-container .slider-wraper  {
        height: 200px;
      }
}
@media (min-width: 769px) {
      .slider-container .slider-wraper  {
        height: 500px;
      }
}
.slider-container .slider-wraper {
      position: relative;
      margin: 0;
}
.slider-container .slider-wraper .slide{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: none;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
      }
.slider-container .slider-wraper .slide img {
          position: absolute;
          left: 50%;
          margin-left: -960px;
        }
@media (max-width: 768px) {
      .slider-container .slider-wraper .circles {
          bottom: 20px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
      }
}
@media (min-width: 769px) {
      .slider-container .slider-wraper .circles {
          bottom: 80px;
          margin-left: -30px;
      }
}
.slider-container .slider-wraper .circles {
        position: absolute;
        left: 50%;
        list-style: none;
        text-align: center;
}
.slider-container .slider-wraper .circles li{
          display: inline-block;
          margin: 0 5px; 
          width: 10px;
          height: 10px;
          background: #fff;
          border-radius: 50%;
          cursor: pointer;
          -webkit-transition: width 0.3s;
          transition: width 0.3s;
        }
@media (max-width: 768px) {
      .slider-container .slider-wraper .circles li {
            width: 5px;
            height: 5px;
      }
      .slider-container .slider-wraper .circles .active {
            width: 10px;
            border-radius: 5px;
      }
}
@media (min-width: 769px) {
      .slider-container .slider-wraper .circles li {
            width: 10px;
            height: 10px;
      }
      .slider-container .slider-wraper .circles .active {
            width: 20px;
            border-radius: 5px;
      }
}


.v-loading{
  margin-top: 28px;
  text-align: center;
}
  .v-loading .text{
    font-size: 16px;
    color: #949aa6;
  }

.v-loadFailed{
  margin-top: 28px;  
  text-align: center;
}

.v-loadFailed .text{
    font-size: 16px;
    color: #949aa6;
  }

.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%;
  }

.v-index .hideimg{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 0;
    width: 0;
  }
@media (max-width: 768px) {
    .v-index .slider-container .slider-wraper {
        -webkit-box-shadow: none!important;
                box-shadow: none!important;
    }
}
.v-index .slider-container .slider-wraper {
      -webkit-box-shadow:  0px 30px 50px 0 RGBA(162, 167, 175, 0.3);
              box-shadow:  0px 30px 50px 0 RGBA(162, 167, 175, 0.3);
}
/* height: 500px; */
.v-index .slider-container .slider-wraper .slide-01{
        background: url(/views/index/banner-1.be30091a56ac.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
      }
.v-index .slider-container .slider-wraper .slide-02{
        background: url(/views/index/banner-2.d60e434ea7c9.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
        
      }
.v-index .slider-container .slider-wraper .slide-03{ 
        background: url(/views/index/banner-3.894ae5124974.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
      }
.v-index .slider-container .slider-wraper .slide-04{ 
        background: url(/views/index/banner-4.9543a0566fbc.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
      }
.v-index .slider-container .slider-wraper .slide-05{ 
        background: url(/views/index/banner-5.913aa1fd8b9d.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
      }
@media (max-width: 768px) {
    .v-index .container { 
      display: none;
    }
      .v-index .wrap-container a:visited{text-decoration:none;}
      .v-index .wrap-container a:link{text-decoration:none; }
      .v-index .wrap-container a:active{text-decoration:none;}
      .v-index .wrap-container h1.title-h {
        position: relative;
        margin: 50px 0 38px;
        font-size: 27px;
        color: #141414;
        text-align: center;
        font-weight: 500
      }
      .v-index .wrap-container h1.title-h:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        z-index: -1;
        font-size: 35px;
        color: #F8F8F9;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
      .v-index .wrap-container h1.title-h:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 20px;
        height: 3px;
        margin-left: -10px;
        border-radius: 3px;
        background-color: #EA2F47;
    }
      .v-index .wrap-container .wrap-gs-fins {
        padding: 0 15px;
      }
        .v-index .wrap-container .wrap-gs-fins .title-h:before {
        content: 'ABOUT';
    }
        .v-index .wrap-container .wrap-gs-fins .wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 15px;
          border-radius: 6px;
          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);
        }
          .v-index .wrap-container .wrap-gs-fins .wrap .left-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 90px;
          }
            .v-index .wrap-container .wrap-gs-fins .wrap .left-wrap .icon {
              width: 57px;
              height: 60px;
            }
            .v-index .wrap-container .wrap-gs-fins .wrap .left-wrap .idea {
              background: url(/views/index/icon_idea_wrap.1bed435c0d7f.png) no-repeat;
              background-size: 100% 100%; 
            }
            .v-index .wrap-container .wrap-gs-fins .wrap .left-wrap .vision {
              background: url(/views/index/icon_vision_wrap.726d9dc1ee75.png) no-repeat; 
              background-size: 100% 100%;
            }
            .v-index .wrap-container .wrap-gs-fins .wrap .left-wrap .values {
              background: url(/views/index/icon_values_wrap.ccfa1d07fbf3.png) no-repeat; 
              background-size: 100% 100%;
            }
          .v-index .wrap-container .wrap-gs-fins .wrap .right-wrap {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 15px 15px 15px 0;
          }
            .v-index .wrap-container .wrap-gs-fins .wrap .right-wrap h2 {
              margin: 0 0 10px 0;
              font-size: 18px;
              font-weight: 500;
              color: #141414;
              line-height: 25px;
            }
            .v-index .wrap-container .wrap-gs-fins .wrap .right-wrap p {
              margin: 0;
              line-height: 25px;
              font-size: 15px;
              font-weight: 400;
              color: #777F90;
            }
        .v-index .wrap-container .wrap-news .title-h:before {
        content: 'NEWS';
    }
        .v-index .wrap-container .wrap-news .news_company_wrap {
          padding: 0 15px;
        }
          .v-index .wrap-container .wrap-news .news_company_wrap .item {
            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: 6px;
            margin-bottom: 15px;
          }
            .v-index .wrap-container .wrap-news .news_company_wrap .item a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              padding: 15px
            }
            .v-index .wrap-container .wrap-news .news_company_wrap .item a.set-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
    }
            .v-index .wrap-container .wrap-news .news_company_wrap .item a.set-top .item-box {
                  padding: 10px 15px 15px;
    }
          .v-index .wrap-container .wrap-news .news_company_wrap .top-pic {
            width: 100%;
          }
          .v-index .wrap-container .wrap-news .news_company_wrap .pic {
            width: 110px;
            height: 85px;
            margin-right: 15px;
          }
          .v-index .wrap-container .wrap-news .news_company_wrap .item-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
          }
            .v-index .wrap-container .wrap-news .news_company_wrap .item-box label.title {
              display: -webkit-box; 
              margin: 0 0 10px;
              font-size: 18px;
              font-weight: 500;
              color: #141414;
              line-height: 25px;
              text-overflow: ellipsis;
              overflow: hidden;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
            }
            .v-index .wrap-container .wrap-news .news_company_wrap .item-box span.time {
              font-size: 13px;
              color: #C6CAD7;
            }
          .v-index .wrap-container .wrap-news .news_company_wrap .more {
            text-align: center;
          }
            .v-index .wrap-container .wrap-news .news_company_wrap .more a {
              position: relative;
              font-size: 14px;
              color: #6B798E;
              margin-left: -28px
            }
            .v-index .wrap-container .wrap-news .news_company_wrap .more a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -30px;
        width: 21px;
        height: 21px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url(/views/index/more-wrap.d2c5a250be1e.png) no-repeat;
        background-size: 100% 100%;
    }
      .v-index .wrap-container .wrap-business {
        padding: 0 15px;
      }
        .v-index .wrap-container .wrap-business .title-h:before {
        content: 'BUSNIESS';
    }
          .v-index .wrap-container .wrap-business .business-box .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 15px;
            margin-bottom: 15px;
            border-radius:6px;
            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)
          }
          .v-index .wrap-container .wrap-business .business-box .item.mg-l {
        margin-left: 35px;
    }
          .v-index .wrap-container .wrap-business .business-box .item.mg-l i {
                left: -50px;
    }
          .v-index .wrap-container .wrap-business .business-box .item.mg-l .content {
                margin-left: 15px;
    }
          .v-index .wrap-container .wrap-business .business-box .item.mg-r {
        margin-right: 35px;
    }
          .v-index .wrap-container .wrap-business .business-box .item.mg-r i {
                right: -50px;
    }
          .v-index .wrap-container .wrap-business .business-box .item.mg-r .content {
                margin-right: 15px;
    }
          .v-index .wrap-container .wrap-business .business-box .icon {
            position: relative;
            width: 88px;
            height: 103px;
          }
            .v-index .wrap-container .wrap-business .business-box .icon i {
              position: absolute;
              top: 0;
              width: 138px;
              height: 103px;
              border-radius: 3px;
            }
            .v-index .wrap-container .wrap-business .business-box .icon .security {
              background: url(/views/index/img_business_security.29b70d04f871.png) no-repeat;
              background-size: 100% 100%;
            }
            .v-index .wrap-container .wrap-business .business-box .icon .invest {
              background: url(/views/index/img_business_invest.efa2f5cf45ff.png) no-repeat;
              background-size: 100% 100%;
            }
            .v-index .wrap-container .wrap-business .business-box .icon .technology {
              background: url(/views/index/img_business_technology.daeae8fd8cf8.png) no-repeat;
              background-size: 100% 100%;
            }
          .v-index .wrap-container .wrap-business .business-box .content {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
          }
            .v-index .wrap-container .wrap-business .business-box .content label {
              display: block;
              position: relative;
              font-size: 18px;
              font-weight: 500;
              color: #141414
            }
            .v-index .wrap-container .wrap-business .business-box .content label:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 21px;
        height: 21px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url(/views/index/more-wrap.d2c5a250be1e.png) no-repeat;
        background-size: 100% 100%;
    }
            .v-index .wrap-container .wrap-business .business-box .content label:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 10px;
        height: 2px;
        background: #EA2F47;
    }
            .v-index .wrap-container .wrap-business .business-box .content p {
              font-size: 16px;
              color: #777F90;
              line-height: 25px;
              padding-top: 15px;
            }
      .v-index .wrap-container .other-items {
        padding: 50px 15px 35px;
      }
        .v-index .wrap-container .other-items .item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 45px;
          border: 1px solid #F0F1F7;
          border-radius: 20px
        }
        .v-index .wrap-container .other-items .item:first-child {
        margin-bottom: 15px;
    }
        .v-index .wrap-container .other-items .item i {
            width: 19px;
            height: 21px;
            margin-right: 15px;
    }
        .v-index .wrap-container .other-items .item .recruit {
            background: url(/views/index/join-us.870922dc258a.png) no-repeat;
            background-size: 100% 100%;
    }
        .v-index .wrap-container .other-items .item .contact {
            background: url(/views/index/recruit.48ef21e94693.png) no-repeat;
            background-size: 100% 100%;
    }
        .v-index .wrap-container .other-items .item span {
            font-size: 14px;
            color: #141414;
            font-weight: 400px;
    }
}
@media (min-width: 769px) {
    .v-index .wrap-container {
      display: none;
    }
    .v-index .container {
      width: 1200px;
      padding: 0 0 80px 0;
    }
      .v-index .container .about{
        position: relative;
        margin-top: -60px;
        padding: 70px 0 0 0;
        background-color: #fff;
        border-radius: 6px 6px 0 0;
      }
        .v-index .container .about .title{
          margin: 0;
          text-align: center;
          font-size: 30px;
          line-height: 30px;
          font-weight: bold;
          color: #111;
        }
        .v-index .container .about .subtitle{
          margin: 19px 0 0;
          text-align: center;
          font-size: 16px;
          line-height: 16px;
          color: #C5CBD9;
        }
        .v-index .container .about .row{
          margin: 0;
        }
        .v-index .container .about .content{
          margin-top: 49px;
        }
          .v-index .container .about .content .piece{
            text-align: center;
          }
            .v-index .container .about .content .piece .wrap{
              display: inline-block;
            }
            .v-index .container .about .content .piece .icon{
              position: relative;
              top: 0;
              display: inline-block;
              width: 80px;
              height: 80px;
            }
            .v-index .container .about .content .piece .title{
              margin-top: 11px;            
              font-size: 20px;
              line-height: 20px;
              font-weight: bold;
              color: #141414;
            }
            .v-index .container .about .content .piece .subtitle{
              margin-top: 10px;
              font-size: 16px;
              line-height: 16px;
              color: #949AA6;
            }
            .v-index .container .about .content .piece .content{
              margin-top: 28px;
              margin-bottom: 0; 
              width: 220px;
              font-size: 14px;
              margin-left: auto;
              margin-right: auto;
              color: #949AA6;
            }
          .v-index .container .about .content .idea .icon{
            background: url(/views/index/icon_idea.427d1255ddcb.png) no-repeat;
            background-size: 100% 100%; 
          }
          .v-index .container .about .content .vision .icon{
            background: url(/views/index/icon_vision.5003ebbbeb4e.png) no-repeat; 
            background-size: 100% 100%;           
          }
          .v-index .container .about .content .values .icon{
            background: url(/views/index/icon_values.6b9e6684abb0.png) no-repeat; 
            background-size: 100% 100%;           
          }
      .v-index .container .news{
          padding: 55px 0 0 0;
          margin: 0 auto;
        }
          .v-index .container .news .title{
            margin: 0;
            text-align: center;
            font-size: 30px;
            line-height: 30px;
            color: #111111;
            font-weight: bold;
          }
          .v-index .container .news .subtitle{
            margin: 19px 0 0 0;
            text-align: center;
            font-size: 16px;
            line-height: 16px;
            color: #C5CBD9;
          }
          .v-index .container .news .tabs{
            margin: 29px 0 0 0;
          }
            .v-index .container .news .tabs .tab_company{
              padding: 0 25px 0 0;
            }
              .v-index .container .news .tabs .tab_company .btn-title{
                float: right;
              }
            .v-index .container .news .tabs .tab_industry{
              padding: 0 0 0 25px;
            }
              .v-index .container .news .tabs .tab_industry .btn-title{
                float: left;
              }
            .v-index .container .news .tabs .btn-title {
              width: 100px;
              height: 40px;
              border-radius: 20px;
              overflow: hidden
            }
            .v-index .container .news .tabs .btn-title:hover {
        -webkit-transition: -webkit-box-shadow  1.2s;
        transition: -webkit-box-shadow  1.2s;
        transition: box-shadow  1.2s;
        transition: box-shadow  1.2s, -webkit-box-shadow  1.2s;
        -webkit-box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
                box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
    }
            .v-index .container .news .tabs .btn-title:hover .btn_tab {
                  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);
                  border: 0 none;
                  color: #fff;
                  -webkit-transition: background 1.2s;
                  transition: background 1.2s;
    }
            .v-index .container .news .tabs .btn-title .btn_tab {
                display: inline-block;
                text-align: center;
                width: 100px;
                height: 40px;
                font-size: 16px;
                line-height: 40px;
                color: #141414;
                background: #F3F4F8;
                border-radius: 20px;
                cursor: pointer;
    }
            .v-index .container .news .tabs .btn-title.active{
              -webkit-box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
                      box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
              -webkit-transition: -webkit-box-shadow  1.2s;
              transition: -webkit-box-shadow  1.2s;
              transition: box-shadow  1.2s;
              transition: box-shadow  1.2s, -webkit-box-shadow  1.2s;
              
            }
              .v-index .container .news .tabs .btn-title.active .btn_tab{
                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);                
                border: 0 none;
                color: #fff;
                -webkit-transition: background 1.2s;
                transition: background 1.2s;
              }
          .v-index .container .news .news_industry.wrap{
            margin: 30px 0 0 0;
          }
            .v-index .container .news .news_industry.wrap .lists{
              margin: 0;
              
            }
              .v-index .container .news .news_industry.wrap .lists .piece{
                padding: 0;
                margin-top: 30px;
              }
                .v-index .container .news .news_industry.wrap .lists .piece .wrap{
                  display: block;
                  text-decoration: none;
                  position: relative;
                  margin: 0 auto;
                  width: 520px;
                  height: 100px;
                  background: #F3F4F8;
                  border-radius: 50px;
                  cursor: pointer;
                }
                  .v-index .container .news .news_industry.wrap .lists .piece .wrap .icon_pdf{
                    position: absolute;
                    top: 0;
                    margin-top:0; 
                    left: 0;
                    width: 105px;
                    height: 109px;
                    background: url(/views/index/icon_pdf.ec753c9ad676.png) no-repeat;
                    background-size: 100% 100%;
                  }
                  .v-index .container .news .news_industry.wrap .lists .piece .wrap .titleClass{
                    margin-left: -10px;
                  }
                  .v-index .container .news .news_industry.wrap .lists .piece .wrap .abstract{
                    padding: 19px 0 0 109px;
                  }
                    .v-index .container .news .news_industry.wrap .lists .piece .wrap .abstract .title{
                      text-align: left;
                      font-size: 20px;
                      /* line-height: 20px; */
                      font-weight: bold;
                      color: #141414;
                      overflow: hidden;
                      white-space: nowrap;
                      text-overflow: ellipsis;
                    }
                    .v-index .container .news .news_industry.wrap .lists .piece .wrap .abstract .time{
                      /* padding-left: 10px;  */
                      margin-top: 14px;
                      font-size: 16px;
                      line-height: 16px;
                      color: #949AA6;
                    }
                  .v-index .container .news .news_industry.wrap .lists .piece .wrap:hover .icon_pdf{
                    -webkit-transition: all 0.8s;
                    transition: all 0.8s;
                    background: url(/views/index/icon_pdf_active.186d6e89d785.png) no-repeat!important;      
                    background-size: 100% 100%;                    
                  }
                  .v-index .container .news .news_industry.wrap .lists .piece .wrap:hover .title{
                    color: #EB2F45;
                  }
          .v-index .container .news .news_company.wrap{
            margin: 59px 0 0 0;
          }
            .v-index .container .news .news_company.wrap .row{
              margin: 0;
            }
            .v-index .container .news .news_company.wrap .header{
              position: relative;
              display: block;
              text-decoration: none;
              padding: 0;
              height: 300px
            }
            .v-index .container .news .news_company.wrap .header:hover {
        cursor: pointer;
    }
            .v-index .container .news .news_company.wrap .header:hover .section .title {
                  color: #EB2F45;
    }
            .v-index .container .news .news_company.wrap .header .section {
                position: absolute;
                top: 0;
                right: 0;
                padding: 63px 125px 0 211px;
                height: 300px;
                width: 930px;
                background-color: #F3F4F8;
                border-radius: 6px;
    }
                .v-index .container .news .news_company.wrap .header .section .time{
                  position: absolute;
                  top: 30px;
                  right: 30px;
                  text-align: right;
                }
                  .v-index .container .news .news_company.wrap .header .section .time .month{
                    font-size: 30px;
                    line-height: 30px;
                    font-weight: bold;
                    color: #000;
                  }
                  .v-index .container .news .news_company.wrap .header .section .time .year{
                    margin-top: 9px;
                    font-size: 16px;
                    line-height: 16px;
                    color: #949AA6;
                  }
                .v-index .container .news .news_company.wrap .header .section .title{
                  text-align: left;
                  font-size: 28px;
                  font-weight: bold;
                  color: #141414;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                }
                .v-index .container .news .news_company.wrap .header .section .content{
                  margin-top: 18px;
                  font-size: 16px;
                  color: #949AA6;
                }
            .v-index .container .news .news_company.wrap .header .pic {
                position: absolute;
                top: 23px;
                left: 0;
                width: 450px;
                height: 253px;
                border-radius: 6px;
                -webkit-box-shadow: 0 10px 20px 0 rgba(162,167,175,0.35);
                        box-shadow: 0 10px 20px 0 rgba(162,167,175,0.35);
    }
              .v-index .container .news .news_company.wrap .lists .row{
                margin-top: 40px;
              }
              .v-index .container .news .news_company.wrap .lists .piece{
                display: block;
                padding: 0;
                text-decoration: none;
              }
                .v-index .container .news .news_company.wrap .lists .piece .timeWrap{
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 149px;
                  height: 105px;
                  border-radius: 6px;
                  overflow: hidden;            
                }
              .v-index .container .news .news_company.wrap .lists .piece:hover .timeWrap {
                      -webkit-box-shadow: 0 10px 20px 0 rgba(235,48,69,0.35);
                              box-shadow: 0 10px 20px 0 rgba(235,48,69,0.35);
                      -webkit-transition: -webkit-box-shadow 1.2s;
                      transition: -webkit-box-shadow 1.2s;
                      transition: box-shadow 1.2s;
                      transition: box-shadow 1.2s, -webkit-box-shadow 1.2s;
    }
                    .v-index .container .news .news_company.wrap .lists .piece:hover .timeWrap .time{
                      -webkit-transition: all 1.2s;
                      transition: all 1.2s;
                      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-index .container .news .news_company.wrap .lists .piece:hover .timeWrap .time .month{
                        color: #fff;
                      }
                      .v-index .container .news .news_company.wrap .lists .piece:hover .timeWrap .time .year{
                        color: #fff;
                      }
                    .v-index .container .news .news_company.wrap .lists .piece:hover .section .title {
                      color: #EB2F45;
                    }
              .v-index .container .news .news_company.wrap .lists .piece .time {
                  
                  width: 149px;
                  height: 105px;
                  padding: 30px 30px 0 0;
                  text-align: right;
                  background-color: #F3F4F8;
                  border-radius: 6px;
    }
                  .v-index .container .news .news_company.wrap .lists .piece .time .month{
                    font-size: 30px;
                    line-height: 30px;
                    color: #000;
                    font-weight: bold;
                  }
                  .v-index .container .news .news_company.wrap .lists .piece .time .year{
                    margin-top: 9px;
                    font-size: 16px;
                    line-height: 16px;
                    color: #949AA6;
                  }
              .v-index .container .news .news_company.wrap .lists .piece .section {
                  position: relative;
                  padding: 14px 23px 0 170px;
    }
                  .v-index .container .news .news_company.wrap .lists .piece .section .title{
                    text-align: left;
                    font-size: 20px;
                    /* line-height: 20px; */
                    color: #141414;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                  }
                  .v-index .container .news .news_company.wrap .lists .piece .section .content{
                    margin-top: 13px;
                    font-size: 16px;
                    color: #949AA6;
                  }
          .v-index .container .news .more{
            margin: 30px auto 0;
            text-align: center;
            width: 120px;
            height: 40px;
            border-radius: 20px;
            overflow: hidden
          }
          .v-index .container .news .more:hover {
        -webkit-box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
                box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
        -webkit-transition: -webkit-box-shadow  1.2s;
        transition: -webkit-box-shadow  1.2s;
        transition: box-shadow  1.2s;
        transition: box-shadow  1.2s, -webkit-box-shadow  1.2s;
    }
          .v-index .container .news .more:hover .btn-more {
                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);
                border: 0 none;
                line-height: 40px;
                color: #fff;
                -webkit-transition: background 1.2s;
                transition: background 1.2s;
    }
          .v-index .container .news .more .btn-more {
              display: block;
              font-size: 16px;
              line-height: 36px;
              border-radius: 20px;
              border: 2px solid #C5CBD9;
              text-decoration: none;
              color: #949AA6;
    }
        .v-index .container .business{
          margin-top: 80px;
        }
          .v-index .container .business .title{
            text-align: center;
            font-size: 30px;
            line-height: 30px;
            font-weight: bold;
            color: #111111;
          } 
          .v-index .container .business .subtitle{
            margin-top: 19px;
            text-align: center;
            font-size: 16px;
            line-height: 16px;
            color: #C5CBD9;
          }
          .v-index .container .business .pics{
            margin: 59px 0 0 0;
          }
            .v-index .container .business .pics .item{
              display: block;
              text-decoration: none;
              padding: 0;
              text-align: center;
              opacity: 0.6;
              filter:alpha(opacity=60)
            }
            .v-index .container .business .pics .item.current {
        opacity: 1;
        filter:alpha(opacity=100);
        -webkit-transition: all 1s;
        transition: all 1s;
    }
            .v-index .container .business .pics .item.current .pic {
                  -webkit-box-shadow: 0 10px 20px 0 rgba(162,167,175,0.35);
                          box-shadow: 0 10px 20px 0 rgba(162,167,175,0.35);
                  -webkit-transition: all 1.2s;
                  transition: all 1.2s;
    }
            .v-index .container .business .pics .item .pic {
                width: 387px;
                height: 290px;
                border-radius: 6px;
    }
            .v-index .container .business .pics .item .title {
                margin-top: 22px;
                margin-left: 23px;
                text-align: left;
                font-size: 20px;
                line-height: 20px;
                color: #141414;
                font-weight: bold;
    }
            .v-index .container .business .pics .item .subtitle {
                margin: 8px 0 8px 23px; 
                text-align: left;  
                font-size: 16px;
                line-height: 24px;
                color: #949AA6;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
    }
        .v-index .container .service{
          margin-top: 72px;
        }
          .v-index .container .service .title{
            text-align: center;
            font-size: 30px;
            line-height: 30px;
            color: #111111;
            font-weight: bold;
          }
          .v-index .container .service .subtitle{
            margin-top: 19px;
            text-align: center;
            font-size: 16px;
            line-height: 16px;
            color: #C5CBD9;
          }
          .v-index .container .service .cards{
            margin: 59px 0 0 0;
          }
            .v-index .container .service .cards .item{
              padding: 0
            }
            .v-index .container .service .cards .item:hover .content {
                  -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: all 1s;
                  transition: all 1s;
    }
                  .v-index .container .service .cards .item:hover .content .more{
                    -webkit-box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
                            box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
                    -webkit-transition: -webkit-box-shadow 1.2s;
                    transition: -webkit-box-shadow 1.2s;
                    transition: box-shadow 1.2s;
                    transition: box-shadow 1.2s, -webkit-box-shadow 1.2s;
                  }
                  .v-index .container .service .cards .item:hover .content em{
                    line-height: 40px;
                    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);
                    border: 0 none;
                    color: #fff;
                    -webkit-transition: background 1.2s;
                    transition: background 1.2s;
                  }
            .v-index .container .service .cards .item .content {
                display: block;
                text-decoration: none;
                height: 120px;
                padding: 40px 30px;
                width: 590px;
                border: 1px solid #F3F4F8;
                border-radius: 6px;
    }
            .v-index .container .service .cards .item .icon {
                display: inline-block;
                vertical-align: middle;                    
                width: 40px;
                height: 40px;
    }
            .v-index .container .service .cards .item .title {
                display: inline-block;
                margin-left: 20px; 
                vertical-align: middle;          
                font-size: 20px;
                line-height: 20px;
                color: #141414;
                font-weight: bold;
    }
            .v-index .container .service .cards .item .more {
                display: inline-block;   
                float: right;
                width: 120px;
                height: 40px;
                border-radius: 20px;
                overflow: hidden;
    }
                .v-index .container .service .cards .item .more em{
                  display: block;  
                  line-height: 36px;
                  font-size: 16px;
                  vertical-align: middle;                           
                  text-align: center;
                  color: #949AA6;
                  border: 2px solid #C5CBD9;
                  font-style: normal;
                  border-radius: 20px;
                }
            .v-index .container .service .cards .card-01 .icon{
              background: url(/views/index/img_serve_recruit.b6a3ab9f1814.png) no-repeat;
              background-size: 100% 100%;
            }
            .v-index .container .service .cards .card-02 .icon{
              background: url(/views/index/img_serve_contact.456b572abf8f.png) no-repeat;
              background-size: 100% 100%;
            }
}


 


@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;
          } 
}
