﻿

#product.am-container { width: 1200px; }
.am_product_item { overflow: hidden; padding: 30px 0; border-bottom: 1px solid #eaeaea;position:relative; display:block;}
.am_product_pic { float: left; }
    .am_product_pic img { width: 318px; height: 318px; }
.am_product_contact { width: 100%; padding-left: 380px; position: absolute; top: 50%; right: 0; transform: translateY(-50%);max-height:318px; }
.am_product_contact_title { color: #211713; font-size: 1.8rem; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.am_product_contact_desc { color: #211713; font-size:1.4rem;font-weight:bold;margin-top:15px;}
.am_product_contact_desc_content { color: #999999 ;font-weight:normal;}
.am_product_contact_features { color: #211713; font-size: 1.4rem; font-weight: bold; margin-top: 15px; margin-bottom: 25px; }
.am_product_contact_features_content { color: #999999; font-weight: normal; }
.am_product_contact_date { color: #b1b1b1; font-size: 1.8rem;}
    .am_product_contact_date span { font-size: 1.2rem; margin-left: 10px; }
.am_btn_more { position: absolute; right: 0; bottom: 10px; display: inline-block; border-left: 1px solid #eaeaea; height: 60px; line-height: 60px; width: 125px; text-align: right; color: #b1b1b1; font-size: 1.8rem; }
    .am_btn_more em { font-style: normal; margin-left: 10px; }
    .am_btn_more:hover { color: #211713; }
        .am_btn_more:hover em { margin-left: 5px; color: #b1b1b1; }

#paging .am-pagination { text-align: center; margin-top: 70px; margin-bottom: 85px; }



.am_company { overflow: hidden; border-bottom: 1px solid #cf000e; display: block; }
.am_company_contact_desc { color: #211713; font-size: 1.4rem; overflow: hidden; transition: transform 1s; text-align: justify; text-indent: 30px; }

.am_company_btn { line-height: 30px; text-align: right; color: #cf000e; font-size: 1.4rem; margin-bottom: 40px; }
    .am_company_btn:after { content: ">"; color: #cf000e; margin-left: 5px; }

@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%;}
    #banner{margin-top:0!important;margin-bottom:20px;}
    .am_main_title_nav li { width: 47%; margin: 5px; }
    .am_main_title_navigation{margin-bottom:40px;}
    .am_product_item{padding:10px 0;}
    .am_product_pic img { width: 100px; height: 100px; }
    .am_product_contact_date{display:none;}
    .am_product_contact { padding-left: 110px; position: relative;padding-top:25px; }
    .am_product_contact_desc { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 1.2rem;margin-top:5px;display:none; }
    .am_product_contact_features{display:none;}
    .am_btn_more{display:none;}
    .am_product_contact_title { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space:normal;font-size:1.4rem;}
    .am-pagination > li > a, .am-pagination > li > span{padding:.5rem .8rem;}
    #paging .am-pagination { margin-top: 35px; margin-bottom: 55px; }
}