@font-face {
    font-family: fzlt;
    src: url("../font/fzlt.TTF");
}
.container{
    width: 100%;
    height: calc(100% - 51px);
    overflow-x: hidden;
    overflow-y: auto;
    /*background-color: #fff;*/
    padding-bottom: 51px;
}
.banner{
    width: 100%;
}
.banner .swiper-pagination{
    width: auto;
    right:2%;
    left:auto;
}
.banner .swiper-pagination-bullet{
    background: transparent;
    border:1px solid #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: #fff;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 2px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2px;
}
.banner-text{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 12px;
    font-family: fzlt;
    padding: 0 2%;
}
.notice{
    padding: 0 2%;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.notice span{
    width: 18px;
    margin-right: 2%;
}
.notice span img{
    display: block;
}
.notice a{
    font-size:14px;
    color:#000000;
    font-family: fzlt;
}
.panel{
    padding:0 2%;
}
.nav{
    padding: 2% 0;
}
.nav ul{
    overflow: hidden;
}
.nav ul li{
    width: 20%;
    float: left;
}
.nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align:center;
    font-family: fzlt;
}
.nav ul li a img{
    width: 50%;
}
.nav ul li a p{
    font-size: 12px;
    text-align: center;
    color: #595959;
    font-family: fzlt;
    margin-top: 5px;
}
.report-title{
    border-top: 1px solid #F2F2F2;
    padding: 2% 0 1.5% 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.report-title span{
    display: inline-block;
    border-left: 3px solid #FF3333;
    font-family: fzlt;
    font-size: 16px;
    padding-left: 5px;
}
.report-title a{
    color:#2376c3;
    font-family: fzlt;
    font-size: 12px;
}
.report-cont ul li{
    padding: 2% 0;
    border-bottom: 1px solid #F2F2F2;
}
.report-cont ul li p{
    font-size: 14px;
    font-family: fzlt;
    color: #333333;
    line-height: 18px;
}
.report-cont ul li p span{
    width: 33%;
    float: right;
    margin-left: 2%;
}
.report-time{
    color: #333333;
    font-family: fzlt;
    font-size: 10px;
    clear: both;
    margin-top: 2%;
}
.report-img img{
    width: 32%;
    margin-left: 2%;
    margin-top: 2%;
}
.report-img img:nth-child(3n+1){
    margin-left: 0;
}
.foot{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 51px;
    width: 100%;
    z-index: 99;
}
.foot>ul{
    height: 100%;
}
.foot>ul>li{
    float: left;
    width: 33.33%;
    position: relative;
}
.foot>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #E6E6E6;
    text-align: center;
    line-height: 50px;
    z-index: 20;
    position: relative;
}
.foot>ul>li>a>img{
    width: 50%;
    max-height: 45px;
    display: inline-block;
    /*vertical-align: middle;*/
    margin-top: 5%;
}
.foot-menu{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    border: 1px solid #C5C6C5;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease-in;
    z-index: 10;
}
.foot-menu-link{
    padding: 0 8px;
    text-align: center;
    border-top: 1px solid #C5C6C5;
}
.foot-menu .foot-menu-link:first-child{
    border-top: 0;
}
.foot-menu-link>a{
    font-family: fzlt;
    font-size: 12px;
    color: #343434;
    line-height: 38px;
    white-space: nowrap;
}