@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial;
}

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;
}
.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: 8em;
  color: #fff;
  top: 33em;
}
.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: 8em;
  color: #000;
  top: 33em;
}

/* 专题页标题 */
.ztTitle1 {
  /* padding-top: 3%; */
  font-size: 36px;
  /* line-height: 60px; */
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #000;
  font-family: "黑体";
}
.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: #fff;
  font-family: "黑体";
}
/*内容公用*/
.zt_content_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
}
.zt_content_text {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.zt_content_title {
  width: 1200px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-align: left;
  text-indent: 2em;
  color: #000;
  font-family: "黑体";
}
.left {
  position: absolute;
  /* width: 15%; */
  float: left;
  top: 11em;
  /* transform: translate(-5%, -50%); */
  font-size: 24px;
  color: #fff;
  font-family: "微软雅黑";
}
.right {
  display: inline;
  position: absolute;
  width: 80%;
  /* float: right; */
  left: 21%;
  top: 13em;
  font-size: 22px;
  line-height: 2.1em;
  color: #000;
  font-family: "微软雅黑";
}
.l-item0 {
  font-size: 19px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  font-family: "微软雅黑";
  margin-right: 0%;
}
.l-item1 {
  width: 190px;
  margin: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 2px;
  background: rgb(57, 125, 180);
  background: linear-gradient(
    0deg,
    rgba(57, 125, 180, 1) 0%,
    rgba(9, 60, 123, 1) 100%
  );
}
.l-item2 {
  width: 190px;
  margin: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 2px;
  background: rgb(130, 26, 31);
  background: linear-gradient(
    0deg,
    rgba(130, 26, 31, 1) 0%,
    rgba(231, 31, 25, 1) 100%
  );
}
.l-item3 {
  width: 190px;
  margin: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 2px;
  background: rgb(227, 170, 83);
  background: linear-gradient(
    0deg,
    rgba(227, 170, 83, 1) 0%,
    rgba(160, 113, 67, 1) 50%,
    rgba(99, 61, 52, 1) 100%
  );
}
.l-item4 {
  width: 190px;
  margin: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 2px;
  background: rgb(63, 197, 192);
  background: linear-gradient(
    0deg,
    rgba(63, 197, 192, 1) 0%,
    rgba(53, 127, 124, 1) 50%,
    rgba(32, 68, 67, 1) 100%
  );
}
.zt_content6_box {
  position: relative;
  width: 100%;
  text-align: center;
}
.zt_content6_box img {
  position: relative;
  margin: 5% 0 0 0;
  max-width: 100%;
  max-height: 100%;
}
.zt_content6_title {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #000;
  font-family: "黑体";
}
.zt_content6_title p {
  position: relative;
  transform: translate(50%, 50%);
  top: 50px;
  width: 50%;
  height: auto;
  text-align: center;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.l-item5 {
  width: 40%;
  margin: 20px;
  padding: 10px;
  color: #fff;
  text-align: left;
  border-radius: 30px;
  letter-spacing: 2px;
  background: rgb(11, 72, 73);
  background: linear-gradient(
    0deg,
    rgba(11, 72, 73, 0.5) 0%,
    rgba(118, 153, 157, 0.5) 100%
  );
}

.zt_content10_title {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0px;
  /* margin-bottom: 0px; */
  position: relative;
  text-align: center;
  color: #000;
  font-family: "黑体";
  top: 15%;
  margin: 0 0 0 20%;
}

.zt_content10_title p {
  position: relative;
  width: 90%;
  height: auto;
  text-align: center;
  background: rgb(250, 237, 182);
  background: linear-gradient(
    90deg,
    rgba(250, 237, 182, 0) 0%,
    rgba(251, 236, 179, 1) 50%,
    rgba(250, 237, 182, 0) 100%
  );
}

.zt_content9_text p1 {
  color: #000;
  font-size: 20px;
  /* line-height: 46px; */
  display: inline-block;
}
.zt_content9_text p2 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.zt_content9_box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.zt_content9_box p1 {
  font-size: 28px;
  color: #000;
  display: block;
  font-weight: bold;
  margin: 0 24px 5px 28px;
}
.zt_content9_box p2 {
  font-size: 24px;
  color: #000;
  display: inline-block;
}
.zt_content9_box img {
  display: inline-block;
  position: relative;
}
