/* CSS Document */
body {background: #fff;}
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.flex {align-items: center;align-content: space-between;}
.wrap {width: 94%;margin: auto;}
.mar {margin: 3% auto;}
.p {text-indent: 2em;line-height: 1.8em;}

.title-main {
  font-size: 1.5rem;
  text-align: center;
  color: #202f32;
}
.title-main span {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.qj p {line-height: 1.8em;}

.bg1 {
  padding: 1px 3%;
  background: url("../../static/images/bg1.jpg") no-repeat center/cover;
  color: #fff;
}
.bg1 .title-main {color: #fff;}
.pymb {
  padding: 2%;
  border: 1px solid #fff;
  margin-bottom: 2%;
}
.pymb-tit {
  font-size: 1.2rem;
}
.pymb-tit img {
  width: 4%;
  vertical-align: middle;
  margin-right: 2%;
}

.zxbtn {
  display: block;
  width: 50%;
  line-height: 2.5rem;
  background: #02349b;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 50px;
}
.zxbtn2 {background: #fff;color: #02349b;}


.kcbor {
  border: 1px solid #ccc;
  margin: 8% 1% 1%;
  border-radius: .5rem;
}
.kc {margin-top: -1.25rem;}
.kc .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
}
.kc .swiper-pagination .swiper-pagination-bullet {
  width: 17%;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #02349b;
  background: #02349b;
  color: #fff;
  text-align: center;
  margin-bottom: 2% !important;
  border-radius: 50px;
  opacity: 1;
}
.kc .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  color: #02349b;
}
.kc .swiper-slide {
  padding: 2% 0;
  background: #f3f0f0;
  align-items: center;
}
.kc .swiper-slide img {
  width: 40%;
  margin: 0 3%;
}
.kc .swiper-slide article {
  width: 49%;
  height: 18rem;
  margin-left: 3%;
  font-size: .8rem;
}
.kc .swiper-slide h4 {
  font-size: 1rem;
  margin-bottom: 2%;
}
.kc .swiper-slide h4 span {color: #f00;}

.jn li {
  width: 31.5%;
  text-align: center;
  line-height: 2em;
  margin-bottom: 2%;
}

.bgor {
  background: #02349b;
  color: #fff;
  padding: 1px 3%;
}
.bgor .title-main {color: #fff;}
.shx-title {
  font-size: 1.2rem;
}
.shx-p {line-height: 2em;}
.shx-ul {
  align-items: normal;
}
.shx-ul li {
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #02349b;
  background: #fff;
  color: #333;
}
.shx-ul li h5 {
  line-height: 3em;
  border-bottom: 2px solid #02349b;
  text-align: center;
  font-size: 1rem;
}
.shx-ul li p {
  padding: 3%;
  line-height: 1.8em;
}

.bggrey {background: #eaecec;overflow: hidden;}
.jy {
  align-items: normal;
}
.jy li {
  width: 48.5%;
  box-shadow: 0 5px 8px #02349b;
}
.jy li h5 {
  font-size: 1.3rem;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 2%;
}
.jy li hr {
  width: 30%;
  border: 2px solid #02349b;
  margin: auto;
}
.jy li p {
  margin: 3%;
  line-height: 1.5em;
}
.hzdw, .jyfx {width: 48.5%;}
.hzdw img, .jyfx img {width: 100%;}
.jyfx .swiper-slide img:first-child {margin-bottom: 10px;}
.hzdw p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 2rem;
  color: #fff;
}

.zsbg {
  background: url("../../static/images/zs-bg.jpg") no-repeat center/cover;
  color: #fff;
  overflow: hidden;
}
.zsbg .title-main {color: #fff;}
.ys {padding-bottom: 8%;}
.ys .swiper-slide {
  height: 23rem;
  background: #f9f9f9;
}
.ys .swiper-slide p {
  padding: 3%;
}
.ys .swiper-slide-active{
  box-shadow: 0 5px 8px #f98c2a;
}