/*
Theme Name: Project
Version: 1.0
Description: Anhui Lingju Digital, as a core partner of Google China, owns the only Google Overseas Experience Center in Anhui Province, providing one-stop services for localized foreign trade enterprises in Anhui to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.
Author: Copyright: Anhui Lingju
*/
@charset "utf-8";


:root {
  /* Global Color */
  --i_color: #F7C003;

  /* 头部1高度 */
  --top1_height: .4rem;

  /* 头部2高度 */
  --top2_height: .8rem;

  /* 头部高度 */
  --header_height: calc(var(--top1_height) + var(--top2_height)+50px);

  /* Default Border Color */
  --border_color: rgba(0, 0, 0, .1);

  --search_height: 32px;
}

@media screen and (max-width:768px) {
  :root {
    --top1_height: .3rem;
    --top2_height: .6rem;
    --border_color: rgba(0, 0, 0, .06)
  }
}

* {
  line-height: 150%;
  box-sizing: border-box;
}

.wrap {
  width: 94vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wrap p {
  font-size: 14px;
}

.wrap2 {
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  box-sizing: border-box;
  padding-left: 8.2vw;
}

.wrap_r {
  box-sizing: border-box;
  padding-right: 8.2vw;
}

@media screen and (max-width:1440px) {
  .wrap_l {
    padding-left: 3vw;
  }

  .wrap_r {
    padding-right: 3vw;
  }
}






/* header */
header {
  /* position: fixed; */
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header_height);
  z-index: 2014
}

#top_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#top_little_box {
  width: 70%;
  position: relative;
}

.triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  background-color: #fe5a0e;
  border: 1px solid #fe5a0e;
}

/* logo */
.logo {
  width: 30%;
  height: auto;
  background-color: #fe5a0e;
  /* clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); */
}


.logo a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
}

.logo img {
  width: 100%;
  height: auto;
}

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

.top_nav {
  background-color: #333;
}

.top_line {
  background: #F1F1F1;
}

.top_line .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-left: 10%;
}

@media screen and (max-width:1024px) {
  .top_line .wrap p {
    max-width: 70%;
  }

}

.top_contact_li_box {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}

.top_contact_li_box a iconify-icon {
  color: #FFF;
  margin-right: 10px;
}


.top_contact_li_box2 h6 {
  font-size: 15px;
  color: #FFF;
}

.top_contact_li_box2 a p {
  color: #FFF;
}

.top_contact li:not(:last-child) {
  margin-right: 0.36rem;
}

.top_contact a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--top1_height);
  gap: 0 .06rem;
}

.top_contact iconify-icon {
  font-size: 0.2rem;
  color: #666;
}

.top_contact p {
  font-size: 15px;
  color: #666;
}

.top_contact a:hover iconify-icon,
.top_contact a:hover p {
  color: var(--i_color);
}

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

.top_contact {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}

.top_search_form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_search_form input {
  border: 1px solid #000;
}

.top_line_r {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 .4rem;
}

.language {
  position: relative;
}

.language::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -.2rem;
  width: 1px;
  height: 0.14rem;
  background: rgb(0 0 0 / 30%);
}

.language p {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: .3rem;
  padding-right: 0.2rem;
  line-height: var(--top1_height);
  cursor: pointer;
}

.language p.on {
  color: var(--i_color);
}

.language p::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #888;
}

.language p::after {
  opacity: .5;
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="black" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855q-.215.403-.395.872c.705.157 1.472.257 2.282.287zM4.249 3.539q.214-.577.481-1.078a7 7 0 0 1 .597-.933A7 7 0 0 0 3.051 3.05q.544.277 1.198.49zM3.509 7.5c.036-1.07.188-2.087.436-3.008a9 9 0 0 1-1.565-.667A6.96 6.96 0 0 0 1.018 7.5zm1.4-2.741a12.3 12.3 0 0 0-.4 2.741H7.5V5.091c-.91-.03-1.783-.145-2.591-.332M8.5 5.09V7.5h2.99a12.3 12.3 0 0 0-.399-2.741c-.808.187-1.681.301-2.591.332zM4.51 8.5c.035.987.176 1.914.399 2.741A13.6 13.6 0 0 1 7.5 10.91V8.5zm3.99 0v2.409c.91.03 1.783.145 2.591.332c.223-.827.364-1.754.4-2.741zm-3.282 3.696q.18.469.395.872c.552 1.035 1.218 1.65 1.887 1.855V11.91c-.81.03-1.577.13-2.282.287zm.11 2.276a7 7 0 0 1-.598-.933a9 9 0 0 1-.481-1.079a8.4 8.4 0 0 0-1.198.49a7 7 0 0 0 2.276 1.522zm-1.383-2.964A13.4 13.4 0 0 1 3.508 8.5h-2.49a6.96 6.96 0 0 0 1.362 3.675c.47-.258.995-.482 1.565-.667m6.728 2.964a7 7 0 0 0 2.275-1.521a8.4 8.4 0 0 0-1.197-.49a9 9 0 0 1-.481 1.078a7 7 0 0 1-.597.933M8.5 11.909v3.014c.67-.204 1.335-.82 1.887-1.855q.216-.403.395-.872A12.6 12.6 0 0 0 8.5 11.91zm3.555-.401c.57.185 1.095.409 1.565.667A6.96 6.96 0 0 0 14.982 8.5h-2.49a13.4 13.4 0 0 1-.437 3.008M14.982 7.5a6.96 6.96 0 0 0-1.362-3.675c-.47.258-.995.482-1.565.667c.248.92.4 1.938.437 3.008zM11.27 2.461q.266.502.482 1.078a8.4 8.4 0 0 0 1.196-.49a7 7 0 0 0-2.275-1.52c.218.283.418.597.597.932m-.488 1.343a8 8 0 0 0-.395-.872C9.835 1.897 9.17 1.282 8.5 1.077V4.09c.81-.03 1.577-.13 2.282-.287z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
}

.language p.on::before {
  border-top-color: var(--i_color);
}

.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(var(--top1_height) + .2rem);
  right: 0;
  background: #F1F1F1;
  z-index: 2016;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--top1_height);
}

.language_list li {}

.language_list a>span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: .08rem .2rem;
}

.language_list .trp-ls-language-name {
  margin-left: 0.1rem;
  font-size: 14px;
}

.language_list li:hover {
  background: var(--i_color);
}

.language_list li:hover .trp-ls-language-name {
  color: var(--color);
}

@media screen and (max-width:1024px) {
  .language::after {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .language p {
    padding-left: 0.24rem;
  }

  .language p::after {
    width: 0.16rem;
    height: 0.16rem;
  }
}




.top_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 .14rem;
}

