html {
  scroll-behavior: smooth;
}
p.title{
  font-size: 0.45rem;
  font-weight: bold;
  color: #004f8d;
  margin: 0.66rem auto 0.4rem auto;
  text-align: center;
}
p.title::after{
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.07rem;
  background-color: #004f8d;
  margin: 0.3rem auto 0 auto;
}
p.title span{
  font-size: 0.24rem;
  font-weight: normal;
  color: #004f8d;
  display: block;
  margin-top: 0.15rem;
}
.shzr-title{
  line-height: 0.95rem;
  display: flex;
  align-items: center;  
  justify-content: center;
  background-color: #bfe3ff;
}
.shzr-title p{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
  color: #313131;
  min-width: 3.66rem;
  overflow: hidden;
}
.shzr-title p img{
  margin-right: 0.25rem;
}
.shzr-title p:last-child{
  margin-left: 1.95rem;
}
.shzr-title p:after{
  content: "";
  display: block;
  width: 100%;
  height: 0.04rem;
  background-color: #004f8d;
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
}
.shzr-title p.active:after{
  transform: translateX(0);
}
.shzr-con{
  background-color: #f4f4f4;
}
.shzr-zy{
  font-size: 0.24rem;
  color: #3a3a3a;
  /*margin: 0.5rem auto 0.7rem auto;*/
  width: 90.6%;
  line-height: 0.45rem;
}
.shzr-swiper{
  padding: 0.4rem 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.shzr-swiper .swiper-container{ 
  width: 15.75rem;
  margin: 0 auto;
}
.swiper-slide{
  display: flex;
  justify-content: center;
}
.swiper-slide>img{
  width: 2.91rem;
  height: 3.9rem;
  object-fit: cover;
  box-shadow: rgba(0,0,0,0.1) 0px 8px 24px 0px;
}
.swiper-slide  .swiper-right{ 
  font-size: 0.14rem;
  color: #3a3a3a;
  margin: 0 0 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  align-content: space-between;
}
.swiper-slide  .swiper-right .swiper-title{
  margin-bottom: 0.2rem;
  margin-top: auto;
      line-height: 0.35rem;
    font-size: 0.16rem;
  width:100%;
}
.swiper-slide  .swiper-nav,
.swiper-slide  .swiper-nav a{
  display: flex;
  align-items: center;
}
.swiper-slide  .swiper-nav a{
  margin-right: 0.2rem;
  font-size: 0.18rem;
}
.swiper-slide  .swiper-nav a img{
 width: 0.19rem;
 margin-right: 0.1rem;
}
.swiper-slide  .swiper-nav a:last-child{ 
  margin-right: 0;
}
.swiper-button-prev, .swiper-button-next{
  background: url(/cms_files/filemanager/52/picture/20264/e57c9c7cf98f489e93b1d7721c99a56a.png) no-repeat;
  width: 0.45rem;
  height: 0.45rem;
  background-size: 100% 100%;
}
.swiper-button-next{
  transform: rotate(180deg);
}
.swiper-pagination{
  font-size: 0;
  position: static;
  margin: 0.25rem auto 0.15rem auto;
}
.swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.07rem;
    display: inline-block;
    border-radius: 0;
    background: #cfcfcf;
    opacity: 1;
    margin-right: 0.05rem;
}
.swiper-pagination-bullet-active {
    background: #004f8d;
}
.hgjy{
  margin: 0 auto 0.5rem auto;
  display: none;
  padding: 0.65rem 0;
}
.hgjy .hgjy-con{
  background: url(hgjyBG.png) no-repeat;
  width: 12.81rem;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #000;
  padding: 0.45rem;
  background-size: 100% 100%;
  margin: 0 auto;
}