body {
    margin: 0;
    background: #F1F4F9;
    color:#160E41
}

ul li{
    list-style: none;
}
/* banner */
.banner {
    color: #FEFEFE;
    background-image: url(./../images/product/img_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    padding: 0 15%;
    display: flex;
    align-items: center;
}

.banner_content {
    width: 100%;
}

.banner_title {
    font-weight: bold;
    font-size: 32px;
    margin-left:10%;
    margin-bottom:15px;
}

.banner_des {
    /* height: 50px; */
    font-size: 18px;
    width: 50%;
    line-height: 40px;
    margin-left:10%;
    font-weight:100
}

/* content */
.content{
    padding: 5% 20%;
}

.content_part{
    display: grid;
    grid-template-columns: repeat(3,31.3%);
    grid-row-gap: 5%;
    grid-column-gap: 3%;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; */
}


.part_item{
    /* background: #fff !important; */
    background-image: url(./../images/product/bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px !important;
    width: 28% !important;
    height: 40vh !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
}

.part_logo{
    text-align: center;
}

.part_title{
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    color: #000; 
}

.part_dec{
    font-size: 14px;
    line-height: 25px;
    color: #000;
}