@charset "utf-8";
:root {
  --color: #ed6b1b;
  --vh: 100vh;
}
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
/* 字体引用 */
@font-face {
  font-family: 'ava-d';
  src: url(../font/AvantGarde-Demi.ttf);
}
.font-ava-d {
  font-family: 'ava-d', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #ed6b1b;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #ed6b1b;
}
* {
  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: #ed6b1b;
}
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: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 86%;
  }
}
@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: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.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;
  }
}
.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: #ed6b1b;
}
.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;
}
.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.5s;
}
.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: #ed6b1b;
}
#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: #ed6b1b;
}
#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: #ed6b1b;
}
#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: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部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 {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img: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;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ed6b1b;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #ed6b1b;
}
#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 {
  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: #ed6b1b !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#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.3s;
  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.3s;
}
#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.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #ed6b1b;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(var(--vh) - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#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: 1260px) {
  #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.3s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #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: #ed6b1b !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: #ed6b1b;
  cursor: pointer;
}
#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 form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #ed6b1b;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ed6b1b;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: var(--vh);
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #ed6b1b;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #ed6b1b;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #ed6b1b;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  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: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #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.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;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#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.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #ed6b1b;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: #ed6b1b;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/* 图片盒子 */
.img-box {
  width: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*过渡*/
.img_hover img {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),
.xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3),
.xinw_nr_box:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4),
.xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 公共 */
/* 普通移入效果 */
.mov_08 {
  transition: all 0.4s;
}
.mov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.img_qh .img2 {
  display: none;
}
.img_qh:hover .img1 {
  display: none;
}
.img_qh:hover .img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.xs,
.xs2 {
  display: block;
}
.yc,
.yc2 {
  display: none;
}
@media (max-width: 767px) {
  .xs,
  .xs2 {
    display: none;
  }
  .yc,
  .yc2 {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* 头部图文 */
.tuw {
  display: flex;
  align-items: center;
}
.tuw img {
  width: 0.28rem;
  height: auto;
}
.tuw p {
  margin-left: 0.1rem;
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  padding-top: 100px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gw {
    padding-top: 60px;
  }
}
/* banner */
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
}
.h_b_img .img1 {
  z-index: 1;
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 开始 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 2.72rem;
  height: auto;
}
.logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}
.nav_ra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0.47rem;
}
.nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav_r_box {
  height: 100%;
}
.nav {
  height: 100%;
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  margin: 0 0.33rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: #ed6b1b;
  transform: translateX(-50%);
}
/* .nav>ul>li:hover>a p,.nav>ul>.on>a p{color: @colorNav_hover2_text !important;} */
/* .nav>ul>li:hover>a svg path,.nav>ul>.on>a svg path{fill: @colorNav_hover2_text !important;} */
.nav > ul > li:hover > a p::after,
.nav > ul > .on > a p::after {
  width: 100%;
}
.nav > ul > .on > a .xs {
  display: none;
}
.nav > ul > .on > a .yc {
  display: block;
}
/* .nav>ul>li:first-child a{margin-left: 0;} */
.nav > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
.nav > ul > li > a .img2 {
  display: none;
}
.nav > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
}
.nav > ul > li > a > svg path {
  fill: #fff;
}
.nav > ul > li > a:hover .img1,
.nav > ul > .on > a .img1 {
  display: none !important;
}
.nav > ul > li > a:hover .img2,
.nav > ul > .on > a .img2 {
  display: block !important;
}
.nav1_none {
  top: -100px !important;
}
.nav2_none {
  top: 100px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
.nav_on {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #333 !important;
}
.nav_on .xs {
  display: none;
}
.nav_on .yc {
  display: block;
}
.nav_on .nav > ul > li > a {
  color: #333;
}
.nav_on .nav_login {
  color: #333;
}
.nav_on .nav > ul > li > a > p {
  color: #333;
}
.nav_on svg path {
  fill: #333 !important;
}
.nav_on .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on .nav_r .nav_rr .nav_rr_box .nav_sea {
  border-left: 1px solid #cccccc;
}
.nav_on2 {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.nav_on2 .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #333;
}
.nav_on2 .nav_login {
  color: #333 !important;
}
.nav_on2 .nav_col {
  color: #333 !important;
}
.nav_on2 .xs {
  display: none;
}
.nav_on2 .yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #333;
}
.nav_on2 svg path {
  fill: #333 !important;
}
.nav_on2 .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on2 .nav_r .nav_rr .nav_rr_box .nav_sea {
  border-left: 1px solid #cccccc;
}
.show_nav {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.show_nav .nav > ul > li > a > .img1 {
  display: none;
}
.show_nav .nav > ul > li > a > .img2 {
  display: block;
}
.show_nav .nav > ul > li > a > p {
  color: #333;
}
.show_nav .nav_login {
  color: #333 !important;
}
.show_nav .xs {
  display: none;
}
.show_nav .yc {
  display: block;
}
.show_nav svg path {
  fill: #333 !important;
}
.show_nav .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.show_nav .nav_r .nav_rr .nav_rr_box .nav_sea {
  border-left: 1px solid #cccccc;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 10px 0;
  display: none;
  width: auto;
  white-space: nowrap;
}
.pro_nav2 > a {
  padding: 7px 15px;
  text-align: left;
  display: block;
  margin: 5px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  background: #333;
  color: #fff;
}
/* 移动端导航 */
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 60px;
  height: calc(var(--vh) - 60px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#g-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-header .c-nav2 li .c-title-box svg {
  width: 18px;
  height: auto;
}
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li ul {
  display: none;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.nav_box2 {
  display: none;
}
/*顶部导航开关*/
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
  #g-header .c-nav2 li .c-title-box svg {
    width: 12px;
    height: auto;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i {
  background: #fff;
}
#g-header .c-nav2 li .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.h_b_box {
  width: 100%;
  height: var(--vh);
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
@media (max-width: 1600px) {
  .logo p,
  .nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .nav ul li a {
    font-size: 14px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language > img {
    width: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .h_b_box {
    height: calc(var(--vh) - 60px);
  }
  .nav {
    display: none;
  }
  .nav_r_box {
    display: flex;
    margin-right: 0.6rem;
  }
  .nav_box2 {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
  #g-header .c-switch i {
    background: #fff;
  }
  .nav_on #g-header .c-switch i {
    background: #333;
  }
  nav {
    background: #fff;
  }
  .h_banner {
    margin-top: 60px;
    height: calc(var(--vh) - 60px);
  }
  nav .xs {
    display: none;
  }
  nav .yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #g-header .c-switch i {
    background: #333;
  }
}
@media screen and (max-width: 991px) {
  .nav ul li a {
    font-size: 12px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  #g-header .c-nav2 li .c-title-box svg {
    width: 9px;
    height: auto;
  }
}
.nav_lan {
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .nav_lan {
    display: none;
  }
}
.nav_lan > svg {
  margin-right: 0.19rem;
}
.nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
.nav_lan .nav_lan_box p {
  color: #fff;
  margin-right: 0.1rem;
}
.nav_lan .nav_lan_box svg {
  flex-shrink: 0;
  width: 6px;
  height: auto;
}
.nav_lan .nav_lan_box svg path {
  fill: #fff;
}
.nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
.nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
.nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #ed6b1b;
}
/* 开始 */
nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav .nav_l_box {
  margin-left: 0.6rem;
}
nav .nav_l_box .logo img {
  width: 1.35rem;
}
nav .nav_r .nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
nav .nav_r .nav_rr .nav_rr_box {
  height: 100%;
}
nav .nav_r .nav_rr .nav_rr_box .nav_sea {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
nav .nav_r .nav_rr .nav_rr_box .nav_sea:hover svg path {
  fill: #ed6b1b !important;
}
@media (max-width: 1260px) {
  nav .nav_r .nav_rr .nav_rr_box .nav_sea {
    display: none !important;
  }
}
nav .nav_r .nav_rr .nav_rr_box .nav_sea svg {
  width: 20px;
  height: auto;
}
nav .nav_r .nav_rr .nav_rr_box .nav_sea svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  nav .nav_r .nav_rr .nav_rr_box .nav_sea svg path {
    fill: #333;
  }
}
@keyframes sca {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.h_banner .home_swi {
  position: relative;
}
.h_banner .home_swi .swiper-slide-active .h_b_img img {
  animation: sca 5s 1 forwards;
  -webkit-animation: sca 5s 1 forwards;
}
.h_banner .home_swi .h_b_box {
  position: relative;
}
.h_banner .home_swi .h_b_box .h_b_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.h_banner .home_swi .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.25rem;
  color: #fff;
}
.h_banner .home_swi .h_b_box .h_b_txt .container .g_txt span {
  font-weight: bold;
  display: inline-flex;
  margin-bottom: 0.1rem;
}
.h_banner .home_swi .h_b_box .h_b_txt .container .g_txt p {
  line-height: 1.2;
  font-weight: bold;
}
.h_banner .home_swi .h_b_box .h_b_txt .container .b_a {
  margin-top: 0.55rem;
}
.h_banner .home_swi .h_banner_b {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .h_banner .home_swi .h_banner_b {
    bottom: 0.5rem;
  }
}
.h_banner .home_swi .h_banner_b .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .h_banner .home_swi .h_banner_b .container .h_b_png {
    display: none;
  }
}
.h_banner .home_swi .h_banner_b .container .h_b_png p {
  color: #fff;
  margin-bottom: 0.16rem;
}
.h_banner .home_swi .h_banner_b .container .h_b_png i {
  display: block;
  width: 1px;
  height: 0.8rem;
  background: #fff;
  margin-left: 2px;
}
.h_banner .home_swi .h_banner_b .container .home_pag {
  position: initial;
}
.h_banner .home_swi .h_banner_b .container .home_pag .swiper-pagination-bullet {
  width: auto;
  height: auto;
  color: #fff;
  background: none;
  border-radius: 0;
  opacity: 1;
  padding-bottom: 0.16rem;
  position: relative;
  margin-left: 0.3rem;
}
.h_banner .home_swi .h_banner_b .container .home_pag .swiper-pagination-bullet span {
  opacity: 0.3;
  transition: all 0.4s;
}
.h_banner .home_swi .h_banner_b .container .home_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
}
.h_banner .home_swi .h_banner_b .container .home_pag .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0s;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.h_banner .home_swi .h_banner_b .container .home_pag .swiper-pagination-bullet-active span {
  opacity: 1;
}
.h_banner .home_swi .h_banner_b .container .home_pag .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5.8s;
}
.public-btn {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.public-btn .btn_l {
  width: 0.45rem;
  height: 0.45rem;
  background: #ed6b1b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-btn .btn_l svg {
  width: 0.07rem;
  height: auto;
  transition: all 0.4s;
}
.public-btn .btn_l svg path {
  fill: #fff;
  transition: all 0.4s;
}
.public-btn p {
  margin-left: 0.2rem;
  color: #fff;
}
.pub_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pub_title h2 {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.2rem;
}
.pub_title p {
  /* font-weight: bold; */
  color: #999;
}
.hon {
  margin-bottom: -2px;
  padding: 0.9rem 0 0.3rem;
  background: #fff;
  position: relative;
  z-index: 10;
}
.hon .box {
  margin-top: 0.56rem;
  display: flex;
}
@media (max-width: 991px) {
  .hon .box {
    flex-direction: column;
  }
}
.hon .box .item {
  width: 50%;
  height: 6rem;
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
  margin-right: 0.3rem;
  transition: all 0.4s;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .hon .box .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
    height: 9rem;
  }
}
.hon .box .item:last-child {
  margin-right: 0;
}
.hon .box .item.on {
  width: 41.875%;
  flex-shrink: 0;
}
.hon .box .item.on .img .img_box {
  width: 100%;
}
.hon .box .item.on .txt .txt_r {
  display: block;
}
.hon .box .item.on .txt .txt_l .public-btn .btn_l {
  background: #ed6b1b;
}
.hon .box .item.on .txt .txt_l .public-btn .btn_l svg path {
  fill: #fff;
}
.hon .box .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hon .box .item .img .img_box {
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 5.3rem;
  height: 100%;
}
@media (max-width: 991px) {
  .hon .box .item .img .img_box {
    width: 100%;
  }
}
.hon .box .item .img .img_box img {
  mix-blend-mode: multiply;
}
.hon .box .item .txt {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0.4rem;
}
@media (max-width: 767px) {
  .hon .box .item .txt {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.hon .box .item .txt .txt_l {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.hon .box .item .txt .txt_l .g_txt {
  width: 100%;
}
.hon .box .item .txt .txt_l .g_txt h3 {
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hon .box .item .txt .txt_l .g_txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
.hon .box .item .txt .txt_l .txt_l_a .public-btn {
  display: none;
  margin-top: 0.3rem;
}
.hon .box .item .txt .txt_l .txt_l_a .public-btn.on {
  display: flex;
}
.hon .box .item .txt .txt_l .txt_l_a .public-btn:hover .btn_l {
  background: #ed6b1b;
}
.hon .box .item .txt .txt_l .txt_l_a .public-btn:hover .btn_l svg path {
  fill: #fff;
}
.hon .box .item .txt .txt_l .txt_l_a .public-btn .btn_l {
  background: none;
  border: 1px solid #ed6b1b;
}
.hon .box .item .txt .txt_l .txt_l_a .public-btn .btn_l svg path {
  fill: #ed6b1b;
}
.hon .box .item .txt .txt_r {
  display: none;
}
@media (max-width: 991px) {
  .hon .box .item .txt .txt_r {
    display: block;
  }
}
@media (max-width: 767px) {
  .hon .box .item .txt .txt_r {
    flex-shrink: 0;
    margin-top: 0.4rem;
  }
}
.hon .box .item .txt .txt_r p {
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.1;
  margin-bottom: 0.1rem;
  display: block;
  position: relative;
  padding-left: 20px;
  transition: all 0.4s;
}
.hon .box .item .txt .txt_r p.on {
  color: #ed6b1b;
}
.hon .box .item .txt .txt_r p.on:after {
  opacity: 1;
}
.hon .box .item .txt .txt_r p:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ed6b1b;
  left: 0;
  top: 7px;
}
@media (max-width: 1580px) {
  .hon .box .item .txt .txt_r p:after {
    top: 6px;
    width: 5px;
    height: 5px;
  }
}
.htw {
  width: 100%;
  height: 240vh;
  position: relative;
}
.htw .htw_box {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.htw .htw_box .htw_t {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.htw .htw_box .htw_t .htw_t_svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.htw .htw_box .htw_t .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  z-index: 10;
}
.htw .htw_box .htw_t .txt .txt_box {
  width: 100%;
}
.htw .htw_box .htw_t .txt .txt_box .txt_con {
  text-align: center;
  margin-bottom: 1.18rem;
}
.htw .htw_box .htw_t .txt .txt_box .txt_con .t_span {
  color: #dc6f2c;
  /* font-weight: 900; */
  margin-bottom: 0.15rem;
  display: block;
}
.htw .htw_box .htw_t .txt .txt_box .txt_con p {
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}
.htw .htw_box .htw_t .txt .txt_box .txt_con p span {
  color: #999;
}
.htw .htw_box .htw_t .txt .txt_box .b_hd {
  text-align: center;
  padding-bottom: 0.3rem;
}
.htw .htw_box .htw_t .txt .txt_box .b_hd p {
  color: #999;
  margin-bottom: 0.08rem;
}
.htw .htw_box .htw_t .txt .txt_box .b_hd svg {
  width: 0.14rem;
  height: auto;
}
.htw .htw_box .htw_t .txt .txt_box .b_hd svg path {
  fill: #999;
}
.htw .htw_box .htw_b {
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  position: relative;
  z-index: 10;
}
.htw .htw_box .htw_b .imgbj {
  width: 100%;
  height: 100%;
}
.htw .htw_box .htw_b .htw_b_box {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.htw .htw_box .htw_b .htw_b_box .container {
  height: 100%;
  color: #fff;
}
.htw .htw_box .htw_b .htw_b_box .container .bbx {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991px) {
  .htw .htw_box .htw_b .htw_b_box .container .bbx {
    width: 100%;
  }
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_t {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.18rem;
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_t > p {
  line-height: 1.3;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_num {
  width: 4.2rem;
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_num .tit {
  margin-bottom: 0.16rem;
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_num .htw_b_num_box {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_num .htw_b_num_box .g_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.35rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_num .htw_b_num_box .g_item .g_l {
  display: flex;
  align-items: flex-start;
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_num .htw_b_num_box .g_item .g_l p {
  line-height: 0.8;
  font-family: 'ava-d';
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_num .htw_b_num_box .g_item .g_l span {
  margin-left: 0.1rem;
  line-height: 1;
}
.htw .htw_box .htw_b .htw_b_box .container .bbx .htw_b_num .htw_b_num_box .g_item .g_r p {
  line-height: 1;
}
.qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eeeeee;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.qie .pub_nav:hover {
  background: #d60c1c;
}
.qie .pub_nav:hover svg path {
  fill: #fff;
}
.qie .pub_nav svg {
  width: 33.33%;
  height: auto;
}
.qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
}
.qie .pub_prev {
  left: 0.8rem;
}
.qie .pub_prev svg {
  transform: rotate(180deg);
}
.qie .pub_next {
  right: 0.8rem;
}
.hfo {
  padding: 1.25rem 0 2.2rem;
}
.hfo .g_tit {
  margin-bottom: 0.6rem;
}
.hfo .g_tit h2 {
  color: #000;
  margin-bottom: 0.1rem;
}
.hfo .g_tit p {
  line-height: 1.2;
  color: #000;
  font-weight: bold;
}
.hfo .hfo_nav {
  margin-bottom: 0.64rem;
  display: flex;
}
.hfo .hfo_nav a {
  margin-right: 0.2rem;
  height: 0.58rem;
  padding: 0 0.4rem;
  min-width: 1.6rem;
  border: 1px solid #ededed;
  font-weight: bold;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.hfo .hfo_nav a:hover {
  color: #ed6b1b;
  border-color: #ed6b1b;
}
.hfo .hfo_nav a.on {
  color: #fff;
  background: #ed6b1b;
  border-color: #ed6b1b;
}
.hfo .box .item .bbx {
  position: relative;
}
.hfo .box .item .bbx .container {
  position: absolute;
  pointer-events: none;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.hfo .box .item .bbx .container .swip2_pag {
  bottom: -0.82rem;
  pointer-events: initial;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
.hfo .box .item .bbx .container .swip2_pag .swiper-pagination-progressbar-fill {
  background: #ed6b1b;
}
.hfo .box .item .bbx .container .qie {
  pointer-events: initial;
  position: absolute;
  top: -1.22rem;
  right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hfo .box .item .bbx .container .qie {
    display: none;
  }
}
.hfo .box .item .bbx .container .qie .pub_nav {
  margin-left: 0.14rem;
  width: 0.58rem;
  height: 0.58rem;
  position: initial;
  transform: translateY(0%);
  border-color: #ededed;
  background: #fff;
}
.hfo .box .item .bbx .container .qie .pub_nav:hover {
  background: #ed6b1b;
  border-color: #ed6b1b;
}
.hfo .box .item .bbx .container .qie .pub_nav:hover svg path {
  fill: #fff;
}
.hfo .box .item .bbx .container .qie .pub_nav svg {
  width: 0.08rem;
  height: auto;
}
.hfo .box .item .bbx .container .qie .pub_nav svg path {
  fill: #999;
}
.hfo .box .item .bbx .hfo_swi_box {
  padding-left: 8.355vw;
}
@media (max-width: 1260px) {
  .hfo .box .item .bbx .hfo_swi_box {
    padding-left: 5%;
  }
}
.hfo .box .item .bbx .hfo_swi_box .hfo_swi .swiper-slide {
  cursor: grab;
}
.hfo .box .item .bbx .hfo_swi_box .hfo_swi .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.hfo .box .item .bbx .hfo_swi_box .hfo_swi .swiper-slide:hover .txt h3 {
  text-decoration: underline;
  color: #ed6b1b;
}
.hfo .box .item .bbx .hfo_swi_box .hfo_swi .public-img {
  border-radius: 0.15rem;
  margin-bottom: 0.38rem;
}
.hfo .box .item .bbx .hfo_swi_box .hfo_swi .public-img:before {
  padding-top: 52.81690141%;
}
.hfo .box .item .bbx .hfo_swi_box .hfo_swi .txt {
  padding-right: 1.9rem;
}
@media (max-width: 1260px) {
  .hfo .box .item .bbx .hfo_swi_box .hfo_swi .txt {
    padding-right: 0;
  }
}
.hfo .box .item .bbx .hfo_swi_box .hfo_swi .txt span {
  color: #999999;
  font-weight: bold;
  display: block;
  margin-bottom: 0.12rem;
}
.hfo .box .item .bbx .hfo_swi_box .hfo_swi .txt h3 {
  line-height: 1.4;
  transition: all 0.4s;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.8em;
}
footer {
  background: url(../images/h_img5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
footer .foot_t .log_fx {
  border-bottom: 1px solid #505050;
  padding: 0.48rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .foot_t .log_fx {
    /* flex-direction: column; */
  }
}
footer .foot_t .log_fx .left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .foot_t .log_fx .left {
    /* margin-bottom: 0.4rem; */
    margin-right: 0.4rem;
  }
}
footer .foot_t .log_fx .left a {
  width: auto;
  height: 0.44rem;
}
@media (max-width: 767px) {
  footer .foot_t .log_fx .left a {
    flex-shrink: 0;
  }
}
footer .foot_t .log_fx .left p {
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 0.44rem;
  margin-left: 0.4rem;
  padding-left: 0.32rem;
  border-left: 1px solid #505050;
  color: #fff;
}
@media (max-width: 767px) {
  footer .foot_t .log_fx .left p {
    height: auto;
    display: none;
  }
}
footer .foot_t .log_fx .right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .foot_t .log_fx .right {
    align-items: flex-start;
    /* width: 100%; */
  }
}
footer .foot_t .log_fx .right .r_box .fx_box {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #353535;
  margin-left: 0.18rem;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer .foot_t .log_fx .right .r_box .fx_box {
    width: 0.7rem;
    height: 0.7rem;
  }
}
footer .foot_t .log_fx .right .r_box .fx_box:hover {
  background: #ed6b1b;
}
footer .foot_t .log_fx .right .r_box .fx_box svg {
  width: 53%;
}
footer .foot_t .log_fx .right .r_box .fx_box svg path {
  fill: #fff;
}
footer .foot_t .foot_t_box {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0 1.4rem;
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box {
    padding: 0.5rem 0;
  }
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .left {
    margin-bottom: 0;
  }
}
footer .foot_t .foot_t_box .left p {
  margin-bottom: 0.1rem;
  color: #fff;
  font-weight: bold;
}
footer .foot_t .foot_t_box .left p span {
  color: #ccc;
}
footer .foot_t .foot_t_box .right {
  display: flex;
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .right {
    display: none;
  }
}
footer .foot_t .foot_t_box .right .item {
  margin-right: 0.75rem;
}
@media (max-width: 1260px) {
  footer .foot_t .foot_t_box .right .item {
    margin-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box .right .item {
    margin-right: 0.7rem;
  }
}
footer .foot_t .foot_t_box .right .item:last-child {
  margin-right: 0;
}
footer .foot_t .foot_t_box .right .item > p {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.25rem;
}
footer .foot_t .foot_t_box .right .item ul li {
  margin-bottom: 0.15rem;
}
footer .foot_t .foot_t_box .right .item ul li a {
  cursor: pointer;
  transition: all 0.4s;
  color: #fff;
  opacity: 0.6;
}
footer .foot_t .foot_t_box .right .item ul li a:hover {
  opacity: 1;
}
footer .foot_b {
  border-top: 1px solid #505050;
  padding: 0.25rem 0;
}
footer .foot_b .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .foot_b .container {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  footer .foot_b .container .left {
    width: 100%;
    margin-bottom: 0.15rem;
  }
}
footer .foot_b .container .left p {
  color: #999;
  font-weight: bold;
}
@media (max-width: 991px) {
  footer .foot_b .container .right {
    width: 100%;
  }
}
footer .foot_b .container .right a {
  cursor: pointer;
  transition: all 0.4s;
  margin-left: 0.28rem;
  font-weight: bold;
  color: #999;
}
@media (max-width: 991px) {
  footer .foot_b .container .right a {
    margin: 0 0.3rem 0 0;
  }
}
footer .foot_b .container .right a:hover {
  color: #fff;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    -webkit-transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.hth {
  height: 350vh;
  position: relative;
}
.hth .hth_json {
  position: sticky;
  overflow: hidden;
  top: 0;
}
@media (max-width: 767px) {
  .hth .hth_json {
    height: 100vh;
  }
}
.hth .hth_json .hth_json_vid {
  width: 100%;
  height: 100%;
  position: relative;
}
.hth .hth_json .hth_json_vid #firstLottie {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.hth .hth_json .hth_json_vid video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hth .hth_json .hth_json_vid video {
    object-fit: cover;
  }
}
.hth .hth_json .hth_json_vid .nadd {
  /* .nadd_item1{
					bottom: 6%;
					left: 40%;
				}
				.nadd_item2{
					bottom: 10%;
					left: 35%;
				}
				.nadd_item3{
					bottom: 44%;
					left: 59%;
				}
				.nadd_item4{
					bottom: 43%;
					left: 61%;
				} */
}
@media (max-width: 767px) {
  .hth .hth_json .hth_json_vid .nadd {
    display: none;
  }
}
.hth .hth_json .hth_json_vid .nadd .nadd_item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f08200;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item .i1 {
  z-index: 10;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item .i2 {
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item1 {
  bottom: 43%;
  left: 61%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item2 {
  bottom: 44%;
  left: 49%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item3 {
  bottom: 41%;
  left: 46%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item4 {
  bottom: 35%;
  left: 53%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item5 {
  bottom: 41%;
  left: 63%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item6 {
  bottom: 39%;
  left: 62.6%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item7 {
  bottom: 37%;
  left: 60%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item8 {
  bottom: 42%;
  left: 58%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item9 {
  bottom: 43%;
  left: 56%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item10 {
  bottom: 41%;
  left: 53%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item11 {
  bottom: 35%;
  left: 52%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item12 {
  bottom: 44%;
  left: 51%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item13 {
  bottom: 44.7%;
  left: 48%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item14 {
  bottom: 37.7%;
  left: 48%;
}
.hth .hth_json .hth_json_vid .nadd .nadd_item15 {
  bottom: 40.7%;
  left: 45%;
}
.hth .hth_json .hth_box {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
}
.hth .hth_json .hth_box .hth_box_t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
}
.hth .hth_json .hth_box .hth_box_t .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  z-index: 10;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .txt_con {
  text-align: center;
  margin-bottom: 1.18rem;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .txt_con .t_span {
  color: #999;
  margin-bottom: 0.05rem;
  display: block;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .txt_con .txt_bg {
  margin-bottom: 0.34rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .txt_con .txt_bg span {
  color: #999;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .txt_con i {
  display: block;
  width: 0.48rem;
  height: 0.05rem;
  background: #ed6b1b;
  margin: 0 auto 0.35rem;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .txt_con .g_p {
  max-width: 6.85rem;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .txt_con .g_p p {
  color: #666;
  opacity: 0.8;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .b_hd {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding-bottom: 0.3rem;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .b_hd p {
  color: #999;
  margin-bottom: 0.08rem;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .b_hd svg {
  width: 0.14rem;
  height: auto;
}
.hth .hth_json .hth_box .hth_box_t .txt .txt_box .b_hd svg path {
  fill: #999;
}
.hth .hth_json .hth_box .hth_box_b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}
.hth .hth_json .hth_box .hth_box_b .box_t {
  margin-top: 15.5vh;
}
.hth .hth_json .hth_box .hth_box_b .box_t .g_p {
  margin-bottom: 1rem;
  text-align: center;
}
.hth .hth_json .hth_box .hth_box_b .box_t .h_log_con {
  overflow: initial;
  display: flex;
  justify-content: flex-start;
}
.hth .hth_json .hth_box .hth_box_b .box_t .h_log_con .hth_logo {
  width: 2.24rem;
  height: 2.24rem;
  position: relative;
  display: inline-block;
}
.hth .hth_json .hth_box .hth_box_b .box_t .h_log_con .hth_logo .hth_logo_box {
  position: absolute;
  width: 2.58rem;
  height: 2.58rem;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
}
.hth .hth_json .hth_box .hth_box_b .box_t .h_log_con .hth_logo .hth_logo_box .hth_logo_con {
  width: 90%;
  height: 100%;
  margin: 0 5%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hth .hth_json .hth_box .hth_box_b .box_t .h_log_con .hth_logo .hth_logo_box .hth_logo_con img {
  width: auto;
  height: 0.5rem;
  margin-bottom: 0.08rem;
}
.hth .hth_json .hth_box .hth_box_b .box_t .h_log_con .hth_logo .hth_logo_box .hth_logo_con p {
  /* transition: all 0.4s; */
  display: none;
  font-weight: bold;
  color: #ed6f00;
  /* text-decoration: underline; */
}
.hth_logo_box svg {
  vertical-align: top;
  width: 128%;
  height: 128%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hth_logo_box svg .x-ba2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  fill: none;
  stroke: #ed6f00;
  stroke-width: 0.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 80 80;
  stroke-dashoffset: 80;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.hth_logo_box:hover svg .x-ba2 {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1s linear, opacity 0s linear;
  transition: stroke-dashoffset 1s linear, opacity 0s linear;
}
.nav > ul > li.on2 {
  position: initial;
}
.nav > ul > li.on2 .x-nav {
  position: absolute;
  left: 50%;
  top: 101%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #fff;
  display: none;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.01);
}
.nav > ul > li.on2 .x-nav .x-con {
  display: flex;
  justify-content: flex-start;
}
.nav > ul > li.on2 .x-nav .x-con .x-le {
  background-color: #f8f8f8;
  padding: 0.3rem 0.5rem 1.4rem 2.2rem;
  width: 27.34%;
  position: relative;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-t a {
  display: flex;
  align-items: center;
  color: #999999;
  min-width: 2.5rem;
  padding: 0.135rem 0.3rem 0.135rem 0.3rem;
  border-radius: 100px;
  margin-bottom: 0.24rem;
  transition: 0.4s ease-in-out;
  position: relative;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-t a.on,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-t a:hover {
  background-color: #ed6b1b;
  color: #fff;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-t a.on i,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-t a:hover i {
  opacity: 1;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-t a i {
  width: 0.22rem;
  height: 0.22rem;
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-t a i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x {
  position: absolute;
  left: 2.2rem;
  bottom: 0.7rem;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a {
  display: flex;
  align-items: center;
  color: #999999;
  min-width: 2.5rem;
  padding: 0.135rem 0.3rem 0.135rem 0.3rem;
  border-radius: 100px;
  transition: 0.4s ease-in-out;
  position: relative;
  background-color: #fff;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a.on,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a:hover {
  background-color: #ed6b1b;
  color: #fff;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a.on i img .cls-1,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a:hover i img .cls-1,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a.on i svg .cls-1,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a:hover i svg .cls-1 {
  fill: #fff !important;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a.on i img .cls-2,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a:hover i img .cls-2,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a.on i svg .cls-2,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a:hover i svg .cls-2 {
  fill: #ed6b1b !important;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a i {
  width: 0.22rem;
  height: 0.22rem;
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a i img,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a i img .cls-1,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a i svg .cls-1 {
  fill: #cccccc !important;
}
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a i img .cls-2,
.nav > ul > li.on2 .x-nav .x-con .x-le .x-x a i svg .cls-2 {
  fill: #fff !important;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri {
  background-color: #fff;
  width: 72.66%;
  padding: 0.5rem 1rem 0.5rem 0.6rem;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a {
  display: none;
  overflow-y: auto;
  max-height: 5.9rem;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a.on {
  display: block;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-title {
  font-weight: bold;
  color: #333333;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 0.8rem;
  margin-top: 0.25rem;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a {
  display: block;
  width: 22.33%;
  margin-right: 3.56%;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a {
    width: 30.96%;
  }
  .nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a:nth-child(3n) {
    margin-right: 0;
  }
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a:hover .public-img img {
  transform: scale(1.1);
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a:hover .x-text .x-l .x-title2 {
  color: #ed6b1b;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a:hover .x-text i svg path {
  fill: #ed6b1b !important;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 1580px) {
  .nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a:nth-of-type(4n) {
    margin-right: 3.56%;
  }
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a .public-img {
  background-color: #f8f8f8;
  border-radius: 0.08rem;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a .public-img::before {
  padding-top: 61.53846154%;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a .x-text {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.15rem;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a .x-text .x-l .x-title2 {
  color: #333333;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a .x-text .x-l .x-p {
  color: #999999;
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a .x-text i {
  display: inline-flex;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav > ul > li.on2 .x-nav .x-con .x-ri .x-a .x-ul a .x-text i svg path {
  fill: #999999 !important;
  transition: 0.4s ease-in-out;
}
.x-ss {
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  padding: 0.8rem 0 0.3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}
@media (max-width: 1260px) {
  .x-ss {
    display: none !important;
  }
}
.x-ss .container {
  display: block;
}
.x-ss .container .x-fo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ed6b1b;
}
.x-ss .container .x-fo input {
  color: #666666;
  font-weight: bold;
  width: calc(100% - 20px);
}
.x-ss .container .x-fo input::placeholder {
  color: #666666;
}
.x-ss .container .x-fo button {
  width: 20px;
  height: 20px;
}
.x-ss .container .x-fo button:hover svg path {
  fill: #ed6b1b !important;
}
.x-ss .container .x-fo button svg path {
  fill: #333 !important;
  transition: 0.4s ease-in-out;
}
.x-ss .container .x-aa {
  color: #666666;
  margin-top: 0.35rem;
}
.x-ss .container .x-aa a {
  color: #666;
  transition: 0.4s ease-in-out;
}
.x-ss .container .x-aa a:hover {
  color: #ed6b1b;
}
.x-ss .container .x-aa i {
  font-style: initial;
}
.x-ss .container .x-aa i:last-child {
  display: none;
}
