/*
Theme Name: Hexca
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
@font-face {
  font-family: "Opensans";
  src: url("./static/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Opensans";
  src: url("./static/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Opensans";
  src: url("./static/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600; /* SemiBold 通常对应 font-weight: 600 */
}
@font-face {
  font-family: "Opensans";
  src: url("./static/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold 通常对应 font-weight: 700 */
}
* {
  box-sizing: border-box;
  line-height: 150%;
  font-family: "Opensans", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.top_wrap {
  width: 78%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .top_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1024px) {
  .top_wrap {
    width: 90%;
  }
}

.wrap {
  width: 60%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 20%;
}
.wrap_r {
  padding-right: 20%;
}

@media screen and (max-width: 1600px) {
  .wrap {
    width: 70%;
    max-width: 1400px;
  }
  .wrap_l {
    padding-left: 15%;
  }
  .wrap_r {
    padding-right: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 86%;
  }

  .wrap_l,
  .wrap_r {
    padding-left: 7%;
    padding-right: 7%;
  }
}
:root {
  --i_color: #feb201;
  --i_color2: #002549;
  --bc_color: #f1f3f5;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 0.8rem;
  --head_all_height: 1.3rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --head_all_height: 1.1rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}
/* header */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #fff;
}

.pre_head {
  background-color: var(--i_color2);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pre_head {
    display: none;
  }
}
.pre_head .top_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
}
.pre_l {
  display: flex;
}
.pre_l a {
  color: #fff;
  font-size: 14px;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
}
.pre_l iconify-icon {
  color: var(--i_color);
  margin-right: 8px;
  font-size: 0.2rem;
}
.pre_r {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media li {
  margin-right: 0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media iconify-icon {
  font-size: 0.18rem;
  color: #fff;
}
.top_quote {
  display: table;
  padding: 6px 0.2rem;
  color: #fff;
  background: var(--i_color);
  font-size: 16px;
  border-radius: 4px;
  margin-left: 0.1rem;
}
.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}
.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.2rem;
}
.language p.on {
  color: var(--i_color);
}
.language p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/language.svg) no-repeat center;
  background-size: contain;
}
.language p.on::before {
  border-top-color: var(--i_color);
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #fff;
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}
.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}
.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}
.top_cont {
  position: relative;
  z-index: 2;
}

