@charset "utf-8";
@font-face{
    font-family:din;
    src:url(../font/Montserrat-Light.otf) format("opentype");
    font-alias:DIN-Regular;
}
html{
    font-size: 16px;
}
@media(max-width:992px){
    html{
        font-size: 12px;
    }
}
@media(min-width:992px){
    .container-fluid{
        width:95%;
        max-width:1530px;
    }
}
body{
    font-size: 1rem;
    line-height: 1.8;
    background: #fff;
    color: #2b2b2b;
    font-family: 'din',sans-serif;
    max-width: 1920px;
    left: 0;
    right: 0;
    text-align: left;
    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;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
    color:#1b93cb;
}
a:focus{
    text-decoration:none !important;
}
img{
    max-width: 100%;
}

.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: 16px;
    height: 16px;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #e72038;
    border: 1px solid #e72038;
}
@keyframes wp_wave_mask_ani {
    0% {
        -webkit-mask-position-x: 0;
    }

    100% {
        -webkit-mask-position-x: 100vw;
    }
}

.wp_wave_mask_ani {
    position: absolute;
    width: 100%;
    height: calc(100% + 0px);
    left: 0;
    top: -0px;
    background-color: #fff;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: repeat;
    animation: wp_wave_mask_ani linear 5s infinite;
}

/* 底部 */
footer{
    padding: 80px 0 0px 0;
    background: #0c192b;
    color: #fff;
    position: relative;
}
/*分享按钮*/
.foot-shareicon {
  font-size: 1.0rem;
  padding: 5rem 0 2rem;
}
.foot-shareicon ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.foot-shareicon li {
  position: relative;
  line-height: 1.15;
  margin-right: 15px;
}
.foot-shareicon i,
.foot-shareicon a {
  color: #fff;
  font-size: 1.5rem;
}
/*联系我们*/
.foot-contact li {
  padding: 0px 0px 0px 30px;
}
.foot-contact li.sign {
  padding: 0px 0px 5rem 0px;
  line-height: 1.3;
}
.foot-contact li.sign span{
  display: block;
  font-weight: 700;
  font-size: 1.875rem;
}
.foot-contact li.email {
  padding: 0px 0px 0px 0px;
  font-size: 2.0rem;
}
.foot-contact li.email a{
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.foot-contact li.phone {
  background: url(../img/p.png) no-repeat 0px center;
}
.foot-contact li.mobile {
  background: url(../img/m.png) no-repeat 0px center;
}
.foot-contact li.fax {
  background: url(../img/f.png) no-repeat 0px center;
}
.foot-contact li.map-marker {
  background: url(../img/a.png) no-repeat 0px center;
}
/*导航*/
.foot-nav ul{
    display: flex;
    justify-content: space-between;
}
.foot-nav p.name{
    font-size: 1.5rem;
    color: #1b93cb;
    font-weight: 600;
    margin-bottom: 1.0rem;
}
.foot-nav ul li ul{
    display: block;
}
.foot-nav ul li a{
    font-size: 0.875rem;
    display: block;
    color: #fff;
    line-height: 2.2;
    opacity: 0.9;
}
footer .foot-text{
    font-size: 0.875rem;
    padding: 25px 0px;
    border-top: 1px solid #272f3b;
    margin-top: 1rem;
}
footer .foot-text a,.foot-contact a{
    color: #fff;
}
@media(max-width:767px){
    footer{
        padding:40px 0 20px 0;
    }
    footer .foot-logo span{
        font-size: 1.0rem;
    }
    footer .foot-contact ul li,.foot-nav ul li {
        font-size: 13px;
    }
    .foot-contact .er-box {
        padding: 5px;
        width: 22%;
        margin: 0px 2% 0px 0px;
    }
    footer .foot-contact ul{
    	width: 76%;
    }
    footer .foot-text {
        padding: 15px 0px;
        margin-top: 20px;
    }
    footer .foot-logo {
        margin-bottom: 5px;
    }
    footer .foot-logo img{
    	height: 45px;
    }
    .foot-contact li.email{
        font-size: 1.25rem;
    }
}
/* 侧边悬浮框 */
.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 12px;
    border-radius: 3px;
    background: #0070c0;
}
.float-box ul li a span{
    font-size: 26px;
    display: inline-block;
    line-height: 1.0;
}
.float-box ul li a p{
    margin-top: -15px;
}
.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: 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{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#0070c0 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}