
.product_box{

}
.product_box>img{
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    height: 100%;
}




.product_con{
    height: 1200px;
}

.product_con .product_top{
    margin-top: 30px;
    border-bottom: #E5E5E5 1px solid;

}
.product_con .product_top>img{
    float: left;

}
.product_con .product_top>p {
    color: #8d8d8d;
    margin: 10px 0px 10px 30px;
    font-size: 15px;

}


.product_con .product_left{
    margin-top: 20px;
    float: left;
    background-color: #F6F6F6;
    width: 300px;
}

.product_con .product_left>dl{
    background-color: #f6f6f6;
    height: 960px;
}
.product_con .product_left>dl>dt{
    background-color: #435D8B;
    color: black;
    font-size: 20px;
    width: 300px;
    height: 55px;
    line-height: 55px;
}

.product_con .product_left>dl>dt>a{

    color: white;
}
.product_con .product_left>dl>dt>a>img{
    margin: 0px 20px;

}

.product_con .product_left>dl>dd{

    width: 100%;
    padding-top: 10px;
    height: 40px;
    border-bottom: 1px silver dashed;

}


.product_con .product_left>dl>dd>a{
    font-size: 16px;
    color: #818181;

}

.product_con .product_left>dl>dd>a>img{
    margin: 2px 10px;
}



.product_con .product_right .cp_list>li{

    width: 270px;
    height: 233px;
    float: left;
    margin: 20px 0 30px 30px;
}

.product_con .product_right .cp_list>li>a>img{
    width: 100%;
    height:100%;
}
.product_con .product_right  .cp_list>li>h6{
    text-align: center;
    font-size: 16px;
    color: #5d5d5d;
    margin-top: 5px;

}


.product_right  .list{
    padding: 355px 0;
    margin-right:50px;
    color: #333;
    text-align:center;
}
.product_right  .list>li{
    display: inline-block;
    color: #333;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 6px;
    vertical-align: middle;
    background: #f3f3f3;
}
.product_right  .list>li:first-child{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}
.product_right  .list>li:last-child{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background: #e7a728;
    border: 1px solid #e7a728;
    border-radius: 4px;
    vertical-align: middle;
}
.product_right  .list>li:last-child a{
    color:#fff;
    font-size: 14px;

}