.companyProduct{
    display: flex;
    text-align: left;
}
.company{
    width: 76%;
}
.product{
    width: 24%;
}
.companyContent>div{
    text-indent: 2em;
    font-size: 14px;
    line-height: 2;
    color: #333;
    font-family: "微软雅黑";
    padding-right: 10px;
    text-align: justify;
}

.companyContent>div>span{
    color: #0000FF;
}

.productShow{
    width: 100%;
    height: 230px;
    background: url("../img/tpzxbg.jpg") no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}

.productShowLeft{
    height: 150px;
    width: 88%;
    text-align: center;
    display: flex;
    margin-left:9%;
}

.productShowLeft>div:first-of-type,.productShowLeft>div:last-of-type{
    line-height: 179px;
}

.productShowLeft>div:first-of-type,.productShowLeft>div:last-of-type>img{
    cursor: pointer;
}

.productShowLeft>div{
    flex:1
}

.productShowLeft>.productList{
    flex-grow:17;
    overflow: hidden;
}

.productShowLeft>div>img{
    vertical-align: middle;
}

/*.productShowLeft .productList .productAll{*/
/*    width: 5520px;*/
/*    height: 160px;*/
/*}*/

/*.productShowLeft .productList div img{*/
/*    width:170px;*/
/*    height: 130px;*/
/*}*/

.imgLine{
    line-height:130px;
    height: 130px;
    border: 1px solid #C0C0C0;
    padding: 1px
}

.textLine{
    line-height: 16px;
}

.productThis{
    float: left;
    padding-left: 10px;
}

.banner{
    height:232px;
    overflow:hidden;
    /*margin:0 auto;*/
}
.banner div{
    width: 300px;
    height: 232px;
    line-height: 232px;
}

.banner div img{
    width: 300px;
    height: 225px;
    vertical-align: middle;
}
