@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  font: 1.4rem/1.5 Microsoft YaHei, simhei, Heiti SC, tahoma, arial, Hiragino Sans GB, "宋体", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
body.stop {
  overflow: hidden;
}

li {
  list-style: none;
}

button {
  border: 0;
  background: unset;
}

a {
  color: unset;
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:hover {
  text-decoration: none;
  color: unset;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.row {
  padding: 0 1.5rem;
}

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  z-index: 99;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: saturate(3) blur(1rem);
  backdrop-filter: saturate(3) blur(0.5rem);
}
#header nav .logo-img {
  position: relative;
  padding: 0.6rem 1rem;
  overflow: hidden;
}
#header nav .logo-img::after {
  position: absolute;
  content: "";
  width: 16rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: logo-light 3s ease-in 0s infinite;
          animation: logo-light 3s ease-in 0s infinite;
  top: -4rem;
  left: -22rem;
  transform: rotate(-45deg) translate(0, 0);
}
@-webkit-keyframes logo-light {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  100% {
    transform: rotate(-45deg) translate(30rem, 56rem);
  }
}
@keyframes logo-light {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  100% {
    transform: rotate(-45deg) translate(30rem, 56rem);
  }
}
#header nav .logo-img img {
  height: 4rem;
}
#header nav .header-menu {
  margin: 0;
}
#header nav .header-menu > li {
  position: relative;
}
#header nav .header-menu > li > a {
  height: 100%;
  padding: 2.6rem 1.6rem;
  color: rgba(0, 0, 0, 0.8);
}
#header nav .header-menu > li > ul {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 90%);
  border-radius: 0.6rem;
  border: 0.1rem solid #eee;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: saturate(3) blur(1rem);
  backdrop-filter: saturate(3) blur(0.5rem);
}
#header nav .header-menu > li > ul a {
  padding: 1.3rem 2rem;
}
#header nav .header-menu > li > ul a:hover {
  color: #fff;
  background: #f48612;
}
#header nav .header-menu > li:hover ul {
  opacity: 1;
  visibility: unset;
  transform: translate(-50%, 100%);
}
#header nav #header-btn button {
  position: relative;
  height: 100%;
  width: 6.6rem;
  color: #f48612;
  transition: color 0.3s linear, background 0.3s linear;
}
#header nav #header-btn button:hover {
  color: #fff;
  background: #f48612;
}
#header nav button#menu-btn {
  display: none;
  height: 5rem;
  width: 5rem;
  color: #f48612;
}
#header nav button#menu-btn:hover {
  color: #fff;
  background: #f48612;
}
#header nav button#menu-btn.active {
  color: #fff;
  background: #f48612;
}
#header nav button#menu-btn svg {
  width: 2.6rem;
  height: 2.6rem;
}
#header #menu-m-shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: saturate(3) blur(1rem);
  backdrop-filter: saturate(3) blur(0.5rem);
}
#header #menu-m {
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: -1;
  max-width: 80%;
  background-color: #fff;
}
#header #menu-m > .accordion {
  min-width: 30rem;
  height: calc(100vh - 5rem);
  padding: 3rem 1.5rem;
}
#header #menu-m > .accordion ul li a {
  display: block;
  line-height: 5rem;
  font-size: 1.8rem;
}
#header #menu-m > .accordion ul li ul.sub-item {
  display: none;
}
#header #menu-m > .accordion ul li ul.sub-item li {
  padding: 0 2rem;
}
#header #menu-m > .accordion ul li ul.sub-item li a {
  font-size: 1.6rem;
}
#header #search_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#header #search_wrap .search_content {
  border: 0.5rem solid rgb(255, 255, 255);
  border-top: 0;
  padding: 5rem 0;
}
#header #search_wrap .search_content > div {
  width: 90%;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  max-width: 60rem;
  border-radius: 0.6rem;
  background-color: rgba(255, 255, 255, 0.8);
}
#header #search_wrap .search_content > div form ul {
  position: relative;
  width: 100%;
  line-height: 3rem;
  padding-right: 3em;
  padding-left: 1em;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.4rem;
}
#header #search_wrap .search_content > div form ul li#pla_text {
  position: relative;
  width: 100%;
}
#header #search_wrap .search_content > div form ul li#pla_text span {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0.4rem;
  top: 0;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
}
#header #search_wrap .search_content > div form ul li#pla_text span.focused {
  top: -3rem;
  color: rgba(0, 0, 0, 0.8);
}
#header #search_wrap .search_content > div form ul li#pla_text input {
  position: relative;
  z-index: 2;
  border: none;
  width: 100%;
  outline: none;
  background-color: transparent;
  color: #fff;
}
#header #search_wrap .search_content > div form ul li#search-sub {
  position: absolute;
  right: 0;
  top: 0;
}
#header #search_wrap .search_content > div form ul li#search-sub > button {
  color: #fff;
  width: 3em;
}
#header #search_wrap .search_content > div > p {
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
}
#header #search_wrap .search_content > div .hot_tags a {
  background-color: #f48612;
  padding: 0.2rem 1.4rem;
  margin: 0.6rem;
  color: #fff;
  opacity: 0.5;
  border-radius: 1.4rem;
  font-size: 1.4rem;
}
#header #search_wrap .search_content > div .hot_tags a:hover {
  opacity: 1;
}
#header #search_wrap .search_content > div .search-posts {
  overflow: hidden;
}
#header #search_wrap .search_content > div .search-posts #search-swiper .swiper-slide {
  width: 19.5rem;
}
#header #search_wrap .search_content > div .search-posts #search-swiper .swiper-slide a {
  position: relative;
  display: block;
  padding-bottom: 60%;
  border-radius: 0.4rem;
  overflow: hidden;
}
#header #search_wrap .search_content > div .search-posts #search-swiper .swiper-slide a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
#header #search_wrap .search_content > div .search-posts #search-swiper .swiper-slide a p {
  position: absolute;
  width: 100%;
  line-height: 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 1rem;
}
#header #search_wrap .search_content #search-close {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 5rem;
  height: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
