.hpic{
    margin-bottom: 0;
}
.comlab{background: #d7dce0;}
.comlab .lambimg{
    width: 50%;
}
.comlab>div{
    width: 49%;
    padding-left: 120px;
    padding-top: 50px;
}
.comlab >div p{
    color: #fff;
    width: 70%;
    font-size: 28px;
}
.comlab >div p .icowrap{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.comlab >div p .icowrap img{
    height:320px;
}
.comlab >div p .icowrap img:hover{
    /* zoom: 1.1;*/
    transform: scale(1.1);
}
.comlab >div p a{
    display: block;
    color: #464646;
    margin: 16px 0;
    text-align: center;
}
.comlab >div p>a{    text-align: justify;
    text-align-last: justify;}
.comlab >div a b{
    font-weight: bold;
    font-size: 38px;
    color: #323232;
}
.comlab >div a t{
    display: block;
    font-size: 16px;
    color: #1a5280;
    margin-top: 12px;
}
.icos{
  margin: 110px auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}

.icos div{
    background: #f8f8f9;
    border-radius: 20px;
    padding: 14px 26px;
}
.icos div:hover{
    transform: scale(1.1);
}
.icos div t{
    font-size:20px;
    padding-left: 10px;
}
.qc{
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qc img{
    height:300px;
}
.qc img:hover{    transform: scale(1.1);
}
line{
    display: block;
margin: 120px auto 50px;
    height: 1px;
    width: 180px;
background: #294b78}
line::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #294b78;
    border-radius: 4px;
    position: absolute;
    left: -6px;top: -3px;
}
line::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #294b78;
    border-radius: 4px;
    position: absolute;
    right: -6px;top: -3px;
}
.eqp{
    max-width: 1400px;
    margin: 0 auto 120px;
    overflow: hidden;
}
.eqp li{
    width: 30%;
    float: left;
    margin-bottom: 60px;
}
.eqp li:nth-child(3n-1){
    margin-left:  5%;
    margin-right:  5%;

}
.eqp li>div{
    display: flex;
    height: 350px;
    align-items: center;
justify-content: center}
.eqp li img{
    max-width:80% ;
    max-height: 80%;
}
.eqp li h5{
    background-image:url("../img/arrow_r.png") ;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    font-size: 20px;
    font-weight: bold;
    padding:5px 0 5px 50px;
    margin:5px 0 4px 0;
}
.eqp li p{
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.6;
}
@media screen and (max-width: 750px) {
    div.hpic .htxt > p{
        font-size: 26px;
    }
    .comlab{overflow: hidden}
    .comlab .lambimg{
        width: 100%;
    }
    .comlab .right{
        width: 100%;
        padding: 15px;
    }
    .comlab .right p{
        width: 100%;
        font-size: 20px;
        white-space: nowrap;
    }
    .comlab .right a b{
        font-size: 24px;
    }
    .comlab .right p .icowrap img{
        height: auto;
        width: 42%;
    }
    .comlab .left{
        width: 100%;
        padding: 15px;
    }
    .comlab .left p{
        width: 100%;
        font-size: 20px;
        white-space: nowrap;
    }
    .comlab .left a b{
        font-size: 24px;
    }
    .comlab .left p .icowrap img{
        height: auto;
        width: 42%;
    }
    .icos{
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
        margin: 30px auto;
    }
    .icos div{
        width: 48%;
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
    }
    .icos div img{
        height: 34px;
    }
    .icos div t{
        display: block;
        padding-top: 8px;
        font-size: 16px;
    }
    .qc{
        padding: 0 15px;
    }
    .qc img{
        height: auto;
        width: 48%;
        margin-bottom: 15px;
    }
    line{
        margin: 40px auto 30px;
    }
    .eqp{
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .eqp li{
        width: 48%;
        float: none;
        margin-bottom: 20px;
    }
    .eqp li>div{
        height: 160px;
    }
    .eqp li h5{
        font-size: 15px;
        background:none;
        padding-left: 0;
    }
    .eqp li p{
        padding-left: 0;
        font-size: 14px;
    }
    .eqp li:nth-child(3n-1){
        margin-left: 0;
        margin-right: 0;
    }
    .eqp li:nth-child(2n){
        margin-left: 3.8%;
    }
}