﻿

#product { padding-top:130px; overflow: hidden; }
#product.am-container { width: 1200px; }
.product_left{
    width:480px;
    float:left;
}
.product_right{
    margin-left:530px;
    min-height:625px;
}
.am_product_bh { padding: 50px 0 30px; border-bottom: 1px dashed #e9e9e9; }
.am_product_bh_title { margin-bottom: 15px; font-size: 1.8rem; }
.am_product_bh_specifications { color: #211713; font-size: 1.2rem;font-weight:bold; }
    .am_product_bh_specifications .item{display:inline-block;}
    .am_product_bh_specifications span {
        color: #999999;
        font-weight: normal;
    }
.am_product_bd { padding-top: 40px; border-bottom: 1px solid #ccc; margin-bottom: 20px; }
.am_product_bd_item { font-size: 1.2rem; margin-bottom: 20px; }

.am_product_bd_desc:before { content: '产品简介：'; color: #211713; font-weight: bold; float: left; line-height: 24px; }
.am_product_bd_specifications:before { content: '包装规格：'; color: #211713; font-weight: bold; float: left; line-height: 24px; }
.am_product_bd_features:before { content: '产品特性：'; color: #211713; font-weight: bold;  }
.am_product_bd_scope:before { content: '使用范围：'; color: #211713; font-weight: bold;  }
.am_product_bd_item > span, .am_product_bd_item > div { color: #999999; font-weight: normal; }
        .am_product_bd_item > span{padding-left:60px;display:block;line-height:24px;}
.am_product_bd_item > div { line-height:32px; }
.am_product_bf_item { font-size: 1.4rem; margin-bottom: 20px; }
.am_product_bf_standard:before { content: '执行标准：'; color: #211713; font-weight: bold; float: left; line-height: 24px; }
.am_table{font-size:14px;}
.am_product_bf .table{white-space:nowrap;}
.am_product_bf .table tr th { background-color: #ccc; border: 1px solid #ddd !important; border-collapse: collapse; text-align: center; line-height: 40px;font-size:14px;vertical-align:middle; }
    .am_product_bf .table tr td { background-color: #97bfd7; border: 1px solid #ddd !important; border-collapse: collapse; text-align: center; line-height: 40px; font-size: 14px;vertical-align:middle; }
    .am_product_bf .table p { margin: 0 !important; font-size: 14px; }
    .product_sub_title { color: #00479d; font-size: 16px; }
.product_sub_content { font-size: 14px; } 
    @media only screen and (min-width: 641px) { .am-topbar-nav > li > a { color: #211713; }
}
@media only screen and (max-width: 641px) {
    .am-container { width: 100%; max-width: 100%; }
    #product{padding-top:10px;}
    .product_left { float: none; width: 100%; }
    .product_right{float:none;margin-left:0;min-height:100px;}

}

.w1200 {width:1200px;margin:0 auto;}
@media screen and (max-width:1300px) and (min-width:1200px) {
.w1200 {width:95%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1200 {width:95%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1200 {width:95%;}
}
@media screen and (max-width:767px) {
.w1200 {width:95%;}
}

/*内页面包屑导航*/
.ny_bread_nav{width:100%;padding:20px 0;line-height:24px;font-size:14px;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_bread_nav img{margin-right:5px;vertical-align:middle;margin-top:-2px;}
.ny_bread_nav a{font-size:14px;color:#555;}
.ny_bread_nav a:hover{color:#00a1ec;}