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


body{
  overflow-y: scroll; 
}
@media (max-width: 768px) {
  html, body {
    height: 100%;
  }
  .v-news {
    display: none;
  }
  .v-news-wrap {
    overflow: hidden;
  }
    .v-news-wrap .page-box {
      /* border-bottom: 1px solid #ccc; */
    }
    .v-news-wrap .page-box.suspension {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff; 
  }
    .v-news-wrap .page-tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 220px;
      margin: 0 auto;
      padding: 13px 0 14px;
    }
      .v-news-wrap .page-tab li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 17px;
        line-height: 17px;
        font-size: 18px;
        font-weight: 600;
        color: #C9CBD8;
        text-align: center;
        list-style-type: none
      }
      .v-news-wrap .page-tab li.active {
    color: #141414; 
  }
      .v-news-wrap .page-tab .active-bar {
        position: absolute;
        top: 41px;
        left: 42px;
        width: 20px;
        height: 3px;
        border-radius: 3px;
        background-color: #EA2F47;
      }
    .v-news-wrap .pages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 200%;
      tranform: translate3d(0,0,0);
      -webkit-transition: 0.3s linear transform;
      transition: 0.3s linear transform;
      padding-top: 44px;
      -webkit-overflow-scrolling: touch;
    }
      .v-news-wrap .pages .page-view {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 15px 15px 30px 15px;
        /* overflow: auto; */
      }
      .v-news-wrap .pages a:visited{text-decoration:none;}
      .v-news-wrap .pages a:link{text-decoration:none; }
      .v-news-wrap .pages a:active{text-decoration:none;}
      .v-news-wrap .pages .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* flex-direction: column; */
        margin-bottom: 15px;
        padding: 15px 15px 20px 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: 6px;
      }
        .v-news-wrap .pages .item img {
          width: 110px;
          height: 85px;
          margin-right: 16px;
        }
        .v-news-wrap .pages .item .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
        .v-news-wrap .pages .item .title {
          display: -webkit-box; 
          text-overflow: ellipsis;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; 
          font-size: 18px;
          color: #141414;
          font-weight: 500;
          line-height: 25px;
        }
        .v-news-wrap .pages .item .indent {
          text-indent: -5px;
        }
        .v-news-wrap .pages .item .time {
          font-size: 13px;
          color: #BDC3CB;
          font-weight: 400;
          padding-top: 15px;
          line-height: 10px;
        }
}
@media (min-width: 769px) {
  .v-news-wrap {
    display: none;
  }
    .v-news .hideimg{
      position: fixed;
      bottom: 0;
      left: 0;
      height: 0;
      width: 0;
    }
    .v-news .banner{
      height: 240px;
      background: url(/views/news/banner.8ecafcda12e5.png) no-repeat;
      background-size: cover;
      background-position: top center;
    }
      .v-news .slider-container .slider-wraper{
        height: 240px;
      }
        .v-news .slider-container .slider-wraper .slide-01{
          /* background: url("./1.jpg") no-repeat; */
          background: #F4533A;
        }
        .v-news .slider-container .slider-wraper .slide-02{
          /* background: url("./2.jpg") no-repeat; */
          background: green;        
        }
        .v-news .slider-container .slider-wraper .slide-03{ 
          /* background: url("./1.jpg") no-repeat; */
          background: blanchedalmond;
          
        }
        .v-news .slider-container .slider-wraper .circles{
          bottom: 20px;
        }
    .v-news .container{
      padding: 0;
    }
      .v-news .container .tabs{
        margin: 0;
        padding-top: 30px;
      }
        .v-news .container .tabs .wrap{
          display: inline-block;
          width: 100px;
          height: 40px;
          border-radius: 20px;
          overflow: hidden
        }
        .v-news .container .tabs .wrap: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: background 1.2s, -webkit-box-shadow  1.2s;
    transition: background 1.2s, -webkit-box-shadow  1.2s;
    transition: background 1.2s, box-shadow  1.2s;
    transition: background 1.2s, box-shadow  1.2s, -webkit-box-shadow  1.2s; 
  }
        .v-news .container .tabs .wrap: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;
              border-radius: 20px;
              color: #fff;
              -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: background 1.2s, -webkit-box-shadow  1.2s;
              transition: background 1.2s, -webkit-box-shadow  1.2s;
              transition: background 1.2s, box-shadow  1.2s;
              transition: background 1.2s, box-shadow  1.2s, -webkit-box-shadow  1.2s; 
  }
        .v-news .container .tabs .wrap .btn_tab{
            display: inline-block;
            width: 100px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font-size: 16px;
            color: #141414;
            background: #F3F4F8;
            border-radius: 20px;
            cursor: pointer; 
  }
        .v-news .container .tabs .wrap .active{
            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;
            border-radius: 20px;
            color: #fff;
            -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: background 1.2s, -webkit-box-shadow  1.2s;
            transition: background 1.2s, -webkit-box-shadow  1.2s;
            transition: background 1.2s, box-shadow  1.2s;
            transition: background 1.2s, box-shadow  1.2s, -webkit-box-shadow  1.2s; 
  }
        
        .v-news .container .tabs .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);
        }
        .v-news .container .tabs .tab_company{
          text-align: right;
          padding: 0 25px 0 0;
          
        }
        .v-news .container .tabs .tab_industry{
          padding: 0 0 0 25px;
        }
      .v-news .container .newsList{
        margin-top: 28px;
      }
        .v-news .container .newsList .item{
          display: block;
          position: relative;        
          padding-bottom: 24px;
          margin-top: 29px;
          line-height: 28px;
          text-decoration: none;
          border-bottom: 1px solid #F3F4F8;
          cursor: pointer
        }
        .v-news .container .newsList .item:hover .pic{
              -webkit-transition: all 0.8s;
              transition: all 0.8s;            
              background: url(/views/news/red_down.ca16ebd81e2e.png) no-repeat;
              background-position: 0 25px; 
  }
        .v-news .container .newsList .item:hover .title{
              color: #EB2F45; 
  }
        .v-news .container .newsList .item:hover .more{
              display: inline; 
  }
        .v-news .container .newsList .item{
    /* .more{
            display: none;
            position: absolute;
            top: 50%;
            margin-top: -35px;
            right: 0;
            text-align: center;
            width: 120px;
            height: 40px;
            line-height: 40px;          
            color: #fff;
            cursor: pointer;
            border-radius: 20px;
            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);
            border: 0 none;
            color: #fff;
            box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
            transition: background 1.2s, box-shadow  1.2s;
          } */ 
  }
        .v-news .container .newsList .item .title{
            font-size: 24px;
            line-height: 24px;
            font-weight: bold;
            color: #141414; 
  }
        .v-news .container .newsList .item .poster{
            float: left;
            margin-top: 20px;
            width: 250px;
            height: 141px;
            border-radius: 6px; 
  }
        .v-news .container .newsList .item .section{
            float: left;
            width: 700px;
            margin-top: 14px;
            font-size: 16px;
            color: #949AA6; 
  }
            .v-news .container .newsList .item .section .time{
              margin-top: 7px;
            }
        .v-news .container .newsList .item .section.margin{
            margin-top: 33px;
            margin-left: 21px; 
  }
        .v-news .container .industryNews .newsList {
          margin-top: 0;
        }
        .v-news .container .industryNews .item{
          height: 60px;
          margin-top: 0;
          padding-bottom: 0px;
        }
          .v-news .container .industryNews .item .pic{
            float: left; 
            // position: absolute;
            // top: 0;
            // left: 0;
            // margin-top: -10px;
            // margin-left: -10px;
            width: 10px;
            height: 60px;
            padding: 0;
            background: url(/views/news/gray_nor.2dbee34c48b2.png) no-repeat;
            // background-size: 100% 100%;
            background-position: 0 25px;
          }
          .v-news .container .industryNews .item .content{
            // position: relative;
            // padding-left: 100px;
            // padding-top: 9px;
          }
            .v-news .container .industryNews .item .content .time{
              float: right;
              margin-top: 0px;
              font-size: 16px;
              line-height: 60px;
              color: #949AA6;
            }
            .v-news .container .industryNews .item .content .titleClass{
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 550px;
              overflow: hidden;
              float: left;
              padding-left: 10px;
              font-weight: bold;
              font-size: 16px;
              line-height: 60px;
            }
            .v-news .container .industryNews .item .content .pdl20 {
              padding-left: 20px;
            }
}



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

.wrap-loading-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
.wrap-loading-more.loading .icon {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(/components/loading-more/loading.5c32d3fd40b9.gif) no-repeat;
      background-size: 100% 100%;
}
.wrap-loading-more.loading span {
      font-size: 14px;
      color: #6B798E;
      text-align: center;
      line-height: 30px;
}
.wrap-loading-more.no-more span {
      position: relative
}
.wrap-loading-more.no-more span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -65px;
  width: 50px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F0F1F7;
}
.wrap-loading-more.no-more span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -65px;
  width: 50px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F0F1F7;
}

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