.top_media li {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.top_media iconify-icon {
  font-size: .22rem;
  color: #999;
}

.top_media li:hover {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

.top_media li:hover iconify-icon {
  color: var(--i_color);
}

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





.top_cont {
  background: #fff;
  box-shadow: 0 .06rem .06rem rgb(0 0 0 / 8%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: color #202936;
}

.top_cont .top {
  width: auto;
  height: var(--top2_height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #202936;
  padding-left: 10%;
}



/* 导航 */
@media screen and (min-width:1025px) {
  .i_nav {
    margin-left: auto;
    padding: 10%, 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    background-color: #333;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    gap: 0 .6rem;
    z-index: 2014;
  }

  .i_nav>li {
    position: relative;
  }

  .i_nav>li::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--i_color);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .i_nav>.current-menu-item::before,
  .i_nav>.current-category-ancestor::before,
  .i_nav>.current-post-ancestor::before,
  .i_nav>.current-menu-ancestor::before,
  .i_nav>.current-menu-parent::before,
  .i_nav>li:hover::before,
  .i_nav>.active::before {
    width: 100%;
  }

  .i_nav>li>a {
    display: block;
    font-size: .18rem;
    color: #fff;
    text-transform: uppercase;
    line-height: var(--top2_height);
    white-space: nowrap;
    -webkit-border-radius: .08rem;
    border-radius: .08rem;
  }

  .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>.active>a {
    color: var(--i_color) !important;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 1.5rem;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
    font-size: 0;
  }

  .i_nav .sub-menu li {
    position: relative;
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav .sub-menu a {
    display: block;
    padding: 0 .16rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

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

@media screen and (max-width:1200px) {
  .i_nav {
    gap: 0 .4rem;
  }

  .i_nav>li>a {
    font-size: .17rem;
  }
}




@media screen and (max-width:1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #FFF;
    overflow-y: auto;
    z-index: 2
  }



  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px
  }

  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555
  }

  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #F1F1F1
  }

  .i_nav>li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative
  }

  .i_nav>.menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: .44rem;
    height: .44rem;
    box-sizing: border-box;
    background: #F1F1F1 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="%23555" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fsvg%3E') no-repeat center;
    background-size: .24rem;
  }

  .i_nav>.menu-item-has-children span.on {
    background: #F1F1F1 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="48" height="48" viewBox="0 0 48 48"%3E%3Cg transform="rotate(180 24 24)"%3E%3Cpath fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center;
    background-size: .24rem;
  }

  .i_nav>li>a {
    padding: 0 .2rem;
    font-size: .16rem;
    color: #222;
    line-height: .44rem;
  }

  .i_nav>li>.sub-menu {
    display: none
  }

  .i_nav>li>.sub-menu li {
    position: relative;
  }

  .i_nav .sub-menu a {
    padding: 0 .4rem;
    font-size: .15rem;
    color: #555;
    line-height: .4rem;
    position: relative;
  }

  /* .i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	} */

  .i_nav>li>.sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: .4rem;
    height: .4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: .16rem;
  }

  .i_nav>li>.sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
    background-size: .16rem;
  }

  .i_nav .sub-menu .sub-menu {
    display: none;
  }

  .i_nav .sub-menu .sub-menu a {
    padding: 0 .6rem;
    font-size: .13rem;
    color: #888;
    line-height: .36rem;
    position: relative;
  }

  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
}

.mobile_top {
  display: none;
}

@media screen and (max-width:1024px) {
  #top_box {
    display: none;
  }

  header {
    position: sticky;
    top: 0;
    z-index: 2030;
  }

  .mobile_top {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    position: relative;
  }

  .mobile_top_logo {
    width: 60px;
    height: 100%;
  }

  .mobile_top_logo img {
    width: 100%;
    height: auto;
  }

  .top_nav .i_nav {
    top: 60px;
  }

  .top_r {
    margin-left: 0.6rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: var(--top2_height);
  }

  .top_r form {
    display: flex;
  }

  .top_search_ipt {
    height: 32px;
    border-radius: 16px;
  }

  .top_search_btn {
    font-size: 0;
    color: #FFF;
    width: 28px;
    height: 28px;
    background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17 17l4 4M3 11a8 8 0 1 0 16 0a8 8 0 0 0-16 0Z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
    background-size: .24rem;
    cursor: pointer;
  }
}



/* 移动端导航按钮 */
.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: #555;
  border-radius: .1rem;
  transition: 0.5s
}

.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #555;
  position: absolute;
  left: 0;
  border-radius: .1rem;
  transition: 0.5s
}

.nav_menu::before {
  top: 0;
}

.nav_menu::after {
  bottom: 0;
}


.nav_menu.on i {
  opacity: 0
}

.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px
}

.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px
}

@media screen and (max-width:1024px) {
  .nav_menu {
    display: block !important
  }

}








.top_r {
  --size: .26rem
}

.top_r {
  margin-left: 0.6rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--top2_height);
}

.top_search_ico {}

.top_search_ico iconify-icon {
  font-size: var(--size);
  cursor: pointer;
  color: #FFF;
}

.top_search_ico.on iconify-icon {
  color: var(--i_color);
}

/* search main */
.top_search {
  --search_height: .38rem
}

.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 1.4rem;
  left: 0;
  width: 100%;
  padding: .16rem 0;
  background: #FFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2013;
}

.top_search.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}

.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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 .12rem;
}

.top_search_btn {
  font-size: 0;
  color: #FFF;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17 17l4 4M3 11a8 8 0 1 0 16 0a8 8 0 0 0-16 0Z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: .24rem;
  cursor: pointer;
}

@media screen and (max-width:1200px) {
  .top_r {
    margin-left: 0.4rem;
  }
}

@media screen and (max-width:1024px) {
  .top_r {
    margin-left: auto;
    margin-right: 0.2rem;
  }

  .top_search_ico {
    margin-right: 0;
  }

  .top_search_ico::before {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .top_search {
    --search_height: .34rem
  }

  .top_search {
    padding: .12rem 0;
  }
}

@media screen and (max-width:560px) {
  .top_search form {
    width: 94%;
  }

  .top_search_btn {
    font-size: 0;
    color: #FFF;
    width: calc(var(--search_height) * 2);
    height: var(--search_height);
    background: #333 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17 17l4 4M3 11a8 8 0 1 0 16 0a8 8 0 0 0-16 0Z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
    background-size: .24rem;
    cursor: pointer;
  }
}







.full_header {
  height: var(--header_height);
  position: absolute;
  /* 绝对定位 */
}

@media screen and (max-width:1024px) {
  .full_header {
    height: var(--header_height);
  }
}





/* banner */
.banner {
  width: 100%;
  font-size: 0;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  height: 0;
  padding-bottom: 41.66%;
  position: relative;
  overflow: hidden
}

.banner .swiper-slide>img,
.banner .swiper-slide>a>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-button-prev,
.banner-button-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}

.banner-button-prev {
  left: -.6rem;
}

.banner-button-next {
  right: -.6rem;
}

.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  color: #FFF;
}

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

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

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

.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: .3rem;
  text-align: center;
  z-index: 2;
}

.banner-pagination .swiper-pagination-bullet {
  width: .1rem;
  height: .1rem;
  display: inline-block;
  margin: 0 6px;
  background: #CCC;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

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

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

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

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

  .banner-pagination {
    bottom: 30px;
  }

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

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

  .banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .banner .swiper-slide {
    padding-bottom: 54%;
  }
}




.b_t {}

.b_t1 {
  position: absolute;
  top: 44%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}

.b_t1 b {
  font-size: 0.18rem;
  color: #FFF;
}

.b_t1 p,
.b_t1 p i {
  font-size: 0.5rem;
  line-height: 0.58rem;
  font-weight: 900;
  font-style: italic;
}

.b_t1 p {
  margin: .16rem 0 .26rem;
  color: #FFF;
}

.b_t1 p i {
  color: var(--i_color);
}

.b_t1 h6 {
  color: #FFF;
}

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

  .b_t1 p,
  .b_t1 p i {
    font-size: 0.46rem;
  }
}

@media screen and (max-width:1366px) {
  .b_t1 b {
    font-size: 0.17rem;
  }

  .b_t1 p,
  .b_t1 p i {
    font-size: 0.42rem;
    line-height: 0.5rem;
  }
}

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

  .b_t1 p,
  .b_t1 p i {
    font-size: 0.38rem;
    line-height: 0.46rem;
  }
}

@media screen and (max-width:1024px) {
  .b_t1 {
    top: 48%;
  }

  .b_t1 b {
    font-size: 0.16rem;
  }

  .b_t1 p,
  .b_t1 p i {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width:768px) {
  .b_t1 b {
    font-size: 0.14rem;
  }

  .b_t1 p,
  .b_t1 p i {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .b_t1 p {
    margin: .1rem 0 .14rem;
  }
}

@media screen and (max-width:560px) {
  .b_t1 b {
    font-size: 13px;
  }

  .b_t1 p,
  .b_t1 p i {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }

  .b_t1 h6 {
    display: none;
  }
}







/* Main */
main {
  position: relative;
  overflow: hidden;
}




.i_tit {}

.i_tit p {
  color: var(--i_color);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.i_tit p span {
  position: relative;
}

.i_tit.center {
  text-align: center;
}

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

  .i_tit p,
  .i_tit p i {
    font-size: 0.34rem
  }
}

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

  .i_tit p,
  .i_tit p i {
    font-size: 0.3rem
  }
}

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

  .i_tit p,
  .i_tit p i {
    font-size: 0.26rem
  }
}

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

  .i_tit p,
  .i_tit p i {
    font-size: 0.24rem
  }
}

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

  .i_tit p,
  .i_tit p i {
    font-size: 0.18rem
  }
}




