

.lt-button-list{          /*左边可浮动部分的按钮组样式*/
    overflow: hidden;
}
.lt-button-list li{       /*左边可浮动部分的按钮组中的按钮样式*/
    margin: 0;
    padding: 0px 25px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}
.lt-button-list li:hover{       /*左边可浮动部分的按钮组中的按钮（鼠标滑过）样式*/
    color: #00a6cc;
}
.lt-button-list li.active{       /*左边可浮动部分的按钮组中的按钮激活（被选中）样式*/
    color: #fff;
    background-color: #00a6cc;
}

.store-info{                      /*左边可滑动部分整体宽度*/
    width: 240px;
    top: 0;
    /*position: fixed;*/
}
.store-info-name{               /*左边浮动公司名称*/
    text-align: left;
    font-size: 14px;
    color: #00a6cc;
    padding: 0 20px;
}
.store-info-level-img{           /*左边浮动公司级别*/
    float: left;
    height: 20px;
    width: 20px;
}
.logo-name.log{                   /*左边浮动公司图标*/
    border: solid 1px #eee;
    margin: 10px 15px 15px 15px;
}

.sinfo .boy .lt{                  /*左边浮动外层包裹*/
    width:240px;
}
.sinfo .boy .rt{                  /*右边外层包裹*/
    width:880px;
    /*padding-left: 30px;*/
}
.spolist{                          /*右侧内部包裹*/
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    width: 880px;
    border: 1px solid #e4e4e4;
}
.spolist-part{                 /*右侧单个块单位*/
    border-bottom: 1px dotted #e4e4e4;
    padding-bottom: 15px;
    margin-top: 15px;
}
.sub-title{                      /*单个块的标题部分*/
    margin-left: -10px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 5px;
    border-left: solid 2px #00a6cc;
    /*font-weight: bold;*/
}
.product-info li{                /*产品信息块li*/
    margin-bottom: 5px;
}
.product-info li span{
    margin-right: 10px;
}
.product-info a{                 /*产品信息块a*/
    margin-left: 10px;
}
.info2016 td:first-child{          /*基本信息块的详细内容第一个td(左边的名称部分)*/
    color: #666;
    text-align: right;
    vertical-align: top;
    min-width: 110px;
    padding-bottom: 5px;
}
.info2016 td.info{                /*基本信息块的详细内容第二个td(右边的内容部分)*/
    padding-left: 40px;
    padding-bottom: 5px;
    max-width: 720px;
}
.qualification-certificate img{               /*资质证明的部分的img属性*/
    width: 280px;
    height: 210px;
}
.own-brand img,.other-brand img,.com-album img{            /*下方三个图片块的图片尺寸*/
    height: 100px;
    width: 200px;
}
.com-album img{                                         /*图库部分图片样式*/
    cursor: pointer;
}
.com-album-mask{                                            /*图库点开之后的遮罩*/
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #e4e4e4;
    background: rgba(0,0,0,.2);
}
.com-album-mask-bottom{                                 /*图库点开之后的打底（用于点击周围关闭遮罩）*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.com-album-swiper{                                      /*图库轮播包裹*/
    position: absolute;
    top: 5%;
    left: 10%;
    height: 90%;
    width: 80%;
    overflow:hidden;
}
.swiper-slide{                                         /*图库单个的块*/
    float: left;
    text-align: center;
    background-color: #eeeeee;
    background-color: rgba(100,100,100,.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
    cursor: -webkit-grab;
}
.arrow-left {                                         /*左右轮播箭头（下方如此）*/
    background: url(../image/arrow-left.png) no-repeat;
    left: 10px;
}
.arrow-right {
    background: url(../image/arrow-right.png) no-repeat;
    right: 10px;
}
.arrow-left,.arrow-right{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 27px;
    height: 60px;
    background-size: contain;
    background-color: #eeeeee;
    background-color: rgba(255,255,255,.8);
}
.arrow-right:visited,.arrow-left:visited{
    border: 0;
}
.mask-close-button{                        /*遮罩关闭按钮*/
    position: absolute;
    top: 3%;
    right: 8.5%;
    height: 50px;
    width: 50px;
    background: url("../image/mask-close-button.png") no-repeat center;
}

.summary-content{        /*.summary-content是上方的其中一个classname，用于进行超出折行*/
    height: auto;
    text-indent: 25px;
    white-space: normal;
}
.summary-content.opened {
    /*min-height: 180px;*/
    word-wrap: break-word;
    height: auto !important;
}
.summary-content .toggle .close,
.summary-content.opened .toggle .open {
    display: none;
}
.summary-content .toggle .opened,
.summary-content.opened .toggle .close {
    display: inline;
    color: #00a6cc;
}
.summary-content .toggle span{                /*收起更多按钮分别的样式*/
    color: #00a6cc;
    white-space: nowrap;
}
.summary-content .toggle span:hover{
    color: #0088a8;
}
/*     END       .summary-content是上方的其中一个classname，用于进行超出折行      END     */