@charset "UTF-8";
/*----公共样式-----*/
.max_width {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
}

.clearfix {
  display: block;
}

.btn {
  font-size: 0;
  text-align: center;
}

.btn a {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  height: 60px;
  margin: 0 57px;
  line-height: 60px;
  letter-spacing: 1px;
  font-size: 28px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 35px;
  text-align: center;
}

.btn a:nth-of-type(1) {
  background-color: #f7e5ee;
}

.box3_wrap .btn a {
  background: linear-gradient(90deg, #003faf, #003faf);
}

.title {
  text-align: center;
}

.title h3 {
  color: #001139;
  font-size: 41px;
  line-height: 60px;
  display: inline-block;
  padding: 0 38px 0px 35px;
  background: url(../images/titbg.png) center left no-repeat, url(../images/titbg.png) center right no-repeat;
}

img {
  max-width: initial;
}

.wp {
  width: 1014px;
  margin: 0 auto;
}

/*----------------*/
.banner_wrap {
  overflow: hidden;
  width: 100%;
  height: 488px;
  background: url(../images/banner.png) top no-repeat;
  min-width: 1014px;
}

.banner_con {
  width: 1014px;
  margin: 0 auto;
}

.banner_con a {
  width: 247px;
  height: 50px;
  display: block;
  font-size: 0;
  margin-top: 431px;
  margin-left: 16px;
}

.conterbg {
  /* background:url(../images/bg.png); */
  background-color: #f6feff;
  padding-bottom: 40px;
}

.box1_wrap {
  padding-top: 37px;
}

.box1_con {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.box1_con .box1-item {
  width: 315px;
  height: 480px;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 11px;
}
.box1_con .box1-item .box1-item-img {
  display: block;
  width: 300px;
  height: 260px;
  margin: 0 auto 20px auto;
}
.box1_con .box1-item .box1-item-mes {
  font-size: 20px;
  line-height: 29px;
  padding-left: 75px;
  margin-bottom: 20px;
}
.box1_con .box1-item .box1-item-btn {
  display: block;
  margin: 0 auto;
  width: 210px;
  height: 50px;
  border: 1px solid #000000;
  font-size: 25px;
  line-height: 50px;
  color: #000;
  text-align: center;
  background-color: #c8f8fc;
  border-radius: 30px;
}

.main {
  text-align: center;
  margin-bottom: 66px;
}

.box2_wrap {
  padding-top: 39px;
}

.box2_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box2-item {
  width: 240px;
  height: 323px;
  background-color: #fff;
  border-radius: 15px;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
}

.box2-item .b2-i-1 {
  background-color: #0dd592;
  font-size: 21px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.box2-item .b2-i-2 {
  font-size: 19px;
  margin-top: 10px;
}

.box2-item > a {
  position: absolute;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #0dd592;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}

.box3_wrap {
  padding-top: 36px;
}

.box3-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 46px;
  padding-bottom: 44px;
}

.tit-p {
  line-height: 25px;
  color: #3e3d3d;
  font-size: 25px;
  text-align: center;
}

.box3-tab li {
  width: 215px;
  height: 50px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.box3-tab li.on {
  border: 1px solid #000000;
  background-color: #c8f8fc;
}

.box3-tab li.on span {
  display: block;
}

.box3-hid {
  display: none;
  text-align: center;
  font-size: 0;
}

.box3-hid dl {
  display: inline-block;
  vertical-align: top;
  margin: 16px 23px 0px;
  width: 417px;
  border-radius: 20px;
  overflow: hidden;
  height: 400px;
  padding: 12px 0 0 14px;
  border: 3px solid #fff;
  background-color: #fff;
}

.box3-hid dl dt {
  border-radius: 15px;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 10px;
}

.box3-hid dl dd {
  width: 100%;
}

.box3-hid dl dd:nth-of-type(2) {
  width: 403px;
}

.box3-hid dl h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 33px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  line-height: 60px;
  width: 403px;
  height: 60px;
  font-weight: 400;
  background-color: #c8f8fc;
}

.box3-hid dl p {
  line-height: 25px;
  font-size: 15px;
  color: #3e3d3d;
  position: relative;
  text-align: left;
}

.box3-hid dl p strong {
  color: #3e3d3d;
}

.box3-hid dl dd:nth-of-type(1) {
  height: 94px;
}

.box3-hid dl dd:nth-of-type(2) {
  text-align: justify;
  text-justify: distribute-all-lines;
  font-size: 0;
  line-height: 0;
}

.box3-hid dl dd:nth-of-type(2):after {
  width: 100%;
  height: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  content: "";
}

.box3-hid dl dd a {
  display: inline-block;
  vertical-align: top;
  width: 184px;
  text-align: center;
  height: 53px;
  letter-spacing: 1px;
  font-size: 27.5px;
  color: #000;
  line-height: 53px;
  background: #FFF;
  border-radius: 30px;
  border: 1px solid #000000;
}

.box3-hid dl dd a:nth-of-type(1) {
  background-color: #c8f8fc;
}

.box4_wrap {
  padding: 40px 0 0px;
}

.box4_con .box4-list {
  margin-top: 47px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box4_con .box4-list .list-item {
  width: 321px;
  height: 464px;
  background-color: #FFF;
  border-radius: 20px;
}
.box4_con .box4-list .list-item .list-item-top {
  width: 299px;
  height: 248px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.box4_con .box4-list .list-item .list-item-top > img {
  display: block;
  width: 299px;
  height: 182px;
}
.box4_con .box4-list .list-item .list-item-top .list-item-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
  background-color: #c8f8fc;
}
.box4_con .box4-list .list-item .list-item-mes {
  padding: 0 28px;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 25px;
}
.box4_con .box4-list .list-item .list-item-mes > .cu {
  font-weight: bolder;
}
.box4_con .box4-list .list-item .list-item-btn {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #c8f8fc;
  font-size: 25px;
  color: #000;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #000000;
}

.box5_wrap {
  padding: 36px 0 0px;
}

.box5_con {
  margin: 29px auto 36px;
  position: relative;
  width: 1000px;
  background: url(../images/b5.png) no-repeat top left;
  border-radius: 10px;
  /* border: 1px solid #C7C7C7; */
}

.box5_pos {
  height: 548px;
  margin-bottom: 30px;
}

.box5_con .left {
  width: 140px;
  padding-left: 19px;
}

.box5_con .left li {
  font-size: 24px;
  color: #fff;
  line-height: 33px;
  height: 64px;
  letter-spacing: 2px;
  padding-top: 36px;
}

.box5_con .left li:nth-of-type(2) {
  padding-top: 16px;
  height: 85px;
}

.box5_con .right {
  width: 696px;
  padding-top: 2px;
  float: right;
  height: 100%;
  margin-right: 60px;
}

.box5_con .ul {
  /* padding-top: 26px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.kskm {
  padding-top: 33px;
}

.xxsj {
  padding-top: 48px;
}

.cfkm {
  padding-top: 68px;
}

.mbyx {
  padding-top: 82px;
}

/* .box5_con .right>em {
  width: 770px;
  height: 1px;
  display: block;
  border-bottom: 1px dashed #999;
  margin-left: 20px;
} */
.box5_con .ul span {
  width: 124px;
  position: relative;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  font-size: 18px;
  color: #333333;
  /* float: left; */
  border: 1px solid #999999;
  text-indent: 38px;
  margin-right: 13px;
  margin-bottom: 14px;
  background: #fff;
  cursor: pointer;
}

.box5_con .ul span em {
  background: url(../images/page5-3.png) no-repeat;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 15px;
  top: 13px;
}

.box5_con .ul span.side {
  background: #c8f8fc;
}

.box5_con .ul span.side em {
  background: url(../images/page5-2.png) no-repeat;
}

.box6_con {
  position: relative;
  z-index: 1;
  height: 524px;
  width: 1000px;
  margin: 29px auto;
  border-radius: 8px;
}

.box6-slie .box6-hd {
  text-align: center;
  font-size: 0;
}

.box6-bd {
  width: 100%;
  height: 100%;
}

.box6-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box6_wrap .box6-slie {
  /* overflow: hidden; */
  width: 100%;
  height: 100%;
}

.box6-item {
  width: 303px;
  height: 470px;
  background-color: #fff;
  border-radius: 15px;
}

.box6-item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.box6-item-img > img {
  width: 293px;
  height: 293px;
}

.box6-item-img > span {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(to right, #24c9fc, rgba(255, 0, 0, 0));
  border-top-left-radius: 30px;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-indent: 27px;
}

.box6-item-xw {
  padding: 0 20px;
  background-color: #c8f8fc;
  font-size: 22px;
  line-height: 40px;
}

.box6-item-jn {
  padding: 0 20px;
  font-size: 21px;
  line-height: 40px;
  margin-top: 10px;
}

.swiper-container .swiper-pagination-bullet {
  width: 64px;
  height: 6px;
  border-radius: 3px;
  background: #24c9fc;
}

/* .box6_wrap .swiper-pagination {
  bottom: 30px;
  left: 0;
  text-align: center;
  font-size: 0;
  width: 100%;
  opacity: 1;
}

.box6_wrap .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 8px;
  background: #DEDEDE;
  border-radius: 100px;
  margin: 0px 10px 0;
  cursor: pointer;
  opacity: 1;
} */
.box6_wrap .box6-prve {
  left: 60px;
  position: absolute;
  bottom: 130px;
  background: url(../images/left.png) no-repeat;
  width: 31px;
  height: 31px;
  cursor: pointer;
  background-position: 0 0px;
  z-index: 100;
}

.box6_wrap .box6-next {
  right: 60px;
  position: absolute;
  bottom: 130px;
  background: url(../images/right.png) no-repeat;
  width: 31px;
  height: 31px;
  cursor: pointer;
  background-position: 0px 0px;
  z-index: 100;
}

/* .box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(2){display: none;}
.box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(3){display: none;}
.box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(4){display: none;}
.box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(5){display: none;}
.box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(6){display: none;}
.box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(8){display: none;}
.box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(9){display: none;}
.box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(10){display: none;}
.box6_wrap .swiper-pagination .swiper-pagination-bullet:nth-child(11){display: none;} */
/* .box6_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #0dd592;
} */
.box7_wrap_1 {
  padding: 36px 0 0px;
  text-align: center;
}

.box7_con1 {
  margin-top: 30px;
}
.box7_con1 > img {
  display: block;
  width: 100%;
  height: auto;
}

.box7_wrap {
  padding: 36px 0 0px;
}

.box7_wrap .title {
  margin-bottom: 15px;
}

.box7_wrap .b7-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 33px;
}

.b7-tab-item {
  width: 298px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  background: #FFF;
  color: #424242;
  border: 1px solid #000;
  border-radius: 100px;
  font-weight: 500;
  font-size: 30px;
  cursor: pointer;
  margin: 0 8px;
}

.b7-tab-item.on {
  background: #24c9fc;
  border-color: #24c9fc;
  color: #fff;
}

.b7-gj {
  width: 100%;
  display: none;
}

.box7_pos {
  background: #fff;
  height: 623px;
  margin-bottom: 30px;
  margin-top: 29px;
}

.box8_wrap {
  padding: 36px 0 60px;
}

.box8_con {
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin-top: 30px;
  padding: 10px 0 30px 23px;
}

.box8_con .tab {
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.box8_con .tab span {
  display: inline-block;
  vertical-align: top;
  width: 93px;
  height: 40px;
  text-align: center;
  background: #efefef;
  line-height: 40px;
  border-radius: 30px;
  font-size: 18px;
  color: #2d2c2c;
  letter-spacing: 3px;
  cursor: pointer;
  position: relative;
  margin-right: 16px;
  margin-top: 22px;
}

.box8_con .tab span.side {
  background: #c8f8fc;
  border: 1px solid #000;
}

.box8_con .tab a {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 52px;
  text-align: center;
  background: #fff;
  line-height: 52px;
  border-radius: 8px;
  font-size: 22px;
  color: #333;
  letter-spacing: 3px;
  cursor: pointer;
}

.box8_con .tab p {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 998px;
}

.box8_con .tabCon dl {
  display: none;
}

.box8_con .tabCon dl {
  background: #fff;
  position: relative;
  border-radius: 20px;
  width: 935px;
  padding: 20px 0 20px 23px;
  margin-top: 36px;
  border: 3px solid #dcf4fe;
}

.box8_con .tabCon dl dt,
.box8_con .tabCon dl dd {
  display: inline-block;
  vertical-align: top;
}

.box8_con .tabCon dl dt {
  border-radius: 20px;
  overflow: hidden;
}

.box8_con .tabCon dl dd {
  width: 520px;
  margin-left: 46px;
}

.box8_con .tabCon dl dd p:not(:last-child) {
  margin-bottom: 26px;
}

.box8_con .tabCon dl dd p {
  font-size: 15px;
  color: #001139;
  line-height: 25px;
  position: relative;
  width: 368px;
  padding-right: 152px;
}

.box8_con .tabCon dl dd p strong {
  display: block;
  font-size: 20px;
  color: #001139;
  letter-spacing: 1px;
  background: url(../images/city-icon.png) no-repeat center left;
  /* background-position: 0px -92px; */
  line-height: 32px;
  padding-left: 29px;
}

.box8_con .tabCon dl dd p a {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 118px;
  height: 34px;
  color: #000;
  line-height: 34px;
  border-radius: 50px;
  font-size: 15px;
  text-align: center;
  background: #c8f8fc;
  border: 1px solid #000;
}/*# sourceMappingURL=index.css.map */