@charset "utf-8";
html, body {
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}
@media (max-width: 1420px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 13px;
  }
  .container-fluid {
    width: 95%;
  }
}
body {
  font-size: 1rem;
  line-height: 1.75;
  background: #fff;
  font-weight: 400;
  color: #181818;
  font-family: 'Open Sans',"Source Han Sans CN", "Microsoft YaHei", "KaiTi", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
  body {
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
* {
  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.3s;
}
a:hover {
  text-decoration: none;
  color: #001d7b;
}
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: #001d7b;
  border: 1px solid #001d7b;
}
@media (max-width: 992px) {
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .banner.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}
/* 底部 */
footer {
  padding: 90px 0 30px 0;
  background: url(../img/foot.png) no-repeat 0 0;
  background-color: #000;
  background-size: 100% 100%;
  color: #fff;
}
.foot-l{
  display: flex;
  justify-content: space-between;
}
.foot-l p{
  font-weight: 200;
}
.foot-l .name {
  font-weight: 600;
  margin-bottom: 5px;
}
.foot-l ul{
  width: 50%;
  display: flex;
}
.foot-l ul li{
  margin-right: 10%;
}
.foot-l ul .list{
  height: 100%;
}
.foot-l ul .list p{
  margin-bottom: 5px;
}
.foot-l ul .list p a{
  color: #fff;
  font-weight: 200;
  font-size: 0.825rem;
}
.foot-l .foot-contact{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
}
.foot-l .foot-contact .foot-t span{
  font-size: 1.125rem;
}
.foot-l .foot-contact .foot-t p{
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 20px;
}
.foot-l .foot-contact p{
  font-size: 0.825rem;
}
.foot-l .foot-contact .foot-er{
  margin-bottom: 30px;
}
.foot-l .foot-contact .foot-er p{
  font-weight: 700;
  font-size: 1.125rem;
}
.foot-l .foot-contact .foot-er .map-marker{
  font-size: 1rem;
  font-weight: 200;
  padding-left: 15px;
  background: url(../img/address.png) no-repeat left center;
  background-size: 10px;
}
.foot-l .foot-contact .foot-er p span{
  font-size: 2.8rem;
  line-height: 0.7;
}
.foot-er .er-box {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 10px;
  background: #fff;
  margin-right: 2%;
}
.foot-er .er-box img {
  width: 100%;
}
.foot-er .er-box p {
  font-size: 0.85rem;
  color: #2b2b2b;
  padding: 5px 0;
}
footer .foot-text {
  padding: 40px 0px;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 60px;
}
footer .foot-text a {
  color: #fff;
}
@media (max-width: 991px) {
  .foot-l ul{
    display: none;
  }
  .foot-er .er-box{
    width: 140px;
    padding: 5px;
    margin: 0px auto;
  }
  .foot-l .foot-contact .foot-er p span{
    font-size: 1.75rem;
  }
  .foot-l .foot-contact .foot-er .map-marker {
    background: url(../img/address.png) no-repeat left 3px;
    background-size: 10px;
  }
  .foot-l .foot-contact .foot-er {
    margin-bottom: 15px;
  }
  .foot-l .foot-contact .foot-t span {
    font-size: 1rem;
  }
  .foot-l .foot-contact .foot-t p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 20px 0;
  }
  footer .foot-text {
    padding: 15px 0px;
    margin-top: 20px;
  }

}
/* 侧边悬浮框 */
.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: 2px;
  background: #001d7b;
}
.float-box ul li a span {
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
}
.float-box ul li a p {
  margin-top: 0px;
  line-height: 1.1;
}
.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;
  }
}

/* 页码 */
.page-box {
  margin: 1.8rem 0;
  text-align: center;
  font-size: 0.875rem;
}
.page-box .pagination {
  overflow: hidden;
}
.page-box .pagination a {
  display: block;
  float: left;
  padding: 7px 15px;
  background: #fff;
  text-align: center;
  margin: 8px 5px;
  border-radius: 30px;
  color: #c1c1c1;
  border: 1px solid #e1e1e1;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item {
  background: #fff;
}
.page-box .pagination .page-num-current {
  background: #001d7b !important;
  color: #fff;
}
.page-num-current:hover {
  color: #fff;
}
span.page-num {
  display: none;
}
/* 移动端修改 */
@media (max-width: 992px) {
  .text-center p img {
    width: 86px;
  }
  .text-center span {
    font-size: 20px;
  }
  .pro-img {
    text-align: center;
  }
  .pro-img img {
    width: 42%;
  }
  .foot-nav {
    flex-wrap: wrap;
  }
  .foot-nav .one .row {
    justify-content: space-between;
  }
  .foot-nav li.one {
    display: none;
  }
  .foot-nav li:nth-of-type(2),
  .foot-nav li:nth-of-type(3) {
    display: none;
  }
  .foot-nav {
    display: flex;
    justify-content: space-between;
  }
  .foot-nav .one .row li {
    width: 37%;
  }
  .col-md-8 .foot-nav .one .row {
    display: flex;
    justify-content: space-between;
  }
}

