@charset "utf-8";
/* CSS Document */
body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  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-type: disc;
  list-style-position: outside;
  margin: 0 0 0 1em;
}
.l-item2 {
  display: inline-block;
}

a {
  text-decoration: none;
}

.banner {
  display: block;
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
.zt_p {
  position: relative;
  padding: 1% 5%;
  float: right;
  font-size: 1em;
  color: #999;
}
.span-title {
  background: rgb(178, 136, 80);
  background: linear-gradient(
    270deg,
    rgba(178, 136, 80, 0.9) 0%,
    rgba(178, 136, 80, 0.7) 100%
  );
}
.l-item2 {
  line-height: 2.5rem;
  font-size: 18px;
}
.span-title2 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  background: rgb(11, 68, 35);
  background: linear-gradient(
    90deg,
    rgba(11, 68, 35, 1) 0%,
    rgba(0, 110, 46, 1) 100%
  );
}

/* swiper 横向循环焦点图片展示 */
#certify {
  position: relative;
  max-width: 1680px;
  min-width: 1200px;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: auto;
  height: 480px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
  border: 10px solid #3260a6;
  border-radius: 1px;
  padding: 10px;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #849bbe;
  background-color: #849bbe;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 5px solid #f70303;
  background-color: #f70303;
}

#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: "";
}
/*表单1*/
.zt_form {
  position: relative;
  background: url(../images/bg_04.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 2em;
}
.zt_form_title {
  position: relative;
  text-align: center;
  font-size: 2dvw;
  padding: 2em 0 1em 0;
}
.zt_form_title p {
  position: relative;
  color: #fff;
  padding: 0.3em 0;
  background: rgb(124, 0, 0);
  background: radial-gradient(
    circle,
    rgba(124, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.zt_form_text {
  position: relative;
  text-align: center;
}

/*成功案例*/
.zt_success {
  position: relative;
  padding-bottom: 2em;
}
.zt_success_title {
  position: relative;
  text-align: center;
  font-size: 2dvw;
  padding: 2em 0 1em 0;
}

.zt_success_text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
  margin: 0 auto;
  font-size: 1.1em;
  padding: 1em 0;
  background: rgb(227, 234, 254);
  background: linear-gradient(
    180deg,
    rgba(227, 234, 254, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%),
    0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%),
    inset 0px -0.01em 0px rgb(58 65 111 / 50%);
}
.zt_success_text1 {
  position: relative;
  width: 70%;
  line-height: 2;
  font-size: 1.1em;
  text-align: justify;
}
.zt_success_text1_1 p {
  position: relative;
  color: #fff;
  background: rgb(18, 56, 160);
  background: linear-gradient(
    90deg,
    rgba(18, 56, 160, 1) 10%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 0.5em 1%;
}
.zt_success_text1_2 p{
   position: relative;
   padding: 0.5em;
   font-size: 1em;
}
.zt_success_text2 {
  position: relative;
}
/*公司介绍*/
.zt_company_bg {
  position: relative;
  background-color: #fff;
}
/*景鸿品牌*/

.zt_brand {
  position: relative;
  margin-bottom: 3em;
}
.zt_brand_title {
  font-size: 2dvw;
  text-align: center;
  padding: 2em 0 1em 0;
}
.zt_brand_text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  gap: 1em;
  align-items: center;
  font-size: 1dvw;
  text-align: center;
}
.zt_brand_text1 {
  position: relative;
  width: 350px;
  line-height: 2;
  height: 320px;
  padding: 0 0.5em;
}
.zt_brand_text2,
.zt_brand_text3,
.zt_brand_text4 {
  position: relative;
  width: 350px;
  height: 320px;
  line-height: 2;
  background: rgb(244, 244, 244);
  background: linear-gradient(
    90deg,
    rgba(244, 244, 244, 1) 0%,
    rgba(255, 255, 255, 0) 5%
  );
  padding: 0 1em;
}
/*尾部表单*/
.zt_footer_form {
  position: relative;
  background: url(../images/bg_03.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.zt_footer_form_title {
  position: relative;
  font-size: 2dvw;
  text-align: center;
  color: #fff;
  padding: 2em 0 1em 0;
  letter-spacing: 4px;
}
.zt_footer_form_title p {
  background: rgb(124, 0, 0);
  background: radial-gradient(
    circle,
    rgba(124, 0, 0, 1) 0%,
    rgba(124, 0, 0, 0) 100%
  );
}
/**内容1**/
.zt_content0 {
  position: relative;
  padding-bottom: 4em;
}
.zt_content0_title {
  position: relative;
  text-align: center;
  font-size: 2dvw;
  padding: 2em 0 1em 0;
}
.zt_content0_text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
  margin: 0 auto;
  font-size: 1.2em;
  background: rgb(238, 245, 254);
  background: linear-gradient(
    90deg,
    rgba(238, 245, 254, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 1em 1em;
  border-radius: 0.5em;
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%),
    0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%),
    inset 0px -0.01em 0px rgb(58 65 111 / 50%);
}
.zt_content0_text1 {
  position: relative;
  background: rgb(22, 65, 133);
  background: linear-gradient(
    90deg,
    rgba(22, 65, 133, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 1em 1em;
}
.zt_content0_text1 img {
  position: relative;
}
.zt_content0_text2 {
  position: relative;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
  padding: 1em;
}
.zt_content0_text2 span {
  position: relative;
  font-weight: bold;
  font-size: 1em;
}
/*对比*/
.zt_content1 {
  position: relative;
  background: url(../images/bg_03.jpg) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.2dvw;
  color: #fff;
  padding-bottom: 4em;
}
.zt_content1_title {
  position: relative;
  text-align: center;
  font-size: 2dvw;
  padding: 1em 0;
  color: #fff;
  font-family: "微软雅黑";
  letter-spacing: 4px;
}
.zt_content1_title span {
  color: #fdcb9d;
}

#zt_table {
  font-family: "微软雅黑", Arial;
  width: 80%;
  border-collapse: collapse;
  margin: 0 auto;
}
#zt_table td {
  font-size: 1.2em;
  padding: 0.5em;
}

#zt_table tr.alt td {
  color: #000000;
  background-color: #eaf2d3;
}

.zt_t1 {
  width: 40%;
  font-size: 1.3em;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 0.5em 0 0 0;
  color: #000;
  background-color: #fff;
}
#zt_td_title {
  width: 10%;
  font-size: 1.3em;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 0;
  background-color: #2068e3;
  color: #fff;
}
#zt_td1 {
  width: 10%;
  font-size: 1.3em;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 0;
  background-color: #2677ff;
  color: #fff;
}
#zt_td2 {
  width: 10%;
  font-size: 1.3em;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 0;
  background-color: #2068e3;
  color: #fff;
}