.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 90%;
}
.logo img {
  max-width: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-width: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 1.3rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.6rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 18px;
    color: var(--i_color2);
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    color: var(--i_color) !important;
    border-color: var(--i_color);
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    border-bottom: 2px solid var(--i_color);
  }
  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu > li:hover {
    background: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a {
    color: #fff;
  }
  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E")
      no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
  }
  .i_nav a {
    display: block;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
  }
  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: 0.2rem;
  }
}
.top_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top_search_ico iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color2);
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }
  .top_r {
    margin-left: auto;
  }
  .top_search_ico {
    margin-right: 0.2rem;
  }
  .top_search_ico::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
}
.i_tit > h4 {
  font-size: 0.3rem;
  color: var(--i_color2);
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}
.i_tit > p {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  width: 70%;
  line-height: 170%;
}
.i_tit.center {
  text-align: center;
}
.i_tit.center p {
  width: 70%;
  margin: 0.1rem auto;
}
.i_tit.white > h4 {
  color: #fff;
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .i_tit > h4 {
    font-size: 0.24rem;
  }
  .i_tit > p {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit > h4 {
    font-size: 0.22rem;
  }
  .i_tit > h4::after {
    width: 8px;
    height: 8px;
  }
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.i_more {
  display: table;
  padding: 0.12rem 0.3rem;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color2);
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.i_more b iconify-icon {
  margin-left: 6px;
  font-size: 0.2rem;
}
.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--i_color2);
  transition: 0.5s ease;
  display: block;
  z-index: 1;
}
.i_more:hover::before {
  width: 180%;
}
.i_more:hover b {
  color: var(--i_color);
}
.i_more_c {
  margin-left: auto;
  margin-right: auto;
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.i_more_list a:nth-child(1) {
  margin-right: 0.16rem;
}
.i_more2 {
  background: var(--i_color2);
  border-color: transparent;
}
.i_more2 b {
  color: var(--i_color);
}
.i_more2::before {
  background-color: #fff;
}
.i_more2:hover {
  border-color: var(--i_color);
}
.i_more2:hover b {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_more {
    padding: 0.1rem 0.4rem;
  }
  .i_more b {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_more {
    padding: 6px 0.3rem;
  }
  .i_more b {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_more_list a:nth-child(1) {
    margin-bottom: 0.1rem;
  }
}
.more {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 0.18rem;
  color: var(--i_color);
  position: relative;
  z-index: 2;
}
.more:hover {
  color: #fff;
  background: var(--i_color);
}
.more_fill {
  background: var(--i_color);
  color: #fff;
}
.more_fill:hover {
  background: #fff;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .more {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.16rem;
  }
}
.bc {
  background: var(--bc_color);
}
.bc_gradient {
  background: linear-gradient(var(--bc_color), #fff);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: calc(100vh - var(--head_all_height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}
.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}
.banner-button-prev {
  left: -0.5rem;
}
.banner-button-next {
  right: -0.5rem;
}
.banner:hover .banner-button-prev {
  left: 3%;
}
.banner:hover .banner-button-next {
  right: 3%;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.banner-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}
/* banner上文字 */
.banner .top_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b_t1 {
  width: 50%;
}
.b_t1 h5 {
  font-size: 0.32rem;
  color: var(--i_color2);
  font-weight: bold;
}
.b_t1 h6 {
  font-size: 0.44rem;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0.2rem 0 0.5rem;
}
.b_t1 span {
  display: block;
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
}
.b_t1 span::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1440px) {
  .b_t1 h5 {
    font-size: 0.26rem;
  }
  .b_t1 h6 {
    font-size: 0.38rem;
    margin: 0.2rem 0 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t1 h5 {
    font-size: 0.2rem;
  }
  .b_t1 h6 {
    font-size: 0.3rem;
    margin: 0.1rem 0 0.3rem;
  }
  .b_t1 span {
    font-size: 0.16rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .b_t1 h5 {
    font-size: 0.16rem;
  }
  .b_t1 h6 {
    font-size: 0.22rem;
  }
  .b_t1 span {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .b_t1 h5 {
    display: none;
  }
  .b_t1 h6 {
    font-size: 0.18rem;
  }
}
/* -----------------------------------底部--------------------------------------- */
.f_inquire {
  background: #fff;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}
.inquire_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.inquire_list li {
  width: 33.33%;
  border-left: 1px solid var(--border_color);
  padding: 0.4rem 0;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inquire_list li:last-child {
  border-right: 1px solid var(--border_color);
}

.inquire_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
  width: 100%;
  height: 100%;
}
.inquire_list .ico {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 37, 73, 0.3);
  color: var(--i_color2);
  font-size: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inquire_list h6 {
  font-size: 0.2rem;
  font-weight: normal;
  text-align: center;
}

.inquire_list li:hover {
  background: var(--bc_color);
}
.inquire_list li:hover .ico {
  background: var(--i_color2);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .inquire_list h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .inquire_list h6 {
    font-size: 0.16rem;
    width: 100%;
  }
}

.foot {
  background: #00172e;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.foot::after {
  content: "";
  width: 120%;
  height: 120%;
  background: url(static/images/bc_wave.webp) no-repeat bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}
.qr_list {
  display: flex;
  gap: 0.1rem 0.2rem;
}
.qr_list .img {
  width: 1rem;
  height: 1rem;
}
.qr_list .img img {
  width: 100%;
  height: 100%;
}
.f_media {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.16rem;
}
.f_media a {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: rgb(255 255 255 / 15%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0.1rem;
}
.f_media iconify-icon {
  font-size: 0.2rem;
  color: rgb(255 255 255 / 40%);
}
.f_media iconify-icon:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .f_media a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.f_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
.f_contact {
  width: 30%;
}
.f_nav {
  width: 30%;
}
.f_form {
  width: 30%;
}
.f_tit {
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.f_logo img {
  display: block;
  max-width: 1.7rem;
}
.f_contact_list li {
  margin: 0.16rem 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.f_contact_list p {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.1rem;
  opacity: 0.8;
}
.f_contact_list a,
.f_contact_list span {
  font-size: 0.16rem;
  color: #fff;
  line-height: 200%;
  opacity: 0.8;
}
.f_contact_list a:hover {
  color: var(--i_color);
}
.f_contact_list iconify-icon {
  color: var(--i_color);
  font-size: 0.3rem;
  margin-right: 10px;
}
.f_nav ul ul {
  display: none;
}
.f_nav li > a {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
}
.f_form {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    font-size: 0.2rem;
  }
  .f_form {
    margin-bottom: 0.4rem;
  }
  .f_nav {
    display: none;
  }
  .f_contact,
  .f_form {
    width: 100%;
  }
  .f_contact_list p {
    font-size: 16px;
  }
  .f_contact_list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
}
#wpforms-21 {
  --input_font_size: 16px;
  --input_height: 0.48rem;
}
#wpforms-form-21 {
  width: 100%;
}
#wpforms-21 input,
#wpforms-21 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-21 .wpforms-field {
  padding: 0;
  margin-bottom: 0.1rem;
  position: relative;
}
#wpforms-21 .wpforms-field-label {
  font-size: 0;
}
#wpforms-21 .wpforms-required-label {
  position: absolute;
  top: 0.1rem;
  left: 0.05rem;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-21 .wpforms-field-container input,
#wpforms-21 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  border: none !important;
  font-size: var(--input_font_size);
  color: #fff;
  height: var(--input_height);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
}
#wpforms-21 .wpforms-field-container input:hover,
#wpforms-21 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-21 input {
  line-height: var(--input_height);
}
#wpforms-21 textarea {
  min-height: 1rem;
  line-height: 0.22rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-21 input::-webkit-input-placeholder,
#wpforms-21 textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-21 input::-moz-placeholder,
#wpforms-21 textarea::-moz-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-21 input::-ms-input-placeholder,
#wpforms-21 textarea::-ms-input-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-21-field_1-error,
#wpforms-21-field_2-error,
#wpforms-21-field_3-error,
#wpforms-21-field_4-error,
#wpforms-21-field_5-error,
#wpforms-21-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-21 .wpforms-field-container {
  width: 100%;
}
#wpforms-21 .wpforms-submit-container button {
  width: 100%;
  display: block;
  padding: 0.12rem 0.5rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: var(--i_color2);
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-21 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-21 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 40%;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.5s ease;
  z-index: -1;
}
#wpforms-21 .wpforms-submit-container button:hover::before {
  top: -10%;
}
@media screen and (max-width: 1024px) {
  #wpforms-form-54 {
    flex-wrap: wrap;
  }
  #wpforms-21 .wpforms-field {
    width: 100%;
    position: relative;
  }
  #wpforms-21 .wpforms-field-container {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wpforms-21-field_1-container,
  #wpforms-21-field_3-container {
    width: 100% !important;
  }
  #wpforms-21 .wpforms-submit-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #wpforms-21 {
    --input_font_size: 13px;
    --input_height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-21-field_1-container,
  #wpforms-21-field_2-container,
  #wpforms-21-field_3-container {
    width: 100% !important;
  }
}
.f_copy {
  padding: 0.2rem 0;
  background-color: #001224;
}
.f_copy .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_copy a,
.f_copy p {
  font-size: 0.16rem;
  color: #fff;
}
.f_copy p b {
  color: var(--i_color);
}
@media screen and (max-width: 560px) {
  .f_copy a,
  .f_copy p {
    font-size: 14px;
  }
}
/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aside_right.on {
  right: 10px;
}
.aside_right > img {
  width: 200px;
  object-fit: contain;
  position: absolute;
  right: -200px;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aside_right.on > img {
  right: 0;
}
@media screen and (max-width: 1440px) {
  .aside_right > img {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .aside_right > img {
    display: none;
  }
}

.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--i_color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.aside_right em {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.aside_right li:nth-child(1) em {
  background: url(static/images/aside_whatsapp.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(2) em {
  background: url(static/images/aside_tel.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(3) em {
  background: url(static/images/aside_email.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(4) em {
  background: url(static/images/aside_top1.svg) no-repeat center;
  background-size: contain;
}
.aside_right li > a:hover {
  background: var(--i_color2);
}

.aside_right li:first-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .aside_right li:first-child {
    display: block;
  }
}

.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.side_tel_box {
  top: 7px;
  right: -300px;
  width: 180px;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}
.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}
.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 25px;
}
.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 侧边客服 表单 */
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2020;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;

  background: #e2e2e2;
  z-index: 9999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h2 {
  font-size: 26px;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}
#wpforms-26 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-26 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-53 {
  width: 100%;
  overflow: hidden;
}
#wpforms-26 input,
#wpforms-26 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-26 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-26 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-26 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-26 .wpforms-field {
  position: relative;
}
#wpforms-26 .wpforms-field-label {
  font-size: 0;
}
#wpforms-26 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 0.14rem;
  color: red;
}
#wpforms-26 .wpforms-field {
  width: 100%;
  margin-bottom: 10px;
  background: transparent;
  overflow: hidden;
}
#wpforms-26 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-26 .wpforms-field:nth-child(1),
#wpforms-26 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-26 input {
  height: var(--input_height);
}
#wpforms-26 textarea {
  min-height: 100px;
}
#wpforms-26 input,
#wpforms-26 textarea {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  border-radius: 0.1rem;
  background-color: white;
  color: #222;
  box-sizing: border-box;
  line-height: var(--input_height);
  padding: 0 10px;
}
#wpforms-26 input::-webkit-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-26 input::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-26 input::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-26 input::-ms-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-26 textarea::-webkit-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-26 textarea::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-26 textarea::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-26 textarea::-ms-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-26 #wpforms-26-field_1-error,
#wpforms-26 #wpforms-26-field_2-error,
#wpforms-26 #wpforms-26-field_3-error,
#wpforms-26 #wpforms-26-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-26 .wpforms-submit-container button {
  overflow: hidden;
  display: block;
  width: 100%;
  height: var(--input_height);
  font-size: 16px;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: var(--i_color);
}
#wpforms-26 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-26 .wpforms-submit-container button:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(static/images/close_hei.svg) no-repeat center;
  background-size: contain;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.close {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .aside_right em {
    width: 18px;
    height: 18px;
  }
  #aside_sc_from .tit {
    margin-bottom: 0.2rem;
  }
  #aside_sc_from .tit h2 {
    font-size: 0.2rem;
  }
  .close {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.1rem;
    right: 0.1rem;
  }
  #wpforms-26 .wpforms-field:nth-child(1),
  #wpforms-26 .wpforms-field:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  #aside_sc_from {
    width: 80%;
  }
  #aside_sc_from {
    padding: 0.3rem 0.2rem;
  }
}
/* -----------------首页---------------------------- */
.i_hot_n {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_hot_n .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.i_hot_n .txt {
  width: 45%;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--border_color);
}
.i_hot_n .img::before {
  content: "";
  display: block;
  padding-bottom: 74.93%;
}
.i_hot_n .img img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_hot_n h5 {
  color: var(--i_color);
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.i_hot_n p {
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.date {
  display: block;
  font-size: 16px;
  color: var(--i_color);
  margin-bottom: 10px;
  margin: 0.2rem 0;
}
@media screen and (max-width: 1024px) {
  .i_hot_n h5 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .i_hot_n .img,
  .i_hot_n .txt {
    width: 100%;
  }
}
.i_n_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.i_n_list li {
  width: calc((100% - 0.6rem) / 3);
  border-bottom: 1px solid var(--border_color);
  padding-bottom: 0.2rem;
  position: relative;
}
.i_n_list li::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--i_color);
  right: 0;
  bottom: -1px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_n_list li:hover::after {
  width: 100%;
  left: 0;
  right: initial;
}
@media screen and (max-width: 560px) {
  .i_n_list li {
    width: 100%;
  }
}
.i_n_list .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.i_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.i_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_n_list a {
  display: block;
}

.i_n_list h6 {
  font-size: 0.18rem;
  color: var(--i_color2);
  font-weight: bold;
  line-height: 140%;
  margin: 0.2rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_n_list span {
  color: var(--i_color2);
}

@media screen and (max-width: 1024px) {
  .i_n_list h6 {
    margin: 0.1rem 0;
    font-size: 0.16rem;
  }
}

.i_cul_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.i_cul_list li {
  width: 49%;
  padding: 0.2rem 0;
  border-bottom: 1px solid var(--border_color);
}
.i_cul_list .img {
  position: relative;
  overflow: hidden;
}
.i_cul_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.i_cul_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_cul_list h6 {
  color: var(--i_color2);
  font-size: 0.2rem;
  margin: 0.1rem 0;
}
.i_cul_list .txt {
  width: 90%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(0, 37, 73, 0.6);
  padding: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_cul_list .txt p {
  font-size: 0.16rem;
  color: #fff;
  padding: 0.14rem 0;
  border-bottom: 1px solid #fff;
}
.i_cul_list li:hover .txt {
  left: 0;
}

@media screen and (max-width: 1024px) {
  .i_cul_list h6 {
    font-size: 0.18rem;
  }
  .i_cul_list .txt p {
    font-size: 0.14rem;
    padding: 0.1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .i_cul_list li {
    width: 100%;
  }
}
/* 产品轮播 */
.i_p {
  overflow: hidden;
}
.i_p .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 10px;
  z-index: 1;
}
.i_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.i_p-button-prev,
.i_p-button-next {
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #333;
  position: relative;
  display: none;
}
.i_p-button-prev iconify-icon,
.i_p-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #333;
}
.i_p-button-prev:hover,
.i_p-button-next:hover {
  background-color: var(--i_color);
  border: none;
}
.i_p-button-prev:hover iconify-icon,
.i_p-button-next:hover iconify-icon {
  color: #fff;
}
.i_p-pagination {
  display: none;
  text-align: center;
}
.i_p-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 10px;
  background: #999;
  outline: none;
  cursor: pointer;
}
.i_p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_p a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_p .img {
  position: relative;
  overflow: hidden;
}
.i_p .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.i_p .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.i_p .img span {
  display: table;
  padding: 4px 0.2rem;
  background: var(--i_color2);
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.i_p .txt {
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}
.i_p h6 {
  font-size: 0.18rem;
  font-weight: bold;
  color: var(--i_color);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i_p button {
  margin-top: 0.14rem;
  display: flex;
  align-items: center;
  gap: 0 0.1rem;
  font-size: 14px;
  color: var(--i_color2);
  background: none;
  position: relative;
}
.i_p button iconify-icon {
  font-size: 0.2rem;
}

.i_p li:hover img {
  width: 110%;
  height: 110%;
}
@media screen and (max-width: 1440px) {
  .i_p h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_p h6 {
    font-size: 0.18rem;
  }
}

/* ---------------------------内页------------------------------- */
.in_banner {
  width: 100%;
  position: relative;
}
.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 26.04%;
}
.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.in_banner h4 {
  text-transform: capitalize;
  font-size: 0.4rem;
  color: var(--i_color2);
  font-weight: bold;
}
.in_banner p {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.2rem;
}
.in_banner h4,
.in_banner p {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .in_banner h4 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_banner .wrap {
    top: 46%;
  }
  .in_banner h4 {
    font-size: 0.3rem;
  }
  .in_banner p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .in_banner .img::after {
    padding-bottom: 45.36%;
  }
  .in_banner h4 {
    font-size: 0.26rem;
  }
  .in_banner h4,
  .in_banner p {
    width: 80%;
  }
  .in_banner p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .in_banner h4 {
    font-size: 0.2rem;
  }
  .in_banner p {
    display: none;
  }
}
/* Breadcrumb */
.in_position {
  position: relative;
}
.in_position .wrap {
  padding: 0.2rem 0;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--border_color);
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}
.in_position a:first-child {
  padding-left: 0.34rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 14px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}
/* ----------------------产品列表页---------------------------------- */
.in_products {
  position: relative;
  overflow: hidden;
}
.in_products_nav {
  padding-bottom: 12px;
  margin-bottom: 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  overflow-x: auto !important;
  overflow-y: hidden;
}
/*滚动条*/
.in_products_nav::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}
.in_products_nav::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}
.in_products_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f1f1f1;
}

