@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.24rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.22rem;
  }
}
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;
}
.hometitle{display:none}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container-pro {
  margin: 0 auto;
  width: 85%;
  max-width: 1540px;
}
@media (max-width: 1260px) {
  .container-pro {
    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: .6rem;
    padding-bottom: .6rem;
  }
}
.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.4rem;
  }
  .font60{
    font-size: .5rem;
  }
}
@media (max-width:768px){
  .font60{font-size: .4rem;}
}
.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.28rem;
  }
}
.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.2rem;
  }
}
.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: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #000;
}
@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;
  max-width: 1540px;
}
@media (max-width: 1199px) {
  #c-header .container {
    height: 1.2rem;
  }
}
@media (max-width:767px){
  #c-header .container{height: .8rem;}
}
#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: 75px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img,
  #c-header .c-logo .c-img-box svg {
    height: 0.8rem;
  }
}
@media (max-width: 768px) {
  #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 > .c-title-box {
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box a{padding: .1rem .35rem; border-radius: 8px; display: inline;}
#c-header.c-style2 .c-nav > li > .c-title-box a{
  background: rgba(0, 0, 0, .05);
}
#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 .c-title-box a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
#c-header .c-nav > li .c-title-box a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
}
#c-header .c-nav > li > ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.8rem;
  line-height: 0.5rem;
  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 > li > ul {
    min-width: 2.4rem;
  }
}
@media (max-width: 1320px) {
    #c-header .c-nav li a {
        font-size: 14px;
    }
}
#c-header .c-nav > li > ul li:last-child a::before {
  display: none;
}
#c-header .c-nav > li > ul li{margin-bottom: .05rem;}
#c-header .c-nav > li > ul li a {
  padding: 0 20px;
  color: #fff;
  background: rgba(255, 255, 255, .28);
  border-radius: 1rem;
  white-space: nowrap;
}
#c-header .c-nav > li > ul li a:hover{color: #000; background-color: #fff;}
#c-header .c-nav > li > 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 ul li a{
  background: rgba(255, 255, 255, .6);
  color: #333;
}
#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 {
  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: #fff;
  color: #333;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
#c-header .c-gn .zz-sbox:hover input{
  display: block;
}
#c-header .c-gn .zz-sbox:hover svg path{
  fill: #000;
}
#c-header .c-gn .zz-sbox input::-webkit-input-placeholder {
  color: #999;
}
#c-header .c-gn .zz-sbox input:-moz-placeholder {
  color: #999;
}
#c-header .c-gn .zz-sbox input::-moz-placeholder {
  color: #999;
}
#c-header .c-gn .zz-sbox input:-ms-input-placeholder {
  color: #999;
}
#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 {
  background-color: #f4f4f4;
}
#c-header.c-style2 .c-gn .zz-sbox input {
  color: #000;
}
#c-header.c-style2 .c-gn .zz-sbox input::placeholder {
  color: #000;
}
#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: radial-gradient(circle at top left, rgba(214, 9, 55, 0.55), transparent 30%), radial-gradient(circle at bottom right, rgba(214, 9, 55, 0.55), transparent 30%), #27272a;backdrop-filter: blur(5px);
  padding-top: .8rem;
}
@media (max-width: 767px) {
  #c-footer {
    padding: 1rem 0;
  }
}
#c-footer a {
  color: #fff;
  transition: 0.4s;
}
#c-footer a:hover {
  color: #005CE6;
}
#c-footer .zz-ftSearch{display: flex; justify-content: space-between; align-items: center;}
#c-footer .zz-ftSearch .dytitle{font-weight: bold; font-family: impact; color: #fff;}
#c-footer .zz-ftSearch .dytitle span{color: #d50a37;}
#c-footer .zz-ftSearch .info{color: #fff; max-width: 400px;}
#c-footer .zz-ftSearch .zz-box {
  display: flex;
  flex-direction: column;
}
@media (max-width:991px){
  #c-footer .zz-ftSearch{flex-wrap: wrap;}
}
@media (max-width: 767px) {
  #c-footer .zz-ftSearch .zz-box {
    width: 100%;
  }
  #c-footer .zz-ftSearch .info{
    max-width: initial;
  }
}
#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 {
  display: flex;
  align-items: center;
  background: #4b4b4b;
  justify-content: space-between;
  height: 0.6rem;
  min-height: 40px;
  width: 4.5rem;
  border-radius: 6px;
}
#c-footer .zz-ftSearch .zz-ftForm input{min-width: 300px; padding-left: 20px; color: #fff;}
#c-footer .zz-ftSearch .zz-ftForm input::placeholder{color: #eee;}
@media (max-width:1580px){
  #c-footer .zz-ftSearch .zz-ftForm input{min-width: initial;}
}
@media (max-width: 991px) {

}
@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: center;
  background: #d60937; height: calc(100% - 10px);
  border-radius: 8px;
  margin-right: 5px;
}
@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 .4rem;
}
#c-footer .c-top-box .left{width: 930px;}
.footnav{display: flex; padding-top: .4rem; border-top: 1px solid #454545; margin-top: .4rem; justify-content: space-between; align-items: center;}
.footnav ul{display: flex; gap: .6rem;}
.footcontact{color: #fff;border-top: 1px solid #454545; padding-top: .4rem;}
.footcontact h4{font-weight: 600;}
.footcontact ul{display: flex; justify-content: space-between;}
.footcontact h5{color: #d50a37; padding-top: .2rem; padding-bottom: .2rem;}
.footcontact .info{line-height: 2; color: #bdbdbd;}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.3rem 0 0.8rem;
  }
}
#c-footer .c-top-box .container,#c-footer .container {
  max-width: 1670px;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    margin-top: 0.6rem;
  }
  .footnav{gap: .2rem;}
  .footcontact ul,.footnav ul{flex-wrap: wrap;}
  .footnav ul{gap: .2rem;}
}
@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 {
 
  color: #8b8b8b;
  
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.3rem 0 0;
  }
}
#c-footer .c-bottom-box .container {
  padding: 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
  max-width: 1670px;
  border-top: 1px solid #454545;
}
#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;
  margin-left: .1rem;
}
#c-footer .c-bottom-box .c-support a.sitemap{text-indent: -9999rem;}
#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;
}
@media (max-width:991px){
  #c-footer .c-bottom-box .c-support{margin-top: .2rem;}
}
.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: #ff481d;
}
.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: #ff481d;
}
.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: .6rem;
  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: #d40938;
}
.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: #d40938;
  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{ position: relative;}
.indexpro .section-title h3{font-weight: bold; text-transform: uppercase;}
.productbox{margin-top: .7rem;}
.productbox ul{display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3列 */
  grid-auto-rows: auto; /* 自动行高 */
  gap: 20px; /* 项目间距 */}
