body {
  font-family:  'Microsoft Yahei',"Helvetica Neue", Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 13px;
  line-height: 1.53846154;
  color: #353535;
  background-color: #fff;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  'Microsoft Yahei',"Helvetica Neue", Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
  }
  a:hover,a:focus{
    text-decoration: none;
  }
@media (max-width: 767px) {
  .container {
    max-width: 740px;
    }
  }
@media (max-width: 992px) {
  .container {
    max-width: 960px;
    }
  }
@media (max-width: 1200px) {
  .container {
    max-width: 1160px;
    }
  }

.container-fluid > .navbar-header{
  margin:auto 0;
}
.navbar{
  margin-bottom: 0;
}
 @media (max-width: 767px) {
  .container-fluid > .navbar-header{
    margin:0;
    background-color: #fff;
  }
  .navbar > .container .navbar-brand.index,
  .navbar > .container-fluid .navbar-brand.index{
    margin:20px 0 18px 15px;
  }
  .navbar > .container .navbar-brand.index h1,
  .navbar > .container-fluid .navbar-brand.index h1{
    font-size: 18px;
    }
  .navbar > .container .navbar-brand.index span,
  .navbar > .container-fluid .navbar-brand.index span{
    font-size: 12px;
    }    
  }
@media (min-width: 768px){
  .navbar-nav > li {
      float: left;    
  }
  .navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    min-width: 120px;
}
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
  color: #222;
  background-color: transparent;
  }
  .navbar-nav .disc{
    position: relative;
  }
  .navbar-nav .disc:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ccc;
    display: block;
    border-radius: 3px;
    top: 18px;
    left: 10px;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background: transparent;
  }
  .navbar-nav > li .line{
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333;
    display: none;
    animation: line 0.5s ;
    -webkit-animation: line 0.5s ;
  }
  .navbar-nav > li > a:hover .line{
    display: block;
  }
  @keyframes line
  {
    from {
      left: -100%;
    }
    to {
      left: 0;
    }
  }


  @-webkit-keyframes line
  {
    from {
      left: -100%;
    }
    to {
      left: 0;
    }

  }