.i_more {
  display: table;
  background: var(--i_color);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.i_more b {
  display: block;
  padding: .1rem .4rem;
  font-size: 0.16rem;
  color: #FFF;
}

.i_more.center {
  margin-left: auto;
  margin-right: auto;
}

.i_more:hover {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  box-shadow: 0 0 0.16rem rgb(0 0 0 / 50%);
  background: var(--i_color) !important;
  border-color: transparent !important;
}

.i_more:hover b {
  color: #FFF !important;
}

@media screen and (max-width:1024px) {
  .i_more b {
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media screen and (max-width:560px) {
  .i_more b {
    padding: 10px 20px;
    font-size: 13px;
  }
}





.i_products {}

.i_p_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 3%;
}

.i_p_nav li {
  position: relative;
}

.i_p_nav li::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--i_color);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.i_p_nav li a {
  display: block;
  text-align: center;
  padding: .14rem 0;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.i_p_nav li:hover::before,
.i_p_nav li.active::before {
  right: initial;
  left: 0;
  width: 100%;
}

.i_p_nav li:hover a,
.i_p_nav li.active a {
  color: var(--i_color);
}

@media screen and (max-width:1024px) {
  .i_p_nav li a {
    padding: .1rem 0;
    font-size: 0.16rem;
  }
}

@media screen and (max-width:768px) {
  .i_p_nav {
    flex-wrap: wrap;
    gap: .06rem 3%;
  }

  .i_p_nav li {
    width: 31.33%;
  }

  .i_p_nav li::before {
    height: 2px;
  }
}

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







.i_p_show {}

.i_p_show dt {
  display: none;
}

.i_p_show dt.active {
  display: block;
}

.i_p_list {
  position: relative;
  overflow: hidden
}

.i_p_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%
}

.i_p_list .swiper-slide {
  flex-shrink: 0;
  position: relative
}

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

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

.i_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.i_p_list .txt {
  padding: .2rem 0;
  /* background: #FFF; */
  box-sizing: border-box;
}

.i_p_list .txt p {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
}

.i_p_list .txt h6 {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  color: var(--i_color);
}

.i_p_list .txt p,
.i_p_list .txt h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.i_p_list .swiper-slide:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}

.i_p_list .swiper-slide:hover p {
  color: var(--i_color);
}

.p-prev,
.p-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: .4rem;
  height: .4rem;
  background: rgb(0 0 0 / 60%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none
}

.p-prev {
  left: 0;
}

.p-next {
  right: 0;
}

.p-prev iconify-icon,
.p-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #FFF;
}

.i_p_list .swiper-button-disabled {
  cursor: not-allowed
}

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

.p-pagination {
  display: block;
  margin-top: 0.4rem;
  text-align: center
}

.p-pagination .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  display: inline-block;
  margin: 0 6px;
  background: #CCC;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color)
}

@media screen and (max-width:1024px) {
  .i_p_list .txt p {
    font-size: 16px;
  }

  .i_p_list .txt h6 {
    font-size: 14px;
  }
}

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

@media screen and (max-width:560px) {
  .i_p_list .txt {
    padding: 10px 0;
  }

  .i_p_list .txt p {
    font-size: 15px;
  }

  .i_p_list .txt h6 {
    margin-top: 4px;
    font-size: 13px;
  }

  .p-pagination {
    margin-top: 26px;
  }
}







.about_ {
  background: #535353;
}

.about_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 .4rem;
}

.about_text {
  width: 100%;
}

.about_text .i_tit h3 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}

.about_t {
  font-size: 0.18rem;
  color: #FFF;
  line-height: 1.8;
}

.about_video {
  flex-shrink: 0;
  width: 50%;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.about_video::before {
  content: '';
  position: absolute;
  top: .16rem;
  left: .16rem;
  width: 100%;
  height: 100%;
  background: var(--i_color);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.about_video img {
  width: 100%;
  position: relative;
}

.v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background: rgb(255 255 255 / 60%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: var(--i_color);
}

.v_btn:hover {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}

.about_video:hover {
  top: .16rem;
  left: .16rem;
}

.about_video:hover::before {
  top: -.16rem;
  left: -.16rem;
}

@media screen and (max-width:1024px) {
  .about_cont {
    flex-wrap: wrap;
    gap: 40px 0;
  }

  .about_t {
    font-size: 16px;
  }

  .about_video {
    width: calc(100% - 16px);
    max-width: 700px;
  }
}

@media screen and (max-width:768px) {
  .about_t {
    font-size: 15px;
  }

  .v_btn {
    width: 50px;
    height: 50px;
  }

  .v_btn iconify-icon {
    font-size: 24px;
  }
}

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

  .v_btn {
    width: 44px;
    height: 44px;
  }

  .v_btn iconify-icon {
    font-size: 20px;
  }
}






.vd_full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  z-index: 99999;
}

.vd_box {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 2;
}

.vd_box::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.close_v {
  position: absolute;
  top: -.2rem;
  right: -.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: -.15rem;
    right: -.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}








.i_partner {
  display: none;
  position: relative;
  z-index: 2;
}

.partner_list {
  position: relative;
  overflow: hidden
}

.partner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%
}

.partner_list .swiper-slide {
  flex-shrink: 0;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #DDD;
  -webkit-border-radius: .2rem;
  border-radius: .2rem;
  position: relative;
  overflow: hidden;
}

.partner_list li span {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden
}

.partner_list li span::before {
  content: "";
  display: block;
  padding-bottom: 53%
}

.partner_list li span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74%;
  height: 60%;
  object-fit: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.partner-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center
}

.partner-pagination .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  display: inline-block;
  margin: 0 6px;
  background: #CCC;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.partner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color)
}

@media screen and (max-width:1024px) {
  .partner_list .swiper-slide {
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
  }
}

@media screen and (max-width:560px) {
  .partner-pagination {
    margin-top: 16px;
  }
}








/* Footer */
footer {
  background-color: #333;
  height: auto;
}

.footer-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}


.f_contact {
  width: 25%;
}

.f_contact a {
  display: inline-block;
  width: 100%;
}

.f_contact a img {
  width: 100%;
  height: auto;
}

.f_contact span p {
  font-size: 13.28px;
  white-space: nowrap;
  color: #FFF;
  margin-bottom: 10px;
}

.f_contact a {
  color: #FFF;
}

.f_contact span .p_adress {
  white-space: pre-wrap;
}

.f_contact_list dt {
  display: flex;
  margin-bottom: 16px;
  margin-top: 10px;
}

.f_contact_list li {
  margin-bottom: 0.4rem;
}

.f_contact_list li a {
  font-size: .16rem;
  color: rgb(255 255 255 / 60%);
  text-transform: uppercase;
}

.f_contact_list iconify-icon {
  font-size: 18px;
  color: #FFF;
  margin-right: 10px;
}

.f_nav {
  display: flex;
  flex-wrap: nowrap;
}

.f_nav dt {
  width: 48%;
}