#header #search_wrap .search_content:hover #search-close {
  opacity: 0.8;
  visibility: unset;
}
#header #search_wrap .search_content #search-close svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
}
.banner img {
  width: 100%;
}

.fame {
  font-size: 1.6rem;
  text-align: center;
}
.fame .fame-text {
  padding: 2rem 1rem;
  background-color: #f48612;
  border: 1px solid #fff;
  color: #fff;
}

.mode-title-box {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
.mode-title-box h3 {
  font-size: 2.5rem;
  position: relative;
  line-height: 2;
}
.mode-title-box h3::after {
  position: absolute;
  content: "";
  width: 2em;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #f48612;
}
.mode-title-box .title-right {
  font-size: 1.5rem;
}
.mode-title-box .title-right a {
  line-height: 2;
  color: #f48612;
}
.mode-title-box .title-right svg {
  width: 1em;
  height: 1em;
  margin-top: -0.3rem;
}

.mode-btn {
  margin-top: 2rem;
}
.mode-btn a {
  display: table;
  border: 0.1rem solid #f48612;
  color: #f48612;
  padding: 0.6rem 2rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.mode-btn a:hover {
  color: #fff;
  background: #f48612;
}

.img-box {
  position: relative;
  overflow: hidden;
}
.img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.strength {
  padding: 10rem 0;
}
.strength .title {
  padding: 0 1rem;
  text-align: center;
}
.strength .title h3 {
  position: relative;
  font-size: 1.6rem;
}
.strength .title h3::before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.8);
  margin-right: 1rem;
}
.strength .title h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2rem 0;
}
.strength .title p {
  font-size: 1.6rem;
}
.strength .content {
  padding: 0 1rem;
}
.strength .content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.strength .content p {
  font-size: 1.6rem;
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 2rem;
}
.strength .content p span {
  margin: 0 1rem;
}
.strength .img {
  padding: 0 1rem;
}
.strength .img img {
  display: block;
  margin: 0 auto;
}
.strength .img .num {
  margin-top: 2rem;
}
.strength .img .num .strength-num {
  text-align: center;
  padding: 2rem 0;
}
.strength .img .num .strength-num p {
  font-size: 1.8rem;
  color: #f48612;
}
.strength .img .num .strength-num span {
  display: block;
  font-size: 1.6rem;
}