.nav-langbox-mobile{
  display: none;
}
.menu_text{
  display: none;
}
.nav-langbox-pc{
    position: absolute;
    z-index: 99;
    bottom:-43px;
    right: 4.2%;
    background: #fff;
    height: 50px;
    line-height: 2;
    padding:0;
  }
  .nav-langbox-pc .cn,.nav-langbox-pc .en{
    font-size: 15px;
    color: #959595;
    text-align: center;
    display: block;
    cursor: pointer;
  }
  .nav-langbox-pc .cn{
    border-bottom: 1px solid #959595;
  }
  .nav-langbox-pc .cn.current,.nav-langbox-pc .en.current{
    font-weight: bold;
    color: #333;
  }

  .dropdown-menu{
    box-shadow:none;
    min-width:120px;
    padding: 0;
    z-index: 10000;
    border: none;
    overflow: hidden;
    border-radius: 10px;
  }
  .dropdown-menu > li > a {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px #e5e5e5 solid;
  }
    .dropdown-menu > li:last-child > a{
      border-bottom:none;
    }
    .navbar-nav  .menu{
      width: 80px;
      height: 21px;
      display: block;
      margin: -1px auto 0;
    }
    .dropdown-menu  > li > a .menulogo{
      width: 80px;
      height: 25px;
      margin: 0 auto;
      vertical-align: middle;
      display: block;
    } 
     .dropdown-menu  > li > a .menutext{
      display: none;
    }       
    .gxg{
      background: url(../img/menu-gxg.png) no-repeat top / 100% auto;
    }
    .jeans{
      background: url(../img/menu-jeans.png) no-repeat top / 100% auto;
    }  
    .kids{
      background: url(../img/menu-kids.png) no-repeat top / 100% auto;
    }
    .Yatlas{
      background: url(../img/menu-Yatlas.png) no-repeat top / 100% auto;
    }
    .cuch{
      background: url(../img/menu-cuch.png) no-repeat top / 100% auto;
    }
    .txu{
      background: url(../img/menu-2XU.png) no-repeat top / 100% auto;
    }

    .dropdown-menu  > li > a:hover .menulogo{
      background-position: bottom;
    }
    .menu-share{
    position: absolute;
    right: 3.8%;
    top: 29%;
    width: 50px;
    height: 50px;    
    z-index: 9;
    cursor: pointer;    
    }

    .menu-share .share-icon{      
      width: 100%;
      height: 100%;
      display: block;
      background:  url(../img/more.png) no-repeat center;
    }
    .menu-share:hover .share-icon{
    background:  url(../img/more-a.png) no-repeat center;
    }
     .share-open-box{
      display: none;
      width: 100px;
      height: 200px;
      position: absolute;
      right: 0;
      top: 0;
      padding-top: 60px;
    }
    /*.menu-share:hover .share-open-box {
      display: block;
    }*/
    .share-open-box .share-open{
      display: block;
      width: 50px;
      height:75px;
      margin-left: 50px;
     }
    
   
    
    
     /********weixin*/
     .share-open-box .share-open.weixin .s-icon{ 
      width: 100%;
      height: 100%;
      display: block;
      background:  url(../img/weixinright-gray.png) no-repeat center;
    }
    .share-open-box .share-open.weixin.active  .s-icon{
      background:  url(../img/weixinright.png) no-repeat center;
    }
    /********sina*/
    .share-open-box .share-open.sina .s-icon{ 
      width: 100%;
      height: 100%;
      display: block;
      background:  url(../img/sina-gray.png) no-repeat center;
    }
    .share-open-box .share-open.sina.active  .s-icon{
      background:  url(../img/sina.png) no-repeat center;
    }
    .share-open-box .share-open{
      position: relative;
    }
    .share-open .hide{
      display: none;
      position: absolute;
      top: 53%;
      left: -210px;
      width: 160px;
      padding-bottom: 5px;
      border-radius: 8px;
      background: #fff;      
      transform: translateY(-50%);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
          box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    }
    .share-open-box .hide:after{
      content: "";
      position: absolute;
      height: 1px;
      width: 50px;
      display: block;
      top: 48%;
      right: -50px;
      background-color: #000;
    }
    .share-open-box .hide img{
      width: 100%;
      display: block;
      margin: 0 auto;
    }
    .share-open-box .hide span{
      transform:scale(0.9);
      font-size: 12px;
      text-align: center;
      width: 100%;
      display: block;
    }

    /******品牌页微信公众号******/
    .down-weixin{
      display: none;
    }
    .menu-share.code {
      position: absolute;
      right: 12%;
      top: 29%;
      width: 89px;
      height: 17px;
      z-index: 9999;
      cursor: pointer;
    }
    .menu-share.code .share-icon{      
      width: 100%;
      height: 100%;
      display: block;
      background:  url(../img/weixincn.png) no-repeat center;
    }
    .menu-share.code:hover .share-icon{
    background:  url(../img/weixincn-r.png) no-repeat center;
    }
    .menu-share.code.en {
      width: 144px;
    }
    .menu-share.code.en .share-icon{      
      width: 100%;
      height: 100%;
      display: block;
      background:  url(../img/weixinen.png) no-repeat center;
    }
    .menu-share.code.en:hover .share-icon{
    background:  url(../img/weixinen-r.png) no-repeat center;
    }

    .menu-share.code .share-open-box{
      width: 145px;
      height: 100px;
      position: absolute;
      right: 0;
      top: 0;
      padding-top: 0;
    }
    .menu-share.code.en .share-open-box{
      width: 195px;
    }
    .menu-share.code .share-open.weixin{
      position: absolute;
      top: 11%;
      left: -210px;
      width: 160px;
      height: auto;
      padding-bottom: 5px;
      border-radius: 8px;
      background: #fff;
      text-align: center;
      transform: translateY(-50%);
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
      box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    }
    .menu-share.code .share-open.weixin:after{
      content: "";
      position: absolute;
      height: 1px;
      width: 50px;
      display: block;
      top: 48%;
      right: -50px;
      background-color: #000;
    }
    .menu-share.code.en .cn{
      display: none;
    }
    .menu-share.code.en .en{
      display:none;
    }
    .menu-share.code .en{
      display: none;
    }
    .menu-share.code .cn{
      display:block;
    }
    /**/

}
@media (max-width: 767px) {
  .navbar-collapse.index{
    position: fixed;
    width: 100%;
    height: 90% !important;
    top: 9%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background:#fff;
    margin: 0;
    padding: 0;
  }

  .index .navbar-nav {
  float: inherit;
   margin: 15% 0 10%;
    width: 100%;
    text-align:center; 
  }
  .navbar-nav > li > a{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
  }
  .navbar-nav > li:first-child{
    display: none;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus,.nav > li > a:hover, .nav > li > a:focus{
    background: transparent;
  }
  .dropdown.open .dropdown-menu,.dropdown-hover.open:hover > .dropdown-menu{
    display: block;
  }
  .dropdown .dropdown-menu,.dropdown-hover:hover > .dropdown-menu{
    display: none;
  }
  .dropdown .dropdown-toggle .line{
    width: 10px;
    height: 6px;
    display: inline-block;
    background: url(../img/mobil-arr.png) no-repeat center / 100%;
    transition: all 0.5s;
    transform-origin: center center;
    transform: rotate(0deg);
    margin: -3px 0 0 10px;
    vertical-align: middle;
  }
  .dropdown.open .dropdown-toggle .line{
    transform: rotate(180deg);
  }
  .nav-langbox-pc{
    display: none;
  }
  .nav-langbox-mobile{
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 2%;
    background: #fff;
    width: 96%;
    border-top: 1px solid #cacaca;
    line-height: 2;
    padding: 3% 0;
  }
  .nav-langbox-mobile .cn,.nav-langbox-mobile .en{
    font-size: 15px;
    color: #959595;
    width: 48%;
    text-align: center;
  }
  .nav-langbox-mobile .cn.current,.nav-langbox-mobile .en.current{
    font-weight: bold;
    color: #333;
  }
  .nav-langbox-mobile .cn{
    float: left;
  }
  .nav-langbox-mobile .en{
    float: right;
  }
}
.navbar-brand.index{
    margin:40px 0 35px 100px;
    padding: 0;
    height: auto;
}
.navbar-brand.index h1{
  font-size: 22px;
  margin: 0 auto;
}
.navbar-brand.index span{
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-weight: bold;
  display: block;
  transform: translateX(-10%) scale(0.8);
}

@media (max-width: 767px) {
  .navbar-toggle{
    margin-top: 20px;
    padding: 9px 6px;
  }

  .navbar-toggle.collapsed{
    margin-top: 15px;
    padding: 9px 6px;
  }
  .navbar-toggle.collapsed .icon-bar {
    width: 20px;
    background: #333;
  }
  .navbar-toggle.collapsed .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 0;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
      background-color:transparent;
  }
  .navbar-toggle .icon-bar {
    width: 20px;
    background: #333;
    transition: all 0.5s;
  }
  .navbar-toggle .one{
    transform: rotate(45deg);    
  }
  .navbar-toggle .two{
    transform: rotate(-45deg);  
      margin-top: -2px !important;  
  }
  .navbar-toggle .three{
    display: none  
  }

  .navbar-toggle.collapsed .one,.navbar-toggle.collapsed .two{
    transform: rotate(0deg);
  }
  .navbar-toggle.collapsed .two{
    margin-top: 5px !important;
  }
  .navbar-toggle.collapsed .three{
    display: block;
  }

  .dropdown .dropdown-toggle{
    padding-left:20px;
  }

  .navbar-nav .open .dropdown-menu{
    background-color: #f5f5f5;
    padding: 15px 0;
  }
  .navbar-nav .open .dropdown-menu > li > a{
    padding: 15px 0;   
    font-size: 14px;
    color: #333;
    font-weight: bold; 
  }
  .navbar-nav  .menu_text{
    font-style: initial;    
  }

  .navbar-nav .open .dropdown-menu .menutext{
    font-style: initial;
    font-size: 14px;
    color: #333;
    font-weight: bold;
  }

}


