/*
Theme Name: WuJiang
Theme URI:
Description:
Version:
Author: Gene
Author URI:
*/
@charset "utf-8";

/* 调用外部字体 */
/* @font-face {
	font-family: 'dinc';
	src: url('static/fonts/DINC-B.otf') format("truetype");
} */

/* 初始化 */
html {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -webkit-overflow-scrolling: touch;
  /* scroll-padding-top: 150px;
	scroll-behavior: smooth */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font:
    normal 13px Arial,
    system-ui,
    -apple-system,
    Microsoft Yahei,
    tahoma,
    sans-serif;
}

button,
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
  border: 0;
  outline: 0;
}

ul,
ol,
li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
code,
dfn,
em,
var,
i,
b {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #555;
}

input,
textarea {
  outline-style: none;
}

/* wpforms表单插件生成代码初始化 */
.wpforms-container .wpforms-confirmation-scroll,
.wpforms-container .wpforms-error-container {
  line-height: 16px;
}

.wpforms-field-container .wpforms-field {
  padding: 0;
  margin: 0;
}

.wpforms-field-container input,
.wpforms-field-container textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/* 全局表单文字 */
input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.13rem;
}

input::-moz-placeholder {
  color: #aaa;
  font-size: 0.13rem;
}

input:-moz-placeholder {
  color: #aaa;
  font-size: 0.13rem;
}

input:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.13rem;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f1f1f1;
}

/* 复制选中 */
::selection {
  background: #338fff;
  color: #fff;
}

::-moz-selection {
  background: #338fff;
  color: #fff;
}

::-webkit-selection {
  background: #338fff;
  color: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  overflow: hidden;
}

.pr {
  position: relative;
}

.clear {
  clear: both;
}

.wrap {
  width: 1500px;
  margin: 0 auto;
}

