/* 暂无内容 */
.NoPagetHead{
    background: #fff;
    margin-bottom: 10px;
}

.NoPagetHead img{
    width: 100%;
    height: 100%;
}

.NoPagetText{
    text-align: center;
    padding: 50px 0 90px 0;
}

.paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: center;*/
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.previouspage, .nextpage {
    height: 35px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    flex: 0 0 auto;
    align-self: start;
}

.previouspage text{
    padding: 0 20px;
}

.previouspage a, .nextpage a,.lastpage text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.2) 0px 4px 8px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.pagenumber {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.page-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-list a {
    text-decoration: none;
}

.page-list li {
    width:20%;
    height: 35px;
    background: #f5f5fa;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    padding: 0 15px;
    margin: auto 5px;
}

.page-list li.Select {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}



/* 底部版权 */
.copyright{
    width:100%;
    margin:auto;
    padding: 20px 0;
}
.copyright1{
    width:90%;
    margin:auto;
    font-size:12px;
    color: #85868f;
    text-align:center;
    line-height:20px;
    letter-spacing:0.5px;
}
.copyright2{
    width:90%;
    margin: 0 auto;
}
.contract .center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright .gongan {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.copyright3{
    height:20px;
    color: #85868f;
    font-size:12px;
    text-align:center;
    line-height:20px;
}
.copyright3 a{
    color: #85868f;
}

/* 头部导航栏 */
.topnav{
    position:sticky;
    width:100%;
    height:65px;
    display:flex;
    z-index: 999;
    background:rgb(0,0,0,0.4);
    border-bottom:0.1px solid #eaeaea;
    top: 0;
}
.logo{
    width: 95%;
    height: 65px;
    display: flex;
    align-items: center;
    font-family: alimama;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 0 20px;
}
.logo img{
    width:35px;
    height:35px;
    margin-right:10px;
}
.logo text{
    font-size:11px;
}

.TopStopcollapse{
    width:100%;
    height:105px;
}

.slogan{
    position: absolute;
    color: #ffffff;
    font-size: 26px;
    font-family: alimama;
    letter-spacing: 1px;
    left: 10%;
    top: 40%;
    z-index: 11;
    margin: 10px auto;
    width: 80%;
}
.slogan1{
    font-size: 14px;
}
/* 背景大图片 */
.bgimg{
    width:100%;
    height:310px;
    position: relative;
    overflow: hidden;
    margin-top: -65px;
    text-align: center;
}

/* 首页引导 */
.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;
}

/* 导航栏 */
.column{
    margin:auto;
    width:100%;
    height:40px;
    position: sticky;
    display: flex;
    background:#ffffff;
    z-index:11;
    top: 66px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.columncon{
    width:100%;
    height:100%;
    z-index:11;
}
.columncon ul{
    width: 100%;
    height: 100%;
    display:flex;
}

.columncon ul li{
    margin-left:2.5%;
    width: 60px;
    height: 100%;
    text-align:center;
    line-height:40px;
    font-size: 13px;
    color: #666666;
    position: relative;
}
.hit{
    width: 23px;
    height: 3px;
    background: #ffbc39;
    position: relative;
    bottom: 8px;
    border-radius: 10px;
    margin: 0 auto;
}