.business {
  padding: 0 3rem;
}
.business .business-cnt {
  position: relative;
}
.business .business-cnt .business-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.business .business-cnt .business-box h3 {
  font-size: 2.2rem;
}
.business .business-cnt .business-box:hover {
  opacity: 1;
}
.business .business-cnt:nth-child(even) .business-box {
  background-color: rgba(0, 0, 0, 0.5);
}
.business .business-cnt:nth-child(odd) .business-box {
  background-color: rgba(244, 134, 20, 0.8);
}
.business .business-swiper-wrap .swiper-slide {
  width: 30rem;
}
.business .business-swiper-wrap .swiper-slide .business-cnt {
  background-color: #f48612;
  color: #fff;
}
.business .business-swiper-wrap .swiper-slide .business-cnt .img-box {
  padding-bottom: 60%;
}
.business .business-swiper-wrap .swiper-slide .business-cnt a {
  display: block;
  padding: 1rem;
  text-align: center;
}
.business .business-swiper-wrap .swiper-slide .business-cnt a h3 {
  font-size: 1.8rem;
}
.business .business-swiper-wrap .swiper-slide .business-cnt a p {
  font-size: 1.3rem;
}

.dynamic {
  position: relative;
  padding: 10rem 3rem;
}
.dynamic .dynamic-wrap {
  padding: 2rem 1rem;
}
.dynamic .dynamic-wrap .dynamic-box {
  position: relative;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  height: 100%;
}
.dynamic .dynamic-wrap .dynamic-box:hover {
  background-color: #f48612;
}
.dynamic .dynamic-wrap .dynamic-box:hover .text-box {
  color: #fff;
}
.dynamic .dynamic-wrap .dynamic-box .tag {
  position: absolute;
  right: 2rem;
  top: 3rem;
  z-index: 3;
  background-color: #f48612;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5rem 2rem;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.dynamic .dynamic-wrap .dynamic-box .img-box {
  display: block;
  padding-bottom: 60%;
  border: 2px solid #fff;
}
.dynamic .dynamic-wrap .dynamic-box .img-box img {
  transition: all 0.3s linear;
}
.dynamic .dynamic-wrap .dynamic-box .img-box:hover img {
  transform: scale(1.1);
}
.dynamic .dynamic-wrap .dynamic-box .text-box {
  display: block;
  padding: 2rem 1rem;
}
.dynamic .dynamic-wrap .dynamic-box .text-box h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.dynamic .dynamic-wrap .dynamic-box .text-box p {
  font-size: 1.5rem;
  opacity: 0.8;
  margin-bottom: 2rem;
}
.dynamic .dynamic-wrap .dynamic-box .text-box div {
  line-height: 3rem;
}
.dynamic .dynamic-wrap .dynamic-box .text-box div svg {
  width: 3rem;
  height: 3rem;
}

.product {
  padding: 10rem 3rem 2rem;
}
.product .product-left-wrap {
  position: relative;
  text-align: center;
  padding: 6rem 2rem;
  background-color: #f48612;
  color: #fff;
}
.product .product-left-wrap h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.product .product-left-wrap ul li a {
  display: block;
  font-size: 1.5rem;
  line-height: 3;
}
.product .product-right-wrap {
  height: 100%;
}
.product .product-right-wrap .img-box {
  height: 100%;
}

a.jump-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  color: #fff;
  z-index: 3;
  transform: translateX(-1rem);
  -webkit-animation: jumpA 0.5s ease-in 0s infinite;
          animation: jumpA 0.5s ease-in 0s infinite;
}

