/* ====导航==== */
.navbar-top{
  display: none;
}
@media(min-width: 1000px){
 .navbar-header .navbar-brand{
    display: block;
    position: absolute;
    left: 70px;
    top:15px !important;;
    z-index: 99;
    width: 156px;
    padding: 0;
  }
  }
/*首页更多*/
.home-more{
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-color: rgba(0,0,0,.3);
  color: rgba(0,0,0,.8) !important;
  background: transparent;
}
@media(min-width: 1024px){
    .home-more{
        margin-top: 40px;
        padding: 11px 35px;
      }
    .home-more:hover{
        background: #E3BA65 !important;
    } 
}
    
@media (min-width: 992px){
  .navbar-default{
    background: transparent;
  }
  .header-site .navbar-nav{
    width: calc(100% - 10px);
    padding-left: 270px;
    padding-right: 70px;
    transition: .5s;
  }
  .header-site .navbar-nav:hover{
    background: rgba(0,0,0,.5);
  }
  .header-site .navbar-nav.down{
    background: rgba(0,0,0,.9);
  }
  .navbar-header .navbar-brand{
    display: block;
    position: absolute;
    left: 70px;
    top:9px;
    z-index: 99;
    width: 156px;
    padding: 0;
  }
  .navbar-header .navbar-brand img{
    width: 144px;
    height: 50px;
    max-height: none;
  }

  /* 登录/注册 */
  .navbar-header{
    width: 100%;
  }
  .header.header-site .navbar-header .user,
  .header.header-site .navbar-header .login{
    display: block;
    position: absolute;
    left: auto;
    right: 70px;
    top:0;
    z-index: 99;
    width: 50px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    color: rgba(255,255,255,.8);
    text-align: center;
  }
  .header.header-site .navbar-header .login{
    right: 130px;
  }
  .header.header-site .navbar-header .user-center{
    width: auto;
  }
  .header.header-site .navbar-header .line-wrapper{
    position: absolute;
    top: 0;
    right: 125px;
    width: 1px;
    height: 80px;
  }
  .header.header-site .navbar-header .line-user{
    position: relative;
    width: 1px;
    height: 80px;
  }
  .header.header-site .navbar-header .line-user::before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: rgba(255,255,255,.5);
  }

  /* 一级菜单 */
  .header-site .navbar-nav > li{
    width: auto;
  }
  .header-site .navbar-nav > li:hover > a{
    background: transparent;
  }
  .header-site .navbar-nav > li:before{
    width: 0;
  }
  .header-site .navbar-nav > li > a {
    padding: 10px 15px;
    line-height: 50px;
    font-size: 14px;
    color: rgba(255,255,255,.8);
  }
  .header-site .navbar-default .navbar-nav > .active > a, 
  .header-site .navbar-default .navbar-nav > .active > a:hover, 
  .header-site .navbar-default .navbar-nav > .active > a:focus {
    color: rgba(255,255,255,1);
    background-color: transparent;
  }
  .header-site .navbar-default .navbar-nav > li > a, 
  .header-site .navbar-default .navbar-nav > li:hover > a, 
  .header-site .navbar-default .navbar-nav > li:focus > a {
    background-color: transparent !important;
  }

  /* 二级菜单 */
  .header-site .navbar-nav > li .dropdown-menu{
    border-top: 2px solid #E3BA65;
    background: transparent;
    padding-top: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    min-width: 110px;
  }
  .header-site .navbar-nav > li .dropdown-menu li{
    background: #fff;
  }
  .header-site .navbar-nav > li .dropdown-menu li:hover a{
    background: transparent !important;
    color: #E3BA65 !important;
  }
  .header-site .navbar-nav > li .dropdown-menu li a, 
  .header-site .navbar-nav .open .dropdown-menu > li > a, 
  .header-site .navbar-nav .open .dropdown-menu .dropdown-header{
    border-color: transparent;
    line-height: 38px;
  }
  .header-site .navbar-nav > li .dropdown-menu li:first-child a, 
  .header-site .navbar-nav .open .dropdown-menu > li:first-child > a{
    padding-top: 10px;
  }
  .header-site .navbar-nav > li .dropdown-menu li:last-child a, 
  .header-site .navbar-nav .open .dropdown-menu > li:last-child > a{
    padding-bottom: 10px;
  }
}

@media (min-width: 1260px){
  .header-site .navbar-nav > li > a {
    padding: 15px 20px;
    line-height: 50px;
    font-size: 15px;
  }
}


