/*

Theme Name:AnHuiRuiDa

Theme URI:

Description:

Version:

Author: Gee

Author URI:

*/

@charset "utf-8";

/* 初始化 */

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;
}

.wpforms-container-full .wpforms-form .wpforms-field {
  clear: none !important;
}

/* 全局表单文字 */

input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}

input::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}

input:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}

/*滚动条*/

::-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: 1300px;
  margin: 0 auto;
}

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

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

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

@media screen and (max-width: 959px) {
  header .wrap {
    width: 100%;
  }
}

:root {
  --i_color: #002069; /* 全局颜色 */

  --header_height: 115px; /* 头部高度 */

  --top_line: 20px; /* 头部蓝色装饰条 */

  --border_color: rgba(0, 0, 0, 0.1); /* 默认边框颜色 */

  --f_menu_height: 50px /* 移动端底部固定菜单高度 */;
}

@media screen and (max-width: 1600px) {
  :root {
    --header_height: 100px;
    --top_line: 16px;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    --header_height: 90px;
    --top_line: 14px;
  }
}

@media screen and (max-width: 1366px) {
  :root {
    --header_height: 80px;
    --top_line: 10px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --top_line: 10px;
    --top_line: 8px;
  }
}

@media screen and (max-width: 959px) {
  :root {
    --header_height: 70px;
    --top_line: 0px;
  }
}

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

@media screen and (max-width: 560px) {
  :root {
    --header_height: 60px;
  }
}

header {
  width: 100%;
  height: calc(var(--header_height) + var(--top_line));
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2014;
}

header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}

.full_header_height {
  display: block;
  width: 100%;
  height: calc(var(--header_height) + var(--top_line));
}

.top_line {
  height: var(--top_line);
  background: var(--i_color);
}

/* logo */

.logo {
  float: left;
  height: var(--header_height);
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  height: 80%;
  align-items: center;
}

.logo img {
  display: block;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .logo a {
    height: 76%;
  }
}

@media screen and (max-width: 1440px) {
  .logo a {
    height: 74%;
  }
}

@media screen and (max-width: 1200px) {
  .logo a {
    height: 72%;
  }
}

@media screen and (max-width: 959px) {
  .logo {
    margin-left: 3%;
  }
}

/* PC端导航样式 */

.cd-primary-nav {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 46%;
  z-index: 1;
}

@media only screen and (min-width: 960px) {
  .i_nav {
    display: flex;
    flex-wrap: nowrap;
  }

  .i_nav > li {
    float: left;
    text-align: center;
    position: relative;
  }

  .i_nav > li:not(:last-child) {
    margin-right: 30px;
  }

  .i_nav > li > a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
  }

  .i_nav > .menu-item-has-children {
    padding-right: 26px;
  }

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

  .i_nav > .current-menu-item:before,
  .i_nav > li:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--i_color);
  }

  .i_nav > .menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4px;
    width: 16px;
    height: 16px;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: cover;
  }

  /* 二级下拉 */

  .i_nav > li > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 2;
  }

  .i_nav > li > .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--border_color);
    text-align: left;
  }

  .i_nav > li > .sub-menu li:last-child {
    border-bottom: none;
  }

  .i_nav > li > .sub-menu li a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    color: #777;
    line-height: 34px;
    white-space: nowrap;
  }

  .i_nav .sub-menu a {
    text-transform: capitalize;
  }

  .i_nav > li > .sub-menu > li:hover > a {
    color: var(--i_color);
  }

  .i_nav > li:hover > .sub-menu {
    display: block;
  }

  .i_nav li:hover .sub-menu:before {
    background: rgba(0, 0, 0, 0.6);
  }

  .i_nav .sub-menu:before,
  .i_nav .sub-menu li {
    -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: 1600px) {
  .i_nav > li > a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav > li:not(:last-child) {
    margin-right: 26px;
  }

  .i_nav > .menu-item-has-children {
    padding-right: 22px;
  }

  .i_nav > .menu-item-has-children:after {
    width: 14px;
    height: 14px;
  }

  .i_nav > li > a {
    font-size: 14px;
  }
}

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

@media screen and (max-width: 1200px) {
  .cd-primary-nav {
    right: 48%;
  }

  .i_nav > li > a {
    font-size: 13px;
  }
}

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

/* 移动端导航按钮 */

.nav-trigger {
  display: none;
}

@media only screen and (max-width: 959px) {
  .cd-primary-nav .nav-trigger {
    display: table !important;
    width: var(--header_height);
    height: 100%;
    text-transform: uppercase;
    color: #25283d;
    font-weight: bold;
    right: 0;
    box-sizing: border-box;
  }

  .cd-primary-nav .nav-trigger span {
    display: table-cell;
    vertical-align: middle;
  }

  .cd-primary-nav .nav-trigger em,
  .nav-trigger em::after,
  .nav-trigger em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .cd-primary-nav .nav-trigger em {
    margin: 0 auto;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  .cd-primary-nav .nav-trigger em::before,
  .nav-trigger em::after {
    position: absolute;
    content: "";
    left: 0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition:
      transform 0.2s,
      -webkit-transform 0.2s;
  }

  .cd-primary-nav .nav-trigger em::before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .cd-primary-nav .nav-trigger em::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }

  @media only screen and (min-width: 1024px) {
    .nav-trigger {
      display: none;
    }
  }

  .nav-open .nav-trigger em {
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-open .nav-trigger em::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-open .nav-trigger em::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 959px) {
  .cd-primary-nav {
    float: right;
    position: initial;
    left: initial;
    right: 0;
    transform: none;
  }
}

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

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

/* 移动端导航样式 */

@media only screen and (max-width: 959px) {
  .cd-primary-nav {
    height: 100%;
  }

  .cd-primary-nav #cd-navigation {
    max-height: 0;
    overflow: hidden;
  }

  .nav-open #cd-navigation {
    max-height: calc(100vh - var(--header_height)) !important;
    overflow-y: auto;
  }

  #cd-navigation {
    -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;
  }

  /*滚动条*/

  #cd-navigation::-webkit-scrollbar {
    width: 2px;
    height: 8px;
  }

  #cd-navigation::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: var(--i_color);
  }

  #cd-navigation::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  #cd-navigation {
    position: absolute;
    top: var(--header_height);
    left: 0;
    width: 100%;
    background: rgba(19, 72, 154, 0.9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  #cd-navigation > li {
    margin: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .i_nav > .menu-item-has-children {
    padding-right: 0;
  }

  #cd-navigation > li > a {
    display: block;
    max-height: 0;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: max-height 300ms ease;
  }

  #cd-navigation > .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(static/images/public/arrow_down_hollow_bai.svg) no-repeat
      center;
    background-size: contain;
  }

  .nav-open #cd-navigation > li > a {
    max-height: 46px;
  }

  #cd-navigation .sub-menu {
    display: none;
  }

  #cd-navigation .sub-menu a {
    display: block;
    padding: 0 40px;
    font-size: 12px;
    color: #fff;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #cd-navigation .sub-menu .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(static/images/public/arrow_down_hollow_bai.svg) no-repeat
      center;
    background-size: contain;
  }

  #cd-navigation .sub-menu .sub-menu a {
    padding: 0 60px;
  }
}

.top_r {
  float: right;
  height: var(--header_height);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
}

/* 语言按钮 */

.top_language {
  margin-left: 20px;
  padding-right: 22px;
  position: relative;
  cursor: pointer;
}

.top_language:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
}

.top_language.on:after {
  border-top: none;
  border-bottom: 8px solid #000;
}

