* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none; 
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
img {
  width: 100%;
  height: 100%;
}
body {
  background: #FFFFFF;
}
header {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.14rem;
}
header img {
  width: 5.9rem;
  height: 1.2rem;
}
main {
  padding: 2rem 0.23rem 0.38rem;
}
main .mould {
  background: #FFFFFF;
  box-shadow: 0px 0.11rem 0.16rem 0px #94c8ff;
  border-radius: 0.2rem;
  padding: 2.37rem 0.13rem 0.43rem 0.16rem;
  position: relative;
  margin-bottom: 0.84rem;
}
main .mould .swiper1 {
  position: absolute;
  top: -1.71rem;
  left: 0.4rem;
  /* background: url(../images/tupiank.jpg) no-repeat; */
  /* background-size: 100% 100%; */
  width: 6.12rem;
  height: 3.84rem;
}
main .mould .swiper1 .swiper-wrapper {
  /* width: 6.66rem;
  height: 3.02rem;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.33rem;
  margin-top: -1.51rem;
   */

}
/* main .mould .swiper1 .swiper-wrapper .swiper-slide {
  padding: 0.42rem 0.06rem 0.31rem 0.12rem;
} */
main .mould .m-txt {
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.45rem;
  text-indent: 2em;
}
main .content .c-title {
  width: 6.03rem;
  height: 0.91rem;
  margin: 0 auto 0.57rem;
  background: url(../images/biaoti.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
main .content .c-title .sixiang {
  position: absolute;
  top: 0.14rem;
  left: 0.56rem;
  font-weight: bold;
  font-size: 0.32rem;
 color: #FFFFFF;
}
main .content .c-title .text {
  float: right;
  width:3.58rem;
  margin-top: 0.15rem;
  margin-right: 0.2rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #000000;
}
main .content .c-txt {
  width: 100%;
  background: url(../images/dwbk.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.3rem 0.36rem;
  font-size: 0.28rem;
  color: #000000;
  text-indent: 2em;
  margin-bottom: 0.9rem;
  text-align: justify;
}
main .content .c-txt img {
  /* margin-top: 0.4rem; */
  margin-bottom: 0.2rem;
}
main .content .c-txt p {
  margin-bottom: 0.2rem;
}

main  .g-title {
  display: flex;
  justify-content: center;
}  
main  .g-title img {
  width: 0.89rem;
  height: 0.69rem;
  margin-right: 0.23rem;
}
main  .g-title .biaoti {
  width: 1.56rem;
  height: 0.65rem;
  background: url(../images/biaotik.jpg) no-repeat;
  background-size: 100% 100%;
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.65rem;
  text-align: center;
  font-weight: bold;
}
main  .jzjs-con {
  width: 6.92rem;
  height: 4.15rem;
  background: #FFFFFF;
  box-shadow: 0px 0.11rem 0.16rem 0px #FFDEC1;
  border-radius: 0.2rem;
  margin: 0.52rem auto 0.63rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
main  .jzjs-con .jzjs-left {
  width: 2.51rem;
  height: 3.48rem;
  background: url(../images/bg5.png) no-repeat;
  background-size: 100% 100%;
  padding: 3%;
}
main  .jzjs-con .jzjs-right {
  width: 3.2rem;
}
main  .jzjs-con .jzjs-right .j-top {
  position: relative;
  margin-bottom: 0.47rem;
}
main  .jzjs-con .jzjs-right .j-top h3 {
  font-weight: bold;
  font-size: 0.48rem;
  color: #000000;
}
main  .jzjs-con .jzjs-right .j-top .hongt {
  width: 1.22rem;
  height: 0.06rem;
  background: #E90000;
  margin-top: -0.05rem;
}
main  .jzjs-con .jzjs-right .j-middle {
  font-weight: normal;
  font-size: 0.32rem;
  color: #000000;
  margin-bottom: 0.24rem;
  font-weight: bold;
}
main  .jzjs-con .jzjs-right .j-bottom {
  font-weight: normal;
  font-size: 0.24rem;
  color: #000000;
  font-weight: bold;
}
main .swiper2 {
  margin-left: -2.5rem;
  margin-top: 0.21rem;
}
main .swiper2 .swiper-wrapper img {
  width: 5.3rem;
  height: 3.63rem;
}
footer {
  width: 100%;
  padding: 0.35rem;
  text-align: center;
  background: #0054d7;
}
footer p {
  font-size: 0.28rem;
  color: #FFFFFF;
}

