/*
Theme Name: Suhman
Version: 1.0

*/
@charset "utf-8";
:root {
  --i_color: #c90916;
  /* 全局颜色 */
  --i_color2: #c90916;
  /* 副颜色 */
  --i_color3: #1d1d1d;
  --liner_color: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  --bc_color: #f6f8fa;
  --top2_height: 1rem;
  /* 顶部高度 */
  --top_height: 0.34rem;
  --footer_height: 0.54rem;
  --topall_height: calc(var(--top_height) + var(--top2_height));
  --border_color: rgba(26, 26, 26, 0.2);
  --box-shaow: rgba(1, 77, 245, 0.35) 0px 10px 40px 0px;
}
@media screen and (max-width: 1024px) {
  :root {
    --top2_height: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}
.TopHeader {
  --top2_height: 0.8rem;
}
.top2.TopHeader {
  background: #151515;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
}
* {
  box-sizing: border-box;
  line-height: 150%;
}
.wrap3 {
  width: 100%;
  max-width: 97vw;
  margin-right: auto;
  margin-left: 0.2rem;
}
.wrap2 {
  width: 100%;
  max-width: 100vw;
  margin-left: 0.2rem;
  margin-right: auto;
}
.wrap4 {
  width: 1500px;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 1550px;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .wrap2 {
    width: 1400px;
    max-width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap4 {
    width: 1400px;
    max-width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap3 {
    width: 1400px;
    max-width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.wrap_l {
  padding-left: 9.2vw;
}
.wrap_r {
  padding-right: 8.2vw;
}
.wrap_l2 {
  padding-left: 2.2vw;
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}
/* header */
.top {
  background: #1a1a1a;
  position: relative;
}
.top_cont {
  height: var(--top_height);
}
.top .toptxt {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top .toptxt li {
  line-height: var(--top_height);
  display: flex;
  align-items: center;
  color: #fff;
}
.top .toptxt > li img {
  margin-right: 0.1rem;
}
.top .toptxt li a {
  margin-right: 0.35rem;
}
.top .toptxt li iconify-icon {
  font-size: 0.22rem;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top .toptxt li iconify-icon:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .top {
    display: none;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.top2 {
  width: 100%;
  background: rgba(29, 29, 29, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.top2_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--top2_height);
}
.full_header {
  height: 0;
}
@media screen and (max-width: 1024px) {
  .full_header {
    height: var(--topall_height);
  }
}
@media screen and (max-width: 1200px) {
  nav {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .language .p1 {
    width: 0.1rem !important;
  }
  .language p::after {
    content: none !important;
  }
}
@media screen and (max-width: 1024px) {
  nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .top2 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(29, 29, 29, 1);
    height: var(--top2_height);
  }
}
.logo {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.logo img {
  max-height: 80%;
  object-fit: cover;
}
.logo p {
}
/* Mobile nav button */
.nav_menu {
  position: absolute;
  width: 22px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  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: var(--i_color);
  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;
  }
  .logo img {
    max-height: 60%;
  }
}
@media screen and (max-width: 768px) {
  .logo img {
    max-height: 70%;
  }
}
@media screen and (max-width: 425px) {
  .logo img {
    max-height: 70%;
  }
}
/* nav */
@media screen and (min-width: 1024px) {
  .top_icon {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: transparent;
    /* padding: 0.1rem; */
    align-items: center;
    height: var(--top_height);
  }
  .top_icon .icon_txt {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0 100px;
  }
  .top_icon .icon_txt li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 0.1rem;
  }
  .top_icon .icon_txt li,
  .top_icon .icon_txt li a {
    color: #fff;
    font-size: 0.14rem;
    letter-spacing: 0px;
  }
  .top_icon .icon_txt li a:hover {
    color: var(--i_color);
  }
  .icon_icons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0 0.1rem;
  }
  .icon_icons iconify-icon {
    font-size: 0.25rem;
    color: #fff;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .icon_icons iconify-icon:hover {
    opacity: 1;
  }
  nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  nav > li {
    position: relative;
  }
  nav > li:not(:first-child) {
    margin-left: 0.82rem;
  }
  nav > .menu-item-has-children:hover .sub-menu {
    /* display: block; */
  }
  nav > .menu-item-has-children > a {
    position: relative;
    padding-right: 0.2rem;
  }
  nav > .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 0.13rem;
    height: 0.13rem;
    background: url(../images/xl.png) no-repeat center;
    background-size: contain;
  }
  nav > li > a {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    line-height: var(--top2_height);
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: bold;
  }
  nav > li > a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    width: 0%;
    background: var(--i_color);
    border-radius: 100px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  nav > li > a:hover:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    width: 0.87rem;
    background: var(--i_color);
    border-radius: 100px;
  }
  nav > .current-menu-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    width: 0.87rem;
    background: var(--i_color);
    border-radius: 100px;
  }
  nav > .current-menu-item > a,
  nav > .current-category-ancestor > a,
  nav > .current-post-ancestor > a,
  nav > li:hover > a,
  nav .curr > a {
    /* color: #111827; */
    /* color: var(--i_color); */
    /* color: var(--i_color) !important */
    /* ;border-bottom:1px solid var(--i_color); */
  }
  nav .sub-menu {
    display: none;
    position: absolute;
    border-bottom: 2px solid var(--i_color);
    background: rgb(255 255 255 / 100%);
    min-width: 1.6rem;
    overflow: hidden;
  }
  nav .sub-menu li {
    position: relative;
  }
  nav .sub-menu li::before,
  nav .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  nav .sub-menu li::before {
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
  }
  nav .sub-menu li::after {
    right: 0;
    width: 0;
    background: var(--i_color);
  }
  nav .sub-menu a {
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    font-size: 0.15rem;
    color: #444;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
  }
  nav .sub-menu a::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 8px solid var(--i_color);
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -0.1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  nav .sub-menu li:hover a::before {
    left: 0;
  }
  nav .sub-menu li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  nav .sub-menu li:hover a {
    left: 0.16rem;
  }
  nav .sub-menu li:hover a {
    color: var(--i_color);
  }
  nav .sub-menu li,
  nav .sub-menu li::after,
  nav .sub-menu a,
  nav .sub-menu a::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    margin: 0 auto;
  }
  nav > li:not(:first-child) {
    margin-left: 0.3rem;
  }
  .language .p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  nav > li > a {
    font-size: 0.19rem;
  }
}
@media screen and (max-width: 1200px) {
  nav > li > a {
    font-size: 0.18rem;
  }
  .language .p1 {
  }
}
@media screen and (max-width: 1024px) {
  nav {
    margin-left: 0;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  nav > .menu-item-has-children > a::before {
    content: none;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 1024px) {
  nav {
    display: none;
    position: fixed;
    top: var(--top2_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--top2_height));
    border-top: 1px solid var(--border_color);
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  nav .sub-menu {
    position: static;
    transform: none;
  }
  /*滚动条*/
  nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: rgb(0 0 0 / 3%) url(../images/arrow_d_b.svg)
      no-repeat center;
    background-size: 0.18rem;
  }
  nav > .menu-item-has-children span.on {
    background: rgb(0 0 0 / 3%) url(../fonts/arrow_u_b.svg)
      no-repeat center;
    background-size: 0.18rem;
  }
  nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.14rem;
    color: #666;
    line-height: 0.4rem;
    text-transform: uppercase;
  }
  nav > li > .sub-menu {
    display: none;
  }
  nav > li > .sub-menu li {
    position: relative;
  }
  nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.14rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
    text-align: left;
  }
  nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
  nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../fonts/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  nav > li > .sub-menu b.on {
    background: url(../fonts/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  nav .sub-menu .sub-menu {
    display: none;
  }
  nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }
  nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
header,
.top2,
.logo,
.top2_cont,
.logo img,
.language,
.top_search,
nav > li,
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;
}
.top_search {
  --search_height: 0.51rem;
}
.top_search {
  margin: 0 0.2rem 0 0;
}
.top_search form {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0.05rem;
  border: 1px solid rgba(225, 225, 225, 0.5);
}
.top_search_ipt {
  width: 1.25rem;
  height: var(--search_height);
  padding: 0 0 0 0.12rem;
  background: #1d1d1d;
  color: #fff;
}
.top_search_btn {
  font-size: 0;
  width: var(--search_height);
  height: var(--search_height);
  background: #1d1d1d url(../images/search.png) no-repeat center;
  background-size: 0.25rem;
  cursor: pointer;
  position: relative;
  /* background: #f3f3f3; */
}
@media screen and (max-width: 1440px) {
  .top_search_ipt {
    width: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1024px) {
  .top_search {
    --search_height: 0.3rem;
  }
  .top_search {
    margin-left: auto;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .top_search_ipt {
    width: 0.9rem;
  }
}
@media screen and (max-width: 425px) {
  .top_search_ipt {
    width: 0.6rem;
  }
  .logo img {
    max-height: 60%;
  }
}
.language {
  position: relative;
  display: none;
  height: var(--top2_height);
  align-items: center;
  display: flex;
  align-items: center;
  /* margin-right: 0.1rem; */
  background: var(--i_color);
  width: 1.85rem;
  justify-content: center;
}
.language .colorbox {
  width: 100%;
}
.language .p1 {
  display: block;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  background: transparent;
  gap: 0.1rem;
  margin-left: 0.5rem;
  font-size: 0.18rem;
}
.menu-item-object-language_switcher .trp-flag-image {
  display: none !important;
}
.language .p1 i {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.language .p2 {
  display: none;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
}
.language p {
  font-size: 0.22rem;
  font-weight: bold;
  color: var(--i_color);
  position: relative;
  /* padding-left: .3rem;
	padding-right: 0.2rem; */
  line-height: var(--top1_height);
  cursor: pointer;
}
.language p.on {
  color: var(--i_color);
}
.language p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -13%;
  width: 0.21rem;
  height: 0.21rem;
  background: url("../images/golobal.png") no-repeat center;
  background-size: cover;
  z-index: 99999;
}
.language .p2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../images/ic@1x.png") no-repeat center;
  background-size: cover;
  z-index: 99999;
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: var(--top_height);
  right: 28px;
  background: #fff;
  min-width: 1.2rem;
  z-index: 2016;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);
  -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(--top_height2); */
  top: var(--top2_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;
  letter-spacing: normal;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  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);
}
.lau_img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lau_img.on {
  transform: rotate(180deg);
}
.reversed {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .language .p1 {
    margin-left: 0.1rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .language_list {
    right: 0;
  }
  .language .p1 {
    display: none;
  }
  .language .p2 {
    display: block;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
  }
  .language {
    margin-right: 0.2rem;
    background: transparent !important;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
}
/* banner */
.banner_list {
  position: relative;
  overflow: hidden;
}
.banner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.banner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  padding-bottom: 100vh;
  width: 100%;
}
.banner_list .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--liner_color);
}
.banner_list .swiper-slide2 .txt {
  text-align: start !important;
  top: 32% !important;
}
.banner_list .swiper-slide > img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-prev,
.banner-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: rgb(0 0 0 / 60%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.banner-prev {
  left: 0;
}
.banner-next {
  right: 0;
}
.banner-prev iconify-icon,
.banner-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.banner_list .swiper-button-disabled {
  cursor: not-allowed;
}
.banner-prev:hover,
.banner-next:hover {
  background: var(--i_color);
}
.banner-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translate(-50%);
}
.banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #f6f8fa;
  outline: none;
  cursor: pointer;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
/* bannertxt */
.banner_list .swiper-slide .txt {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.banner_list .txt p {
  font-size: 0.56rem;
  color: #fff;
  font-weight: 900;
}
.banner_list .txt p i {
  font-size: inherit;
  color: var(--i_color);
  font-weight: inherit;
}
.banner_list .txt h6 {
  color: #fff;
  font-size: 0.2rem;
  background: var(--i_color);
  display: inline-block;
  padding: 0.05rem 0.2rem;
  border-radius: 0.05rem;
  margin: 0.2rem 0;
  letter-spacing: normal;
}
.ddd {
  color: #1d1d1d !important;
}
.banner_list .txt h5 {
  color: #fff;
  letter-spacing: 0px;
  font-style: italic;
  letter-spacing: normal;
}
@media screen and (max-width: 1440px) {
  .banner_list .txt p {
    font-size: 0.4rem;
  }
  .banner_list .txt h6 {
    font-size: 0.2rem;
  }
  .banner-prev,
  .banner-next {
    display: none !important;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .banner_list .txt h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
  }
  .banner_list .swiper-slide .txt {
    top: 50% !important;
    text-align: start;
  }
  .banner_list .txt h5 br {
    display: none;
  }
  .banner_list {
    margin-top: 0;
  }
  .banner_list .txt .slider_number {
    margin-bottom: 0.2rem;
  }
  .banner_list .swiper-slide .txt {
    top: 50%;
  }
  .banner-pagination {
    display: none;
  }
  .banner_list .swiper-slide {
    padding-bottom: 45%;
  }
  .banner_list .txt p {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .banner_list .txt h6 {
    font-size: 0.18rem;
    margin: 0.2rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60%;
    font-size: 0;
    padding: 0;
    background: transparent;
    /* display: none; */
    opacity: 0;
  }
  .banner_list .txt p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner_list .swiper-slide22 .btn {
    /* display: none; */
  }
  .banner_list .txt .slider_number li h5 {
    font-size: 0.3rem;
  }
  .banner_list .txt .slider_number li {
    margin-bottom: 0.2rem;
  }
  .banner_list .txt .slider_number span {
    font-size: 0.16rem;
  }
  .banner_list .txt p {
    font-size: 0.18rem;
  }
  .banner_list .txt h6 {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .banner_list .txt .slider_number li h5 {
    font-size: 0.2rem;
  }
  .swiper-slidetop .txt {
    top: 50% !important;
  }
  .banner-pagination {
    bottom: 0.05rem;
    height: 0.15rem;
    width: 0.15rem;
  }
  .banner_list .swiper-slide {
    padding-bottom: 55%;
  }
  .banner_list .swiper-slide .txt {
    top: 50%;
  }
  .banner_list .txt h6 {
    font-size: 0.14rem;
  }
}
/* btn */
i.btn {
  /* margin-left: auto; */
  width: 0.7rem;
  height: 0.26rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  border: 1px solid var(--i_color);
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
i.btn iconify-icon {
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
i.btn:hover {
  background: var(--i_color);
}
i.btn:hover iconify-icon {
  color: #fff;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
main {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sec_title .i_tit {
    margin-left: auto;
    margin-right: auto;
  }
}
.i_tit {
  display: table;
}
.i_tit.center {
  margin-left: auto;
  margin-right: auto;
}
.i_tit.dis {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.i_tit.dis h3 {
  display: inline;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.i_tit.dis h5 {
  display: inline;
  color: var(--i_color3);
  opacity: 0.6;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.i_tit h3 {
  padding: 0 0.32rem;
  font-weight: 900;
  color: #222;
  position: relative;
}
.i_tit h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 0.18rem;
  height: 0.18rem;
  background: var(--i_color);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.i_tit h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 0.18rem;
  height: 0.18rem;
  background: var(--i_color);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 1024px) {
  .i_tit h3 {
    padding: 0 20px;
  }
  .i_tit h3::before {
    width: 12px;
    height: 12px;
    bottom: 8px;
  }
  .i_tit h3::after {
    width: 6px;
    height: 6px;
    bottom: 8px;
  }
}
.sec_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.sec_nav li {
  position: relative;
}
.sec_nav li.active {
}
.sec_nav li.active a {
  background: var(--i_color2);
  color: #fff;
}
.sec_nav a {
  display: block;
  padding: 0.1rem 0;
  width: 2.93rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
  background: var(--bc_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
}
.sec_nav li:hover a {
  color: #fff;
  background: var(--i_color);
}
@media screen and (max-width: 768px) {
  .sec_nav a {
    width: auto;
    padding: 10px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .sec_nav a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    /* border: 1px solid var(--border_color); */
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sec_nav li {
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid var(--border_color);
  }
}
.i_more {
  display: table;
  background: var(--i_color);
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_more.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more span {
  padding: 0.12rem 0.24rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.i_more b {
  font-size: 0.16rem;
  color: #fff;
  letter-spacing: 0;
}
.i_more iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.i_more:hover {
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
  box-shadow: 0 4px 0.1rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  .i_more span {
    padding: 8px 12px;
  }
  .i_more b {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_more b {
    font-size: 12px;
  }
  .i_more iconify-icon {
    font-size: 18px;
  }
}
.i_more2 {
  display: table;
  background: var(--i_color);
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  position: relative;
}
.i_more2 span {
  padding: 0.06rem 0.06rem 0.06rem 0.18rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.1rem;
}
.i_more2 b {
  display: table;
  font-size: 0.15rem;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0;
}
.i_more2 i {
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.i_more2 iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_more2 span {
    padding: 4px 4px 4px 10px;
  }
  .i_more2 b {
    font-size: 13px;
  }
  .i_more2 i {
    width: 24px;
    height: 24px;
  }
  .i_more2 iconify-icon {
    font-size: 16px;
  }
}
.i_category_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 2%;
}
.i_category_list li {
  flex-grow: 1;
  width: 22%;
  border: 2px solid var(--bc_color);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.i_category_list a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.2rem;
}
.i_category_info {
  width: 50%;
  position: relative;
}
.i_category_info > i {
  font-family: "DINC";
  font-size: 0.5rem;
  color: #c9cdd6;
}
.i_category_info p {
  height: 0.8rem;
  margin: 0.4rem 0 0;
  font-weight: bold;
  color: #111;
}
.i_category_info h6 {
  opacity: 0;
  width: 18vw;
  margin-bottom: 0.6rem;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.i_category_info .i_more2 {
  opacity: 0;
}
.i_more2_noselect {
  position: absolute;
  left: 0;
  bottom: 0.06rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.i_more2_noselect iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: var(--i_color);
}
.i_category_pic {
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 40%;
}
.i_category_list li.active {
  width: 60%;
  background: var(--bc_color);
}
.i_category_list li.active .i_category_info {
  width: 34%;
}
.i_category_list li.active h6 {
  opacity: 1;
}
.i_category_list li.active .i_more2_noselect {
  opacity: 0;
}
.i_category_list li.active .i_more2 {
  opacity: 1;
}
.i_category_list li.active .i_category_pic {
  opacity: 1;
}
.i_category_list li.active .i_category_pic img {
  width: 100%;
}
.i_category_list li,
.i_category_info,
.i_category_info h6,
.i_more2_noselect,
.i_category_info .i_more2,
.i_category_pic,
.i_category_pic img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .i_category_list li {
    width: 49%;
    background: #fff;
  }
  .i_category_list a {
    flex-wrap: wrap;
  }
  .i_category_info {
    width: 100% !important;
  }
  .i_category_info > i {
    font-size: 30px;
  }
  .i_category_info p {
    height: auto;
    margin: 10px 0;
  }
  .i_category_info h6 {
    opacity: 1;
    margin: 0 0 30px;
    width: 100%;
  }
  .i_more2_noselect {
    width: 26px;
    height: 26px;
  }
  .i_more2_noselect iconify-icon {
    font-size: 16px;
  }
  .i_category_pic {
    margin-left: auto;
    margin-top: -30px;
    opacity: 1;
    position: initial;
    transform: none;
    width: 70%;
  }
  .i_category_pic img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .i_category_list {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .i_category_list li {
    width: 100%;
  }
  .i_category_pic {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .i_category_pic {
    width: 60%;
  }
}
.i_app .i_v_btn iconify-icon::after {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
}
.app_cont_box {
  position: relative;
}
.app_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.app_nav li {
  position: relative;
  cursor: pointer;
  padding: 0 0.5rem;
  background: var(--bc_color);
}
.app_nav li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.app_nav li p {
  padding: 0.1rem 0.3rem;
  font-size: 0.16rem;
  position: relative;
  color: #666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: normal;
}
.app_nav li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 80%;
  width: 1px;
  background: var(--i_color3);
  opacity: 0.2;
}
.app_nav li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 80%;
  width: 1px;
  background: var(--i_color3);
  opacity: 0.2;
}
.app_nav li.active::before {
  right: initial;
  left: 0;
  width: 100%;
}
.app_nav li.active p {
  color: #fff;
}
.app_cont {
}
.app_cont dt {
  display: none;
  position: relative;
}
.app_cont dt.active {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.app_text {
  margin-top: 0.5rem;
  width: 50%;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
  background: var(--bc_color);
  position: relative;
}
.app_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: var(--i_color);
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.app_cont dt:hover .app_text::before {
  width: 1rem;
}
.app_text > i {
  font-family: "DINC";
  font-size: 0.44rem;
  color: #c9cdd6;
}
.app_text p {
  margin: 0.2rem 0 0.16rem;
  font-weight: bold;
  color: #111;
}
.app_text h6 {
  min-height: 1.3rem;
  color: var(--i_color3);
  opacity: 0.5;
  letter-spacing: normal;
}
.app_piclist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 2%;
}
.app_piclist li {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.app_piclist li::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.app_piclist li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app_video {
  position: absolute;
  right: 0;
  width: 50%;
  height: calc(100% - 0.54rem);
  overflow: hidden;
}
.app_video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app_video .v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.app_video .v_btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.app_video .v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  font-size: 0.34rem;
  color: #fff;
}
.app_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.3rem;
  height: 1.14rem;
  padding-left: 1rem;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.4rem;
}
.app_btn i {
  display: table;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}
.app_btn iconify-icon {
  font-size: 0.28rem;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .app_nav li {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid var(--border_color);
  }
  .app_nav li::after {
    display: none;
  }
  .app_nav {
    margin-bottom: 40px;
    position: relative;
    justify-content: center;
    gap: 10px;
  }
  .app_text {
    margin-top: 0;
    width: 100%;
  }
  .app_text::before {
    height: 100px;
  }
  .app_text > i {
    font-size: 30px;
  }
  .app_text h6 {
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .app_piclist {
    margin-bottom: 0;
  }
  .app_text .i_more {
    display: none;
  }
  .app_video {
    display: none;
  }
  .app_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .app_nav li p {
    font-size: 15px;
    padding: 10px 20px;
  }
  .app_text {
    padding: 20px;
  }
}
@media screen and (max-width: 560px) {
  .app_nav {
    margin-bottom: 30px;
  }
  .app_nav li p {
    font-size: 14px;
    padding: 6px 10px;
  }
  .app_text p {
    margin: 10px 0 12px;
  }
}
.i_case {
  background: var(--bc_color);
}
.case_list {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.case_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.case_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
}
.case_list .swiper-slide:hover .case_txt i {
  background: var(--i_color);
  /* -webkit-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15); */
}
.case_list .swiper-slide:hover iconify-icon {
  color: #fff;
}
.case_info {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.case_pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.case_pic::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.case_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_txt {
  padding: 0.3rem;
  background: #f6f8fa;
}
.case_txt h6 {
  margin-bottom: 4px;
  font-size: 0.18rem;
  color: var(--i_color);
  font-weight: bold;
}
.case_txt p {
  font-size: 0.16rem;
  color: #222;
}
.case_p {
  width: 40%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_p dt {
  text-align: center;
  position: relative;
}
.case_p dt:hover p {
  /* -webkit-transform:translate(0,-8px); transform:translate(0,-8px); */
  color: var(--i_color);
}
.case_p_pic {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.case_p_pic::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.case_p_pic 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;
}
.case_p i {
  font-size: 0.16rem;
  color: var(--i_color);
}
.case_p p {
  margin-top: 4px;
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: normal;
}
.case_list .swiper-slide-active {
  opacity: 1;
}
.case-prev,
.case-next {
  position: absolute;
  top: 26%;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.case-prev {
  left: 14%;
}
.case-next {
  right: 14%;
}
.case-prev iconify-icon,
.case-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: var(--i_color);
}
.case_list .swiper-button-disabled {
  cursor: not-allowed;
}
.case-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.case-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.case-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .case_list {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }
  .case-prev,
  .case-next {
    display: none;
  }
  .case_info {
    width: 100%;
  }
  .case_txt {
    padding: 20px;
  }
  .case_txt h6 {
    font-size: 14px;
  }
  .case_txt p {
    font-size: 18px;
  }
  .case_p dt::before {
    width: 26px;
    height: 26px;
  }
  .case_p i {
    font-size: 14px;
  }
  .case_p p {
    font-size: 15px;
  }
  .case-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .case_p p {
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 560px) {
  .case_txt p {
    font-size: 16px;
  }
  .case_txt i {
    width: 50px;
    height: 22px;
  }
  .case_txt iconify-icon {
    font-size: 16px;
  }
  .case_p dt::before {
    width: 18px;
    height: 18px;
  }
  .case_p i {
    font-size: 12px;
  }
  .case_p p {
    font-size: 13px;
  }
}
.i_about {
  background: url(../images/iab.webp) no-repeat center;
  background-size: 100% 100%;
}
.i_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ia_img {
  width: 46%;
  position: relative;
}
.ia_img h6 {
  font-size: 0.4rem;
  background: linear-gradient(to bottom, #1450a0, var(--i_color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.ia_img h6::before {
  content: attr(data-text);
  color: var(--i_color);
}
.ia_img img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
}
.ia_txt {
  width: 53%;
}
.ia_txt article {
  font-size: 0.18rem;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .ia_img h6 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .ia_img,
  .ia_txt {
    width: 100%;
  }
  .ia_img img {
    bottom: initial;
    top: 0;
    z-index: -1;
  }
  .ia_img h6 {
    font-size: 0.28rem;
  }
  .ia_txt {
    margin-top: 0.3rem;
  }
  .ia_txt article {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .ia_img h6 {
    font-size: 0.2rem;
  }
}
.i_fac {
}
.i_news {
  background: #f6f8fa;
}

.i_n_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i_n_list li {
  width: 49%;
  margin-bottom: 20px;
}
.i_n_list a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 24px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 2px 10px #ddd;
  border-radius: 0.2rem;
}
.i_n_list a:hover {
  box-shadow: 0px 2px 10px rgba(249, 173, 160, 0.3);
}
.i_n_list .img {
  width: 36%;
  position: relative;
  overflow: hidden;
}
.i_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.i_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_n_list article {
  width: 60%;
}
.i_n_list h5 {
  font-size: 20px;
  font-weight: 900;
  color: var(--i_color2);
}
.i_n_list span,
.i_n_list p {
  font-size: 16px;
  color: #666;
}
.i_n_list span {
  display: block;
  margin: 6px 0 16px;
}
@media screen and (max-width: 1024px) {
  .i_n_list li {
    width: 100%;
  }
  .i_n_list h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .i_n_list .img {
    width: 100%;
  }
  .i_n_list article {
    width: 100%;
    margin-top: 20px;
  }
}

footer {
  background: url(../images/bc_foot.webp) no-repeat center;
  background-size: cover;
}
.fff {
  color: #fff !important;
}
footer .ftop {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer .ftop .left {
  width: 50%;
}
footer .ftop .left .log {
  margin-bottom: 0.4rem;
}
footer .ftop .left .log img {
  height: 0.68rem;
  object-fit: contain;
}
footer .ftop .left p {
  color: #fff;
  font-size: 0.42rem;
  font-weight: 900;
  letter-spacing: -2px;
}
footer .ftop .left h6 {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 0.4rem;
  letter-spacing: normal;
}
.fixedbtn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 0.1rem;
}
.fixedbtn .btns b {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 2.46rem;
  height: 0.5rem;
  gap: 0 0.1rem;
  background: var(--i_color3);
  border-radius: 0.05rem;
  color: #fff;
}
.fixedbtn .btns .b2 {
  border: 1px solid #fff;
}
.fixedbtn .btns b:hover {
  background: var(--i_color);
  border: 1px solid transparent;
}
.fixedbtn .btns.red b {
  background: var(--i_color);
}
.fixedbtn b img {
  height: 0.2rem;
  flex-shrink: 0;
  object-fit: cover;
}
footer .ftop .right {
  width: 50%;
}
#wpforms-84 {
  --wpforms-field-size-input-height: 42px;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}
#wpforms-84 {
  margin: 0;
  padding: 0;
}
#wpforms-form-84 {
  width: 100%;
  position: relative;
}
#wpforms-84 .wpforms-field-container {
}
#wpforms-84 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 1px;
  overflow-x: initial !important;
}
#wpforms-84 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}
#wpforms-84 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}
#wpforms-84 .wpforms-field-container .wpforms-field > input,
#wpforms-84 .wpforms-field-container textarea,
#wpforms-84 .wpforms-field-container select,
#wpforms-84 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  margin: 0 0;
}
#wpforms-84 .wpforms-field-container .wpforms-field > input,
#wpforms-84 .wpforms-field-container textarea,
#wpforms-84 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
  background: var(--i_color3);
  border: 1px solid #fff;
  height: var(--wpforms-field-size-input-height);
  color: #fff;
}
#wpforms-84 .wpforms-field-container .wpforms-field > input::placeholder {
  color: #fff;
}
#wpforms-84 .wpforms-field-container textarea::placeholder {
  color: #fff;
}
#wpforms-84 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 2rem;
}
#wpforms-84 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-84 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-84 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-84 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-84 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-84 .wpforms-field-container em.wpforms-error,
#wpforms-84 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}
#wpforms-84 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-84-field_1-container,
#wpforms-84-field_2-container {
  width: 48% !important;
}
#wpforms-84 .wpforms-submit-container {
  width: 200px;
  border-radius: 0.05rem;
}
#wpforms-84 .wpforms-submit-container button {
  width: 100%;
  background: var(--i_color);
  height: var(--wpforms-field-size-input-height);
  color: #fff;
  border-radius: 0.05rem;
  cursor: pointer;
}
#wpforms-84 .wpforms-submit-container button::before {
  /* content: ''; */
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url() no-repeat center;
  background-size: contain;
}
#wpforms-84 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-84 .wpforms-submit-container button:hover {
  background: #8e0d0f;
}
footer .main {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .main li {
  width: 25%;
}
footer .main li p {
  font-size: 0.22rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
footer .main li p::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0.32rem;
  height: 4px;
  background: var(--i_color);
}
footer .main li a,
footer .main li b {
  color: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: normal;
}
footer .main li a:hover {
  opacity: 1;
}
footer .main li dl {
  margin: 0.4rem 0;
}
footer .main li dl dt {
  margin-bottom: 0.2rem;
}
footer .ficon {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
footer .ficon iconify-icon {
  font-size: 0.27rem;
  color: #fff;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .ficon iconify-icon:hover {
  opacity: 1;
}
.privacy {
  background: url(../images/bc_bottom.png) no-repeat center;
  background-size: cover;
  padding-top: 0.65rem;
  padding-bottom: 0.2rem;
}
.privacy .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem 0.2rem;
}
.privacy a,
.privacy p {
  color: var(--i_color3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.privacy a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  footer .ftop .left p {
    font-size: 0.35rem;
  }
  footer .main li p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  footer .ftop .left p {
    font-size: 0.3rem;
  }
  footer .main li p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  footer .main li dl dt {
    margin-bottom: 0.1rem;
  }
  .fixedbtn .btns b {
    width: 2.1rem;
    height: 0.4rem;
  }
  footer .ftop .left h6 {
    margin-bottom: 0.2rem;
  }
  footer .ftop .left .log {
    margin-bottom: 0.2rem;
  }
  footer .ftop .left p {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  footer .ftop .left h6 br {
    display: none;
  }
  footer .ftop .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .right {
    width: 100%;
  }
  footer .main li {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  footer .main li {
    display: none;
  }
  footer .main li:last-child {
    display: block;
    width: 100%;
  }
  .privacy {
    padding: 0.1rem 0;
    background: var(--i_color3);
  }
  .privacy a,
  .privacy p {
    color: #fff;
  }
  footer .ftop .left .log img {
    height: 0.48rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  footer .ftop .left .log img {
    height: 0.38rem;
  }
  .privacy {
    background-size: cover;
  }
}
.hide {
  display: none;
}
.v {
  width: 100%;
  position: relative;
}
.i_v_btn {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  padding: 0.15rem;
  border-radius: 100px;
}
.i_v_btn iconify-icon {
  font-size: 30px;
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.btn3 b {
  color: #fff;
}
.btn .all {
}
.vd_box {
  display: none IMPO !important;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.i_a_btn {
  background: var(--liner_color);
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .iabout .tit h6 {
    margin: 0 auto;
  }
  .iabout .tit p {
    text-align: center;
    margin: 0 auto;
  }
  .btn {
    margin: 0 auto;
  }
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
.v img {
  width: 100%;
  position: relative;
}
.v img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: var(--i_color);
}
.aside_right {
  position: fixed;
  right: 10px;
  bottom: 40%;
  z-index: 999999;
}
.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.46rem;
  margin-top: 5px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  height: 0.46rem;
  background: rgb(128 128 128 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border-radius: 100px;
}
.aside_right em {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.aside_right li:nth-child(1) > a {
  background: #0bc724;
}
.aside_right li:nth-child(2) > a {
  background: var(--i_color);
}
.aside_right li:nth-child(3) > a {
  background: #222a69;
}
.aside_right li:nth-child(4) > a {
  background: var(--i_color3);
}
.aside_right li:nth-child(1) em {
  background: url(../images/ico_whatsapp.png) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(2) em {
  background: url(../images/ico_phone.png) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(3) em {
  background: url(../images/ico_email.png) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(4) {
  /* background:  */
  border-radius: 0.1rem;
}
.aside_right li:nth-child(4) em {
  background: url(../images/ico_send.png) no-repeat center;
  background-size: 0.2rem;
}
.aside_right li:nth-child(5) {
  /* background:  */
  border-radius: 0.1rem;
}
.aside_right li:nth-child(5) em {
  background: url(../images/ico_top.png) no-repeat center;
  background-size: 0.35rem;
}
.aside_right li > a:hover {
  background: #ff0000;
}
.side_tel_box,
.side_qr_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.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: 48px;
}
.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: 9999999999998;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #e2e2e2;
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h6 {
  font-size: 26px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
}
#wpforms-79 {
  --wpforms-field-size-input-height: 42px;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}
#wpforms-79 {
  margin: 0;
  padding: 0;
}
#wpforms-form-79 {
  width: 100%;
  position: relative;
}
#wpforms-79 .wpforms-field-container {
}
#wpforms-79 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}
#wpforms-79 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}
#wpforms-79 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}
#wpforms-79 .wpforms-field-container .wpforms-field > input,
#wpforms-79 .wpforms-field-container textarea,
#wpforms-79 .wpforms-field-container select,
#wpforms-79 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  margin: 0 0;
}
#wpforms-79 .wpforms-field-container .wpforms-field > input,
#wpforms-79 .wpforms-field-container textarea,
#wpforms-79 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-79 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-79 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-79 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-79 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-79 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-79 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-79 .wpforms-field-container em.wpforms-error,
#wpforms-79 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}
#wpforms-79 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-79-field_1-container,
#wpforms-79-field_3-container {
  width: 48% !important;
}
#wpforms-79 .wpforms-submit-container {
  width: 260px;
  margin: 0 auto;
}
#wpforms-79 .wpforms-submit-container button {
  width: 100%;
  background: var(--i_color);
}
#wpforms-79 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-79 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/close_1_hei.svg) no-repeat center;
  background-size: contain;
}
.close:hover {
}
.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;
}
#wpforms-79 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
}
@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;
  }
}
@media screen and (max-width: 959px) {
  /* .aside_right{display:none} */
  #aside_sc_from {
    width: 80%;
  }
  #aside_sc_from .tit h6 {
    font-size: 0.2rem;
  }
  .close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  #wpforms-79 .wpforms-field:nth-child(1),
  #wpforms-79 .wpforms-field:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
    padding: 3%;
  }
}
#aside_sc_from .tit h6::after {
  content: none;
}
#aside_sc_from .tit h6::before {
  content: none;
}
.tit article p {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
/* Article  */
.in_news_art {
  /* max-width: 1080px; */
  margin-top: 20vh;
}
@media screen and (max-width: 1200px) {
  .in_news_art {
    /* max-width: none !important; */
  }
}
.in_news_art_tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.in_news_art_tit h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.34rem;
  font-weight: bold;
}
.n_tit_time {
  margin: 0.4rem 0 0.26rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.n_tit_time > p {
  font-size: 0.16rem;
  color: #363636;
  margin-right: 0.28rem;
  padding-right: 0.28rem;
  position: relative;
}
.n_tit_time > p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 0.1rem;
  background: #aaa;
}
.n_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_share p {
  font-size: 0.15rem;
  color: #888;
}
.n_share a {
  margin-left: 0.2rem;
  font-size: 0;
}
.n_share a iconify-icon {
  font-size: 0.2rem;
}
.botspance {
  height: var(--btn_height);
  display: none;
}
@media screen and (max-width: 1440px) {
  .in_news_art_tit h1 {
    font-size: 0.28rem;
    /* font-size: 18px; */
  }
  .n_tit_time {
    margin: 0.3rem 0 0.26rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_news_art_tit h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .botspance {
    height: var(--btn_height);
    display: block;
  }
  .s_product {
    /* display: none; */
  }
  .in_news_art_tit h1 {
    font-size: 0.22rem;
  }
  .n_tit_time {
    margin: 0.2rem 0 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .in_news_art_tit h1 {
    font-size: 0.18rem;
  }
  .n_tit_time > p {
    font-size: 0.15rem;
  }
  .n_share {
    display: none;
  }
  .n_tit_time > p:nth-last-child(2)::before {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .in_news_art_tit h1 {
    /* font-size: 0.17rem; */
    font-size: 16px;
  }
  .n_tit_time > p {
    margin-right: 0.14rem;
    padding-right: 0.14rem;
  }
  .n_tit_time > p {
    font-size: 0.14rem;
  }
}
.n_navigation {
  margin-top: 0.8rem;
  padding-top: 0.2rem;
  border-top: 1px solid var(--border_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_navigation ul {
  width: 80%;
}
.n_navigation li {
  margin: 0.12rem 0;
}
.n_navigation li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.n_navigation li p {
  margin-right: 0.06rem;
  font-size: 0.16rem;
  color: #363636;
  font-weight: bold;
}
.n_navigation li a:hover p {
  color: var(--i_color3);
}
.n_back {
  margin-left: auto;
  padding: 0.12rem 0.3rem;
  background: var(--i_color);
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.n_back i {
  font-size: 0.16rem;
  color: #fff;
}
.n_back b {
  margin-left: 0.06rem;
  font-size: 0.15rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .n_navigation ul {
    width: 76%;
  }
  .n_back b {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .n_navigation {
    margin-top: 0.6rem;
  }
  .n_navigation ul {
    width: 100%;
  }
  .n_navigation li p {
    font-size: 0.15rem;
  }
  .n_back {
    margin: 0.14rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .n_navigation {
    margin-top: 0.4rem;
  }
  .n_navigation li p {
    font-size: 0.14rem;
  }
  .n_back {
    padding: 0.08rem 0.22rem;
    margin: 0.1rem 0 0 0;
  }
  .n_back i {
    font-size: 0.15rem;
  }
}
.i_news .box a:first-child {
  background: var(--i_color2) !important;
}
.i_news .box a:first-child b {
  color: #fff !important;
}
.main_products .box a:first-child {
  background: var(--i_color2) !important;
}
.main_products .box a:first-child b {
  color: #fff !important;
}
/* search results list */
.in_search_list {
  margin-bottom: 0.2rem;
}
.in_search_list a {
  background: #f5f5f5 !important;
}
/* search results list */
.in_search_list {
  overflow: hidden;
}
.in_search_list li {
  border: 1px solid var(--border_color);
  margin-bottom: 0.26rem;
}
.in_search_list a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
}
.in_search_list .img {
  width: 2.2rem;
  position: relative;
  overflow: hidden;
}
.in_search_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.in_search_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_search_list .txt {
  width: calc(100% - 2.6rem);
  margin-left: auto;
}
.in_search_list h2 {
  font-size: 0.18rem;
  color: #212121;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_search_list h6 {
  margin: 0.1rem 0;
  font-size: 0.14rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_search_list i {
  display: inline-block;
  padding: 0.06rem 0.1rem;
  font-size: 0.13rem;
  color: var(--i_color);
  background: #ededed;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
}
.in_search_list li:hover {
  border-color: var(--i_color);
}
.in_search_list li:hover h2 {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_search_list h2 {
    font-size: 0.15rem;
  }
  .in_search_list h6 {
    font-size: 0.13rem;
  }
  .in_search_list i {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  .in_search_list li {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border: none;
    border-bottom: 1px solid var(--border_color);
  }
  .in_search_list a {
    padding: 0;
  }
  .in_search_list .img {
    width: 1.2rem;
  }
  .in_search_list .txt {
    width: calc(100% - 1.5rem);
  }
  .in_search_list h2 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
}
.botspance {
  height: var(--btn_height);
}

/* ---------------------------------- */
/* about */
.in_pagebanner {
  position: relative;
  height: 5.34rem;
}
.in_pagebanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b_page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
}
.b_page p {
  font-size: 0.42rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.1rem;
  letter-spacing: -2px;
}
.b_page h2 {
  font-size: 0.32rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.1rem;
  letter-spacing: -2px;
}
.inh {
  font-size: inherit;
  font-weight: inherit;
  color: var(--i_color);
}
.b_page h6 {
  color: rgba(225, 225, 225, 0.8);
  text-align: center;
  letter-spacing: normal;
}
.b_page p i {
  font-size: inherit;
  color: var(--i_color);
  font-weight: inherit;
}
.b_page h2 i {
  font-size: inherit;
  color: var(--i_color);
  font-weight: inherit;
}
@media screen and (max-width: 1440px) {
  .in_pagebanner {
    height: 3.2rem;
  }
  .b_page p {
    font-size: 0.3rem;
  }
	  .b_page h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .b_page p {
    font-size: 0.2rem;
  }
	 .b_page h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_page p {
    font-size: 0.18rem;
    letter-spacing: 0;
  }
	 .b_page h2 {
    font-size: 0.18rem;
  }
  .b_page h6 {
    display: none;
  }
  .in_pagebanner {
    height: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .in_pagebanner {
    height: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .in_pagebanner {
    height: 1.5rem;
  }
}
/* Breadcrumb */
.in_position {
  padding: 0.3rem 0;
  background: #fff;
  position: relative;
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #2424;
  position: relative;
  line-height: 20px;
  letter-spacing: normal;
}
.in_position a:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  color: #242424;
}
.in_position a:first-child {
  padding-left: 0.26rem;
  text-transform: lowercase;
  letter-spacing: normal;
}
.in_position a:first-child::first-letter {
  text-transform: uppercase;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../images/fz.png") no-repeat center;
  background-size: contain;
  opacity: 1;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 0.1rem;
  color: #2424;
}
.in_position a:not(:first-child):hover {
  text-decoration: underline;
}
.ct {
  font-size: inherit;
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
  .in_position a:last-child {
    flex: 1;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}
.a_intro {
}
.a_intro .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.a_intro .wrap .left {
  width: 48%;
}
.a_intro .wrap .right {
  width: 48%;
}
.a_intro h3 {
  font-size: 0.36rem;
  color: var(--i_color3);
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.a_intro h3 i {
  font-size: inherit;
  font-weight: inherit;
  color: var(--i_color);
}
.a_intro article {
  font-size: 0.18rem;
  color: var(--i_color3);
  opacity: 0.9;
  line-height: 0.3rem;
  margin-bottom: 0.5rem;
}
.a_intro article p {
  color: var(--i_color3);
  opacity: 0.9;
  font-size: inherit;
}
.a_intro li {
  text-align: start;
}
.a_intro .numlist {
  justify-content: space-between;
}
.a_intro .numlist p {
  color: #333;
  line-height: 0.23rem;
}
.a_intro .numlist li {
  width: 30%;
}
.a_intro .wrap .right img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.a_intro .wrap .right {
  position: relative;
}
.a_intro .wrap .right::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: -2rem;
  width: 80%;
  height: 80%;
  background: var(--i_color);
  z-index: -1;
}
.tb li {
  color: #1d1d1d;
  opacity: 0.9;
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 0.3rem;
}
.tb li img {
}
.tb li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
  background: url(../images/yxh.webp) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 1440px) {
  .a_intro h5 {
    font-size: 0.2rem;
  }
  .a_intro article {
    margin-bottom: 1rem;
  }
  .a_intro h3 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .a_intro h3 {
    font-size: 0.25rem;
  }
  .a_intro h5 {
    font-size: 0.18rem;
  }
  .a_intro article {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .a_intro h3 {
    margin-bottom: 0.1rem;
  }
  .a_intro {
    margin-bottom: 0.2rem;
  }
  .a_intro h3 {
    font-size: 0.18rem;
  }
  .a_intro .wrap .right::before {
    content: none;
  }
  .a_intro .wrap .right {
    margin-bottom: 0.2rem;
  }
  .a_intro h5 {
    margin-bottom: 0.1rem;
  }
  .a_intro .numlist li {
    width: 100%;
  }
  .a_intro article {
    margin-bottom: 0.3rem;
  }
  .a_intro h5 {
    font-size: 0.16rem;
  }
  .a_intro article {
    font-size: 0.15rem;
  }
  .a_intro .wrap .left {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .a_intro .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .a_intro article {
    margin-bottom: 0.1rem;
  }
}
/* about us */
.i_ab {
  width: 100%;
}
.i_ab .ab_wrap {
  display: flex;
  justify-content: space-between;
}
.i_ab .v {
  width: 49%;
  position: relative;
}
.i_ab .i_v_btn {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  /* border: 1px dashed var(--border_color); */
  padding: 0.15rem;
  border-radius: 100px;
}
.i_v_btn iconify-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
  border-radius: 100px;
  background: #111;
  border: 1px solid #fff;
}
.i_v_btn iconify-icon {
  font-size: 30px;
  /* padding: 20px; */
  border-radius: 50%;
  /* background-color: rgba(255, 255, 255, 0.5); */
  cursor: pointer;
  /* border: 1px solid #fff; */
  position: relative;
  z-index: 3;
  opacity: 1;
}
.i_v_btn iconify-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100px;
  background: url(../images/btn.png) no-repeat center;
  z-index: 1;
}
.i_ab .i_v_btn iconify-icon {
  font-size: 30px;
  padding: 20px;
  border-radius: 50%;
  /* background-color: rgba(255, 255, 255, 0.5); */
  cursor: pointer;
  /* border: 1px solid #fff; */
  position: relative;
  z-index: 3;
}
.i_ab .i_v_btn iconify-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100px;
  /* background: var(--i_color); */
  opacity: 0.2;
  z-index: 1;
}
.i_ab .btn3 b {
  color: #fff;
}
.i_ab .btn .all {
}
.i_a_v2 .play {
  width: 488px;
  height: 136px;
  background: #c90916;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
  justify-content: space-between;
}
.i_a_v2 .i_ab .i_v_btn {
  top: 83%;
  right: 78%;
}
.i_a_v2 .i_ab .ab_wrap {
  align-items: center;
}
.i_a_v2 .tb li::before {
  top: 10px;
}
.i_a_v2 .tb li {
  margin-bottom: 0.4rem;
  opacity: 1;
}
.i_a_v2 .tb p {
  font-size: 0.24rem;
  color: #1d1d1d;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.i_a_v2 {
  position: relative;
  z-index: 9;
  background: #fff;
}
.i_a_v2 .play p {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.i_a_v2 .i_ab .txt {
  width: 42%;
}
.i_a_v2 .play h6 {
  color: #fff;
  opacity: 0.9;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_a_v2 .i_v_btn iconify-icon::after {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.vd_box {
  display: none IMPO !important;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.i_a_btn {
  background: var(--liner_color);
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1440px) {
  .i_a_v2 .tb p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_a_v2 .play p {
    font-size: 0.18rem;
  }
  .i_a_v2 .tb li {
    margin-bottom: 0.2rem;
  }
  .i_a_v2 .tb p {
    font-size: 0.18rem;
  }
  .i_a_v2 .i_ab .txt {
    width: 100%;
  }
  .i_a_v2 .i_ab .i_v_btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .i_a_v2 .i_ab .i_v_btn .play {
    width: 100%;
    height: 100px;
  }
  .i_a_v2 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .i_a_v2 .tb p {
    font-size: 0.17rem;
  }
  .i_a_v2 .tb li::before {
    top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .iabout .tit h6 {
    margin: 0 auto;
  }
  .iabout .tit p {
    text-align: center;
    margin: 0 auto;
  }
  .i_ab .btn {
    margin: 0 auto;
  }
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
.i_ab .v img {
  width: 100%;
  position: relative;
}
.i_ab .v img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: var(--i_color);
}
.i_ab .txt {
  width: 48%;
}
.i_ab .txt .i_tit {
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
}
.i_ab .txt h5 {
  /* line-height: 23px; */
  font-size: 0.36rem;
  color: var(--i_color);
  font-weight: 900;
  margin-bottom: 0.4rem;
}
.i_ab .txt article {
  line-height: 0.3rem;
  color: var(--i_color3);
  opacity: 0.9;
}
.i_ab .txt article p {
  color: inherit;
  font-size: inherit;
}
.i_ab .txt .btn2 {
  background-color: var(--i_color2);
  color: #212121;
  font-size: 14px;
  font-weight: bold;
}
.i_ab .btnbox {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.i_ab .txt .btn2:hover {
  background-color: #cba315;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .i_ab .txt h5 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_ab .ab_wrap {
    flex-wrap: wrap;
  }
  .i_ab .txt h5 {
    font-size: 14px;
    margin-bottom: 0.1rem;
  }
  .i_ab .txt {
    width: 100%;
  }
  .i_ab .v {
    width: 100%;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .i_ab .btnbox .btn {
    margin: 0;
  }
  .i_ab .i_v_btn iconify-icon {
    padding: 10px;
    font-size: 0.2rem;
  }
  .i_ab .txt .i_tit {
    gap: 0.05rem 0;
  }
  .i_ab .txt {
    width: 100%;
    margin-top: 20px;
  }
  .i_ab .v {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
}
.adv {
  background: url(../images/advb.webp) no-repeat center;
  background-size: cover;
}
.adv ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv ul li {
  text-align: center;
  width: 25%;
  position: relative;
  padding: 0.4rem 0.3rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.adv ul li:hover {
  background: #fff;
  border: 1px solid #fff;
}
.adv ul li:hover i {
  opacity: 1;
}
.adv ul li i {
  font-family: "DINC";
  font-size: 1.22rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #c9cdd6, transparent);
  -webkit-background-clip: text;
  /* 使用webkit前缀兼容某些浏览器 */
  background-clip: text;
  color: transparent;
  /* 隐藏文字本身的颜色 */
  line-height: 1rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* position:absolute; top:-5%; left:50%; transform:translate(-50%,-50%); */
}
.adv ul li .img {
  height: 0.67rem;
  width: 0.67rem;
  flex-shrink: 0;
  margin: 0 auto;
}
.adv ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.adv ul li p {
  font-size: 0.24rem;
  color: var(--i_color3);
  margin: 0.3rem 0;
  font-weight: bold;
  text-wrap: nowrap;
}
.adv ul li h6 {
  color: var(--i_color3);
  opacity: 0.6;
  letter-spacing: normal;
}
@media screen and (max-width: 1440px) {
  .adv ul li i {
    font-size: 1rem;
  }
  .adv ul li p {
    font-size: 0.2rem;
  }
  .adv ul li {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .adv ul li i {
    font-size: 0.8rem;
  }
  .adv ul li p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .adv ul li p {
    text-wrap: wrap;
  }
  .adv ul li i {
    font-size: 0.6rem;
  }
  .adv ul li p {
    font-size: 0.16rem;
  }
  .adv ul li {
    width: 50%;
  }
  .adv ul li .img {
    height: 0.5rem;
    width: 0.5rem;
  }
  .adv ul li p {
    margin: 0.15rem 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .adv ul li {
    width: 100%;
  }
}
.p_d {
}
.p_d .tw {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 3%;
}
.p_d .tw li {
  width: 31%;
}
.p_d .tw li .img {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}
.p_d .tw li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_d .tw li .txt {
  width: 100%;
  font-size: 0.2rem;
  color: var(--i_color3);
  background: #fff;
  position: relative;
  padding: 0.2rem 0.1rem;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_d .tw li .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  width: 4px;
  height: 70%;
  background: var(--i_color);
  z-index: -1;
}
.p_d .tw li:hover ::before {
  width: 100%;
  height: 100%;
}
.p_d .tw li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.p_d .tw li:hover .txt {
  text-align: center;
  color: #fff;
  padding-left: 0;
}
@media screen and (max-width: 1440px) {
  .p_d .tw li .txt {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .p_d .tw li .txt {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_d .tw li .txt {
    font-size: 0.17rem;
  }
  .p_d .tw {
    gap: 0.2rem 4%;
  }
  .p_d .tw li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .p_d .tw li .txt {
    padding: 0.1rem;
  }
  .i_tit.dis h5 br {
    display: none !important;
  }
}
.honor {
  position: relative;
}
.honor_list {
  position: relative;
  overflow: hidden;
}
.honor_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.honor_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  padding-bottom: 27%;
  background: url(../images/bc_honor.webp) no-repeat center;
  background-size: cover;
  cursor: pointer;
  border-radius: 0.05rem;
}
.honor_list .swiper-slide:hover {
  background: url(../images/2050.webp) no-repeat center;
  background-size: cover;
}
.honor_list .swiper-slide .txt {
  padding: 0.3rem 0.2rem;
}
.honor_list .swiper-slide .txt p {
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.honor_list .swiper-slide .txt h6 {
  color: var(--i_color3);
  font-weight: bold;
  font-size: 0.24rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.honor_list .swiper-slide:hover p {
  color: #fff;
}
.honor_list .swiper-slide:hover h6 {
  color: #fff;
}
.honor_list .swiper-slide:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.honor_list .swiper-slide .img {
  position: absolute;
  left: 160px;
  bottom: -40px;
  width: 100%;
}
.honor_list .swiper-slide .img2 {
  width: 60%;
  position: relative;
  padding-bottom: 83%;
  overflow: hidden;
}
.honor_list .swiper-slide .img2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.honor-prev,
.honor-next {
  position: absolute;
  top: 64%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.honor-prev {
  left: 3%;
}
.honor-next {
  right: 3%;
}
.honor-prev iconify-icon,
.honor-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: var(--i_color);
}
.honor_list .swiper-button-disabled {
  cursor: not-allowed;
}
.honor-prev:hover,
.honor-next:hover {
  /* background: var(--i_color); */
}
.honor-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
  display: none;
}
.honor-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.honor-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .honor_list .swiper-slide .txt h6 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .honor_list .swiper-slide .txt h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .honor-pagination {
    display: block;
  }
  .honor_list .swiper-slide .txt h6 {
    font-size: 0.18rem;
  }
  .honor_list .swiper-slide .img {
    left: 445px;
  }
  .honor_list .swiper-slide .img2 {
    width: 26%;
    padding-bottom: 35%;
  }
  .honor-prev,
  .honor-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .honor_list .swiper-slide .img {
    left: 245px;
  }
  .honor_list .swiper-slide .img2 {
    width: 28%;
    padding-bottom: 45%;
  }
}
/* .service */
.s_c {
}
.s_c ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s_c li {
  width: 32.5%;
  padding: 0.3rem;
  border: 1px solid var(--border_color);
  cursor: pointer;
}
.s_c li:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.s_c li p {
  font-size: 0.28rem;
  color: #1d1d1d;
  font-weight: bold;
  position: relative;
  padding-left: 0.2rem;
}
.s_c li p::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 80%;
  background: var(--i_color);
}
.s_c li h6 {
  color: var(--i_color3);
  opacity: 0.5;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  letter-spacing: normal;
}
.s_c li i {
  font-size: 0.64rem;
  font-family: "DINC";
  color: #c9cdd6;
  font-weight: bold;
}
.s_c li .img {
  width: 0.74rem;
  height: 0.74rem;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_c li .img img {
  height: 0.4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_c li span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.s_c li:hover .img {
  background: var(--i_color3);
}
@media screen and (max-width: 1440px) {
  .s_c li p {
    font-size: 0.25rem;
  }
  .s_c li i {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .s_c li {
    width: 49%;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .s_c li p {
    font-size: 0.18rem;
  }
  .s_c li i {
    font-size: 0.4rem;
  }
  .s_c li h6 {
    margin: 0.2rem 0;
  }
  .s_c li .img {
    height: 0.4rem;
    width: 0.4rem;
  }
  .s_c li .img img {
    height: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
}
.provid {
  /* background: ; */
  position: relative;
}
.provid .wrap_l {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.provid .wrap_l .left {
  width: 55%;
  background: #fff;
  padding: 0 1.4rem;
  position: relative;
  z-index: 3;
}
.provid .wrap_l .left ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.9rem;
}
.provid .wrap_l .left ul li {
  width: 44%;
  margin-bottom: 0.8rem;
  cursor: pointer;
}
.provid .wrap_l .left ul li:last-child {
  width: 100%;
}
.provid ul li .btic {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0.1rem;
  gap: 0 20px;
  align-items: center;
}
.provid ul li .btic img {
  height: 0.34rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.provid ul li .btic p {
  font-size: 0.24rem;
  color: var(--i_color3);
  font-weight: bold;
}
.provid ul li h6 {
  color: var(--i_color3);
  opacity: 0.9;
  letter-spacing: normal;
}
.provid .wrap_l .left ul li:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.provid .right {
  width: 45%;
  background: #fff url(../images/rb.webp) no-repeat center;
  background-size: cover;
}
.provid .right img {
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.provid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: var(--i_color);
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .provid ul li .btic p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .provid ul li .btic p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .provid .right img {
    width: 100%;
    height: 350px;
  }
  .provid::before {
    display: none;
  }
  .provid .wrap_l .left ul {
    margin-top: 0.25rem;
  }
  .provid .wrap_l .left ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .provid ul li .btic img {
    height: 0.2rem;
  }
  .provid .right {
    width: 100%;
  }
  .provid ul li .btic p {
    font-size: 0.18rem;
  }
  .provid .wrap_l .left {
    width: 100%;
    padding: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.c_p {
  background: #f6f8fa;
}
.c_p .tw {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_p .tw .img {
  width: 48%;
}
.c_p .tw .img img {
  width: 100%;
  object-fit: cover;
}
.c_p .tw .txt {
  width: 49.5%;
}
.c_p .tw li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  padding: 0.3rem 0.2rem;
  align-items: start;
  gap: 0 20px;
  margin-bottom: 0.1rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_p .tw .txt i {
  font-size: 0.36rem;
  font-family: "DINC";
  font-weight: bold;
  color: #9a9da4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -7px;
}
.c_p .tw .txt p {
  font-size: 0.24rem;
  color: var(--i_color3);
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.c_p .tw .txt h6 {
  color: var(--i_color3);
  opacity: 0.9;
  letter-spacing: normal;
}
.c_p .tw li:hover {
  background: #fff;
}
.c_p .tw li:hover i {
  color: var(--i_color);
}
.c_p .tw2 {
}
.c_p .tw2 .txt {
  order: -2 !important;
}
@media screen and (max-width: 1440px) {
  .c_p .tw .txt i {
    font-size: 0.3rem;
  }
  .c_p .tw .txt p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .c_p .tw .txt p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .c_p .tw2 .txt {
    order: 2 !important;
  }
  .c_p .tw .txt i {
    font-size: 0.25rem;
  }
  .c_p .tw .txt p {
    font-size: 0.18rem;
  }
  .c_p .tw .img {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .c_p .tw .txt {
    width: 100%;
    /* margin-bottom: 0.2rem; */
  }
}
@media screen and (max-width: 768px) {
  .c_p .tw li {
    padding: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
}
/* .a_s*/
.a_s {
  background: #f6f8fa url(../images/222038@1x.png) no-repeat center;
  background-size: cover;
}
.a_s ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #e6e6e7;
}
.a_s ul li {
  width: 25%;
  padding: 0.8rem 0.2rem;
  cursor: pointer;
}
.a_s ul li:not(:last-child) {
  border-right: 1px solid #e6e6e7;
}
.a_s ul li p {
  font-family: "DINC";
  font-size: 0.64rem;
  font-weight: bold;
  color: var(--i_color);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a_s ul li h6 {
  font-size: 0.24rem;
  color: #1d1d1d;
  font-weight: bold;
  margin-top: 0.6rem;
  text-align: center;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a_s ul li h5 {
  color: var(--i_color3);
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: normal;
}
.a_s ul li:hover {
  background: url(../images/hb.webp) no-repeat center;
  background-size: cover;
}
.a_s ul li:hover h5 {
  color: #fff;
  opacity: 1;
}
.a_s ul li:hover h6 {
  color: #fff;
}
.a_s ul li:hover p {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .a_s ul li p {
    font-size: 0.5rem;
  }
  .a_s ul li h6 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .a_s ul li h6 {
    font-size: 0.2rem;
  }
  .a_s ul li p {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 1024px) {
  .a_s ul li h6 {
    font-size: 0.18rem;
  }
  .a_s ul li p {
    font-size: 0.35rem;
  }
  .a_s ul li h6 {
    margin: 0.2rem 0;
  }
  .a_s ul {
    border: none;
  }
  .a_s ul li {
    width: 100%;
    border: 1px solid #e6e6e7;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* .provide_2 */
.provide_2 {
  position: relative;
}
/* .provide_2 */
.provide_2 .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.provide_2 .img {
  width: 41%;
}
.provide_2::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 30%;
  background: var(--i_color);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.provide_2 .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.provide_2 .left {
  width: 52.5%;
}
.provide_2 .left ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}
.provide_2 .left ul li {
  width: 44%;
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.provide_2 .left ul li:first-child {
  width: 100%;
}
.provide_2 ul li .btic {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0.1rem;
  gap: 0 20px;
}
.provide_2 ul li .btic img {
  height: 0.34rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.provide_2 ul li .btic p {
  font-size: 0.24rem;
  color: var(--i_color3);
  font-weight: bold;
  text-wrap: nowrap;
}
.provide_2 ul li h6 {
  color: var(--i_color3);
  opacity: 0.9;
  letter-spacing: normal;
}
.provide_2 .left ul li:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media screen and (max-width: 1440px) {
  .provide_2 ul li .btic p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .provide_2 ul li .btic p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .provide_2 .left ul li {
    margin-bottom: 0.2rem;
  }
  .provide_2::before {
    display: none;
  }
  .provide_2 ul li .btic p {
    font-size: 0.18rem;
  }
  .provide_2 .left ul {
    margin-top: 0.2rem;
  }
  .provide_2 .img {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .provide_2 .left {
    width: 100%;
  }
  /* .provide_2 ul li */
  .provide_2 ul li {
    width: 100% !important;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .provide_2 ul li .btic img {
    height: 0.25rem;
  }
}
@media screen and (max-width: 560px) {
}
/* 下拉 */
/* æŠ˜å  */
.fold_list {
}
.fold_list li {
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #e6e6e7;
}
.fold_list .tit {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0.3rem;
  cursor: pointer;
}
.fold_list .tit span {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #111111;
  display: flex;
  align-items: center;
  gap: 20px;
}
.fold_list .tit .icon iconify-icon {
  color: var(--i_color3) !important;
}
.fold_list .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fold_list .tit span i {
  display: block;
  font-family: "DINC";
  font-weight: bold;
  font-size: 0.24rem;
  width: 0.48rem;
  height: 0.48rem;
  flex-shrink: 0;
  background: var(--i_color3);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fold_list .txt .icon {
  top: 33%;
}
.fold_list .icon iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: var(--i_color);
  transition: 0.5s all ease;
}
.fold_list .active span i {
  background: var(--i_color);
}
.fold_list .active i {
  background: var(--i_color);
  border: 1px solid transparent !important;
}
.fold_list .active .icon iconify-icon {
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  opacity: 0;
}
.fold_list .txt {
  width: 100%;
  display: none;
  padding: 0.1rem 1.2rem 0.4rem 1.2rem;
  margin-top: -0.1rem;
  font-size: 18px;
  color: #999999;
  position: relative;
  letter-spacing: normal;
}
.fold_list .txt i {
  font-size: 0.2rem;
  color: var(--i_color2);
  font-weight: bold;
}
.s_icon {
}
#s_icon:hover {
}
.p_nav_list .img2 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
}
/* å›¾æ ‡ */
.service_xl #s_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_xl #s_img .img {
}
.service_xl #s_img .img h2 {
  font-size: 36px;
  font-weight: bold;
  color: #222;
}
.service_xl #s_img .img img {
  width: 100%;
  height: 100%;
}
.service_a {
  background-color: #eeeeee;
}
.p_nav_list .curr .cat_name {
}
@media screen and (max-width: 1440px) {
  .fold_list .txt i {
    font-size: 0.2rem;
  }
  .fold_list .tit span {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .fold_list .txt i {
    font-size: 0.18rem;
  }
  .fold_list .tit span {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .fold_list .tit span i {
    font-size: 0.16rem;
    height: 0.3rem;
    width: 0.3rem;
  }
  .fold_list .txt i {
    font-size: 0.16rem;
  }
  .fold_list .txt {
    padding: 0.2rem 0.65rem;
  }
  .fold_list .tit span {
    font-size: 0.16rem;
  }
  .fold_list .tit {
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .fold_list .tit {
    padding: 0.1rem 0;
  }
  .fold_list li {
    margin-bottom: 0.1rem;
  }
  .fold_list .txt {
    font-size: 0.14rem;
  }
  .fold_list .icon {
    right: 5px;
  }
}
@media screen and (max-width: 560px) {
  .fold_list .icon {
    width: 30px;
    height: 30px;
    right: 5px;
  }
  .fold_list .icon iconify-icon {
    font-size: 0.25rem;
  }
  .fold_list .tit span {
    padding: 0.1rem 0.42rem !important;
  }
  .fold_list .txt {
    padding: 0.1rem 0.42rem !important;
  }
}
.f_lx .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4rem;
  background: #fff url(../images/2015@1x.webp) no-repeat center;
  background-size: cover;
}
.f_lx2 .wrap {
  background: #fff url(../images/bc_f_lx.webp) no-repeat center;
  background-size: cover;
}
.f_lx .wrap .txt {
  width: 40%;
}
.f_lx .wrap .txt p {
  font-size: 0.36rem;
  font-weight: bold;
  color: var(--i_color3);
  margin-bottom: 0.1rem;
}
.f_lx .wrap .txt h6 {
  color: #9e9e9e;
  letter-spacing: normal;
}
.f_lx .wrap .right {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
  align-items: end;
}
.f_lx .wrap .right p {
  color: var(--i_color3);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
  font-weight: bold;
  letter-spacing: normal;
}
.f_lx .wrap .right p img {
  height: 0.2rem;
}
.f_lx .wrap .right a {
  font-size: 0.48rem;
  font-family: "DINC";
  color: var(--i_color);
}
.f_lx .wrap .right .img img {
  height: 1.93rem;
}
@media screen and (max-width: 1440px) {
  .f_lx .wrap .txt p {
    font-size: 0.3rem;
  }
  .f_lx .wrap .right a {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .f_lx .wrap .txt p {
    font-size: 0.25rem;
  }
  .f_lx .wrap .right a {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_lx .wrap .txt p {
    font-size: 0.2rem;
  }
  .f_lx .wrap {
    padding: 0.1rem;
  }
  .f_lx .wrap .txt h6 {
    margin-bottom: 0.2rem;
  }
  .f_lx .wrap .txt {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .f_lx .wrap .right a {
    font-size: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .f_lx .wrap .right .img img {
    height: 0.8rem;
  }
  .f_lx .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.sec_nav2 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem 0;
}
.sec_nav2 li:not(:last-child)::after {
  border-right: 1px solid var(--border_color);
}
/* productS*/

.sp_list {
}
.sp_list .list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 3%;
}
.sp_list .sec_nav2 li:not(:last-child)::after {
  border: none;
}
.sp_list .list li {
  width: 31.333%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sp_list .list li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.sp_list .list li .img {
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.sp_list .list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  object-fit: contain;
}
.sp_list .list li .txt {
  padding: 0.3rem 0.3rem 0.4rem 0.3rem;
}
.sp_list .list li .txt > p {
  color: var(--i_color);
}
.sp_list .list li h6 {
  font-size: 0.24rem;
  color: var(--i_color3);
  font-weight: bold;
  padding: 0.2rem 0;
  border-bottom: 1px solid var(--border_color);
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sp_list .list li h5 {
  margin-top: 0.2rem;
  margin-bottom: 0.6rem;
  font-size: 0.14rem;
  color: var(--i_color3);
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  letter-spacing: normal;
}
.sp_list .list li:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px -9px;
}
.sp_list .list li:hover .list_btn {
  padding: 0.05rem;
  background: #c90916;
  gap: 0 0.1rem;
}
.sp_list .list li:hover .img1 {
  display: none;
}
.sp_list .list li:hover .img2 {
  display: block;
}
.sp_list .list li:hover b {
  font-size: 0.16rem;
}
@media screen and (max-width: 1440px) {
  .sp_list .list li h6 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .sp_list .list li h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec_nav2 li:not(:last-child)::after {
    display: none;
  }
  .sp_list .list li h6 {
    font-size: 0.18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sp_list .list {
    gap: 0.4rem 2%;
  }
  .sp_list .list li {
    width: 49%;
  }
  .sec_nav2 {
    justify-content: center;
  }
  .sp_list .list li h5 {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .sp_list .list li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
}
/* Number of pages */
.in_page_box {
  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;
  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;
  }
}
/* solutions */
.solutions_list .wrap {
  width: 1400px;
}
.solutions_list .wrap .s_l {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}
.solutions_list .wrap .s_l li {
  width: calc((100% - 0.4rem) / 3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solutions_list .wrap .s_l li:hover .txt {
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solutions_list .wrap .s_l li:hover .txt > p {
  color: var(--i_color);
}
.solutions_list .wrap .s_l li:hover .img img {
  width: 105%;
  height: 105%;
}
.solutions_list .wrap .s_l li a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0.1rem;
}
.solutions_list .img {
  position: relative;
  overflow: hidden;
}
.solutions_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.solutions_list .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;
  transition: all 0.5s ease;
}
.solutions_list .wrap .s_l li .txt {
  background: #f6f8fa;
  padding: 0.3rem 0.3rem;
  border: 2px solid #fff;
}
.solutions_list .wrap .s_l li .txt > p {
  font-size: 0.24rem;
  font-weight: bold;
  color: var(--i_color3);
  position: relative;
  padding-left: 0.15rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solutions_list .wrap .s_l li dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2rem;
}
.solutions_list .wrap .s_l li dl p {
  color: var(--i_color3);
  opacity: 0.5;
  margin-top: 0.25rem;
}
.solutions_list .wrap .txt > p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 3px;
  height: 80%;
  background: var(--i_color);
}
.solutions_list .wrap .s_l li dl h6 {
  font-size: 0.2rem;
  color: var(--i_color3);
}
.solutions_list li {
}
.solutions_list li b {
  font-size: 0.16rem;
  padding: 0 0.2rem;
}
.solutions_list li .list_btn {
  padding: 0.05rem;
  background: #c90916;
  gap: 0 0.1rem;
}
.solutions_list li .img1 {
  display: none;
}
.solutions_list li .img2 {
  display: block;
}
@media screen and (max-width: 1440px) {
  .solutions_list .wrap .s_l li .txt > p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .solutions_list .wrap .s_l li .txt > p {
    font-size: 0.2rem;
  }
  .solutions_list .wrap .s_l li dl h6 {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1024px) {
  .solutions_list li b {
    font-size: 0.14rem;
  }
  .solutions_list .wrap .s_l li {
    width: 100%;
  }
  .solutions_list .wrap .s_l li .txt > p {
    font-size: 0.18rem;
  }
  .solutions_list .wrap .s_l li dl h6 {
    font-size: 0.16rem;
  }
  .solutions_list .wrap .s_l {
    gap: 2rem 0;
  }
  .solutions_list .wrap .s_l li .txt {
    bottom: -17%;
  }
}
@media screen and (max-width: 768px) {
  .solutions_list .wrap .s_l {
    gap: 1.4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .solutions_list .wrap .s_l li .txt {
    bottom: -90%;
    padding: 0.2rem;
  }
  .solutions_list .wrap .s_l li {
    margin-top: 0.2rem;
  }
  .solutions_list .wrap .s_l {
    gap: 2.4rem 0;
  }
}
/* new_contact */
/* contatc */
.s_contact ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s_contact ul li {
  width: 32.5%;
  border: 1px solid #e6e6e7;
  padding: 0.4rem 0.3rem;
}
.s_contact ul li:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.s_contact ul li .img {
  width: 0.74rem;
  height: 0.74rem;
  flex-shrink: 0;
  background: #1d1d1d;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0.1rem;
}
.s_contact ul li:hover .img {
  background: #c90916;
}
.s_contact ul li .img img {
  height: 0.33rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_contact ul li:nth-child(1) a {
  font-family: "DINCOND", Arial, system-ui, -apple-system, Helvetica, Tahoma,
    sans-serif;
  font-size: 0.36rem;
  color: #1d1d1d;
}
.s_contact ul li:nth-child(3) b {
  font-size: 0.18rem;
  letter-spacing: normal;
}
.s_contact ul li p {
  font-size: 0.18rem;
  color: #1d1d1d;
  opacity: 0.5;
  margin: 0.3rem 0;
  padding-left: 0.1rem;
  border-left: 3px solid #c90916;
  letter-spacing: normal;
}
.s_contact ul li a,
.s_contact ul li b {
  font-size: 0.28rem;
  color: #1d1d1d;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_contact ul li a:hover {
  color: var(--i_color2);
}
@media screen and (max-width: 1440px) {
  .s_contact ul li:nth-child(1) a {
    font-size: 0.3rem;
  }
  .s_contact ul li a {
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .s_contact ul li:nth-child(1) a {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .s_contact ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .s_contact ul li p {
    font-size: 0.16rem;
  }
  .s_contact ul li a,
  .s_contact ul li b {
    font-size: 0.18rem;
  }
  .s_contact ul li .img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .s_contact ul li .img img {
    height: 0.2rem;
  }
  .s_contact ul li p {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .s_contact ul li p {
    margin: 0.15rem 0;
  }
}
.s_c_form {
  background: #f6f8fa url(../images/formb.webp) no-repeat center;
  background-size: cover;
}
#wpforms-88 {
  --wpforms-field-size-input-height: 63px;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}
#wpforms-88 {
  margin: 0;
  padding: 0;
}
#wpforms-form-88 {
  width: 100%;
  position: relative;
}
#wpforms-88 .wpforms-field-container {
}
#wpforms-88 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 10px;
  margin: 0 0 0px;
  overflow-x: initial !important;
}
#wpforms-88 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}
#wpforms-88 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}
#wpforms-88 .wpforms-field-container .wpforms-field > input,
#wpforms-88 .wpforms-field-container textarea,
#wpforms-88 .wpforms-field-container select,
#wpforms-88 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  border: 1px solid rgba(154, 154, 154, 0.3);
}
#wpforms-88 .wpforms-field-container .wpforms-field > input,
#wpforms-88 .wpforms-field-container textarea,
#wpforms-88 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
  height: var(--wpforms-field-size-input-height);
  border-radius: 0.05rem;
  background: #fff;
}
#wpforms-88 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 2rem;
}
#wpforms-88 .wpforms-field-container .wpforms-field > input::placeholder {
  color: #111;
}
#wpforms-88 .wpforms-field-container textarea::placeholder {
  color: #111;
}
#wpforms-88 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-88 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-88 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-88 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-88 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-88 .wpforms-field-container em.wpforms-error,
#wpforms-88 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}
#wpforms-88 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-88-field_1-container,
#wpforms-88-field_2-container,
#wpforms-88-field_3-container {
  width: 32% !important;
}
#wpforms-88 .wpforms-submit-container {
  width: 500px;
  margin: 0 auto;
}
#wpforms-88 .wpforms-submit-container button {
  width: 100%;
  background: #c90916;
  height: var(--wpforms-field-size-input-height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#wpforms-88 .wpforms-submit-container button::before {
  content: "";
  position: absolute;
  right: 38%;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url() no-repeat center;
  background-size: contain;
}
#wpforms-88 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-88 .wpforms-submit-container button:hover {
  background: #8e0d0f;
}
.map {
  height: 638px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  #wpforms-88-field_1-container,
  #wpforms-88-field_2-container,
  #wpforms-88-field_3-container {
    width: 100% !important;
  }
  #wpforms-88 .wpforms-submit-container {
    width: 100%;
  }
  #wpforms-88 {
    --wpforms-field-size-input-height: 53px;
    --wpforms-button-background-color: var(--i_color);
    --wpforms-button-border-color: var(--i_color);
    --wpforms-page-break-color: var(--i_color);
  }
  .map {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* des */
.description {
}
.description .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.description .wrap .left {
  width: 65%;
  margin-right: auto;
}
.description .wrap .left article iframe {
  width: 100%;
  height: 60vh;
}
.description .wrap .left article img {
  width: 100%;
}
.description .wrap .left > h4 {
  font-size: 0.36rem;
  padding-left: 0.1rem;
  border-left: 6px solid var(--i_color);
  color: var(--i_color3);
  font-weight: bold;
}
.description .wrap .left > h5 {
  display: inline;
  font-size: 0.28rem;
  color: var(--i_color3);
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid var(--i_color2);
  padding-bottom: 0.05rem;
}
.description .wrap .left > h5::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--i_color);
}
.description .wrap .right {
  width: 26%;
  margin-left: auto;
}
.des_list {
  position: relative;
  overflow: hidden;
}
.des_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.des_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  border: 1px solid #e6e6e7;
  padding-bottom: 29%;
}
.des_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.des-prev,
.des-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: rgb(0 0 0 / 60%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.des-prev {
  left: 0;
}
.des-next {
  right: 0;
}
.des-prev iconify-icon,
.des-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.des_list .swiper-button-disabled {
  cursor: not-allowed;
}
.des-prev:hover,
.des-next:hover {
  background: var(--i_color);
}
.des-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.des-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.des-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.r_lxfx {
  padding: 0.1rem;
  background: url(../images/bc_pd_contact.webp) no-repeat center;
  background-size: contain;
  position: relative;
}
.r_lxfx > p {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
}
.r_lxfx ul {
  padding: 0.3rem 0.4rem;
}
.r_lxfx li {
  margin-bottom: 0.6rem;
}
.r_lxfx li p {
  color: var(--i_color);
}
.r_lxfx li a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.r_lxfx li a:hover {
  color: var(--i_color);
}
.r_lxfx img {
  height: 1.15rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.15rem;
}
@media screen and (max-width: 1440px) {
  .description .wrap .left > h4 {
    font-size: 0.32rem;
  }
  .description .wrap .left > h5 {
    font-size: 0.25rem;
  }
  .r_lxfx > p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .r_lxfx > p {
    font-size: 0.2rem;
  }
  .description .wrap .left > h4 {
    font-size: 0.3rem;
  }
  .description .wrap .left > h5 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .description .wrap .left > h4 {
    padding-left: 0.1rem;
  }
  .r_lxfx li {
    margin-bottom: 0.4rem;
  }
  .r_lxfx {
    background-size: cover;
  }
  .r_lxfx > p {
    font-size: 0.18rem;
  }
  .description .wrap .left > h4 {
    font-size: 0.2rem;
  }
  .description .wrap .left > h5 {
    font-size: 0.18rem;
  }
  .description .wrap .left {
    width: 100%;
  }
  .description .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .r_lxfx li {
    margin-bottom: 0.2rem;
  }
}
.Tag ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1rem;
}

.Tag ul li a {
  color: #1d1d1d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.Tag ul li a:hover {
  color: var(--i_color);
}
.Tag span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-between;
}
.Tag span a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 0.1rem;
  align-items: center;
}
.Tag span a:hover p {
  color: var(--i_color);
}
.Tag span a .img {
  width: 0.29rem;
  height: 0.29rem;
  flex-shrink: 0;
}
.Tag span a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Tag span a p {
  color: #1d1d1d;
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1024px) {
  .Tag ul {
    gap: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.pd_tit {
  font-size: 0.36rem;
  padding-left: 0.1rem;
  border-left: 6px solid var(--i_color);
  color: var(--i_color3);
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .pd_tit {
    font-size: 0.3rem;
    border-left: 3px solid var(--i_color);
  }
}
.pd_faq_list {
}
.pd_faq_list li {
  width: 100%;
  margin-bottom: 0.2rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 6px #eee;
  padding: 0.1rem 0.2rem;
}

.pd_faq_list a {
  display: block;
  width: 100%;
  color: #333;
}
.pd_faq_list .txt {
  font-size: 0.16rem;
  opacity: 0.8;
  position: relative;
  margin-top: 0.16rem;
  padding-top: 0.16rem;
  border-top: 1px solid #ddd;
}
.pd_faq_list h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  padding-left: 0.2rem;
}
.pd_faq_list h6::after {
  content: "+";
  color: var(--i_color); /* 符号颜色 */
  font-weight: bold;
  font-size: 0.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pd_faq_list a.active h6::after {
  content: "-";
}
.pd_faq_list .txt::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--i_color);
  position: absolute;
  top: -1px;
  right: 0;
}
.pd_faq_list p {
}

/* 激活样式 */
.pd_faq_list h6,
.pd_faq_list .txt::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_faq_list li:hover article::after {
  width: 100%;
  left: 0;
  right: initial;
}
.pd_faq_list li:hover .more_info {
  background-color: var(--i_color);
  color: #fff;
}
.pd_faq_list li:hover h6 {
  color: var(--i_color);
  text-shadow: 0px 0px 4px rgba(var(--i-color-opacity) 0.2);
}
.sllj {
  background: #f6f8fa;
  position: relative;
}
.abc_list {
  position: relative;
  overflow: hidden;
}
.abc_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  padding: 0.2rem 0;
}
.abc_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.abc_list .swiper-slide:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.abc_list .swiper-slide:hover {
  box-shadow: rgba(146, 151, 155, 0.25) 0px 4px 8px 0px;
}
.abc_list .swiper-slide .img {
  width: 100%;
  position: relative;
  padding-bottom: 68%;
  overflow: hidden;
}
.abc_list .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.abc_list .swiper-slide .txt {
  padding: 0.3rem;
}
.abc_list .swiper-slide .txt > p {
  color: var(--i_color);
}
.abc_list .swiper-slide .txt h6 {
  font-size: 0.24rem;
  color: var(--i_color3);
  font-weight: bold;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #e6e6e7;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.abc_list .swiper-slide .txt h5 {
  font-size: 0.14rem;
  color: var(--i_color3);
  opacity: 0.5;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 0.22rem;
  letter-spacing: normal;
}
.abc-prev,
.abc-next {
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.abc-prev {
  left: 5%;
}
.abc-next {
  right: 5%;
}
.abc-prev iconify-icon,
.abc-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: var(--i_color);
}
.abc_list .swiper-button-disabled {
  cursor: not-allowed;
}
.abc-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.abc-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.abc-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.abc_list .swiper-slide:hover .list_btn {
  padding: 0.05rem;
  background: #c90916;
  gap: 0 0.1rem;
}
.abc_list .swiper-slide:hover .img1 {
  display: none;
}
.abc_list .swiper-slide:hover .img2 {
  display: block;
}
.abc_list .swiper-slide:hover b {
  font-size: 0.16rem;
}
@media screen and (max-width: 1440px) {
  .abc_list .swiper-slide .txt h6 {
    font-size: 0.2rem;
  }
  .abc-prev,
  .abc-next {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .abc_list .swiper-slide .txt h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .abc_list .swiper-slide .txt {
    padding: 0.2rem;
  }
  .abc_list .swiper-slide .txt h6 {
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .abc_list .swiper-slide .txt h5 {
    margin-bottom: 0.2rem;
  }
  .abc-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* news */
.category ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.2rem;
}
.fa {
  background: #f6f8fa;
  width: 100%;
}
.category ul li a {
  display: block;
  padding: 15px 50px;
  background: transparent;
  color: #1d1d1d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category ul li a:hover {
  color: #fff;
  background: #c90916;
}
@media screen and (max-width: 1440px) {
  .category ul li a {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .category ul li a {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .category ul li a {
    padding: 0.1rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.new_list {
}
.new_list li:not(:last-child) {
  border-bottom: 1px solid rgba(29, 29, 29, 0.3);
}
.new_list li {
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
}
.new_list li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new_list li:hover {
  background: #fff !important;
}
.new_list li:hover .list_btn {
  padding: 0.05rem;
  background: #c90916;
  gap: 0 0.1rem;
}
.new_list li:hover .img1 {
  display: none;
}
.new_list li:hover .img2 {
  display: block;
}
.new_list li:hover b {
  font-size: 0.16rem;
}
.new_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.new_list li .img {
  width: 45.2%;
}
.new_list li .img {
  position: relative;
  padding-bottom: 28.7%;
  overflow: hidden;
}
.new_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new_list li .txt {
  width: 51%;
}
.new_list li .txt p {
  color: #1d1d1d;
  opacity: 0.5;
  margin: 0.5rem 0;
  letter-spacing: normal;
}
.wrap5 {
  max-width: 73vw;
  margin-left: auto;
  margin-right: auto;
}
.new_list li .txt h6 {
  font-size: 0.36rem;
  color: #171717;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.new_list li .txt h5 {
  color: #1d1d1d;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 0.6rem;
  letter-spacing: normal;
}
@media screen and (max-width: 1440px) {
  .new_list li .txt h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .new_list li .txt h6 {
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .wrap5 {
    max-width: 94vw;
  }
  .new_list li {
    margin-bottom: 0.2rem;
    padding-bottom: 0rem;
    border: 1px solid var(--border_color);
  }
  .new_list li .txt h5 {
    margin-bottom: 0.4rem;
  }
  .new_list li .txt p {
    margin: 0.2rem 0;
  }
  .new_list li .img {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .new_list li .txt {
    width: 100%;
    padding: 0.2rem;
  }
  .new_list li .txt h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .new_list li .txt h5 {
    margin-bottom: 0.2rem;
  }
  .new_list li .txt p {
    margin: 0.1rem 0;
  }
  .new_list li .img {
    padding-bottom: 63.7%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
}
.list_btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-self: center;
  align-items: center;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.05rem 0;
}
.list_btn b {
  color: #fff;
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: normal;
  /* padding: 0 0.2rem; */
}
.list_btn img {
}
.list_btn .img1 {
  display: block;
  height: 0.31rem;
  width: 0.31rem;
  flex-shrink: 0;
}
.list_btn .img2 {
  display: none;
  height: 0.31rem;
  width: 0.31rem;
  flex-shrink: 0;
}
.list_btn:hover {
  padding: 0.05rem !important;
  background: #c90916;
  gap: 0 0.1rem;
}
.list_btn:hover .img1 {
  display: none;
}
.list_btn:hover .img2 {
  display: block;
}
.list_btn:hover b {
  font-size: 0.16rem;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .list_btn img {
    height: 0.25rem;
    width: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.aside_right {
  position: fixed;
  right: 10px;
  bottom: 40%;
  z-index: 999999;
}
.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.46rem;
  margin-top: 5px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  height: 0.46rem;
  background: rgb(128 128 128 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border-radius: 10px;
}
.aside_right em {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.aside_right li:nth-child(3) {
  /* background:  */
  border-radius: 0.1rem;
}

.aside_right li > a:hover {
  background: var(--i_color);
}
.side_tel_box,
.side_qr_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.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: 48px;
}
.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: 9999999999998;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #e2e2e2;
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h6 {
  font-size: 26px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
}
#wpforms-81 {
  --wpforms-field-size-input-height: 42px;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}
#wpforms-81 {
  margin: 0;
  padding: 0;
}
#wpforms-form-81 {
  width: 100%;
  position: relative;
}
#wpforms-81 .wpforms-field-container {
}
#wpforms-81 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}
#wpforms-81 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}
#wpforms-81 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}
#wpforms-81 .wpforms-field-container .wpforms-field > input,
#wpforms-81 .wpforms-field-container textarea,
#wpforms-81 .wpforms-field-container select,
#wpforms-81 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  margin: 0 0;
}
#wpforms-81 .wpforms-field-container .wpforms-field > input,
#wpforms-81 .wpforms-field-container textarea,
#wpforms-81 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-81 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-81 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-81 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-81 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-81 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-81 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-81 .wpforms-field-container em.wpforms-error,
#wpforms-81 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}
#wpforms-81 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-81-field_1-container,
#wpforms-81-field_2-container {
  width: 48% !important;
}
#wpforms-81 .wpforms-submit-container {
  width: 260px;
  margin: 0 auto;
}
#wpforms-81 .wpforms-submit-container button {
  width: 100%;
  background: var(--i_color);
}
#wpforms-81 .wpforms-submit-container button::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url() no-repeat center;
  background-size: contain;
}
#wpforms-81 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-81 .wpforms-submit-container button:hover {
  background: #8e0d0f;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/close_1_hei.svg) no-repeat center;
  background-size: contain;
}
.close:hover {
}
.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;
}
#wpforms-81 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
}
@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;
  }
}
@media screen and (max-width: 959px) {
  /* .aside_right{display:none} */
  #aside_sc_from {
    width: 80%;
  }
  #aside_sc_from .tit h6 {
    font-size: 0.2rem;
  }
  .close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  #wpforms-81 .wpforms-field:nth-child(1),
  #wpforms-81 .wpforms-field:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
    padding: 3%;
  }
}
#aside_sc_from .tit h6::after {
  content: none;
}
#aside_sc_from .tit h6::before {
  content: none;
}
.tit article p {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
/* Article  */
.in_news_art {
  /* max-width: 1080px; */
}
@media screen and (max-width: 1200px) {
  .in_news_art {
    /* max-width: none !important; */
  }
}
.in_news_art_tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.in_news_art_tit h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.34rem;
  font-weight: bold;
}
.n_tit_time {
  margin: 0.4rem 0 0.26rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.n_tit_time > p {
  font-size: 0.16rem;
  color: #363636;
  margin-right: 0.28rem;
  padding-right: 0.28rem;
  position: relative;
}
.n_tit_time > p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 0.1rem;
  background: #aaa;
}
.n_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_share p {
  font-size: 0.15rem;
  color: #888;
}
.n_share a {
  margin-left: 0.2rem;
  font-size: 0;
}
.n_share a iconify-icon {
  font-size: 0.2rem;
}
.botspance {
  height: var(--btn_height);
  display: none;
}
@media screen and (max-width: 1440px) {
  .in_news_art_tit h1 {
    font-size: 0.28rem;
    /* font-size: 18px; */
  }
  .n_tit_time {
    margin: 0.3rem 0 0.26rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_news_art_tit h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .botspance {
    height: var(--btn_height);
    display: block;
  }
  .s_product {
    /* display: none; */
  }
  .in_news_art_tit h1 {
    font-size: 0.22rem;
  }
  .n_tit_time {
    margin: 0.2rem 0 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .in_news_art_tit h1 {
    font-size: 0.18rem;
  }
  .n_tit_time > p {
    font-size: 0.15rem;
  }
  .n_share {
    display: none;
  }
  .n_tit_time > p:nth-last-child(2)::before {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .in_news_art_tit h1 {
    /* font-size: 0.17rem; */
    font-size: 16px;
  }
  .n_tit_time > p {
    margin-right: 0.14rem;
    padding-right: 0.14rem;
  }
  .n_tit_time > p {
    font-size: 0.14rem;
  }
}
.n_navigation {
  margin-top: 0.8rem;
  padding-top: 0.2rem;
  border-top: 1px solid var(--border_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_navigation ul {
  width: 80%;
}
.n_navigation li {
  margin: 0.12rem 0;
}
.n_navigation li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.n_navigation li p {
  margin-right: 0.06rem;
  font-size: 0.16rem;
  color: #363636;
  font-weight: bold;
}
.n_navigation li a:hover p {
  color: var(--i_color3);
}
.n_back {
  margin-left: auto;
  padding: 0.12rem 0.3rem;
  background: var(--i_color);
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.n_back i {
  font-size: 0.16rem;
  color: #fff;
}
.n_back b {
  margin-left: 0.06rem;
  font-size: 0.15rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .n_navigation ul {
    width: 76%;
  }
  .n_back b {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .n_navigation {
    margin-top: 0.6rem;
  }
  .n_navigation ul {
    width: 100%;
  }
  .n_navigation li p {
    font-size: 0.15rem;
  }
  .n_back {
    margin: 0.14rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .n_navigation {
    margin-top: 0.4rem;
  }
  .n_navigation li p {
    font-size: 0.14rem;
  }
  .n_back {
    padding: 0.08rem 0.22rem;
    margin: 0.1rem 0 0 0;
  }
  .n_back i {
    font-size: 0.15rem;
  }
}
.i_news .box a:first-child {
  background: var(--i_color2) !important;
}
.i_news .box a:first-child b {
  color: #fff !important;
}
.main_products .box a:first-child {
  background: var(--i_color2) !important;
}
.main_products .box a:first-child b {
  color: #fff !important;
}
/* search results list */
.in_search_list {
  margin-bottom: 0.2rem;
}
.in_search_list a {
  background: #f5f5f5 !important;
}
* search results list */ .in_search_list {
  overflow: hidden;
}
.in_search_list li {
  border: 1px solid var(--border_color);
  margin-bottom: 0.26rem;
}
.in_search_list a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
}
.in_search_list .img {
  width: 2.2rem;
  position: relative;
  overflow: hidden;
}
.in_search_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.in_search_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_search_list .txt {
  width: calc(100% - 2.6rem);
  margin-left: auto;
}
.in_search_list h2 {
  font-size: 0.18rem;
  color: #212121;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_search_list h6 {
  margin: 0.1rem 0;
  font-size: 0.14rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_search_list i {
  display: inline-block;
  padding: 0.06rem 0.1rem;
  font-size: 0.13rem;
  color: var(--i_color);
  background: #ededed;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
}
.in_search_list li:hover {
  border-color: var(--i_color);
}
.in_search_list li:hover h2 {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_search_list h2 {
    font-size: 0.15rem;
  }
  .in_search_list h6 {
    font-size: 0.13rem;
  }
  .in_search_list i {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  .in_search_list li {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border: none;
    border-bottom: 1px solid var(--border_color);
  }
  .in_search_list a {
    padding: 0;
  }
  .in_search_list .img {
    width: 1.2rem;
  }
  .in_search_list .txt {
    width: calc(100% - 1.5rem);
  }
  .in_search_list h2 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
}
.botspance {
  height: var(--btn_height);
}
.xftit {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0 0.3rem;
  line-height: var(--footer_height);
  height: var(--footer_height);
  background: var(--i_color);
  cursor: pointer;
}
.xftit p {
  color: #fff;
  font-size: 0.24rem;
}
.xftit h6 {
  color: #fff;
  font-size: 0.24rem;
}
@media screen and (max-width: 1440px) {
  .xftit p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .xftit p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .xftit {
    width: 100%;
  }
  .xftit p {
    font-size: 0.16rem;
    text-align: center;
  }
  footer {
    margin-bottom: var(--footer_height);
  }
  :root {
    --footer_height: 0.34rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.i_project_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}
.i_project_list li {
  width: calc((100% - 0.6rem) / 4);
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .i_project_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .i_project_list li {
    width: 100%;
  }
}
.i_project_list .img {
  position: relative;
  overflow: hidden;
}
.i_project_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_project_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_project_list .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--bc_color);
  padding: 0.1rem 0;
}
.i_project_list .more span {
  display: block;
  width: 50%;
  border-right: 1px solid #999;
  text-align: center;
  color: #333;
  padding: 0 0.1rem;
}
.i_project_list .more span:last-child {
  border: none;
}
.i_project_list .more iconify-icon {
  font-size: 0.2rem;
}
.i_project_list p {
  font-size: 0.16rem;
  font-weight: bold;
  color: var(--i_color);
  min-height: 20px;
}
.i_project_list b {
  font-size: 0.16rem;
  color: var(--i_color);
  text-decoration: underline;
  font-weight: normal;
  background: var(--bc_color);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.i_project_list a {
  color: inherit;
  font-size: inherit;
}
.i_project_list h6 {
  width: 80%;
  font-size: 0.18rem;
  color: #333;
  text-transform: capitalize;
  margin: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i_project_list .more,
.i_project_list b {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_project_list .more {
  transition-delay: 0.1s;
}
.i_project_list li:hover .more,
.i_project_list li:hover b {
  transform: translateY(0);
}
.i_project_list h6:hover,
.i_project_list span:hover {
  color: var(--i_color2);
}
.i_ad_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.i_ad_list li {
  width: 22%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_ad_list li:nth-child(even) {
  transform: translateY(0.36rem);
}
.i_ad_list:hover li:nth-child(even) {
  transform: translateY(0);
}
.i_ad_list:hover li:nth-child(odd) {
  transform: translateY(0.36rem);
}
.i_ad_list a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.4rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  background: #fff;
  box-shadow: 0px 0px 10px #ddd;
}

.i_ad_list .img {
  margin-right: auto;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.i_ad_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_ad_list h6 {
  text-transform: capitalize;
  margin: 0.1rem 0;
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
}
.i_ad_list p {
  margin-bottom: 0.6rem;
  font-size: 0.16rem;
  color: #9a98a2;
}
.i_ad_list span {
  display: table;
  width: 0.52rem;
  line-height: 0.52rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -0.26rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.i_ad_list .img,
.i_ad_list span,
.i_ad_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_ad_list li:hover .img {
  transform: rotateY(180deg);
}
.i_ad_list li:hover h6 {
  color: var(--i_color);
}
.i_ad_list li:hover span {
  background: #151515;
}
@media screen and (max-width: 1440px) {
  .i_ad_list a {
    padding: 0.4rem 0.3rem;
  }
  .i_ad_list h6 {
    font-size: 0.2rem;
  }
  .i_ad_list li {
    width: 23%;
  }
}
@media screen and (max-width: 1366px) {
  .i_ad_list a {
    padding: 0.3rem 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_ad_list a {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .i_ad_list .img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .i_ad_list li {
    width: 48%;
  }
}

.i_factory {
  overflow: hidden;
}
.i_factory .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}
.i_factory .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_factory .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.i_factory-button-prev,
.i_factory-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;
}
.i_factory-button-prev {
  left: 0;
}
.i_factory-button-next {
  right: 0;
}
.i_factory-button-prev:hover,
.i_factory-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.i_factory-pagination {
  text-align: center;
  margin-top: 20px;
}
.i_factory-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

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

.i_factory .img {
  position: relative;
  overflow: hidden;
}
.i_factory .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_factory .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.i_factory .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_factory h6 {
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  margin: 0.1rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.i_factory .img::after,
.i_factory .img h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_factory .img img {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.i_factory li:hover .img::after,
.i_factory li:hover h6 {
  opacity: 1;
}
.i_factory li:hover .img img {
  width: 120%;
  height: 120%;
}
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_nav {
  width: 30%;
  padding-right: 3%;
  padding-top: 0.5rem;
}
.in_p_r {
  width: 70%;
  padding-left: 3%;
  padding-top: 0.5rem;
  background-color: var(--bc_color);
}
.p_nav .tit h5 {
  font-size: 0.36rem;
}
.p_nav .tit {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.3rem;
  }
  .p_nav .tit {
    padding-bottom: 0.14rem;
    margin-bottom: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.2rem;
  }
  .p_nav .tit {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}
.p_menu_list li {
  position: relative;
}
.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.2rem 0.14rem;
  display: block;
  text-transform: capitalize;
}

.p_menu_list > li > a {
  border-bottom: 1px solid var(--border_color);
  font-weight: bold;
}
.p_menu_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}
.p_menu_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}
.p_menu_list ul li a {
  padding-left: 0.24rem;
  font-size: 0.16rem;
  outline: 0;
  color: #666;
  text-transform: capitalize;
  position: relative;
}
.p_menu_list ul li a::after {
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  left: -8px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p_menu_list a,
.p_menu_list a::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_menu_list > li:hover > a,
.p_menu_list > li.active > a {
  color: #fff;
  background: var(--i_color);
  border-radius: 6px;
}
.p_menu_list ul li:hover a,
.p_menu_list ul li.active a {
  color: var(--i_color);
  margin-left: 0.2rem;
}
.p_menu_list ul li:hover a::after,
.p_menu_list ul li.active a::after {
  left: 0;
  opacity: 1;
}
.p_menu_list ul ul li a {
  color: var(--font_color);
  padding-left: 40px;
}
.p_menu_list ul ul li a:hover {
  color: var(--i_color);
}
.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_menu_list > li:hover > span,
.p_menu_list > li.active > span {
  color: #fff;
}
.p_menu_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/ico_satr_p.png) no-repeat center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_menu_list ul li:hover i,
.p_menu_list ul li.active i {
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p_menu_list li a {
    font-size: 0.16rem;
    padding: 0.14rem 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_nav,
  .in_p_r {
    width: 96%;
    margin: 0 auto;
    padding: 0.2rem;
  }
}
.in_c_name h6 {
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.in_c_name .des {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .in_c_name h6 {
    font-size: 0.28rem;
  }
  .in_c_name .des {
    margin: 0.14rem 0 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_c_name h6 {
    font-size: 0.22rem;
  }
  .in_c_name .des {
    margin: 0.1rem 0 0.14rem;
  }
}
.in_p_r a {
  position: relative;
}
.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0;
}
.in_p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
}
.in_p_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .in_p_list {
    justify-content: space-between;
  }
  .in_p_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
  .in_p_list li {
    width: 100%;
  }
}
.in_p_list a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  padding: 0.2rem;
}
.in_p_list .logo {
  width: 0.8rem;
  height: auto;
  object-fit: contain;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  filter: invert(100%);
}
.in_p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.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 p {
  font-size: 0.16rem;
  color: var(--i_color);
  margin: 0.16rem 0;
  text-align: center;
  font-weight: bold;
}
.in_p_list h2 {
  font-size: 0.18rem;
  color: #333;
  margin: 0.16rem 0;
  text-align: center;
  font-weight: bold;
}
.in_p_list button {
  display: table;
  width: 100%;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  color: #666;
  background: var(--bc_color);
  border-radius: 6px;
}
.in_p_list li,
.in_p_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list li:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0px 4px 10px rgba(201, 9, 22, 0.2);
}
.in_p_list li:hover .img img {
  width: 105%;
  height: 105%;
}
.in_p_list li:hover .logo {
  filter: invert(50%);
}
.in_p_list li:hover button {
  background: var(--i_color);
  color: #fff;
}
.p_conatct {
  padding: 0.4rem 0.2rem;
  border-radius: 6px;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
}
.p_conatct h6 {
  font-size: 0.36rem;
  color: #333;
  position: relative;
  margin-bottom: 0.2rem;
}
.p_conatct h6::after {
  content: "";
  width: 70px;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p_conatct > img {
  height: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.p_conatct_list {
  position: relative;
  z-index: 2;
}
.p_conatct_list li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #333;
}
.p_conatct_list p {
  font-weight: bold;
}
.p_conatct_list a,
.p_conatct_list p {
  display: inline;
  font-size: 0.18rem;
  color: #333;
}
.p_conatct_list a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .p_conatct {
    padding: 0.3rem 0.2rem;
  }
  .p_conatct h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_conatct h6 {
    font-size: 0.24rem;
  }
}

/* 详情页 */
.pd {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pd_gallery_list {
  position: relative;
  overflow: hidden;
}
.pd_gallery_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.pd_gallery_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_gallery_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pd_gallery_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.pd_gallery_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd_gallery_list .img,
.pd_gallery_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_gallery_list li:hover img {
  width: 105%;
  height: 105%;
}
.pd_gallery-prev,
.pd_gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  opacity: 0.5;
  display: none;
}
.pd_gallery-prev {
  left: 0;
}
.pd_gallery-next {
  right: 0;
}
.pd_gallery_list .swiper-button-disabled {
  cursor: not-allowed;
}
.pd_gallery-prev:hover,
.pd_gallery-next:hover {
  opacity: 1;
}
.pd_gallery-pagination {
  text-align: center;
}
.pd_gallery-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.pd_gallery-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_gallery-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pd_gallery-prev,
  .pd_gallery-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .pd_gallery-pagination {
    margin-top: 0.22rem;
  }
}
.pd_det_cont {
  background: var(--bc_color) url(../images/bc_pd.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
.pd_det_cont .in_position {
  background: none;
}
.pd_gallery_list {
  width: 38%;
}
.pd_det {
  width: 55%;
  position: relative;
  z-index: 10;
}
.pd_det > h1 {
  font-size: 0.3rem;
  color: #333;
  font-weight: normal;
  padding-bottom: 0.1rem;
  position: relative;
  display: table;
}
.pd_det > h1::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.pd_det > h6 {
  display: table;
  font-size: 0.16rem;
  color: #666;
  font-weight: normal;
}
.pd_det > h6 > i {
  color: var(--i_color);
}
.p_brief {
  font-size: 0.18rem;
  padding: 0.16rem 0;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}
.p_brief p {
  margin: 8px 0;
}
.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem 0.2rem;
}
.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
}
.pd_share a {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #999;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.2rem;
}
.pd_share a:hover {
  background-color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .pd_gallery_list {
    width: 100%;
  }
  .pd_det {
    width: 100%;
  }
  .pd_det > h1 {
    font-size: 0.2rem;
  }
  .pd_det > h6,
  .pd_det > h6 > i {
    font-size: 0.14rem;
  }
  .p_brief {
    font-size: 0.16rem;
  }
}
.pd_ad {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd_ad li {
  cursor: pointer;
}
.pd_ad li:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pd_ad .img {
  height: 0.67rem;
  width: 0.67rem;
  flex-shrink: 0;
  margin: 0 auto;
}
.pd_ad .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_ad p {
  font-weight: bold;
  color: #1d1d1d;
  text-align: center;
  margin-top: 0.1rem;
  letter-spacing: 0;
}

/* 新闻详情页 */
.post__box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 6%;
}
.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;
}
@media screen and (max-width: 1024px) {
  .post_recommend,
  .post_content {
    width: 100%;
  }
}
.post_title {
  padding-bottom: 12px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ddd;
}
.post_title h1 {
  margin-bottom: 12px;
  font-weight: bold;
}
.post_title span {
}
.post_title span p {
  color: #999;
}
.post_content article {
  min-height: 220px;
}
.post__tags {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.post__tags > p {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}
.post__tags a {
  margin-right: 24px;
  font-size: 16px;
  color: #666;
}
.post__tags a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.post__navigation {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 6%;
}
.post__navigation ul {
  width: 100%;
}
.post__navigation li {
  margin: 16px 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0 10px;
}
.post__navigation li p {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
}
.post__navigation li a {
  font-size: 16px;
  color: #666;
}
.post__navigation li a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.post_back {
  flex-shrink: 0;
  padding: 10px 20px;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
  background: var(--i_color);
  -webkit-border-radius: 200px;
  border-radius: 200px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_back iconify-icon {
  font-size: 20px;
  color: #fff;
}
.post_back p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.post_back:hover {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

.post_recommend_title {
  margin-bottom: 24px;
  font-weight: bold;
}
.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 figcaption {
  margin: 14px 0 10px;
}
.post_recommend_list figcaption p {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post_recommend_list figure i {
  font-size: 14px;
  color: #888;
}
.post_recommend_list li:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.post_recommend_list li:hover figcaption p {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .post__box {
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .post_title span p {
    font-size: 16px;
  }
  .post_content article {
    min-height: 80px;
  }

  .post_recommend_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 4%;
  }
  .post_recommend_list li {
    width: 48%;
    padding: 0 0 !important;
    margin: 0 0 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 768px) {
  .post_title span p {
    font-size: 14px;
  }
  .post__tags > p,
  .post__tags a {
    font-size: 14px;
  }
  .post__tags a {
    margin-right: 20px;
  }
  .post__navigation li p,
  .post__navigation li a {
    font-size: 14px;
  }

  .post_recommend_list figcaption p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .post__tags {
    margin-top: 30px;
  }
  .post__navigation {
    padding-top: 10px;
  }
  .post__navigation {
    flex-wrap: wrap;
  }
  .post_back {
    margin-top: 10px;
    padding: 10px 16px;
  }
  .post_back iconify-icon {
    font-size: 18px;
  }
  .post_back p {
    font-size: 14px;
  }

  .post_recommend_title {
    margin-bottom: 18px;
  }
  .post_recommend_list figure i {
    font-size: 13px;
  }
}
.pd_form_cont {
  background: #f7f7f7;
  margin-top: 0.3rem;
  padding: 0.2rem;
  position: relative;
  z-index: -1;
}
.pd_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;
}
.pd_form_cont p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
#wpforms-1243 {
  margin: 0.2rem 0;
  --input_font_size: 14px;
  --input_height: 48px;
}
#wpforms-1243 .wpforms-field {
  padding: 0;
  margin-bottom: 0.1rem;
}
#wpforms-1243 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-1243 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-1243 input,
#wpforms-1243 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  border: none !important;
  font-size: var(--input_font_size);
  color: #333;
  max-height: var(--input_height);
  box-sizing: border-box;
  background: #fff;
  padding: 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-1243-field_1-container input {
  border-radius: 0.2rem 0 0 0;
}
#wpforms-1243 textarea {
  min-height: 1.2rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-1243 input::-webkit-input-placeholder,
#wpforms-1243 textarea::-webkit-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-1243 input::-moz-placeholder,
#wpforms-1243 textarea::-moz-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-1243 input::-ms-input-placeholder,
#wpforms-1243 textarea::-ms-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-1243-field_1-error,
#wpforms-1243-field_2-error,
#wpforms-1243-field_3-error,
#wpforms-1243-field_4-error,
#wpforms-1243-field_5-error,
#wpforms-1243-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-1243 .wpforms-field-container {
  width: 100%;
}
#wpforms-1243 .wpforms-submit-container button {
  display: table;
  padding: 0 0.4rem;
  margin-top: 0.3rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
  overflow: hidden;
}
#wpforms-1243 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-1243 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 40%;
  transform: translateX(-50%);
  background: var(--i_color3);
  transition: 0.5s ease;
  z-index: -1;
}
#wpforms-1243 .wpforms-submit-container button:hover {
  color: #fff;
}
#wpforms-1243 .wpforms-submit-container button:hover::before {
  top: -10%;
}
@media screen and (max-width: 1024px) {
  #wpforms-form-66 {
    flex-wrap: wrap;
  }
  #wpforms-1243 .wpforms-field {
    width: 100%;
    position: relative;
  }
  #wpforms-1243 .wpforms-field-container {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wpforms-1243-field_1-container,
  #wpforms-1243-field_3-container {
    width: 100% !important;
  }
  #wpforms-1243 .wpforms-submit-container {
    margin: 0 auto;
  }
  #wpforms-1243 .wpforms-submit-container button {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  #wpforms-1243 {
    --input_font_size: 13px;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-1243-field_1-container,
  #wpforms-1243-field_2-container,
  #wpforms-1243-field_3-container {
    width: 100% !important;
  }
  #wpforms-1243 .wpforms-submit-container button {
    height: 0.42rem;
    line-height: 0.42rem;
  }
}
