.product_tuijian{
    width:1200px;
    margin: auto;
    padding:0 20px;
}
.product_tuijian>.title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3e80d4;
}
.tuijian_content{
    width: 100%;
    height: 285px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tuijian_content>li{
    width:20%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
}
#product_more{
    width: 100%;
}
.main_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    clear: both;
}
.product_box {
    padding: 0 !important;
    justify-content: space-between;
    display: flex;
}
.product_detail {
    float: left;
    width: 218px;
    height: 285px;
    margin: 20px 4px;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
}
.product_detail_photo {
    height: 218px;
    text-align: center;
    background: #fff no-repeat center center scroll;
    background-size: 80% contain;
}
.product_detail_name {
    height: 70px;
    width: 100%;
    /* border-top: 1px solid #617e90; */
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.show_table {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    background: rgba(255, 255, 255, .9);
    display: none;
}
.product_detail_name_a {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}