@charset "utf-8";
/* CSS Document */
@font-face {
  src: url(../fonts/HarmonyOS_Sans_SC.woff2);
  font-family: "myfont";
}
@font-face {
  src: url(../fonts/HarmonyOS_Sans_SC_Medium.woff2);
  font-family: "title";
}
@font-face {
  src: url(../fonts/HarmonyOS_Sans_SC_Light.woff2);
  font-family: "title2";
}
@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 62.5%;
  list-style: none;
  font-family: "myfont";
}
p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 1rem 0;
  color: #333;
  font-family: "title2";
}
img {
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #666;
}
.w_all {
  width: 82%;
  margin: auto;
}
.w_all2 {
  width: 94%;
  margin: auto;
}
.full_slider {
  width: 100%;
  height: 100vh;
  z-index: 2;
  overflow: hidden;
  background: #000;
}

.full_slider > .swiper-wrapper {
  display: block;
}

.full_item {
  position: relative;
  width: auto;
  overflow: hidden;
  background: #fff;
}
.full_item .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.sec_footer {
  height: auto !important;
}
iframe {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999999;
  pointer-events: none;
  transition: all 600ms;
}
/*index*/
html,
body {
  width: 100%;
  position: relative;
  background: #fff;
  overflow-x: hidden;
}
header {
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0;
  z-index: 9999;
  transition: all 0.3s ease;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 4.6rem;
  transition: all linear 0.3s;
}
header.active .logo {
  height: 4rem;
}
.logo img {
  display: block;
  height: 100%;
}
.navbox {
  display: flex;
  align-items: center;
}
.nav_box ul {
  display: flex;
}
.nav_box ul li {
  position: relative;
  margin: 0px 2.5rem;
}
.nav_box ul li h3 {
  font-size: 1.65rem;
  line-height: 86px;
  position: relative;
  color: #1a1a1a;
  font-weight: normal;
  font-family: "title";
  cursor: pointer;
  transition: all linear 0.3s;
}
.nav_box ul li:hover h3 {
  color: #f08519;
}
header.active .nav_box ul li h3 {
  line-height: 72px;
}
.nav_box ul li i {
  font-weight: bold;
  margin-left: 0.5rem;
}
header .rr {
  display: flex;
  align-items: center;
}
header .rs {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  position: relative;
  color: #666;
  padding: 0 1rem;
  line-height: 1.1;
  border-right: 1px solid #666;
}
header .rs.language {
  border: none;
  padding-right: 0%;
}
header .rs i {
  color: #444;
  font-size: 1.7rem;
  margin-right: 0.6rem;
  margin-top: 2px;
  transition: all 0.3s ease;
}
header .rs.language::after {
  margin-left: 0.5rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
}
header .rs:hover,
header .rs:hover i {
  color: #f08519;
}
.languageBox {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.languageBox p {
  font-size: 1.4rem;
  margin: 4px 0;
  color: #666;
}
/* 产品下拉 */
.p_menu {
  position: fixed;
  left: 0;
  top: 86px;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  display: block;
  z-index: 999;
  transform: scaleY(0);
  transform-origin: 0 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.active .p_menu {
  top: 72px;
}
.p_menu.active {
  transform: scaleY(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pp_menu {
  padding: 0;
}
.pp_menu .pbox {
  display: flex;
  justify-content: space-between;
}
.pp_menu .pbox .ll {
  width: 30%;
  background: #f4f4f6;
  box-sizing: border-box;
  padding: 3rem 0 3rem 15%;
}
.pp_menu .pbox .ll h6 {
  font-size: 1.6rem;
  color: #1a1a1a;
  padding: 2rem 0;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.pp_menu .pbox .ll h6 i {
  font-size: 1.4rem;
  opacity: 0.5;
}
.pp_menu .pbox .ll h6.active {
  font-family: "title";
  color: #f39801;
}
.pp_menu .pbox .ll h6.active i {
  opacity: 1;
}
.pp_menu .pbox .ll h6:hover {
  font-family: "title";
  color: #f39801;
}
.pp_menu .pbox .rr {
  width: 65%;
  box-sizing: border-box;
  padding: 1rem 0 4rem;
}

.pp_menu .dls {
  width: 90%;
  display: none;
}
.pp_menu .dls:first-of-type {
  display: block;
}
.pp_menu dl {
  display: flex;
  flex-wrap: wrap;
}
.pp_menu dl a {
  width: 25%;
  display: block;
  text-align: center;
  padding: 2% 0;
}
.pp_menu dl dd img {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20%;
  box-sizing: border-box;
}
.pp_menu dl dd {
  font-size: 1.6rem;
  color: #1a1a1a;
  transition: all 0.4s ease;
}
.pp_menu dl dd:hover {
  font-family: "title";
  color: #f08519;
}
.pp_menu2 dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp_menu2 dl dd img {
  width: 9.2rem;
  padding: 1.2rem 2.4rem;
  border-radius: 5px;
  background: #f9f9fa;
  margin: 0 2.5rem 0 0;
  transition: all 0.4s ease;
}
.pp_menu2 dl dd img:last-of-type {
  display: none;
}
.pp_menu2 dl dd:hover {
  color: #f08519;
}
.pp_menu2 dl dd:hover img {
  background: #f08519;
  display: none;
}
.pp_menu2 dl dd:hover img:last-of-type {
  display: block;
}
.navBtn {
  position: relative;
  z-index: 99999;
  cursor: pointer;
  display: none;
  margin-left: 1.5rem;
}
.navBtn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
}
.nav_btn_active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav_btn_active span {
  background: #333;
}
.nav_btn_active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_btn_active span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn_active span:nth-of-type(3) {
  margin-top: -63%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animatems {
  transform: translateY(-30px);
  opacity: 0;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fixedBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.fixedBgMiss {
  margin-top: 100vh;
  position: relative;
  z-index: 10;
}
.banner .swiper-slide {
  width: 100%;
  height: 100vh;
}
.scroll {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll strong {
  color: #333;
  display: block;
  font-size: 1.36rem;
  font-weight: bold;
  margin-left: 1rem;
}
.scroll span {
  display: block;
  width: 2rem;
  border-radius: 10px;
  height: 3rem;
  border: 2px solid #333;
  position: relative;
}
.scroll span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.6rem;
  width: 0.3rem;
  height: 0.8rem;
  border-radius: 30px;
  background: #1a1a1a;
  animation: ban_scoll 2.6s linear 0.2s infinite;
  -webkit-animation: ban_scoll 2.6s linear 0.2s infinite;
}
@keyframes ban_scoll {
  0% {
    top: 0.6rem;
  }
  50% {
    top: 1.2rem;
  }
  100% {
    top: 0.6rem;
  }
}
.mores {
  width: max-content;
  padding: 1.6rem 3rem;
  background: #1a1a1a;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  letter-spacing: 1px;
  margin-top: 5rem;
}
.mores:hover {
  background: #bb9a62;
  transform: scale(1.04);
}
.btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  z-index: 999;
  display: flex;
  align-items: center;
}
.btn .ll {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: all 0.6s linear;
  border-radius: 50%;
  width: 45px !important;
  height: 27px !important;
  padding: 0.5rem;
  transform: scale(0.7);
}
.btn i {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  display: block;
  transition: all 0.6s linear;
}
.btn .llr i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn .ll:hover {
  background: #f08519;
}
.more {
  width: max-content;
  margin: 3rem auto;
  padding: 1rem 3.4rem;
  background: #f08519;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.more::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #141414;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.more:hover::before {
  transform: none;
  transform-origin: 0% 50%;
}
.more span {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}
.more i {
  color: #fff;
  margin-left: 15px;
  font-size: 2rem;
  display: block;
  position: relative;
  z-index: 2;
  transform: rotate(-180deg);
}
.more:hover i {
  animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes shuffle {
  50% {
    transform: translateX(100%) rotate(-180deg);
  }

  50.01% {
    transform: translateX(-100%) rotate(-180deg);
  }
}

.index_bars {
  padding: 15rem 0;
  position: relative;
}
.title h3 {
  margin-bottom: 4rem;
  font-size: 5.6rem;
  letter-spacing: 0.3rem;
  line-height: 1;
}
.title p {
  margin: 2rem 0;
  font-size: 1.8rem;
  color: #666;
  line-height: 1.6;
}
.index_about .bbox {
  position: relative;
  padding: 0 0 6rem 0;
}
.index_about .bg0 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  z-index: 2;
  transition: 2s;
  clip-path: inset(0% 100% 0% 0%);
  overflow: hidden;
}
.index_about .bg0.active {
  clip-path: inset(0% 0% 0% 0%);
  transition-delay: 0.5s;
}
.index_about .bg0 img {
  width: 100%;
  transform: scale(1.3);
  transition: 3s;
}
.index_about .bg0.active img {
  transform: scale(1);
}
.index_about .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_about .ll {
  width: 53%;
  position: relative;
}
.index_about .ll .bg {
  background: #f4f4f6;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 80%;
  z-index: 1;
  clip-path: inset(0% 50% 0% 0%);
  transition: 2s;
  opacity: 0;
}
.index_about .ll.active .bg {
  clip-path: inset(0% 0% 0% 0%);
  transition-delay: 0.5s;
  opacity: 1;
}
.index_about .vbox {
  display: block;
  width: 100%;
  padding: 6rem 0 0 6rem;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: 2s;
}
.index_about .ll.active .vbox {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.index_about video {
  display: block;
  width: 100%;
  object-fit: cover;
  box-shadow: 0.7vw 1.8vw 2.6vw 0px rgba(0, 0, 0, 0.13);
}
.index_about .rr {
  width: 42%;
  position: relative;
  z-index: 6;
  margin-top: 4%;
}
.index_about h4 {
  font-size: 3rem;
  color: #f08519;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.index_about dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  justify-content: space-between;
}
.index_about dl dd {
  min-width: 31.3%;
  margin-top: 3%;
}
.index_about dl .ll {
  display: flex;
  align-items: center;
}
.index_about dl dd strong {
  font-size: 5rem;
  color: #f08519;
  margin-right: 0.2rem;
}
.index_about dl dd span {
  display: block;
  font-size: 1.7rem;
  color: #f08519;
  text-align: center;
  position: relative;
  padding-top: 2.2rem;
}
.index_about dl dd span i {
  position: absolute;
  font-size: 1.8rem;
  font-style: normal;
  top: 0;
  left: 0.5rem;
  width: max-content;
  text-align: center;
}
.index_about dl dd img {
  width: 1.8rem;
  padding: 0.5rem;
  background: #f08519;
  border-radius: 50%;
  margin-top: 0.5rem;
}
.index_about dl dd p {
  font-size: 1.4rem;
  margin: 0.5rem 0 0;
}
.index_pro {
  background: #f4f4f6;
  position: relative;
  z-index: 10;
}
.index_pro ul {
  display: flex;
  justify-content: space-between;
}
.index_pro ul li{
  position: relative;
  z-index: 3;
  display: block;
  padding: 0 0 2rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
}
.index_pro ul li {
  margin: 0 0.5vw;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.index_pro ul li:hover {
  transform: scale(1.05);
}
.index_pro ul li:after {
  content: "";
  width: 0%;
  height: 4px;
  left: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  background: #f08519;
  position: absolute;
  opacity: 0;
  z-index: 0;
}
.index_pro ul li:hover:after {
  right: 0;
  width: 100%;
  top: -4px;
  opacity: 1;
  transition: all 0.5s;
}
.index_pro b {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #e7e7eb;
  padding: 10% 0;
}
.index_pro b img {
  width: 80%;
  margin: auto;
}
.imgScale {
  overflow: hidden;
}
.imgScale img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
  overflow: hidden;
}
.imgScale:hover img {
  transform: scale(1.08);
}
.index_pro .tt {
  padding: 4rem 2rem;
  box-sizing: border-box;
  text-align: center;
}
.index_pro .tt h4 {
  color: #1a1a1a;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1rem 0 0;
  transition: all ease 0.5s;
  overflow: hidden;
  letter-spacing: 1px;
}
.index_pro ul li:hover h4 {
  color: #f08519;
}
.index_pro .tt h5 {
  font-size: 2.6rem;
  color: #f08519;
  padding-top: 3rem;
  margin-top: 1.5rem;
  position: relative;
}
.index_pro .tt h5::before {
  content: "";
  width: 3rem;
  height: 3px;
  background: #f08519;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.p_search {
  width: 40rem;
  margin: 6rem auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_search input {
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px 0;
  font-size: 1.6rem;
  color: #1a1a1a;
  width: 100%;
}
.p_search input::placeholder {
  color: #666;
}
.p_search button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px;
  font-size: 1.6rem;
  color: #1a1a1a;
  cursor: pointer;
}
.p_search button i {
  font-size: 2rem;
  transition: all 0.4s ease;
}
.p_search button:hover i {
  color: #de0010;
}
.index_area {
  height: 100vh;
  z-index: 10;
  position: relative;
  background: #f4f4f6;
}
.index_area .bars {
  height: 100vh;
  z-index: 10;
  position: relative;
  border-radius: 5rem;
  overflow: hidden;
}
.index_area .bars::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 15, 0.28);
}
.index_area .title {
  position: absolute;
  left: 50%;
  top: 39%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.index_area .title h3 {
  text-align: center;
  color: #fff;
}
.index_area .contain {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translate(-50%, -0%);
  z-index: 3;
}
.index_area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.4);
  z-index: 3;
  border-bottom: 2px solid #f08519;
}
.index_area ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  padding: 2.7rem 0;
  justify-content: center;
  width: 25%;
  cursor: pointer;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.index_area ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  justify-content: center;
}
.index_area ul li:last-of-type {
  border: none;
}
.index_area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #f08519;
  z-index: -1;
}
.index_area ul li:hover::before {
  width: 100%;
  transition: all 0.6s ease;
}
.index_news {
  position: relative;
  z-index: 10;
}
.index_news .index_contains {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_area ul li img {
  width: 4rem;
  margin-right: 2rem;
}
.index_news .ll {
  width: 45%;
  position: relative;
  padding: 5rem 0 5rem 12rem;
  box-sizing: border-box;
  margin: 3% 0;
}
.index_news .bimg {
  width: 35%;
  height: 125%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s;
  opacity: 0;
}
.index_news .ll.active .bimg {
  clip-path: inset(0% 0% 0% 0%);
  transition-delay: 0.3s;
  opacity: 1;
}
.index_news .ll:after {
  content: "";
  width: 32%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7rem;
  background: #e9e9e9;
  z-index: 3;
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s;
}
.index_news .ll.active:after {
  clip-path: inset(0% 0% 0% 0%);
  transition-delay: 0.4s;
}
.index_news .ll .bb {
  position: relative;
  z-index: 6;
  background: #fff;
  box-shadow: 0.7vw 1.8vw 2.6vw 0px rgba(0, 0, 0, 0.13);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: 2s;
}
.index_news .ll.active .bb {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.index_news .ll .bb .b0 {
  display: none;
}
.index_news .ll .bb .b0:first-of-type {
  display: block;
}
.index_news .ll .bb img {
  width: 100%;
}
.index_news .ll .bb .tt {
  padding: 2rem 3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .ll .bb h6 {
  text-align: center;
}
.index_news .ll .bb h6 span {
  display: block;
  font-size: 1.6rem;
}
.index_news .ll .bb h4 {
  font-size: 1.8rem;
  font-weight: normal;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_news ul {
  width: 40%;
  background: #fff;
}
.index_news ul li {
  padding: 0 4rem;
  box-sizing: border-box;
  transition: all 0.4s ease;
  cursor: pointer;
  display: block;
}
.index_news ul li a {
  padding: 2.5rem 0;
  color: #1a1a1a;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.index_news ul li:last-of-type a {
  border: none;
}
.index_news ul li h6 {
  font-size: 1.4rem;
  font-family: "title";
  font-weight: normal;
  line-height: 1;
  transition: all 0.4s ease;
  letter-spacing: 0.5px;
  display: flex;
  align-items: flex-end;
}
.index_news ul li h6 strong {
  display: block;
  font-size: 2rem;
  margin-right: 0.5rem;
}
.index_news ul li h4 {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4;
  transition: all 0.4s ease;
}
.index_news ul li:hover,
.index_news ul li.active {
  background: #f08519;
}
.index_news ul li:hover a,
.index_news ul li.active a {
  color: #fff;
  border-color: transparent;
}
.index_news ul li p {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
}
.footer {
  background: #f1f1f1;
  color: #141414;
  position: relative;
  z-index: 9;
}
.footer .contain {
  display: flex;
  padding: 8rem 0 5rem;
  justify-content: space-between;
}
.footer .ll {
  width: 17%;
}
.footer .ll p {
  position: relative;
  padding-left: 5rem;
  font-size: 1.54rem;
  color: #141414;
}
.footer .ll p a {
  font-size: 1.54rem;
  transition: all 0.3s ease;
  display: block;
  color: #141414;
}
.footer .ll p strong {
  font-size: 1.54rem;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .ll p a:hover {
  color: #f08519;
}
.footer .rr {
  justify-content: space-between;
  display: flex;
  width: 80%
}
.footer dl dt {
  font-size: 1.8rem;
  color: #141414;
  margin-bottom: 1.5rem;
  font-family: "title";
  transition: all 0.3s ease;
}
.footer dl dt:hover {
  color: #bb9a62;
}
.footer dl dd {
  font-size: 1.54rem;
  margin: 1.5rem 0;
  color: #333;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.footer dl dd:hover {
  opacity: 1;
  color: #f08519;
}
.footer dl:last-of-type {
  text-align: center;
}
.footer .copyright {
  background: #e1e1e1;
  padding: 0.5rem 0;
}
.footer .copyright .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .copyright p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.4rem;
}
.footer .copyright a {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s linear;
}
.footer .copyright a:hover {
  color: #f08519;
}
.oban {
  margin-top: 87px;
}
.all_bars {
  padding: 8rem 0;
}
.about1 .bbox {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}
.about1 .bgs img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.about1 .contain {
  display: block;
}
.about1 .video {
  position: relative;
  z-index: 6;
}
.title2 {
  margin-bottom: 6rem;
  color: #f08519;
  text-align: center;
}
.title2 img {
  width: 2rem;
  margin-right: 1.5rem;
}
.title2 h3 {
  font-weight: normal;
  font-family: "title";
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.title2 h6 {
  font-weight: normal;
  font-family: "title";
  font-size: 2.8rem;
  color: #141414;
  margin-top: 1rem;
}
.about1 video {
  border-radius: 74px;
}
.about1 .video img {
  width: 100%;
}
.about1 .v_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about1 .v_btn img {
  width: 6.6rem;
  transition: all 0.6s ease;
  cursor: pointer;
}
.about1 .v_btn:hover img {
  transform: rotate(120deg);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.video-popup {
  display: none;
  max-width: 80%;
  height: 86%;
}
.video-popup video {
  width: 100%;
  height: 100%;
}
.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: #fff url("../images/close.png") no-repeat center/50%;
  width: 28px;
  height: 28px;
  padding: 3rem;
  box-sizing: border-box;
  transition: all 0.6s ease;
}
.close-button:hover {
  transform: scale(1.04);
}
.about1 .rr {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
}
.about1 .rr p {
  color: #666666;
  margin: 2rem 0;
}
.about1 dl {
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 3rem 0;
}
.about1 dl dd {
  min-width: auto;
}
.about2 .bar0 {
  background: #f4f4f6;
  padding-bottom: 0;
}
.about2 .bar0 .bg img {
  margin: auto;
}
.about2 .bar0 .bg img:first-of-type {
  margin-bottom: -3rem;
  position: relative;
  z-index: 3;
}
.about2 .bar2 ul {
  display: flex;
  flex-wrap: wrap;
  width: 103%;
  margin-left: -1.5%;
}
.about2 .bar2 ul li {
  width: 17%;
  margin: 1.5%;
  box-shadow: 0px 0px 29px 0px rgba(105, 105, 105, 0.24);
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-self: center;
}
.about2 .bar2 ul li img {
  width: 100%;
}
.news .title2 {
  text-align: left;
  border-bottom: 1px solid #141414;
  padding-bottom: 4rem;
}
.news .title2 h3 {
  justify-content: flex-start;
}
.news ul li {
  display: flex;
  justify-content: space-between;
  margin: 8rem 0;
}
.news ul li .ll {
  width: 35%;
}
.news ul li .ll img {
  width: 100%;
}
.news ul li .rr {
  width: 60%;
  position: relative;
}
.news ul li h6 {
  font-size: 1.7rem;
  font-weight: normal;
  color: #141414;
  opacity: 0.6;
}
.news ul li h4 {
  font-size: 2.2rem;
  font-weight: normal;
  font-family: "title";
  color: #141414;
  margin: 3rem 0 2rem;
  transition: all 0.6s ease;
}
.news ul li:hover h4 {
  color: #f08519;
}
.news ul li p {
  font-size: 1.48rem;
}
.news .more2 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.6rem;
  color: #666;
  display: flex;
  align-items: center;
  margin-left: -1rem;
  transition: all 0.6s ease;
}
.news .more2 span {
  width: 4.5rem;
  height: 1px;
  background: #ccc;
  transition: all 0.6s ease;
  position: relative;
  margin: 0 1rem;
}
.news .more2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #555555;
  width: 0.26041666vw;
  height: 0.26041666vw;
  border-radius: 100%;
  transition: all 0.6s ease;
}
.news .more2 span:nth-of-type(2)::after {
  right: inherit;
  left: 0;
}
.news .more2 span:nth-of-type(2) {
  transform: scaleX(0);
}
.news ul li:hover .more2 {
  color: #f08519;
}
.news ul li:hover .more2 span::after {
  background: #f08519;
}
.news ul li:hover .more2 span:nth-of-type(2) {
  transform: scaleX(1);
  background: #f08519;
}
.news ul li:hover .more2 span:nth-of-type(1) {
  width: 0;
  transform: scaleX(0);
}
.pages ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages ul li {
  margin: 1rem;
}
.pages ul li a,
.pages ul li span {
  display: block;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  color: #141414;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages ul li.active span {
  background: #f08519;
  color: #fff;
}
.news_d .contain {
  display: flex;
  justify-content: space-between;
}
.news_d .box {
  width: 70%;
}
.news_d .top {
  text-align: center;
  margin-bottom: 3rem;
}
.news_d .top h6 {
  color: rgba(153, 153, 153, 1);
  font-weight: normal;
  font-size: 1.4rem;
}
.news_d .top h3 {
  font-size: 2.2rem;
  color: #141414;
  font-weight: bold;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.news_d .cc p {
  font-size: 1.6rem;
  color: rgba(102, 102, 102, 1);
  margin: 1rem 0;
}
.news_d .cc img {
  margin: 2rem 0;
  max-width: 100%;
}
.news_d .cr {
  width: 26%;
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 3rem;
  box-sizing: border-box;
  height: 100%;
}
.news_d .cr h6 {
  font-size: 1.8rem;
  color: #141414;
  font-weight: normal;
  font-family: "title";
}
.news_d ul li {
  width: 100%;
  margin: 1rem 0 3rem;
}
.news_d ul li b {
  width: 100%;
  overflow: hidden;
  display: block;
}
.news_d ul li b img {
  width: 100%;
  display: block;
}
.news_d ul li h3 {
  font-size: 1.6rem;
  overflow: inherit;
  white-space: inherit;
  color: #333;
  text-overflow: inherit;

  transition: all 0.5s ease;
  font-weight: normal;
}
.news_d ul li:hover h3 {
  color: #f08519;
}
.news_d ul li h5 {
  font-weight: normal;
  font-size: 1.4rem;
  opacity: 0.4;
  margin: 1.2rem 0 0.5rem;
}
.contact ul {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.contact ul li {
  width: 25%;
  padding-left: 5%;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.contact ul li:first-of-type {
  padding: 0;
  border: none;
}
.contact ul li img {
  margin: 0 0 1.5rem;
  width: 2.4rem;
  padding: 1rem;
  background: #f08519;
  border-radius: 50%;
}
.contact ul li h6 {
  font-size: 1.6rem;
  font-family: "title2";
  font-weight: normal;
}
.contact ul li a {
  font-size: 1.6rem;
  color: #141414;
  margin-right: 1rem;
}
.contact ul li p {
  font-size: 1.6rem;
  font-family: "title";
  color: #141414;
}
.contact .bar2 {
  padding-top: 0;
}
.contact .title2 {
  margin-bottom: 3rem;
}
.contact .pps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact p {
  width: 30%;
  margin: 2rem 0;
}
.contact p:last-of-type {
  width: 100%;
}
.contact p .inps {
  width: 100%;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 2rem 0;
  color: #141414;
  box-sizing: border-box;
  font-family: "title2";
  background: none;
}
.contact p .inps2 {
  background: #f1f1f1;
  padding: 2rem;
  border: none;
  margin-top: 2rem;
  font-size: 1.4rem;
  min-height: 200px;
}
.submit button {
  width: 100%;
  height: 100%;
  background: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  z-index: 6;
  cursor: pointer;
}
.service ul a {
  display: inline-block;
  vertical-align: top;
  width: 33.6%;
  margin-right: 1.5%;
  height: 34.375vw;
  position: relative;
  border-radius: 1vw;
  overflow: hidden;
  float: left;
}
.service ul a:nth-of-type(2),
.service ul a:nth-of-type(3) {
  width: 31.6%;
  margin-right: 1.5%;
  height: 16.66vw;
  margin-bottom: 1.5%;
  background: #f08519;
  background-size: 50%;
}
.service ul a:nth-of-type(3) {
  margin-right: 0%;
}
.service ul a:nth-of-type(4) {
  width: 64.7%;
  margin-right: 0%;
  height: 16.66vw;
}
.service ul b {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}
.service ul a:nth-of-type(2) b,
.service ul a:nth-of-type(3) b {
  opacity: 0.05;
}
.service ul a:hover b {
  transform: scale(1.05);
}
.service ul .txt {
  position: absolute;
  left: 4rem;
  top: 4rem;
  height: calc(100% - 8rem);
  z-index: 9;
}
.service ul h4 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
.service ul p {
  color: #fff;
}
.more3 img {
  width: 3rem;
  border-radius: 50%;
  background: #fff;
  padding: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news0 ul a:nth-of-type(1)::before,
.news0 ul a:nth-of-type(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 6;
}
.title2s {
  text-align: left;
}
.title2s h3 {
  justify-content: flex-start;
}
.download ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download ul li {
  width: 49%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 2%;
  box-sizing: border-box;
  transition: all 0.6s ease;
  margin-bottom: 2%;
}
.download ul li:hover {
  box-shadow: 0px 0px 27px 0px rgba(104, 104, 104, 0.14);
}
.download ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download ul li .ll {
  width: 60%;
}
.download ul li .rr {
  width: 20%;
}
.download ul li img {
  width: 100%;
}
.download ul li h6 {
  font-size: 2.2rem;
  color: #141414;
  font-weight: normal;
  font-family: "title";
}
.download ul li p {
  font-size: 1.4rem;
}
.download ul li h5 {
  font-size: 1.6rem;
  color: #f08519;
  font-weight: normal;
  margin-top: 3rem;
  font-family: "title";
}
.download ul li:hover h5 {
  text-decoration: underline;
}
.back {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  color: #141414;
  transition: all 0.6s ease;
}
.back i {
  font-size: 2.2rem;
  margin-right: 0.6rem;
  display: block;
  margin-top: 5px;
  transition: all 0.6s ease;
}
.back:hover,
.back:hover i {
  color: #f08519;
}
.zhizao .top {
  display: flex;
  justify-content: space-between;
}
.zhizao .top .tr {
  width: 50%;
}
.zhizao .bar2 {
  padding-bottom: 8%;
  cursor: move;
}
.zhizao .bar2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  height:50rem;
  width: auto !important;
}
.zhizao .bar2 .swiper-slide h6 {
  position: absolute;
  left: 3rem;
  bottom: 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
}
.zhizao .bar2 img {
  height: 100%;
  width: auto;
}
.zhizao .bar2 #imgss img:not(:last-of-type),
.zhizao .bar2 #imgss img:not(:last-of-type),
.zhizao .bar2 #imgss img:not(:last-of-type) {
  width: 46%;
  margin-bottom: 9%;
}
.zhizao .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4rem;
  box-sizing: border-box;
}
.zhizao .bottom .swiper-scrollbar {
  width: 94%;
  height: 3px;
  opacity: 1 !important;
}
.zhizao .btns {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.zhizao .btns .ll {
  margin: 0 1rem;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0%;
  background: #111;
  border-radius: 50%;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.zhizao .btns .ll:hover {
  background: #f08519;
}
.zhizao .btns .ll i {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.zhizao .btns .llr {
  left: initial;
  right: 0;
}
.zhizao .btns .llr i {
  display: block;
  transform: rotate(180deg);
}
.zhizao .btns .lll {
  transform: translateY(-10px);
}
.zhizao .btns .swiper-button-disabled {
  opacity: 0.3;
}
.pross .contain {
  display: flex;
  justify-content: space-between;
}
.pro .title2 {
  margin-bottom: 0;
}
.pross .ll {
  position: relative;
  width: 280px;
  height: 100%;
  padding: 2rem 2rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 27px 0px rgba(104, 104, 104, 0.14);
}
.pross .b1 {
  display: flex;
  border: 1px solid #e1e1e1;
  padding: 0.5rem 1rem;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.6rem;
  border-radius: 6px;
  position: relative;
}
.pross .b1 i {
  color: #f08519;
  font-size: 1.8rem;
  margin-right: 1rem;
}
.pross .b1 input {
  width: 100%;
  font-size: 1.4rem;
  color: #141414;
}
.pross .b1 input::placeholder {
  font-size: 1.4rem;
  color: #141414;
}
.pross .b1 button{
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #f08519;
    font-size: 1.2rem;
    border-radius: 5rem;
    color: #fff;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.pross .b2 {
  padding: 3rem 0 4rem;
  border-bottom: 1px solid #141414;
}
.pross .b3 {
  border: none;
  padding-bottom: 0;
}
.pross h6 {
  font-size: 1.8rem;
  color: #1a1a1a;
  font-family: "title";
  margin: 1rem 0;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}
.pross dl dt {
  font-size: 1.5rem;
  color: #1a1a1a;
  padding: 0.9rem 0;
  font-family: "title";
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear;
  cursor: pointer;
}
.pross dl dt i {
  display: block;
  color: #666;
  font-weight: bold;
  font-size: 1.4rem;
  transform: rotate(-90deg);
}
.pross dl.active dt i {
  transform: rotate(-0deg);
  transition: all 0.3s linear;
}
.pross dl .dds {
  display: none;
}
.pross dl.active .dds {
  display: block;
}
.pross dl dd {
  font-size: 1.3rem;
  margin: 1rem 0;
  color: #333;
  position: relative;
  transition: all 0.3s linear;
  
}
.pross dl dt:hover,
.pross dl.active dt {
  color: #f08519;
}
.pross dl dd:hover {
  color: #141414;
  text-decoration: underline;
}
.pross .bs {
  font-size: 1.5rem;
  color: #1a1a1a;
  padding: 0.9rem 0;
  font-family: "title";
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pross .bs .bls {
  width: 60%;
  border: 1px solid #e1e1e1;
  padding: 0.3rem;
  font-size: 1.3rem;
  border-radius: 6px;
  box-sizing: border-box;
}
.pross .bs option {
  font-size: 1.3rem;
}
.pross .bottom {
  display: flex;
  justify-content: flex-end;
}
.pross .submit {
  margin: 2rem 0 4rem;
  padding: 0.6rem 3rem;
}
/*多选*/
.bls2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
        padding: 0.3rem;
}
.bls2 i{
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
}
.bls-display {
    font-size: 1.3rem;
}
.bls-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    z-index: 999;
}
.bls-dropdown label {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 1.3rem;
}
.bls-dropdown label:hover {
    background: #f2f2f2;
}
.pross .rr {
  width: calc(100% - 300px);
  height: 100%;
}
.pro .bar2 {
  background: #f9f9f9;
}
.pro .rr ul {
  display: flex;
  flex-wrap: wrap;
}
.pro .rr > ul li {
  width: 23%;
  background: none;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  margin: 0% 1% 2%;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(155, 155, 155, 0.19);
  position: relative;
}
.pro .rr > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgba(240, 133, 25, 0),
    rgba(240, 133, 25, 1)
  );
  transition: all 0.3s ease;
  opacity: 0;
}
.pro .rr ul li b {
  margin: auto;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.pro .rr ul li b img {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.pro .rr ul li h3 {
  font-size: 1.7rem;
  color: #141414;
  font-family: "title";
  padding: 0 0 4rem 0;
  transition: all 0.3s linear;
  position: relative;
  z-index: 3;
}
.pro .rr ul li:hover h3 {
  color: #fff;
}
.pro .rr ul li:hover::before {
  height: 60%;
  opacity: 1;
}
.pro .rr ul li:hover h3 {
  transform: translateY(-10%);
}
.pro .rtop {
  margin: 1% 1% 3%;
}
.pro .rtop h3 {
  font-size: 2.2rem;
  font-family: "title";
  font-weight: normal;
}
.pro .rtop p {
  font-size: 1.5rem;
}
.pro2 .rr ul li h3 {
  padding: 2rem 0 4rem 0;
}
.prod {
  background: #f9f9f9;
}
.prod .pbar1 {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
.prod .imgs {
  width: 49.5%;
}
.prod .top {
  background: #f1f1f1;
}
.prod .imgs img {
  width: 100%;
  padding: 10% 20%;
  box-sizing: border-box;
}
.prod .imgs .swiper-container {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  z-index: 6;
}
.prod .imgs .bot {
  position: relative;
  margin-top: 2rem;
}
.prod .imgs .swiper-slide {
  border: 2px solid transparent;
  transition: all 0.5s ease;
  cursor: pointer;
  background: #f1f1f1;
}
.prod .imgs .swiper-slide-active {
  border-color: transparent;
}
.prod .imgs .btn {
  right: inherit;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  transform: none;
  display: none;
}
.prod .imgs .ll {
  padding: 0;
  background: none;
}
.prod .imgs .ll i {
  color: #333;
  font-size: 3rem;
}
.prod .pbar1 .txt {
  width: 49.5%;
  padding: 1% 0 0 3%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod .pbar1 h3 {
  font-size: 2.8rem;
  color: #141414;
  margin-bottom: 1rem;
}
.prod .pbar1 h4 {
  font-size: 1.8rem;
  color: #333;
  font-weight: normal;
}
.prod .pbar1 p {
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 0.7rem 0;
}
.prod .pbar1 .tt {
  display: flex;
  margin-top: 2rem;
}
.prod .pbar1 strong {
  display: block;
  width: 46px;
  font-size: 1.4rem;
  color: #333;
  margin-top: 3px;
}
.prod .pbar1 .spans {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 46px);
}
.prod .pbar1 .spans a {
  font-size: 1.6rem;
  color: #333;
  padding: 0.7rem 1rem;
  border: 1px solid #ccc;
  margin: 5px;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.prod .pbar1 .spans a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f08519;
  opacity: 0;
}
.prod .pbar1 .spans a.active {
  border-color: #f08519;
}
.prod .pbar1 .spans a.active::before {
  opacity: 1;
}
.prod .pbar1 .tt1 a {
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0;
}
.prod .pbar1 .tbot {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.prod .pbar1 .tbot .tb1 {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #e1e1e1;
  padding:0 0 2rem 0;
}
.prod .pbar1 .tbot .tb1 a {
  background: #f08519;
  border-radius: 30px;
  padding: 0.8rem 2rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
}
.prod .pbar1 .tbot .tb1 a img{
    width: 2rem;
    margin-right: 0.5rem;
}
.prod .pbar1 .tbot .tb2 {
  display: flex;
  padding: 2rem 0;
}
.prod .pbar1 .tbot .tb2 img {
  margin-right: 2rem;
  max-height: 5rem;
}
.prod .pbar2 dl {
  display: flex;
  background: #fbfaf9;
}
.prod .pbar2 dl dd {
  font-size: 1.6rem;
  padding: 1.2rem 6rem;
  background: #f1f1f1;
  color: #141414;
  margin-right: 1px;
  font-family: "title";
  cursor: pointer;
  border-top: 3px solid transparent;
  transition: all 0.5s ease;
}
.prod .pbar2 dl dd.active {
  background: #f08519;
  color: #fff;
}
.prod .pbar2 .boxs {
  width: 100%;
  padding: 2.5rem 0;
  box-sizing: border-box;
}
.prod .pbar2 .dbox {
  display: none;
}
.prod .pbar2 .dbox:first-of-type {
  display: block;
}
.prod .pbar2 p strong {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 2rem;
  display: block;
}
.prod .pbar2 p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.prod .pbar2 p strong {
  color: #141414;
  display: block;
  margin-top: 2rem;
}
.prod .pbar2 table {
  width: 100%;
}
.prod .pbar2 table tr td {
  font-size: 1.46rem;
  padding: 1.5rem;
  text-align: center;
  color: #333;
  background: #fff;
}
.prod .pbar2 table tr:nth-of-type(2n + 1) td {
  background: #f1f1f1;
}
.prod .pbar2 table tr td:first-of-type {
  text-align: left;
  padding: 1.5rem 3rem;
  width: 40%;
}
.prod .pbar2 .dbox2 .imgs {
  width: 100%;
  padding-top: 5%;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.prod .pbar2 .dbox2 .imgs p {
  font-size: 2rem;
  font-family: "title";
  color: #141414;
  font-weight: bold;
}
.prod .pbar2 .dbox2 .imgs img {
  width: 100%;
}
.prod .pbar2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod .pbar2 ul a {
  background: #fff;
  padding: 0.4rem 2rem;
  box-sizing: border-box;
  margin: 1% 0;
  border-radius: 6px;
  width: 49%;
  border: 1px solid #e1e1e1;
}
.prod .pbar2 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod .pbar2 ul li p {
  font-size: 1.6rem;
  color: #141414;
  font-family: "title";
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
.prod .pbar2 ul li:hover h5 {
  background: #f08519;
  color: #fff;
}
.prod .pbar2 ul li img {
  width: 5rem;
  margin-right: 1rem;
}
.prod .pbar2 ul li h5 {
  font-weight: normal;
  font-size: 1.6rem;
  background: #f1f1f1;
  color: #141414;
  padding: 1rem 3rem;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.prod .pbar2 .bbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.prod .pbar2 .bbs a {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(155, 155, 155, 0.19);
  text-align: center;
  overflow: hidden;
  margin: 1% 2% 1% 0;
}
.prod .pbar2 .bbs img {
  width: 100%;
  transition: all 0.5s ease;
}
.prod .pbar2 .bbs a:hover img {
  transform: scale(1.04);
}
.prod .pbar2 .bbs p {
  font-size: 1.8rem;
  color: #141414;
  font-family: "title";
  font-weight: bold;
  transition: all 0.5s ease;
  margin-bottom: 4rem;
}
.prod .pbar2 .bbs a:hover p {
  color: #f08519;
}
.big_box {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999999999;
  display: none;
}
.big_imgss {
  position: absolute;
  height: 85%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.big_imgss.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.big_box .big_imgss img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.big_box .righttop {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9;
  padding: 15px;
}
.big_box .righttop div {
  float: right;
}
.big_box .righttop img {
  margin: 0;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  filter: invert(1) brightness(10000);
}
.big_box .righttop img:hover {
  opacity: 0.6 !important;
}
/* 加载页 */
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-wrap .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 0;
  transition: all 600ms;
  background-color: #f08519;
  animation: long 1s forwards linear;
  z-index: 100;
}
@keyframes long {
  from {
    height: 0;
  }
  to {
    height: 100%;
    opacity: 0;
  }
}
.loader-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  animation-name: zoom;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.loader-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  animation-name: zoom2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes zoom {
  0% {
    width: 50%;
    left: 0;
  }

  25% {
    width: 0;
    left: 0;
  }

  75% {
    width: 0;
    left: 50%;
  }

  100% {
    width: 50%;
    left: 50%;
  }
}

@keyframes zoom2 {
  0% {
    width: 50%;
    right: 0;
  }

  25% {
    width: 0;
    right: 0;
  }

  75% {
    width: 0;
  }

  100% {
    width: 50%;
    right: 50%;
  }
}

.loader-wrap .logo {
  position: absolute;
  bottom: 50%;
  margin-bottom: 32px;
  z-index: 100;
}

.loader-wrap .num {
  position: absolute;
  top: 50%;
  margin-top: 20px;
  font-size: 19px;
  color: black;
  z-index: 100;
}

.loader-wrap .loadingbar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1000;
}

.loader-wrap .loadingbar .processbar {
  width: 0;
  height: 1px;
  background: #f08519;
  transition: all 0.3s linear;
}

.loader-wrap .logo {
  position: absolute;
  bottom: 50%;
  margin-bottom: 32px;
  z-index: 100;
  height: 5rem;
}
/* ::-webkit-scrollbar{
	display: none;
  } */
html[lang='en'] *{
    letter-spacing: 0 !important;
}
html[lang='en'] .footer .ll p{
    padding: 0;
}
html[lang='en'] .footer .ll p strong{
    position: static;
}
html[lang='en'] .title2 h6{
    font-size: 2.2rem;
}
html[lang='en'] .pp_menu dl dd{
    font-size: 1.4rem;
}