/* 首页样式 */
@charset "utf-8";

.i-herder{
    padding-left: 15px;
}


/* 关于我们 */
a:hover{
    text-decoration: none;
}
.title-box{
    margin-top: 12%;


}
.title-box .h4{
    background:#36404b;
    display: inline-block;
    line-height: 2.2;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.title-box .fa{
    width: 5rem;
    background: #17a2b7;
    display: inline-block;
    height: 100%;
    color: #17a2b7;
}

.title-box a{
    color: #ffffff;
}

.title-box span{
    padding-left: 7rem;
    padding-right: 7rem;
}

.title-box a:hover .h4{
    background: #17a2b7;
}

.title-box .small{
    margin-top:1.5%;
    color: #bbbbbb;

}
#i-about{
    margin-top: 8%;
    padding: 4% 0;
}

#i-about .btn-outline-info{
    margin-top: 5%;
}
#i-about .small{
    line-height: 2;
}
/* 新闻 */

#i-new{
    margin-top: 5rem;
    border: 1px #e5e5e5 solid;
    box-shadow: 4px 2px 14px rgba(187, 187, 187, 0.6);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#i-new .h3{
    margin-bottom: 2rem;
}
#i-new .list{

}
#i-new .list .small{
   line-height: 1.5;
}
#i-new .list .title{
    font-size: 1.05rem;
    color: #111111;
}
#i-new .list a{
    margin-bottom: 4rem;
    color: #3e3e3e;
}
#i-new .list a:hover .small{
    text-decoration: underline ;
}
#i-new .list a div{


}
#i-new .list img{
    width: 120px;
}
#i-new .list .first img{
    width: 200px
}
#i-new .list .first .title{
     font-size: 1.15rem;

 }
@media screen and (max-width: 980px){
    #i-new .list .first img{
        width: 120px
    }
    #i-new .list .first .title{
        font-size: 1.05rem;
    }
}

#i-new .problem .row .col-1{
    padding-left: 2px;

}
#i-new .problem .d{
    margin-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
}
/* 热门产品  */

#i-hot-product{
    margin-top: 8%;
    padding-left: 0;
    padding-right: 0;
}
#i-hot-product .h3{

    margin-top: 2%;
}
#i-hot-product {
    overflow: hidden;
}


#i-hot-product {
    -webkit-transition:  0.5s;
    transition:  0.5s
}

#i-hot-product{
   /* box-shadow: 4px 2px 14px rgba(187, 187, 187, 0.6); */
}

#i-hot-product .row p{

    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 110%;
}
#i-hot-product .row .col-md-3 div {
    border: 1px solid rgba(192, 192, 192, 0.47);
    box-shadow: 4px 2px 14px rgba(187, 187, 187, 0.6);
    -webkit-transition:border .2s ease-in;
    -moz-transition:border .2s ease-in;
    transition:border .2s ease-in;


}
#i-hot-product .row .col-md-3 div:hover{
    border: 1px solid #afafaf;;

}
#i-hot-product .row .col-md-3 div:hover p{
    background:#0e90d2;;
    color: #eeeded;
}
#i-hot-product .row .col-md-3 div p{
    -webkit-transition:background-color .2s ease-in,color .2s ease-in;
    -moz-transition:background-color .2s ease-in,color .2s ease-in;
    transition:background-color .2s ease-in,color .2s ease-in;

    background: #f1f1f1;
}
#i-hot-product .row .col-md-3 div p{
    margin-bottom: 0rem;
    min-height: 80px;
}
#i-hot-product .row a{
    color: #35353a;
}


#i-hot-product .row .col-md-3{
    margin-top: 15px;
}

#i-hot-product .float-right{
    padding-right: 15px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
#i-hot-product  .swiper-container-ProductNav{
    border: 1px solid #dbdbdb;
    position: relative;overflow: hidden;margin-right:50px;margin-left:50px
}
#i-hot-product  .swiper-wrapper{

    margin-right: 3rem;

}

