@media (min-width: 1500px) {
    .container {
        width: 1430px;
    }
}

.container-fluid{
    width:100%;
    padding-left: 5%;
    padding-right: 5%;
}
/*字体定义*/
@font-face {
    font-family: "sy";
    src: url("../fonts/SOURCEHANSANSCN-NORMAL.OTF");
}
@font-face {
    font-family: "din-r";
    src: url("../fonts/DINPro-Regular.otf");
}
@font-face {
    font-family: "din-m";
    src: url("../fonts/DINPro-Medium.otf");
}
body{
    font-size: 16px;
    line-height: 1.6;
    background: #ffffff;
    color: #2b2b2b;   
    font-family: "sy",Arial,Helvetica,sans-serif;  
    max-width: 1920px;   
    margin: 0 auto;
}
@media(max-width:991px){
	body{
	    font-size: 13px;
	}
}

*{
    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:#2b2b2b;
}
a:hover{
    text-decoration:none;
    color:#004ea2;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: auto;
    max-width: 100%;
}
.lunbo .swiper-button-next, .lunbo .swiper-button-prev{
    width: 27px;
    height: 27px;
}
.lunbo .swiper-button-next{
    right: 30px;
}
.lunbo .swiper-button-prev{
    left: 30px;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.7;
    border: 0px solid #f5f5f5;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}
.swiper-pagination-bullet-active{
    background-color: #004ea2;
    opacity: 1.0;
}
@media(max-width:991px){
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 10px;
    }
    .swiper-pagination-bullet{
        width: 20px;
        height: 4px;        
    }
}
/* 底部 */
footer{
    padding: 90px 0 70px 0;
    background: url(../img/footer.jpg) no-repeat #05091d;
    color: #fff;   
}
footer a{
    color: #fff;
}

.fot-logo{
    margin-bottom: 20px;
}
footer .fmen{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
footer .fmen .foot-left{
    width: 28%;
}
footer .fmen .foot-right{
    width: 72%;
    display: flex;
    justify-content: space-between;
}
footer .foot-nav{
    max-width: 45%;
    margin-left: 5%;
}
footer .foot-nav p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
footer .foot-nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .foot-nav ul li{
    font-size: 16px;
    width: 50%;
}
footer .foot-nav ul li a{   
    display: block;
    color: #fff;
    line-height: 2.0;
    opacity: 0.95; 
}
footer .foot-er{
    text-align: center;
}
footer .foot-er .er-box{
    display: inline-block;
    width: 110px;
    background: #fff;
    padding: 5px;
}
footer .foot-er .er-box img{
    width:100%;
}
footer .foot-er .er-box p{
    font-size: 12px;
    text-align: center;
    opacity: 0.8;  
    font-weight: 400;
    padding:5px 0;
    color: #2b2b2b;
}
footer .foot-contact{
    font-size: 14px;   
    display: block;
    margin-top: 2%;
}
.foot-contact ul li {
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.5;
    padding: 3px 0px 3px 35px;
}
.foot-contact ul li.tel{
    background: url(../img/t.png) no-repeat 0px 3px;
}
.foot-contact ul li.email{
    background: url(../img/e.png) no-repeat 0px 3px; 
}
.foot-contact ul li.address{
    background: url(../img/a.png) no-repeat 0px 3px;
}
footer .foot-text{
    font-size: 14px;
    padding: 25px 0px 0px;
    border-top: 1px solid #303030;  
}
@media(max-width:1180px){
    footer .foot-nav{
        margin-left: 3%;
    }
}
@media(max-width:767px){
    footer .fmen{        
        margin-bottom: 20px;
    }
    footer .fmen .foot-left{
        width: 65%;
    }
    .foot-contact ul li{
        font-size: 14px;
    }
    footer .fmen .foot-right{
        width: 32%;
    }
    footer .foot-er {
        margin-top: 75px;
    }
    footer .foot-text{ 
       padding: 15px 0px 10px;
    }
    footer{
        padding: 30px 0 20px 0;
    } 
}
/* 侧边悬浮框 */

.float-box{
    position: fixed;
    bottom:20%;
    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;
    padding: 5px 14px;
    border-radius: 2px;
    background: #004ea2;
}
.float-box ul li a span{
    font-size: 20px;
    font-weight: bold;
}
.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){

    footer{
        margin-bottom:30px;
    }
    .m-footer{
        display: block;
    }
}
.pre-next{
    font-size: 14px;
}
/* 页码 */
.page-box{
    text-align: center;
    font-size: 14px;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding: 4px 12px;
    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:#004ea2 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}