.container {
  width: 1200px;
}

body {
  background: url(../images/body_bg.png) no-repeat top center #e6f2ff;
}

.logo {
  margin-top: 20px;
}

.text {
  width: 80%;
  margin: 0 auto;
}

.text img {
  width: 100%;
  margin-top: 47px;
}

.sdjj_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 150px;
}

.sdjj {
  width: 48.5%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 24px 33px 37px;
  box-sizing: border-box;
}

.kpsp {
  width: 48.5%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 24px 33px 37px;
  box-sizing: border-box;
}

.sdjj_title,
.kpsp_title,
.xmzs_title,
.zcwj_title,
.mtqj_title {
  display: flex;
  justify-content: space-between;
}

.sdjj_title .title {
  display: block;
  height: 47px;
  width: 154px;
  background: url(../images/sdjj_title.png) no-repeat center;
  background-size: 100%;
}

.kpsp_title .title {
  display: block;
  height: 47px;
  width: 154px;
  background: url(../images/kpsp_title.png) no-repeat center;
  background-size: 100%;
}

.xmzs_title .title {
  display: block;
  height: 47px;
  width: 154px;
  background: url(../images/xmzs_title.png) no-repeat center;
  background-size: 100%;
}

.mtqj_title .title {
  display: block;
  height: 47px;
  width: 154px;
  background: url(../images/mtjq_title.png) no-repeat center;
  background-size: 100%;
}

.zcwj_title .title {
  display: block;
  height: 47px;
  width: 154px;
  background: url(../images/zjwj_title.png) no-repeat center;
  background-size: 100%;
}

.gengduo {
  font-size: 18px;
  color: rgba(42, 130, 228, 1);
  margin-top: 15px;
}

.nr {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 40px;
  color: rgba(0, 0, 0, 1);
  text-indent: 2em;
  margin-top: 30px;
}

.xiangqing {
  font-size: 18px;

  line-height: 40px;
  color: rgba(212, 48, 48, 1);
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xxzs {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 24px 33px 38px;
  margin-top: 40px;
}

.xmzs_box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.xmzs_box a {
  font-size: 20px;
  margin-right: 20px;
  padding: 0 20px;
  line-height: 46px;
  background: rgba(224, 239, 255, 1);
  color: rgba(42, 130, 228, 1);
}

a.onli {
  color: rgba(255, 255, 255, 1);
  background: url(../images/nav_bg.png) no-repeat center;
  background-size: 100%;
  position: relative;
  z-index: 99;
}

a.onli::before {
  content: "";
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  background: url(../images/sanjiaox.png) no-repeat center;
  background-size: 100% 100%;
  left: 50%;
  bottom: -7px;
}

.xmzs_item {
  display: flex;
  flex-wrap: wrap;
}

.xmzs_item li {
  width: 32%;
  margin-right: 20px;
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 26.4px;
}

.xmzs_item li img {
  height: 204px;
    width: 100%;
    object-fit: cover
}

.xmzs_item li:nth-child(3n) {
  margin-right: 0;
}

.mtqj_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 50px;
}

.mtqj {
  width: 48.5%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 24px 33px 37px;
  box-sizing: border-box;
}

.zcwj {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 24px 33px 37px;
  box-sizing: border-box;
  width: 48.5%;
}

.list {
  margin-top: 20px;
}

.list li {
  display: flex;
  position: relative;
  padding-left: 15px;
  justify-content: space-between;
}

.list li a {
  width: 100%;
  font-size: 20px;
  line-height: 56px;
  color: rgba(56, 56, 56, 1);
}

.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background:#266BBF;
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
}

@media (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0 20px;
  }

  .logo {
    margin-left: 40px;
  }

  .sdjj {
    width: 100%;
  }

  .kpsp {
    width: 100%;
    margin-top: 30px;
  }

  .xmzs_item {
    justify-content: space-between;
  }

  .xmzs_item img {
    width: 100%;
    height: auto;
  }

  .xmzs_item li {
    width: 48%;
    margin-right: 0px;
  }

  .mtqj {
    width: 100%;
  }

  .zcwj {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .logo {
    width: 200px;
    margin-left: 15px;
  }

  .text {
    width: 100%;
    margin: 0 auto;
  }

  .xmzs_item li {
    width: 100%;
  }

  .xxzs {
    padding: 22px 12px 38px;
  }

  .xmzs_box a {
    font-size: 18px;
    margin-top: 20px;
  }
}