/* 移动端导航 */
@media (max-width: 768px) {
  .scrollable > .header.navbar + *{
    padding-top: 0 !important;
  }

  .navbar-default{
    background: rgba(0,0,0,.9);
    border-bottom-width: 0;
  }

  /* 菜单 */
  .header-site .navbar-toggle, .header-site .navbar-default .navbar-toggle:hover, .header-site .navbar-default .navbar-toggle:focus{
    background-color: transparent;
  }
  .header-site .navbar-toggle .iconfont,
  .header.header-site .navbar-header .user .iconfont{
    font-size: 24px;
    color: rgba(255,255,255,.85);
  }
  
  /* 二级导航 */
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background: #fff;
  }
  .header-site .navbar-default .navbar-nav > .active > a, .header-site .navbar-default .navbar-nav > .active > a:hover, .header-site .navbar-default .navbar-nav > .active > a:focus{
    color: #E3BA65;
  }
}



/* 单页页宽 */
.single-page-wrapper{
  width: 100% !important;
  padding: 0;
}

/*====暂无数据====*/
.noinfo{
    padding: 25px 0;
}
.noinfo .iconfont {
    display: block;
    font-size: 6rem !important;
    line-height: 1 !important;
    padding-bottom: 10px;
}
@media (min-width: 768px){
    .noinfo .iconfont {
        font-size: 8rem !important;
    }
}
/* ====标题==== */
.title-01 .des{
  font-size: 15px;
  padding-top: 5px;
}
@media (min-width: 1024px){
  .title-01 .des{
    font-size: 18px;
    padding-top: 10px;
  }
}


.title-02 a{
  display: inline-block;
  width: 43%;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0 8px;
  padding: 0;
  line-height: 46px;
  font-size: 16px;
  margin-bottom: 15px;
}
.title-02 .active{
  color: #333;
  border-color: #E3BA65;
  background: #E3BA65;
}
.title-02 a:hover{
  color: #E3BA65;
  border-color: #E3BA65;
}
.title-02 .active:hover{
  color: #333;
  border-color: #cca350;
  background: #cca350;
}

@media (min-width: 1024px){
  .title-02 a{
    width: 180px;
    margin: 0 15px;
  }
}

/* ====底部==== */
footer.bg-img{
  background: #1A1A1A !important;
  font-size: 14px;
  padding-bottom: 15px;
}
footer.bg-img a:hover{
  color: #E3BA65;
}
.ft-menu dt{
  font-size: 15px;
}
.ft-menu a{
  color: rgba(255,255,255,.7);
}
.ft-info{
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 15px;
}
.ft-info,
.ft-info a{
  color: rgba(255,255,255,.5);
}

@media (min-width: 1024px){
  .ft-service .service-wrapper .icon-wrapper{
    padding-right: 20px;
  }
  .ft-service .service-wrapper .iconfont{
    font-size: 40px;
    line-height: 1;
  }
  .ft-service .service-wrapper .des{
    color: rgba(255,255,255,.5);
    line-height: 1;
  }
  .ft-service .service-wrapper .title{
    font-size: 16px;
    line-height: 2;
    font-family: times;
  }
  .ft-service .outlink-wrapper{
    position: relative;
    margin-top: 60px;
  }
  .ft-service .outlink-wrapper .icon-wrapper{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    margin-right: 10px;
    transition: .5s;
  }
  .ft-service .outlink-wrapper .icon-wrapper:hover{
    background: #E3BA65;
    color: #fff;
  }
  .ft-service .outlink-wrapper .icon-wrapper .iconfont{
    font-size: 24px;
  }
  .ft-service .outlink-wrapper .wechat-wrapper{
    
  }
  .ft-service .outlink-wrapper .wechat-wrapper .ewm-wrapper{
    position: absolute;
    bottom: 50px;
  }
  .ft-service .outlink-wrapper .wechat-wrapper .ewm-wrapper .img-wrapper{
    border-radius: 5px;
    display: none;
  }
  .ft-service .outlink-wrapper .wechat-wrapper:hover .ewm-wrapper .img-wrapper{
    display: block;
  }
}  

