@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial;
  /* max-width: 1920px;
  min-width: 1200px; */
}

ul,
li,
dt,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
div,
html,
form,
table,
tr,
td,
dt,
dl,
dd,
span,
input,
a,
img {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  border: none;
}
.l-item {
  list-style: disc;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* 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: "";
}
/* 弹框 在线客服 咨询按键 和 表单*/
.tk_kefu {
  text-align: center;
  margin: 1em 0;
}
.ztbtn {
  display: inline-block;
  padding: 10px;
  margin: 2% 5%;
  /* 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);
}

.tk_kefu .btn1 {
  background: rgb(26, 119, 189);
  background: linear-gradient(
    180deg,
    rgba(26, 119, 189, 1) 0%,
    rgba(17, 89, 155, 1) 50%,
    rgba(9, 60, 123, 1) 100%
  );
  width: 15em;
  color: #fff;
}
.tk_kefu .btn2 {
  background: rgb(255, 225, 151);
  background: linear-gradient(
    180deg,
    rgba(255, 225, 151, 1) 0%,
    rgba(248, 208, 114, 1) 50%,
    rgba(241, 190, 77, 1) 100%
  );
  width: 15em;
  color: #000;
}

.zt_content1 {
  position: relative;
  background: url(../images/bg_02.jpg) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.1dvw;
}

.zt_content1_title {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-size: 2dvw;
  padding-top: 2em;
  padding-bottom: 1em;
}
.zt_content1_text_box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 0.5fr 0.4fr 0.3fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.zt_content1_text {
  grid-area: 1 / 3 / 2 / 11;
  position: relative;
  display: block;
  text-align: justify;
  color: #000;
  text-indent: 2em;
  line-height: 2;
  background-color: #ffffff;
  padding: 1em;
}
.zt_content1_text p {
  margin-bottom: 1em;
}
.zt_content1_nav1 {
  grid-area: 2 / 4 / 3 / 6;
  position: relative;
  margin-top: 1em;
}
.zt_content1_nav2 {
  grid-area: 2 / 6 / 3 / 8;
  position: relative;
  margin-top: 1em;
}
.zt_content1_nav3 {
  grid-area: 2 / 8 / 3 / 11;
  position: relative;
  margin-top: 1em;
}
.zt_content1_nav4 {
  grid-area: 3 / 4 / 4 / 6;
  position: relative;
  margin-bottom: 1em;
}
.zt_content1_nav5 {
  grid-area: 3 / 6 / 4 / 8;
  position: relative;
  margin-bottom: 1em;
}
.zt_content1_nav6 {
  grid-area: 3 / 8 / 4 / 10;
  position: relative;
  margin-bottom: 1em;
}
.zt_form_index {
  position: relative;
  display: block;
  background: url(../images/bg_03.jpg) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 1.1dvw;
}
.zt_form_index_title {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2dvw;
  padding-top: 1.3em;
  padding-bottom: 1.1em;
}

.zt_content2 {
  position: relative;
  background: url(../images/bg_04.jpg) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.1dvw;
}
.zt_content2_title {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-size: 2dvw;
  padding-top: 2em;
  padding-bottom: 1em;
}
.zt_content2_box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 0.3fr 0.3fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.zt_content2_text {
  grid-area: 1 / 3 / 2 / 11;
  position: relative;
  text-align: justify;
  /* text-indent: 2em; */
  line-height: 2;
  padding: 1em;
}
.zt_content2_card1 {
  grid-area: 2 / 3 / 3 / 7;
  position: relative;
  background-color: #ffffff99;
  width: 95%;
}
.zt_content2_card1_title {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2dvw;
  padding: 0.5em 0;
  background-color: #1b5ca2;
}
.zt_content2_card1 ul li {
  position: relative;
  padding: 0.3em;
}
.zt_content2_card2 {
  grid-area: 2 / 7 / 3 / 11;
  position: relative;
  background-color: #ffffff99;
  width: 95%;
}
.zt_content2_card2_title {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2dvw;
  padding: 0.5em 0;
  background-color: #be8e3e;
}
.zt_content2_card2 ul li {
  position: relative;
  padding: 0.3em;
  list-style: disc;
}
.zt_content2_card2_text {
  position: relative;
  padding: 0.5em;
  text-align: justify;
  font-size: 0.8em;
}
.zt_content2_button {
  grid-area: 3 / 3 / 4 / 11;
  position: relative;
}

.zt_content3 {
  position: relative;
  background: url(../images/bg_05.jpg) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.1dvw;
}
.zt_content3_title {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2dvw;
  padding: 1em 0;
}
.zt_content3_box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 0.4fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #4482c445;
  padding: 1.5em;
}

.zt_content3_text_left {
  grid-area: 1 / 3 / 2 / 8;
  position: relative;
}
.zt_content3_text_right {
  grid-area: 1 / 8 / 2 / 12;
  position: relative;
}
.zt_content3_text_title {
  position: relative;
  background: rgb(190, 142, 62);
  background: linear-gradient(
    90deg,
    rgba(190, 142, 62, 1) 0%,
    rgba(36, 101, 167, 0) 100%
  );
  width: 40%;
  color: #fff;
  padding: 0.5em;
  font-size: 1.1em;
}
.zt_content3_text {
  position: relative;
  color: #ffffff;
  padding: 0.5em;
}
.zt_content3_text2 {
  position: relative;
  color: #ffffff;
  padding: 0.5em;
  font-size: 0.8em;
  top: 3.5em;
}
.zt_success {
  position: relative;
  background: url(../images/bg_06.jpg) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.1dvw;
}
.zt_success_title {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-size: 2dvw;
  padding: 1em 0 0 0;
}
.zt_success_box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  top: 2%;
  text-align: center;
}

.zt_form_footer {
  position: relative;
  display: block;
  background: url(../images/bg_09.jpg) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 1.1dvw;
}
.zt_form_footer_title {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-size: 2dvw;
  padding-top: 1.3em;
  padding-bottom: 1.1em;
}
.zt_form_footer_text {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 10em 2em 0;
}
