header {
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0px;
    z-index: 100;
}

.indexba {
    height: 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
}

.index_span {
    height: 100%;
    display: inline-block;
    color: #ff0000;
    font-size: 18px;
    line-height: 40px;
}

.index_span span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    box-sizing: border-box;
}

.index_span img {
    width: auto;
    height: 40px;
    display: inline;
}

.index_span span i {
    line-height: 40px;
    vertical-align: top;
    font-weight: bold;
    font-size: 20px;
}

.lun {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.lun .swiper {
    width: 100%;
    position: relative;
}

.lun .swiper img {
    width: 100%;
    height: auto;
}

.lun_t {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    animation: lun_t 1s ease;
}

@keyframes lun_t {
    0% {
        opacity: 0;
        top: 60%;
    }
    100% {
        opacity: 1;
        top: 50%;
    }
}

.lun_tl h4 {
    margin: 10px 0px;
    font-size: 40px;
}

.lun_t span {
    font-size: 20px;
}

.ind1 {
    background-color: #e9f8f7;
 padding: 100px 0px;
}

.indt h4 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.indt {
    margin: 40px 0px;
}

.i1tl {
    height: 40px;
    margin-bottom: 20px;
    width: 90%;
}

.i1tl h4 {
    float: left;
    width: 160px;
    background-color: #2ab9b5;
    border-radius: 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.i1tl a {
    font-size: 14px;
    float: right;
    height: 40px;
    line-height: 40px;
}

.i1tl a:hover {
    color: #2ab9b5;
}

.indtl {
    display: flex;
    justify-content: space-around;
}

.inde1tnei {
    margin-right: 50px;
}

.du_dspantt span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.du_dtop {
    overflow: hidden;
    width: 100%;
}

.du_dtop a:hover {
    transform: scale(1.1);
}

.ind2 {
    background-color: #e5f6ed;
    padding-top: 40px;
}


/* ind5 */

.ind5 {
    position: relative;
    height: 659px;
}

.ind5 .w_1200 {
    padding-top: 136px;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 173px;
    right: 0;
    left: 0;
}

.zy_inco {
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    line-height: 90px;
    text-align: center;
    position: relative;
}

.zy_inco span {
    display: block;
    position: relative;
}

.scroll-gl,
.scroll-gls,
.scroll-gla {
    position: relative !important;
}

.scroll-gl p,
.scroll-gla p,
.scroll-gls p {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 10px;
    padding-left: 10px;
    border-left: 3px solid #2ab9b5;
}

.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 200px;
    height: auto;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}


/* ind3 */

.ind3 {
    /* height: 750px;
    padding-top: 200px; */
}

.cont {
    margin: 0px auto;
   /* margin-top: 30px; */
    height: 516px;
  
}

.fw {
    width: 100%;
    margin: 0 auto;
}

.fw ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fw ul li {
   /* width: 30%; */
   width: 33.333333333333%;
}

.fw ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 20px 0px;
    position: relative;
}

.i3_img img {
    width: 100%;
    height: auto;
}

.i3_img {
    margin: 0px auto;
    width: 60%;
    margin-bottom: 30px;
}

.ind3_con h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 40px;
}

.i3_tt {
    margin-bottom: 50px;
}

.ind3_a {
    line-height: 40px;
}

.ind3_a span {
    display: inline-block;
    width: 30%;
    margin: 0px auto;
    height: 40px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border: 0px;
    transition: all .4s ease-in-out;
}

.ind3_a i {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
}

.fw ul li a:hover h4 {
    color: #fff;
}

.fw ul li:hover {
    margin-top: -10px;
}

