body{
    background-color: #fafafa;
}
.product{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding:60px 0;
}
.product_left{
    width:240px;
    height:auto;
    overflow: hidden;
    float: left;
}
.product_left_header{
    width:100%;
    height:100px;
    background-color: #ff5368;
}
.product_left_title{
    font-size:24px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    padding-top:30px;
}
.product_left_subtitle{
    font-size:14px;
    color:rgba(255,255,255,0.5);
    text-align: center;
}
.product_left_nav{
    width:238px;
    height:auto;
    overflow: hidden;
    border:1px solid #eee;
    background-color: #fff;
}
.product_nav_box{
    position: relative;
}
.product_nav_item{
    width:100%;
    height:43px;
    border-bottom:1px dashed #eee;
    background: url("../images/left_jt.png")no-repeat 210px center;
    cursor: pointer;
}
.product_nav_item span{
    font-size:16px;
    color:#333;
    line-height: 43px;
    padding-left:20px;
}
.product_nav_item.active{
    background: url("../images/left_jt3.png")no-repeat 210px center;
}
.product_nav_item:last-child{
    border-bottom: none;
}
.product_nav_mask{
    width:100%;
    height:auto;
    overflow: hidden;
    background-color: #fafafa;
    display: none;
}
.product_nav_mask_li{
    width:100%;
    height:43px;
    background: url("../images/left_jt.png")no-repeat 210px center;
    cursor: pointer;
}
.product_nav_mask_li span{
    font-size:14px;
    color:#333;
    line-height: 43px;
    padding-left:20px;
}
.product_nav_mask_li.active{
    background:#ff7c8c url("../images/left_jt2.png")no-repeat 210px center;
}
.product_nav_mask_li.active span{
    color:#fff;
}
.product_left_footer{
    width:100%;
    height:100px;
    background-color: #ff5368;
}
.product_left_footer_title{
    font-size: 20px;
    color:#fff;
    text-align: center;
    padding-top:22px;
}
.product_left_footer_subtitle{
    font-size: 20px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    padding-top:8px;
}
.product_right{
    width:928px;
    height:auto;
    overflow: hidden;
    float: right;
}
.product_right_header{
    width:100%;
    height:50px;
    border-bottom: 1px solid #ff5368;
}
.product_right_title{
    font-size:20px;
    font-weight: bold;
    line-height: 50px;
    color: #ff5368;
}
.current a{
    font-size:14px;
    color:#999;
}
.product_con_list{
    padding-top:30px;
    padding-bottom:50px;
    width:100%;
    height:auto;
    overflow: hidden;
}
.product_con_item{
    width:294px;
    height:238px;
    border:1px solid #eee;
    position: relative;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
}
.product_con_item:nth-of-type(3n){
    margin-right:0;
}
.product_con_item a img{
    width:100%;
    height:100%;
}
.product_con_title{
    width:100%;
    height:40px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    background-color: rgba(152,152,152,0.5);
    font-size:16px;
    position: absolute;
    left:0;
    bottom:0;
}
.product_con_item:hover .product_con_title{
    background-color: rgba(255,83,104,0.5);
}
#pagination {
    width:450px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}
.product_detail{
    padding-top:30px;
    padding-bottom:50px;
    width:100%;
    height:auto;
    overflow: hidden;
}
.product_detail_top{
    width:100%;
    height:335px;
}
.product_detail_pic{
    width:408px;
    height:333px;
    border:1px solid #eee;
    float:left;
}
.product_detail_con{
    width:490px;
    height:auto;
    overflow: hidden;
    float:right;
}
.product_detail_header{
    width:100%;
    height:64px;
    border-bottom:1px solid #eee;
    font-size:24px;
    color: #ff5368;
    font-weight: bold;
    line-height: 64px;
}
.product_detail_container{
    padding-top:30px;
}
.product_detail_item{
    width:50%;
    float: left;
    font-size:14px;
    color:#666;
    margin-bottom:20px;
}
.product_detail_bottom_title{
    width:100%;
    height:60px;
    background-color: #f2f2f2;
  
}
.product_detail_bottom{
    padding-top:30px;
}
.product_detail_bottom_title{
    line-height: 60px;
    font-size:24px;
    padding-left:30px;
}
.product_detail_bottom_img{
    width:100%;
    padding-top:30px;
}