@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) {
  .v-contact {
    display: none;
  }
  .v-contact-wrap {
    padding: 20px 15px 35px;
    background: #fff;
  }
    .v-contact-wrap .box-shadow {
      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-contact-wrap .cantact-type {
      padding: 0 15px;
    }
      .v-contact-wrap .cantact-type li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #F0F1F7
      }
      .v-contact-wrap .cantact-type li:last-child {
    border-bottom: 0;
  }
      .v-contact-wrap .cantact-type li label {
          font-weight: 500;
          color: #141414;
          padding-left: 40px;
          margin: 0;
          line-height: 25px;
          background-size: 25px 25px;
          background-repeat: no-repeat;
  }
      .v-contact-wrap .cantact-type li label.phone {
    background-image: url(/views/contact/phone-wrap.1e66ab8181a8.png);
  }
      .v-contact-wrap .cantact-type li label.fax {
    background-image: url(/views/contact/fax-wrap.9aa38cce6813.png);
  }
      .v-contact-wrap .cantact-type li label.address {
    background-image: url(/views/contact/address-wrap.d3a5705b095d.png);
  }
      .v-contact-wrap .cantact-type li a:link { text-decoration:none;
  }
      .v-contact-wrap .cantact-type li a {
          text-align: right;
          color: #141414;
  }
      .v-contact-wrap .cantact-type li a.phone {
    color: #6A798E;
    text-decoration: underline;
  }
    .v-contact-wrap .map-con {
      height: 240px;
    }
}
@media (min-width: 769px) {
  .v-contact-wrap {
    display: none;
  }
    .v-contact .contact-banner{
      height: 240px;
      width: 100%;
      background: url(/views/contact/banner.b2d6f7808859.png) no-repeat;
      background-size: cover;
      background-position: top center;
    }
      .v-contact .contact-content .container{
        background: #fff;
        margin: -100px auto 0;
        padding: 0 30px 60px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
      }
        .v-contact .contact-content .container .contact-top{
          color: #141414;
        }
          .v-contact .contact-content .container .contact-top h1{
            font-size: 30px;
            height: 109px;
            line-height: 109px;
            border-bottom: 1px solid #F2F5FB;
            text-align: center;
            margin: 0;
          }
          .v-contact .contact-content .container .contact-top p{
            text-align: center;
            font-size: 20px;
            padding: 24px 0 59px;
            line-height: 20px;
            margin: 0;
          }
        .v-contact .contact-content .container .contact-list{
          overflow: hidden;
          width: 900px;
          margin: 0 auto;
        }
          .v-contact .contact-content .container .contact-list .contact-item{
            float: left;
            width: 300px;
          }
            .v-contact .contact-content .container .contact-list .contact-item .img{
              width: 50px;
              height: 50px;
              margin: 0 auto;
            }
            .v-contact .contact-content .container .contact-list .contact-item h2{
              font-size: 20px;
              text-align: center;
              color: #141414;
              line-height: 19px;
              margin: 21px 0 18px;
              font-weight: 600;
            }
            .v-contact .contact-content .container .contact-list .contact-item p{
              text-align: center;
              font-size: 16px;
              margin: 0;
            }
            .v-contact .contact-content .container .contact-list .addres .img{
              background:url(/views/contact/address.f442b116615f.png) no-repeat;
            }
            .v-contact .contact-content .container .contact-list .phone .img{
              background:url(/views/contact/phone.42fe1c9e1dd0.png) no-repeat;
            }
            .v-contact .contact-content .container .contact-list .fax .img{
              background:url(/views/contact/fax.5fd25b94983e.png) no-repeat;
            }
        .v-contact .contact-content .container .map-con{
          width: 1140px;
          height: 450px;
          border-radius: 6px;
          margin: 35px auto 0;
        }
}


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