
.tabs_tit{
	margin-bottom:15px;
    font-size: 0.8rem;
    background: #f9f7f7;
    border-bottom: 1px solid #dddddd;
    height: 45px;
    line-height: 45px;
    text-align: center;
}



.product_img{
    margin-bottom: 30px;
    text-align: center;
}
.product_img img{
    height: 300px;

}
.product_img p{
    text-align: center;
    color: #363e41;
}
.product_mess p{
    line-height: 30px;
    text-indent: 20px;
    width: 94%;

    color: #363e41;
    font-size: 0.8rem;
    margin: 20px 3%;
}
.tabs_tit li{
    float: left;
    width: 16%;
}
.tabs_tit li a{
    color: #000c1f;
    display: block;
}
.tabs_tit li .ass{
    background: #25a3fa;
    color: #FFFFFF;
} 
.tabs_tit li .ass1{
   background:#f9f7f7;
   color: #363e41;
} 
.tabs_tit li a:hover{
    background: #25a3fa;
    color: #FFFFFF;
} 
/* ����Ļ */
@media (min-width: 1200px) {}
/* ƽ����Ժ�С������֮��ķֱ��� */
@media (min-width: 768px) and (max-width: 979px) {
    .tabs_box{
        margin-top: 20px;
    }


}
@media (max-width: 767px) {
    .tabs_box{
        margin-top: 20px;
    }
    .product_img{
        margin-bottom: 30px;
        text-align: center;
    }
    .product_img img{
        width: 60%;
        margin: 0 20%;
        height: auto;
    }
    .product_img p{
        text-align: center;
        color: #363e41;
    }
    .product_mess p{
        line-height: 30px;
        text-indent: 20px;
        width: 90%;

        color: #363e41;
        font-size: 0.8rem;
        margin: 20px 5%;
    }
    .product_mess img{
        width: 60%;
        margin: 0 15%;
        height: auto;

    }
    #tabs-1,#tabs-2,#tabs-3,#tabs-4,#tabs-5,#tabs-6{
        border-bottom: 1px solid #cccccc;
        margin-bottom: 40px;
    }
}
/* ������õ��ֻ�ֱ��ʸ�С���豸 */
@media (max-width: 480px) {
    .tabs_box{
        margin-top: 20px;
    }
    .product_img{
        margin-bottom: 30px;
        text-align: center;
    }
    .product_img img{
       
        height: auto;
    }
    .product_img p{
        text-align: center;
        color: #363e41;
    }
    .product_mess p{
        line-height: 30px;
        text-indent: 20px;
        width: 90%;

        color: #363e41;
        font-size: 0.8rem;
        margin: 20px 5%;
    }
    .product_mess img{
        width: 80%;
        margin: 0 5%;
        height: auto;

    }
    #tabs-1,#tabs-2,#tabs-3,#tabs-4,#tabs-5,#tabs-6{
        border-bottom: 1px solid #cccccc;
        margin-bottom: 40px;
    }
}