
/*产品展示*/
.left-list {float: left;width:275px;height: 300px;}
.inside-right{float: left;width: 825px;margin-top: 0;}
/*左边内页*/
.classify-title{width: 230px;background-color: #d52929;height: 76px;text-align: center;margin-top: 30px;margin-bottom: 3px ;
    border-bottom: #d52929 solid 4px;}
.classify-title a{    font-size: 24px;display: block;
    color: #fff;
    padding-top: 10px;
    width: 230px;
    overflow: hidden;
    height: 30px;
}
.classify-title a:hover{text-decoration: underline;}
.classify-title p{    font-family: "Times New Roman";
    text-transform: uppercase;
    font-size: 16px;
    color: #fff; overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/}
.classify-list li a{color: black;font-size: 16px;}
.classify-list li:hover a{text-decoration: underline;}
.classify-list li{width: 230px;overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    background: #f0f0f0;text-indent: 15px;
    height: 37px;line-height: 37px;margin-bottom: 3px;  cursor: pointer;}
/*联系我们*/
.us{width: 230px;text-align: center;background: #f0f0f0;}
.us img{width: 195px;height: 79px;display: inline-block;zoom: 1;*display:inline;padding-top: 15px;}
.us-inform p{display: block;width: 195px;text-align: left;margin: auto;font-size: 14px;margin-top: 10px;}
.us-inform p span{display: block;float: left;}
.us-inform p span i{display: block;}
.us-inform p span:first-child{width: 60px;}
.us-inform p span:nth-child(2){width:135px; }
.us-inform {padding-bottom: 15px;}


/*右边图片列表*/
.pic-ul{margin-top: 10px;}
.pic-ul li{float: left;width: 33.33%;display: block;text-align: center;margin-top: 15px;}
.pic-ul li a{display: inline-block;*display: inline;zoom: 1;}
.pic-ul li img{width: 260px;}
.pic-ul li p{width: 260px;height: 35px;line-height: 35px;background-color: #f0f0f0;color: #333;font-size: 16px;margin-top: 5px;}
.pic-ul li p:hover{text-decoration: underline;}
/*右边 标题*/
.inside-p{background-color: #f0f0f0;height: 37px;line-height: 37px;margin-top: 30px;}
.inside-p span{display:block ;float: left;}
.inside-p .inside-location{float: right;margin-right: 20px;}
.inside-p .inside-location a:hover{text-decoration: underline}
.inside-p span:first-child{width: 3px ;height: 20px;background-color: #d52929;margin-top: 8px;
    margin-right: 10px;margin-left: 20px;}
.inside-p-title{font-size: 18px;}
.inside-location a ,.inside-location i{font-size: 13px;color: black}
/*新闻部分*/
.inside-news-list{margin-top: 25px;margin-bottom: 30px;}
.inside-news-list ul{float: left;}
.inside-news-list ul li{border-bottom: 1px dashed #dadada;height: 35px;}
.inside-news-list ul li a{line-height: 35px;}
.inside-news-list .inside-list2{float: right;}
.inside-list1{width: 47%}
.inside-news-list ul li a .fang{display: block;width: 10px ;height: 10px ;background-color: #d52929;margin-top: 12px ;margin-left:10px;
    margin-right: 7px;}
.new-list li a{font-size: 14px; color: #333333;line-height: 28px;}
.new-list li:hover a{color: #9c9c9c;}
.new-list li a span{float: left;
    width: 220px;display: block;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.new-list li a i{float: right}