.f_media {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.f_media li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.f_media iconify-icon {
  font-size: 100%;
  color: #fff;
}

.f_nav_box {
  width: 35%;
}

.f_nav {
  display: flex;
  justify-content: space-between;
}

.f_nav .f_tit {
  margin-bottom: 0.3rem;
  font-size: 0.22rem;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}

.f_nav_box_product ul li {
  margin-bottom: 0.2rem;
}

.f_nav_box_product ul li a {
  color: #FFF;
}

.f_nav_box_inner ul li {
  margin-bottom: 0.2rem;
}

.f_nav_box_inner ul li a {
  color: #FFF;
}

.f_form {
  width: 25%;
}

.f_form .f_tit {
  margin-bottom: 0.3rem;
  font-size: 0.22rem;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}

.form-container {
  width: 100%;
  max-width: 500px;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.f_form input,
textarea {
  width: 100%;
  background-color: #2a2a2a;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  color: white;
}

.f_form input:focus,
.f_form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 100, 0, 0.3);
}

.f_form textarea {
  height: 150px;
  resize: vertical;
}

.required::after {
  content: "*";
  color: #ff4d4d;
  margin-left: 5px;
}

.f_form button {
  width: 100%;
  background-color: #ff6600;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.f_form button:hover {
  background-color: #e65c00;
}

@media screen and (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
  }

  .f_contact,
  .f_nav_box,
  .f_form {
    width: 100%;
    margin-bottom: 30px;
  }

  .f_contact_list dt {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .f_contact_list p {
    font-size: 14px;
  }

  .form-container input,
  .form-container textarea {
    width: 100%;
  }
}

/* .f_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.f_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 .5rem;
}

.f_nav li {}

.f_nav a {
  font-size: 0.18rem;
  color: #FFF;
}

.f_nav a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.f_media {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 .2rem
}

.f_media li {
  width: 0.44rem;
  height: 0.44rem;
  background: #DDD;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
}

.f_media iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.22rem;
  color: #161921;
}

.f_media li:hover {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  background: var(--i_color);
}

.f_media li:hover iconify-icon {}

.f_logo_link {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .16rem .4rem;
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
}

.f_logo_link img {
  height: 0.5rem;
}


.f_cr {
  padding: 0 0 .2rem;
}

.f_cr p {
  font-size: 0.16rem;
  color: #646464;
}

@media screen and (max-width:1024px) {
  .f_nav {
    gap: 0 30px;
  }

  .f_media li {
    width: 30px;
    height: 30px;
  }

  .f_media iconify-icon {
    font-size: 18px;
  }

  .f_logo_link img {
    height: 34px;
  }

  .f_cr {
    padding-bottom: 70px;
  }
}

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

  .f_media {
    margin-right: auto;
  }
}

@media screen and (max-width:560px) {
  .f_logo_link {
    gap: 20px 4%;
  }

  .f_logo_link dt {
    width: 48%;
    text-align: center;
  }

  .f_logo_link img {
    height: 28px;
  }

  .f_cr {
    padding-bottom: 60px;
  }

  .f_cr p {
    font-size: 14px;
  }
} */

.f_cr {
  padding: 0 0 .2rem;
}

.f_cr p {
  font-size: 0.16rem;
  color: #FFF;
}

@media screen and (max-width:1024px) {
  .f_nav {
    gap: 0 30px;
  }

  .f_media li {
    width: 30px;
    height: 30px;
  }

  .f_media iconify-icon {
    font-size: 18px;
  }

  .f_logo_link img {
    height: 34px;
  }

  .f_cr {
    padding-bottom: 70px;
  }
}

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

  .f_media {
    margin-right: auto;
  }
}








/* ---------------------- Aside Form ---------------------- */
.aside_form {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 360px;
  box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
  overflow: hidden;
  z-index: 9999;
}

.aside_form_tit {
  padding: 8px 50px;
  text-align: center;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
}

.aside_form_tit p {
  color: #FFF;
}

.aside_form_tit iconify-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -20px;
  font-size: 24px;
  color: #FFF;
}

.aside_form_tit.on iconify-icon {
  opacity: 1;
  right: 10px;
  -webkit-transition: all .6s .5s;
  transition: all .6s .5s;
}

.aside_form_cont {
  display: none;
  padding: 24px;
  background: #FFF;
}

.aside_form_cont.on {}

#wpforms-123456 {
  --wpforms-field-size-input-height: 42px;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}

#wpforms-123456 {
  margin: 0;
  padding: 0;
}

#wpforms-form-123456 {
  width: 100%;
  position: relative;
}

#wpforms-123456 .wpforms-field-container {}

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

#wpforms-123456 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}

#wpforms-123456 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #F00;
  font-weight: bold;
}

#wpforms-123456 .wpforms-field-container .wpforms-field>input,
#wpforms-123456 .wpforms-field-container textarea,
#wpforms-123456 .wpforms-field-container select,
#wpforms-123456 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}

#wpforms-123456 .wpforms-field-container .wpforms-field>input,
#wpforms-123456 .wpforms-field-container textarea,
#wpforms-123456 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}

#wpforms-123456 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}

#wpforms-123456 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#wpforms-123456 .wpforms-field-container select {
  cursor: pointer;
}

#wpforms-123456 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}

#wpforms-123456 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}

#wpforms-123456 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}

#wpforms-123456 .wpforms-field-container em.wpforms-error,
#wpforms-123456 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

#wpforms-123456 .wpforms-submit-container {
  width: 100%;
  padding: 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

#wpforms-123456 .wpforms-submit-container button {
  width: 100%;
  background: var(--i_color);
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
}

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

#wpforms-123456 .wpforms-submit-container button:hover {
  background: #27581a;
}

@media screen and (max-width:1024px) {
  .aside_form {
    width: 100%;
  }
}










/* ---------------------------------------------------------------- */

/* inpage banner */
.in_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.in_banner>img {
  width: 100vw;
  max-height: 6rem;
  object-fit: cover;
}






.in_about {}

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

.ab_t {
  width: 42%;
}

.ab_t>b {
  color: var(--i_color);
  font-weight: bold;
}

.ab_t>p {
  margin: .3rem 0;
  color: var(--i_color);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.4rem;
}

.ab_t>span {}

.ab_num {
  margin-top: 0.5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 .2rem;
}

