@charset "utf-8";
/* CSS Document */

.l-item {
  list-style: disc;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.banner {
  display: block;
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content_text1 h1 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  font-weight: normal;
  color: #000;
  text-align: center;
  letter-spacing: 10px;
  font-family: "黑体";
}
.content_text1_content1 {
  position: relative;
  width: 50%;
  top: 35%;
  float: right;
  right: 13%;
}

.content_text1_content1 p2 {
  position: relative;
  float: left;
  text-align: justify;
  font-size: 18px;
  line-height: 2.3em;
  letter-spacing: 2px;
  text-indent: 2em;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.content_form_title {
  position: relative;
  top: 23%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
  font-family: "黑体";
}
.content_form_content {
  position: inherit;
  top: 45%;
  width: 78%;
  left: 13%;
}

.content_text3_title {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: "黑体";
  width: 30%;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 212, 255, 0) 0%,
    rgba(10, 10, 18, 0.4500393907563025) 50%,
    rgba(0, 212, 255, 0) 100%
  ) !important;
}
.content_text3_right {
  float: right;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.content_text3_right p {
  float: right;
  position: absolute;
  /* width: 100%; */
  margin: 0 auto;
}

.content_text4_title {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  font-family: "黑体";
}
.content_text4_content {
  display: block;
  float: right;
  width: 65%;
  padding-top: 40px;
  text-align: left;
}
.left {
  display: block;
  float: left;
  width: 5%;
}
.right {
  display: block;
  float: right;
  width: 95%;
}
.content_text4_content li {
  text-align: justify;
  height: 55px;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 20%;
}

.content_text5_title {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  font-family: "黑体";
}
.content_text5_content {
  position: relative;
  width: 100%;
  padding-top: 40px;
  text-align: left;
}
.left2 {
  position: relative;
  float: left;
  width: 35%;
  padding: 4% 9%;
}
.right2 {
  position: relative;
  float: right;
  width: 49%;
  margin: -6em 2em 0 0;
}

.content_text5_content li {
  text-align: justify;
  height: 55px;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 20%;
}

.L-Text {
  position: absolute;
  font-size: 16px;
  color: #000;
  float: left;
  left: 11%;
  top: 85%;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 2em;
}
.R-Text {
  position: absolute;
  font-size: 16px;
  color: #000;
  float: right;
  right: 5%;
  text-align: center;
  letter-spacing: 2px;
  top: 95%;
}

.ztTitle2 {
  padding-top: 3%;
  font-size: 30px;
  line-height: 60px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #000;
  font-family: "黑体";
}
.service_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding-top: 40px;
  margin: 0;
  /* background-color: #ffffff00; */
}

.service_list_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  width: 100%;
  max-width: 1200px;
}

.service_list_item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 3px 3px 3px 3px #888888;
}

.service_list_item img {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 3px #888888;
}

.service_list_text1 {
  position: absolute;
  bottom: 145px;
  width: 100%;
  background: linear-gradient(
      1deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(0, 212, 255, 0) 0%,
      rgba(32, 104, 227, 0.7) 0%,
      rgba(81, 155, 247, 0.8) 100%
    )
    90%;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 2% 0;
  /* border-radius: 0 0 30px 30px; */
  z-index: 2; /* 确保文字在蒙板之上 */
}

.service_list_text1-1 {
  position: absolute;
  bottom: 145px;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 212, 255, 0) 0%,
    rgba(126, 78, 30, 0.7) 0%,
    rgba(243, 199, 138, 0.5) 100%
  );
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 2% 0;
  /* border-radius: 0 0 30px 30px; */
  z-index: 2; /* 确保文字在蒙板之上 */
}
.service_list_text2 {
  position: relative;
  padding: 18px;
  font-size: 18px;
  text-align: justify;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  /* letter-spacing: 2px; */
}
.service_list_item img {
  width: 100%;
  transition: transform 0.3s;
}
.service_list_item:hover {
  transform: scale(1.1);
}
.service_list_text1:hover2 {
  transform: scale(1.1);
}
.service_list_overlay {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(3, 125, 255, 0.8);
  color: white; */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 30px;
}
.service_list_item:hover .service_list_overlay2 {
  opacity: 1;
}

.content_text9 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  top: 8%;
  text-align: center;
}
.ztTitle3 {
  /* padding-top: 3%; */
  font-size: 30px;
  /* line-height: 60px; */
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #000;
  font-family: "黑体";
}
.ztTitle4 {
  padding-top: 3%;
  font-size: 30px;
  /* line-height: 60px; */
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #000;
  font-family: "黑体";
}

.kefu {
  position: absolute;
  float: right;
  right: 10%;
  top: 57.2%;
  /* width: 100%; */
  text-align: center;
  z-index: 9;
}
.ztbtn {
  display: inline-block;
  padding: 10px;
  /* margin: 2% 8%; */
  /* border: 2px solid rgb(59, 136, 230); */
  color: #345f8a;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.5s;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 212, 255, 0) 0%,
    rgba(32, 104, 227, 1) 0%,
    rgba(81, 155, 247, 1) 100%
  );
  /*animation: myBbreath 0.8s linear infinite;*/
}
.ztbtn:hover {
  box-shadow: 0 0 25px #888;
  transform: scale(1.1);
}

.kefu .btn1 {
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 212, 255, 0) 0%,
    rgba(32, 104, 227, 1) 0%,
    rgba(81, 155, 247, 1) 100%
  );
  /* border-color: rgb(107, 167, 227); */
  width: 8em;
  height: 1.5em;
  color: #fff;
  /* margin: 6.3em 0 0 50em; */
}

.kefu .btn2 {
  padding: 0%;
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 212, 255, 0) 0%,
    rgba(32, 104, 227, 1) 0%,
    rgba(81, 155, 247, 1) 100%
  );
}

/* swiper 横向循环焦点图片展示 */
#certify {
  position: relative;
  top: 6%;
  width: 1200px;
  margin: 0 auto;
}
#certify .swiper-container {
  padding-bottom: 20px;
}
#certify .swiper-slide {
  width: 506px;
  height: 553px;
  background: #ffffff00;
  /* box-shadow: 0 8px 30px #ddd; */
}
#certify .swiper-slide img {
  display: block;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 2px solid #ffffff00;
  background-color: goldenrod;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  content: "";
}
