* {
  padding: 0;
  margin: 0;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB,
    Microsoft YaHei, Arial, sans-serif;
}

a,
li {
  list-style: none;
  text-decoration: none;
}

a {
  color: #333;
  font-size: 14px;
}

a:hover {
  color: #5259f4;
}

button,
input {
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

.kuaipin_header {
  width: 100%;
  /* background-color: #fff; */
  position: relative;
  z-index: 333;
}

.kuaipin_header_cont {
  width: 1200px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.kuaipin_header_left {
  display: flex;
  height: 70px;
  align-items: center;
  position: relative;
}

.kuaipin_header_logo {
  width: 200px;
  position: relative;
}

.kuaipin_header_nav {
  position: relative;
}

.kuaipin_header_nav ul {
  display: flex;
  position: relative;
}

.kuaipin_header_nav ul li {
  overflow: hidden;
  position: relative;
}

.kuaipin_header_nav ul li a {
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 0 35px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuaipin_header_nav ul li a::after {
  overflow: hidden;
  position: absolute;
  display: none;
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #0147ff;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
  z-index: 1;
}

.kuaipin_header_nav ul li.kuaipinNavCurs a {
  color: #0147ff;
}

.kuaipin_header_nav ul li.kuaipinNavCurs a::after {
  display: block;
}

.kuaipin_header_nav ul li a:hover {
  color: #0147ff;
}

.kuaipin_header_nav ul li:hover a::after {
  display: block;
}

.kuaipinHeadFiex {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 333;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.homeHeaders {
  position: relative;
  width: 100%;
  min-height: 550px;
  background: url(../images/home/bg.png) no-repeat center center;
  margin-top: -70px;
  background-size: 100% 100%;
}

.homeHeaders_cont {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.kp_banner_left {
  width: 1000px;
  padding-top: 150px;
}

.kp_banner_tit {
  font-size: 46px;
  font-weight: bold;
  padding-bottom: 30px;
  letter-spacing: 3px;
}

.kp_banner_tip {
  font-size: 22px;
  padding-bottom: 10px;
}

.kp_banner_bth {
  padding-top: 50px;
}

.kp_banner_bth a {
  width: 180px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0934d1;
}
.kp_banner_bth a:hover {
  background: #0229b4;
}

.kp_banner_img {
  position: absolute;
  right: 150px;
  bottom: 10px;
}

.kp_ys_cont {
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 1140px;
  padding: 0px 0 0 60px;
  height: 180px;
  background: -webkit-linear-gradient(top, #f1f5fb, #fff);
  background: linear-gradient(180deg, #f1f5fb, #fff);
  box-shadow: 0 5px 33px -8px rgba(80, 140, 209, 0.29);
  border-radius: 4px;
  border: 2px solid #fff;
  z-index: 99;
}

.bottom-item {
  position: relative;
  width: 290px;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.bottom-item .item-img {
  width: 68px;
  margin-right: 26px;
}

.bottom-item .item-number .num-img {
  height: 35px;
}

.bottom-item .item-number {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-bottom: 8px;
}

.bottom-item .item-desc {
  width: 196px;
  margin-top: 6px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #646e88;
  line-height: 18px;
}

.bottom-item .item-number .item-unit {
  font-size: 14px;
  color: #282d3b;
  font-weight: 700;
  margin-left: 6px;
}

.homeHeadNavs {
  overflow: hidden;
  position: relative;
  width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
}

.homeHeadNavOne {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.homeHeadLogo {
  overflow: hidden;
  position: relative;
}

.homeHeadLogo img {
  overflow: hidden;
  position: relative;
  display: block;
  width: auto;
}

.homeHeadNavList {
  overflow: hidden;
  position: relative;
  padding-left: 80px;
}

.homeHeadNavList ul {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.homeHeadNavList ul li {
  overflow: hidden;
  position: relative;
  padding-right: 45px;
}

.homeHeadNavList ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
}

.homeHeadTime {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.homeHeadTime img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 26px;
  height: auto;
}

.homeHeadTime span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 18px;
  color: #000;
  padding: 0 18px 0 8px;
}

.homeHeadTime a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #045bf9;
  border-radius: 50px;
  width: 120px;
  font-size: 16px;
  color: #fff;
}

.homeHeadBaner {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* max-height: 470px; */
}

.eadBaneImages {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 15px;
  max-height: 460px;
}

.eadBaneImages img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.eadBaneWenzis {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eadBaneWenzis div {
  overflow: hidden;
  position: relative;
  width: 1200px;
  padding-bottom: 16px;
}

.eadBaneWenzis div span {
  overflow: hidden;
  position: relative;
  display: block;
  color: #000;
}

.eadBaneWenzis div span.spantite {
  font-size: 44px;
  letter-spacing: 3px;
  padding-bottom: 30px;
  font-weight: bold;
}

.eadBaneWenzis .spantips {
  font-size: 18px;
  color: #000;
}

.eadBaneWenzis div a {
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 50px;
  background: #00a500;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-top: 12px;
}

.homeTiteDome {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 40px 0;
}

.homeTiteDome div {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.homeTiteDome div span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 36px;
  color: #000000;
}

.homeTiteDome div b {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 18px;
  color: #666;
  font-weight: 500;
  padding-top: 13px;
}

.homeHexinkDome {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* background: #f4f8fc url(../images/kuaipin1.jpg) center no-repeat; */
  background-size: cover;
  padding-bottom: 60px;
}

.homeHexinkua {
  overflow: hidden;
  position: relative;
  width: 1200px;
  margin: auto;
}

.homeHexinkua ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.homeHexinkua ul li {
  overflow: hidden;
  position: relative;
  width: calc(20% - 12px);
  min-height: 260px;
  background: #fff;
  border-radius: 12px;
  background: -webkit-linear-gradient(top, #f1f5fb, #fff);
  background: linear-gradient(180deg, #f1f5fb, #fff);
  box-shadow: 0 5px 33px -8px rgba(80, 140, 209, 0.29);
  border-radius: 4px;
  border: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.homeHexinkua ul li .meHexinkFlexs {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.homeHexinkua ul li .meHexinkTite {
  overflow: hidden;
  position: relative;
  width: calc(100% - 50px);
  padding: 30px 25px 30px 25px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.homeHexinkua ul li .meHexinkText {
  overflow: hidden;
  position: relative;
  width: calc(100% - 30px);
  padding: 0 15px 0 15px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.meHexinkTite span {
  z-index: 2;
}

.meHexinkTite_line {
  width: 90px;
  height: 10px;
  background-color: #045bf9;
  display: block;
  margin: 0 auto;
  margin-top: -4px;
  z-index: 1;
  border-radius: 10px;
}

.homeHexinkua ul li .meHexinkImgs {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  align-items: center;
}

.homeHexinkua ul li .meHexinkImgs img {
  overflow: hidden;
  position: relative;
  width: 130px;
  height: auto;
  padding: 0px;
  margin-left: auto;
  display: block;
}

.homeWentis {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #0934d1;
}

.homeWentis .homeTiteDome div span {
  color: #fff;
}

.homeWentis .homeTiteDome div b {
  color: rgba(255, 255, 255, 0.5);
}

.homeWentiList {
  overflow: hidden;
  position: relative;
  width: 1200px;
  margin: auto;
  padding-bottom: 45px;
}

.homeWentiList ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homeWentiList ul li {
  overflow: hidden;
  position: relative;
}

.homeWentiList ul li div {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.homeWentiList ul li div img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 72px;
  height: auto;
  margin: auto;
}

.homeWentiList ul li div span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  padding-top: 6px;
}

.homeJiejuean {
  overflow: hidden;
  position: relative;
  width: 1200px;
  margin: auto;
}

.homeJiejuean img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.homeYanfaSubct {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f4f8fc;
  /* margin-top: 50px; */
  padding-bottom: 60px;
}

.homeYanfaConts {
  overflow: hidden;
  position: relative;
  width: 1200px;
  margin: auto;
  height: 400px;
  display: flex;
  align-items: center;
}

.homeYanfaOne {
  overflow: hidden;
  position: relative;
  width: calc(296px - 50px);
  padding: 25px;
  height: calc(100% - 50px);
  background: #0934d1;
}

.homeYafaOneTite {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.homeYafaOneTite h3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.homeYafaOneTite span {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  padding-top: 15px;
  line-height: 24px;
}

.homeYafaOneServe {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 50px;
}

.homeYafaOneServe ul {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.homeYafaOneServe ul li {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.homeYafaOneServe ul li img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 22px;
  height: auto;
}

.homeYafaOneServe ul li span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  padding-left: 8px;
}

.homeYafaOneLink {
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 32px;
  border: 1px solid #fff;
}

.homeYafaOneLink a {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}

.homeYanfaTwos {
  overflow: hidden;
  position: relative;
  width: calc(100% - 296px - 34px);
  height: 100%;
  background: #fff;
  padding-left: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homeYafaTwoImgs {
  overflow: hidden;
  position: relative;
  width: 474px;
}

.homeYafaTwoImgs img {
  overflow: hidden;
  position: relative;
  width: auto;
  display: block;
  height: 336px;
}

.homeYanfaTwoList {
  overflow: hidden;
  position: relative;
  width: calc(100% - 500px);
}

.homeYanfaTwoList ul {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.homeYanfaTwoList ul li {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 17px 0;
}

.homeYanfaTwoMinc {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.homeYanfaTwoMinc i {
  overflow: hidden;
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #19398e;
}

.homeYanfaTwoMinc span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
  color: #181414;
  font-weight: bold;
  padding-left: 16px;
}

.homeYanfaTwoText {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-left: 21px;
  font-size: 12px;
  color: #666;
}

.homeZixunDome {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 45px 0 40px 0;
  /* background: #0934d1; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/bg_01.png") no-repeat center center;
  background-size: 100% 100%;
}

.homeZixunDome div {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.homeZixunDome div span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 30px;
  color: #fff;
  /* padding-bottom: 30px; */
}

.homeZixunDome div b {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding-top: 10px;
}

.homeZixunDome div a {
  overflow: hidden;
  position: relative;
  width: 180px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0934d1;
  border-radius: 80px;
  margin: 26px auto 0 auto;
}

.homeZixunDome div a:hover {
  background: #dadada;
}

.homeZixunDome div a span {
  color: #0934d1;
}

.bottomSubcts {
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  padding: 30px 0;
  background: #f4f8fc;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.bottomSubConts {
  /* overflow: hidden; */
  position: relative;
  width: 1200px;
}

.bottomSubCompan {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 4;
}

.bottomSubComInfo {
  overflow: hidden;
  position: relative;
}

.bottomSubNewConts {
  overflow: hidden;
  position: relative;
}

.bottomSubNewConts ul {
  overflow: hidden;
  position: relative;
  padding-top: 8px;
}

.bottomSubNewConts ul li {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #999;
  padding: 4px 0;
}

.bottomSubNew {
  overflow: hidden;
  position: relative;
  width: 270px;
}

.bottomSubNewTite {
  overflow: hidden;
  position: relative;
  font-size: 18px;
  color: #333;
}

.bottomSubNew ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottomSubNew ul li {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.bottomSubNew ul li img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}

.bottomSubNew ul li span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999;
}

.bottomImages {
  overflow: hidden;
  position: absolute;
  width: 177px;
  top: -150px;
  right: 0;
  z-index: 2;
}

.bottomImages img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}

.homeJiazhiSubct {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f1f3f9;
  min-height: 400px;
  margin-top: 50px;
  padding-bottom: 52px;
}

.homeJiazhConts {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.meJiazhConBiati {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.meJiazhConBiati ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.meJiazhConBiati ul li {
  overflow: hidden;
  position: relative;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 14px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

.meJiazhConBiati ul li.meJiazhConBiCur {
  color: #0934d1;
}

.meJiazhConBiati ul li.meJiazhConBiCur::after {
  overflow: hidden;
  position: absolute;
  display: block;
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 2px;
  background: #0934d1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.meJiazhConNeiy {
  overflow: hidden;
  position: relative;
  width: calc(100% - 80px);
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  height: 500px;
}

.meJiazhConNeTab {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: none;
}

.meJiazhConNeOn {
  display: block;
}

.iazhConNeFlexy {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.iazhConNeImgs {
  overflow: hidden;
  position: relative;
  width: 550px;
}

.iazhConNeImTuian {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.iazhConNeImTuian img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.iazhConNeWenz {
  overflow: hidden;
  position: relative;
  width: calc(100% - 630px);
}

.iazhConNeWenz ul {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.iazhConNeWenz ul li {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 16px 0;
}

.iazhConNeWeTite {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.iazhConNeWeTite span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 18px;
  color: #333;
  padding-left: 14px;
  font-weight: bold;
}

.iazhConNeWeTite span::after {
  overflow: hidden;
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #0934d1;
  top: 1px;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.iazhConNeWeText {
  overflow: hidden;
  position: relative;
  padding-top: 8px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.home_oueok {
  width: 100%;
  text-align: center;
}

.home_oueok img {
  margin: 0 auto;
}

.youLinkSubctDmoes {
  position: fixed;
  width: 66px;
  min-height: 160px;
  background: #fff;
  border-radius: 35px;
  right: 16px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 99;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.youLinkSubctDmoes ul {
  position: relative;
  width: 100%;
}
.youLinkSubctDmoes ul li {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.youLinkSubctDmoes ul li .youLinkSubLied {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.youLinkSubctDmoes ul li:nth-child(1) .youLinkSubLied {
  border-radius: 35px 35px 0 0;
}

.youLinkSubctDmoes ul li:last-child .youLinkSubLied {
  border-radius: 0 0 35px 35px;
}

.youLinkSubctDmoes ul li:hover .youLinkSubLied {
  background: #e6f9f5;
}

.youLinkSubctDmoes ul li .youLinkSubLied .youLinData {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.youLinkSubctDmoes ul li .youLinkSubLied .youLinData img {
  overflow: hidden;
  position: relative;
  display: block;
  height: 24px;
  width: auto;
  margin: auto;
}

.youLinkSubctDmoes ul li .youLinkSubLied .youLinData span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 12px;
  padding-top: 6px;
}

.youLinkSubctDmoes ul li:hover .youLinkSubLied .youLinData span {
  color: #00c29a;
}

.youLinkSubAbsol {
  position: absolute;
  width: 260px;
  right: 66px;
  bottom: 0;
  z-index: 22;
  display: none;
}

.inkSubAbsoTells {
  width: calc(100% - 10px - 40px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 3px 5px 0px rgba(225, 236, 252, 0.35);
}

.inkSubAbsoTells span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
  color: #141e31;
}
.inkSubAbsoTells b {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 20px;
  color: #00c29a;
  padding-top: 6px;
}

.youLinkSubctDmoes ul li:hover .youLinkSubAbsol {
  display: block;
}

.inkSubAbsoWechat {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  width: calc(100% - 10px - 24px);
  box-shadow: 0px 3px 5px 0px rgba(225, 236, 252, 0.35);
}

.inkSubAbsoWechat span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 12px;
  color: #333;
  padding-bottom: 4px;
}

.inkSubAbsoWechat img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}

.chatSubctDmoes {
  position: fixed;
  min-width: 100px;
  min-height: 90px;
  right: 16px;
  bottom: 50%;
  transform: translateY(240px);
  z-index: 99;
  display: flex;
  align-items: center;
}

.chatSwipeSubct .chatSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.chatSwipeSubct .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.chatSwipeSubct {
  position: relative;
  width: 190px;
  height: 100px;
}

.chatSwipeTupian {
  overflow: hidden;
  position: relative;
  width: 60px;
  min-height: 60px;
}

.chatSwipeTupian img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
}
.chatSwipeTupian span {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  background: #016bff;
  font-size: 12px;
  color: #fff;
}

.swipeRslinfos {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  background: #e3eefc;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.swipeRslinfos img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 14px;
  height: auto;
}

.swipeRslinfos span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 6px;
  color: #444;
}

.swipeRslinfos:hover span {
  color: #444;
}

.chatSwipeSubct .swiper-slide-active .swipeRslinfos {
  background: #fff;
}

.chatSwipeSubct .swiper-slide-active .swipeRslinfos img {
  opacity: 0.6;
}
.chatSwipeSubct .swiper-slide-active .swipeRslinfos span {
  opacity: 0.6;
}

/* 棰勭害寮圭獥鏍峰紡 */

.yuyueTanchuas {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.yuyueTanConts {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yuyueTanConNier {
  overflow: hidden;
  position: relative;
  width: calc(500px - 40px);
  padding: 20px;
  border-radius: 12px;
  background: #fff;
}

.yuyueTanConTite {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.yuyueTanConTite span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 13px;
  color: #888;
}

.yuyueTanConTite span.anConTitName {
  font-size: 20px;
  color: #333;
  padding-bottom: 8px;
}

.yuyueTanConFrom {
  overflow: hidden;
  position: relative;
}

.yuyueTanConFrom form {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.anConFromList {
  overflow: hidden;
  position: relative;
  height: 42px;
  border: 1px solid #eee;
  border-radius: 22px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.anConFromInpts {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.anConFromInpts input {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 15px;
}

.anConFromInTell {
  overflow: hidden;
  position: relative;
  width: calc(100% - 120px);
}

.anConFromYazma {
  overflow: hidden;
  position: relative;
  font-size: 15px;
  color: #045bf9;
  cursor: pointer;
}

.anConFromButns {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 18px;
}

.anConFromButTips {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.anConFromButTips span {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 5px;
  font-size: 13px;
  color: #888;
}

.anConFromButTips a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 13px;
  color: #333;
}

.anConFromButAnius {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.anConFromButAnius button {
  overflow: hidden;
  position: relative;
  height: 42px;
  width: 100%;
  background: #045bf9;
  color: #fff;
  border-radius: 21px;
  font-size: 15px;
}

.yuyueTanClose {
  overflow: hidden;
  position: absolute;
  width: 15px;
  cursor: pointer;
  top: 20px;
  right: 20px;
  z-index: 22;
}

.yuyueTanClose img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.yuyueTsexts {
  overflow: hidden;
  position: relative;
}
.yuyueTsexts span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 20px !important;
}

.yuyueIcons {
  overflow: hidden;
  position: relative;
  width: 29px;
  height: 29px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yuyueIcons img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 18px;
  height: auto;
  margin-top: 1px;
}

.homeYanfaOnes {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.homeYanfaOnes ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homeYanfaOnes ul li {
  overflow: hidden;
  position: relative;
  width: calc(25% - 12px - 28px);
  min-height: calc(130px - 36px);
  padding: 18px 14px;
  background: #fff url(../images/dxbg.png) no-repeat right top;
  border-radius: 10px;
}

.homeYanfaOneTite {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.homeYanfaOneTite span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 18px;
  color: #121414;
  padding-left: 14px;
}

.homeYanfaOneTite span::before {
  overflow: hidden;
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #045bf9;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.homeYanfaOneText {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 14px;
  line-height: 22px;
}

.homeYanfaOneText span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 15px;
  color: #999;
}

.homeYanfaTwoNeir {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
}

.homeYanfaTwoText1 {
  overflow: hidden;
  position: relative;
}

.homeYanfaTwoText1 ul {
  overflow: hidden;
  position: relative;
}

.homeYanfaTwoText1 ul li {
  overflow: hidden;
  position: relative;
  padding-right: 14px;
  text-align: right;
  margin: 70px 0;
}

.homeYanfaTwoText1 ul li::after {
  overflow: hidden;
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background: #045bf9;
  border-radius: 2px;
  top: 0;
  right: 0;
  z-index: 2;
}

.homeYanfaTwoText1 ul li .anfaTwoTextTite {
  overflow: hidden;
  position: relative;
  font-size: 18px;
  color: #0d0d0d;
}

.homeYanfaTwoText1 ul li .anfaTwoTextWenz {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #666;
  padding-top: 8px;
  line-height: 20px;
}

.homeYanfaTwoText2 ul li::after {
  right: initial;
  left: 0;
}

.homeYanfaTwoText2 ul li {
  padding-left: 14px;
  text-align: left;
}

.homeYanfaThres {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homeYanfaThreTite {
  overflow: hidden;
  position: relative;
  padding: 32px 22px;
  width: 400px;
}

.homeYanfaThreTite span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 26px;
  color: #1e1b17;
}

.homeYanfaThreTite span.spantexts {
  font-size: 16px;
  color: #666;
  padding-top: 10px;
}

.homeYanfaThreInfo {
  overflow: hidden;
  position: relative;
  width: calc(100% - 420px);
}

.homeYanfaThreInfo ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.homeYanfaThreInfo ul li {
  overflow: hidden;
  position: relative;
}

.homeYanfaThreInYear {
  overflow: hidden;
  position: relative;
}

.homeYanfaThreInYear span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 36px;
  color: #0349d9;
  padding-bottom: 12px;
}

.homeYanfaThreInYear span::after {
  overflow: hidden;
  position: absolute;
  display: block;
  content: "";
  width: 42px;
  height: 5px;
  border-radius: 3px;
  background: #0349d9;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.homeYanfaThreInWenz {
  overflow: hidden;
  position: relative;
  font-size: 15px;
  color: #999;
  padding-top: 14px;
}
