/*
Theme Name: NUORKE
Version: 1.0
Description: 安徽三鸟科技有限公司,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
:root {
  /* 全局颜色 */
  --i_color: #0069d9;
  /* 副颜色 */
  --i_color2: #001224;
  /* 头部1高度 */
  --top1_height: 0.34rem;
  /* 头部2高度 */
  --top2_height: 0.8rem;
  /* 默认边框颜色 */
  --border_color: rgba(0, 0, 0, 0.1);
}
@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);
  }
}
* {
  box-sizing: border-box;
  line-height: 170%;
}
.wrap {
  width: 94vw;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_header {
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  display: block;
  box-sizing: border-box;
  padding-left: 11vw;
}
.wrap_r {
  display: block;
  box-sizing: border-box;
  padding-right: 11vw;
}
@media screen and (max-width: 1600px) {
  .wrap_l {
    padding-left: 3.2vw;
  }
  .wrap_r {
    padding-right: 3.2vw;
  }
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}
/* 内页 新闻列表 */
.in_news_list {
  --img_width: 248px;
}
.in_news_list {
  margin-top: 46px;
  padding-bottom: 204px;
  overflow: hidden;
}
.in_news_list li {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid var(--border_color);
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}
.in_news_list .img {
  float: left;
  width: var(--img_width);
  position: relative;
  overflow: hidden;
}
.in_news_list .img:before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.in_news_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_news_list .txt {
  float: right;
  width: calc(100% - var(--img_width) - 100px);
  margin-right: 60px;
  position: relative;
}
.in_news_list .txt h4 {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.in_news_list .n_time {
  margin: 6px 0 8px;
  font-size: 13px;
  color: #999;
}
.in_news_list .txt h6 {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.in_news_list .i_more2 {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff url(static/images/arrow_right_hollow.svg) no-repeat center;
  background-size: 18px;
  overflow: hidden;
}
.in_news_list .img:hover img {
  width: 110%;
  height: 110%;
}
.in_news_list h4:hover {
  color: var(--i_color);
}
.in_news_list .img img {
  -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;
}
@media screen and (max-width: 1440px) {
  .in_news_list li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .in_news_list {
    --img_width: 200px;
  }
  .in_news_list .txt h4 {
    font-size: 16px;
  }
  .in_news_list .txt h6 {
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .in_news_list .txt h4 {
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .in_news_list .txt h6 {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .in_news_list {
    margin-top: 30px;
  }
  .in_news_list {
    --img_width: 166px;
  }
  .in_news_list .txt {
    width: calc(100% - var(--img_width) - 22px);
    margin-right: 0;
  }
  .in_news_list .i_more2 {
    display: none;
  }
  .in_news_list .txt h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .in_news_list .txt h6 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 560px) {
  .in_news_list {
    margin-top: 20px;
  }
  .in_news_list {
    --img_width: 140px;
  }
  .in_news_list li {
    padding: 0 0 14px;
    border: none;
    border-bottom: 1px solid var(--border_color);
  }
  .in_news_list .txt h4 {
    font-size: 14px;
  }
  .in_news_list .txt h6 {
    -webkit-line-clamp: 1;
  }
}
.container {
  position: relative;
  padding-bottom: 20px;
}
.content {
  overflow: hidden;
  line-height: 1;
  /* 最多展示几行就(n*line-height)em， */
  height: 9em;
}
.more {
  width: 1.4rem;
  text-align: center;
  border-radius: 0.06rem;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0169d9;
  color: white;
}
.more::after {
  content: "Expand";
}
.check {
  display: none;
}
.check:checked ~ .content {
  height: auto;
}
.check:checked ~ .more::after {
  content: "Close";
}
.container1 {
  position: relative;
  padding-bottom: 20px;
}
.content1 {
  overflow: hidden;
  line-height: 1;
  /* 最多展示几行就(n*line-height)em， */
  height: 9em;
}
.more1 {
  width: 1.4rem;
  text-align: center;
  border-radius: 0.06rem;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0169d9;
  color: white;
}
.more1::after {
  content: "Expand";
}
.check1 {
  display: none;
}
.check1:checked ~ .content1 {
  height: auto;
}
.check1:checked ~ .more1::after {
  content: "Close";
}
.in_news_art_box {
  margin: 46px auto;
}
.in_news_art {
  box-sizing: border-box;
}
.in_news_art_tit {
  margin-bottom: 30px;
  text-align: center;
}
.in_news_art_tit h1 {
  font-size: 26px;
  color: #222;
  line-height: 36px;
  font-weight: bold;
}
.in_news_art_tit p {
  margin-top: 20px;
  font-size: 15px;
  color: #777;
  background: #eee;
  line-height: 28px;
}
.in_news_art article,
.in_news_art article * {
  text-align: left;
  font-family: Arial, system-ui, -apple-system, Microsoft Yahei, tahoma,
    sans-serif !important;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.in_news_art article img {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  height: initial !important;
}
.in_news_art article .aligncenter {
  display: block;
  margin: 0 auto !important;
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2023;
}
@media screen and (max-width: 1024px) {
  header {
    top: 0;
    width: 100%;
    background: var(--i_color2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  header::before {
    width: 2.6rem;
  }
}
.top1 {
  width: 100%;
  background: #000912;
  position: relative;
}
.top1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 15%);
}
.top1 .wrap_header {
  height: var(--top1_height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_contact {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
.top_contact > p {
  font-size: 14px;
  color: #fff;
}
.top_contact ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.top_contact li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.top_contact iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.top_contact span {
  margin-left: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_contact span,
.top_contact span a {
  font-size: 14px;
  color: #fff;
}
.top_contact span a:hover {
  color: var(--i_color);
}
.top_media {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.14rem;
}
.top_media li {
}
.top_media iconify-icon {
  font-size: 0.2rem;
  color: rgb(255 255 255 / 50%);
}
.top_media li:hover iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1366px) {
  .top_contact > p {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.top2 {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.TopHeader .top2 {
  background: var(--i_color2);
}
.top2 .wrap_header {
  height: var(--top2_height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logo {
  height: 100%;
}
.logo a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logo img {
  height: 60%;
}
@media screen and (max-width: 1200px) {
  .logo img {
    height: 50%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    height: var(--top2_height);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 0.5rem;
    z-index: 2014;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--i_color);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > li > a {
    display: block;
    padding: 0 0.16rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    position: relative;
  }
  .i_nav > .menu-item-has-children > a {
    padding-right: 0.34rem;
  }
  .i_nav > .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="48" height="48" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: contain;
  }
  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav .curr::before {
    width: 100%;
  }
  .i_nav > li > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu a {
    display: block;
    padding: 0 0.16rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav > li > .sub-menu li:hover > a {
    color: var(--i_color);
  }
  .i_nav .sub-menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
  }
  .i_nav .sub-menu .sub-menu a {
    font-size: 0.14rem;
    color: #666;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.38rem;
  }
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 0.26rem;
  }
  .i_nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--top2_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--top2_height));
    background: #fff;
    overflow-y: auto;
    z-index: 3;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: #f1f1f1
      url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 24 24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z"%2F%3E%3Cpath fill="currentColor" d="M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95l4.95-4.95a1 1 0 0 1 1.414 1.414l-5.657 5.657Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.22rem;
  }
  .i_nav > .menu-item-has-children span.on {
    background: #f1f1f1
      url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 24 24"%3E%3Cg transform="rotate(180 12 12)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z"%2F%3E%3Cpath fill="currentColor" d="M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95l4.95-4.95a1 1 0 0 1 1.414 1.414l-5.657 5.657Z"%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.22rem;
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
  }
  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav .sub-menu .sub-menu {
    display: none;
  }
  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }
  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  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;
  }
}
.top_r {
  --size: 0.4rem;
}
.top_r {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_search_box {
  height: var(--top2_height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_search_ico {
  width: var(--size);
  height: var(--size);
  background: rgb(255 255 255 / 10%);
  position: relative;
  cursor: pointer;
}
.top_search_ico iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: rgb(255 255 255 / 50%);
}
.top_search_ico.on {
  background: var(--i_color);
}
.top_search_ico.on iconify-icon {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top_search_ico,
  .top_search_ico.on {
    background: none;
  }
  .top_search_ico iconify-icon {
    color: #fff;
  }
}
.top_language {
  margin-left: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--top2_height);
  position: relative;
}
.top_language_btn {
  width: var(--size);
  height: var(--size);
  background: rgb(255 255 255 / 10%);
  position: relative;
}
.top_language.on .top_language_btn {
  background: var(--i_color);
}
.top_language iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  cursor: pointer;
  color: rgb(255 255 255 / 50%);
}
.top_language.on .top_language_btn iconify-icon {
  color: #fff;
}
.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: var(--top2_height);
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: calc(var(--top2_height) - var(--size) / 2);
  box-shadow: 0.04rem 0.06rem 0.1rem rgb(0 0 0 / 10%);
}
.top_language_list ul {
  overflow: hidden;
}
.top_language_list li {
  background: #fff;
}
.top_language_list a > span {
  display: block;
  padding: 0 14px;
  min-width: 100px;
  overflow: hidden;
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.12rem;
  color: #666;
  line-height: 0.3rem;
}
.top_language_list li:hover {
  background: var(--i_color);
}
.top_language_list li:hover .trp-ls-language-name {
  color: #000000;
}
.top_language,
.top_language > i {
  -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;
}
@media screen and (max-width: 1024px) {
  .top_language_btn,
  .top_language.on .top_language_btn {
    background: none;
  }
  .top_language iconify-icon {
    color: #fff;
  }
  .top_language_list {
    top: calc(var(--top2_height) + 0.16rem);
  }
  .top_language_list.on {
    top: var(--top2_height);
  }
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 1.4rem;
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: calc(var(--top1_height) + var(--top2_height));
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="32" height="32" viewBox="0 0 32 32"%3E%3Cpath fill="white " d="m29 27.586l-7.552-7.552a11.018 11.018 0 1 0-1.414 1.414L27.586 29ZM4 13a9 9 0 1 1 9 9a9.01 9.01 0 0 1-9-9Z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .top_r {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
    margin-right: 0.2rem;
  }
  .top_search_ico {
    margin-right: 0;
  }
  .top_search_ico::before {
    display: none;
  }
  .top_search {
    top: calc(var(--top2_height) + 0.16rem);
  }
  .top_search.on {
    top: var(--top2_height);
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
  .top_search_btn {
  }
}
.full_header {
  display: none;
  height: var(--top2_height);
}
@media screen and (max-width: 1024px) {
  .full_header {
    display: block;
  }
}
/* banner */
.banner {
  margin-top: var(--top1_height);
  width: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  height: 0;
  padding-bottom: calc(100vh - var(--top1_height));
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img,
.banner .swiper-slide > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-button-prev,
.banner-button-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: rgb(255 255 255 / 20%);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.banner-button-prev {
  left: 0;
}
.banner-button-next {
  right: 0;
}
.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  color: #fff;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background: var(--i_color);
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.3rem;
  text-align: center;
  z-index: 3;
}
.banner-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 0;
  }
  .banner .swiper-slide {
    height: 0;
    padding-bottom: 46%;
  }
}
@media screen and (max-width: 768px) {
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
  }
}
@media screen and (max-width: 560px) {
  .banner .swiper-slide {
    padding-bottom: 55%;
  }
  .b_btn_box {
    bottom: 0.2rem;
  }
}
.banner_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.banner_t {
  display: table;
  width: 54%;
}
.banner_t i {
  display: block;
  color: #fff;
}
.banner_t p {
	margin: 0.2rem 0;
    font-size: 0.46rem;
    color: #fff;
    font-weight: bold;
    line-height: 120%;
    text-shadow: 0px 0px 2px #333;
  margin: 0.2rem 0;
  font-size: 0.46rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .banner_t p {
    font-size: 0.44rem;
  }
}
@media screen and (max-width: 1366px) {
  .banner_t p {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner_t i {
    font-size: 15px;
  }
  .banner_t p {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner_text {
    top: 46%;
  }
  .banner_t {
    width: 70%;
  }
  .banner_t p {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .banner_t {
    width: 80%;
  }
  .banner_t p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 560px) {
  .banner_t {
    width: 90%;
  }
  .banner_t i {
    font-size: 14px;
  }
  .banner_t p {
    margin: 0.08rem 0;
    font-size: 0.17rem;
  }
  .banner_t .i_more {
    margin-top: 0.2rem;
  }
}
.b_form {
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: 11vw;
  width: 20%;
  background: #fff;
  z-index: 2;
}
.b_form_slogan {
  border-top: 0.32rem solid #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--i_color2);
  text-align: center;
}
.b_form_slogan dt {
  width: 30%;
  background: var(--i_color);
}
.b_form_slogan dd {
  width: 70%;
}
.b_form_slogan h3 {
  padding: 0.1rem 0;
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.b_form_slogan h4 {
  font-size: 0.18rem;
  color: #fff;
}
.b_form_cont {
  padding: 0.4rem 0.2rem;
}
.b_form_tit {
  padding-bottom: 0.2rem;
  text-align: center;
  position: relative;
}
.b_form_tit::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0.8rem;
  height: 4px;
  background: var(--i_color);
}
.b_form_tit h6 {
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--i_color2);
  font-style: italic;
}
.b_form_tit p {
  font-size: 0.26rem;
  color: var(--i_color2);
  font-weight: 900;
}
#wpforms-8 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-8 {
  margin: 0;
  padding: 0;
}
#wpforms-form-8 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-8 input,
#wpforms-8 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-8 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-8 .wpforms-field-label {
  font-size: 0;
}
#wpforms-8 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-8 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-8 .wpforms-field-container input,
#wpforms-8 textarea,
#wpforms-8 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  border: 1px solid transparent;
  background: #f1f1f1;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-8 .wpforms-field-container input:hover,
#wpforms-8 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-8 input {
  line-height: var(--input_height);
}
#wpforms-8 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-8-field_1-container,
#wpforms-8-field_2-container {
  width: 49% !important;
}
#wpforms-8 input::-webkit-input-placeholder,
#wpforms-8 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-8 input::-moz-placeholder,
#wpforms-8 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-8 input::-ms-input-placeholder,
#wpforms-8 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-8-field_1-error,
#wpforms-8-field_2-error,
#wpforms-8-field_3-error,
#wpforms-8-field_4-error,
#wpforms-8-field_5-error,
#wpforms-8-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-8 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-8 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-8 .wpforms-submit-container button {
  width: 100%;
  height: 0.42rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.42rem;
  background: var(--i_color2);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-8 .wpforms-submit-container button:hover {
  background: var(--i_color);
}
#wpforms-8 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
.b_form_contact {
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.b_form_contact::before,
.b_form_contact::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 6px;
}
.b_form_contact::before {
  left: 0;
  width: 70%;
  background: var(--i_color);
}
.b_form_contact::after {
  right: 0;
  width: 30%;
  background: var(--i_color2);
}
.b_form_contact p {
  font-size: 0.16rem;
}
.b_form_contact a {
  color: var(--i_color);
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .b_form {
    right: 3.2vw;
    width: 24%;
  }
}
@media screen and (max-width: 1440px) {
  .b_form_slogan {
    border-top-width: 0.2rem;
  }
  .b_form {
    right: 3vw;
  }
  .b_form_slogan h3 {
    font-size: 0.22rem;
  }
  .b_form_slogan h4 {
    font-size: 0.17rem;
  }
  .b_form_cont {
    padding: 0.3rem 0.2rem;
  }
  .b_form_tit p {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
  .b_form_slogan h3 {
    font-size: 0.18rem;
  }
  .b_form_slogan h4 {
    font-size: 0.16rem;
  }
  .b_form_tit {
    padding-bottom: 0.12rem;
  }
  .b_form_tit h6 {
    margin-bottom: 2px;
  }
  .b_form_tit p {
    font-size: 0.2rem;
  }
  .b_form_tit::before {
    height: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .b_form {
    width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .b_form {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.i_tit {
  padding-bottom: 0.2rem;
  position: relative;
  text-align: left;
}
.i_tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.1rem;
  height: 6px;
  background: var(--i_color);
}
.i_tit h6 {
  font-size: 14px;
  color: var(--i_color2);
  font-style: italic;
}
.i_tit p,
.i_tit i {
  font-size: 0.46rem;
  color: var(--i_color2);
  font-weight: 900;
}
.i_tit i {
  color: var(--i_color);
}
.i_tit.center {
  text-align: center;
}
.i_tit.center::before {
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1440px) {
  .i_tit p,
  .i_tit i {
    font-size: 0.38rem;
  }
  .i_tit::before {
    height: 5px;
  }
}
@media screen and (max-width: 1366px) {
  .i_tit p,
  .i_tit i {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_tit p,
  .i_tit i {
    font-size: 0.32rem;
  }
  .i_tit::before {
    height: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit p,
  .i_tit i {
    font-size: 0.24rem;
  }
  .i_tit::before {
    width: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .i_tit {
    padding-bottom: 0.14rem;
  }
  .i_tit h6 {
    font-size: 13px;
  }
  .i_tit p,
  .i_tit i {
    font-size: 0.2rem;
  }
  .i_tit::before {
    height: 3px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit p,
  .i_tit i {
    font-size: 0.18rem;
  }
  .i_tit::before {
    width: 0.6rem;
    height: 2px;
  }
}

.i_tit > h4 {
  font-size: 0.42rem;
  color: #333;
  font-weight: bold;
  line-height: 120%;
}
.i_tit > h6 {
  font-size: 0.18rem;
  color: #999;
  font-weight: normal;
  margin-top: 0.1rem;
}
.i_tit.white > h4 {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_tit > h4 {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit > h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .i_tit > h4 {
    font-size: 22px;
  }
  .i_tit > h6 {
    font-size: 14px;
  }
}

/* More btn */
.i_more {
  display: table;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_more span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.i_more span::before {
}
.i_more b {
  display: block;
  padding: 0.14rem 0.2rem;
  background: var(--i_color);
  font-size: 0.16rem;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.i_more i {
  width: 0.44rem;
  background: var(--i_color2);
  position: relative;
}
.i_more i::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_more iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: #fff;
}
.i_more.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more:hover {
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.i_more:hover i::before {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .i_more b {
    padding: 0.1rem 0.12rem;
    font-size: 15px;
  }
  .i_more i {
    width: 0.34rem;
  }
  .i_more iconify-icon {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .i_more b {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_more b {
    padding: 0.08rem 0.1rem;
  }
  .i_more i {
    width: 0.3rem;
  }
  .i_more iconify-icon {
    font-size: 0.2rem;
  }
}
.list_more {
  display: table;
  position: relative;
}
.list_more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_more i {
  display: block;
  padding: 4px 6px 4px 0;
  font-size: 13px;
  color: #333;
  font-style: italic;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
main {
  position: relative;
  overflow: hidden;
}
main.bg {
  background: #f1f1f1;
}
.i_cat {
}
.cat_list {
  position: relative;
  overflow: hidden;
}
.cat_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.cat_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  background: #f1f1f1;
}
.cat_list .img {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.cat_list .img::before {
  content: "";
  display: block;
  padding-bottom: 87%;
}
.cat_list .img 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;
}
.cat_list .txt {
  background: #f1f1f1;
  padding: 0 0.3rem 0.3rem;
}
.cat_icon {
  position: relative;
  top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cat_icon img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_list .txt h2 {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
}
.cat_list .txt h3 {
  height: calc(0.18rem * 4);
  line-height: 0.18rem;
  margin: 0.1rem 0 0.2rem;
  font-size: 13px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.cat_list .swiper-slide:hover .img img {
  width: 106%;
  height: 106%;
}
.cat_list .swiper-slide:hover h2 {
  color: var(--i_color);
}
.cat_list .swiper-slide:hover .cat_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cat_list .swiper-slide:hover .list_more::before {
  width: 100%;
  height: 100%;
}
.cat_list .swiper-slide:hover .list_more i {
  padding: 4px 6px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cat_icon {
    top: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .cat_icon img {
    max-width: 60%;
    max-height: 60%;
  }
  .cat_list .txt h2 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .cat_list .txt {
    padding: 0 0.2rem 0.2rem;
  }
  .cat_list .txt h2 {
    font-size: 0.16rem;
  }
}
.i_products {
  background: #f1f1f1;
  position: relative;
}
.ip_list {
  position: relative;
  overflow: hidden;
}
.ip_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.ip_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.ip_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ip_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ip_list .img 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;
}
.ip_list .txt {
  padding: 0.2rem 0.1rem;
  border-top: 6px solid var(--i_color);
  background: #fff;
  position: relative;
}
.ip_list .txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  width: 80%;
  height: 0.24rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.ip_list .txt p {
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  font-size: 0.18rem;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ip_list dl {
}
.ip_list dt {
  margin: 4px 0;
  font-size: 12px;
  color: #888;
  padding-left: 0.2rem;
  position: relative;
}
.ip_list dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%230069d9" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-8S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
}
.ip_list .txt span {
  margin-top: 0.2rem;
  display: table;
  border: 1px solid var(--i_color);
  position: relative;
}
.ip_list .txt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_list .txt span i {
  display: block;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--i_color);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_list .swiper-slide:hover .img img {
  width: 106%;
  height: 106%;
}
.ip_list .swiper-slide:hover p {
  color: var(--i_color);
}
.ip_list .swiper-slide:hover .txt span::before {
  width: 100%;
}
.ip_list .swiper-slide:hover .txt span i {
  color: #fff;
}
.ip-prev,
.ip-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: none;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.ip-prev {
  left: 6vw;
}
.ip-next {
  right: 6vw;
}
.ip-prev iconify-icon,
.ip-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: var(--i_color);
}
.swiper-button-disabled {
  cursor: not-allowed;
}
.ip-prev:hover,
.ip-next:hover {
  background: var(--i_color);
}
.ip-prev:hover iconify-icon,
.ip-next:hover iconify-icon {
  color: #fff;
}
.ip-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.ip-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;
}
.ip-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.ip_list .swiper-notification {
  display: none;
}
@media screen and (max-width: 1600px) {
  .ip-prev,
  .ip-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ip_list .txt {
    border-top-width: 4px;
  }
  .ip_list .txt::before {
    height: 0.14rem;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  }
  .ip_list .txt p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 560px) {
  .ip_list .txt p {
    font-size: 0.16rem;
  }
}
.i_about {
}
.i_about .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.i_ab_pic {
  width: 46%;
  position: relative;
}
.i_ab_pic img {
  width: 100%;
}
.v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: var(--i_color2);
  cursor: pointer;
}
.v_btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: rgb(0 105 217 / 40%);
}
.v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  color: var(--i_color2);
}
.i_ab_pic:hover .v_btn {
  background: var(--i_color);
}
.i_ab_pic:hover .v_btn iconify-icon {
  color: #fff;
}
.i_ab_txt {
  width: 48%;
  margin-left: auto;
}
.i_ab_txt article {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .v_btn {
    width: 0.8rem;
    height: 0.8rem;
  }
  .v_btn iconify-icon {
    font-size: 0.38rem;
  }
}
@media screen and (max-width: 768px) {
  .i_ab_pic {
    width: 100%;
  }
  .i_ab_txt {
    width: 100%;
    margin: 0.3rem 0 0;
  }
}
@media screen and (max-width: 560px) {
  .v_btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .v_btn iconify-icon {
    font-size: 0.32rem;
  }
}
.entry_text {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem 0;
}
.entry_text dt {
  padding-left: 0.3rem;
  position: relative;
}
.entry_text dt::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 0.22rem;
  height: 0.22rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%230069d9" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-8S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
}
.entry_text p {
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .entry_text p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .entry_text p {
    font-size: 0.14rem;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2016;
  width: 60%;
  max-height: 90%;
}
.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) {
  .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_adv {
  position: relative;
}
.adv_list {
  position: relative;
  overflow: hidden;
}
.adv_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.adv_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.adv_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.adv_txt,
.adv_pic {
  position: absolute;
  top: 0;
  height: 100%;
}
.adv_txt {
  width: calc(50% + 2px);
  left: 0;
  background: url(static/images/adv_txt_bg.webp) no-repeat center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.adv_pic {
  width: 50%;
  right: 0;
  overflow: hidden;
}
.adv_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.adv_pic:hover img {
  -webkit-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}
.adv_txt span {
  padding-right: 10%;
  padding-bottom: 16%;
}
.adv_txt em {
  padding: 6px 10px;
  position: relative;
}
.adv_txt em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.26rem;
  height: 100%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.adv_txt i {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  position: relative;
}
.adv_txt p {
  margin: 0.2rem 0 0.3rem;
  font-size: 0.38rem;
  color: #fff;
  font-weight: 900;
}
.adv_txt h6 {
  color: #fff;
}
.adv_txt span:hover em::before {
  width: 100%;
}
.adv_ico {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10%;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--i_color);
}
.adv_ico iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.46rem;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.adv_list .swiper-slide-active {
  z-index: 2;
}
.adv_list .swiper-slide-duplicate-active .adv_txt span {
  top: 0;
}
.adv_list .swiper-slide:hover .adv_ico iconify-icon {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
.adv_btn {
  position: absolute;
  left: 0;
  bottom: 12%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
  z-index: 2;
}
.adv-prev,
.adv-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.adv-prev {
  left: 0;
}
.adv-next {
  right: 0;
}
.adv-prev iconify-icon,
.adv-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: var(--i_color);
}
.adv-prev:hover,
.adv-next:hover {
  background: var(--i_color);
}
.adv-prev:hover iconify-icon,
.adv-next:hover iconify-icon {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .adv_list .swiper-slide::before {
    padding-bottom: 34%;
  }
  .adv_txt p {
    font-size: 0.32rem;
  }
  .adv_ico {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media screen and (max-width: 1366px) {
  .adv_txt p {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1200px) {
  .adv_list .swiper-slide::before {
    padding-bottom: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .adv_list .swiper-slide::before {
    display: none;
  }
  .adv_txt {
    display: block;
    padding: 0.6rem 3vw 1.4rem;
    position: relative;
    width: 100%;
    background: none;
    z-index: 3;
  }
  .adv_txt span {
    padding: 0 0;
  }
  .adv_txt p {
    font-size: 0.24rem;
  }
  .adv_pic {
    width: 100%;
    background: #000;
  }
  .adv_pic img {
    opacity: 0.5;
  }
  .adv_ico {
    left: initial;
    transform: none;
    bottom: initial;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
  }
  .adv_ico iconify-icon {
    font-size: 0.36rem;
  }
  .adv_btn {
    bottom: 0.4rem;
  }
  .adv-prev,
  .adv-next {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .adv_txt i {
    font-size: 13px;
  }
  .adv_txt p {
    font-size: 0.2rem;
  }
  .adv_ico {
    width: 0.44rem;
    height: 0.44rem;
  }
  .adv_ico iconify-icon {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .adv_txt {
    padding: 0.5rem 3vw 1.2rem;
  }
  .adv_txt p {
    margin: 0.2rem 0 0.2rem;
    font-size: 0.18rem;
  }
  .adv_ico {
    width: 0.38rem;
    height: 0.38rem;
  }
  .adv_ico iconify-icon {
    font-size: 0.22rem;
  }
}
.work {
}
.work_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 0 4%;
}
.work_list dt {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.work_list dt::before {
  content: "";
  display: block;
  padding-bottom: 123.5%;
}
.work_list .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 92%;
  overflow: hidden;
}
.work_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work_list .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  box-sizing: border-box;
  padding: 0.2rem;
  background: #fff;
}
.work_list .txt p {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
}
.work_list .txt h6 {
  margin-top: 0.1rem;
  font-size: 15px;
  color: #666;
}
.work_list .txt i {
  display: table;
  margin-top: 0.4rem;
  width: 0.6rem;
  height: 5px;
  background: var(--i_color);
}
.work_list dt:hover .img img {
  -webkit-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}
.work_list dt:hover .txt {
  background: var(--i_color);
}
.work_list dt:hover .txt i {
  margin-top: 0.8rem;
}
.work_list dt:hover .txt p {
  color: #fff;
}
.work_list dt:hover .txt h6 {
  color: rgb(255 255 255 / 50%);
}
.work_list dt:hover .txt i {
  background: #fff;
}
.work_list .txt,
.work_list .txt i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .work_list {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .work_list dt {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .work_list dt::before {
    display: none;
  }
  .work_list .img {
    position: relative;
    flex-shrink: 0;
    width: 30%;
  }
  .work_list .txt {
    position: relative;
    padding: 0 0.4rem;
    width: 100%;
    background: none;
  }
  .work_list .txt p {
    font-size: 0.18rem;
  }
  .work_list .txt i {
    margin-top: 0.3rem;
    height: 4px;
  }
}
@media screen and (max-width: 560px) {
  .work_list {
    gap: 0.14rem 0;
  }
  .work_list .img {
    width: 36%;
  }
  .work_list .txt {
    padding: 0 0.2rem;
  }
  .work_list .txt p {
    font-size: 16px;
  }
  .work_list .txt i {
    margin-top: 0.14rem;
    height: 3px;
  }
}
.i_news {
  background: #f1f1f1;
}
.i_news_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.i_news_tit .i_more {
  margin-left: auto;
}
.news_list {
  position: relative;
  overflow: hidden;
}
.news_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.news_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.news_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.news_list .img 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;
}
.news_list .txt {
  margin-top: -0.5rem;
  width: 92%;
  box-sizing: border-box;
  padding: 0.2rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.news_list p {
  font-size: 0.2rem;
  color: #222;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_list h6 {
  padding-top: 0.16rem;
  margin: 0.16rem 0 0.3rem;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  position: relative;
}
.news_list h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 2px;
  background: var(--i_color);
}
.news_list .swiper-slide:hover .img img {
  width: 106%;
  height: 106%;
}
.news_list .swiper-slide:hover .txt p {
  color: var(--i_color);
}
.news_list .swiper-slide:hover .list_more::before {
  width: 100%;
  height: 100%;
}
.news_list .swiper-slide:hover .list_more i {
  padding: 4px 6px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .news_list h6 {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 768px) {
  .news_list p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 560px) {
  .news_list p {
    font-size: 0.15rem;
  }
}
.f__mar {
  padding-bottom: 2rem;
}
/* Footer */
footer {
  position: relative;
}
.f_form {
  position: absolute;
  left: 0;
  top: -1.4rem;
  width: 100%;
  z-index: 2;
}
.f_form_cont {
  box-sizing: border-box;
  padding: 0.3rem 0.3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url(static/images/f_form_bgnew.jpg) no-repeat center;
  background-size: cover;
}
.f_form .i_tit {
  width: 50%;
}
.f_form_cont .i_tit h6,
.f_form_cont .i_tit p {
  color: #fff;
  line-height: 105%;
}
.f_form_cont .i_tit p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#wpforms-82 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-82 {
  width: 40%;
  margin: 0 0 0 auto;
  padding: 0;
}
#wpforms-form-82 {
  position: relative;
  overflow: hidden;
}
#wpforms-82 input,
#wpforms-82 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-82 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-82 .wpforms-field-label {
  font-size: 0;
}
#wpforms-82 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-82 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-82 .wpforms-field-container input,
#wpforms-82 textarea,
#wpforms-82 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  border: 1px solid var(--border_color);
  background: #fff;
  padding: 0 0.1rem 0 0.16rem;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-82 .wpforms-field-container input:hover,
#wpforms-82 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-82 input {
  line-height: var(--input_height);
}
#wpforms-82 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-82-field_1-container,
#wpforms-82-field_2-container {
  width: 49% !important;
}
#wpforms-82 input::-webkit-input-placeholder,
#wpforms-82 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-82 input::-moz-placeholder,
#wpforms-82 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-82 input::-ms-input-placeholder,
#wpforms-82 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-82-field_1-error,
#wpforms-82-field_2-error,
#wpforms-82-field_3-error,
#wpforms-82-field_4-error,
#wpforms-82-field_5-error,
#wpforms-82-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-82 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-82 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
}
#wpforms-82 .wpforms-submit-container button {
  width: 100%;
  height: 0.42rem;
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.42rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-82 .wpforms-submit-container button:hover {
  background: #278af4;
}
#wpforms-82 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .f__mar {
    padding-bottom: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_form .i_tit {
    width: 100%;
  }
  #wpforms-82 {
    width: 100%;
    margin: 0.3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .f__mar {
    padding-bottom: 1.9rem;
  }
  .f_form_cont {
    padding: 0.2rem 0.2rem;
  }
  #wpforms-82 .wpforms-field {
    width: 100% !important;
  }
}
.f_cont {
  padding-top: 2.2rem;
  background: url(static/images/footer_bg.webp) no-repeat center;
  background-size: cover;
}
.f_company {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.4rem;
}
.f_logo {
}
.f_logo a {
  display: block;
  padding: 0.14rem 0.3rem;
}
.f_logo img {
  max-height: 0.6rem;
}
.f_company h3 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}
.f_item_box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_tit {
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 900;
}
.f_contact {
  width: 30%;
}
.f_contact_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.3rem 0;
}
.f_contact_list dt {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.f_contact_list iconify-icon {
  flex-shrink: 0;
  margin-right: 0.1rem;
  font-size: 0.24rem;
  color: var(--i_color);
}
.f_contact_list span,
.f_contact_list i,
.f_contact_list span a {
  font-size: 0.18rem;
  color: #fff;
}
.f_tel {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_tel_link {
  margin-left: 0.06rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.f_contact_list span a:hover {
  text-decoration: underline;
}
.f_nav {
  width: 40%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 10%;
  margin-left: auto;
  margin-right: auto;
}
.f_nav dt {
  width: 100%;
}
.f_nav li {
  padding-left: 0.24rem;
  margin-bottom: 0.18rem;
  position: relative;
  overflow: hidden;
}
.f_nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.22rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"%2F%3E%3Cpath fill="%230069d9" d="M15.707 11.293a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95l-4.95-4.95a1 1 0 0 1 1.414-1.414z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f_nav li a {
  font-size: 0.18rem;
  color: rgb(255 255 255 / 30%);
  position: relative;
}
.f_nav li:hover::before {
  left: 0;
}
.f_nav li:hover a {
  color: #fff;
}
.f_media {
}
.f_media_list {
}
.f_media_list li {
  margin-bottom: 0.2rem;
  padding-left: 0.24rem;
}
.f_media_list iconify-icon {
  opacity: 0.5;
  font-size: 0.34rem;
  color: var(--i_color);
}
.f_media_list a:hover iconify-icon {
  opacity: 1;
}
.f_cr {
  border-top: 1px solid rgb(255 255 255 / 10%);
}
.f_cr .wrap {
  padding: 0.2rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_cr p,
.f_cr a {
  font-size: 15px;
  color: rgb(255 255 255 / 50%);
}
.f_cr a {
  margin-left: auto;
}
.f_cr a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .f_company h3 {
    font-size: 0.2rem;
  }
  .f_tit {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_cont {
    padding-top: 2.9rem;
  }
  .f_logo a {
    padding: 0.14rem 0.2rem;
  }
  .f_logo img {
    max-height: 0.4rem;
  }
  .f_company h3 {
    font-size: 0.18rem;
  }
  .f_nav {
    display: none;
  }
  .f_tit {
    font-size: 0.18rem;
  }
  .f_contact {
    width: 70%;
  }
  .f_contact_list span,
  .f_contact_list span a {
    font-size: 0.17rem;
  }
  .f_media {
    margin-left: auto;
  }
  .f_media_list iconify-icon {
    opacity: 1;
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  .f_cont {
    padding-top: 2.8rem;
  }
  .f_company {
    gap: 0 0.2rem;
  }
  .f_logo a {
    padding: 0.14rem 0.16rem;
  }
  .f_logo img {
    max-height: 0.3rem;
  }
  .f_company h3 {
    font-size: 0.16rem;
  }
  .f_tit {
    margin-bottom: 0.3rem;
  }
  .f_contact {
    width: 100%;
  }
  .f_media {
    margin: 0.4rem 0 0;
    width: 100%;
  }
  .f_media_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.3rem;
  }
  .f_media_list li {
    padding-left: 0;
    margin-bottom: 0;
  }
  .f_cr .wrap {
    display: block;
  }
  .f_cr a {
    display: table;
    margin: 0.1rem 0 0;
  }
}
@media screen and (max-width: 560px) {
  .f_cont {
    padding-top: 3.2rem;
  }
  .f_company h3 {
    margin-top: 0.2rem;
    font-size: 0.15rem;
  }
  .f_tit {
    font-size: 0.18rem;
  }
  .f_contact_list iconify-icon {
    font-size: 0.2rem;
  }
  .f_contact_list span,
  .f_contact_list span a {
    font-size: 15px;
  }
}
/* aside menu */
.aside_menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
  z-index: 9999;
}
.aside_menu ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.1rem 0;
}
.aside_menu li {
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.aside_menu a {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  position: relative;
}
.aside_whatsapp {
  background: -webkit-linear-gradient(left, #00c451, #3ee155);
  background: linear-gradient(to right, #00c451, #3ee155);
}
.aside_tel {
  background: -webkit-linear-gradient(left, #fca800, #fcca02);
  background: linear-gradient(to right, #fca800, #fcca02);
}
.aside_email {
  background: -webkit-linear-gradient(left, #005ab9, #0890ff);
  background: linear-gradient(to right, #005ab9, #0890ff);
}
.aside_up {
  background: -webkit-linear-gradient(left, #001224, #02407e);
  background: linear-gradient(to right, #001224, #02407e);
}
.aside_menu iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.34rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .aside_menu li {
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .aside_menu a {
    width: 0.32rem;
    height: 0.32rem;
  }
  .aside_menu iconify-icon {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
  .aside_menu {
    right: 6px;
  }
  .aside_menu a {
    width: 0.26rem;
    height: 0.26rem;
  }
  .aside_menu iconify-icon {
    font-size: 0.18rem;
  }
}
/* ---------------------------- In Pages ---------------------------- */
.in_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_banner > img {
  width: 100vw;
  max-height: 6rem;
  object-fit: cover;
}
/* Breadcrumb */
.in_position {
  padding: 0.2rem 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: #333;
  position: relative;
  line-height: 20px;
}
.in_position a:first-child {
  padding-left: 0.34rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 14px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}
/* ------------------------------ Prodcuts ------------------------------ */
.in_products_box {
  background: url(static/images/logo_bg.webp) no-repeat;
  background-position: -88px 120%;
  background-size: 6rem;
}
.in_products_box .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .in_products_box {
    background: none;
  }
}
.p_left {
  width: 26%;
}
.p_right {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_left {
    width: 100%;
  }
  .p_right {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 560px) {
  .p_right {
    margin-top: 24px;
  }
}
.p_nav {
  width: 100%;
  box-sizing: border-box;
  padding: 0.34rem 0.2rem;
  background: #fff;
}
.p_nav_tit {
  display: block;
  margin-bottom: 0.24rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}
.p_nav_tit h2 {
  font-size: 0.24rem;
  font-weight: bold;
}
.p_nav_tit iconify-icon {
  display: none;
}
.p_nav_list {
}
.p_nav_list li {
  margin-bottom: 0.3rem;
  border-bottom: 1px solid var(--border_color);
}
.p_nav_list li.active {
  border-bottom: none;
}
.p_nav_name {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-items: center;
  padding: 0.04rem 0.14rem;
  position: relative;
  z-index: 2;
}
.p_nav_name p {
  font-size: 0.16rem;
  margin-right: 0.2rem;
  line-height: 0.26rem;
}
.p_nav_name iconify-icon {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.12rem;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_nav_list li.active .p_nav_name iconify-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.p_nav_name:hover p {
  color: var(--i_color);
}
.p_nav_list .active .p_nav_name {
  background: var(--i_color);
}
.p_nav_list .active .p_nav_name p,
.p_nav_list .active .p_nav_name iconify-icon {
  color: #fff;
}
.p_nav_list dl {
  display: none;
  box-sizing: border-box;
  padding: 0.1rem 0.1rem 0;
}
.p_nav_list li.active dl {
  display: block;
}
.p_nav_list dt {
  margin: 6px 0;
}
.p_nav_list dt a {
  padding: 0.12rem 0.12rem 0.12rem 0.24rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}
.p_nav_list dt a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -0.2rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%230069d9" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12 18l6-6l-6-6M6 18l6-6l-6-6"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_nav_list dt p {
  margin-right: 0.2rem;
  font-size: 0.16rem;
}
.p_nav_list dt iconify-icon {
  margin-left: auto;
  font-size: 0.17rem;
}
.p_nav_list dt.on a,
.p_nav_list dt:hover a {
  color: var(--i_color);
}
.p_nav_list dt.on a::before,
.p_nav_list dt:hover a::before {
  left: 3px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_nav {
    padding: 0 0;
  }
  .p_nav_tit {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 0;
    padding: 0.14rem 0.2rem;
    background: var(--i_color);
    position: relative;
    z-index: 2;
  }
  .p_nav_tit h2 {
    margin-right: 0.16rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
  }
  .p_nav_tit iconify-icon {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .p_nav_tit.on iconify-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .p_nav_list {
    display: none;
    padding: 0.2rem 0.2rem;
  }
  .p_nav_list li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_nav_list dt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .p_nav_tit {
    padding: 0.12rem 0.2rem;
  }
  .p_nav_tit h2 {
    font-size: 0.16rem;
  }
  .p_nav_tit iconify-icon {
    font-size: 0.16rem;
  }
  .p_nav_list li {
    margin-bottom: 0.2rem;
  }
  .p_nav_list dt a {
    padding: 0.08rem 0.12rem 0.08rem 0.24rem;
  }
  .p_nav_list dt p {
    font-size: 14px;
  }
}
.p_nav_slogan {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--i_color2);
  text-align: center;
}
.p_nav_slogan dt {
  width: 30%;
  background: var(--i_color);
}
.p_nav_slogan dd {
  width: 70%;
}
.p_nav_slogan h3 {
  padding: 0.1rem 0;
  font-size: 0.22rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.p_nav_slogan h4 {
  font-size: 0.16rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p_nav_slogan {
    display: none;
  }
}
.p_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 3%;
}
.p_list li {
  width: 31.33%;
}
.p_list a {
  display: block;
  box-sizing: border-box;
  padding: 0.2rem;
  background: #fff;
}
.p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_list .img 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;
}
.p_list .txt {
  margin-top: 0.2rem;
}
.p_list .txt i {
  font-size: 13px;
  color: #999;
  font-style: italic;
}
.p_list .txt p {
  padding-bottom: 0.14rem;
  margin-bottom: 0.16rem;
  margin-top: 0.08rem;
  font-size: 0.18rem;
  color: #111;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid var(--border_color);
}
.p_list .btn {
  width: 0.3rem;
  height: 0.3rem;
  background: #000;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_list .btn iconify-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.08rem;
  font-size: 0.16rem;
  color: #fff;
}
.p_list li:hover img {
  width: 106%;
  height: 106%;
}
.p_list li:hover .txt p {
  color: var(--i_color);
}
.p_list li:hover .btn {
  width: 100%;
  background: var(--i_color);
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p_list {
    gap: 0.3rem 3%;
  }
  .p_list li {
    width: 48.5%;
  }
  .p_list .txt p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 560px) {
  .p_list {
    gap: 0.3rem 0;
  }
  .p_list li {
    width: 100%;
  }
  .p_list .txt p {
    white-space: initial;
  }
  .p_list .txt p {
    font-size: 0.16rem;
  }
}
/* 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: 0.05rem;
  border-radius: 0.05rem;
  border: 1px solid #ccc;
  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;
  }
}
/* Products Details */
.det_main {
  background: #f1f1f1;
}
.det_main .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* atlas */
.p_atlas {
  width: 36%;
}
.p_atlas_list {
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* thumbnail */
.p_thumbnail_list {
  width: 100%;
  margin: 0.2rem auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  padding-top: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid var(--i_color);
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid var(--i_color);
}
.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.thumbnail-prev {
  left: -0.6rem;
}
.thumbnail-next {
  right: -0.6rem;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  color: #fff;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: var(--i_color);
}
.p_atlas_list:hover .thumbnail-prev {
  left: 0;
}
.p_atlas_list:hover .thumbnail-next {
  right: 0;
}
.thumbnail-pagination {
  margin-top: 0.1rem;
  text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 0.14rem;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .p_atlas {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.det_cont {
  margin-left: auto;
  width: 58%;
}
.p_name {
  padding: 0.14rem 0.2rem;
  background: #fff;
  border-bottom: 4px solid var(--i_color);
}
.p_name h1 {
  font-size: 0.26rem;
  color: var(--i_color2);
  font-weight: 900;
}
.p_short_describe {
  margin: 0.2rem 0;
  background: #fff;
  padding: 0.2rem;
}
.p_short_describe dt {
  margin-top: 0.4rem;
}
.p_short_describe dt:first-child {
  margin-top: 0;
}
.p_short_describe dt > h5 {
  padding-bottom: 0.1rem;
  margin-bottom: 0.14rem;
  font-size: 0.18rem;
  font-weight: bold;
  border-bottom: 1px solid var(--border_color);
}
.det_contact {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.det_contact ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.det_contact li {
  width: 2.4rem;
  text-align: center;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  cursor: pointer;
  overflow: hidden;
}
.det_contact li:first-child {
  background: var(--i_color);
}
.det_contact li p,
.det_contact li a {
  display: block;
  padding: 0.12rem 0.1rem;
  font-size: 0.16rem;
}
.det_contact li p {
  color: #fff;
}
.det_contact li a {
  color: #333;
}
.det_contact li:hover {
  background: var(--i_color);
}
.det_contact li:hover a {
  color: #fff;
}
.det_contact dl {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.det_contact dt {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.det_contact dt iconify-icon {
  font-size: 0.22rem;
  color: #999;
}
.det_contact dt:hover {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.det_contact dt:hover iconify-icon {
  color: var(--i_color);
}
.p_tags {
  margin-top: 0.16rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.p_tags p {
  margin-right: 4px;
  font-size: 16px;
}
.p_tags a {
  margin-right: 6px;
}
.p_tags a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .det_cont {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .p_name h1 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .p_name h1 {
    font-size: 0.2rem;
  }
  .p_short_describe dt > h5 {
    font-size: 0.17rem;
  }
  .det_contact ul {
    width: 100%;
    gap: 0 0.16rem;
  }
  .det_contact li {
    width: auto;
  }
  .det_contact li p,
  .det_contact li a {
    font-size: 14px;
    padding: 0.12rem 0.2rem;
  }
  .det_contact dl {
    margin: 0.2rem 0 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .p_name h1 {
    font-size: 0.17rem;
  }
  .p_short_describe dt > h5 {
    font-size: 0.16rem;
  }
}
.det_content {
}
.det_nav {
  background: #f1f1f1;
}
.det_nav ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.det_nav li {
  width: 100%;
  max-width: 33.33%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.det_nav li::before,
.det_nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 0%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.det_nav li::before {
  height: 100%;
  background: #fff;
}
.det_nav li::after {
  height: 4px;
  background: var(--i_color);
}
.det_nav p {
  display: block;
  box-sizing: border-box;
  padding: 0.2rem 0.2rem;
  font-size: 0.2rem;
  position: relative;
  z-index: 2;
}
.det_nav a {
  display: block;
  font-size: inherit;
  color: inherit;
}
.det_nav li:hover p,
.det_nav .active p {
  color: var(--i_color);
}
.det_nav li:hover::before,
.det_nav li:hover::after {
  width: 100%;
}
.det_nav .active::after,
.det_nav .active::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .det_nav li::after {
    height: 3px;
  }
  .det_nav p {
    font-size: 16px;
    font-weight: bold;
    padding: 0.14rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .det_nav {
    padding-top: 0.3rem;
    background: #fff;
  }
  .det_nav ul {
    flex-wrap: wrap;
    gap: 0.12rem 0;
  }
  .det_nav li {
    max-width: 100%;
  }
  .det_nav li::before {
    width: 100%;
    background: #f1f1f1;
    -webkit-transition: initial;
    transition: initial;
  }
  .det_nav li.active::before {
    background: var(--i_color);
  }
  .det_nav li::after {
    display: none;
  }
  .det_nav p {
    font-size: 15px;
  }
  .det_nav li:hover p,
  .det_nav .active p {
    color: #fff;
  }
}
@media screen and (max-width: 560px) {
  .det_nav p {
    padding: 0.1rem 0.2rem;
  }
}
.det_content_cont {
}
.det_content_cont .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.det_content_cont h5 {
  background: var(--i_color2);
  padding: 8px 20px;
  margin: 30px 0 20px;
  font-size: 0.22rem;
  color: #fff;
}
.det_content_list {
  width: 66%;
}
/* .det_content_list dt{display: none;} */
.det_content_list dt.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .det_content_list {
    width: 100%;
  }
}
/* banner form */
.det_content_cont .b_form {
  position: initial;
  transform: none;
  margin-left: auto;
  width: 26%;
  height: 100%;
  background: #f1f1f1;
}
.det_content_cont .b_form_slogan {
  border-color: #f1f1f1;
}
.det_content_cont #wpforms-8 .wpforms-field-container input,
.det_content_cont #wpforms-8 textarea,
.det_content_cont #wpforms-8 select {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .det_content_cont .b_form {
    display: none;
  }
}
.related_p {
  background: #f1f1f1;
  position: relative;
}
/* Products - Pop up form */
.p_form {
  cursor: pointer;
}
#mask_bg {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 9999999999998;
}
.products_list_form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  box-sizing: border-box;
  padding: 30px 30px 40px;
  background: rgb(255 255 255 / 100%);
  z-index: 9999999999999;
  overflow: auto;
}
.products_list_form.show {
  display: block !important;
}
.products_list_form .tit {
  margin-bottom: 0.2rem;
}
.products_list_form .tit p {
  text-align: center;
  font-size: 0.26rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 0.3rem;
}
.close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  display: block;
  font-size: 0.34rem;
  color: #000;
  cursor: pointer;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.close {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .products_list_form {
    width: 94%;
  }
  .products_list_form .tit p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .products_list_form {
    padding: 20px 20px 30px;
  }
  .products_list_form .tit p {
    font-size: 0.18rem;
  }
  .close {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .products_list_form .tit p {
    font-size: 0.18rem;
  }
}
#wpforms-93 {
  --input_font_size: 14px;
  --input_height: 0.4rem;
}
#wpforms-93 {
  margin: 0;
  padding: 0;
}
#wpforms-form-93 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-93 input,
#wpforms-93 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-93 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-93 .wpforms-field-label {
  font-size: 0;
}
#wpforms-93 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 0.1rem;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-93 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
}
#wpforms-93 .wpforms-field-container input,
#wpforms-93 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  border: 1px solid #eee;
  background: #f1f1f1;
  padding: 0 0.24rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-93 .wpforms-field-container input:hover,
#wpforms-93 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-93 input {
  line-height: var(--input_height);
}
#wpforms-93 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.24rem;
}
#wpforms-93 input::-webkit-input-placeholder,
#wpforms-93 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-93 input::-moz-placeholder,
#wpforms-93 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-93 input::-ms-input-placeholder,
#wpforms-93 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-93-field_1-error,
#wpforms-93-field_2-error,
#wpforms-93-field_3-error,
#wpforms-93-field_4-error,
#wpforms-93-field_5-error,
#wpforms-93-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-93 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-93 .wpforms-submit-container {
  text-align: center;
  width: 2.1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-93 .wpforms-submit-container button {
  width: 100%;
  height: 0.42rem;
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.42rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-93 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
#wpforms-93 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
/* About Us */
.in_about {
}
.ab_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.ab_text {
  width: 62%;
  box-sizing: border-box;
  padding: 0.4rem 0.3rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.ab_text > iconify-icon {
  margin-bottom: 0.2rem;
  font-size: 0.5rem;
  color: var(--i_color);
}
.ab_text article {
  color: #444;
}
.ab_logo {
  width: 38%;
  padding: 0.5rem 0;
  background: rgb(0 105 217 / 60%);
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ab_logo img {
  max-height: 0.6rem;
}
.ab_pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44%;
  height: 80%;
}
.ab_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .in_about .wrap_l {
    padding-right: 3vw;
  }
  .ab_text > iconify-icon {
    font-size: 0.34rem;
  }
  .ab_text {
    width: 100%;
    padding: 0.26rem;
  }
  .ab_logo {
    display: none;
  }
  .ab_pic {
    position: initial;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ab_text > iconify-icon {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .ab_text {
    padding: 0.26rem 0.2rem;
  }
  .ab_text > iconify-icon {
    margin-bottom: 0.1rem;
  }
}
.ab_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 6%;
}
.ab_list dt {
  width: 100%;
}
.ab_list p {
  margin-bottom: 0.2rem;
  font-size: 0.36rem;
  font-weight: 900;
}
.ab_list h6 {
  color: #666;
}
@media screen and (max-width: 1440px) {
  .ab_list p {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .ab_list p {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1200px) {
  .ab_list p {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .ab_list p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ab_list {
    flex-wrap: wrap;
    gap: 0.26rem 0;
  }
  .ab_list p {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .ab_list p {
    font-size: 0.16rem;
  }
}
.ab_adv {
  background: url(static/images/Products.jpg) no-repeat center;
  background-size: cover;
}
.ab_adv_t {
  text-align: center;
}
.ab_adv_t em {
  padding: 6px 10px;
  position: relative;
}
.ab_adv_t em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.26rem;
  height: 100%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ab_adv_t i {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  position: relative;
}
.ab_adv_t p {
  margin: 0.2rem 0 0.3rem;
  font-size: 0.38rem;
  color: #fff;
  font-weight: 900;
}
.ab_adv_t h6 {
  padding: 0 16%;
  color: #fff;
}
.ab_adv:hover em::before {
  width: 100%;
}
.adv_video {
  display: table;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.adv_video span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: var(--i_color);
}
.adv_video p {
  padding: 0.18rem 0.4rem;
  font-size: 0.18rem;
  color: #fff;
}
.adv_video i {
  width: 0.56rem;
  background: var(--i_color2);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.adv_video i iconify-icon {
  opacity: 0.5;
  font-size: 0.3rem;
  color: #0069d9;
}
.adv_video:hover {
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.adv_video:hover iconify-icon {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .ab_adv_t p {
    font-size: 0.38rem;
  }
}
@media screen and (max-width: 1366px) {
  .ab_adv_t p {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1200px) {
  .ab_adv_t p {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  .ab_adv_t p {
    font-size: 0.24rem;
  }
  .ab_adv_t h6 {
    padding: 0 6%;
  }
  .adv_video {
    margin-bottom: 0.4rem;
  }
  .adv_video p {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }
  .adv_video i {
    width: 0.4rem;
  }
  .adv_video i iconify-icon {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .ab_adv_t p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .ab_adv_t p {
    font-size: 0.18rem;
  }
  .ab_adv_t h6 {
    padding: 0 3%;
  }
  .adv_video {
    margin-bottom: 0.3rem;
  }
  .adv_video p {
    padding: 0.1rem 0.1rem;
    font-size: 0.13rem;
  }
  .adv_video i iconify-icon {
    font-size: 0.18rem;
  }
}
.choose {
  background: url(static/images/choose_bg.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.choose_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}
.choose_list dt {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0.18rem;
  background: #fff;
}
.choose_list .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f1f1f1;
  position: relative;
}
.choose_list .icon iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  color: var(--i_color2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.choose_list p {
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: var(--i_color2);
  font-weight: 900;
}
.choose_list h6 {
  font-size: 13px;
  line-height: 20px;
  color: #999;
}
.choose_list dt:hover .icon iconify-icon {
  color: var(--i_color);
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
.choose_list dt:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .choose_list {
    flex-wrap: wrap;
    gap: 0.3rem 4%;
  }
  .choose_list dt {
    width: 48%;
  }
  .choose_list .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .choose_list .icon iconify-icon {
    font-size: 0.3rem;
  }
  .choose_list p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .choose_list dt {
    padding: 0.2rem 0.2rem;
  }
  .choose_list .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .choose_list .icon iconify-icon {
    font-size: 0.24rem;
  }
  .choose_list p {
    font-size: 0.16rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 560px) {
  .choose_list {
    gap: 0.2rem 0;
  }
  .choose_list dt {
    width: 100%;
  }
  .choose_list p {
    font-size: 0.15rem;
  }
}
.our_ser {
  position: relative;
  background: var(--i_color);
}
.our_ser_t {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 26%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding-left: 4%;
}
.our_ser_t .i_tit::before {
  background: #fff;
}
.our_ser_t h6,
.our_ser_t p {
  color: #fff;
}
.our_ser_list {
  position: relative;
}
.our_ser_list .left {
  width: 50%;
}
.our_ser_list .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 74%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* our services item 1-2 */
.left .our_ser_item {
}
.left .our_ser_item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.left .our_ser_item.item1::before {
  content: "";
  display: block;
  padding-bottom: 54.6875%;
}
.left .our_ser_item.item2::before {
  content: "";
  display: block;
  padding-bottom: 36.458%;
}
.left .our_ser_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.left .our_ser_item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.left .our_ser_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left .our_ser_item .txt {
  position: absolute;
  width: 80%;
  text-align: center;
  z-index: 2;
}
.our_ser_item.item1 .txt {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.5rem;
}
.our_ser_item.item2 .txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* our services item 3 */
.our_ser_item.item3 {
  width: 50%;
  height: 100%;
  position: relative;
}
.our_ser_item.item3 a {
  display: block;
  height: 100%;
}
.our_ser_item.item3 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.our_ser_item.item3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.our_ser_item.item3 .txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.5rem;
  width: 80%;
  text-align: center;
}
.our_ser_item .txt p {
  font-size: 0.22rem;
  color: #fff;
  font-weight: bold;
}
.our_ser_item .txt h6 {
  margin: 0.1rem 0 0.26rem;
  font-size: 15px;
  color: rgb(255 255 255 / 50%);
}
.our_ser_item .more_btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.our_ser_item .more_btn i {
  display: block;
  padding: 0.1rem 0.3rem;
  font-size: 14px;
  color: #fff;
}
.our_ser_pic {
  width: 50%;
  height: 100%;
}
.our_ser_pic dt {
  height: 60%;
}
.our_ser_pic dd {
  height: 40%;
}
.our_ser_pic dt,
.our_ser_pic dd {
  overflow: hidden;
}
.our_ser_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.our_ser_item:hover img {
  -webkit-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}
.our_ser_pic dt:hover img,
.our_ser_pic dd:hover img {
  -webkit-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}
.our_ser_item:hover .more_btn {
  background: var(--i_color);
  border-color: var(--i_color);
}
@media screen and (max-width: 1366px) {
  .our_ser_item .txt p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .our_ser_item .txt p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .our_ser {
    padding: 0.54rem 0 0.3rem;
    background: #fff;
  }
  .our_ser_t {
    position: initial;
    width: auto;
    height: auto;
    padding-left: 3%;
    display: block;
    margin-bottom: 0.5rem;
  }
  .our_ser_t .i_tit {
    text-align: center;
  }
  .our_ser_t .i_tit::before {
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--i_color);
  }
  .our_ser_t h6,
  .our_ser_t p {
    color: var(--i_color2);
  }
  .our_ser_list .left {
    width: 60%;
  }
  .our_ser_list .right {
    width: 40%;
    height: 100%;
  }
  .our_ser_item.item3 {
    width: 100%;
  }
  .our_ser_item.item3 .txt {
    bottom: 24%;
  }
  .our_ser_item .txt p {
    font-size: 17px;
  }
  .our_ser_item .txt h6 {
    display: none;
  }
  .our_ser_item .more_btn {
    margin-top: 0.2rem;
  }
  .our_ser_pic {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .our_ser_list .left {
    width: 100%;
  }
  .our_ser_list .right {
    position: initial;
    width: 100%;
    height: auto;
  }
  .our_ser_item.item3 {
  }
  .our_ser_item.item3::before {
    content: "";
    display: block;
  }
  .our_ser_item::before {
    padding-bottom: 46% !important;
  }
  .our_ser_item.item3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .our_ser_item .txt {
    bottom: initial !important;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .our_ser_item .txt p {
    font-size: 16px;
  }
  .our_ser_item .more_btn i {
    padding: 0.08rem 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .our_ser_t {
    margin-bottom: 0.36rem;
  }
  .our_ser_item .txt p {
    font-size: 15px;
  }
}
.faq {
  background: #fff;
}
.faq_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
}
.faq_list dt {
  width: 47.5%;
  padding: 0.5rem 0;
  border-top: 1px solid var(--border_color);
}
.faq_list i {
  display: table;
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  background: var(--i_color);
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.faq_list h5 {
  padding-bottom: 0.2rem;
  margin: 0.2rem 0;
  font-size: 0.2rem;
  font-weight: bold;
  position: relative;
}
.faq_list h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.8rem;
  height: 3px;
  background: var(--i_color);
}
.faq_list .fz16 * {
  color: #666;
}
@media screen and (max-width: 1024px) {
  .faq_list h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_list {
    gap: 0 0;
  }
  .faq_list dt {
    width: 100%;
    padding: 0.2rem 0;
  }
  .faq_list h5 {
    font-size: 0.17rem;
    padding-bottom: 0.14rem;
    margin: 0.14rem 0;
  }
}
@media screen and (max-width: 560px) {
  .faq_list h5 {
    font-size: 0.16rem;
  }
  .faq_list h5::before {
    width: 0.6rem;
    height: 2px;
  }
}
/* service */
.ser_nav {
}
.ser_nav ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.ser_nav li {
  width: 100%;
  text-align: center;
  position: relative;
}
.ser_nav li::before,
.ser_nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ser_nav li::before {
  height: 100%;
  background: #fff;
}
.ser_nav li::after {
  height: 4px;
  background: var(--i_color);
}
.ser_nav a {
  display: block;
  box-sizing: border-box;
  padding: 0.2rem 0.2rem 0.1rem;
  font-size: 0.2rem;
  color: #777;
  position: relative;
  z-index: 2;
}
.ser_nav li.active a {
  color: #333 !important;
}
.ser_nav li:hover a {
  color: var(--i_color);
}
.ser_nav .active::before,
.ser_nav .active::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ser_nav li::after {
    height: 3px;
  }
  .ser_nav a {
    font-size: 0.16rem;
    font-weight: bold;
    padding: 0.14rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ser_nav {
    padding-top: 0.3rem;
    background: #fff;
  }
  .ser_nav ul {
    flex-wrap: wrap;
    gap: 0.12rem 0;
  }
  .ser_nav li::before {
    width: 100%;
    background: #f1f1f1;
    -webkit-transition: initial;
    transition: initial;
  }
  .ser_nav li.active::before {
    background: var(--i_color);
  }
  .ser_nav li::after {
    display: none;
  }
  .ser_nav a {
    font-size: 15px;
    color: #444;
  }
  .ser_nav li:hover a,
  .ser_nav li.active a {
    color: #fff !important;
  }
}
@media screen and (max-width: 560px) {
  .ser_nav a {
    padding: 0.1rem 0.2rem;
  }
}
.ser_cont {
  background: #fff;
}
.ser_process {
}
.ser_process li {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ser_process li:last-child {
  margin-bottom: 0;
}
.ser_process figure {
  width: 40%;
  margin: 0 0;
}
.ser_process figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ser_process figure.imgs img:first-child {
  margin-bottom: 0.2rem;
}
.ser_process_t {
  width: 54%;
}
.ser_process_t h5 {
  margin-bottom: 0.4rem;
  font-size: 0.26rem;
  font-weight: bold;
}
.ser_process_t dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.3rem 0;
}
.ser_process_t dt,
.ser_process_t dd {
  border-top: 1px solid var(--border_color);
  padding: 0.3rem 0;
  position: relative;
}
.ser_process_t dt::before,
.ser_process_t dd::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.8rem;
  height: 3px;
  background: var(--i_color);
}
.ser_process_t dt {
  width: 46%;
}
.ser_process_t dd {
  width: 100%;
}
.ser_process_t dl i {
  display: table;
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  background: var(--i_color);
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.ser_process_t dl p {
  margin: 0.2rem 0 0;
  font-size: 0.2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .ser_process_t h5 {
    margin-bottom: 0.3rem;
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .ser_process li {
    flex-direction: column;
    margin-bottom: 0.6rem;
  }
  .ser_process figure {
    order: -1;
    width: 100%;
  }
  .ser_process figure.imgs {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ser_process figure img {
    width: 100%;
  }
  .ser_process figure.imgs img {
    width: 48%;
    margin: 0 0 !important;
  }
  .ser_process_t {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .ser_process_t h5 {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
  }
  .ser_process_t dt,
  .ser_process_t dd {
    padding: 0.2rem 0;
  }
  .ser_process_t dl p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .ser_process li {
    margin-bottom: 0.4rem;
  }
  .ser_process_t dt {
    width: 100%;
  }
  .ser_process_t h5 {
    font-size: 0.16rem;
  }
  .ser_process_t dl p {
    margin: 0.14rem 0 0;
    font-size: 0.15rem;
  }
}
.ser__TW {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ser__T {
  width: 50%;
}
.ser__W {
  width: 46%;
  margin-left: auto;
}
.ser__W img {
  width: 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) {
  .ser__T {
    width: 100%;
  }
  .ser__W {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .ser__W img {
    max-width: 6rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.ser_custom {
  padding-bottom: 0.7rem;
  background: url(static/images/custom_bg.webp) no-repeat top center;
  background-size: 100%;
  position: relative;
}
.ser_custom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: -webkit-linear-gradient(left, #092d66, #020d25);
  background: linear-gradient(to right, #092d66, #020d25);
}
.ser_custom_list {
  position: relative;
}
.ser_custom_list dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.ser_custom_list dt {
  width: 100%;
  position: relative;
}
.ser_custom_list figure {
  width: 100%;
  margin: 0;
  background: #000;
  position: relative;
  overflow: hidden;
}
.ser_custom_list figure::before {
  content: "";
  display: block;
  padding-bottom: 89%;
}
.ser_custom_list figure img {
  opacity: 0.5;
  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;
}
.ser_custom_list .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  box-sizing: border-box;
  padding: 0.2rem;
}
.ser_custom_list .txt p {
  padding-bottom: 0.16rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.ser_custom_list .txt p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 5px;
  background: var(--i_color);
}
.ser_custom_list .txt h6 {
  display: none;
  margin-top: 0.16rem;
  font-size: 14px;
  color: #666;
}
.ser_custom_list dt:hover figure img {
  opacity: 1;
}
.ser_custom_list dt:hover .txt {
  background: #fff;
}
.ser_custom_list dt:hover .txt p {
  color: #333;
}
.ser_custom_list figure img,
.ser_custom_list .txt,
.ser_custom_list .txt p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .ser_custom {
    padding-bottom: 0.4rem;
    background: none;
  }
  .ser_custom::before {
    display: none;
  }
  .ser_custom_list dl {
    flex-wrap: wrap;
    gap: 0.3rem 4%;
  }
  .ser_custom_list dt {
    width: 48%;
  }
  .ser_custom_list figure img {
    opacity: 1;
  }
  .ser_custom_list .txt {
    position: initial;
    width: 100%;
    padding: 0.2rem 0;
  }
  .ser_custom_list .txt p {
    font-size: 0.18rem;
    color: #333;
  }
  .ser_custom_list .txt h6 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ser_custom_list .txt p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 560px) {
  .ser_custom {
    padding-bottom: 0.2rem;
  }
  .ser_custom_list dt {
    width: 100%;
  }
  .ser_custom_list .txt p {
    font-size: 0.16rem;
  }
}
.ser_display {
  background: url(static/images/choose_bg.webp) no-repeat center;
  background-size: cover;
}
.ser_display_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}
.ser_display_list dt {
  width: 23.5%;
  position: relative;
  overflow: hidden;
}
.ser_display_list dt::before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.ser_display_list dt 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;
}
@media screen and (max-width: 768px) {
  .ser_display_list {
    gap: 0.2rem 2%;
  }
  .ser_display_list dt {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
}
/* News */
.n_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 6%;
}
.n_list li {
  width: 47%;
}
.n_list figure {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.n_list figure::before {
  content: "";
  display: block;
  padding-bottom: 44.6%;
}
.n_list figure 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;
}
.n_list .n_date {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  background: rgb(0 0 0 / 70%);
  text-align: center;
  padding: 0.1rem;
  z-index: 2;
}
.n_list .n_date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n_list .n_date p {
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
}
.n_list .n_date i {
  font-size: 13px;
  color: rgb(255 255 255 / 60%);
}
.n_list .n_date p,
.n_list .n_date i {
  position: relative;
}
.n_list span {
  display: block;
  padding: 0.2rem;
}
.n_list span p {
  margin-bottom: 0.18rem;
  font-size: 0.18rem;
  color: #111;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n_list span h6 {
  padding-top: 0.18rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  position: relative;
}
.n_list span h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.7rem;
  height: 2px;
  background: var(--i_color);
}
.n_list li:hover img {
  width: 104%;
  height: 104%;
}
.n_list li:hover .n_date::before {
  height: 100%;
}
.n_list li:hover span p {
  color: var(--i_color);
}
.n_list li:hover .list_more::before {
  width: 100%;
  height: 100%;
}
.n_list li:hover .list_more i {
  padding: 4px 6px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .n_list .n_date p {
    font-size: 0.2rem;
  }
  .n_list span p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .n_list {
    gap: 0.4rem 6%;
  }
  .n_list span {
    padding: 0.2rem 0;
  }
  .n_list .n_date {
    top: 0.1rem;
    left: 0.1rem;
    padding: 0.1rem;
  }
  .n_list .n_date p {
    font-size: 0.18rem;
  }
  .n_list span h6 {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 560px) {
  .n_list {
    gap: 0.4rem 0;
  }
  .n_list li {
    width: 100%;
  }
  .n_list span p {
    font-size: 0.16rem;
  }
}
/* Article  */
.in_news_art {
  max-width: 1080px;
}
.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;
}
@media screen and (max-width: 1440px) {
  .in_news_art_tit h1 {
    font-size: 0.28rem;
  }
  .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) {
  .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;
  }
  .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;
  }
}
/* Contact Us */
.c_form {
  background: #f1f1f1;
}
#wpforms-88 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-88 {
  margin: 0;
  padding: 0;
}
#wpforms-form-88 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-88 input,
#wpforms-88 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-88 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-88 .wpforms-field-label {
  font-size: 0;
}
#wpforms-88 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-88 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-88 .wpforms-field-container input,
#wpforms-88 textarea,
#wpforms-88 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  border: 1px solid transparent;
  background: #fff;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-88 .wpforms-field-container input:hover,
#wpforms-88 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-88 input {
  line-height: var(--input_height);
}
#wpforms-88 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-88-field_1-container,
#wpforms-88-field_2-container,
#wpforms-88-field_3-container {
  width: 32% !important;
}
#wpforms-88 input::-webkit-input-placeholder,
#wpforms-88 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-88 input::-moz-placeholder,
#wpforms-88 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-88 input::-ms-input-placeholder,
#wpforms-88 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-88-field_1-error,
#wpforms-88-field_2-error,
#wpforms-88-field_3-error,
#wpforms-88-field_4-error,
#wpforms-88-field_5-error,
#wpforms-88-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-88 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-88 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
}
#wpforms-88 .wpforms-submit-container button {
  width: 100%;
  height: 0.42rem;
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.42rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-88 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
#wpforms-88 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #wpforms-88 .wpforms-field {
    width: 100% !important;
  }
}
.c_contact {
}
.c_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 4%;
}
.c_list dt {
  width: 30.66%;
}
.c_list dd {
  width: 100%;
}
.c_list dt,
.c_list dd {
  padding-top: 0.4rem;
  border-top: 1px solid var(--border_color);
}
.c_list i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: var(--i_color);
  position: relative;
}
.c_list i iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.14rem;
  color: #fff;
}
.c_list h6 {
  margin: 0.14rem 0;
  padding-bottom: 0.14rem;
  font-size: 0.18rem;
  color: #666;
  position: relative;
}
.c_list h6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 2px;
  background: var(--i_color);
}
.c_list a,
.c_list p {
  font-size: 0.2rem;
  color: #111;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c_list {
    gap: 0.2rem 4%;
  }
  .c_list dt,
  .c_list dd {
    padding-top: 0.24rem;
  }
  .c_list h6 {
    font-size: 0.16rem;
  }
  .c_list a,
  .c_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .c_list dt {
    width: 100%;
  }
  .c_list h6 {
    font-size: 0.15rem;
  }
  .c_list a,
  .c_list p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 560px) {
  .c_list a,
  .c_list p {
    font-size: 0.16rem;
  }
}
.logo_list {
  position: relative;
  overflow: hidden;
}
.logo_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.logo_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.logo_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.logo_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.c_map {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c_map::before {
  content: "";
  display: block;
  padding-bottom: 34%;
}
.c_map iframe {
  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;
}

.is_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0;
}
.is_list li {
  width: 49%;
  position: relative;
}
.is_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.is_list .img::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.is_list .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.is_list li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .c_map::before {
    padding-bottom: 42%;
  }
}
@media screen and (max-width: 560px) {
  .c_map::before {
    padding-bottom: 54%;
  }
}
.scope_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.scope_list li {
  width: calc((100% - 40px) / 3);
  display: flex;
  justify-content: space-between;
  padding: 21px;
  transition: all 0.3s;
}

.scope_list .img {
  width: 50px;
  height: 50px;
}
.scope_list img {
  width: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.scope_list .txt {
  width: calc(100% - 70px);
}
.scope_list h6 {
  font-size: 18px;
  position: relative;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.scope_list h6::after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.scope_list p {
  font-size: 15px;
  color: #333;
}
.scope_list li:hover {
  background: #fff;
}
.scope_list li:hover img {
  transform: rotateY(180deg);
}

@media screen and (max-width: 1024px) {
  .scope_list li {
    width: calc((100% - 20px) / 2);
    padding: 0.1rem;
  }
  .scope_list .img {
    width: 40px;
    height: 40px;
  }
  .scope_list .txt {
    width: calc(100% - 60px);
  }
  .scope_list h6 {
    font-size: 16px;
  }
  .scope_list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .scope_list li {
    width: 100%;
  }
}
.enterprise {
  background: #fff;
}
.enterprise_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.enterprise_list li {
  width: calc((100% - 40px) / 3);
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .enterprise_list li:nth-child(2) {
    transform: translateY(50px);
  }
  .enterprise_list li:nth-child(2)::after,
  .enterprise_list li:nth-child(2)::before {
    content: "";
    width: 1.2rem;
    height: 0.6rem;
    position: absolute;
    z-index: 10;
  }
  .enterprise_list li:nth-child(2)::after {
    background: url(https://10828.china-2b.com/wp-content/uploads/2024/11/arrow_b.webp)
      no-repeat center;
    background-size: contain;
    left: -80px;
    bottom: 0px;
  }
  .enterprise_list li:nth-child(2)::before {
    background: url(https://10828.china-2b.com/wp-content/uploads/2024/11/arrow_t.webp)
      no-repeat center;
    background-size: contain;
    right: 40px;
    top: -80px;
  }
}
.enterprise_list .ico {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.enterprise_list iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color);
}
.enterprise_list .txt {
  width: calc(100% - 120px);
}
.enterprise_list h6 {
  font-size: 18px;
  margin-bottom: 0.14rem;
  font-weight: normal;
}

.enterprise_list p {
  font-size: 15px;
  color: #999;
}
.enterprise_list li:hover .ico {
  box-shadow: 2px 2px 10px rgba(0, 105, 217, 0.5);
}

@media screen and (max-width: 1024px) {
  .enterprise_list .ico {
    width: 60px;
    height: 60px;
  }

  .enterprise_list .txt {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .enterprise_list li {
    width: calc((100% - 20px) / 2);
  }
  .enterprise_list h6 {
    font-size: 16px;
  }
  .enterprise_list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .enterprise_list li {
    width: 100%;
  }
}

.certy {
  position: relative;
}
.certy_list {
  position: relative;
  overflow: hidden;
}
.certy_list::after,
.certy_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 100%;
  z-index: 10;
}
.certy_list::before {
  background: linear-gradient(to right, #f1f1f1, transparent);
  left: 0;
}
.certy_list::after {
  background: linear-gradient(to right, transparent, #f1f1f1);
  right: 0;
}
.certy_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.certy_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.23);
}
.certy_list .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.certy_list .img::before {
  content: "";
  display: block;
  padding-bottom: 60.26%;
}
.certy_list .img img {
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.certy_list .img,
.certy_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.certy_list li:hover .img {
  box-shadow: var(--i_shadow);
}
.certy_list li.swiper-slide-active {
  transform: scale(150%);
  z-index: 2;
}
.certy-prev,
.certy-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.certy-prev {
  left: -0.6rem;
}
.certy-next {
  right: -0.6rem;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.certy-prev:hover,
.certy-next:hover {
  opacity: 1;
}
.certy-pagination {
  display: none;
  text-align: center;
}
.certy-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

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

@media screen and (max-width: 1440px) {
  .certy-prev {
    left: 0;
  }
  .certy-next {
    right: 0;
  }
}
@media screen and (max-width: 560px) {
  .certy-pagination {
    margin-top: 0.22rem;
  }
  .certy_list .img img {
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
  }
}