@-webkit-keyframes jumpA {
  from {
    transform: translateX(-1rem);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes jumpA {
  from {
    transform: translateX(-1rem);
  }
  to {
    transform: translateX(0);
  }
}
.product-imgs .swiper-slide {
  width: 40rem;
}
.product-imgs .swiper-slide .img-box {
  padding-bottom: 60%;
  border: 2px solid #fff;
  border-radius: 1rem;
}

.qualification {
  padding: 10rem 3rem;
}
.qualification .qualification-left .qualification-img {
  height: 100%;
}
.qualification .qualification-left .qualification-img .img-box {
  height: 100%;
}
.qualification .qualification-right {
  position: relative;
  padding: 10rem 2rem;
  background-color: #f48612;
  color: #fff;
}
.qualification .qualification-right h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.qualification .qualification-right span {
  display: block;
  font-size: 1.3rem;
  margin: 1rem 0 3rem;
}
.qualification .qualification-right p {
  font-size: 1.7rem;
  line-height: 2;
}

.production {
  padding: 0 3rem;
}
.production .production-left {
  position: relative;
  padding: 10rem 2rem;
  background-color: #f48612;
  color: #fff;
}
.production .production-left h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.production .production-left span {
  display: block;
  font-size: 1.3rem;
  margin: 1rem 0 3rem;
}
.production .production-left p {
  font-size: 1.7rem;
  line-height: 2;
}
.production .production-right .production-img {
  height: 100%;
}
.production .production-right .production-img .img-box {
  height: 100%;
}

.event {
  padding: 0 3rem;
}

.service {
  padding: 10rem 3rem;
}
.service .service-left .text-box {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.service .service-left .text-box > p {
  font-size: 1.8rem;
  margin-bottom: 6rem;
}
.service .service-left .text-box div h3 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #f48612;
}
.service .service-left .text-box div p {
  font-size: 1.6rem;
}
.service .service-right ul li {
  padding: 1rem;
}
.service .service-right ul li h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #f48612;
  text-align: center;
}
.service .service-right ul li p {
  font-size: 1.6rem;
}

#footer {
  background-color: #262626;
  color: #fff;
}
#footer .footer-left {
  padding: 10rem 5rem 2rem;
}
#footer .footer-left h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
#footer .footer-left ul li {
  padding: 1rem;
  font-size: 1.6rem;
  color: #a6abaa;
}
#footer .footer-left ul li a {
  display: block;
}
#footer .footer-right {
  padding: 10rem 5rem 2rem;
  text-align: center;
  background-color: #2b2b2b;
}
#footer .footer-right h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
#footer .footer-right p {
  font-size: 1.6rem;
  color: #a6abaa;
  margin-bottom: 1rem;
}
#footer .footer-right p span {
  display: inline-block;
  background-color: #fff;
  padding: 0.4rem 1rem;
  margin: 0 1rem;
  color: #f48612;
  border-radius: 1rem;
}
#footer .footer-bottom {
  text-align: center;
  background-color: #141414;
  padding: 2rem 0;
  line-height: 2;
}
#footer .footer-bottom a {
  margin: 0 1rem;
}

.topBanner {
  height: 60rem;
  padding-top: 7rem;
}

#about-example {
  background-color: #383838;
}
#about-example .scrollspy-title-l img {
  height: 3rem;
  margin-right: 1rem;
}
#about-example .scrollspy-title-l span {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
#about-example a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 4;
}
#about-example a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1rem;
  width: 0;
  transition: width 0.3s ease-in;
  border-top: 0.2rem solid #f48612;
}
#about-example a:hover::after {
  width: 100%;
}

