*{
    padding: 0;
    margin: 0;
}
ul{
    list-style: none;
}
a{
    color: #585858;
    text-decoration: none;
}
body{
    font-family:  -apple-system,Helvetica,'SourceHanSansCN Regular','Microsoft YaHei',arial,sans-serif;
    font-size: 0.16rem;
    background: #fefefe;
}
.sprite{
    background: url("/96kaifa/img/icons.png");
    background-size: 7rem;
}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
}
input{
    border: none;
    outline: none;
}
header{
    padding: 0.35rem 0.55rem;
    display: flex;
    justify-content: space-between;
}
header .logo img{
    width: 1.8rem;
}
header .search{
    display: inline-block;
    width: 0.39rem;
    height: 0.41rem;
    background-position: -0.02rem -0.04rem;
    margin-top: 0.1rem;
}
nav{
    padding: 0.15rem 0.55rem;
}
nav ul{
    display: flex;
    justify-content: space-between;
}
nav ul li a{
    font-size: 0.3rem;
    color: #585858;
}
nav ul li.active a{
    color: #353536;
    font-weight: 600;
}
nav ul li.active::after{
    content: '';
    display: block;
    width: 0.29rem;
    height: 0.04rem;
    background: #3f98ff;
    border-radius: 0.05rem;
    margin: 0 auto;
    margin-top: 0.1rem;
}


/* 底部*/
footer{
    background: #ececec;
    margin-top: 0.62rem;
    padding: 0.3rem 0rem;
}
footer p{
    font-size: 0.25rem;
    color: #585858;
    line-height: 0.5rem;
    text-align: center;
}
footer p span{
    padding: 0rem 0.15rem;
}

img[border="0"]{
    display: none;
}



/* 分页 */
.pagingWrap {
    position: relative;
    left: 50%;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: .3rem;
    text-align: center;
}
.paging div{
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #edeeee;
    font-size: .3rem;
    color: #666565;
    text-align: center;
    line-height: 45px;
    margin-left: 15px;
    cursor: pointer;
}
.paging div.pagingDiv{
	display: none!important;
}
.paging .pagingDiv a {
    display: flow;
}
.paging .pagingDiv a:Hover {
    color: #3489f7;
}
.paging .first,.paging .last{
    width: 50px;
    height: 25px;
}
.paging .prev{
	margin-left: 0;
}
.paging .next{
	margin-left: 0;
}
.paging .prev,.paging .next{
    width: 2rem;
    border: none;
    font-size: .3rem;
    color: #bbb;
}
.paging .prev a,.paging .next a{
    color: #4f4e4e;
}
.paging .prev::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(/96kaifa/img/prev.png) no-repeat;
    background-size: 76%;
    margin-right: 12px;
	transform: translateY(0.06rem);
}
.paging .next::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(/96kaifa/img/next.png) no-repeat;
    background-size: 76%;
    margin-left: 12px;
	transform: translateY(0.06rem);
}
.paging div.disable {
    color: #cdcdcf;
    cursor: not-allowed;
}
.paging .prev.disable::before{
    background: url(/96kaifa/img/disableprev.png) no-repeat;
}
.paging .next.disable::after{
    background: url(/96kaifa/img/disablenext.png) no-repeat;
}
.paging div.active {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #3d8ef7;
    font-size: .3rem;
    color: #3489f7;
    text-align: center;
    line-height: 45px;
    margin-left: 15px;
}
.paging .pagingDiv:hover {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #3d8ef7;
    font-size: .3rem;
    color: #3489f7;
    text-align: center;
    line-height: 45px;
}

.ListSwiper {
    width: 100%;
    margin-top: 0.1rem;
}

