
.banner_img{
    width: 100%;
    height: 8.5%;
    object-fit: cover;
    display: block;
}

.search{
    display: block;
    background: #26add3;
    height: 5%;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
    font-size: 14px;
}
.alltitleimg{
    display: block;
    margin: 0 auto;
}
.titlenone{
    display: none;
}
 .search_ipt{
    width: 16%;
    height: 3%;
    text-indent: 1em;
    background: #26add3;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 5%;
    outline: none;
}
.fangdajing{
    position: absolute;
    right: 6%;
    width: 20px;
    height: 20px;
}
.search_ipt::placeholder {
    font-size: 12px;
    color: #fff;
}

.homepro{
    padding: 0 13%;
    padding-bottom: 60px;
}
.home_probox{
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.home_pro{
    width: 33%;
    background: url('../img/homepro1.png') no-repeat left top ;
    padding: 60px 0 30px;
    text-align: center;
    border-bottom: 2px solid #26add3;
    position: relative;
}
.home_pro_imgbox{
    width: 40px;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 45px;
    bottom: 30px;
}
.home_pro_img{
    height: 24px;
    margin-bottom: -12px;
}
.home_pro h3{
    margin-bottom: 10px;
    font-size: 30px;
}
.homepro span{
    font-size: 20px;
}
.home_proimg{
    margin-top: 30px;
    width: 100%;
}
.home_pro p{    
    padding: 30px 20px;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}
.home_pro:nth-of-type(2){
    background: #26add3;
    color: #fff;
    padding: 80px 0;
}


/* .homeanli{
    margin-top: 60px;
} */
.homeanli .lx_title{
    padding: 0 13%;
    margin-bottom: 60px;
}
.proboxbox{
    background:#f3f3f3 ;
    padding: 0 13%;
    padding-bottom: 60px;
    
}
.probox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
}
.pro{
    width: 24%;
    overflow: hidden;
    position: relative;
}
.pro .bh-img{width: 100%;overflow: hidden;}
.pro img{
    width: 100%;
    height: 260px;
    display: block;
    transition: all 0.3s;
}
.pro .text{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-bottom:2px solid #26add3 ;
    color: #fff;
    font-size: 14px;
}
.homeanli .pro .text{
    background: #fff;
    color: #333;
}
/*.homeanli .pro:hover .cover{*/
/*    top: 0;*/
/*}*/

.cover{
    width: 100%;
    height: 260px;
    background: rgba(38, 173, 211, 0.7);
    position: absolute;
    top:-312px;
}
.cover .jia{
    width: 76px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.homeanli .homeanli_more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 40px;
    background: #26add3;
    width: 150px;
}

.homeanlibg{
    display: block;
    width: 100%;
    background-size: cover;
    margin-top: -50px;
}


.youshi{
    padding: 0 13%;
}
.youshiimg{
    width:43% ;
}

.youshiprobox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.youshipro{
    width: 48%;
    display: flex;
    margin-top: 20px;
    height: 210px;
}
.youshi_right{
    padding:  0 20px;
    flex: 1;
    border: 1px solid #ccc;
}
.youshi_right h3{
    font-size: 20px;
    margin: 20px 0 15px 0 ;
    text-indent: 1em;
    color: #26add3;
    display: flex;
    align-items: center;
}
.youshirightbg{
    width: 100%;
    height: 20px;
    background: url('../img/youshipronohover.png') no-repeat center;
}
.youshirightbg1,.youshirightbg2,.youshirightbg3,.youshirightbg4,.youshirightbg5,.youshirightbg6{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}
.youshirightbg1{
    background: url('../im/1a.png') no-repeat center;
    background-size: contain;
}
.youshirightbg2{
    background: url('../im/2a.png') no-repeat center;
    background-size: contain;
}
.youshirightbg3{
    background: url('../im/3a.png') no-repeat center;
    background-size: contain;
}
.youshirightbg4{
    background: url('../im/4a.png') no-repeat center;
    background-size: contain;
}
.youshirightbg5{
    background: url('../im/5a.png') no-repeat center;
    background-size: contain;
}
.youshirightbg6{
    background: url('../im/6a.png') no-repeat center;
    background-size: contain;
}
.youshipro1:hover .youshirightbg1{
    background: url('../im/1.png') no-repeat center;
    background-size: contain;
}
.youshipro2:hover .youshirightbg2{
    background: url('../im/2.png') no-repeat center;
    background-size: contain;
}
.youshipro3:hover .youshirightbg3{
    background: url('../im/3.png') no-repeat center;
    background-size: contain;
}
.youshipro4:hover .youshirightbg4{
    background: url('../im/4.png') no-repeat center;
    background-size: contain;
}
.youshipro5:hover .youshirightbg5{
    background: url('../im/5.png') no-repeat center;
    background-size: contain;
}
.youshipro6:hover .youshirightbg6{
    background: url('../im/6.png') no-repeat center;
    background-size: contain;
}