.wrap_top {
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .wrap {
    width: 88%;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .wrap,
  .wrap_top {
    width: 94%;
  }
  .wrap_top {
    position: initial;
  }
}

:root {
  --i_color: #ff6a00;
  /* 全局颜色 */
  --i_color2: #ff8127;
  /* 副颜色 */
  --header_height: 0.84rem;
  /* 头部高度 */
  --header_height_reduce: 0.6rem;
  /* 头部收缩后高度 */
  --border_color: rgba(0, 0, 0, 0.1);
  /* 默认边框颜色 */
}

@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

/* header */
header {
  position: fixed;
  top: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 94%;
  z-index: 2014;
}
.TopHeader {
  top: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.top_cont {
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #f9f8f8;
  position: relative;
  z-index: 2013;
}
.TopHeader .top_cont {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 1024px) {
  header {
    top: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .top_cont {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

/* logo */
.logo {
  height: var(--header_height);
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo a {
  display: block;
}
.logo img {
  max-height: 0.68rem;
}

@media screen and (max-width: 1600px) {
  .logo img {
    max-width: 2.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-width: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  .logo img {
    max-width: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .logo img {
    max-width: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    float: left;
  }
  .logo img {
    max-width: 1.4rem;
  }
}

/* 导航 */
@media screen and (min-width: 1024px) {
  .i_nav {
    position: absolute;
    right: 9%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 2014;
  }

  .i_nav > li {
    position: relative;
  }
  .i_nav > li:not(:first-child) {
    margin-left: 0.5rem;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.16rem;
    color: #212121;
    line-height: var(--header_height);
    white-space: nowrap;
    text-transform: uppercase;
  }

  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    color: var(--i_color) !important;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    border-top: 2px solid var(--i_color);
    background: #fff;
    min-width: 1.6rem;
    overflow: hidden;
  }
  .nav_industry .sub-menu {
    display: none !important;
  }
  .i_nav .sub-menu li {
    position: relative;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav .sub-menu li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -0.16rem;
    width: 0.14rem;
    height: 0.14rem;
    background: url(static/images/public/arrow_right_double_bai.svg) no-repeat
      center;
    background-size: contain;
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
  }
  .i_nav .sub-menu li:hover {
    background: var(--i_color);
  }
  .i_nav .sub-menu li:hover::before {
    left: 0.16rem;
  }
  .i_nav .sub-menu li:hover a {
    left: 0.16rem;
    color: #fff;
  }
  .i_nav .sub-menu li,
  .i_nav .sub-menu li::before,
  .i_nav .sub-menu a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .i_nav {
    right: 10%;
  }
  .i_nav > li:not(:first-child) {
    margin-left: 0.4rem;
  }
  .i_nav > li > a {
    font-size: 0.15rem;
  }
  .i_nav .sub-menu a {
    font-size: 0.14rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav {
    right: 12%;
  }
  .i_nav > li:not(:first-child) {
    margin-left: 0.3rem;
  }
  .i_nav > li > a {
    font-size: 0.14rem;
  }
  .i_nav .sub-menu a {
    font-size: 0.13rem;
    line-height: 0.36rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .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: rgb(0 0 0 / 3%)
      url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.2rem;
  }

  .i_nav > .menu-item-has-children span.on {
    background: rgb(0 0 0 / 3%)
      url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
    background-size: 0.2rem;
  }

  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.15rem;
    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.14rem;
    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;
  }
}
@media screen and (max-width: 767px) {
}

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

/* pc导航下拉菜单 */
.nav_list_show {
  display: none;
  position: absolute;
  top: calc(var(--header_height) - 10px);
  left: 0;
  box-sizing: border-box;
  padding: 0.46rem 0 0.4rem;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  z-index: 2012;
}
.TopHeader .nav_list_show {
  top: var(--header_height) !important;
}
.nav_list_box {
  width: 96%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.nav_list_show ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px;
}
/*滚动条*/
.nav_list_show ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.nav_list_show ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--i_color);
}
.nav_list_show ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
}

.nav_list_show li {
  min-width: 260px;
  width: 260px;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.nav_list_show li:not(:last-child) {
  margin-right: 0.3rem;
}
.nav_list_show li a {
  display: block;
  overflow: hidden;
}

.nav_list_show .img {
  width: 100%;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.nav_list_show .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.nav_list_show .img:before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.nav_list_show .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav_list_show .txt {
  margin-top: 0.16rem;
  text-align: center;
}
.nav_list_show .txt p {
  font-size: 0.16rem;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav_list_show li:hover .img::after {
  width: calc(100% - 0.18rem);
  height: calc(100% - 0.18rem);
  border-color: #fff;
}
.nav_list_show li:hover .img img {
  width: 110%;
  height: 110%;
}
.nav_list_show li:hover p {
  color: var(--i_color);
}
.nav_list_show .img::after,
.nav_list_show .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .nav_list_show li {
    min-width: 220px;
    width: 220px;
  }
}
@media screen and (max-width: 1366px) {
  .nav_list_show li {
    min-width: 200px;
    width: 200px;
  }
  .nav_list_show .txt > a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1200px) {
  .nav_list_show li {
    min-width: 180px;
    width: 180px;
  }
}

/* 移动端导航按钮 */
.nav_menu {
  position: absolute;
  width: 22px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #000;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  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: 40px;
}
.top_r {
  position: absolute;
  right: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
}
/* 搜索 */
.top_search {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  height: var(--size);
  box-sizing: border-box;
  position: relative;
  z-index: 2015;
}
.top_search form {
  width: var(--size);
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.top_search_ipt {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--size);
  height: var(--size);
  box-sizing: border-box;
  padding: 0 var(--size) 0 0;
  line-height: var(--size);
  box-sizing: border-box;
  font-size: 0.14rem;
  color: #555;
  z-index: 3;
  cursor: pointer;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.top_search_ipt.on {
  opacity: 1;
  padding-left: 10px;
  width: 3rem;
  background: #fff;
  border: 1px solid var(--border_color);
  z-index: 1;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
}
.top_search_btn {
  width: var(--size);
  height: var(--size);
  background: url(static/images/public/search_2_hei.svg) no-repeat center;
  background-size: 0.22rem;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.top_search {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_search_ipt,
.top_search_btn {
  -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;
}

.top_language {
  margin-left: 0.2rem;
  width: var(--size);
  position: relative;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.top_language i {
  display: block;
  width: var(--size);
  height: var(--size);
  background: url(static/images/public/language_2_hei.svg) no-repeat center;
  background-size: 0.26rem;
  cursor: pointer;
}
.top_language_list {
  display: none;
  position: absolute;
  right: 0;
  top: 52px;
  z-index: 2;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.top_language_list::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: 0.12rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid var(--i_color);
}
.top_language.on .top_language_list {
  display: block !important;
}
.top_language_list ul {
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
}

.top_language_list li {
  background: var(--i_color);
}
.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;
}
.top_language_list .trp-ls-language-name {
  margin-left: 8px;
  font-size: 0.13rem;
  color: #fff;
  line-height: 32px;
}
.top_language:hover > i {
  background: url(static/images/language.svg) no-repeat center;
  background-size: 0.26rem;
}
.top_language_list li:hover {
  background: #1b55a7;
}
.top_language {
  -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: 1440px) {
  .top_language {
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1024px) {
  .top_r {
    right: 0.4rem;
  }
  .top_search_ipt {
    font-size: 0.13rem;
  }
  .top_language {
    margin-left: 0.04rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .top_search_ipt.on {
    width: 2.4rem;
  }
  .top_search_btn {
    background-size: 0.2rem;
  }
  .top_language i {
    background-size: 0.24rem;
  }
}

.top_ico_list {
  display: flex;
}
.top_ico_list dt {
  margin-left: 0.2rem;
}
.top_ico_list img {
  width: var(--size);
  height: var(--size);
  object-fit: contain;
}
.top_ico_list dt:hover {
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.top_ico_list dt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .top_ico_list dt {
    margin-left: 0.14rem;
  }
}
@media screen and (max-width: 1366px) {
  .top_ico_list img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}

header,
.top_cont,
.logo,
.logo img,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* banner */
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  height: 0;
  padding-bottom: calc(100vh - 0.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-button-prev {
  left: -0.6rem;
  background: url(static/images/public/arrow_left_long_bai.svg) no-repeat center;
  background-size: 0.3rem;
}

.banner-button-next {
  right: -0.6rem;
  background: url(static/images/public/arrow_right_long_bai.svg) no-repeat
    center;
  background-size: 0.3rem;
}

.banner:hover .banner-button-prev {
  left: 0.4rem;
}

.banner:hover .banner-button-next {
  right: 0.4rem;
}

.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: var(--i_color);
}

.banner-pagination {
  position: absolute;
  bottom: 8%;
  right: 3%;
  width: 0.14rem;
  cursor: pointer;
  z-index: 10;
}

.banner-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  margin: 0.1rem 0;
  background: none;
  box-sizing: border-box;
  border: 0 solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  outline: none;
}
.banner-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.banner-pagination .swiper-pagination-bullet-active {
  border-width: 1px;
}

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

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

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

@media screen and (max-width: 1024px) {
  .banner {
    margin-top: var(--header_height);
    height: auto;
  }
  .banner .swiper-slide {
    padding-bottom: 60%;
  }

  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination {
    right: initial;
    left: 50%;
    bottom: 0.3rem;
    transform: translate(-50%, 0);
    width: auto;
  }
  .banner-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 0.04rem;
  }
}

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

@media screen and (max-width: 767px) {
  .banner .swiper-slide {
    padding-bottom: 64%;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
}

/* Banner text */
.b_text1 {
  position: absolute;
  top: 44%;
  transform: translate(0, -50%);
  left: 19%;
}
.b_text1 i {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(2, 129, 192, 0.15);
  font-weight: bold;
}
.b_text1 h3 {
  margin-top: -0.4rem;
  display: inline-block;
  padding: 0 0.1rem;
  font-size: 0.44rem;
  font-weight: bold;
  line-height: 0.42rem;
  color: var(--i_color);
  text-transform: uppercase;
  position: relative;
}
.b_text1 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: var(--i_color2);
  z-index: -1;
}
.b_text1 h4 {
  display: inline-block;
  margin: 0.1rem 0 0.2rem;
  padding: 0 0.1rem;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.46rem;
  text-transform: uppercase;
  background: var(--i_color2);
}
.b_text1 h6 {
  max-width: 70%;
  padding: 0 0.1rem;
  font-size: 0.18rem;
  color: #212121;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 60%);
}

.b_text2 {
  position: absolute;
  top: 46%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.b_text2 h4 {
  display: inline-block;
  padding: 0 0.34rem;
  background: var(--i_color);
  font-size: 0.2rem;
  line-height: 0.46rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}
.b_text2 h2 {
  margin: 0.2rem auto;
  font-size: 0.42rem;
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
}
.b_text2 dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.b_text2 dt {
  padding-left: 0.2rem;
  margin: 0 0.16rem;
  font-size: 0.16rem;
  color: #212121;
  position: relative;
}
.b_text2 dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 0.1rem;
  height: 0.1rem;
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .b_text1 {
    top: 46%;
    left: 14%;
  }
}
@media screen and (max-width: 1366px) {
  .b_text2 {
    left: 38%;
  }
  .b_text2 h2 {
    font-size: 0.38rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .b_text1 {
    top: 43%;
    left: 4%;
  }
  .b_text1 i {
    font-size: 0.74rem;
  }
  .b_text1 h3 {
    font-size: 0.36rem;
  }
  .b_text1 h4 {
    font-size: 0.24rem;
  }
  .b_text1 h6 {
    font-size: 0.16rem;
  }

  .b_text2 h4 {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
  .b_text2 h2 {
    font-size: 0.3rem;
  }
  .b_text2 dt {
    margin: 0 0.1rem;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 959px) {
  .b_text1 i {
    font-size: 0.6rem;
  }
  .b_text1 h3 {
    font-size: 0.3rem;
  }
  .b_text1 h4 {
    margin: 0.1rem 0 0.14rem;
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
  .b_text1 h6 {
    font-size: 0.15rem;
  }

  .b_text2 h4 {
    font-size: 0.14rem;
    line-height: 0.34rem;
  }
  .b_text2 h2 {
    font-size: 0.26rem;
  }
  .b_text2 dl {
    display: inline-block;
  }
  .b_text2 dt {
    margin: 0 0;
    text-align: left;
    line-height: 0.24rem;
  }
  .b_text2 dt::before {
    width: 0.08rem;
    height: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .b_text1 h6 {
    color: #fff;
    text-shadow: none;
  }

  .b_text2 {
    left: 35%;
  }
  .b_text2 h4 {
    font-size: 0.13rem;
    line-height: 0.32rem;
  }
  .b_text2 h2 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 560px) {
  .b_text1 i {
    font-size: 0.4rem;
    line-height: 0.76rem;
  }
  .b_text1 h3 {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
  .b_text1 h4 {
    margin: -0.06rem 0 0.1rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
  }
  .b_text1 h6 {
    max-width: 90%;
    font-size: 0.13rem;
  }

  .b_text2 {
    top: 50%;
  }
  .b_text2 h4 {
    font-size: 0.12rem;
    line-height: 0.3rem;
  }
  .b_text2 h2 {
    margin: 0.1rem auto;
    font-size: 0.15rem;
  }
  .b_text2 dt {
    font-size: 0.12rem;
    line-height: 0.18rem;
  }
}

/* Banner menu */
.b_menu {
  --ico_size: 0.7rem;
}
.b_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.b_menu_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.b_menu_list li {
  width: 25%;
  background: var(--i_color);
  position: relative;
}
.b_menu_list li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgb(255 255 255 / 10%);
}
.b_menu_list a {
  display: block;
  padding: 0.2rem 0.3rem;
  text-align: center;
}
.b_menu_list .ico {
}
.b_menu_list .ico img {
  width: var(--ico_size);
  height: var(--ico_size);
  object-fit: contain;
}
.b_menu_list h2 {
  margin-top: 0.16rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}
.b_menu_list h6 {
  display: none;
  margin-top: 0.14rem;
  font-size: 0.15rem;
  color: #fff;
  line-height: 0.2rem;
}

.b_menu_list li:hover {
  background: var(--i_color2);
}

@media screen and (max-width: 1440px) {
  .b_menu {
    --ico_size: 0.6rem;
  }
}
@media screen and (max-width: 1366px) {
  .b_menu {
    --ico_size: 0.54rem;
  }
  .b_menu_list h2 {
    font-size: 0.18rem;
  }
  .b_menu_list a {
    padding: 0.2rem 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .b_menu {
    --ico_size: 0.48rem;
  }
  .b_menu_list h2 {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_menu {
    --ico_size: 0.36rem;
  }
  .b_menu {
    position: initial;
    margin-top: 0.3rem;
  }
  .b_menu_list h2 {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
  .b_menu_list h6 {
    display: none !important;
    font-size: 0.13rem;
    line-height: 0.18rem;
  }
}
@media screen and (max-width: 959px) {
  .b_menu {
    --ico_size: 0.32rem;
  }
  .b_menu_list a {
    padding: 0.14rem 0.1rem;
  }
  .b_menu_list h2 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .b_menu {
    --ico_size: 0.24rem;
  }
  .b_menu_list h2 {
    font-size: 0.14rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 560px) {
  .b_menu {
    --ico_size: 0.2rem;
  }
  .b_menu {
    margin-top: 0.2rem;
  }
  .b_menu_list h2 {
    font-size: 0.13rem;
  }
}

/* main */
main {
  overflow: hidden;
}
.main_bg {
  margin-bottom: -1.4rem;
  padding-bottom: 1.4rem;
  background-color: #f9f9f9;
}

/* BOX - margin and padding */
.box_mg {
  margin: 0.8rem auto 0.8rem;
}

.box_pd {
  padding: 0.8rem 0;
}

@media screen and (max-width: 1440px) {
  .box_pd {
    padding: 0.7rem 0 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .box_mg {
    margin: 0.6rem auto 0.6rem;
  }
  .box_pd {
    padding: 0.6rem 0 0.6rem;
  }
}
@media screen and (max-width: 959px) {
  .box_pd {
    padding: 0.6rem 0 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .box_mg {
    margin: 0.5rem auto 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .box_mg {
    margin: 0.4rem auto 0.4rem;
  }
  .box_pd {
    padding: 0.4rem 0 0.4rem;
  }
}

/* HOME - big title */
.i_tit {
  display: table;
  margin: 0 auto 0.5rem;
  text-align: center;
  overflow: hidden;
}
.i_tit h2 {
  display: inline-block;
  padding-bottom: 0.08rem;
  text-align: center;
  font-size: 0.42rem;
  color: var(--i_color);
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.i_tit h2::before,
.i_tit h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.i_tit h2::before {
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.i_tit h2::after {
  bottom: 0;
  width: 0.6rem;
  height: 3px;
  background: var(--i_color2);
}

.i_tit h6 {
  margin-top: 0.14rem;
  font-size: 0.18rem;
  color: var(--i_color);
  text-transform: uppercase;
}
.i_tit i {
  display: block;
  margin-top: 0.18rem;
  width: 50%;
  height: 2px;
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .i_tit h2 {
    font-size: 0.36rem;
  }
  .i_tit h6 {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_tit h2 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit {
    margin: 0 auto 0.4rem;
  }
  .i_tit h2 {
    font-size: 0.26rem;
  }
  .i_tit h2::after {
    width: 0.4rem;
  }
  .i_tit h6 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .i_tit {
    margin: 0 auto 0.3rem;
  }
  .i_tit h2 {
    font-size: 0.22rem;
  }
  .i_tit h6 {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 560px) {
  .i_tit {
    margin: 0 auto 0.26rem;
  }
  .i_tit h2 {
    font-size: 0.18rem;
  }
  .i_tit h6 {
    margin-top: 0.1rem;
    font-size: 0.12rem;
  }
}

/* HOME - more */
.i_more {
  display: table;
  margin: 0.6rem auto 0;
  padding: 0 0.6rem;
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.i_more::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 0;
  background: var(--i_color2);
}
.i_more i {
  display: block;
  position: relative;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.46rem;
  text-transform: uppercase;
}
.i_more:hover::before {
  height: 100%;
}
.i_more::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .i_more {
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 1366px) {
  .i_more {
    margin: 0.4rem auto 0;
    padding: 0 0.5rem;
  }
  .i_more i {
    font-size: 0.16rem;
    line-height: 0.44rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_more {
    padding: 0 0.4rem;
  }
  .i_more i {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_more {
    margin: 0.3rem auto 0;
    padding: 0 0.3rem;
  }
  .i_more i {
    font-size: 0.13rem;
    line-height: 0.36rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .i_more {
    margin-top: 0.2rem;
    padding: 0 0.2rem;
  }
  .i_more i {
    font-size: 0.12rem;
    line-height: 0.32rem;
  }
}
@media screen and (max-width: 560px) {
}

.b_menu_full {
  margin-top: -0.8rem;
}
@media screen and (max-width: 1024px) {
  .b_menu_full {
    margin-top: 0;
  }
}

/* Home - About */
.i_about {
  padding: 1.6rem 0;
  background: url(https://lingjuimg.com/wp-content/uploads/WuJiang/2026/09/i_about_bg.webp)
    no-repeat bottom center;
  background-size: cover;
}
.i_about_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.i_ab_text {
  width: 47%;
}
.i_ab_text .i_tit {
  margin: 0 0 0.3rem;
}
.i_ab_text .i_tit h2::after {
  left: 0;
  transform: none;
}
.i_ab_text .i_tit h6 {
  text-align: left;
}

.i_ab_text article {
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #212121;
}

.i_ab_text .i_more {
  margin: 0 0;
}

.i_ab_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0.2rem 0 0.3rem;
}
.i_ab_list dt {
  margin: 0.12rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
}
.i_ab_list dt:nth-child(odd) {
  padding-right: 0.2rem;
}
.i_ab_list dt:nth-child(even) {
  padding-left: 0.2rem;
}
.i_ab_list img {
  margin-right: 0.1rem;
  height: 0.4rem;
}
.i_ab_list p {
  font-size: 0.18rem;
  color: #333;
}
.i_ab_list p span {
}
.i_ab_list dt:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.i_ab_list dt:hover p {
  color: var(--i_color);
}
.i_ab_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_ab_pic {
  --pbox: 0.3rem;
}
.i_ab_pic {
  width: 47%;
  height: 100%;
  box-sizing: border-box;
  padding: var(--pbox) var(--pbox) 0 0;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
.i_ab_pic::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--pbox));
  height: calc(100% - var(--pbox));
  box-sizing: border-box;
  border: 3px solid var(--i_color2);
}
.i_ab_pic_list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.i_ab_pic_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.i_ab_pic_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.i_ab_pic_list .swiper-slide .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_ab_pic_list .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.i_ab_pic_list .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab-pagination {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 2;
  display: block;
  text-align: center;
}
.ab-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 3px;
  background: #e5e5e5;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  outline: none;
}
.ab-pagination .swiper-pagination-bullet-active {
  position: relative;
  width: 0.34rem;
  height: 0.08rem;
  background: var(--i_color2);
}
.ab-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .i_about {
    padding: 1.6rem 0 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_ab_pic {
    --pbox: 0.26rem;
  }
  .i_ab_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_ab_text article {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .i_ab_list dt {
    margin: 0.08rem 0;
  }
  .i_ab_list img {
    height: 0.3rem;
  }
  .i_ab_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_about {
    padding: 0.5rem 0 0.6rem;
  }
  .i_ab_text {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .i_ab_pic {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .i_about {
    padding: 0.4rem 0 0.5rem;
  }
  .i_ab_pic {
    --pbox: 0.14rem;
  }
  .i_ab_text {
    margin-bottom: 0.26rem;
  }
  .i_ab_text .i_tit {
    margin: 0 0 0.2rem;
  }
  .i_ab_text article {
    font-size: 0.13rem;
    line-height: 0.2rem;
  }
  .i_ab_list {
    margin: 0.14rem 0 0.2rem;
  }
  .i_ab_list img {
    height: 0.24rem;
  }
  .i_ab_list p {
    font-size: 0.14rem;
  }
  .ab-pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
  .ab-pagination .swiper-pagination-bullet-active {
    width: 0.2rem;
  }
}

/* Industry */
.i_industry {
}

.i_industry_list {
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.i_industry_list .swiper-wrapper {
  display: flex;
  position: relative;
  counter-reset: section;
}
.i_industry_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.i_industry_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 160%;
}

.i_industry_list a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.i_industry_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.i_industry_list .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  z-index: 2;
}
.i_industry_list .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: linear-gradient(rgb(255 255 255 / 80%), transparent);
}
.i_industry_list .img img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_industry_list .txt {
  position: absolute;
  bottom: 55%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.4rem;
  z-index: 3;
}
.i_industry_list .txt i::before {
  counter-increment: section;
  content: "0" counter(section);
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}
.i_industry_list .txt h2 {
  margin: 0.3rem 0 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.i_industry_list .txt h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  height: 4px;
  background: var(--i_color2);
}
.i_industry_list .txt h6 {
  height: 0;
  font-size: 0.16rem;
  color: #212121;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.i_industry_list .more {
  position: absolute;
  right: -0.8rem;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--i_color) url(static/images/public/arrow_right_long_bai.svg)
    no-repeat center;
  background-size: 0.3rem;
}

.i_industry_list li:hover .img::before {
  bottom: 0;
  top: initial;
  height: 0;
}
.i_industry_list li:hover .img::after {
  height: 50%;
}
.i_industry_list li:hover h2::before {
  width: 90%;
  background: var(--i_color);
}
.i_industry_list li:hover i::before {
  color: var(--i_color);
}
.i_industry_list li:hover h2 {
  color: #212121;
}
.i_industry_list li:hover h6 {
  height: 0.6rem;
}
.i_industry_list li:hover .more {
  right: 0;
}
.i_industry_list .img::before,
.i_industry_list .img::after,
.i_industry_list .txt h2::before,
.i_industry_list .txt h6,
.i_industry_list .more {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.i_industry_list .img img {
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
}

@media screen and (max-width: 1440px) {
  .i_industry_list .txt h2 {
    font-size: 0.24rem;
  }
  .i_industry_list .txt h2::before {
    height: 3px;
  }
  .i_industry_list .more {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_industry_list .txt h2 {
    margin: 0.2rem 0 0.2rem;
  }
  .i_industry_list .txt h6 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_industry_list .txt h2 {
    margin: 0.2rem 0 0.16rem;
    font-size: 0.2rem;
  }
  .i_industry_list .txt h2::before {
    height: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .i_industry_list .txt i::before {
    font-size: 0.26rem;
  }
  .i_industry_list .txt h2 {
    margin: 0.14rem 0 0.16rem;
    padding-bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .i_industry_list .txt h6 {
    font-size: 0.13rem;
    line-height: 0.18rem;
  }
  .i_industry_list li:hover h6 {
    height: 0.54rem;
  }
}
@media screen and (max-width: 767px) {
  .i_industry_list .txt {
    padding: 0 0.2rem;
  }
  .i_industry_list .img::before,
  .i_industry_list .img::after {
    display: none;
  }
  .i_industry_list .img::after {
    height: 50%;
  }
  .i_industry_list .txt {
    bottom: 44%;
  }
  .i_industry_list .txt i::before {
    font-size: 0.22rem;
  }
  .i_industry_list .txt h2 {
    font-size: 0.14rem;
  }
  .i_industry_list .txt h6 {
    font-size: 0.12rem;
    color: #fff;
    height: 0.54rem;
  }
  .i_industry_list .more {
    width: 0.26rem;
    height: 0.26rem;
    background-size: 0.16rem;
  }
}

.i_products_list {
  position: relative;
}
.i_products_list {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 6px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.i_products_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_products_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.i_products_list .swiper-slide a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.i_products_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_products_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_products_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}

.i_products_list .txt {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 72, 154, 0.7);
}
.i_products_list .txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-sizing: border-box;
  padding: 0 14px;
  width: 100%;
}
.i_products_list .txt p {
  margin-bottom: 6px;
  font-size: 17px;
  color: #fff;
}
.i_products_list .txt i {
  font-size: 16px;
  color: #fff;
}

.i_products_list .swiper-slide:hover .txt {
  bottom: 0;
}
.i_products_list .txt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Home News */
.i_news {
  margin-bottom: 0.2rem !important;
}
.i_top_news {
  width: 49%;
}

.i_news_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.i_top_news_list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.i_top_news_list .swiper-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
.i_top_news_list .swiper-slide {
  height: 100%;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.i_top_news_list a {
  display: block;
  height: 100%;
  position: relative;
}
.i_top_news_list a::before,
.i_top_news_list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.i_top_news_list a::before {
  height: 50%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0), rgb(0 0 0 / 70%));
}
.i_top_news_list a::after {
  height: 0;
  background: linear-gradient(0deg, #333333 0%, #33333300 100%);
}
.i_top_news_list a:hover::after {
  height: 50%;
}
.i_top_news_list a::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_top_news_list .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i_top_news_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_top_news_list .txt {
  width: 100%;
  position: absolute;
  bottom: 0.5rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
  z-index: 3;
}
.i_top_news_list .n_time {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.i_top_news_list .n_time h3 {
  font-size: 0.36rem;
  color: #fff;
}
.i_top_news_list .n_time i {
  padding-left: 0.14rem;
  font-size: 0.18rem;
  color: #fff;
  margin-left: 0.14rem;
  position: relative;
}
.i_top_news_list .n_time i::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 80%;
  background: #fff;
}
.i_top_news_list .txt h2 {
  margin: 0.08rem 0 0.06rem;
  font-size: 0.26rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.i_top_news_list .txt h6 {
  font-size: 0.15rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-pagination {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 2;
  display: block;
  text-align: center;
}
.news-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 3px;
  background: #e5e5e5;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  outline: none;
}
.news-pagination .swiper-pagination-bullet-active {
  position: relative;
  width: 0.34rem;
  height: 0.08rem;
  background: var(--i_color2);
}
.news-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_news_list {
  margin-left: auto;
  width: 49%;
}
.i_news_list li {
  box-shadow: 0 0 10px rgb(0 0 0 / 0%);
}
.i_news_list li:not(:last-child) {
  margin-bottom: 0.24rem;
}
.i_news_list a {
  display: block;
  padding: 0.32rem 0.6rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.i_news_list .n_time {
  text-align: center;
}
.i_news_list .n_time h3 {
  padding-bottom: 0.06rem;
  margin-bottom: 0.1rem;
  font-size: 0.34rem;
  color: var(--i_color);
  position: relative;
}
.i_news_list .n_time h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 70%;
  height: 1px;
  background: var(--border_color);
}
.i_news_list .n_time p {
  font-size: 0.15rem;
  color: #555;
}
.i_news_list .txt {
  width: 84%;
  box-sizing: border-box;
  padding-left: 0.4rem;
  margin-left: auto;
  position: relative;
}
.i_news_list .txt::before,
.i_news_list .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
}
.i_news_list .txt::before {
  height: 100%;
  background: var(--border_color);
}
.i_news_list .txt::after {
  height: 0;
  background: var(--i_color);
}

.i_news_list .txt h2 {
  margin-bottom: 0.06rem;
  font-size: 0.22rem;
  color: #212121;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_news_list .txt h6 {
  font-size: 0.15rem;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.i_news_list li:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.i_news_list li:hover .txt::after {
  height: 100%;
}
.i_news_list li:hover h2 {
  color: var(--i_color);
}
.i_news_list li,
.i_news_list .txt::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .i_news_list li:not(:last-child) {
    margin-bottom: 0.18rem;
  }
  .i_news_list a {
    padding: 0.3rem 0.4rem;
  }
  .i_news_list .txt h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_top_news_list .txt h2 {
    font-size: 0.2rem;
  }
  .i_news_list {
    width: 48%;
  }
  .i_news_list .n_time h3 {
    font-size: 0.3rem;
  }
  .i_news_list .n_time p {
    font-size: 0.14rem;
  }
  .i_news_list a {
    padding: 0.26rem 0.3rem;
  }
  .i_news_list .txt {
    width: 86%;
    padding-left: 0.2rem;
  }
  .i_news_list .txt h2 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_top_news_list .txt {
    padding: 0 0.2rem;
  }
  .i_top_news_list .n_time h3 {
    font-size: 0.3rem;
  }
  .i_top_news_list .n_time i {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_top_news,
  .i_news_list {
    width: 100%;
  }
  .i_top_news {
    height: 100%;
    margin-bottom: 0.3rem;
  }
  .i_top_news_list .img::before {
    content: "";
    display: block;
    padding-bottom: 62%;
  }
  .i_top_news_list .img img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .i_news_list li {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  .i_news_list .txt {
    width: calc(100% - 0.8rem);
  }
}
@media screen and (max-width: 767px) {
  .i_top_news_list .n_time h3 {
    font-size: 0.2rem;
  }
  .i_top_news_list .n_time i {
    font-size: 0.13rem;
  }
  .i_top_news_list .txt {
    bottom: 0.4rem;
  }
  .i_top_news_list .txt h2 {
    font-size: 0.16rem;
  }
  .i_top_news_list .txt h6 {
    font-size: 0.12rem;
  }
  .i_top_news_list a::before {
    height: 80%;
  }
  .news-pagination {
    bottom: 0.16rem;
  }
  .news-pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
  .news-pagination .swiper-pagination-bullet-active {
    width: 0.2rem;
  }
  .i_news_list a {
    padding: 0.2rem 0.2rem;
  }
  .i_news_list .n_time h3 {
    font-size: 0.22rem;
  }
  .i_news_list .n_time p {
    font-size: 0.12rem;
  }
  .i_news_list .txt {
    width: calc(100% - 0.66rem);
  }
  .i_news_list .txt h2 {
    font-size: 0.15rem;
  }
  .i_news_list .txt h6 {
    font-size: 0.12rem;
    line-height: 0.16rem;
  }
}

/* Footer */
footer {
  padding-top: 1.8rem;
  position: relative;
  z-index: 2;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: url(https://lingjuimg.com/wp-content/uploads/WuJiang/2026/09/footer_ba.png)
    no-repeat center;
  background-size: cover;
  -webkit-clip-path: polygon(
    100% 0%,
    100% 100%,
    0% 100%,
    0% 100%,
    0% 0%,
    50% 1.3rem
  );
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1.3rem);
  z-index: -1;
}

.f_cont_box {
}
.f_form {
  text-align: center;
}
.f_form .tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.f_form p {
  margin-bottom: 0.4rem;
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #fff;
}

#wpforms-529 {
  --input_font_size: 0.16rem;
  --input_height: 0.66rem;
}
#wpforms-529 {
  width: 52%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-529 {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 1px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#wpforms-529 .wpforms-field-container {
  width: 75%;
}

#wpforms-529 input,
#wpforms-529 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-529 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-529 .wpforms-field-label {
  font-size: 0;
}
#wpforms-529 .wpforms-required-label {
  position: absolute;
  top: 0.14rem;
  left: 0.14rem;
  font-size: 0.22rem;
  color: #f00;
}

#wpforms-529 .wpforms-field {
  width: 100%;
  background: transparent;
  position: relative;
}
#wpforms-529 .wpforms-field-textarea {
  width: 100% !important;
}

#wpforms-529 .wpforms-field-container input {
  width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  border: none;
  background: none;
  padding: 0 0.2rem 0 0.3rem;
  overflow: hidden;
}
#wpforms-529 input {
  line-height: var(--input_height);
}
#wpforms-529 textarea {
  line-height: 22px;
  min-height: 120px;
  padding: 0.1rem 0.16rem;
}
#wpforms-529 input::-webkit-input-placeholder,
#wpforms-529 textarea::-webkit-input-placeholder {
  color: #bbb;
  font-size: var(--input_font_size);
}
#wpforms-529 input::-moz-placeholder,
#wpforms-529 textarea::-moz-placeholder {
  color: #bbb;
  font-size: var(--input_font_size);
}
#wpforms-529 input::-ms-input-placeholder,
#wpforms-529 textarea::-ms-input-placeholder {
  color: #bbb;
  font-size: var(--input_font_size);
}

#wpforms-529 #wpforms-529-field_1-error,
#wpforms-529 #wpforms-529-field_2-error,
#wpforms-529 #wpforms-529-field_3-error,
#wpforms-529 #wpforms-529-field_4-error,
#wpforms-529 #wpforms-529-field_5-error,
#wpforms-529 #wpforms-529-field_6-error {
  position: absolute;
  left: 0.3rem;
  bottom: -0.24rem;
  font-size: 13px;
  color: #df1e1e;
}

#wpforms-529 .wpforms-submit-container {
  margin-left: auto;
  margin-top: 0;
  padding: 0 !important;
  box-sizing: border-box;
  width: 25%;
  height: var(--input_height);
  background: var(--i_color);
  background: -webkit-linear-gradient(left, var(--i_color2), var(--i_color));
  background: linear-gradient(to right, var(--i_color2), var(--i_color));
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
#wpforms-529 .wpforms-submit-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color2);
}
#wpforms-529 .wpforms-submit-container button {
  width: 100%;
  height: var(--input_height);
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  position: relative;
  z-index: 2;
  opacity: 1;
}

#wpforms-529 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-529 .wpforms-submit-container:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-529 .wpforms-submit-container::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  footer::before {
    -webkit-clip-path: polygon(
      100% 0%,
      100% 100%,
      0% 100%,
      0% 100%,
      0% 0%,
      50% 1.1rem
    );
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1.1rem);
  }
  #wpforms-529 {
    --input_font_size: 0.15rem;
    --input_height: 0.6rem;
  }
}
@media screen and (max-width: 1366px) {
  footer {
    padding-top: 1.6rem;
  }
  .f_form .tit {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 1.4rem;
  }
  footer::before {
    -webkit-clip-path: polygon(
      100% 0%,
      100% 100%,
      0% 100%,
      0% 100%,
      0% 0%,
      50% 1rem
    );
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1rem);
  }
  .f_form .tit {
    font-size: 0.3rem;
  }
  .f_form p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 1.2rem;
  }
  footer::before {
    -webkit-clip-path: polygon(
      100% 0%,
      100% 100%,
      0% 100%,
      0% 100%,
      0% 0%,
      50% 0.8rem
    );
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 0.8rem);
  }
  .f_form .tit {
    font-size: 0.24rem;
  }
  .f_form p {
    margin-bottom: 0.3rem;
    font-size: 0.15rem;
  }
  #wpforms-529 {
    --input_font_size: 0.14rem;
    --input_height: 0.5rem;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 1rem;
  }
  footer::before {
    -webkit-clip-path: polygon(
      100% 0%,
      100% 100%,
      0% 100%,
      0% 100%,
      0% 0%,
      50% 0.6rem
    );
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 0.6rem);
  }
  .f_form .tit {
    font-size: 0.18rem;
  }
  .f_form p {
    margin: 0.1rem 0 0.2rem;
    font-size: 0.14rem;
  }
  #wpforms-529 {
    --input_font_size: 0.14rem;
    --input_height: 0.4rem;
    width: 98%;
  }
  #wpforms-529 .wpforms-required-label {
    top: 0.1rem;
    left: 0.06rem;
    font-size: 0.16rem;
  }
  #wpforms-529 .wpforms-field-container {
    width: calc(100% - 120px);
  }
  #wpforms-529 .wpforms-submit-container {
    width: 120px;
  }
  #wpforms-529 .wpforms-field-container input {
    padding: 0 0.2rem 0 0.2rem;
  }
  #wpforms-529 .wpforms-submit-container button {
    font-size: 0.12rem;
  }
  #wpforms-529 #wpforms-529-field_1-error,
  #wpforms-529 #wpforms-529-field_2-error,
  #wpforms-529 #wpforms-529-field_3-error,
  #wpforms-529 #wpforms-529-field_4-error,
  #wpforms-529 #wpforms-529-field_5-error,
  #wpforms-529 #wpforms-529-field_6-error {
    left: 0.2rem;
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 560px) {
  footer {
    padding-top: 0.6rem;
  }
  footer::before {
    -webkit-clip-path: polygon(
      100% 0%,
      100% 100%,
      0% 100%,
      0% 100%,
      0% 0%,
      50% 0.4rem
    );
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 0.4rem);
  }
}