.in_products_nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.in_products_nav li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.in_products_nav li::before,
.in_products_nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.in_products_nav li::before {
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 12px solid var(--i_color);
}
.in_products_nav li::after {
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 9px solid #fff;
}

.in_products_nav a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.1rem;
  padding: 0.24rem 0;
  overflow: hidden;
  position: relative;
}
.in_products_nav .line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  z-index: -1;
}

.in_products_nav i {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.in_products_nav i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.in_products_nav p {
  max-width: 100%;
  font-size: 0.18rem;
  color: #3e3a39;
  font-weight: bold;
  text-transform: capitalize;
}

.in_products_nav li:hover::before,
.in_products_nav .curr::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.in_products_nav li:hover::after,
.in_products_nav .curr::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.in_products_nav li:hover .line,
.in_products_nav .curr .line {
  width: 100%;
}

.in_products_nav .curr p,
.in_products_nav li:hover p {
  color: var(--i_color);
}
.in_products_nav li:hover img {
  transform: rotateY(180deg);
}
.in_products_nav li::before,
.in_products_nav li::after,
.in_products_nav .line,
.in_products_nav i img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1366px) {
  .in_products_nav p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_products_nav li {
    padding: 0 0.1rem;
  }
  .in_products_nav a {
    display: block;
  }
  .in_products_nav i {
    margin: 0 auto;
  }
  .in_products_nav p {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0.1rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .de_products_nav {
    flex-wrap: wrap;
  }
  .in_products_nav::before {
    display: none;
  }
  .in_products_nav li {
    margin-bottom: 0.2rem;
  }
  .in_products_nav a {
    padding: 0.14rem 0;
  }
  .in_products_nav p {
    font-size: 0.14rem;
  }
}

/* Products Lists */
.in_procat_list {
}
.in_procat_list dt {
  margin-bottom: 0.4rem;
}
.in_procat_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
  position: relative;
}
.in_procat_tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 0.1rem);
  height: 1px;
  background: var(--border_color);
}
.in_procat_tit h3 {
  padding: 0 1rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: var(--i_color);
}
.in_procat_tit h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--i_color);
}
.in_procat_tit a {
  margin-left: auto;
  font-size: 0.16rem;
  color: #555;
}
.in_procat_tit h3,
.in_procat_tit a {
  position: relative;
  line-height: 0.6rem;
}
.in_procat_tit a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .in_procat_tit h3 {
    padding: 0 0.8rem;
  }
  .in_procat_tit h3,
  .in_procat_tit a {
    line-height: 0.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_procat_tit h3 {
    padding: 0 0.7rem;
  }
  .in_procat_tit h3,
  .in_procat_tit a {
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_procat_tit h3 {
    padding: 0 0.5rem;
  }
  .in_procat_tit h3,
  .in_procat_tit a {
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .in_procat_tit h3 {
    padding: 0 0.24rem;
  }
  .in_procat_tit h3,
  .in_procat_tit a {
    line-height: 0.42rem;
  }
}

/* List */
.in_pro_list {
  width: 100%;
  box-sizing: border-box;
  padding: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.in_pro_list li {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  width: 23.5%;
  margin: 0 2% 0.3rem 0;
  box-sizing: border-box;
  padding: 0.2rem 0.1rem;
  border: 1px solid var(--border_color);
  background: #fff;
  overflow: hidden;
}
.in_pro_list li:nth-child(4n) {
  margin-right: 0;
}
.in_pro_list .p_cont {
  display: block;
  width: 100%;
  height: 100%;
}
.in_pro_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_pro_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_pro_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in_pro_list .img span {
  display: table;
  padding: 3px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--i_color);
  color: #fff;
  font-size: 13px;
}
.in_pro_list .txt {
  margin-top: 0.3rem;
}

.in_pro_list .txt h6 {
  margin: 0.06rem auto 0.26rem;
  font-size: 0.18rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_pro_list .txt .p_more {
  display: block;
  text-align: center;
  background: #f2f3f6;
  width: 100%;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.in_pro_list .txt .p_more::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
}
.in_pro_list .txt .p_more i {
  display: block;
  padding: 6px 0;
  font-size: 0.12rem;
  font-weight: bold;
  color: #444;
  position: relative;
  z-index: 2;
}

.in_pro_list .p_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 2;
}
.in_pro_list .p_logo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent var(--i_color);
  border-width: 0;
  border-style: solid;
}
.in_pro_list .p_logo i {
  display: block;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  background: url(static/images/logo_s.png) no-repeat center;
  background-size: 0.22rem;
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -o-filter: brightness(0);
  -ms-filter: brightness(0);
  filter: brightness(0);
}

.in_pro_list li:hover {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
}
.in_pro_list li:hover .txt span::before {
  width: 100%;
}
.in_pro_list li:hover .txt i {
  color: #fff;
}
.in_pro_list li:hover .p_logo span {
  border-width: 0 0 0.7rem 0.7rem;
}
.in_pro_list li:hover .p_logo i {
  opacity: 1;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}
.in_pro_list .txt .p_more::before,
.in_pro_list .txt i,
.in_pro_list .p_logo span,
.in_pro_list .p_logo i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 959px) {
  .in_pro_list {
    flex-wrap: wrap;
  }
  .in_pro_list li {
    width: 49%;
    margin: 0 2% 0.26rem 0;
  }
  .in_pro_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .in_pro_list li {
    margin: 0 2% 0.18rem 0;
  }
  .in_pro_list .txt h6 {
    margin: 0.06rem auto 0.14rem;
  }
  .in_pro_list .txt i {
    line-height: 0.4rem;
  }
}