.youshi_right p{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.youshipro:hover .youshi_right{
    background: #26add3;
    color: #fff;
}
.youshipro:hover .youshi_right h3{
    color: #fff;
}
.youshipro:hover .youshirightbg{
    background: url('../img/youshiprohover.png') no-repeat center;
    background-size: contain;
}



.rongyu{
    padding: 0 13%;
    padding-bottom: 60px;
}
.rongyu .swiper-container {
    width: 100%;
    margin-top: 60px;
  }

  .rongyuimg{
      width: 560px;
      height: 440px;
  }
 .rongyu .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container1{
      display: none;
  }



.qiye{
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
}
.qiye .ct{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    flex-direction: column;
    width: 45px;
    height: 130px;
    position: absolute;
    left: 0;
    right: -80px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    z-index: 999;
}
.swiper-slide-duplicate-active{
    z-index: 99999 !important;
}
.qiye .ct .littlecircle{
    left: 0;
    top: 0;
    border: none;
    background: #bbbbbb;
    cursor: pointer;
}
.qiye .ct .on{
    background: #26add3;
}
.qiye .lt{
    width: 39%;
    height: 440px;
    background: url('../img/qiyeltbg.png') no-repeat left top;
    padding: 60px 0 0px 13%;
    display: block;
}
.lt h2{
    font-size: 40px;
    font-weight: bold;
}
.littlecircle{
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    left: -9px;
    top: 10px;
    border: 1px solid #26add3;
}
.ltline .on{
    background: #26add3;
}
.qiye .lt h2 span{
    display: block;
    font-size: 14px;
    color: #bdbdbb;
    margin-top: 5px;
}
.qiye .lt .ltline{
    display: flex;
    margin-top: 30px;
}
.qiye .ltline div{
    border-left:2px solid #26add3 ;
}
.qiye .ltline div p{
    line-height: 40px;
    text-indent: 1em;
    font-size: 16px;
    display: flex;
    align-self: center;
}
.qiye .ltline div p img{
    margin-left: -22px;
    margin-right: 10px;
}
.qiye .ltline div p samp{
    font-weight: bold;
}

.qiye_lxbox{
    margin-top: 20px;
    display: flex;
}
.qiye_lxbox a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    color: #fff;
    margin-right: 20px;
    padding: 15px 30px;
}
 .qiye_lxbox a img{
    margin-right: 10px;
}
.qiye_zx{background:#f18200;}
.qiye_lx{background:#26add3;}

.qiye .rt{
    flex: 1;
}
.qiye .rt .qiyertimg{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qiye .rt .on{
    display: block !important; 
}



.wenhua{
    display: flex;
}
.wenhua .lt{
    background: url('../img/wenhualtbg.png') no-repeat left top;
    background-size: cover;
    background-color: #26add3;
    width: 39%;
    padding: 100px 0 60px 13%;
}
.wenhua .lt h2{
    color: #fff;
}
.wenhua .lt h2 span{
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
}
.wenhualtimg{
    width: 80%;
    margin: 20px 0 0 20px;
}

.wenhuarttext{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.wenhua .rt{
    flex: 1;
    display: flex;
    flex-direction: column;
    background:#fff;
    padding: 60px 13%  0 30px;
    align-items: flex-start;
}
.wenhua .rt h2{
    font-size: 30px;
}
.wenhua .rt span{
    color: #26add3;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 20px;
}
.wenhua .rt p{
    margin-top: 30px;
    line-height: 20px;
}
.wenhua .homeanli_more{
    margin-top: 20px;
    display: block;
    background: #fff;
}
.wenhua .rt h3{
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
    line-height: 25px;
}
.wenhua .rt h3 img{
    width: 20px;
    height:20px;
}
.wenhua .rt .wenhuaprobox{
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.wenhua .rt .wenhuapro{
    width: 155px;
    display: flex;
    flex-direction: column;
    padding: 30px  15px;
    justify-content: space-between;
    align-items: center;
    background: #eceff4;
    margin-top: 20px;
    border-radius: 5px;
}
.wenhua .rt .wenhuapro:hover {
    background: #26add3;
    color: #fff;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.wenhua .rt .wenhuapro:hover span{
    color: #fff;
}
.wenhua .rt .wenhuapro img{
    width: 35px;
    height: 35px;
} 
.wenhua .rt .wenhuapro span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    line-height: 20px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
} 
.wenhua .rt .wenhuapro span samp{
    font-weight: bold;
    margin-top: 10px;
}
.wenhua .rt .wenhuapro span i{
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
}
.wenhua .rt .wenhuaprobox .wenhuapro .wenhuartdown{
    margin-top: 10px;
}

.homesp{
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 60px;
    
}
.homesp img{
    width: 100%;
    display: block;
}

.news  .lx_title{
    padding: 0 13%;
}

.newslistbox{
    background: url('../img/homenewsbg.jpg') no-repeat left top;
    background-size: cover;
    padding:0 13% ;
    margin-top: 60px;
    padding-bottom: 30px;
} 
.newstab{
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 48px;
}
.newstab h2{
    width: 30%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    color: #fff;
    font-size: 26px;
}
.newstab h2:hover{
    background: rgba(255, 255, 255, 0.3);
}
.newstab h2 img{
    margin-right: 5px;
}
.newsmore{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    text-decoration: underline;
}
.newspro{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:20px 0;
}
.newsproright{
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    align-items: center;
    position: relative;

}
.newslistimg{
    align-self: flex-start;
    width: 240px;
    height: auto;
}
.news_riqi{
    display: flex;
    height: 100%;
    width: 10%;
    justify-content: center;
    padding-bottom: 100px;
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}
.news_riqi span samp{
    font-size: 28px;
}
.newsline{
    margin-right: 20px;
    margin-top: 10px;
    display: block;
}
.art{
    flex: 1;
    color: #fff;
}
.art h2{
    font-size: 20px;
    font-weight: bold;
}
.art p{
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 20px;
}
.art a{
    font-size: 16px;
    text-decoration: underline;
    position: absolute;
    bottom: 25px;
}

.index{
    height:440px  
}
.index .swiper-container{
    width:100%;
    height:100%;
}
.index .swiper-container img{
    height:100%;
    width:auto;
}
.index .swiper-slide {
    width:40%;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
    position:relative;
}
.index .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    z-index:555
}
.index .swiper-slide-next {
    z-index:444;
}
.index .swiper-slide-next img{
    position:absolute;
    left:-300px;
    height:80%
}
.index .swiper-slide-prev{
    z-index:444
}
.index .swiper-slide-prev img{
    height:80%;
    position:absolute;
    left:300px;
}
.lx_title{text-align: center;}
.title-left{font-size: 16px;color: #333;margin: 0 auto;display: inline-block;border-right: 1px #393939 solid;padding-right: 15px;}
.title-left p{font-size: 34px;margin-bottom: 6px;}
.title-right{display: inline-block;font-size: 40px;font-weight: bold;padding-left: 20px;position: relative;top: -9px}
.title-right span{font-size: 40px;color: #26add3;font-weight: bold;}