.ab_num dt {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ab_num dt>img {
  flex-shrink: 0;
  height: 0.6rem;
}

.ab_num_t {
  margin-left: 0.2rem;
}

.ab_num_t span,
.ab_num_t span i {
  font-size: 0.4rem;
  color: var(--i_color);
  font-weight: 900;
}

.ab_num_t p {
  font-size: 14px;
  color: var(--i_color);
}


.ab_p {
  width: 44%;
  margin-left: auto;
  position: relative;
}

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

.ab_year {
  position: absolute;
  bottom: 20%;
  left: -.8rem;
  background: var(--i_color);
  text-align: center;
  padding: .1rem .3rem .2rem;
  -webkit-border-radius: .1rem;
  border-radius: .1rem;
}

.ab_year p {
  margin-bottom: -8px;
  font-size: 0.74rem;
  color: #222;
  font-weight: 900;
}

.ab_year b {
  font-size: 0.26rem;
  color: #222;
  font-weight: 900;
}

@media screen and (max-width:1440px) {
  .ab_year p {
    font-size: 0.6rem;
  }

  .ab_year b {
    font-size: 0.2rem;
  }
}

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

@media screen and (max-width:1200px) {
  .ab_t>p {
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
}

@media screen and (max-width:1024px) {
  .ab_t {
    width: 100%;
  }

  .ab_t>p {
    margin: 0.2rem 0;
    font-size: 0.24rem;
  }

  .ab_num {
    margin-top: 0.24rem;
  }

  .ab_num dt>img {
    height: 0.5rem;
  }

  .ab_num_t span,
  .ab_num_t span i {
    font-size: 0.32rem;
  }

  .ab_p {
    margin: .5rem 0 0;
    width: 100%;
  }

  .ab_year {
    position: absolute;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .ab_year p {
    font-size: 0.36rem;
  }

  .ab_year b {
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  .ab_t>p {
    font-size: 0.2rem;
  }

  .ab_num dt>img {
    height: 0.4rem;
  }

  .ab_num_t span,
  .ab_num_t span i {
    font-size: 0.26rem;
  }

  .ab_year {
    padding: .06rem .2rem .1rem;
  }

  .ab_year p {
    margin-bottom: 0;
    font-size: 0.3rem;
  }

  .ab_year b {
    font-size: 13px;
  }
}

@media screen and (max-width:560px) {
  .ab_t>p {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }

  .ab_num dt>img {
    height: 0.34rem;
  }

  .ab_num_t span,
  .ab_num_t span i {
    font-size: 0.24rem;
  }

  .ab_p {
    margin-top: 0.3rem;
  }

  .ab_year p {
    font-size: 0.24rem;
  }
}








.ab_adv {}

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

.ab_adv_list dt {
  width: 100%;
  background: #F1F1F1;
  box-sizing: border-box;
  padding: .4rem .4rem;
  -webkit-border-radius: .1rem;
  border-radius: .1rem;
  overflow: hidden;
  position: relative;
}

.ab_adv_list dt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--i_color);
}

.ab_adv_list dt iconify-icon {
  font-size: 0.56rem;
  color: var(--i_color);
  position: relative;
}

.ab_adv_t {
  position: relative;
}

.ab_adv_t span {
  display: block;
  margin: .2rem 0 .3rem;
}

.ab_adv_t i {
  font-size: 0.34rem;
  color: transparent;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--i_color);
  transform-origin: 0 0;
}

.ab_adv_t p {
  font-size: 0.26rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: uppercase;
}

.ab_adv_t h6 {
  margin-bottom: 0.3rem;
  color: #666;
}

.ab_adv_list dt:hover::before {
  height: 100%;
}

.ab_adv_list dt:hover iconify-icon {
  color: #FFF;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.ab_adv_list dt:hover .ab_adv_t i {
  -webkit-text-stroke: 1px #FFF;
}

.ab_adv_list dt:hover .ab_adv_t p,
.ab_adv_list dt:hover .ab_adv_t h6 {
  color: #FFF;
}

.ab_adv_list dt::before,
.ab_adv_list dt iconify-icon,
.ab_adv_t i,
.ab_adv_t p,
.ab_adv_t h6 {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width:1024px) {
  .ab_adv_list {
    justify-content: initial;
    flex-wrap: wrap;
    gap: .4rem 4%;
  }

  .ab_adv_list dt {
    width: 48%;
  }

  .ab_adv_list dt iconify-icon {
    font-size: 0.36rem;
  }

  .ab_adv_t span {
    margin: 0.1rem 0 0.2rem
  }

  .ab_adv_t i {
    font-size: 0.3rem;
  }

  .ab_adv_t p {
    font-size: 0.22rem;
  }
}

@media screen and (max-width:768px) {
  .ab_adv_list dt {
    padding: .3rem .3rem;
  }

  .ab_adv_t i {
    font-size: 0.24rem;
  }

  .ab_adv_t p {
    font-size: 0.2rem;
  }

  .ab_adv_t h6 {
    margin-bottom: 0;
  }
}

@media screen and (max-width:560px) {
  .ab_adv_list {
    gap: .2rem 0;
  }

  .ab_adv_list dt {
    width: 100%;
    padding: .26rem .26rem;
  }

  .ab_adv_list dt iconify-icon {
    font-size: 0.3rem;
  }

  .ab_adv_t p {
    font-size: 0.18rem;
  }
}









.ab_video {
  position: relative;
}

.ab_video::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: url(static/images/ab_video_bg.webp) no-repeat center;
  background-size: cover;
}

.ab_video_t .i_tit p {
  color: #FFF;
}

.ab_video_t .wrap h6 {
  text-align: center;
  font-size: .18rem;
  color: var(--i_color);
}

.ab_video_cont {
  --pic_padding: .2rem
}

.ab_video_cont {
  background: #FFF;
  position: relative;
  overflow: hidden
}

.ab_video_cont::before {
  content: "";
  display: block;
  padding-bottom: 48%
}

.ab_video_cont dt {
  position: absolute;
  width: 53%;
  height: 86%;
  box-sizing: border-box;
  padding: .2rem;
  background: #FFF;
}

.ab_video_cont dt:nth-child(1) {
  top: var(--pic_padding);
  left: var(--pic_padding);
  z-index: 2;
}

.ab_video_cont dt:nth-child(2) {
  right: var(--pic_padding);
  bottom: var(--pic_padding);
}

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

@media screen and (max-width:1024px) {
  .ab_video_cont {
    --pic_padding: 0
  }
}

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

  .ab_video_cont dt {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    transform: none;
    width: 100%;
    height: auto;
    padding: .14rem;
  }

  .ab_video_cont dt:last-child {
    display: none;
  }
}






.ab_v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .9rem;
  height: .9rem;
  background: rgb(255 255 255 / 80%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.ab_v_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 60%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: scale_ico 1.5s 0s ease infinite;
}

.ab_v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  color: var(--i_color);
}

@keyframes scale_ico {
  0% {
    opacity: 0
  }

  5% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5)
  }
}

@media screen and (max-width:1024px) {
  .ab_v_btn {
    width: 0.7rem;
    height: 0.7rem;
  }

  .ab_v_btn iconify-icon {
    font-size: 0.42rem;
  }
}

@media screen and (max-width:560px) {
  .ab_v_btn {
    width: 0.6rem;
    height: 0.6rem;
  }

  .ab_v_btn iconify-icon {
    font-size: 0.36rem;
  }
}






.ab_team {}

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

.team_list dt {
  width: 100%;
  position: relative;
}

.team_list .img {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden
}

.team_list .img::before {
  content: "";
  display: block;
  padding-bottom: 90%
}

.team_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.team_list .txt {
  margin-top: -1.1rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: var(--i_color);
  box-sizing: border-box;
  padding: .3rem;
  text-align: center;
  border-bottom: 5px solid var(--i_color);
  position: relative;
  z-index: 2;
}

.team_list .txt p {
  height: 0.56rem;
  line-height: 0.28rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
}

.team_list .txt h6 {
  font-size: 14px;
  line-height: 0.2rem;
  color: rgb(255 255 255 / 60%);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width:1366px) {
  .team_list .txt p {
    font-size: 0.17rem;
  }
}

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

@media screen and (max-width:1024px) {
  .team_list {
    flex-wrap: wrap;
    gap: .3rem 0;
  }

  .team_list .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .team_list .txt {
    padding: 0.5rem .3rem;
    margin-top: 0;
    width: 100%;
    background: rgb(7 34 77 / 80%);
  }

  .team_list .txt p {
    height: auto;
  }
}

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

