@charset "utf-8";
@media (min-width: 1200px){
    .container-fluid{
        width:1230px;
    }
}
@media (max-width: 992px){
    .container-fluid{
        width:100%;
    }
}
body{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    background: #fff;
    color: #2b2b2b;
    font-family: "Source Han Sans CN","Microsoft YaHei","noto sans";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
*{
    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:#0070bc;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: 100%;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #0070bc;
    opacity: 1.0;
    border: 1px solid #0070bc;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20%;
}
.swiper-pagination-bullet-active{
    background-color: #dda721;
     border: 1px solid #dda721;
}
.foot-nav{ 
    padding-bottom: 30px;
}
.foot-nav p{
    font-size: 15px;
    font-weight: 600;  
    line-height: 2;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.foot-nav ul{
    display: flex;
    justify-content: space-between;
}
.foot-nav ul li{
    width: 18%;
}
.foot-nav ul li ul{
    display: block;
}
.foot-nav ul li ul li {   
    font-size: 14px;    
    line-height: 2;
    width: 100%;   
}
.foot-nav ul li ul li span{
    width: 70px;
    height: 2px;
    float: left;
    display: block;
}
.foot-nav ul li a{   
    display: block;    
    opacity: 0.8;    
}
.foot-nav ul li a i{
    font-size: 12px;
}
/*分享*/
.mod-share {
    position: relative;
    padding: 15px 0;
    background: #e1e1e1;
}
.mod-share ul {
    height: 20px;
}
.mod-share li {
    display: inline-block;
    line-height: 1;
    height: 20px;
    letter-spacing: normal;
    padding-right: 10px;
    vertical-align: top;
}
.mod-icon-left {
    position: relative;    
    display: inline-block;
    vertical-align: middle;
}
.mod-share li .mod-icon-left {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    height: 20px;
    color: #444;
    padding-left: 25px;
}
.mod-share-QR {
    position: relative;
    display: block;
    background: #34c102;
    color: #fff;
    padding-left: 5px;
    padding-top: 4px;
    height: 20px;
    width: 70px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 2px;
    cursor: pointer;
}
.mod-share-QR span {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding-left: 20px;
    padding-left: 2rem;
    text-align: left;
}
.mod-share li.js-share-btn-mail img{
    height: 20px;
    width: auto;
}
.toPath-back{
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: middle;
}
.toPath-back i{
    color: #0070bc;
    margin-left: 5px;
}
/* 底部 */
footer{
    padding:70px 0 0px;
    background: #f6f6f6;   
    border-bottom: 20px solid #0070bc;    
}
footer .foot-logo{
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}
footer .foot-logo img{
    max-width: 100%;
    width: auto;
    height: 65px;
}
footer .footer-list{
    float: right;
    display: inline-block;
    margin-top: 2%;
}
footer .footer-list p {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #444;
}
footer .footer-list p:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
footer .foot-text{    
    background: #fff;
    padding: 15px 0px; 
}
@media(max-width:767px){
    footer .foot-logo img{        
        height: 45px;
    }
    footer{
        padding:20px 0 0px 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: 2px 10px;
    border-radius: 3px;
    background: #e93404;
}
.float-box ul li a span{
    font-size: 30px;
    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{
    margin:30px 0;
    text-align: center;
    font-size: 14px;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 20px;
    background:#F5F5F5;
    border-radius: 3px;
    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:#e93404 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}