.product_min{
	margin-top: 45px;
    margin-bottom: 45px;
}
/*左边的内容*/
.details_left{
	width: 210px;
}
/*产品分类*/
.class-div {
    width: 210px;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    background: #444d52;
}
.title-bar-s {
    font-size: 20px;
    width: 190px;
    padding-left: 20px;
    height: 95px;
    line-height: 95px;
    color: #fff;
    background: url("../img/product-bg1.jpg");
    font-weight: bold;
    border-bottom:1px solid #363e43;
}
.side-menu {
    font-size: 14px;
    width: 210px;
    line-height: 30px;
}
.side-menu a {
    padding-left: 20px;
}
.side-menu .affd:hover {
    color: #fc635e;
}
.side-menu ul li {
    position: relative;
    float: left;
}
.side-menu>ul>li {
    background: url("images/icon.png") no-repeat -105px -872px;
}
.side-menu ul li .fky{
    width: 10px;
    height: 35px;
    display: block;
    border-bottom:1px solid #363e43;
    border-top:1px solid #666b6e;
    position: absolute;
    top: 0px;
    right: 0px;
}
.side-menu ul li .affd {
    border-bottom:1px solid #363e43;
    border-top:1px solid #666b6e;
    display: block;
    width: 180px;
    height: 35px;
    line-height: 35px;
    color: #eeeeee;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 20px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.side-menu ul li .select {
    color: #fc635e;
}
.side-menu .side-menu-child li a {
    display: block;
    width: 170px;
    padding-left: 30px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #eeeeee;
    padding-right: 10px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.side-menu .side-menu-child li a:hover{
    color: #fc635e;
    font-weight: bold;
}
.side-menu .side-menu-child li a.select{
    color: #fc635e;
    font-weight: bold;
}
.side-menu .side-menu-child li{
    border-bottom:1px solid #363e43;
    border-top:1px solid #666b6e;
    position: relative;
}
.z_f{
    position: absolute;
    top: 17px;
    left: 18px;
    background:#eeeeee;
    width: 2px;
    height: 2px;
    display: block;
}
.icon-angel {
    position: absolute;
    right: 16px;
    top: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url("../img/product-sanb.png") no-repeat;
}
.up-icon {
    right: 15px;
    top: 13px;
    background: url("../img/product-sana.png") no-repeat;
}
.class-bottom{
    border-top:1px solid #666b6e;
    width: 210px;
    height: 95px;
    background: url("../img/product-bg2.jpg");
}
/*联系我们*/
.contact_us{
    width: 200px;
    height: 185px;
    border: 5px solid #ebebeb;
}
.contact_title{
    padding-left: 15px;
    margin-top: 20px;
}
.contact_title p{
    border-left: 2px solid #ee485c;
    padding-left: 5px;
    font-size: 16px;
    color: #444d52;
}
.contact_phone{

}
.contact_phone{
    margin: 0 auto;
    width: 180px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
}
.contact_phone p{
    font-size: 23px;
    color: #ee485c;
}
.contact_list{
    padding-left: 15px;
    padding-top: 10px;
}
.contact_list ul li{
    font-size: 12px;
    line-height: 20px;
    color: #848e94;
}
.contact_list ul li span{
    display: inline-block;
    width: 50px;
    text-align: right;
}
/*联系我们下面的图片*/
.img_suv{
    width: 210px;
    height: 205px;
    margin-top: 20px;
    position: relative;
}
.img_suv .con {
    width: 210px;
    color: #eb612f;
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    z-index: 999;
}

/*右边的内容*/
.details_right{
    width: 940px;
    border-bottom: 1px dashed #ccc;
}
/*产品展示*/
.product_content{
    margin-top: 50px;
    margin-left: -20px;
}
.product_content ul li{
    width: 220px;
    height: 290px;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.product_content ul li p{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.product_img{
    display: block;
    width: 220px;
    height: 220px;
    line-height: 220px;
    border:1px solid #ccc;
    overflow: hidden;
}
.product_img img{
    width: 100%;
}
.product_title{
    width: 210px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #848e94;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.product_content ul li:hover .product_img{
    background: #eceded;
    border:1px solid #f66476;
}
.product_content ul li:hover .product_title{
    color: #f66476;
}