.f_cont {
  margin: 0.8rem 0 0.6rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_cont dt {
  max-width: 34%;
}
h2.f_tit {
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.f_media {
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.f_media li {
}
.f_media li:not(:last-child) {
  margin-right: 0.2rem;
}
.f_media iconify-icon {
  font-size: 0.26rem;
  color: #fff;
}
.f_media li:hover {
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.f_media li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.f_contact_list {
  margin-top: 0.2rem;
}
.f_contact_list li {
  margin-bottom: 0.18rem;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

.f_contact_list li i {
  display: block;
  margin-right: 10px;
  width: 0.24rem;
  height: 0.24rem;
}

.f_contact_list li i img {
  height: 100%;
}

.f_contact_list li span,
.f_contact_list li span a {
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  line-height: 22px;
}
.f_contact_list li span a {
  cursor: pointer;
}

.f_contact_list li span b {
  font-weight: bold;
  margin-right: 4px;
}

.f_contact_list li:hover img {
  opacity: 1;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}
.f_contact_list li a:hover {
  color: var(--i_color2);
}

.f_nav {
}
.f_nav li {
  padding-right: 0.2rem;
  position: relative;
  overflow: hidden;
}
.f_nav li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -0.2rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(https://lingjuimg.com/wp-content/uploads/WuJiang/2026/09/footer_right_svg.webp)
    no-repeat center;
  background-size: contain;
}
.f_nav a {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
  text-transform: uppercase;
  position: relative;
  left: 0;
}
.f_nav li:hover::before {
  left: 0;
}
.f_nav li:hover a {
  left: 0.2rem;
  color: var(--i_color2);
}
.f_nav li::before,
.f_nav a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.f_copy {
  margin-bottom: -1px;
  padding: 0.16rem 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.f_copy .wrap {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_copy a {
  margin-left: auto;
}
.f_copy p,
.f_copy a {
  font-size: 0.15rem;
  color: #fff;
}
.f_copy a:hover {
  color: var(--i_color2);
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  h2.f_tit {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
  h2.f_tit {
    font-size: 0.2rem;
  }
  .f_contact_list li span,
  .f_contact_list li span a,
  .f_nav a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_cont {
    margin: 0.5rem 0 0.3rem;
  }
  .f_cont dt {
    max-width: 100%;
    width: 100%;
  }
  .f_cont dd {
    display: none;
  }
  h2.f_tit {
    font-size: 0.16rem;
  }
  .f_copy p,
  .f_copy a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .f_cont {
    margin: 0.5rem 0 0.2rem;
  }
  h2.f_tit {
    margin-bottom: 0.14rem;
  }
  .f_media iconify-icon {
    font-size: 0.2rem;
  }
  .f_contact_list li {
    margin-bottom: 0.1rem;
  }
  .f_contact_list li i {
    width: 0.2rem;
    height: 0.2rem;
  }
  .f_contact_list li span,
  .f_contact_list li span a,
  .f_nav a {
    font-size: 0.13rem;
  }
  .f_copy {
    padding: 0.1rem 0;
  }
  .f_copy .wrap {
    display: block;
    text-align: center;
  }
  .f_copy p,
  .f_copy a {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
}

/* Inside Page */

.full_h {
  display: block;
  width: 100%;
  height: var(--header_height);
  background: none;
}

/* Inside Banner */
.in_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_banner::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 36.58%;
}
.in_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .in_banner {
    margin-top: var(--header_height);
  }
  .in_banner:before {
    content: "";
    display: block;
    padding-bottom: 40%;
  }
  .in_banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .in_banner:before {
    padding-bottom: 42%;
  }
}
@media screen and (max-width: 767px) {
  .in_banner:before {
    padding-bottom: 44%;
  }
}
@media screen and (max-width: 560px) {
  .in_banner:before {
    padding-bottom: 46%;
  }
}

/* Breadcrumb */
.in_position {
  padding: 0.16rem 0;
  background: #f6f6f6;
}

.in_position a {
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
  position: relative;
  line-height: 20px;
  text-transform: uppercase;
}

.in_position a:first-child {
  padding-left: 26px;
  background: url(static/images/public/home_1_hei.svg) no-repeat left center;
  background-size: 20px;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #777;
}

.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 a {
    font-size: 13px;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
}

.in_nav {
  margin-top: 0.2rem;
  position: relative;
}
.in_nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}

.in_nav_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
}
.in_nav_list li {
  max-width: 50%;
  text-align: center;
  margin: 0 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.in_nav_list li::before,
.in_nav_list li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.in_nav_list li::before {
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--i_color);
}
.in_nav_list li::after {
  bottom: -0.1rem;
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.08rem solid var(--i_color);
}
.in_nav_list a {
  display: block;
  padding: 0.22rem 0;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.2rem;
}
.in_nav_list .curr a {
  color: var(--i_color);
}
.in_nav_list .curr::before,
.in_nav_list li:hover::before {
  width: 100%;
}
.in_nav_list .curr::after,
.in_nav_list li:hover::after {
  bottom: 2px;
}
.in_nav_list li:hover a {
  color: var(--i_color);
}
.in_nav_list li::before,
.in_nav_list li::after,
.in_nav_list a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1200px) {
  .in_nav_list li {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_nav_list li {
    margin: 0 0.16rem;
  }
  .in_nav_list a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .in_nav_list li {
    margin: 0 0.12rem;
  }
  .in_nav_list li::before {
    height: 2px;
  }
  .in_nav_list li::after {
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    border-bottom: 0.05rem solid var(--i_color);
  }
  .in_nav_list a {
    padding: 0.16rem 0;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .in_nav_list li {
    margin: 0 0.08rem;
  }
  .in_nav_list a {
    font-size: 0.13rem;
  }
}

/* Our Company */
.in_about {
}

.in_about_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_about_v {
  width: 50%;
}
.in_about_v .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_about_v .img::before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.in_about_v .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_about_v .v_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
  background: url(static/images/play-btn.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}
.in_about_v .v_play:hover {
  transform: translate(-50%, -50%) rotate(240deg);
}

.v_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  max-height: 80vh;
  background: rgb(0 0 0 / 90%);
  object-fit: contain;
  z-index: 99999999;
}
.v_box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.v_box .v_close {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/public/close_1_bai.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.v_box .v_close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.in_about_v .v_play,
.v_box .v_close {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_about_t {
  margin-left: auto;
  width: 46%;
  position: relative;
}

.in_about_t h2 {
  font-size: 0.32rem;
  color: var(--i_color);
  font-weight: bold;
}
.in_about_t article {
  margin: 0.26rem 0 0.4rem;
  font-size: 0.15rem;
  color: #212121;
  line-height: 0.24rem;
}
.in_about_t .i_more {
  margin: 0 0;
}

@media screen and (max-width: 1440px) {
  .in_about_t h2 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_about_t h2 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_about_v {
    width: 100%;
  }
  .in_about_t {
    margin-top: 0.4rem;
    width: 100%;
  }
  .in_about_t h2 {
    font-size: 0.2rem;
  }
  .in_about_t article {
    margin: 0.16rem 0 0.26rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
}
@media screen and (max-width: 767px) {
  .in_about_t {
    margin-top: 0.2rem;
  }
  .in_about_v .v_play {
    width: 0.48rem;
    height: 0.48rem;
  }
  .in_about_t h2 {
    font-size: 0.17rem;
  }
  .in_about_t article {
    margin: 0.12rem 0 0.2rem;
    font-size: 0.13rem;
    line-height: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
}

.in_abnum {
  padding: 1rem 0;
  background: url(https://lingjuimg.com/wp-content/uploads/WuJiang/2026/09/about_in_abnum.webp)
    no-repeat center;
  background-size: cover;
}

.in_abnum_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_abnum_list dt {
  text-align: center;
}
.in_abnum_list dt:not(:last-child) {
  margin-right: 1.3rem;
}
.in_abnum_list .ico {
  position: relative;
  width: 1.26rem;
  height: 1.26rem;
  margin: 0 auto 0.26rem;
  background: url(static/images/in_abnum_ico_bg.png) no-repeat center;
  background-size: contain;
}
.in_abnum_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.5rem;
}
.in_abnum_list h2 i,
.in_abnum_list h2 b {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.in_abnum_list p {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
.in_abnum_list dt:hover .ico {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.in_abnum_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1366px) {
  .in_abnum_list dt:not(:last-child) {
    margin-right: 1rem;
  }
  .in_abnum_list .ico {
    width: 1.1rem;
    height: 1.1rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_abnum_list .ico {
    width: 1rem;
    height: 1rem;
  }
  .in_abnum_list .ico img {
    height: 0.4rem;
  }
  .in_abnum_list h2 i,
  .in_abnum_list h2 b {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_abnum {
    padding: 0.7rem 0;
  }
  .in_abnum_list {
    justify-content: space-between;
  }
  .in_abnum_list dt {
    width: 25%;
    box-sizing: border-box;
    padding: 0 0.16rem;
    margin-right: 0 !important;
  }
  .in_abnum_list .ico {
    width: 0.84rem;
    height: 0.84rem;
  }
  .in_abnum_list .ico img {
    height: 0.36rem;
  }
  .in_abnum_list h2 i,
  .in_abnum_list h2 b {
    font-size: 0.24rem;
  }
  .in_abnum_list p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .in_abnum_list .ico {
    margin-bottom: 0.16rem;
    width: 0.76rem;
    height: 0.76rem;
  }
  .in_abnum_list .ico img {
    height: 0.3rem;
  }
  .in_abnum_list h2 i,
  .in_abnum_list h2 b {
    font-size: 0.2rem;
  }
  .in_abnum_list p {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 560px) {
  .in_abnum {
    padding: 0.2rem 0;
  }
  .in_abnum_list dt {
    width: 50%;
    margin: 0.12rem 0;
  }
  .in_abnum_list .ico {
    width: 0.66rem;
    height: 0.66rem;
  }
  .in_abnum_list .ico img {
    height: 0.26rem;
  }
  .in_abnum_list h2 i,
  .in_abnum_list h2 b {
    font-size: 0.17rem;
  }
  .in_abnum_list p {
    margin-top: 0.04rem;
  }
}

.in_ablist {
}
.in_ablist dt {
  margin: 0.4rem auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #efefef;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.in_ablist .img,
.in_ablist .txt {
  order: 2;
}
.in_ablist .img {
  width: 34%;
  position: relative;
  overflow: hidden;
}
.in_ablist .img::before {
  content: "";
  display: block;
  padding-bottom: 75.5%;
}
.in_ablist .img::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
}
.in_ablist .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_ablist .txt {
  box-sizing: border-box;
  width: 64%;
}
.in_ablist .txt h2 {
  display: inline-block;
  padding-bottom: 0.1rem;
  font-size: 0.28rem;
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.in_ablist .txt h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 3px;
  background: var(--i_color);
}
.in_ablist .txt h6 {
  margin: 0.26rem 0 0.12rem;
  font-size: 0.16rem;
  color: #212121;
  line-height: 0.24rem;
}
.in_ablist ul {
}
.in_ablist li {
  margin: 0.14rem 0;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  color: #212121;
  line-height: 0.2rem;
  background: url(https://lingjuimg.com/wp-content/uploads/WuJiang/2026/09/enough.webp)
    no-repeat left top;
  background-size: 0.18rem;
}

.in_ablist dt:nth-child(odd) .txt {
  padding-right: 0.4rem;
  margin-left: auto;
}
.in_ablist dt:nth-child(odd) .img {
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.in_ablist dt:nth-child(even) .txt {
  padding-left: 0.8rem;
  order: 1;
}
.in_ablist dt:nth-child(even) .img {
  margin-left: auto;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.in_ablist dt:hover img {
  width: 116%;
  height: 116%;
}
.in_ablist dt:hover .img::after {
  animation: gradient-rectangle 1.4s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@-webkit-keyframes gradient-rectangle {
  0% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
.in_ablist dt:hover h2 {
  color: var(--i_color);
}
.in_ablist dt:hover h2::before {
  width: 100%;
}
.in_ablist dt img,
.in_ablist h2::before {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media screen and (max-width: 1440px) {
  .in_ablist .txt h2 {
    font-size: 0.24rem;
  }
  .in_ablist .txt h6,
  .in_ablist li {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_ablist .img::before {
    padding-bottom: 84%;
  }
  .in_ablist .txt h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_ablist .txt {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .in_ablist dt {
    box-sizing: border-box;
    padding: 0.3rem;
  }
  .in_ablist .img {
    margin: 0 0 0.3rem 0 !important;
    width: 4rem;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .in_ablist .img::before {
    padding-bottom: 75.5%;
  }
  .in_ablist .txt {
    padding: 0 0 !important;
    width: 100%;
    order: 2 !important;
  }
  .in_ablist .txt h2 {
    font-size: 0.18rem;
  }
  .in_ablist .txt h6,
  .in_ablist li {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_ablist dt {
    margin: 0.3rem auto;
  }
  .in_ablist .img {
    width: 3rem;
    max-width: 100%;
  }
  .in_ablist .txt h2 {
    font-size: 0.16rem;
  }
  .in_ablist .txt h2::before {
    height: 2px;
  }
  .in_ablist .txt h6,
  .in_ablist li {
    font-size: 0.13rem;
  }
  .in_ablist .txt h6 {
    margin: 0.2rem 0 0.12rem;
  }
}
@media screen and (max-width: 560px) {
  .in_ablist dt {
    margin: 0.2rem auto;
    padding: 0.16rem;
  }
  .in_ablist .img {
    width: 100%;
  }
  .in_ablist li {
    margin: 0.1rem 0;
  }
}

.in_gm {
  overflow: hidden;
}
.in_gm article {
  padding-left: 0.2rem;
  font-size: 0.17rem;
  color: #222;
  line-height: 0.22rem;
  position: relative;
}
.in_gm article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--i_color);
}

.in_m_v {
  --ico_size: 1.18rem;
}
.in_m_v_cont {
  overflow: hidden;
  position: relative;
}
.in_m_v_pic {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% + var(--ico_size) / 2);
  height: 100%;
}
.in_m_v_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_m_v_list {
  float: right;
  padding: 0.4rem 0;
  width: 50%;
  position: relative;
}
.in_m_v_list dt {
  margin: 0.4rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_m_v_list .ico {
  width: var(--ico_size);
  height: var(--ico_size);
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.in_m_v_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.54rem;
}
.in_m_v_list .txt {
  margin-left: auto;
  width: calc(100% - var(--ico_size) - 0.2rem);
}
.in_m_v_list .txt h4 {
  font-size: 0.26rem;
  color: #212121;
  font-weight: bold;
}
.in_m_v_list .txt h6 {
  margin-top: 0.1rem;
  font-size: 0.17rem;
  color: #555;
}

.Ecosystem_img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .in_m_v {
    --ico_size: 1rem;
  }
  .in_m_v_list .ico img {
    height: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_gm article {
    font-size: 0.16rem;
  }
  .in_m_v {
    --ico_size: 0.8rem;
  }
  .in_m_v_list .ico img {
    height: 0.42rem;
  }
  .in_m_v_list .txt h4 {
    font-size: 0.22rem;
  }
  .in_m_v_list .txt h6 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_gm article {
    font-size: 0.15rem;
  }
  .in_m_v {
    --ico_size: 0.7rem;
  }
  .in_m_v_list .ico img {
    height: 0.36rem;
  }
  .in_m_v_list .txt h4 {
    font-size: 0.18rem;
  }
  .in_m_v_list .txt h6 {
    font-size: 0.15rem;
  }
  .in_m_v_pic {
    width: calc(calc(36% + var(--ico_size) / 2));
  }
  .in_m_v_list {
    width: 64%;
    padding: 0.1rem 0;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_gm article {
    font-size: 0.14rem;
  }
  .in_gm article::before {
    width: 3px;
  }
  .in_m_v_pic {
    position: initial;
    width: 100%;
  }
  .in_m_v_list {
    width: 100%;
  }
  .in_m_v {
    --ico_size: 0.6rem;
  }
  .in_m_v_list dt {
    margin: 0.3rem 0;
  }
  .in_m_v_list .ico img {
    height: 0.3rem;
  }
  .in_m_v_list .txt h4 {
    font-size: 0.16rem;
  }
  .in_m_v_list .txt h6 {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 560px) {
}

.in_honor {
  background: url(static/images/in_honor_bg.webp) no-repeat center top;
  background-size: 100%;
}

.in_history_list {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.gallery-top {
  margin: 0.2rem 0 0.5rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.gallery-top .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}

.gallery-top .swiper-slide {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.gallery-top .swiper-slide h2 {
  font-size: 0.38rem;
  color: var(--i_color);
  font-weight: bold;
}
.gallery-top .swiper-slide dl {
  margin-left: 0.3rem;
}
.gallery-top .swiper-slide dt {
  padding-left: 0.2rem;
  font-size: 0.18rem;
  color: #727272;
  position: relative;
}
.gallery-top .swiper-slide dt::before {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background: #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.in_honor_year {
  position: relative;
}

.gallery-thumbs {
  padding-top: 0.18rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.gallery-thumbs::before {
  content: "";
  position: absolute;
  top: 0.32rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}

.gallery-thumbs .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  display: flex;
}
.gallery-thumbs .swiper-slide {
  text-align: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.gallery-thumbs .yuan {
  display: block;
  margin: 0 auto 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
}
.gallery-thumbs .yuan::before,
.gallery-thumbs .yuan::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.gallery-thumbs .yuan::before {
  opacity: 0.3;
  width: 0;
  height: 0;
  background: var(--i_color);
}
.gallery-thumbs .yuan::after {
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #999;
}
@keyframes dot {
  0% {
    width: 0.12rem;
    height: 0.12rem;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0.12rem;
    height: 0.12rem;
  }
}

.gallery-thumbs .swiper-slide p {
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.2rem;
  color: #444;
}
.gallery-thumbs .swiper-slide-thumb-active .yuan::after {
  width: 0.18rem;
  height: 0.18rem;
  background: var(--i_color);
  border-color: var(--i_color);
}
.gallery-thumbs .swiper-slide-thumb-active .yuan::before {
  -webkit-animation: dot 1.4s infinite ease;
  animation: dot 1.4s infinite ease;
}
.gallery-thumbs .swiper-slide-thumb-active p {
  font-size: 0.26rem;
  color: var(--i_color);
  font-weight: bold;
}
.gallery-thumbs .yuan::after,
.gallery-thumbs .swiper-slide p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.history-button-prev,
.history-button-next {
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 0.66rem;
  height: 0.66rem;
  box-sizing: border-box;
  border: 1px solid #7e7e7e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.history-button-prev {
  left: 0;
  background: #fff url(static/images/public/arrow_left_hollow_hei.svg) no-repeat
    center;
  background-size: 0.26rem;
}

.history-button-next {
  right: 0;
  background: #fff url(static/images/public/arrow_right_hollow_hei.svg)
    no-repeat center;
  background-size: 0.26rem;
}

.history-button-prev:hover {
  opacity: 1;
  background: var(--i_color) url(static/images/public/arrow_left_hollow_bai.svg)
    no-repeat center;
  background-size: 0.26rem;
}
.history-button-next:hover {
  opacity: 1;
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai.svg) no-repeat center;
  background-size: 0.26rem;
}
.in_honor_year .swiper-button-disabled {
  opacity: 0.1 !important;
  cursor: not-allowed;
}

@media screen and (max-width: 1024px) {
  .gallery-top {
    margin: 0 0 0.2rem;
  }
  .gallery-top .swiper-slide h2 {
    font-size: 0.32rem;
  }
  .gallery-top .swiper-slide dt {
    font-size: 0.15rem;
    line-height: 0.2rem;
  }
  .gallery-thumbs {
    padding-top: 0.06rem;
    width: calc(100% - 1rem);
  }
  .gallery-thumbs::before {
    top: 0.15rem;
  }
  .gallery-thumbs .yuan {
    width: 0.2rem;
    height: 0.2rem;
  }
  .gallery-thumbs .swiper-slide-thumb-active .yuan::after {
    width: 0.1rem;
    height: 0.1rem;
  }
  .gallery-thumbs .swiper-slide p,
  .gallery-thumbs .swiper-slide-thumb-active p {
    font-size: 0.16rem;
  }
  .history-button-prev,
  .history-button-next {
    width: 0.3rem;
    height: 0.3rem;
    background-size: 0.14rem !important;
  }
}
@media screen and (max-width: 767px) {
  .gallery-top .swiper-wrapper {
    align-items: flex-end;
  }
  .gallery-top .swiper-slide {
    text-align: center;
  }
  .gallery-top .swiper-slide h2 {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .gallery-top .swiper-slide dl {
    width: 100%;
    margin-left: 0;
  }
  .gallery-top .swiper-slide dt {
    padding-left: 0;
    font-size: 0.13rem;
  }
  .gallery-top .swiper-slide dt::before {
    display: none;
  }
  .gallery-thumbs .yuan {
    margin-bottom: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
}

.in_ct_list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.1rem;
  overflow: hidden;
  position: relative;
}
.in_ct_list .swiper-wrapper {
  padding: 0.1rem 0;
  display: flex;
  position: relative;
}
.in_ct_list .swiper-slide {
  box-sizing: border-box;
  padding: 0.3rem;
  border: 1px solid var(--border_color);
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transform: scale(0.9, 0.9);
}
.in_ct_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_ct_list .img::before {
  content: "";
  display: block;
  padding-bottom: 73%;
}
.in_ct_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_ct_list .txt {
  text-align: center;
}
.in_ct_list .txt p {
  font-size: 0.18rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ct-pagination {
  margin-top: 0.3rem;
  z-index: 2;
  display: block;
  text-align: center;
}
.ct-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 3px;
  background: #aaa;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  outline: none;
}
.ct-pagination .swiper-pagination-bullet-active {
  position: relative;
  width: 0.34rem;
  height: 0.08rem;
  background: var(--i_color);
}
.ct-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_ct_list .swiper-slide:hover {
  transform: scale(1, 1);
  border-color: #fff;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 8%);
}
.in_ct_list .swiper-slide:hover .txt p {
  color: var(--i_color);
}
.in_ct_list .swiper-slide,
.in_ct_list .txt p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1366px) {
  .in_ct_list .txt p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_ct_list .swiper-slide {
    transform: scale(1, 1);
  }
  .in_ct_list .txt p {
    font-size: 0.14rem;
    color: var(--i_color);
  }
  .ct-pagination {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .in_ct_list .swiper-slide {
    padding: 0.16rem;
  }
  .in_ct_list .txt p {
    font-size: 0.13rem;
  }
  .ct-pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
  .ct-pagination .swiper-pagination-bullet-active {
    width: 0.2rem;
  }
}

.in_industry {
  overflow: hidden;
}

.in_industry_list {
  --i_size: 1.7rem;
}
.in_industry_list li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.in_industry_list li:nth-child(even) {
  justify-content: flex-end;
}

.in_industry_list a {
  display: block;
  width: 90%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.in_industry_list .img {
  width: 90%;
  position: relative;
  overflow: hidden;
}
.in_industry_list .img::before {
  content: "";
  display: block;
  padding-bottom: 34%;
}
.in_industry_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_industry_list .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 80%;
  box-sizing: border-box;
  padding: 0.3rem;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  overflow: hidden;
}

.in_industry_list li:nth-child(even) .img {
  margin-left: auto;
}
.in_industry_list li:nth-child(even) .txt {
  left: 0;
}

.in_industry_list .txt span {
  display: block;
  width: 100%;
}
.in_industry_list .txt i {
  position: absolute;
  right: calc(-1 * var(--i_size));
  top: calc(-1 * var(--i_size));
  width: var(--i_size);
  height: var(--i_size);
  box-sizing: border-box;
  border: 1px solid rgb(8 52 114 / 20%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.in_industry_list .txt i::before,
.in_industry_list .txt i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: 1px solid rgb(8 52 114 / 20%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.in_industry_list .txt i::before {
  width: 72%;
  height: 72%;
}
.in_industry_list .txt i::after {
  width: 86%;
  height: 86%;
}

.in_industry_list .ico img {
  height: 0.7rem;
}
.in_industry_list .txt h2 {
  margin: 0.2rem 0 0.1rem 0;
  font-size: 0.3rem;
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_industry_list .txt h6 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.in_industry_list .txt b {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: var(--i_color);
}

.in_industry_list .txt:hover {
  height: 100%;
}
.in_industry_list .txt:hover i {
  top: calc(-1 * (var(--i_size) / 2));
  right: calc(-1 * (var(--i_size) / 2));
}
.in_industry_list .txt:hover h2 {
  color: var(--i_color);
}
.in_industry_list .txt,
.in_industry_list .txt i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .in_industry_list .ico img {
    height: 0.6rem;
  }
  .in_industry_list .txt h2 {
    font-size: 0.22rem;
  }
  .in_industry_list .txt h6 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_industry_list .ico img {
    height: 0.5rem;
  }
  .in_industry_list .txt h2 {
    font-size: 0.18rem;
  }
  .in_industry_list .txt h6 {
    font-size: 0.14rem;
    -webkit-line-clamp: 4;
  }
  .in_industry_list .txt b {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_industry_list .ico img {
    height: 0.4rem;
  }
  .in_industry_list .txt h2 {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_industry_list {
    --i_size: 1rem;
  }
  .in_industry_list a,
  .in_industry_list .img,
  .in_industry_list .txt {
    width: 100%;
  }
  .in_industry_list .txt {
    position: relative;
    height: auto;
    display: block;
  }
  .in_industry_list .txt:hover {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .in_industry_list .txt {
    padding: 0.2rem 0.3rem 0.3rem;
  }
  .in_industry_list .txt h2 {
    font-size: 0.16rem;
  }
  .in_industry_list .txt h6 {
    font-size: 0.13rem;
    line-height: 0.18rem;
  }
  .in_industry_list .txt b {
    margin-top: 0.2rem;
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 560px) {
  .in_industry_list li {
    margin-bottom: 0.3rem;
  }
  .in_industry_list .txt {
    padding: 0.2rem 0.2rem 0.3rem;
  }
  .in_industry_list .ico img {
    height: 0.26rem;
  }
  .in_industry_list .txt h2 {
    margin: 0.1rem 0 0.06rem 0;
    font-size: 0.15rem;
  }
  .in_industry_list .txt h6 {
    -webkit-line-clamp: 3;
  }
}

.in_industry_art {
}
.in_industry_art article {
}

.ar_fot {
  min-height: 0.4rem;
  border-bottom: 1px solid #ccc;
  margin-top: 0.8rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.ar_fot ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ar_fot li {
  width: 40%;
}
.ar_fot a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ar_fot li:nth-child(2) a {
  justify-content: flex-end;
}

.ar_fot a i {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ar_fot li:nth-child(1) i {
  margin-right: 0.2rem;
  background: rgb(8 52 114 / 10%) url(static/images/arrow_left_long.svg)
    no-repeat center;
  background-size: 0.22rem;
}
.ar_fot li:nth-child(2) i {
  margin-left: 0.2rem;
  background: rgb(8 52 114 / 10%) url(static/images/arrow_right_long.svg)
    no-repeat center;
  background-size: 0.22rem;
}

.ar_fot a span {
  width: calc(100% - 0.46rem - 0.2rem);
}
.ar_fot li:nth-child(2) span {
  text-align: right;
}
.ar_fot a p {
  font-size: 0.18rem;
  color: #555;
}
.ar_fot a h6 {
  font-size: 0.17rem;
  color: #666;
}
.ar_fot li:hover a {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .ar_fot {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .ar_fot {
    padding-bottom: 0.3rem;
  }
  .ar_fot a i {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.18rem !important;
  }
  .ar_fot a p {
    font-size: 0.16rem;
  }
  .ar_fot a h6 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 959px) {
  .ar_fot li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .ar_fot {
    margin-top: 0.4rem;
    padding-bottom: 0.1rem;
  }
  .ar_fot a i {
    display: none !important;
  }
  .ar_fot a span {
    width: 100%;
  }
  .ar_fot a p {
    font-size: 0.14rem;
  }
  .ar_fot a h6 {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 560px) {
}

/* MORE Industry */
.in_industry_more {
  margin-bottom: 0.2rem;
}
.in_industry_more_list {
  overflow: hidden;
  position: relative;
}
.in_industry_more_list .swiper-wrapper {
  display: flex;
  position: relative;
}
.in_industry_more_list li {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.in_industry_more_list a {
  display: block;
}
.in_industry_more_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_industry_more_list .img::before {
  content: "";
  display: block;
  padding-bottom: 52%;
}
.in_industry_more_list .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%) url(static/images/link_ico.svg) no-repeat center;
  background-size: 0.4rem;
}
.in_industry_more_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_industry_more_list .txt {
  margin-top: 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_industry_more_list .ico {
  width: 0.54rem;
  height: 0.54rem;
  background: #e2e2e2;
  position: relative;
  overflow: hidden;
}
.in_industry_more_list .ico::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--i_color);
}
.in_industry_more_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.in_industry_more_list .txt span {
  width: calc(100% - 0.54rem - 0.2rem);
  margin-left: auto;
}
.in_industry_more_list .txt h2 {
  margin-bottom: 0.04rem;
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_industry_more_list .txt h6 {
  font-size: 0.13rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.in_industry_more_list li:hover .img::after {
  bottom: 0;
}
.in_industry_more_list li:hover .ico::before {
  bottom: initial;
  top: 0;
  height: 100%;
}
.in_industry_more_list li:hover .ico img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.in_industry_more_list .img::after,
.in_industry_more_list .ico::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.industry_more_t {
  margin-top: 0.4rem;
}
.industry_more_t h3 {
  text-align: center;
  font-size: 0.24rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  .in_industry_more_list .txt h2 {
    font-size: 0.18rem;
  }
  .industry_more_t h3 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_industry_more_list .txt h2 {
    font-size: 0.16rem;
  }
  .industry_more_t h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_industry_more_list .txt h2 {
    font-size: 0.15rem;
  }
  .industry_more_t h3 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .in_industry_more_list .ico {
    width: 0.48rem;
    height: 0.48rem;
  }
  .in_industry_more_list .txt span {
    width: calc(100% - 0.48rem - 0.2rem);
  }
  .industry_more_t h3 {
    font-size: 0.15rem;
    line-height: 0.2rem;
  }
}

.in_products {
  overflow: hidden;
}

.products_cont {
  float: left;
  width: 67%;
}
h1.products_tit {
  margin-bottom: 0.4rem;
  font-size: 0.34rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: uppercase;
}

.products_det dt {
  margin-bottom: 0.6rem;
}
.products_det_tit {
  margin-bottom: 0.34rem;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
}
.products_det_tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.products_det_tit h2 {
  display: inline-block;
  box-sizing: border-box;
  border-top: 3px solid var(--i_color);
  border-left: 1px solid var(--border_color);
  border-right: 1px solid var(--border_color);
  padding: 0.1rem 0.4rem;
  font-size: 0.18rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 0.24rem;
  background: #fff;
  position: relative;
}

.products_det article {
  padding: 0 0.4rem;
}
.products_det article,
.products_det article * {
  font-size: 0.16rem;
  color: #545454;
  line-height: 0.26rem;
}

@media screen and (max-width: 1440px) {
  h1.products_tit {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  h1.products_tit {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1200px) {
  h1.products_tit {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1024px) {
  .products_cont {
    float: none;
    width: 100%;
  }
  h1.products_tit {
    margin-bottom: 0.3rem;
    font-size: 0.2rem;
  }
  .products_det_tit {
    margin-bottom: 0.2rem;
  }
  .products_det_tit h2 {
    border-top-width: 2px;
    padding: 0.1rem 0.2rem;
    font-size: 0.15rem;
    line-height: 0.2rem;
  }
  .products_det article {
    padding: 0 0.2rem;
  }
  .products_det article,
  .products_det article * {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  h1.products_tit {
    margin-bottom: 0.24rem;
    font-size: 0.17rem;
  }
  .products_det dt {
    margin-bottom: 0.4rem;
  }
  .products_det_tit {
    margin-bottom: 0.16rem;
  }
  .products_det_tit h2 {
    padding: 0.06rem 0.2rem;
    font-size: 0.14rem;
    line-height: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
}

.products_r {
  float: right;
  padding: 1.2rem 0 0.8rem;
  width: 26.5%;
}
.products_form {
  margin-bottom: 0.3rem;
  text-align: center;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.products_form::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color2);
}
.products_form i {
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.6rem;
  background: url(static/images/products_form_ico.svg) no-repeat left center;
  background-size: 0.3rem;
  position: relative;
}
.products_form:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
.products_form::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Products - Pop up form */
#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.4rem;
}
.products_list_form .tit p {
  text-align: center;
  font-size: 0.26rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 0.3rem;
}

#wpforms-97 {
  --input_font_color: rgb(0 0 0 / 50%);
  --input_font_size: 14px;
  --input_height: 42px;
}
#wpforms-97 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-97 {
  width: 100%;
  overflow: hidden;
}
#wpforms-97 input,
#wpforms-97 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-97 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-97 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-97 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-97 .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 auto;
  width: 170px;
  height: 38px;
  background: var(--i_color);
  box-sizing: border-box;
  border: 2px solid var(--i_color);
  position: relative;
}
#wpforms-97 .wpforms-field-label {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
#wpforms-97 .wpforms-required-label {
  font-size: 16px;
  color: #f00;
}
#wpforms-97 .wpforms-field {
  width: 48%;
  margin-bottom: 0;
  padding-bottom: 18px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
#wpforms-97-field_5-container,
#wpforms-97-field_2-container {
  float: left;
  margin-right: 4% !important;
}
#wpforms-97 .wpforms-field-textarea {
  width: 100% !important;
}

#wpforms-97 input {
  height: var(--input_height);
}
#wpforms-97 textarea {
  min-height: 100px;
}
#wpforms-97 input,
#wpforms-97 textarea {
  width: 100%;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #333;
  box-sizing: border-box;
  border: 1px solid rgb(0 0 0 / 30%);
  line-height: var(--input_height);
  padding: 0 10px;
}
#wpforms-97 textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
#wpforms-97 input::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 input::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 textarea::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 textarea::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 #wpforms-97-field_1-error,
#wpforms-97 #wpforms-97-field_2-error,
#wpforms-97 #wpforms-97-field_3-error,
#wpforms-97 #wpforms-97-field_5-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-97 .wpforms-submit-container button {
  width: 100%;
  height: 34px;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#wpforms-97 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-97 .wpforms-submit-container:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#wpforms-97 .wpforms-submit-container:hover:after {
  display: block;
}
#wpforms-97 .wpforms-submit-container:hover {
  background: #fff;
}
#wpforms-97 .wpforms-submit-container:hover button {
  color: var(--i_color);
}
.link_hidden {
  display: none !important;
}

.close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/public/close_1_hei.svg) no-repeat center;
  background-size: 30px;
  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%;
  }
}
@media screen and (max-width: 959px) {
  #wpforms-97 .wpforms-field {
    width: 100% !important;
  }
  #wpforms-97-field_5-container,
  #wpforms-97-field_2-container,
  #wpforms-97 .wpforms-field-email,
  #wpforms-97 .wpforms-field-text {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .products_list_form {
    padding: 20px 20px 30px;
  }
  .products_list_form .tit {
    margin-bottom: 0.2rem;
  }
  #wpforms-97 {
    --input_height: 34px;
  }
  #wpforms-97 .wpforms-submit-container {
    height: 34px;
  }
  #wpforms-97 .wpforms-submit-container button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #wpforms-97 textarea {
    height: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 560px) {
}

.products_more {
}
.products_more .tit {
  margin-bottom: 0.1rem;
  background: #f6f6f6;
  padding: 0 0.2rem;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.56rem;
}

.products_more ul {
}
.products_more li {
  position: relative;
}
.products_more li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.products_more li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
}
.products_more li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.22rem 0.18rem;
}
.products_more .img {
  width: 1.06rem;
  height: 0.8rem;
  box-sizing: border-box;
  border: 1px solid var(--border_color);
}
.products_more .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products_more .txt {
  width: calc(100% - 1.06rem);
  box-sizing: border-box;
  padding-left: 0.2rem;
}
.products_more .txt p {
  font-size: 0.18rem;
  color: #212121;
  text-transform: uppercase;
}
.products_more .txt b {
  display: block;
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #777;
}

.products_more li:hover::after {
  right: initial;
  left: 0;
  width: 100%;
}
.products_more li:hover p {
  color: var(--i_color);
}
.products_more li::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .products_more .txt p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .products_more .txt p {
    font-size: 0.15rem;
  }
  .products_more .txt b {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 1024px) {
  .products_r {
    position: initial !important;
    float: none;
    margin-top: 0.3rem;
    padding: 0 0;
    width: 100%;
  }
  .products_more .tit {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 959px) {
  .products_form i {
    font-size: 0.16rem;
    line-height: 0.54rem;
  }
}
@media screen and (max-width: 767px) {
  .products_form i {
    font-size: 0.14rem;
  }
  .products_more .tit {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .products_form i {
    font-size: 0.13rem;
    line-height: 0.44rem;
  }
  .products_more .tit {
    margin-bottom: 0;
    font-size: 0.15rem;
    line-height: 0.42rem;
  }
  .products_more li a {
    padding: 0.16rem 0.16rem;
  }
  .products_more .txt p {
    font-size: 0.14rem;
  }
  .products_more .txt b {
    font-size: 0.12rem;
  }
}

.top_news {
  --n_pic_width: 42.5%;
  margin-top: 0.8rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.top_news::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 67%;
  background: #f5f5f5;
}

.top_news_list {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.top_news_list .swiper-wrapper {
  display: flex;
  position: relative;
}
.top_news_list .swiper-slide {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

.top_news_list .img {
  width: var(--n_pic_width);
  position: relative;
  overflow: hidden;
}
.top_news_list .img::before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.top_news_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_news_list .txt {
  margin-left: auto;
  padding-bottom: 0.8rem;
  width: calc(100% - var(--n_pic_width) - 0.5rem);
}
.top_news_list .txt h2 {
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top_news_list .txt h2 p {
  font-size: 0.3rem;
  color: #212121;
  font-weight: bold;
}
.top_news_list .txt i,
.top_news_list .txt h6 {
  font-size: 0.16rem;
  color: #444;
}
.top_news_list .txt h6 {
  margin: 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new_more {
  display: table;
  padding-bottom: 0.02rem;
  font-size: 0.16rem;
  color: var(--i_color);
  position: relative;
}
.new_more::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--i_color);
}

.top_news_list .img:hover img {
  width: 110%;
  height: 110%;
}
.top_news_list .txt h2 p:hover {
  color: var(--i_color);
}
.new_more:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
.top_news_list .img img,
.new_more::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tn-button-prev,
.tn-button-next {
  position: absolute;
  bottom: 0;
  width: 1.2rem;
  height: 0.48rem;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tn-button-prev {
  left: calc(var(--n_pic_width) + 0.5rem);
  background: #fff url(static/images/public/arrow_left_hollow_hei.svg) no-repeat
    center;
  background-size: 0.18rem;
}

.tn-button-next {
  border-left: 1px solid var(--border_color);
  left: calc(var(--n_pic_width) + 0.5rem + 1.2rem);
  background: #fff url(static/images/public/arrow_right_hollow_hei.svg)
    no-repeat center;
  background-size: 0.18rem;
}
.tn-button-prev:hover {
  background: var(--i_color) url(static/images/public/arrow_left_hollow_bai.svg)
    no-repeat center;
  background-size: 0.18rem;
}
.tn-button-next:hover {
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai.svg) no-repeat center;
  background-size: 0.18rem;
}

.tn-pagination {
  display: none;
  margin-top: 0.2rem;
  text-align: center;
}
.tn-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 3px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.tn-pagination .swiper-pagination-bullet-active {
  background: var(--i_color2);
}
.tn-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .top_news_list .txt h2 p {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1366px) {
  .tn-button-prev,
  .tn-button-next {
    height: 0.44rem;
  }
}
@media screen and (max-width: 1200px) {
  .top_news_list .txt h2 p {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    margin-top: 0.4rem;
  }
  .top_news_list .txt h2 p {
    font-size: 0.2rem;
  }
  .top_news_list .txt h6 {
    margin: 0.2rem 0;
  }
  .top_news_list .txt i,
  .top_news_list .txt h6 {
    font-size: 0.14rem;
  }
  .new_more {
    font-size: 0.14rem;
  }
  .tn-button-prev,
  .tn-button-next {
    width: 1rem;
    height: 0.36rem;
    background-size: 0.14rem !important;
  }
  .tn-button-next {
    left: calc(var(--n_pic_width) + 0.5rem + 1rem);
  }
}
@media screen and (max-width: 767px) {
  .top_news {
    --n_pic_width: 100%;
    padding-bottom: 0.36rem;
  }
  .top_news_list .img,
  .top_news_list .txt {
    width: 100%;
  }
  .top_news_list .txt {
    margin-top: 0.2rem;
    padding-bottom: 0;
  }
  .top_news_list .txt h2 {
    margin-bottom: 0.1rem;
  }
  .top_news_list .txt h2 p {
    font-size: 0.16rem;
  }
  .top_news_list .txt i,
  .top_news_list .txt h6 {
    font-size: 0.13rem;
  }
  .top_news_list .txt h6 {
    margin: 0.1rem 0;
  }
  .new_more {
    font-size: 0.13rem;
  }
  .tn-button-prev,
  .tn-button-next {
    display: none;
  }
  .tn-pagination {
    display: block;
  }
}
@media screen and (max-width: 560px) {
}

.in_news_list {
  margin: 0.6rem auto 0.3rem;
  padding: 0.1rem;
}
.in_news_list li {
  margin-bottom: 0.4rem;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);
}
.in_news_list a {
  display: block;
  padding: 0.4rem;
}
.in_news_list h2 {
  padding-bottom: 0.16rem;
  font-size: 0.24rem;
  color: #212121;
  font-weight: bold;
  position: relative;
}
.in_news_list h2::before,
.in_news_list h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}
.in_news_list h2::before {
  left: 0;
  width: 100%;
  background: var(--border_color);
}
.in_news_list h2::after {
  right: 0;
  width: 0;
  background: var(--i_color);
}
.in_news_list .n_time {
  padding-top: 3px;
  padding-left: 0.3rem;
  margin: 0.2rem 0;
  font-size: 0.17rem;
  color: #666;
  background: url(static/images/n_time.svg) no-repeat left center;
  background-size: 0.24rem;
}
.in_news_list h6 {
  padding-right: 0.4rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(static/images/public/arrow_right_long_hei.svg) no-repeat right
    center;
  background-size: 0.2rem;
}

.in_news_list a:hover h2 {
  color: var(--i_color);
}
.in_news_list a:hover h2::after {
  right: initial;
  left: 0;
  width: 100%;
}
.in_news_list h2::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .in_news_list h2 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_news_list h2 {
    font-size: 0.2rem;
  }
  .in_news_list .n_time {
    font-size: 0.16rem;
  }
  .in_news_list h6 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_news_list {
    margin: 0.4rem auto 0.1rem;
  }
  .in_news_list li {
    margin-bottom: 0.26rem;
  }
  .in_news_list h2 {
    font-size: 0.18rem;
  }
  .in_news_list .n_time {
    margin: 0.16rem 0 0.1rem;
    font-size: 0.14rem;
    background-size: 0.22rem;
  }
}
@media screen and (max-width: 767px) {
  .in_news_list {
    margin: 0.3rem auto 0;
  }
  .in_news_list li {
    margin-bottom: 0.2rem;
  }
  .in_news_list a {
    padding: 0.2rem;
  }
  .in_news_list h2 {
    padding-bottom: 0.12rem;
    font-size: 0.15rem;
  }
  .in_news_list .n_time {
    padding-top: 0;
    font-size: 0.13rem;
    margin: 0.12rem 0 0.1rem;
    background-size: 0.2rem;
  }
  .in_news_list h6 {
    font-size: 0.13rem;
    background-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
}

/* Number of pages */
.in_page_box {
  text-align: center;
  margin: 0 auto 0.3rem;
  overflow: hidden;
}
.in_page {
  display: inline-block;
}
.in_page a {
  float: left;
  display: block;
  margin: 0 0.06rem;
  padding: 0 0.14rem;
  line-height: 0.3rem;
  font-size: 0.15rem;
  color: #666;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  border: 1px solid var(--border_color);
}
.in_page a:hover,
.in_page .current {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}

@media screen and (max-width: 1366px) {
  .in_page_box {
    margin: 0.2rem auto 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_page a {
    padding: 0 0.16rem;
    font-size: 0.16rem;
    line-height: 0.34rem;
  }
}
@media screen and (max-width: 767px) {
  .in_page_box {
    margin-bottom: 0.4rem;
  }
  .in_page a {
    margin: 0 0.04rem;
    padding: 0 0.14rem;
    font-size: 0.13rem;
    line-height: 0.32rem;
  }
}

.in_news_art_tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
  text-align: center;
}
.in_news_art_tit h1 {
  font-size: 0.28rem;
  color: #222;
  line-height: 0.36rem;
  font-weight: bold;
}
.in_news_art_tit h6 {
  text-align: center;
  margin: 0.1rem 0 0.08rem;
  font-size: 0.13rem;
  color: #666;
  line-height: 0.28rem;
}

.in_news_art article,
.in_news_art article * {
  text-align: left;
  font-size: 0.16rem;
  color: #555;
  line-height: 0.24rem;
}
.in_news_art article img {
  display: block;
  margin: 0.2rem auto;
  max-width: 100% !important;
  height: initial !important;
}

@media screen and (max-width: 959px) {
  .in_news_art_tit h1 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 767px) {
  .in_news_art_tit h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
  .in_news_art_tit h1 {
    font-size: 0.22rem;
    line-height: 0.24rem;
  }
}

.in_career {
}

.in_career .wrap {
  padding: 0.66rem 0;
}

.in_career .txt {
  width: 58%;
  box-sizing: border-box;
  padding: 0.4rem 0.5rem 0.5rem;
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 20%);
  z-index: 2;
}
.in_career .txt::before,
.in_career .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
}
.in_career .txt::before {
  left: 0;
  width: 100%;
  background: var(--i_color);
}
.in_career .txt::after {
  right: 0;
  width: 24%;
  background: var(--i_color2);
}

.in_career .txt h3 {
  margin: -1rem 0 0 1rem;
  width: 1.16rem;
  height: 1.16rem;
  background: var(--i_color) url(static/images/yh.png) no-repeat center;
  background-size: 0.62rem;
}

.in_career .txt h2 {
  margin: 0.4rem 0 0.2rem;
  padding-bottom: 0.14rem;
  font-size: 0.34rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.in_career .txt h2::before,
.in_career .txt h2::after {
  content: "";
  position: absolute;
  left: 0;
}
.in_career .txt h2::before {
  bottom: 1px;
  width: 2.1rem;
  height: 1px;
  background: var(--border_color);
}
.in_career .txt h2::after {
  bottom: 0;
  width: 1rem;
  height: 3px;
  background: var(--i_color2);
}

.in_career .txt:hover::after {
  width: 76%;
}
.in_career .txt::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_career .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 100%;
  overflow: hidden;
}
.in_career .img::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
}
.in_career .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_career .img:hover::after {
  animation: gradient-rectangle 1s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@media screen and (max-width: 1440px) {
  .in_career .txt h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_career .txt h3 {
    width: 1rem;
    height: 1rem;
    background-size: 0.52rem;
  }
  .in_career .txt h2 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_career .wrap {
    padding: 0.4rem 0;
  }
  .in_career .txt h3 {
    margin: -0.8rem 0 0 0.8rem;
    width: 0.9rem;
    height: 0.9rem;
    background-size: 0.48rem;
  }
  .in_career .txt h2 {
    margin: 0.3rem 0 0.2rem;
    padding-bottom: 0.1rem;
    font-size: 0.24rem;
  }
  .in_career .txt h2::before {
    width: 1.8rem;
  }
  .in_career .txt h2::after {
    width: 0.8rem;
  }
  .in_career .txt::before,
  .in_career .txt::after {
    height: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .in_career .wrap {
    padding: 0.4rem 0 0;
  }
  .in_career .txt {
    width: 100%;
    padding: 0.3rem 0.4rem 0.4rem;
  }
  .in_career .txt h3 {
    margin: -0.7rem 0 0 0.8rem;
    width: 0.7rem;
    height: 0.7rem;
    background-size: 0.36rem;
  }
  .in_career .txt h2 {
    font-size: 0.2rem;
  }

  .in_career .txt::before,
  .in_career .txt::after {
    height: 6px;
  }
  .in_career .img {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_career .wrap {
    padding: 0.26rem 0 0;
  }
  .in_career .txt {
    padding: 0.4rem 0.24rem 0.3rem;
  }
  .in_career .txt h3 {
    margin: -0.6rem 0 0 0.2rem;
    width: 0.36rem;
    height: 0.36rem;
    background-size: 0.18rem;
  }
  .in_career .txt h2 {
    margin: 0.24rem 0 0.18rem;
    font-size: 0.16rem;
  }
  .in_career .txt h2::before {
    width: 1.8rem;
  }
  .in_career .txt h2::after {
    width: 0.8rem;
  }

  .in_career .txt::before,
  .in_career .txt::after {
    height: 4px;
  }
}
@media screen and (max-width: 560px) {
}

.in_op_cont_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eee;
}
.in_op_cont_tit dt {
  box-sizing: border-box;
  padding: 0.3rem 0.6rem;
  font-size: 0.18rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 0.2rem;
}
.in_op_cont_tit dt:nth-child(1) {
  width: 50%;
}
.in_op_cont_tit dt:nth-child(2) {
  width: 20%;
}
.in_op_cont_tit dt:nth-child(3) {
  width: 30%;
}

.in_op_list {
  margin-bottom: 0.5rem;
}
.in_op_list li {
}
.in_op_list li:nth-child(even) .in_op_l_tit {
  background: #eee;
}

.in_op_l_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}
.in_op_l_tit::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.3rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
    center;
  background-size: contain;
  cursor: pointer;
}
.in_op_l_tit.on::before {
  transform: translate(0, -50%) rotate(-180deg);
}
.in_op_l_tit::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_op_l_tit dt {
  box-sizing: border-box;
  padding: 0.24rem 0.6rem;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.2rem;
  cursor: pointer;
}
.in_op_l_tit dt:hover:nth-child(1),
.in_op_l_tit.on dt:nth-child(1) {
  color: var(--i_color);
}
.in_op_l_tit dt:nth-child(1) {
  width: 50%;
}
.in_op_l_tit dt:nth-child(2) {
  width: 20%;
}
.in_op_l_tit dt:nth-child(3) {
  width: 30%;
}

.in_op_l_txt {
  display: none;
  width: 100%;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 0.4rem 0.6rem 0.5rem;
}
.in_op_l_txt .box {
  margin: 0 0 0.3rem;
}
.in_op_l_txt .box > h5 {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: var(--i_color);
  text-transform: uppercase;
}
.in_op_l_txt .box article {
  font-size: 0.15rem;
  color: #555;
  line-height: 0.24rem;
  white-space: pre-wrap;
}
.in_op_l_txt > h6 {
  font-size: 0.15rem;
  color: #555;
  line-height: 0.24rem;
}
.in_op_l_txt > h6 a {
  color: var(--i_color);
}
.in_op_l_txt > a {
  display: table;
  margin: 0.3rem auto 0;
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.in_op_l_txt > a i {
  display: block;
  padding: 0 0.5rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.46rem;
  text-transform: uppercase;
}
.in_op_l_txt > a:hover {
  background: var(--i_color2);
}

@media screen and (max-width: 1024px) {
  .in_op_cont_tit dt {
    padding: 0.2rem 0.3rem;
    font-size: 0.17rem;
  }
  .in_op_l_tit dt {
    padding: 0.16rem 0.3rem;
    font-size: 0.14rem;
  }
  .in_op_l_tit::before {
    width: 0.16rem;
    height: 0.16rem;
  }
  .in_op_l_txt {
    padding: 0.3rem 0.3rem 0.4rem;
  }
  .in_op_l_txt .box {
    margin: 0 0 0.2rem;
  }
  .in_op_l_txt .box > h5 {
    font-size: 0.15rem;
  }
  .in_op_l_txt .box article,
  .in_op_l_txt > h6 {
    font-size: 0.14rem;
  }
  .in_op_l_txt > a i {
    padding: 0 0.4rem;
    font-size: 0.14rem;
    line-height: 0.42rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_op_cont_tit dt {
    padding: 0.1rem 0.16rem;
    font-size: 0.14rem;
  }
  .in_op_l_tit dt {
    padding: 0.08rem 0.16rem;
    font-size: 0.13rem;
    line-height: 0.18rem;
  }
  .in_op_l_tit::before {
    right: 0.16rem;
  }
  .in_op_l_txt {
    padding: 0.2rem 0.16rem 0.3rem;
  }
  .in_op_l_txt .box > h5 {
    font-size: 0.13rem;
  }
  .in_op_l_txt .box article,
  .in_op_l_txt > h6 {
    font-size: 0.12rem;
    line-height: 0.18rem;
  }
  .in_op_l_txt > a {
    margin: 0.2rem auto 0;
  }
  .in_op_l_txt > a i {
    padding: 0 0.16rem;
    font-size: 0.12rem;
    line-height: 0.32rem;
  }
}
@media screen and (max-width: 560px) {
}

.in_hwhl_list {
  padding-top: 0.2rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.in_hwhl_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.in_hwhl_list .swiper-slide {
  height: 4.4rem;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.in_hwhl_list .pic1 {
  width: 5.5rem;
}
.in_hwhl_list .pic2 {
  width: 3rem;
}

.in_hwhl_list .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_hwhl_list .pic1 .img {
  height: 100%;
}
.in_hwhl_list .pic2 .img {
  height: calc((100% - 26px) / 2);
}
.in_hwhl_list .pic1 .img:nth-child(2) {
  display: none;
}
.in_hwhl_list .pic2 .img:nth-child(2) {
  top: initial;
  bottom: 0 !important;
}

.in_hwhl_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .in_hwhl_list .swiper-slide {
    height: 3.6rem;
  }
  .in_hwhl_list .pic1 {
    width: 4.5rem;
  }
  .in_hwhl_list .pic2 {
    width: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_hwhl_list .swiper-slide {
    height: 2.6rem;
  }
  .in_hwhl_list .pic1 {
    width: 3.2rem;
  }
  .in_hwhl_list .pic2 {
    width: 1.8rem;
  }
  .in_hwhl_list .pic2 .img {
    height: calc((100% - 14px) / 2);
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_hwhl_list {
    padding-top: 0.08rem;
  }
  .in_hwhl_list .swiper-slide {
    height: 1.8rem;
  }
  .in_hwhl_list .pic1 {
    width: 2.25rem;
  }
  .in_hwhl_list .pic2 {
    width: 1.2rem;
  }
  .in_hwhl_list .img {
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
  }
}
@media screen and (max-width: 560px) {
  .in_hwhl_list .pic2 .img {
    height: calc((100% - 6px) / 2);
  }
}

.in_join {
}
.in_join_cont {
  text-align: center;
}
.in_join_cont h2 {
  display: inline-block;
  text-align: center;
  font-size: 0.42rem;
  color: #212121;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.in_join_cont h2 span {
  color: var(--i_color);
}
.in_join_cont h5 {
  margin-top: 0.14rem;
  font-size: 0.2rem;
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
}
.in_join_cont .line {
  display: block;
  margin: 0.3rem auto 0;
  width: 1px;
  height: 1rem;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.in_join_cont .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
  -webkit-animation: line_move 1.5s infinite linear;
  animation: line_move 1.5s infinite linear;
}
@keyframes line_move {
  0% {
    top: -100%;
  }

  50% {
    top: 0;
  }

  100% {
    top: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .in_join_cont h2 {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_join_cont h2 {
    font-size: 0.32rem;
  }
  .in_join_cont h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .in_join_cont h2 {
    font-size: 0.26rem;
  }
  .in_join_cont h5 {
    font-size: 0.16rem;
  }
  .in_join_cont .line {
    height: 0.6rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_join_cont h2 {
    font-size: 0.22rem;
  }
  .in_join_cont h5 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .in_join_cont h2 {
    font-size: 0.17rem;
  }
}

.in_contact {
  background-color: #fff;
}

.in_c_tit p {
  margin: 0.3rem auto 0;
  font-size: 0.16rem;
  color: #555;
  line-height: 0.24rem;
}

.in_contact .in_c_tit p {
  max-width: 70%;
}

.in_c_map {
  width: 100%;
  position: relative;
}
.in_c_map .img {
  width: 100%;
  overflow: hidden;
}
.in_c_map img {
  width: 100%;
}

.in_c_dian {
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.dian1 {
  top: 22%;
  left: 16.2%;
}
.dian2 {
  top: 37%;
  left: 18.5%;
}
.dian3 {
  top: 47%;
  left: 16.8%;
}
.dian4 {
  top: 56%;
  left: 24%;
}
.dian5 {
  top: 59%;
  left: 27.2%;
}
.dian6 {
  top: 70%;
  left: 35.5%;
}
.dian7 {
  top: 83%;
  left: 30.5%;
}
.dian8 {
  top: 40%;
  left: 47.2%;
}
.dian9 {
  top: 36%;
  left: 48.6%;
}
.dian10 {
  top: 33%;
  left: 50.4%;
}
.dian11 {
  top: 30.5%;
  left: 52.4%;
}
.dian12 {
  top: 37%;
  left: 54%;
}
.dian13 {
  top: 79%;
  left: 52.8%;
}
.dian14 {
  top: 48%;
  left: 59.2%;
}
.dian15 {
  top: 32%;
  left: 63.5%;
}
.dian16 {
  top: 41%;
  left: 77.8%;
}
.dian17 {
  top: 50%;
  left: 79.2%;
}
.dian18 {
  top: 54%;
  left: 74.6%;
}
.dian19 {
  top: 61%;
  left: 74.8%;
}
.dian20 {
  top: 76%;
  left: 84%;
}
.dian21 {
  top: 88%;
  left: 95%;
}

.in_c_dian .round {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 auto;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.in_c_dian .round::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100% 0 0 -100%;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: warn 1.2s ease-out;
  animation: warn 1.2s ease-out;
  animation-iteration-count: infinite;
}
.in_c_dian p {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  color: #333;
  white-space: nowrap;
}
@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }
  25% {
    transform: scale(0.15);
    opacity: 0.7;
  }
  50% {
    transform: scale(0.33);
    opacity: 0.8;
  }
  75% {
    transform: scale(0.66);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}

.in_contact_cont {
  box-sizing: border-box;
  padding: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-around;
}
.in_contact_cont dt {
  width: 30%;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0.3rem;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 20%);
}

.in_contact_cont .ico img {
  opacity: 0.8;
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.in_contact_cont .txt {
  margin-left: auto;
  width: calc(100% - 0.6rem - 0.3rem);
}
.in_contact_cont .txt h2 {
  margin-bottom: 0.14rem;
  font-size: 0.24rem;
  color: #222;
  font-weight: bold;
}
.in_contact_cont .txt p,
.in_contact_cont .txt a {
  display: block;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.22rem;
}

.in_contact_cont dt:hover {
  border: 1px solid rgb(8 52 114 / 20%);
}
.in_contact_cont dt:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.in_contact_cont dt:hover h2 {
  color: var(--i_color);
}
.in_contact_cont .txt a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .in_contact_cont .ico img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .in_contact_cont .txt h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_contact_cont dt {
    padding: 0.2rem;
  }
  .in_contact_cont .ico img {
    width: 0.44rem;
    height: 0.44rem;
  }
  .in_contact_cont .txt {
    width: calc(100% - 0.44rem - 0.3rem);
  }
  .in_contact_cont .txt h2 {
    font-size: 0.18rem;
  }
  .in_contact_cont .txt p,
  .in_contact_cont .txt a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_c_tit p {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
  .in_c_dian p {
    color: transparent;
  }
  .in_contact_cont dt {
    width: 100%;
  }
  .in_contact_cont .ico img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .in_contact_cont .txt {
    width: calc(100% - 0.3rem - 0.2rem);
  }
  .in_contact_cont .txt h2 {
    margin-bottom: 0.06rem;
    font-size: 0.16rem;
  }
  .in_contact_cont .txt p,
  .in_contact_cont .txt a {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
@media screen and (max-width: 959px) {
  .in_c_dian .round {
    width: 0.1rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .in_c_tit p {
    margin: 0.2rem auto 0;
    font-size: 0.12rem;
    line-height: 0.18rem;
    color: #888;
  }
  .in_contact .in_c_tit p {
    max-width: 94%;
  }
  .in_c_dian .round {
    width: 0.08rem;
    height: 0.08rem;
  }
  .in_contact_cont dt {
    padding: 0.12rem 0.16rem;
  }
  .in_contact_cont .ico img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .in_contact_cont .txt {
    width: calc(100% - 0.24rem - 0.16rem);
  }
  .in_contact_cont .txt h2 {
    font-size: 0.15rem;
  }
  .in_contact_cont .txt p,
  .in_contact_cont .txt a {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 560px) {
  .in_c_dian .round {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 426px) {
}

.in_c_form_box {
  background: #f9f9f9;
}
.in_c_form_box .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.in_c_form_t {
  width: 32%;
}
.in_c_form_t .i_tit {
  text-align: left;
}
.in_c_form_t .i_tit h2::before,
.in_c_form_t .i_tit h2::after {
  left: 0;
  transform: none;
}
.in_c_form_t .i_tit h2::before {
  width: 2rem;
}
.in_c_form_t .i_tit h2::after {
  width: 1rem;
}
.in_c_form_t .in_c_tit p {
  margin-left: 0;
  margin-right: 0;
}

.in_c_form_t > img {
  width: 100%;
}

.in_c_form {
  margin-left: auto;
  width: 61%;
}

#wpforms-158 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-158 {
  margin: 0;
  padding: 0;
}
#wpforms-form-158 {
  width: 100%;
  position: relative;
}

#wpforms-158 .wpforms-field-container {
}
#wpforms-158 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

#wpforms-158 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}
#wpforms-158 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}

#wpforms-158 .wpforms-field-container .wpforms-field > input,
#wpforms-158 .wpforms-field-container textarea {
  border: 1px solid #999;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#wpforms-158 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-158 .wpforms-field-container .wpforms-field > input,
#wpforms-158 .wpforms-field-container textarea,
#wpforms-158 .wpforms-field-container select,
#wpforms-158 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-158 .wpforms-field-container .wpforms-field > input,
#wpforms-158 .wpforms-field-container textarea,
#wpforms-158 .wpforms-field-container select {
  padding: 0.14rem 0.12rem;
}
#wpforms-158 .wpforms-field-container textarea {
  height: 2.5rem;
}
#wpforms-158 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-158 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-158 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-158 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-158 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-158 .wpforms-field-container em.wpforms-error,
#wpforms-158 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

#wpforms-158 input::placeholder,
#wpforms-158 textarea::placeholder {
  color: #333;
  font-size: 16px;
}

#wpforms-158 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-158-field_1-container,
#wpforms-158-field_2-container,
#wpforms-158-field_3-container,
#wpforms-158-field_4-container {
  width: 48% !important;
}

#wpforms-158 .wpforms-submit-container {
  width: 100%;
  padding: 0 0;
}
#wpforms-158 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: var(--i_color);
  border-radius: 7px;
  transition: all 0.4s ease;
}
#wpforms-158 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-158 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  #wpforms-158 textarea {
    min-height: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  #wpforms-158 {
    --input_font_size: 13px;
    --input_height: 0.46rem;
  }
  #wpforms-158 .wpforms-submit-container button {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  #wpforms-158 {
    --input_height: 0.42rem;
  }
  #wpforms-158 .wpforms-field {
    margin-bottom: 0.04rem;
  }
  #wpforms-158 textarea {
    min-height: 1.6rem;
  }
  #wpforms-158 .wpforms-submit-container button {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .in_c_form_t,
  .in_c_form {
    width: 100%;
  }
  .in_c_form_t {
    margin-bottom: 0.3rem;
  }
  #wpforms-158 .wpforms-field {
    width: 100% !important;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-158 .wpforms-field-container .wpforms-field > input,
  #wpforms-158 .wpforms-field-container textarea,
  #wpforms-158 .wpforms-field-container select {
    padding: 0.1rem;
  }
  #wpforms-158 .wpforms-field-container textarea {
    height: auto;
  }
}

.page_header {
  height: var(--header_height);
}
