.logo {
  width: 400px;
  margin-top: 20px;
}

.text {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.container {
  overflow: unset;
}

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

.daoyu_title {
  background: url(../images/daoyu_title.png) no-repeat center;
  height: 47px;
}

.cs {
  height: 230px;
}

.dy_p {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 8px 8px 25px rgba(84, 133, 232, 0.2);
  padding: 40px;
  margin-top: 25px;
  font-size: 20px;
  text-indent: 2em;
  line-height: 40px;
  color: rgba(51, 51, 51, 1);
}

.cwhy_title {
  height: 47px;
  background: url(../images/qzfcwhy_title.png) no-repeat center;
}

.cwhy {
  margin-top: 50px;
  position: relative;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

.mySwiper {
  margin-top: 50px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 12px;
}

.mySwiper::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(204, 204, 204, 1);
  display: block;
  position: absolute;
  bottom: 10px;
}

.mySwiper .mySwiper a {
  cursor: pointer;
}

.cwhy .swiper-button-next {
  width: 13px;
  height: 20px;
  background-size: cover;
  right: 0;
  top: 75%;
}

.cwhy .swiper-button-prev {
  left: 0px;
  top: 75%;
  width: 13px;
  height: 20px;
  background-size: cover;
}

.active {
  position: relative;
}

.active::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: rgba(27, 116, 217, 1);
  position: absolute;
  bottom: -37px;
  border-radius: 50%;
  left: 11px;
}

.cwhy_list li {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  position: relative;
}

.cwhy_list {
  padding-bottom: 50px;
  position: relative;
}

.cwhy_list .li_left {
  width: 75px;
  height: 70px;
  flex-shrink: 0;
  text-align: center;
  margin-right: 75px;
}

.ri {
  font-size: 50px;
  font-weight: 700;
  line-height: 38px;
  color: rgba(30, 120, 199, 1);
}

.yue {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.76px;
  color: rgba(130, 170, 207, 1);
  margin-top: 5px;
}

.li_right {
  height: 180px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 4px 4px 15px rgba(84, 133, 232, 0.2);
  padding: 30px 50px 30px 40px;
  margin-right: 5px;
  margin-left: 50px;
  flex: 1;
}

.li_title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  -webkit-line-clamp: 1;
  color: rgba(32, 79, 149, 1);
}

.li_nr {
  font-size: 20px;
  line-height: 40px;
  color: rgba(51, 51, 51, 1);
  margin-top: 15px;
}

/* 单行省略号 */
.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

/* 多行省略号 */
.elli-m {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.cwhy_list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: rgba(27, 116, 217, 1);
  position: absolute;
  border-radius: 50%;
  left: 120px;
  top: 50%;
  z-index: 99;
}

.cwhy_list::after {
  content: "";
  display: block;
  width: 2px;
  background: rgba(204, 204, 204, 1);
  height: calc(100% - 240px);
  position: absolute;
  top: 105px;
  left: 127px;
}

/*pagediv*/
.pagediv {
  font-size: 0.875em;
  color: #333;
  line-height: 2;
  clear: both;
}

.pagediv a {
  color: #333;
}

.pagediv .moye,
.pagediv .arrow a,
.pagediv .index_num,
.pagediv .pagination_index_last,
.pagediv #pagination_input,
.pagediv #currentPage {
  display: inline-block;
  *display: inline;
  margin: 4px;
  zoom: 1;
  border: 1px solid rgba(240, 240, 240, 1);

  vertical-align: top;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: #fff;
}

.pagediv .arrow a:hover,
.pagediv .index_num {
  background: rgba(43, 122, 209, 1);
  border-color: rgba(43, 122, 209, 1);
  color: #fff;
  text-decoration: none;
}

.pagediv .moye,
.pagediv .arrow a,
.pagediv .index_num {
  padding: 0 10px;
}

.pagediv .index_num {
  font-weight: 700;
}

.pagediv .pagination_index_last {
  padding: 0 6px;
}

.pagediv #pagination_input {
  width: 40px;
  height: 28px;
  color: #888;
  text-align: center;
  background: #fff;
}

.pagediv #currentPage {
  width: 40px;
  height: 30px;
  color: #888;
  text-align: center;
  background: #fff;
}

.pagediv font.en {
  display: none;
}

#page_div1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
}

#page_div {
  text-align: left;
}

@media (min-width: 768px) {
  body.older .pagediv #pagination_input {
    height: 49px;
  }
}

.home_page a,
.prev_page a,
.next_page a,
.weiye_page a,
.moye {
  background: rgba(242, 242, 242, 1) !important;
}

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

  .container {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: auto;
  }

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

  .cs {
    height: 165px;
  }

  .text img {
    width: 100%;
  }

  .cwhy_list li {
    flex-wrap: wrap;
  }

  .cwhy_list::after {
    width: 0;
  }

  .li_right {
    margin-left: 0;
  }

  .cwhy_list li::before {
    width: 0;
  }
.li_right {    flex: auto;}
}
