﻿/*banner上面浮层*/
.cat_wrap {
    background:#fff;
    z-index:999;
}
.cat_wrap .cat_title {
    width:192px;
    height:50px;
    line-height:50px;
    font-size:16px;
    margin-left:-6px;
    margin-top:-15px;
    background-size:100%;
    color:#fff;
    text-align:center;
}
.cat_wrap .cat_header {
    /*min-height:450px;*/
}
.cat_wrap .cat_list div {
    background:#fff;
    border-left:3px solid transparent;
}
.cat_wrap .cat_list div li {
    float:left;
    color:#333;
    font-size:12px;
    margin:4.8px 0px;
}
.cat_wrap .cat_list div li:first-child {
    margin-left:15px;
    margin-right:10px;
}
.cat_wrap .cat_list {
    cursor:pointer;
}
.cat_wrap .cat_list div.active {
    position:relative;
    z-index:999;
    border-left:0.75px solid #7FC7D3;
    border-top:0.75px solid #7FC7D3;
    border-bottom:0.75px solid #7FC7D3;
    border-right:none;
}
/*banner浮层滑动显示弹框*/
.cat_subcont {
    display:none;
}
.cat_subcont.active {
    display:block;
}
.cat_subcont .cat_sublist {
    position:absolute;
    z-index:998;
    top: 0px;
    left: 100%;
    /*padding-top:5px;*/
    width: 509px;
    background:#fff;
    border: 1px solid #7FC7D3;
    overflow-y: scroll;
    margin-left: 1px;
}
.cat_sublist::-webkit-scrollbar{
    display: none;
}
.cat_subcont .cat_sublist .fore1 {
    width: 506px;
    /*height: 100%;*/
}
.cat_subcont .cat_sublist .fore1 .fore_list {
    padding:5px 20px;
}
.cat_subcont .cat_sublist .fore1 .fore_list h3 {
    padding-right:5px;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom:0.5px solid #ededed;
    margin-bottom: 5px;
}
.cat_subcont .cat_sublist .fore1 .fore_list h3 a {
    font-size:14px;
    color:#46a5b2;
}
.cat_subcont .cat_sublist .fore1 .fore_list li {
    float:left;
    padding-right: 16px;
    margin-bottom: 8px;
}
.cat_subcont .cat_sublist .fore1 .fore_list li a {
    font-size:12px;
    color:#333;
}
.cat_subcont .cat_sublist .fore1 .fore_list li a:hover {
    color:#7FC7D3;
    text-decoration:underline;
}
.hyStyle{
    /*padding-top: 3%;*/
    /*padding-bottom: 3%;*/
}
.icon-txt{
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 8px !important;
}