
.midAuto {
  width: 1180px;
  position: relative;
  margin: 0 auto;
}


.just-space-between{
    display: flex;
    justify-content: space-between;
  }
  
  .justify-between {
    display: flex;
    justify-content: space-between;
  }
  
  .flex-col {
    display: flex;
    flex-direction: column;
  }
  
  .flex-row {
    display: flex;
    flex-direction: row;
  }
  
  .comm-title{
    display: flex;
    width: 100%;
  }
  
  .comm-title  .title-left{
      font-family: \5FAE\8F6F\96C5\9ED1;
      font-weight: bold;
      font-size: 40px;
      color: #333333;
      line-height: 48px;
      text-align: justify;
      font-style: normal;
  }
  
  .comm-title  .right-more-info {
    font-family: \5FAE\8F6F\96C5\9ED1;;
    font-size: 16px;
    color: #666666;
    line-height: 48px;
    text-align: justify;
    font-style: normal;
  }
  
  .comm-title  .right-more-info a{
     cursor: pointer;
  }


  .comm-title  .right-more-info .txt-info{
    margin-right: 4px;
  }

  
  .icons-row {
      width: 15px;
      height: 15px;
      display: inline-block;
      background: url(../image/Indexarrows-hover.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: relative;
      top: 1px;
  }
  


  .comm-title   .left-more-info{
    display: flex;
  } 
  
  .comm-title   .tabs,.comm-title   .tabs ul{
   display: flex;
  }
  
  
  .comm-title   .tabs ul  a{
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-weight: 700;
    text-align: justify;
    white-space: nowrap;
    line-height: 28px;
    height: 40px;
    margin: 8px 0 0 40px;
    cursor: pointer;
  }
  
  .comm-title   .tabs ul  .now {
    border-bottom: solid 4px rgba(249, 156, 52, 1);
    color: rgba(249, 156, 52, 1);
  }
  
  .comm-title .tabs ul a:first-child{
    margin: 8px 0 0 60px;
  }
  
  .news-contents{
    padding: 0;
    width: 100%;
  }
  
  .news-contents  .xwzx_list {
     padding: 40px 0 0 0;
     clear: both;
  }
  
  
  .news-contents  .xwzx_list  .left-img-cover{
      float: left;
      width: 540px;
      height: 360px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #dddddd;
      border-radius: 8px 8px 8px 8px;
      overflow: hidden;
  }

  

  .news-contents  .xwzx_list  .left-img-cover  img{
      max-width: 100%;
      max-height: 100%;
 }
  

  .news-contents  .xwzx_list  .right-box-wraper{
      width: 600px;
      margin-top: 20px;
      display: block;
      margin-left: 40px;
      float: left;
  }

  .news-contents  .xwzx_list  .right-box-wraper:hover  .news-time {
     color: #F7B334;
  }

  .home   .news-contents  .xwzx_list  .right-box-wraper   .news-time,
   .home  .news-list-bottom .list-items .span-time{
     font-weight: bold;
  }

 

  .news-contents  .xwzx_list  .right-box-wraper:hover    .news-title a{
    color: #F7B334;
  }

  .news-contents  .xwzx_list  .right-box-wraper  .news-time {
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    text-align: justify;
    white-space: nowrap;
    line-height: 28px;
    font-weight: bold;
  }
  


  .news-contents  .xwzx_list  .right-box-wraper .news-title{
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-weight: 700;
    text-align: justify;
    white-space: nowrap;
    line-height: 28px;
    margin-top: 20px;
  }
  .news-contents  .xwzx_list  .right-box-wraper .news-title a {
    width: 100%;
    display: inline-block;
  }
  
  
  .news-contents  .xwzx_list  .right-box-wraper .news-description{
      overflow-wrap: break-word;
      color: rgba(102, 102, 102, 1);
      font-size: 16px;
      font-family: \5FAE\8F6F\96C5\9ED1;;
      font-weight:normal;
      text-align: justify;
      line-height: 32px;
      margin-top: 16px;
  }
 
  
  .news-list-bottom{
    width: 100%;
    height: 250px;
    justify-content: space-between;
    margin: 40px 0 0  0;
  }
  
  .top-row{
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  
  .news-list-bottom  .list-items {
      width: 380px;
      height: 250px;
      border-radius: 8px;
      border: 1px solid #E8E8E8;
      box-sizing: border-box;
      margin-right: 20px;
      padding: 40px;
      cursor: pointer;
  }

  
  .news-list-bottom  .list-items:hover{
    width: 380px;
    height: 250px;
    background: #FFF9ED;
    border-radius: 8px;
    border: 1px solid #F7B334;
    box-sizing: border-box;
    padding: 40px;
  }

  
  .news-list-bottom  .list-items  .span-time{
    font-family: \5FAE\8F6F\96C5\9ED1;;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    padding-bottom: 20px;
    font-weight: bold;
  }
  
  .news-list-bottom  .list-items  .span-title {
      font-family: \5FAE\8F6F\96C5\9ED1;
      font-weight: bold;
      font-size: 18px;
      color: #333333;
      line-height: 24px;
      text-align: justify;
      font-style: normal;
      height: 88px;
  }

  .news-list-bottom  .list-items  .span-title a{
    color: inherit;
  }

  
  .span-details{
    width: 100%;
    height: 38px;
    box-shadow: inset 0px 1px 0px 0px #E8E8E8;
    padding-top: 16px;
  }
  
   .span-details  .lookMore{
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: justify;
    font-style: normal;
    margin-right: 4px;
  }
  
  .span-details   img{
    width: 10px;
    height: 8px;
  }
  
  
  .span-details  a{
    cursor: pointer;
  }

  .banners-nav-bg{
    padding-top: 120px;
    background: url(../image/mergeImage.png) no-repeat;
    background-size: auto 746px;
    background-position: center bottom;
    width: 100%;
    height: 746px;
    box-sizing: border-box;
  }



  .banners-nav-bg   .box-centers {
     height:auto;
  }


  .paragraph_1{
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-weight: 700;
    text-align: justify;
    line-height: 48px;
  }
  
  .paragraph_2{
      overflow-wrap: break-word;
      color: rgba(102, 102, 102, 1);
      font-size: 16px;
      font-family: \5FAE\8F6F\96C5\9ED1;;
      font-weight: normal;
      text-align: justify;
      line-height: 32px;
      margin-top: 24px;
  }



  .text-group-01 {
    width: 100%;
  }

  .box_btn10 {
      border-radius: 8px;
      width: 160px;
      height: 48px;
      background-color: #F7B334;
      margin: 80px 0 120px 0;
  }

  .banners-nav-bg   .box_btn10 a{
    width: 100%;
    display: inline-block;
    cursor: pointer;
  }


  
  .text-group-info {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: \5FAE\8F6F\96C5\9ED1;;
    font-weight: NaN;
    text-align: justify;
    white-space: nowrap;
    line-height: 22px;
  }
  
  .thumbnail_6 {
    width: 10px;
    height: 8px;
    margin-top: 7px;
  }
    
  .image-text-margin {
    width: 74px;
    height: 22px;
    margin: 13px 0 0 43px;
  }
  
  
  
  .block-years-info {
    width: 160px;
    height: 220px;
    margin: 75px 0 0 120px;
  }
  
  
  .text-wrapper-info{
    height: 48px;
    overflow-wrap: break-word;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-weight: normal;
    text-align: justify;
    white-space: nowrap;
    line-height: 48px;
  }
  
  .year-txt-info{
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-weight:normal;
    text-align: left;
    white-space: nowrap;
    line-height: 48px;
  }
  
  
  .year-txt-info-unit{
      overflow-wrap: break-word;
      color: rgba(255, 255, 255, 1);
      font-size: 14px;
      font-family: \5FAE\8F6F\96C5\9ED1;;
      font-weight: normal;
      text-align: left;
      line-height: 48px;
  }
  
  .chuanshiyu{
      height: 22px;
      overflow-wrap: break-word;
      color: rgba(255, 255, 255, 1);
      font-size: 16px;
      font-family: \5FAE\8F6F\96C5\9ED1;;
      font-weight: normal;
      text-align: justify;
      white-space: nowrap;
      line-height: 22px;
      margin-top: 20px;
  }
  
  .section_1 {
    width: 160px;
    height: 90px;
  }
  
  .section_2 {
    width: 160px;
    height: 90px;
    margin-top: 40px;
  }
  

  /* 首页 第二部分的banner */
.banners-nav-bg     .group-box-info-containers {
  width: 100%;
  height: 83px;
  margin: 79px 0 0 0;
}

.banners-nav-bg     .group-box-info-containers   .text-group-span1 {
    width: 120px;
    height: 83px;
    margin-right: 132px;
}

.banners-nav-bg     .group-box-info-containers   .text-group-span2{
  margin-right: 172px;
}

.banners-nav-bg     .group-box-info-containers   .text-group-span3{
  margin-right: 112px;
  width: 190px;
}


.group-box-info-containers   .text-group-span1   .text-wrapper{
  width: 120px;
  height: 48px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: DIN-Bold;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-height: 48px;
}

.group-box-info-containers    .text-wrapper   .text-year-01{
  overflow-wrap: break-word;
  color: #F7B334;
  font-size: 44px;
  /* font-family: DIN-Bold; */
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 48px;
}

.group-box-info-containers     .text-wrapper   .text-year-02{
  overflow-wrap: break-word;
  color: #F7B334;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  text-align: left;
  line-height: 48px;
}

.banners-nav-bg .group-box-info-containers .text-group-span3   .text-wrapper .text-year-02 {
    font-size: 30px;
    font-weight: bold;
}


.indexBody    .main{
   overflow: visible;
   width: 1180px;
   margin: 0 auto;
   position: relative;
}



.box-nav-wrappers {
    width: 100%;
    height: 388px;
    background: url(../image/indexYwlingyu.jpg) 100% no-repeat;
    background-size: auto 388px;
}


.group-yewuareas   .text-title{
    width: auto;
    height: 48px;
    margin: 120px 0 0 0;
}


.group-yewuareas   .text-title{
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 40px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-height: 48px;
}

.group-yewuareas    .image-text-wrappers  .text-group-more{
    overflow-wrap: break-word;
    color: #666666;
    font-size: 16px;
    font-family: \5FAE\8F6F\96C5\9ED1;;
    font-weight: normal;
    text-align: justify;
    white-space: nowrap;
    line-height: 48px;
    margin-right: 8px;
}


.group-yewuareas    .image-text-wrappers  a  .icons-row {
  position: relative;
  top: 0
}

.group-yewuareas    .image-text-wrappers  {
  margin: 120px 0 0 0;
  line-height: 48px;
  display: flex;
  align-items: center;
}

.group-yewuareas    .image-text-wrappers  a:hover   .text-group-more{
  color: #F7B334
}


.group-yewuareas    .image-text-wrappers    .thumbnail-img-more {
    width: 15px;
    height: 15px;
    margin-left: 0px;
}

.boxhoverbg {
    height: 640px;
    width: 100%;
}


.box-gupiao {
  background-image: url(../image/indexgupiao.jpg);
  width: 100%;
  height: 614px;
  background-size: auto 614px;
}

.box-gupiao-block{
    width: 1180px;
    height: 286px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 120px;
}



.box-gupiao  .group-left  .group-top{
    width: 560px;
    height: 38px;
    margin-top: 40px;
}

.box-gupiao  .group-left  .group-top  .text-span01{
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 20px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  font-weight: NaN;
  text-align: justify;
  white-space: nowrap;
  line-height: 28px;
}

.box-gupiao  .group-left  .group-top  .text-span02{
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-height: 20px;
  margin: 4px 0 0 8px;
}


.box-gupiao  .group-left  .group-center{
   width: 560px;
   height: 124px;
   margin-top: 10px;
}

.box-gupiao    .group-left    .group-center    .text-group-span-rate1{
    margin-left: 16px;
}

.box-gupiao    .group-left    .group-center   .image-text-containers{
   margin-right: 14px;
}


.box-gupiao  .group-left  .group-bottom{
   width: 181px;
   height: 24px;
   margin: 24px 0 0px 0px;
   float: right;
}

.box-gupiao  .group-left   .group-bottom   .text-wrapper-updateTime {
   width: 100%;
   display: flex;
   justify-content: flex-start;
   flex-direction: row;
}

.box-gupiao  .group-right {
   height: 286px;
   width: 560px;
}

.box-gupiao  .group-left  .group-center  .curprise{
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 80px;
    font-family: DINProBold;
    font-weight: 700;
    text-align: justify;
    white-space: nowrap;
    line-height: 88px;
}

.box-gupiao  .group-left  .group-center  .image-text-containers  .thumbnail{
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.curRate{
    overflow-wrap: break-word;
    font-size: 20px;
    font-family: DINProBold;
    font-weight: 700;
    text-align: justify;
    white-space: nowrap;
    line-height: 28px;
}


.stock-up{
  color: #0AAA62!important;
}

.stock-down, .load-error{
  color: #FF3333!important;
}


.box-gupiao  .group-right  .box-gupiao-item1{
  width: 80px;
  height: 96px;
  margin: 95px 0 0 50px;
}

.box-gupiao  .group-right  .box-fenhonggu{
    width: 80px;
    height: 96px;
    margin: 95px 0 0 53px;
}


.box-gupiao  .group-right  .box-gongsinotice{
  width: 80px;
  height: 96px;
  margin: 95px 0 0 54px;
}

.box-gupiao  .group-right  .image-text-container{
  width: 64px;
  height: 96px;
  margin-left: 8px;
}


.box-gupiao  .group-right   .image-text-container   .text-group-title{
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-weight: 700;
    text-align: justify;
    white-space: nowrap;
    line-height: 24px;
    margin-top: 8px;
}


.box-gupiao  .group-right   .imgicons{
  width: 64px;
  height: 64px;
}

.box-gupiao    .group-right    .box-touzizhefuwu  {
  width: 102px;
  height: 96px;
  margin: 95px 30px 0 53px;
}


.box-gupiao  .group-left  .group-bottom   .text-wrapper-updateTime  .text01{
    font-family: \5FAE\8F6F\96C5\9ED1;;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
}

.box-gupiao  .group-left  .group-bottom   .text-wrapper-updateTime  .text02{
  font-family: \5FAE\8F6F\96C5\9ED1;;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}


.box-gupiao  .group-left {
  height: 286px;
  width: 560px;
}



.box-gupiao .group-left   .group-left-left{
   width: 35.17%;
}


.box-gupiao .group-left   .group-left-right{
   width: 39.83%;
   margin-left: 25%;
   padding-top: 40px;
   box-sizing: border-box;
}

.box-gupiao .group-left   .group-left-right  .group-line-item {
   height: 40px;
}

.box-gupiao .group-left   .group-left-right  .group-line-item   .text-span01{
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: \5FAE\8F6F\96C5\9ED1;;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 12px 0 0 0;
}

.box-gupiao .group-left   .group-left-right  .group-line-item   .text-span01  font {
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-family: \5FAE\8F6F\96C5\9ED1;;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
}

.box-gupiao .group-left   .group-left-right  .group-line-item   .text-span02{
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-weight: normal;
    text-align: justify;
    white-space: nowrap;
    line-height: 24px;
    margin: 12px 0 0 0;
}

/* 社会责任等外链*/

.box-kuaispeedbg {
  background-image: url(../image/kuaiSpeedlinksbg.jpg);
  width: 100%;
  height: 840px;
  background-size: auto 840px;
}

.box-kuaispeedbg   .leftBox{
    width: 380px;
    height: 600px;
    margin: 120px 0 120px 0;
    padding: 60px 40px;
    box-sizing: border-box;
}

.box-kuaispeedbg   .leftBox   a {
  margin-top: 40px;
  display: inline-block;
}



.box-kuaispeedbg   .leftBox   a   .icons-arrow-default{
  width: 60px;
  height: 60px;
  background: url(../image/iconsmoreinner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.box-kuaispeedbg   .leftBox   a:hover   .icons-arrow-default {
  width: 60px;
  height: 60px;
  background: url(../image/icnosInber.png);
  background-size: cover;
  background-repeat: no-repeat;
}



.box-kuaispeedbg   .rightBox{
  width: 780px;
  height: 600px;
  margin: 120px 0 0 0;
}

.box-kuaispeedbg   .text-group-txt-infos {
   width: 100%;
}

.box-kuaispeedbg   .text-group-txt-infos   .text01{
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-weight: 700;
    text-align: justify;
    white-space: nowrap;
    line-height: 40px;
}

.box-kuaispeedbg    .text-group-txt-infos   .text02{
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: \5FAE\8F6F\96C5\9ED1;;
    font-weight: normal;
    text-align: justify;
    line-height: 32px;
    margin-top: 20px;
}

.box-kuaispeedbg   .leftBox   .image-icons {
    width: 60px;
    height: 60px; 
    margin: 40px  0  284px 0;
}


.box-kuaispeedbg   .leftBox   .imageIcons{
  margin: 40px 0 0 0
} 

.box-kuaispeedbg    .rightBox    .group-tops{
  width: 780px;
  height: 300px;
  padding: 60px 40px;
  box-sizing: border-box;
}



.box-kuaispeedbg    .rightBox    .group-tops  .imageIcons2{
  margin-top: 40px;
}


.box-kuaispeedbg    .rightBox    .group-tops   .textspab01{
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-height: 40px;
}

.box-kuaispeedbg    .rightBox    .group-tops   .textspab02{
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: \5FAE\8F6F\96C5\9ED1;;
  font-weight: normal;
  text-align: justify;
  white-space: nowrap;
  line-height: 24px;
  margin-top: 20px;
}


.box-kuaispeedbg    .rightBox    .icons-arrow-default {
  width: 60px;
  height: 60px;
  background: url(../image/iconsmoreinner.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.box-kuaispeedbg    .rightBox    .group-tops   a:hover   .icons-arrow-default  {
  width: 60px;
  height: 60px;
  background: url(../image/icnosInber.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.box-kuaispeedbg    .rightBox    .group-buttoms   a:hover   .icons-arrow-default  {
  width: 60px;
  height: 60px;
  background: url(../image/icnosInber.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.box-kuaispeedbg    .rightBox   .group-buttoms{
  width: 780px;
  height: 280px;
  margin-top: 20px;
}

.box-kuaispeedbg    .rightBox   .group-buttoms  .group-buttoms-left {
  width: 380px;
  height: 280px;
  padding: 50px 40px 46px 40px;
}

.box-kuaispeedbg    .rightBox   .group-buttoms    .small-text-01{
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: justify;
  font-style: normal;
}


.box-kuaispeedbg    .rightBox   .group-buttoms    .small-text-02{
  font-family: \5FAE\8F6F\96C5\9ED1;;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  margin-top: 20px;
}


.box-kuaispeedbg    .linkdom{
  cursor: pointer;
}


.box-kuaispeedbg    .rightBox   .group-buttoms  .group-buttoms-right {
  width: 380px;
  height: 280px;
  padding: 50px 40px 46px 40px;
}

.box-kuaispeedbg    .rightBox   .group-buttoms  .imageIcons3{
   margin-top: 40px;
}

/*业务领域样式优化*/




.boxhoverbg    .div-item {
  width: 680px;
  height: 408px;
  background: rgba(255,255,255,0.9);
  padding: 60px 40px;
  box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0;
}



.boxhoverbg    .div-item   .text-group-item-top   .text-span01{
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 32px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-height: 40px;
}

.boxhoverbg    .div-item   .text-group-item-top    .text-span02{
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-family: \5FAE\8F6F\96C5\9ED1;;
    font-weight: normal;
    text-align: justify;
    line-height: 32px;
    margin-top: 20px;
}

.boxhoverbg    .div-item     .text-group-item-centers {
  width: 583px;
  height: 99px;
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.boxhoverbg    .div-item    .text-wrapper-info  {
  width:auto;
  margin-right: 30px;
  display: inline-block;
}

.boxhoverbg    .div-item    .text-wrapper-info:nth-child(3n) {
  /* margin-right: 0px; */
}


.boxhoverbg    .div-item    .text-wrapper-info   .text-label03  a {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: \5FAE\8F6F\96C5\9ED1;;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
}

.boxhoverbg    .div-item    .section-group-bottom   .image-text  {
    border-radius: 8px;
    width: 160px;
    height: 48px;
    border: 1px solid rgba(102, 102, 102, 1);
    margin: 40px 0 60px 0px;
    text-align: center;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.boxhoverbg    .div-item    .section-group-bottom   .image-text a{
  cursor: pointer;
  width: 100%;
  height: inherit;
  display: inline-block;
}



.boxhoverbg    .div-item    .section-group-bottom    .image-text:hover {
    background-color: rgba(249, 156, 52, 1);
    border-radius: 8px;
    width: 160px;
    height: 48px;
    border: 1px solid  rgba(249, 156, 52, 1);
}


.boxhoverbg    .div-item    .section-group-bottom    .image-text:hover   .text-group-title{
  color: #ffffff;
}


.boxhoverbg    .div-item    .section-group-bottom    .image-text   .thumbnail-img{
    background: url(../image/Indexarrows.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 8px;
    position: relative;
    top: -3px;
    left: 5px;
}



.boxhoverbg    .div-item    .section-group-bottom    .image-text:hover   .thumbnail-img {
  background: url(../image/wihteIndexarrows.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 8px;
  position: relative;
  top: -2px;
  left: 5px;
}


/* 首页鼠标 滑动 图标样式 */
.bbBox {
  width: 100%;
  left: 5%;
  top: 58%;
  z-index: 1;
  /* margin-left: -658px; */
}


.ybContainer {
    width: 1180px;
    margin: 0 auto;
}

.ybContainer_in {
  width: 100%;
}

.body_home    .bb {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: icon;
}


.body_home    .bb .bbBtn {
  cursor: pointer;
  animation: bb 2s linear 0s infinite;
  font-weight: bold;
}
.dflexItem3 {
  align-items: center;
}
.dflex1 {
  display: flex;
  justify-content: flex-start;
}


.body_home  .bb .bbBtn i {
  width: 18px;
  height: 30px;
  margin-right: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
}

.body_home .bb .bbBtn i:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
}


.indexBannerTxt .ybContainer {
  height: 100%;
  overflow: hidden;
}


.indexBannerTxt, .indexBannerTxt .ybContainer .ybContainer_in {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.indexBannerTxt .indexBannerTxt_in {
  position: absolute;
  top: 38%;
  left: 0;
  line-height: 1.4;
  font-size: 48px;
  font-weight: 600;
}

/*顶部banner slides 分页 */

.flex-box-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  width: 100%;
  height: 34px;
}

.swiper-to {
  background: url(../image/right-to.png);
  background-size: 20px 20px;
  width: 20px !important;
  height: 20px;
  margin-left: 0;
  z-index: 222;
  cursor: pointer;
  position: relative;
  left: 70px;
  padding: 5px;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-position: center center;
}

.body_home   .xd-tops-href {
   margin-left: 16px;
   color: #fff!important;
   font-size: 14px;
}



.indexBody  .picScroll-left .swiper-button-prev {
  display: block;
  width: 56px;
  height: 56px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url(../image/mleftarrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20.5px;
}

.indexBody  .picScroll-left .swiper-button-prev:hover{
    width: 56px;
    height: 56px;
    background: url(../image/mleftarrowhover.png) no-repeat;
    background-size: cover;
}


.indexBody  .picScroll-left .swiper-button-next {
    display: block;
    width: 56px;
    height: 56px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../image/mrightarrows.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20.5px;
}

.indexBody  .picScroll-left .swiper-button-next:hover {
    width: 56px;
    height: 56px;
    background: url(../image/mrightarrowshover.png) no-repeat;
    background-size: cover;
}


.ejbody_b    .indexItem {
    width: 100%;
    /* height: 968px; */
    height: auto;
    background: url(../image/indexnewsBg.jpg) 100% no-repeat;
    background-size: auto 968px;
    background-position: center center;
}


.yellowColor {
    overflow-wrap: break-word;
    color: rgba(247, 179, 52, 1);
    font-size: 20px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-weight: 700;
    text-align: left;
    line-height: 32px;
}

/*首页弹出窗样式*/
.home   .crc-pub-window {
    position: fixed;
    right: 20px;
    width: 350px;
    min-height: 289px;
    background: url(../image/crcwindowInfobg.png);
    background-position:  top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10000;
    border-radius: 8px;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    box-shadow: none;
}


.home   .crc-pub-window-close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -6px;
  top: -16px;
}


.home   .crc-pub-window  .crc-pub-main-title{
    width: 100%;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
    height: 40px;
}


.home   .crc-pub-window  .crc-pub-main-content {
  width: 100%;
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home   .crc-pub-window  .crc-pub-main-content  img {
    width: 100%;
}


.home   .crc-pub-main{
   height: 100%;
}

.home  .crc-pub-window-swiper {
  width: 100%;
  height: inherit;
}

.home   .video-page   .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F7B334;
}


@media screen and  (max-width:1024px) {
  .banners-nav-bg .group-box-info-containers .text-group-span3 .text-wrapper .text-year-02 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
  }
}

/*首页弹窗移动端 */
 @media screen and  (max-width:750px) {

  .banners-nav-bg .group-box-info-containers .text-group-span3 .text-wrapper .text-year-02 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
  }

  .home   .crc-pub-window-swiper   .swiper-slide {
     overflow: hidden;
  }

  .home   .crc-pub-window-swiper   .swiper-slide:first-child{
    margin-right: 2px;
  }
  
  

  .home  .crc-pub-window {
      width: calc( 100% - 0.64rem );
      left: 0.32rem;
      padding: 0.4rem 0.3rem 0.2rem 0.3rem;
      border-radius: 8px;
      background: url(../image/crcwindowInfobg.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      top: 4.83rem;
      z-index: 30000;
      position: absolute;
      display: none;
      min-height: 5.85rem;
      box-sizing: border-box;
   }

   .home  .crc-pub-window-close {
      width: 0.48rem;
      height: 0.48rem;
      position: absolute;
      right:-0.24rem;
      top: -0.24rem;
  }

  .home .crc-pub-window .crc-pub-main-content {
      width: 100%;
      height: 3.53rem;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .home .crc-pub-window .crc-pub-main-title {
    margin-bottom: .20rem;
  }


  .box-gupiao  .group-left  .group-center  .curprise{
    font-size: 1.2rem;
    font-family: Arial, Arial;
    font-weight: bold;
  }

  
  .box-gupiao .group-right .image-text-container{
    width: 100%;
    height: 1.28rem;
    margin-left: 0;
    text-align: center;
  }

  
  .box-gupiao .group-right .image-text-container   .group-peigu-containers{
      justify-content: center;
  }


  .box-gupiao .group-right .box-gupiao-item1 {
      width: 1.12rem;
      height: 1.28rem;
      margin: 0;
      margin-right: .7rem;
  }

  .box-gupiao .group-right .box-fenhonggu{
    width: 1.12rem;
    height: 1.28rem;
    margin: 0;
    margin-right: .7rem;
  }

  .box-gupiao .group-right .box-gongsinotice{
    width: 1.12rem;
    height: 1.28rem;
    margin: 0;
    margin-right: .7rem;
  }
   
  .box-gupiao .group-right .box-touzizhefuwu{
      width: 1.40rem;
      height: 1.28rem;
      margin: 0;
      margin-right: 0;
  }

  .box-gupiao .group-right .imgicons {
      width: 0.8rem;
      height: 0.8rem;
  }

  .box-gupiao .group-right .image-text-container .text-group-title{
      font-family: \5FAE\8F6F\96C5\9ED1;
      font-weight: bold;
      font-size: 14px;
      color: #333333;
  }

  .news-list-bottom  .list-items  .span-title{
      height: 0.96rem;
      font-size: 16px;
      font-weight: bold;
      line-height: .48rem;
      margin-bottom: 0.4rem;
  }

}


/*移动端 */
@media screen and  (max-width:500px) {
    /*3行...*/
  .news-contents  .xwzx_list  .right-box-wraper .news-description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
  }

}