@media screen and (max-width:560px) {
  .team_list {
    gap: .2rem 0;
  }

  .team_list .txt p {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}








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

.cat_nav {
  width: 20%;
  box-sizing: border-box;
}

.cat_nav_tit {
  margin-bottom: 0.2rem;
}

.cat_nav_tit h4 {
  font-size: 0.28rem;
  color: #111;
  font-weight: bold;
}

.cat_nav_tit iconify-icon {
  display: none;
}

.cat_nav_list {
  box-sizing: border-box;
  border: 1px solid #DDD;
  border-bottom: none;
  background: #FFF;
}

.cat_nav_list li {
  border-bottom: 1px solid #DDD;
  position: relative;
}

.cat_fold_tit {
  padding: 0 .2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 .2rem;
}

.cat_fold_tit a {
  padding: .16rem 0;
  width: 100%;
  font-size: 0.18rem;
}

.cat_fold_tit iconify-icon {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.2rem;
  color: #000;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.cat_nav_list li:hover .cat_fold_tit,
.active .cat_fold_tit {
  background: var(--i_color);
}

.active .cat_fold_tit iconify-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  padding: 0.1rem 0;
}

.cat_fold_sub a {
  display: block;
  padding: .08rem .4rem;
  font-size: 0.16rem;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.cat_fold_sub .active a,
.cat_fold_sub a:hover {
  color: var(--i_color);
}

@media screen and (max-width:1024px) {
  .cat_nav {
    width: 100%;
    margin-bottom: 60px;
  }

  .cat_nav_tit {
    margin: 0 0;
    padding: 14px 28px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
    background: var(--i_color);
  }

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

  .cat_nav_tit iconify-icon {
    display: block;
    margin-left: auto;
    font-size: 26px;
    color: #222;
  }

  .cat_nav_list {
    display: none;
    box-sizing: border-box;
    padding: 20px 20px 26px;
    border-top: none
  }

  .cat_nav_list li {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }

  .cat_nav_list li:first-child {
    border-top: 1px solid #DDD;
  }

  .cat_fold_tit a {
    padding: 12px 0;
    font-size: 17px;
  }

  .cat_fold_sub p {
    font-size: 15px;
  }
}

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

  .cat_nav_tit {
    padding: 14px 20px;
  }

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

  .cat_nav_tit iconify-icon {
    font-size: 22px;
  }

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

  .cat_fold_tit iconify-icon {
    font-size: 18px;
  }
}

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

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

  .cat_nav_tit {
    padding: 12px 20px;
  }

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

  .cat_fold_tit iconify-icon {
    font-size: 16px;
  }

  .cat_fold_sub a {
    font-size: 14px;
    padding: .08rem .3rem;
  }
}





.cat_post_show {
  width: 76%;
  margin-left: auto;
}

@media screen and (max-width:1024px) {
  .cat_post_show {
    width: 100%;
    margin: 0 0;
  }
}







.products_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: .36rem 3%;
}

.products_list li {
  width: 31.33%;
  box-sizing: border-box;
  box-shadow: 0 0 .1rem rgb(0 0 0 / 20%);
}

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

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

.products_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.products_info {
  margin-top: -1px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.16rem;
}

.products_info p {
  font-size: 0.18rem;
  line-height: 2.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products_info i {
  flex-shrink: 0;
  margin-left: auto;
  width: 18%;
  background: #222;
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
}

.products_info iconify-icon {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #FFF;
}

.products_list li:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.products_list li:hover .products_info {
  background: var(--i_color);
}

.products_list li:hover p {
  color: #FFF;
}

@media screen and (max-width:1366px) {
  .products_info p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width:1024px) {
  .products_info p {
    font-size: 15px;
  }
}

@media screen and (max-width:768px) {
  .products_list {
    gap: 30px 4%;
  }

  .products_list li {
    width: 48%;
  }
}

@media screen and (max-width:560px) {
  .products_list {
    gap: 30px 0;
  }

  .products_list li {
    width: 100%;
  }
}









/* Paging */
.in_paging {
  --size: 30px;
  --border_radius: 0;
}

.in_paging ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.in_paging li {
  min-width: var(--size);
  margin: 0 4px;
}

.in_paging a,
.in_paging span {
  display: block;
  padding: 0 10px;
  height: var(--size);
  line-height: calc(var(--size) - 2px);
  font-size: 14px;
  color: #666;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #CCC;
  -webkit-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
  overflow: hidden;
}

.in_paging i {
  margin-top: 14px;
  width: 100%;
  font-size: 13px;
  color: #888;
}

.in_paging a:hover,
.in_paging .curr_page a,
.in_paging .curr_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #FFF !important
}

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






.p_box {
  box-sizing: border-box;
  padding: .3rem;
  background: #FFF;
  -webkit-border-radius: .06rem;
  border-radius: .06rem;
}

@media screen and (max-width:1024px) {
  .p_box {
    padding: 0 0;
    background: none;
  }
}




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

/* atlas */
.p_atlas {
  width: 36%;
  flex-shrink: 0;
}

.p_atlas_list {
  box-sizing: border-box;
  /* border: 1px solid var(--border_color); */
  position: relative;
  cursor: pointer;
  -webkit-border-radius: .06rem;
  border-radius: .06rem;
  overflow: hidden
}

.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%
}

.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.p_atlas_list .swiper-slide::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

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

.p_atlas_list .swiper-slide-active {
  z-index: 3;
}

/* thumbnail */
.p_thumbnail_list {
  width: calc(100% - 1rem);
  margin: .2rem auto 0;
  box-sizing: border-box;
  padding: 0 2px;
  position: relative;
  overflow: hidden
}

.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%
}

.p_thumbnail_list .swiper-slide {
  font-size: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  border: 2px solid var(--border_color);
  -webkit-border-radius: .06rem;
  border-radius: .06rem;
  overflow: hidden;
  cursor: pointer;
}

.p_thumbnail_list .swiper-slide::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

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

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

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: .3rem;
  height: .5rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 3;
}

.thumbnail-prev {
  left: 0;
}

.thumbnail-next {
  right: 0;
}

.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.32rem;
  color: var(--i_color)
}

.p_atlas .swiper-button-disabled {
  opacity: .25;
  cursor: not-allowed
}

/* .thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
	color: var(--i_color);
} */

.thumbnail-pagination {
  margin-top: 0.1rem;
  text-align: center;
}

.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 0.14rem;
  color: #999;
}

@media screen and (max-width:1024px) {
  .p_atlas {
    width: 100%;
  }

  .p_thumbnail_list {
    width: 100%;
  }

  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
}

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

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



.p_info_cont {
  width: 100%;
  margin-left: 4%;
}

.p_info_cont h1 {
  font-size: 0.3rem;
  color: var(--i_color);
  font-weight: 900;
  position: relative;
}

.p_parameter {
  margin: 0.26rem 0;
  padding-top: 0.2rem;
  border-top: 2px solid var(--i_color);
}

.p_parameter_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .26rem 0;
}

.p_parameter_list dt {
  width: 46%;
}

.p_parameter_list h5 {
  margin-bottom: 0.06rem;
  font-size: 0.18rem;
  color: #999;
}

.p_parameter_list p,
.p_parameter_list i {
  font-size: .18rem;
}

.p_parameter_list i {
  color: #F00;
  font-weight: bold;
}

.more_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.more_list dt {
  width: 48%;
  -webkit-border-radius: .08rem;
  border-radius: .08rem;
  text-align: center;
  border: 1px solid var(--border_color);
  overflow: hidden;
}

.more_list dt a {
  display: block;
  padding: .14rem .2rem;
  font-size: 0.18rem;
  color: #666;
  text-transform: uppercase;
}

.more_list dt:first-child {
  background: var(--i_color);
}

.more_list dt:first-child a {
  color: #FFF;
}

.p_share {
  margin-top: 0.3rem;
}

.p_share>p {
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  font-weight: bold;
}

.p_share ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 .3rem;
}

.p_share li {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.p_share li iconify-icon {
  font-size: 0.26rem;
  color: #999;
}

.p_share li:hover {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.p_share li:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width:1440px) {
  .p_info_cont h1 {
    font-size: 0.28rem;
  }
}

@media screen and (max-width:1366px) {
  .p_info_cont h1 {
    font-size: 0.26rem;
  }
}

@media screen and (max-width:1200px) {
  .p_info_cont h1 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width:1024px) {
  .p_info {
    flex-wrap: wrap;
  }

  .p_info_cont {
    margin: 30px 0 0;
  }

  .p_info_cont h1 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .p_parameter>i {
    font-size: 18px;
  }

  .p_parameter_list h5,
  .p_parameter_list p,
  .p_parameter_list i {
    font-size: 16px;
  }

  .more_list dt a {
    padding: 10px 20px;
    font-size: 15px;
  }
}

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

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

  .p_info_cont h1::before {
    width: 60px;
    height: 3px;
  }

  .p_parameter {
    margin: 14px 0;
    padding-top: 10px;
  }

  .p_parameter>i {
    font-size: 16px;
  }

  .p_parameter_list {
    gap: 14px 0;
  }

  .p_parameter_list dt {
    width: auto;
    min-width: 40%;
  }

  .p_parameter_list h5,
  .p_parameter_list p,
  .p_parameter_list i {
    font-size: 15px;
  }

  .p_share>p {
    font-size: 16px;
  }

  .p_share li iconify-icon {
    font-size: 22px;
  }
}






