/*html,body{*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*header,footer {*/
/*    flex-shrink: 0;*/
/*}*/
/*.main {*/
/*    flex-grow: 1;*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*}*/
/*公共头部*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
.header-wall {
    width: 100%;
    height: 2.72rem;
}
.baseC {
    color: #1f4fac;
}
.colorRed{
    color: #f61920;
}
#logo {
    width: 100%;
    height: 1.12rem;
    padding: 0.16rem .2rem;
    box-sizing: border-box;
}
#logo img {

}
.public-nav ul{
    background-color: #2350b0;
    overflow: hidden;
}
.public-nav ul li {
    float: left;
    width: 33.3%;
    position: relative;

}
.public-nav ul li.active::after {
    content: '';
    position: absolute;
    width: 1.2rem;
    height: 1px;
    bottom: 1px;
    left: 50%;
    margin-left: -.6rem;
    background-color: #fff;
}
.public-nav ul li a{
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
    text-align: center;
    display: block;
}
/*公共头部*/

/*公共底部*/
footer{
    padding: .4rem;
    background-color: #2350b0;
}
footer p {
    font-size: .2rem;
    color: #fff;
    line-height: .36rem;
    text-align: center;
}
footer p a {
    color: #fff;
}

/*公共底部*/
/*查看更多*/
.more-btn {
    width: 2rem;
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    color: #2350b0;
    margin: .1rem auto .2rem;
    font-size: 14px;
    /*background-color: #ffffff;*/
    border-radius: 50px;
    border: solid 1px #2350b0;
}
/*banner*/
.banner {}
.banner img{
    width: 100%;
    display: block;
}
.banner .tabs.to-absolute {
    position: absolute;
    top:calc(100% - 1rem) !important;
    width: 100%;
    height: 1rem;
    background-color: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
}
.banner .tabs.to-fixed {
    position: fixed;
    width: 100%;
    height: 1rem;
    top:2.72rem;
    background-color: rgba(255,255,255,1);
    display: flex;
    z-index: 999;
    align-items: center;
}
.banner .tabs .tab {
    flex: 1;
    height: .3rem;
    line-height: .3rem;
    border-right: 1px solid #333;
    font-size: 14px;
    color: #333;
    text-align: center;
    position: relative;
}
.banner .tabs .tab:last-child{
    border: none;
}
.banner .tabs .tab.active {
    color: #f6262d;
}
.banner .tabs .tab.active::after{
    content: '';
    position: absolute;
    width: 1.2rem;
    height: .03rem;
    bottom: -.35rem;
    left: 50%;
    margin-left: -.6rem;
    background-color: #f6262d;
}
.tab-content-wrap{}
.tab-content-wrap img{
    max-width: 100%;
}
/*分页*/
.page{}
.page .custom-pagination a.prev-page, .custom-pagination a.next-page{
    width: 45px;
    font-size: 12px;
}
.page .custom-pagination a.prev-page{
    margin-right: 3px;
}
.page .custom-pagination ul li {
    margin-left: 3px;
}
.page .custom-pagination a.next-page {
    margin-left: 5px;
}
.custom-pagination {
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: center;

}
.page .custom-pagination {
    transform: translate(-50%,0);
}
.pagination_container {
    height: 1rem;
}
/*分页*/