.productbox ul li{position: relative;}
.productbox ul li a{position: relative;display: block;}
.productbox ul li .title{position: absolute; bottom: 0; left: 0; width: 100%; text-align: center;z-index: 1; font-weight: bold;padding: .1rem;transition: all 0.3s ease;}
.productbox ul li:hover .title{color: #d40938;}
.productbox ul li:hover .public-img img{transform: scale(1.1);}
.productbox ul li::before,
.productbox ul li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  transition: all 0.3s ease;
}
@media (max-width:900px){
  .productbox ul li .title{
    font-size: .2rem;
  }
}
@media (max-width:767px){
  .productbox ul{
    grid-template-columns:repeat(2, 1fr)
  }
}
/* 左上角 */
.productbox ul li::before {
  bottom: 0;
  left: 0;
  border-left-color: #d40938;
  border-bottom-color: #d40938;
}

/* 右下角 */
.productbox ul li::after {
  top: 0;
  right: 0;
  border-top-color: #d40938;
  border-right-color: #d40938;
}

.productbox ul li:hover::before,
.productbox ul li:hover::after {
  width: 30px;
  height: 30px;
  z-index: 2;
}

.indexwhyus{display: flex; align-items: center;}
.indexwhyus .left{width: 50%; padding-left: calc((100% - 1400px) / 2); padding-right: 80px;}
.indexwhyus .left h4{color: #acabab; margin-bottom: .2rem;}
.indexwhyus .left .accordion{margin-top: .8rem;}
.indexwhyus .left .accordion .accordion-header {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.indexwhyus .left .accordion .accordion-header span{margin-left: .3rem; font-size: 24px; color: #797778;}
.indexwhyus .left .accordion .accordion-header a{width: 70px; height: 70px; background: #d40938; align-items: center; justify-content: center; border-radius:100%; margin-left: auto; display: none; flex-shrink: 0;}
.indexwhyus .left .accordion .accordion-header img{width: auto; height: auto;}
.indexwhyus .left .accordion .accordion-header .s1{display: none;}
.indexwhyus .left .accordion .accordion-body {
  display: none;
  padding: 10px;
}
.indexwhyus .left .accordion .accordion-body ul{padding-left: .3rem;}
.indexwhyus .left .accordion .accordion-body ul li{list-style-type: circle; margin-bottom: .2rem;}
.indexwhyus .left .accordion .accordion-header.active span{color: #d40938; font-size: 30px;}
.indexwhyus .left .accordion .accordion-header.active a{ display: flex;}
.indexwhyus .left .accordion .accordion-header.active .s1{display: block;}
.indexwhyus .left .accordion .accordion-header.active .s2{display: none;}
@media (max-width:1200px){
  .indexwhyus .left{padding-right: 20px;}
  .indexwhyus .left .accordion .accordion-header a{
    width: 50px;
    height: 50px;
  }
  .indexwhyus .left .accordion .accordion-header a img{
    width: 24px;
    height: 24px;
  }
  .indexwhyus .left .accordion .accordion-header.active span{font-size: 24px;}
  .indexwhyus .left .accordion .accordion-header span{
    font-size: 20px;
  }
}
@media (max-width:991px){
  .indexwhyus{
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexwhyus .left{width: 100%;}
}
.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: #d40938;}
@media (max-width:991px){
  .indexwhyus .right{width: 100%;}
  .indexwhyus .left .accordion .accordion-body ul li{
    font-size: .22rem;
  }
}
.indexhonor{background: url(../images/honorbg.jpg) center no-repeat; background-size: cover;}
.indexhonor .top{display: flex; justify-content: space-between;}
.indexhonor .top h4{color: #acabab; margin-bottom: .25rem;}
.indexhonor .top .right a{color: #d40938; display: flex; align-items: center;}
.indexhonor .top .right a span{border-bottom: 1px solid #d40938;}
.indexhonor .honorimg{margin-top: .8rem;}
@media (max-width:991px){
  .indexhonor .top a img{width: 26px;}
}
@media (max-width:767px){
  .indexhonor .top{flex-wrap: wrap;}
  .indexhonor .top .right a{margin-top: 10px;}
}
.indexvideo{position: relative;}
.indexvideo .img{width: 100%;}
.indexvideo .img img{width: 100%;}
.indexvideo .play{position: absolute; bottom: 1rem; left: 0; right: 0; margin: auto; text-align: center; color: #fff;}
@media (max-width:768px){
  .indexvideo .play{bottom: .2rem;}
  .indexvideo .play .playin img{width: 50px;}
}
.indexpartner{background: url(../images/partnerbg.jpg) center no-repeat; background-size: cover; overflow: hidden;}
.indexpartner .title p{max-width: 800px; margin: .2rem auto 0;}
.honorimgs{margin-top: .7rem;}
.honorimgs ul{
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.honorimgs ul li {
  --width: calc((100% - 50px) / 6);
  width: var(--width);
  position: relative;  
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
transition: all .5s;
}
.honorimgs ul li:hover{
  transform: translateY(-8px);
}
.honorimgs ul li img {
  width: 100%;
  height: 100%;
}

/* 每6个为一行，清除浮动 */
.honorimgs ul li:nth-child(6n+1) {
  clear: both;
}

/* 制造行错位 */
.honorimgs ul li:nth-child(7)
{
  margin-left: calc(((100% - 50px) / 12) + 5px);
}
.honorimgs ul li:nth-child(n+7):nth-child(-n+11){
  margin-top: calc(-0.5 * var(--width));
}
.honorimgs ul li:nth-child(n+12):nth-child(-n+17){
  margin-top: calc(-0.5 * var(--width));
}
.indexpartner .link{max-width: 350px; margin: 0 auto; display: flex; justify-content: space-between; border-bottom: 1px solid #c3c3c3; align-items: center; padding-bottom: .1rem; margin-top: .8rem;}
.indexpartner .link span{color: #747272;}
.indexpartner .link a{width: 50px; height: 50px; border-radius: 50px; background: #d40938;display: flex; align-items: center; justify-content: center;
  transition: all .5s;
}
.indexpartner .link a:hover{transform: translateY(-5px);}
@media (max-width:767px){
  .indexpartner .link a{width: 36px; height: 36px;}
  .indexpartner .link img{width: 20px;}
}
.indexapp .container{display: flex; justify-content: space-between;}
.indexapp .left{width: 30%;}
.indexapp h4{color: #acabab;}
.indexapp .appnav{margin-top: 1rem;}
.indexapp .appnav li{margin-bottom: .4rem;}
.indexapp .appnav a{color: #797778;}
.indexapp .appnav a:hover{color: #d40938;}
.indexapp .more{text-align: left; color: #d40938; display: flex; align-items: center;}
.indexapp .more a,.indexapp .more a:hover{color: #d40938;}
.indexapp .more span{border-bottom: 1px solid #d40938;}
.indexapp .right{width: 70%; display: flex; gap: .2rem;}
.indexapp .right .appitem{position: relative; margin-bottom: .2rem; border-radius: 15px;}
.indexapp .right .title{position: absolute; bottom: .3rem; width: 100%; left: 0; padding-left: .3rem; color: #fff;}
@media (max-width:768px){
  .indexapp .container{flex-wrap: wrap;}
  .indexapp .left,.indexapp .right{width: 100%;}
  .indexapp .right{margin-top: .2rem;}
  .indexapp .appnav{margin-top: .3rem;}
  .indexapp .appnav li{margin-bottom: .1rem; font-size: 20px;}
  .indexapp .more{margin-top: .2rem;}
}
.indexnews{background: #f5f4f6; overflow: hidden;}
.indexnews .newstit{color: #acabab; 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{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: .4rem auto 0;}
.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 .newstit{padding-left: 10px;}
  .newsswiper .f_pag .news_pagin>div{width:.6rem}
  .indexnews .newsswiper{
    padding-left: 10px;
    padding-right: 10px;
  }
}
.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:#d40938}
.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 .img img{border-radius: 20px;}
.indexnews .newsitem .date{position: absolute; left: .2rem; top: .2rem; z-index: 1;}
.indexnews .newsitem .date span{display: block; color: #fff; line-height: 1.2;}
.indexnews .newsitem h4{border-bottom: 1px solid rgba(255, 255, 255, 0.5);padding: 15px 0; height: 110px;}
.indexnews .newsitem h4 a{line-height: 40px;}
.indexnews .newsitem .newsinfo{display: flex; justify-content: center; padding-top: .2rem;}
.indexnews .newsitem .newsinfo a{width: 72px; height: 72px; border-radius: 72px; display: flex; align-items: center; justify-content: center; background: #ccc; transition: all .5s;}
.indexnews .newsitem:hover .newsinfo a{background: #d40938; transform: translateY(-8px);}
.indexnews .newsitem:hover h4 a{color: #d50938;}
@media (max-width:1200px){
  .indexnews .newsitem .newsinfo a{
    width: 50px;
    height: 50px;
  }
  .indexnews .newsitem h4 a{line-height: 30px;}
  .indexnews .newsitem .newsinfo a img{
    width: 26px;
  }
}
@media (max-width:991px){
  .indexnews .newsitem h4 a{
    font-size: .2rem;
  }
}
.abouthonorlist{background: #f9f9f9;}
.abouthonorlist .swiper-container{padding: .2rem;}
.honorswiper .honoritem{
  padding: .4rem; 
  background: #fff; 
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.honorswiper .honoritem h4{
  padding: .3rem 0 0;
  margin-top: .3rem;
  border-top: 1px solid #d2d2d2;
}
.honorswiper .honoritem a img{border: 5px solid #d40938;}
.aboutvision{
  background: url(../images/visionbg.jpg) center no-repeat;
  background-size: cover;
}
.aboutvision .aboutitle{
  color: #fff;
  text-transform: uppercase;
}
.aboutvision .aboutvisionbox{
  display: flex;
  margin-top: 1.2rem;
  align-items: center;
}
.aboutvision .aboutvisionbox .left{
  width: 55%;
  color: #fff;
}
.aboutvision .aboutvisionbox .left .text{
  padding-right: .5rem;
  line-height: 2;
}
.aboutvision .aboutvisionbox .right{
  width: 45%;
  position: relative;
}
.aboutvision .aboutvisionbox .right::before{
  content: "";
  width: 92%;
  height: .5rem;
  border-radius: 12px;
  position: absolute;
  top: -.2rem;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, .5);
}
.aboutvision .aboutvisionbox .right .rinfo{
  padding: .5rem .4rem .6rem;
  background: #fff;
  border-radius: 12px;
}
.aboutvision .aboutvisionbox .right .rinfo .tit{
  margin-top: .3rem;
  margin-bottom: .2rem;
}
@media (max-width:768px){
  .aboutvision .aboutvisionbox{
    flex-wrap: wrap;
    margin-top: .3rem;
  }
  .aboutvision .aboutvisionbox .left{
    width: 100%;
  }
  .aboutvision .aboutvisionbox .right{
    width: 100%;
    margin-top: .3rem;
  }
}
.aboutfactory{
  overflow: hidden;
}
.aboutfactory .title{
  color: #a9a9a9;
  text-transform: uppercase;
}
.aboutfactory .factorytop{
  margin-top: .7rem;
  display: flex;
  align-items: center;
}
.aboutfactory .factorytop .left{
  width: 50%;
}
.aboutfactory .factorytop .left img{
  width: 100%;
}
.aboutfactory .factorytop .right{
  width: 50%;
}
.aboutfactory .factorytop .right ul{
  padding-left: .8rem;
}
.aboutfactory .factorytop .right ul li{
  border-left: 12px solid #d50938;
  padding-left: .3rem;
  padding-right: .3rem;
  max-width: 800px;
  line-height: 2;
}
.aboutfactory .factorytop .right ul li:nth-child(1){
  margin-bottom: .6rem;
}
@media (max-width:768px){
  .aboutfactory .factorytop{
    flex-wrap: wrap;
  }
  .aboutfactory .factorytop .left{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .aboutfactory .factorytop .right{
    width: 100%;
    padding: 10px;
  }
  .aboutfactory .factorytop .right ul{padding: 0;}
  .aboutfactory .factorytop .right ul li{font-size: 15px;}
}
.aboutfactoryswiper.swiper-container{
  margin-top: .7rem;
  overflow: initial;
}
.aboutfactoryswiper .swiper-pagination{bottom: -30px;}
.aboutfactoryswiper .swiper-pagination-bullet-active{
  background: #d40938;
}
.aboutfactoryswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faqchannel{
  margin-bottom: .4rem;
}
.faqchannel h3{
  margin-bottom: .2rem;
}
.faq-question {
  padding: 20px 10px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.faq-answer {
  display: none;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  background: #f5f5f5;
  padding-bottom: .4rem;
}

.contactsec1{
  background: linear-gradient(to right, white 0%, white 50%, #fff9fa 50%);
}
.contactsec1 .container{display: flex;}
.contactsec1 .container .left{
  padding-top: 1.7rem;
  width: 50%;
}
.contactsec1 .container .left h2{
  color: #939393; font-weight: bold;
}
.contactsec1 .container .left ul li{
  padding: .8rem .2rem .8rem 0;
}
.contactsec1 .container .left ul li h3{
  margin-bottom: .6rem; color: #666; font-weight: bold;
}
.contactsec1 .container .left ul li .add{background: url(../images/c-add.png) left 5px no-repeat; padding-left: .5rem; margin-bottom: .3rem; color: #d50938;}
.contactsec1 .container .left ul li .tel{background: url(../images/c-tel.png) left 5px no-repeat; padding-left: .5rem; }
.contactsec1 .container .left ul li:nth-child(2){border-top: 2px dashed #b1b1b1;}
.contactsec1 .container .right{
  padding-top: 3rem;width: 50%;
}
.contactsec1 .container .right .rightbox{
  padding-left: .5rem;
}
.contactsec1 .container .right h3{color: #666; font-weight: bold;}
.contactsec1 .container .right form{display: flex; flex-wrap: wrap; margin-top: .8rem; justify-content: space-between;}
.contactsec1 .container .right form .input2{width: calc((100% - .7rem) / 2); margin-bottom: .4rem;border-bottom: 1px solid #dcdcdc;}
.contactsec1 .container .right form .input2 input{line-height: 40px; }
.contactsec1 .container .right form .textarea{width: 100%;border-bottom: 1px solid #dcdcdc; margin-bottom: .8rem;}
.more{text-align: center; font-weight: bold; margin-top: .7rem;}
.more span{border-bottom: 1px solid #000;}
.more a:hover{color: #000;}
.s-btn a{color: #fff; padding: .15rem .7rem; display: inline-block; background: #d50938; border-radius: 10rem; transition: all .5s;}
.s-btn a:hover{background-color: #27272a;}
.contactbottom{display: flex; justify-content: space-between;}
.contactbottom .left{border-top: 2px dashed #b1b1b1;display: flex; align-items: center; width: 50%;}
.contactbottom .left .leftinfo{padding-left: calc(100% - 700px);}
.contactbottom .left .leftinfo .email{background: url(../images/c-email.png) left 5px no-repeat; padding-left: .5rem; font-weight: bold;}
.contactbottom .right{width: 50%;}
@media (max-width:991px){
  .contactsec1{background: #fff;}
  .contactsec1 .container{
    flex-wrap: wrap;
  }
  .contactsec1 .container .left{width: 100%; padding-top: 0.6rem;}
  .contactsec1 .container .right{width: 100%; padding-top: .4rem; padding-bottom: .4rem;}
  .contactsec1 .container .right .rightbox{padding-left: 0;}
  .contactbottom{flex-wrap: wrap; padding: 0 10px 30px;}
  .contactbottom .left{width: 100%;padding-top: 30px; padding-bottom: 30px;}
  .contactbottom .right{width: 100%;}
}
.text-center{text-align: center;}

.indexabout{background: url(../images/about.png) right center no-repeat #f1f2f4;}
.indexabout h4{color: #acabab;}
.indexabout h3{margin-top: .6rem;}
.indexabout span.font36{max-width: 800px; display: block; color: #363636; margin-top: .5rem;}
.indexabout .desc{max-width: 800px; color: #575757; margin-top: .5rem;}
.shuzi{display: flex; flex-wrap: wrap; margin-top: 1rem; max-width: 600px;}
.shuzi li{width: 50%; margin-bottom: .9rem;}
.shuzi li span{display: block;}
.shuzi li .num{color: #d40938; font-family: impact;}
.indexabout .shuzi li span{float: left;}
.indexabout .shuzi li div{clear: both;}
.indexabout .aboutlink{max-width: 850px; display: flex; justify-content: space-between; border-bottom: 1px solid #c3c3c3; align-items: center; padding-bottom: .2rem;}
.indexabout .aboutlink span{color: #747272;}
.indexabout .aboutlink a{width: 50px; height: 50px; border-radius: 50px; background: #d40938;display: flex; align-items: center; justify-content: center;}
@media (max-width: 1600px){
  .indexabout{background-size: 40%;}
}
@media (max-width: 991px){
  .indexabout{background: #f1f2f4!important;}
  .indexabout .aboutlink a{width: 30px; height: 30px;}
  .indexabout .aboutlink img{width: 20px;}
  .indexabout h3{margin-top: .3rem;}
}
.indexfactory{background: #f1f2f4; padding-bottom: 1rem; overflow: hidden;}
.factoryswiper{max-width: 1400px; margin: 0 auto; overflow: initial;}
.factoryswiper .newsitem{overflow: hidden;}
.factoryswiper img{border-radius: 10px; width: 100%;transition: all .5s;}
.factoryswiper .newsitem a:hover img{transform: scale(1.1);}
.factory_pagin{margin-top: .3rem;}
.factory_pagin .swiper-pagination-bullet{width: 36px; border-radius: 20px; margin-right: 10px;}
.factory_pagin .swiper-pagination-bullet-active{background: #ba090c;}
.indexfactory .factorybottom{display: flex; justify-content: space-between;  gap: .4rem; align-items: center; margin-top: .4rem;}
.indexfactory .factorybottom p{color: #5d5d5d; max-width: 600px;}
.indexfactory .factorybottom h4{color: #d40938; max-width: 650px;}
@media (max-width:768px){
  .indexfactory{padding-bottom: .6rem; padding-left: 10px; padding-right: 10px;}
  .factory_pagin{
    margin-top: .1rem;
  }
  .indexfactory .factorybottom{flex-wrap: wrap;}
  .indexfactory .container{width: 100%;}
}
.sectionpro1{
	background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #ffffff 50%);
}
.detail-product-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail-product-row .zou{
	width: 50%;
  padding-bottom: .4rem;
}
.detail-product-row .you{
	width: 50%;
}
.detail-product-row .proinfo{
  width: 90%; padding-left: 10%;
}
@media (max-width:768px){
  .sectionpro1{background: #fff;}
  .detail-product-row .zou{
    width: 100%;
  }
  .detail-product-row .you{width: 100%;}
  .detail-product-row .proinfo{
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.swiperZoom{
	height: auto;
	overflow: hidden;
  width: 90%;
}
.gallerySwiper{
	
}
.gallerySwiper.swiper{
	height: auto;
}
.gallerySwiper.swiper .swiper-slide{
	
}
.gallerySwiper.swiper .swiper-slide img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.gallerySwiper.swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
	cursor: pointer;
	transition: 0.5s;
}
.gallerySwiper.swiper .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.gallerySwiper.swiper .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.gallerySwiper.swiper .swiper-arrows.swiper-button-disabled{
	opacity: 0;
	visibility: hidden;
}

.thumbSwiper-outer{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 30px;
	margin-top: 10px;
}
.thumbSwiper.swiper{
	height: auto;
}
.thumbSwiper.swiper .swiper-slide{
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #eee;
  background: #fff;
  border-radius: 6px;
}
.thumbSwiper.swiper .swiper-slide img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.thumbSwiper.swiper .swiper-slide.swiper-slide-thumb-active{
	border-color: #c00;
  
}
.thumbSwiper-outer .swiper-arrows{
	width: 24px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #ba090c;
	border-radius: 3px;
	transition: 0.5s;
  z-index: 1;
}
.thumbSwiper-outer .swiper-arrows.swiper-button-disabled{
	color: #333333;
	cursor: no-drop;
  background: #fff;
}
.thumbSwiper-outer .swiper-arrows i{
	display: inline-block;
	font-size: 16px;
}
.thumbSwiper-outer .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.thumbSwiper-outer .swiper-arrows.swiper-arrow-prev{
	left: 0;
}

.detail-product-title{
	color: #11100e;
}
.detail-product-model{
	font-size: 18px;
	color: #444;
	margin-top: 10px;
}
.detail-product-brief{
	font-size: 16px;
	line-height: 2.45;
	margin-top: 25px;
	color: #3f3f3f;
}
.detail-product-brief h3{
  color: #11100e;
  margin-bottom: .2rem;
}
@media (max-width:1200px){
  .detail-product-brief{
    margin-top: 15px;
    line-height: 2;
  }
  .detail-product-row .proinfo{width: 100%;}
}
.detail-product-btms{
	margin-top: 40px;
	font-size: 16px;
  max-width: 260px;
}
.detail-product-btms a{
  display: flex;
  gap: .15rem;
  color: #11100e;
	padding: 15px 30px;
	margin-right: 10px;
  border: 1px solid #ba090c;
  border-radius: 2rem;
  align-items: center; justify-content: center;
  
}
.detail-product-btms a:hover{color: #d40938;}
.detail-product-btms a img{height: 30px;}
.detail-tab-outer{
	height: auto;
	overflow: hidden;
}
@media (max-width:991px){
  .detail-product-btms{margin-top: 20px;}
  
}

.protitle h4{position: relative; color: #11100e;display: inline-block}
.protitle h4::before{content:"";width: .15rem; height: 70%; position: absolute; left: -.45rem; top: 0; bottom: 0; margin: auto; background: #d40938;}
.procontent{
  position: relative;
}
.procontent::before{
  background: url(../images/bg1.jpg) center no-repeat;
  content: "";
  position: absolute;
  background-size: cover;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tuwenboxa h2{
  font-size: 36px; 
  font-weight: bold;
  margin-bottom: .5rem;
}
.tuwenboxa p{line-height: 1.8;}
.tuwenboxa table{
  table-layout: fixed; 
  border: none;
  margin-top: 1rem;
}
.tuwenboxa table td{border: none;}
.tuwenboxa table td:nth-child(1){padding-left: 2rem; padding-right: 1rem;}
.tuwenboxa table td h3{
  position: relative;
  font-size: 48px;
  padding-left: .2rem;
  font-weight: bold;
  margin-bottom: .3rem;
}
.tuwenboxa table td h3::before{content:"";width: .1rem; height: 70%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background: #d40938;}
@media(max-width:1200px){
  .tuwenboxa table td:nth-child(1){
    padding: .2rem;
  }
}
@media(max-width:768px){
  .tuwenboxa table td{padding: .2rem;}
  .tuwenboxa table tr{display: flex; flex-direction: column;}
}
.protuwena table{table-layout: fixed; border: none;}
.protuwena table td{border: none; width: 50%;}
.protuwena table td img{width: 100%;}
.protuwena table td:nth-child(2){background: linear-gradient(to right, #d50938, #df4468); padding: .8rem; color: #fff; line-height: 2;}
.protuwena table td:nth-child(2) h3{font-size: 50px; font-weight: bold; margin-bottom: .4rem; line-height: 1;}
.tuwenbox table{table-layout: fixed; border: none;}
.tuwenbox table tr{
  display: flex;
  gap: .6rem;
  justify-content: space-between;
}
.tuwenbox table td{border: none;}
.tuwenbox table td h3{
  position: relative;
  font-size: 48px;
  padding-left: .2rem;
  font-weight: bold;
  margin-bottom: .3rem;
}
.tuwenbox table td h3::before{content:"";width: .1rem; height: 70%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background: #d40938;}
.provideo{
  background: url(../images/videobg.jpg) center bottom no-repeat #ececeb;
  position: relative;
  height: 960px;
}
.provideo .videobox{
  width: 900px;
  position: absolute;
  left: 0;
  bottom: .8rem;
  right: 0;
  margin: auto;
}
.provideo .videobox video{width: 100%;}
.pro-application .applist{
  margin-top: .5rem;
  display: flex;
  gap: 20px;
}
.pro-application .applist .item{
  width: calc((100% - 60px) / 4);
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.pro-application .applist .item:hover img{transform: scale(1.2);}
.pro-application .applist .item::after{
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  display: none;
  z-index: 1;
}
.pro-application .applist .item:hover::after{
  display: block;
}
@media(max-width:1200px){
  .protuwena table td:nth-child(2) h3{font-size: 40px;}
  .tuwenbox table td h3{
    font-size: 36px;
  }
}
@media(max-width:991px){
  .protuwena table td:nth-child(2){font-size: 14px;}
  .protuwena table td:nth-child(2) h3{
    font-size: .32rem;
  }
  .tuwenboxa table td h3{
    font-size: 32px;
  }
}
@media(max-width:768px){
  .procontent{padding-bottom: 0!important;}
  .protuwena table tr{display: flex;flex-direction: column-reverse;}
  .protuwena table td{width: 100%;}
  .tuwenbox table tr{flex-wrap: wrap; flex-direction: column;}
  .provideo{height: auto;}
  .provideo .videobox{position: relative; width: 100%; bottom: 0; margin-top: .3rem;}
}

.sidekf{min-height:0px;display-radio:1;background_radio:1}
.sidekf .sideBar{position:fixed;right:0;top:40%;transform:translateY(-50%);z-index:998}.sidekf .side1 a,.sidekf .side1 img,.sidekf .side1 i,.sidekf .side1 span{display:block;color:#fff;font-size:14px;writing-mode:vertical-lr;margin:0 auto;letter-spacing:2px}
.sidekf .side1 img{margin:0 auto}
.sidekf .side1 i{margin:10px auto;width:1px;height:20px;background:#fff;transition:all 0.5s ease}.sidekf .side1:hover{background:#d6031a}
.sidekf .side1:hover a img{animation:jitter 0.5s}
.sidekf .side{height:50px;position:absolute;transition:all 0.5s}
.sidekf .side a{display:block;height:50px;font-size:0}
.sidekf .side i,.sidekf .side span{display:inline-block;vertical-align:middle;height:100%;line-height:50px;text-align:center;background:#333;font-size:13px;color:#fff;transition:all 1s}
.sidekf .side svg{vertical-align: middle;}
.sidekf .side i{width:50px;text-align:center;background:#d40938;transition:all 0.3s}.sidekf .side i img{vertical-align:middle}
.sidekf .side2{top:0px;right:-140px;width:190px}
.sidekf .side2 span{width:140px}
.sidekf .side3{right:-140px;width:190px;top:51px}
.sidekf .side3 span{width:140px}
.sidekf .side4{right:-150px;width:200px;top:102px}
.sidekf .side4 span{width:150px}
.sidekf .side5{right:-90px;width:140px;top:204px;cursor:pointer}
.sidekf .side7{right:-200px;width:250px;top:153px;cursor:pointer}
.sidekf .side7 span{width:200px;font-size:14px}
.sidekf .side5 span{width:90px;font-size:14px}
.sidekf .qcodePic{width:140px;height:140px;position:absolute;top:50px;left:0;display:none;z-index:99;text-align:center;background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022061315245113532/cms/image/ba619133-35bd-4553-954c-5533ee611293.jpg) no-repeat center/cover;border:1px solid #e5e5e5}.sidekf .side5:hover .qcodePic{display:block}
.sidekf .side6{right:-90px;width:140px;top:255px;cursor:pointer}
.sidekf .side6 span{width:90px;font-size:14px}
.sidekf .side:hover{right:0}
.sidekf .side:hover i{background:#d40938}
.sidekf .wxPic{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0, 0, 0, 0.8);z-index:9999;display:none}
.sidekf .wxPic img{width:auto;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}

.history{ background: url(../images/hisbg4.png) bottom center no-repeat #fff7f9; background-size: 100%; position: relative; padding-bottom: 1.6rem;}
.history::before{content: ""; width: 120px; height: 700px; background: url(../images/hisbg2.png) left top no-repeat; background-size: 100%; position: absolute; left: 0; top: 0;}
.history::after{content: ""; width: 319px; height: 314px; background: url(../images/hisbg3.png) right bottom no-repeat; background-size: 100%; position: absolute; right: 0; bottom: 0;}
.history .container{ background: url(../images/hisbg1.png) top center no-repeat; background-size: 94%;}
.history .histitle{text-align: center;padding-top: 1rem; position: relative; z-index: 2;}
.history .histitle h3{color: #acabab; }
.history .histitle .desc{color: #070508; max-width: 500px; margin: 0 auto; margin-top: .2rem;}
.history .histitle .more{margin-top: .5rem;}
.history .histitle .more a{color: #d40938;}
.history .histitle .more span{border-bottom: 1px solid #d40938;}
.history .hisnav{position: absolute; top: 1.5rem; left: 0; right: 0; margin: auto;}
.history .hisnav ul{display: flex; color: #fff; justify-content: center; font-weight: bold;}
.history .hisnav ul li{width: 2.4rem; text-align: center; cursor: pointer;}
.history .hisnav ul li:nth-child(2){padding-top: 2rem;}
.history .hisnav ul li:nth-child(3){padding-top: 2.7rem;}
.history .hisnav ul li:nth-child(4){padding-top: 2rem;}
.history .hisnav ul li .tit{font-size: 20px;}
.history .hisnav ul .icons {
  display: flex;
  justify-content: center;
}
.history .hisnav ul .icons p {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.history .hisnav ul .icons p::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 4px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scale2 2s linear infinite;
}
.history .hisnav ul .icons p::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scale2 2s 1s linear infinite;
}
.history .hisnav ul .icons i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  display: block;
}
@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.history .historylist{
  padding-top: 2.7rem;
}
.history .historylist .histit{text-align: center;}
.history .historylist .histit h4{font-weight: bold;}
.history .historylist .histit span{font-weight: bold;}
.history .historylist .title{color: #d40938; font-weight: bold; font-size: 18px;}
.history .historylist .his_cont{margin-top: .5rem;}
.history .historylist .desc{margin-top: .1rem; color: #3f3f3f;}
@media (max-width:1900px){
  .history .hisnav{
    top: 1.6rem;
  }
}
@media (max-width:1850px){
  .history .hisnav{
    top: 1.8rem;
  }
  .history .hisnav ul li:nth-child(3){padding-top: 2.5rem;}
}
@media (max-width:1800px){
  .history .hisnav{
    top: 1.8rem;
  }
  .history .hisnav ul li:nth-child(1){padding-top: .3rem;}
  .history .hisnav ul li:nth-child(5){padding-top: .3rem;}
  .history .historylist{padding-top: 3rem;}
}
@media (max-width:1750px){
  .history .hisnav{
    top: 2rem;
  }
}
@media (max-width:1670px){
  .history .hisnav{
    top: 2.2rem;
  }
}
@media (max-width:1580px){
  .history .hisnav{
    top: 3.2rem;
  }
  .history .hisnav ul li{
    width: 2.8rem;
  }
  .history .historylist{
    padding-top: 4.8rem;
  }
}
@media (max-width:1530px){
  .history .hisnav{
    top: 3rem;
  }
}
@media (max-width:1490px){
  .history .hisnav{
    top: 2.8rem;
  }
  .history .historylist{
    padding-top: 4.3rem;
  }
  .history::before{
    width: 100px;
    height: 530px;
  }
  .history::after{
    width: 200px;
    height: 220px;
  }
}
@media (max-width:1470px){
  .history .hisnav{
    top: 2.6rem;
  }
  .history .hisnav ul li:nth-child(2){padding-top: 2.2rem;}
  .history .hisnav ul li:nth-child(3){padding-top: 2.8rem;}
  .history .hisnav ul li:nth-child(4){padding-top: 2.2rem;}
}
@media (max-width:1440px){
  .history .hisnav{
    top: 2.4rem;
  }
  .history .historylist{
    padding-top: 3.8rem;
  }
  .history .hisnav ul li .tit{
    font-size: 16px;
  }
}
@media (max-width:1440px){
  .history .hisnav{
    top: 2.2rem;
  }
  .history .historylist{
    padding-top: 3.6rem;
  }
}
@media (max-width:1350px){
  .history .hisnav{
    top: 2rem;
  }
}
@media (max-width:1320px){
  .history .hisnav{
    top: 1.8rem;
  }
}
@media (max-width:1200px){
  .history .hisnav ul li{
    width: 2.6rem;
  }
  .history::before{
    width: 70px;
    height: 380px;
  }
  .history::after{
    width: 150px;
    height: 160px;
  }
  .history .historylist{
    padding-top: 3.2rem;
  }
  .history .hisnav ul .icons p::before{
    width: 10px;
    height: 10px;
  }
  .history .hisnav ul .icons p::after{
    width: 12px;
    height: 12px;
  }
  .history .hisnav ul .icons i{
    width: 10px;
    height: 10px;
  }
}
@media (max-width:1150px){
  .history .hisnav{top: 1.4rem;}
}
@media (max-width:1100px){
  .history .hisnav{top: 1.2rem;}
}
@media (max-width:1000px){
  .history .hisnav ul li{width: 2.4rem;}
  .history .historylist{padding-top: 2.6rem;}
}
@media (max-width:991px){
  .history .hisnav{top: .8rem;}
  .history .hisnav ul li .tit{font-size: 12px;}
}
@media (max-width:900px){
  .history .hisnav{top: .4rem;}
}
@media (max-width:767px){
  .history{padding-bottom: 1rem;}
  .history .container{background: none;}
  .history .histitle{padding-top: .6rem;}
  .history::before,.history::after{width: 20px;}
  .history .hisnav{position: relative; top: initial; margin-top: .2rem;}
  .history .hisnav ul{color: #333; flex-wrap: wrap; background: #fff; border-radius: 12px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
  .history .hisnav ul li .tit{font-size: 14px;}
  .history .hisnav ul li{width: 50%; padding: 10px 0!important;}
  .history .hisnav ul .icons{display: none;}
  .history .historylist .title{font-size: 14px;}
  .history .historylist{padding-top: .4rem;}
}
.abouthistory{background: url(../images/historybg.jpg) top center no-repeat; padding: 1rem 0 1.8rem; box-sizing:content-box; overflow: hidden; aspect-ratio: 16 / 9;position: relative;}
.abouthistory .histitle h3{text-transform: uppercase; color: #a9a9a9; font-weight: bold;}
.abouthistory .histitle .desc{color: #252525; margin-top: .2rem;}
.abouthistory .hisnav{padding-top: 1rem;}
.abouthistory .hisnav ul{
  
}
.abouthistory .hisnav ul li{
  position: absolute;
  font-weight: bold;
  color: #999898;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.abouthistory .hisnav ul li.on{color: #d50938;}
.abouthistory .hisnav ul li:nth-child(1){
  left: 11%; top: 56%;
}
.abouthistory .hisnav ul li:nth-child(2) {
	left: 24%;
	top: 46%;
}
.abouthistory .hisnav ul li:nth-child(3) {
	left: 40%;
	top: 27%;
}
.abouthistory .hisnav ul li:nth-child(4) {
	left: 55%;
	top: 31%;
}
.abouthistory .hisnav ul li:nth-child(5) {
	right: 6%;
	top: 22%;
}

.abouthistory .historylist{
  padding-top: 5.6rem;
  width: 70%;
  float: right;
}
.abouthistory .historylist h4{
  font-weight: bold;
}
.abouthistory .historylist dl dd{
  margin-top: .2rem;
  background: url(../images/dot.png) left .1rem no-repeat;
  padding-left: .2rem;
}
@media (max-width:1920px){
  .abouthistory{background-size: 100%;}
}
@media (max-width:1850px){
  .abouthistory .hisnav ul li:nth-child(1){
    top: 58%;
  }
  .abouthistory .hisnav ul li:nth-child(3) {
    left: 39%;
    top: 28%;
  }
  .abouthistory .hisnav ul li:nth-child(4) {
    top: 33%;
  }
}
@media (max-width:1600px){
  .abouthistory .hisnav ul li:nth-child(5){
    right: 3%;
  }
}
@media (max-width:1580px){
  .abouthistory .historylist{
    padding-top: 31%;
  }
}
@media (max-width:1440px){
  .abouthistory .hisnav ul li .tit,.abouthistory .hisnav ul li .desc{font-size: 16px;}
}
@media (max-width:991px){
  .abouthistory .hisnav ul li:nth-child(1) {
    top: 56%;
    left: 8%;
  }
  .abouthistory .hisnav ul li:nth-child(2) {
    left: 22%;
    top: 44%;
  }
  .abouthistory .hisnav ul li:nth-child(3) {
    left: 36%;
    top: 25%;
  }
  .abouthistory .hisnav ul li:nth-child(4) {
    top: 32%;
    left: 51%;
  }
  .abouthistory .hisnav ul li:nth-child(5) {
    right: 0;
    top: 21%;
  }
  .abouthistory .hisnav ul li .tit,.abouthistory .hisnav ul li .desc{font-size: 14px;}
  .abouthistory .historylist{
    padding-top: 24%;
    width: 75%;
  }
  .abouthistory .historylist h4{font-size: 16px;}
  .abouthistory .historylist dl dd{
    font-size: 14px;
  }
}
@media (max-width:767px){
  .abouthistory{
    padding-bottom: .6rem;
    aspect-ratio:initial
  }
  .abouthistory .hisnav{
    padding: .3rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
    border-radius: 15px;
    background: rgba(212,9,56,.06);
  }
  .abouthistory .hisnav ul{
    display: flex;
    flex-wrap: wrap;
  }
  .abouthistory .hisnav ul li{
    position: relative;
    left: initial!important;
    right: initial!important;
    top: initial!important;
    width: 50%;
    padding: 10px;
    color: #555;
  }
  .abouthistory .historylist{
    width: 100%;
    padding-top: initial;
  }
}
@media (max-width:540px){
  .abouthistory{background: #fff;}
}

.product-menu {
  
}
@media (max-width: 991px) {
  .product-menu {
    width: 100%;
    margin-top: 1rem;
  }
}
.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.2rem;
  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: 16px;
  color: #333;
  line-height: 34px;
  white-space: nowrap;
  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: #d40938;
}
.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: #d40938;
}
.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: #d40938;
}

.fl{float: left;}
.fr{float: right;}
.ys_cont1400 {
	width: 100%;
	margin: 0 auto;
}
.mhnu_li_drop {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	display: none;
}
.mhnu_li_soludrop_cont {
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	overflow: hidden;
	display: flex;
	align-items: stretch;
}
.mlsc_le {
	width: 408px;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	padding: 50px 40px;
}
.mlsc_le li {
	transition: all .36s;
	border-radius: 8px;
}
.mhnu_li_prodrop .mlsc_le li {
	margin-bottom: 16px;
	position: relative;
  max-height: 50px;
}
.mhnu_li_prodrop .mlsc_le a {
	padding: 9px;
}
.mhnu_li_prodrop .mlsc_le li a{padding-left: 0; padding-right: 0; color: #fff; line-height: 1.2; display: inline!important;}
.mhnu_li_prodrop .mlsc_le li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 30px;
	background-color: #6f6f6f;
	transition: .5s;
}
.mhnu_li_prodrop .mlsc_le li.yxnav_active2 a::after {
	width: 100%;
	background-color: #d40938;
}
.mhnu_li_prodrop .mlsc_le li.yxnav_active2 .mlsc_le_parga p {
	color: #d40938;
}
.mhnu_li_prodrop .mlsc_le li.yxnav_active2::after {
	opacity: 1;
}
.mhnu_li_prodrop .mlsc_le {
	width: 438px;
  text-align: left;
}
.mhnu_li_prodrop .mlsc_ri {
	width: calc(100% - 438px);
	padding: 0 !important;
  background: rgba(0, 0, 0, .7);
}
.mhnu_li_prodrop .mlsc_ri {
	max-height: 600px;
}
.mlsc_ri_list {
	max-height: 600px;
	overflow: hidden;
	padding: 50px 40px;
}
.mlsc_ri_list_ul {
	position: relative;
}
.mrlu_li {
	position: absolute;
	top: 0;
	left: 0;
	/* transition: all .36s; */
	opacity: 0;
	z-index: 1;
}
.mrlu_li.on {
	position: relative;
	opacity: 1;
	z-index: 5;
}
.mlsc_ri_ul1{display: flex; flex-wrap: wrap; gap: 20px;}
.mlsc_ri_ul1_li {
	width: calc((100% - 60px) / 4);
	margin-bottom: 20px;
	position: relative;
}

.mlsc_ri_ul1_li::after{

  content: "";

  width: 100%;

  height: 100%;

  background: #1d1d1d;

  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06), 0px 24px 60px rgba(0, 0, 0, 0.12);

  border-radius: 16px;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

  transition: all .36s;

  opacity: 1;

}
.mhnu_li a {
	width: 100%;
	display: flex;
	align-items: center;
}
.mlsc_ri_ul1_li a {
	padding-bottom: 16px;
	flex-wrap: wrap;
}
.ys_imgbox_contain, .ys_imgbox_cover {
	position: relative;
	overflow: hidden;
}
.mlsc_ri_ul1_li .ys_imgbox_cover {
	width: 79%;
	margin: auto;
}
.mlsc_ri_ul1_li .ys_imgbox_cover:hover img{transform: scale(1.1);}
.ys_imgbox_contain img, .ys_imgbox_cover img {
	width: 100%;
	transition: all .5s;
}
.mrul_parga {
	margin-top: 8px;
	width: 100%;
}
.mrul_parga p {
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	transition: all .5s;
	text-align: center;
}
.mlsc_ri_ul1_li.yxnav_active3::after{
  opacity: 1;
}
.mlsc_ri_ul1_li.yxnav_active3 .mrul_parga p{
  color: #d40938;
}
.ys_imgbox_cover img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
}
.mhnu_li_drop_cont{

  background: #fff;

  backdrop-filter: blur(4px);

  -webkit-backdrop-filter: blur(4px);
  padding: 40px;

}

.mldc_ul_li{

  width: 20%;

  position: relative;

}

.mldc_ul_li a{

  width: 100%;

  display: block;

  padding: 40px;

}

.mldc_ul_li::after{

  content: "";

  width: 100%;

  height: 100%;

  border-radius: 16px;

  background: #d40938;

  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06), 0px 24px 60px rgba(0, 0, 0, 0.12);

  position: absolute;

  top: 0;

  left: 0;

  transition: all .36s;

  z-index: -1;

  opacity: 0;

}

.mldc_ul_li .ys_imgbox_cover{

  width: 64px;

  margin: auto;

}

.mldc_ul_li_text{

  margin-top: 8px;

}

.mldc_ul_li_text p{

  font-size: 18px;

  line-height: 1.5;

  color: #333;

  text-align: center;

  transition: all .36s;

}

.mldc_ul_li .ys_imgbox_cover img:nth-child(2){

  opacity: 0;

}

.mldc_ul{

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}

.mldc_ul_li.yxnav_active3::after{

  opacity: 1;

}

.mldc_ul_li.yxnav_active3 .ys_imgbox_cover img:nth-child(1){

  opacity: 0;

}

.mldc_ul_li.yxnav_active3 .ys_imgbox_cover img:nth-child(2){

  opacity: 1;

}

.mldc_ul_li.yxnav_active3 .mldc_ul_li_text p{

  color: #fff;

}
/*产品下拉*/
.pc-nav-product .container-fluid {
	padding-top: .4rem;
	padding-bottom: .4rem;
  background: #fff;
	margin-right: auto;
	margin-left: auto;
  overflow: hidden;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-md-3 {
	width: 25%;
  float: left;
}
.col-md-4 {
	width: 33.33333333%;
  float: left;
}
.col-md-8 {
	width: 66.66666667%;
  float: left;
}
.col-md-9 {
	width: 75%;
  float: left;
}
.pc-nav-product{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	z-index: 999999;
	transform: translateX(-50%);
  backdrop-filter: blur(5px);
  display: none;
}

.pc-nav-items .pic span{
	display: block;
	width: 30px;
	height: 16px;
	background-image: url(../images/xinxin.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: 0.5s;
}
.pc-tab-nav{
	height: auto;
	overflow: hidden;
	float: right;
  text-align: left;
	margin-right: 20px;
}
.pc-tab-nav h3{
	height: auto;
	overflow: hidden;
	margin-top: 0;
  line-height: 50px;
}
@media (min-width:2000px){
  .pc-tab-nav h3{line-height: 46px;}
}
#c-header .pc-tab-nav h3 a{
	font-size: 16px;
	color: #333;
	position: relative;
	line-height: 1.65;
	display: inline-block;
}
#c-header .pc-tab-nav h3 a::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 60px;
	background-color: #6f6f6f;
	transition: .5s;
}
#c-header .pc-tab-nav h3.active a{
	color: #d40938;
}
#c-header .pc-tab-nav h3.active a::after{
	width: 100%;
	background-color: #d40938;
}
.pc-tab-list{
	height: auto;
	overflow: hidden;
	position: relative;
	display: none;
	transition: .5s;
}
.pc-tab-sort{
	height: auto;
	overflow: hidden;
	padding: 1%;
}
.pc-tab-sort a{
	display: block;
}
.pc-tab-sort .pic{
	height: auto;
	overflow: hidden;
}
.pc-tab-sort .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transform: scale(1.05);
	transition: .5s;
}
.pc-tab-sort .pic:hover img{
	transform: scale(1);
}
.pc-tab-sort h4{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #6f6f6f;
	font-size: 14px;
	transition: .5s;
	margin-top: 25px;
	margin-bottom: 0;
}
.pc-tab-sort:hover h4{
	color: #ea5518;
}
.pc-nav-items{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #f1f1f1;
	/* margin-bottom: 25px;
	padding-bottom: 5px; */
	padding: 8% 0 4%;
	margin-bottom: 14%;
}
.pc-nav-items a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#c-header .pc-nav-items a:hover{
  color: #d40938;
}
.pc-nav-items .pic{
	width: 70%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.pc-nav-items .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition: .5s;
	transform: scale(1.05);
}
.pc-nav-items .pic:hover img{
	transform: scale(1);
}
.pc-nav-items .title{
	padding: 0 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  color: #333;
}
.pc-nav-items:hover .title{
  color: #d40938;
}
@media (min-width: 768px) {
  .pc-nav-items .title{
		font-size: 12px;
	}
  .pc-nav-items .pic span{
		width: 30px;
		height: 16px;
	}
}
@media (min-width: 1200px) {
	.pc-tab-nav{
		margin-right: 30px;
	}
  .pc-nav-items .title{
		font-size: 14px;
	}
  .pc-nav-items .pic span{
		width: 44px;
		height: 24px;
	}
}
@media (min-width: 1400px) {
	.pc-tab-nav{
		margin-right: 40px;
	}
}
@media (min-width: 1600px) {
	.pc-tab-nav{
		margin-right: 50px;
	}
	.pc-tab-nav h3 a{
		font-size: 20px;
	}
}