.container, .container-fluid, .container-fixed, .container-fixed-md, .container-fixed-sm, .container-fixed-xs{
    padding-right: 0;
    padding-left:0;
  }
.carousel.index{
  cursor: pointer;
}
.carousel.index .carousel-control{
  display: none;  
}
.carousel.index:hover .carousel-control{
  display: inline-block;
}
.carousel-indicators{
  margin-bottom: 0;
}
@media (max-width: 767px){
   .carousel.index .carousel-indicators{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    opacity: 0.3;
    border: none;
    background: #fff;
    border-radius: 10px;
  }
  .carousel-indicators .active {
    width: 5px;
    height: 5px;
    margin: 1px 5px;
    opacity:1;
    }
}
@media (min-width: 768px) {
  .index .navbar-nav{
    float: right;
    margin:40px 9% 35px 0;
  }
  .carousel.index{
    width: 90%;
  }
  .carousel.index .carousel-inner > .item img{
    width: 100%;
  }
  .carousel.index .carousel-indicators{
    position: absolute;
    bottom: 5%;
    left: auto;
    right: -7%;
    z-index: 15;
    width: 50px;
    height: 55%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
  }
  .carousel.index .carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: auto;
    margin:0 0 20px 0;
    text-indent: 0;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 16px;
    color: #959595;
    font-weight: bold;
}
  .carousel.index .carousel-indicators li .sline{
    width: 2px;
    height: 100px;
    background:#959595;
    margin:20px 0 0 13px;
    display: none;
  }
  .carousel.index .carousel-indicators .active:before {
    content: "";
    width: 3px;
    height: 3px;
    background:#333333;
    position: absolute;
    top: 11px;
    left: -5px;
    border-radius: 3px;
}
 .carousel.index .carousel-indicators .active{
    color: #333333;
 }
 .carousel.index .carousel-indicators .active .sline{
    display: block;
    background:#333333;
 }
}


/*****************/

@media (max-width: 767px) {
  .carousel.brandleft{
    height: auto;
    width: 100%;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
  }
  .carousel.brandleft .carousel-inner > .item > img, .carousel.brandleft .carousel-inner > .item > a > img {
    width: 100%;
  }
  .carousel.brandleft .lookbook,.carousel.brandleftbig{
    display: none;
  }


}

@media (min-width: 768px) {
  .brand-Carousel-box{
  position: relative;  
  width: 100%;
  height: 500px;
}
.carousel.brandleft{
    /*width: 394px;
    height: 486px;*/
    width: 20%;    
    position: absolute;
    top: 0;
    left: 10%;
    cursor: pointer;
}
.carousel.brandleft .carousel-control{
  display: none;
}
.carousel.brandleft .lookbook{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  text-align: center;
  color: #fffefe;
  font-size: 16px;
  display: none;

}
.carousel.brandleft:hover  .lookbook{
  display: block;
}
.carousel.brandleft .lookbook:hover {
  text-decoration:none;
}
.carousel.brandleft .lookbook span{
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 6px;
}

  .carousel.brandleft  .carousel-indicators{
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 15;
    width: 54%;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    list-style: none;
  }
  .carousel.brandleft  .carousel-indicators li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0;
    margin-right: 15%;
    text-indent: -999px;
    cursor: pointer;
    border:none;
    background-color: #e5e5e5;
    border-radius: 10px;
  }
  .carousel.brandleft  .carousel-indicators .active{
    background-color: #959595;
  }

  /****左边大图************/
  .carousel.brandleftbig{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    
  }
  .carousel.brandleftbig .bg{
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.3);
  }
  .carousel.brandleftbig .carousel-inner{
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .carousel.brandleftbig .carousel-inner > .item{
    height: 100%;
  }
  .carousel.brandleftbig  .carousel-inner > .item > img{
    display: block;
    width:auto;
    height: 100%;
    max-width: initial;
  }
  .carousel.brandleftbig .carousel-control{
    background-image: none;
    top: initial;
    bottom: 0;
    height: 14%;
    width: 8%;
    opacity: 1;
  }
  .carousel.brandleftbig .carousel-control.left{
    left: 35%;
  }
  .carousel.brandleftbig .carousel-control.right{
    left: initial;
    right: 35%;
  }
  .carousel.brandleftbig .carousel-control .arrow{
    width:100%;
    height: 100%;
    display: block;
  }
  .carousel.brandleftbig .carousel-control:hover{
    opacity: 1;
  }
  .carousel.brandleftbig .carousel-control.left .arrow{
    background: url(../img/imgarr-right-w.png) no-repeat right center / 17px auto;
  }
  .carousel.brandleftbig .carousel-control.left:hover .arrow{
    background: url(../img/imgarr-right-w.png) no-repeat right center / 17px auto;
  }
  .carousel.brandleftbig .carousel-control.right .arrow{
    background: url(../img/imgarr-left-w.png) no-repeat left center / 17px auto;
  }
  .carousel.brandleftbig .carousel-control.right:hover .arrow{
    background: url(../img/imgarr-left-w.png) no-repeat left center / 17px auto;
  }
  .carousel.brandleftbig .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 45%;
    z-index: 15;
    width: 10%;
    height: 11%;
    line-height: 2;
    padding-left: 0;
    margin-left:-1.5%;
    text-align: center;
    list-style: none;
    text-align: center;
  }
  .carousel.brandleftbig .carousel-indicators li{
    display: none;
    width: 50%;
    height: 100%;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius:0;
    font-size: 36px;
    color: #fff;
    text-align: right;
  }
  .carousel.brandleftbig .carousel-indicators span{
    display: inline-block;
    width: 50%;
    height: 100%;
    font-size: 36px;
    color: #fff;
    float: right;
  }
  .carousel.brandleftbig .carousel-indicators .active {
    width: 50%;
    height: 100%;
    margin: 0;
    display:inline-block;
    background-color: transparent;
}
 /****下方大图************/