.zt_t3 {
  width: 50%;
  font-size: 1.3em;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 0 0.5em 0 0;
  color: #000;
  background-color: #fff;
}
.tr1 td {
  color: #000;
  text-align: center;
  background-color: #deebff;
}
.tr2 td {
  color: #000;
  text-align: justify;
  background-color: #ffffff;
}
.tr3 td {
  color: #000;
  text-align: center;
  background-color: #ffffff;
}
.tr4 td {
  color: #000;
  text-align: center;
  background-color: #ffffff;
}
#td0-1 {
  border-left: 0.1em solid #2068e3;
  border-radius: 0 0 0 0.5em;
}
#td0 {
  border-left: 0.1em solid #2068e3;
}
#td1 {
  width: 15%;
  text-align: center;
}
#td2 {
  width: 15%;
  border-left: 0.1em solid #2068e3;
}
#td3 {
  width: 20%;
  border-left: 0.1em solid #2068e3;
}
#td3-1 {
  width: 20%;
  border-left: 0.1em solid #2068e3;
  border-radius: 0 0 0.5em 0;
}
/*内容2*/
.zt_content2 {
  position: relative;
  background: url(../images/bg_05.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 2em;
}
.zt_content2_title {
  position: relative;
  text-align: center;
  font-size: 2dvw;
  padding: 2em 0 1em 0;
}
.zt_content2_text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1em;
  width: 80%;
  margin: 0 auto;
}
.zt_content2_text1 {
  position: relative;
  width: 40%;
  left: 5%;
}
.zt_content2_text1 img {
  position: relative;
  width: 80%;
}
.zt_content2_text2 {
  position: relative;
  font-size: 1.2em;
  width: 50%;
}
.zt_content2_text2 p {
  position: relative;
  background: rgb(251, 251, 251);
  background: linear-gradient(
    90deg,
    rgba(251, 251, 251, 1) 0%,
    rgba(231, 232, 233, 1) 100%
  );
  padding: 1em 1em;
  border-radius: 5em;
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%),
    0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%),
    inset 0px -0.01em 0px rgb(58 65 111 / 50%);
}
.zt_content2_text2 span {
  position: relative;
  font-weight: bold;
}
/*内容3*/
.zt_content3 {
  position: relative;
  padding-bottom: 4em;
  background: rgb(240, 248, 255);
  background: linear-gradient(
    0deg,
    rgba(240, 248, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.zt_content3_title {
  position: relative;
  text-align: center;
  font-size: 2dvw;
  padding: 2em 0 1em 0;
}
.zt_content3_text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1em;
  width: 80%;
  margin: 0 auto;
}
.zt_content3_text1 {
  position: relative;
  width: 50%;
  line-height: 2.5;
  font-size: 1.2em;
  background: rgb(225, 241, 255);
  background: linear-gradient(
    90deg,
    rgba(225, 241, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 1em;
}
.zt_content3_text1_1,
.zt_content3_text1_2,
.zt_content3_text1_3,
.zt_content3_text1_4 {
  position: relative;
  font-size: 1.2em;
}
.zt_content3_text1_1 span,
.zt_content3_text1_2 span,
.zt_content3_text1_3 span,
.zt_content3_text1_4 span {
  position: relative;
  color: #1238a0;
}
.zt_content3_text2 {
  position: relative;
  width: 50%;
}
/*优势*/
.zt_content5 {
  position: relative;
  background-color: #fff;
  padding-bottom: 6%;
}
.zt_content5_title {
  position: relative;
  text-align: center;
  font-size: 2dvw;
  padding: 2em 0 1em 0;
}
.zt_content5_text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.5%;
}
/*优势-卡片*/
.zt_content5_card {
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 360px;
  max-height: 330px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08),
    -4px -4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.zt_content5_card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1),
    -4px -4px 12px rgba(0, 0, 0, 0.08);
}

.card-image-container {
  width: 100%;
  height: 60%;
  border-radius: 10px 10px 0 0;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: rgb(165, 165, 165);
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-icon {
  font-size: 40px;
}

.card-title {
  margin: 0;
  font-size: 17px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 600;
  color: #1797b8;
  cursor: default;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.card-des {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin: 0;
  color: #000;
  cursor: default;
  text-align: center;
  line-height: 2;
  font-size: 1.2em;
}

/*企业案例*/
.zt_company_case {
  position: relative;
  background: url(../images/bg_08.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 2em;
  padding-bottom: 4%;
}
.zt_company_case_title {
  position: relative;
  font-size: 2dvw;
  padding: 2em 0;
}
.zt_company_case_title img {
  position: relative;
  width: 8%;
}
.zt_tit1 {
  background: rgb(124, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(124, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zt_company_case_title span {
  position: relative;
  color: #fff;
  padding: 0.5em;
}
.zt_company_case_text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
  margin: 0 auto;
}
.zt_company_case_text img {
  position: relative;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%),
    0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%),
    inset 0px -0.01em 0px rgb(58 65 111 / 50%);
}
