body{
    background-color: #f8f8f8;
    background-image: url('bg.jpg');background-repeat: repeat-y;
    background-position: center;
}
ol, ul, li {
    list-style:none;
    margin: 0px;
    padding: 0px;
}
a{ color:#333;}
a:hover{color:#000;text-decoration: underline;}
a:active{color:#444; text-decoration: none;}

.red{ color:#b94a48;}
.red:hover{color:#cc0000;text-decoration: underline;}
.red:active{color:#b94a48;text-decoration: none;}

.spH20 {margin-top:20px; }
.spH {margin-top:10px; }
.sdH {padding-bottom: 15px;}
.slH {padding-left: 10px;}
.zt12{font-size:0.9em;}

.wrap {
    table-layout:fixed;
    word-break: break-all;
    overflow:hidden;
}

/* 页面公用样式 (基于公用样式修改) */
.line_down{
    border-bottom:1px solid #ddd;
    margin-bottom: 15px;
}
/* 标题 */
.ttl{
    height: 32px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ededed));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #ededed, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
    border: 1px solid #ddd;
    border-top-left-radius:4px;
    border-top-right-radius:4px;;
    *zoom: 1;
}

.ttl span{  margin-right: 10px; float: right; margin-top: 5px; font-size:12px; }
.cnt {  padding: 10px; line-height:160%; }

.blk1_br .ttl h3{
    padding-left: 10px;
    font-size: 1em;line-height: 32px;
    margin: 0px;
    color: #333;
    font-weight: bold;
}

.blk2_br .ttl h3{
    padding-left: 20px;
    font-size: 1em;
    line-height: 31px;
    color: #fff;
    margin: 0px;
    float: left;
    background-image: -moz-linear-gradient(top, #cc0000, #990000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#990000));
    background-image: -webkit-linear-gradient(top, #cc0000, #990000);
    background-image: -o-linear-gradient(top, #cc0000, #990000);
    background-image: linear-gradient(to bottom, #cc0000, #990000);
    background-repeat: repeat-x;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#990000', GradientType=0);
    *zoom: 1;
    padding-right: 30px;
    font-weight: bold;
}
.ttl h2{
    padding-left: 20px;
    font-size: 1em;
    line-height: 31px;
    color: #fff;
    margin: 0px;
    float: left;
    background-image: -moz-linear-gradient(top, #cc0000, #990000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#990000));
    background-image: -webkit-linear-gradient(top, #cc0000, #990000);
    background-image: -o-linear-gradient(top, #cc0000, #990000);
    background-image: linear-gradient(to bottom, #cc0000, #990000);
    background-repeat: repeat-x;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#990000', GradientType=0);
    *zoom: 1;
    padding-right: 30px;
    font-weight: bold;
}

/* 列表 */
.cat li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height:35px;
    position:relative;
    font-size:1em;
    font-weight:normal;
    padding:0 0 0 2px;
    margin-top: 0px;
    line-height: 35px;
    border-bottom:1px dashed #ddd;
}

.list-text-index li {
    line-height: 150%;
    border-bottom:1px dashed #ddd;
    padding-left:14px;
}
.list-text-index h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-text-index li em{
    font-size: 0.8em;
    font-style: normal;
    color: #999;
    float: right;
    padding-right: 10px;
}
.list-text-index li p{
    font-size:12px;
    color: #888888;
    height: 45px;
}
.list-text li {
    background: url('li_ico.jpg') no-repeat  4px 11px;
    line-height: 240%;
    border-bottom:1px dashed #ddd;
    padding-left:14px;
}
.list-text li em{
    font-size: 0.8em;
    font-style: normal;
    color: #999;
    float: right;
    padding-right: 10px;
}

.list-text-1 li{
    padding-bottom: 8px;
    border-bottom:1px dashed #ddd;
}
.list-text-1 h4 {
    position: relative;
    margin:1.5em 0 0.5em 0;
    font-weight: bold;
    max-height: 2.3em;

    white-space: nowrap;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-text-1 .bar { color: #666; line-height: 180%; margin:0; padding-top: 5px; }
.list-text-1 .bar span { color: #999; padding-right: 20px; }
.list-text-1 .desc{
    margin-top:6px;
    font-size: inherit;
    max-height: 6.4em;
    line-height: 1.6em;
    color:#555;
    overflow: hidden;
}
.list-text-1 dl.desc{
    font-size:12px;
    margin-bottom:0;
}

.list-img li{
    margin-top: 8px;
    padding-top: 8px;
}
.list-img h4{
    font-size: 1em; line-height:1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-img p{ margin-bottom: 0.2em; font-size: 12px; line-height:1.2em; }

/* 修复图片不规则情况错位问题 */
/*.list-img.row { margin: 0; }*/
.list-img .img-thumbnail, .list-img .thumbnail {
    display: block;
    text-align: center;
    overflow: hidden;
}
.list-img .img-thumbnail img, .list-img .thumbnail img {
    display: inline-block;
    vertical-align: middle;
    width:170px;
    max-width: 100%;
    height: 150px;
    max-height: 100%;
}
.goods-list li {
    height: 250px;
}
.goods-list .img-thumbnail, .goods-list .thumbnail {
    height: 165px; line-height: 160px;
}

.credit-list .img-thumbnail, .credit-list .thumbnail {
    height: 110px; line-height: 105px;
}
.case-list .img-thumbnail, .case-list .thumbnail {
    height: 160px; line-height: 155px;
}

/* 移动设备屏时，两列显示 */
@media (max-width: 768px) {
    .list-img > li {
        float: left;
        width: 50%;
    }
}

/* 当前位置 */
.breadcrumb {
    margin-bottom: 10px;list-style: none;
    background-color: #f7f7f7;border-radius: 4px;
    padding-top: 4px;padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
}

/* 信息展示 */
.info_wrap{ padding:10px 0; line-height:180%; }
.table-info th {
    max-width: 120px; min-width:80px;
    text-align: left;
    font-weight: normal;
    padding:3px 0 3px 15px;
    color: rgb(55, 55, 55);
    text-decoration: none;
    background-color: rgb(240, 240, 240);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05) inset;
    border-bottom:1px solid #f8f8f8;
}
.table-info td {
    padding:5px 10px 5px 10px;
    text-align: left;
    border-bottom:1px solid #f8f8f8;
    color: #666;
}

/* 公用版块样式(如head, foot, slider) */
.shopTop {
    height: 55px;
    background-attachment: scroll;
    background: url('top_bg.jpg') repeat-x 0px 0px;
}
.shopTop h1 {
    float: left;
    display: inline;
    height: 30px;
    margin:4px 0 0 0;
}
.shopTop h2 {
    float: left;
    padding-left: 15px;
    height: 30px;
    margin-top: 12px;
    line-height: 30px;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: normal;
    color: rgb(102, 102, 102);
}
.shopTop p {
    float: right;
    margin-top: 15px;
    padding-right: 10px;
    text-align: right;
}

.shopHead {
    background: url('shopHead.jpg')  right no-repeat;
    padding:10px 0 10px 0;
    min-height:72px;
}
.shopLogo img{
    padding: 5px;
    border: 1px solid #ddd;
    max-height:70px;
    margin-right:20px;
}
.shopName h3{
    font-family: "微软雅黑";
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.shopName p{ padding-top: 15px; }

.vip { width: 175px; height: 70px; padding: 15px 0px 0px 65px; }
.vip p{ padding:0; margin:0;}
.vip strong{ color:#b94a48; }

.vip1 {background: url('plate_1.png') no-repeat scroll;}
.vip2 {background: url('plate_2.png') no-repeat scroll;}
.vip3 {background: url("plate_3.png") no-repeat scroll;}
.vip4 {background: url("plate_4.png") no-repeat scroll;}

.s_navbar {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #cc0000, #990000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#990000));
    background-image: -webkit-linear-gradient(top, #cc0000, #990000);
    background-image: -o-linear-gradient(top, #cc0000, #990000);
    background-image: linear-gradient(to bottom, #cc0000, #990000);
    background-repeat: repeat-x;
    border: 1px solid #c26666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#990000', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.s_navbar ul li a{
    height:38px; line-height:38px;
    float: left; padding:0 10px;
    font-weight:
    bold;color: #FFF;
}
.s_navbar .on a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(140, 2, 2);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.125) inset;
}

#banner img{ max-height:350px; }

.publicity{
    line-height: 40px;
    background-image: url('publicity_bg.jpg');
    background-repeat: repeat-x;
}

.foot {
    background-image: url('foot_bg.jpg');
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 15px;
    padding-bottom:5px;
    background-color: #F5F5F5;
}

/* 局部样式 */
.line{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
}
.line_down{
    border-bottom:1px solid #ddd;
    margin-bottom: 15px;
}
.line_top{
    border-top:1px dashed #ddd;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px;
    margin-top: 10px;
    height: 60px;
}

#about{ padding:20px; }

.sr-bdimgshare-layer *,
.sr-bdimgshare-layer *:before,
.sr-bdimgshare-layer *:after,
.sr-bdimgshare-pop *,
.sr-bdimgshare-pop *:before,
.sr-bdimgshare-pop *:after {
    -moz-box-sizing: content-box;
    box-sizing : content-box;
}

.bs-glyphicons {
    list-style: none outside none;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-left: 0;
}
.bs-glyphicons li {
    border: 1px solid #DDDDDD;
    float: left;
    font-size: 12px;
    height: 115px;
    line-height: 1.4;
    margin: 0 -1px -1px 0;
    padding: 10px;
    text-align: center;
    width: 12.5%;
}

.jkey, .jkey:link { color: #0D3F98; }

#QRCode {
    text-align: center;
    position: fixed;
    left: 0;
    top: 30%;
    width: 100px;
}
#QRCode  .closeRow {
    background: #E5E1E1;
    overflow: hidden;
    padding: 3px 0;
}
#QRCode  .close {
    font-size: 12px;
    float: left;
    color: #999;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}
#QRCode  .ttl {
    line-height: 28px;
    height: 28px;
    font-weight: bold;
}
#QRCode p { margin: 0; }
#QRCode #qrcode {
    margin: 0 !important;
    width: 100%; height: auto;
}
#QRCode .thumbnail {
    border-radius: 0;
    border-top: none;
}

/* 媒体查询 */
@media (max-width: 767px) {
    .publicity{
        line-height: 20px;
        background-image: none;
        background-color: #f8f8f8;
        height: auto;
        margin-bottom: 10px;
    }
    .shopHead {background-image: none; padding-top: 10px; padding-bottom: 0px; }
    .s_navbar { margin-bottom: 5px;}
}

@media (max-width: 970px) {
    .publicity{
        line-height: 20px;
        background-image: none;
        background-color: #f8f8f8;
        height: auto;
        margin-bottom: 10px;
    }
    .shopHead { background-image: none; padding-top: 10px; padding-bottom: 0px;}
    .s_navbar { margin-bottom: 5px;}
}


@media (min-width: 970px) {
    .goods-list li{
        height:250px;
    }

    .goods-list img{
        max-height:185px;
    }

    .agent-list
    .block{
        height:220px;
    }

    .case-list li,
    .credit-list li{ min-height: 170px; text-align:center; }
    .case-list img,
    .credit-list img{ max-height: 150px; }
}

.shopName{ max-width: 660px; }
.shopName h3{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mbox {width:1140px;margin:0 auto;}
.rbox {width:820px;float:left;}
.lbox {width:300px;float:left;margin-right:20px;}
.lboxr {width:300px;float:left;margin-left:20px;}