
/*头部*/
/*.tou{*/
    /*width:100%;*/
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*z-index:99;*/
/*}*/



/*页面公用部分*/
.indexBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    /*background-color:rgba(0,0,0,0.03);*/
}

/*.indexBox:nth-child(2n) {*/
    /*background-color: rgba(0, 0, 0, 0.03);*/
/*}*/

.indexBoxCen {
    width: 75%;
    margin: 10px auto;
    padding: 20px 0;
}
.indexBoxCen1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*background: pink;*/
    margin: 0px auto!important;
    padding: 0px 0!important;
}

/*轮播图*/
/*#test2{*/
    /*display: none;*/
/*}*/
/*.biglogo{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*!*margin: 0 auto!important;*!*/
    /*!*width: 100%;*!*/
    /*!*height: 100%;*!*/
    /*object-fit: cover;*/
/*}*/


.indexBoxImgCen{
    width: 100%;
}
.detailsFlex{
    width: 100%;
    /*margin: 0 auto;*/
    /*height: 1.5rem;*/
    /*background: yellow;*/
    display: flex;
    justify-content:flex-end

}
.details {
    width: 4rem;
    height: 1.5rem;
    background: #075BA4;
    line-height: 1.5rem;
    font-size: 0.7rem;
    color: rgba(0,0,0,0.55);
    text-align: center;
    letter-spacing: 2px;
    color: white;
    /*background: linear-gradient(to right, #86c369, #3396ca);*/
    /*background: url("../image/home/more-1.png") no-repeat center center;*/
    /*background-size:100% auto;*/
    margin-top: 20px;
    border-radius: 6px;
    cursor: pointer;
    /*margin-left: 90%;*/
    /*justify-content: flex-end*/
}

/*关于我们*/
.indexBoxCen1 .textImg{
    width: 30%;
    /*height: auto;*/
    height: 10rem;
    object-fit: cover;
}
/*.textRight{*/
    /*width: 70%;*/
    /*background: pink;*/
/*}*/
.text {
    width: 70%;
    padding-left: 5%;
    /*padding-right: 5%;*/
    /*background: yellow;*/

}
.text1 span{
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
}
.text1 p{
    margin: 10px auto;
    font-size: 0.6rem;
    letter-spacing: 1px;
    line-height: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
}
.strongWord{
    font-weight: bold;
}

.textImg1 {
    width: 50%;
    height: auto;
}

/*产品展示*/
.productList {
    width: 100%;
    position: relative;
    margin: 10px auto;
    /*background: #00F7DE;*/

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    /*column-count: 3;*/
    /*column-gap: 10px;*/
}

.productItem {
    width: 33%;
    /*padding: 0px 5px;*/
    background: white;
    /*border-radius: 12px;*/
    /*overflow: hidden;*/
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid rgba(0,0,0,0.2);*/
}
.productItem:hover{
    /*position: absolute;*/
    z-index: 100;
    /*transform-origin: top center;*/
    border: 2px solid #075BA4;
    transform: scale(1.15);
    transition: 1s
}
.productItem img{
    width: 100%;
    height: 12rem;
    object-fit: cover;
    /*margin-left: 5px;*/
    /*height: auto;*/
}
.ASAImgBox{
    width: 100%;
    height: 12rem;
    background: url("https://www.lcadditives.com/image/product/product1/index/2.png") no-repeat center center;
    background-size:100% 100%;
    overflow: hidden;
}
.productItem .ASAImg{
    width: 100%;
    height: 13rem;
    object-fit: cover;
}
.productItem img:hover{
    /*height: 7rem;*/
}
.productItem:hover .productName{
    background: #075BA4;
    line-height: 1.6rem;
    color: white;
    transition: 0.5s
}
.productName{
    width: 100%;
    /*height: 1.2rem;*/
    line-height: 1rem;
    /*background: rgba(0,0,0,0.06);*/
    /*color: rgba(0, 0, 0, 0.55);*/
    font-size: 0.65rem;
    text-align: center;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    background: rgba(187,202,225,0.7);
    padding: 0.2rem 0;
}

/*客户现场*/
.indexBoxBGImg{
    padding: 1rem 0;
    background: #075BA4;
    /*background: url("../image/dingzhiBG.png") no-repeat center center;*/
    /*background-size:100% 100%;*/
}
.imgBox{
    width: 100%;
    padding: 5px;
    background: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;

}
.imgBox img{
    display: block;
    width: 33%;
    height: 10rem;
    border: 0.5rem solid rgba(0,0,0,0.05);
    object-fit: cover;
    margin: 0.3rem 0;
}


