/*
Theme Name: Wine
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
* {
  box-sizing: border-box;
  line-height: 150%;
  font-family: "Noto Serif SC", Georgia, "Times New Roman", serif;
}
body {
  font-size: 16px;
}
.top_wrap {
  width: 78%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .top_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1024px) {
  .top_wrap {
    width: 90%;
  }
}
.wrap {
  width: 73%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 13.5%;
}
.wrap_r {
  padding-right: 13.5%;
}
@media screen and (max-width: 1600px) {
  .wrap {
    width: 83.33%;
    max-width: 1600px;
  }
  .wrap_l {
    padding-left: 8.335%;
  }
  .wrap_r {
    padding-right: 8.335%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }
  .wrap_l,
  .wrap_r {
    padding-left: 4%;
    padding-right: 4%;
  }
}
:root {
  --i_color: #d36461;
  --i_color2: #b63733;
  --bc_color: #f1f3f5;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 1rem;
  --border_color: rgb(255, 255, 255, 0.2);
  --f_menu_height: 50px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #999;
}
.TopHeader {
  background: rgba(255, 255, 255, 0.8);
  --header_height: 0.8rem;
}
.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}
.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
  font-size: 0.27rem;
}
.language p.on {
  color: var(--i_color);
}
.language p.on::before {
  border-top-color: var(--i_color);
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #fff;
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}
.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}
.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}
.top_cont {
  position: relative;
  z-index: 2;
}
.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 90%;
}
.logo img {
  max-height: 0.8rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.6rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.7rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 18px;
    color: #222;
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
  }
  .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;
    border-color: var(--i_color);
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    border-bottom: 2px solid var(--i_color);
  }
  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu > li:hover {
    background: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a {
    color: #fff;
  }
  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E")
      no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 16px;
  }
}
@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;
  }
  .i_nav a {
    display: block;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
  }
  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
}
/* 移动端导航按钮 */
.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: var(--i_color);
  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;
    margin-left: 0.2rem;
  }
}
.top_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top_search_ico iconify-icon {
  font-size: 0.24rem;
  color: #222;
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  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: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }
  .top_r {
    margin-left: auto;
  }
  .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%;
  }
}
@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;
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.i_tit > h2 {
  font-size: 0.5rem;
  position: relative;
  text-transform: capitalize;
  color: var(--i_color);
}
.i_tit > p {
  font-size: 0.2rem;
  width: 70%;
  margin: 0.2rem auto 0;
  line-height: 170%;
  color: #222;
}
.i_tit.left {
  text-align: left;
}
.i_tit.left p {
  width: 70%;
  margin: 0.2rem auto 0 0;
}
.i_tit.white > h2 {
  color: #fff;
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .i_tit > h2 {
    font-size: 0.24rem;
  }
  .i_tit > p {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit > h2 {
    font-size: 0.22rem;
  }
  .i_tit > h2::after {
    width: 8px;
    height: 8px;
  }
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.i_more {
  display: table;
  padding: 0.1rem 0.3rem;
  background: none;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid var(--i_color);
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.i_more b iconify-icon {
  margin-left: 6px;
  font-size: 0.2rem;
}
.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--i_color);
  transition: 0.5s ease;
  display: block;
  z-index: 1;
}
.i_more:hover::before {
  width: 180%;
}
.i_more_bc {
  background: var(--i_color);
  border: 1px solid #333;
}
.i_more::before {
  background: var(--i_color2);
}

.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.i_more_list.center {
  justify-content: center;
}
.i_more2 {
  background: var(--i_color2);
}
.i_more2 b {
  color: var(--i_color);
}
.i_more2::before {
  background-color: #fff;
}
.i_more2:hover {
  border-color: var(--i_color);
}
.i_more2:hover b {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_more {
    padding: 8px 0.26rem;
  }
  .i_more b {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_more_list a:nth-child(1) {
    margin-bottom: 0.1rem;
  }
}
.more {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 0.18rem;
  color: var(--i_color);
  position: relative;
  z-index: 2;
}
.more:hover {
  color: #fff;
  background: var(--i_color);
}
.more_fill {
  background: var(--i_color);
  color: #fff;
}
.more_fill:hover {
  background: #fff;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .more {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.16rem;
  }
}
.bc {
  background: var(--bc_color);
}
.bc_gradient {
  background: linear-gradient(to top, var(--bc_color), #fff);
}
.bc_black {
  background: #000;
}
.full_head {
  height: 0;
}
@media screen and (max-width: 1024px) {
  .full_head {
    margin-top: var(--header_height);
  }
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  width: 100%;
  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::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}
.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}
.banner-button-prev {
  left: -0.5rem;
}
.banner-button-next {
  right: -0.5rem;
}
.banner:hover .banner-button-prev {
  left: 3%;
}
.banner:hover .banner-button-next {
  right: 3%;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  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: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.banner-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}
/* banner上文字 */
.banner .wrap {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.b_t1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.b_t2 {
  margin-left: 0;
  text-align: left;
}
.b_t1 h1,
.b_t1 h6 {
  font-size: 0.44rem;
  color: #fff;
}
.b_t1 h5 {
  font-size: 0.32rem;
  color: #fff;
  text-shadow: 0px 2px 6px var(--i_color);
}
.b_t1 p {
  font-size: 0.22rem;
  color: #fff;
  margin: 0.2rem 0 0.5rem;
}
@media screen and (max-width: 1440px) {
  .b_t1 h5 {
    font-size: 0.26rem;
  }

  .b_t1 h1,
  .b_t1 h6 {
    font-size: 0.4rem;
  }
  .b_t1 p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t1 h1,
  .b_t1 h6 {
    font-size: 0.34rem;
  }
  .b_t1 {
    width: 60%;
  }
  .b_t1 h5 {
    font-size: 0.2rem;
  }
  .b_t1 p {
    margin: 0.2rem 0 0.3rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .b_t1 {
    width: 80%;
  }

  .b_t1 h1,
  .b_t1 h6 {
    font-size: 0.24rem;
  }
  .b_t1 h5 {
    font-size: 0.16rem;
  }
  .b_t1 p {
    font-size: 0.16rem;
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .b_t1 h1,
  .b_t1 h6 {
    font-size: 0.18rem;
  }
  .b_t1 p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}
/* -----------------------------------底部--------------------------------------- */
footer {
  background: #000;
}
.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_media a {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  font-size: 0.2rem;
  color: #333;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
}
.f_media a:hover {
  background: var(--i_color);
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 1024px) {
  .f_media a {
    width: 0.34rem;
    height: 0.34rem;
    font-size: 0.18rem;
  }
}
.f_cont {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_contact {
  width: 35%;
}
.f_menu {
  width: 25%;
}
.f_menu li {
  padding-left: 0.2rem;
}
.f_menu li ul {
  display: none;
}
.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  position: relative;
}
.f_menu a:hover {
  text-decoration: underline;
}
.f_menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
}
.f_tit {
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.22rem;
}
.f_contact_list li {
  display: flex;
  align-items: center;
}
.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: #fff;
  opacity: 0.8;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .f_contact {
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    margin-bottom: 0.18rem;
  }
  .f_menu {
    display: none;
  }
  .f_contact {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .f_cont a,
  .f_cont p {
    font-size: 0.14rem;
  }
}
.f_cr {
  padding: 0.24rem 0;
  border-top: 1px solid var(--border_color);
}
.f_cr .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.f_cr p,
.f_cr a {
  font-size: 14px;
  color: #bbb;
}
.f_cr a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .f_cr {
    padding: 0.16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .f_cr p,
  .f_cr a {
    width: 100%;
    font-size: 13px;
  }
  .f_cr a {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
/* ---------------------------首页---------------------------- */
.i_tit article {
  font-size: 0.2rem;
  color: #fff;
  margin: 0.4rem 0;
}
@media screen and (max-width: 1024px) {
  .i_tit article {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .i_tit article {
    font-size: 0.16rem;
  }
}
.i_ab_num {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.i_ab_num li {
  width: 26%;
  text-align: center;
  color: #fff;
}
.i_ab_num h5 {
  font-size: 0.5rem;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
.i_ab_num span {
  font-size: 1rem;
}
.i_ab_num p {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.i_ab_num li:hover h5,
.i_ab_num li:hover span {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_ab_num h5 {
    font-size: 0.4rem;
  }
  .i_ab_num span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_ab_num h5 {
    font-size: 0.3rem;
  }
  .i_ab_num span {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .i_ab_num li {
    width: calc((100% - 0.4rem) / 3);
  }
  .i_ab_num h5 {
    font-size: 0.2rem;
  }
  .i_ab_num span {
    font-size: 0.4rem;
  }
  .i_ab_num p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .i_ab_num h5 {
    font-size: 0.18rem;
  }
  .i_ab_num span {
    font-size: 0.3rem;
  }
  .i_ab_num p {
    font-size: 0.16rem;
  }
}
.i_partner {
  background: url(static/images/bc_patner.webp) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.i_partner_list {
  position: relative;
  overflow: hidden;
}
.i_partner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_partner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_partner_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_partner_list .img::before {
  content: "";
  display: block;
  padding-bottom: 53.07%;
}
.i_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i_partner_list .img,
.i_partner_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_partner_list li:hover {
  background: #fff;
}
.i_partner_list li:hover img {
  width: 100%;
  height: 100%;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.i_partner_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.i_partner-prev,
.i_partner-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.i_partner-prev {
  transform: translateX(-0.6rem);
}
.i_partner-next {
  transform: translateX(0.6rem);
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_partner-prev:hover,
.i_partner-next:hover {
  opacity: 1;
}
.i_partner-pagination {
  text-align: center;
}
.i_partner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.i_partner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_partner-prev,
  .i_partner-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .i_partner-pagination {
    margin-top: 0.22rem;
  }
}
.cat_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.cat_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.cat_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.cat_list .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.cat_list .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cat_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat_list h3 {
  font-size: 0.4rem;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.cat_list h3,
.cat_list .img,
.cat_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_list li:hover .img {
  border-color: var(--i_color);
}
.cat_list li:hover .img::after {
  opacity: 1;
}
.cat_list li:hover h3 {
  opacity: 1;
  top: 50%;
}
.cat_list li:hover img {
  width: 105%;
  height: 105%;
}
.cat_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cat-prev,
.cat-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cat-prev {
  left: 0;
}
.cat-next {
  right: 0;
}
.cat_list .swiper-button-disabled {
  cursor: not-allowed;
}
.cat-prev:hover,
.cat-next:hover {
  color: var(--i_color);
}
.cat-pagination {
  text-align: center;
}
.cat-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.cat-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.cat-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .cat_list h3 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  .cat_list h3 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  .cat_list h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cat_list h3 {
    font-size: 0.18rem;
    opacity: 1;
    top: 50%;
  }
}

.i_ad {
  background: url(static/images/bc_ad.webp) no-repeat center;
  background-size: cover;
}
.i_why_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.3rem;
}
.i_why_list li {
  width: calc((100% - 0.6rem) / 3);
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .i_why_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
.i_why_list .ico {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.i_why_list .ico img {
  max-width: 80%;
}
.i_why_list h6 {
  margin: 0.2rem 0;
  font-size: 0.2rem;
}
.i_why_list p {
  font-size: 0.16rem;
}
.i_why_list li,
.i_why_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_why_list li:hover {
  transform: translateY(-0.1rem);
}
.i_why_list li:hover .ico {
  transform: rotateY(180deg);
}
@media screen and (max-width: 1440px) {
  .i_why_list .ico {
    width: 0.7rem;
    height: 0.7rem;
  }
  .i_why_list h6 {
    margin: 0.18rem 0;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_why_list .ico {
    width: 0.6rem;
    height: 0.6rem;
  }
  .i_why_list h6 {
    margin: 0.14rem 0;
    font-size: 0.16rem;
  }
  .i_why_list p {
    font-size: 14px;
  }
}
.i_new_list {
  position: relative;
  overflow: hidden;
}
.i_new_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_new_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
}
.i_new_list .img::before {
  content: "";
  display: block;
  padding-bottom: 86.8%;
}
.i_new_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_new_list p {
  font-size: 0.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  text-align: center;
  padding: 0.2rem 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.i_new_list .img,
.i_new_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new_list li:hover img {
  width: 111%;
  height: 111%;
}
.i_new_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.i_new-prev,
.i_new-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border_color);
  color: #333;
  border-radius: 50%;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_new-prev:hover,
.i_new-next:hover {
  border-color: var(--i_color);
  color: var(--i_color);
}
.i_new-pagination {
  display: none;
  text-align: center;
}
.i_new-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_new-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_new-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_new_list h6 {
    font-size: 0.22rem;
  }
  .i_new_list p {
    font-size: 0.14rem;
  }
  .i_new_list .txt {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_new_list p {
    padding: 0.12rem 0;
  }
  .i_new-prev,
  .i_new-next {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}
.com_contact {
  background: url(static/images/bc_foot.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
/* ---------------------------内页------------------------------- */
.top_head {
  height: var(--header_height);
}
@media screen and (max-width: 1024px) {
  .top_head {
    display: none;
  }
}
.in_banner {
  width: 100%;
  position: relative;
}
.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 26.04%;
}
.in_banner .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.in_banner h2 {
  text-transform: capitalize;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}
.in_banner p {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.2rem;
}
.in_banner h2,
.in_banner p {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .in_banner h2 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_banner .wrap {
    top: 46%;
  }
  .in_banner h2 {
    font-size: 0.3rem;
  }
  .in_banner p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .in_banner .img::after {
    padding-bottom: 45.36%;
  }
  .in_banner h2 {
    font-size: 0.26rem;
  }
  .in_banner h2,
  .in_banner p {
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .in_banner h2 {
    font-size: 0.2rem;
  }
}
/* Breadcrumb */
.in_position {
  position: relative;
  background: #000;
}
.in_position .wrap {
  padding: 0.2rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--border_color);
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #fff;
  position: relative;
  line-height: 20px;
}
.in_position a:first-child {
  padding-left: 0.34rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 14px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 13px;
  }
}
/* ----------------------产品列表页---------------------------------- */
.ip_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.3rem;
}
.ip_menu::-webkit-scrollbar {
  display: none;
}
.ip_menu li {
  cursor: pointer;
  padding: 0.1rem 0.5rem;
  font-size: 0.18rem;
  white-space: nowrap;
  border: 1px solid #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.ip_menu a {
  color: #fff;
}
.ip_menu li,
.ip_menu a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_menu li.current,
.ip_menu li:hover {
  border-color: var(--i_color);
}
.ip_menu li.current a,
.ip_menu li:hover a {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .ip_menu li {
    padding: 0.12rem 0.32rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .ip_menu li {
    padding: 0.1rem 0.2rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ip_menu {
    flex-direction: column;
  }
  .ip_menu li {
    width: 60%;
    text-align: center;
    margin: 5px 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .ip_menu li {
    width: 80%;
  }
}
.in_p_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.4rem;
}
.in_p_list li {
  width: calc((100% - 1.2rem) / 4);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
  .in_p_list {
    justify-content: space-between;
  }
  .in_p_list li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .in_p_list li {
    width: 100%;
  }
}
.in_p_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 79.93%;
}
.in_p_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_p_list h6 {
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0.1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_p_list .txt {
  font-size: 16px;
  line-height: 180%;
  margin: 0.2rem 0;
  color: #fff;
}
.in_p_list .ico {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  border-top: 1px solid var(--border_color);
  padding: 0.2rem 0 0.1rem;
  color: #fff;
}
.in_p_list .ico p {
  font-size: 14px;
}
.in_p_list .ico p,
.in_p_list .ico iconify-icon {
  position: relative;
  z-index: 2;
}
.in_p_list h6,
.in_p_list img,
.in_p_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list li:hover h6 {
  color: var(--i_color);
}
.in_p_list li:hover img {
  width: 105%;
  height: 105%;
}
.in_p_list .ico:hover {
  color: var(--i_color);
}
/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  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;
  }
}
/* detail */
.pd_content .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.pd_brief {
  width: 46%;
  color: #fff;
}
.pd_content .gallery {
  width: 49%;
  border: 1px solid var(--border_color);
  position: relative;
  overflow: hidden;
}
.pd_content h1 {
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1440px) {
  .pd_content h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_content h1 {
    font-size: 0.2rem;
  }
  .pd_brief {
    width: 100%;
  }
  .pd_content .gallery {
    display: none;
  }
}
.p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.p_atlas_show .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}
.p_atlas_show .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_atlas_list {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}
.p_atlas_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_atlas_list .swiper-slide-thumb-active .img {
  border: 1px solid var(--i_color);
}
.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  font-size: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid var(--i_color);
  color: var(--i_color);
}
.atlas-prev {
  left: 0;
}
.atlas-next {
  right: 0;
}
.i_p_listroject_list .swiper-button-disabled {
  cursor: not-allowed;
}
.atlas-prev:hover,
.atlas-next:hover {
  background: var(--i_color);
  color: #fff;
}
.atlas-pagination {
  text-align: center;
  margin-top: 0.2rem;
  display: none;
}
.atlas-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.atlas-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.atlas-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.atlas-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.pd_brief .txt {
  font-size: 0.16rem;
  padding: 0.2rem 0;
  border-top: 2px solid var(--i_color);
  border-bottom: 1px solid var(--border_color);
}

.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}
.pd_share p {
  font-size: 0.16rem;
  color: #eee;
  font-weight: 400;
}
.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
}
.pd_share iconify-icon {
  font-size: 0.24rem;
}
.pd_share a:hover {
  color: var(--i_color);
}
.pd_tit span {
  display: table;
  font-size: 0.24rem;
  padding: 0.1rem 0;
  color: var(--i_color);
  font-weight: bold;
  border-bottom: 2px solid var(--i_color);
}
.pd_tit {
  border-bottom: 1px solid #ddd;
}
.detail {
  border-radius: 0.2rem 0.2rem 0 0;
}
.detail article {
  padding: 0.3rem 0;
  font-size: 0.16rem;
  color: #666;
}
.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.tag h6 {
  font-size: 0.18rem;
  color: #333;
}
.tag a {
  font-size: 0.16rem;
  color: #333;
  padding: 8px 0.2rem;
  border-radius: 0.3rem;
  background: #fff;
}
.tag a:hover {
  background: var(--i_color);
  color: #fff;
}

.r_p {
  overflow: hidden;
}
.r_p .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}
.r_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.r_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.r_p-button-prev,
.r_p-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.r_p-button-prev {
  left: 0;
}
.r_p-button-next {
  right: 0;
}
.r_p-button-prev:hover,
.r_p-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.r_p-pagination {
  text-align: center;
  margin-top: 20px;
}
.r_p-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.r_p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.pd_app {
  overflow: hidden;
}
.pd_app .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 2px;
  z-index: 1;
}
.pd_app .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.pd_app .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.pd_app-button-prev,
.pd_app-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.pd_app-button-prev {
  left: 0;
}
.pd_app-button-next {
  right: 0;
}
.pd_app-button-prev:hover,
.pd_app-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.pd_app-pagination {
  text-align: center;
}
.pd_app-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.pd_app-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.pd_app li {
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.pd_app .img {
  position: relative;
  overflow: hidden;
}
.pd_app .img::before {
  content: "";
  display: block;
  padding-bottom: 70.59%;
}
.pd_app .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pd_app .txt {
  padding: 0.2rem;
}
.pd_app h6 {
  font-size: 0.22rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.16rem;
  position: relative;
}
.pd_app h6::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--i_color);
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_app .text {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.pd_app p {
  width: 70%;
  font-size: 0.16rem;
  color: #eee;
}
.pd_app li:hover {
  border-color: #fff;
  box-shadow: var(--i_shadow);
}
.pd_app li:hover h6 {
  color: var(--i_color);
}
.pd_app li:hover h6::after {
  width: 100%;
  left: 0;
  right: initial;
}
@media screen and (max-width: 1024px) {
  .pd_app h6 {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
/* -------------------------news--------------------------- */
.in_n_list li {
  margin-bottom: 0.5rem;
}
.in_n_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  overflow: hidden;
  gap: 0.2rem 0;
}
.in_n_list .img {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.in_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.1%;
}
.in_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_n_list .txt {
  width: 70%;
  padding: 0 0.3rem;
}
.in_n_list h6 {
  font-size: 0.24rem;
}
.in_n_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
}
.in_n_list span {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.in_n_list a,
.in_n_list h6,
.in_n_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_n_list a:hover img {
  width: 105%;
  height: 105%;
}
.in_n_list a:hover {
  background: none;
  box-shadow: var(--i_shadow);
}
.in_n_list a:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .in_n_list h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_n_list h6 {
    font-size: 0.18rem;
  }
  .in_n_list p {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }
  .in_n_list .img,
  .in_n_list .txt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .in_n_list .img,
  .in_n_list .txt {
    width: 100%;
  }
}
/* contact */
.contact .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.c_info {
  width: 40%;
}
.map {
  width: 54%;
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 38.125%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_infoh2 {
  font-size: 0.3rem;
  color: var(--i_color);
}
.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}
.c_list .ico {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--bc_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.c_list .ico iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}
.c_list .info {
  width: calc(100% - 0.85rem);
}
.c_list .info h6 {
  color: #666;
  font-size: 0.16rem;
  font-weight: normal;
}
.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}
.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list li:hover {
  border-color: var(--i_color);
}
.c_list li:hover .ico {
  background: var(--i_color);
}
.c_list li:hover .ico iconify-icon {
  color: #fff;
}
.c_info .f_media iconify-icon {
  color: #d1d1d1;
}
.c_info .f_media a:hover iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .c_infoh2 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .c_infoh2 {
    font-size: 0.18rem;
  }
  .c_info,
  .map {
    width: 100%;
  }
  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 78.125%;
  }
}
.c_form {
  width: 100%;
  background: url(static/images/bc_form.webp) no-repeat center;
  background-size: cover;
}
#wpforms-47 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-47 {
  margin: 0;
  padding: 0;
}
#wpforms-form-47 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-47 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-47 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-47 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-47 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-47 .wpforms-field-container > div {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wpforms-47 .wpforms-field-container > div:first-child,
  #wpforms-47 .wpforms-field-container > div:nth-child(2) {
    width: 49%;
  }
}
#wpforms-47 .wpforms-field-container input,
#wpforms-47 textarea,
#wpforms-47 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #fff;
  height: var(--input_height);
  border: 1px solid var(--border_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.2);
}
#wpforms-47 input {
  line-height: var(--input_height);
}
#wpforms-47 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-47-field_1-container {
  border-top-left-radius: 20px;
}
#wpforms-47 input::-webkit-input-placeholder,
#wpforms-47 textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--input_font_size);
}
#wpforms-47 input::-moz-placeholder,
#wpforms-47 textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--input_font_size);
}
#wpforms-47 input::-ms-input-placeholder,
#wpforms-47 textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--input_font_size);
}
#wpforms-47-field_1-error,
#wpforms-47-field_2-error,
#wpforms-47-field_3-error,
#wpforms-47-field_4-error,
#wpforms-47-field_5-error,
#wpforms-47-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-47 .wpforms-submit-container {
  width: 80%;
  margin: 0 auto;
}
#wpforms-47 .wpforms-submit-container button {
  padding: 6px 0.5rem;
  display: block;
  margin: 20px auto 0;
  font-size: 0.2rem;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: var(--i_color);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-47 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-47 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-47 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}