.carousel.brandleftbig.bottom .carousel-inner {
    height: 75%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

}
@media (min-width: 768px) {
  .brand-box{
    position: absolute;
    /*padding: 33px 50px 50px 100px;
    top: 370px;
    left: 387px;*/
    padding: 2% 1% 5% 4%;
    top: 51%;
    left: 20%;
    background: #fff;
    display: block;
    z-index: 1000;
    width: 72.5%;
    /*height: 130%;*/
    overflow: hidden;
    }
  .brand-con{
    position: relative;
    z-index: 99;
  }
  .brand-con-title{
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0;
  }
  .brand-con-txt{
    line-height: 2.5;
    overflow: hidden;
    font-size: 12px;
    padding-bottom: 5px;
  }

  .brand-namebox{    
      position: absolute;
      /*top: 194px;
      left: 569px;*/
      top: 40%;
      left: 30%;
      margin-left: 0;
      display: block;
      border-bottom: 5px solid #e5e5e5;
      /*width: calc(90% - 575px);*/
      width: 60%;
  }
  .brand-name{
    padding-left: 35px;
    height: 50px;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    color: #333;    
    background: #f7f7f7;
    width: 290px;
  }
  .brand-url{
     position: absolute;
     right:0;
     top: 15px;
     cursor: pointer;
     width: 74px;
     height: 16px;
     display: block;
     background: url(../img/tmallcn.png) no-repeat center / 100%;
  }
  .brand-url:hover{
    background: url(../img/tmallcn-r.png) no-repeat center / 100%;
  }
   .brand-url.en{
     background: url(../img/tmallen.png) no-repeat center / 100%;
  }
  .brand-url.en:hover{
    background: url(../img/tmallen-r.png) no-repeat center / 100%;
  } 

  .brand-con-logo{
    vertical-align: middle;
    margin-top: -3px;
    height: 30px;
    width: 70px;
    display: inline-block;
  }
  .brand-con-logo2{
    display: none;
  }
}

@media (max-width: 767px) {
  .brand-box{
    width: 94%;
    margin:0 auto;
  }
  .brand-con{
    position: relative;
    z-index: 99;
  }
  .brand-con-title{
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
  }
  .brand-con-txt{
    line-height: 1.8;
    overflow: hidden;
    font-size: 12px;
    padding-bottom: 10px;
    margin-top: -10px;
  }
  .brand-namebox{
    overflow: hidden;
  }

  .brand-name{
    padding-left: 5px;
    height: 50px;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    color: #333;    
    background: #f7f7f7;
    width: 100%;
  }

  .brand-url,.menu-share.code{
    display: none;
  }
  .down-weixin{
    text-align: center;
    margin: 10% 0 2%;
  }
  .down-weixin .cn{
    display: block;
  }
  .down-weixin .en{
    display: none;
  }
  .down-weixin.en .cn{
    display: none;
  }
  .down-weixin.en .en{
    display: block;
  }
  .brand-con-logo{
    vertical-align: middle;
    margin-top: -3px;
    height: 30px;
    width: 70px;
    display: inline-block;
  }
  .brand-con-logo2{
    vertical-align: middle;
    margin: 10px auto 15px;
    height: 30px;
    width: 70px;
    display: block;
  }
}

.brand-con-logo.gxg,.brand-con-logo2.gxg{
  background: url(../img/svg/GXG.svg) no-repeat center / 100%;
  /*针对IE8的hack，目的是除掉之前background*/
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/svg/GXG.svg', sizingMethod='scale');
}
.brand-con-logo.jeans,.brand-con-logo2.jeans{
  background: url(../img/svg/gxgjeans.svg) no-repeat center / 100%;
    /*针对IE8的hack，目的是除掉之前background*/
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/svg/gxgjeans.svg', sizingMethod='scale');
}
.brand-con-logo.kids,.brand-con-logo2.kids{
  background: url(../img/svg/gxgkids.svg) no-repeat center / 100%;
    /*针对IE8的hack，目的是除掉之前background*/
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/svg/gxgkids.svg', sizingMethod='scale');
}
.brand-con-logo.Yatlas,.brand-con-logo2.Yatlas{
  background: url(../img/svg/Yatlas.svg) no-repeat center / 100%;
    /*针对IE8的hack，目的是除掉之前background*/
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/svg/Yatlas.svg', sizingMethod='scale');
}
.brand-con-logo.cuch,.brand-con-logo2.cuch{
  background: url(../img/svg/CUCH.svg) no-repeat center / 100%;
    /*针对IE8的hack，目的是除掉之前background*/
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/svg/CUCH.svg', sizingMethod='scale');
}
.brand-con-logo.txu,.brand-con-logo2.txu{
  background: url(../img/svg/2xu.svg) no-repeat center / 100%;
    /*针对IE8的hack，目的是除掉之前background*/
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/svg/2xu.svg', sizingMethod='scale');
}

