/*
Theme Name: Xinlongyi
Version: 1.0
Description: 安徽三鸟科技有限公司,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
:root {
  --i_color: #0066a1;
  /* 全局颜色 */
  --i_color2: #012344;
  /* 副颜色 */
  --header_height: 1rem;
  /* 头部高度 */
  --border_color: rgba(0, 0, 0, 0.1);
  /* 默认边框颜色 */
}
@media screen and (max-width: 1440px) {
  :root {
    --header_height: 0.9rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --header_height: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}
* {
  box-sizing: border-box;
  line-height: 150%;
}
.text_linear_color {
  display: table;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, var(--i_color2), var(--i_color));
  background: linear-gradient(to right, var(--i_color2), var(--i_color));
  background-clip: text;
  -webkit-background-clip: text;
}
.wrap {
  width: 83.4vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_top {
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .wrap {
    width: 92vw;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 94vw;
  }
}
.wrap_l {
  display: block;

  padding-left: 8.2vw;
}
.wrap_r {
  display: block;

  padding-right: 8.2vw;
}
@media screen and (max-width: 1600px) {
  .wrap_l {
    padding-left: 4vw;
  }
  .wrap_r {
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
  z-index: 2014;
}
.top_cont {
  position: relative;
  background: rgb(255 255 255 / 100%);
  z-index: 2013;
}
.TopHeader .top_cont {
  background: #fff;
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header {
    top: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .top_cont {
    background: #fff;
  }
  .top {
    padding-right: 3vw;
  }
}
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo img {
  max-height: 100px;
  max-width: 100px;
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 80px;
    max-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .logo img {
    max-height: 60px;
    max-width: 60px;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 2014;
  }
  .i_nav > li {
    margin: 0 0.3rem;
    position: relative;
  }
  .i_nav > li:first-child {
    margin-left: 0;
  }
  .i_nav > li:last-child {
    margin-right: 0;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--linear-gradien);
    background: var(--linear-gradien2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav .curr::before {
    content: "";
    width: 100%;
  }
  .i_nav > li > a {
    display: block;
    font-family: Arial;
    font-size: 20px;
    color: #444;
    line-height: var(--header_height);
    white-space: nowrap;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    position: relative;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    color: var(--i_color) !important;
  }
  .i_nav .products_nav .sub-menu {
    display: none !important;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 1.8rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.2rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--border_color);
  }
  .i_nav .sub-menu .current-menu-item a,
  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav > li {
    margin: 0 0.24rem;
  }
  .i_nav > li > a {
    font-size: 17px;
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #333;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    font-size: 0.2rem;
    background: #eee;
    color: #555;
    z-index: 3;
  }
  .i_nav > .menu-item-has-children span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f107";
  }
  .i_nav > .menu-item-has-children span.on::before {
    content: "\f106";
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 17px;
    color: #222;
    line-height: 0.44rem;
    text-transform: capitalize;
  }
  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.16rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav .sub-menu .sub-menu {
    display: none;
  }
  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.14rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }
  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .i_nav > .menu-item-has-children > a,
  .i_nav > .menu-item-has-children > .sub-menu > li > a {
    padding-right: 0.5rem;
  }
}
/* nav dropdown menu */
.nav_dropdown {
  display: none;
  position: fixed;
  top: var(--header_height);
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.nav_p_list {
  padding: 0.44rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.nav_p_list dt {
  width: calc((100% - 0.8rem) / 5);
}
@media screen and (max-width: 1440px) {
  .nav_p_list dt {
    width: calc((100% - 0.6rem) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .nav_dropdown {
    display: none;
  }
  .nav_p_list dt {
    width: calc((100% - 0.4rem) / 3);
  }
}

.nav_p_list dt > a {
  width: 100%;
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
}
.nav_p_list dt > a:hover {
  color: var(--i_color);
}
.nav_p_list ul {
  margin-top: 0.16rem;
}
.nav_p_list li {
  margin: 0.14rem 0;
}
.nav_p_list li a {
  font-size: 0.15rem;
}
.nav_p_list dt li a:hover {
  color: var(--i_color);
}
.top_r {
  --size: 0.22rem;
}
.top_r {
  margin-left: 0.5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  margin-right: 0.4rem;
  position: relative;
}
.top_search_ico::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -0.2rem;
  width: 1px;
  height: 0.24rem;
  background: #333;
}
.top_search_ico i {
  font-size: var(--size);
  cursor: pointer;
  color: #333;
}
.top_search_ico.on i {
  color: var(--i_color);
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;

  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);

  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/public/search_w1.svg) no-repeat
    center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
  .top_search_ico {
    margin-right: 0;
  }
  .top_search_ico::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
  .top_search_btn {
  }
}
.top_language {
  padding-right: 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
}
.top_language::before {
  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: 6px solid #333;
}
.top_language i {
  font-size: var(--size);
  cursor: pointer;
  color: #333;
}
.top_language.on > i {
  color: var(--i_color);
}
.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(var(--header_height) + 0.2rem);
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0.04rem 0.06rem 0.1rem rgb(0 0 0 / 10%);
}
.top_language_list ul {
  overflow: hidden;
}
.top_language_list li {
  background: #fff;
}
.top_language_list a > span {
  display: block;
  padding: 0 14px;
  min-width: 100px;
  overflow: hidden;
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.13rem;
  color: #666;
  line-height: 0.3rem;
}
.top_language_list li:hover {
  background: var(--i_color);
}
.top_language_list li:hover .trp-ls-language-name {
  color: #fff;
}
.top_language,
.top_language > i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .top_language {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.top_email {
  padding-left: 0.6rem;
  padding-right: 0.3rem;
  margin-left: 0.3rem;
  height: var(--header_height);
  background: var(--i_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-clip-path: polygon(16% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(16% 0%, 100% 0, 100% 100%, 0% 100%);
}
.top_email span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.top_email p {
  margin-right: 6px;
  font-size: 0.16rem;
  color: #fff;
}
.top_email i {
  font-size: 0.2rem;
  color: #fff;
}
.top_email:hover p {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .top_email {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .top_email {
    margin-left: 0.1rem;
    padding-left: 0.4rem;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_email {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.full_header {
  display: none;
  height: var(--header_height);
}
@media screen and (max-width: 1024px) {
  .full_header {
    display: block;
  }
}
/* main */
main {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.o_right_bottom {
  -webkit-border-radius: 0 0 1.8rem 0;
  border-radius: 0 0 1.8rem 0;
}
@media screen and (max-width: 1366px) {
  .o_right_bottom {
    -webkit-border-radius: 0 0 1.4rem 0;
    border-radius: 0 0 1.4rem 0;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .o_right_bottom {
    -webkit-border-radius: 0 0 1rem 0;
    border-radius: 0 0 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .o_right_bottom {
    -webkit-border-radius: 0 0 0.8rem 0;
    border-radius: 0 0 0.8rem 0;
  }
}
@media screen and (max-width: 560px) {
  .o_right_bottom {
    -webkit-border-radius: 0 0 0.5rem 0;
    border-radius: 0 0 0.5rem 0;
  }
}
.o_right_top {
  -webkit-border-radius: 0 1.8rem 0 0;
  border-radius: 0 1.8rem 0 0;
}
@media screen and (max-width: 1366px) {
  .o_right_top {
    -webkit-border-radius: 0 1.4rem 0 0;
    border-radius: 0 1.4rem 0 0;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .o_right_top {
    -webkit-border-radius: 0 1rem 0 0;
    border-radius: 0 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .o_right_top {
    -webkit-border-radius: 0 0.8rem 0 0;
    border-radius: 0 0.8rem 0 0;
  }
}
@media screen and (max-width: 560px) {
  .o_right_top {
    -webkit-border-radius: 0 0.5rem 0 0;
    border-radius: 0 0.5rem 0 0;
  }
}

/* big title */
.i_tit {
  text-align: center;
}
.i_tit h2 {
  font-size: 0.34rem;
  font-weight: bold;
}
.i_tit h6 {
  margin-top: 0.16rem;
}
.i_tit h6,
.i_tit h6 * {
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.i_tit_l {
  text-align: left;
}
.i_tit_l h6 {
  padding: 0 0;
}
@media screen and (max-width: 1440px) {
  .i_tit h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .i_tit h2 {
    font-size: 0.26rem;
  }
  .i_tit h6,
  .i_tit h6 * {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit h2 {
    font-size: 0.22rem;
  }
  .i_tit h6,
  .i_tit h6 * {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 768px) {
  .i_tit h2 {
    font-size: 0.2rem;
  }
  .i_tit h6,
  .i_tit h6 * {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .i_tit h2 {
    font-size: 0.18rem;
  }
  .i_tit h6,
  .i_tit h6 * {
    line-height: 0.22rem;
  }
}
/* more btn */
.i_more {
  display: table;
  margin-left: auto;
  margin-right: auto;
  min-width: 1.4rem;
  padding: 0.12rem 0;
  background: var(--i_color);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.i_more::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  width: 0;
  height: 100%;
  background: -webkit-linear-gradient(left, #ffc771, #ed8653);
  background: linear-gradient(to right, #ffc771, #ed8653);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_more span {
  padding: 0 0.6rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.i_more b {
  font-size: 0.18rem;
  color: #fff;
  position: relative;
}
.i_more i {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  flex-shrink: 0;
}
.i_more:hover::before {
  right: initial;
  left: -10%;
  width: 120%;
}
@media screen and (max-width: 1024px) {
  .i_more {
    padding: 0.1rem 0;
  }
  .i_more span {
    padding: 0 0.4rem;
  }
  .i_more b {
    font-size: 0.16rem;
  }
  .i_more i {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .i_more b {
    font-size: 0.15rem;
  }
  .i_more i {
    font-size: 0.16rem;
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .i_more {
    padding: 0.08rem 0;
    min-width: 1.3rem;
  }
  .i_more span {
    padding: 0 0.3rem;
  }
}
/* Number of pages */
.in_page_box {
  margin-top: 0.6rem;
  text-align: center;
  overflow: hidden;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }
  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}
.i_v_btn {
  width: 80px;
  height: 80px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.i_v_btn img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media screen and (max-width: 768px) {
  .i_v_btn {
    width: 60px;
    height: 60px;
  }
}

/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
/* Footer */
footer {
  background: #3a3e43;
  position: relative;
  z-index: 3;
}
.f_tit {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.f_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_form {
  width: 45%;
}
#wpforms-71 {
  --input_font_size: 15px;
  --input_height: 0.48rem;
}
#wpforms-form-71 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-71 input,
#wpforms-71 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-71 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-71 .wpforms-field-label {
  font-size: 0;
}
#wpforms-71 .wpforms-required-label {
  position: absolute;
  top: 0.1rem;
  left: 0.18rem;
  font-size: 13px;
  color: #f00;
}
#wpforms-71 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-71 .wpforms-field-container input,
#wpforms-71 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);

  border: 1px solid var(--border_color);
  background: rgb(255 255 255 / 15%);
  padding: 0 0.3rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-71 .wpforms-field-container input:hover,
#wpforms-71 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-71 input {
  line-height: var(--input_height);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
#wpforms-71 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
#wpforms-71 input::-webkit-input-placeholder,
#wpforms-71 textarea::-webkit-input-placeholder {
  color: rgb(255 255 255 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-71 input::-moz-placeholder,
#wpforms-71 textarea::-moz-placeholder {
  color: rgb(255 255 255 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-71 input::-ms-input-placeholder,
#wpforms-71 textarea::-ms-input-placeholder {
  color: rgb(255 255 255 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-71-field_1-error,
#wpforms-71-field_2-error,
#wpforms-71-field_3-error,
#wpforms-71-field_4-error,
#wpforms-71-field_5-error,
#wpforms-71-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-71 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-71 .wpforms-submit-container {
  width: 2.3rem;
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}
#wpforms-71 .wpforms-submit-container button {
  width: 100%;
  height: 0.52rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.52rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-71 .wpforms-submit-container button:hover {
  background: #c98317;
}
#wpforms-71 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
.f_contact {
  width: 44%;
  margin-left: auto;
}
.f_contact_list {
  margin-bottom: 0.16rem;
  overflow: hidden;
}
.f_contact_list li {
  margin-bottom: 0.3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.f_contact_list i {
  flex-shrink: 0;
  font-size: 0.22rem;
  color: rgb(255 255 255 / 100%);
}
.f_contact_list span {
  margin-left: 0.16rem;
}
.f_contact_list span b {
  display: block;
  margin-bottom: 0.04rem;
  font-size: 0.2rem;
  color: rgb(255 255 255 / 100%);
  font-weight: bold;
}
.f_contact_list span a,
.f_contact_list span i,
.f_contact_list span p {
  font-size: 0.18rem;
  color: rgb(255 255 255 / 100%);
  line-height: 0.22rem;
}
.f_contact_list span i {
  margin: 0 0.1rem;
}
.f_contact_list b {
  font-weight: bold;
  margin-right: 0.08rem;
}
.f_contact_list a:hover {
  color: var(--i_color);
}
.f_contact_list_t {
  align-items: center !important;
}
.f_contact_list_t i {
  font-size: 0.38rem;
  color: var(--i_color);
}
.f_contact_list_t span p {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: bold;
}
.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_media li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f_media li:not(:last-child) {
  margin-right: 0.2rem;
}
.f_media i {
  font-size: 0.3rem;
  color: rgb(255 255 255 / 50%);
}
.f_media li:hover {
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.f_media li:hover i {
  color: var(--i_color);
}
.f_cr {
  padding: 0.2rem 0 0.3rem;
  border-top: 1px solid rgb(255 255 255 / 15%);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.f_cr span {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.f_cr p,
.f_cr a {
  font-size: 0.14rem;
  color: rgb(255 255 255 / 70%);
}
.f_cr a {
  font-weight: bold;
}
.f_cr a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .f_contact_list i {
    font-size: 0.2rem;
  }
  .f_contact_list span b {
    font-size: 0.18rem;
  }
  .f_contact_list span a,
  .f_contact_list span i,
  .f_contact_list span p {
    font-size: 0.17rem;
  }
  .f_contact_list_t span p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .f_tit {
    font-size: 0.24rem;
  }
  #wpforms-71 {
    --input_font_size: 14px;
    --input_height: 0.42rem;
  }
  #wpforms-71 .wpforms-submit-container {
    width: 1.7rem;
  }
  #wpforms-71 .wpforms-submit-container button {
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.14rem;
  }
  .f_contact {
    width: 48%;
  }
  .f_contact_list i {
    font-size: 0.18rem;
  }
  .f_contact_list span b {
    font-size: 0.17rem;
  }
  .f_contact_list span a,
  .f_contact_list span i,
  .f_contact_list span p {
    font-size: 0.15rem;
  }
  .f_media i {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  .f_tit {
    font-size: 0.2rem;
  }
  .f_form {
    width: 100%;
  }
  .f_contact {
    width: 100%;
    margin: 0.38rem 0 0 0;
  }
  .f_cr {
    padding: 0.14rem 0 0.2rem;
  }
  .f_cr p {
    width: 100%;
  }
  .f_cr span {
    margin: 0.06rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .f_tit {
    font-size: 0.18rem;
  }
  .f_contact_list li {
    margin-bottom: 0.2rem;
  }
  .f_contact_list span a,
  .f_contact_list span i,
  .f_contact_list span p {
    font-size: 0.14rem;
  }
  .f_media i {
    font-size: 0.24rem;
  }
  .f_contact_list span b {
    font-size: 0.16rem;
  }
}
/* aside */
.asform {
  cursor: pointer;
}
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 9999999999998;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;

  padding: 30px 30px 40px;
  background: rgb(255 255 255 / 100%);
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 0.2rem;
}
#aside_sc_from .tit p {
  text-align: center;
  font-size: 0.26rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 0.3rem;
}
.aside_close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: block;
  font-size: 0.36rem;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aside_close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#wpforms-78 {
  --input_font_color: rgb(0 0 0 / 50%);
  --input_font_size: 14px;
  --input_height: 42px;
}
#wpforms-78 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-78 {
  width: 100%;
  overflow: hidden;
}
#wpforms-78 input,
#wpforms-78 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-78 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-78 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-78 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-78 .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 auto;
  width: 170px;
  background: var(--i_color);
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  position: relative;
}
#wpforms-78 .wpforms-field-label {
  font-size: 0;
}
#wpforms-78 .wpforms-required-label {
  position: absolute;
  top: 16px;
  left: 5px;
  font-size: 16px;
  color: #f00;
}
#wpforms-78 .wpforms-field {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0.18rem;
  background: transparent;
  position: relative;
  overflow: hidden;
}
#wpforms-78 input {
  height: var(--input_height);
}
#wpforms-78 textarea {
  min-height: 100px;
}
#wpforms-78 input,
#wpforms-78 textarea {
  width: 100%;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #333;

  border: 1px solid rgb(0 0 0 / 30%);
  line-height: var(--input_height);
  padding: 0 16px;
}
#wpforms-78 input::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-78 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-78 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-78 input::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-78 textarea::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-78 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-78 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-78 textarea::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-78 #wpforms-78-field_1-error,
#wpforms-78 #wpforms-78-field_2-error,
#wpforms-78 #wpforms-78-field_3-error,
#wpforms-78 #wpforms-78-field_5-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-78 .wpforms-submit-container button {
  width: 100%;
  height: 38px;
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
#wpforms-78 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-78 .wpforms-submit-container:hover {
  background: var(--i_color2);
}
@media screen and (max-width: 1366px) {
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .aside_right li img {
    width: 0.18rem;
    height: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  #aside_sc_from {
    width: 94%;
  }
  .aside_close {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 959px) {
  .aside_right li > a {
    width: 0.34rem;
    height: 0.34rem;
  }
  .aside_right li img {
    width: 0.16rem;
    height: 0.16rem;
  }
  .aside_close {
    top: 0.2rem;
    right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  #aside_sc_from {
    padding: 20px 20px 30px;
  }
  #aside_sc_from .tit {
    margin-bottom: 0.18rem;
  }
  #wpforms-78 {
    --input_font_size: 13px;
    --input_height: 38px;
  }
  #wpforms-78 .wpforms-submit-container {
    height: 34px;
  }
  #wpforms-78 .wpforms-submit-container button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  #aside_sc_from .tit p {
    font-size: 0.17rem;
  }
}
/* aside meun */
.fixed_contact {
  --ico_size: 50px;
}
.fixed_contact {
  position: fixed;
  bottom: 16%;
  right: 0;
  width: 0;
  z-index: 9999999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixed_contact li {
  display: inline-block;
  float: left;
  clear: both;
}
.fixed_contact a {
  position: relative;
  right: var(--ico_size);
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 2px 0;
  background: var(--i_color);
  -webkit-border-radius: 0.06rem 0 0 0.06rem;
  border-radius: 0.06rem 0 0 0.06rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aside_top {
  cursor: pointer;
}
.fixed_contact i {
  width: var(--ico_size);
  height: var(--ico_size);
  position: relative;
}
.fixed_contact i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.22rem;
  color: #fff;
}
.aside_wa i::before {
  font-size: 0.24rem;
}
.fixed_contact li p {
  display: block;
  padding-right: 0.2rem;
  font-size: 0.14rem;
  color: #fff;
  line-height: var(--ico_size);
  white-space: nowrap;
}
.fixed_contact a:hover {
  right: 100%;
}
@media screen and (max-width: 1440px) {
  .fixed_contact {
    --ico_size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .fixed_contact {
    display: none;
  }
  .fixed_contact {
    --ico_size: 40px;
  }
  .fixed_contact a:hover {
    right: var(--ico_size) !important;
  }
  .fixed_contact i::before {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .fixed_contact {
    --ico_size: 34px;
  }
  .fixed_contact i::before {
    font-size: 0.18rem;
  }
  .fixed_contact li p {
    font-size: 0.13rem;
  }
}
/* ----------------------- Inside Page ----------------------- */
/* Inside Banner */
.in_banner {
  width: 100%;
  position: relative;
  /* overflow: hidden; */
  z-index: 4;
}
.in_banner .img {
  position: relative;
  overflow: hidden;
}
.in_banner .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0 0 0 / 60%);
}
.in_banner .img::before {
  content: "";
  display: block;
  padding-bottom: 41.25%;
}
.in_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_banner_t {
  position: absolute;
  top: 49%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.in_banner_t h2 {
  font-size: 0.6rem;
  color: #fff;
  font-weight: 900;
}
.in_banner_t h6 {
  display: table;
  padding: 0 0.3rem;
  margin-top: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.3rem;
  color: #fff;
  text-shadow: 0px 0px 2px var(--i_color);
  line-height: 0.6rem;
  border: 1px solid var(--i_color);
}
@media screen and (max-width: 1440px) {
  .in_banner_t h2 {
    font-size: 0.5rem;
  }
  .in_banner_t h6 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_banner_t h2 {
    font-size: 0.44rem;
  }
  .in_banner_t h6 {
    font-size: 0.26rem;
    line-height: 0.54rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_banner_t h2 {
    font-size: 0.38rem;
  }
  .in_banner_t h6 {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_banner_t h2 {
    font-size: 0.32rem;
  }
  .in_banner_t h6 {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_banner_t h2 {
    font-size: 0.28rem;
  }
  .in_banner_t h6 {
    margin-top: 0.16rem;
    padding: 0 0.2rem;
    font-size: 0.16rem;
    line-height: 0.38rem;
  }
}
@media screen and (max-width: 560px) {
  .in_banner_t h2 {
    font-size: 0.2rem;
  }
  .in_banner_t h6 {
    margin-top: 0.12rem;
    padding: 0 0.1rem;
    font-size: 0.13rem;
    line-height: 0.34rem;
  }
}
/* In About Nav */
.in_about_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.in_about_nav.navFix {
  position: fixed;
  bottom: initial;
  margin: 0 auto 0;
  top: var(--header_height);
  background: #222d4c;
  z-index: 2014;
}
@media screen and (min-width: 769px) {
  .in_about_nav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    gap: 0 4%;
  }
  .in_about_nav ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 20%);
  }
  .in_about_nav li {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .in_about_nav a {
    display: block;
    padding: 0.3rem 0;
    font-size: 0.18rem;
    color: #fff;
    text-transform: capitalize;
    position: relative;
  }
  .in_about_nav .curr::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: var(--i_color);
  }
  .in_about_nav .curr a {
    color: var(--i_color);
  }
}
@media screen and (max-width: 1440px) {
  .in_about_nav a {
    padding: 0.24rem 0;
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .in_about_nav a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_about_nav a {
    padding: 0.2rem 0;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .in_about_nav {
    position: relative;
    background: var(--i_color2);
  }
  .in_about_nav ul {
    display: none;
    width: 100%;
    background: #fff;

    padding: 0.04rem 3vw 0;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 12%);
  }
  .in_about_nav li {
    position: relative;
    text-align: center;
  }
  .in_about_nav li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--border_color);
  }
  .in_about_nav a {
    display: block;
    padding: 0.14rem 0 !important;
    font-size: 0.16rem !important;
    color: #333;
  }
  .in_about_nav .curr::before {
    background: var(--i_color) !important;
  }
  .in_about_nav .curr a {
    color: var(--i_color);
  }
}
@media screen and (max-width: 560px) {
}
/* In nav */
.in_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.in_nav .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.in_nav .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 20%);
}
.in_nav_tit {
  display: none;
}
@media screen and (min-width: 769px) {
  .in_nav_list {
    width: 100%;
    margin-right: 0.4rem;

    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 4%;
    position: relative;
  }
  .in_nav_list li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .in_nav_list a {
    display: block;
    padding: 0.3rem 0;
    font-size: 0.18rem;
    color: #fff;
    text-transform: capitalize;
  }
  .in_nav_list a:hover {
    color: var(--i_color);
  }
  .in_nav_list .curr::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: var(--i_color);
  }
  .in_nav_list .curr a {
    color: var(--i_color);
  }
  .in_nav_menu {
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .in_nav_btn {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
  }
  .in_nav_btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.3rem;
    color: #fff;
  }
  .in_nav_btn.on {
    background: var(--i_color);
    border-color: var(--i_color);
  }
  .in_nav_menu span {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 20%);
  }
  .in_nav_menu span::before {
    content: "";
    position: absolute;
    right: 0.12rem;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
  .in_nav_menu span.on {
    display: block;
  }
  .in_nav_menu li {
    display: block;
  }
  .in_nav_menu a {
    padding: 0.14rem 0.2rem;
    color: #333;
    font-size: 0.15rem;
    white-space: nowrap;
  }
  .in_nav_menu a:hover {
    color: #fff;
    background: var(--i_color);
  }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .in_nav_list a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .in_nav {
    position: relative;
    background: var(--i_color2);
  }
  .in_nav_list {
    margin-right: 0;
  }
  .in_nav_list > li > a {
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    font-size: 0.14rem;
  }
  .in_nav_menu {
    margin-left: auto;
  }
  .in_nav_btn {
    width: 0.3rem;
    height: 0.3rem;
  }
  .in_nav_btn i {
    font-size: 0.24rem;
  }
  .in_nav_menu a {
    font-size: 0.14rem;
    padding: 0.12rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .in_nav .wrap {
    width: 100%;
    margin: 0 0;
    display: block;
  }
  .in_nav_tit {
    display: block;
    width: 100%;
  }
  .in_nav_tit span {
    padding: 0.16rem 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .in_nav_tit h2 {
    margin: 0 0.1rem;
    font-size: 0.18rem;
    color: #fff;
    text-transform: capitalize;
  }
  .in_nav_tit i {
    font-size: 0.24rem;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .in_nav_tit.on i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .in_nav_list {
    display: none;
    background: #fff;

    padding: 0.04rem 3vw 0;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 12%);
  }
  .in_nav_list li {
    position: relative;
    text-align: center;
  }
  .in_nav_list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--border_color);
  }
  .in_nav_list a {
    display: block;
    padding: 0.14rem 0 !important;
    font-size: 0.16rem !important;
    color: #333;
  }
  .in_nav_list .curr::before {
    background: var(--i_color) !important;
  }
  .in_nav_list .curr a {
    color: var(--i_color);
  }
}
@media screen and (max-width: 560px) {
  .in_nav_tit span {
    padding: 0.12rem 0;
  }
  .in_nav_tit h2 {
    font-size: 0.16rem;
  }
  .in_nav_list a {
    font-size: 0.14rem !important;
  }
}
/* Breadcrumb */
.breadcrumb {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.breadcrumb a {
  max-width: 2.6rem;
  font-size: 0.14rem;
  color: rgb(255 255 255 / 60%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.breadcrumb a:not(:last-child):after {
  content: ">";
  margin: 0 0.06rem;
}
.breadcrumb a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    display: none;
  }
}

/* banner */
.banner {
  width: 100%;
  overflow: hidden;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  height: 0;
  padding-bottom: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img,
.banner .swiper-slide > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  width: 0.7rem;
  height: 0.7rem;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-button-prev {
  left: -0.5rem;
}
.banner-button-next {
  right: -0.5rem;
}
.banner-button-prev i,
.banner-button-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.banner:hover .banner-button-prev {
  left: 1%;
}
.banner:hover .banner-button-next {
  right: 1%;
}
.banner-button-prev:hover i,
.banner-button-next:hover i {
  color: var(--i_color);
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1200px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    height: auto;
  }
  .banner .swiper-slide {
    padding-bottom: 50%;
  }
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide {
    padding-bottom: 52%;
  }
  .banner-pagination {
    bottom: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 4px;
  }
}
/* banner文字 */
.b_t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b_t h3 {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px #666;
}
.b_t h6 {
  margin-top: 0.28rem;
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.6rem;
  text-shadow: 1px 1px 2px #666;
}
@media screen and (max-width: 1440px) {
  .b_t h3 {
    font-size: 0.8rem;
  }
  .b_t h6 {
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
}
@media screen and (max-width: 1366px) {
  .b_t h3 {
    font-size: 0.74rem;
  }
}
@media screen and (max-width: 1200px) {
  .b_t h3 {
    font-size: 0.68rem;
  }
  .b_t h6 {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t h3 {
    font-size: 0.48rem;
  }
  .b_t h6 {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
@media screen and (max-width: 768px) {
  .b_t h3 {
    font-size: 0.36rem;
  }
  .b_t h6 {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .b_t h3 {
    font-size: 0.2rem;
  }
  .b_t h6 {
    margin-top: 0.1rem;
    font-size: 0.15rem;
    line-height: 0.2rem;
  }
}
.i_category {
}
.cat_list {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.cat_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.cat_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ddd;
}
.cat_list .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_list .swiper-slide a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .cat_list .swiper-slide:hover {
    -webkit-border-radius: 0 0.9rem 0 0;
    border-radius: 0 0.9rem 0 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}
.cat_list .swiper-slide:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
.cat_list .txt {
  padding: 0.6rem 0.4rem 0;
}
.cat_list .txt span {
  margin-bottom: 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.cat_list .txt span p {
  font-size: 0.24rem;
}
.cat_list .txt i {
  flex-shrink: 0;
  margin-left: 0.2rem;
  font-size: 0.22rem;
}
.cat_list .txt h6 {
  font-size: 0.16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cat_list .txt h6 * {
  font-size: 0.16rem;
}
.cat_list .swiper-slide:nth-child(1) p,
.cat_list .swiper-slide:nth-child(1) i,
.cat_list .swiper-slide:nth-child(1) h6 {
  color: #fff;
}
.cat_list .pic {
  --yuan_size: 4.6rem;
}
.cat_list .pic {
  width: 100%;
  margin-top: 0.2rem;
  align-self: flex-end;
  position: relative;
  overflow: hidden;
}
.cat_list .pic::before {
  content: "";
  display: block;
  padding-bottom: 72%;
}
.cat_list .pic::after {
  content: "";
  position: absolute;
  top: 32%;
  left: 54%;
  width: var(--yuan_size);
  height: var(--yuan_size);
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cat_list .pic img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_list .swiper-slide:nth-child(2) .pic::after {
  background: #e9ecf3;
}
.cat-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.cat-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.cat-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_cat_form {
  margin-top: 0.4rem;
  text-align: center;
  cursor: pointer;
}
.i_cat_form p {
  font-size: 0.2rem;
}
.i_cat_form i {
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.i_cat_form:hover p,
.i_cat_form:hover i {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .cat_list .pic {
    --yuan_size: 3.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .cat_list .txt span p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1200px) {
  .cat_list .pic {
    --yuan_size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .cat_list {
    padding-top: 0;
  }
  .cat_list .txt {
    padding: 0.4rem 0.2rem 0;
  }
  .cat_list .txt span p,
  .cat_list .txt i {
    font-size: 0.18rem;
  }
  .cat_list .txt h6 p {
    font-size: 0.14rem;
  }
  .cat_list .pic {
    --yuan_size: 2.5rem;
  }
  .i_cat_form p {
    font-size: 0.18rem;
  }
  .i_cat_form i {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .cat_list .pic {
    --yuan_size: 6.2rem;
  }
  .cat_list .pic {
    margin-top: 0;
  }
}
@media screen and (max-width: 560px) {
  .cat_list .txt span {
    margin-bottom: 0.1rem;
  }
  .cat_list .pic {
    --yuan_size: 3rem;
  }
  .i_cat_form p {
    font-size: 0.15rem;
  }
  .i_cat_form i {
    font-size: 0.2rem;
  }
}
.i_mf {
  position: relative;
  background: #fff;
  z-index: 2;
}
.i_mf_t {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 10.45rem;
  max-width: 100%;
}
.i_mf_cont {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_mf_cont > img {
  display: block;
  margin: 0 auto;
  width: 39.2%;
  position: relative;
  z-index: 2;
}
.i_mf_cont .wave {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.i_mf_cont .wave::before {
  content: "";
  display: block;
  padding-bottom: 18.5%;
}
.i_mf_cont .wave img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 200%;
  max-height: 100%;
  -webkit-animation: wave 65s infinite linear;
  animation: wave 65s infinite linear;
}
@keyframes wave {
  0% {
    transform: translate(0, -50%) translateX(0);
  }
  100% {
    transform: translate(0, -50%) translateX(-50%);
  }
}
.mf_list_box {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 3;
}
.mf_list {
  width: calc(100% - 1.4rem * 2);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mf_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.mf_list .swiper-slide {
  opacity: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.mf_list .swiper-slide-active {
  opacity: 1;
}
.mf_list .txt {
  margin-right: 6%;
  max-width: 6.5rem;

  padding: 0.2rem 0.3rem;
  background: rgb(1 35 68 / 70%);
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}
.mf_list .ico {
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;

  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.mf_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.4rem;
}
.mf_list span {
  margin-left: 0.2rem;
}
.mf_list span h5 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}
.mf_list span h6 {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
}
.mf-prev,
.mf-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.8rem;
  height: 0.8rem;

  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.mf-prev {
  left: 0;
}
.mf-next {
  right: 0;
}
.mf-prev i,
.mf-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.34rem;
  color: #bbb;
}
.mf_list .swiper-button-disabled {
  cursor: not-allowed;
}
.mf-prev:hover,
.mf-next:hover {
  background: var(--i_color);
  border-color: var(--i_color);
}
.mf-prev:hover i,
.mf-next:hover i {
  color: #fff;
}
.mf-pagination {
  display: block;
  text-align: center;
}
.mf-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.mf-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_mf_t {
    width: 12rem;
  }
  .mf_list .ico {
    width: 0.74rem;
    height: 0.74rem;
  }
  .mf_list .ico img {
    height: 0.34rem;
  }
  .mf-prev,
  .mf-next {
    width: 0.7rem;
    height: 0.7rem;
  }
  .mf-prev i,
  .mf-next i {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .mf_list span h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .mf-prev,
  .mf-next {
    width: 0.6rem;
    height: 0.6rem;
  }
  .mf-prev i,
  .mf-next i {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_mf_cont > img {
    width: 60%;
  }
  .mf_list {
    width: 100%;
  }
  .mf_list .txt {
    width: 70%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mf_list .ico {
    width: 0.6rem;
    height: 0.6rem;
  }
  .mf_list .ico img {
    height: 0.26rem;
  }
  .mf_list span h6 {
    font-size: 0.15rem;
  }
  .mf-prev,
  .mf-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mf_list_box {
    position: relative;
    transform: none;
    margin-top: 0.4rem;
  }
  .i_mf_cont .wave {
    top: 15%;
    transform: none;
  }
  .i_mf_cont .wave img {
    -webkit-animation: wave 30s infinite linear;
    animation: wave 30s infinite linear;
  }
  .mf_list .txt {
    width: 100%;
    background: rgb(1 35 68 / 80%);
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    padding: 0.14rem 0.2rem;
  }
  .mf_list .ico {
    width: 0.5rem;
    height: 0.5rem;
  }
  .mf_list .ico img {
    height: 0.22rem;
  }
  .mf_list span h5 {
    font-size: 0.16rem;
  }
  .mf_list span h6 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .mf-pagination {
    margin-top: 0.3rem;
  }
}
.i_adv {
  padding-top: 3rem;
  background: -webkit-linear-gradient(top, #0856a1, #6faceb);
  background: linear-gradient(to bottom, #0856a1, #6faceb);
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.i_adv_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./static/images/i_adv_bg.webp) no-repeat right bottom;
  background-size: 20%;
  background-attachment: fixed;
}
.i_adv .wrap {
  position: relative;
  z-index: 2;
}
.i_adv .i_tit h2 {
  color: #fff;
}
.i_adv_t {
  display: block;
  text-align: center;
  margin: 0.2rem auto 0;
  width: 10.45rem;
  max-width: 100%;
  color: #fff;
}
.adv_ico_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 4%;
}
.adv_ico_list li {
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.adv_ico_list li img {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
.adv_ico_list li p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  text-shadow: 1px 1px 2px #666;
}
.adv_ico_list li:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.adv_list {
  padding: 0 5%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2%;
}
.adv_list dt {
  width: 32%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.adv_list .ico {
  margin-right: 0.3rem;
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.adv_list .ico::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--i_color);
}
.adv_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.4rem;
  z-index: 2;
}
.adv_list dt:hover .adv_list span {
  margin-left: 0.3rem;
}
.adv_list span h3 {
  font-size: 0.2rem;
  color: #fff;
}
.adv_list span h6 {
  font-size: 0.16rem;
  color: rgb(255 255 255 / 60%);
}
.adv_list dt:hover .ico {
  border-color: var(--i_color);
}
.adv_list dt:hover .ico::after {
  height: 100%;
}
.adv_list dt:hover img {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}

.adv_list .ico,
.adv_list .ico::after,
.adv_list .ico img,
.adv_list span h3,
.adv_list span h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .adv_ico_list li img {
    height: 1rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_adv {
    padding-top: 2.7rem;
  }
  .adv_ico_list li img {
    height: 0.8rem;
  }
  .adv_list {
    padding: 0 0;
  }
  .adv_list .ico {
    width: 0.62rem;
    height: 0.62rem;
  }
  .adv_list .ico img {
    height: 0.34rem;
  }
  .adv_list span h3 {
    font-size: 0.18rem;
  }
  .adv_list span h6 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .adv_ico_list li img {
    height: 0.64rem;
  }
  .adv_list {
    gap: 0.3rem 0;
  }
  .adv_list dt {
    width: 100%;
  }
  .adv_list .ico {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
  }
  .adv_list .ico img {
    height: 0.3rem;
  }
  .adv_list span h3 {
    font-size: 0.17rem;
  }
  .i_adv_bg {
    background-size: 120%;
  }
}
@media screen and (max-width: 560px) {
  .i_adv {
    padding-top: 2.5rem;
  }
  .adv_ico_list {
    gap: 0.2rem 4%;
  }
  .adv_ico_list li {
    width: 30%;
    text-align: center;
  }
  .adv_ico_list li img {
    height: 0.54rem;
  }
  .adv_list .ico {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.2rem;
  }
  .adv_list .ico img {
    height: 0.24rem;
  }
  .adv_list span h3 {
    font-size: 0.15rem;
  }
}
.i_news {
  background: #f1f1f1;
}
.i_news_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.i_ex_list {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.i_ex_list dt {
  text-align: center;
}
.i_ex_list dt img {
  height: 0.85rem;
}
.i_ex_list p {
  margin-top: 0.1rem;
  font-size: 14px;
}
.i_news_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 5%;
}
.i_news_list li {
  width: 30%;
  position: relative;
}
.i_news_list li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_news_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_news_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.i_news_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.i_news_list .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  padding: 0.6rem 0.4rem 0;
  background: #fff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.i_news_list .txt h3 {
  font-size: 0.22rem;
}
.i_news_list .txt p {
  margin: 0.2rem 0;
  font-size: 0.16rem;
}
.i_news_list .txt h3,
.i_news_list .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_news_list .txt i {
  font-size: 14px;
}
.i_news_list .txt p,
.i_news_list .txt i {
  visibility: visible;
}
.i_news_list .txt h3,
.i_news_list .txt p,
.i_news_list .txt i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1025px) {
  .i_news_list li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  .i_news_list li:hover img {
    width: 120%;
    height: 120%;
  }
  .i_news_list li:hover .txt {
    padding-top: 26%;
    background: rgb(0 0 0 / 60%);
  }
  .i_news_list li:hover h3 {
    color: #fff;
  }
  .i_news_list li:hover p,
  .i_news_list li:hover i {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .i_ex_list dt img {
    height: 0.74rem;
  }
  .i_news_list .txt h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_ex_list dt img {
    height: 0.66rem;
  }
  .i_ex_list {
    margin-top: 0.34rem;
    width: 100%;
    margin-left: 0;
  }
  .i_news_list {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .i_news_list li {
    width: 100%;
  }
  .i_news_list a {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
  }
  .i_news_list .img {
    width: 30%;
    flex-shrink: 0;
  }
  .i_news_list .txt {
    position: relative;
    padding: 0 0.3rem;
  }
  .i_news_list .txt h3 {
    font-size: 0.18rem;
  }
  .i_news_list .txt p {
    font-size: 0.15rem;
    -webkit-line-clamp: 1;
    margin: 0.1rem 0;
  }
  .i_news_list li:hover h3 {
    color: var(--i_color);
  }
}
@media screen and (max-width: 768px) {
  .i_news .i_tit {
    margin-left: auto;
    margin-right: auto;
  }
  .i_news .i_tit h2,
  .i_news .i_tit h6 {
    text-align: center;
  }
  .i_ex_list {
    gap: 0.3rem 4%;
  }
  .i_ex_list dt {
    width: 48%;
  }
  .i_ex_list dt img {
    height: 0.44rem;
  }
  .i_ex_list p {
    font-size: 0.13rem;
  }
  .i_news_list .img {
    width: 40%;
  }
  .i_news_list .txt h3 {
    font-size: 0.16rem;
  }
  .i_news_list .txt p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .i_news_list a {
    flex-wrap: wrap;
  }
  .i_news_list .img {
    width: 100%;
  }
  .i_news_list .txt {
    padding: 0.2rem 0.2rem;
  }
}

/* about */
.in_about {
  background: -webkit-linear-gradient(top, #fff, #bfe0ff);
  background: linear-gradient(to bottom, #fff, #bfe0ff);
}
.in_about .wrap {
  position: relative;
  z-index: 2;
}
.in_about_t {
  display: block;

  padding: 0 14%;
  text-align: center;
}

.in_ab_pic {
  position: relative;
  overflow: hidden;
}
.in_ab_pic::before {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.in_ab_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_ab_pic .i_v_btn {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .in_about_t {
    padding: 0 6%;
  }
}
@media screen and (max-width: 1366px) {
  .in_ab_pic {
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_about_t {
    padding: 0 4%;
  }
}
@media screen and (max-width: 1024px) {
  .in_about {
    padding-top: 2.6rem;
  }
  .in_about_t {
    padding: 0 0;
  }
  .in_ab_pic {
    margin-top: -0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .in_ab_pic {
    margin-top: 0.18rem;
  }
  .in_ab_pic .i_v_btn {
    top: 64%;
  }
}
.in_process {
  background: url(static/images/bc_process.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 561px) {
  .in_process {
    background-attachment: fixed;
  }
}
.in_process::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_process .wrap {
  position: relative;
  z-index: 2;
}

/* history */
.history {
}
.history .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.history_tit {
  width: 36%;
}
.history_tit .i_more {
  margin-left: 0;
}
.history_cont {
  margin-left: auto;
  width: 52%;
}
.history_list {
  height: 4.3rem;
  position: relative;
  overflow: hidden;
}
.history_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.history_list .swiper-slide {
  opacity: 0.2;
  flex-shrink: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.history_list .swiper-slide-prev,
.history_list .swiper-slide-next {
  opacity: 0.6;
}
.history_list .swiper-slide-active {
  opacity: 1;
}
.history_list p {
  font-size: 0.34rem;
  color: #000;
  font-style: italic;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.history_list h6 {
  flex-shrink: 0;
  width: 72%;
  margin-left: 0.4rem;
  font-size: 0.18rem;
  color: #000;
}
.history_list .swiper-slide-active p {
  font-size: 0.7rem;
  color: var(--i_color);
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .history_list .swiper-slide-active p {
    font-size: 0.66rem;
  }
}
@media screen and (max-width: 1366px) {
  .history_list .swiper-slide-active p {
    font-size: 0.62rem;
  }
}
@media screen and (max-width: 1200px) {
  .history_cont {
    width: 56%;
  }
  .history_list .swiper-slide-active p {
    font-size: 0.58rem;
  }
}
@media screen and (max-width: 1024px) {
  .history_tit {
    width: 30%;
  }
  .history_cont {
    width: 66%;
  }
  .history_list {
    height: 3.7rem;
  }
  .history_list p {
    font-size: 0.24rem;
  }
  .history_list .swiper-slide-active p {
    font-size: 0.42rem;
  }
  .history_list h6 {
    font-size: 0.17rem;
    margin-left: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  .history_tit {
    width: 100%;
  }
  .history_cont {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .history_list .swiper-slide {
    justify-content: flex-start;
  }
  .history_list p {
    width: 0.86rem;
    text-align: right;
    flex-shrink: 0;
    font-size: 0.2rem;
  }
  .history_list .swiper-slide-active p {
    font-size: 0.34rem;
  }
  .history_list h6 {
    font-size: 0.16rem;
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .history_list {
    height: 3.2rem;
  }
  .history_list p {
    width: 0.7rem;
    font-size: 0.18rem;
  }
  .history_list .swiper-slide-active p {
    font-size: 0.26rem;
  }
  .history_list h6 {
    font-size: 0.14rem;
    width: 74%;
  }
}
/* RAD */
.RAD {
  background: #f1f1f1;
  position: relative;
  z-index: 2;
}
.RAD .i_tit h6 {
  padding: 0 14%;
}
.RAD_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 3%;
}
.RAD_list li {
  width: 22.75%;
  position: relative;
}
.RAD_list a {
  display: block;
  width: 100%;
}
.RAD_list .img {
  width: 100%;
  position: relative;

  border: 1px solid var(--border_color);
  overflow: hidden;
}
.RAD_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.RAD_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.RAD_list .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  background: rgb(1 35 68 / 80%);
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.RAD_list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

  padding: 0 0.3rem;
  text-align: center;
}
.RAD_list li span p {
  font-size: 0.18rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.RAD_list li span i {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  color: #fff;
}
.RAD_list .tit {
  text-align: center;
  margin-top: 0.2rem;
}
.RAD_list .tit p {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.RAD_list .tit h6 {
  margin-top: 0.1rem;
  font-size: 0.16rem;
}
/* .RAD_list li:last-child{
	min-height: 3rem;
	background: var(--i_color);-webkit-border-radius:0 .8rem 0 0; border-radius:0 .8rem 0 0;}
.RAD_list li:last-child a{display: block;width: 100%;height: 100%;}
.more_t{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);text-align: center;}
.more_t p{font-size: 0.24rem;color: #FFF;white-space: nowrap;}
.more_t i{
	margin-top: 0.2rem;
	font-size: 0.3rem;color: #FFF;
} */
.RAD_list li:hover .txt {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.RAD_list li:hover .tit p {
  color: var(--i_color);
}
.RAD_list li:hover .more_t i {
  -webkit-animation: move_lr 0.8s infinite linear;
  animation: move_lr 0.8s infinite linear;
}
@keyframes move_lr {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .RAD .i_tit h6 {
    padding: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .RAD_list {
    gap: 0.3rem 3%;
  }
  .RAD_list .txt {
    display: none !important;
  }
  .RAD_list .tit p {
    font-size: 0.16rem;
  }
  .RAD_list li:last-child {
    -webkit-border-radius: 0 0.6rem 0 0;
    border-radius: 0 0.6rem 0 0;
  }
  .more_t p {
    font-size: 0.2rem;
  }
  .more_t i {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  .RAD_list {
    gap: 0.3rem 4%;
  }
  .RAD_list li {
    width: 48%;
  }
  .RAD_list .tit p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .RAD_list .tit {
    margin-top: 0.14rem;
  }
  .RAD_list .tit p {
    font-size: 0.14rem;
  }
  .more_t p {
    font-size: 0.18rem;
  }
  .more_t i {
    margin-top: 0.1rem;
    font-size: 0.22rem;
  }
}
.salesmap {
  background: -webkit-linear-gradient(top, #0856a1, #6faceb);
  background: linear-gradient(to bottom, #0856a1, #6faceb);
  position: relative;
}
.salesmap_cont {
  width: 48%;
  position: relative;
  z-index: 2;
}
.salesmap_cont .i_tit {
  text-align: left;
}
.salesmap_cont .i_tit h2 {
  color: #fff;
}
.salesmap_t {
  display: block;
  margin-top: 0.2rem;
  color: #fff;
}
.salesmap_cont .i_more {
  margin-left: 0;
}
.salesmap_num {
  width: 74%;
  margin: 1.5rem 0 1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 0;
}
.salesmap_num dt {
  width: 40%;
}
.salesmap_num b,
.salesmap_num i {
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.salesmap_num p {
  font-size: 0.18rem;
  color: #fff;
}
.salesmap_pic {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  width: 14.8rem;
  max-width: 90%;
}
.salesmap_pic img {
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .salesmap_cont {
    width: 55%;
  }
  .salesmap_num b,
  .salesmap_num i {
    font-size: 0.52rem;
  }
}
@media screen and (max-width: 1366px) {
  .salesmap_num {
    margin: 1.1rem 0 0.8rem;
  }
  .salesmap_num b,
  .salesmap_num i {
    font-size: 0.46rem;
  }
  .salesmap_pic {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1200px) {
  .salesmap_num {
    margin: 0.7rem 0 0.6rem;
  }
  .salesmap_pic {
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .salesmap_cont {
    width: 100%;
  }
  .salesmap_num {
    margin: 0.3rem 0 0.3rem;
  }
  .salesmap_num b,
  .salesmap_num i {
    font-size: 0.36rem;
  }
  .salesmap_num p {
    font-size: 0.16rem;
  }
  .salesmap_pic {
    max-width: 100%;
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .salesmap_num {
    width: 100%;
  }
  .salesmap_num dt {
    width: 46%;
  }
  .salesmap_num b,
  .salesmap_num i {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .salesmap_num {
    gap: 0.3rem 0;
  }
  .salesmap_num b,
  .salesmap_num i {
    font-size: 0.24rem;
  }
  .salesmap_num p {
    font-size: 0.14rem;
  }
}
.factory {
  position: relative;
  z-index: 2;
}
.factory .i_tit h6 {
  padding: 0 10%;
}
.factory_list {
  padding: 0 10%;
  position: relative;
}
.factory_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.factory_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  -webkit-border-radius: 0 0.7rem 0 0;
  border-radius: 0 0.7rem 0 0;
  overflow: hidden;
}
.factory_list .img {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.factory_list .img::before {
  content: "";
  display: block;
  padding-bottom: 85%;
}
.factory_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.factory_list .txt {
  position: absolute;
  left: 0;
  bottom: -2rem;
  padding: 0.2rem 0.1rem;
  width: 100%;
  background: #f5f5f5;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.factory_list span {
  width: calc(100% - 1rem);
}
.factory_list p {
  font-size: 0.22rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.factory_list h6 {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.factory_list .txt i {
  margin-left: auto;
  flex-shrink: 0;
  width: 0.66rem;
  height: 0.66rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--i_color);
  position: relative;
  font-size: 0.28rem;
  color: #fff;
}
.factory_list .txt i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-28deg);
  transform: translate(-50%, -50%) rotate(-28deg);
}
.factory_list .swiper-slide:hover .img img {
  width: 116%;
  height: 116%;
}
.factory_list .swiper-slide:hover .txt {
  bottom: 0;
}
.factory-prev,
.factory-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;

  border: 1px solid #bbb;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.factory-prev {
  left: calc(10% - 0.6rem);
}
.factory-next {
  right: calc(10% - 0.6rem);
}
.factory-prev i,
.factory-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.4rem;
  color: #bbb;
}
.factory_list .swiper-button-disabled {
  cursor: not-allowed;
}
.factory-prev:hover,
.factory-next:hover {
  border-color: var(--i_color);
  background: var(--i_color);
}
.factory-prev:hover i,
.factory-next:hover i {
  color: #fff;
}
.factory-pagination {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
}
.factory-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.factory-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .factory_list p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .factory-prev,
  .factory-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .factory .i_tit h6 {
    padding: 0 0;
  }
  .factory_list {
    width: 100%;
    padding: 0 0;
    overflow: hidden;
  }
  .factory_list .txt {
    bottom: 0;

    padding: 0.14rem 0.2rem;
    background: rgb(0 0 0 / 20%);
  }
  .factory_list span {
    width: 100%;
  }
  .factory_list p {
    font-size: 0.15rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .factory_list .txt i {
    width: 0.6rem;
    height: 0.6rem;
  }
  .factory_list h6,
  .factory_list .txt i {
    display: none;
  }
  .factory-prev,
  .factory-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .factory_list .swiper-slide {
    -webkit-border-radius: 0 0.6rem 0 0;
    border-radius: 0 0.6rem 0 0;
  }
}
@media screen and (max-width: 560px) {
  .factory-pagination {
    margin-top: 0.24rem;
  }
}
.in_ctf {
  padding-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .in_ctf {
    padding-top: 2.6rem;
  }
}
@media screen and (max-width: 560px) {
  .in_ctf {
    padding-top: 2.4rem;
  }
}
.honor {
}
.honor_list {
  position: relative;
  overflow: hidden;
}
.honor_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.honor_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  cursor: pointer;
}
.honor_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.honor_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.honor-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.honor-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.honor-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 768px) {
  .honor-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
@media screen and (max-width: 560px) {
}
/* contact */
.in_contact .i_tit a {
  font-size: inherit;
  color: inherit;
}
.in_contact .i_tit a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.c_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_list dt {
  width: 30%;

  padding: 0.3rem 0.4rem;
  background: #f1f1f1;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list i {
  font-size: 0.3rem;
  color: var(--i_color);
}
.c_list h6 {
  margin: 0.16rem 0 0.14rem;
  font-size: 0.15rem;
}
.c_list a {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
}
.c_list p {
  font-size: 0.18rem;
  font-weight: bold;
}
.c_list dt:hover {
  box-shadow: 0 0 0.2rem rgb(0 0 0 / 20%);
}
.c_list a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .c_list dt {
    width: 31%;
    padding: 0.3rem 0.26rem;
  }
  .c_list i {
    font-size: 0.26rem;
  }
  .c_list a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .c_list {
    gap: 0.2rem 0;
  }
  .c_list dt {
    width: 100%;
  }
  .c_list span {
    margin-bottom: 0.1rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c_list h6 {
    margin: 0 0 0 0.16rem;
  }
  .c_list a,
  .c_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .c_list {
    gap: 0.14rem 0;
  }
  .c_list dt {
    padding: 0.18rem 0.2rem;
  }
  .c_list i {
    font-size: 0.2rem;
  }
  .c_list h6 {
    margin-left: 0.1rem;
  }
  .c_list a,
  .c_list p {
    font-weight: normal;
  }
}
.c_form {
  background: #e7ecfa;
}
#wpforms-81 {
  --input_font_size: 15px;
  --input_height: 0.5rem;
}
#wpforms-form-81 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-81 input,
#wpforms-81 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-81 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-81 .wpforms-field-label {
  margin-bottom: 0.1rem;
}
/* #wpforms-81 .wpforms-required-label{position:absolute;top:.16rem;left:.18rem;font-size:.16rem;color:#F00} */
#wpforms-81 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-81 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  gap: 20px 0;
}
.c_form_l {
  width: 48% !important;
}
.c_form_r {
  width: 46% !important;
}
@media screen and (max-width: 560px) {
  .c_form_l,
  .c_form_r {
    width: 100% !important;
  }
}
#wpforms-81 .c_form_l input,
#wpforms-81 .c_form_l textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none;
  background: #fff;
  padding: 0 0.3rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-81 .c_form_l input {
  line-height: var(--input_height);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
#wpforms-81 .c_form_l textarea {
  line-height: 0.22rem;
  min-height: 2rem;
  padding: 0.14rem 0.3rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
.c_form_r > div:not(:last-child) {
  margin-bottom: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  border-bottom: 1px solid #ccc !important;
}
.c_form_r ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}
.c_form_r ul > li {
  gap: 0 0.06rem;
  padding-bottom: 5px !important;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#wpforms-81 input::-webkit-input-placeholder,
#wpforms-81 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-81 input::-moz-placeholder,
#wpforms-81 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-81 input::-ms-input-placeholder,
#wpforms-81 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-81-field_1-error,
#wpforms-81-field_2-error,
#wpforms-81-field_3-error,
#wpforms-81-field_4-error,
#wpforms-81-field_5-error,
#wpforms-81-field_6-error {
  font-size: 13px;
  color: #a90909;
}
#wpforms-81 .wpforms-submit-container {
  width: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
#wpforms-81 .wpforms-submit-container button {
  width: 100%;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.5rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-81 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
#wpforms-81 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
.salesmap_contact {
  padding-top: 1.2rem;
}
.salesmap_contact .salesmap_cont {
  width: auto;
}
.salesmap_contact .salesmap_t {
  width: 48%;
}
.salesmap_contact .salesmap_num {
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.salesmap_contact .salesmap_pic {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .salesmap_contact {
    padding-top: 0.6rem;
  }
  .salesmap_contact .salesmap_t {
    width: 100%;
  }
  .salesmap_contact .salesmap_num {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .salesmap_contact {
    padding-top: 0.5rem;
  }
}
.c_faq {
  background: #fff;
  position: relative;
  z-index: 2;
}
.c_faq .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.c_faq_tit {
  width: 43%;
  margin-top: 0.2rem;
}
.c_faq_tit .i_more {
  margin-left: 0;
}
.c_faq .faq_list {
  margin-left: auto;
  width: 45%;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .c_faq_tit {
    width: 32%;
  }
  .c_faq .faq_list {
    width: 60%;
  }
  /* .faq_list h3{font-size: 0.15rem;} */
}
@media screen and (max-width: 768px) {
  .c_faq_tit {
    width: 100%;
  }
  .c_faq .faq_list {
    width: 100%;
    margin: 0.3rem 0 0;
  }
}
@media screen and (max-width: 560px) {
}
.c_map {
  margin-top: -2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c_map::before {
  content: "";
  display: block;
  padding-bottom: 35%;
}
/* .c_map::after{content: '';position: absolute;left: 0;top: -2px;width: 100%;height: 20%;background: #FFF;} */
.c_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .c_map::before {
    padding-bottom: 55%;
  }
}
@media screen and (max-width: 768px) {
  .c_map::before {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 560px) {
  .c_map::before {
    padding-bottom: 100%;
  }
}
.s_about {
}
.s_about_t {
  display: block;

  padding: 0 10%;
}
@media screen and (max-width: 1024px) {
  .s_about_t {
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.team {
  background: #002549;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.team_tit {
  width: 32%;
}
.team .i_tit h2,
.team .i_tit h6 {
  color: #fff;
}
.team_list {
  position: relative;
  width: 64%;
  margin-left: auto;
  overflow: hidden;
}
.team_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.team_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.team_list .img {
  width: 100%;
  position: relative;
  -webkit-border-radius: 0 1rem 0 0;
  border-radius: 0 1rem 0 0;
  overflow: hidden;
}
.team_list .img::before {
  content: "";
  display: block;
  padding-bottom: 129%;
}
.team_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team_name {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.3rem;
  max-width: 80%;
  min-width: 60%;

  padding: 0.1rem 0.26rem;
  text-align: center;
  background: var(--i_color);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.team_name h5 {
  font-size: 0.22rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.team_list .txt {
  margin-top: 0.2rem;
}
.team_list .txt p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.3rem;
}
.team_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
}
.team-prev,
.team-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;

  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.team-prev {
  left: 0;
}
.team-next {
  right: 0;
}
.team-prev i,
.team-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.team_list .swiper-button-disabled {
  cursor: not-allowed;
}
.team-prev:hover,
.team-next:hover {
  background: var(--i_color);
  border-color: var(--i_color);
}
.team-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.team-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.team-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .team_name h5 {
    font-size: 0.2rem;
  }
  .team_list .txt p {
    font-size: 0.17rem;
    line-height: 0.26rem;
  }
}
@media screen and (max-width: 1366px) {
  .team_list .img {
    -webkit-border-radius: 0 0.6rem 0 0;
    border-radius: 0 0.6rem 0 0;
  }
  .team_name h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .team_tit {
    padding-left: 0;
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }
  .team_tit .i_tit {
    margin-top: 0;
  }
  .team_btn {
    display: none;
  }
  .team_list {
    width: 94vw;
    margin: 0 0;
    margin-left: auto;
    margin-right: auto;
  }
  .team_name h5 {
    font-size: 0.17rem;
  }
  .team_list .txt p {
    font-size: 0.16rem;
  }
  .team-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .team_list .txt p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .team_list .img {
    -webkit-border-radius: 0 0.4rem 0 0;
    border-radius: 0 0.4rem 0 0;
  }
  .team_name {
    bottom: 0.14rem;
    max-width: 90%;
  }
  .team_name h5 {
    font-size: 0.15rem;
  }
  .team_list .txt {
    margin-top: 0.1rem;
  }
  .team_list .txt p {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
/* Honor ico list */
.i_ctf {
}
.i_ctf_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 3%;
  justify-content: center;
}
.i_ctf_list li {
  width: 9.875%;
}
.i_ctf_list .pic {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fbfbfb;
  border: 1px solid var(--border_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.i_ctf_list .pic img {
  opacity: 0.4;
  height: 1rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_ctf_list .txt {
  margin-top: 0.16rem;
}
.i_ctf_list .txt p {
  text-align: center;
  font-size: 14px;
}
.i_ctf_list li:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.i_ctf_list li:hover p {
  color: #000;
}
.i_ctf_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.i_ctf_btn li {
  width: 50%;
}
.i_ctf_btn li:nth-child(1) {
  background: var(--i_color);
}
.i_ctf_btn li:nth-child(2) {
  background: var(--i_color2);
}
.i_ctf_btn p {
  display: block;
  padding: 0 0.3rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.54rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .i_ctf_list .pic {
    width: 1.2rem;
    height: 1.2rem;
  }
  .i_ctf_list .pic img {
    height: 0.9rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .i_ctf_list .pic {
    width: 1rem;
    height: 1rem;
  }
  .i_ctf_list .pic img {
    height: 0.74rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_ctf_list {
    flex-wrap: wrap;
    gap: 0.3rem 4%;
    padding-bottom: 0.24rem;
  }
  .i_ctf_list li {
    width: 22%;
  }
  .i_ctf_list .pic {
    width: 0.8rem;
    height: 0.8rem;
  }
  .i_ctf_list .pic img {
    opacity: 1;
    height: 0.54rem;
    -webkit-filter: none;
    filter: none;
  }
  .i_ctf_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .i_ctf_list .pic {
    width: 0.7rem;
    height: 0.7rem;
  }
  .i_ctf_list .pic img {
    height: 0.46rem;
  }
  .i_ctf_list .txt p {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 560px) {
  .i_ctf_list .pic {
    width: 0.54rem;
    height: 0.54rem;
  }
  .i_ctf_list .pic img {
    height: 0.38rem;
  }
}
/* About */
.i_about {
}
.i_about_t {
  display: block;
  text-align: center;
  margin: 0.2rem auto 0;
  width: 12rem;
  max-width: 100%;
  position: relative;
}
.i_about_t a {
  color: var(--i_color);
  text-decoration: underline;
}
.i_ab_map {
  margin: -0.5rem 0 -1.1rem;
  text-align: center;
}
.i_ab_map img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.i_ab_num {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.i_ab_num dt {
  width: 20%;
}
.i_ab_num span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.i_ab_num .roll_num,
.i_ab_num i {
  font-size: 0.48rem;
  color: var(--i_color);
  font-weight: bold;
}
.i_ab_num p {
  font-size: 0.18rem;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .i_ab_num .roll_num,
  .i_ab_num i {
    font-size: 0.44rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_ab_num .roll_num,
  .i_ab_num i {
    font-size: 0.4rem;
  }
  .i_ab_num p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_ab_num .roll_num,
  .i_ab_num i {
    font-size: 0.32rem;
  }
  .i_ab_num p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .i_ab_map {
    margin: -0.3rem 0 -0.4rem;
  }
  .i_ab_num .roll_num,
  .i_ab_num i {
    font-size: 0.26rem;
  }
  .i_ab_num p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .i_ab_num {
    flex-wrap: wrap;
    gap: 0.18rem 0;
  }
  .i_ab_num dt {
    width: 48%;
  }
  .i_ab_num .roll_num,
  .i_ab_num i {
    font-size: 0.22rem;
  }
}
.p_videos {
  position: relative;
}
.p_videos > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_videos_t {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 90vw;
  max-width: 1000px;
  background: rgb(1 35 68 / 80%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  position: relative;
}
.p_videos_t p {
  margin-bottom: 0.2rem;
  font-size: 0.38rem;
  color: #fff;
}
.p_videos_t a {
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.p_videos_t a h6 {
  margin-right: 0.1rem;
  font-size: 0.24rem;
  color: #fff;
  text-decoration: underline;
}
.p_videos_t a svg {
  height: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .p_videos_t p {
    font-size: 0.32rem;
  }
  .p_videos_t a h6 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .p_videos_t p {
    font-size: 0.28rem;
  }
  .p_videos_t a h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_videos_t p {
    font-size: 0.24rem;
  }
  .p_videos_t a h6 {
    font-size: 0.18rem;
  }
  .p_videos_t a svg {
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p_videos_t p {
    font-size: 0.2rem;
  }
  .p_videos_t a h6 {
    font-size: 0.17rem;
  }
  .p_videos_t a svg {
    height: 0.34rem;
  }
}
@media screen and (max-width: 560px) {
  .p_videos_t {
    width: 96vw;
  }
  .p_videos_t p {
    margin-bottom: 0.1rem;
    font-size: 0.17rem;
  }
  .p_videos_t a h6 {
    font-size: 0.15rem;
  }
  .p_videos_t a svg {
    height: 0.28rem;
  }
}
.p_list_box {
  position: relative;
  z-index: 2;
  background: #fff;
}
.p_list_box .i_tit h6 {
  width: 94vw;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.p_list_box .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_nav {
  padding: 0.3rem 0.4rem;
  width: 28%;
  margin-right: auto;
}
.in_p_r {
  margin-left: auto;
  width: 68%;
}
@media screen and (max-width: 959px) {
  .p_nav,
  .in_p_r {
    width: 100%;
  }
}
.p_men_list {
  width: 100%;
}
.p_menu_tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 0.24rem;
  color: var(--font_color);
  font-weight: bold;
}
.p_menu_tit p {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
/* 折叠面板 */
.p_men_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}
.p_men_list li {
  position: relative;
}
.p_men_list > li {
  border-bottom: 1px solid rgba(216, 216, 216, 0.8);
}
.p_men_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.16rem 2%;
  display: block;
  box-sizing: border-box;
  text-transform: capitalize;
}
.p_men_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}
.p_men_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}
.p_men_list ul li a {
  padding-left: 0.3rem;
  font-size: 0.16rem;
  outline: 0;
  color: var(--font_color);
  text-transform: capitalize;
}
.p_men_list > li:hover > a,
.p_men_list > li.active > a {
  color: var(--i_color);
}
.p_men_list > li.active > a {
  font-weight: bold;
}
.p_men_list ul li:hover a,
.p_men_list ul li.active a {
  color: #4d4d4d;
}
.p_men_list ul li.active a {
  font-weight: bold;
}
.p_men_list ul ul li a {
  color: var(--font_color);
  padding-left: 40px;
}
.p_men_list ul ul li a:hover {
  color: var(--i_color);
}
.p_men_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_men_list > li:hover > span,
.p_men_list > li.active > span {
  color: var(--i_color);
}
.p_men_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/ico_satr_p.png) no-repeat center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_men_list ul li:hover i,
.p_men_list ul li.active i {
  left: 0;
}
.p_nav .img {
  width: 70%;
  margin: 0 auto;
}
.p_nav img {
  width: 3rem;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.2rem 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .p_nav {
    padding: 0.1rem 0.2rem;
  }
}
.p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
  position: relative;
}
.p_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .p_list {
    justify-content: space-between;
  }
  .p_list li {
    width: 49%;
    margin-right: 0;
  }
}
.p_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.p_list .img {
  width: 100%;
  position: relative;

  border: 1px solid var(--border_color);
  overflow: hidden;
}
.p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_list .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  background: rgb(1 35 68 / 60%);
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

  padding: 0 0.2rem;
  text-align: center;
}
.p_list li span p {
  font-size: 0.18rem;
  color: #fff;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p_list li span i {
  margin-top: 0.14rem;
  font-size: 0.26rem;
  color: #fff;
}
.p_list .tit {
  padding-bottom: 0.3rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.p_list li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--i_color);
}
.p_list .tit p {
  font-size: 0.22rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p_list .tit h6 {
  font-size: 0.16rem;
  margin: 0.1rem 0;
}
.p_list li:hover .txt {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.p_list li:hover::before {
  background: var(--i_color2);
}
.p_list li:hover .tit p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_list .tit h6 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  .p_list .tit p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 560px) {
  .p_list .tit::before {
    height: 3px;
  }
  .p_list .tit p {
    font-size: 0.16rem;
  }
  .p_list .tit h6 {
    font-size: 0.14rem;
  }
}
.p_why {
  background: #fffaf3;
}
.p_why_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}
.p_why_list dt {
  width: 100%;
}
.p_why_list .img {
  margin-bottom: 0.3rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_why_list .img::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.p_why_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_why_list .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 80%;
  background: var(--i_color);
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  padding: 0.08rem 0.4rem 0.08rem 0.2rem;
  -webkit-border-radius: 0 1rem 0 0;
  border-radius: 0 1rem 0 0;
}
.p_why_list .txt {
}
.p_why_list .txt h3 {
  font-size: 0.2rem;
  font-weight: bold;
}
.p_why_list .txt h6 {
  margin-top: 0.1rem;
  font-size: 0.15rem;
}
.p_why_list dt ul {
}
.p_why_list dt li {
  padding-left: 0.2rem;
  margin: 0.14rem 0;
  font-size: 0.18rem;
  color: #444;
  position: relative;
}
.p_why_list dt li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .p_why_list .img p {
    font-size: 0.18rem;
  }
  .p_why_list dt li {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .p_why_list .img p {
    font-size: 0.17rem;
  }
  .p_why_list dt li {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_why_list {
    gap: 0 3%;
  }
  .p_why_list .img {
    margin-bottom: 0.24rem;
  }
  .p_why_list .img p {
    font-size: 0.15rem;
  }
  .p_why_list dt li {
    font-size: 0.15rem;
  }
  .p_why_list .txt h3 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .p_why_list {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .p_why_list .txt h3 {
    font-size: 0.16rem;
  }
  .p_why_list .txt h6 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
}
.p_why2_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.p_why2_cont > img {
  flex-shrink: 0;
  width: 42%;
}
.p_why2_cont span {
  width: 100%;
  margin-left: 0.7rem;
}
.p_why2_cont span h3 {
  margin-bottom: 0.1rem;
  font-size: 0.3rem;
  font-weight: bold;
}
.p_why2_cont span h5 {
  font-size: 0.2rem;
  font-weight: bold;
  color: var(--i_color);
}
.p_why2_cont article {
}
@media screen and (max-width: 1440px) {
  .p_why2_cont span h3 {
    font-size: 0.26rem;
  }
  .p_why2_cont span h5 {
    font-size: 0.19rem;
  }
}
@media screen and (max-width: 1366px) {
  .p_why2_cont li {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .p_why2_cont span h3 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_why2_cont {
    flex-wrap: wrap;
  }
  .p_why2_cont > img {
    width: 100%;
  }
  .p_why2_cont span {
    margin: 0.3rem 0 0;
  }
  .p_why2_cont span h3 {
    font-size: 0.2rem;
  }
  .p_why2_cont span h5 {
    font-size: 0.17rem;
  }
  .p_why2_cont ul {
    margin-top: 0.3rem;
  }
  .p_why2_cont li {
    margin: 0.12rem 0;
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .p_why2_cont span h3 {
    font-size: 0.18rem;
  }
  .p_why2_cont span h5 {
    font-size: 0.16rem;
  }
  .p_why2_cont li {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .p_why2_cont li {
    padding-left: 0.2rem;
    font-size: 0.15rem;
  }
  .p_why2_cont li::before {
    width: 5px;
    height: 5px;
  }
}
.p_content {
}
.p_content .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_content_t {
  width: 66%;
}
.p_content_form {
  margin-left: auto;
  width: 26%;

  padding: 0.3rem;
  background: #f1f1f1;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}
.p_content_form > p {
  font-size: 0.22rem;
  font-weight: bold;
}
.p_content_form > h6 {
  margin: 0.1rem 0 0.2rem;
  font-size: 0.18rem;
  color: #555;
}
#wpforms-374 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-form-374 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-374 input,
#wpforms-374 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-374 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-374 .wpforms-field-label {
  font-size: 0;
}
#wpforms-374 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 0.14rem;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-374 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-374 .wpforms-field-container input,
#wpforms-374 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);

  background: #fff;
  padding: 0 0.24rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-374 .wpforms-field-container input:hover,
#wpforms-374 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-374 input {
  line-height: var(--input_height);
}
#wpforms-374 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.24rem;
  border: none;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
#wpforms-374 input::-webkit-input-placeholder,
#wpforms-374 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-374 input::-moz-placeholder,
#wpforms-374 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-374 input::-ms-input-placeholder,
#wpforms-374 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-374-field_1-error,
#wpforms-374-field_2-error,
#wpforms-374-field_3-error,
#wpforms-374-field_4-error,
#wpforms-374-field_5-error,
#wpforms-374-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-374 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-374 .wpforms-submit-container {
  width: 1.7rem;
  text-align: center;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  position: relative;
}
#wpforms-374 .wpforms-submit-container button {
  width: 100%;
  height: 0.42rem;
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.42rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-374 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
#wpforms-374 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .p_content_form > p {
    font-size: 0.2rem;
  }
  .p_content_form > h6 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_content_t {
    width: 100%;
  }
  .p_content_form {
    width: 100%;
    margin: 0.4rem 0 0;
  }
  .p_content_form > p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .p_content_form {
    padding: 0.2rem;
  }
  .p_content_form > h6 {
    font-size: 0.15rem;
  }
}
.DF {
  background: #fff7ea;
}
.DF .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.DF_down {
  width: 26%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  -webkit-border-radius: 0 0.8rem 0 0;
  border-radius: 0 0.8rem 0 0;
  overflow: hidden;
}
.DF_down img {
  width: 100%;
}
.DF_down span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.12rem 0;
  width: 100%;
  background: var(--i_color);
  text-align: center;
  -webkit-border-radius: 0 1rem 0 0;
  border-radius: 0 1rem 0 0;
}
.DF_down span p {
  font-size: 0.16rem;
  color: #fff;
}
.DF_cont {
  margin-left: 5%;
  width: 100%;
}
.DF_cont > h2 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.DF_cont > h6 {
  margin-top: 0.2rem;
}
.DF_cont .i_more {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .DF_cont > h2 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 768px) {
  .DF .wrap {
    flex-wrap: wrap;
  }
  .DF_down {
    width: 100%;
    -webkit-border-radius: 0 0.3rem 0 0;
    border-radius: 0 0.3rem 0 0;
    background: #fff;
    box-shadow: 0 0 0.1rem rgb(0 0 0 / 8%);
  }
  .DF_down a {
    padding: 0 0.2rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .DF_down img {
    width: 0.6rem;
    min-height: 0.7rem;
  }
  .DF_down span {
    position: relative;
    padding: 0 0.2rem;
    text-align: left;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  .DF_down span p {
    font-size: 0.22rem;
    color: var(--i_color);
    font-weight: bold;
  }
  .DF_cont {
    width: 100%;
    margin: 0.44rem 0 0;
  }
  .DF_cont > h2 {
    font-size: 0.2rem;
  }
  .DF_cont .i_more {
    margin-right: auto;
  }
}
@media screen and (max-width: 560px) {
  .DF_cont > h2 {
    font-size: 0.18rem;
  }
}
/* FAQ */
.faq_list {
}
.faq_list li {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.faq_list h3 {
  padding: 0.24rem 0.6rem 0.24rem 0;
  font-size: 0.18rem;
  color: #333;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}
.faq_list h3 i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 0.3rem;
  color: #012344;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq_list h3 i::before {
  content: "\f178";
}
.faq_list h3.curr,
.faq_list h3.curr i {
  color: var(--i_color);
}
.faq_list h3.curr i {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.faq_list p {
  display: none;
  margin-bottom: 0.24rem;
  font-size: 0.18rem;
  color: var(--i_color);
  line-height: 0.22rem;
}
.DF .faq_list h3 {
  font-size: 0.2rem;
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .DF .faq_list h3 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .faq_list h3 {
    padding: 0.2rem 0.6rem 0.2rem 0;
    font-size: 0.15rem;
  }
  .faq_list h3 i {
    font-size: 0.22rem;
  }
  .faq_list p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .faq_list p {
    font-size: 0.14rem;
  }
}

.n_list {
}

.n_list li {
}
.n_list li:first-child {
  border-top: 1px solid var(--border_color);
}

.n_list a {
  padding: 0.4rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.n_list a::before,
.n_list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}
.n_list a::before {
  left: 0;
  width: 100%;
  background: var(--border_color);
}
.n_list a::after {
  right: 0;
  width: 0;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.n_list .img {
  flex-shrink: 0;
  width: 28%;
  position: relative;
  -webkit-border-radius: 0 0 0.7rem 0;
  border-radius: 0 0 0.7rem 0;

  overflow: hidden;
}
.n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.n_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.n_list .txt {
  margin-left: 3%;
  width: 100%;
}
.n_list p {
  font-size: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n_list h6 {
  margin: 0.2rem 0 0.3rem;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n_list i {
  font-size: 0.15rem;
  color: #666;
}

.n_list a:hover::after {
  right: initial;
  left: 0;
  width: 100%;
}
.n_list a:hover img {
  width: 110%;
  height: 110%;
}
.n_list a:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .n_list li {
  }
  .n_list a {
    padding: 0.3rem 0;
  }
  .n_list .img {
    -webkit-border-radius: 0 0 0.5rem 0;
    border-radius: 0 0 0.5rem 0;
  }
  .n_list p {
    font-size: 0.18rem;
  }
  .n_list h6 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  .n_list .img {
    width: 34%;
  }
  .n_list p {
    font-size: 0.17rem;
  }
  .n_list h6 {
    margin: 0.1rem 0 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .n_list a {
    padding: 0.2rem 0;
  }
  .n_list .img {
    width: 40%;
    -webkit-border-radius: 0 0 0.3rem 0;
    border-radius: 0 0 0.3rem 0;
  }
  .n_list .txt {
    margin-left: 5%;
  }
  .n_list p {
    font-size: 0.15rem;
    margin-bottom: 0.06rem;
  }
  .n_list h6 {
    display: none;
  }
  .n_list i {
    font-size: 0.14rem;
  }
}

/* Application */
.app_t {
  background: #fffaf3;
}

.app_tit {
  text-align: center;
  font-size: 0.46rem;
  font-weight: bold;
}
.app_tit i {
  font-size: 0.42rem;
  font-weight: bold;
  color: var(--i_color);
}

.app_t span {
  display: block;
  width: 94vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .app_tit,
  .app_tit i {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .app_tit,
  .app_tit i {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  .app_tit,
  .app_tit i {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  .app_tit,
  .app_tit i {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 560px) {
  .app_tit,
  .app_tit i {
    font-size: 0.18rem;
  }
}

.app_list {
}
.app_list li {
  margin-top: 0.5rem;
}
/* .app_list li:nth-child(even){background: #F1F1F1;}
.app_list li:last-child{padding-bottom: 0.26rem;} */

.app_list_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.app_list_cont .img {
  flex-shrink: 0;
  width: 24%;
  position: relative;
  background: var(--i_color2);
  font-size: 0;
  overflow: hidden;
}
.app_list_cont .img::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.app_list_cont .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.app_list_cont .img a {
  font-size: 0;
}
.app_list_cont .img span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.app_list_cont .img span p {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #fff;
  text-decoration: underline;
}
.app_list_cont .img span i {
  font-size: 0.24rem;
  color: #fff;
}

.app_list_cont .txt {
  margin-left: 0.5rem;
  width: 100%;
}
.app_list_cont .txt a {
  font-size: 0.24rem;
  font-weight: bold;
}
.app_list_cont .txt h6 {
  margin: 0.2rem 0 0.3rem;
}
.app_list_cont .txt i {
  display: table;
  margin-left: auto;
  padding: 0.08rem 0.3rem;
  background: var(--i_color2);
  font-size: 0.16rem;
  color: #fff;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  cursor: pointer;
}

.app_list_cont .img:hover img {
  opacity: 0.3;
}
.app_list_cont .img:hover span {
  display: block;
}
.app_list_cont .txt a:hover {
  color: var(--i_color);
}
.app_list_cont .txt i:hover {
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .app_list_cont .img {
    width: 2rem;
  }
  .app_list_cont .txt {
    margin-left: 0.4rem;
  }
  .app_list_cont .txt a {
    font-size: 0.2rem;
  }
  .app_list_cont .txt h6 {
    margin: 0.1rem 0 0.2rem;
  }
  .app_list_cont .txt i {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .app_list li {
    margin-top: 0.3rem;
  }
  .app_list_cont .img {
    width: 1.6rem;
  }
  .app_list_cont .txt a {
    font-size: 0.18rem;
  }

  /* .app_list{margin-top: 0.1rem;}
	.app_list_cont{padding: .4rem 0;flex-wrap: wrap;}
	.app_list_cont .img{width: 100%;}
	.app_list_cont .txt{margin: .2rem 0 0;}
	.app_list_cont .tit a{font-size: 0.18rem;} */
}
@media screen and (max-width: 560px) {
  .app_list_cont {
    flex-wrap: wrap;
  }
  .app_list_cont .img {
    width: 100%;
  }
  .app_list_cont .txt {
    margin: 0.2rem 0 0;
  }

  .app_list_cont .txt a {
    font-size: 0.16rem;
  }
  .app_list_cont .txt i {
    padding: 0.08rem 0.2rem;
  }
}

.app_det_t {
}

h1.app_name {
  text-align: center;
  font-size: 0.34rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  h1.app_name {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  h1.app_name {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  h1.app_name {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 560px) {
  h1.app_name {
    font-size: 0.19rem;
  }
}

.app_det_t h6 {
  text-align: center;
  margin: 0.28rem auto 0.46rem;
}

.app_info {
  background: #fffaf3;
}
.app_info .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

.app_info_t {
  width: 100%;
  margin-right: 8%;
}
.app_info_t > article {
  display: block;
}
.app_info_t .i_more {
  margin-left: 0;
}

.app_info_p {
  flex-shrink: 0;
  margin-left: auto;
  width: 44%;
}

.apppic_list {
  position: relative;
  overflow: hidden;
}
.apppic_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.apppic_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.apppic_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.apppic_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.apppic-pagination {
  position: absolute;
  bottom: 0.14rem;
  right: 0.1rem;
}
.apppic-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  margin: 0 4px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.apppic-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .app_info_t > h2 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .app_info_t {
    margin-right: 5%;
  }
  .app_info_t > h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .app_info .wrap {
    flex-wrap: wrap;
  }
  .app_info_t {
    margin: 0 0;
  }
  .app_info_p {
    margin: 0.3rem 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .app_info_t > h2 {
    font-size: 0.17rem;
  }
}
/* @media screen and (max-width:1024px) {
	.app_info{padding-top: 2.6rem;}
	.app_info_t{margin-right: 5%;}
	.app_info_t>h2{font-size: 0.22rem;}
}
@media screen and (max-width:768px) {
	.app_info_t>h2{font-size: 0.2rem;}
	.app_info{padding-top: 2.4rem}
	.cat_info .wrap{flex-wrap: wrap;}

	.app_info_p{width: 100%;margin: .38rem 0 0 0;}
}
@media screen and (max-width:560px) {
	.app_info_t>h2{font-size: 0.18rem;}
} */

.app_list_box {
  position: relative;
  z-index: 2;
  background: #fff;
}
.app_list_box .i_tit h6 {
  width: 94vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.app {
  background: -webkit-linear-gradient(top, #fff, #d4eaff);
  background: linear-gradient(to bottom, #fff, #d4eaff);
}

.app_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.app_cont > span {
  width: 50%;
}

.app_pic {
  margin-left: auto;
  flex-shrink: 0;
  width: 44%;
}
.app_pic img {
  width: 100%;
}
.app_pic .i_more {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .app_cont {
    flex-wrap: wrap;
  }
  .app_cont > span {
    width: 100%;
    margin-right: 0;
  }
  .app_pic {
    width: 100%;
    margin: 0.3rem 0 0;
  }
}

.app_ico {
  background: #fffaf3;
}
.app_ico .i_tit h6 {
  color: var(--i_color);
  font-weight: bold;
}

.app_ico_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 2%;
}

.app_ico_list li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.app_ico_list .ico {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;

  border: 1px solid var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.app_ico_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.7rem;
}
.app_ico_list p {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.app_ico_list li:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.app_ico_list li:hover .ico {
  background: var(--i_color);
}
.app_ico_list li:hover .ico img {
  -webkit-filter: brightness(1000);
  filter: brightness(1000);
}
.app_ico_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .app_ico_list .ico {
    width: 1.4rem;
    height: 1.4rem;
  }
  .app_ico_list .ico img {
    height: 0.64rem;
  }
}
@media screen and (max-width: 1366px) {
  .app_ico_list p {
    font-size: 0.17rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1200px) {
  .app_ico_list .ico {
    width: 1.2rem;
    height: 1.2rem;
  }
  .app_ico_list p {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .app_ico_list {
    padding-bottom: 0.3rem;
    flex-wrap: wrap;
    gap: 0.34rem 4%;
  }
  .app_ico_list li {
    width: 48%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    padding: 0;
    text-align: left;
  }
  .app_ico_list .ico {
    width: 0.76rem;
    height: 0.76rem;
    flex-shrink: 0;
    margin: 0 0;
  }
  .app_ico_list .ico img {
    height: 0.4rem;
  }
  .app_ico_list p {
    margin-top: 0;
    margin-left: 0.18rem;
  }

  .line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .app_ico_list .ico {
    width: 0.6rem;
    height: 0.6rem;
  }
  .app_ico_list .ico img {
    height: 0.3rem;
  }
  .app_ico_list p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .app_ico_list {
    padding-bottom: 0.2rem;
    gap: 0.16rem 0;
  }
  .app_ico_list li {
    width: 100%;
  }
}

.app_p_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 3%;
}
.app_p_list li {
  width: 22.75%;
  position: relative;
}
.app_p_list a {
  display: block;
  width: 100%;
}

.app_p_list .img {
  width: 100%;
  position: relative;

  border: 1px solid var(--border_color);
  overflow: hidden;
}
.app_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.app_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.app_p_list .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  background: rgb(1 35 68 / 80%);
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.app_p_list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

  padding: 0 0.3rem;
  text-align: center;
}
.app_p_list li span p {
  font-size: 0.18rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.app_p_list li span i {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  color: #fff;
}

.app_p_list .tit {
  text-align: center;
  margin-top: 0.2rem;
}
.app_p_list .tit p {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app_p_list li:hover .txt {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.app_p_list li:hover .tit p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .app_p_list {
    gap: 0.3rem 3%;
  }
  .app_p_list .txt {
    display: none !important;
  }
  .app_p_list .tit p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .app_p_list {
    gap: 0.3rem 4%;
  }
  .app_p_list li {
    width: 48%;
  }
  .app_p_list .tit p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .app_p_list .tit {
    margin-top: 0.14rem;
  }
  .app_p_list .tit p {
    font-size: 0.14rem;
  }
}

.pic_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 3%;
}
.pic_list li {
  width: 31.33%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic_list li:nth-child(3n) {
  margin-right: 0;
}
.pic_list a {
  display: block;
}

.pic_list .img {
  width: 100%;
  position: relative;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.pic_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.pic_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic_list .txt {
  margin-top: 0.2rem;
  text-align: center;
}
.pic_list .txt p {
  font-size: 0.18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pic_list .txt h6 {
  margin-top: 0.1rem;
  font-size: 0.15rem;
}

.pic_list li:hover {
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.pic_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pic_list {
    gap: 0.54rem 3%;
  }
  .pic_list .txt p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  .pic_list {
    gap: 0.4rem 4%;
  }
  .pic_list li {
    width: 48%;
  }
  .pic_list .txt {
    margin-top: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .pic_list {
    gap: 0.3rem 4%;
  }
  .pic_list .img {
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
}

/* Article  */
.in_news_art {
}

.in_news_art_tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.in_news_art_tit h1 {
  font-size: 0.34rem;
  color: var(--i_color);
  line-height: 0.36rem;
  font-weight: bold;
}
.n_tit_time {
  margin: 0.4rem 0 0.26rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.n_tit_time > p {
  font-size: 0.16rem;
  color: #363636;
  margin-right: 0.28rem;
  padding-right: 0.28rem;
  position: relative;
}
.n_tit_time > p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 0.1rem;
  background: #aaa;
}
.n_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_share p {
  font-size: 0.16rem;
  color: #363636;
}
.n_share a {
  margin-left: 0.2rem;
}
.n_share a i {
  font-size: 0.2rem;
}
.n_share a:hover i {
  color: var(--i_color);
}

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

@media screen and (max-width: 1440px) {
  .in_news_art_tit h1 {
    font-size: 0.28rem;
  }
  .n_tit_time {
    margin: 0.3rem 0 0.26rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_news_art_tit h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_news_art_tit h1 {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .n_tit_time {
    margin: 0.2rem 0 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .in_news_art_tit h1 {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
  .n_tit_time > p,
  .n_share p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .in_news_art_tit h1 {
    font-size: 0.17rem;
    line-height: 0.22rem;
  }
  .n_tit_time > p {
    margin-right: 0.14rem;
    padding-right: 0.14rem;
  }
  .n_tit_time > p,
  .n_share p {
    font-size: 0.14rem;
  }
  .n_share a i {
    font-size: 0.18rem;
  }
}

.n_navigation {
  margin-top: 0.8rem;
  padding-top: 0.2rem;
  border-top: 1px solid var(--border_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_navigation ul {
  width: 80%;
}
.n_navigation li {
  margin: 0.12rem 0;
}
.n_navigation li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.n_navigation li p {
  margin-right: 0.06rem;
  font-size: 0.16rem;
  color: #363636;
  font-weight: bold;
}
.n_navigation li a:hover p {
  color: var(--i_color);
}

.n_back {
  margin-left: auto;
  padding: 0.12rem 0.3rem;
  background: var(--i_color);
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.n_back i {
  font-size: 0.16rem;
  color: #fff;
}
.n_back b {
  margin-left: 0.06rem;
  font-size: 0.15rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .n_navigation ul {
    width: 76%;
  }
  .n_back b {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .n_navigation {
    margin-top: 0.6rem;
  }
  .n_navigation ul {
    width: 100%;
  }
  .n_navigation li p {
    font-size: 0.15rem;
  }
  .n_back {
    margin: 0.14rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .n_navigation {
    margin-top: 0.4rem;
  }
  .n_navigation li p {
    font-size: 0.14rem;
  }
  .n_back {
    padding: 0.08rem 0.22rem;
    margin: 0.1rem 0 0 0;
  }
  .n_back i {
    font-size: 0.15rem;
  }
}

/* products */
.p_icolist {
  background: #fffaf3;
}
.p_icolist .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_icolist dl {
  width: 52%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.4rem 0;
}
.p_icolist dt {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.p_icolist dt > img {
  flex-shrink: 0;
  height: 0.7rem;
}
.p_icolist dt p {
  margin-left: 0.3rem;
  width: 100%;
}

.p_icolist_pic {
  margin-left: auto;
  width: 42%;
  position: relative;
  overflow: hidden;
}
.p_icolist_pic .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_icolist_pic .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p_icolist_pic .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 59%;
}
.p_icolist_pic .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .p_icolist dt > img {
    height: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_icolist dl,
  .p_icolist_pic {
    width: 100%;
  }
  .p_icolist dl {
    gap: 0.2rem 0;
  }
  .p_icolist dt > img {
    height: 0.5rem;
  }
  .p_icolist_pic {
    margin: 0.3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .p_icolist dl {
    gap: 0.1rem 0;
  }
  .p_icolist dt > img {
    height: 0.4rem;
  }
}

.p_contact {
  background: url(../../static/images/p_contact_bg.webp) no-repeat center;
  background-size: cover;
}
.p_contact .wrap {
  padding: 0.46rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p_contact p {
  width: 74%;
  color: #fff;
}
.p_contact p b {
  display: block;
  margin: 0.06rem 0;
  color: var(--i_color);
  font-weight: bold;
}

.p_contact .i_more {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p_contact p {
    width: 100%;
  }
  .p_contact .i_more {
    margin: 0.2rem 0 0;
  }
}
@media screen and (max-width: 560px) {
}

.p_catlist {
}
.p_catlist li {
}
.p_catlist li:nth-child(even) {
  background: #f1f1f1;
}
.p_catlist li:last-child {
  padding-bottom: 0.26rem;
}

.p_cat_cont {
  padding: 0.6rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.p_cat_cont .img {
  flex-shrink: 0;
  width: 24%;
  position: relative;
  background: var(--i_color2);
}
.p_cat_cont .img a {
  display: block;
  font-size: 0;
}
.p_cat_cont .img img {
  width: 100%;
}
.p_cat_cont .img span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p_cat_cont .img span p {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #fff;
  text-decoration: underline;
}
.p_cat_cont .img span i {
  font-size: 0.24rem;
  color: #fff;
}

.p_cat_cont .txt {
  margin-left: 0.5rem;
  width: 100%;
}
.p_cat_cont .tit {
  margin-bottom: 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.p_cat_cont .tit a {
  display: block;
  width: 100%;
  margin-right: 0.4rem;
  font-size: 0.28rem;
  font-weight: bold;
}
.p_cat_cont .tit i {
  display: block;
  flex-shrink: 0;
  padding: 0.08rem 0.3rem;
  background: var(--i_color2);
  font-size: 0.16rem;
  color: #fff;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  cursor: pointer;
}

.p_cat_cont .txt span a {
  color: var(--i_color);
  text-decoration: underline;
}

.p_cat_cont .img:hover img {
  opacity: 0.3;
}
.p_cat_cont .img:hover span {
  display: block;
}
.p_cat_cont .tit a:hover {
  color: var(--i_color);
}
.p_cat_cont .tit i:hover {
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .p_cat_cont .tit a {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1366px) {
  .p_cat_cont .tit a {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_cat_cont .img {
    width: 2rem;
  }
  .p_cat_cont .txt {
    margin-left: 0.4rem;
  }
  .p_cat_cont .tit a {
    font-size: 0.2rem;
  }
  .p_cat_cont .tit i {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .p_catlist {
    margin-top: 0.1rem;
  }
  .p_cat_cont {
    padding: 0.4rem 0;
    flex-wrap: wrap;
  }
  .p_cat_cont .img {
    width: 100%;
  }
  .p_cat_cont .txt {
    margin: 0.2rem 0 0;
  }
  .p_cat_cont .tit a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .p_cat_cont .tit a {
    font-size: 0.16rem;
  }
  .p_cat_cont .tit i {
    padding: 0.08rem 0.2rem;
  }
}

.p_home_down {
  margin-top: 1.5rem;
  background: var(--i_color2);
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  padding: 0.08rem 0.3rem;
  position: relative;
}
.p_home_down .ico {
  height: 0.54rem;
}
.p_home_down .ico img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p_home_down p {
  margin-left: 0.2rem;
  font-size: 0.22rem;
  color: #fff;
  font-weight: bold;
}
.p_home_down span {
  margin-left: 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_home_down span a:last-child {
  background: none;

  border: 1px solid #fff;
}
.p_home_down span a:hover {
  border-color: var(--i_color);
}

.p_home_down_pic {
  position: absolute;
  right: 0.3rem;
  bottom: 0;
  width: 3.46rem;
}

@media screen and (max-width: 1440px) {
  .p_home_down .ico {
    height: 0.46rem;
  }
  .p_home_down p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .p_home_down p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_home_down {
    margin-top: 0.3rem;
  }
  .p_home_down_pic {
    display: none;
  }
  .p_home_down .ico {
    height: 0.4rem;
  }
  .p_home_down p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .p_home_down {
    padding: 0.2rem 0.3rem;
    -webkit-border-radius: 0.14rem;
    border-radius: 0.14rem;
  }
  .p_home_down .ico {
    height: 0.3rem;
  }
  .p_home_down p {
    width: 60%;
  }
  .p_home_down span {
    margin: 0.12rem 0 0;
  }
}
@media screen and (max-width: 560px) {
  .p_home_down {
    padding: 0.18rem 0.2rem;
  }
  .p_home_down p {
    font-size: 0.16rem;
  }
}

h1.cat_name {
  padding: 0.26rem 0;
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  background: #f1f1f1;
}
@media screen and (max-width: 1440px) {
  h1.cat_name {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  h1.cat_name {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  h1.cat_name {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 560px) {
  h1.cat_name {
    font-size: 0.19rem;
  }
}

.cat_info {
  background: -webkit-linear-gradient(top, #fff, rgb(0 0 0 / 6%));
  background: linear-gradient(to bottom, #fff, rgb(0 0 0 / 6%));
}
.cat_info .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.cat_t {
  width: 100%;
  margin-right: 8%;
}
.cat_t > h2 {
  font-size: 0.28rem;
  font-weight: bold;
}
.cat_t > article {
  display: block;
}
.cat_t .i_more {
  margin-left: 0;
}

.cat_p {
  flex-shrink: 0;
  margin-left: auto;
  width: 44%;
}

.catpic_list {
  position: relative;
  overflow: hidden;
}
.catpic_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.catpic_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.catpic_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 59%;
}
.catpic_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.catpic-pagination {
  position: absolute;
  bottom: 0.14rem;
  right: 0.1rem;
}
.catpic-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  margin: 0 4px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.catpic-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .cat_t > h2 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .cat_t {
    margin-right: 5%;
  }
  .cat_t > h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cat_info .wrap {
    flex-wrap: wrap;
  }
  .cat_t {
    margin: 0 0;
  }
  .cat_p {
    margin: 0.3rem 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .cat_t > h2 {
    font-size: 0.17rem;
  }
}
/* @media screen and (max-width:1024px) {
	.cat_info{padding-top: 2.6rem;}
	.cat_t{margin-right: 5%;}
	.cat_t>h2{font-size: 0.22rem;}
}
@media screen and (max-width:768px) {
	.cat_t>h2{font-size: 0.2rem;}
	.cat_info{padding-top: 2.4rem}
	.cat_info .wrap{flex-wrap: wrap;}

	.cat_p{width: 100%;margin: .38rem 0 0 0;}
}
@media screen and (max-width:560px) {
	.cat_t>h2{font-size: 0.18rem;}
} */

.cat_app {
  padding-top: 3rem;
  background: -webkit-linear-gradient(top, #0856a1, #6faceb);
  background: linear-gradient(to bottom, #0856a1, #6faceb);
}
.cat_app .i_tit h2,
.cat_app .i_tit h6 {
  color: #fff;
}
.cat_app .i_more {
  background: none;

  border: 1px solid #fff;
}
.cat_app .i_more:hover {
  border-color: var(--i_color);
}

.catapp_list {
  position: relative;
  overflow: hidden;
}
.catapp_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.catapp_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  -webkit-border-radius: 0 0.8rem 0 0;
  border-radius: 0 0.8rem 0 0;
  overflow: hidden;
}

.catapp_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.catapp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 48%;
}
.catapp_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 101%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.catapp_list .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  background: var(--i_color);

  padding: 0.5rem;
}
.catapp_list h4 {
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.catapp_list p {
  margin: 0.2rem 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.catapp_list i {
  font-size: 0.36rem;
  color: #fff;
}

.catapp-prev,
.catapp-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.7rem;
  height: 0.7rem;

  border: 1px solid #fff;
  background: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.catapp-prev {
  left: 13%;
}
.catapp-next {
  right: 13%;
}
.catapp-prev i,
.catapp-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: #fff;
}
.catapp_list .swiper-button-disabled {
  cursor: not-allowed;
}
.catapp-prev:hover,
.catapp-next:hover {
  border-color: var(--i_color);
  background: var(--i_color);
}

.catapp-pagination {
  display: none;
  margin-top: 0.24rem;
  text-align: center;
}
.catapp-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.catapp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .catapp-prev {
    left: 12.6%;
  }
  .catapp-next {
    right: 12.6%;
  }
}
@media screen and (max-width: 1366px) {
  .catapp-prev,
  .catapp-next {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .catapp_list h4 {
    font-size: 0.22rem;
  }
  .catapp_list p {
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 1024px) {
  .cat_app {
    padding-top: 2.6rem;
  }
  .catapp_list .txt {
    padding: 0.2rem 0.3rem;
    width: 100%;
    background: rgb(255 169 36 / 0.85);
  }
  .catapp_list h4 {
    font-size: 0.18rem;
    font-weight: normal;
    -webkit-line-clamp: 1;
  }
  .catapp_list i {
    display: none;
  }
  .catapp_list p {
    display: none;
  }
  .catapp-prev,
  .catapp-next {
    display: none;
  }
  .catapp-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .catapp_list .swiper-slide {
    -webkit-border-radius: 0 0.4rem 0 0;
    border-radius: 0 0.4rem 0 0;
  }
  .catapp_list .txt {
    padding: 0.14rem 0.2rem;
  }
  .catapp_list h4 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .catapp_list {
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }
  .cat_app {
    padding-top: 2.4rem;
  }
  .catapp_list h4 {
    font-size: 0.14rem;
  }
  .catapp-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}

.p_det {
}

h1.p_name {
  margin-bottom: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
}

.p_det_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

/* atlas */
.p_atlas {
  width: 48%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.p_atlas::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}

.p_atlas_list {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20%);
  height: 100%;
  background: #fff;

  border: 1px solid #ddd;
  overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 100%;
}
.p_atlas_list .swiper-slide {
  height: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_atlas_list .swiper-slide iframe,
.p_atlas_list .swiper-slide video {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

/* thumbnail */
.p_thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  height: 100%;
}
.p_thumbnail_list {
  width: 100%;
  height: 100%;

  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  flex-direction: column;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  position: relative;

  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.32rem;
  height: 0.26rem;
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  font-size: 0.12rem;
  color: #fff;
}
.p_v_btn::before {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.p_thumbnail_list .swiper-slide-thumb-active {
  border-color: var(--i_color);
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: rgb(0 0 0 / 20%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.thumbnail-prev {
  left: -0.6rem;
}
.thumbnail-next {
  right: -0.6rem;
}
.p_atlas:hover .thumbnail-prev {
  left: 0;
}
.p_atlas:hover .thumbnail-next {
  right: 0;
}
.thumbnail-prev i,
.thumbnail-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: #fff;
}
.p_atlas_list .swiper-button-disabled {
  cursor: not-allowed;
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
  background: var(--i_color);
}

.thumbnail-pagination {
  position: absolute;
  top: 0.16rem;
  right: 0.2rem;
  text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 0.18rem;
  color: #aaa;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.34rem;
  color: var(--i_color);
}

.p_ms {
  margin-left: 5%;
  width: 100%;
}

.p_ms > span {
  display: block;
}
.p_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.2rem;
}
.p_btn .i_more {
  margin: 0 0;
}

@media screen and (max-width: 1440px) {
  .p_det_cont {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_det_cont {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }

  .p_atlas {
    width: 100%;
  }
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }

  h1.p_name {
    font-size: 0.22rem;
  }
  .p_ms {
    margin: 0.3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_det_cont {
    margin-top: 0.3rem;
  }
  h1.p_name {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .p_atlas::before {
    display: none;
  }

  .p_atlas_list {
    position: relative;
    width: 100%;
    height: auto;
  }
  .p_atlas_list .swiper-slide {
    height: auto;
  }
  .p_atlas_list .swiper-slide::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .p_atlas_list .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p_thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.14rem;
  }
  .p_thumbnail .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: initial;
  }
  .p_thumbnail .swiper-slide {
    flex-shrink: 0;
  }

  .thumbnail-pagination,
  .thumbnail-pagination span {
    font-size: 0.16rem;
  }
  .thumbnail-pagination .swiper-pagination-current {
    font-size: 0.26rem;
  }

  h1.p_name {
    font-size: 0.18rem;
  }
}

.p_zdy_article {
}

.p_zdy_article article {
  text-align: center;
}

.p_det_why {
  background: rgba(0, 102, 161, 0.1);
}

.app_ico_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 2%;
}

.app_ico_list li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.app_ico_list .ico {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;

  border: 1px solid var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.app_ico_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.7rem;
}
.app_ico_list p {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.app_ico_list li:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.app_ico_list li:hover .ico {
  background: var(--i_color);
}
.app_ico_list li:hover .ico img {
  -webkit-filter: brightness(1000);
  filter: brightness(1000);
}
.app_ico_list li:hover p {
  color: var(--i_color);
}

.line {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative;
}
.line i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .app_ico_list .ico {
    width: 1.4rem;
    height: 1.4rem;
  }
  .app_ico_list .ico img {
    height: 0.64rem;
  }
}
@media screen and (max-width: 1366px) {
  .app_ico_list p {
    font-size: 0.17rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1200px) {
  .app_ico_list .ico {
    width: 1.2rem;
    height: 1.2rem;
  }
  .app_ico_list p {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .app_ico_list {
    padding-bottom: 0.3rem;
    flex-wrap: wrap;
    gap: 0.34rem 4%;
  }
  .app_ico_list li {
    width: 48%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    padding: 0;
    text-align: left;
  }
  .app_ico_list .ico {
    width: 0.76rem;
    height: 0.76rem;
    flex-shrink: 0;
    margin: 0 0;
  }
  .app_ico_list .ico img {
    height: 0.4rem;
  }
  .app_ico_list p {
    margin-top: 0;
    margin-left: 0.18rem;
  }

  .line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .app_ico_list .ico {
    width: 0.6rem;
    height: 0.6rem;
  }
  .app_ico_list .ico img {
    height: 0.3rem;
  }
  .app_ico_list p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .app_ico_list {
    padding-bottom: 0.2rem;
    gap: 0.16rem 0;
  }
  .app_ico_list li {
    width: 100%;
  }
}

.p_art_box {
}
.p_art_box .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p_art {
  width: 68%;
}

.p_det_nav {
  margin-bottom: 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
  position: relative;
}
.p_det_nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.p_det_nav li {
  position: relative;
  cursor: pointer;
}
.p_det_nav li.curr::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--i_color);
  z-index: 2;
}
.p_det_nav p {
  padding: 0.1rem 0;
  font-size: 0.26rem;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .p_det_nav p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_art {
    width: 100%;
  }
  .p_det_nav p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .p_det_nav {
    margin-bottom: 0.3rem;
    gap: 0 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .p_det_nav p {
    font-size: 0.16rem;
  }
}

.p_down {
}
.p_down li {
  margin-bottom: 0.24rem;
}
.p_down a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p_down a b {
  font-size: 0.18rem;
  color: var(--i_color);
}
.p_down a i {
  margin-left: 0.1rem;
  font-size: 0.24rem;
  color: var(--i_color);
}
.p_down p {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  color: #888;
}
.p_down a:hover b {
  text-decoration: underline;
}
.bc {
  background: #f3f4f8;
}