.top_language > i {
  width: 22px;
  height: 22px;
  background: url(static/images/language.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.top_language > p {
  padding: 0 0 0 6px;
  font-size: 14px;
  line-height: 20px;
  color: var(--i_color);
}

.top_language > i,
.top_language p {
  display: inline-block;
  vertical-align: middle;
}

/* 语言列表 */

.top_language_list {
  display: none;
  position: absolute;
  top: var(--header_height);
  right: 0;
  display: none;
  background: rgba(19, 72, 154, 0.75);
}

.top_language_list.on {
  display: block !important;
}

.top_language_list li {
  border-bottom: 1px solid var(--border_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: 13px;
  color: #fff;
  line-height: 32px;
}

.top_language_list li:hover {
  background: rgba(0, 0, 0, 0.2);
}

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

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

@media screen and (max-width: 1366px) {
  .top_language i {
    width: 18px;
    height: 18px;
  }
}

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

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

@media screen and (max-width: 959px) {
  .top_language_list {
    right: var(--header_height);
  }

  .top_language_list .trp-ls-language-name {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .top_language_list {
    background: rgba(19, 72, 154, 0.95);
  }
}

@media screen and (max-width: 560px) {
  .top_language {
    padding-right: 18px;
  }
}

/* banner */

.i_banner {
  overflow: hidden;
  position: relative;
}

.i_banner_list {
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

.i_banner_list .swiper-slide {
  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  overflow: hidden;
}

.i_banner_list .swiper-slide:before {
  content: "";
  display: block;
  padding-bottom: 36.6%;
}

.i_banner_list .swiper-slide > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-button-prev,
.banner-button-next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 44px;

  line-height: 44px;

  background: rgba(0, 0, 0, 0.1);

  text-align: center;

  font-family: 宋体, SimSun, sans-serif, NSimSun;

  font-size: 30px;

  color: #fff;

  z-index: 999;

  outline: none;

  cursor: pointer;

  -moz-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

  -khtml-user-select: none;

  user-select: none;

  -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;
}

.banner-button-prev {
  left: 2%;
}

.banner-button-next {
  right: 2%;
}

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

/* 首页- banner - 圆点指示器 */

.banner-pagination {
  position: absolute;

  bottom: 40px;

  left: 50%;

  transform: translate(-50%, 0);

  cursor: pointer;

  z-index: 10;
}

.banner-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  display: inline-block;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  outline: none;
}

.banner-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .banner-pagination {
    bottom: 30px;
  }
}

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

@media screen and (max-width: 1200px) {
  .banner-pagination {
    bottom: 24px;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 34px;
  }
}

@media screen and (max-width: 1024px) {
  .i_banner_list .swiper-slide:before {
    padding-bottom: 54%;
  }

  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .banner-pagination {
    bottom: 16px;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}

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

/* banner文字 */

.b_text1 {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 73%;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
}
.b_text1 h2 {
  font-weight: 900;
  line-height: normal;
  color: #000000;
}
.b_text1 h3 {
  font-family: Arial;

  font-weight: 900;

  color: #d20000;
}
.b_text1 h4 {
  font-weight: bold;

  text-align: center;

  color: #000000;
}
.b_text2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 57.29%;
  background: rgb(210 0 0 / 80%);
  text-align: center;
  color: #ffffff;
  padding: 36px 24px 30px;
  box-sizing: border-box;
}
.b_text2 h2 {
  font-weight: 900;
}
.b_text2 h5 {
  margin: 0.1rem 0;

  font-weight: 600;
}
.b_text2_data {
  margin-bottom: 0.1rem;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem;
}
.b_text2_data li h3 {
  margin: 0;
  font-weight: 800;
}
.b_text2_data li h3 span {
  margin-left: 4px;
  font-weight: 700;
}
.b_text2_data li p {
  margin: 8px 0 0;
  font-weight: 600;
}
.b_text2 h4 {
  font-weight: 900;
}

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

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

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

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

@media screen and (max-width: 959px) {
  .b_text2 {
    width: 76%;
    padding: 24px 16px 20px;
  }

  .b_text2_data {
    margin: 16px 0;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .b_text2 {
    width: calc(100% - 24px);
    padding: 14px 12px;
  }

  .b_text2_data {
    margin: 10px 0;
    gap: 0;
    justify-content: space-between;
  }
  .b_text2_data li {
    width: 32%;
  }

  .b_text2_data li h3 span {
    margin-left: 2px;
  }
  .b_text2_data li p {
    margin-top: 4px;
  }
}

@media screen and (max-width: 560px) {
  .b_text1 {
    padding: 10px;
  }
  .b_text2_data {
    display: none;
  }
  .b_text2 h5 {
    margin: 0.05rem 0;
  }
  .b_text1 h3 {
    font-size: 0.2rem;
  }
  .b_text1 h4 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 375px) {
  .b_text2 {
    padding: 12px 8px;
  }

  .b_text1 {
    padding: 10px;
  }

  .b_text1 h4 {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .b_text2 h4 {
    display: none;
  }
}
/* 版块边距 margin & padding */

.box_mg {
  margin: 80px auto;
}

.box_pd {
  padding: 80px 0 70px;
}

@media screen and (max-width: 1440px) {
  .box_pd {
    padding: 70px 0 50px;
  }
}

@media screen and (max-width: 1366px) {
  .box_mg {
    margin: 60px auto 50px;
  }

  .box_pd {
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 1200px) {
  .box_mg {
    margin: 50px auto 40px;
  }

  .box_pd {
    padding: 50px 0 30px;
  }
}

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

@media screen and (max-width: 767px) {
  .box_mg {
    margin: 40px auto 30px;
  }

  .box_pd {
    padding: 40px 0 20px;
  }
}

@media screen and (max-width: 560px) {
  .box_mg {
    margin: 30px auto 24px;
  }

  .box_pd {
    padding: 30px 0 10px;
  }
}

@media screen and (max-width: 375px) {
  .box_mg {
    margin: 20px auto 20px;
  }
}

/* 首页大版块 标题 */

.i_tit {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.i_tit h2 {
  display: inline-block;
  font-size: 34px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.i_tit h2:before,
.i_tit h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 66px;
  height: 1px;
  background: var(--border_color);
}

.i_tit h2:before {
  left: -90px;
}

.i_tit h2:after {
  right: -90px;
}

@media screen and (max-width: 1440px) {
  .i_tit {
    margin-bottom: 40px;
  }

  .i_tit h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .i_tit {
    margin-bottom: 30px;
  }

  .i_tit h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .i_tit {
    margin-bottom: 24px;
  }

  .i_tit h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 959px) {
  .i_tit {
    margin-bottom: 28px;
  }

  .i_tit h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .i_tit {
    margin-bottom: 26px;
  }

  .i_tit h2 {
    font-size: 22px;
  }

  .i_tit h2:before,
  .i_tit h2:after {
    width: 40px;
  }

  .i_tit h2:before {
    left: -60px;
  }

  .i_tit h2:after {
    right: -60px;
  }
}

@media screen and (max-width: 560px) {
  .i_tit {
    margin-bottom: 20px;
  }

  .i_tit h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) {
  .i_tit {
    margin-bottom: 18px;
  }

  .i_tit h2 {
    font-size: 17px;
  }
}

/* 首页 更多按钮 */

.i_more {
  display: table;
  padding: 0 50px;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  background: var(--i_color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}

.i_more i {
  display: block;
  padding-right: 26px;
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.i_more i:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
  background: url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat
    center;
  background-size: contain;
}

.i_more.on,
.i_more:hover {
  background: #fff;
}

.i_more.on i,
.i_more:hover i {
  color: var(--i_color);
}

.i_more.on i:after,
.i_more:hover i:after {
  background: url(static/images/arrow_right_hollow.svg) no-repeat center;
  background-size: contain;
}

.i_more.on:hover {
  background: var(--i_color);
}

.i_more.on:hover i {
  color: #fff;
}

.i_more.on:hover i:after {
  background: url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat
    center;
  background-size: contain;
}

@media screen and (max-width: 1440px) {
  .i_more {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1366px) {
  .i_more i {
    font-size: 13px;
  }

  .i_more i:after {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .i_more {
    padding: 0 30px;
  }

  .i_more i {
    font-size: 12px;
    line-height: 34px;
  }

  .i_more i:after {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 959px) {
  .i_more {
    padding: 0 20px;
  }

  .i_more i {
    padding-right: 22px;
  }

  .i_more i {
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .i_more {
    padding: 0 16px;
  }

  .i_more i {
    padding-right: 18px;
  }

  .i_more i:after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 560px) {
  .i_more {
    padding: 0 12px;
  }

  .i_more i {
    line-height: 28px;
  }
}

/* 首页 更多按钮2[圆形] */

a.i_more2 {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat center;
  background-size: 18px;
  overflow: hidden;
}

a.i_more2:hover {
  background: #fff url(static/images/arrow_right_hollow.svg) no-repeat center;
  background-size: 18px;
}

@media screen and (max-width: 1200px) {
  a.i_more2 {
    width: 34px;
    height: 34px;
    background-size: 16px;
  }
}

@media screen and (max-width: 959px) {
  a.i_more2 {
    width: 30px;
    height: 30px;
    background-size: 16px;
  }
}

@media screen and (max-width: 560px) {
  a.i_more2 {
    width: 24px;
    height: 24px;
    background-size: 14px;
  }
}

/* products center */

.i_products {
  background: #f5f6f8;
}

.i_products_list {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.i_products_list li {
  float: left;
  margin: 0 2% 24px 0;
  background: #fff;
  box-sizing: border-box;
  padding: 36px 30px;
  overflow: hidden;
  position: relative;
}

.i_products_list li:nth-child(2n) {
  margin-right: 0;
}

.i_products_list li:nth-child(1),
.i_products_list li:nth-child(4) {
  width: 58.5%;
}

.i_products_list li:nth-child(2),
.i_products_list li:nth-child(3) {
  width: 39.5%;
}

.i_products_list .txt {
  width: 54%;
  position: relative;
  z-index: 2;
}

.i_products_list .txt h2 a {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.i_products_list .txt h6 {
  margin: 10px 0 50px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_products_list .img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  height: 80%;
  width: 45%;
}

.i_products_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.i_products_list li:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.i_products_list h2 a:hover {
  color: var(--i_color);
}

.i_products_list 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;
}

@media screen and (max-width: 1440px) {
  .i_products_list .img {
    height: 70%;
  }

  .i_products_list .txt h2 a {
    font-size: 16px;
  }

  .i_products_list .txt h6 {
    margin: 10px 0 40px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .i_products_list li {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 1200px) {
  .i_products_list .img {
    height: 60%;
  }

  .i_products_list .txt h6 {
    margin: 10px 0 30px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 959px) {
  .i_products_list li {
    margin: 0 2% 16px 0;
    padding: 20px 20px;
  }

  .i_products_list .img {
    height: 50%;
  }

  .i_products_list .txt h2 a {
    font-size: 15px;
  }

  .i_products_list .txt h6 {
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .i_products_list li {
    width: 100% !important;
    margin: 0 0 16px 0;
  }

  .i_products_list .img {
    height: 80%;
  }
}

@media screen and (max-width: 560px) {
  .i_products_list .txt {
    width: calc(100% - 120px - 20px);
  }

  .i_products_list .txt h2 a {
    font-size: 14px;
  }

  .i_products_list .txt h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .i_products_list .img {
    max-width: 120px;
  }
}

/* CORE TECHNOLOGY */

.i_core {
  background: url(static/images/i_core_bg.webp) no-repeat center;
  background-size: cover;
}

.i_core .i_tit h2 {
  color: #fff;
}

.i_core .i_tit h2:before,
.i_core .i_tit h2:after {
  background: rgb(255 255 255 / 60%);
}

.i_core .wrap {
  padding-top: 30px;
}

.i_core_txt {
  width: 40%;
}

.i_core_txt h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.i_core_txt dl {
  margin: 10px 0;
  overflow: hidden;
}

.i_core_txt dt {
  padding-left: 20px;
  margin: 20px 0;
  font-size: 15px;
  color: rgb(255 255 255 / 70%);
  line-height: 24px;
  position: relative;
}

.i_core_txt dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

.i_factory {
  width: 50%;
  padding-bottom: 54px;
  position: relative;
}

.i_factory_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

.i_factory_list .swiper-slide {
  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;
}

.i_factory_list img {
  width: 480px;
  height: 360px;
  object-fit: cover;
}

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

@media screen and (max-width: 1366px) {
  .i_core_txt {
    width: 44%;
  }

  .i_core_txt dt {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .i_core_txt h2 {
    font-size: 18px;
  }

  .i_core_txt dl {
    margin: 0 0;
  }

  .i_core_txt dt {
    font-size: 13px;
    line-height: 22px;
  }

  .i_factory_list img {
    width: 380px;
    height: 284px;
  }
}

@media screen and (max-width: 959px) {
  .i_core .wrap {
    padding-top: 0;
  }

  .i_core_txt {
    width: 100%;
  }

  .i_core_txt h2 {
    font-size: 16px;
  }

  .i_core_txt dt {
    font-size: 12px;
    line-height: 20px;
  }

  .i_factory {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .i_core_txt {
    margin: 10px auto 20px;
  }

  .i_core_txt h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  .i_core_txt h2 {
    font-size: 14px;
  }
}

/* about us */

.i_about {
}

.i_about_cont {
  position: relative;
  overflow: hidden;
}

.i_about_txt {
  box-sizing: border-box;
  padding: 50px 50px 60px 70px;
  width: 42%;
  position: relative;
}

.i_about_txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 100px;
  background: var(--i_color);
}

.i_about_txt h2 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.i_about_txt h4 {
  margin: 10px 0 24px;
  font-size: 17px;
  color: var(--i_color);
}

.i_about_txt article {
  margin-bottom: 30px;
}

.i_about_txt article,
.i_about_txt article * {
  font-size: 15px;
  color: #333;
  line-height: 22px;
}

.i_about_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

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

.i_about_cont2 {
  position: relative;
  overflow: hidden;
}

.i_about_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  /* background: var(--i_color); */
}

.i_about_logo .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.i_about_logo img {
  height: 100%;
}

.i_about_culture {
  --h6_width: 130px;
}

.i_about_culture {
  float: right;
  box-sizing: border-box;
  padding: 40px 0 4px 0;
  width: 58%;
}

.i_about_culture h2 {
  margin: 0 0 20px calc(var(--h6_width) - 10px);
  font-size: 26px;
  color: #333;
  position: relative;
  font-weight: bold;
}

.i_about_culture a.i_more2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 40px;
}

.i_about_culture dt {
  margin: 14px 0;
  overflow: hidden;
}

.i_about_culture h6 {
  float: left;
  width: var(--h6_width);
  box-sizing: border-box;
  padding-right: 20px;
  text-align: right;
  position: relative;
}

.i_about_culture h6:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--i_color);
}

.i_about_culture p {
  float: right;
  width: calc(100% - var(--h6_width) - 14px);
}

.i_about_culture h6,
.i_about_culture p {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 22px;
}

@media screen and (max-width: 1440px) {
  .i_about_txt:before {
    width: 18px;
    height: 90px;
  }

  .i_about_txt h2 {
    font-size: 28px;
  }

  .i_about_txt h4 {
    font-size: 16px;
  }

  .i_about_txt article,
  .i_about_txt article * {
    font-size: 14px;
  }

  .i_about_culture h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1366px) {
  .i_about_txt h2 {
    font-size: 26px;
  }

  .i_about_culture h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .i_about_txt {
    padding: 30px 40px 40px 52px;
  }

  .i_about_txt:before {
    width: 14px;
    height: 80px;
  }

  .i_about_txt h2 {
    font-size: 24px;
  }

  .i_about_txt h4 {
    margin: 10px 0 18px;
    font-size: 15px;
  }

  .i_about_txt article {
    margin-bottom: 20px;
  }

  .i_about_txt article,
  .i_about_txt article * {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .i_about_logo .img {
    max-height: 106px;
  }

  .i_about_culture {
    padding: 30px 0 4px 0;
  }

  .i_about_culture h2 {
    font-size: 20px;
  }

  .i_about_culture h6,
  .i_about_culture p {
    font-size: 13px;
  }
}

@media screen and (max-width: 959px) {
  .i_about_txt {
    padding: 26px 30px 30px 32px;
  }

  .i_about_txt:before {
    width: 8px;
    height: 60px;
  }

  .i_about_txt h2 {
    font-size: 20px;
  }

  .i_about_logo .img {
    max-height: 80px;
  }

  .i_about_culture h2 {
    font-size: 18px;
  }

  .i_about_culture dt {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .i_about_txt {
    width: 100%;
    padding: 0 0 30px 24px;
  }

  .i_about_txt:before {
    width: 4px;
    height: 40px;
  }

  .i_about_txt h2 {
    font-size: 18px;
  }

  .i_about_txt h4 {
    font-size: 13px;
    margin: 10px 0 14px;
  }

  .i_about_img {
    position: relative;
    width: 100%;
  }

  .i_about_logo {
    display: none;
  }

  .i_about_culture {
    width: 100%;
  }

  .i_about_culture h2 {
    margin: 0 0 20px 0;
  }

  .i_about_culture h6 {
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .i_about_culture {
    --h6_width: 90px;
  }

  .i_about_txt {
    padding: 0 0 22px 16px;
  }

  .i_about_txt:before {
    width: 3px;
    height: 30px;
  }

  .i_about_txt h2 {
    font-size: 16px;
  }

  .i_about_txt article {
    margin-bottom: 10px;
  }

  .i_about_txt article,
  .i_about_txt article * {
    font-size: 12px;
    line-height: 18px;
  }

  .i_about_culture h2 {
    font-size: 16px;
  }

  .i_about_culture a.i_more2 {
    right: 0;
  }

  .i_about_culture h6,
  .i_about_culture p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* SOME PROJECT PARTERS */

.i_case {
}

.i_case_list {
  overflow: hidden;
}

.i_case_list li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
}

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

.i_case_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.i_case_list .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 13 40 / 65%);
}

.i_case_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_case_list .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 2;
}

.i_case_list .txt h2 a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.i_case_list .txt p {
  margin: 14px 0 30px;
  font-size: 14px;
  color: #fff;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.i_case_list .i_more2 {
  border-color: #fff;
  background: #fff url(static/images/arrow_right_hollow.svg) no-repeat center;
  background-size: 18px;
}

.i_case_list li:hover .img:after {
  background: rgb(255 255 255 / 50%);
}

.i_case_list li:hover h2 a {
  color: var(--i_color);
}

.i_case_list li:hover p {
  color: #222;
}

.i_case_list li:hover .i_more2 {
  border-color: var(--i_color);
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat center;
  background-size: 18px;
}

@media screen and (max-width: 1440px) {
  .i_case_list .txt h2 a {
    font-size: 18px;
  }

  .i_case_list .txt p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1366px) {
  .i_case_list .txt {
    width: 74%;
  }
}

@media screen and (max-width: 1200px) {
  .i_case_list .txt {
    width: 80%;
  }
}

@media screen and (max-width: 959px) {
  .i_case_list .txt h2 a {
    font-size: 16px;
  }

  .i_case_list .txt p {
    margin: 14px 0 20px;
    font-size: 12px;
    height: 48px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .i_case_list li {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .i_case_list .txt h2 a {
    font-size: 14px;
  }
}

/* logo列表 */

.i_logo {
  width: 100%;
  position: relative;
}

.i_logo_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

.i_logo_list .swiper-slide {
  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;
}

.i_logo_list .img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d4e2ff;
  position: relative;
  overflow: hidden;
}

.i_logo_list .img:before {
  content: "";
  display: block;
  padding-bottom: 74%;
}

.i_logo_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 70%;
  object-fit: contain;
}

/* LATEST NEWS */

.i_news {
  background: #f5f6f8;
}

.i_news_list {
  padding: 10px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.i_news_list li {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 30px 0 0;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.i_news_list li:last-child {
  margin-right: 0;
}

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

.i_news_list .img:before {
  content: "";
  display: block;
  padding-bottom: 63.8%;
}

.i_news_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_n_time {
  float: left;
  background: url(static/images/n_time.svg) no-repeat left center;
  background-size: 18px;
}

.i_n_tags {
  float: right;
  background: url(static/images/n_tags.svg) no-repeat left center;
  background-size: 18px;
}

.i_n_time,
.i_n_tags a {
  box-sizing: border-box;
  padding-left: 24px;
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 50px;
}

.i_news_list .txt {
  border-top: 1px solid var(--border_color);
}

.i_news_list .txt h4 {
  margin-top: 16px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 22px;
}

.i_news_list .txt p {
  margin: 10px 0 16px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.i_news_list li:hover {
  box-shadow: 0 0 10px rgb(0 33 105 / 40%);
}

.i_news_list li:hover img {
  width: 110%;
  height: 110%;
}

.i_news_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_news_list .i_n_tags a:hover {
  color: var(--i_color);
}

.i_news_list .txt h4:hover {
  color: var(--i_color);
}

.i_news .i_more {
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .i_news_list .txt h4 {
    font-size: 15px;
  }

  .i_news_list .txt p {
    font-size: 13px;
    line-height: 20px;
  }
}

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

@media screen and (max-width: 1200px) {
  .i_news_list {
    margin-bottom: 20px;
  }

  .i_news_list li {
    margin: 0 20px 0 0;
  }

  .i_news_list .txt h4 {
    font-size: 14px;
  }

  .i_news_list .txt p {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 959px) {
  .i_news_list li {
    padding: 10px 10px 20px;
  }

  .i_news_list .container {
    margin: 10px auto 8px;
  }

  .i_n_time,
  .i_n_tags {
    float: none;
    width: 100%;
    background-size: 16px;
  }

  .i_n_time,
  .i_n_tags a {
    line-height: 20px;
  }

  .i_news_list .txt h4 {
    line-height: 18px;
  }

  .i_news .i_more {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .i_news_list .txt h4 {
    margin: 10px 0 0;
    font-size: 13px;
  }

  .i_n_tags,
  .i_news_list .txt p,
  .i_news_list .i_more2 {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .i_news_list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .i_news_list li {
    padding: 16px;
    margin: 0 0 20px 0;
  }

  .i_news .i_more {
    margin: 0 auto 20px;
  }
}

/* footer */

footer {
  background: #242933;
}

/* 底部logo */

.f_logo {
  margin-bottom: 20px;
  padding: 30px 0;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

/* .f_logo .wrap{-webkit-filter:invert(1); -moz-filter:invert(1); -o-filter:invert(1); -ms-filter:invert(1); filter:invert(1)} */

.f_logo img {
  height: 60px;
}

/* 底部导航 */

.f_nav {
  float: left;
  width: 60%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.f_nav li {
}

.f_nav a {
  display: block;
  font-size: 18px;
  color: #7b7b7b;
  line-height: 46px;
  position: relative;
}

.f_nav .current-menu-item a,
.f_nav a:hover {
  color: #fff;
}

.f_nav .current-menu-item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgb(255 255 255 / 20%);
}

/* 社媒 */

.f_media {
  float: right;
  padding-top: 10px;
  width: 14%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.f_media img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.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_cont {
  margin: 50px auto 30px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.f_tit,
.f_tit a {
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.hide {
  display: none;
}
/* 表单 */
/* -----------------页脚表单---------------------- */
#wpforms-148 {
  --wpforms_input_height: 43px;

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 16px;

  --wpforms_select_height: 43px;

  width: 100%;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}

#wpforms-148 {
  margin: 0;

  padding: 0;
}

#wpforms-form-317 {
  width: 100%;

  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0px 0;

  clear: both;
}

/* 字段样式 */

#wpforms-148 .wpforms-field-container > .wpforms-field {
  width: 100%;

  /* padding: 0 1px 20px; */

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: transparent;
}

#wpforms-148 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}

#wpforms-148 .wpforms-field-container .wpforms-field > input,
#wpforms-148 .wpforms-field-container textarea,
#wpforms-148 .wpforms-field-container select {
  width: 100%;

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid transparent;

  background: transparent;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;

  color: #222;

  font-family: "Montserrat";
}

#wpforms-148 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);

  background: transparent;

  border: rgba(255 255 255 / 20%) 1px solid;
}

#wpforms-148 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);

  border: rgba(255 255 255 / 20%) 1px solid;

  background: transparent;
}
#wpforms-148 .wpforms-field-container select {
  border: rgba(255 255 255 / 20%) 1px solid;
  height: var(--wpforms_select_height);
  background: #fafafa
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 0.3rem;
}
#wpforms-148-field_1::placeholder,
#wpforms-148-field_2::placeholder,
#wpforms-148-field_3::placeholder,
#wpforms-148-field_4::placeholder,
#wpforms-148-field_5::placeholder,
#wpforms-148-field_6::placeholder {
  color: #8a8a8a;

  opacity: 1;
}

#wpforms-148 input::placeholder,
#wpforms-148 textarea::placeholder,
#wpforms-148 select::placeholder {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}
#wpforms-148 select:invalid {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-148 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-148 .wpforms-field-container textarea:hover,
#wpforms-148 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-148 .wpforms-field-container textarea:focus {
  border: var(--i_color) 1px solid;

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

#wpforms-148 label.wpforms-error,
#wpforms-148 em.wpforms-error {
  position: absolute;

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

#wpforms-148 .wpforms-field-container .wpforms-field-label {
  height: 0;

  font-size: 0;

  margin: 0 0;
}

#wpforms-148 .wpforms-field-container .wpforms-required-label {
  position: absolute;

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Montserrat";
}

/* 输入框水平排列，一行两个 */

#wpforms-148 .wpforms-field-container {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-148-field_1-container,
#wpforms-148-field_2-container,
#wpforms-148-field_3-container {
  width: 100% !important;
}

/* 提交按钮样式 */

#wpforms-148 .wpforms-submit-container {
  width: 100%;

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-148 .wpforms-submit-container button {
  width: 50%;

  height: 0.4rem;

  font-size: 0.16rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.2rem;

  font-family: "Montserrat";
}

#wpforms-148 .wpforms-submit-container img {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-148 .wpforms-submit-container button:hover {
  background: transparent;

  color: #fff;

  border: #fff 1px solid;
}

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

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

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

@media screen and (max-width: 1024px) {
  #wpforms-148 {
    /* --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px; */

    width: 100%;
  }

  #wpforms-148 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-148-field_1-container,
  #wpforms-148-field_2-container,
  #wpforms-148-field_3-container,
  #wpforms-148-field_4-container,
  #wpforms-148-field_5-container,
  #wpforms-148-field_6-container {
    width: 100% !important;
  }

  #wpforms-148 .wpforms-submit-container button {
    width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  #wpforms-148 {
    --input_height: 0.5rem;
  }
}

@media screen and (max-width: 560px) {
  #wpforms-148-field_1-container,
  #wpforms-148-field_2-container,
  #wpforms-148-field_3-container,
  #wpforms-148-field_4-container {
    width: 100% !important;
  }

  #wpforms-148 .wpforms-submit-container button {
    width: 100%;
  }

  #wpforms-148 {
    /* --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px; */

    width: 100%;
  }

  #wpforms-148 .wpforms-submit-container button {
    height: 0.4rem;

    font-size: 0.16rem;
  }

  #wpforms-148 .wpforms-submit-container {
    width: 100%;
  }

  #wpforms-148 .wpforms-submit-container {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 425px) {
}
/* 联系方式 */

.f_contact {
  max-width: 31%;
  margin: 0 10% 0 10%;
  flex-shrink: 0;
}

.f_contact li {
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

.f_contact li i {
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

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

.f_contact li span,
.f_contact li span a {
  display: inline-block;
  font-size: 14px;
  color: rgb(255 255 255 / 50%);
  line-height: 20px;
}

.f_contact li a:hover {
  color: #fff;
}
.f_nav_products {
  width: 25%;
  flex-shrink: 0;
}
.f_nav_list {
  overflow: hidden;
}

.f_nav_list li {
  margin-bottom: 16px;
}

.f_nav_list a {
  font-size: 14px;
  color: rgb(255 255 255 / 50%);
  line-height: 20px;
}

.f_nav_list a:hover {
  color: #fff;
}

/* 底部版权 */

.f_copyright {
  padding: 10px 0 20px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.f_copyright ul {
  float: right;
}

.f_copyright li {
  float: left;
  margin-left: 20px;
  position: relative;
}

.f_copyright li:first-child {
  margin-left: 0;
}

.f_copyright li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -10px;
  width: 1px;
  height: 12px;
  background: rgb(255 255 255 / 40%);
}

.f_copyright li,
.f_copyright a {
  font-size: 12px;
  color: rgb(255 255 255 / 60%);
  line-height: 22px;
}

@media screen and (max-width: 1440px) {
  .f_nav a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1366px) {
  .f_contact {
    margin: 0 7% 0 6%;
  }
}

@media screen and (max-width: 1200px) {
  .f_logo {
    padding: 20px 0;
  }

  .f_contact {
    /* max-width:360px; */
    margin: 0 4% 0 5%;
  }

  .f_nav a {
    font-size: 16px;
  }

  .f_media img {
    width: 22px;
    height: 22px;
  }

  .f_tit,
  .f_tit a {
    font-size: 16px;
  }

  #wpforms-344 {
    --input_font_size: 13px;
    --input_height: 38px;
  }

  #wpforms-344 {
    width: 310px;
  }

  .f_nav_list a {
    font-size: 13px;
  }
}

@media screen and (max-width: 959px) {
  .f_logo {
    padding: 16px 0;
  }

  .f_logo img {
    height: 40px;
  }

  .f_nav a {
    font-size: 14px;
  }

  .f_media {
    width: 26%;
  }

  .f_media img {
    width: 20px;
    height: 20px;
  }

  .f_cont {
    margin: 34px auto 30px;
  }

  .f_tit,
  .f_tit a {
    font-size: 15px;
  }

  #wpforms-344 {
    --input_font_size: 12px;
    --input_height: 38px;
  }

  #wpforms-344 {
    width: 240px;
  }

  /* .f_contact{max-width:300px} */

  .f_contact li span,
  .f_contact li span a {
    font-size: 13px;
  }

  .f_nav_list a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: var(--f_menu_height);
  }

  .f_logo {
    text-align: center;
  }

  .f_tit,
  .f_tit a {
    margin-bottom: 20px;
  }

  .f_nav {
    display: none;
  }

  .f_media {
    float: none;
    padding-top: 0;
    width: 260px;
    margin: 0 auto;
  }

  .f_media li:hover {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .f_cont {
    flex-wrap: wrap;
    margin: 34px auto 10px;
  }

  .f_cont dt {
    width: 100%;
  }

  #wpforms-344 {
    width: 100%;
  }

  #wpforms-344 .wpforms-submit-container {
    float: none;
    margin: 0 auto;
  }

  .f_contact {
    max-width: 100%;
    width: 100%;
    margin: 18px 0 0;
  }

  .f_nav_products {
    display: none;
  }

  .f_copyright {
    text-align: center;
  }

  .f_copyright ul {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 560px) {
  .f_logo {
    margin-bottom: 16px;
  }

  .f_logo img {
    height: 34px;
  }

  .f_cont {
    margin: 26px auto 10px;
  }

  .f_tit,
  .f_tit a {
    font-size: 14px;
  }

  .f_copyright {
    padding: 10px 0 10px;
  }

  .f_copyright li {
    float: none;
    width: 100%;
    margin: 0 0;
  }

  .f_copyright li:before {
    display: none;
  }

  .f_copyright li,
  .f_copyright a {
    line-height: 20px;
  }
}

