@charset "UTF-8";
/*通用类*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
.pipe{margin:0 5px;color:#CCC}
.l{float:left!important;_display:inline}
.r{float:right!important;_display:inline}
.container{margin-right: auto;margin-left: auto;width: 1200px;}
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

nav.slide{
    display: none;
}
.banner{
    width: 100%;
    background: #FFF url(../images/banner.jpg) no-repeat center top;
    height: 870px;
    position: relative;
}
    .banner-text{
        background: url(../images/banner.png) no-repeat center top;
        width: 100%;
        height: 279px;
        margin: 0 auto;
        position: absolute;
        top: 198px;
    }
    .header{
        position: absolute;
        background: rgba(0,0,0,.3);
        height: 82px;
        top: 0;
        width: 100%;
    }
        .header .logo{
            width: 230px;
            text-align: left;
            padding-left: 25px;
            box-sizing: border-box;
            padding-top: 12px;
            box-sizing: border-box;
            height: 82px;
        }
        .header .nav {
            padding-top: 30px;
            height: 82px;
            box-sizing: border-box;
        }
        .header .nav li{
            display: inline-block;
        }
            .header .nav li a{
                font-weight: bold;
                font-size: 14px;
                color: #FFF;
                padding:0 23px;
            }



.footer{
    background: #02141e;
    height: 200px;
    box-sizing: border-box;
    padding-top: 42px;
    padding-bottom: 60px;
}
    .foot-nav li{
        height: 40px;
        display: inline-block;
    }
    .foot-nav li a{
        color: #FFF;
        line-height: 40px;
        font-weight: bold;
        padding-right: 30px;
        font-size: 14px;
    }
    .foot-add{
        color: #cbcdce;
        height: 36px;
        line-height: 36px;
    }
    .foot-weblink{
        height: 36px;
        line-height: 36px;
    }
    .foot-weblink span{
        font-size: 14px;
        color: #FFF;
        padding-right: 17px;
    }
    .font-weblink a{
        color: #cbcdce;
        font-size: 12px;
        padding: 0 15px;
    }
    .kefu{
        text-align: center;
        display: block;
        background: #72cd5b;
        color: #FFF;
        font-size: 12px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        float: right;
    }
    .footer .r h1{
        font-size: 28px;
        color: #FFF;
        font-weight: bold;
        padding: 15px 0;
    }
    .footer .r p{
        font-size: 14px;
        color: #cbcdce;
        text-align: right;
    }
.copy{
    background: #06202f;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    height: 66px;
    line-height: 66px;
}
    .copy a{
        color: #FFF;
        text-decoration: none;
    }

.box{
    overflow: hidden;
}.m-copy{
    display: none;
}
@media screen and (max-width:768px){
    .container{
        width: 100%;
    }
    .container img{
        max-width: 100%;
    }
    .banner{
        height: 82px !important;
    }
    .header .nav{
        display: none;
    }
    .banner-text{
        display: none;
    }
    .footer{
        height: auto;
        box-sizing: border-box;
        padding:10px;
    }
    .foot-nav{
        display: none;
    }
    .foot-weblink{
        display: none;
    }
    .copy{
        display: none;
    }
    .foot-add{
        height: auto;
        text-align: center;
        box-sizing: border-box;
        padding:10px;
        display: none;
    }
    .footer .r{
        display: none;
    }
    .m-copy{
        display: block;
        color: #FFF;
        text-align: center;
    }
}
.paging {
    margin: 30px auto;
    height:30px;
    text-align: center;
  }
  
  .paging ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height:30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .paging ul.pagination li {
    margin-left: -1px;
  }
  
  .paging ul.pagination li a {
    padding: 5px 20px;
    color: #0088CC;
    margin: 0 8px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
  }
  
  .paging ul.pagination li a:hover {
    padding: 5px 20px;
    border: 1px solid #0077DD;
    color: #0077DD;
    background-color: #0077DD;
    color: #fff;
    border-radius: 3px;
  }
  
  .paging ul.pagination li.active {
    padding: 5px 20px;
    border: 1px solid #0077DD;
    color: #0077DD;
    background-color: #0077DD;
    color: #fff;
    border-radius: 3px;
  }
  
  .paging ul.pagination li.disabled {
    padding: 5px 20px;
    margin: 0 8px;
    border: 1px solid #eee;
    color: #D2D2D2;
    border-radius: 3px;
  }