html,body{
    font-size: 20px;
}
ul{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}
.absolute-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.list-block{
    margin: 0;
    font-size: 0.6rem;
}
.list-block .item-after{
    color:#0089e1;
}
.omit{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.placeholderShape img{
    display: block;
    width: 100%;
    height: 100%;
}
.page, .page-group{
    background: #f3f3f3;
}
.header{
    height: 2.5rem;
}
.header-logo{
    padding-top: .5rem;
}
.header-logo img{
    display: block;
    width: 12rem;
    height: 1.5rem;
}
.header-menu{
    font-size: 1.5rem !important;
    font-weight: bold;
    padding: .7rem .1rem !important;
}
.bar-nav~.content{
    top: 2.5rem;
    bottom: 3rem;
    font-size: 0.7rem;
}
.bottom-consult{
    height: 3rem;
}
.bottom-consult-con{
    height: 100%;
}
.bottom-consult-item{
    height: 100%;
    text-align: center;
    padding: 0.5rem 0.75rem;
}
.bottom-consult-item-qq{
    padding-right: 0;
}
.bottom-consult-item-phone{
    padding-left: 0;
}
.bottom-consult-item a{
    font-size: 0.7rem;
    line-height: 2rem;
    height: 100%;
    border-radius: 1.5rem;
    display: block;
    background: #0089e1;
    border: 0.05rem solid #0089e1;
    color: #fff;
}
.bottom-consult-item-qq a{
    color: #0089e1;
    background: #f5fbff;
}
.bottom-consult-item a::before,
.bottom-consult-item-phone a::before{
    content: "";
    display: inline-block;
    width: 0.7rem;
    height: 0.8rem;
    background-image: url(../images/qq.png);
    background-repeat: no-repeat;
    background-size: 0.7rem 0.8rem;
    margin-right: 0.25rem;
    vertical-align: middle;
}
.bottom-consult-item-phone a::before{
    background-image: url('../images/phone.png');
}

/* 侧栏============== */
.panel.panel-nav{
    background: #fff;
    width: 11.75rem;
}
.panel-nav a{
    display: block;
    line-height: 2.5rem;
    font-size: 0.7rem;
    padding-left: 1rem;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.swiper-container{
    padding-bottom: 0;
    background: #ccc;
}
.swiper-pagination{
    bottom: .5rem !important;
}
.swiper-pagination-bullet{
    background: rgb(255,255,255) !important;
    opacity: .4;
}
.swiper-pagination-bullet-active{
    background: rgba(255,255,255) !important;
    opacity: 1;
    width: 1.2rem;
    border-radius: .5rem;
}

/*  */
.floor-title{
    font-size: 0.8rem;
    color: #333;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
}
.floor-title-icon{
    display: inline-block;
    width: 38px;
    height: 24px;
    background: url(../images/title_icon.png) center no-repeat;
    background-size: 50%;
    vertical-align: middle;
}
.floor-content{
    background: #fff;
    min-height: 5rem;
}

/* 案例列表 */
.floor-caselist-filter,
.floor-newslist-filter{
    position: relative;
    padding: 0 1rem;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
    background: #0089e1;
    color: #fff;
}
.floor-caselist-arrow,
.floor-newslist-arrow{
    position: absolute;
    right: 1rem;
    top: .5rem;
    width: .6rem;
    height: .6rem;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    /* transition: rotate .5s; */
}
.floor-caselist-arrow.active,
.floor-newslist-arrow.active{
    top: .8rem;
    transform: rotate(135deg);
}
.floor-caselist-submenu.active,
.floor-newslist-submenu.active{
    visibility: visible;
    opacity: 1;
}
.floor-caselist-submenu,
.floor-newslist-submenu{
    transition: 0.5s ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    background: #0089e1;
    z-index: 1;
    padding: 0 1rem;
    min-height: 5rem;
    overflow: auto;
}
.floor-caselist-submenu a,
.floor-newslist-submenu a{
    display: block;
    line-height: 2rem;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}
.floor-caselist-submenu a:hover,
.floor-newslist-submenu a:hover{
    background: #fff;
    color: #0089e1;
}
.floor-caselist-submenu a:last-child,
.floor-newslist-submenu a:last-child{
    border-bottom: none;
}
.floor-caselist .floor-content,
.floor-newslist .floor-content{
    padding: 0 1rem;
}

.floor-caselist-item,
.floor-newslist-item{
    position: relative;
    padding: 1rem 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.floor-caselist-item:last-child,
.floor-newslist-item:last-child{
    border-bottom: none;
}
.floor-caselist-item .caselist-img{
    width: 6.25rem;
    height: 5.5rem;
    background: #ddd;
    float: left;
}
.floor-caselist-item .caselist-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.floor-caselist-item .caselist-info{
    margin-left: 7.5rem;
}
.floor-caselist-item .caselist-info-title,
.floor-newslist-item .newslist-info-title,
.news-det-title{
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.floor-caselist-item .caselist-info-desc,
.floor-newslist-item .newslist-info-desc{
    line-height: .85rem;
    color: #999;
    font-size: 0.65rem;
    word-break: break-all;
    height: 1.7rem;
    overflow: hidden;
}
.floor-caselist-item .caselist-btn{
    color: #999;
    font-size: .5rem;
    width: 4.5rem;
    height: 1.35rem;
    text-align: center;
    line-height: 1.35rem;
    border: 1px solid #ddd;
    border-radius: .2rem;
    margin-top: .6rem;
}

/*  */
.floor-company-desc{
    word-break: break-all;
}
.floor-company-desc .floor-content{
    padding: .5rem 1rem;
}
.floor-company-name{
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.floor-company-text{
    font-size: 0.6rem;
    line-height: 1.25rem;
    color: #666;
}
.bottom-copy{
    text-align: center;
    color: #999;
    padding: 1rem .5rem;
    font-size: .6rem;
}
.floor-newslist-item .newslist-info-title{
    margin-bottom: .1rem;
}
.floor-newslist-item .newsList-info-time{
    font-size: .6rem;
    color: #999;
    margin-bottom: .5rem;
}
.news-det{
    background: #fff;
    padding: 1rem;
}
.news-det img{
    display: block !important;
    max-width: 100% !important;
    margin: .5rem 0 !important;
}
.news-det-text{
    font-size: .6rem;
    color: #999;
    line-height: 1.2rem;
    word-break: break-all;
}
.news-det-title{
    text-align: center;
}
.news-det-time{
    color: #999;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}
.floor-fxgcxm{
    overflow: hidden;
}
.floor-fxgcxm a{
    float: left;
    width: 33.33333%;
    height: 100%;
    background: #ccc;
}
.floor-fxgcxm a img{
    display: block;
    width: 100%;
}