.homepage .banner {
  height: 6.6rem;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.homepage .banner .container {
  font-size: 0.18rem;
  line-height: 0.32rem;
}

.homepage .banner .img {
  width: 60%;
}
.homepage .banner p {
  margin: 0.3rem 0 0.6rem;
}
.homepage .banner h3 {
  font-size: 0.28rem;
}
.homepage .banner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.42rem;
  height: 0.58rem;
  color: #fff;
  background: #26a2db;
  border-radius: 0.06rem;
}
.homepage .banner .btn:hover {
  background: #fff;
  color: #26a2db;
}
.homepage .banner .btn:hover i {
  background: url(../images/home_07.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .banner .btn i {
  width: 0.15rem;
  height: 0.12rem;
  background: url(../images/home_01.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: 0.05rem;
}
.case {
  background: #f2f6ff;
  padding-bottom: 0.74rem;
}
.case .hd {
  position: relative;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(38, 162, 219, 0.16);
  border-radius: 0.1rem;
  margin-bottom: 0.58rem;
  margin-top: -0.3rem;
  padding: 0.17rem 0.3rem;
  font-size: 0.16rem;
  text-align: center;
}
.case .hd a {
  display: block;
  line-height: 0.4rem;
  border-radius: 0.05rem;
}
.case .hd .on a {
  color: #fff;
  background: #26a1da;
}
.case .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.case .bd ul li {
  width: 33.333%;
  padding: 0.25rem;
}
.case .bd ul li a {
  display: block;
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
}
.case .bd ul li dl {
  padding: 0.2rem 0.24rem;
}
.case .bd ul li dt {
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case .bd ul li dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
}
.case .bd ul li dd span {
  color: #26a1da;
  width: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.22rem;
  background: #e9f5fb;
  border-radius: 2px;
}
/**/
.title_info {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
}
.hgfz .a {
  padding: 0.8rem 0 1.17rem;
}
.hgfz .a .bd {
  margin-top: 0.7rem;
}
.hgfz .a .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.36rem;
}
.hgfz .a .bd ul li {
  width: 33.333%;
  padding: 0.36rem;
}
.hgfz .a .bd ul li .box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 0.4rem;
  box-shadow: 0px 0px 0.38rem 0px rgba(211, 219, 232, 0.49);
  border-radius: 0.1rem;
  height: 3.23rem;
}
.hgfz .a .bd ul li .box dt {
  font-size: 0.2rem;
  margin-top: 0.4rem;
  font-weight: bold;
}
.hgfz .a .bd ul li .box dd {
  color: #666;
  line-height: 0.24rem;
  margin-top: 0.3rem;
  font-size: 0.16rem;
}
.hgfz .a .bd ul li img {
  width: 0.74rem;
}
.hgfz .b {
  background: #f5f6fd;
  padding: 0.7rem 0;
}
.hgfz .b .flex {
  margin-top: 1rem;
  justify-content: space-between;
}
.hgfz .b .flex dl {
  max-width: 45%;
}
.hgfz .b .flex dd {
  color: #666666;
  line-height: 0.3rem;
  font-size: 0.18rem;
  margin-top: 0.3rem;
}
.hgfz .b .flex dt {
  font-weight: bold;
  font-size: 0.28rem;
}
.hgfz .b .flex .pic {
  width: 40%;
}
.hgfz .c {
  padding: 0.8rem 0 1.17rem;
}
.hgfz .c .bd {
  padding-top: 0.7rem;
  text-align: center;
}
.hgfz .c ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.36rem;
}
.hgfz .c ul li {
  width: 33.333%;
  padding: 0.36rem;
}
.hgfz .c .box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 0.38rem 0px rgba(211, 219, 232, 0.49);
  border-radius: 0.1rem;
  padding: 0.5rem 0.3rem 0;
  height: 4.33rem;
  transition: all 0.3s;
}
.hgfz .c .box:hover {
  transform: translateY(-0.15rem);
}
.hgfz .c .box img {
  width: 1.89rem;
}
.hgfz .c .box p {
  color: #666666;
  line-height: 0.24rem;
  text-align: left;
  font-size: 0.16rem;
  margin-top: 0.3rem;
}
.hgfz .c .box h4 {
  font-weight: bold;
  margin-top: 0.2rem;
  font-size: 0.2rem;
}
/**/
.xiugai .a {
  padding: 0.9rem 0 1.17rem;
  text-align: center;
  font-size: 0.16rem;
}
.xiugai .a .bd {
  margin-top: 1rem;
}
.xiugai .a .bd ul {
  display: flex;
  justify-content: space-between;
}
.xiugai .a .bd ul li {
  width: 23%;
}
.xiugai .a .bd ul dt {
  font-weight: bold;
  color: #298ecd;
  padding-bottom: 0.1rem;
  font-size: 0.5rem;
}
.xiugai .a .bd ul dd::after {
  content: "";
  display: block;
  height: 0.14rem;
  border: 2px solid #e5e5e5;
  opacity: 0.37;
  border-top: none;
}
.xiugai .b {
  padding: 0.8rem 0 0.3rem;
  background: url(../images/bg.png) center no-repeat;
  background-size: cover;
}
.xiugai .b .bd {
  margin-top: 1.1rem;
  font-size: 0.16rem;
}
.xiugai .b .bd li {
  display: flex;
  min-height: 1.57rem;
}
.xiugai .b .bd li .side {
  width: 2.09rem;
  font-size: 0.2rem;
}
.xiugai .b .bd li dt {
  font-size: 0.18rem;
  padding-bottom: 0.2rem;
}
/**/
.news {
  padding: 0.8rem 0;
}
.news .a + .a {
  margin-top: 1.2rem;
}
.news .a .bd {
  padding-top: 0.7rem;
}
.news .a .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.news .a .bd ul li {
  width: 33.333%;
  padding: 0.25rem;
}
.news .a .bd ul p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  margin: 0.2rem 0 0.15rem;
}
.news .a .bd ul .data {
  text-align: right;
  color: #666;
}
.news .a .bd ul .pic {
  border-radius: 0.1rem;
}
/**/
.banner_info .color {
  color: #333;
}
.banner_info .color span {
  color: #fa4f1c;
}
.banner_info .btn {
  width: 1.42rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #fff;
  margin: 0.3rem auto 0;
  background: #26a2db;
  border-radius: 0.06rem;
}
.banner_info .btn i {
  display: block;
  margin-left: 0.05rem;
  width: 0.15rem;
  height: 0.12rem;
  background: url(../images/home_01.png) center no-repeat;
  background-size: cover;
}
.tuijian .a .box {
  position: relative;
  z-index: 5;
  padding: 0.58rem 0.35rem 0.35rem;
  background: #ffffff;
  box-shadow: 6px 10px 46px 0px rgba(201, 207, 214, 0.24);
  border-radius: 0.1rem;
  margin-top: -0.85rem;
}
.tuijian .a .box ul {
  display: flex;
  font-size: 0.18rem;
  text-align: center;
  justify-content: space-between;
}
.tuijian .a .box ul li {
  width: 30%;
  height: 1.22rem;
  border-radius: 0.1rem;
  background: linear-gradient(-90deg, #fff2ee 0%, #fff9f8 100%);
}
.tuijian .a .box ul li:nth-child(2) {
  background: linear-gradient(-90deg, #d5f2ff 0%, #f3fbff 100%);
}
.tuijian .a .box ul li:nth-child(3) {
  background: #effeff;
}
.tuijian .a .box ul li img {
  margin-bottom: 0.2rem;
  margin-top: -0.26rem;
  width: 0.75rem;
}
.tuijian .a .box .ft {
  margin-top: 0.6rem;
}
.tuijian .a .box .ft p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-top: 0.25rem;
}
.tuijian .a .box .ft h4 {
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
}
.tuijian .b {
  padding: 1.3rem 0;
  text-align: center;
}
.tuijian .b .bd {
  display: flex;
  margin-top: 0.8rem;
  align-items: center;
  justify-content: space-between;
}
.tuijian .b .bd dd {
  color: #666;
}
.tuijian .b .bd img {
  width: 0.6rem;
}
.tuijian .b .bd dt {
  font-size: 0.18rem;
  margin: 0.15rem 0 0.05rem;
}
.tuijian .b .bd i {
  display: block;
  width: 0.3rem;
  height: 0.32rem;
  background: url(../images/tj5.png) center no-repeat;
  background-size: 100% 100%;
}
.tuijian .c {
  background: #f5f6fd;
  padding: 0.7rem 0 1.15rem;
  text-align: center;
}
.tuijian .c .bd {
  padding-top: 0.9rem;
}
.tuijian .c .bd ul {
  display: flex;
  justify-content: space-between;
}
.tuijian .c .bd li {
  width: 31%;
}
.tuijian .c .bd .box {
  height: 2.74rem;
  padding-top: 0.7rem;
  background: linear-gradient(0deg, #f5f6fd, #ffffff);
  border: 3px solid #ffffff;
  box-shadow: 0px 11px 27px 0px rgba(220, 223, 231, 0.26);
  border-radius: 0.08rem;
}
.tuijian .c .bd .box p {
  color: #666;
  margin-top: 0.1rem;
}
.tuijian .c .bd .box h4 {
  font-size: 0.18rem;
  margin-top: 0.3rem;
}
.tuijian .c .bd .box image {
  height: 0.61rem;
}
.tuijian .d {
  padding: 0.7rem 0 1.15rem;
}
.tuijian .d .flex {
  justify-content: space-between;
  margin-top: 0.6rem;
}
.tuijian .d .flex .pic {
  width: 50%;
}
.tuijian .d .flex .box {
  width: 40%;
}
.tuijian .d .flex dd {
  color: #666666;
  line-height: 0.24rem;
  margin: 0.3rem 0 0;
  font-size: 0.16rem;
}
.tuijian .d .flex a {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  color: #26a2db;
  font-size: 0.16rem;
}
.tuijian .d .flex a i {
  display: block;
  width: 0.16rem;
  height: 0.13rem;
  background: url(../images/home_07.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: 0.1rem;
}
.tuijian .d .flex dt {
  font-size: 0.2rem;
}
/**/
.paypage {
  display: flex;
  padding: 1.8rem 0 0.6rem;
  font-size: 0.18rem;
}
.paypage > .side {
  width: 1.5rem;
  margin-right: 1.02rem;
}
.paypage > .side ul {
  border-right: 1px solid #e3e6eb;
}
.paypage > .side li a {
  display: flex;
  height: 0.82rem;
  position: relative;
  margin-bottom: 0.2rem;
  align-items: center;
}
.paypage > .side li a img {
  width: 0.4rem;
  margin-right: 0.3rem;
}
.paypage > .side li.on a:after {
  content: "";
  width: 0.04rem;
  height: 100%;
  background: #26a2db;
  border-radius: 2px;
  position: absolute;
  right: -2px;
  top: 0;
}
.paypage .title_info {
  text-align: left;
}
.paypage .b {
  margin-top: 1.4rem;
}
.paypage .a .bd {
  padding-top: 0.5rem;
}
.paypage .a .bd ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #666;
}
.paypage .a .bd ul li {
  width: 45%;
  background: #f6faff;
  border-radius: 2px;
  transition: all 0.3s;
  padding: 0.2rem 0 0.4rem;
}
.paypage .a .bd ul li:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.paypage .a .bd ul li img {
  margin-bottom: 0.2rem;
  width: 1.24rem;
}
.paypage .b .hd {
  margin-top: 0.3rem;
}
.paypage .b .hd li {
  line-height: 0.55rem;
  color: #666;
  background: url(../images/pay5.png) left center no-repeat;
  padding-left: 0.3rem;
  background-size: 0.21rem auto;
}
.paypage .b h3 {
  font-size: 0.24rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}
.paypage .b .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.08rem -0.12rem;
}
.paypage .b .bd ul li {
  width: 25%;
  text-align: center;
  padding: 0.08rem 0.12rem;
}
.paypage .b .bd ul dl {
  height: 2.7rem;
  background: #f6faff;
  border-radius: 0.1rem;
  padding-top: 0.4rem;
  transition: all 0.3s;
}
.paypage .b .bd ul dl:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.paypage .b .bd ul dl dt {
  margin-bottom: 0.2rem;
}
.paypage .b .bd ul dl img {
  height: 1.66rem;
}
/**/
.aboutus .a {
  padding: 1.1rem 0;
}
.aboutus .a .img {
  width: 474px;
  margin-right: 10%;
  background: url(../images/about2.jpg) right bottom no-repeat;
  padding: 0 18px 16px 0;
}
.aboutus .a p {
  font-size: 0.18rem;
  line-height: 0.26rem;
  margin-top: 0.36rem;
}
.aboutus .a .title_info {
  text-align: left;
}
.aboutus .b {
  background: url(../images/about3.jpg) center no-repeat;
  background-size: cover;
  padding: 0.65rem 0;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
.aboutus .b .bd {
  margin-top: 1rem;
}
.aboutus .b .bd ul {
  display: flex;
  justify-content: space-between;
}
.aboutus .b .bd ul li {
  width: 25%;
}
.aboutus .b .bd ul b {
  font-size: 0.5rem;
}
.aboutus .b .bd ul dd::after {
  content: "";
  display: block;
  height: 0.15rem;
  border: 1px solid #fff;
  border-top: none;
  opacity: 0.5;
}
.aboutus .c {
  background: url(../images/about4.jpg) center no-repeat;
  background-size: cover;
  padding: 0.9rem 0;
  font-size: 0.2rem;
}
.aboutus .c .hd {
  position: relative;
  text-align: center;
  color: #a9a9a9;
  line-height: 0.66rem;
  font-size: 0.4rem;
  margin: 1.5rem 0;
}
.aboutus .c .hd .container {
  position: relative;
}
.aboutus .c .hd::before {
  content: "";
  width: 18%;
  border-bottom: 2px solid #d2d2d2;
  position: absolute;
  left: 0;
  top: 50%;
}
.aboutus .c .hd::after {
  content: "";
  width: 18%;
  border-bottom: 2px solid #d2d2d2;
  position: absolute;
  right: 0;
  top: 50%;
}
.aboutus .c .hd .container::before {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 0;
  background-image: linear-gradient(
    to right,
    #fff,
    #fff,
    #fff,
    rgba(255, 255, 255, 0.6)
  );
}
.aboutus .c .hd .container::after {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 5;
  top: 0;
  background-image: linear-gradient(
    to left,
    #fff,
    #fff,
    #fff,
    rgba(255, 255, 255, 0.6)
  );
}
.aboutus .c .hd .swiper-slide-thumb-active {
  color: #389afd;
  font-size: 0.66rem;
}
.aboutus .c .hd .swiper-slide {
  cursor: pointer;
}
.aboutus .c .bd .pic {
  width: 35%;
  margin-right: 5%;
}
.aboutus .c .bd li {
  display: flex;
  line-height: 0.28rem;
}
.aboutus .c .bd li span {
  display: block;
  width: 1.53rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.aboutus .c .bd li:last-child .circle {
  padding: 0;
}
.aboutus .c .bd i {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  position: relative;
  z-index: 5;
  background: #fff;
  border: 4px solid #26a2db;
  border-radius: 50%;
}
.aboutus .c .bd .circle {
  margin-right: 0.2rem;
  position: relative;
  padding-bottom: 0.97rem;
}
.aboutus .c .bd .circle::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: #e0e0e5;
}
/**/
.price .a {
  position: relative;
  z-index: 5;
  margin-top: -0.7rem;
}
.price .a .bd {
  display: flex;
}
.price .a .bd > .flex_item + .flex_item {
  margin-left: 0.4rem;
}
.price .a .bd > .flex_item {
  background: #ffffff;
  border-radius: 10px;
  font-size: 0.16rem;
  height: 3.15rem;
  padding: 0.3rem 0.35rem;
}
.price .a .bd li {
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price .a .bd li::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background: linear-gradient(90deg, #26a1da 0%, rgba(38, 161, 218, 0) 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.price .a .bd h3 {
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.price .a .bd .btn {
  width: 1.4rem;
  height: 0.46rem;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0.1rem auto 0;
  justify-content: center;
  background: #26a1da;
  border: 1px solid #26a1da;
  border-radius: 0.06rem;
}
.price .a .bd .btn:hover,
.price .b dl .on:hover {
  color: #26a1da;
  background: #fff;
}
.price .a .bd img {
  height: 1.54rem;
}
.price .b {
  padding: 0.8rem 0;
}
.price .b .bd {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.16rem;
}
.price .b .hd {
  text-align: center;
}
.price .b dl dt {
  font-size: 0.2rem;
}
.price .b dl dd {
  font-size: 0.16rem;
  color: #666;
  padding: 0.1rem 0;
}
.price .b dl dd span {
  font-weight: bold;
  color: #26a1da;
  font-size: 0.24rem;
}
.price .b dl dd b {
  font-size: 0.37rem;
  font-weight: bold;
  color: #26a1da;
  font-family: DIN;
}
.price .b dl .btn {
  width: 1.62rem;
  height: 0.4rem;
  color: #26a1da;
  margin: 0 auto;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #26a1da;
  border-radius: 6px;
}
.price .b dl .on {
  color: #fff;
  background: #26a1da;
}
.price .b .hd p {
  color: #666666;
  font-size: 0.18rem;
  margin-top: 0.1rem;
}
.price .b .bd dl {
  height: 1.88rem;
  background: linear-gradient(0deg, #ffffff 0%, #ebf8ff 100%);
  border-radius: 0.1rem;
  padding-top: 0.2rem;
}
.price .b .bd h4 {
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  font-weight: 500;
  color: #26a1da;
}
.price .b .bd li {
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price .b .bd .side h4,
.price .b .bd .side li {
  padding-left: 0.24rem;
  justify-content: left;
}
.price .b .bd .box {
  background: #f9fbfd;
  padding: 0.15rem 0;
}
.price .b .bd .side {
  background: #fff;
}
.price .b .bd .box-bg1 {
  background: #f5f6fd;
}
.price .b .bd .box-bg2 {
  background: #f2f6ff;
}
/**/
.homepage .a {
  font-size: 0.18rem;
}
.homepage .a .mySwiper {
  height: 4.8rem;
}
.homepage .a .side {
  width: 38.5%;
  padding-left: 16.5%;
  border-right: 1px solid #eee;
}
.homepage .a .side img {
  width: 0.41rem;
  margin-right: 0.25rem;
}
.homepage .a .side .swiper-slide {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.homepage .a .side .swiper-slide-thumb-active {
  color: #26a2db;
}
.homepage .a .bd {
  width: 61.5%;
  padding-left: 0.44rem;
}
.homepage .a .bd p {
  color: #666;
  line-height: 0.3rem;
  margin: 0.4rem 0 0.35rem;
}
.homepage .a .bd .title_info {
  text-align: left;
}
.homepage .a .bd .mySwiper2 {
  height: 70vh;
}
.homepage .a .bd .flex {
  background: linear-gradient(
    92deg,
    rgba(233, 243, 254, 0) 0%,
    rgba(233, 243, 254, 0.4) 100%
  );
  height: 70vh;
  border-radius: 2px;
  padding: 0.3rem 0.4rem;
  padding-right: 16.5%;
}
.homepage .a .bd .pic {
  width: 55%;
  margin-left: 5%;
}
.homepage .a .bd a {
  font-size: 0.16rem;
  color: #26a2db;
}
.homepage .a .bd a i {
  display: inline-block;
  width: 0.17rem;
  height: 0.13rem;
  background: url(../images/home_07.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .b {
  padding: 0.7rem 0 0.9rem;
  background: #f5f6fd;
}
.homepage .b .bd {
  margin-top: 1rem;
  height: 5.47rem;
  display: flex;
  align-items: center;
  background: url(../images/home_11.png) left center no-repeat;
  background-size: auto 100%;
}
.homepage .b .bd .flex {
  box-shadow: 0px 0px 49px 0px rgba(164, 164, 164, 0.17);
  border-radius: 0.1rem;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.95);
}
.homepage .b .bd .flex .pic {
  width: 40%;
  padding: 0.2rem 0.7rem;
}
.homepage .b .bd .flex .flex_item {
  background: linear-gradient(
    94deg,
    rgba(195, 226, 244, 0.36) 0%,
    rgba(195, 226, 244, 0) 100%
  );
  padding: 0.5rem 0.68rem 0 0.68rem;
}
.homepage .b .bd .flex h4 {
  font-size: 0.18rem;
  position: relative;
  margin-bottom: 0.45rem;
}
.homepage .b .bd .flex h4::before {
  content: "";
  width: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 11px;
  background: linear-gradient(94deg, #26a2db 0%, rgba(38, 162, 219, 0) 100%);
}
.homepage .b .bd .flex .more {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #26a2db;
  margin-top: 0.55rem;
}
.homepage .b .bd .flex .more i {
  display: inline-block;
  width: 0.17rem;
  margin-left: 0.1rem;
  height: 0.13rem;
  background: url(../images/home_07.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .b .bd .flex .logo {
  width: 1.6rem;
}
.homepage .b .swiper-pagination {
  bottom: 0;
}
.homepage .b .swiper {
  padding-bottom: 0.5rem;
}
.homepage .b .swiper-pagination-bullet {
  background: #fff;
}
.homepage .b .swiper-pagination-bullet-active {
  width: 0.35rem;
  border-radius: 0.08rem;
}
.homepage .c {
  padding: 0.8rem 0 1.3rem;
}
.homepage .c .bd {
  background: url(../images/home_22.png) center bottom no-repeat;
  background-size: 100% auto;
  margin-top: 0.9rem;
}
.homepage .c .bd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -0.18rem;
}
.homepage .c .bd ul li {
  width: 20%;
  padding: 0 0.18rem;
  text-align: center;
}
.homepage .c .bd ul dl {
  height: 2.2rem;
  font-size: 0.18rem;
  padding-top: 0.42rem;
  background: linear-gradient(0deg, #ffffff, #f5f6fd);
  border: 3px solid #ffffff;
  box-shadow: 0px 11px 27px 0px rgba(220, 223, 231, 0.26);
  border-radius: 10px;
  position: relative;
}
.homepage .c .bd ul dl::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 11px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .c .bd ul img {
  margin-bottom: 0.4rem;
  width: 0.56rem;
}
.homepage .c .bd ul i {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0.3rem auto 0;
  border: 5px solid #fff;
  box-shadow: 0px 0px 9px 0px rgba(164, 174, 185, 0.22);
  border-radius: 50%;
  background: #c1c7d1;
}
.homepage .c .bd ul li:nth-child(even) {
  padding-bottom: 1rem;
}
.homepage .c .bd ul li:hover dl {
  color: #fff;
  background: #26a2db;
}
.homepage .c .bd ul li:hover i {
  background: #26a2db;
}
.homepage .c .bd ul li:hover dl img {
  filter: brightness(100);
}
.homepage .d {
  background: #f5f6fd;
  padding: 0.7rem 0 1.4rem;
}
.homepage .d .title_info {
  text-align: left;
  padding-bottom: 0.9rem;
}
.homepage .d .side {
  width: 40%;
  padding-left: 16.5%;
}
.homepage .d .bd {
  width: 60%;
}
.homepage .d .bd .pic {
  border-radius: 0.1rem;
}
.homepage .d .bd .pic span {
  position: absolute;
  bottom: 0.15rem;
  color: #26a2db;
  width: 100%;
  left: 0;
  opacity: 0;
  text-align: center;
  font-size: 0.16rem;
}
.homepage .d .mySwiper {
  height: 1.7rem;
  cursor: pointer;
  font-size: 0.18rem;
}
.homepage .d .side .swiper-slide-thumb-active {
  color: #26a2db;
}
.homepage .d .mySwiper2 .swiper-slide {
  width: 28%;
}

.homepage .d .mySwiper2 .swiper-slide {
  height: 4.19rem;
  align-items: center;
  display: flex;
}
.homepage .d .mySwiper2 .swiper-slide .pic {
  border-radius: 0.1rem;
}
.homepage .d .mySwiper2 .swiper-slide img {
  height: 3.79rem;
}
.homepage .d .mySwiper2 .swiper-slide-active {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.homepage .d .mySwiper2 .swiper-slide-active img {
  height: 4.19rem;
}
.homepage .d .mySwiper2 .swiper-slide-active .pic span {
  opacity: 1;
}
.homepage .d .mySwiper2 {
  padding-bottom: 0.4rem;
}
.homepage .d .swiper-pagination {
  text-align: left;
  bottom: 0;
}
.homepage .d .swiper-pagination-bullet {
  background: #26a2db;
  border-radius: 0;
  opacity: 0.6;
}
.homepage .d .swiper-pagination-bullet-active {
  width: 0.45rem;
  opacity: 1;
  background: #2e6cb5;
}
/**/
.a_top {
  font-size: 0.18rem;
}
.a_top .box {
  float: left;
  position: sticky;
  top: 0;
  width: 50%;
  display: flex;
  align-items: center;
  height: 100vh;
  padding-left: 16.5%;
}
.a_top .box ul {
  width: 60%;
}
.a_top .side {
  float: left;
  width: 50%;
}
.a_top .box li {
  display: none;
}
.a_top .box li.on {
  display: flex;
}
.a_top .side li {
  height: 100vh;
  display: flex;
  align-items: center;
}
.a_top p {
  color: #666;
  line-height: 0.3rem;
  margin: 0.4rem 0 0.35rem;
}
.a_top .title_info {
  text-align: left;
}
.a_top a {
  font-size: 0.16rem;
  color: #26a2db;
}
.a_top a i {
  display: inline-block;
  width: 0.17rem;
  height: 0.13rem;
  background: url(../images/home_07.png) center no-repeat;
  background-size: 100% 100%;
}
