.insure_wrap{
	padding-top:100px;
}
.product_main{
    width: 1400px;
    box-sizing: border-box;
    margin-top: 150px;
    margin-bottom: 150px;
    overflow: hidden;

}
.product_item{
    display: flex;
    float: left;
    width: 590px;
    height: 260px;
    position: relative;
    margin: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    border-radius: 16px;
    transition: all .5s ease-in;
    overflow: hidden;
    background-position-x: 415px;
    background-position-y: 160px;
    left:100px;
}
.product_l_item{
    float: right;  
    left: -50px;
}
.product_item:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-5px,0);
    position: relative;
}
.item_img_a{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
	flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.item_img_a img{
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}
.item_product_nr {
    flex: 1;
    overflow: hidden;
    padding: 27px 20px 0;
    position: absolute;
    z-index: 100;
        width: 50%;
    height: 110px;
}
.item_title_a{
    color: #333;
    font-size: 22px;
    display: block;
    font-weight: 700;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
    margin-left:20px;
}
.item_btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 14px;
    right: 163px;
    bottom: 27px;
}
.item_btn {
    display: block;
    width: 102px;
    height: 30px;
    line-height: 30px;
    color: #f05a23;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 15px;
    transition: all .5s;
    position: absolute;
    right: 0;
    box-sizing: content-box;
    color: #fff;
    background-color: #f05a23;
    cursor: pointer;
}