/* ====首页新闻==== */
.list-hnews-wrapper{

}
.list-hnews-wrapper .first-hnews{}
.list-hnews-wrapper .first-hnews .img-wrapper{}
.list-hnews-wrapper .first-hnews .title-wrapper{
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  line-height: 46px;
  padding: 0 15px;
}
.list-hnews-wrapper .first-hnews .title-wrapper .title{
  color: rgba(255,255,255,.7);
  font-size: 16px;
  margin: 0;
  line-height: 46px;
  font-weight: bold;
}
.list-hnews-wrapper .first-hnews .title-wrapper .time{
  color: rgba(255,255,255,.5);
  font-size: 14px;
}
.list-hnews-wrapper .list-hnews{
  margin-top: 15px;
}
.list-hnews-wrapper .list-hnews .item{
  margin-bottom: 0;
  line-height: 50px;
  border-bottom: 1px solid #ededed;
}
.list-hnews-wrapper .list-hnews .item .title{
  font-size: 15px;
  margin: 0;
  line-height: 50px;
}
.list-hnews-wrapper .list-hnews .item .time{
  font-size: 14px;
  color: rgba(0,0,0,.5);
}
.list-hnews-wrapper .list-hnews .home-more{
  margin-top: 20px;
}

@media(min-width: 1024px){
  .list-hnews-wrapper .first-hnews{
    padding-right: 30px;
  }
  .list-hnews-wrapper .list-hnews{
    padding-left: 30px;
    margin-top: 0;
  }
  .list-hnews-wrapper .first-hnews .img-wrapper{
    height: 400px;
  }
  .list-hnews-wrapper .first-hnews .title-wrapper,
  .list-hnews-wrapper .first-hnews .title-wrapper .title{
    line-height: 56px;
  }
  .list-hnews-wrapper .first-hnews .title-wrapper .title{
    font-size: 18px;
  }
  .list-hnews-wrapper .list-hnews .item,
  .list-hnews-wrapper .list-hnews .item .title{
    line-height: 50px;
  }
  .list-hnews-wrapper .list-hnews .item .title{
    font-size: 16px;
  }
  
}