/* 移动端 底部固定菜单 */

.f_menu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--f_menu_height);
  flex-wrap: nowrap;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  overflow: hidden;
  z-index: 9999999;
}

.f_menu li {
  width: 100%;
  box-sizing: border-box;
}

.f_menu li:not(:last-child) {
  border-right: 1px solid var(--border_color);
}

.f_menu a {
  display: block;
  text-align: center;
  overflow: hidden;
}

.f_menu i {
  display: inline-block;
  padding-left: 24px;
  font-size: 13px;
  color: #555;
  line-height: var(--f_menu_height);
}

.f_menu li:nth-child(1) i {
  background: url(static/images/public/footer_menu/home.svg) no-repeat left
    center;
  background-size: 22px;
}

.f_menu li:nth-child(2) i {
  background: url(static/images/public/footer_menu/products.svg) no-repeat left
    center;
  background-size: 14px;
}

.f_menu li:nth-child(3) i {
  background: url(static/images/public/footer_menu/tel.svg) no-repeat left
    center;
  background-size: 18px;
}

@media screen and (max-width: 767px) {
  .f_menu {
    display: -webkit-flex;
    display: flex;
  }
}

/* 弹出窗口 */

#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999998;
}

#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 30px 30px 40px;
  background: #fff;
  z-index: 9999999999999;
  overflow: auto;
}