@media (min-width: 768px) {
  .brand-con-li{
    width: 31%;
    margin: 0 2% 5% 0;    
  }
}
 .brand-con-li{
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
 }
 .brand-con-ul .video{
  cursor: pointer;
  position: relative;
 }
.brand-con-ul .video .video-z{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  background:rgba(0,0,0,0.3);
  display: none;
}
.brand-con-ul .video .videoicon{
  width: 40px;
  height: 40px;
  display: block;
  background:url(../img/play.png) no-repeat center / 100%;
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: 3;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
          box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
@media (max-width: 767px) {
  .brand-con-ul .video .videoicon{
    left: 50%;
    bottom: initial;
    top: 50%;
    transform: translate(-50%,-50%);
  }
}
.brand-con-ul .video .video-z .videoicon{
    left: 52%;
    bottom: 50%;
    margin: 0 0 -20px -20px;
}
.brand-con-ul .video .video-z span{
    width: 105%;
    height: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 50%;
    transform: translateY(-25%);
}
@media (min-width: 768px) {
   .brand-con-li.video:hover{
    transform: scale(1.1);
    transform-origin: center center;
    z-index: 9;
    margin-top: -10px;
  }
  .brand-con-li.video:hover .videoicon.out {
    display: none;
  }
  .brand-con-li.video:hover .video-z{
    display: block;
  }
  .brand-con-li.img .img-z{
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
    background:url(../img/clickimg.png) no-repeat center rgba(0,0,0,0.3);
  } 
 .brand-con-li.img:hover{
    margin: 0;
    z-index: 9;
    transform: scale(1.1);
    transform-origin: center center;
 }
   .brand-con-li.img:hover .img-z{
    display: block;
   }

}

/************************关于我们 **/
@media (min-width: 768px) {
  .aboutbg{
    background:linear-gradient(to right,#fff 50%, #f9f9f9 0);
    background-size: 100% 100%;
  }
  .about-box{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 0 0 5.5%;
	padding-bottom:5.5%;
    overflow: hidden;   
  }
  .about-nav{
    float: left;
    width: 25%;
    padding-top: 13.7%;
     background:url(../img/aboutleftbg.png) no-repeat left 28% / 56% auto;
  }
  .about-nav-li{
    padding:3px 0;
    font-size:14px;
    color: #959595;
    cursor: pointer; 
    display: block;
    position: relative;   
  }
  .about-nav-li:hover,.about-nav-li.current{
    color: #333;
  }
  .about-nav-li span:after{
    content: "";
    width: 40%;
    height: 1px;
    background:#333;
    position: absolute;
    left:48%;
    top: 50%;
    display: none;
    transform: translateY(-50%);
  }
/*  .about-nav-li:hover span:after,.about-nav-li.current span:after{
    display: block;
  }*/
 }  
 /************手机版**/
@media (max-width: 767px) {
  .aboutbg{
    background: #f9f9f9;
  }
  .contact-box{
    text-align: center;
    padding: 5%;
    word-break: break-all;
  }
  .contact-con{
    margin: 5% 2%;
    line-height: 1.8;
  }
  .contact-img-li{
    display: block;
    margin-bottom: 3%;
  }
  .contact-img-li img{
    width: 40%;
  }
  .contact-img-li span{
    display: block;
  }
  .about-nav{
    padding: 10% 0 4% 0;
	text-align:center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: url(../img/aboutleftbg.png) no-repeat 5% 63% / 45% auto;
  }
  .about-nav:after{
    content: "";
    width: 6%;
    height: 3px;
    background-color: #333;
    position: absolute;
    bottom:-2%;
    left: 3%;
  }
  .about-nav-li{
    display: none;
  }
  .about-nav-li.current{
    display: block; 
  }
  .aboutus-con,.culture-con,.aboutnew-con,.honor-con,.contact-box{
    width: 94%;
    margin: 0 auto;
    font-size: 12px;
  }
  .culture-con,.aboutnew-con{
    margin: 12% auto 5%;
  }
  .aboutus-con h3{
    font-size: 14px;
    line-height: 1.5;
  }
  .aboutus-con p{
    margin: 5% 0;
  }
  .aboutnew-con .carousel-control{
    display: none;
  }
  .aboutnew-txt-box h1{
    font-size: 20px;
  }
  .aboutnew-con .carousel-indicators{
    position: fixed;
    bottom:3%;
  }
  .aboutnew-con .carousel-indicators li{
    background-color: #333333;
    width: 7px;
    height: 7px;
  }

  .aboutnew-con .carousel-indicators li:first-child,.aboutnew-con .carousel-indicators li:last-child{
    width: 4px;
    height: 4px;
  }
  .aboutnew-con .carousel-indicators li.active{
    width: 7px;
    height: 7px;
  }
} 
 /****************荣誉*/
@media (min-width: 768px) {
  .honor-con{     
   /* position: relative; */   
  }

  .honor-con-ul{
    padding: 10px 0;
    width: 60%;
    height: 665px;
    overflow: hidden; 
    overflow-y: auto;
  }

  .honor-con-ul::-webkit-scrollbar{
    display: none;
  }
  /*webkit内核*/
.scroll_content::-webkit-scrollbar {
    width:0px;
    height:0px;
}
.scroll_content::-webkit-scrollbar-button    {
    background-color:rgba(0,0,0,0);
}
.scroll_content::-webkit-scrollbar-track     {
    background-color:rgba(0,0,0,0);
}
.scroll_content::-webkit-scrollbar-track-piece {
    background-color:rgba(0,0,0,0);
}
.scroll_content::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,0);
}
.scroll_content::-webkit-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
.scroll_content::-webkit-scrollbar-resizer  {
    background-color:rgba(0,0,0,0);
}

/*o内核*/
.scroll_content .-o-scrollbar{
    -moz-appearance: none !important;   
    background: rgba(0,255,0,0) !important;  
}
.scroll_content::-o-scrollbar-button    {
    background-color:rgba(0,0,0,0);
}
.scroll_content::-o-scrollbar-track     {
    background-color:rgba(0,0,0,0);
}
.scroll_content::-o-scrollbar-track-piece {
    background-color:rgba(0,0,0,0);
}
.scroll_content::-o-scrollbar-thumb{
    background-color:rgba(0,0,0,0);
}
.scroll_content::-o-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
.scroll_content::-o-scrollbar-resizer  {
    background-color:rgba(0,0,0,0);
}
/*IE10,IE11,IE12*/
.scroll_content{
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
/*********/

  .honor-con-ul .honor-con-li{
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 127px;
    position: relative;   
  }
  .honor-con-ul .honor-con-li i{
    font-size: 56px;
    font-style:initial;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 15px;
    color: #959595;
    width: 55px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  } 
  .honor-con-ul .honor-con-li span{
    width: calc(100% - 65px);
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    line-height: 1.8;
  }
  .honor-con .honor-line{
    width: 50px;
    height: 55px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .honor-con .honor-line-li{
    width: 40%;
    height: 1px;
    background: #000;
    display: inline-block;
    margin-bottom: 25px;
    float: right;   
  }
  .honor-con .active .honor-line-li{
     animation: honor-line 1s ;
    -webkit-animation: honor-line 1s ;
  }
  .honor-con .honor-line-li.long{
    width: 100%;    
  }
  .honor-con .active .honor-line-li.long{
    animation: honor-line-long 1s ;
    -webkit-animation: honor-line-long 1s ;
  }
  @keyframes honor-line
  {
    0% {
      width: 40%;
    }
    50% {
      width: 100%;
    }
  }

  @-webkit-keyframes honor-line
  {
    0% {
      width: 40%;
    }
    50% {
      width: 100%;
    }
  }
@keyframes honor-line-long
  {
    0% {
      width: 100%;
    }
    70% {
      width: 50%;
    }
  }

  @-webkit-keyframes honor-line-long
  {
    0% {
      width: 100%;
    }
    70% {
      width: 50%;
    }
  }
}

@media (max-width: 767px) {
  .honor-con{     
    position: relative;  
    margin-top: 15%;  
  }

  .honor-con-ul{
    padding:0;
    width: 94%;
    height: 60%;
    overflow: hidden; 
    overflow-y: auto;
    margin-left: 5%;
  }

  .honor-con-ul::-webkit-scrollbar{
    display: none;
  }
  .honor-con-ul .honor-con-li{
    font-size: 14px;
    color: #333;
    width: 100%;
    display: inline-block;
    margin: 5% 0;
    position: relative;   
  }
  .honor-con-ul .honor-con-li i{
    font-size: 18px;
    font-style:initial;
    font-weight: bold;
    vertical-align: middle;
    color: #959595;   
    float: left; 
  } 
  .honor-con-ul .honor-con-li span{
    width: 92%;
    margin-left: 8%;
    display: block;
    line-height: 1.8;
  }
  .honor-con .honor-line{
    display: none;
  }
  
 } 
 /****************大事件*/
@media (min-width: 768px) {
  .aboutnew-con{     
    position: relative;
    width: 75%;
    margin: 8% 0 0 25%;
    height: 300px; 
  }
  .aboutnew-con .carousel{
    width: 100%;
  }
  .aboutnew-con .aboutnew-txt-box{
    width: 40%;
    height: 100%;
    display: block;
    margin-left: 15%;
  }
  .aboutnew-con .carousel-control{
    background: transparent;
    color: #333;
    text-shadow: none;
    display: none;
  }
  
  .aboutnew-txt-box .aboutnew-txt-tltle{
    font-size: 36px;
    line-height: 1.8;
  }
  .aboutnew-txt-box .aboutnew-txt-con{
    line-height: 1.8;
  }
  .aboutnew-con .carousel-indicators{
    position: fixed;
    bottom: 20%;
    margin-left: -50%;
    width:100%;
  }
  .aboutnew-con .carousel-indicators:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 46px;
    display: block;
    background:url(../img/aboutleftbg3.png) no-repeat left top / 56% auto;
  }  
  .aboutnew-con .carousel-indicators li{
    border-color: #333;
    margin: 0 2.2%;
  }
  .aboutnew-con .carousel-indicators li.active{
    background-color: #333;
  }

}  
 /****************文化和介绍*/
@media (min-width: 768px) {

  .culture-con{
    margin:7.2% 0 0 49.5%;
    width: 50%;
    font-size: 14px;
  }
  .culture-con:after{
    content: "";
    position: fixed;
    top: 62%;
    left: 5.5%;
    width: 10px;
    height: 157px;
    background:url(../img/aboutleftbg2.png) no-repeat left top / auto;
  }
  .culture-con p{
    font-size: 14px;
  }
  .aboutus-con{
    margin:7.2% 0 0 30%;
    line-height: 2;
    width: 55%;
  }
  .aboutus-con h1,.aboutus-con h2,.aboutus-con h3,.aboutus-con h4{
    line-height: 1.8;
  }
}
 /****************文化和介绍*/
@media (min-width: 768px) {
  .contact-box{
    width: 50%;
    margin: 10% auto 0;
    text-align: center;
  }
  .contact-box h3{
    margin: 3% 0;
  }
  .contact-con{
    line-height: 2;
  }
  .contact-img{
    margin: 5% auto 0;
    text-align: center;
    width: 100%;
  }
  .contact-img-li{
    display: inline-block;
    width: 200px;
  }
  .contact-img-li img{
    width: 100px;
  }
  .contact-img-li span{
    display: block;
    font-size: 12px;
    transform: scale(0.9);
  }
}
/****************资讯列表***/
@media (min-width: 768px) {
  .newlist-box{
    width: 80%;
    margin: 0 auto;
  } 
  .newlist-li{
    display: block;
    width: 86%;
    margin: 0 auto 15%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
            box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  }
  .newlist-li-info{
    padding: 30px 25px;  
    width: 100%; 
    display: block;
  }
  .newlist-li-title{
    color: #333;
    height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .newlist-li-date{
    padding: 3px 6px;
    color: #fff;
    background: #333;
  }
  .newlist-li-txt{
    color: #333;
    height: 120px;
    line-height: 24px;
    overflow: hidden;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;   
  }
  .newlist-li-img{
    width: 100%;
    height: 175px;
    display: block;
    overflow: hidden;
  }
  .newlist-li-img img{    
    min-height: 100%;
  }
  .newlist-box a.thumbnail:hover,.newlist-box a.thumbnail:focus {
    text-decoration: none;    
  }
  .newlist-box a.thumbnail:hover .newlist-li-img img{
    transform-origin: center;
    transform: scale(1.05);
    transition: all 1s;
  }

}
/**********手机*/
@media (max-width: 767px) {
  .newlist-box{
    width: 94%;
    margin: 0 auto;
  } 
  .newlist-box .row .col-sm-6{
    width: 50%;
    float: left;
  }
  .newlist-li{
    display: block;
    width: 100%;
    margin: 0 auto 15%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
            box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  }
  .newlist-li-info{
    padding: 22px 15px;  
    width: 100%; 
    display: block;
  }
  .newlist-li-title{
    height: 16px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 5px;
  }
  .newlist-li-date{
    font-size: 12px;
    padding: 3px 6px;
    color: #fff;
    background: #333;
  }
  .newlist-li-txt{
    color: #333;
    height: 90px;
    line-height: 18px;
    overflow: hidden;
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;   
  }
  .newlist-li-img{
    width: 100%;
    height: 90px;
    display: block;
    overflow: hidden;
  }
  
}
.newlist-loading,.newlist-bottom{
  width: 100%;
  display: block;
  text-align: center;
  margin: 15px 0;
}
.newlist-loading .loadicon{
    width: 20px;
    height: 15px;
    vertical-align: middle;
    margin-top: -2px;
    display:inline-block;
    background:url(../img/load.png) no-repeat center  / auto;
    transform-origin: center;
    animation: loadicon 1s infinite;
    -webkit-animation: loadicon 1s infinite;    
  }
  @keyframes loadicon
  {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(720deg);
    }
  }

  @-webkit-keyframes loadicon
  {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(720deg);
    }
  }
