*{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style-type: none;
}
body{
    background:#f5f5fa;
}

@font-face {
    font-family: 'alimama';
    src: url('../font/fangyuanti-zip.woff2') format('woff2'),
         url('../font/fangyuanti-zip.woff') format('woff'),
         url('../font/fangyuanti-zip.ttf') format('truetype');
    font-display: swap;
}

.ab1{
    background:#ffffff;
}
.ab2{
    background:#f5f5fa;
}
.family{
    font-family:alimama;
}

a{
    color: inherit;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.topnav{
    background:#ffffff;
}

.logo{
    color: #19191e;
}

/* 导航栏 */
.column{
    margin:auto;
    width:100%;
    height:40px;
    position: sticky;
    background:#ffffff;
    z-index:11;
    top:66px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.columncon{
    width: 90% !important;
}
.columncon ul{
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    overflow-x: auto; /* 当内容溢出时，可以水平滚动 */
    white-space: nowrap; /* 防止子元素换行 */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.columncon ul::-webkit-scrollbar { 
    display: none;  /* Safari 和 Chrome */
}
.columncon ul li{
    width:60px;
    height: 100%;
    text-align: center;
    line-height:40px;
    font-size: 13px;
    color: #666666;
    flex-shrink: 0; /* 防止子元素收缩，确保li元素的宽度不会被压缩 */
    position: relative;
}
.InternalconBoxClose{
    height: 1000%;
    background: #f5f5fa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.columnbtn{
    width:15%;
    height:100%;
    text-align:center;
    line-height:40px;
}
.columnbtn span{
    font-size:18px;
    color:#19191e;
}
.Internal{
    width:100%;
    height:100%;
    background:rgb(0, 0,0,0.3);
    position:absolute;
    top:0;
    left:0;
    z-index: 99;
}
.Internalcon{
    width:100%;
    height:300px;
    background:#ffffff;
    border-radius:0 0 5px 5px;
}
.InternalconTitle{
    width:100%;
    height:30px;
    display:flex;
}
.InternalconTitle1{
    width:85%;
    height:30px;
    line-height:30px;
    color:#000000;
}

.InternalconTitle1 span{
    color:#000000;
    margin-left:10px;
    font-size:12px;
}
.InternalconTitle1 text{
    color:#999999;
    margin-left:5px;
    font-size:12px;
}
.InternalconTitle2{
    width:15%;
    height:100%;
    text-align:center;
    line-height:35px;
}
.InternalconTitle2 span{
    font-size:20px;
    color:#19191e;
}
.InternalconBox{
    width:95%;
    height:200px;
    margin:auto;
}
.InternalconBox ul{
    width:100%;
    height:200px;
}
.InternalconBox ul li{
    position: relative;
    float:left;
    width:60px;
    height:40px;
    font-size:13px;
    text-align:center;
    line-height:40px;
    margin-left:10px;
    color: #666666;
}
.shouqiBTN{
    width:30%;
    height:30px;
    margin:auto;
    margin-top:20px;
    border:0.5px solid #eaeaea;
    border-radius:10px;
    text-align:center;
    line-height:30px;
    font-size:14px;
    background: #fff;
}
.content{
    width:100%;
    margin-top:10px;
}

.contentBox{
    width:95%;
    height:100px;
    margin:auto;
    margin-bottom:10px;
    background:#ffffff;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    display:flex;
}
.contentBox0{
    width:90%;
    height:90%;
    margin:auto;
    display:flex;
}
.contentBox1{
    width:60%;
    height:100%;
    
}
.contentBox2{
    width:40%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:right;
}

.contentTitle{
    width:100%;
    height:30px;
    margin:auto;
    line-height:30px;
    font-size:12px;
    position: relative;  

}

.contentTitle span{
    margin-left:7px;
}
.line3{
    position:absolute;
    width:80px;
    height:2px;
    background:#ffbc39;
    bottom:2px;
    left:8px;
}
.contentCon{
    width:100%;
    height:50px;
    margin-top:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 4em;
    text-align:justify;
}
.contentCon h3{
    font-size:13px;
    font-weight:500;
}
.contentBox2 img{
    width:90%;
    height:80%;
    border-radius:5px;
    object-fit: cover;
}

/* 首页引导 */
.guidance{
    width:100%;
    height:55px;
    position:fixed;
    background:#ffffff;
    border-top:0.1px solid #dcdcdd;
    bottom:0;
    left:0;
    z-index: 20;
    display:flex;
    justify-content:center;
}
.guidanceLIst{
    width:25%;
    height:55px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.guidanceLIst img{
    width:20px;
    height:20px;
    margin-bottom:6px;
}
.guidanceLIst text{
    font-size:9.5px;
    color: #000;;
}


/* 底部防塌陷 */
.Stopcollapse{
    width:100%;
    height:55px;
    background:#f5f5fa;
}