.about-body-wrap #item-jj {
  padding: 10rem 0;
}
.about-body-wrap #item-jj img {
  display: block;
  margin: 3rem auto;
}
.about-body-wrap #item-jj p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.about-body-wrap #item-csr .img-box {
  padding-bottom: 20%;
}
.about-body-wrap #item-csr > .container {
  padding: 3rem 0 10rem;
}
.about-body-wrap #item-csr .csr-l-tit h1 {
  border-bottom: 0.2rem solid #f48612;
  padding: 1rem 0;
}
.about-body-wrap #item-csr .csr-l-tit h1 em {
  font-size: 3rem;
  font-weight: 700;
  color: #f48612;
  margin-right: 2rem;
  font-style: unset;
}
.about-body-wrap #item-csr .csr-l-tit h1 span {
  font-size: 1.4rem;
  font-weight: 400;
}
.about-body-wrap #item-csr .csr-l-tit p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.about-body-wrap #item-csr .csr-r-tit {
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.about-body-wrap #item-csr .csr-text p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.about-body-wrap #item-lc {
  position: relative;
  padding: 0 5rem;
  background-color: #f48612;
}
.about-body-wrap #item-lc .lc-card {
  padding: 2rem 4rem;
  color: #fff;
}
.about-body-wrap #item-lc .lc-card h3 {
  font-size: 2rem;
  font-weight: 700;
}
.about-body-wrap #item-lc .lc-card p {
  font-size: 1.6rem;
  line-height: 2;
  min-height: 25rem;
}
.about-body-wrap #item-lc .lc-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
.about-body-wrap #item-lc .lc-navigation .button-prev {
  transform: rotateZ(180deg);
}
.about-body-wrap #item-lc .lc-navigation .swiper-button-disabled {
  opacity: 0.2;
}
.about-body-wrap #item-lc .lc-navigation svg {
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  color: #fff;
}
.about-body-wrap #item-lc .item-lc-swiper .lc-tit {
  padding: 10rem 0 1rem;
  color: #fff;
  text-align: center;
}
.about-body-wrap #item-lc .item-lc-swiper .lc-tit h3 {
  font-size: 3rem;
  font-weight: 700;
}
.about-body-wrap #item-lc .item-lc-swiper .lc-tit p {
  font-size: 1.4rem;
  line-height: 2;
}
.about-body-wrap #item-lc .item-lc-swiper .lc-tit div {
  display: table;
  margin: 0 auto;
  padding: 1rem 2rem;
  border-top: 0.2rem solid #fff;
  font-size: 1.6rem;
  text-indent: 1rem;
  letter-spacing: 1rem;
}
.about-body-wrap #item-zz img {
  display: block;
  margin: 0 auto;
}
.about-body-wrap #item-ry {
  padding: 10rem 0;
}
.about-body-wrap #item-ry .item-ry-tit {
  text-align: center;
  color: #f48612;
  margin-bottom: 2rem;
}
.about-body-wrap #item-ry .item-ry-tit h3 {
  font-size: 3rem;
  font-weight: 700;
}
.about-body-wrap #item-ry .item-ry-tit p {
  font-size: 1.6rem;
}
.about-body-wrap #item-ry .item-ry-l ul li {
  font-size: 1.6rem;
  text-align: center;
  line-height: 3;
  background-color: rgba(0, 0, 0, 0.1);
}
.about-body-wrap #item-ry .item-ry-l ul li:nth-child(odd) {
  background-color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 100%;
  transform: translateY(-100%);
}

.tax-product {
  background-color: #f4f8fb;
  padding: 5rem 0;
}
.tax-product .tax-product-list ul li {
  background-color: #fff;
  margin-bottom: 2rem;
}
.tax-product .tax-product-list ul li.row {
  padding: 2rem;
  border-radius: 1rem;
}
.tax-product .tax-product-list ul li a {
  display: block;
}
.tax-product .tax-product-list ul li a.img-box {
  padding-bottom: 60%;
}
.tax-product .tax-product-list ul li a.tax-product-box-text {
  padding: 2rem 0 2rem 2rem;
  height: 100%;
}
.tax-product .tax-product-list ul li a h1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #f48612;
}
.tax-product .tax-product-list ul li a p {
  margin: 3rem 0;
  line-height: 2;
}
.tax-product .tax-product-list ul li a .tax-product-box-text-btn {
  display: table;
  padding: 0.6rem 2rem;
  background-color: #f48612;
  border-radius: 3rem;
  color: #fff;
}

.tax-products-wrap {
  padding: 5rem 0;
}
.tax-products-wrap .tax-products-box {
  margin-bottom: 3rem;
}
.tax-products-wrap .tax-products-box .container .img-box {
  padding-bottom: 25%;
}
.tax-products-wrap .tax-products-box .container .tax-products-box-text {
  padding: 2rem;
}
.tax-products-wrap .tax-products-box .container .tax-products-box-text h1 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #f48612;
}
.tax-products-wrap .tax-products-box .container .tax-products-box-text p {
  line-height: 2;
}
.tax-products-wrap .tax-products-box .container-full {
  margin: 2rem 0 4rem;
}
.tax-products-wrap .tax-products-box .container-full .tax-product-imgs-box .img-box {
  padding-bottom: 60%;
  width: 95%;
  margin: 0 auto 1rem;
}

#showProduct {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  top: 0;
  left: 0;
}
#showProduct .showProduct-img {
  position: relative;
  width: 80%;
  max-width: 100rem;
  border: 2px solid #fff;
  overflow: hidden;
  background-color: #fff;
  cursor: zoom-out;
}
#showProduct .showProduct-img > img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
}
#showProduct .showProduct-img[zoomed] > img {
  opacity: 0;
}
#showProduct .showProduct-img #big-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 300%;
  background-repeat: no-repeat;
}
#showProduct .showProduct-img[zoomed] #big-img {
  background-position: var(--x) var(--y);
}

