@charset "utf-8";
/* CSS Document */
@font-face {
  src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
  font-family: "myfont";
}
@font-face {
  src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
  font-family: "title";
}
@font-face {
  src: url(../fonts/pangmenzhengdao.ttf);
  font-family: "nums";
}
@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";
  color: var(--color2);
}
p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1rem 0;
  color: #666;
  text-align: justify;
}
img {
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #666;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color2);
}

::selection {
  background: var(--color2);
  color: #fff;
}
.w_all {
  width: 94%;
  margin: auto;
}
.w_all2 {
  width: 76%;
  margin: auto;
}
.flexBoxs {
  display: flex;
  flex-wrap: wrap;
}
html,
body {
  width: 100%;
  position: relative;
  font-size: 62.5%;
  --color: #003f69;
  --color2: #2a2926;
}
header {
  width: 100%;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: all 0.3s linear;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 999;
}
header .nav_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav {
  display: flex;
  align-items: center;
  position: relative;
}
header .logo {
  height: 1.8rem;
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .logo img {
  display: block;
  height: 100%;
}
header ul {
  display: flex;
  justify-content: space-between;
}
header ul li {
  position: relative;
  margin-right: 3rem;
}
header .nav li::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 0;
  height: 3px;
  background: var(--color);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .nav li h2 {
  color: var(--color2);
  line-height: 80px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "title";
  letter-spacing: 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  cursor: default;
}
header .nav li h2 i {
  margin-left: 4px;
  font-size: 1.3rem;
  color: var(--color2);
  font-family: "title";
  display: block;
  transform: rotate(90deg);
}
header.active .nav li h2 {
  line-height: 64px;
}
header .nav li:hover h2 {
  color: var(--color);
}
header .nav li:hover::before {
  opacity: 1;
  width: 100%;
}
header .others {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
}
header .others .lls {
  background: var(--color2);
  color: #fff;
  padding: 1rem 3.2rem;
  font-size: 1.4rem;
  border-radius: 5rem;
  margin-right: 3rem;
  transition: all 0.4s ease;
  font-family: "title";
}
header .others .lls:hover {
  background: var(--color);
}
header .others .search {
  margin-right: 2rem;
  cursor: pointer;
  display: none;
}
header .others .search img {
  width: 1.96rem;
}
header .language {
  color: var(--color2);
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
header .language img {
  width: 1.8rem;
  margin-right: 5px;
}
header .language:hover {
  color: var(--color2);
  opacity: 0.8;
}
.navBtn {
  z-index: 99999;
  cursor: pointer;
  display: none;
}
.navBtn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color2);
  margin: 4px auto;
}
header.active .navBtn span {
  background: #333;
}
.nav_btn_active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav_btn_active span {
  background: #333 !important;
}
.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: -55%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 6px 6px;
  backdrop-filter: blur(5px);
  width: max-content;
  min-width: 100%;
  display: none;
  padding: 0.6rem 0rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}