.fw ul li .ind3_a:hover span {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
/* index4 */
 .ind4 {
        background-color: #EFE3CD;
        width: 100%;
        height: 500px;
        padding: 100px 0px;
 }
 .i4_let {
    float: left;
    width: 20%;
    margin-right: 40px;
    box-sizing: border-box;
    padding-left: 60px;
   height: 500px;
 }
  .i4_let {
    position: relative;

  }
 .i4_let h4 {
     font-size: 20px;
     line-height: 40px;
     font-weight: normal;
     margin-top: 10px;
 }
 .i4_let h4 span {
    color: #ccc;
    line-height: 20px;
 }
 .i4_a {
    position: absolute;
    bottom: 10px;
 }
 .i4_a a {
    display: block;
    width: 300px;
  height: 40px;
      line-height: 40px;
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    border: 1px solid #2ab9b5;
    width: 200px;
    border-radius: 20px;
    
 }
  .i4_a a:hover {
    background-color: #2ab9b5;
  }
  .i4_rt {
    float: left;
    width: 65%;
    padding-top: 30px;
  }
  .i4_rt ul {
    display: flex;
  }
  .i4_rt ul li {
    width: 23%;
    margin-right: 2%;

  }
   .i4as {
    width: 100%;
    padding: 0px 30px;
    padding-top: 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
   }
  .i4as  span {
      color: #666 ;
      font-size: 20px;
      display: block;
  }
  .i4as h4 {
    line-height: 30px;
    margin: 20px 0px;
  }
.i4as_t {
    width: 100%;
    font-size: 13px;
    max-height: 60px;
    color: #999;
     display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
       
        max-height: 80px;
        -webkit-line-clamp: 4; 
        text-overflow: ellipsis;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.i4aimg {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.i4aimg img {
    width: 100%;
    height: 100%;

}
.i4aimg i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
    color: #fff;
}
.nes {
    position: absolute;
    top: 0px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 100;
    border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .3s ease-in-out;
}
.i4_rt ul li a:hover  span {
      color: #000; 
}
.i4_rt ul li a {
    width: 100%;
    display: block;
}
.i4_rt ul li a:hover {
    margin-left: 10px;
}
.i4_rt ul li a:hover img {
    transform: scale(1.1);
}
.i4_rt ul li a:hover .nes {
    opacity: 1;
     transform: translate(-50%,-50%) scale(1.1);
}
/* ind2 */
.ind2 {
    width: 100%;
  height: auto;
    background-color: rgb(229 246 237);
    padding: 100px 0px;
}
.i2_le {
   width: 20%;
   float: left;
    width: 20%;
    margin-right: 40px;
    box-sizing: border-box;
    padding-left: 60px;
    height: 500px
}
.i2_le ul {
   position: relative;
   top: 20%;
}
.i2_le h4  a {
   width: 100%;
   line-height: 40px;
   font-size: 20px;
   color: #000;
}
.i2_le h4  {
      margin-bottom: 50px;
}
.i2_le ul li span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    color: #999;
 position: relative;
 cursor: pointer;
}
.i2_le ul li span::before{
position: absolute;
    content: "";
    text-align: left;
    margin-left: 0px;
    margin-top: 45px;
    background-color: #818181;
    width: 0px;
    height: 1px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i2_le ul li span:hover {
    
    color: #000;
}
.i2_le ul li span:hover::before {
    width: 30px;
}
.i2_rt {
       float: left;
    width: 65%;
    padding-top: 30px;
}
.i2_trt {
    text-align: right;

}
.i2_trt a {
    display: inline-block;
        height: 40px;
  
    line-height: 40px;
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    border: 1px solid #2ab9b5;
    width: 150px;
    border-radius: 20px;
    margin-right: 5px;
}
.i2_trt a:hover {
    background-color: #2ab9b5;
}
.i2_trtd ul {
    display: flex;
    flex-flow: row wrap;
}
.i2_trtd ul li {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.i2_trtd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.i2_img  {
    position: relative;
}
.i2_img  img {
    width: 100%;
    height: 100%;
}
.i2_img  span {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #000;
    opacity: .6;
    color: #fff;
}
.i2_tt {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
          -webkit-line-clamp: 3;
        text-overflow: ellipsis; */
        padding:15%;
        box-sizing: border-box;
        opacity: 0;
        transition: all .3s ease-in-out;
}
.i2_ttt {
 display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
          -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        margin-top: 40px;
}
.i2_now {
     width: 80%;
     height: 80%;
     border: 1px solid #ccc;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     transition: all .3s ease-in-out;
    
}
.i2_trtd ul li a:hover .i2_tt {
    opacity: 1;
    
}
.i2_trtd ul li a:hover .i2_now {
    animation: now 1s 0s ease forwards ;
}
/* .i2_trtd ul li a:hover .i2_now {
    width: 100%;
    height: 100%;
} */
@keyframes now {
    0% {
        width: 0px;
        height: 0px;
    }
  
    50% {
        width: 50%;
        height: 50%;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}
.txtMarquee-top .infoList li{ height:40px;    }
.txtMarquee-top .infoList li a {
    width: 100%;
    line-height: 40px;
    color: #ff0000;
}
.index1 {
    display: inline-block;
}
.index1 .txtMarquee-top .bd {
    padding: 0px;
}
.index1 .txtMarquee-top .infoList li a:hover {
    background-color: transparent;
}
.txtMarquee-top { width:450px;  overflow:hidden; position:relative; height: 40px;  }