.case-nav-menu .case-nav-pc {
  padding: 1rem 0;
}
.case-nav-menu .case-nav-pc a {
  display: block;
  line-height: 3;
  text-align: center;
  font-size: 1.7rem;
  border: 0.4rem solid #fff;
}
.case-nav-menu .case-nav-pc a.active {
  background-color: #f48612;
  color: #fff;
}

.case-list-wrap {
  padding: 5rem 0;
}
.case-list-wrap .case-list-box {
  padding: 1rem;
}
.case-list-wrap .case-list-box .img-box {
  padding-bottom: 60%;
  cursor: pointer;
}

.video-top-wrap {
  display: flex;
  height: 60rem;
  overflow: hidden;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
}
.video-top-wrap video {
  width: 100%;
}

.video-list {
  padding: 5rem 0;
  background-color: #f4f8fb;
}
.video-list .video-box {
  width: 90%;
  margin: 0 auto 2rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
.video-list .video-box.row {
  padding: 0;
}
.video-list .video-box .img-box {
  display: block;
  padding-bottom: 60%;
}
.video-list .video-box .video-info {
  display: block;
  padding: 2rem 1rem;
}
.video-list .video-box .video-info h1 {
  font-size: 1.6rem;
}
.video-list .video-box .video-info p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
}

.video-single-body {
  padding: 5rem 0;
}
.video-single-body > .container {
  padding: 0;
}
.video-single-body h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.video-single-body .video-box {
  height: 50rem;
}
.video-single-body .video-box iframe {
  height: 50rem;
}
.video-single-body .video-menu-wrap {
  position: relative;
  height: 50rem;
}
.video-single-body .video-menu-wrap .video-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50rem;
  overflow: hidden;
  padding: 3.5rem 1rem;
}
.video-single-body .video-menu-wrap .video-menu .video-swiper {
  height: 100%;
}
.video-single-body .video-menu-wrap .video-menu .video-swiper .swiper-slide {
  height: auto;
}
.video-single-body .video-menu-wrap .video-menu .video-btns {
  position: absolute;
  left: 0;
  background-color: #f4f8fb;
  height: 3rem;
  width: 100%;
  text-align: center;
}
.video-single-body .video-menu-wrap .video-menu .video-btns.button-prev {
  top: 0;
}
.video-single-body .video-menu-wrap .video-menu .video-btns.button-next {
  bottom: 0;
}
.video-single-body .video-menu-wrap .video-menu .video-btns svg {
  width: 2rem;
}
.video-single-body .video-menu-wrap .video-menu .video-menu-box {
  padding: 1rem;
  background-color: #f4f8fb;
}
.video-single-body .video-menu-wrap .video-menu .video-menu-box a.img-box {
  padding-left: 30%;
  flex-shrink: 0;
  margin-right: 1rem;
  min-height: 8rem;
}
.video-single-body .video-menu-wrap .video-menu .video-menu-box a.img-box img {
  left: 0;
  top: 0;
}
.video-single-body .video-menu-wrap .video-menu .video-menu-box a.video-menu-info {
  width: 100%;
  overflow: hidden;
}
.video-single-body .video-menu-wrap .video-menu .video-menu-box a.video-menu-info h2 {
  font-size: 1.6rem;
}
.video-single-body .video-menu-wrap .video-menu .video-menu-box a.video-menu-info p {
  font-size: 1.4rem;
}

.list-nav-wrap {
  padding: 2rem 0;
}
.list-nav-wrap .page-link {
  padding: 0.5rem 1rem;
  color: #f48612;
}
.list-nav-wrap .page-item.active .page-link {
  background-color: #f48612;
  border-color: #f48612;
}

.news-banner-text {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5rem;
  font-family: simsun;
  letter-spacing: 1rem;
}
.news-banner-text::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.2rem;
  background-color: #fff;
  margin: 1rem auto;
}

