
.heade:hover{
    background-color: #ffffff;
}
.heade .nav_menu .logo-img img:nth-child(1){
    display: block;
  }
  .heade .nav_menu .logo-img img:nth-child(2){
    display: none;
  }
.heade:hover .nav_menu .logo-img img:nth-child(1){
    display: none;
  }
  .heade:hover .nav_menu .logo-img img:nth-child(2){
    display: block;
  }
  .nav_wrap>ul>li a{
	font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.heade:hover .nav_menu .nav_wrap >ul >li a{
	font-size: 18px;
  color: #333333;
  font-weight: 600;
}


.indebox{

}
.indbox-top{
    width: 100%;
    height: auto;
}

.indbox-about{
    background-image: url('../images/indbj1.png');
    background-size: 100% 100%;
}

.indbox-about .about-box{
    margin-bottom: 80px;
}

.indbox-about .about-box .aboutbox-tp{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.aboutbox-tple{
    width: 60%;
}
.aboutbox-tple h1{
    font-size: 34px;
    font-weight: 600;
    margin-top: 65px;
}
.aboutbox-tple span{
    width: 60px;
    font-weight: 600;
    color: #fd7802;
}
.aboutbox-tple p{
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
}

.aboutbox-tpri{
    width: 26%;
    position: absolute;
    top: -120px;
    right: 0;
}

.aboutbox-bm{
    margin-top: 80px;
}
.aboutbox-bm ul{
    display: flex;
    justify-content: space-between;
}
.aboutbox-bm ul li{
    width: 23%;
    height:auto;
    background-color: #ffffff;
    box-shadow: 10px 10px 20px #f5f5f5;
}
.aboutbox-bm ul li > p {
    height:200px;
    text-align:center;
}
.aboutbox-bm ul li > p img{
    height:100%;
}
.boxbmtxt{
    padding: 20px;
}
.boxbmtxt h3{
    font-size: 20px;
    color: #fd7802;
    font-weight: 600;
}
.boxbmtxt p{
    height: 90px;
    margin: 20px 0;
    font-size: 16px;
}
.boxbmtxt p span{
    color: #222222;
}
.boxbmtxt p i{
    color: #cccccc;
    padding: 0 5px;
}
.boxbm-txtimg{
    font-size: 16px;
    color: #fd7802;
    display: flex;
    align-items: center;
}
.boxbm-txtimg span{
    margin-left: 10px;
}
.aboutbox-bm ul li .boxbm-txtimg img:nth-child(1){
    display: block;
}
.aboutbox-bm ul li .boxbm-txtimg img:nth-child(2){
    display: none;
}
.aboutbox-bm ul li:hover .boxbm-txtimg img:nth-child(1){
    display: none;
}
.aboutbox-bm ul li:hover .boxbm-txtimg img:nth-child(2){
    display: block;
}

.indbox-use{
    width: 100%;
    /* height: 770px; */
    background-color: #f7f6f4;
    padding-bottom: 100px;
}
.use-box{
    position: relative;
}
.use-box h1{
    font-size: 36px;
    padding: 60px 0 50px;
}
.use-bxrousel{
    margin-top: 0;
    overflow: hidden;
    
}
.use-bxrousel ul{

}
.use-bxrousel ul li .boxbmtxt{
    
}
.use-bxrousel ul li .boxbmtxt h3{
    font-size: 20px;
    font-weight: 500;
    color: #222222;
}
.use-bxrousel ul li .boxbmtxt h5{
    font-size: 14px;
    color: #666666;
}
.use-bxrousel ul li .boxbmtxt p{
    font-size: 14px;
    color: #666666;
}

.use-bxrousel ul li:hover .boxbmtxt h3 , .use-bxrousel ul li:hover .boxbmtxt h5{
    color: #fd7802;
}
.use-bxrousel ul li:hover .boxbmtxt p{
    font-size: 14px;
    color: #222222;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    bottom: 0px;
    top: auto;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fd7802;
}