.newlist-bottom .bottomicon{
    width: 20px;
    height: 15px;
    margin: 0 auto;
    display: block;
    background:url(../img/top.png) no-repeat center  / auto;
  }
  .newlist-bottom{
    cursor: pointer;
  }

/****************资讯内容***/
@media (min-width: 768px) {
  .new-detail-box{
    width: 64%;
    margin: 0 auto;
  }
  .new-detail-box .new-detail-con{
    width: 95%;
    padding: 4% 5%;
    margin: 1% auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
            box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    text-align: center;
    overflow: hidden;
  }
  .new-detail-con .back-btn{
    float: left;
    padding-left: 15px;
    cursor: pointer;
    background:url(../img/backarrw.png) no-repeat left 4px  / 7px 12px;
  }
  .new-detail-con  .title{
    margin: 8% 0 2%;
  }
  .new-detail-con  .date{
    line-height: 2;
    display: block;
    margin-bottom: 1%;
  }
   .new-detail-con .new-detail-txt{
    text-align: left;
    padding-bottom: 3%;
   }
   .new-detail-prev,.new-detail-next{
    margin: 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
   
   }
   .new-detail-prev .title,.new-detail-next .title{
    width: 210px;
    display: block;
     overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align:center;
   }

   .new-detail-prev .line,.new-detail-next .line{
    width: 100%;
    height: 1px;
    background: #000;
    display: none;
    position: absolute;
    bottom: -5px;
    left: 0;
   }
   .new-detail-prev:hover .line,.new-detail-next:hover .line{
    display: block;
   }
   .new-detail-prev{
    float: left;
   }
   .new-detail-next{
    float: right;
   }   
}
/****************资讯内容手机***/
@media (max-width: 767px) {
  .new-detail-box{
    width: 100%;
    margin: 0 auto;
  }
  .new-detail-box .new-detail-con{
    width: 92%;
    padding: 0;
    margin:0 auto;
    
    text-align: center;
    overflow: hidden;
  }
  .new-detail-con .back-btn{
    float: left;
    padding-left: 12px;
    color: #fff;
    cursor: pointer;
    background:url(../img/backarrw.png) no-repeat left 4px  / 7px 12px;
  }
  .new-detail-con  .title{
    margin:0 0 0 8%;
    font-size: 16px;
    line-height: 1.5;
  }
  .new-detail-con  .date{
    line-height: 2;
    display: block;
    margin-bottom: 1%;
    font-size: 12px;
  }
   .new-detail-con .new-detail-txt{
    text-align: left;
    padding-bottom: 10%;
   }
   .new-detail-prev,.new-detail-next{
    display:none;    
   }
   
}

