* input::-moz-placeholder {
  color: #999;
}
* input::-webkit-input-placeholder {
  color: #999;
}
* input::-o-input-placeholder {
  color: #999;
}
* input::-ms-input-placeholder {
  color: #999;
}
.section {
  position: relative;
  z-index: 2;
}
.page_banner {
  padding-top: 90px;
}
.page_banner .pic {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.page_banner .pic .i2 {
  display: none;
}
.page_banner .pic i,
.page_banner .pic img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  animation: img_1 1.2s linear 1;
}
.page_title .w1200 {
  position: relative;
}
.page_title .pos {
  position: absolute;
  top: -115px;
  left: 0;
  width: 220px;
  background: #005fa3;
  border-radius: 8px;
  overflow: hidden;
}
.page_title .pos .text {
  position: relative;
  padding: 48px 0 0px 24px;
  height: 182px;
  color: #fff;
}
.page_title .pos b {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
}
.page_title .pos p {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 23px;
  font-family: Arial;
}
.page_title .pos i {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  opacity: 0.5;
}
.page_title .crumbs {
  padding: 92px 0 50px;
}
.page_title .crumbs i {
  float: left;
  width: 20px;
  height: 24px;
  background: url(../images/icon/icon_18.png) center no-repeat;
  background-size: 100% auto;
}
.page_title .crumbs a {
  float: left;
  color: #666;
  padding-left: 29px;
  font-size: 18px;
  background: url(../images/icon/icon_19.png) 10px center no-repeat;
  background-size: 9px auto;
}
.page_title .crumbs a:last-child,
.page_title .crumbs a:hover {
  color: #005fa3;
}
.page_title .crumbs span {
  float: left;
  margin: 0 10px;
  width: 9px;
  height: 24px;
  background: url(../images/icon/icon_19.png) center no-repeat;
  background-size: 100% auto;
}
.page_title .subnav {
  border-bottom: #e5e5e5 1px solid;
  line-height: 90px;
}
.page_title .subnav .swiper-wrapper .swiper-slide {
  width: auto ;
}
.page_title .subnav .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.page_title .subnav .swiper-wrapper .swiper-slide a {
  position: relative;
  /* margin: 0 6px 0 10px;
  min-width: 96px; */
  float: left;
  color: #666;
  text-align: center;
  font-size: 18px;
  transition: all 0.5s;
}
.page_title .subnav .swiper-wrapper .swiper-slide a::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 3px;
  background: #005fa3;
  content: "";
  transition: all 0.5s;
  transform: translateX(-50%);
}
.page_title .subnav .swiper-wrapper .swiper-slide.cur a,
.page_title .subnav .swiper-wrapper .swiper-slide:hover a {
  color: #005fa3;
  font-size: 24px;
  transition: all 0.5s;
}
.page_title .subnav .swiper-wrapper .swiper-slide.cur a::after,
.page_title .subnav .swiper-wrapper .swiper-slide:hover a::after {
  width: 21px;
  transition: all 0.5s;
}
.subnav_box {
  display: none;
}


.title_all {
  margin-bottom: 33px;
  line-height: 30px;
}
.title_all b {
  float: left;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.title_all a {
  float: right;
  font-size: 16px;
  color: #333;
}
.title_all a:hover {
  color: #125999;
}
.footer {
  border-top: #005fa3 3px solid;
}
.scroll {
  display: none;
}
@media (max-width: 1200px) {
  .suspension {
    display: none;
  }
  .page_banner {
    padding-top: 1rem;
  }
  .page_banner .pic {
    height: 4rem;
  }
  .page_banner .pic .i1 {
    display: none;
  }
  .page_banner .pic .i2 {
    display: block;
  }
  .page_title .pos {
    top: -1rem;
    width: 2.2rem;
    border-radius: 0.08rem;
  }
  .page_title .pos .text {
    padding: 0.48rem 0 0rem 0.2rem;
    height: 1.82rem;
  }
  .page_title .pos b {
    margin-bottom: 0.1rem;
    font-size: 0.32rem;
  }
  .page_title .pos p {
    margin-bottom: 0.18rem;
    font-size: 0.22rem;
  }
  .page_title .pos i {
    left: 0.2rem;
    height: 0.8rem;
  }
  .page_title .crumbs {
    display: none;
  }
  .page_title .subnav {
    padding-top: 1.5rem;
    line-height: 1.1rem;
  }
  .page_title .subnav .swiper-wrapper {
    justify-content: left;
  }
  .page_title .subnav .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .page_title .subnav .swiper-wrapper .swiper-slide a {
    /* margin: 0 0.2rem 0 0.4rem; */
    /* margin: 0;
    min-width: 0.9rem; */
    font-size: 0.3rem;
  }
  .page_title .subnav .swiper-wrapper .swiper-slide a {
    /* margin: 0 0.4rem 0 0; */
    margin: 0;
  }
  .page_title .subnav .swiper-wrapper .swiper-slide a:hover {
    color: #666;
    font-size: 0.3rem;
  }
  .page_title .subnav .swiper-wrapper .swiper-slide a:hover::after {
    width: 0;
  }
  .page_title .subnav .swiper-wrapper .swiper-slide.cur a,
  .page_title .subnav .swiper-wrapper .swiper-slide.cur a:hover {
    font-size: 0.34rem;
  }
  .page_title .subnav .swiper-wrapper .swiper-slide.cur a::after,
  .page_title .subnav .swiper-wrapper .swiper-slide.cur a:hover::after {
    color: #005fa3;
    width: 0.24rem;
  }
  .title_all {
    margin-bottom:0.4rem;
    line-height: 1;
  }
  .title_all b {
    font-size: 0.36rem;
  }
  .title_all a {
    font-size: 0.26rem;
  }

  .subnav_box {
    display: block;
    /*  border-top: #e5e5e5 1px solid; */
  }
  .subnav_box a {
    float: left;
    padding-left:0.49rem;
    font-size: 0.26rem;
    line-height: 1.04rem;
    color: #666;
    background: url(../images/mobile/icon/icon_19.png) 0.17rem center no-repeat;
    background-size: 0.14rem auto;
  }
  .subnav_box a.one {
      padding-left: 0;
    width: 0.21rem;
    height: 1.04rem;
    background: url(../images/mobile/icon/icon_18.png) left center no-repeat;
    background-size: 0.21rem auto;
  }
  .subnav_box i {
    float: left;
    margin: 0 0.17rem;
    width: 0.15rem;
    height: 1.04rem;
    background: url(../images/mobile/icon/icon_19.png) left center no-repeat;
    background-size: 0.14rem auto;
  }
  
}



