﻿/*媒体查询：移动设备优先*/
/* common-css */
body { font-family:"微软雅黑"; background-color:#f5f5f5;}
a:link {text-decoration: none;color:#333;}
a:visited {text-decoration: none;color:#333;}
a:hover {text-decoration: none;color:#137CCF;}
a:active {text-decoration: none;color:#137CCF;}
ul, li { list-style:none;padding:0 0; margin:0 0;}
.space{padding:15px;}
.pull-left{float:left}
.pull-right{float:right}
img{max-width:100%}
#top{display:none}
.box{background-color:#fff; padding:15px; margin-bottom:15px; border-radius:4px;border:1px solid #e6e6e6;}
.box .box-header{padding:15px 0; border-bottom:1px solid #ddd; font-weight:bold;}
.box .box-body{padding:15px 0;}

header{}
header .navbar .navbar-brand img{height:80px}
.qrcode-box {width:100px; height:100px; padding:10px; display:none;}
.qrcode-box img{width:100%;}
.banner{ /*background-image:url("/Images/banner_bg.png");*/ background-size:100% 100%; background-color:#137CCF; color:#ddd; padding:30px 0;margin-bottom:15px;}
.menu h4{color:#137CCF}
.menu ul li a{line-height:40px; margin:10px auto; background-color:#eee; display:block;}
.menu ul li a i{font-size:8px; margin:0 15px;}
.product-list ul li{padding:15px 0;}
.product-list ul li a{display:block; padding:10%;}
.product-list ul li img{ width:100%; vertical-align:middle;}
.product-list ul li div{width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center}
.product-detail .description img{max-width:100%}
.dynamic-list { line-height:30px;}
.col-xs-0{display:none;}
footer { line-height:50px; text-align:center}
/*pc-css 电脑、平板(大于等于768px） */
@media (min-width: 768px) {
    .col-xs-0{display:block;}
    #top{display:block; border-bottom:1px solid #ddd;line-height:45px;}
    .qrcode-box{display:inline-block;}
}