/**************/
@media (min-width: 768px) {
  .b404{
    width: 30%;
    margin: 20% 0 0 50%;
    transform: translate(-50%,-50%);
  }
  
}

.b404 img{
    width: 100%;
  }
  .b404 .backhome,.b404 .refresh{
      position: absolute;
      left: 30%;
      bottom: -30%;
      width: 77px;
      height: 30px;
      display: block;
      color: #333;
      font-size: 14px;
      line-height: 2;
      text-align: center;
      cursor: pointer;
      background:url(../img/404back.png) no-repeat 0 6px  / 13px 13px;
      padding-left: 13px;
  }
  .b404 .refresh{
    left: 61.5%;
    background:url(../img/404re.png) no-repeat 0 6px  / 13px 13px;
  }
@media (max-width: 767px) {
  .b404{
      width: 50%;
      margin: 50% 0 0 50%;
      transform: translate(-50%,-50%);
    }
  .b404 .backhome,.b404 .refresh{
    font-size: 18px;
    width: 100px;
    height: 50px;
    padding-left: 18px;
    left: 35%;
    bottom: -60%;
    background:url(../img/404back.png) no-repeat 0 9px  / 18px 18px;
  } 
  .b404 .refresh{
    bottom: -100%;
    background:url(../img/404re.png) no-repeat 0 9px  / 18px 18px;
  }
}
/*2019-02-15 添加*/
.pdf-li{
  display: flex;
  width: 100%;
  margin: 0.5rem 0;
  align-items: center;
}