#aside_sc_from .tit {
  margin-bottom: 40px;
}

#aside_sc_from .tit h1 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}

#wpforms-66 {
  --input_font_size: 16px;
  --input_height: 42px;
}

#wpforms-66 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#wpforms-form-130 {
  width: 100%;
  overflow: hidden;
}

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

#wpforms-66 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-66 .wpforms-error-container {
  line-height: 16px;
}

#wpforms-66 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-66 .wpforms-submit-container {
  padding: 0 !important;
  width: 170px;
  height: var(--input_height);
  background: var(--i_color);
  position: relative;
}

#wpforms-66 .wpforms-field-label {
  display: block !important;
}

#wpforms-66 .wpforms-field-label {
  font-size: 0;
}

#wpforms-66 .wpforms-required-label {
  font-size: 18px;
  color: #f00;
  position: absolute;
  top: 12px;
  left: 2px;
}

#wpforms-66 .wpforms-field {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

#wpforms-66 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}

#wpforms-66 .wpforms-field:nth-child(1),
#wpforms-66 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}

#wpforms-66 input {
  height: var(--input_height);
}

#wpforms-66 textarea {
  min-height: 100px;
}

#wpforms-66 input,
#wpforms-66 textarea {
  width: 100%;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #555;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  line-height: var(--input_height);
  padding: 0 10px;
}

#wpforms-66 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-66 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-66 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-66 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-66 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-66 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-66 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-66 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-66 #wpforms-66-field_1-error,
#wpforms-66 #wpforms-66-field_2-error,
#wpforms-66 #wpforms-66-field_3-error,
#wpforms-66 #wpforms-66-field_4-error {
  position: absolute;
  font-size: 14px;
}

#wpforms-66 .wpforms-submit-container button {
  width: 100%;
  height: var(--input_height);
  font-size: 16px;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

#wpforms-66 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

#wpforms-66 .wpforms-submit-container:hover {
  background: var(--i_color);
}

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

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