.in_p_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.in_p_list li {
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 0.3rem;
  padding: 0.1rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list li:nth-child(4n) {
  margin-right: 0;
}
.in_p_list li:hover h6 {
  color: var(--i_color);
}
.in_p_list li:hover {
  box-shadow: var(--i_shadow);
  border-color: transparent;
}
@media screen and (max-width: 959px) {
  .in_p_list {
    justify-content: space-between;
  }
  .in_p_list li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .in_p_list li {
    width: 100%;
  }
}
.in_p_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 79.93%;
}
.in_p_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_p_list .img span {
  display: table;
  padding: 3px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--i_color);
  color: #fff;
  font-size: 13px;
}
.in_p_list h6 {
  color: var(--i_color2);
  font-size: 0.22rem;
  font-weight: bold;
  margin: 0.1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pd_spe_list {
  margin: 0.1rem 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pd_spe_list dd {
  width: calc(50% - 10px);
}
.pd_spe_list span {
  display: block;
  font-size: 13px;
  color: #666;
}
.pd_spe_list p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.in_p_list .ico {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  border-top: 1px solid var(--border_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.2rem 0 0.1rem;
}
.in_p_list .ico p {
  font-size: 14px;
  color: var(--font_color);
}
.in_p_list .ico p,
.in_p_list .ico iconify-icon {
  position: relative;
  z-index: 2;
}
.in_p_list li:hover .ico {
  border-color: var(--i_color);
  color: var(--i_color);
}

/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }
  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}

/* detail */
.pd_content .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}
.pd_brief {
  width: 50%;
}
.pd_content .gallery {
  width: 45%;

  border: 1px solid var(--border_color);
  position: relative;
  overflow: hidden;
}
.pd_brief .tit {
  display: flex;
  align-items: flex-end;
  gap: 0 0.1rem;
  margin-bottom: 0.1rem;
}
.pd_brief h1 {
  font-size: 0.26rem;
  color: var(--i_color);
}
.pd_brief .tit p {
  font-size: 0.18rem;
  color: var(--i_color2);
}
@media screen and (max-width: 1440px) {
  .pd_brief h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_brief h1 {
    font-size: 0.2rem;
  }
  .pd_brief {
    width: 100%;
  }
  .pd_content .gallery {
    display: none;
  }
}
.p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.p_atlas_show .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}
.p_atlas_show .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.atlas-prev {
  left: 0;
}
.atlas-next {
  right: 0;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.atlas-prev:hover,
.atlas-next:hover {
  opacity: 1;
}

.pd_brief .txt {
  font-size: 0.16rem;
  padding: 0.2rem 0;
  border-top: 2px solid var(--i_color);
  border-bottom: 1px solid var(--border_color);
}
.pd_brief .pd_spe_list dd {
  width: 30%;
}
.pd_brief .but {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}
.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}
.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}
.pd_share iconify-icon {
  font-size: 0.24rem;
}
.pd_share a:hover {
  color: var(--i_color);
}
.pd_tit span {
  display: table;
  font-size: 0.24rem;
  padding: 0.1rem 0;
  color: var(--i_color);
  font-weight: bold;
  border-bottom: 2px solid var(--i_color);
}
.pd_tit {
  border-bottom: 1px solid var(--border_color);
}

