/* 导航栏样式 */
 .headerStyle {
   position: absolute;
   z-index: 1;
   width: 100%;
   width: inherit;
   /*background: url(../images/index/banner.png) center;*/
   background-size: cover;
   display: table;
 }

 .sticky {
   position: fixed;
   /*background-image: url(../images/public/bannerAfter.png);*/
   height: 100px;
   background: rgba(0, 0, 128, 0.9);
   visibility: hidden;
   box-shadow: 0 0 10px 1px #000000;
   border-bottom: 1px solid rgb(255, 255, 255, 0.7);
 }

 /* .sticky ul>li>a {
   color: #000000;
 } */

 .offset {
   transform: translate(0, -100%);
   transition: all 0.5s ease-in-out;
 }

 .scrolling {
   visibility: visible;
   transform: translate(0, 0);
 }


 .left {
   float: left;
   width: 30%;
   margin-top: 10px;
 }

 .left-image {
   padding: 0 20px;
 }

 .center {
   float: left;
   width: 70%;
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: end;
 }

 .nav-list {
   width: 80%;
   margin-top: 10px !important;
   padding: 0;
   overflow: hidden;
   display: flex;
   justify-content: flex-end;
 }

 .nav-item {
   list-style-type: none;
   letter-spacing: 2px;
   transition: all 0.2s;
 }

 .nav-item a {
   color: #fff;
   text-decoration: none;
   /* padding: 0 40px 0 40px; */
   font-size: 16px;
   font-weight: 400;
   transition: all 0.2s;
 }

  .nav-item span {
    margin-right: 40px;
    margin-left: 40px;
  }

  .activeStyle {
    height: 35px;
    border-bottom: 3px solid #FFF;
    display: block;
    transition: all 0.2s;
  }

  .activeStyle a {
    font-weight: 600 !important;
  }

  #banner {
    width: 100%;
    height: 100%;
    margin: 0px auto 0;
    overflow: hidden;
    position: relative;
  }

  #banner .pic {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -10px;
  }

  #banner .pic ul li {
    cursor: pointer;
    list-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none
  }

  #banner .pic ul li img {
    display: block;
    width: 100%;
    height: 100%;
  }

  #banner .pic ul li.first {
    display: block
  }


  #banner .picnav {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: auto;
    position: absolute;
    top: 0
  }

  .oinner {
    width: 84%;
    margin: auto;
  }

  #banner .picnav ul {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    bottom: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 1020;
  }

  #banner .picnav ul {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }

  #banner .picnav ul li {
    padding-right: 30px;
    width: 20%;
    margin: 0 10px;
    pointer-events: auto;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
    float: left;
    list-style: none;
  }

  #banner .picnav ul li.first {
    border-bottom: 4px solid red
  }

  #banner .picnav ul li img {
    /* width: 100%;
    max-height: 100% */
  }

  #banner .picnav ul li:not(.active) {
    opacity: 0.4;
  }

  .box-content {
    border: 57px solid #000000;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    bottom: 0;
  }

 .hide-button {
   width: 30px;
   margin-top: 15px;
   margin-left: 100%;
   display: none;
 }

 @media screen and (max-width: 1300px) {
   .nav-list {
     width: 100%;
   }

   @media screen and (max-width: 600px) {
     .right {
       display: none;
     }

     .nav-list {
       position: fixed;
       top: 100px;
       right: -600px;
       /* max-width: 200px; */
       background-image: url(../images/index/banner.png);
       /* background-color: #0000CD; */
       z-index: 9999;
     }

     .nav-item {
       float: none;
       color: #fff;
     }

     .hide-button {
       display: block;
     }
   }

   @keyframes mymove {
     from {
       right: -200px;
       opacity: 0;
       height: 0;
     }

     to {
       right: 0;
       opacity: 1;
       height: 400px;
     }
   }

   @keyframes youmove {
     from {
       right: 0;
       opacity: 1;
       height: 400px;
     }

     to {
       right: 0;
       opacity: 0;
       height: 0;
     }
   }
 }

 .banner-content{
  height: 89%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }

 .banner-title1 {
   color: #fff;
   font-size: 55px;
   font-weight: 500;
   letter-spacing: 2px;
   margin-bottom: 20px;
 }

  .banner-title2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2px;
  }

  /* 集团介绍 */
  .jituan-allDiv{
    margin-top: 106px;
  }

  .jituan-div{
    padding-right: 30px;
  }

  .jituan-title {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }

  .jituan-content {
    letter-spacing: 1px;
    font-size: 14px;
    color: #666666;
    text-align:Justify;
    text-justify:inter-ideograph;
    line-height: 30px;
  }

  .jituan-more{
    margin-top: 0px;
    font-size: 10px;
    font-weight: 300;
    color: #AFAFAF;
    text-align: right;
  }

  .jituan-more a{
    color: #CCCCCC;
    text-decoration: none;
  }

  .jituan-more a:hover{
    color: #337ab7;
  }

  .jituan-div-right{
    position: relative;
    /*padding-left: 40px;*/
    /*padding-top: 66px;*/
  }

  .jituan-div-right::after{
    content: "";
    width: 4px;
    height: 45px;
    background-color: #F0F0F0;
    position: absolute;
    bottom: 100%;
    top: 0px;
    z-index: 1;
    left: 28px;
  }

  .jituan-right-video{
    cursor: pointer;
    /*margin-top: 30px;*/
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }

  .jituan-right-video-ul li a:hover{
     text-decoration: none;
   }

  .jituan-right-row{
    display: flex;
    align-items: center;
  }

  .video-text{
    display: flex;
    width: 100%;
    padding: 7px 0px 0px 13px;
  }

  .news-dayStyle{
    text-align: center;
    font-size: 40px;
    letter-spacing: 6px;
    margin-bottom: -5px;
  }

  .news-dayStyle-two{
    font-size: 18px;
    padding-top: 15px;
  }
  
  .video-img{
    display: flex;
  }

  .jituan-right-video-ul{
    text-decoration: none;
    list-style-type: none;
    /*margin-left: -40px;*/
    transition:0.5s;
  }

  .jituan-right-video-ul li{
    padding-bottom: 15px;
    position: relative;
  }

  .jituan-right-video-ul .active {
    background-color: #F0F0F0;
  }

  /*.jituan-right-video-ul li:hover {
    background-color: #F0F0F0;
    transition:0.5s;
  }*/

  .lineStyle{
    height: 65px;
    margin-top: 8px;
    min-width: 38px;
  }

  .video-text-title{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 5px 5px 5px 0px;
    line-height: 35px;
    padding-left: 3px;
  }

  .video-text-title span{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .video-text-length {
    color: #FFFFFF;
    font-size: 15px;
    min-width: 50px;
  }

  .videolist {
    position: relative;
    float: left;
    width: 500px;
    height: 300px;
    margin-right: 50px;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .videolist:hover {
    cursor: pointer;
  }

  .videoed {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
  }

  /* .videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 100;
    width: 640px;
    height: 360px;
  } */

  .vclose {
    position: absolute;
    right: 1%;
    top: 15%;
    border-radius: 100%;
    cursor: pointer;
  }

  /* 子公司一览 */
  .company-div{
    margin-top: 120px;
  }

  .company-row{
    margin: 0;
    padding: 0;
  }

  .company-row-div{
    padding-right: 0;
    padding-left: 0;
  }

  .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }

  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
  }

  .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
  }

  .hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
  }

  .hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 200px 0 0;
    padding: 7px 30px;
  }

  .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
  }

  .hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .hovereffect:hover h2,
  .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  .hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }


  /* 集团业务 */
  .business-div {
    margin-top: 150px;
  }

  .business-div-all {
    margin-top: 30px;
    margin-left: 16px;
  }

  .business-row{
    display: flex;
    transition: all 0.3s;
  }

  .business-row:hover{
    box-shadow: 10px 0px 20px #ccc;
    position: relative;
  }


  .business-row-div{
    padding-right: 0;
    padding-left: 0;
  }

  .business-right-div{
    padding: 80px 50px;
  }

  .business-right-title{
    width: min-content;
    padding: 35px 45px 5px 16px;
    border: 2px solid #BFBEBE;
  }

  .business-right-title span{
    font-size: 23px;
    font-weight: 600;
    color: #123BAE;
    border-bottom: 3px solid #123BAE;
    padding-bottom: 3px;
  }

  .business-right-subTitle{
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    margin: 36px 0;
  }

  .business-right-content {
    line-height: 28px;
    font-size: 16px;
    color: #6D6D6D;
    text-align:Justify;
    text-justify:inter-ideograph;
  }