/* 让 UL 横向滚动 */
.ListSwiper .swiper-wrapper{
    padding: 0rem 0.55rem; 
    gap: .2rem;

    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

/* 可选：美化滚动条 */
.ListSwiper .swiper-wrapper::-webkit-scrollbar{
    height: 3px;
}
/* li 样式 */
.ListSwiper .swiper-wrapper li{
    width: 2.32rem;
    height: 0.7rem;
    border: 0.02rem solid #3f99ff;
    border-radius: 0.1rem;
    color: #4198ff;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.7rem;
    flex-shrink: 0; /* 重点！不让 li 缩小 */
}

.ListSwiper .swiper-wrapper li a{
    color: #4198ff;
    display: grid;
}

.ListSwiper .swiper-wrapper li:hover{
    background: #499dff;
    color: #fff;
}

.ListSwiper .swiper-wrapper li.active{
    background: #499dff;
    color: #fff;
}

.ListSwiper .swiper-wrapper li:hover a,
.ListSwiper .swiper-wrapper li.active a{
    color: #fff;
}




.ListSwiper .list{
    padding: 0rem 0.55rem; 
}
.ListSwiper .list .list1{
    display: block;
}
.ListSwiper .list ul{
    margin-top: 0.05rem;
}
.ListSwiper .list ul li{
    border-bottom: 0.01rem solid #ecf1f6;
    padding: 0.35rem 0.08rem;
}
.ListSwiper .list ul li img{
    width: 0.92rem;
    height: 0.92rem;
    float: left;
}
.ListSwiper .list ul li .middle{
    float: left;
    margin-left: 0.5rem;
    max-width: 3.9rem;
}
.ListSwiper .list ul li .jt{
    float: right;
}
.ListSwiper .list ul li .middle h3{
    font-size: 0.3rem;
    color: #24292f;
    font-weight: 500;
}
.ListSwiper .list ul li .middle h3 span{
    font-size: 0.26rem;
    color: #6b6f74;
    margin-left: 0.2rem;
}
.ListSwiper .list ul li .middle p{
    font-size: 0.3rem;
    color: #bdbdbd;
    margin-top: 0.15rem;
}
.ListSwiper .list ul li span.jt{
    width: 0.71rem;
    height: 0.18rem;
    background-position: -5.49rem -0.07rem;
    margin-top: 0.33rem;
}
.ListSwiper .list ul li:hover span.jt{
    background-position: -5.49rem -0.35rem;
}
.ListSwiper .list ul li:hover h3{
    color: #3f98ff;
}
.ListSwiper .list ul li{
    position: relative;
}
.ListSwiper .list ul li .softIcon .softIcon-hover{
    --size: 1rem;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 0.09rem;
    left: 0.16rem;
    background-image: var(--img);
    border-radius: 0.55rem;
    opacity: .6;
    transform: scale(0) translateX(-50%);
    filter: blur(0.2rem) opacity(70%);
    z-index: -1;
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.ListSwiper .list ul li:hover .softIcon-hover {
    transform: scale(1);
}
.ListSwiper .list ul li .softIcon .softIcon-hover {
    top: 0.3rem;
    left: 0.05rem;
}

.introduce_content{
    padding: 0.5rem;
    background: #fff;
    border-radius: 10px;
    margin-top: .3rem;
    border: 1px solid #f2f3f4;
    box-shadow: 0 0 26px rgba(0,61,131,0.1);
}
.introduce_content .ztName{
    font-size: 0.45rem;
    color: #0f8dff;
    margin-top: 15px;
    display: block;
    width: 790px;
    white-space: nowrap;
    overflow: hidden;
}
.introduce_content img{
    width: 325px;
    height: 180px;
    border-radius: 5px;
}
.introduce_content .floatR{
    width: 790px;
}
.introduce_content p{
    font-size: 14px;
    color: #aeafb2;
    margin-top: 15px;
}
.introduce_content p span{
    color: #e5e5e5;
    padding: 0px 15px;
    margin-top: -1px;
}
.introduce_content p i{
    color: #599fff;
    font-style: initial;
}
.introduce_content p i.icons{
    display: inline-block;
    width: 20px;
    height: 13px;
    background-position: -282px -481px;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -2px;
}
.introduce_content .content{
	font-size: 15px;
    color: #7f7f7f;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
}