
.content
{
    width: 1260px;
    margin: 4px auto;
    overflow: hidden;
}

.content .content_type
{
    width: 241px;
    float: left;
}
.content .content_type .type_table
{
    width: 241px;
    height: 208px;
    border: 1px solid #CDCDCD;
}

.content_product
{
    float: left;
    width: 1012px;
_width: 1012px;
    margin-left: 6px;
    height: 208px;
}

.content_product .product_table_top
{
    width: 100%;
    height: 208px;
}
.content_product .product_table_top a
{
    font-size: 14px;
    color: #A0E3FE;
    font-weight: bold;
}
.content_product .product_table_top ul
{
    border-top: none;
    padding-top: 10px;
    margin-left: 3px;
_margin-left: 3px;
}
.content_product .product_table_top li
{
    float: left;
    display: inline;
    margin-left: 4px;
    margin-right: 7.5px;
_margin-left: 3px;
_margin-right: 7px;
}
.content_product .product_table_top ul li a
{
    display: block;
    border: 1px solid #ccc;
    padding: 1px;
}
.content_product .product_table_top ul li p
{
    width: 170px;
    text-align: center;
    height: 48px;
    line-height: 60px;
}
.content_product .product_table_top .as
{
    border: none;
    color: #000000;
    font-weight: normal;
    display: inline;
}

.content_product .product_table_top .product_table_content
{
    border: 1px #CDCDCD solid;
    width: 100%;
}
.content_product .product_table_top .product_table_content .product_table_content_table td
{
}


.news
{
    width: 1260px;
    padding-top: 3px;
    margin: auto;
    font-size: 13px;
    overflow: hidden;
}
.news li
{
    height: 21px;
    line-height: 21px;
    background: url(../images/333.jpg) no-repeat left 45%;
    padding-left: 20px;
    border-bottom: 1px #CCCCCC dashed;
    width:380px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news ul li em
{
    font-style: normal;
    float: right;
    color: #666;
}
.news .news_right
{
    width: 32%;
    float: left;
    padding-left: 10px;
}
.news .news_centre
{
    width: 32%;
    float: left;
    padding-left: 10px;
}
.news .news_left
{
    width: 32%;
    float: left;
    padding-left: 10px;
}
.news .news_right .right_content
{
    width: 100%;
}
.news .news_centre .centre_content
{
    width: 100%;
}
.news .news_left .left_content
{
    width: 100%;
}

.news .news_right .right_content
{
    border-right: 1px #CCCCCC dashed;
}
.news .news_right .right_content td
{
    padding-right: 10px;
}

.news .news_centre .centre_content
{
    border-right: 1px #CCCCCC dashed;
}
.news .news_centre .centre_content td
{
    padding-right: 10px;
}

.agencys
{
    width: 1260px;

}
.agencys ul
{
    border-top: none;
    width: 1256px;
    padding-top: 10px;
}
.agencys ul li
{
    float: left;
    display: inline;
    margin-left: 12px;
}
.agencys ul li a
{
    display: block;
    border: 1px solid #ccc;
    padding: 1px;
}

.agencys .agencys_table
{
    width: 1256px;
}
.agencys .agencys_table .title
{
    border-bottom: 1px solid #CCCCCC;
}
.nav
{
    width: 1260px;
    height: 30px;
    background: url(../images/NV_BG.jpg) repeat-x;
}
.nav .ul_dl
{
    position: absolute;
    z-index: 2;
    width: 1260px;
}
.nav .ul_dl li
{
    float: left;
    background: url(../images/NV_BG.jpg) no-repeat right top;
    height: 31px;
    width: 96px;
    font-family: 微软雅黑;
    font-size: 11px;
}
.nav .ul_dl li dl
{
    width: 96px;
    _width: 96px;
    height: 20px;
    margin-top: 5px;
    border-right: 1px solid #FFFFFF;
}
.nav .ul_dl li dl dt a
{
    display: block;
    height: 20px;
    line-height: 20px;
    _height: 20px;
    _line-height: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}
/*对DD设置属性*/
.nav .ul_dl li dl dd
{
    background: #f9f9f9;
    width: 90px;
    height: 24px;
    border: 1px solid #ccc;
    border-top: none;
}
.nav .ul_dl li dl dd a
{
    color: #000;
    display: block;
    height: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}
/*.nav .ul_dl li dl dd a:hover{color:#0000FF;}*/

.nav .ul_dl .nav_other
{
    background: none;
}

/*关闭子菜单*/
.nav .ul_dl li dd
{
    display: none;
}
/* 设置鼠标响应 */
.nav .ul_dl li:hover dd, .nav .ul_dl li a:hover dd
{
    display: block;
}
.nav .ul_dl li:hover, .nav .ul_dl li a:hover
{
    border: 0;
}
/*ie6*/