/*定制中心*/
.dingzhiBox{
    width: 100%;
    /*background: pink;*/
    display: flex;
    /*align-items: center;*/
}
.dingzhiBoxLeft{
    width: 40%;
    /*height: 10rem;*/
    /*border: 1px solid black;*/
    /*background: yellow;*/
}
.dingzhiBoxLeft img{
    width: 100%;
    height: auto;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
/*.dingzhiBoxLeft p{*/
    /*width: 100%;*/
    /*height: 3rem;*/
    /*padding:0px 2px;*/
    /*line-height: 3rem;*/
    /*color: rgba(0,0,0,0.55);*/
    /*font-size: 0.6rem;*/
    /*text-align: center;*/
    /*!*position: absolute;*!*/
    /*!*bottom: 0;*!*/
    /*!*left: 0;*!*/
    /*background: rgba(0,0,0,0.05);*/
/*}*/

.dingzhiBoxRight{
    width: 60%;
    padding-left: 10px;
    /*height: 16rem;*/
    /*background: rgba(0,0,0,0.01);*/

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.dingzhiLi{
    width: 100%;
    display: flex;
    /*height: 4rem;*/
    align-items: center;
    padding: 0.1rem 0 0.1rem 0.5rem;
    /*background: pink;*/
    /*border-bottom: 1px dashed rgba(0,0,0,0.3);*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
}
.dingzhiLi:last-child{
    border-bottom:none
}
.dingzhiLi img{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    object-fit: cover;
}
.dingzhiItenRight{
    width: 100%;
    /*background: pink;*/
    font-size: 0.6rem;
    border-bottom: 1px dashed rgba(0,0,0,0.3);

    line-height: 1rem;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.7);
    margin-left: 10px;
}

/*.twoImg{*/
    /*width: 100%;*/
    /*display: inline;*/
    /*!*flex-direction: row;*!*/
    /*!*justify-content: space-around;*!*/
/*}*/
/*.twoImg1{*/
    /*!*display: block;*!*/
    /*width: 25%;*/
    /*height: auto;*/
    /*!*object-fit: contain;*!*/
/*}*/

/*媒体查询*/
@media (max-width: 900px) {
    #test2{
        display: block;
    }

    .indexBox1{
        padding-top: 10px;
    }
    .indexBoxCen {
        width: 96%;
        margin: 0px auto;
        padding: 5px 0;
    }
    .indexBox {
        padding: 10px 0 10px 0;
    }

    /*关于我们*/
    .indexBoxCen1 .textImg {
        width: 100%;
        height: auto;
        /*object-fit: cover;*/
    }
    .text {
        width: 100%;
        padding-left: 0%;
        /* padding-right: 5%; */
        /* background: yellow; */
    }
    .text1 span{
        font-weight: bold;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .text1 p{
        margin: 5px auto;
        font-size: 0.8rem;
        line-height: 1.5rem;
    }

    /*产品*/
    .productList {
        /*column-count: 2;*/
        /*column-gap: 10px;*/
    }
    .productItem {
        width: 48%;
    }
    .productItem img {
        height: 7rem;
    }
    .productName {
        width: 100%;
        padding: 0.3rem 0;
        line-height: 1rem;
        font-size: 0.8rem;
        /*background: rgba(18, 116, 179, 0.7);*/
    }
    .productItem:hover{
        z-index: 100;
        border:none;
        transform: scale(1);
        /*transition: 1s*/
    }
    .imgBox img{
        width: 48%;
        height: 6rem;
        /*object-fit: cover;*/
    }

    /*技术团队*/
    .dingzhiBox {
        flex-wrap: wrap;
    }
    .dingzhiBoxLeft {
        width: 100%;
        height: auto;
        /*border: 1px solid black;*/
    }
    .dingzhiBoxLeft img {
         height: auto;
    }
    .dingzhiBoxRight {
        width: 100%;
        padding-left: 0px;
    }
    .dingzhiLi {
        margin: 5px auto;
        padding:0rem 0;
    }
    .dingzhiLi img {
        width: 0.8rem;
        height: 0.8rem;
    }
    .dingzhiItenRight {
        padding: 0.4rem 0;
        font-size: 0.8rem;
        line-height: 1.2rem;
        margin-left: 5px;
    }

}
