.public-banner .banner .head .title {
  color: #fff;
  font-weight: 600;
}
.public-banner .banner .content {
  color: #fff;
}
.public-banner .banner .foot .yanshi {
  background-color: #fff;
  color: #0880ff;
}
.public-banner .banner .foot .shiyong:hover {
  background-color: #fff;
}
.menu {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.menu li a {
  display: flex;
  align-items: center;
}
.menu li img {
  width: 56px;
  height: 56px;
}
.menu li .right {
  margin-left: 10px;
}
.menu li .right .title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.menu li .right .content {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 3px;
}
.fuwu {
  padding-top: 104px;
}
.fuwu ul {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}
.fuwu ul li {
  width: 254px;
  height: 276px;
  background-image: linear-gradient(180deg, rgba(211, 224, 255, 0.13) 0%, #f1f1f1 100%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
.fuwu ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}
.fuwu ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.fuwu ul li img {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.fuwu ul li .title {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  padding: 26px 0 0 34px;
}
.anli {
  padding-top: 111px;
}
.anli .nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.anli .nav li {
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  font-size: 20px;
  color: #333333;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 18px;
  transition: 0.2s;
}
.anli .nav li:hover {
  background: rgba(6, 128, 255, 0.18);
}
.anli .nav li.active {
  background: rgba(6, 128, 255, 0.18);
}
.anli .detail {
  display: flex;
  align-items: center;
  height: 327px;
  background-color: #fbfcfe;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 55px;
}
.anli .detail img {
  width: 478px;
  height: 327px;
}
.anli .detail .right {
  margin-left: 70px;
  padding-right: 50px;
}
.anli .detail .right .title {
  font-weight: 500;
  font-size: 24px;
  color: #0680ff;
  line-height: 33px;
}
.anli .detail .right .subtitle {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  margin-top: 16px;
}
.anli .detail .right .content {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin-top: 16px;
}
.anli .detail .right a {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
  display: block;
  transition: 0.2s;
}
.anli .detail .right a:hover {
  color: #0880ff;
}
.zengzhangjia {
  position: relative;
  z-index: 5;
  height: 276px;
  background-image: linear-gradient(315deg, #4da4ff 0%, #aaa3ff 100%);
}
.zengzhangjia::before {
  content: "";
  position: absolute;
  right: 67px;
  top: 0;
  width: 701px;
  height: 276px;
  background-image: url("../img/index/zengzhangjia-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -5;
}
.zengzhangjia .head {
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  padding-top: 67px;
}
.zengzhangjia ul {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.zengzhangjia ul li {
  width: 192px;
  height: 66px;
  line-height: 64px;
  text-align: center;
  border-radius: 33px;
  border: 1px solid #ffffff;
  margin-right: 20px;
  transition: 0.2s background-color;
}
.zengzhangjia ul li:last-child {
  margin-right: 0;
}
.zengzhangjia ul li:hover {
  background-color: #ffffff;
  border: none;
  line-height: 66px;
}
.zengzhangjia ul li:hover a {
  color: #4265ff;
}
.zengzhangjia ul li a {
  display: block;
  font-size: 20px;
  color: #ffffff;
}
footer {
  margin-top: 28px;
}
