﻿/* 首屏 */
#first {width:100%; min-width:980px; margin:10px auto 0; padding:0 4%; display:flex; align-content:space-between;}
#focus {flex:1 1 auto; border-radius:5px;}
#sidebar {flex:0 0 20%; margin:0 10px 0 0; display:flex; flex-direction:column;}
#sidebar .menu_wrap {width:100%; background:#fff; border-radius:5px; height:100%;}
#sidebar #menu_first {box-shadow:none;}
#sidebar #menu_first li {padding:0px 5px;}
/* 落地仓 */
.warehouses {background:#d3e7f8; margin:10px 0 0; padding:5px 5px 10px; border-radius:5px;}
.warehouses p {display:flex; flex-wrap:wrap; justify-content:center;}
.warehouses p a {margin:8px 8px 0;}
.warehouses a:hover img {box-shadow:0 0 3px 3px rgba(255,255,255,0.8);}
/* 4类热点产品 */
.hot_product_tab {display:flex; justify-content:center; width:100%; margin:20px 0 0; font-size:1.8rem; line-height:2.7rem; font-family:"Montserrat-Bold";}
.hot_product_tab li {padding:0 20px 5px;}
.hot_product_tab li.tab {border-bottom:4px solid #275090; color:#275090;}
.hot_product_tab li.tab a:link {color:#275090;}
.hot_products .product_box {width:calc(20% - 8px); margin:10px 10px 0 0; position:relative;}
.hot_products .product_box:nth-child(5n) {margin:10px 0 0 0;}
/* 特色类目 */
#featured_sort {display:flex; flex-wrap:wrap; width:100%; justify-content:space-between;}
#featured_sort section {display:flex; justify-content:space-between; align-items:center; width:calc(33.3% - 7px); margin-top:10px; padding:10px; background:#d3e7f8; border-radius:5px;}
#featured_sort section:nth-child(-n+3) {justify-content:left;}
#featured_sort section:nth-child(-n+3) dl {margin-left:10px;}
#featured_sort section:nth-child(2) {background:#cadaf7;}
#featured_sort section:nth-child(3) {background:#d6d8f3;}
#featured_sort section:nth-child(4) {background:#e2eecc;}
#featured_sort section:nth-child(5) {background:#cfedec;}
#featured_sort section:nth-child(6) {background:#c9e5f3;}
#featured_sort dt {font-size:1.8rem; line-height:2.4rem; margin:0 0 5px;}
#featured_sort dd {font-size:1.2rem;}
/* 口号 */
.slogan {width:100%; margin:20px 0; padding:20px 0 0; border-top:1px solid #9ba9c0; font-size:18px; line-height:27px; text-align:center;}

@media (max-width:1280px) {
    .warehouses p a {margin:8px 4px 0;}
    .warehouses img {width:80%;}
    #featured_sort dl {width:80%;}
}

@media (max-width:768px) {
	#first{min-width: 100%;}
	#sidebar{display: none;}
	
}