.homepage {
  font-size: 0.16rem;
}
.titlegroup {
  text-align: center;
}
.titlegroup h3 {
  font-size: 0.51rem;
  font-weight: bold;
}
.titlegroup p {
  color: #999999;
  font-size: 0.2rem;
  padding-top: 0.2rem;
}
.commonbtn {
  border-radius: 0.08rem;
  position: relative;
  width: 2.18rem;
  height: 0.63rem;
  font-size: 0.2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #2371f3;
  color: #fff;
}
.commonbtn::before {
  content: '';
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  animation: mymask 1s infinite both;
  -webkit-animation: mymask 1s infinite both;
  -moz-animation: mymask 1s infinite both;
  -o-animation: mymask 1s infinite both;
}
@keyframes mymask {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes mymask /* Safari 与 Chrome */ {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}
.commonbtn span {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
.commonbtn span img {
  margin-right: 0.1rem;
}
.homepage .one {
  background: url(../images/bannerbg.jpg) top center no-repeat;
  background-size: cover;
  height: 7.1rem;
  padding-top: 1.6rem;
}
.homepage .one .flex {
  align-items: flex-start;
}
.homepage .one .titlegroup {
  text-align: left;
  padding: 0.2rem 0;
}
.homepage .one .flex .img {
  width: 58%;
}
.homepage .one p {
  display: flex;
}
.homepage .one p span {
  display: flex;
  align-items: center;
  color: #2371f3;
  background: rgba(255, 255, 255, 0.6);
  font-size: 0.21rem;
  padding: 0.06rem 0.2rem;
  border-radius: 0.1rem;
}
.homepage .one p img {
  margin-right: 0.06rem;
  width: 0.3rem;
}
.homepage .one .download {
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  color: #fff;
  height: 0.85rem;
  cursor: pointer;
  padding: 0 0.2rem;
  margin-top: 0.3rem;
  justify-content: space-between;
  background: #2371f3;
  width: 2.53rem;
}
.homepage .one .download dt {
  font-weight: bold;
  font-size: 0.2rem;
  padding-bottom: 0.06rem;
}
.homepage .one ul {
  display: flex;
  max-width: 4.35rem;
}
.homepage .one ul li {
  flex: 1;
  padding: 0.25rem;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .one ul li + li {
  margin-left: 0.24rem;
}
.homepage .one ul dt {
  font-size: 0.24rem;
  padding-bottom: 0.15rem;
}
.homepage .one .brdge {
  font-size: 0.17rem;
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
  color: #999;
}
.homepage .one .brdge span {
  display: flex;
  align-items: center;
  padding-right: 0.15rem;
}
.homepage .one .brdge img {
  height: 0.26rem;
  margin-right: 0.05rem;
}
.homepage .two {
  background: #fbfcfd;
  padding: 0.9rem 0;
}
.homepage .two .hd {
  display: flex;
  margin-top: 0.42rem;
  border-radius: 0.1rem;
  line-height: 0.42rem;
  overflow: hidden;
}
.homepage .two .hd dt {
  font-weight: bold;
  font-size: 0.3rem;
}
.homepage .two .hd .flex_item:first-child {
  background: url(../images/img_38.jpg) left top no-repeat;
  background-size: cover;
}
.homepage .two .hd dl {
  padding: 0.5rem 0.35rem;
}
.homepage .two .hd .commonbtn {
  font-size: 0.18rem;
  width: 1.84rem;
  margin-top: 1.15rem;
  height: 0.53rem;
}
.homepage .two .hd dd {
  color: #666;
  font-size: 0.2rem;
}
.homepage .two .bd ol > li {
  display: flex;
  margin-top: 0.42rem;
  justify-content: space-between;
}
.homepage .two .bd ol > li .box {
  width: 46%;
  position: relative;
}
.homepage .two .bd .pic {
  border-radius: 0.1rem;
}
.homepage .two .on {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  z-index: 9;
  top: 0.4rem;
  color: #fff;
}
.homepage .two .bd h3 {
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  right: 0.4rem;
}
.homepage .two .bd p {
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  position: absolute;
  left: 0.4rem;
  color: #999999;
  bottom: 0.4rem;
  line-height: 0.47rem;
  right: 0.4rem;
}
.homepage .two .bd p span {
  color: #333;
}
.homepage .two .bd .white {
  color: #fff;
}
.homepage .two .on li {
  font-size: 0.18rem;
  color: #aaaaad;
  padding-left: 0.3rem;
  background: url(../images/img_07.png) left center no-repeat;
  background-size: 0.22rem auto;
  line-height: 0.44rem;
}
.homepage .two .on h4 {
  font-size: 0.3rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.homepage .two .ft {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.homepage .three {
  padding: 0.9rem 0;
}
.homepage .three .bd {
  margin-top: 0.5rem;
}
.homepage .three .bd .pic {
  border-radius: 50%;
  width: 0.99rem;
  height: 0.99rem;
  margin-right: 0.15rem;
}
.homepage .three .bd .box {
  border-radius: 0.1rem;
  background: #f4f6fa;
  border: 1px solid #eee;
  padding: 0 0.3rem 0.25rem;
}
.homepage .three .bd .flex {
  margin-top: -0.3rem;
}
.homepage .four {
  height: 1.27rem;
  background: url(../images/img_58.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.homepage .four .flex_item span {
  color: #2371f3;
  font-size: 0.24rem;
}
.homepage .four .flex_item span::before {
  content: '|';
  padding: 0 0.15rem;
}
.homepage .three .swiper-slide {
  width: 65%;
  font-size: 0.12rem;
  opacity: 0.5;
  transform: scale(0.9);
  margin: 0 auto;
  padding: 0.5rem 0 0.7rem;
}
.homepage .three .swiper-slide p {
  font-size: 0.16rem;
  line-height: 1.8;
  margin: 0.2rem 0;
}
.homepage .three .swiper-slide b {
  font-size: 0.22rem;
  display: block;
  padding-top: 0.1rem;
}
.homepage .three .swiper-slide .data {
  color: #999;
}
.homepage .three .swiper-slide-active {
  width: 65%;
  opacity: 1;
  z-index: 9;
  margin: 0 auto;
  transform: scale(1.1);
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0.2rem;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.mask .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0.4rem;
  max-width: 95%;
  width: 4.83rem;
  border-radius: 0.15rem;
  background: url(../images/img_26.jpg) top center no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.mask .dialog .title {
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.15rem;
}
.mask .dialog .title .close {
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
}
.mask .dialog .title .close::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #999;
  position: absolute;
  left: 0;
  top: 0.15rem;
  transform: rotate(45deg);
}
.mask .dialog .title .close::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #999;
  position: absolute;
  left: 0;
  top: 0.15rem;
  transform: rotate(135deg);
}
.mask .dialog li {
  margin-top: 0.15rem;
  opacity: 0.4;
}
.mask .dialog li.on {
  opacity: 1;
}
.mask .dialog li a {
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  height: 0.7rem;
  color: #333;
  padding: 0 0.2rem;
  border: 1px solid #666;
}
.mask .dialog li.on a:hover {
  color: #fff;
  background: #2371f3;
  border-color: #2371f3;
}
.mask .dialog li .pic {
  margin-right: 0.15rem;
  width: 0.52rem;
}
.mask .dialog li span {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  background: #e8eef6;
  border: 1px solid #e8eef6;
  height: 0.4rem;
}
.mask .dialog li.on:hover span {
  background: none;
  border-color: #fff;
}
.mask .dialog li.on:hover span img {
  filter: brightness(0) invert(1);
}
.mask .dialog li img {
  transition: 0s;
}