@media screen and (max-width: 1200px) {
  .aside_right a {
    width: 42px;
    height: 42px;
  }

  .aside_right em {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 959px) {
  .aside_right {
    display: none;
  }
}

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

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

/* 隐私政策 */

.privacy_cont {
}

.privacy_cont .tit {
  margin-bottom: 30px;
}

.privacy_cont .tit h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.privacy_cont article,
.privacy_cont article * {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

/* 404 */

.in404 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.in404_text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

.in404_text h2 {
  font-size: 220px;
  color: #bbb;
}

.in404_text h6 {
  margin: 10px auto 30px;
  font-size: 18px;
  color: #999;
}

.in404_text a {
  display: inline-block;
  padding: 0 40px;
  line-height: 32px;
  font-size: 15px;
  color: #999;
  border: 2px solid #ddd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (max-width: 959px) {
  .in404_text h2 {
    font-size: 180px;
  }
}

@media screen and (max-width: 767px) {
  .in404_text h2 {
    font-size: 140px;
  }

  .in404_text h6 {
    font-size: 16px;
  }

  .in404_text a {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .in404_text h2 {
    font-size: 70px;
  }

  .in404_text h6 {
    margin: 10px auto 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .in404_text a {
    font-size: 13px;
  }
}

/* -------------------------------------- 内页 -------------------------------------- */

/* 内页banner */

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

.in_banner img {
  width: 100%;
  width: 100vw;
  object-fit: cover;
}

.in_b_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.in_b_text .wrap {
  height: 100%;
}

.in_b_text i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  font-size: 280px;
  color: rgb(255 255 255 / 25%);
  font-weight: bold;
  line-height: 280px;
}

.in_b_text span {
  position: relative;
  top: 37%;
  width: 80%;
}

.in_b_text h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.in_b_text h4 {
  margin-top: 4px;
  font-size: 26px;
  color: #222;
  text-transform: capitalize;
}

@media screen and (max-width: 1600px) {
  .in_b_text i {
    font-size: 240px;
    line-height: 240px;
  }

  .in_b_text h2 {
    font-size: 28px;
  }

  .in_b_text h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1366px) {
  .in_b_text i {
    font-size: 210px;
    line-height: 210px;
  }

  .in_b_text h2 {
    font-size: 26px;
  }

  .in_b_text h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .in_b_text i {
    font-size: 180px;
    line-height: 180px;
  }

  .in_b_text h2 {
    font-size: 24px;
  }

  .in_b_text h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {
  .in_banner img {
    height: 220px;
  }

  .in_b_text i {
    font-size: 140px;
    line-height: 140px;
  }

  .in_b_text h2 {
    font-size: 20px;
  }

  .in_b_text h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .in_banner img {
    height: 200px;
  }

  .in_b_text span {
    left: 70px;
  }
}

@media screen and (max-width: 560px) {
  .in_banner img {
    height: 136px;
  }

  .in_b_text i {
    display: none;
  }

  .in_b_text span {
    left: 0;
  }

  .in_b_text h2 {
    font-size: 16px;
  }

  .in_b_text h4 {
    font-size: 13px;
  }
}

/* 内页 关于我们banner */

.in_banner_about {
}

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

.in_b_about_t .wrap {
  height: 100%;
}

/* .in_b_about_t span{position:absolute; top:48%; transform:translate(0,-50%); right:0; text-align:right} */

.in_b_about_t h2 {
  font-size: 52px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
}

.in_b_about_t h4 {
  font-size: 26px;
  color: #000;
  margin: 100px 0 50px;
  line-height: 26px;
}

.in_b_about_t .i_more {
  float: right;
}

@media screen and (max-width: 1600px) {
  .in_b_about_t h2 {
    font-size: 44px;
  }

  .in_b_about_t h4 {
    font-size: 24px;
    margin: 60px 0 30px;
  }
}

@media screen and (max-width: 1440px) {
  .in_b_about_t h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .in_b_about_t h4 {
    font-size: 22px;
    margin: 50px 0 30px;
  }
}

@media screen and (max-width: 1366px) {
  .in_b_about_t h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .in_b_about_t h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .in_b_about_t h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .in_b_about_t h4 {
    font-size: 18px;
    margin: 40px 0 22px;
  }
}

@media screen and (max-width: 959px) {
  .in_banner_about {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .in_banner_about:before {
    content: "";
    display: block;
    padding-bottom: 36.5%;
  }

  .in_banner_about > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  .in_b_about_t h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .in_b_about_t h4 {
    font-size: 16px;
    margin: 30px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .in_b_about_t h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .in_b_about_t h4 {
    font-size: 14px;
    margin: 20px 0 10px;
  }
}

@media screen and (max-width: 560px) {
  .in_b_about_t h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .in_b_about_t h4 {
    display: none;
  }

  .in_b_about_t a {
    margin-top: 10px;
  }
}

/* 当前位置 */

.in_position {
  padding: 14px 0;
  border-bottom: 1px solid var(--border_color);
  background: #fff;
}

.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: 959px) {
  .in_position a {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
}

/* 产品分类导航 */

.in_nav_list {
  margin: 40px auto;
  overflow: hidden;
}

.in_nav_tit {
  display: none;
  position: relative;
}

.in_nav_tit h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .in_nav_list ul {
    overflow: hidden;
  }

  .in_nav_list li {
    float: left;
    text-align: center;
    margin: 0 30px 8px 0;
    position: relative;
  }

  .in_nav_list li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -15px;
    width: 1px;
    height: 20px;
    background: var(--border_color);
  }

  .in_nav_list li:last-child:after {
    display: none;
  }

  .in_nav_list a {
    display: block;
    padding: 0 14px;
    font-size: 18px;
    line-height: 34px;
  }

  .in_nav_list a:hover,
  .in_nav_list .current-menu-item a {
    background: var(--i_color);
    color: #fff;
  }
}

@media screen and (max-width: 1440px) {
  .in_nav_list a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1366px) {
  .in_nav_list a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .in_nav_list {
    margin: 24px auto;
  }

  .in_nav_list a {
    font-size: 15px;
  }
}

@media screen and (max-width: 959px) {
  .in_nav_tit {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    background: var(--i_color);
  }

  .in_nav_tit:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
  }

  .open .in_nav_tit:after {
    border-top: none !important;
    border-bottom: 8px solid #fff !important;
  }

  .in_nav_tit h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 54px;
  }

  .in_nav_list ul {
    display: none;
    padding: 10px 20px;
    background: rgb(0 0 0 / 5%);
  }

  .in_nav_list a {
    display: block;
    font-size: 14px;
    padding-left: 20px;
    line-height: 30px;
    position: relative;
  }

  .in_nav_list a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 10px;
    height: 2px;
    background: #ccc;
  }

  .in_nav_list .current-menu-item a:before {
    background: var(--i_color);
  }

  .in_nav_list .current-menu-item a {
    font-weight: bold;
    color: var(--i_color);
  }
}

@media screen and (max-width: 767px) {
  .in_nav_tit h2 {
    font-size: 16px;
    line-height: 50px;
  }

  .in_nav_list a {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .in_nav_list {
    margin: 20px auto;
  }

  .in_nav_tit h2 {
    font-size: 14px;
    line-height: 44px;
  }
}

/* 其它分类导航 */

.in_nav_list2 {
  margin: 40px auto;
  overflow: hidden;
}

.in_nav_list2 li {
  float: left;
  text-align: center;
  margin: 0 30px 8px 0;
  position: relative;
}

.in_nav_list2 li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -15px;
  width: 1px;
  height: 20px;
  background: var(--border_color);
}

.in_nav_list2 li:last-child:after {
  display: none;
}

.in_nav_list2 a {
  display: block;
  padding: 0 14px;
  font-size: 18px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_nav_list2 a:hover,
.in_nav_list2 .current-menu-item a {
  background: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .in_nav_list2 a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1366px) {
  .in_nav_list2 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .in_nav_list2 {
    margin: 24px auto;
  }

  .in_nav_list2 a {
    font-size: 15px;
  }
}

@media screen and (max-width: 959px) {
  .in_nav_list2 a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .in_nav_list2 ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .in_nav_list2 li {
    width: 49%;
    margin: 0 2% 10px 0;
  }

  .in_nav_list2 li:nth-child(2n) {
    margin-right: 0;
  }

  .in_nav_list2 li:after {
    display: none;
  }

  .in_nav_list2 a {
    font-size: 13px;
    background: #eee;
  }
}

@media screen and (max-width: 560px) {
  .in_nav_list2 {
    margin: 20px auto 10px;
  }
}

/* 产品列表 */

.in_products_list {
  margin-bottom: 10px;
  overflow: hidden;
}

.in_products_list li {
  float: left;
  box-sizing: border-box;
  padding: 8px;
  width: 30.66%;
  margin: 0 4% 40px 0;
}

.in_products_list li:nth-child(3n) {
  margin-right: 0;
}

.in_products_list .img {
  width: 100%;
  position: relative;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  overflow: hidden;
}

.in_products_list .img:before {
  content: "";
  display: block;
  padding-bottom: 61%;
}

.in_products_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_products_list .txt {
  padding-top: 10px;
  position: relative;
}

.in_products_list .txt h4 {
  max-width: calc(100% - 60px);
  margin-bottom: 6px;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_products_list .txt i {
  display: block;
  max-width: calc(100% - 60px);
  font-size: 14px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.in_products_list .txt .i_more2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.in_products_list h4:hover {
  color: var(--i_color);
}

.in_products_list li:hover .img {
  box-shadow: 0 0 6px rgb(0 33 105 / 40%);
}

@media screen and (max-width: 1440px) {
  .in_products_list li {
    width: 31.33%;
    margin: 0 3% 40px 0;
  }

  .in_products_list .txt h4 {
    font-size: 16px;
  }
}

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

@media screen and (max-width: 1200px) {
  .in_products_list li {
    width: 31.66%;
    margin: 0 2.5% 30px 0;
  }

  .in_products_list .txt h4 {
    font-size: 15px;
  }

  .in_products_list .txt i {
    font-size: 13px;
  }
}

@media screen and (max-width: 959px) {
  .in_products_list .txt h4 {
    max-width: calc(100% - 50px);
    font-size: 14px;
  }

  .in_products_list .txt i {
    max-width: calc(100% - 50px);
  }
}

@media screen and (max-width: 767px) {
  .in_products_list li {
    width: 49%;
    margin: 0 2% 24px 0;
  }

  .in_products_list li:nth-child(3n) {
    margin-right: 2%;
  }

  .in_products_list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .in_products_list li {
    margin: 0 2% 14px 0;
  }

  .in_products_list .txt h4 {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    line-height: 20px;
  }

  .in_products_list a.i_more2 {
    display: none;
  }

  .in_products_list .txt i {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }
}

/* 页数 */

.in_page_box {
  margin-bottom: 70px;
  text-align: center;
  overflow: hidden;
}

.in_page {
  display: inline-block;
}

.in_page a {
  float: left;
  display: block;
  margin: 0 4px;
  padding: 0 12px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  background: #ddd;
}

.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: 959px) {
  .in_page_box {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 560px) {
  .in_page a {
    font-size: 12px;
  }

  .in_page_box {
    margin-bottom: 44px;
  }
}

/* ----------------------- 内页 - 产品详情页 ----------------------- */

h1.products_name {
  margin: 40px 0 30px;
  font-size: 22px;
  color: var(--i_color);
  font-weight: bold;
}

/* 图片查看区 */

.in_factory_cont {
  --sm_pic_width: 14%;
}

.in_factory_cont {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.in_factory_cont:before {
  content: "";
  display: block;
  padding-bottom: 45%;
}

/* 缩略图 */

.in_factory_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}

.in_factory_list {
  height: 100%;
  overflow: hidden;
}

.in_factory_list .swiper-slide {
  cursor: pointer;
}

.in_factory_list .img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid var(--border_color);
  position: relative;
  overflow: hidden;
}

.in_factory_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_factory_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}

.infactory-button-prev,
.infactory-button-next {
  opacity: 0.7;

  position: absolute;

  left: 50%;

  transform: translate(-50%, 0);

  width: 60px;

  height: 30px;

  background: #000;

  z-index: 999;

  outline: none;

  cursor: pointer;

  -moz-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

  -khtml-user-select: none;

  user-select: none;

  -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;
}

.infactory-button-prev {
  top: 4px;
  background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}

.infactory-button-next {
  bottom: 4px;
  background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
    center;
  background-size: contain;
}

.infactory-button-prev.swiper-button-disabled,
.infactory-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}

/* 大图 */

.in_factory_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 auto;
}