.pdf-li-col.date{
  width: 20%;
  text-align: right;
}
.pdf-li-col.pdf-title{
   width: 70%;
}
.pdf-li-col.pdf-icon{
  background:url(../img/pdf.png) no-repeat center / 100%;
  width: 5%;
  height: 1.8rem;
  margin-right: 10px;
}
.pdf-scroll-box{
    overflow-y: scroll;
    height: 360px;
    width: 100%;
  }
  .pdf-scroll-box::-webkit-scrollbar {display:none}
.tab_content {
  display: none;
}

.int-d-box{
  display: flex;
  margin: 9.2% 0 0 30%;
  line-height: 2;
  width:60%;
}
.int-d-75{
  width: 75%;
}
.int-d-25{
  width: 25%;
}
.int-d-li{
  list-style: none;
}
.int-d-25 h1{
  margin: 0;
}
.int-d-menu_tab{
  margin: 10px 0 0 0;
  padding: 0;
}

/*PC*/
@media (min-width: 768px){
	

	
  .investor-navlist{
    overflow: hidden;
    background:url(../img/aboutleftbg22.png) no-repeat left 22% / 56% auto;
  }
 /* .investor-navlist .about-nav-li span:after {
      top: 1rem;
      left: 60%;
      transform: translateY(0);
  }*/

  .investor-navlist .in-nav-list{
    margin:0.5rem 0 0.5rem 5%;
    font-size: 12px;
    color: #959595;
    display: none;
  }

  .in-nav-list a {
    color: #959595;
  }
  .about-nav-li.current .in-nav-list{
    display: block;
  }
  .investor-navlist .in-nav-li{
    line-height: 2.5;
  }

  .investor-navlist .in-nav-li.i-current{
    color: #000;
  }
  .pdf-li-col.pdf-icon{
  width: 2.5rem;
  height: 2.5rem;
}
  .int-d-box-detail b{
	  font-size:20px
  }
}
/*移动端*/
@media (max-width: 767px){
  .investor-navlist{
    background: url(../img/aboutleftbg23.png) no-repeat 5% 63% / 45% auto;
  }
  .in-nav-list{
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    top: 8.5rem;
  }
  .in-nav-li{
    display: inline-block;
    margin: 0 0 0 0.8rem;
  }
  .in-nav-li.i-current{
    background:#333;
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
  }
  .pdf-list-box{
    margin-top: 4rem;    
    overflow-y: scroll;
  }
  .int-d-box {
    display: flex;
    margin: 50px 3% 0;
    line-height: 2;
    width: 94%;
  }
  .int-d-box-detail{
    margin: 10px 3% 0;
    width: 94%;
  }
  .int-d-box-detail b{
	  font-size:16px
  }
}

.subtitle { display:none}


/****************股票内容PC***/
@media (min-width: 768px) {

.gp_contain {color:#000; background: url(../img/gp_bg.jpg) left top no-repeat; padding:40px 60px; width:100%; overflow:hidden}
.gp_contain .nav {background: url(../img/gp_w01.jpg) center top no-repeat; padding:7px 25px 15px 25px; font-size:18px; width:545px;}
.gp_contain  p span {margin-left:30px}
.gp_contain .nav b {/*margin-right:40%;*/width: 50%;display: block;float: left;}
.gp_list {background:url(../img/gp_w02.jpg) center top no-repeat; padding:0; list-style:none; width:545px; height:461px;}
.gp_list li { height:50px; padding:23px 15px 15px 20px;}
.gp_list li .title { float:left; width:51%}
.gp_foot { width:100%}

}


/****************股票内容手机***/
@media (max-width: 767px) {

.gp_contain {color:#000; background:#f0f0f0;  overflow:hidden; padding-left:10px }
.gp_contain .nav {background: url(../img/gp_w03.jpg) center top no-repeat; padding:7px 25px 15px 25px; font-size:18px; width:330px;}
.gp_contain  p span {margin-left:30px}
.gp_contain .nav b {/*margin-right:30%;*/width: 50%;display: block;float: left;}
.gp_list {background:url(../img/gp_w04.jpg) center top no-repeat; padding:0; list-style:none; width:330px;}
.gp_list li { height:39px; padding:11px 15px 6px 20px;}
.gp_list li .title { float:left; width:48%}
.gp_foot { width:100%}


}