/* ====新闻==== */
@media (min-width: 768px){
  .list-news .media:first-child .pull-right.img-box,
  .list-news .media .pull-right.img-box{
      float: left !important;
      margin-left: 0;
      margin-right: 40px;
      width: 300px;
  }
  .list-news .media{
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    border-color: #ededed;
  }
  .list-news .media .pull-right img{
    width: 300px;
  }
  .list-news .media .media-body{
    padding-right: 120px;
  }
  .list-news .media:first-child .h4,
  .list-news .media .h4{
    font-weight: bold;
    font-size: 16px;
  }
  .list-news .media:first-child .text-ellipsis2.hidden-xs{
    -webkit-line-clamp: 2;
    /*font-size: 14px;*/
  }
  .list-news .media .icon-wrapper{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .list-news .media .icon-wrapper .iconfont{
    text-align: center;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid#E3BA65;
    font-size: 20px;
    transition: .5s;
  }
  .list-news .media:hover .icon-wrapper .iconfont{
    background: #E3BA65;
    color: #fff !important;
  }
}

/* ====下载==== */
.list-group-lg .list-group-item{
  padding: 12px 20px;
  background: rgba(0,0,0,.05);
  line-height: 28px;
  margin-bottom: 15px;
}
.list-group-lg .h4,
.list-group .iconfont{
  line-height: 28px;
}
.list-group.no-radius .list-group-item{
  border-radius: 3px !important;
}
.list-group .down-text{
  font-size: 15px;
}

@media (min-width: 992px){
  .list-group-lg .list-group-item{
    padding: 12px 50px;
    margin-bottom: 20px;
  }
}


/* ====团队==== */

@media (min-width: 1024px){
  .list-team .list-item{
    display: flex;
  }
  .list-team .img-wrapper{
    padding-right: 0 !important;
  }
  .list-team .con-wrapper{
    padding-left: 0 !important;
  }
  .list-team .text-wrapper{
    height: 100%;
    background: #f5f5f5 !important;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .list-team .text-wrapper .title-wrapper{
    display: flex;
    align-items: center;
  }
  .list-team .title{
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .list-team .title-second{
    font-size: 16px;
    padding-top: 8px;
  }
  
}


/* ====常见问题==== */
.list-faq-new .panel{
  margin-bottom: 15px;
}
.list-faq-new .panel-default{
  border-width: 0;
}
.list-faq-new .panel-heading{
  padding: 0;
  background: #f5f5f5;
}
.list-faq-new .panel-heading .title{
  padding: 10px 15px;
  line-height: 30px;
}
.list-faq-new .panel-heading + .panel-collapse .panel-body{
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #f5f5f5;
  padding: 15px 15px;
}
.list-faq-new .iconfont{
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.list-faq-new .collapsed .icon-jia{
  display: block;
}
.list-faq-new .collapsed .icon-jian{
  display: none;
}
.list-faq-new .icon-jia{
  display: none;
}
.list-faq-new .icon-jian{
  display: block;
}

@media (min-width: 1024px){
  .list-faq-new .panel{
    margin-bottom: 20px;
  }
  .list-faq-new .panel-heading .title{
    padding: 12px 35px;
  }
  .list-faq-new .panel-heading + .panel-collapse .panel-body{
    padding: 15px 35px;
  }
}


/* ====招聘==== */
.list-join{

}


/* ====焦点视频==== */
.video-box{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/about-bg-top.jpg);
}
@media(max-width:768px){
  .video-box{
    background-image: url(../images/index-video.gif?6);
  }
}
.video-box::before {
  position: absolute;
  content: '';
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-image: url(../images/bg-dot.png);
  background-color: rgba(0,0,0,.4);
}
.video-box video {
  width: 100vw;
  vertical-align: bottom;
  transform: scale(1.2);
}
.video-box .con-box {
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 9;
}
.video-box .con-box .title{
  color: rgba(255,255,255,.9);
}
.video-box .con-box .des{
  color: rgba(255,255,255,.8);
}

@media(min-width: 768px) {
  .video-box{
    background-color: #000;
  }
}

@media(min-width: 768px) {
  .video-box .con-box .title{
    font-size: 48px;
  }
  .video-box .con-box .des{
    font-size: 18px;
    margin-bottom: 45px;
    margin-top: 15px;
  }
}

/* 箭头 */
/*焦点图底部箭头*/
.mainImage_scroll {
  width: 22px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: 55px;
  z-index: 99;
  cursor: pointer;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transform-origin: center bottom;
  moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  -webkit-perspective: 500px;
  perspective: 500px;
  cursor: pointer; }

.mainImage_scroll:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 39px;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.mainImage_scroll:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10px;
  width: 2px;
  height: 40px;
  background: #fff; }

.mainImage_scrollIcon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 8px;
  background: #fff;
  -webkit-animation: fadeOutDown 2s infinite;
  animation: fadeOutDown 2s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }


  /* ====荣誉==== */
  .list-honor-new{
    padding-bottom: 40px;
    margin: 0 40px;
  }
  .list-honor-new .swiper-slide{
    border: 7px solid rgba(0,0,0,.2);
    transition: border .5s;
  }
  .list-honor-new .swiper-slide:hover{
    border-color: #E3BA65;
  }
  .list-honor-new .swiper-slide .img-wrapper{
    overflow: hidden;
  }
  .list-honor-new .swiper-slide .img-wrapper img{
    transition: .5s;
  }
  .list-honor-new .swiper-slide:hover .img-wrapper img{
    transform: scale(1.1);
  }
  .list-honor-new .swiper-slide .img-wrapper .title-wrapper{
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    line-height: 56px;
    padding: 0 15px;
    color: rgba(255,255,255,.85);
  }
  .list-honor-new .swiper-slide .img-wrapper .title-wrapper .title{

  }

  /* swrper 按钮 */
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: '';
  }
  .list-honor-new .swiper-pagination-bullet{
    width: 15px;
    height: 2px;
    border-radius: 1px;
  }
  .list-honor-new .swiper-pagination-bullet-active{
    background: #E3BA65 !important;
  }
  .swiper-button-next, .swiper-button-prev{
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-top: -35px;
    transition: .5s;
  }
  .swiper-button-next .iconfont, .swiper-button-prev .iconfont{
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: rgba(0,0,0,.4);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    transition: .5s;
  }
  .swiper-button-next{
    right: -8px;
  }
  .swiper-button-prev{
    left: -8px;
  }

  /* 禁止点击 */
  .swiper-button-next.swiper-button-disabled, 
  .swiper-button-prev.swiper-button-disabled{
    opacity: .5;
    /* background: #fafafa;
    border-color: #fafafa; */
  }
  /* .swiper-button-next.swiper-button-disabled .iconfont, 
  .swiper-button-prev.swiper-button-disabled .iconfont{
    background: #ddd;
  } */

  @media(min-width: 1024px){
    .list-honor-new{
      margin: 0 60px;
    }
    /* .swiper-button-next, .swiper-button-prev{
      width: 44px;
      height: 44px;
      margin-top: -35px;
    }
    .swiper-button-next .iconfont, .swiper-button-prev .iconfont{
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 18px;
    } */
    .swiper-button-next:hover, .swiper-button-prev:hover{
      border-color: #E3BA65;
    }
    .swiper-button-next:hover .iconfont, .swiper-button-prev .iconfont:hover{
      background: #E3BA65;
    }
  }

  /* ====发展历程==== */
  .list-history-wrapper{
    padding-top: 20px;
  }
  .list-history-wrapper::before{
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    right: 0;
    top: 70px;
    height: 1px;
    background: #ddd;
    width: 100%;
  }
  .list-history-wrapper .swiper-button-next, .list-history-wrapper .swiper-button-prev{
    top: 34px;
    margin-top: 0;
  }
  .list-history-new{
    margin: 0 40px; 
  }
  .list-history-new .swiper-slide::before,
  .list-history-new .swiper-slide::after{
    position: absolute;
    content: '';
    z-index: 1;
    border-radius: 50%;
  }
  .list-history-new .swiper-slide::before{
    top: 42px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0,0,0,.5);
    background: #fff;
  }
  .list-history-new .swiper-slide::after{
    top: 46px;
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,.4);
  }
  .list-history-new .swiper-slide .time{
    margin-bottom: 50px;
    padding: 2px 10px;
    background: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
  }
  .list-history-new .swiper-slide .time span{
    font-family: times;
  }
  .list-history-new .swiper-slide .con{
    padding: 5px 25px;
    font-size: 16px;
  }
  .home-history .list-history-wrapper::before,
  .home-idea .list-history-wrapper::before{
    top: 158px;
  }
  .home-history .list-history-wrapper::before{
    background: rgba(0,0,0,.15);
  }

  .home-history .list-history-new .swiper-slide .con-inner{
    color: rgba(0,0,0,.8);
  }
  .home-history .list-history-new .swiper-slide:hover .con-inner{
    color: #E3BA65;
  }
  

  @media(min-width: 1024px){
    .list-history-wrapper::before{
      top: 170px;
    }
    .list-history-wrapper .swiper-button-next, .list-history-wrapper .swiper-button-prev{
      top: 134px;
      margin-top: 0;
    }
    .list-history-new{
      padding-top: 50px;
    }
    .list-history-new .swiper-slide::before{
      top: 92px;
      transition: .5s;
    }
    .list-history-new .swiper-slide::after{
      top: 96px;
      transition: .5s;
    }
    .list-history-new .swiper-slide .time{
      margin-top: 50px;
      transition: .5s;
    }
    .list-history-new .swiper-slide .con{
      position: relative;
      border-radius: 5px;
      padding: 20px 25px;
      height: 117px;
      border: 1px solid transparent;
      transition: .5s;
      max-width: 260px;
    }
    .list-history-new .swiper-slide .con-inner{
      height: 100%;
      overflow-y: hidden;
    }
    .list-history-new .swiper-slide:nth-child(even){
      margin-top: -50px;
    }
    .list-history-new .swiper-slide:nth-child(even) .time{
      order: 2;
      margin-top: 5px;
    }
    .list-history-new .swiper-slide:nth-child(even) .con{
      margin-bottom: 50px;
      min-width: 200px;
    }
    .list-history-new .swiper-slide:nth-child(even)::before{
      top: 142px;
    }
    .list-history-new .swiper-slide:nth-child(even)::after{
      top: 146px;
    }
    .list-history-new .swiper-slide:hover .time,
    .list-history-new .swiper-slide:hover .con{
      color: #E3BA65;
      border-color:#E3BA65;
    }
    .list-history-new .swiper-slide:hover .con{
      background: #fff;
    }
    .list-history-new .swiper-slide:hover .con::before{
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      left: 50%;
      bottom: 100%;
      margin-left: -10px;
      border-left: solid 10px transparent;
      border-bottom: solid 10px #E3BA65;
      /* 黑色大三角形 */
      border-right: solid 10px transparent;
    }
    .list-history-new .swiper-slide:hover .con::after{
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      left: 50%;
      bottom: 100%;
      margin-left: -8px;
      border-left: solid 8px transparent;
      border-bottom: solid 8px #fff;
      /* 黑色大三角形 */
      border-right: solid 8px transparent;
    }
    .list-history-new .swiper-slide:hover .con-inner{
      overflow-y: auto;
    }
    .list-history-new .swiper-slide:hover::before{
      border-color: #E3BA65;
    }
    .list-history-new .swiper-slide:hover::after{
      background: #E3BA65;
    }
    .list-history-new .swiper-slide:nth-child(even) .con::before{
      top: 100%;
      bottom: auto;
      border-top: solid 10px #E3BA65;
      border-bottom-color: transparent;
    }
    .list-history-new .swiper-slide:nth-child(even) .con::after{
      top: calc(100% - 1px);
      bottom: auto;
      border-top: solid 10px #fff;
      border-bottom-color: transparent;
    }

    .home-history .list-history-wrapper::before,
    .home-idea .list-history-wrapper::before{
      top: 308px;
    }
    
  }


  /* ====荣誉==== */
  .list-honor-one{
    margin: 0 40px;
  }
  .list-honor-one .title{
    margin-top: 10px;
  }
  @media(min-width: 1024px){
    
  }

  .list-honor-two .gallery-top,
  .list-honor-two .gallery-thumbs{
    margin: 0 10px !important;
  }
  .list-honor-two .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-honor-two .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .list-honor-two .gallery-top {
    height: 80%;
    width: calc(100% - 20px);
  }

  .list-honor-two .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    width: calc(100% - 20px);
  }

  .list-honor-two .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
  }

  .list-honor-two .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .list-honor-two .swiper-button-next, 
  .list-honor-two .swiper-button-prev{
    top: 43px;
    margin-top: 0;
  }

  /* 时间轴 */
  .list-honor-two-wrapper{
    position: relative;
  }
  .list-honor-two-wrapper::before{
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    right: 0;
    top: 100px;
    height: 1px;
    background:rgba(0,0,0,.1);
    width: 100%;
  }
  .list-honor-two .gallery-thumbs .time {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    padding: 2px 13px;
    background: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-family: times;
    cursor: pointer;
  }
  .list-honor-two .gallery-thumbs .time::before,
  .list-honor-two .gallery-thumbs .time::after{
    position: absolute;
    content: '';
    top: 100px;
    border-radius: 50%;
  }
  .list-honor-two .gallery-thumbs .time::before{
    left: 27px;
    top: 42px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0,0,0,.5);
    background: #fff;
  }
  .list-honor-two .gallery-thumbs .time::after{
    left: 31px;
    top: 46px;
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,.4);
  }
  .list-honor-two .gallery-thumbs .swiper-slide-thumb-active .time::before{
    border-color: #E3BA65;
  }
  .list-honor-two .gallery-thumbs .swiper-slide-thumb-active .time::after{
    background: #E3BA65;
  }
  .list-honor-two .gallery-thumbs .swiper-slide-thumb-active .time{
    color: #E3BA65;
  }
  
  @media(min-width: 1024px){
    .list-honor-two-wrapper::before{
      top: 130px;
    }
    .list-honor-two .gallery-top,
    .list-honor-two .gallery-thumbs{
      margin: 0 40px !important;
      width: calc(100% - 80px);
    }
  }


  /* 荣誉内容 */
  .list-honor-two .gallery-top .con-wrapper{
    height: 270px;
    overflow-y: auto;
  }
  .list-honor-two .gallery-top .con-wrapper p{
    position: relative;
    padding-left: 15px;
  }
  .list-honor-two .gallery-top .con-wrapper p::before{
    position: absolute;
    content: '';
    z-index: 2;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #E3BA65;
    border-radius: 50%;
    line-height: 28px;
  }
  @media(min-width: 1024px){
    .list-honor-two .gallery-top .swiper-wrapper{
      margin-top: 30px;
    }
    .list-honor-two .gallery-top .img-wrapper{
      width: 400px;
    }
    .list-honor-two .gallery-top .con-wrapper{
      width: calc(100% - 400px);
    }
    .list-honor-two .gallery-top .con-wrapper p{
      padding-left: 45px;
    }
    .list-honor-two .gallery-top .con-wrapper p::before{
      left: 30px;
    }
  }

  /* ====客服==== */
  #rightsead .bg-danger.lt, #rightsead .bg-danger .lt{
    background: #E3BA65;
  }
  #rightsead .bg-danger.lt:hover, #rightsead .bg-danger .lt:hover{
    background: #cca350;
  }
  #rightsead li a > i{
    color: rgba(0,0,0,.6);
  }

  /* ====翻页==== */
  .pagination li a, .pagination li span{
    padding: 0;
    line-height: 40px;
    border: 1px solid#ddd;
  }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #E3BA65;
    border: 1px solid#E3BA65;
    line-height: 40px;
    border-width: 1px;
  }
  .pagination li a:hover, .pagination li span:hover{
    border: 1px solid#ddd;
  }
  .pagination > li > a.prev, .pagination > li > a.next{
    width: 100px !important;
    padding: 0 !important;
  }


  /* ====产品==== */
  .pro-element-wrapper .item{
      padding: 15px 15px 5px 10px;
  }
  .pro-element-wrapper .item p{
      font-size: 15px;
  }
  .pro-element-wrapper .item .title{
      font-size: 16px;
  }
  .pro-element-wrapper .item:nth-child(even){
      background: rgba(0,0,0,.08);
  }
  .doc-buttons .btn{
      padding: 5px 15px !important;
      font-size: 13px;
  }
  .pro-title{
      padding: 10px 0;
  }
  .pro-title .title{
      display: inline-block;
      position: relative;
      color: #E3BA65;
      font-size: 16px !important;
      line-height: 32px;
      height: 32px;
      font-weight: bold;
  }
  .pro-title .title::before{
      position: absolute;
      content: '';
      left: 0;
      bottom: -11px;
      width: 100%;
      height: 2px;
      background: #E3BA65;
  }
  .pro-title .des{
      color: rgba(0,0,0,.5) !important;
  }
  .pro-title-sm{
        border-bottom: 1px solid #f0f1f2;
        padding: 10px 0;
        font-size: 16px;
  }
  .pro-tabs{
      border-width: 0 !important;
  }
  .pro-tabs > li > a{
      border-color: transparent !important;
      border-width: 0 !important;
      line-height: 25px;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
  }
  .pro-tabs > li.active > a{
        border-color: transparent !important;
        border-width: 0 !important;
        border-bottom: 2px solid #E3BA65 !important;
  } 
  .pro-tabs-wrapper time{
      display: block;
      line-height: 25px;
      height: 25px;
  }
  @media(max-width: 1024px){
      .scrollable.bg-gray{
        background: #fff !important;
    }
  }
  @media (min-width: 768px){
    .list-pro .list-group-item {
      position: relative;
      padding: 30px;
      border-width: 0;
    }
    .list-pro .list-group-item .btn{
      position: absolute;
      right: 10px;
      top: 0;
      padding: 0;
      width: 70px;
      line-height: 24px;
      border-radius: 112px;
      font-size: 13px;
    }
    .list-pro .list-group-item .title{
      font-size: 15px;
      color: rgba(0,0,0,.6) !important;
    }
    .list-pro .list-group-item .des{
      font-size: 16px;
      color: rgba(0,0,0,.75) !important;
    }
  }

  /*====产品-认购指南====*/ 
  .guide-wrapper{
  }
  .title-guide{
      font-size: 20px;
  }
  @media(min-width: 1024px){
      .guide-wrapper{
      }
      .title-guide{
        font-size: 24px;
      } 
  }
  
  /*====产品-法规公告*/
  .list-pro-down{}
  .list-pro-down .time{
      display: none;
  }
  .list-pro-down .iconfont-wrapper .iconfont{
      font-size: 22px;
      color: rgba(0,0,0,.5);
  }
  @media(min-width: 1024px){
      .list-pro-down .time{
          display: block;
      }
  }
  
  /*====百度地图====*/
  .iframe-wrapper{
      margin-top: 15px;
  }
  .iframe-wrapper > *{
      padding: 0;
      margin: 0;
      width: 100%;
      height: 417px;
      border: none;
  }
  
  @media (min-width: 1024px){
      .iframe-wrapper{
          margin-top: 30px;
      }
        .iframe-wrapper > *{
            width:calc(100% - 17px);
            height:517px;
        }
    }
    