.in_factory_show {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid var(--border_color);
  position: relative;
  overflow: hidden;
}

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

.in_factory_show .swiper-slide {
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;
}

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

.in_factory_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.infactory-pagination {
  display: none;
  margin: 16px auto 0;
}

.infactory-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}

.infactory-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  h1.products_name {
    font-size: 20px;
  }
}

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

@media screen and (max-width: 1200px) {
  h1.products_name {
    margin: 30px 0 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {
  .in_factory_cont:before {
    display: none;
  }

  .in_factory_show_box {
    position: initial;
    width: 100%;
  }

  .in_factory_list_box {
    margin-top: 10px;
    padding: 0 0;
    position: relative;
    width: 100%;
    height: initial;
  }

  .in_factory_list {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

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

  .in_factory_list_box .swiper-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
  }

  .in_factory_list .img {
    height: auto;
  }

  .in_factory_list .img:before {
    content: "";
    display: block;
    padding-bottom: 61%;
  }

  .in_factory_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  .infactory-button-prev,
  .infactory-button-next {
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 100%;
  }

  .infactory-button-prev {
    left: 0;
    background: url(static/images/public/arrow_left_hollow_hei.svg) no-repeat
      center;
    background-size: 18px;
  }

  .infactory-button-next {
    left: initial;
    right: 0;
    background: url(static/images/public/arrow_right_hollow_hei.svg) no-repeat
      center;
    background-size: 18px;
  }
}

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

@media screen and (max-width: 560px) {
  h1.products_name {
    font-size: 17px;
  }
}

/* 产品描述 */

.products_cont {
}

.products_cont .tit {
  padding-bottom: 14px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border_color);
}

.products_cont .tit h2 {
  float: left;
  font-size: 26px;
  color: #000;
  line-height: 40px;
  font-weight: bold;
}

.products_cont .tit a {
  float: right;
}

.products_cont dt {
  margin-bottom: 40px;
  overflow: hidden;
}

.products_cont .cont_tit {
  margin-bottom: 20px;
  overflow: hidden;
}

.products_cont .cont_tit h2 {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  background: var(--i_color);
  line-height: 36px;
}

.products_cont dt article {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.p_text {
  overflow: hidden;
}

.p_text h6 {
  padding-left: 16px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  position: relative;
}

.p_text h6:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 4px;
  height: 4px;
  background: #aaa;
}

/* 弹出窗口 */

#mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999998;
}

#sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 30px 30px 40px;
  background: #fff;
  z-index: 9999999999999;
  overflow: auto;
}

#sc_from .tit {
  margin-bottom: 40px;
}

#sc_from .tit h1 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}

#wpforms-165 {
  --input_font_size: 16px;
  --input_height: 42px;
}

#wpforms-165 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#wpforms-form-165 {
  width: 100%;
  overflow: hidden;
}

/* 表单初始化 */

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

#wpforms-165 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-165 .wpforms-error-container {
  line-height: 16px;
}

/* 输入框和按钮框架 */

#wpforms-165 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-165 .wpforms-submit-container {
  padding: 0 !important;
  width: 170px;
  height: var(--input_height);
  background: var(--i_color);
  position: relative;
}

/* 输入框 */

#wpforms-165 .wpforms-field-label {
  font-size: 0;
}

#wpforms-165 .wpforms-required-label {
  position: absolute;
  top: 14px;
  left: 2px;
  font-size: 15px;
  color: #f00;
}

#wpforms-165 .wpforms-field {
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 18px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

#wpforms-165 input {
  height: var(--input_height);
}

#wpforms-165 textarea {
  min-height: 100px;
}

#wpforms-165 input,
#wpforms-165 textarea {
  width: 100%;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #555;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  line-height: var(--input_height);
  padding: 0 10px;
}

#wpforms-165 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-165 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-165 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-165 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-165 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-165 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-165 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-165 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

/* 提示错误 */

#wpforms-165 #wpforms-165-field_1-error,
#wpforms-165 #wpforms-165-field_2-error,
#wpforms-165 #wpforms-165-field_3-error,
#wpforms-165 #wpforms-165-field_5-error {
  position: absolute;
  font-size: 14px;
}

/* 按钮 */

#wpforms-165 .wpforms-submit-container button {
  width: 100%;
  height: var(--input_height);
  font-size: 16px;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

#wpforms-165 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

#wpforms-165 .wpforms-submit-container:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid var(--i_color);
}

#wpforms-165 .wpforms-submit-container:hover:after {
  display: block;
}

#wpforms-165 .wpforms-submit-container:hover {
  background: #fff;
}

#wpforms-165 .wpforms-submit-container:hover button {
  color: var(--i_color);
}

.close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(static/images/public/close_1_hei.svg) no-repeat center;
  background-size: contain;
}

.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.close {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .products_cont .tit h2 {
    font-size: 24px;
  }

  .products_cont .cont_tit h2 {
    padding: 0 18px;
    font-size: 17px;
  }
}

@media screen and (max-width: 1366px) {
  .products_cont .tit h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .products_cont dt article,
  .p_text h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 959px) {
  #sc_from {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .products_cont .tit {
    margin-bottom: 30px;
  }

  .products_cont .tit h2 {
    font-size: 20px;
  }

  .products_cont .cont_tit h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  .products_cont .tit {
    margin-bottom: 22px;
    padding-bottom: 6px;
  }

  .products_cont .tit h2 {
    font-size: 17px;
  }

  .products_cont .cont_tit {
    margin-bottom: 14px;
  }

  .products_cont dt article,
  .p_text h6 {
    font-size: 14px;
    line-height: 26px;
  }

  #mask_bg {
    display: none !important;
    background: #fff;
  }

  #sc_from {
    width: 100%;
    height: 100%;
    height: 100vh;
    box-sizing: border-box;
  }

  #sc_from .tit {
    margin: 10px auto;
  }

  #sc_from .tit h1 {
    font-size: 20px;
  }
}

/* 内页 案例列表 cases */

