@font-face {
  font-family: "iconfont";
  /* Project id 2874806 */
  src: url('/static/cn/css/iconfont/iconfont.woff2?t=1635210561214') format('woff2'), 
  url('/static/cn/css/iconfont/iconfont.woff?t=1635210561214') format('woff'), 
  url('/static/cn/css/iconfont/iconfont.ttf?t=1635210561214') format('truetype');
}
@font-face {
  font-family: HarmonyOS_Sans_Light;
  src: url("/static/cn/font/HarmonyOS_Sans_SC_Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_Regular;
  src: url("/static/cn/font/HarmonyOS_Sans_SC_Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_Medium;
  src: url("/static/cn/font/HarmonyOS_Sans_SC_Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_Bold;
  src: url("/static/cn/font/HarmonyOS_Sans_SC_Bold.ttf");
  font-display: swap;
}
.bold {
  font-family: HarmonyOS_Sans_Bold;
}
.medium {
  font-family: HarmonyOS_Sans_Medium;
}
.regular{
     font-family: HarmonyOS_Sans_Regular;
}
.light {
  font-family: HarmonyOS_Sans_Light;
}
.p {
  text-align: justify;
}
:root {
  --color: #fff000;
}
body {
  font-family: "HarmonyOS_Sans_Light", "PingFang SC", "Microsoft Yahei", "΢���ź�", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background: #161820;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.swiper-pagination-lock {
  display: none!important;
}
.s-title {
  display: flex;
  justify-content: space-between;
}
.s-title .left {
  color: #fff;
  flex: 1;
}
.s-title .left h3 {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.s-title .left h3:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.s-title .left h2 {
  margin-top: 20px;
}
.s-title .left h2 span {
  color: var(--color);
}
.s-title .right {
  width: 49%;
}
.s-title .right .text {
  color: #fff;
}
.s-title .right .text p {
  margin-top: 30px;
  line-height: 1.8;
}
.s-title.regular {
  align-items: flex-end;
}
.s-title.regular .right {
  width: auto;
}
.s-mores a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.4);
  color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-mores a h3 {
  margin-right: 20px;
  line-height: 10px;
   font-family: HarmonyOS_Sans_Light;
     -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-mores a .sign {
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.s-mores a .sign img {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-mores a .sign img.regular{
    opacity: .7;
}
.s-mores a .sign img.hover {
  left: -20px;
  top: 20px;
}
.s-mores a:hover {
  border: 1px solid var(--color);
}
.s-mores a:hover h3 {
  color: var(--color);
}
.s-mores a:hover .sign img.regular {
  top: -20px;
  left: 20px;
}
.s-mores a:hover .sign img.hover {
  left: 0;
  top: 0;
}
.t-mores a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
   color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.t-mores a .sign {
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.t-mores a .sign img {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.t-mores a .sign img.regular{
    opacity: .7;
}
.t-mores a .sign img.hover {
  left: -20px;
  top: 20px;
}
.t-mores a:hover {
  border: 1px solid var(--color);
}
.t-mores a:hover .sign img.regular {
  top: -20px;
  left: 20px;
}
.t-mores a:hover .sign img.hover {
  left: 0;
  top: 0;
}
.r-mores {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.r-mores .sign {
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.r-mores .sign img {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.r-mores .sign img.regular{
    opacity: .4;
}
.r-mores .sign img.hover {
  left: -20px;
  top: 20px;
  opacity: .4;
}
.bread-nav {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  top: 140px;
}
.bread-nav .con {
  display: flex;
  align-items: center;
  color: #fff;
}
.bread-nav .con svg {
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.bread-nav .con span {
  margin: 0 6px;
  opacity: 0.5;
}
.bread-nav .con a {
  color: #fff;
}
.bread-nav .con h3 {
  max-width: 50%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.bread-nav .con h3 br{
    display: none;
}
.backtop {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  background: #222;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  display: none;
  transform: translateY(200%);
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.backtop svg {
  width: 15px;
  height: 15px;
}
.backtop svg path {
  fill: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.backtop.act {
  transform: translateY(0%);
}
.backtop:hover {
  background: var(--color);
}
.backtop:hover svg path {
  fill: #333;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.header:after {
  content: '';
  width: 0;
  height: 4px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s cubic-bezier(0.42, 0, 1, 1);
  display: none;
}
.header .con {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 60px;
}
.header .con .logo {
  height: 100px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a {
  line-height: 1;
}
.header .con .logo a img {
  height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header .con .nav {
  flex: 1;
}
.header .con .nav > ul {
  display: flex;
  justify-content: flex-end;
}
.header .con .nav > ul > li {
  position: relative;
  margin-right: 30px;
}
.header .con .nav > ul > li > h2 {
  position: relative;
}
.header .con .nav > ul > li > h2:after {
  content: '';
  width: 0;
  height: 2px;
  background: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li > h2 a {
  height: 100px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: color 0.2s;
  /*
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  */
}
.header .con .nav > ul > li .nav-down {
  position: fixed;
  width: 100%;
  left: 0;
  top: 100px;
  background-color: hsla(0, 0%, 0%, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
}
.header .con .nav > ul > li .nav-down .con {
  padding: 50px 0 80px;
}
.header .con .nav > ul > li .nav-down .con > ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header .con .nav > ul > li .nav-down .con > ul > li {
  padding: 0 50px;
}
.header .con .nav > ul > li .nav-down .con > ul > li h2 a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-down .con > ul > li h2 a:hover {
  color: var(--color);
}
.header .con .nav > ul > li .nav-down .con > ul > li > ul {
  margin-top: 20px;
}
.header .con .nav > ul > li .nav-down .con > ul > li > ul > li {
  margin-top: 10px;
}
.header .con .nav > ul > li .nav-down .con > ul > li > ul > li a {
  display: inline-block;
  padding: 4px 10px;
  transform: translateX(-10px);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-down .con > ul > li > ul > li a:hover {
   transform: translateY(0);
  background: var(--color);
  color: #333;
}
.header .con .nav > ul > li:hover > h2:after {
  width: 100%;
  left: 0;
}
.header .con .nav > ul > li:hover > h2 a {
  color: var(--color);
}
.header .con .right {
  display: flex;
  align-items: center;
  position: relative;
}
.header .con .right:before {
  content: '';
  width: 1px;
  height: 10px;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .con .right .box {
  position: relative;
}
.header .con .right .box a {
  display: flex;
  align-items: center;
  line-height: 1;
}
.header .con .right .box a .icons {
  width: 18px;
  height: 18px;
  position: relative;
}
.header .con .right .box a .icons img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .box a .icons img.color {
  opacity: 0;
}
.header .con .right .box a h2 {
  line-height: 1;
  color: #fff;
  margin-left: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position: relative;
  top:1px;
}
.header .con .right .box a:hover .icons img.regular {
  opacity: 0;
}
.header .con .right .box a:hover .icons img.color {
  opacity: 1;
}
.header .con .right .box a:hover h2 {
  color: var(--color);
}
.header .con .right .CPQ {
  padding: 0 30px;
}
.header .con .right .CPQ:before {
  content: '';
  width: 1px;
  height: 10px;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .con .right .CPQ a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .CPQ a:hover {
  color: var(--color);
}
.header .con .right .search {
  margin: 0 30px;
}
.header .con .right .global {
  margin-left: 30px;
}
.header .con .right .mobile-btn {
  display: none;
}
.header .search-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.header .search-list .search-box {
  background: #fff;
  padding: 40px 0;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.header .search-list .search-box .search-center {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.header .search-list .search-box .search-center input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding-right: 40px;
  font-family: HarmonyOS_Sans_Regular;
}
.header .search-list .search-box .search-center .icons {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.header .search-list .search-box .search-center .icons img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-list .search-box .search-center .icons img.color {
  opacity: 0;
}
.header .search-list .search-box .search-center .icons:hover img.regular {
  opacity: 0;
}
.header .search-list .search-box .search-center .icons:hover img.color {
  opacity: 1;
}
.header .search-list .search-box .closes {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .search-list .search-box .closes span {
  display: block;
  font-size: 20px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-list .search-box .closes:hover span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.header .global-list {
  position: fixed;
  width: 100%;
  left: 0;
  top: 100px;
  background-color: hsla(0, 0%, 0%, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
}
.header .global-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
  width: 1080px;
  margin-left: auto;
  margin-right: 0;
}
.header .global-list ul li {
  margin-top: 60px;
  width: 190px;
}
.header .global-list ul li a {
  display: flex;
  align-items: center;
}
.header .global-list ul li a .icons {
  width: 25px;
  margin-right: 15px;
}
.header .global-list ul li a .icons img {
  width: 100%;
}
.header .global-list ul li a h2 {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .global-list ul li a:hover h2 {
  color: var(--color);
}
.header .global-list ul li:nth-child(6n) {
  width: 130px;
}
.header .global-box {
  position: fixed;
  width: 100%;
  left: 0;
  top: 100px;
  background-color: hsla(0, 0%, 0%, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
}
.header .global-box .box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.header .global-box .box h2 {
  color: #fff;
  width: 140px;
  font-size: 18px;
  position: relative;
  top: 30px;
}
.header .global-box .box ul {
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
}
.header .global-box .box ul li {
  margin-right: 70px;
  margin-top: 30px;
}
.header .global-box .box ul li a {
  display: flex;
  align-items: center;
}
.header .global-box .box ul li .icons {
  width: 30px;
  margin-right: 16px;
}
.header .global-box .box ul li .icons img {
  width: 100%;
}
.header .global-box .box ul li h3 {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .global-box .box ul li:hover h3 {
  color: var(--color);
}
.header .global-box .box:last-child {
  padding-bottom: 80px;
}
.header.show:after {
  width: 100%;
}
.header.active {
  background-color: hsla(0, 0%, 0%, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.header.hides {
  top: -100px;
}
.footer {
  background: #111111;
  position: relative;
  overflow: hidden;
}
.footer .top {
  position: relative;
}
.footer .top img {
  width: 100%;
}
.footer .top .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.footer .top .text p {
  margin: 10px 0 20px;
}
.footer .top .text .form_email {
  display: flex;
}
.footer .top .text input {
  width: 312px;
  height: 64px;
  border: none;
  background: #292929;
  color: #fff;
  padding-left: 20px;
  font-family: HarmonyOS_Sans_Regular;
}
.footer .top .text .btns {
  width: 225px;
  height: 64px;
  background: var(--color);
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: none;
}
.footer .top .text .btns img {
  width: 24px;
}
.footer .bottom .b-top {
  display: flex;
  justify-content: space-between;
}
.footer .bottom .b-top .left {
  flex-shrink: 0;
}
.footer .bottom .b-top .left .logos img {
  height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .bottom .b-top .left .logos img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.footer .bottom .b-top .left .tel {
  margin-top: 30px;
}
.footer .bottom .b-top .left .tel p {
  display: flex;
  align-items: center;
  color: #fff;
}
.footer .bottom .b-top .left .tel p span {
  line-height: 1;
}
.footer .bottom .b-top .left .tel p img {
  width: 20px;
  margin: 0 10px;
}
.footer .bottom .b-top .left .tel p a {
  color: #fff;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .bottom .b-top .left .tel p a:hover {
  color: var(--color);
}
.footer .bottom .b-top .right {
  padding-top: 30px;
}
.footer .bottom .b-top .right ul {
  display: flex;
  justify-content: flex-end;
}
.footer .bottom .b-top .right ul li a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .bottom .b-top .right ul li a:hover {
  color: var(--color);
}
.footer .bottom .b-top .right ul li:not(:last-child) {
  margin-right: 80px;
}
.footer .bottom .b-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bottom .b-bottom .share-list ul {
  display: flex;
}
.footer .bottom .b-bottom .share-list ul li {
  position: relative;
  overflow: hidden;
}
.footer .bottom .b-bottom .share-list ul li .icons {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.21);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .bottom .b-bottom .share-list ul li .icons img {
  width: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .bottom .b-bottom .share-list ul li .erweima {
  position: absolute;
  width: 90px;
  padding: 5px;
  background: #fff;
  left: 50%;
  border-radius: 4px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -110px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .bottom .b-bottom .share-list ul li .erweima:after {
  content: '';
  position: absolute;
  bottom: -6px;
  /* ������Ҫ���� */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff;
  /* ��ͷ��ɫ */
  z-index: 1;
}
.footer .bottom .b-bottom .share-list ul li .erweima img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.footer .bottom .b-bottom .share-list ul li:not(:last-child) {
  margin-right: 20px;
}
.footer .bottom .b-bottom .share-list ul li:hover {
  overflow: initial;
}
.footer .bottom .b-bottom .share-list ul li:hover .icons {
  background: var(--color);
}
.footer .bottom .b-bottom .share-list ul li:hover .icons img {
  filter: brightness(0);
}
.footer .bottom .b-bottom .share-list ul li:hover .erweima {
  opacity: 1;
  top: -100px;
}
.footer .bottom .b-bottom p {
  color: #fff;
}
.footer .bottom .b-bottom p a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .bottom .b-bottom p a:hover {
  color: var(--color);
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1680px) {
  .header .global-box .box ul li {
    margin-right: 3.5vw;
  }
  .footer .bottom .b-top .right ul li:not(:last-child) {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 1440px) {
  .s-mores a {
    width: 140px;
    height: 44px;
  }
  .t-mores a {
    width: 44px;
    height: 44px;
  }
  .r-mores {
    width: 44px;
    height: 44px;
  }
  .s-title .right .text p {
    margin-top: 20px;
  }
  .bread-nav {
    top: 120px;
  }
  .header .con {
    padding: 0 5%;
  }
  .header .con .logo {
    height: 80px;
  }
  .header .con .logo a img {
    height: 50px;
  }
  .header .con .nav > ul > li > h2 a {
    height: 80px;
  }
  .header .con .nav > ul > li .nav-down {
    top: 80px;
  }
  .header .con .nav > ul > li .nav-down .con {
    padding: 2.5vw 0 4vw;
  }
  .header .con .right .box a .icons {
    width: 16px;
  }
  .header .con .right .box a h2 {
    margin-left: 8px;
    top:0;
  }
  .header .global-list {
    top: 80px;
  }
  .header .global-list ul {
    width: 980px;
    padding-bottom: 60px;
  }
  .header .global-list ul li {
    width: 170px;
    margin-top: 40px;
  }
    .header .global-box {
    top: 80px;
  }
  .header .global-box .box {
    margin-top: 20px;
  }
  .header .global-box .box h2 {
    width: 120px;
    font-size: 16px;
    position: relative;
    top: 18px;
  }
  .header .global-box .box ul {
    width: calc(100% - 120px);
  }
  .header .global-box .box ul li {
    margin-top: 20px;
  }
  .header .global-box .box ul li .icons {
    width: 24px;
    margin-right: 12px;
  }
  .header .global-box .box:last-child {
    padding-bottom: 60px;
  }
  .footer .top .text input {
    width: 280px;
    height: 58px;
  }
  .footer .top .text .btns {
    width: 190px;
    height: 58px;
  }
  .footer .bottom .b-top .left .logos img {
    height: 60px;
  }
  .footer .bottom .b-bottom .share-list ul li .icons {
    width: 44px;
    height: 44px;
  }
  .footer .bottom .b-bottom .share-list ul li .icons img {
    width: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .bread-nav {
    top: 30px;
  }
    .backtop {
    width: 44px;
    height: 44px;
  }
  .header {
    background-color: hsla(0, 0%, 0%, 1);
    -webkit-backdrop-filter: blur(12x);
    backdrop-filter: blur(12x);
  }
  .header .con {
    position: relative;
  }
  .header .con .logo {
    height: 66px;
  }
  .header .con .logo a img {
    height: 44px;
  }
  .header .con .nav {
    position: fixed;
    top: 66px;
    width: 100%;
    height: calc(100vh - 66px);
    background-color: hsla(0, 0%, 0%, 1);
    -webkit-backdrop-filter: blur(12x);
    backdrop-filter: blur(12x);
    padding: 0 5% 20px;
    left: auto;
    bottom: 0;
    right: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul {
    display: block;
    width: 100%;
  }
  .header .con .nav > ul > li {
    width: 100%;
    overflow: hidden;
  }
  .header .con .nav > ul > li > h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .con .nav > ul > li > h2:before {
    content: '\e603';
    font-family: iconfont;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul > li > h2:after {
    display: none;
  }
  .header .con .nav > ul > li > h2 a {
    width: 50%;
    height: 50px;
  }
  .header .con .nav > ul > li .nav-down {
    position: relative;
    top: 0;
    display: none;
    padding: 0;
    background-color: hsla(0, 0%, 0%, 0);
    width: 100%;
    border-top: none;
  }
  .header .con .nav > ul > li .nav-down .con {
    padding: 0 0 10px;
  }
  .header .con .nav > ul > li .nav-down .con > ul {
    display: block;
    padding: 0;
  }
  .header .con .nav > ul > li .nav-down .con > ul > li {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
  .header .con .nav > ul > li .nav-down .con > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .header .con .nav > ul > li .nav-down .con > ul > li > ul li {
    margin-right: 20px;
    margin-top: 8px;
  }
  .header .con .nav > ul > li.active h2:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .header .con .nav.active {
    right: 0;
  }
  .header .con .right:before {
    display: none;
  }
  .header .con .right .box a h2 {
    display: none;
  }
  .header .con .right .CPQ {
    padding: 0;
  }
  .header .con .right .CPQ a {
    font-size: 16px;
  }
  .header .con .right .CPQ:before {
    display: none;
  }
  .header .con .right .search {
    margin: 0 20px;
  }
  .header .con .right .global {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header .con .right .mobile-btn {
    width: 20px;
    display: block;
    position: relative;
  }
  .header .con .right .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .con .right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .con .right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .con .right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .con .right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .con .right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .con .right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
    .header .global-list {
    top: 66px;
  }
  .header .global-list ul {
    width: 100%;
    padding-bottom: 60px;
    flex-wrap: wrap;
  }
  .header .global-list ul li {
    width: 160px!important;
    margin-top: 40px;
  }
  .header .global-box {
    top: 66px;
  }
  .header .global-box .box ul li {
    margin-right: 30px;
  }
  .header .search-list .search-box {
    padding: 30px 0;
  }
  .header .search-list .search-box .search-center {
    max-width: 90%;
  }
  .header .search-list .search-box .search-center input {
    font-size: 14px;
  }
  .header .search-list .search-box .closes {
    right: 20px;
  }
  .header .lang-list .lang-box {
    padding: 30px 0;
  }
 
  .footer .top .text {
    text-align: center;
  }
  .footer .top .text .form_email {
    justify-content: center;
  }
  .footer .top .text input {
    width: 250px;
    height: 50px;
  }
  .footer .top .text .btns {
    width: 140px;
    height: 50px;
    padding: 0 14px;
  }
  .footer .top .text .btns img {
    width: 22px;
    height: 22px;
  }
  .footer .bottom .b-top {
    display: block;
  }
  .footer .bottom .b-top .left {
    width: 100%;
  }
  .footer .bottom .b-top .left .logos {
    text-align: center;
  }
  .footer .bottom .b-top .left .tel p {
    justify-content: center;
  }
  .footer .bottom .b-top .left .tel p img {
    width: 18px;
  }
  .footer .bottom .b-top .right {
    padding-top: 40px;
  }
  .footer .bottom .b-top .right ul {
    justify-content: center;
  }
  .footer .bottom .b-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .footer .bottom .b-bottom .share-list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer .bottom .b-bottom p {
    text-align: center;
    width: 100%;
  }
  .footer .bottom .b-bottom p:first-child {
    order: 2;
  }
  .footer .bottom .b-bottom p:last-child {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
      .backtop {
    display: none!important;
  }
  .r-mores {
    width: 34px;
    height: 34px;
  }
  .r-mores .sign {
    width: 8px;
    height: 8px;
  }
  .r-mores .sign img {
    width: 8px;
    height: 8px;
  }
  .s-title {
    flex-wrap: wrap;
  }
  .s-title .left {
    width: 100%;
  }
  .s-title .left h3 {
    padding-left: 20px;
  }
  .s-title .left h3:before {
    width: 10px;
    height: 10px;
  }
  .s-title .left h2 {
    font-size: 22px;
  }
  .s-title .right {
    width: 100%!important;
    margin-top: 20px;
  }
  .s-title .right .text {
    margin-top: 20px;
  }
  .s-title .right .text p {
    line-height: 1.6;
    margin-top: 10px;
  }
  .bread-nav {
    display: none;
  }
  .header .search-list .search-box {
    padding: 40px 0 30px;
  }
  .header .search-list .search-box .closes {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 22px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .header .global-box .box {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .header .global-box .box h2 {
    width: 100%;
    top: 0;
  }
  .header .global-box .box ul {
    width: 100%;
  }
   .header .global-box .box ul li{
       width: 33.333%;
       margin-right:0!important;
   }
  .header .global-box .box:last-child {
    padding-bottom: 40px;
  }
  .footer {
    padding-bottom: 10vw;
  }
  .footer .top {
    text-align: center;
  }
  .footer .top img {
    width: 90%;
  }
  .footer .top .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: 20px;
    text-align: left;
  }
  .footer .top .text input {
    font-size: 14px;
    padding-left: 14px;
    height: 44px;
  }
  .footer .top .text .btns {
    height: 44px;
  }
  .footer .top .text .btns h2 {
    font-size: 14px;
  }
  .footer .top .text .btns img {
    width: 20px;
    height: 20px;
  }
  .footer .bottom {
    padding-top: 10vw;
  }
  .footer .bottom .b-top .left .tel p img {
    width: 16px;
    margin: 0 6px;
  }
  .footer .bottom .b-top .right {
    padding-top: 24px;
  }
  .footer .bottom .b-top .right ul {
    flex-wrap: wrap;
  }
  .footer .bottom .b-top .right ul li {
    margin-top: 6px;
  }
  .footer .bottom .b-top .right ul li a {
    font-size: 16px;
  }
  .footer .bottom .b-top .right ul li:not(:last-child) {
    margin-right: 20px;
  }
  .footer .bottom .b-bottom {
    margin-top: 30px;
  }
  .footer .bottom .b-bottom .share-list {
    margin-bottom: 30px;
  }
}