/*====研究体系-饼状图====*/
.pie-outer-wrapper{
  flex-direction: column;
  align-items: center;
}
.pie-outer-wrapper .left-wrapper,
.pie-outer-wrapper .right-wrapper{
  position: relative;
  width: 340px;
  height: 340px;
  margin: 0;
}
.pie-wrapper{
  width: 340px;
  height:340px;
  margin: 0 auto;
}
.pie-outer-wrapper .right-wrapper .pie-wrapper{
  transform: rotate(58deg);
}
.pie-outer-wrapper .line{
  position: absolute;
  width: 1px;
  height: 110px;
  background: rgba(0,0,0,.1);
  transform-origin: 100% 100%;
  /*display: none;*/
}
.pie-outer-wrapper .line1{
  left: 50%;
  top: 7px;
}
.pie-outer-wrapper .line2{
  left: calc(50% + 36px);
  top: 72px;
  transform: rotate(120deg);
}
.pie-outer-wrapper .line3{
  left: calc(50% - 38px);
  top: 72px;
  transform: rotate(-120deg);
}
.pie-outer-wrapper .right-wrapper .line1{
  left: calc(50% + 6px);
  top: auto;
  bottom: 7px;
  transform: rotate(-2deg);
}
.pie-outer-wrapper .right-wrapper .line2{
  left: calc(50% + 36px);
  top: 29px;
  transform: rotate(58deg);
}
.pie-outer-wrapper .right-wrapper .line3{
  left: calc(50% - 39px);
  top: 32px;
  transform: rotate(-61deg);
}
.pie-outer-wrapper .left-wrapper .con,
.pie-outer-wrapper .right-wrapper .con{
  position: absolute;
  width: 140px;
  height: auto;
  text-align: center;
}
.pie-outer-wrapper .right-wrapper .con{
  width: 80px;
}
.pie-outer-wrapper .left-wrapper .con1{
  left: 20px;
  top: 105px;
}
.pie-outer-wrapper .left-wrapper .con2{
  left: calc(50% + 15px);
  top: 105px;
}
.pie-outer-wrapper .left-wrapper .con3{
  left: 50%;
  top: 75%;
  margin-left: -70px;
}
.pie-outer-wrapper .right-wrapper .con1{
  left: 60px;
  top: 60%;
}
.pie-outer-wrapper .right-wrapper .con2{
  left: calc(50% + 40px);
  top: 60%;
}
.pie-outer-wrapper .right-wrapper .con3{
  left: 50%;
  top: 80px;
  margin-left: -40px;
}

