@charset "utf-8";
:root {
  --i_color: #1e6cbf;
  --i_color3: #a5d286;
  --i_color4: #10a292;
  /* 全局颜色 */
  --i_color2: #fff;
  --bjs: #f9f9f9;
  --btn_color2: #1e6cbf;
  --liner_color: linear-gradient(to bottom, transparent, rgba(0, 89, 170, 1));
  /* 副颜色 */
  --top_h: 80px;
  /* 顶部高度 */
  --border_color: rgba(51, 51, 51, 0.2);
  /* 默认边框颜色 */
}
@media screen and (max-width: 1024px) {
  :root {
    --top_h: 45px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}
.va3 {
  color: var(--i_color4);
}
.wrap {
  /* width: 1500px; */
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  display: block;
  box-sizing: border-box;
  padding-left: 10.5vw;
}
.wrap_r {
  display: block;
  box-sizing: border-box;
  padding-left: 13.5vw;
}
.wrap_r2 {
  display: block;
  box-sizing: border-box;
  padding-left: 1vw;
  padding-right: 8vw;
  box-sizing: border-box;
}
@media screen and (max-width: 2560px) and (min-width: 2020px) {
  .wrap {
    width: 1920px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap_l {
    padding-left: 3.4vw;
  }
  .wrap_r {
    padding-right: 3.4vw;
  }
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3.2vw;
  }
  .wrap_r {
    padding-right: 3.2vw;
  }
}
@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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: var(--top_h);
  background: transparent;
}
.top_cont {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 2013;
}
header.TopHeader .top_cont {
  /* background: var(--i_color2); */
  /* box-shadow: rgb(33, 36, 37) 0rem 0rem 0rem 2.41859.08rem; */
}
header.TopHeader .i_nav a {
  /* color: #333; */
}
header.TopHeader .emaibox {
  /* color: #333 !important; */
  transition: all 0.3s ease;
}
.top {
  max-width: 96vw;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header {
    top: 0;
    box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  }
  .top_cont {
    /* background: #151515; */
  }
}
/* logo */
.logo {
  flex-shrink: 0;
  /* margin-right:3%;*/
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--top_h);
  padding: 0 60px;
  box-sizing: border-box;
  /* border-right: .01rem solid var(--border_color); */
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 90%;
}
.logo img {
  max-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .logo a {
    height: 70%;
  }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .logo {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .logo {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .logo a {
    height: 70%;
  }
}
@media screen and (max-width: 560px) {
}
/* 导航 */
nav {
}
@media screen and (min-width: 1025px) {
  .applications_drop,
  .news_drop {
    box-sizing: border-box;
    padding: 0.25rem 0 0 0;
  }
  .applications_drop_ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0rem 4%;
  }
  .applications_ul li {
  }
  .applications_drop_ul li a {
    display: block;
    width: 100%;
    font-size: 0.16rem;
    color: #333;
    text-transform: capitalize;
    transition: all 0.3s ease;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 0.25rem;
  }
  .applications_drop_ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0.03rem;
    background-color: var(--i_color);
    transition: all 0.3s ease;
  }
  .applications_drop_ul li a:hover {
    color: var(--i_color);
  }
  .applications_drop_ul li a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
  }
  nav {
    /* margin-right: auto;
		margin-left: 20px; */
    margin-left: auto;
  }
  .i_nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 0.5rem;
    /* margin-left: auto; */
    position: relative;
  }
  .i_nav::before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 80%;
    background: #f7f7f7;
    /* z-index: ; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    /* content: ""; */
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0.01rem;
    width: 0%;
    height: 0.03rem;
    background: var(--i_color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > li:hover:after {
    /* opacity: 1; */
  }
  .i_nav > li:hover::before {
    /* right: initial;
		left: 0; */
    /* width: 100%; */
  }
  .i_nav > li > a {
    display: block;
    font-size: 0.18rem;
    color: #333;
    line-height: var(--top_h);
    position: relative;
  }
  /* .i_nav>.current-menu-item::after {
		opacity: 1;
	}
	/* */
  .i_nav > .current-menu-item::before {
    /* content: '';
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: .35rem;
		width: 100%;
		height: .01rem;
		background: var(--i_color); */
    width: 100%;
  }
  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav .curr::before {
    width: 100%;
  }
  .i_nav > .current-menu-item a {
    color: var(--i_color);
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: var(--top_h);
    min-width: 180px;
    max-width: 420px;
    background: #fff;
    overflow: hidden;
  }
  .i_nav .nav_dropdown_box .sub-menu {
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.01rem;
    background: #ddd;
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 16px;
    font-size: 15px;
    color: #151515;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
    background: #f1f1f1;
  }
  .i_nav > li > a:hover {
    color: var(--i_color);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 30px;
  }
  .applications_drop_ul li a {
    font-size: 0.14rem;
  }
  .i_nav > li > a {
    font-size: 0.16rem;
  }
}
/* phone nav */
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--top_h);
    left: 0;
    width: 100%;
    width: 100vw;
    max-width: 100%;
    max-height: calc(100vh - var(--top_h));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 0.03rem;
    height: 0.08rem;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 0.01rem solid var(--border_color);
    position: relative;
  }
  
  .i_nav > li > a {
    padding: 0 20px;
    font-size: 16px;
    color: #222;
    line-height: 44px;
    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 40px;
    font-size: 15px;
    color: #555;
    line-height: 40px;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 0.01rem solid var(--border_color);
  }

  .i_nav .sub-menu .sub-menu {
    display: none;
  }
  .i_nav .sub-menu .sub-menu a {
    padding: 0 60px;
    font-size: 13px;
    color: #888;
    line-height: 36px;
    position: relative;
  }
  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.top_line_r {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  position: relative;
}
.top_line_r::before {
  /* content: ''; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 80%;
  /* z-index: 9; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* language */
.language {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  border-left: 0.01rem solid var(--border_color);
  border-right: 0.01rem solid var(--border_color);
}
.language::before {
  /* content: ''; */
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -18px;
  width: 0;
  height: 0;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-top: 0.06rem solid #333;
}
.language_icon {
  height: var(--top_h);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  font-size: 18px;
  color: #333;
}
.language_icon iconify-icon {
  font-size: 26px;
  color: #333;
  cursor: pointer;
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(var(--top_h) + 20px);
  right: 0;
  background: #fff;
  min-width: 120px;
  z-index: 2016;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 16px 20px;
}
.language_list.on {
  opacity: 1;
  top: var(--top_h);
  visibility: visible;
}
.language_list dt > h6 {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 0.01rem solid #eee;
}
.lang_list a {
  display: block;
  padding: 6px 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 30px;
  font-size: 0.14rem;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 0.01rem 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: 6px;
  width: 6px;
  height: 6px;
  background: var(--i_color2);
  -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: red;
}
/* search */
.top_search_ico {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-left: 20px;
}
.top_search_ico::after {
  /* content: ''; */
  width: 0.01rem;
  height: 80%;
  background: #333;
  position: absolute;
  position: absolute;
  top: 50%;
  right: -0.15rem;
  transform: translate(0, -50%);
}
.top_search_ico iconify-icon {
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
.top_search_ico
/* find_btn */
.find_btn {
  display: table;
  background: #e83539;
  padding: 0.1rem 0.4rem;
}
.find_btn b {
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}
@media screen and (max-width: 1024px) {
  .top_search_ico {
    margin-right: 0;
  }
  .language {
    border: none;
    padding: 0;
  }
  .language::after {
    display: none;
  }
  .language::before {
    display: none;
  }
  .top_line_r::before {
    display: none;
  }
  .top_line_r {
    margin-left: auto;
  }
  .language_icon {
    font-size: 15px;
  }
  .top_line_r {
    gap: 0 20px;
  }
  .find_btn {
    padding: 0.08rem 0.2rem;
  }
  .find_btn b {
    font-size: 0.14rem;
  }
  .top_search_ico::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.topIcon iconify-icon {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .topIcon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .logo {
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
}
/* nav dropdown menu */
.nav_dropdown {
  display: none;
  position: fixed;
  top: var(--top_h);
  left: 0;
  width: 100%;
  padding: 24px 0 20px;
  background: #fff;
  box-shadow: 0 10px 10px rgb(0 0 0 / 8%);
  z-index: 99;
}
.nav_dropdown_item {
  display: none;
}
.nav_dropdown_item:first-child {
  display: block;
}
.nav_dropdown_item ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
}
.nav_dropdown_item li {
  width: 10%;
}
.nav_dropdown_item li a {
  display: block;
  padding: 20px 26px;
  overflow: hidden;
}
.nav_dropdown_item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nav_dropdown_item .img::before {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}
.nav_dropdown_item .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;
}
.nav_dropdown_item .txt {
  margin-top: 10px;
  text-align: center;
}
.nav_dropdown_item .txt p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nav_dropdown_item li:hover {
  background: #f1f1f1;
}
@media screen and (max-width: 1024px) {
  .nav_dropdown {
    display: none !important;
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /*
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	*/
  position: relative;
  margin-left: 20px;
  width: 0.22rem;
  height: 0.16rem;
  display: none;
  cursor: pointer;
  /* background: var(--i_color); */
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 0.03rem;
  position: absolute;
  top: 50%;
  margin-top: -0.02rem;
  background: #000;
  border-radius: 10px;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background: #000;
  position: absolute;
  left: 0;
  border-radius: 10px;
  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: -0.02rem;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -0.02rem;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: auto;
  }
}
/* search main */
.top_search {
  --search_height: 38px;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: calc(var(--top_h));
  box-shadow: 0 6px 10px rgb(0 0 0 / 8%);
}
.top_search form {
  width: 94%;
  margin: 0 auto;
  max-width: 500px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.01rem;
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  border: 0.01rem solid var(--i_color);
  border-right: none;
  padding: 0 0 0 12px;
}

@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--top_h);
  }
}
.full_header_height {
  height: var(--top_h);
}
@media screen and (max-width: 1024px) {
  .full_header_height {
    height: var(--top_h);
  }
}
.poreated {
  position: relative;
}
.products_category {
  background: var(--i_color);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}