.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.tag h6 {
  font-size: 0.18rem;
  color: #333;
}
.tag a {
  font-size: 0.16rem;
  color: #333;
  padding: 8px 0.2rem;
  border-radius: 0.3rem;
  background: #fff;
}
.tag a:hover {
  background: var(--i_color);
  color: #fff;
}

.det_content_cont .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.det_content_cont h5 {
  background: var(--i_color2);
  padding: 8px 20px;
  margin-bottom: 20px;
  font-size: 0.22rem;
  color: #fff;
}
.det_content_list {
  width: 66%;
}
@media screen and (max-width: 1024px) {
  .det_content_list {
    width: 100%;
  }
}

.b_form_slogan {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  background: var(--i_color2);
  text-align: center;
}
.b_form_slogan dt {
  background: var(--i_color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.b_form_slogan dd {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.b_form_slogan h3 {
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.b_form_slogan h4 {
  font-size: 0.16rem;
  color: #fff;
}
.b_form_cont {
  padding: 0.3rem 0.2rem;
}
.b_form_tit {
  padding-bottom: 0.2rem;
  text-align: center;
  position: relative;
}
.b_form_tit::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0.8rem;
  height: 4px;
  background: var(--i_color);
}
.b_form_tit h6 {
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--i_color2);
  font-style: italic;
}
.b_form_tit p {
  font-size: 0.26rem;
  color: var(--i_color2);
  font-weight: 900;
}
#wpforms-53 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-53 {
  margin: 0;
  padding: 0;
}
#wpforms-form-76 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-53 input,
#wpforms-53 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-53 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-53 .wpforms-field-label {
  font-size: 0;
}
#wpforms-53 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-53 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-53 .wpforms-field-container input,
#wpforms-53 textarea,
#wpforms-53 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid transparent;
  background: #f1f1f1;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-53 .wpforms-field-container input:hover,
