@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "font-l";
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
}
@media (min-width: 768px) {
  .font-l {
    font-family: 'font-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  }
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005CE6;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 88%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.fontbold{font-weight: bold;}
.font70 {
  font-size: 0.7rem;
}
@media (max-width: 767px) {
  .font70 {
    font-size: 0.6rem;
  }
}
.font64 {
  font-size: 0.64rem;
}
.font62 {
  font-size: 0.62rem;
}
.font60 {
  font-size: 0.6rem;
}
.font58 {
  font-size: 0.58rem;
}
.font56 {
  font-size: 0.56rem;
}
.font54 {
  font-size: 0.54rem;
}
.font52 {
  font-size: 0.52rem;
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 991px) {
  .font48 {
    font-size: 0.5rem;
  }
}
.font46 {
  font-size: 0.46rem;
}
@media (max-width: 991px) {
  .font46 {
    font-size: 0.5rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 991px) {
  .font44 {
    font-size: 0.5rem;
  }
}
.font42 {
  font-size: 0.42rem;
}
@media (max-width: 991px) {
  .font42 {
    font-size: 0.5rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.5rem;
  }
}
.font38 {
  font-size: 0.38rem;
}
@media (max-width: 991px) {
  .font38 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 991px) {
  .font28 {
    font-size: 0.4rem;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 0.24rem;
  }
}
.font12 {
  font-size: 12px;
}
@media (max-width: 991px) {
  .font12 {
    font-size: 0.24rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005CE6;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1.3rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border: 1px solid #fff;
  border-radius: 100px;
}
@media (max-width: 1580px) {
  .public-btn {
    min-width: 1.6rem;
    height: 0.56rem;
    line-height: 0.56rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    min-width: 2.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.public-btn span {
  color: #fff;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 80px;
}
@media (max-width: 1580px) {
    #c-placeholder {
  height: 70px;
}
    
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  border-bottom: 1px solid rgba(255,255,255,.4);
}
@media (max-width: 1580px) {
    #c-header {
        line-height: 70px;
    }
    
}
@media (max-width: 1199px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  #c-header .c-right-box {
    padding-left: 0;
    justify-content: flex-end;
  }
}
#c-header.c-head-move {
  top: -1.1rem;
}
@media (max-width: 1199px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #000;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img,
#c-header .c-logo .c-img-box svg {
  max-height: 60px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img,
  #c-header .c-logo .c-img-box svg {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2),
#c-header .c-logo .c-img-box svg:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  padding-right: 3rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav {
    padding-right: 1.6rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    padding-right: 0.3rem;
  }
}
@media (max-width: 1199px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.45rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.8rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1580px) {
    #c-header .c-nav li a {
        font-size: 16px;
    }
  #c-header .c-nav ul {
    min-width: 2.4rem;
  }
}
@media (max-width: 1320px) {
    #c-header .c-nav li a {
        font-size: 14px;
    }
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0 20px;
  color: #333;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #005CE6 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #000;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #005CE6;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
#c-header .c-nav2 .zz-search {
  border-top: 1px solid #f1f1f1;
  width: 100%;
  height: 0.8rem;
  display: flex;
  padding: 0 0.4rem;
}
#c-header .c-nav2 .zz-search .zz-box {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 1000px;
  justify-content: space-between;
  margin-top: 0.6rem;
}
#c-header .c-nav2 .zz-search .zz-box input {
  flex: 1;
  padding: 0 0.4rem;
}
#c-header .c-nav2 .zz-search .zz-box .zz-btn {
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .c-nav2 .zz-search .zz-box .zz-btn img,
#c-header .c-nav2 .zz-search .zz-box .zz-btn svg {
  width: 0.3rem;
  height: 0.3rem;
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1199px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #005CE6 !important;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #005CE6;
  cursor: pointer;
}
#c-header .c-gn .zz-sbox {
  border-radius: 1000px;
  height: 40px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
#c-header .c-gn .zz-sbox input {
  height: 100%;
  flex: 1;
  padding: 0 0.2rem;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1000px;
  transition: all .5s;
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  color: #fff;
}
#c-header .c-gn .zz-sbox:hover input{
  display: block;
}
#c-header.c-style2 .c-gn .zz-sbox:hover svg path{
  fill: #fff;
}
#c-header .c-gn .zz-sbox input::-webkit-input-placeholder {
  color: #fff;
}
#c-header .c-gn .zz-sbox input:-moz-placeholder {
  color: #fff;
}
#c-header .c-gn .zz-sbox input::-moz-placeholder {
  color: #fff;
}
#c-header .c-gn .zz-sbox input:-ms-input-placeholder {
  color: #fff;
}
#c-header .c-gn .zz-sbox button {
  height: 100%;
  display: flex;
  padding: 0 15px;
  align-items: center;
  position: relative;
  z-index: 2;
}
#c-header .c-gn .zz-sbox button img,
#c-header .c-gn .zz-sbox button svg {
  width: 16px;
  height: auto;
}
@media (max-width: 1366px) {
  #c-header .c-gn .zz-sbox button img,
  #c-header .c-gn .zz-sbox button svg {
    width: 12px;
  }
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}

#c-header.c-style2 .c-gn .zz-sbox input::placeholder {
  color: #666;
}
#c-header.c-style2 .c-gn .zz-sbox svg path {
  fill: #000;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #005CE6;
}
/* 底部 */
#c-footer {
  background: #001c2d;
}
@media (max-width: 767px) {
  #c-footer {
    padding: .5rem 0;
  }
}
#c-footer a {
  color: #fff;
  transition: 0.4s;
}
#c-footer a:hover {
  color: #005CE6;
}
#c-footer .zz-ftSearch .zz-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #c-footer .zz-ftSearch .zz-box {
    width: 100%;
  }
}
#c-footer .zz-ftSearch .zz-title {
  color: #fff;
}
#c-footer .zz-ftSearch .dingyue{display: flex; justify-content: space-between;}
#c-footer .zz-ftSearch .zz-ftForm {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  height: 0.5rem;
  min-height: 40px;
  width: 4.5rem;
}
#c-footer .zz-ftSearch .zz-ftForm input{min-width: 255px; padding-left: 20px;}
@media (max-width: 991px) {
  #c-footer .zz-ftSearch .zz-ftForm {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #c-footer .zz-ftSearch .zz-ftForm {
    width: 100%;
    height: 0.8rem;
    min-height: 0.8rem;
    margin-top: 0.5rem;
  }
}
#c-footer .zz-ftSearch .zz-ftForm button {
  width: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #c-footer .zz-ftSearch .zz-ftForm button {
    width: 0.9rem;
  }
}
#c-footer .zz-ftSearch .zz-ftForm button img{
  
}
#c-footer .zz-ftSearch .zz-ftForm button svg {
  width: 15px;
}
#c-footer .zz-ftSearch .zz-ftForm button img path,
#c-footer .zz-ftSearch .zz-ftForm button svg path {
  fill: #000;
}
#c-footer .zz-ftSearch .zz-ul {
  width: 3rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #c-footer .zz-ftSearch .zz-ul {
    width: 80%;
    margin-top: 0.25rem;
  }
}
@media (max-width: 767px) {
  #c-footer .zz-ftSearch .zz-ul {
    width: 100%;
    margin-top: 0.4rem;
  }
}
#c-footer .zz-ftSearch .zz-ul .zz-li {
  margin-right: 15px;
  display: inline-flex;
}
@media (max-width: 767px) {
  #c-footer .zz-ftSearch .zz-ul .zz-li {
    margin-right: 0.25rem;
    margin-bottom: 0.3rem;
  }
}
#c-footer .zz-ftSearch .zz-ul .zz-li a {
  display: inline-flex;
  padding: 4px 10px;
  transition: all 0.4s; color: #b6b5b5;
}
@media (max-width: 991px) {
  #c-footer .zz-ftSearch .zz-ul .zz-li a {
    padding: 0.1rem 0.3rem;
  }
}
@media (max-width: 767px) {
  #c-footer .zz-ftSearch .zz-ul .zz-li a {
    padding: 0.15rem 0.3rem;
  }
}
#c-footer .c-top-box {
  padding: 0.8rem 0 1.2rem;
}
#c-footer .c-top-box .left{width: 930px;}
.footnav{display: flex; padding-top: 50px; border-top: 1px solid rgba(62, 191, 253, .18); margin-top: 40px;}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.3rem 0 0.8rem;
  }
  .footnav{
	  flex-wrap: wrap;
	  padding-top: 20px;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    margin-top: 0.6rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-wrap .c-title-box {
    border-bottom: 0;
  }
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.15rem;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0 0.3rem;
  }
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
  position: relative;
}
#c-footer .c-top-box .container .c-title-box a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
}
#c-footer .c-top-box .container .c-title-box a:hover::before {
  width: 100%;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-list-box {
  width: 20%;
  padding-right: 0.4rem;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.3rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 10px;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  color: #b6b5b5;
  position: relative;
}
#c-footer .c-top-box .container .c-list-box .c-list li a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.4s;
}
#c-footer .c-top-box .container .c-list-box .c-list li a:hover {
  color: #fff;
}
#c-footer .c-top-box .container .c-list-box .c-list li a:hover::before {
  width: 100%;
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-text-wrap .c-title {
  color: #000;
}
#c-footer .c-top-box .container .c-text-wrap .c-text-box .zz-p2 {
  color: #999;
  margin-top: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .c-text-box .zz-p2 {
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .c-text-box .zz-p1 {
    font-size: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-link {
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-link {
    margin-top: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-link .zz-div {
  color: #000;
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico {
    margin-top: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #fff;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.35rem;
    height: 0.35rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #323232;
}
#c-footer .c-top-box .container .c-ico a .codeBox {
  position: absolute;
  bottom: 140%;
  left: 0;
  display: none;
  transform: translateX(-50%);
  left: 50%;
}
#c-footer .c-top-box .container .c-ico a .codeBox .imgBox {
  width: 130px;
  height: 130px;
  min-width: 50px;
  min-height: 50px;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}
#c-footer .c-top-box .container .c-ico a .codeBox .imgBox img {
  width: 100%;
  height: 100%;
  min-width: inherit;
  min-height: inherit;
}
#c-footer .c-top-box .container .c-ico a .codeBox .c-text {
  text-align: center;
  margin-top: 7px;
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .container .c-ico a .codeBox .c-text {
    font-size: 12px;
  }
}
#c-footer .c-top-box .container .c-ico a .codeBox.codeBox2 .c-tel {
  background: #fff;
  color: #333;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 40px;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #000;
}
#c-footer .c-top-box .container .c-ico a:hover img path,
#c-footer .c-top-box .container .c-ico a:hover svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover .codeBox {
  display: block;
  animation: hideShow 0.5s;
}
#c-footer .c-top-box .container .c-ico a:hover .syb {
  opacity: 1;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0;
  }
}
#c-footer .c-top-box .right{width: 420px; color: #fff; padding-top: 50px;}
#c-footer .c-top-box .right h4{border-bottom: 1px solid rgba(62, 191, 253, .18); padding-bottom: 25px; position: relative; margin-bottom: 25px;}
#c-footer .c-top-box .right h4::after{position: absolute; height: 5px; width: 70px; background: #fff; content: ""; bottom: -2px; left: 0;}
#c-footer .c-top-box .right p.font14{color: #8b8b8b;}
#c-footer .c-top-box .right ul li{margin-top: 40px; padding-left: 40px;}
#c-footer .c-top-box .right ul li:nth-child(1){background: url(../images/address.png) left 5px no-repeat; }
#c-footer .c-top-box .right ul li:nth-child(2){background: url(../images/tel.png) left 5px no-repeat; }
#c-footer .c-top-box .right ul li:nth-child(3){background: url(../images/email.png) left 5px no-repeat; }
#c-footer .zz-linksBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #666;
}
#c-footer .zz-linksBox .container2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#c-footer .zz-linksBox ul {
  display: flex;
  flex-wrap: wrap;
}
#c-footer .zz-linksBox ul li {
  display: inline-flex;
  margin-right: 0.2rem;
}
#c-footer .zz-linksBox ul a {
  display: inline-flex;
  color: #666;
  position: relative;
}
#c-footer .zz-linksBox ul a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.4s;
}
#c-footer .zz-linksBox ul a:hover {
  color: #000;
}
#c-footer .zz-linksBox ul a:hover::before {
  width: 100%;
}
#c-footer .c-bottom-box {
  padding: 0.2rem 0;
  color: #8b8b8b;
  border-top: 1px solid rgba(62, 191, 253, .18);
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.3rem 0 0;
  }
  #c-footer .c-top-box .container{
	  flex-wrap: wrap;
  }
  #c-footer .c-top-box .left{
	  width: 100%;
  }
  #c-footer .c-top-box .right{
  	  width: 100%;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  display: inline-flex;
  color: #999;
  position: relative;
}
#c-footer .c-bottom-box .container a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.4s;
}

