body {
  font-family: "PingFang SC";
  margin: 0;
  padding: 0;
  opacity: 1;
  background: #f9f9f9;
}
/*.banner {
  width: 100%;
  height: 400px;
  background-image: url("banner.png");
  background-size: cover;
}*/
.banner {
  width: 100%;
  height: 50vh;
  background-image: url("banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 优化添加的部分 */
  background-color: #e0e0e0; /* 预加载背景色 */
  transition: background-image 0.5s ease;
}
.container {
  width: 1200px;
  margin: 58px auto;
  position: relative;
}
.section_one {
  margin-bottom: 50px;
}
.services {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
}
.services img {
  width: 25px;
  height: 26px;
  margin-top: 80px;
}
.services li {
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  opacity: 1;
  width: 188px;
  height: 202px;
}
.services li span {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 133px;
  display: block;
  text-align: center;
}
.services li:first-child span {
  left: 40px;
}
.services li:nth-child(3) span {
  left: 35px;
}
.services li:nth-child(5) span {
  left: 33px;
}
.services li:nth-child(7) span {
  left: 32px;
}
.services li:last-child span {
  left: 30px;
}
.services li:first-child {
  background: url(qykb.png) no-repeat -13px -22px;
}
.services li:nth-child(3) {
  background: url(xmjs.png) no-repeat -23px -22px;
}
.services li:nth-child(5) {
  background: url(qyyy.png) no-repeat -24px -22px;
}
.services li:nth-child(7) {
  background: url(qybg.png) no-repeat -24px -22px;
}
.services li:last-child {
  background: url(qytc.png) no-repeat -24px -22px;
}
.services li:hover {
  background-color: #e0e0e0;
}
.services li img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.sxSection_five p {
  width: 100%;
}
.sxSection_five li:first-child {
  width: 40%;
}
.sxSection_five img {
  width: 42px;
  height: 100%;
  margin: 32px 12px 0 18px !important;
}
.sxSection_five li {
  width: calc(47% - 12px) !important;
  margin-left: 5px !important;
  padding: 6px 0 0 46px !important;
}
.sxSection_five li:nth-child(7) {
  margin-right: 0;
}
.sxSection_five li:nth-child(7) a,
.sxSection_five li:nth-child(9) a {
  margin-left: 0;
}
.sxSection_five li::before {
  left: 21px !important;
  top: 56% !important;
}
.sxSection_six li:nth-child(5),
.sxSection_six li:nth-child(6),
.sxSection_six li:nth-child(7) {
  width: calc(30% - -14px) !important;
  padding: 6px 0 0 46px !important;
}
.sxSection_six li:nth-child(5),
.sxSection_six li:nth-child(6) {
  margin-right: 30px !important;
}
.sxSection_six li:nth-child(5) a,
.sxSection_six li:nth-child(7) a {
  margin-left: 0 !important;
}
.sxSection_six li:nth-child(6),
.sxSection_six li:nth-child(7) {
  margin-left: 0 !important;
}
.sxSection_six li:nth-child(7) {
  margin-right: 0 !important;
}
.sxSection_six li:nth-child(8),
.sxSection_six li:nth-child(10) {
  margin-left: 4px !important;
}
.sxSection_six li:nth-child(9) {
  margin-left: 35px !important;
}
.js_senven_list li:first-child,
.js_senven_list li:nth-child(3),
.js_shiliu_list li:first-child,
.js_shiliu_list li:nth-child(3) {
  width: calc(47% - 12px) !important;
  margin-left: 5px !important;
  padding: 6px 0 0 46px !important;
}
.js_senven_list li:first-child a,
.js_senven_list li:nth-child(3) a {
  margin-left: 0;
}
.js_senven_list li:nth-child(5) {
  margin-left: 35px !important;
}
.js_senven_list li:nth-child(4),
.js_senven_list li:nth-child(6) {
  margin-left: 4px !important;
}
.js_senven_list img,
.js_shiliu_list img {
  width: 42px;
  height: 100%;
  margin: 32px 12px 0 18px !important;
}
.js_eight_list img {
  width: 42px;
  height: 100%;
  margin: 32px 12px 0 17px !important;
}
.js_eight_list li:nth-child(1),
.js_eight_list li:nth-child(3),
.js_eight_list li:nth-child(5) {
  width: calc(30% - 18px);
}
.js_eight_list li:nth-child(6),
.js_eight_list li:nth-child(8) {
  margin-left: 4px !important;
}
.js_eight_list li:nth-child(7) {
  margin-left: 35px !important;
}
.content {
  display: none;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  width: 100%;
  left: 0;
  z-index: 10;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 2px 12px 0 #9999994d;
}
.content.active {
  display: block;
}
.content::before {
  content: "";
  position: absolute;
  top: -10px;
  left: var(--triangle-left, 50%);
  transform: translateX(-35%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.content img {
  margin: 20px auto;
  display: block;
}
.content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  opacity: 1;
  background: #e7edf9;
  padding: 10px 20px;
}
.content ul li {
  background-color: #ffffff;
  margin: 9px 4px;
  padding: 10px 16px;
  width: calc(49% - 8px);
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 60px;
  height: 60px;
}
.content ul li:nth-child(2n) {
  margin-right: 0;
  width: calc(49% - 13px);
  padding-left: 38px;
  margin-left: 30px;
}
.content ul li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: black;
  background: url(yuandian.png) no-repeat;
  border-radius: 50%;
}
.content ul li:nth-child(2n)::before {
  left: 15px;
  top: 46%;
}
.content ul li:nth-child(2n) a {
  margin-left: 0;
}
.sxSection_three li {
  padding-top: 17px;
}
.content ul.sxSection_three li::before {
  top: 58%;
}
.content ul li a {
  text-decoration: none;
  color: #333333;
  display: block;
  width: 100%;
  margin-left: 28px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
.content ul li a:hover {
  color: #3f87f3;
}
.tc_three_list li:first-child {
  width: calc(50% - 20px) !important;
  margin-left: 5px !important;
  margin-right: 35px;
  padding: 6px 0 0 46px !important;
}
.tc_three_list li:first-child a {
  margin-left: 0 !important;
}
.tc_three_list li:nth-child(2n) {
  margin-left: 5px !important;
}
.tc_three_list li:nth-child(3),
.tc_three_list li:nth-child(5),
.tc_three_list li:nth-child(7) {
  margin-left: 30px !important;
}
.background-image {
  background-image: url("kefu_bg.png");
  height: 312px;
  padding: 20px;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  border-radius: 16px;
  position: relative;
}
.background-image p:first-child {
  color: #3d3d3d;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  width: 590px;
  height: 72px;
  left: 513px;
  top: 85px;
  line-height: 36px;
}
.background-image p:last-child {
  color: #1678ff;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 184px;
  left: 513px;
}
.icon-phone {
  background: url(phone.png) no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle; /* 确保图标垂直居中 */
}
.background-image p:last-child span {
  display: inline-block;
  vertical-align: middle; /* 确保文本垂直居中 */
  line-height: 36px; /* 设置行高与图标高度相同，以实现垂直居中 */
  padding-left: 20px;
}
.contact-info {
  margin-bottom: 50px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.contact-info ul li {
  margin-bottom: 10px;
  width: 224px;
  height: 270px;
  border-radius: 8px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 2px 12px 0 #99999933;
}
.contact-info ul li img {
  display: block;
  margin: 10px auto 10px 88px;
}
.contact-info ul li p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.contact-info ul li p:first-child {
  padding-top: 16px;
  padding-left: 69px;
}
.lianxiren {
  text-align: center;
  padding-right: 20px;
}
.contact-info ul li p:last-child {
  color: #1678ff;
  font-size: 18px;
  font-weight: 400;
  padding-top: 0;
  padding-top: 4px;
  padding-left: 23px;
}
.contact-info ul li p:nth-child(3) {
  padding-left: 69px;
}
.contact-info ul li p:last-child span {
  display: inline-block;
  vertical-align: middle; /* 确保文本垂直居中 */
  line-height: 36px; /* 设置行高与图标高度相同，以实现垂直居中 */
  padding-left: 15px;
}
.phone {
  color: #1678ff;
  background: url(foot_phone.png) no-repeat;
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle; /* 确保图标垂直居中 */
}
.first_phone {
  margin: 18px;
}
.contact-info ul li p span {
  color: #1678ff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}