/* ---------------------about------------------------- */
.home_about_img {
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
}
.home_about_img::after {
  content: "";
  display: block;
  padding-bottom: 35%;
}
.home_about_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home_about_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_about_img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.96rem;
  height: 0.96rem;
  object-fit: contain;
  display: block;
  z-index: 3;
  background: url("static/images/home_about_i.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .home_about_bac {
    padding: 0.8rem 0;
  }
  .home_about_img i {
    width: 0.9rem;
    height: 0.9rem;
  }
} /* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 50%;
  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;
  }
}
@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;
  }
}
.o_advantage {
  position: relative;
  overflow: hidden;
}
.o_ad_list {
  height: 0;
  padding-bottom: 32%;
  position: relative;
}
.o_ad_list dl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 8px;
}
.o_ad_list dt {
  flex: 0.5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.o_ad_bc {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.5rem 0.6rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.o_ad_bc::after {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  position: absolute;
  left: 0;
  bottom: 0;
}
.o_ad_bc > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o_ad_bc span {
  position: relative;
  z-index: 2;
}
.o_ad_txt {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.o_ad_bc h5 {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #fff;
  text-transform: capitalize;
  line-height: 110%;
  text-align: center;
  font-weight: normal;
}
.o_ad_list p {
  margin: 0.1rem 0;
  font-size: 0.24rem;
  color: #fff;
}
.o_ad_txt h6 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 160%;
  opacity: 0.8;
  font-weight: normal;
  width: 25vw;
}
.o_ad_list dt.curr .ico img {
  -webkit-filter: initial;
  -moz-filter: initial;
  -o-filter: initial;
  -ms-filter: initial;
  filter: initial;
}
.o_ad_list dt.cur h5 {
  text-align: left;
}
.o_ad_list dt.curr .o_ad_bc span {
  opacity: 0;
  visibility: hidden;
}
.o_ad_list dt.curr .o_ad_txt {
  opacity: 1;
  visibility: visible;
  animation: InRight 0.7s forwards;
}
@keyframes InRight {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1440px) {
  .o_ad_txt,
  .o_ad_bc {
    padding: 0.4rem 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .o_ad_list dt {
    flex: 1;
  }
  .o_ad_bc {
    padding: 0.3rem 0.4rem;
  }
  .o_ad_list .ico img {
    max-width: 0.4rem;
  }
  .o_ad_bc h5 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .o_ad_bc {
    padding: 0.2rem 0.3rem;
  }
  .o_ad_bc h5 {
    font-size: 0.16rem;
  }
  .o_ad_list .ico img {
    max-width: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .o_ad_bc {
    padding: 0.1rem 0.2rem;
  }
  .o_ad_bc h5 {
    font-size: 0.14rem;
  }
}
.process_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.process_list li {
  width: 32%;
  background: #fff;
}
.process_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.process_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.57%;
}
.process_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process_list .txt {
  padding: 0.2rem;
}
.process_list h6 {
  font-size: 0.18rem;
  color: #333;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid var(--border_color);
  position: relative;
}
.process_list h6::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--i_color);
}
.process_list .text {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.process_list p {
  width: calc(100% - 1rem);
  font-size: 0.16rem;
  color: #666;
  line-height: 160%;
}
.process_list span {
  width: 0.56rem;
  line-height: 0.56rem;
  background: #ebf1fe;
  color: var(--i_color);
  text-align: center;
  font-size: 0.28rem;
  border-radius: 50%;
}
.process_list li,
.process_list span,
.process_list h6::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.process_list li:hover {
  transform: translateY(-0.3rem);
}
.process_list li:hover h6::after {
  width: 100%;
  left: 0;
  right: initial;
}
.process_list li:hover span {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .process_list li {
    width: 100%;
  }
}
.cus_process_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  margin-bottom: 0.6rem;
}
.cus_process_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.cus_process_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.cus_process_list .img::before {
  content: "";
  display: block;
  padding-bottom: 53.32%;
}
.cus_process_list .img img {
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cus_process_list .txt {
  width: 46%;
}
.cus_process_list h4 {
  font-size: 0.26rem;
  line-height: 120%;
  font-weight: normal;
  color: var(--i_color);
  padding-bottom: 0.16rem;
  margin-bottom: 0.2rem;
  position: relative;
  display: table;
}
.cus_process_list h4::after {
  content: "";
  width: 0.6rem;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.cus_process_list p {
  font-size: 0.18rem;
  color: #aaa;
  line-height: 0.36rem;
  max-height: calc(0.36rem * 8);
  overflow-y: auto;
  padding-right: 2%;
}
.cus_process_list p::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.cus_process_list p::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.cus_process_list p::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
.cus_process_list img,
.cus_process_list h4::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cus_process_list .txt:hover h4::after {
  width: 100%;
}
.cus_process_list li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1440px) {
  .cus_process_list h4 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .cus_process_list h4::after {
    height: 3px;
  }
  .cus_process_list p {
    font-size: 0.16rem;
  }
  .cus_process_list .img,
  .cus_process_list .txt {
    width: 100%;
  }
}

.env_list {
  position: relative;
  overflow: hidden;
}
.env_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.env_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.env-prev,
.env-next {
  display: none;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.3rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.env-prev {
  left: 0;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}
.env-next {
  right: 0;
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}

.env_list .swiper-button-disabled {
  cursor: not-allowed;
}
.env-prev:hover,
.env-next:hover {
  opacity: 0.6;
}
.env-pagination {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.env-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  margin: 0 6px;
  background: #d5defa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.env-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.env_list li {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 3px solid #dfdfdf;
}
.env_list li::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.env_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list li:hover {
  border-color: var(--i_color);
}
.env_list li:hover img {
  width: 110%;
  height: 110%;
}
@media screen and (max-width: 1024px) {
  .env-prev,
  .env-next {
    display: none;
  }
}

.in_case_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.15rem;
}
.in_case_list li {
  width: calc((100% - 0.3rem) / 3);
}
@media screen and (max-width: 768px) {
  .in_case_list {
    gap: 0.3rem 0;
  }
  .in_case_list li {
    width: 100%;
  }
}

.in_case_list a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
}
.in_case_list a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.in_case_list .img {
  position: relative;
  overflow: hidden;
}
.in_case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.92%;
}
.in_case_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_case_list .txt {
  padding: 0.2rem;
  overflow: hidden;
}
.in_case_list h6 {
  font-size: 0.2rem;
  color: var(--i_color);
  line-height: 150%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_case_list p {
  margin: 0.14rem 0 0.2rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_case_list button {
  display: table;
  padding: 0.1rem 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background: #242021;
  color: #fff;
  font-size: 0.16rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_case_list button:hover {
  background: var(--i_color);
}
.in_case_list li,
.in_case_list a::after,
.in_case_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_case_list li:hover {
  box-shadow: var(--i_shadow);
}
.in_case_list li:hover .more {
  transform: translateX(0);
  opacity: 1;
}
.in_case_list li:hover h6 {
  color: var(--i_color);
}
.in_case_list li:hover span {
  color: var(--i_color);
}
.in_case_list li:hover a::after {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .in_case_list h6 {
    font-size: 0.18rem;
  }
  .in_case_list p {
    font-size: 14px;
  }
}

/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  transition: all 0.5s ease;
}
.aside_right.on {
  right: 10px;
}
.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.48rem;
  margin-top: 5px;
  border-radius: 50%;
  height: 0.48rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.aside_right iconify-icon {
  display: block;
  margin: 0 auto;
  font-size: 0.2rem;
  color: #fff;
}

/* .aside_right li:nth-child(3) .side_tel_box{width: 150px; }
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(1) > a {
  background-color: var(--i_color2);
}
.aside_right li:nth-child(2) > a {
  background-color: var(--i_color);
}
.aside_right li:nth-child(3) > a {
  background-color: #666;
}
.aside_right li:nth-child(4) > a {
  background-color: #333;
}
.aside_right li > a:hover {
  background: var(--i_color);
}
.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.side_tel_box {
  top: 7px;
  right: -300px;
  width: 180px;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}
.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}
.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}
.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 侧边客服 表单 */
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #e2e2e2;
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h6 {
  font-size: 26px;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 30px;
}
#wpforms-51 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-51 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-51 {
  width: 100%;
  overflow: hidden;
}
#wpforms-51 input,
#wpforms-51 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-51 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-51 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-51 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-51 .wpforms-submit-container {
  padding: 0 !important;
  width: 170px;
  height: var(--input_height);
  background: var(--i_color);
  border-radius: 0.2rem;
  position: relative;
  margin: 0 auto;
}
#wpforms-51 .wpforms-field {
  position: relative;
}
#wpforms-51 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-51 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}
#wpforms-51 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}
#wpforms-51 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-51 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-51 .wpforms-field:nth-child(1),
#wpforms-51 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-51 input {
  height: var(--input_height);
}
#wpforms-51 textarea {
  min-height: 100px;
}
#wpforms-51 input,
#wpforms-51 textarea {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  border-radius: 0.1rem;
  background-color: white;
  color: #222;
  line-height: var(--input_height);
  padding: 0 10px;
  box-shadow: 0 0 0 0 !important;
}
#wpforms-51 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-51 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-51 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-51 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-51 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-51 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-51 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-51 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-51 #wpforms-51-field_1-error,
#wpforms-51 #wpforms-51-field_2-error,
#wpforms-51 #wpforms-51-field_3-error,
#wpforms-51 #wpforms-51-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-51 .wpforms-submit-container button {
  overflow: hidden;
  border-radius: 0.2rem;
  width: 100%;
  height: var(--input_height);
  font-size: 16px;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
