
body{
    background:#f7f7f7;
}
.banner{
    position: relative;
}
.flexBetween {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	flex-wrap: nowrap;
}
.bussiness_nav {
    margin-top: -1.1rem;
}
.jjfa-tab .item {
    font-family: 'HuXiaoBoNanShenTi', sans-serif;
    text-align: center;
    padding: 0.35rem 0 0.16rem;
    cursor: pointer;
    white-space: nowrap;
    width: 2.5rem;
}
.jjfa-tab .item .top{
    font-size: .24rem;
    margin-bottom: .4rem;
    color: #fff;
}
.jjfa-tab .item .bot{
    
    height: 12px;
}
.jjfa-tab .item.active .bot{
    background: url("../images/jt-white.png") no-repeat center;
    background-size: 16px 12px;
}
.jjfa-tab .item:hover .bot{
    background: url("../images/jt-blue.png") no-repeat center;
    background-size: 16px 12px;
    -webkit-animation: flip 1s ease both;
    animation: flip 1s ease both;
}
.jjfa-tab .item.active:hover .bot{
    background: url("../images/jt-white.png") no-repeat center;
    background-size: 16px 12px;
    -webkit-animation: flip 1s ease both;
    animation: flip 1s ease both;
}
.jjfa-tab .item.active{
    background: #052583;
}
.jjfa-tab .item.active .bot i{
    color: #fff !important;
}
.lx-box3{
    padding:1rem 0;
}
.lx-box3 .zp-info-list{
    margin-top:0.3rem;
}
.lx-box3 .zp-item{
    font-size:0.16rem;
    box-sizing: border-box;
    padding:0.3rem 0.45rem 0.3rem 0.45rem;
    margin-bottom:0.2rem;
    cursor: pointer;
    background:#fff;
}
.lx-box3 .zp-item .zp-title{
    font-size:0.2rem;
    color:#052583;
}
.lx-box3 .zp-item .zp-sub-title {
    font-size: 0.2rem;
}

.lx-box3 .arrow-icon{
    width:0.4rem;
    height:0.4rem;
    background:#052583;
    display: flex;
    align-items: center;
    justify-content: center
}
.lx-box3 .arrow-icon .a-icon{
    width:0.2rem;
    height:0.2rem;
    background:url("../images/l_arrow2.png") no-repeat;
    background-size:100% 100%;
    transform: rotate(0deg);
    transition: 1s;
}
.lx-box3 .zp-item.active .a-icon{
    /* background: url("../images/l_arrow1.png") no-repeat;
    background-size: 100% 100%; */
    transition: 1s;
    transform: rotate(180deg);
}

.lx-box3 .info-text{
    margin-top:0.4rem;
    /* font-size:0.16rem; */
    color:#333;
    display: none;
    border-top:1px solid #dfdfdf;
    position: relative;
    
}
.lx-box3 .info-table th{
    background:#f7f7f7;
    height:0.4rem;
    font-size:0.16rem;
    min-width: 1rem;
}
.lx-box3 .info-table td{
    padding: 0.1rem;
    text-align: center;
}
.lx-box3 table{
    border-collapse: collapse;
    min-width:100%;
}
.lx-box3 tbody tr{
    border-bottom:1px solid #dfdfdf;
}
.lx-box3 tbody tr:last-child{
    border:none;
}
.lx-box3 .pro-text{
    width: 4.5rem;
    margin: 0 auto;     
}
.lx-box3 .img-box{
    padding: 0.1rem 0;
    text-align: center;
}
.lx-box3 .pro-img{
    width:1.2rem;
}
.item-list{
    margin-top:0.3rem;
}
.item-list li{
    font-size:0.22rem;
    color:#333;
    padding:0.2rem 0.3rem;
    cursor: pointer;
    border-left: 3px solid #adadad;
    width: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-list li.active{
    color:#052583;
    border-left:3px solid #052583;
}
.m-zp-info-list{
    display: none;
}
.side_container {
    position: initial;
    top: 0;
    left: 0;
    z-index: 5;
    margin-top: 0.3rem;
    max-width: 2.4rem;
    margin-right:0.22rem;
    
}
.side_container ul {
    position: relative;
    overflow: hidden;
}
.side_container ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #eaeaea;
}
.side_container ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: var(--i);
    width: 1px;
    background: #073190;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 0;
}
.side_container ul li {
    list-style: none;
    cursor: pointer;
    position: relative;
    /* white-space: nowrap;
    overflow: hidden; */
    text-overflow: ellipsis;
    font-family: 'HuXiaoBoNanShenTi', sans-serif;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #333;
    cursor: pointer;
    padding: 0.2rem 0 0.2rem 0.2rem;
 }
.side_container ul li.active{
    border-left: 3px solid #073190;
}

.side_container ul li.active{
    color: #073190;
}
@media (max-width: 1025px) {
    .tab-box .tab-item.active .bot{
        display: none;
    }
    .tab-box{
        height: auto;
        background: none;
    }
    .bussiness_nav{
        margin-top: 0.5rem;
    }
    .jjfa-tab .item{
        padding: 0.2rem 0;
        width: 20%;
    }
    .jjfa-tab .item .bot{
        display: none;
    }
    .jjfa-tab .item .top{
       color: #333;
       margin-bottom: 0;
       font-size: 0.2rem;
    }
    .jjfa-tab .item.active .top{
        color: #fff;
    }
}
@media (max-width: 1006px) { 
    .jjfa-tab .item{
        line-height: 1.5;
        width: 20%;
    }
    .jjfa-tab .item .top{
        font-size: 0.18rem;
    }
    .fa-box{
        display: block !important;
    }
    .item-list{
        display: flex;
        flex-wrap: wrap;
    }
    .item-list li{
        border: none;
        font-size: 0.18rem;
    }
    .item-list li.active{
        border-left: none;
    }
    .lx-box3{
        padding: 0.5rem 0;
    }
    .lx-box3 .pro-text{
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lx-box3 .zp-item{
        padding: 0.3rem;
    }
    .lx-box3 .zp-item #fixedHeader,.zp-item .fixedHeader{
        display: none !important;
    }
    .lx-box3 .zp-item .zp-title{
        font-size: 0.18rem;

    }
    .lx-box3 .zp-item .zp-sub-title{
        margin-top: 10px;
        font-size: 0.18rem;
    }
    .lx-box3 .pro-img{
        margin-right: 15px;
    }
    .lx-box3 .info-text{
        margin-top: 0.2rem;
        overflow-x: auto;
    }
    .lx-box3 .ann_left{
        display: none;
    }
    .m-zp-info-list{
        display: block;
    }
    
}
@media (max-width: 669px){
    .jjfa-tab .item{
        width: 33.333%;
    }
    .flexBetween{
        justify-content: flex-start;
    }
    .lx-box3{
        padding: 0.5rem 0;
    }
}