#wpforms-53 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-53 input {
  line-height: var(--input_height);
}
#wpforms-53 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-53-field_1-container,
#wpforms-53-field_2-container {
  width: 49% !important;
}
#wpforms-53 input::-webkit-input-placeholder,
#wpforms-53 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-53 input::-moz-placeholder,
#wpforms-53 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-53 input::-ms-input-placeholder,
#wpforms-53 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-53-field_1-error,
#wpforms-53-field_2-error,
#wpforms-53-field_3-error,
#wpforms-53-field_4-error,
#wpforms-53-field_5-error,
#wpforms-53-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-53 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-53 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-53 .wpforms-submit-container button {
  display: block;
  width: 100%;
  height: 0.42rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.42rem;
  background: var(--i_color2);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-53 .wpforms-submit-container button:hover {
  background: var(--i_color);
}
#wpforms-53 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
.b_form_contact {
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.b_form_contact::before,
.b_form_contact::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 6px;
}
.b_form_contact::before {
  left: 0;
  width: 70%;
  background: var(--i_color);
}
.b_form_contact::after {
  right: 0;
  width: 30%;
  background: var(--i_color2);
}
.b_form_contact p {
  font-size: 0.16rem;
}
.b_form_contact a {
  color: var(--i_color);
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .b_form_slogan h4 {
    font-size: 0.17rem;
  }
  .b_form_tit p {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
  .b_form_slogan h3 {
    font-size: 0.16rem;
  }
  .b_form_slogan h4 {
    font-size: 0.16rem;
  }
  .b_form_tit {
    padding-bottom: 0.12rem;
  }
  .b_form_tit h6 {
    margin-bottom: 2px;
  }
  .b_form_tit p {
    font-size: 0.2rem;
  }
  .b_form_tit::before {
    height: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .b_form {
    width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .b_form {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* banner form */
.det_content_cont .b_form {
  position: initial;
  transform: none;
  margin-left: auto;
  width: 30%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .det_content_cont .b_form {
    display: none;
  }
}
.r_p {
  overflow: hidden;
}
.r_p .swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
.r_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.r_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.r_p-button-prev,
.r_p-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.r_p-button-prev {
  left: 0;
}
.r_p-button-next {
  right: 0;
}
.r_p-button-prev:hover,
.r_p-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.r_p-pagination {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.r_p-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.r_p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.rp_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.rp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.rp_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rp_list h6 {
  margin: 0.2rem 0;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  font-size: 0.18rem;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* -------------------------news--------------------------- */
.in_n_list li {
  margin-bottom: 0.5rem;
}
.in_n_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  overflow: hidden;

  gap: 0.2rem 0;
}
.in_n_list .img {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.in_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.in_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_n_list .txt {
  width: 70%;
  padding: 0 0.3rem;
}
.in_n_list h6 {
  font-size: 0.24rem;
  color: var(--i_color2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_n_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
}
.in_n_list span {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.in_n_list a,
.in_n_list h6,
.in_n_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_n_list a:hover img {
  width: 105%;
  height: 105%;
}
.in_n_list a:hover {
  background: none;
  box-shadow: var(--i_shadow);
}
.in_n_list a:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .in_n_list h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_n_list h6 {
    font-size: 0.18rem;
  }
  .in_n_list p {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }
  .in_n_list .img,
  .in_n_list .txt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .in_n_list .img,
  .in_n_list .txt {
    width: 100%;
  }
}
/* contact */
.contact .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.c_info {
  width: 40%;
}
.map {
  width: 54%;
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 38.125%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_info h4 {
  font-size: 0.3rem;
  color: var(--i_color);
}
.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  border-bottom: 1px solid var(--border_color);
}
.c_list .ico {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--bc_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.c_list .ico iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color);
}
.c_list .info {
  width: calc(100% - 0.75rem);
}
.c_list .info h6 {
  color: #666;
  font-size: 0.14rem;
  font-weight: normal;
}
.c_list .info a,
.c_list .info p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #333;
  display: block;
}
.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list li:hover {
  border-color: var(--i_color);
}
.c_list li:hover .ico {
  background: var(--i_color);
}
.c_list li:hover .ico iconify-icon {
  color: #fff;
}

.c_qr_list {
  display: flex;
  gap: 0.1rem 0.2rem;
}
.c_qr_list .img {
  width: 1rem;
  height: 1rem;
}
.c_qr_list .img img {
  width: 100%;
  height: 100%;
}

.c_info .f_media iconify-icon {
  color: #d1d1d1;
}
.c_info .f_media a:hover iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .c_info h4 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .c_info h4 {
    font-size: 0.18rem;
  }
  .c_info,
  .map {
    width: 100%;
  }
  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 78.125%;
  }
}

#wpforms-76 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-76 {
  margin: 0;
  padding: 0;
}
#wpforms-form-76 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-76 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-76 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-76 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-76 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-76 .wpforms-field-container > div {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wpforms-76 .wpforms-field-container > div:first-child,
  #wpforms-76 .wpforms-field-container > div:nth-child(2) {
    width: 49%;
  }
}
#wpforms-76 .wpforms-field-container input,
#wpforms-76 textarea,
#wpforms-76 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid var(--border_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
#wpforms-76 input {
  line-height: var(--input_height);
}
#wpforms-76 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-76-field_1-container {
  border-top-left-radius: 20px;
}
#wpforms-76 input::-webkit-input-placeholder,
#wpforms-76 textarea::-webkit-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-76 input::-moz-placeholder,
#wpforms-76 textarea::-moz-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-76 input::-ms-input-placeholder,
#wpforms-76 textarea::-ms-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-76-field_1-error,
#wpforms-76-field_2-error,
#wpforms-76-field_3-error,
#wpforms-76-field_4-error,
#wpforms-76-field_5-error,
#wpforms-76-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-76 .wpforms-submit-container {
  width: 80%;
  margin: 0 auto;
}
#wpforms-76 .wpforms-submit-container button {
  padding: 6px 0.5rem;
  display: block;
  margin: 20px auto 0;
  font-size: 0.2rem;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: var(--i_color);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-76 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-76 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-76 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}

