@charset "utf-8";

@media(min-width:992px){ 
    .container-fluid{    
        width: 100%;   
    }
}
@media(min-width:1400px){ 
    .container-fluid{    
        width: 90%;   
    }
}
body{
    font-size: 20px;
    line-height: 1.5;
    background: #ffffff;
    color: #333333;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;    
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media(max-width:992px){
    body{
        font-size: 14px;
    }
}
*{
    margin: 0px;
    padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}
a{
    text-decoration:none;
    color:#333333;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
    color:#00278b;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: 100%;   
}
@media(max-width:992px){
    .row{
        margin-right: -5px;
        margin-left: -5px;
    }
    .col-md-3,.col-md-6,.col-xs-6{
        padding-right: 5px;
        padding-left: 5px;
    }
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    background-size: 18px 44px;
}
.banner .swiper-button-next{
    right: 10px;
}
.banner .swiper-button-prev{
    left: 10px;
}
.banner .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 100px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #1d2088;
    border: 1px solid #1d2088;
}
/* 底部 */
footer{
    padding: 40px 0 40px 0;
    background: url(../img/foot.jpg) no-repeat #e9ebee;
    background-size: cover;
}
footer .foot-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d2088;
    padding: 25px 15px;
    color: #fff;
}
footer .foot-contact li img{
    width: auto;
    max-width: 100%;
}
footer .foot-logo {
    background: #fff;
    padding: 5px 10px;
}
footer .foot-contact li{
    padding: 0px 1%;
    font-size: 24px;
}
footer .foot-contact span{
    font-size: 24px;
}
.foot-nav .er-box {
    margin: 0px 5% 0px 0px;    
}
.foot-nav .er-box img{
    color: #2b2b2b;
    padding: 10px; 
    background:#fff;
}
.foot-nav ul li ul.foote_code{
    display: flex;
    flex-wrap: nowrap;
}
.foote_code li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.foote_code li i img {
    width: 30px;
}
.foote_code li img.code-img {
    display: none;
    position: absolute;
    top: 100%;
    left: -40px;
    width: 110px;
    max-width: none;
}
.foote_code li:hover img.code-img {
    display: block;
}
.foot-nav{
    margin-top: 40px;
    padding: 20px 30px;
    border-top: 2px solid #cbcccf;
}
.foot-nav ul{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;     
}
.foot-nav p.name,.foot-nav p.box-tit{
    font-size: 22px;
    font-weight: 600;  
    line-height: 2;    
}
.foot-nav p.box-tit{
    margin-bottom: 10px;
}
.foot-nav p.name:after{
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 10px 0px;
}
.code-tit{
    margin-top: 58px;
    margin-bottom: 10px;
    font-size: 16px;
    white-space: nowrap;
    padding: 0px 15px;
    border: 1px solid #000;
    border-radius: 15px;
}
.foot-nav ul li.foot-right{
    display: flex;
}
.foot-nav ul li ul{
    display: block;
}
.foot-nav ul li ul li{ 
    display: block;
    width: 100%; 
    font-size: 14px;    
    line-height: 2;   
}
.foot-nav ul li ul li i{
    margin-left: -5px;
}
.foot-nav ul li a{   
    display: block;   
}
footer .foot-text{    
    font-size: 14px;
    padding: 15px 0px;
    border-top: 2px solid #cbcccf;
    margin-top: 10px;
}

@media(max-width:767px){ 
    footer{
        padding:40px 0 20px 0;
    }    
    footer .foot-contact ul li,.foot-nav ul li { 
        font-size: 12px;
    }
    .foot-nav p.name, .foot-nav p.box-tit {
        font-size: 16px;
    }
    footer .foot-contact {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer .foot-contact li{
        padding: 0px 1%;
        font-size: 18px;
        width: 100%;
    }
    footer .foot-contact span{
        font-size: 18px;
    }
    footer .foot-contact li img{
        width: 22px;
    }
    footer .foot-contact li .foot-logo{
        text-align: center;
        margin-bottom: 10px;
    }
    footer .foot-contact li .foot-logo img{
        width: 40%;
    }

}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    bottom:20%;
    width: 70px;
    right:-80px;
    z-index:999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.float-box.active{
    right:10px;
}
.float-box ul li{
    text-align: center;
    position: relative;
}
.float-box ul li a{
    color:#fff;
    display: block;    
    background: #f7f9fd;
}
.float-box ul li a span{
    font-size: 26px;
    display: inline-block;
    line-height: 1.0;
}
.float-box ul li a p{
    margin-top: -10px;
}
.float-box ul li:hover a{
    color: #fff;
}
/* 手机底部 */
.m-footer{
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    display: none;
    z-index:999;
}
.m-footer ul{
    margin:0;
    overflow: hidden;
}
.m-footer ul li{
    width:25%;
    height:50px;
    float: left;
    background:#3b3b3b;
    border-left:1px solid rgba(255,255,255,0.7);
    text-align: center;
    line-height: 50px;
}
.m-footer ul li:first-child{
    border-left:none;
}
.m-footer ul li a{
    color:#fff;
}
@media(max-width:991px){
    .m-footer{
        display: block;
    }
}
.pre-next{
    font-size: 14px;
}
/* 页码 */
.page-box{
    text-align: center;
    font-size: 16px;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:5px 15px;
    background:#F5F5F5;
    border-radius: 2px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#1d2088 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}