.pie-outer-wrapper .con .title{
  font-size: 14px;
  color: #333;
}
.pie-outer-wrapper .con .des{
  font-size: 12px;
  color: #666;
}
.pie-outer-wrapper .con-text{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  margin-left: -43px;
  margin-top: -43px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .pie-outer-wrapper{
    flex-direction: row;
  }
  .pie-outer-wrapper .left-wrapper,
  .pie-outer-wrapper .right-wrapper{
    position: relative;
    width: 460px;
    height: 460px;
    margin: 0 25px;
  }
  .pie-wrapper{
    width: 460px;
    height:460px;
  }
  .pie-outer-wrapper .line{
    width: 1px;
    height: 150px;
  }
  .pie-outer-wrapper .line1{
    left: 50%;
    top: 13px;
  }
  .pie-outer-wrapper .line2{
    left: calc(50% + 50px);
    top: 100px;
    transform: rotate(120deg);
  }
  .pie-outer-wrapper .line3{
    left: calc(50% - 51px);
    top: 98px;
    transform: rotate(-120deg);
  }
  .pie-outer-wrapper .right-wrapper .line1{
    left: calc(50% + 8px);
    top: auto;
    bottom: 12px;
    transform: rotate(-2deg);
  }
  .pie-outer-wrapper .right-wrapper .line2{
    left: calc(50% + 49px);
    top: 41px;
    transform: rotate(58deg);
  }
  .pie-outer-wrapper .right-wrapper .line3{
    left: calc(50% - 50px);
    top: 43px;
    transform: rotate(-62deg);
  }
  .pie-outer-wrapper .left-wrapper .con{
    width: 180px;
  }
  .pie-outer-wrapper .right-wrapper .con{
    width: 90px;
  }
  .pie-outer-wrapper .left-wrapper .con1{
    left: 30px;
    top: 150px;
  }
  .pie-outer-wrapper .left-wrapper .con2{
    left: calc(50% + 25px);
    top: 150px;
  }
  .pie-outer-wrapper .left-wrapper .con3{
    left: 50%;
    top: 72%;
    margin-left: -90px;
  }
  .pie-outer-wrapper .right-wrapper .con1{
    left: 75px;
    top: 60%;
  }
  .pie-outer-wrapper .right-wrapper .con2{
    left: calc(50% + 75px);
    top: 60%;
  }
  .pie-outer-wrapper .right-wrapper .con3{
    left: 50%;
    top: 100px;
    margin-left: -45px;
  }
  .pie-outer-wrapper .con .title{
    font-size: 18px;
  }
  .pie-outer-wrapper .con .des{
    font-size: 13px;
  }
  .pie-outer-wrapper .con-text{
    width: 116px;
    height: 116px;
    margin-left: -58px;
    margin-top: -58px;
    line-height: 116px;
    font-size: 28px;
  }
}

/**/
.chart-intro{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
@media(min-width:1024px){
    .chart-intro{
        justify-content: center;
    }
}

.chart-intro .item{
    padding: 0 15px;
}

.chart-intro .caret{
    margin: 0 5px;
}
.chart-intro ul{
    list-style: none;
    padding-left: 0;
}
.chart-intro ul li{
    padding: 5px 20px;
}
.chart-intro .item .rounded {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #E3BA65;
    border-radius: 50%;
    transform: translateY(-2px);
    margin-right: 5px;
}
.chart-intro .item:nth-child(2) .rounded{
    background: #bbb;
}
.chart-intro .item:nth-child(3) .rounded{
    background: #a2c1dc;
}
  
