.boxs {
  background-color: #fff;
  clear: both;
}
.boxs .banner {
  width: 100%;
  height: 300px;
  background: url(./banner1.jpg) no-repeat center;
}

.boxs .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.boxs .content .info {
  display: flex;
  justify-content: space-between;
}
.boxs .content .info .list {
  width: 48.3%;
}
.boxs .content .info .list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.boxs .content .info .list .title p {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.boxs .content .info .list .title a {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.boxs .content .info .list .list-uls li {
  display: flex;
  align-items: center;
}
.boxs .content .info .list .list-uls li em {
  width: 5px;
  height: 5px;
  background: #1976de;
  margin-right: 10px;
}
.boxs .content a:hover {
  color: #1492ff !important;
}
.boxs .content .info .list .list-uls li a {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxs .content .titlext {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.boxs .content .titlext p {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  margin-right: 40px;
  margin-left: 40px;
}
.boxs .content .titlext .xt {
  flex: 1;
}
.boxs .content .titlext .xt img {
  width: 100%;
}
.boxs .content .policy {
  display: flex;
  justify-content: space-between;
}
.boxs .content .policy .talent {
  width: 48.3%;
  background: #edf4fe;
  padding: 25px 30px 20px 30px;
}
.boxs .content .policy .talent .talent-title {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.boxs .content .policy .talent .talent-title a {
  display: flex;
  align-items: center;
}
.boxs .content .policy .talent .talent-title a:hover p {
  color: #1492ff !important;
}
.boxs .content .policy .talent .talent-title p {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-left: 15px;
}
.boxs .content .policy .talent .talent-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background: #ffffff;
  padding: 0 25px;
  width: 100%;
  margin-bottom: 20px;
}
.boxs .content .policy .talent .talent-list li a p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxs .content .policy .talent .talent-list li a span {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #1976de;
  text-align: right;
}
.boxs .content .service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boxs .content .service ul li {
  width: 48%;
  height: 150px;
  background: #edf4fe;
  margin-bottom: 25px;
  padding: 30px;
  position: relative;
}

.boxs .content .service ul li .ser-title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.boxs .content .service ul li .ser-content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  position: absolute;
  bottom: 30px;
}
.boxs .content .service ul .zhli {
  width: 100%;
}
.boxs .content .service ul .zhli .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.boxs .content .service ul .zhli .list .item {
  width: 21.6%;
  height: 60px;
  background: #ffffff;
}
.boxs .content .service ul .zhli .list .item a {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.boxs .content .service ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.boxs .content .service ul li:nth-child(1) {
  background-image: url(./fw01.png);
  background-position: right;
  background-repeat: no-repeat;
}
.boxs .content .service ul li:nth-child(2) {
  background-image: url(./fw02.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
.boxs .content .service ul li:nth-child(3) {
  background-image: url(./fw03.png);
  background-position: right;
  background-repeat: no-repeat;
}
.elder .boxs .content .service ul li:nth-child(3) {
  background-image: url(./fw03.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
.boxs .content .service ul li:nth-child(4) {
  background-image: url(./fw04.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
.boxs .content .service ul li:hover a .ser-title {
  color: #1492ff !important;
}
.boxs .content .service ul li:hover a .ser-content {
  color: #1492ff !important;
}
.boxs .content .service ul li:nth-child(1):hover .qrcode {
  display: block;
}
.boxs .content .service ul li:nth-child(3):hover .qrcode {
  display: block;
}
.qrcode {
  display: none;
  border: 1px solid #cccfd7;
  z-index: 9;
  position: relative;
  border-radius: 2px;
  background-color: #fff;
  width: 212px;
  margin-top: -15px;
  margin-left: 155px;
}
.qrcode > p {
  padding: 0 15px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #1492ff;
  margin-top: 8px;
  font-weight: 600;
}
.qrcode .qrcode-box {
  width: 212px;
  height: 210px;
  padding: 15px;
}
.qrcode .qrcode-box img {
  width: 180px;
  height: 180px;
}
.elder .boxs .content .policy .talent .talent-list li:hover a p {
  color: #1492ff !important;
}

/* 老年版css */
.elder .boxs .content {
  width: 1200px;
  margin-top: 0px;
  padding: 20px;
}
.elder .boxs .content .info {
  flex-direction: column;
}
.elder .boxs .content .info .list {
  width: 100%;
}
.elder .boxs .content .info .list .title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.elder .boxs .content .info .list .title p {
  font-size: 36px;
}
.elder .boxs .content .info .list .title a {
  font-size: 26px;
}
.elder .boxs .content .titlext p {
  font-size: 36px;
  margin-right: 50px;
  margin-left: 50px;
}
.elder .boxs .content .titlext {
  margin-top: 40px;
  margin-bottom: 40px;
}
.elder .boxs .content .policy {
  flex-direction: column;
}
.elder .boxs .content .policy .talent {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.elder .boxs .content .policy .talent .talent-title p {
  font-size: 28px;
}
.elder .boxs .content .info .list .list-uls li a {
  font-size: 26px;
}
.elder .boxs .content .policy .talent .talent-title img {
  width: 40px;
  height: 40px;
}
.elder .boxs .content .policy .talent .talent-list li a p {
  font-size: 26px;
  width: 85%;
}
.elder .boxs .content .policy .talent .talent-list li a span {
  font-size: 20px;
}
.elder .boxs .content .policy .talent .talent-list li a {
  padding: 0 10px;
  height: 60px;
}
.elder .boxs .content .service ul {
  flex-direction: column;
}
.elder .boxs .content .service ul li {
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  height: 140px;
}
.elder .boxs .content .service ul li .ser-title {
  font-size: 26px;
}
.elder .boxs .content .service ul li .ser-content {
  font-size: 22px;
  bottom: 20px;
  line-height: 20px;
}
.elder .boxs .content .service ul .zhli {
  height: auto;
}
.elder .boxs .content .service ul .zhli .list {
  flex-wrap: wrap;
}
.elder .boxs .content .service ul .zhli .list .item {
  width: 48%;
  height: 60px;
  margin-bottom: 20px;
}
.elder .boxs .content .service ul .zhli .list .item a {
  font-size: 26px;
}
.main0 {
  height: auto !important;
}
.qrcode {
  margin-left: 0px;
}
.qrcode > p {
  font-size: 16px;
}
/* //移动端css */
@media screen and (max-width: 769px) {
  .kd {
    width: 100% !important;
  }
  .boxs .content {
    width: 100%;
    margin-top: 0px;
    padding: 20px;
  }
  .boxs .content .info {
    flex-direction: column;
  }
  .boxs .content .info .list {
    width: 100%;
  }
  .boxs .content .info .list .title {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .boxs .content .info .list .title p {
    font-size: 18px;
  }
  .boxs .content .info .list .title a {
    font-size: 14px;
  }
  .boxs .content .titlext p {
    font-size: 18px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .boxs .content .titlext {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .boxs .content .policy {
    flex-direction: column;
  }
  .boxs .content .policy .talent {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .boxs .content .policy .talent .talent-title p {
    font-size: 16px;
  }
  .boxs .content .info .list .list-uls li a {
    font-size: 16px;
  }
  .boxs .content .policy .talent .talent-title img {
    width: 30px;
    height: 30px;
  }
  .boxs .content .policy .talent .talent-list li a p {
    font-size: 16px;
    width: 70%;
  }
  .boxs .content .policy .talent .talent-list li a span {
    font-size: 14px;
  }
  .boxs .content .policy .talent .talent-list li a {
    padding: 0 10px;
    height: 40px;
  }
  .boxs .content .service ul {
    flex-direction: column;
  }
  .boxs .content .service ul li {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    height: 100px;
  }
  .boxs .content .service ul li .ser-title {
    font-size: 16px;
  }
  .boxs .content .service ul li .ser-content {
    font-size: 14px;
    bottom: 20px;
    line-height: 20px;
  }
  .boxs .content .service ul .zhli {
    height: auto;
  }
  .boxs .content .service ul .zhli .list {
    flex-wrap: wrap;
  }
  .boxs .content .service ul .zhli .list .item {
    width: 48%;
    height: 40px;
    margin-bottom: 20px;
  }
  .boxs .content .service ul .zhli .list .item a {
    font-size: 14px;
  }
  .main0 {
    height: auto !important;
  }
  .qrcode {
    margin-left: 0px;
  }
  .qrcode > p {
    font-size: 16px;
  }
  .boxs .banner {
    width: 100%;
    height: 140px;
    background-size: 180% 100%;
  }

  .elder .boxs .content {
    width: 100%;
    margin-top: 0px;
    padding: 20px;
  }
  .elder .boxs .content .info {
    flex-direction: column;
  }
  .elder .boxs .content .info .list {
    width: 100%;
  }
  .elder .boxs .content .info .list .title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .elder .boxs .content .info .list .title p {
    font-size: 26px;
  }
  .elder .boxs .content .info .list .title a {
    font-size: 18px;
  }
  .elder .boxs .content .titlext p {
    font-size: 26px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .elder .boxs .content .titlext {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .elder .boxs .content .policy {
    flex-direction: column;
  }
  .elder .boxs .content .policy .talent {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .elder .boxs .content .policy .talent .talent-title p {
    font-size: 22px;
  }
  .elder .boxs .content .info .list .list-uls li a {
    font-size: 20px;
  }
  .elder .boxs .content .policy .talent .talent-title img {
    width: 30px;
    height: 30px;
  }
  .elder .boxs .content .policy .talent .talent-list li a p {
    font-size: 20px;
    width: 70%;
  }
  .elder .boxs .content .policy .talent .talent-list li a span {
    font-size: 16px;
  }
  .elder .boxs .content .policy .talent .talent-list li a {
    padding: 0 10px;
    height: 60px;
  }
  .elder .boxs .content .service ul {
    flex-direction: column;
  }
  .elder .boxs .content .service ul li {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    height: 120px;
  }
  .elder .boxs .content .service ul li .ser-title {
    font-size: 18px;
  }
  .elder .boxs .content .service ul li .ser-content {
    font-size: 16px;
    bottom: 20px;
    line-height: 20px;
  }
  .elder .boxs .content .service ul .zhli {
    height: auto;
  }
  .elder .boxs .content .service ul .zhli .list {
    flex-wrap: wrap;
  }
  .elder .boxs .content .service ul .zhli .list .item {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
  }
  .elder .boxs .content .service ul .zhli .list .item a {
    font-size: 18px;
  }
  .boxs .content .service ul li:nth-child(1) {
    background-image: none;
  }
  .boxs .content .service ul li:nth-child(2) {
    background-image: none;
  }
  .boxs .content .service ul li:nth-child(3) {
    background-image: none;
  }
  .elder .boxs .content .service ul li:nth-child(3) {
    background-image: none;
  }
  .boxs .content .service ul li:nth-child(4) {
    background-image: none;
  }
}

@media screen and (max-width: 500px) {
  .boxs .content .service ul .zhli .list .item {
    width: 100%;
  }
}