#c-footer .c-bottom-box .container a:hover::before {
  width: 100%;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer .c-bottom-box .container .zz-grow {
  color: #ddd;
}
#c-footer .c-bottom-box .c-support {
  color: #999;
}
#c-footer .c-bottom-box .c-support a {
  display: inline-flex;
  color: #999;
  position: relative;
}
#c-footer .c-bottom-box .c-support a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.4s;
}
#c-footer .c-bottom-box .c-support a:hover {
  color: #000;
}
#c-footer .c-bottom-box .c-support a:hover::before {
  width: 100%;
}
#c-footer .c-bottom-box .c-support span {
  margin: 0 0.1rem;
}
.x-bjys {
  background-color: #000;
}
.x-tra1 {
  background-color: #000;
  padding: 10px 0;
  padding-top: 70px;
}
@media (max-width: 1260px) {
  .x-tra1 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .x-tra1 {
    padding-top: 70px;
  }
}
.x-tra1 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .x-tra1 .container2 .x-l {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.x-tra1 .container2 .x-l a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .x-tra1 .container2 .x-r {
    width: 100%;
    display: flex;
    
    margin-top: 0.1rem;
  }
  .zz-tra1 .container2 .x-r a.x-but {
      margin-left: auto;
      margin-right: 0!important;
  }
}
.x-tra1 .container2 .x-r a {
  display: inline-block;
  color: #999;
  margin-right: 0.3rem;
  transition: 0.4s ease-in-out;
}
.x-tra1 .container2 .x-r a:hover {
  color: #fff;
}
.x-tra1 .container2 .x-r a:hover.x-but {
  border-color: #fff;
}
.x-tra1 .container2 .x-r a.x-but {
  height: 30px;
  line-height: 30px;
  min-width: 0.8rem;
  border: 1px solid #999999;
  text-align: center;
  border-radius: 100px;
  padding: 0 0.1rem;
}
@media (max-width: 1580px) {
  .x-tra1 .container2 .x-r a.x-but {
    min-width: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-tra1 .container2 .x-r a.x-but {
    height: 32px;
    line-height: 32px;
    min-width: 1.6rem;
  }
}
.x-tra2 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 260vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-tra2 {
    padding-top: 200vh;
    background-size: cover;
  }
}
.x-tra2 .x-mb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(180deg, #000, transparent);
}
.x-tra2 .x-mb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-tra2 .x-box .x-con .x-text {
  text-align: center;
  position: absolute;
  left: 0;
  top: 4.5rem;
  width: 100%;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-tra2 .x-box .x-con .x-text {
    top: 4rem;
  }
}
.x-tra2 .x-box .x-con .x-text .x-title {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .x-tra2 .x-box .x-con .x-text .x-title {
    font-size: 0.6rem;
  }
}
.x-tra2 .x-box .x-con .x-text .x-p {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .x-tra2 .x-box .x-con .x-text .x-p {
    font-size: 0.32rem;
  }
}
.x-tra2 .x-box .x-con .x-text .x-p span {
  display: inline-block;
  margin: 0 0.15rem;
}
.x-tra2 .x-box .x-con .x-text .public-btn {
  margin-top: 0.35rem;
}
.x-tra2 .x-box .x-con .public-img {
  width: 10.4rem;
  margin: 0 auto;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .x-tra2 .x-box .x-con .public-img {
    width: 90%;
    top: 0rem;
  }
}
.x-tra2 .x-box .x-con .public-img::before {
  padding-top: 65.38461538%;
}
.x-tra3 {
  margin-top: -3rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
}
.x-tra3 .container2 .x-title {
  color: #e5e5e5;
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-title {
    text-align: center;
  }
}
.x-tra3 .container2 .x-xia {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia {
    margin-top: 0.3rem;
  }
}
.x-tra3 .container2 .x-xia .x-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-tra3 .container2 .x-xia .x-t .x-l {
  width: 67.85%;
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-t .x-l {
    width: 100%;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-l .public-img::before {
  padding-top: 71.92982456%;
}
.x-tra3 .container2 .x-xia .x-t .x-l .x-title2 {
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  padding: 0.55rem 0.5rem 0 0.65rem;
  width: 100%;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-t .x-l .x-title2 {
    font-size: 0.3rem;
    padding: 0.3rem 0.2rem 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-t .x-l .x-title2 {
    top: auto;
    bottom: 0;
    text-align: center;
    padding: 0 0.8rem 0.3rem;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-l i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  position: absolute;
  right: 0.65rem;
  bottom: 0.3rem;
  background-color: rgba(255, 255, 255, 0.16);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-t .x-l i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-t .x-l i {
    right: 0.3rem;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-l i svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-tra3 .container2 .x-xia .x-t .x-l i svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-t .x-l i svg {
    width: 10px;
    height: 10px;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-l i svg path {
  fill: #fff;
}
.x-tra3 .container2 .x-xia .x-t .x-r {
  width: 30.95%;
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-t .x-r {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-r a {
  display: block;
  position: relative;
}
.x-tra3 .container2 .x-xia .x-t .x-r a:nth-child(2) {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-t .x-r a:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-r a .public-img {
  border-radius: 0.3rem;
}
.x-tra3 .container2 .x-xia .x-t .x-r a .public-img::before {
  padding-top: 76.92307692%;
}
.x-tra3 .container2 .x-xia .x-t .x-r a .x-title2 {
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  padding: 0 0.2rem 0.6rem;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-t .x-r a .x-title2 {
    font-size: 0.24rem;
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-t .x-r a .x-title2 {
    font-size: 0.3rem;
    padding: 0 0.8rem 0.3rem;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-r a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  background-color: rgba(255, 255, 255, 0.16);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-t .x-r a i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-t .x-r a i {
    right: 0.3rem;
    bottom: 0.3rem;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-r a i svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-tra3 .container2 .x-xia .x-t .x-r a i svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-t .x-r a i svg {
    width: 10px;
    height: 10px;
  }
}
.x-tra3 .container2 .x-xia .x-t .x-r a i svg path {
  fill: #fff;
}
.x-tra3 .container2 .x-xia .x-xx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-xx {
    margin-top: 0;
  }
}
.x-tra3 .container2 .x-xia .x-xx a {
  display: block;
  width: 49.4%;
  position: relative;
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-xx a {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-tra3 .container2 .x-xia .x-xx a .public-img {
  border-radius: 0.3rem;
}
.x-tra3 .container2 .x-xia .x-xx a .public-img::before {
  padding-top: 69.87951807%;
}
.x-tra3 .container2 .x-xia .x-xx a .x-title2 {
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  padding: 0.55rem 0.5rem 0 0.65rem;
  width: 100%;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-xx a .x-title2 {
    font-size: 0.3rem;
    padding: 0.3rem 0.2rem 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-xx a .x-title2 {
    padding: 0 0.8rem 0.3rem;
    top: auto;
    bottom: 0;
    text-align: center;
  }
}
.x-tra3 .container2 .x-xia .x-xx a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
  background-color: rgba(255, 255, 255, 0.16);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-xx a i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-tra3 .container2 .x-xia .x-xx a i {
    right: 0.3rem;
    bottom: 0.3rem;
  }
}
.x-tra3 .container2 .x-xia .x-xx a i svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-tra3 .container2 .x-xia .x-xx a i svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 991px) {
  .x-tra3 .container2 .x-xia .x-xx a i svg {
    width: 10px;
    height: 10px;
  }
}
.x-tra3 .container2 .x-xia .x-xx a i svg path {
  fill: #fff;
}
.x-tra4 {
  padding-top: 2rem;
  height: 280vh;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .x-tra4 {
    height: 370vh;
    padding-top: 0;
    padding-bottom: 100vh;
  }
}
.x-tra4 .x-dg2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  display: none;
}
@media (max-width: 767px) and (max-width: 767px) {
  .x-tra4 .x-dg2.on {
    display: flex;
  }
}
.x-tra4 .x-dg2::before {
  content: "";
  height: 10px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 0;
}
.x-tra4 .x-dg2 img {
  height: auto;
  max-width: initial;
  position: relative;
  width: 108vw;
}
.x-tra4 .x-con {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-tra4 .x-con {
    overflow: initial;
  }
}
.x-tra4 .x-con .x-text {
  text-align: center;
  padding-top: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1260px) {
  .x-tra4 .x-con .x-text {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-tra4 .x-con .x-text {
    padding-top: 1.4rem;
  }
}
.x-tra4 .x-con .x-text .x-sp {
  color: #ff6600;
}
.x-tra4 .x-con .x-text .x-title {
  font-size: 0.72rem;
  color: #fff;
}
@media (max-width: 767px) {
  .x-tra4 .x-con .x-text .x-title {
    font-size: 0.6rem;
  }
}
.x-tra4 .x-con .keyFrameBox3 {
  width: 100%;
  height: 48vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (min-width: 1922px) {
  .x-tra4 .x-con .keyFrameBox3 {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .x-tra4 .x-con .keyFrameBox3 {
    height: 180vw;
    align-items: flex-end;
  }
}
.x-tra4 .x-con .keyFrameBox3 .x-img {
  width: auto;
  height: 100%;
  max-width: initial;
}
.keyFrameImgBox3 {
  display: none;
}
.x-tra5 {
  padding-top: 2.5rem;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 0;
}
@media (max-width: 767px) {
  .x-tra5 {
    margin-top: -100vh;
  }
}
.x-tra5 .x-dg1 {
  position: absolute;
  left: 0;
  top: -14%;
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .x-tra5 .x-dg1 {
    display: none;
  }
}
.x-tra5 .x-dg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (min-width: 1922px) {
  .x-tra5 .x-dg2 {
    top: -2.34px;
  }
}
@media (max-width: 1260px) {
  .x-tra5 .x-dg2 {
    top: -1px;
  }
}
@media (max-width: 767px) {
  .x-tra5 .x-dg2 {
    top: 0;
    display: none;
  }
}
.x-tra5 .x-dg2::before {
  content: "";
  width: 33%;
  height: 10px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (min-width: 1922px) {
  .x-tra5 .x-dg2::before {
    height: 25px;
    top: -10px;
  }
}
@media (max-width: 767px) {
  .x-tra5 .x-dg2::before {
    width: 100%;
    top: 0;
  }
}
.x-tra5 .x-dg2 img {
  width: 85vw;
  height: auto;
  max-width: initial;
  position: relative;
}
@media (max-width: 767px) {
  .x-tra5 .x-dg2 img {
    width: 108vw;
  }
}
.x-tra5 .x-dg2 img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-tra5 .x-dg2 img:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1922px) {
  .x-tra5 .x-dg2 img {
    width: 207vh;
  }
}
@media (max-width: 767px) {
  .x-tra5 .x-dg2 img:nth-child(1) {
    display: none;
  }
}
.x-tra5 .container2 {
  position: relative;
  z-index: 10;
}
.x-tra5 .container2 .x-text {
  text-align: center;
}
.x-tra5 .container2 .x-text .x-sp {
  color: #ff6600;
}
.x-tra5 .container2 .x-text .x-title {
  color: #fff;
}
.x-tra5 .container2 .x-xia {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-tra5 .container2 .x-xia {
    margin-top: 0.3rem;
  }
}
.x-tra5 .container2 .x-xia .x-t .public-img {
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .x-tra5 .container2 .x-xia .x-t .public-img {
    border-radius: 0.14rem;
  }
}
.x-tra5 .container2 .x-xia .x-t .public-img.on::after {
  bottom: 100%;
}
.x-tra5 .container2 .x-xia .x-t .public-img::before {
  padding-top: 44.64285714%;
}
.x-tra5 .container2 .x-xia .x-t .public-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: #ff6600;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.x-tra5 .container2 .x-xia .x-t .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.x-tra5 .container2 .x-xia .x-x {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.37rem;
}
@media (max-width: 767px) {
  .x-tra5 .container2 .x-xia .x-x {
    margin-top: 0.2rem;
  }
}
.x-tra5 .container2 .x-xia .x-x .x-le {
  width: 48.8%;
  position: relative;
}
.x-tra5 .container2 .x-xia .x-x .x-le .public-img {
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .x-tra5 .container2 .x-xia .x-x .x-le .public-img {
    border-radius: 0.14rem;
  }
}
.x-tra5 .container2 .x-xia .x-x .x-le .public-img::before {
  padding-top: 67.07317073%;
}
.x-tra5 .container2 .x-xia .x-x .x-le .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.x-tra5 .container2 .x-xia .x-x .x-le .x-title2 {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 0 0.5rem 0.5rem;
}
@media (max-width: 991px) {
  .x-tra5 .container2 .x-xia .x-x .x-le .x-title2 {
    font-size: 0.3rem;
    padding: 0 0 0.3rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-tra5 .container2 .x-xia .x-x .x-le .x-title2 {
    font-size: 0.28rem;
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
}
.x-tra5 .container2 .x-xia .x-x .x-le .x-im {
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .x-tra5 .container2 .x-xia .x-x .x-le .x-im {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.2rem;
    bottom: 0.2rem;
    display: flex;
  }
}
.x-tra5 .container2 .x-xia .x-x .x-le .x-im.on {
  display: flex;
}
.x-tra5 .container2 .x-xia .x-x .x-le .x-im img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-tra5 .container2 .x-xia .x-x .x-le .x-im img {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-tra6 {
  padding-top: 2.8rem;
  padding-bottom: 1.56rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-tra6 {
    padding: 1.2rem 0 0.4rem;
  }
}
.x-tra6 .x-con .x-text {
  text-align: center;
}
@media (max-width: 767px) {
  .x-tra6 .x-con .x-text {
    padding: 0 0.2rem;
  }
}
.x-tra6 .x-con .x-text .x-title {
  color: #fff;
}
@media (max-width: 767px) {
  .x-tra6 .x-con .x-text .x-title {
    font-size: 0.6rem;
  }
}
.x-tra6 .x-con .x-text .x-sp {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-tra6 .x-con .x-text .x-sp {
    margin-top: 0;
  }
}
.x-tra6 .x-con .public-img {
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .x-tra6 .x-con .public-img {
    margin-top: 0.4rem;
  }
}
.x-tra6 .x-con .public-img::before {
  padding-top: 46.875%;
}
.x-tra6 .x-con .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.x-tra7 {
  position: relative;
  height: 400vh;
}
.x-tra7 .x-con {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
.x-tra7 .x-con .x-text {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-top: 0.45rem;
}
@media (max-width: 1260px) {
  .x-tra7 .x-con .x-text {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-text {
    padding: 1.4rem 0.2rem 0 0.2rem;
  }
}
.x-tra7 .x-con .x-text .x-title {
  color: #fff;
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-text .x-title {
    font-size: 0.6rem;
  }
}
.x-tra7 .x-con .x-text .x-sp {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-text .x-sp {
    margin-top: 0;
  }
}
.x-tra7 .x-con .keyFrameBox4 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.x-tra7 .x-con .keyFrameBox4 .x-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-tra7 .x-con .x-i {
  display: none;
}
.x-tra7 .x-con .x-i.on {
  display: block;
}
.x-tra7 .x-con .x-i i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: 6;
}
.x-tra7 .x-con .x-i i:nth-child(1) {
  animation: round2 6s linear infinite;
}
.x-tra7 .x-con .x-i i:nth-child(2) {
  animation: round2 6s 1.2s linear infinite;
}
.x-tra7 .x-con .x-i i:nth-child(3) {
  animation: round2 6s 2.4s linear infinite;
}
.x-tra7 .x-con .x-i i:nth-child(4) {
  animation: round2 6s 3.6s linear infinite;
}
.x-tra7 .x-con .x-i i:nth-child(5) {
  animation: round2 6s 4.8s linear infinite;
}
.x-tra7 .x-con .x-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.x-tra7 .x-con .x-box .x-tit {
  text-align: center;
  padding-top: 0.7rem;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  opacity: 0;
}
.x-tra7 .x-con .x-box .x-tit .x-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.x-tra7 .x-con .x-box .x-tit .x-title i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2rem;
  width: 0.74rem;
  height: 0.74rem;
}
.x-tra7 .x-con .x-box .x-tit .x-title i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-tra7 .x-con .x-box .x-tit .x-p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.1rem;
}
.x-tra7 .x-con .x-box ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.x-tra7 .x-con .x-box ul li {
  width: 5rem;
  position: absolute;
}
@media (max-width: 991px) {
  .x-tra7 .x-con .x-box ul li {
    width: 3.8rem;
  }
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-box ul li {
    width: 2.8rem;
  }
}
.x-tra7 .x-con .x-box ul li:nth-child(1) {
  left: 13.8%;
  top: 53%;
}
@media (max-width: 1260px) {
  .x-tra7 .x-con .x-box ul li:nth-child(1) {
    left: 6.8%;
  }
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-box ul li:nth-child(1) {
    left: 2%;
  }
}
.x-tra7 .x-con .x-box ul li:nth-child(2) {
  left: 13.8%;
  top: 112%;
}
@media (max-width: 1260px) {
  .x-tra7 .x-con .x-box ul li:nth-child(2) {
    left: 6.8%;
  }
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-box ul li:nth-child(2) {
    left: 2%;
    top: 100%;
  }
}
.x-tra7 .x-con .x-box ul li:nth-child(3) {
  right: 14.32%;
  top: 30%;
}
@media (max-width: 1260px) {
  .x-tra7 .x-con .x-box ul li:nth-child(3) {
    right: 6.32%;
  }
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-box ul li:nth-child(3) {
    right: 2%;
  }
}
.x-tra7 .x-con .x-box ul li:nth-child(4) {
  right: 14.32%;
  top: 89%;
}
@media (max-width: 1260px) {
  .x-tra7 .x-con .x-box ul li:nth-child(4) {
    right: 6.32%;
  }
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-box ul li:nth-child(4) {
    right: 2%;
    top: 77%;
  }
}
.x-tra7 .x-con .x-box ul li .public-img {
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-box ul li .public-img {
    border-radius: 0.14rem;
  }
}
.x-tra7 .x-con .x-box ul li .x-cha {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0 0.2rem 0.55rem 0.6rem;
}
@media (max-width: 991px) {
  .x-tra7 .x-con .x-box ul li .x-cha {
    padding: 0 0.2rem 0.3rem 0.3rem;
  }
}
.x-tra7 .x-con .x-box ul li .x-cha .x-title2 {
  background-image: linear-gradient(-32deg, #e78f4a, #e2793b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .x-tra7 .x-con .x-box ul li .x-cha .x-title2 {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-box ul li .x-cha .x-title2 {
    font-size: 0.24rem;
  }
}
.x-tra7 .x-con .x-box ul li .x-cha .x-p {
  color: #fff;
}
@media (max-width: 991px) {
  .x-tra7 .x-con .x-box ul li .x-cha .x-p {
    font-size: 0.2rem;
  }
}
.x-tra7 .x-con .x-box .x-span {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
  padding: 0 0.2rem 0.2rem 0.2rem;
}
@media (max-width: 767px) {
  .x-tra7 .x-con .x-box .x-span {
    font-size: 0.2rem;
  }
}
@keyframes round2 {
  0% {
    opacity: 1;
    width: 0rem;
    height: 0rem;
  }
  100% {
    opacity: 0;
    width: 10rem;
    height: 10rem;
  }
}
.keyFrameImgBox4 {
  display: none;
}
.x-tra8 {
  overflow: hidden;
}
.x-tra8 .container2 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-tra8 .container2 {
    height: auto;
    padding: 1.6rem 0;
  }
}
.x-tra8 .container2 .x-box {
  position: relative;
}
.x-tra8 .container2 .x-box.on i {
  transform: translateY(0) scale(1);
  box-shadow: inset 0 0 0 26px #ed6d1e;
  opacity: 1;
}
@media (max-width: 767px) {
  .x-tra8 .container2 .x-box.on i {
    box-shadow: inset 0 0 0 0.26rem #ed6d1e;
  }
}
.x-tra8 .container2 .x-box.on .x-title {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.x-tra8 .container2 .x-box i {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: inset 0 0 0 300px #ed6d1e;
  transition: 1s ease-in-out;
  transform: translateY(100px) scale(0.8);
  opacity: 0;
}
.x-tra8 .container2 .x-box .x-title {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
  width: 100%;
  opacity: 0;
  transition: 0.6s ease-in-out;
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .x-tra8 .container2 .x-box .x-title {
    font-size: 0.54rem;
  }
}
.x-tra9 {
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .x-tra9 {
    padding-bottom: 1.2rem;
  }
}
.x-tra9 .x-con {
  margin: 0 auto;
  width: 88%;
  position: relative;
}
.x-tra9 .x-con .x-img {
  width: 100%;
  height: 7.8rem;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .x-tra9 .x-con .x-img {
    height: 6.8rem;
  }
}
.x-tra9 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
}
.x-tra9 .x-con .x-img img.on {
  opacity: 1;
  z-index: 2;
}
.x-tra9 .x-con ul {
  position: absolute;
  left: 0.76rem;
  bottom: 0.26rem;
  z-index: 5;
  width: 2.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1580px) {
  .x-tra9 .x-con ul {
    width: 3.2rem;
  }
}
@media (max-width: 767px) {
  .x-tra9 .x-con ul {
    left: 0.2rem;
    width: 3rem;
  }
}
.x-tra9 .x-con ul li {
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0.24rem;
  padding: 0.26rem 0.1rem 0.2rem;
  margin-top: 0.2rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-tra9 .x-con ul li {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.x-tra9 .x-con ul li:hover::before,
.x-tra9 .x-con ul li.on::before {
  opacity: 0;
}
.x-tra9 .x-con ul li:hover .x-ic img:nth-child(2),
.x-tra9 .x-con ul li.on .x-ic img:nth-child(2) {
  opacity: 1;
}
.x-tra9 .x-con ul li:hover .x-bj,
.x-tra9 .x-con ul li.on .x-bj {
  opacity: 1;
}
.x-tra9 .x-con ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: saturate(180%) blur(15px);
  transition: 0.4s ease-in-out;
}
.x-tra9 .x-con ul li .x-ic {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  position: relative;
}
.x-tra9 .x-con ul li .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-tra9 .x-con ul li .x-ic img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-tra9 .x-con ul li .x-p {
  color: #fff;
  margin-top: 0.1rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-tra9 .x-con ul li .x-p {
    font-size: 14px;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-tra9 .x-con ul li .x-p {
    font-size: 0.24rem;
  }
}
.x-tra9 .x-con ul li .x-bj {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  border-radius: 0.24rem;
}
.x-tra9 .x-sp {
  color: #fff;
  padding: 0.4rem 0 0 0.35rem;
}
@media (max-width: 767px) {
  .x-tra9 .x-sp {
    font-size: 0.2rem;
    padding: 0.2rem 0 0 0;
  }
}
.x-tra10 {
  position: relative;
}
.x-tra10 .container2 .x-title {
  color: #fff;
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0rem;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-title {
    position: initial;
    height: auto;
    font-size: 0.6rem;
    padding-top: 0;
  }
}
.x-tra10 .container2 .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-top: -100vh;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia {
    margin-top: 0;
  }
}
.x-tra10 .container2 .x-xia .x-le {
  width: 33.92%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
@media (max-width: 991px) {
  .x-tra10 .container2 .x-xia .x-le {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia .x-le {
    display: none;
  }
}
.x-tra10 .container2 .x-xia .x-le .x-li {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.x-tra10 .container2 .x-xia .x-le .x-li:nth-child(1) {
  padding-top: 0;
}
.x-tra10 .container2 .x-xia .x-le .x-li.on .x-title2 {
  color: #fff;
}
.x-tra10 .container2 .x-xia .x-le .x-li.on .x-p {
  opacity: 1;
}
.x-tra10 .container2 .x-xia .x-le .x-li .x-title2 {
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  display: flex;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .x-tra10 .container2 .x-xia .x-le .x-li .x-title2 {
    font-size: 0.3rem;
  }
}
.x-tra10 .container2 .x-xia .x-le .x-li .x-title2 i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 0.02rem solid #ed6d1e;
  border-radius: 100%;
  margin-left: 0.1rem;
  margin-top: 0.05rem;
}
.x-tra10 .container2 .x-xia .x-le .x-li .x-p {
  color: #fff;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
@media (max-width: 991px) {
  .x-tra10 .container2 .x-xia .x-le .x-li .x-p {
    font-size: 0.2rem;
  }
}
.x-tra10 .container2 .x-xia .x-ri {
  width: 50%;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia .x-ri {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-tra10 .container2 .x-xia .x-ri .x-img {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia .x-ri .x-img {
    pointer-events: initial;
  }
}
.x-tra10 .container2 .x-xia .x-ri .x-img.on {
  pointer-events: initial;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia .x-ri .x-img {
    height: auto;
    position: initial;
    display: block;
  }
}
.x-tra10 .container2 .x-xia .x-ri .x-img .public-img {
  border-radius: 0.3rem;
}
.x-tra10 .container2 .x-xia .x-ri .x-img .public-img::before {
  padding-top: 71.42857143%;
}
.x-tra10 .container2 .x-xia .x-ri .x-img .public-img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
.x-tra10 .container2 .x-xia .x-ri .x-img .public-img .x-im {
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia .x-ri .x-img .public-img .x-im {
    display: flex;
    width: 0.6rem;
    height: 0.6rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }
}
.x-tra10 .container2 .x-xia .x-ri .x-img .public-img .x-im.on {
  display: flex;
}
.x-tra10 .container2 .x-xia .x-ri .x-img .public-img .x-im img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia .x-ri .x-img .public-img .x-im img {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-tra10 .container2 .x-xia .x-ri .x-img .x-yd-tit {
  display: none;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia .x-ri .x-img .x-yd-tit {
    display: block;
    margin-top: 0.2rem;
  }
}
.x-tra10 .container2 .x-xia .x-ri .x-img .x-yd-tit .x-title2 {
  color: #fff;
  position: relative;
  display: flex;
  transition: 0.2s ease-in-out;
  font-size: 0.3rem;
}
.x-tra10 .container2 .x-xia .x-ri .x-img .x-yd-tit .x-title2 i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 0.02rem solid #ed6d1e;
  border-radius: 100%;
  margin-left: 0.1rem;
  margin-top: 0.05rem;
}
@media (max-width: 767px) {
  .x-tra10 .container2 .x-xia .x-ri .x-img .x-yd-tit .x-title2 i {
    width: 6px;
    height: 6px;
  }
}
.x-tra10 .container2 .x-xia .x-ri .x-img .x-yd-tit .x-p {
  color: #fff;
}
@media (max-width: 991px) {
  .x-tra10 .container2 .x-xia .x-ri .x-img .x-yd-tit .x-p {
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  .x-tra11 {
    padding: 1.2rem 0;
  }
}
.x-tra11 .container2 .x-title {
  color: #fff;
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0rem;
  height: 100vh;
  padding-top: 0.65rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-title {
    position: initial;
    padding-top: 0;
    height: auto;
  }
}
.x-tra11 .container2 .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-top: -100vh;
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-xia {
    margin-top: 0.3rem;
  }
}
.x-tra11 .container2 .x-xia .x-le {
  width: 43.45%;
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-xia .x-le {
    display: none;
  }
}
.x-tra11 .container2 .x-xia .x-le .x-li {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.x-tra11 .container2 .x-xia .x-le .x-li .x-box {
  background-color: #000;
  padding-top: 0.5rem;
}
.x-tra11 .container2 .x-xia .x-le .x-li .x-box .public-img::before {
  padding-top: 55.88235294%;
}
.x-tra11 .container2 .x-xia .x-le .x-li .x-box .x-p {
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .x-tra11 .container2 .x-xia .x-le .x-li .x-box .x-p {
    font-size: 0.2rem;
  }
}
.x-tra11 .container2 .x-xia .x-ri {
  width: 50%;
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-xia .x-ri {
    width: 100%;
  }
}
.x-tra11 .container2 .x-xia .x-ri .x-li {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li {
    position: initial;
    height: auto;
    padding: 0.4rem 0 0 0;
    border-radius: 0.14rem;
  }
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li:nth-child(1) {
    background-color: #1f1f1f;
  }
}
.x-tra11 .container2 .x-xia .x-ri .x-li:nth-child(1) .x-text {
  background-color: #1f1f1f;
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li:nth-child(2) {
    margin-top: 0.4rem;
    background-color: #161616;
  }
}
.x-tra11 .container2 .x-xia .x-ri .x-li:nth-child(2) .x-text {
  background-color: #161616;
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-text {
  background-color: #1f1f1f;
  border-radius: 0.3rem;
  padding: 0.5rem 0.6rem 0.55rem 0.6rem;
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-title2 {
  color: #fff;
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb {
  margin-top: 0.3rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb .x-sp {
  color: #fff;
  display: flex;
  margin-bottom: 0.15rem;
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb .x-sp:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb .x-sp p {
    font-size: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb .x-sp p {
    font-size: 0.24rem;
  }
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb .x-sp p:nth-child(1) {
  width: 23.61%;
  padding-right: 0.1rem;
}
@media (max-width: 991px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb .x-sp p:nth-child(1) {
    width: 30%;
  }
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb .x-sp p:nth-child(2) {
  width: 76.39%;
}
@media (max-width: 991px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li .x-text .x-tb .x-sp p:nth-child(2) {
    width: 70%;
  }
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-yd-box {
  display: none;
}
@media (max-width: 767px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li .x-yd-box {
    display: block;
  }
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-yd-box .public-img::before {
  padding-top: 55.88235294%;
}
.x-tra11 .container2 .x-xia .x-ri .x-li .x-yd-box .x-p {
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .x-tra11 .container2 .x-xia .x-ri .x-li .x-yd-box .x-p {
    font-size: 0.2rem;
  }
}
.x-publi-side {
  position: fixed;
  left: 20px;
  top: 50%;
  z-index: 100;
  display: none;
}
@media (max-width: 991px) {
  .x-publi-side {
    display: none !important;
  }
}
.x-publi-side ul:hover li a span {
  opacity: 0.5;
}
.x-publi-side ul li {
  margin-bottom: 0.22rem;
}
.x-publi-side ul li.on a span {
  opacity: 1;
}
.x-publi-side ul li a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.x-publi-side ul li a:hover span {
  opacity: 1;
}
.x-publi-side ul li a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 0.1rem;
}
.x-publi-side ul li a span {
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-djdw {
  position: relative;
  height: 0;
  top: -100px;
}
.x-zz {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.1);
}
.x-case1 {
  padding: 1rem 0 0.8rem;
}
.x-case1 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.x-case1 .container2 ul li {
  width: 33.33%;
  padding: 0 0.2rem 0.35rem;
}
@media (max-width: 991px) {
  .x-case1 .container2 ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-case1 .container2 ul li {
    width: 100%;
  }
}
.x-case1 .container2 ul li a {
  display: block;
  width: 100%;
}
.x-case1 .container2 ul li a:hover .public-img img {
  transform: scale(1.08);
}
.x-case1 .container2 ul li a:hover .public-img video {
  opacity: 1;
}
.x-case1 .container2 ul li a:hover .x-text .x-sp {
  opacity: 1;
}
.x-case1 .container2 ul li a:hover .x-text .x-sp i {
  margin-left: 0.18rem;
}
.x-case1 .container2 ul li a .public-img::before {
  padding-top: 53.58490566%;
}
.x-case1 .container2 ul li a .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 5;
  transition: 0.4s ease-in-out;
}
.x-case1 .container2 ul li a .x-text {
  margin-top: 0.25rem;
}
.x-case1 .container2 ul li a .x-text .x-tit {
  color: #000;
}
.x-case1 .container2 ul li a .x-text .x-p {
  color: #999999;
}
.x-case1 .container2 ul li a .x-text .x-sp {
  display: inline-flex;
  align-items: center;
  margin-top: 0.15rem;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-case1 .container2 ul li a .x-text .x-sp {
    opacity: 1;
  }
}
.x-case1 .container2 ul li a .x-text .x-sp span {
  color: #000064;
}
.x-case1 .container2 ul li a .x-text .x-sp i {
  display: inline-flex;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-case1 .container2 ul li a .x-text .x-sp i {
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media (max-width: 767px) {
  .x-case1 .container2 ul li a .x-text .x-sp i {
    margin-left: 0.18rem;
  }
}
.x-case1 .container2 ul li a .x-text .x-sp i svg {
  width: 100%;
  height: 100%;
}
.x-case1 .container2 ul li a .x-text .x-sp i svg path {
  fill: #000064;
}
.x-brand1 {
  background-color: #000;
  padding: 1.65rem 0 0 0;
}
@media (max-width: 767px) {
  .x-brand1 {
    padding: 1.2rem 0 0 0;
  }
}
.x-public-tlp {
  text-align: center;
}
.x-public-tlp .x-tit {
  color: rgba(255, 255, 255, 0.4);
}
.x-public-tlp .x-p {
  color: #fff;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-public-tlp .x-p {
    line-height: 1.2;
  }
}
.x-public-tlp .x-p span {
  color: #ff6600;
}
.x-public-tlp .x-sp {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.34rem;
}
@media (max-width: 767px) {
  .x-public-tlp .x-sp br {
    display: none;
  }
}
.x-brand2 {
  height: 180vh;
  position: relative;
  background-color: #000;
}
.x-brand2 .x-con {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}
.x-brand2 .x-con .x-im {
  width: 100%;
  height: 100%;
}
.x-brand2 .x-con .x-im .x-t {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.x-brand2 .x-con .x-im .x-t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-brand2 .x-con .x-im .x-t img:nth-child(1) {
    display: none;
  }
}
.x-brand2 .x-con .x-im .x-t img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-brand2 .x-con .x-im .x-t img:nth-child(2) {
    display: block;
  }
}
.x-brand2 .x-con .x-im .x-x {
  width: 100%;
  height: 100%;
}
.x-brand2 .x-con .x-im .x-x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-brand2 .x-con .x-im .x-x img:nth-child(1) {
    display: none;
  }
}
.x-brand2 .x-con .x-im .x-x img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-brand2 .x-con .x-im .x-x img:nth-child(2) {
    display: block;
  }
}
.x-brand3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.1rem 0 0 0;
}
@media (max-width: 767px) {
  .x-brand3 {
    padding: 1.2rem 0 0 0;
  }
}
.x-brand3 .container {
  margin-bottom: 0.7rem;
}
.x-brand3 .x-xia {
  position: relative;
}
.x-brand3 .x-xia .public-img::before {
  padding-top: 33.02083333%;
}
.x-brand3 .x-xia .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-bran5.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-brand4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.1rem 0 2.8rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-brand4 {
    padding: 1.2rem 0;
  }
}
.x-brand4 .x-xia {
  margin-top: 1.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-brand4 .x-xia {
    margin-top: 0.6rem;
  }
}
.x-brand4 .x-xia::before {
  content: "";
  width: 3.82rem;
  height: 3.82rem;
  background: url('../images/x-bran17.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.x-brand4 .x-xia .swiper-container {
  width: 3.82rem;
  height: 3.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: visible;
  position: relative;
  z-index: 5;
}
.x-brand4 .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  width: auto !important;
  margin: 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-brand4 .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin: 0;
  width: 3.82rem !important;
}
.x-brand4 .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-img {
  transform: scale(1);
}
.x-brand4 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  transform: scale(0.7);
  transition: 0.4s ease-in-out;
  margin: auto;
}
.x-brand4 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-brand5 {
  background-color: #000;
  padding: 1.5rem 0 2rem;
}
@media (max-width: 767px) {
  .x-brand5 {
    padding: 1.2rem 0;
  }
}
.x-brand5 .x-xia {
  margin-top: 0.55rem;
}
.x-brand5 .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-brand5 .x-xia .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.4s ease-in-out;
}
.x-brand5 .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.x-brand5 .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 54.81481481%;
}
.x-coop1 .custobanner .cont .container {
  text-align: center;
}
.x-coop1 .custobanner .x-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(15px);
}
.x-coop1 .custobanner .x-box a {
  color: #fffefe;
  margin: 0 1.17rem;
  padding: 0.22rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .x-coop1 .custobanner .x-box a {
    margin: 0 0.4rem;
    padding: 0.3rem 0;
  }
}
.x-coop1 .custobanner .x-box a.on::before {
  opacity: 1;
}
.x-coop1 .custobanner .x-box a::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url('../images/x-coop2.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  left: -0.08rem;
  top: 0.2rem;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-coop1 .custobanner .x-box a::before {
    top: 0.3rem;
  }
}
.x-coop2 {
  background-color: #000;
  padding: 1.7rem 0 0 0;
}
@media (max-width: 767px) {
  .x-coop2 {
    padding: 1.2rem 0 0 0;
  }
}
.x-coop2 .container2 .x-title {
  text-align: center;
  color: #fff;
}
.x-coop2 .container2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-coop2 .container2 ul {
    flex-wrap: wrap;
  }
}
.x-coop2 .container2 ul li {
  width: 50%;
  margin-right: 1.48%;
  transition: 0.6s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-coop2 .container2 ul li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-coop2 .container2 ul li:last-child {
  margin-right: 0;
}
.x-coop2 .container2 ul li.on {
  width: 65.47%;
  flex-shrink: 0;
}
.x-coop2 .container2 ul li.on .x-box::before {
  width: 100%;
}
.x-coop2 .container2 ul li.on .x-box .x-text .x-p {
  height: auto;
}
.x-coop2 .container2 ul li .x-box {
  width: 100%;
  position: relative;
}
.x-coop2 .container2 ul li .x-box::before {
  content: "";
  width: 0;
  height: 0.04rem;
  background-color: #ff5a00;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.6s ease-in-out;
}
.x-coop2 .container2 ul li .x-box::after {
  content: "";
  width: 100%;
  height: 4.8rem;
  background: url('../images/x-coop4.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-coop2 .container2 ul li .x-box .x-img {
  width: 100%;
  height: 6.2rem;
}
@media (max-width: 1580px) {
  .x-coop2 .container2 ul li .x-box .x-img {
    height: 7.2rem;
  }
}
.x-coop2 .container2 ul li .x-box .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-coop2 .container2 ul li .x-box .x-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  padding: 0 0.4rem 0.55rem;
}
.x-coop2 .container2 ul li .x-box .x-text .x-sp {
  color: #fff;
}
.x-coop2 .container2 ul li .x-box .x-text .x-tit {
  color: #fff;
  margin-top: 0.15rem;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  .x-coop2 .container2 ul li .x-box .x-text .x-tit {
    font-size: 0.28rem;
  }
}
.x-coop2 .container2 ul li .x-box .x-text .x-p {
  color: rgba(255, 255, 255, 0.6);
  height: 0;
  overflow: hidden;
  margin-top: 0.08rem;
}
@media (max-width: 767px) {
  .x-coop2 .container2 ul li .x-box .x-text .x-p {
    height: auto;
  }
}
.x-coop3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.8rem 0 0 0;
}
@media (max-width: 767px) {
  .x-coop3 {
    padding: 0.8rem 0 0 0;
  }
}
.x-coop3 .container .x-top {
  text-align: center;
}
.x-coop3 .container .x-top .x-title {
  color: #fff;
}
.x-coop3 .container .x-top .x-p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.05rem;
}
.x-coop3 .container .x-top .x-p span {
  color: rgba(255, 90, 0, 0.6);
}
.x-coop3 .container .x-xia {
  margin-top: 0.7rem;
}
.x-coop3 .container .x-xia .x-tup {
  position: relative;
  width: 7.36rem;
  height: 7.36rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup {
    width: 4.36rem;
    height: 4.36rem;
  }
}
.x-coop3 .container .x-xia .x-tup .x-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-136deg);
  width: 97%;
  height: 97%;
}
.x-coop3 .container .x-xia .x-tup .x-svg svg .x-ba2 {
  transition: 0.4s ease-in-out;
}
.x-coop3 .container .x-xia .x-tup .x-bjm {
  width: 100%;
  height: 100%;
}
.x-coop3 .container .x-xia .x-tup .x-bjm .public-img {
  border-radius: 100%;
}
.x-coop3 .container .x-xia .x-tup .x-im {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup .x-im {
    width: 3.36rem;
    height: 3.36rem;
  }
}
.x-coop3 .container .x-xia .x-tup .x-im .public-img {
  border-radius: 100%;
}
.x-coop3 .container .x-xia .x-tup .x-im .public-img img {
  opacity: 0;
}
.x-coop3 .container .x-xia .x-tup .x-im .public-img img.on {
  opacity: 1;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li.on .x-tit {
  color: #ff5a00;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(1) {
  left: -16.5%;
  top: 12%;
}
@media (max-width: 1580px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(1) {
    left: -21.5%;
  }
}
@media (max-width: 1260px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(1) {
    left: -16.5%;
  }
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(1) {
    left: -30.5%;
  }
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(2) {
  left: 85%;
  top: 12%;
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(2) {
    left: 87%;
  }
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(3) {
  left: 85.5%;
  top: 76%;
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(3) {
    left: 84.5%;
  }
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(4) {
  left: -20.5%;
  top: 76%;
}
@media (max-width: 1580px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(4) {
    left: -27.5%;
  }
}
@media (max-width: 1260px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(4) {
    left: -20.5%;
  }
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(4) {
    left: -33.5%;
  }
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(2) .x-i,
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(3) .x-i {
  order: -1;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(2) .x-tit,
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(3) .x-tit {
  order: 2;
  padding-right: 0;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(2) .x-ic,
.x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(3) .x-ic {
  order: 1;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(2) .x-ic,
  .x-coop3 .container .x-xia .x-tup .x-text .x-li:nth-child(3) .x-ic {
    margin-left: 0.3rem;
  }
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li .x-ic {
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li .x-ic {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li .x-tit {
  color: #ffffff;
  margin-top: -0.12rem;
  padding-right: 0.5rem;
  margin-left: 0.05rem;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .x-coop3 .container .x-xia .x-tup .x-text .x-li .x-tit {
    font-size: 0.24rem;
    padding-right: 0.3rem;
  }
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li .x-i {
  position: relative;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li .x-i i {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li .x-i i:nth-child(2) {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ff5a00;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.x-coop3 .container .x-xia .x-tup .x-text .x-li .x-i i:nth-child(3) {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(255, 90, 0, 0.2);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.x-coop4 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 1.2rem 0;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .x-coop4 {
    padding: 1.2rem 0 0.6rem;
    margin-top: 0;
  }
}
.x-coop4 .container2 .x-title {
  text-align: center;
  color: #fff;
}
.x-coop4 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 4.2rem -0.38rem 0;
}
@media (max-width: 767px) {
  .x-coop4 .container2 ul {
    margin-top: 0.4rem;
  }
}
.x-coop4 .container2 ul li {
  width: 33.33%;
  padding: 0 0.38rem;
  display: flex;
}
@media (max-width: 991px) {
  .x-coop4 .container2 ul li {
    width: 50%;
    transform: translateY(0) !important;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-coop4 .container2 ul li {
    width: 100%;
  }
}
.x-coop4 .container2 ul li:hover .x-box {
  background-color: #ff5a00;
  border: 0.02rem solid rgba(255, 255, 255, 0.1);
}
.x-coop4 .container2 ul li:hover .x-box .x-ic::before {
  background: url('../images/x-coop17.png') no-repeat center;
  background-size: contain;
}
.x-coop4 .container2 ul li:hover .x-box .x-ic svg path {
  fill: #e64c13;
}
.x-coop4 .container2 ul li:nth-child(1) {
  transform: translateY(1.1rem);
}
.x-coop4 .container2 ul li:nth-child(3) {
  transform: translateY(-1.3rem);
}
.x-coop4 .container2 ul li .x-box {
  width: 100%;
  border: 0.02rem solid rgba(255, 255, 255, 0.2);
  padding: 1.74rem 0.2rem 1.32rem 0.2rem;
  backdrop-filter: blur(15px);
  transition: 0.4s ease-in-out;
}
.x-coop4 .container2 ul li .x-box .x-ic {
  position: relative;
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 auto;
}
.x-coop4 .container2 ul li .x-box .x-ic::before {
  content: "";
  width: 2.14rem;
  height: 2.32rem;
  background: url('../images/x-coop16.png') no-repeat center;
  background-size: contain;
  position: absolute;
  top: -0.58rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s ease-in-out;
}
.x-coop4 .container2 ul li .x-box .x-ic svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.x-coop4 .container2 ul li .x-box .x-ic svg path {
  fill: #fff;
  transition: 0.4s ease-in-out;
}
.x-coop4 .container2 ul li .x-box .x-text {
  margin-top: 1.44rem;
  text-align: center;
}
.x-coop4 .container2 ul li .x-box .x-text .x-tit {
  color: #fff;
}
.x-coop4 .container2 ul li .x-box .x-text .x-p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.03rem;
}
.x-coop5 {
  background-color: #000;
  padding: 0.6rem 0 0 0;
  position: relative;
  z-index: 10;
}
.x-coop5.on .x-con .x-xia .x-lin i {
  animation: xkda 5s linear 1 forwards;
}
.x-coop5.on .x-con .x-xia ul li:nth-child(1) .x-ic img:nth-child(2) {
  animation: myrotate 5s linear 1 forwards;
}
.x-coop5.on .x-con .x-xia ul li:nth-child(2) .x-ic img:nth-child(2) {
  animation: myrotate2 5s linear 1 forwards;
}
.x-coop5.on .x-con .x-xia ul li:nth-child(3) .x-ic img:nth-child(2) {
  animation: myrotate3 5s linear 1 forwards;
}
.x-coop5.on .x-con .x-xia ul li:nth-child(4) .x-ic img:nth-child(2) {
  animation: myrotate4 5s linear 1 forwards;
}
.x-coop5.on .x-con .x-xia ul li:nth-child(5) .x-ic img:nth-child(2) {
  animation: myrotate5 5s linear 1 forwards;
}
.x-coop5 .x-con .x-title {
  text-align: center;
  color: #fff;
}
.x-coop5 .x-con .x-xia {
  margin-top: 0.4rem;
  position: relative;
}
.x-coop5 .x-con .x-xia .x-lin {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
}
@media (max-width: 1260px) {
  .x-coop5 .x-con .x-xia .x-lin {
    display: none;
  }
}
.x-coop5 .x-con .x-xia .x-lin i {
  display: inline-block;
  width: 0;
  height: 100%;
  background-color: #dd4710;
  position: absolute;
  left: 0;
  top: 0;
}
.x-coop5 .x-con .x-xia .x-lin i::before {
  content: "";
  width: 0.16rem;
  height: 0.26rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/x-coop20.svg') no-repeat center;
  background-size: contain;
}
.x-coop5 .x-con .x-xia ul {
  display: flex;
  justify-content: space-between;
  padding: 0 2.2rem;
}
@media (max-width: 1260px) {
  .x-coop5 .x-con .x-xia ul {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-coop5 .x-con .x-xia ul {
    flex-wrap: wrap;
  }
}
.x-coop5 .x-con .x-xia ul li {
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 1260px) {
  .x-coop5 .x-con .x-xia ul li {
    width: 20%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .x-coop5 .x-con .x-xia ul li {
    width: 50%;
    margin-bottom: 0.4rem;
    text-align: center;
  }
}
.x-coop5 .x-con .x-xia ul li:nth-child(2n) {
  padding-bottom: 0;
  padding-top: 316px;
}
@media (max-width: 1260px) {
  .x-coop5 .x-con .x-xia ul li:nth-child(2n) {
    padding-top: 0;
  }
}
.x-coop5 .x-con .x-xia ul li .x-i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 247px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1580px) {
  .x-coop5 .x-con .x-xia ul li .x-i {
    top: 240px;
  }
}
@media (max-width: 1281px) {
  .x-coop5 .x-con .x-xia ul li .x-i {
    top: 220px;
  }
}
@media (max-width: 1260px) {
}
@media (max-width: 1260px) {
  .x-coop5 .x-con .x-xia ul li .x-i {
    display: none;
  }
}
.x-coop5 .x-con .x-xia ul li .x-i i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-coop5 .x-con .x-xia ul li .x-box {
  width: 184px;
  height: 184px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-coop5 .x-con .x-xia ul li .x-box {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1281px) {
  .x-coop5 .x-con .x-xia ul li .x-box {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .x-coop5 .x-con .x-xia ul li .x-box {
    margin: 0 auto;
  }
}
.x-coop5 .x-con .x-xia ul li .x-box .x-ic {
  width: auto;
  height: auto;
}
.x-coop5 .x-con .x-xia ul li .x-box .x-ic img:nth-child(1) {
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 auto;
}
.x-coop5 .x-con .x-xia ul li .x-box .x-ic img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-coop5 .x-con .x-xia ul li .x-box .x-ic img:nth-child(2) {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.x-coop5 .x-con .x-xia ul li .x-box .x-tit {
  color: #fff;
  margin-top: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 1260px) {
  .x-coop5 .x-con .x-xia ul li .x-box .x-tit {
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  .x-coop5 .x-con .x-xia ul li .x-box .x-tit {
    font-size: 0.3rem;
  }
}
.x-coop5 .x-con .x-aa {
  display: block;
  text-align: center;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-coop5 .x-con .x-aa {
    margin-top: 0.2rem;
  }
}
.x-coop5 .x-con .x-aa a {
  display: inline-block;
  color: #fff;
  background-color: #ff5a00;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.5rem;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .x-coop5 .x-con .x-aa a {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.x-coop5 .x-con .x-aa a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(230, 76, 19, 0.5);
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: xfsa 3s linear infinite;
}
.x-coop5 .x-con .x-aa a::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(230, 76, 19, 0.5);
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: xfsa 3s 1.5s linear infinite;
}
@keyframes xfsa {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes xkda {
  0% {
    width: 0;
  }
  10% {
    width: 16.5%;
  }
  20% {
    width: 16.5%;
  }
  30% {
    width: 33.2%;
  }
  40% {
    width: 33.2%;
  }
  50% {
    width: 50.2%;
  }
  60% {
    width: 50.2%;
  }
  70% {
    width: 67%;
  }
  80% {
    width: 67%;
  }
  90% {
    width: 83.5%;
  }
  100% {
    width: 83.5%;
  }
}
@keyframes myrotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  10% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@keyframes myrotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  30% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@keyframes myrotate3 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@keyframes myrotate4 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  70% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@keyframes myrotate5 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  90% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.x-coop6 {
  background-color: #000;
  position: relative;
  margin-top: -1.8rem;
}
.x-coop6 .x-con .x-img {
  width: 100%;
  height: 13rem;
}
.x-coop6 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-coop6 .x-con .container2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4rem;
  z-index: 5;
}
.x-coop6 .x-con .container2 .x-title {
  color: #fff;
  line-height: 1.36;
  text-align: center;
}
.x-coop6 .x-con .container2 .x-title span {
  color: #ff5a00;
}
.x-coop6 .x-con .container2 .x-text {
  text-align: center;
  margin-top: 0.9rem;
}
.x-coop6 .x-con .container2 .x-text .x-ic {
  width: 0.52rem;
  height: 0.52rem;
  margin: 0 auto;
}
.x-coop6 .x-con .container2 .x-text .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-coop6 .x-con .container2 .x-text .x-tit {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.35rem;
}
.x-coop6 .x-con .container2 .x-text .x-p {
  color: #ff5a00;
  line-height: 1.2;
}
.curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.curtain .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain2 .curtain_box .x-con {
  width: 9.9rem;
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .x-con {
    width: 12.5rem;
  }
}
@media (max-width: 1260px) {
  .curtain2 .curtain_box .x-con {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con {
    width: 6.8rem;
  }
}
.curtain2 .curtain_box .x-con .x-le {
  width: 37.97%;
  padding: 0.55rem 0.55rem 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1260px) {
  .curtain2 .curtain_box .x-con .x-le {
    display: none;
  }
}
.curtain2 .curtain_box .x-con .x-le .x-title {
  color: #000000;
  font-weight: bold;
}
.curtain2 .curtain_box .x-con .x-le .x-p {
  color: #F8B739;
  font-weight: bold;
  margin-top: 0.3rem;
}
.curtain2 .curtain_box .x-con .x-le .x-sp {
  color: rgba(0, 0, 0, 0.3);
}
.curtain2 .curtain_box .x-con .x-le .x-ewm {
  margin-top: 0.4rem;
}
.curtain2 .curtain_box .x-con .x-le .x-ewm .x-img {
  width: 1.16rem;
  height: 1.16rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
}
.curtain2 .curtain_box .x-con .x-le .x-ewm .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain2 .curtain_box .x-con .x-le .x-ewm span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(0, 0, 0, 0.4);
}
.curtain2 .curtain_box .x-con .x-le .x-gz {
  margin-top: 1.4rem;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .x-pp {
  color: #000;
  font-weight: bold;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico {
    margin-top: 0.3rem;
  }
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #fff;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem;
  }
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a img,
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a img,
  .curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a svg {
    width: 0.35rem;
    height: 0.35rem;
  }
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a img path,
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a svg path {
  fill: #323232;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a .codeBox {
  position: absolute;
  bottom: 140%;
  left: 0;
  display: none;
  transform: translateX(-50%);
  left: 50%;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a .codeBox .imgBox {
  width: 130px;
  height: 130px;
  min-width: 50px;
  min-height: 50px;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a .codeBox .imgBox img {
  width: 100%;
  height: 100%;
  min-width: inherit;
  min-height: inherit;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a .codeBox .c-text {
  text-align: center;
  margin-top: 7px;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a .codeBox .c-text {
    font-size: 12px;
  }
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a .codeBox.codeBox2 .c-tel {
  background: #fff;
  color: #333;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 40px;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a:hover {
  background: #000;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a:hover img path,
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a:hover svg path {
  fill: #fff;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a:hover .codeBox {
  display: block;
  animation: hideShow 0.5s;
}
.curtain2 .curtain_box .x-con .x-le .x-gz .c-link .c-ico a:hover .syb {
  opacity: 1;
}
.curtain2 .curtain_box .x-con .x-ri {
  width: 62.03%;
  padding: 0.5rem 0.5rem 0.6rem 0.6rem;
}
@media (max-width: 1260px) {
  .curtain2 .curtain_box .x-con .x-ri {
    width: 100%;
    padding: 0.4rem;
  }
}
.curtain2 .curtain_box .x-con .x-ri .x-title {
  color: #000;
}
.curtain2 .curtain_box .x-con .x-ri .x-p {
  color: rgba(0, 0, 0, 0.6);
}
.curtain2 .curtain_box .x-con .x-ri .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp {
  width: 48%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #f8f8f8;
  border-radius: 100px;
  margin-bottom: 0.2rem;
  padding: 0 0.18rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .x-con .x-ri .x-form .x-inp {
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-ri .x-form .x-inp {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp2 {
  width: 100%;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 {
  height: 1.5rem;
  padding: 0.15rem 0.25rem;
  border-radius: 0.25rem;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea {
  display: block;
  width: 100%;
  height: 100%;
  color: #999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea::placeholder {
  color: #999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp i {
  font-style: initial;
  color: #999999;
  width: 10px;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input {
  display: inline-block;
  width: calc(100% - 10px);
  color: #999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input::placeholder {
  color: #999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-spp {
  width: 100%;
  display: flex;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-spp.on i img {
  opacity: 1;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-spp i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  flex-shrink: 0;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-spp i img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-spp p {
  color: #999999;
  margin-left: 0.15rem;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-ri .x-form .x-spp p br {
    display: none;
  }
}
.curtain2 .curtain_box .x-con .x-ri .x-form button {
  background-color: #F8B739;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  padding: 0 0.5rem;
  line-height: 46px;
  height: 46px;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .x-con .x-ri .x-form button {
    line-height: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-ri .x-form button {
    line-height: 0.8rem;
    height: 0.8rem;
    min-width: 2rem;
  }
}
.curtain2 .curtain_box .x-con .x-ri .x-form button:hover {
  opacity: 0.8;
}
.x-side {
  position: fixed;
  right: 0.2rem;
  bottom: 3rem;
  z-index: 100;
  display: none;
}
@media (max-width: 991px) {
  .x-side {
    display: none !important;
  }
}
.x-side ul li {
  margin-bottom: 0.1rem;
}
.x-side ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  border-radius: 0.05rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
.x-side ul li a:hover {
  background-color: #ed6d1f;
}
.x-side ul li a:hover .x-ic svg path {
  fill: #fff;
}
.x-side ul li a:hover .x-text {
  opacity: 1;
  visibility: visible;
}
.x-side ul li a .x-ic {
  width: 20px;
  height: 20px;
}
.x-side ul li a .x-ic svg {
  width: 100%;
  height: 100%;
}
.x-side ul li a .x-ic svg path {
  fill: #333333;
}
.x-side ul li a .x-text {
  position: absolute;
  top: 224%;
  right: 130%;
  padding: 0.2rem 0.25rem;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 180px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1580px) {
  .x-side ul li a .x-text {
    min-width: 147px;
    top: 182%;
  }
}
.x-side ul li a .x-text::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 18%;
  right: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-top-color: #fff;
  -webkit-transform: rotate(-90deg);
}
.x-side ul li a .x-text .x-tit {
  color: rgba(0, 0, 0, 0.4);
}
.x-side ul li a .x-text .x-wm {
  width: 1.06rem;
  height: 1.06rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0.12rem auto 0;
}
.x-side ul li a .x-text .x-wm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-side ul li a .x-text .x-xx {
  margin-top: 0.15rem;
}
.x-side ul li a .x-text .x-xx .x-sp {
  color: rgba(0, 0, 0, 0.4);
}
.x-side ul li a .x-text .x-xx .x-p {
  color: #000;
  font-weight: bold;
  margin-top: 0.02rem;
}
.x-side ul li a .x-text .x-xx .x-aa {
  background-color: #ed6d1f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  line-height: 44px;
  padding: 0 0.2rem;
  border-radius: 100px;
  margin-top: 0.15rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-side ul li a .x-text .x-xx .x-aa {
    height: 40px;
    line-height: 40px;
    padding: 0 0.25rem;
  }
}
.x-side ul li a .x-text .x-xx .x-aa:hover {
  opacity: 0.9;
}
.x-side ul li a .x-text .x-xx .x-aa i {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.05rem;
  flex-shrink: 0;
}
.x-side ul li a .x-text .x-xx .x-aa i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-side ul li a .x-text .x-xx .x-aa span {
  color: #fff;
}
.indexpro{background: url(../images/probg.jpg) center bottom no-repeat; background-size: auto; position: relative;height: 1000px;}
.indexpro .container2{display: flex; justify-content: space-between;}
.indexpro .left{width: 50%;}
.indexpro .left p{margin-top: 30px;}
.indexpro .left .btn{margin-top: 75px;}
.indexpro .left .btn a{width: 240px; padding: 20px 0; border-radius: 80px; background: #000064; color: #fff; display: block; text-align: center;}
.indexpro .right ul{padding: 30px 30px 200px; background: linear-gradient(to bottom, white, transparent);}
.indexpro .right li{list-style-type: circle;}
.indexpro .right li.active{list-style-type: disc;}
.indexpro .right li a{font-size: 20px; line-height: 60px;}
.indexpro .right li a:hover,.indexpro .right li.active a{color: #000064;}
.proswiper{position: absolute; max-width: 848px; left: 0; right: 0; bottom: 90px; margin: auto; overflow: hidden;}
@media (max-width:767px){
	.indexpro{height: auto;}
	.indexpro .container2{flex-wrap: wrap;}
	.indexpro .left{width: 100%;}
	.indexpro .right{width: 100%;}
	.indexpro .right ul{padding: 20px;}
	.indexpro .right li a{font-size: 16px;line-height: 50px;}
	.proswiper{position: relative; margin-top: 50px;}
}
.indexwhyus{background: url(../images/whybg.jpg) center no-repeat; background-size: cover;}
.indexwhyus .container2{display: flex; max-width: 100%; width: 100%;}
.indexwhyus .left{width: 50%; padding-left: calc((100% - 1400px) / 2); padding-right: 120px;}
.indexwhyus .left h5{color: #000064;}
.indexwhyus .left h3{margin-top: 10px; color: #000;}
.indexwhyus .left .desc{margin-top: 80px;}
.indexwhyus .left .whylogo{margin-top: 320px;}
.indexwhyus .right{width: 50%;}
.indexwhyus .right ul{display: grid;grid-template-columns: repeat(2, 1fr);grid-template-rows: repeat(2, 1fr); height: 100%;}
.indexwhyus .right ul li{border-left: 1px solid rgba(8, 62, 104, 0.2);border-bottom: 1px solid rgba(8, 62, 104, 0.2); padding: 80px 50px; display: flex; flex-direction: column; gap: 30px;}
.indexwhyus .right ul li h4{color: #000064;}
@media (max-width:767px){
	.indexwhyus .container2{flex-wrap: wrap;}
	.indexwhyus .left{width: 100%;padding-left: 15px;padding-right: 15px;}
	.indexwhyus .right{width: 100%;}
	.indexwhyus .left .desc{margin-top: 40px;}
	.indexwhyus .left .whylogo{margin-top: 40px;}
	.indexwhyus .left .whylogo img{width: 60%;}
	.indexwhyus .right ul li{padding: 10px;border-top: 1px solid rgba(8, 62, 104, 0.2);}
	.indexwhyus .right ul li .icon img{max-width: 55px;}
}
.indexnews{background: url(../images/newsbg.jpg) center no-repeat; background-size: cover; overflow: hidden;}
.indexnews .newstit{color: #fff; display: flex; justify-content: space-between; align-items: center;}
.indexnews .newstit h3{margin-bottom: 20px;}
.indexnews .newstit li{display: inline-block; }
.indexnews .newstit li a{color: #fff;border-right: 1px solid #fff; padding-right: 20px; margin-right: 20px; font-size: 20px;}
.indexnews .newstit li:last-child a{border-right: none; padding-right: 0;}
.indexnews .newsswiper{ max-width: 1400px; margin: 80px auto 0;}
.indexnews .newsswiper.swiper-container{overflow: initial;}
.newsswiper .f_pag .news_pagin{display:flex}
.newsswiper .f_pag .news_pagin>div{margin:0 5px;width:2rem;border-radius:0;background-color:transparent;height:auto;opacity:1}
@media (max-width: 767px){
	.indexnews .newsswiper{padding: 0 10px;}
	.indexnews .newstit{flex-direction: column;text-align: center;}
	.indexnews .newstit .right{margin-top: 10px;}
	.indexnews .newstit li a{font-size: 16px;}
	.newsswiper .f_pag .news_pagin>div{width:.6rem}}
.newsswiper .f_pag .news_pagin>div .f_t1{text-align:center;color:#fff;margin-bottom:.1rem;opacity:0;transition:all .4s}
@media (max-width: 767px){.newsswiper .f_pag .news_pagin>div .f_t1{display:none}}
.newsswiper .f_pag .news_pagin>div span{display:block;width:100%;height:2px;background-color:#fff;opacity:.3}
.newsswiper .f_pag .news_pagin>div span:before{content:"";display:block;width:0%;height:100%;background-color:#000064}
.newsswiper .f_pag .news_pagin>.swiper-pagination-bullet-active .f_t1{opacity:1}
.newsswiper .f_pag .news_pagin>.swiper-pagination-bullet-active span{opacity:1}
.newsswiper .f_pag .news_pagin>.swiper-pagination-bullet-active span:before{width:100%;animation:banwi 4.8s linear}
.indexnews .newsitem {position: relative;transition: all .5s; height: 600px;border-radius: 20px;}
.indexnews .newsitem .img img{border-radius: 20px;}
.indexnews .newsitem h4{border-bottom: 1px solid rgba(255, 255, 255, 0.5);padding: 15px; height: 110px;}
.indexnews .newsitem h4 a{color: #fff; line-height: 40px;}
.indexnews .newsitem .newsinfo{display: flex; justify-content: space-between; color: #fff; padding: 15px;}
.indexnews .newsitem .newsinfo a{color: #fff;}
.indexnews .newsitem .desc{display: none; font-size: 16px; color: #fff;}
.indexnews .newsitem .desc .btn{margin-top: 50px;}
.indexnews .newsitem .desc .btn a{display: inline-block; padding: 10px 30px; border-radius: 80px;background: #fff; color: #000064;}
.indexnews .newsitem:hover{
	background: url(../images/newsitem.png) center no-repeat; 
	background-size: cover; 
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.indexnews .newsitem:hover .img{display: none;}
.indexnews .newsitem:hover .desc{display: block; padding: 20px;}

.product-menu {
  
}
@media (max-width: 991px) {
  .product-menu {
    width: 100%;
    margin-top: .6rem;
  }
  .productbox_nav h1{display: none;}
}
.product-menu li {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
}
.product-menu li:last-child {
  margin-bottom: 0;
}
.product-menu li .menu-li {
  width: 100%;
  height: 0.68rem;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product-menu li .menu-li {
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .product-menu li .menu-li {
    height: 1rem;
  }
}
.product-menu li .menu-li a {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product-menu li .menu-li a {
    font-size: 16px;
  }
}
.product-menu li .menu-li .menu-w100{width: 100%;}
.product-menu li .menu-li span {
  width: 0.14rem;
  height: 0.14rem;
  display: flex;
  position: relative;
  cursor: pointer;
}
.product-menu li .menu-li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-out 0.3s;
}
.product-menu li .menu-li span img:nth-child(2) {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.product-menu li .menu-li span:after,
.product-menu li .menu-li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -0.1rem;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.product-menu li .menu-li span:before {
  transform: rotate(90deg);
}
.product-menu li .menu-li:hover,
.product-menu li .menu-li.on {
  background: #000064;
}
.product-menu li .menu-li:hover a,
.product-menu li .menu-li.on a {
  color: #fff;
}
.product-menu li .menu-li:hover span img:nth-child(1),
.product-menu li .menu-li.on span img:nth-child(1) {
  opacity: 0;
}
.product-menu li .menu-li:hover span img:nth-child(2),
.product-menu li .menu-li.on span img:nth-child(2) {
  opacity: 1;
}
.product-menu li .menu-li:hover span:before,
.product-menu li .menu-li.on span:before {
  opacity: 0;
}
.product-menu li .menu-li:hover span:after,
.product-menu li .menu-li.on span:after {
  background-color: #fff;
}
.product-menu li .s-menu {
  width: 100%;
  padding: 0.2rem 0.3rem;
  display: none;
}
.product-menu li .s-menu.on {
  display: block;
}
.product-menu li .s-menu a {
  width: 100%;
  height: 34px;
  color: #666;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.14rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product-menu li .s-menu a {
    height: 30px;
  }
}
.product-menu li .s-menu a:last-child {
  margin-bottom: 0;
}
.product-menu li .s-menu a i {
  content: '';
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-out 0.3s;
}
.product-menu li .s-menu a i img,
.product-menu li .s-menu a i svg {
  width: 100%;
}
.product-menu li .s-menu a i img path,
.product-menu li .s-menu a i svg path {
  fill: #999999;
}
.product-menu li .s-menu a:hover,
.product-menu li .s-menu a.on {
  color: #000064;
}
.product-menu li .s-menu a:hover i img path,
.product-menu li .s-menu a.on i img path,
.product-menu li .s-menu a:hover i svg path,
.product-menu li .s-menu a.on i svg path {
  fill: #000064;
}
@media (max-width:767px){
	.product-menu li .s-menu a{font-size: 14px;}
}