.news-category-body {
  padding: 5rem 0;
}
.news-category-body .news-menu {
  padding: 0 1.5rem 5rem;
}
.news-category-body .news-menu ul li a {
  display: block;
  line-height: 3;
  font-size: 1.6rem;
  padding: 0 2rem;
}
.news-category-body .news-menu ul li a.current {
  background-color: #f4f8fb;
}
.news-category-body .news-list > div {
  padding: 0 2rem;
}
.news-category-body .news-list .news-box {
  padding: 5rem 0;
  border-top: 0.2rem solid #f0f0f0;
}
.news-category-body .news-list .news-box a {
  display: block;
}
.news-category-body .news-list .news-box a.news-img {
  padding-bottom: 60%;
  margin-bottom: 1rem;
}
.news-category-body .news-list .news-box a.news-info .time {
  font-size: 1.3rem;
  color: #b5b8bb;
}
.news-category-body .news-list .news-box a.news-info h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #555555;
  line-height: 2;
}
.news-category-body .news-list .news-box a.news-info p {
  font-size: 1.4rem;
  color: #666;
  line-height: 2;
}
.news-category-body .news-list .news-box .tag {
  margin: 1rem 0;
  font-size: 1.3rem;
  color: #b5b8bb;
}
.news-category-body .news-list .news-box .tag a {
  margin-right: 1rem;
}

.news-single-body {
  padding: 20rem 0;
}
.news-single-body .news-header {
  border-bottom: 0.2rem solid #f0f0f0;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.news-single-body .news-header h1 {
  margin-bottom: 2rem;
}
.news-single-body .news-header .time {
  font-size: 1.3rem;
  color: #b5b8bb;
}
.news-single-body .news-body p {
  font-size: 1.6rem;
  line-height: 2;
  text-indent: 2em;
}
.news-single-body .news-body img {
  display: block;
  max-width: 50%;
  height: auto !important;
  margin: 1rem auto;
}
.news-single-body .news-footer {
  border-top: 0.2rem solid #f0f0f0;
  padding-top: 3rem;
  margin-top: 3rem;
}
.news-single-body .news-footer p {
  line-height: 2;
}
.news-single-body .news-footer p i {
  flex-shrink: 0;
}
.news-single-body .news-footer p span {
  color: #999;
}

.service-mod-title {
  text-align: center;
}
.service-mod-title h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
.service-mod-title p {
  font-size: 1.6rem;
  margin: 1rem auto 2rem;
  padding: 0 1rem;
  max-width: 100rem;
}

.contact-form-wrap {
  padding: 5rem 0;
  background-color: #fafafa;
  margin-bottom: 1rem;
}
.contact-form-wrap .service-form .row > div {
  padding: 0 2rem;
}
.contact-form-wrap .service-form .service-form-box {
  border: 1px solid #a9a9a9;
  padding: 1rem 2rem;
  margin-bottom: 1.5rem;
}
.contact-form-wrap .service-form .service-form-box label {
  margin: 0 1rem 0 0;
  flex-shrink: 0;
  font-size: 1.4rem;
}
.contact-form-wrap .service-form .service-form-box input {
  line-height: 2;
  width: 100%;
  border: 0;
  outline: none;
  font-size: 1.8rem;
  background-color: transparent;
}
.contact-form-wrap .service-form .service-form-box textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 8rem;
  margin-top: 0.8rem;
  font-size: 1.8rem;
  border: 0;
  outline: none;
  background-color: transparent;
}
.contact-form-wrap .service-form button {
  display: block;
  width: 100%;
  line-height: 3.6rem;
  border: 1px solid #a9a9a9;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.contact-serve {
  padding: 5rem 0;
  background-color: #fafafa;
  margin-bottom: 1rem;
}
.contact-serve .service-box-wrap > div {
  padding: 1rem;
}
.contact-serve .service-box-wrap .service-box {
  padding: 3rem 2rem;
  text-align: center;
}
.contact-serve .service-box-wrap .service-box span svg {
  width: 3rem;
}
.contact-serve .service-box-wrap .service-box h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
.contact-serve .service-box-wrap .service-box h3::after {
  display: block;
  content: "";
  width: 5rem;
  border-bottom: 0.2rem solid #f48612;
  margin: 1rem auto 2rem;
}
.contact-serve .service-box-wrap .service-box p {
  font-size: 1.8rem;
}