.products_category ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 60px;
  flex-wrap: wrap;
}
.products_category ul li {
}
.products_category ul li a {
  /* 单行展示 */
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis; */
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .products_category {
    display: none;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}
/* banner */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner_list {
  position: relative;
  overflow: hidden;
}
.banner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.banner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.banner_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 600px;
}
.banner_list li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-prev,
.banner-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: rgb(0 0 0 / 60%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.banner-prev {
  left: 0;
}
.banner-next {
  right: 0;
}
.banner-prev iconify-icon,
.banner-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
.banner_list .swiper-button-disabled {
  cursor: not-allowed;
}
.banner-prev:hover,
.banner-next:hover {
  /* background:var(--i_color);*/
}
.banner-pagination {
  display: block;
  text-align: center;
  bottom: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 0.06rem;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 40%;
  }
  .banner-prev,
  .banner-next {
    display: none;
  }
  .banner-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 44%;
  }
}
@media screen and (max-width: 560px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 54%;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner-pagination .swiper-pagination-bullet {
    margin: 0 0.06rem;
    font-size: 14px;
  }
}
.banner_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.banner_text p {
}
.banner_text h6 {
  font-size: 46px;
  /* font-weight: bold; */
  text-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, 0.3);
}
.va {
  color: var(--i_color);
}
.banner_text1 {
  top: 25%;
}
.banner_text1 p {
  display: inline-block;
  position: relative;
  border: 0.01rem solid #fff;
  padding: 10px 30px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.br5 {
  border-radius: 5px;
}
.banner_text1 h6 {
  position: relative;
}
.banner_text1 h6::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: -0.3rem;
  width: 0.68rem;
  height: 0.65rem;
  /* background: url(static/imgs/wzxs.png) no-repeat center; */
  background-size: contain;
  z-index: -1;
}
.banner_text2 p {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.fff {
  color: #fff !important;
}
.fb {
  /* font-weight: bold; */
}
.nt {
  text-shadow: none;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.banner_text222 .txt {
  width: 41%;
  margin-left: auto;
}
.banner_text222 .txt h6 {
  text-shadow: none;
}
.mt05 {
  margin-top: 0.05rem;
}
.banner_text333 .txt {
  width: 80%;
}
.banner_text333 .txt h6 {
  padding: 0.2rem;
  box-sizing: border-box;
  
    no-repeat center;
  background-size: 100% 100%;
  text-shadow: none !important;
}
.banner_text333 .imgboxs {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px 0.1rem;
}
.banner_text333 .imgboxs .box {
  /* width: 16%; */
}
.banner_text333 .imgboxs .img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin: 0.1rem auto;
}
.banner_text333 .imgboxs .img img {
  width: 100%;
  height: 100%;
}
.banner_text333 .imgboxs img {
  margin: 0 auto;
  text-align: center;
}
.redbox {
  position: relative;
  z-index: 2;
}
.redbox::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -60%;
  width: 100%;
  height: 120%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 1440px) {
  .banner_text h6 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .banner_text h6 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .banner_text333 .imgboxs {
    display: none;
  }
  .banner_text222 h4 {
    display: none;
  }
  .imglist {
    display: none;
  }
  .banner_text h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_text1 h6 img {
    height: 30px;
  }
  .redbox {
    display: none;
  }
  .banner_text1 h4 {
    display: none;
  }
  .banner_text1 h6::before {
    display: none;
  }
  .banner_text1 p {
    padding: 0;
    border: none;
  }
  .banner_text1 .btn b {
    display: none;
  }
  .banner_text1 p {
    margin-bottom: 0;
  }
  .banner_text h6 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .banner_text1 p img {
    height: 10px;
  }
  .banner_text2 p::before {
    width: 80%;
  }
  .banner_text1 .imgbox h5 {
    display: none;
  }
  .banner_text1 .imgbox .img {
    height: 30px;
    width: 30px;
  }
  .banner_text h6 {
    font-size: 25px;
  }
  .banner_text h6 br {
    display: none;
  }
  .banner_text p br {
    display: none;
  }
  .banner_text2 p span {
    align-items: center;
  }
  .banner_text2 p span .i2 {
    display: none;
  }
  .banner_text1 p img {
    display: none;
  }
  .banner_text1 .imgbox {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner_text3 p {
    padding-left: 0;
  }
  .banner_text2 p img {
    display: none;
  }
  .banner_text p::before {
    width: 100%;
    display: none;
  }
  .banner_text1 p {
    gap: 10px;
  }
  .banner_text1 p {
  }
  .banner_text h6 {
    font-size: 20px;
  }
  .banner_text3 p i {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
}
.mb10 {
  margin-bottom: 0.1rem;
}
.btn {
  display: table;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--i_color);
}
.btn b {
  display: block;
  padding: 15px 25px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  align-items: center;
  gap: 0 10px;
  text-transform: uppercase;
}
.btn b iconify-icon {
  font-size: 18px;
}
.btn.fff {
  background: #fff;
}
.btn.fff b {
  color: var(--i_color);
}
.btn.fff:hover {
  background: var(--i_color);
}
.btn.fff:hover b {
  color: #fff;
}
.btn.black {
  border-color: var(--i_color2);
}
.btn.black::before {
  background: #000;
}
.btn.black b {
  color: var(--i_color2);
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn.nb:hover {
  background: var(--i_color);
  -webkit-transform: skew(-20deg) translate(0, -0.08rem);
  transform: skew(-20deg) translate(0, -0.08rem);
}
.btn:hover {
  -webkit-transform: translate(0, -0.08rem);
  transform: translate(0, -0.08rem);
}
.btn:hover b {
}
.btn.black:hover b {
  color: #fff;
}
.btn.hb {
  border: 0.01rem solid var(--i_color);
  background: transparent;
}
.btn.hb:hover {
  background: var(--i_color);
}
.btn.hb:hover b {
  color: #fff;
}
.btn.hb b {
  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) {
  .btn b iconify-icon {
    font-size: 20px;
  }
  .btn.mt60 {
    margin-top: 10px;
  }
  .btn b {
    padding: 0.08rem 0.2rem;
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  .btn b {
    margin-right: auto;
  }
}
@media screen and (max-width: 560px) {
}
/* 公共标题 */
.tfff {
  color: #fff !important;
}
.tit {
}
.tit p {
}
.tit h3 {
  font-size: 46px;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 22;
  line-height: 1.1;
  color: var(--i_color);
  font-weight: bold;
}
.tit h3::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0%;
  width: 50px;
  height: 0.08rem;
  background: var(--i_color3);
  z-index: -1;
}
.tit h6 {
  font-size: 18px;
  color: #666;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  gap: 0 10px;
  align-items: center;
  /* text-transform: capitalize; */
}
.tit.h3topb h6 {
  color: #666;
  width: 30%;
  margin: 0.3rem 0;
  width: 100%;
}
.tit.dis {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit.center h6 {
  justify-content: center;
}
.wz999 {
  color: #999;
}
.wz666 {
  color: #666;
}
.tit h3 i {
  color: var(--i_color);
  font-weight: inherit;
}
.tit.center h3,
.tit.center h6,
.tit.center h5 {
  text-align: center;
}
.tit.center h5 {
  color: #999;
}
.tit.center h3 {
  margin: 20px 0;
}
.tit.dis2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit.dis2 h6 {
  margin-bottom: 5px;
}
.tit span {
  width: 87%;
}
.tit h5 {
  color: #333;
}
.tit.black {
}
.tit.black h6 {
  color: var(--i_color2);
  width: 40%;
}
.tit.black h3 {
  color: var(--i_color2);
  width: 100%;
}
.tit.black p {
  color: var(--i_color2);
}
@media screen and (max-width: 1440px) {
  .tit h3 {
  }
  .tit h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .tit h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tit h3::before {
    display: none;
  }
  .tit h3 {
  }
  .tit h3 br {
    display: none;
  }
  .tit.dis2 h6 br {
    display: none;
  }
  .tit.dis2 h6 {
    margin-bottom: 15px;
  }
  .tit h3 img {
    height: 30px;
  }
  .tit span {
    width: 100%;
    /* margin-bottom: 20px; */
  }
  .tit.dis2 {
    flex-wrap: wrap;
  }
  .tit.center h3 {
    margin: 10px 0;
  }
  .tit.dis2 h6 {
    gap: 0 10px;
  }
  .tit h6 img {
    height: 18px;
  }
  .tit p {
    font-size: 0.16rem;
  }
  .tit h3 {
    font-size: 0.2rem;
  }
  .tit h6 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .tit.dis {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .tit.dis span {
    width: 100%;
  }
  .tit.dis h6 {
    padding: 0.1rem 0;
    width: 100%;
  }
  .tit {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .tit.dis {
    display: block;
  }
}
.mb10 {
  margin-bottom: 0.1rem;
}
.pub {
  margin-bottom: 0.1rem;
}
.pub .swiper-pagination-bullet {
  width: 0.1rem !important;
  height: 0.1rem !important;
  background: #999 !important;
  border-radius: 0 !important;
  position: relative;
  flex-shrink: 0;
}
.pub .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 130%;
  height: 130%;
  border: 0.01rem solid var(--i_color);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  flex-shrink: 0;
}
.pub .swiper-pagination-bullet-active {
  background: var(--i_color) !important;
}
.pub .swiper-pagination-bullet-active::before {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .pub .swiper-pagination-bullet-active::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pub .swiper-pagination-bullet {
    width: 0.07rem !important;
    height: 0.07rem !important;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 新闻产品页1 */
.p_list4 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.4%;
}
.p_list4 li {
  width: 23.2%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.05rem;
}
.products111 .p_list4 li .img {
  padding-bottom: 75%;
}
.p_list4 li .img {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.15));
}
.p_list4 li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_list4 li .txt {
  padding: 0.15rem;
  box-sizing: border-box;
}
.p_list4 li .btn {
}
.p_list4 li .btn b {
}
.p_list4 li .txt p {
}
.p_list4 li .txt h6 {
  margin: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p_list4 li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
@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_list4 {
    gap: 0.2rem 2%;
  }
  .p_list4 li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* Industry News */
.products2 li {
  width: 31.6%;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .products2 li {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}
footer {
  background: var(--i_color);
}
footer ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
footer ul li {
  width: 24%;
}
footer ul li a {
  opacity: 0.5;
  display: block;
}
/* .zfx */
.zfx {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0.05rem;
}
.zfx iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.zfx.br {
  border-radius: 1000px;
  overflow: hidden;
}
.zfx.line {
  background: transparent;
  border: 1px solid var(--i_color);
}
.zfx.line iconify-icon {
  color: var(--i_color);
}
.zfx.line:hover {
  background: var(--i_color);
}
.zfx.line:hover iconify-icon {
  color: #fff;
}
.zfx.center {
  margin: 0 auto;
}
.contactbox dt {
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  footer ul li:nth-child(2),
  footer ul li:nth-child(3) {
    display: none;
  }
  footer ul li {
    width: 100%;
  }
  .zfx {
    width: 30px;
    height: 30px;
  }
  .zfx iconify-icon {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.backtop {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: var(--i_color);
  border: 2px solid #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0.4rem;
  right: 0.4rem;
  display: none;
  cursor: pointer;
}
.backtop iconify-icon {
  color: #fff;
}
.icbox p {
  opacity: 0.5;
}
/* conpany induction page */
.c_intro {
}
.c_intro .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c_intro .wrap .left {
  width: 47%;
}
.c_intro .wrap .left img {
  width: 100%;
}
.c_intro .wrap .right {
  width: 49%;
}
.c_intro .wrap .right li {
  margin-bottom: 0.2rem;
}
.c_intro .wrap .right li p {
}
.c_intro .wrap .right li h6 {
}
@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_intro .wrap .left {
    width: 100%;
  }
  .c_intro .wrap .right {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.iclist {
}
.iclist ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
}
.iclist ul li {
  width: 24%;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iclist ul li img {
  height: 0.5rem;
}
.iclist ul li p {
  margin: 0.2rem 0;
}
.iclist ul li h6 {
}
.iclist ul li .yxbox {
  width: 75px;
  height: 75px;
  border-radius: 1000px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--i_color);
  transition: all 0.5s ease;
}
.iclist ul li .yxbox iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
  transition: all 0.5s ease;
}
.iclist ul li:hover .yxbox {
  background: var(--i_color);
}
.iclist ul li:hover .yxbox iconify-icon {
  color: #fff;
}
.iclist ul li p {
  font-weight: bold;
}
.iclist ul li {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .iclist ul li .yxbox {
    width: 50px;
    height: 50px;
  }
  .iclist ul li .yxbox iconify-icon {
    font-size: 0.26rem;
  }
  .iclist ul {
  }
  .iclist ul li {
    width: 48%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
  }
  .iclist ul li .img {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .iclist ul li {
    width: 100%;
  }
}
.act_box {
}
.act_box .wrap {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
  padding-left: 0.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .act_box .wrap {
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .act_box .wrap {
    padding-left: 0.2rem;
  }
}
.products3 li .img {
  background: var(--bjs);
}
.products3 li {
  background: var(--bjs) !important;
}
.news_list {
}
.news_list li {
  margin-bottom: 0.6rem;
  position: relative;
}
.news_list li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.news_list li a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_list li .img {
  width: 28%;
  position: relative;
  padding-bottom: 16%;
  overflow: hidden;
}
.news_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_list li .txt {
  width: 70%;
  padding: 0.2rem 0;
  box-sizing: border-box;
}
.news_list li .txt p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li .txt h6 {
  display: block;
  margin: 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #333;
}
.news_list li .txt h5 {
  display: inline;
  position: relative;
  color: #666;
}
.news_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.news_list li:hover {
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}
.news_list li:hover 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) {
  .news_list li .img {
    width: 100%;
    padding-bottom: 50%;
  }
  .news_list li .txt {
    width: 100%;
    padding: 0.1rem;
  }
  .news_list li .txt h6 {
    margin: 0.15rem 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 产品页1 */
.products_one {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.4%;
}
.products_one li {
  width: 23.2%;
  box-sizing: border-box;
  background: #fff;
}
.products_one li .img {
  position: relative;
  padding-bottom: 82%;
  overflow: hidden;
}
.products_one li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products_one li .txt {
  padding: 0.15rem;
  box-sizing: border-box;
}
.products_one li .btn {
}
.products_one li .btn b {
}
.products_one li .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products_one li .txt h6 {
  margin: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.products_one li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .products_one {
    gap: 0.2rem 2%;
  }
  .products_one li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* ul>li左图右文 */
.threecate {
}
.threecate .wraps2 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.threecate .wraps2 .left {
  display: flex;
  width: 26%;
  align-items: center;
  background: #fff;
}
.threecate .wraps2 .left img {
  width: 100%;
}
.threecate .wraps2 .right {
  width: 71%;
  border: 1px solid var(--i_color4);
  background: #fff;
}
.threecate .wraps2 .right li {
  margin-bottom: 0.2rem;
}
.threecate .wraps2 .right .txt {
  width: 100%;
  padding: 0.15rem 0.4rem;
  box-sizing: border-box;
  background: var(--i_color);
  background-size: cover;
  color: #fff;
}
.threecate .wraps2 .right dl {
  padding: 0.4rem;
  box-sizing: border-box;
}
.threecate .wraps2 .right dl dt {
  margin-bottom: 0.2rem;
}
.threecate .wraps2 .right li p {
}
.threecate .wraps2 .right li h6 {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .threecate .wraps2 .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .threecate .wraps2 .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.des_list {
  margin-left: 0.3rem;
}
.des_list dt {
  margin-bottom: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
.name_box22 {
  width: 100%;
  background: #8ed1fc;
}
/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  /* background: #f1f1f1; */
  position: relative;
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 16px;
  color: var(--i_color);
  position: relative;
  line-height: 20px;
  text-transform: uppercase;
}
.in_position a:first-child {
  /* padding-left: 0.26rem; */
}
.in_position a:first-child::before {
  /* content: ""; */
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: 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="currentColor" 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: contain;
}
.in_position a:not(:last-child):after {
  content: "/";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: #333 !important;
}
.in_position a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}

/* .threecate .wraps2 {
  display: flex;
  justify-content: space-between;
} */

/* three box */

.threebox {
  display: flex;
  justify-content: space-between;
}
.threebox .left {
  width: 20%;
}
.threebox .right {
  width: 78%;
}

.p_nav_list {
}
.p_nav_list .li2 {
  border-bottom: none;
}
.p_nav_list li {
}
.p_nav_list li {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.p_nav_list .curr .cat_name {

  background: var(--i_color);
  color: #fff;
}
.p_nav_list .curr {
  /* background: var(--btn_color2); */
}
.p_nav_list .currs {
  background: transparent !important;
}
.p_nav_list .cat_name {
  height: 60px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.noborder a {
  border-top: 1px solid transparent !important;
}
.p_nav_list .cat_name:last-child {
}
.p_nav_list li:last-child .cat_name {
}
.p_nav_list .cat_name:nth-child(1) {
}
.p_nav_list .cat_name:nth-child(1) {
}
.p_nav_list .aa {
  background-color: #eeeeee;
}
.p_nav_list .cat_name b {
  font-size: 0.2rem;
  color: #333;
  padding-left: 24px;
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_nav_list .cat_name iconify-icon {
  font-size: 0.18rem;
  flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  box-sizing: border-box;
}
.p_nav_list .curr .cat_name iconify-icon {
  transform: rotate(-180deg);
  /* color: #fff; */
}
.p_nav_list .curr .cat_name {
  position: relative;
  height: 60px;
}
.p_nav_list .curr .cat_name b {
  color: #fff;
}
.p_nav .img {
  width: 3.5%;
  position: absolute;
  right: 0;
  top: 0;
}
.p_nav img {
  width: 100%;
}
.p_nav_list dl {
  display: none;
}
.p_nav_list .curr dl {
  display: block !important;
  /* background: #fff; */
  overflow: hidden;
}
.p_nav_list dt {
  position: relative;
}

.p_nav_list dt a {
  display: block;
  font-size: 18px;
  color: #666;
  padding: 0.18rem 0.4rem;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_nav_list dt.active a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background:var(--i_color);
  color: #fff;
}
.p_nav_list dt a:hover {
  /* padding: 0.15rem 0.5rem; */
   background:var(--i_color);
  color: #fff;
}
.p_nav_list dt.active a::before {
  opacity: 1;
}
.p_nav_list dt a.active {
  color: #fff;
  background: var(--i_color);
}

.p_nav_list dt a:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.p_nav_list .ccc.act {
  /* display: none; */
  position: relative;
  z-index: 99999;
}
.p_nav_list .ccc {
  /* display: none; */
}
.p_nav .i_line {
  width: 100%;
  height: 2px;
  color: grey;
}
.p_nav_list dt:hover a,
.p_nav_list dt.on a {
  /* padding-left: 20px; */
}
.zwbanner {
  height: 2rem;
}
@media screen and (max-width: 1440px) {
  .p_nav_list dt a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_nav_list .cat_name {
    height: 48px;
  }
  .p_nav_list dt a {
    font-size: 0.14rem;
  }
  .zwbanner {
    height: 1.5rem;
  }
  .p_nav_list li {
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}


.productbox{
  background: var(--i_color);
  padding: 0.15rem 0;
  text-align: center;
}

#componentTable {
  display: table;
  overflow: auto;
  width: 100%;
}






.news_des{

}


.news_des .img{
  width: 100%;
}


.news_des .img img{
  width: 50%;
  object-fit: cover;
}