/**产品**/
.product_div{
    margin-top: 40px;
    margin-bottom: 30px;
}
.product_div .product_menu_div{
    width: 250px;
    min-height: 300px;
    border: 1px solid #b6b6b6;
    background: #ffffff;
    font-size: 14px;
    float: left;
}
.product_div  .product_menu_title{
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    padding-left: 20px;
    background: #005bac;
}
.product_menu_div ul li{
    list-style: none;
    padding-left: 20px;
    border-bottom: 1px solid #b6b6b6;
    line-height: 45px;
}
.product_menu_div ul li a{
    padding-left: 20px;
    background: url("img/product-icon.png") no-repeat left center;
    color: #79797a;
}
.product_content_div{
    width: 710px;
    min-height: 300px;
    border: 1px solid #b6b6b6;
    float: right;
    padding-bottom: 20px;
}
.product_mod{
    width: 200px;
    text-align: center;
    font-size: 14px;
    margin: 25px 18px 0;
    float: left;
}
.product_mod a{
    color: #585857;
}
.product_mod_img{
    width: 196px;
    height: 130px;
    border: 1px solid #b1b1b1;
    padding: 1px;
}
.product_mod_img img{
    width: 196px;
    height: 130px;
}
/**公司简介**/
.company_div{
    height: 255px;
    margin-bottom: 50px;
}
.company_div .company_title{
    float: left;
}
.company_div .company_more{
    float: right;
    margin-top: 0px;
}
.company_div .clear{
    height: 7px;
    background: url("img/fgx2.png") repeat-x 0 bottom ;
    padding-top: 15px;
    margin-bottom: 20px;
}
.company_img{
    width: 285px;
    height: 170px;
    float: left;
}
.company_info{
    width: 665px;
    float: right;
    color: #646364;
    line-height: 21px;
}
.company_info_title{
    line-height: normal;
    color: #005bac;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

/***新闻中心**/
.news_div{
    width: 650px;
    height: 255px;
    border: 1px solid #d0d1d1;
    background: #ffffff;
    float: left;
}
.new_title{
    height: 42px;
    line-height: 42px;
    background: url("img/news_title.png") repeat-x  0 bottom;
    padding-left: 20px;
    color: #005bac;
    font-size: 14px;
    font-weight: bold;
}
.news_div ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    list-style: none;
    color: #646364;
}
.news_div ul li span.news_li{
    display: block;
    height: 30px;
    width: 510px;
    float: left;
}
.news_div ul li span.news_li a{
    color: #646364;
}
.news_div ul li span.news_time{
    width: 75px;
    float: right;
}
.news_info{
    padding: 10px 20px;
}
/**联系我们**/
.contact_div{
    width: 312px;
    height: 255px;
    border: 1px solid #d0d1d1;
    background: #ffffff;
    float: right;
}
.contact_div .news_info{
    font-size: 14px;
    color: #646364;
}