#wpforms-51 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(static/images/close_1_hei.svg) no-repeat center;
  background-size: contain;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.close {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-51 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
  .aside_right.on {
    right: 0;
  }
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
  #aside_sc_from {
    width: 80%;
    padding: 0.4rem 0.3rem;
  }
  .aside_right iconify-icon {
    font-size: 0.18rem;
  }
  .close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
    padding: 0.3rem 0.2rem;
  }
  #aside_sc_from .tit h6 {
    font-size: 20px;
  }
}

/* ---------------------新闻详情页------------------ */
.in_news_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3rem 0;
}
.post_recommend {
  flex-shrink: 0;
  width: 4rem;
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ddd;
}
.post_content {
  width: calc(100% - 4.5rem);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.post_recommend h6 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .post_recommend,
  .post_content {
    width: 100%;
  }
  .post_recommend {
    padding: 20px 10px;
  }
}
.post_recommend_list {
}
.post_recommend_list li {
}
.post_recommend_list li:not(:last-child) {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.post_recommend_list a {
  display: block;
  width: 100%;
}
.post_recommend_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post_recommend_list .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.post_recommend_list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_recommend_list {
  margin: 14px 0 10px;
}
.post_recommend_list p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_recommend_list li:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.post_recommend_list li:hover p {
  color: var(--i_color);
}
.new_form_cont {
  background: #f7f7f7;
  margin-top: 0.3rem;
  padding: 0.2rem;
  position: relative;
}
.new_form_cont::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to top, var(--i_color), var(--i_color2));
  position: absolute;
  right: 0;
  top: 0;
}
.new_form_cont p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
#wpforms-79 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-79 {
  margin: 0;
  padding: 0;
}
#wpforms-form-79 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-79 input,
#wpforms-79 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-79 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-79 .wpforms-field-label {
  font-size: 0;
}
#wpforms-79 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-79 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-79 .wpforms-field-container input,
#wpforms-79 textarea,
#wpforms-79 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid transparent;
  background: #fff;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-79 .wpforms-field-container input:hover,
#wpforms-79 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-79 input {
  line-height: var(--input_height);
}
#wpforms-79 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-79-field_1-container,
#wpforms-79-field_2-container {
  width: 49% !important;
}
#wpforms-79 input::-webkit-input-placeholder,
#wpforms-79 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-79 input::-moz-placeholder,
#wpforms-79 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-79 input::-ms-input-placeholder,
#wpforms-79 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-79-field_1-error,
#wpforms-79-field_2-error,
#wpforms-79-field_3-error,
#wpforms-79-field_4-error,
#wpforms-79-field_5-error,
#wpforms-79-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-79 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-79 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-79 .wpforms-submit-container button {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  padding: 10px 0;
  color: #fff;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-79 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
#wpforms-79 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
