.catelist{
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #b5bcc4;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden; /* 禁止纵向滚动 */
    scrollbar-width: none; /* Firefox 支持的隐藏滚动条方式 */
    -ms-overflow-style: none; /* IE 和 Edge 支持的隐藏滚动条方式 */
    text-align: justify;
    text-align-last: justify;
}
.catelist::-webkit-scrollbar {
    display: none; /* 隐藏滚动条（Webkit 浏览器）*/
}
.cateitem{
    /*float: left;*/
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 20px;
}

.activeCate{
    font-weight: bold;
    border-bottom: 3px solid #3f75fb;
}
.listActive{
    display: block!important;
}
/* 侧边 */

.side{
    position: fixed;
    right: 50px;
    bottom: 20%;
}
.page_img{
    width: 30%;
    margin: 30px auto;
}
.cateCount{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.cateCount>ul{
    padding: 0;
    margin: 0;
}
.cateCount>ul li{
    list-style-type: none;
    margin: 0;
    height: 200px;
    padding: 40px 20px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
.cateCount>ul li:hover{
    background: #ededed;
}
.cateCount>ul li>img{
   width: 250px;
    height: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
}
.cateCount>ul li>.right{
    float: right;
    width: 1300px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.cateCount>ul li>.right>h4{
    margin: 0;
    position: absolute;
    top: 20px;
    transform: translateY(-10px);
}
.cateCount>ul li>.right>p{
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box; /* 使用WebKit盒模型 */
    -webkit-box-orient: vertical; /* 设置盒模型方向为垂直 */
    -webkit-line-clamp: 2; /* 限制文本显示两行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 设置文本溢出显示省略号 */
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
}
.right1{
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(-30%);
}
.right1>span{
    float: left;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
    background: #3f75fb;
    color: #fff;
}
.right1>p{
    float: right;
    color: #a0a0a0;
    font-size: 12px;
}
.active{
    display: block;
}

.faproitem{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}
.proitem{
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}


.proinfo{
    padding: 10px ;
    box-sizing: border-box;
    background-color: #f0f5ff;
}
.proinfo:hover{
    background-color: #e5ebf8;
}
.propic{
    overflow: hidden;
    position: relative;
}
.propic>span{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    padding: 5px 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.propic img{
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    width: 100%;
    transition: transform 0.3s ease;   
}
.propic img:hover{
    transform: scale(1.1);   
}
.protitle{
    color: #333333;
    font-size: 18px;
    text-align: left;
    text-align-last: left;
}
.version{
    font-size: 16px;
    color: #333333;
    padding: 5px 0 ;
}
.readmore{
    color: #3f75fb;
    font-size: 14px;
    text-align: left;
    padding: 15px 0 ;
    text-align-last: left;

}
.prolist{
    margin: 35px 0 ;

}
.proItem{
    color: #fff;
    font-size: 14px;
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px;
    background: rgba(0,0,0,0.5);
    border-radius: 5px 0 5px 0;
}
.proItem>img{
    width: 10px;
    display: inline-block;
    vertical-align: middle;
}
.countent {
    width: 25%;
	height: 493.333px;
    float: left;
    min-height: 240px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0px 15px;
    margin: 20px 0;
}
    .countent > img {
        width: 80%;
        height:95%;
        margin: 0 auto;
        padding: 3px;
        box-sizing: border-box;
        box-shadow: 0px 2px 8px rgba(204, 204, 204, 0.3);
        border: 1px solid transparent;
    }
        .countent > img:hover {
            border: 1px solid #0063b4;
        }
.top{
    width: 100%;
    height: 500px;
    margin-top: 60px;
}
.top>img{
    width: 600px;
    height: 100%;
    float: right;
}
.top1{
    width: 950px;
    height: 100%;
    float: left;
    overflow-y: auto;
}
.top1>h4{
     margin: 0;
     font-size: 22px;
    margin-top: 30px;
 }
.top1>h5{
    margin: 0;
    font-size: 22px;
}
.top1>p{
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
}
.mod{
    width: 100%;
    margin-top: 60px;
    text-align-last: justify;
    text-align: justify;
}
.mod1{
    width: 24%;
    padding: 50px 20px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
}
.mod1Active{
    color: #fff;
    background: #3f75fb;
}
.mod1Activep{
    color: #fff;
}
.mod1>img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.mod1>h5{
    margin: 0;
}
.mod1>h5{
    font-size: 18px;
    margin-top: 20px;
}
.mod1p{
    margin: 0;
    font-size: 14px;
    margin-top: 30px;
}
.contactImg{
    width: 100%;
    height: 500px;
    margin-top: 60px;
    margin-bottom: 60px;
}
@media screen and (max-width:1600px) {
    .top{
        width: 100%;
        height: 500px;
        margin-top: 60px;
    }
    .top>img{
        width:35%;
        height: 100%;
        float: right;
    }
    .top1{
        width: 60%;
        height: 100%;
        float: left;
        overflow-y: auto;
    }
}
@media screen and (max-width:1000px) {
    .cateitem{
        margin-right: 30px;
    }
    .cateCount>ul>li>img{
        width: 25%;
    }
    .cateCount>ul>li>.right{
        width: 70%;
        margin-top: 20px;
    }
    .side{
        position: fixed;
        right: 20px;
        bottom: 20%;
    }
    .top{
        height: auto;
    }
    .top>img{
        width: 100%;
        height: auto;
        float: none;
    }
    .top1{
        width: 100%;
        height: auto;
        float: none;
    }
    .mod1{
        width: 49%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:600px) {
    .cateitem{
        margin-right: 0px;
        font-size: 12px;
    }
    .faproitem{
        width: 100%;
    }
    .countent{
        width: 50%;
		height: 222.667px;
        margin-top: 20px;
    }


    .cateCount>ul li{
        height: auto;
    }
    .cateCount>ul li>img{
        width: 100%;
        float: none;
    }
    .cateCount>ul li>.right{
        float: none;
        width: 100%;
        margin-top: 20px;
        height: 160px;
    }


    .side{
        position: fixed;
        right: 10px;
        bottom: 20%;
    }
    .top{
        height: auto;
    }
    .top>img{
        width: 100%;
        height: auto;
        float: none;
    }
    .top1{
        width: 100%;
        height: auto;
        float: none;
    }
    .mod1{
        width: 100%;
        display: block;
    }
}