.p_content_box {
  background: #F1F1F1;
}

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

.p_content {
  width: 72%;
}

.p_content_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 .5rem;
  position: relative;
}

.p_content_nav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DDD;
}

.p_content_nav li {
  padding: .14rem 0;
  position: relative;
  cursor: pointer;
}

.p_content_nav li::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--i_color);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.p_content_nav p {
  font-size: 0.2rem;
  color: #777;
  font-weight: bold;
}

.p_content_nav li.active::before {
  width: 100%;
}

.p_content_nav li.active p {
  color: var(--i_color);
}


.p_content_show {}

.p_content_show dt {
  display: none;
  position: relative;
}

.p_content_show dt.active {
  display: block;
}

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

.p_content_show .has_video::before {
  content: "";
  display: block;
  padding-bottom: 56.25%
}

.p_content_show .has_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width:1024px) {
  .p_content_nav p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width:768px) {
  .p_content_nav p {
    font-size: 0.17rem;
  }
}

@media screen and (max-width:560px) {
  .p_content_nav {
    gap: .06rem .2rem;
  }

  .p_content_nav li {
    padding: .1rem 0;
  }

  .p_content_nav li::before {
    height: 3px;
  }

  .p_content_nav p {
    font-size: 0.16rem;
  }
}



.p_det_r {
  width: 24%;
  margin-left: auto;
}

.det_r_form {
  background: var(--i_color) !important;
}

.det_r_form>h4 {
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.18rem;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.det_r_form>h4::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0.4rem;
  height: 3px;
  background: var(--i_color);
}

.det_r_form #wpforms-59 {
  --input_font_size: 14px;
  --input_height: .4rem
}

.det_r_form #wpforms-59 {
  margin: 0;
  padding: 0;
}

.det_r_form #wpforms-form-59 {
  width: 100%;
  position: relative;
  overflow: hidden
}

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

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

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

.det_r_form #wpforms-59 .wpforms-required-label {
  position: absolute;
  top: .06rem;
  left: .1rem;
  font-size: .16rem;
  color: #F00
}

.det_r_form #wpforms-59 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: .2rem;
  position: relative;
  overflow: hidden
}

.det_r_form #wpforms-59 .wpforms-field-container input,
.det_r_form #wpforms-59 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  border: 1px solid #EEE;
  background: #F1F1F1;
  padding: 0 .24rem;
  -webkit-border-radius: .06rem;
  border-radius: .06rem;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.det_r_form #wpforms-59 .wpforms-field-container input:hover,
.det_r_form #wpforms-59 textarea:hover {
  border-color: var(--i_color);
}

.det_r_form #wpforms-59 input {
  line-height: var(--input_height)
}

.det_r_form #wpforms-59 textarea {
  line-height: .22rem;
  min-height: 1rem;
  padding: .06rem .24rem
}

.det_r_form #wpforms-59 input::-webkit-input-placeholder,
.det_r_form #wpforms-59 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size)
}

.det_r_form #wpforms-59 input::-moz-placeholder,
.det_r_form #wpforms-59 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size)
}

.det_r_form #wpforms-59 input::-ms-input-placeholder,
.det_r_form #wpforms-59 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size)
}

.det_r_form #wpforms-59-field_1-error,
.det_r_form #wpforms-59-field_2-error,
.det_r_form #wpforms-59-field_3-error,
.det_r_form #wpforms-59-field_4-error,
.det_r_form #wpforms-59-field_5-error,
.det_r_form #wpforms-59-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #A90909;
}

.det_r_form #wpforms-59 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden
}

.det_r_form #wpforms-59 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: .06rem;
  border-radius: .06rem;
}

.det_r_form #wpforms-59 .wpforms-submit-container button {
  width: 100%;
  height: .36rem;
  font-size: .15rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: .36rem;
  background: #222;
  cursor: pointer;
  position: relative;
  z-index: 2
}

.det_r_form #wpforms-59 .wpforms-submit-container button:hover {
  background: #000
}

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



.p_tag {}

.p_tag p {
  font-size: 0.18rem;
  font-weight: bold;
  color: var(--i_color);
}

.p_tag a {
  display: table;
  margin: 0.1rem 0;
  padding: .08rem .1rem;
  border: 1px solid #DDD;
  font-size: 15px;
  -webkit-border-radius: .05rem;
  border-radius: .05rem;
  background: #FFF;
}

.p_tag a:hover {
  background: var(--i_color);
  color: #FFF;
  border-color: var(--i_color);
}


@media screen and (max-width:1024px) {
  .p_content {
    width: 100%;
  }

  .p_det_r {
    width: 100%;
    margin: 40px 0 0;
  }

  .det_r_form {
    padding: 30px
  }

  .p_tag {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
  }

  .p_tag a {
    margin: 0 0;
  }
}





.p_related {}

.p_related .products_list {}

.p_related .products_list li {
  width: 22.75%;
}

@media screen and (max-width:1024px) {
  .p_related .products_list {
    gap: 30px 4%;
  }

  .p_related .products_list li {
    width: 48%;
  }
}

@media screen and (max-width:560px) {
  .p_related .products_list {
    gap: 30px 0
  }

  .p_related .products_list li {
    width: 100%;
  }
}







.news_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 3%;
}

.news_list li {
  width: 31.33%;
  box-shadow: 0 0 .1rem rgb(0 0 0 / 20%);
}

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

.news_thumbnail::before {
  content: "";
  display: block;
  padding-bottom: 72.58%
}

.news_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.news_info {
  padding: .26rem .2rem;
}

.news_info span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}

.news_info iconify-icon {
  font-size: 0.2rem;
}

.news_info i {
  font-size: 15px;
  color: #444;
}

.news_info p {
  height: .46rem;
  margin: .2rem 0 .16rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: var(--i_color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_info h6 {
  font-size: 0.16rem;
  color: #999;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_list a>span {
  border-top: 1px solid #DDD;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding-left: .2rem;
}

.news_list a>span p {
  font-size: 0.16rem;
  color: #666;
  line-height: 2.8;
}

.news_list a>span i {
  flex-shrink: 0;
  margin-left: auto;
  width: 18%;
  background: #222;
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
}

.news_list a>span iconify-icon {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #FFF;
}

.news_list li:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.news_list li:hover a>span {
  background: var(--i_color);
}

.news_list li:hover a>span p {
  color: #FFF;
}

@media screen and (max-width:1024px) {
  .news_list {
    gap: 40px 4%;
  }

  .news_list li {
    width: 48%;
  }
}

@media screen and (max-width:768px) {
  .news_info p {
    height: 42px;
    font-size: 18px;
  }

  .news_info h6 {
    font-size: 14px;
  }
}

@media screen and (max-width:560px) {
  .news_list {
    gap: 40px 0;
  }

  .news_list li {
    width: 100%;
  }
}








/* Contact us */
.in_contact {
  background: #F1F1F1;
}

.in_contact .wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.in_c_cont {
  width: 40%;
}

.in_c_cont h6 {
  margin-top: 6px;
  color: #555;
}

.c_list {}

.c_list li {
  border-bottom: 1px solid #DDD;
  padding: .26rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.c_list .ico {
  flex-shrink: 0;
  width: 0.46rem;
  height: 0.46rem;
  background: var(--i_color);
  position: relative;
}

.c_list .ico iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #FFF
}

.c_list span {
  width: 100%;
  margin-left: 0.2rem;
}

.c_list span h6 {
  margin-bottom: 0.04rem;
  font-size: 0.18rem;
  color: #999;
}

.c_list span p,
.c_list span a {
  font-size: 0.2rem;
  color: #333;
}


#wpforms-56 {
  --input_font_size: 14px;
  --input_height: .46rem
}

#wpforms-56 {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0;
}

