@charset "utf-8";
html {
    font-size: 16px;
    line-height: 1.8;
    scroll-behavior: smooth;
}
body{
    font-size: 1rem;
    line-height: 1.5;
    background: #fff;
    color: #181818;
    font-family:  "Microsoft YaHei","Source Han Sans CN", "KaiTi", sans-serif;
    max-width: 1920px;
    margin: 0 auto;
}
@media (max-width: 1360px) {
    html {
      font-size: 15px;
    }
    body {
      line-height: 1.3;
    }
}
  @media (max-width: 992px) {
    html {
      font-size: 14px;
    }
    body {
      line-height: 1.2;
    }
}
@media(min-width:992px){
    .container-fluid{
        width:95%;
        max-width:1600px;
    }
}
*{
    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:#181818;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
    color:#35a33b;
}
a:focus{
    text-decoration:none !important;
}
img{
    max-width: 100%;
}
.banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #fff;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 50px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #35a33b;
    border: 1px solid #35a33b;
}
@media(max-width:992px){
    .banner .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .banner.swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 10px;
    }
}
/* 底部 */
footer{
    padding: 7rem 0 3rem 0;
    background: #1c2d1c;
}
.foot-con{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-l{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foot-r{
    width: 50%;
}
.foot-l strong{
    display: block;
    font-size: 1.5rem;
    color: #fff;
    width: 90%;
}
.foot-l .f-contact{
    color: #727d72;
}
.foot-l .f-contact strong,.foot-l .f-contact strong a{
    text-decoration: underline;
    color: #9ea69e;
}
.foot-l .f-contact strong a:hover{
    color: #35a33b;
}
.foot-l p{
    font-size: 1.125rem;
}
.foot-l .small{
    font-size: 0.875rem;
}
.foot-nav ul{
    display: flex;
    padding: 2rem 0;
}
.foot-nav ul li{
    margin-right: 1.5rem;
}
.foot-nav ul li a{
    color: #727d72;
    display: block;
    line-height: 2.0;
    text-transform: uppercase;
}
.foot-nav ul li a:hover{
    color: #35a33b;
}
.foot-nav ul li:first-child h3 a{
    margin-bottom: 1rem;
}
.foot-nav ul li h3 a{
    color: #9ea69e;
    display: block;
    line-height:1.4;
    font-size: 1.5rem;
    font-weight: bold;
}
.five{
    color: #b5c8c9;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    font-weight: bold;
}
.five a{
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 1.25rem;
    line-height: 16px;
    margin-right: 15px;
}
.five a:nth-child(3){
    background: url(../img/tuite.png) no-repeat left bottom;
    background-size: 100%;
}
footer .foot-text{
    color: #727d72;
    padding: 2rem 0px 1.5rem;
    border-top: 1px solid #334233;
    margin-top: 4rem;
}

@media(max-width:992px){
    .footer{
        padding: 30px 0 10px 0;
    }
    .footer .foot-contact {
        padding: 20px 0px 0px;
        margin-top: 20px;
    }
    .foot-l,.foot-r{
        width: 100%;
    }
    .foot-l{
        margin-bottom: 15px;
    }
    .foot-l .foot-l-con{
        margin-bottom: 15px;
    }
    .foot-l strong{
        font-size: 1.5rem;
    }
    .foot-l img{
        height: 40px;
    }
    .footer .f-logo img{
    	height: 45px;
    }
    .foot-nav ul li{
        width: 50%;
        margin-bottom: 10px;
    }
}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    bottom:20%;
    right:10px;
    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;
    margin-bottom: 5px;
}
.float-box ul li a{
    color:#fff;
    display: block;
    padding: 6px 6px;
    border-radius: 2px;
    background: #35a33b;
}
.float-box ul li a i{
    font-size: 24px;
    display: inline-block;
    line-height: 1.0;
}
.float-box ul li a p{
    margin-top: -5px;
    font-size: 14px;
}
.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{
    margin:30px 0;
    text-align: center;
    font-size: 14px;
}
.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{
    padding: 10px 15px;
    border-radius: 20px;
    background:#fff;
    line-height: 1;
    color: #666;
    border: 1px solid #dee2e6;
}
.page-box .pagination .page-num-current{
    background:#35a33b !important;
    border: 1px solid #35a33b;
    color:#fff;
    line-height: 1;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}