.s_menu .sr p {
  text-align: center;
  font-size: 1.38rem;
  padding: 0.6rem 2rem;
  box-sizing: border-box;
  margin: 0;
  color: var(--color2);
  transition: all 0.4s ease;
}
.s_menu .sr p:hover {
  background: var(--color);
  color: #fff;
}
.menubox {
  position: fixed;
  left: 0px;
  top: 80px;
  width: 100%;
  height: 100vh;
  background: #494948;
  opacity: 0.6;
  display: none;
  z-index: 0;
  overflow: hidden;
}
.sp_menu {
  position: fixed;
  left: 0px;
  width: 100%;
  display: block;
  z-index: 9999;
  transform: scaleY(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform-origin: 0 0;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}
.sp_menu.active {
  transform: scaleY(1);
}
.sp_menu .sr {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 3% 0;
}
.sp_menu .sr p {
  text-align: center;
  font-family: "title";
  color: var(--color2);
  font-size: 2.4rem;
  transition: all 0.4s ease;
}
.sp_menu .sr .imgs:hover p {
  color: var(--color);
}
.sp_menu .sr img {
  width: 100%;
  transition: all 0.6s linear;
}
.sp_menu .sr .imgs:hover img {
  transform: scale(1.04);
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  padding: 1rem 2rem;
  box-sizing: border-box;
  margin-top: calc(80px + 1rem);
  height: calc(100vh - 80px - 2rem);
}
.banner .swiper-container {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .txt {
  position: absolute;
  left: 0%;
  bottom: 4%;
  z-index: 99;
  color: #fff;
  background: #7d807f;
  padding: 3rem;
  width: max-content;
  border-radius: 1rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.banner .swiper-slide-active .txt {
  left: 3% !important;
}
.banner .txt h3 {
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: 1;
  line-height: 1.4;
  font-family: "title";
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.banner .txt p {
  margin: 16px 0 0;
  color: hsla(0, 0%, 100%, 0.85);
  font-weight: 400 !important;
  font-size: 2rem;
  line-height: 28px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.banner .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 0 2%;
  bottom: 4% !important;
  box-sizing: border-box;
}
.banner .swiper-pagination span {
  background: #fff;
  opacity: 1 !important;
  transition: all 0.3s linear;
}
.banner .swiper-pagination-bullet-active {
  width: 2.5rem;
  border-radius: 2rem;
}
.btn .ll {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  height: 36px;
  padding: 6px;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn .lll {
  left: 3%;
}
.btn .llr {
  right: 3%;
}
.btn .ll i {
  display: block;
  font-size: 2rem;
  line-height: 36px;
  color: #fff;
}
.btn .llr i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn .ll:hover {
  background: #d81c6f;
}
.title {
  margin-bottom: 2rem;
}
.title h3 {
  letter-spacing: 1px;
  font-family: "title";
  font-size: 4rem;
  color: var(--color2);
  font-weight: normal;
}
.title p {
  width: 60%;
  margin: 2rem auto 0;
}
.titleCenter {
  text-align: center;
}
.more {
  width: max-content;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  margin: 3rem auto 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.more span {
  display: block;
  font-family: "title";
  letter-spacing: 2px;
  padding: 1.1rem 3.5rem;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.more span strong {
  position: relative;
  z-index: 6;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "title";
  color: var(--color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.more:hover span {
  background: var(--color);
}
.more:hover span strong {
  color: #fff;
}
.allbars {
  padding: 6% 0;
  position: relative;
}
.index_bar {
  height: calc(100vh - 76px);
}
.index_pro {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  height: 100vh;
}
.index_pro ul {
  display: flex;
  height: 100vh;
  position: relative;
  z-index: 10;
}
.index_pro ul a {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease-out;
  flex: 1 1 50%;
}
.index_pro h6 {
  font-size: 5.6rem;
  color: #fff;
  text-align: center;
}
.index_pro .txt {
  position: absolute;
  left: 3%;
  bottom: -20%;
  background: rgba(217, 217, 217, 0.13);
  padding: 4rem;
  width: 45rem;
  border-radius: 2rem;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 1s ease;
}
.index_pro ul a.on {
  width: 72%;
  flex: 1 1 72%;
}
.index_pro ul a.on .txt {
  opacity: 1;
  bottom: 5%;
}
.index_pro .txt p {
  color: #fff;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.index_pro ul a:nth-of-type(2) {
  border-radius: 2rem 0 0 2rem;
  background: transparent;
}
.index_pro ul a:nth-of-type(2) .txt {
  left: inherit;
  right: 3%;
}
.index_pro .videos {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
  clip-path: inset(0 50% 0 50%);
  -webkit-clip-path: inset(0 50% 0 50%);
  pointer-events: none;
  z-index: 11;
}
.index_pro .videos.fixed {
  position: fixed;
}
.index_pro .videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index_about {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.index_about .tt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  flex-direction: column;
}
.index_about h3 {
  font-size: 6.4rem;
  margin: auto;
  color: var(--color2);
  font-weight: normal;
  font-family: "title";
  position: absolute;
  width: max-content;
}
.index_about h3.top {
  opacity: 1;
}
.index_about h3.top span {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  font-size: 6.4rem;
  color: var(--color2);
  font-weight: normal;
  font-family: "title";
  transition: all 0.6s ease;
}
.index_about h3.top span.show {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.index_about h3.bottom {
  opacity: 0.1;
}
.index_news {
  padding-top: 0;
}
.index_news ul {
  display: flex;
  justify-content: space-between;
  padding: 1% 1% 0;
}
.index_news ul li {
  border-radius: 2rem;
  overflow: hidden;
  width: 24%;
  position: relative;
  cursor: pointer;
  background: #000;
}
.index_news ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index_news ul li .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news ul li b {
  display: block;
  width: 100%;
  height: 50rem;
  opacity: 0.7;
  transition: all 0.6s linear;
}
.index_news ul li .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 3;
}
.index_news ul li h6 {
  font-size: 1.4rem;
  color: #fff;
}
.index_news ul li h5 {
  font-size: 2rem;
  line-height: 1.6;
  margin: 1rem 0 2rem;
  color: #fff;
}
.index_news ul li .tt {
  opacity: 0;
  transition: all 0.4s linear;
}
.index_news ul li p {
  font-size: 1.4rem;
  color: #fff;
}
.index_news ul li .more {
  margin: 3rem auto 0;
}
.index_news ul li:hover b {
  opacity: 0.5;
  transform: scale(1.06);
}
.index_news ul li:hover .tt {
  opacity: 1;
}
.index_service {
  background: #cdcccc;
  height: calc(100vh - 65px);
  position: relative;
}
.index_service .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_service .bg .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.index_service .bg .img:first-of-type {
  display: block;
}
.index_service .title {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.index_service .title h3 {
  color: #fff;
}
.index_service ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 3;
}
.index_service ul li {
  border-radius: 2rem;
  width: 32%;
  position: relative;
  cursor: pointer;
  background: rgb(245, 245, 245, 0.9);
  color: #fff;
  padding: 0 1rem;
  height: 16rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  backdrop-filter: blur(1px);
}
.index_service ul li h6 img {
  width: 3rem;
  margin-right: 2rem;
  filter: invert(1) brightness(10000);
}
.index_service ul li h6 {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 1rem 0 1rem;
  color: var(--color3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_service ul li p {
  color: #fff;
  opacity: 0.5;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.index_service .more2 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: #fff;
  border-radius: 50%;
  width: 2rem;
  padding: 0.8rem;
  transition: all 0.3s linear;
}
.index_service .more2 img {
  transition: all 0.3s linear;
}
.index_service .more2 img {
  width: 100%;
  margin: 0;
}
.index_service ul li:hover {
  background: #fff;
}
.index_service ul li:hover .more2 {
  background: var(--color);
}
.index_service ul li:hover .more2 img {
  transform: rotate(90deg);
  filter: invert(1) brightness(10000);
}
.footer {
  background: #2a2926;
  color: #fff;
}

.footer .bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 5% 0 4%;
}
.footer .left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer dl:last-of-type {
  margin-left: 8%;
}
.footer dl dt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  font-family: "title";
  position: relative;
  color: #fff;
}
.footer dl dd {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem 0;
  font-size: 1.46rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.4;
}
.footer dl dd:hover {
  color: rgba(255, 255, 255, 1);
  transform: translateX(5px);
}
.footer dl p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem 0;
  font-size: 1.46rem;
}
.footer dl .bbs {
  width: 40rem;
}
.footer dl .bbs input {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #fff;
  padding: 1.6rem 2rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-radius: 1rem;
}
.footer dl .bbs input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer dl .bbs button {
  width: 100%;
  background: none;
  box-shadow: none;
  color: #333;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5rem;
  margin-top: 1rem;
  font-family: "title";
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.footer dl .bbs button:hover {
  background: var(--color);
  color: #fff;
}
.footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.footer .copy .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.footer .copy .ll {
  display: flex;
  align-items: center;
}
.footer .copy p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer .copy p a {
  font-size: 1.4rem;
  margin-left: 20px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.7;
}
.footer .copy p a:hover {
  opacity: 1;
}
.copy .rr {
  display: flex;
  align-items: center;
}
.copy .rr img {
  height: 3rem;
  margin-right: 2rem;
}
.copy .rs {
  transition: all 0.3s linear;
}
.copy .rs:hover {
  opacity: 0.6;
}
.all_back {
  background: #fff;
  border-radius: 3px;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.all_back i {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.all_back:before {
  content: "TOP";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.all_back:hover:before {
  opacity: 1;
  top: -15px;
}
.all_box {
  padding: 6% 0;
  position: relative;
}
.bans .contain {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.bans .contain::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.bans .txt2 {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  text-align: center;
  z-index: 6;
}
.title3 h3 {
  font-size: 4.6rem;
  font-weight: normal;
  font-family: "title";
  line-height: 1.4;
}
.bans .txt2 .title3 h3 {
  margin-bottom: 4rem;
  color: #fff;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.bans .txt2 p {
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  color: #fff;
}
.bans .txt2 h6 {
  width: max-content;
  margin: 4rem auto 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  font-weight: normal;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
}
.bans .bottoms {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
}
.bans dl {
  display: flex;
  justify-content: space-between;
  padding: 3% 0;
}
.bans dl dd {
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.bans dl dd:first-of-type {
  border: none;
}
.bans dl dd .nn {
  display: flex;
  align-items: flex-start;
  font-size: 5rem;
  color: #fff;
  justify-content: center;
  font-weight: bold;
}
.bans dl dd strong {
  font-size: 5rem;
  color: #fff;
  font-family: "nums";
  margin-right: 10px;
  line-height: 1.4;
}
.bans dl dd span {
  color: #fff;
}
.bans dl dd p {
  display: block;
  color: #fff;
  margin-top: 0px;
  font-family: "title";
  opacity: 0.8;
  text-align: center;
}
.all_nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.all_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.all_nav ul a {
  margin: 0 4%;
  display: block;
}
.all_nav ul li {
  font-size: 1.7rem;
  line-height: 76px;
  color: var(--color2);
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1px;
}
.all_nav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #d81c6f;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.all_nav ul li.active,
.all_nav ul li:hover {
  color: #d81c6f;
  font-family: "title";
}
.all_nav ul li.active::before {
  opacity: 1;
  width: 100%;
}
.title2 {
  text-align: center;
  margin-bottom: 4rem;
}
.title2 h3 {
  font-size: 3.2rem;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "title";
}
.about0 .tt {
  height: 20vh;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.about0 .tt.show-all {
  height: inherit;
  max-height: 80vh;
  overflow: auto;
}
.honor .title {
  margin-bottom: 4%;
}

.honor .swiper-wrapper {
  align-items: center;
}
.honor .swiper-slide {
  background: #f6f6f6;
  overflow: hidden;
}
.honor img {
  width: 100%;
  transition: all 0.5s ease;
}
.honor .swiper-slide:hover img {
  transform: scale(1.06);
}
.honor .swiper-pagination {
  position: static;
  margin-top: 4rem;
  text-align: center;
}
.honor .swiper-pagination-bullet {
  margin: 4px;
}
.honor .swiper-pagination-bullet-active {
  background: var(--color);
}
.honor p {
  display: none;
}
.history {
  background: #f9fafc;
}
.history .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.history .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4% 12% 6%;
  box-sizing: border-box;
}
.history .swiper-slide b {
  width: 48%;
  height: 40vh;
  overflow: hidden;
  display: block;
}
.history .swiper-slide b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history .swiper-slide .txt {
  width: 48%;
}
.history .swiper-slide h5 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: var(--color2);
}
.history .swiper-slide p {
  font-size: 1.5rem;
}
.history .swiper-slide h6 {
  font-size: 60rem;
  font-family: "nums";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.03;
  z-index: -1;
  color: var(--color2);
}
.history .swiper-pagination {
  border-bottom: 1px solid #ccc;
  width: 85%;
  position: static;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
.history .swiper-pagination-bullet {
  font-size: 2rem;
  color: var(--color2);
  font-family: "title";
  margin: 0 2rem !important;
  position: relative;
  width: auto !important;
  height: auto !important;
  opacity: 1;
  background: none !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.history .swiper-pagination-bullet:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  transition: 0.8s;
}
.history .swiper-pagination-bullet::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #999999;
  opacity: 0.42;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  transition: 0.8s;
}
.history .swiper-pagination-bullet-active {
  color: var(--color);
  transform: scale(2);
}
.history .swiper-pagination-bullet-active::before {
  bottom: 10px;
  background: var(--color);
  opacity: 1;
  animation: scale2 2s infinite;
}
.history .swiper-pagination-bullet-active::after {
  bottom: 7px;
  background: var(--color);
  animation: scale2 2s infinite;
}
@keyframes scale2 {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0.9;
  }

  100% {
    transform: translateX(-50%) scale(2);
    opacity: 0;
  }
}
.history .bottom .ll {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px dashed #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.history .bottom .ll i {
  font-size: 2rem;
  transition: all 0.3s linear;
  color: var(--color2);
}
.history .bottom .llr i {
  display: block;
  transform: rotate(180deg);
}
.history .bottom .ll:hover i {
  color: var(--color);
}
.grobal .title {
  margin-bottom: 4rem;
}
.grobal p {
  text-align: center;
  margin: 0;
}
.grobal .imgs {
  margin-top: 6rem;
}
.grobal .imgs img {
  width: 80%;
  margin: auto;
}

.bans2 {
  margin-top: 80px;
  text-align: center;
}
.bans2 .search {
  border-radius: 4px;
  background: rgb(255, 255, 255);
  padding: 14px 16px;
  box-shadow: rgba(22, 22, 22, 0.16) 0px 2px 4px;
  width: 50rem;
  margin: 4rem auto 0;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
}
.bans2 .search i {
  font-size: 2rem;
  display: block;
  margin-right: 1rem;
  margin-top: -2px;
}
.bans2 .search input {
  font-size: 1.6rem;
  width: 100%;
}
.bans2 .search input::placeholder {
  color: var(--color2);
}
.download {
  background: #f6f6f6;
}
.download .bar1 .title2 {
  margin: 0;
}
.download .bar1 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.download .bar1 .top .rr {
  display: flex;
  align-items: center;
}
.download .bar1 .top .rr .rl {
  margin-left: 1rem;
  cursor: pointer;
  transition: all 0.3s linear;
  padding: 1rem;
  border-radius: 4px;
  background: #f6f6f6;
}
.download .bar1 .top .rr img {
  width: 2rem;
}
.download .bar1 .top .rr .rl.active {
  background: var(--color);
}
.download .bar1 .top .rr .rl.active img {
  filter: invert(1) brightness(10000);
}
.download ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}
.download ul.active {
  grid-template-columns: repeat(1, 1fr);
}
.download ul li {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 1.5rem 4rem 0;
  border-radius: 1rem;
  transition: all 0.5s linear;
}
.download ul li h6 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2rem 0;
  transition: all 0.5s linear;
}
.download ul li p {
  font-size: 1.6rem;
  color: #999999;
  margin: 3rem 0;
  transition: all 0.5s linear;
  display: flex;
  width: max-content;
  align-items: center;
}
.download ul li img {
  margin-right: 0.5rem;
  width: 2.2rem;
  transition: all 0.5s linear;
}
.download ul li:hover {
  background: var(--color);
  color: #fff;
}
.download ul li:hover img {
  filter: invert(1) brightness(1000);
}
.download ul li:hover h6 {
  color: #fff;
}
.download ul li:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.download ul li:hover p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.6s linear;
  opacity: 0.5;
}
.download ul li:hover p:hover::before {
  width: 100%;
}
.service2 .bar1 {
  padding-top: 0;
}
.service2 .bar1 ul li {
  background: #fff;
  margin: 0 0 3rem 0;
  padding: 2% 4%;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.service2 .bar1 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--color);
}
.service2 .bar1 ul li:hover:after {
  width: 100%;
  transition: all 0.5s linear;
}
.service2 .bar1 ul li .ll {
  width: 66%;
}
.service2 .bar1 ul li .rr {
  width: 30%;
}
.service2 .bar1 ul li .rr img {
  width: 100%;
}
.service2 .bar1 ul li h6 {
  font-size: 2rem;
  font-weight: 300;
  font-family: "title";
  margin: 2rem 0;
  transition: all 0.5s linear;
  display: flex;
  align-items: center;
}
.service2 .bar1 ul li:hover h6 {
  color: var(--color);
}
.service2 .bar1 ul li h6 strong {
  font-size: 2.2rem;
  font-family: "title";
  font-weight: bold;
  margin-right: 1rem;
}
.service2 .bar1 ul li p {
  font-size: 1.6rem;
  transition: all 0.5s linear;
  display: flex;
  width: max-content;
  align-items: center;
}
.service2 .bar1 ul li p img {
  width: 2.4rem;
  margin-right: 0.8rem;
}
.service2 .bar2 {
  background: #fff;
}
.service2 .bar2 .title3 {
  text-align: center;
}
.service2 .bar2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 5rem;
}
.service2 .bar2 ul li {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.02);
  padding: 3rem;
  background: #f9f9f9;
  transition: all 0.5s linear;
  cursor: default;
}
.service2 .bar2 ul li:hover {
  transform: translateY(-1.5rem);
}
.service2 .bar2 ul li:hover h6 {
  color: var(--color);
}
.service2 .bar2 ul li h6 {
  font-size: 2rem;
  font-family: "title";
  font-weight: normal;
  transition: all 0.5s linear;
  margin-bottom: 2rem;
}
.service2 .bar2 ul li p {
  font-size: 1.6rem;
  transition: all 0.5s linear;
  position: relative;
  padding-left: 3.2rem;
  text-align: left;
}
.service2 .bar2 ul li p a {
  font-size: 1.6rem;
}
.service2 .bar2 ul li p img {
  width: 2.4rem;
  position: absolute;
  left: 0;
  top: 1px;
}
.service2 .bar2 ul li .p2 {
  overflow: hidden;
  margin-top: 4rem;
  width: max-content;
  cursor: pointer;
}
.service2 .bar2 ul li .p2 a {
  opacity: 0;
}
.service2 .bar2 ul li .p2 .img2 {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 8.5rem;
  opacity: 0;
  padding: 0.8rem;
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.service2 .bar2 ul li .p2:hover {
  overflow: inherit;
}
.service2 .bar2 ul li .p2:hover .img2 {
  opacity: 1;
  left: 3rem;
  transition: all 0.3s linear;
}
.service4 {
  background: #f6f6f6;
}
.service4 ul {
  margin: 0 auto 5%;
}
.service4 ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service4 ul li:first-of-type {
  padding-top: 0;
}
.service4 ul li h6 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2rem 0;
  transition: all 0.5s linear;
  display: flex;
  align-items: center;
}
.service4 ul li h6 img {
  opacity: 0.2;
}
.service4 ul li:hover h6 {
  color: var(--color);
}
.service4 ul li .rr {
  display: flex;
  align-items: center;
}
.service4 ul li p {
  font-size: 1.6rem;
  color: #666;
  margin: 0 0 0 2rem;
  transition: all 0.5s linear;
  display: flex;
  width: max-content;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5rem;
  padding: 0.6rem 3rem;
}
.service4 ul li img {
  margin-right: 1rem;
  width: 2.3rem;
  transition: all 0.5s linear;
  filter: brightness(90%);
}
.service4 ul li p:hover {
  background: var(--color);
  color: #fff;
}
.service4 ul li p:hover img {
  filter: invert(1) brightness(1000);
}
.news {
  padding-top: 0;
}
.news ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news ul li {
  width: 28.5%;
  margin-bottom: 5%;
  height: 100%;
}
.news ul li:nth-of-type(1),
.news ul li:nth-of-type(9) {
  width: 57%;
}
.news ul li:nth-of-type(1) b,
.news ul li:nth-of-type(9) b {
  height: auto;
}
.news ul li:nth-of-type(2),
.news ul li:nth-of-type(8) {
  width: 34%;
}
.news ul li:nth-of-type(2) b,
.news ul li:nth-of-type(8) b {
  height: 36rem;
}
.news ul li:nth-of-type(6),
.news ul li:nth-of-type(7) {
  width: 46%;
}
.news ul li:nth-of-type(6) b,
.news ul li:nth-of-type(7) b {
  height: 46rem;
}
.news ul li b {
  display: block;
  width: 100%;
  height: 28rem;
  overflow: hidden;
  transition: all 0.5s linear;
}
.news ul li b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.news ul li:hover b {
  transform: scale(0.96);
}
.news ul li:hover b img {
  transform: scale(1.1);
}
.news ul li h6 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.news ul li h2 {
  font-size: 2rem;
  margin: 2rem 0 1.5rem;
  font-weight: normal;
  font-family: "title";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news ul li:hover h2 {
  color: var(--color);
}
.news ul li p {
  width: 80%;
  font-size: 1.5rem;
}
.bans_newsd {
  display: flex;
  margin-top: 80px;
  overflow: hidden;
}
.bans_newsd .ll {
  width: 55%;
  min-height: calc(100vh - 80px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
}
.bans_newsd .ll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.bans_newsd .rr {
  width: 28%;
  padding: 5% 0% 3% 4%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.bans_newsd .rr .title2 h3 {
  text-align: left;
  color: var(--color);
}

.newsd .tt p {
  margin: 1rem 0;
  overflow: hidden;
  color: var(--color2);
}
.newsd .tt p img {
  width: 65%;
  margin: 3% 0;
  object-fit: cover;
}
.newsd .tt p strong {
  margin-top: 3.8rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color2);
  width: 30%;
  text-align: left;
}
.newsd .tt p:has(img) {
  display: flex;
  justify-content: space-between;
}
.newsd .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color3);
  padding: 2rem 0;
  margin-top: 4%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.newsd .bottom p {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.newsd .bottom p a {
  font-size: 1.6rem;
  transition: all 0.5s linear;
  color: #666666;
}
.newsd .bottom p:hover a {
  color: var(--color);
}
.newsd .bottom p i {
  font-size: 1.4rem;
  color: #666666;
  margin: 0.1rem 0.5rem 0;
}
.newsd .bottom p:first-of-type i {
  transform: rotate(180deg);
  margin-top: 0;
}
.contact {
  background: var(--color);
}
.contact .bar1 {
  display: flex;
  justify-content: space-between;
}
.contact .bar1 .ll {
  width: 40%;
}
.contact .bar1 .message {
  width: 55%;
  box-sizing: border-box;
}
.contact .bar1 .title2 h3 {
  margin-bottom: 1rem;
  color: #fff;
  align-items: center;
  display: flex;
}
.contact .bar1 .title2 h3 img {
  color: #fff;
  width: 3.7rem;
  margin-right: 1.5rem;
}
.contact .bar1 .ll ul li {
  margin: 2rem 0;
}
.contact .bar1 .ll ul li h6 {
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "title";
  margin-bottom: 1rem;
}
.contact .bar1 .ll ul li p {
  color: #fff;
  margin: 0rem 0;
  line-height: 1.6;
}
.contact .bar1 .ll ul li p a {
  color: #fff;
  font-size: 1.6rem;
}
.contact .bar1 .ll ul li p a:hover {
  text-decoration: underline;
}
.contact .bar1 .ll ul li img {
  margin-bottom: 1rem;
}
.contact .bar1 .title2 p {
  color: #fff;
}
.message .online .inps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.message .online .inps p {
  margin: 0 0 2rem;
}
.message .online .inps p.pp1 {
  width: 32%;
}
.message .online .inps p.pp2 {
  width: 49%;
}
.message .online .inps p.pp3 {
  width: 100%;
}
.message .online .inps p span {
  font-size: 1.6rem;
  display: block;
  color: #333;
  margin-bottom: 5px;
}
.message .online .inps p img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.message .online .inputs {
  font-size: 1.8rem;
  background: none;
  display: block;
  line-height: 1.4;
  padding: 3rem 0;
  color: #fff;
  width: 100%;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 0.5rem;
  font-weight: 300;
}
.message ::placeholder {
  color: #fff;
  font-weight: 300;
}
.message textarea {
  min-height: 22rem;
}
.message .online option {
  font-size: 1.8rem;
}
.message .submit {
  margin: 5rem 0 0;
  position: relative;
}
.message .submit button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
}
.pro {
  padding-top: 0;
}
.pro ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}
.pro ul li {
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 2rem;
  text-align: center;
  overflow: hidden;
  padding: 5% 0;
}
.pro ul li h6 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2rem 0;
  transition: all 0.5s linear;
}
.pro ul li img {
  width: 100%;
  transition: all 0.5s ease;
}
.pro ul li:hover img {
  transform: scale(1.1);
}
.pro ul li:hover h6 {
  color: var(--color);
}
.bans_prod .ll img {
  display: none;
}
.bans_prod .ll img:first-of-type {
  display: block;
}
.bans_prod .rr {
  padding: 2% 4%;
  width: 50%;
}
.bans_prod .rr h6 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.bans_prod .rr .t2 {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 0;
}
.bans_prod .rr .t2 span {
  width: 2rem;
  height: 2rem;
  padding: 0.3rem;
  border-radius: 50%;
  margin: 0 1.4rem 0 0;
  border-radius: 50%;
  display: block;
  background: #c73c39;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.bans_prod .rr .t2 span.active {
  transform: scale(0.86);
}
.bans_prod .rr .t2 span i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  border: 1px solid #c73c39;
  height: 120%;
  border-radius: 50%;
  display: none;
}
.bans_prod table {
  width: 100%;
  margin-top: 3rem;
}
.bans_prod table tr td {
  padding: 1rem 0;
  font-size: 1.5rem;
  color: var(--color2);
  width: 50%;
}
.bans_prod table tr td strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: var(--color2);
}
.prod ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
  margin-top: 3%;
}