#wpforms-form-56 {
  width: 100%;
  position: relative;
  overflow: hidden
}

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

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

#wpforms-56 .wpforms-field {
  width: 100%;
  background: transparent;
  margin-bottom: 0.1rem;
  padding-bottom: .2rem;
  position: relative;
  overflow: hidden
}

#wpforms-56 .wpforms-field-container input,
#wpforms-56 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  border: 1px solid var(--border_color);
  background: #FFF;
  padding: 0 .24rem;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

#wpforms-56 .wpforms-field-container input:hover,
#wpforms-56 textarea:hover {
  border-color: var(--i_color);
}

#wpforms-56 input {
  line-height: var(--input_height)
}

#wpforms-56 textarea {
  line-height: .22rem;
  min-height: 2rem;
  padding: .06rem .24rem
}

#wpforms-56-field_1-container,
#wpforms-56-field_2-container {
  width: 49% !important;
}

#wpforms-56 input::-webkit-input-placeholder,
#wpforms-56 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size)
}

#wpforms-56 input::-moz-placeholder,
#wpforms-56 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size)
}

#wpforms-56 input::-ms-input-placeholder,
#wpforms-56 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size)
}

#wpforms-56-field_1-error,
#wpforms-56-field_2-error,
#wpforms-56-field_3-error,
#wpforms-56-field_4-error,
#wpforms-56-field_5-error,
#wpforms-56-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #A90909;
}

#wpforms-56 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden
}

#wpforms-56 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#wpforms-56 .wpforms-submit-container button {
  width: 100%;
  height: .42rem;
  font-size: .14rem;
  color: #FFF;
  font-weight: bold;
  line-height: .42rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2
}

#wpforms-56 .wpforms-submit-container button:hover {
  background: #ba930d
}

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

@media screen and (max-width:1440px) {
  .in_c_cont h4 {
    font-size: 0.34rem;
  }
}

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

@media screen and (max-width:1200px) {
  .in_c_cont h4 {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }

  .c_list {
    margin-top: .1rem;
  }
}

@media screen and (max-width:1024px) {
  .in_c_cont {
    width: 100%;
  }

  .in_c_cont h4 {
    font-size: 0.24rem;
  }

  .c_list span h6 {
    font-size: 0.17rem;
  }

  .c_list span p,
  .c_list span a {
    font-size: 0.18rem;
  }

  .c_list .ico iconify-icon {
    font-size: 0.24rem;
  }

  #wpforms-56 {
    width: 100%;
    margin: .4rem 0 0;
  }
}

@media screen and (max-width:768px) {
  .in_c_cont h4 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width:560px) {
  .in_c_cont h4 {
    font-size: 0.18rem;
  }

  .c_list li {
    padding: .18rem 0;
  }

  .c_list .ico {
    width: 0.3rem;
    height: 0.3rem;
  }

  .c_list span h6 {
    font-size: 0.15rem;
  }

  .c_list span p,
  .c_list span a {
    font-size: 0.16rem;
  }

  .c_list .ico iconify-icon {
    font-size: 0.18rem;
  }

  #wpforms-56 .wpforms-field {
    margin-bottom: 0;
    width: 100% !important;
  }
}









.map {}

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

.c_map::before {
  content: "";
  display: block;
  padding-bottom: 43.125%
}

.c_map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

@media screen and (max-width:768px) {
  .c_map::before {
    padding-bottom: 60%;
  }
}

@media screen and (max-width:560px) {
  .c_map::before {
    padding-bottom: 80%;
  }
}

.i_why_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}

.i_why_list li {
  width: calc((100% - 0.4rem) / 3);
  padding: 0.2rem;
}

@media screen and (max-width: 1024px) {
  .i_why_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}

@media screen and (max-width: 560px) {
  .i_why_list li {
    width: 100%;
  }
}

.i_why_list .img {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  border: 1px solid var(--i_color);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.i_why_list .img img {
  max-width: 80%;
  max-height: 80%;
}

.i_why_list .txt {
  text-align: center;
}

.i_why_list h6 {
  font-size: 0.24rem;
  margin: 0.2rem 0;
}

.i_why_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
}

.i_why_list li,
.i_why_list .img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_why_list li:hover {
  box-shadow: 0px 2px 6px #ddd;
  transform: translateY(-3px);
}

.i_why_list li:hover .img {
  transform: rotateY(180deg);
}

@media screen and (max-width: 1440px) {
  .i_why_list h6 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .i_why_list h6 {
    font-size: 0.18rem;
  }

  .i_why_list p {
    font-size: 0.16rem;
  }
}

.i_cus {
  background: #dddddd;
}



.i_cus_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}

.i_cus_list li {
  width: calc((100% - 0.4rem) / 3);
  position: relative;
  margin-bottom: 0.26rem;
  padding: 2%;
  box-shadow: 0 14px 24px #eee;
  transition: 0.5s;
  background: #fff
}

.i_cus_list img {
  max-height: 1.3rem;
  max-width: 2rem;
}

.i_cus_list h6 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #121212;
  padding: 0.16rem 0;
  border-bottom: 1px solid #ddd;
}

.i_cus_list p {
  font-size: 0.14rem;
  color: #444;
  margin: 0.16rem 0;
  line-height: 170%;
}

.i_cus_list li:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25);
}

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

  .i_cus_list li {
    width: 47%;
  }
}

@media screen and (max-width: 560px) {
  .i_cus_list li {
    width: 80%;
    margin: 0.2rem auto;
  }
}



/* Blog & News */
.i_new {
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
  background-color: #333;
  display: flex;
  justify-content: space-between;
  padding-top: 10%;
  padding-bottom: 10%;
}

@media screen and (max-width: 1366px) {
  .p80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}

.i_new::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background-color: #fe5a0e;
}

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

  .i_news_t h2,
  .i_news_t i {
    font-size: 0.36rem;
  }
}

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

  .i_news_t h2,
  .i_news_t i {
    font-size: 0.4rem;
  }
}

.i_news_t {
  width: 30%;
}

.i_news_t h2 {
  color: #FFF;
}

.i_news_t h2,
.i_news_t i {
  font-size: 0.44rem;
  font-weight: bold;
  text-transform: uppercase;
}

.i_news_t article {
  margin: .3rem 0 .6rem;
  color: #FFF;
}

.i_more {
  width: 148px;
  height: 38px;
  background-color: #fe5a0e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i_more b {
  display: block;
  padding: .14rem .2rem;
  font-size: 0.16rem;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.i_news_right {
  width: 60%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* @keyframes slide {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-25%);
  }

  50% {
    transform: translateX(-50%);
  }

  75% {
    transform: translateX(-75%);
  }

  100% {
    transform: translateX(-0%);
  }
}

.i_news_right ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.i_news_right ul li {
  width: 25%;
  position: relative;
  height: auto;
  margin-bottom: 1rem;
}

.i_news_right ul li:hover {
  transform: translateY(-10px);
}

.i_news_right ul li a span {
  color: #FFF;
}

.i_news_right ul li a p,
h3 {
  font-size: 0.16rem;
  color: #fff;
  margin: 0.1rem 0;
  line-height: 170%;
  white-space: normal;
}

.i_news_right ul li a .i_news_img {
  width: 100%;
  height: auto;
}

.i_news_right ul li a .i_news_img img {
  width: 100%;
  height: auto;
} */

@media screen and (max-width: 1024px) {
  .i_new {
    flex-direction: column;
  }

  .i_news_t {
    width: 100%;
  }

  .i_news_right {
    position: static;
    width: 100%;
    margin: .3rem 0 0;
  }

  .i_new::before {
    display: none;
  }

  #i_news_1 {
    margin-left: 0 !important;
    width: 100% !important;
  }
}