.l_webMap{
    padding: 0 calc((147 / 19.2)* 1vw) calc((50 / 19.2)* 1vw) calc((208 / 19.2)* 1vw);
}
.l_w_title{
    margin-top: 140px;
}
.l_w_show{
    margin-top: 72px;
}
.l_w_card{
    margin: 40px 0 66px 0;
    padding-left: 48px;
}
.l_card_name{
    width: 50%;
    color: rgba(0, 0, 0, 0.5);
}

.l_card_name a{
    cursor: pointer;
    position: relative;
    padding-bottom: 6px;
}
.l_card_name a:before {
    content: '';
    width: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;
}
.l_card_name .text_color2::before{
    content: '';
    width: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}
.l_card_name a:hover:before {
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}
.l_card_pic{
    margin-top: 60px;
}

.l_card_pic .model_pic{
    width: 100%;
}

.products_show_pic img{
    width: 100%;
}

.products_show_info{
    text-align: center;
    font-size: calc((20 / 19.2)* 1vw);
    white-space: nowrap;
    letter-spacing: 2px;
}
.products_show_info a:hover,.hond_world_box a:hover{
    color: #CC0000;
}
.products_show_info a{
    line-height: 40px;
    margin-right: 36px;
    text-decoration: underline;
}
.products_show_info .know{
    margin-right: 20px;
}
.l_world{
    padding-left: 48px;
    margin-bottom: 44px;
}
.l_world_item{
    width: 30%;
    color: rgba(0, 0, 0, 0.5);
}
.l_world_name{
    margin: 49px 0 40px;
}
.l_world a:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #000;
}