/* ---------------------about------------------------- */

.a_cont .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.a_menu {
  width: 18%;
  margin-right: auto;
}
.in_a_cont {
  width: 76%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .a_menu {
    display: none;
  }
  .in_a_cont {
    width: 100%;
  }
}
.a_menu dt,
.a_menu dd {
  border-bottom: 1px solid rgba(0, 37, 73, 0.5);
  text-transform: capitalize;
}
.a_menu dt {
  font-size: 0.2rem;
  color: var(--i_color2);
  font-weight: bold;
  padding: 0.1rem 0;
  padding-left: 0.2rem;
  position: relative;
}
.a_menu dt::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--i_color);
}
.a_menu dd {
  padding: 0.14rem 0;
  font-size: 0.16rem;
  color: var(--i_color2);
  opacity: 0.8;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a_menu dd::after {
  content: "";
  width: 0;
  height: 1px;
  right: 0;
  position: absolute;
  bottom: -1px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a_menu dd:hover,
.a_menu dd.active {
  padding-left: 0.1rem;
  opacity: 1;
}
.a_menu dd:hover::after,
.a_menu dd.active::after {
  width: 100%;
  right: initial;
  left: 0;
}

.a_menu li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
  font-size: 0.2rem;
  color: var(--i_color);
  padding: 0.12rem 0;
}
.a_menu li:first-child {
  border-bottom: 1px solid rgba(0, 37, 73, 0.5);
}
.a_menu li p {
  font-size: 0.18rem;
  color: var(--i_color2);
}

.in_a_cont .text,
.in_a_cont .text * {
  color: #444e56;
  font-size: 0.18rem;
  margin: 0.12rem 0;
}
.in_a_cont .text {
  margin: 0.2rem 0;
}
.in_a_cont .list dd {
  font-size: 0.18rem;
  color: var(--i_color2);
  margin: 0.2rem 0;
}
.in_a_cont .list span {
  font-size: 0.26rem;
  line-height: 120%;
  font-weight: bold;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_a_cont .text,
  .in_a_cont .text * {
    font-size: 0.16rem;
  }
  .in_a_cont .text {
    margin: 0.16rem 0;
  }
  .in_a_cont .list dd {
    font-size: 0.16rem;
  }
  .in_a_cont .list span {
    font-size: 0.2rem;
  }
}
.in_cul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.in_cul li {
  width: 49%;
  padding: 0.2rem 0.2rem;
  position: relative;
}
.in_cul li::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -40px;
}
.in_cul h6 {
  font-size: 0.24rem;
}
.in_cul p {
  font-size: 0.18rem;
  margin: 8px 0;
}
.in_cul li:first-child {
  background: var(--i_color);
  color: var(--i_color2);
}
.in_cul li:first-child::after {
  border-bottom: 40px solid transparent;
  border-right: 40px solid var(--i_color);
  right: 0;
}
.in_cul li:last-child {
  background: var(--i_color2);
  color: #fff;
}
.in_cul li:last-child::after {
  border-bottom: 40px solid transparent;
  border-left: 40px solid var(--i_color2);
  left: 0;
}
@media screen and (max-width: 768px) {
  .in_cul li {
    width: 100%;
  }
  .in_cul h6 {
    font-size: 0.2rem;
  }
  .in_cul p {
    font-size: 0.16rem;
  }
}
.cul_list {
  position: relative;
  overflow: hidden;
}
.cul_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.cul_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.cul_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cul_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.cul_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cul_list .txt {
  margin-top: -0.5rem;
  width: 92%;
  padding: 0.2rem;
  background: var(--bc_color);
  position: relative;
  z-index: 2;
}
.cul_list p {
  font-size: 0.2rem;
  color: #222;
  font-weight: bold;
}
.cul_list h6 {
  font-weight: normal;
  padding-top: 0.16rem;
  margin: 0.16rem 0 0.3rem;
  font-size: 14px;
  position: relative;
}
.cul_list h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 2px;
  background: var(--i_color);
}
.cul_list .swiper-slide:hover .img img {
  width: 106%;
  height: 106%;
}
.cul_list .swiper-slide:hover .txt p {
  color: var(--i_color);
}



/* ---------------------新闻详情页------------------ */
.in_news_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3rem 0;
}
.post_recommend {
  flex-shrink: 0;
  width: 4rem;
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ddd;
}
.post_content {
  width: calc(100% - 4.5rem);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.post_recommend h3 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .post_recommend,
  .post_content {
    width: 100%;
  }
  .post_recommend {
    padding: 20px 10px;
  }
}
.post_recommend_list {
}
.post_recommend_list li {
}
.post_recommend_list li:not(:last-child) {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.post_recommend_list a {
  display: block;
  width: 100%;
}
.post_recommend_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post_recommend_list .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.post_recommend_list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_recommend_list {
  margin: 14px 0 10px;
}
.post_recommend_list p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_recommend_list li:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.post_recommend_list li:hover p {
  color: var(--i_color);
}
.new_form_cont {
  background: #f7f7f7;
  margin-top: 0.3rem;
  padding: 0.2rem;
  position: relative;
}
.new_form_cont::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to top, var(--i_color), var(--i_color2));
  position: absolute;
  right: 0;
  top: 0;
}
.new_form_cont p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}