#i-hot-product .swiper-wrapper .click,#i-hot-product .swiper-wrapper .click a{
    background: #343a40;
    color: #ffffff;
}
#i-hot-product .class_list{
    position: relative;
}
#i-hot-product  .swiper-wrapper  a{
    color: #000000;
}
#i-hot-product  .swiper-wrapper .swiper-slide{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#i-hot-product .swiper-wrapper .swiper-slide:hover{
    background:  #343a40
}
#i-hot-product  .swiper-wrapper .swiper-slide:hover a{
    color: #ececec;
    text-decoration: none;
}
#i-hot-product  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;


}

/* 优势 */
 #i-adv{
     margin-top:5rem;


 }
 #i-adv small{

 }
 #i-adv .h3{

 }

 #i-adv .container .row{
     margin-top: 3%;
     padding-bottom: 5%;

 }
#i-adv .container .row .border-adv{
    padding: 1rem;
    box-shadow: 4px 2px 14px rgba(187, 187, 187, 0.6);
    min-height: 300px;
    border: 1px solid rgb(210, 210, 210);
    -webkit-transition:border .2s ease-in,color .2s ease-in;
    -moz-transition:border .2s ease-in,color .2s ease-in;
    transition:border .2s ease-in,color .2s ease-in;
}
#i-adv .container .row .border-adv:hover{
    border: 1px solid rgb(77, 177, 203);
    box-shadow: 4px 2px 14px rgba(80, 183, 229, 0.6);
}
 #i-adv .row .col-md-6{
     padding-right: 10%;
     padding-bottom: 5%;
 }

#i-adv .container .row p{
    line-height: 2;

}
#i-adv .container .row .h5{
    line-height: 1.5;
    min-height: 65px;
}
#i-adv .container .row .text-grue{
    min-height: 150px;

}
/* 工厂全景 */
.i-panoramic{
    margin-top: 5%;
}
/* 荣誉资质 */

#i-aim {
    margin-top:4%;
    overflow: hidden;
}

#i-aim .swiper-container-aim{
padding-left: 15px;
}

#i-aim .swiper-container-aim  a p{
    padding-top: 1.5rem;
    padding-bottom:1.5rem;
}
#i-aim .float-right {
    margin-top: 3rem;
}
#i-aim .swiper-slide{
    border: 1px solid rgba(255, 255, 255, 0);
    padding-bottom: 0;
}
#i-aim .swiper-slide p{
    line-height: 2.5;
    margin-bottom: 0;
}
#i-aim .swiper-slide:hover img{
    opacity: 0.8;
    border: 1px solid rgba(215, 215, 215, 0.67);
}

#i-aim .swiper-slide img{
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.67);
}

/* 应用领域 */
#i-app{
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
#i-app .row{
    margin-top: 3rem;
}
#i-app .list{
    border: 1px solid rgba(215, 215, 215, 0.67);
    box-shadow: 4px 2px 14px rgba(187, 187, 187, 0.6);
    padding-top: 2rem;
    -webkit-transition:border .2s ease-in,color .2s ease-in;
    -moz-transition:border .2s ease-in,color .2s ease-in;
    transition:border .2s ease-in,color .2s ease-in;

}
#i-app .list:hover{
    border: 1px solid rgb(77, 177, 203);
    box-shadow: 4px 2px 14px rgba(80, 183, 229, 0.6);
    padding-top: 2rem;

}
#i-app .list:hover .red{
    color: #e70000;
 }
#i-app .list p{
    margin-bottom: 0.5rem;
}
#i-app .list div{
    padding-top: 0.7rem;
    padding-left: 0.5rem;
}
#i-app .list .small{
    padding-bottom: 1rem;
}
#i-app .col-lg-3{
    margin-bottom: 2rem;
}

#i-app img{
    width: 60px
}

#i-app .h3{


}