.in_cases_list {
  margin-top: 46px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.in_cases_list li {
  width: 47%;
  margin: 0 0 40px 0;
}

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

.in_cases_list .img:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.in_cases_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_cases_list .txt {
  padding-top: 10px;
  position: relative;
}

.in_cases_list .txt h4 {
  max-width: calc(100% - 60px);
  margin-bottom: 4px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_cases_list .txt i {
  max-width: calc(100% - 60px);
  font-size: 12px;
  color: #777;
  line-height: 20px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.in_cases_list .i_more2 {
  position: absolute;
  top: 16px;
  right: 0;
  border-color: var(--i_color);
  background: #fff url(static/images/arrow_right_hollow.svg) no-repeat center;
  background-size: 18px;
}

.in_cases_list .img:hover img {
  width: 110%;
  height: 110%;
}

.in_cases_list h4:hover {
  color: var(--i_color);
}

.in_cases_list .i_more2:hover {
  border-color: var(--i_color);
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat center;
  background-size: 18px;
}

.in_cases_list .img img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media screen and (max-width: 959px) {
  .in_cases_list .txt h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .in_cases_list {
    margin-top: 30px;
  }

  .in_cases_list li {
    margin: 0 0 24px 0;
  }

  .in_cases_list .txt i {
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 560px) {
  .in_cases_list {
    margin-top: 20px;
  }

  .in_cases_list .txt h4 {
    width: 100%;
    margin-bottom: 6px;
    max-width: 100%;
    white-space: normal;
    font-size: 13px;
    line-height: 18px;
  }

  .in_cases_list .i_more2 {
    display: none;
  }

  .in_cases_list .txt i {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
}

/* 内页 新闻列表 */

.in_news_list {
  --img_width: 248px;
}

.in_news_list {
  margin-top: 46px;
  overflow: hidden;
}

.in_news_list li {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid var(--border_color);
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}

.in_news_list .img {
  float: left;
  width: var(--img_width);
  position: relative;
  overflow: hidden;
}

.in_news_list .img:before {
  content: "";
  display: block;
  padding-bottom: 64%;
}

.in_news_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_news_list .txt {
  float: right;
  width: calc(100% - var(--img_width) - 100px);
  margin-right: 60px;
  position: relative;
}

.in_news_list .txt h4 {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.in_news_list .n_time {
  margin: 6px 0 8px;
  font-size: 13px;
  color: #999;
}

.in_news_list .txt h6 {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.in_news_list .i_more2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  border-color: var(--i_color);
  background: #fff url(static/images/arrow_right_hollow.svg) no-repeat center;
  background-size: 18px;
}

.in_news_list .img:hover img {
  width: 110%;
  height: 110%;
}

.in_news_list h4:hover {
  color: var(--i_color);
}

.in_news_list .i_more2:hover {
  border-color: var(--i_color);
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat center;
  background-size: 18px;
}

.in_news_list .img img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media screen and (max-width: 1440px) {
  .in_news_list li {
    margin: 0 0 20px 0;
  }
}

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

@media screen and (max-width: 1200px) {
  .in_news_list {
    --img_width: 200px;
  }

  .in_news_list .txt h4 {
    font-size: 16px;
  }

  .in_news_list .txt h6 {
    font-size: 13px;
  }
}

@media screen and (max-width: 959px) {
  .in_news_list .txt h4 {
    line-height: 24px;
    -webkit-line-clamp: 2;
  }

  .in_news_list .txt h6 {
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 767px) {
  .in_news_list {
    margin-top: 30px;
  }

  .in_news_list {
    --img_width: 166px;
  }

  .in_news_list .txt {
    width: calc(100% - var(--img_width) - 22px);
    margin-right: 0;
  }

  .in_news_list .i_more2 {
    display: none;
  }

  .in_news_list .txt h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .in_news_list .txt h6 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 560px) {
  .in_news_list {
    margin-top: 20px;
  }

  .in_news_list {
    --img_width: 140px;
  }

  .in_news_list li {
    padding: 0 0 14px;
    border: none;
    border-bottom: 1px solid var(--border_color);
  }

  .in_news_list .txt h4 {
    font-size: 14px;
  }

  .in_news_list .txt h6 {
    -webkit-line-clamp: 1;
  }
}

/* 文章页 */

.in_news_art {
  box-sizing: border-box;
}

.in_news_art_tit {
  margin-bottom: 30px;
  text-align: center;
}

.in_news_art_tit h1 {
  font-size: 26px;
  color: #222;
  line-height: 36px;
  font-weight: bold;
}

.in_news_art_tit p {
  margin-top: 20px;
  font-size: 15px;
  color: #777;
  background: #eee;
  line-height: 28px;
}

.in_news_art article,
.in_news_art article * {
  text-align: left;
  font-family:
    Arial,
    system-ui,
    -apple-system,
    Microsoft Yahei,
    tahoma,
    sans-serif !important;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.in_news_art article img {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  height: initial !important;
}

/* 上一篇 下一篇 */

.ar_fot {
  margin: 60px auto 0;
  overflow: hidden;
}

.ar_fot .end {
  margin-bottom: 10px;
  text-align: center;
  font-size: 17px;
  color: #555;
  font-weight: bold;
  position: relative;
}

.ar_fot .end:before,
.ar_fot .end:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.ar_fot .end:before {
  left: 0;
}

.ar_fot .end:after {
  right: 0;
}

.ar_fot ul {
  overflow: hidden;
}

.ar_fot li {
  margin: 0 0 14px 0;
  overflow: hidden;
}

.ar_fot li b {
  float: left;
  text-align: center;
  width: 80px;
  font-size: 14px;
  color: #fff;
  background: #a9a9a9;
  line-height: 34px;
}

.ar_fot li a,
.ar_fot li span {
  float: right;
  margin-top: 8px;
  width: calc(100% - 80px - 30px);
  font-size: 14px;
  line-height: 18px;
}

.ar_fot li a {
  color: #333;
}

.ar_fot li span {
  color: #999;
}

.ar_fot li a:hover {
  color: var(--i_color);
}

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

@media screen and (max-width: 1366px) {
  .in_news_art_tit h1 {
    font-size: 24px;
  }

  .in_news_art article,
  .in_news_art article * {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .in_news_art_tit h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .in_news_art article,
  .in_news_art article * {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 959px) {
  .in_news_art_tit h1 {
    font-size: 20px;
  }

  .in_news_art article,
  .in_news_art article * {
    font-size: 15px;
    line-height: 26px;
  }

  .ar_fot {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .in_news_art_tit {
    margin-bottom: 20px;
  }

  .in_news_art_tit h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .in_news_art_tit p {
    margin-top: 16px;
  }

  .ar_fot .end {
    font-size: 15px;
  }

  .ar_fot li b {
    width: 66px;
    font-size: 13px;
    line-height: 28px;
  }

  .ar_fot li a,
  .ar_fot li span {
    width: calc(100% - 86px);
    margin-top: 6px;
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .in_news_art_tit h1 {
    font-size: 17px;
    line-height: 24px;
  }

  .in_news_art article,
  .in_news_art article * {
    font-size: 14px;
    line-height: 24px;
  }
}

/* 内页 关于我们 about */

.in_culture {
  background: #f5f6f8;
}

.in_ab_tit {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 30px;
  color: #222;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.in_ab_tit:before,
.in_ab_tit:after {
  content: "";
  position: absolute;
  width: 66px;
  height: 1px;
  background: var(--i_color);
}

.in_ab_tit:before {
  top: 34%;
  right: -100px;
}

.in_ab_tit:after {
  top: 62%;
  right: -110px;
}

.in_culture_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.in_culture_cont dt {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  text-align: center;
  width: 33.33%;
  overflow: hidden;
}

.in_culture_cont dt:not(:last-child) {
  border-right: 1px solid var(--border_color);
}

.in_culture_cont img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.in_culture_cont h2 {
  margin: 20px auto 4px;
  font-size: 30px;
  color: #111;
  font-weight: bold;
}

.in_culture_cont h5 {
  font-size: 15px;
  color: #ccc;
  text-transform: uppercase;
}

.in_culture_cont h6 {
  padding-top: 30px;
  margin-top: 20px;
  font-size: 16px;
  color: #555;
  line-height: 24px;
  position: relative;
}

.in_culture_cont h6:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 88px;
  height: 3px;
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .in_ab_tit {
    font-size: 28px;
  }

  .in_culture_cont h2 {
    font-size: 26px;
  }

  .in_culture_cont h5 {
    font-size: 14px;
  }

  .in_culture_cont h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .in_ab_tit {
    font-size: 26px;
  }

  .in_culture_cont img {
    width: 72px;
    height: 72px;
  }

  .in_culture_cont h2 {
    font-size: 24px;
  }

  .in_culture_cont h5 {
    font-size: 13px;
  }

  .in_culture_cont h6 {
    padding-top: 16px;
    margin-top: 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .in_ab_tit {
    font-size: 24px;
  }

  .in_culture_cont img {
    width: 62px;
    height: 62px;
  }

  .in_culture_cont h2 {
    font-size: 20px;
  }

  .in_culture_cont h6 {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 959px) {
  .in_ab_tit {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .in_culture_cont dt {
    padding: 0 10px;
  }

  .in_culture_cont img {
    width: 52px;
    height: 52px;
  }

  .in_culture_cont h2 {
    font-size: 18px;
  }

  .in_culture_cont h5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .in_ab_tit {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .in_ab_tit:before,
  .in_ab_tit:after {
    width: 50px;
  }

  .in_ab_tit:before {
    right: -70px;
  }

  .in_ab_tit:after {
    right: -80px;
  }

  .in_culture_cont img {
    width: 46px;
    height: 46px;
  }

  .in_culture_cont h2 {
    margin: 16px auto 8px;
    font-size: 17px;
  }

  .in_culture_cont h6 {
    padding-top: 0;
    margin-top: 0;
  }

  .in_culture_cont h6:before {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .in_ab_tit {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .in_culture_cont img {
    width: 30px;
    height: 30px;
  }

  .in_culture_cont h2 {
    font-size: 15px;
  }

  .in_culture_cont h6 {
    font-size: 12px;
    line-height: 18px;
  }
}

.in_about_cont {
  --pic_width: 420px;
}

.in_ab_l {
  width: calc(100% - var(--pic_width) - 80px);
}

.in_ab_l h6 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #777;
  line-height: 30px;
}

.in_ab_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.in_ab_list dt {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  margin: 6px 0;
}

.in_ab_list dt:nth-child(odd) {
  padding-left: 0;
}

.in_ab_list p {
  font-size: 16px;
  color: #555;
}

.in_ab_list h2 {
  font-size: 38px;
  color: var(--i_color);
  font-weight: bold;
  font-style: italic;
}

.in_ab_list i {
  font-size: 28px;
  color: var(--i_color);
  font-weight: bold;
}

.in_ab_list p,
.in_ab_list h2,
.in_ab_list i {
  display: inline-block;
}

.in_ab_r {
  width: var(--pic_width);
}

.in_ab_r img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .in_ab_list p {
    font-size: 15px;
  }

  .in_ab_list h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1366px) {
  .in_about_cont {
    --pic_width: 380px;
  }

  .in_ab_l h6 {
    font-size: 15px;
    line-height: 26px;
  }

  .in_ab_list p {
    font-size: 14px;
  }

  .in_ab_list h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .in_ab_l h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .in_ab_list p {
    font-size: 12px;
  }

  .in_ab_list h2 {
    font-size: 28px;
  }

  .in_ab_list i {
    font-size: 24px;
  }
}

@media screen and (max-width: 1080px) {
  .in_ab_list p {
    display: block;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 959px) {
  .in_about_cont {
    --pic_width: 300px;
  }

  .in_ab_l h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .in_ab_list h2 {
    font-size: 24px;
  }

  .in_ab_list i {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .in_about_cont {
    --pic_width: 260px;
  }

  .in_ab_l,
  .in_ab_r {
    float: none;
    width: 100%;
  }

  .in_ab_l {
    margin-bottom: 20px;
  }

  .in_ab_list p {
    display: inline-block;
  }

  .in_ab_list h2 {
    font-size: 20px;
  }

  .in_ab_list i {
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  .in_ab_list p {
    display: block;
  }

  .in_ab_list h2 {
    font-size: 18px;
  }

  .in_ab_list i {
    font-size: 16px;
  }
}

.in_service {
  background: #f5f6f7;
}

.in_service .img {
  width: 100%;
}

.in_service .img img {
  width: 100%;
}

.in_ser_l {
  margin-top: 40px;
  width: 40%;
  font-size: 14px;
  color: #222;
}

.in_ser_l b {
  font-size: 18px;
  color: var(--i_color);
  font-weight: bold;
}

.in_ser_r {
  width: 50%;
}

.in_ser_r dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.in_ser_r dt {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  margin: 8px 0;
}

.in_ser_r .roll_num {
  font-size: 38px;
  color: var(--i_color);
  font-weight: bold;
  font-style: italic;
}

.in_ser_r i {
  margin-left: 6px;
  font-size: 28px;
  color: var(--i_color);
  font-weight: bold;
}

.in_ser_r p {
  font-size: 14px;
  color: #222;
  line-height: 20px;
}

@media screen and (max-width: 1440px) {
  .in_ser_r .roll_num {
    font-size: 34px;
  }
}

@media screen and (max-width: 1366px) {
  .in_ser_r .roll_num {
    font-size: 30px;
  }

  .in_ser_r i {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .in_ser_l {
    margin-top: 20px;
  }

  .in_ser_r .roll_num {
    font-size: 28px;
  }

  .in_ser_r i {
    font-size: 24px;
  }

  .in_ser_r p {
    font-size: 13px;
  }
}

@media screen and (max-width: 959px) {
  .in_ser_r .roll_num {
    font-size: 24px;
  }

  .in_ser_r i {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .in_ser_l,
  .in_ser_r {
    float: none;
    width: 100%;
  }

  .in_ser_l {
    margin-bottom: 24px;
  }

  .in_ser_r .roll_num {
    font-size: 20px;
  }

  .in_ser_r i {
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  .in_ser_l {
    margin-bottom: 20px;
  }

  .in_ser_l {
    font-size: 13px;
    line-height: 18px;
  }

  .in_ser_l b {
    font-size: 15px;
  }

  .in_ser_r .roll_num {
    font-size: 18px;
  }

  .in_ser_r i {
    font-size: 16px;
  }

  .in_ser_r p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* COMPANY DEVELOPMENT PROCESS */

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

.in_history_list:before {
  content: "";
  position: absolute;
  top: 51px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 2px;
  background: #343434;
}

.in_history_nav {
  width: calc(100% - 100px);
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

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

.in_history_nav .swiper-slide {
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  flex-shrink: 0;
  position: relative;
}

/* 年份 */

.in_history_nav .num_box {
  margin-bottom: 10px;
  position: relative;
}

.in_history_nav .num_box h6 {
  text-align: center;
  font-size: 24px;
  color: #bbb;
  line-height: 30px;
}

.in_history_nav .swiper-slide-active h6 {
  color: #1e1e1e;
  font-weight: bold;
}

/* 圆 */

.in_history_nav .yuan {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}

.in_history_nav .yuan:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: dot 1.6s infinite ease;
  animation: dot 1.6s infinite ease;
  z-index: -2;
}

.in_history_nav .yuan:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 14px;
  height: 14px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: -1;
}

.in_history_nav .swiper-slide-active .yuan:after {
  border-color: var(--i_color);
}

.in_history_nav .swiper-slide-active .yuan:before,
.in_history_nav .swiper-slide:hover .yuan:before {
  opacity: 0.3;
}

.in_history_nav .yuan:before {
  -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;
}

@keyframes dot {
  0% {
    width: 14px;

    height: 14px;
  }

  50% {
    width: 24px;

    height: 24px;
  }

  100% {
    width: 14px;

    height: 14px;
  }
}

.in_history_nav .text {
  display: block;
  margin-top: 50px;
  position: relative;
}

.in_history_nav .text:before {
  content: "";
  position: absolute;
  top: -62px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #bbb;
}

.in_history_nav .swiper-slide-active .text:before {
  background: #000;
}

.in_history_nav .text h2 {
  font-size: 17px;
  color: #bbb;
  font-weight: bold;
}

.in_history_nav .text p {
  margin-top: 6px;
  font-size: 13px;
  color: #bbb;
  line-height: 20px;
}

.in_history_nav .swiper-slide-active h2 {
  color: #111 !important;
}

.in_history_nav .swiper-slide-active p {
  color: #666 !important;
}

/* 左右箭头 */

.in_history_list .history-button-prev,
.in_history_list .history-button-next {
  position: absolute;

  top: 36px;

  width: 30px;

  height: 30px;

  z-index: 999;

  outline: none;

  cursor: pointer;

  -moz-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

  -khtml-user-select: none;

  user-select: none;

  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;

  -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;
}

.in_history_list .history-button-prev {
  left: 0;
  background: var(--i_color)
    url(static/images/public/arrow_left_hollow_bai2.svg) no-repeat center;
  background-size: 14px;
}

.in_history_list .history-button-next {
  right: 0;
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai2.svg) no-repeat center;
  background-size: 14px;
}

.in_history_list .swiper-button-disabled {
  cursor: not-allowed;
}

/* .in_history_t{display:-webkit-flex; display:flex; justify-content:center; flex-wrap:nowrap; overflow:hidden}

.in_history_t dt{margin:0 40px; position:relative}

.in_history_t dt:not(:last-child):after{content:""; position:absolute; top:50%; right:-80px; width:80px; height:1px; background:var(--border_color)}

.in_history_t dt p{padding:0 16px; font-size:16px; color:#000; font-weight:bold; text-transform:uppercase; position:relative}

.in_history_t dt p:before, .in_history_t dt p:after{content:""; position:absolute; top:50%; transform:translate(0,-50%); width:2px; height:16px; background:var(--i_color)}

.in_history_t dt p:before{left:0}

.in_history_t dt p:after{right:0} */

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

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

@media screen and (max-width: 1200px) {
  .in_history_nav .num_box h6 {
    font-size: 22px;
  }

  .in_history_nav .text h2 {
    font-size: 16px;
  }

  .in_history_nav .text p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 959px) {
  .in_history_nav .num_box h6 {
    font-size: 20px;
  }

  .in_history_nav .text h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .in_history_nav .swiper-slide {
    padding: 0 0;
  }

  .in_history_nav .num_box h6 {
    font-size: 18px;
  }

  .in_history_nav .text h2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .in_history_nav .num_box h6 {
    font-size: 17px;
  }

  .in_history_nav .text {
    margin-top: 30px;
  }

  .in_history_nav .text:before {
    top: -42px;
    height: 30px;
  }

  .in_history_nav .text h2 {
    font-size: 13px;
  }
}

/* Choose quality suppliers */

.in_suppliers {
  background: #f5f6f7;
}

.in_suppliers_list {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.in_suppliers_list li {
  width: 15.4%;
  margin: 0 1.5% 20px 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 2%);
  overflow: hidden;
}

.in_suppliers_list li:nth-child(6n) {
  margin-right: 0;
}

.in_suppliers_list li:before {
  content: "";
  display: block;
  padding-bottom: 55%;
}

.in_suppliers_list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 60%;
  cursor: pointer;
  object-fit: cover;
}

.in_suppliers_list li:hover {
  box-shadow: 0 0 10px rgb(0 33 105 / 25%);
}

@media screen and (max-width: 767px) {
  .in_suppliers_list li {
    width: 49%;
    margin: 0 2% 16px 0;
  }

  .in_suppliers_list li:nth-child(2n) {
    margin-right: 0;
  }
}

/* contact us */

.in_contact {
  padding: 10px;
}

/* 询盘表单 */

.in_c_form {
  float: left;
  width: 55%;
  box-sizing: border-box;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.in_c_form > h2 {
  margin-bottom: 20px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
}

#wpforms-152 {
  --input_font_size: 14px;
  --input_height: 40px;
}

#wpforms-152 {
  width: 100%;
  margin: 0;
  padding: 0;
}

#wpforms-form-219 {
  width: 100%;
  overflow: hidden;
}

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

#wpforms-152 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-152 .wpforms-field-label {
  font-size: 0;
  height: 0;
}

#wpforms-152 .wpforms-required-label {
  position: absolute;
  top: 20px;
  left: 100px;
  font-size: 16px;
  color: #f00;
}

#wpforms-152 .wpforms-field {
  width: 100%;
  background: transparent;
  margin-bottom: 4px;
  padding-bottom: 14px;
  position: relative;
  /* overflow: hidden; */
}

#wpforms-152 .wpforms-field-textarea {
  width: 100% !important;
}

#wpforms-152 input,
#wpforms-152 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  border: 1px solid var(--border_color);
  background: transparent;
  padding: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#wpforms-152 input {
  line-height: var(--input_height);
}

#wpforms-152 textarea {
  line-height: 22px;
  min-height: 120px;
  padding: 10px;
}

#wpforms-152 input::-webkit-input-placeholder,
#wpforms-152 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-152 input::-moz-placeholder,
#wpforms-152 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-152 input::-ms-input-placeholder,
#wpforms-152 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-152 #wpforms-152-field_1-error,
#wpforms-152 #wpforms-152-field_2-error,
#wpforms-152 #wpforms-152-field_3-error,
#wpforms-152 #wpforms-152-field_4-error,
#wpforms-152 #wpforms-152-field_5-error,
#wpforms-152 #wpforms-152-field_6-error {
  position: absolute;
  font-size: 14px;
}

#wpforms-152 .wpforms-field-container {
  width: 100%;
  /* overflow: hidden; */
}

#wpforms-152 .wpforms-submit-container {
  float: right;
  padding: 0 !important;
  box-sizing: border-box;
  border: 2px solid var(--i_color);
  width: 220px;
  height: 38px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: var(--i_color);
  position: relative;
}

#wpforms-152 .wpforms-submit-container:hover {
  background: #fff;
}

#wpforms-152 .wpforms-submit-container button {
  width: 100%;
  height: calc(var(--input_height) - 4px);
  font-size: 14px;
  color: #fff;
  line-height: calc(var(--input_height) - 4px);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

#wpforms-152 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

#wpforms-152 .wpforms-submit-container button:hover {
  color: var(--i_color);
}

.in_c_cont {
  float: right;
  width: 40%;
}

.in_c_cont ul {
  margin-bottom: 22px;
}

.in_c_cont li {
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

.in_c_cont li i {
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

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

.in_c_cont li span,
.in_c_cont li span a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.in_c_cont li a:hover {
  color: var(--i_color);
}

/* 地图 */

.in_c_map {
  width: 100%;
  height: 340px;
  background: #ccc;
}

.in_c_map #simpleMap,
.in_c_map .fluid-width-video-wrapper,
.in_c_map iframe {
  width: 100%;
  height: 100% !important;
}

.in_c_map img {
  width: 100%;
  height: 100%;
}

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

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

@media screen and (max-width: 1200px) {
  .in_c_form {
    width: 50%;
  }

  .in_c_cont {
    width: 45%;
  }
}

@media screen and (max-width: 1080px) {
  .in_c_form {
    padding: 30px;
  }
}

@media screen and (max-width: 959px) {
  .in_contact {
    padding: 0 0;
  }

  .in_c_form,
  .in_c_cont {
    float: none;
    width: 100%;
  }

  .in_c_form {
    box-shadow: none;
    border: 1px solid var(--border_color);
  }

  .in_c_cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .in_c_map {
    height: 300px;
  }
}

@media screen and (max-width: 560px) {
  .in_c_form {
    padding: 30px 20px;
  }

  .in_c_form > h2 {
    font-size: 15px;
  }

  .in_c_cont li {
    margin-bottom: 12px;
  }

  .in_c_cont li span,
  .in_c_cont li span a {
    font-size: 13px;
  }

  .in_c_map {
    height: 240px;
  }
}
.pd_article ul,
.pd_article ol,
.pd_article li {
  list-style: initial;
}
.pd_article span {
  padding: 0.05rem;
  display: block;
  width: fit-content;
}

/* eject videos */

.vd_box {
  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 999999;
}

.vd_box_area {
  position: absolute;

  top: 52%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 2014;

  width: 60%;

  max-height: 90%;
}

.vd_box_area::before {
  content: "";

  display: block;

  padding-bottom: 56.25%;
}

.close_v {
  position: absolute;

  top: -0.2rem;

  right: -0.2rem;

  width: 0.4rem;

  height: 0.4rem;

  background: var(--i_color);

  z-index: 2;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  cursor: pointer;
}

.close_v::before {
  content: "+";

  position: absolute;

  top: 46%;

  left: 53%;

  font-size: 0.44rem;

  color: #fff;

  -webkit-transform: translate(-50%, -50%) rotate(45deg);

  transform: translate(-50%, -50%) rotate(45deg);
}

.vd_box iframe {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: #000;

  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }

  .close_v::before {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }

  .close_v {
    top: -0.15rem;

    right: -0.15rem;

    width: 0.3rem;

    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}
/* ------------------------Paging -------------------------*/

.in_paging {
  --size: 30px;

  --border_radius: 5px;

  --curr_color: var(--i_color);

  box-sizing: border-box;
}

.in_paging ul {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  text-align: center;

  width: 100%;
}

.in_paging li {
  min-width: var(--size);

  margin: 0 4px;
}

.in_paging a,
.in_paging span {
  display: block;

  padding: 0 10px;

  height: var(--size);

  line-height: calc(var(--size) - 2px);

  font-size: 14px;

  color: #666;

  background: #fff;

  box-sizing: border-box;

  border: 1px solid #ccc;

  -webkit-border-radius: var(--border_radius);

  border-radius: var(--border_radius);

  overflow: hidden;
}

.in_paging ul li:not(:first-child):not(:last-of-type) a,
.in_paging ul li:not(:first-child):not(:last-of-type) span {
  border-radius: 50%;
}

.in_paging i {
  margin-top: 14px;

  width: 100%;

  font-size: 13px;

  color: #888;
}

.in_paging a:hover,
.in_paging .curr_page a,
.in_paging .curr_page span {
  border-color: var(--curr_color) !important;

  background: var(--curr_color);

  color: #fff !important;
}