.notFound-body .notFound-box {
  height: 100vh;
  background-color: #eff0f4;
}
.notFound-body .notFound-box .drop-wrap {
  position: relative;
}
.notFound-body .notFound-box .drop-wrap .drop {
  position: relative;
  width: 30rem;
  height: 30rem;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.05), 25px 25px 20px rgba(0, 0, 0, 0.05), 25px 30px 30px rgba(0, 0, 0, 0.05), inset -20px -20px 25px rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 52% 48% 33% 67%/38% 45% 55% 62%;
}
.notFound-body .notFound-box .drop-wrap .drop::before {
  position: absolute;
  content: "";
  top: 50px;
  left: 85px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.9;
}
.notFound-body .notFound-box .drop-wrap .drop::after {
  position: absolute;
  content: "";
  top: 90px;
  left: 115px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
}
.notFound-body .notFound-box .drop-wrap .drop .content h2 {
  font-size: 8rem;
  font-weight: 700;
  background: linear-gradient(to right, #f7a00b, #ec521e);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
}
.notFound-body .notFound-box .drop-wrap .drop:hover {
  border-radius: 50%;
}
.notFound-body .notFound-box > p {
  font-size: 1.8rem;
  padding: 2rem;
}
.notFound-body .notFound-box > a {
  background-color: #ef6818;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 2rem;
}

.search-list {
  padding: 5rem 0;
}
.search-list .search-keyword {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.search-list .search-keyword span {
  font-weight: 700;
  color: #f48612;
}
.search-list .search-list-box {
  margin-bottom: 2rem;
}
.search-list .search-list-box a {
  display: block;
}
.search-list .search-list-box a.news-img {
  padding-bottom: 60%;
}
.search-list .search-list-box a.news-info {
  height: 100%;
  padding: 2rem 1rem;
}
.search-list .search-list-box a.news-info .time {
  font-size: 1.3rem;
  color: #555;
}
.search-list .search-list-box a.news-info h1 {
  font-size: 2rem;
  line-height: 2;
}
.search-list .search-list-box a.news-info p {
  color: #555;
  line-height: 2;
}
.search-list .search-list-box a.news-info span {
  display: block;
  margin-top: 2rem;
  text-align: right;
}

@media (max-width: 1140px) {
  .topBanner {
    height: 50rem;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 9px;
  }
  #header nav #menu-pc > .header-menu {
    display: none !important;
  }
  #header nav button#menu-btn {
    display: block;
  }
  #header nav #header-btn button {
    height: 5rem;
  }
  .strength,
.dynamic,
.product,
.qualification,
.production,
.business,
.event,
.service {
    padding: 3rem 0;
  }
  .product .product-left-wrap h1 {
    font-size: 1.8rem;
  }
  .product .product-left-wrap ul li a {
    font-size: 1.5rem;
  }
  .product .product-left-wrap {
    padding: 3rem 2rem;
  }
  #footer .footer-left,
#footer .footer-right {
    padding: 3rem 1.5rem;
  }
  .qualification .qualification-right,
.production .production-left {
    padding: 4rem 2rem;
  }
  .topBanner {
    height: 30rem;
    padding-top: 5rem;
  }
  .about-body-wrap #about-nav-l ul li a {
    padding: 1rem;
  }
  .about-body-wrap #item-lc .lc-card {
    padding: 2rem 1rem;
  }
  .video-top-wrap {
    height: auto;
    padding-top: 5rem;
  }
  .news-single-body {
    padding: 10rem 0;
  }
  .news-single-body .news-body img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .tax-product .tax-product-list ul li > .img-box {
    padding-bottom: 60%;
  }
  .tax-product .tax-product-list ul li a.tax-product-box-text {
    padding: 2rem 0;
  }
  .tax-product .tax-product-list ul li a h1 {
    font-size: 2rem;
  }
  .tax-product .tax-product-list ul li a p {
    margin: 1rem 0;
  }
  .tax-products-wrap .tax-products-box .container .img-box {
    padding-bottom: 60%;
  }
  #showProduct .showProduct-img {
    width: 95%;
  }
  .video-list .video-box {
    width: 100%;
  }
  .video-list .video-box .img-box {
    padding-bottom: 30%;
  }
  .video-single-body .video-box,
.video-single-body .video-box iframe {
    height: 30rem;
  }
  .video-menu {
    margin-top: 1rem;
  }
  .news-banner-text {
    font-size: 3rem;
  }
  .news-category-body .news-menu ul {
    justify-content: center;
  }
  .news-single-body .news-header h1 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .about-body-wrap #item-jj {
    padding: 5rem 0;
  }
}/*# sourceMappingURL=style-v1.css.map */
