@charset "utf-8";
.container-fluid{
    width:95%;
    max-width:1330px;
}
html{
    font-size: 16px;
}
@media (max-width:768px) {
    html{
        font-size: 14px;
    }
    .container-fluid{
       width:100%;
   }
}
body{
    font-size: 1.0rem;
    line-height: 1.8;
    background: #fff;
    color: #222222;
    font-family: 'microsoft yahei', PingFangSC-Regular, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', simsun, sans-serif;
    -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:#222222;
}
a:hover{
    text-decoration:none;
    color:#f8c301;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: auto;
    max-width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    width: 27px;
    height: 27px;
}
.swiper-button-next{
    right: 10px;
}
.swiper-button-prev{
    left: 10px;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1.0;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active{
    background-color: #f8c301;
    border: 1px solid #f8c301;
}
.foot-cont{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 88px 0;
}
.foot-cont .foot-cont-r{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 5rem;
    border-left: 1px solid #999;
}
.foot-nav{
    width: 50%;
    color: #fff;
    margin-bottom: 0px;
    padding-right: 5rem;
}
.foot-nav p.name{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.foot-nav p.name span{
    display: block;
    font-size: 40px;
}
.foot-nav ul{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.foot-nav::before{
    background: #3b3b3b;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: -7%;
}
.foot-list .foot-er{
    padding-left: 20px;
    border-left: 1px solid #3b3b3b;
}
.foot-nav ul li{
    min-width: 10%;
    max-width: 30%;
    line-height: 2;
}
.foot-nav ul li ul{
    display: block;
}
.foot-nav ul li ul li{
    display: block;
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 2;
    padding: 0;
}
.foot-nav ul li a{
    line-height: 36px;
    font-size: 14px;
    color: #ddd;
    display: block;
}
.foot-nav ul li ul li a:hover{
    color: #ffcb04;
}
footer .foot-er{
    display: flex;
    justify-content: flex-end;
}
@media(max-width:1280px){
    .foot-nav::before{
        left: -4%;
    }
}
@media(max-width:992px){
    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
}
@media(max-width:767px){
    footer .foot-er{
       justify-content: center;
    }
}
footer .foot-er .er-box{
    display: block;
    height: 140px;
    width: 140px;
}
footer .foot-er .er-box img{
    width:100%;
    border-radius: 4px;
    margin: 10px auto;
}
footer .foot-er .er-box p{
    text-align: center;
    font-size: 12px;
    color: #ccc;
    line-height: 18px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: 7px;
}
.friendlink{
    color: #fff;
    padding: 10px 0;
    font-size: 0.875rem;
    background-color: #55636c;
}
.friendlink a{
    color: #fff;
}
/* 底部 */
footer{
    background: url(../img/foot.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}
footer .foot-contact ul{
    display: flex;
    flex-direction: column;
}
footer .foot-contact li{
    font-size: 14px;
    color: #ddd;
    display: inline-block;
}
footer .foot-contact li .pro-btn{
    margin-top: 1rem;
}
footer .foot-contact li span{
    color: #f8c301;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
    display: inline-block;
}
footer .foot-contact li a{
    color: #fff;
}
footer .foot-text{
    text-align: center;
    line-height: 60px;
    color: #aaa;
    font-size: 14px;
    background: #222;
}
footer .foot-text a{
    color: #aaa;
}
footer .foot-text a:hover{
    color: #f8c301;
}
@media(max-width:992px){
    footer{
        padding: 20px 0;
    }
    .foot-cont .foot-cont-r{
        width: 100%;
        border: 0;
        padding: 0;
    }
    .foot-cont{
        padding: 0;
    }
    .foot-contact{
        width: 100%;
    }
    footer .foot-er{
        display: none;
    }
}
@media(max-width:767px){
    footer .foot-er .er-box{
        width:105px;
    }
    footer .foot-er .er-box p{
        font-size: 12px;
    }
    footer .foot-contact li {
        display: block;
    }
    footer .foot-logo img{
        height: 30px;
    }
    footer .foot-text{
        font-size: 13px;
        margin-top: 20px;
        line-height: 1.5;
        padding: 15px 0px 30px;
    }
}
/* 侧边悬浮框 */
.online {
    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;
}
.online.active{
    right: 10px;
}
.online a {
    color: #666;
}
.online a:hover {
    text-decoration: none;
}
.online dl {
    border-radius: 3px;
    background: #f8c301;
    padding: 10px 15px;
    margin-bottom: 1px;
    position: relative;
}
.online dl dd {
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.online dl dd i {
    font-size: 20px;
}
.online dl:hover {
    background: #cda102;
}
.online dl dt {
    position: absolute;
    top: 0px;
    right: 60px;
    background: #fff;
    border: 1px solid #efefef;
    z-index: 9999;
    display: none;
    padding: 10px 10px;
    font-weight: normal;
}
.online dl dt img{
    width: auto;
    max-width: 120px;
}
.online dl dt h3 {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.online dl dt h3 i {
    margin-right: 5px;
}
.online dl dt h3 span {
    float: right;
    cursor: pointer;
}
/* 手机底部 */
.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:#ffcb04;
    border-left:1px solid rgba(255,255,255,0.7);
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.m-footer ul li:first-child{
    border-left:none;
}
.m-footer ul li a{
    color:#fff;
}
.m-footer ul li i{
    color:#fff;
    font-size: 22px;
}
@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:#f8c301 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}