
.h_product01{
	padding: 2.5% 0;
}
.h_product01 .h_left{
	width: 52%;
    display: inline-block;
    vertical-align: middle;

}
.h_product01 .h_right{
	width: 48%;
	display: inline-block;
    vertical-align: top;
    margin-top: 5%;
}

.h_product01 .h_right .title2 {
    font-size:26px;
    line-height: 34px;
    color: #414141;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
}
.h_product01 .h_right .desc {
    font-size: 16px;
    line-height: 34px;
    color: #414141;
    text-align: justify;
    margin-top: 10px;
}
.h_product01 .h_right .btn {
    width: 150px;
    height: 40px;
    border: 1px solid #0262d0;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #296cf2;
    margin-top: 40px;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.h_product01 .boximg {
    text-align: center;
}
.h_product01 .boximg img{
    width: 80%;
}
.h_product02{
    background:#F9F9F9;
    padding: 60px 0 40px 0;
}
.h_product02 ul{
    display: flex;
    flex-wrap: wrap;
}
.h_product02 ul li{
    width: 49.2%;
    float: left;
    padding: 3.8% 2% 3.8% 2%;
    background-color: #fff;
    margin-bottom: 1.6%;
    font-size: 0;
}
.h_product02 .typename{
    padding-bottom: 30px;
}
.h_product02 ul li:not(:nth-child(2n+1)) {
    margin-left: 1.6%;
}
.h_product02 ul:after{
    content: '';
    display: block;
    clear: both;
}
.h_product02 ul li .h_left{
    width: 59px;
    display: inline-block;
    vertical-align: middle;
}
.h_product02 ul li .h_right {
    padding-left: 5.4%;
    width: calc(100% - 59px);
    display: inline-block;
    vertical-align: middle;
}
.h_product02 ul li .title2 {
    font-size: 20px;
    line-height: 24px;
    color: #414141;
    font-weight: 700;
}
.h_product02 ul li .desc {
    font-size: 16px;
    line-height: 27px;
    color: #414141;
    margin-top: 10px;
    overflow: hidden;
    text-align: justify;
}
.h_product04{
    padding: 40px 0;
}
.h_product04 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.h_product04 ul li{
    width: 31.33%;
	margin-right: 3%;
    margin-bottom: 2%;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}
.h_product04 ul li:nth-child(3n) {
    margin-right:0;
}
.h_product04 ul li .boximg img {
    width: 100%;
    max-width: 100%;
}
.h_product04 ul li .text{
    padding: 23px 24px;
}
.h_product04 ul li .title2{
    font-weight: 600;
    line-height: 21px;
}
.h_product04 ul li .desc {
    line-height: 24px;
    margin-top: 16px;
}
@media (min-width: 768px){
.h_product01 .content {
    display: flex;
    align-items: flex-start;
}
}
