@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #F08200;
}
.c {
  color: #F08200;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li:hover {
  background: #F08200;
  color: #fff;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #F08200;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #F08200;
}
.search_more:hover::before {
  background: #F08200;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 12rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #F08200 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
header .center > ul > li:hover .er_box {
  transform: scaleY(1);
  opacity: 1;
}
.er_box {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.9375rem 0 4.3125rem;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}
.er_box .container {
  padding: 0 var(--container);
}
.er_box .er_box_con {
  display: flex;
  justify-content: space-between;
}
.er_box .er_box_con .er_box_con_list_con {
  padding-right: 4.625rem;
  flex: 1;
  display: none;
}
.er_box .er_box_con .er_box_con_list_con.active {
  display: block;
}
.er_box .er_box_con .er_box_con_list_con .er_box_con_list_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.er_box .er_box_con .er_box_con_list_con .er_box_con_list_box .er_box_con_list_item .over {
  border-radius: 0.3125rem;
}
.er_box .er_box_con .er_box_con_list_con .er_box_con_list_box .er_box_con_list_item .txt {
  color: #595959;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}
.er_box .er_box_con .er_box_con_list {
  width: 21%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 4.125rem;
}
.er_box .er_box_con .er_box_con_list .er_box_con_ii {
  width: 11.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
.er_box .er_box_con .er_box_con_list .er_box_con_ii::before {
  content: '';
  width: 0;
  height: 0.1875rem;
  display: block;
  background-color: #F08200;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_box .er_box_con .er_box_con_list .er_box_con_ii a {
  color: #464646;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 3.4375rem;
}
.er_box .er_box_con .er_box_con_list .er_box_con_ii.active::before {
  width: 100%;
}
.er_box .er_box_con .er_box_con_list .er_box_con_ii.active a {
  color: #F08200;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #F08200;
}
.searchbox {
  border-color: #F08200;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em;
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #F08200;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #F08200;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
.list_website p {
  color: #606060;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 20%;
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 40px;
  width: 120px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #F08200;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #F08200;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  display: flex;
  justify-content: space-between;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
  font-weight: 400;
}
.sjj_nav .bot > li .list .left i {
  font-weight: 400;
  font-size: 14px;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  display: none;
  width: 95%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right.active {
  display: block;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
  font-size: 400;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #F08200;
}
.rightfix li:hover .iconfont {
  background: #e60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .container {
  padding: 0 6.25rem;
}
header:hover,
header.active,
header.active2 {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a,
header.active2 .center ul li a {
  color: #000;
}
header:hover .center ul li a::before,
header.active .center ul li a::before,
header.active2 .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #F08200;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a,
header.active2 .center ul li.active > a {
  color: #F08200;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before,
header.active2 .center ul li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .lanuage,
header.active .lanuage,
header.active2 .lanuage {
  color: #000;
}
header:hover .lanuage a,
header.active .lanuage a,
header.active2 .lanuage a {
  color: #000;
}
header:hover .ds1,
header.active .ds1,
header.active2 .ds1 {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #000;
}
header:hover .logo img,
header.active .logo img,
header.active2 .logo img {
  filter: unset;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 2.5rem;
  filter: brightness(0) invert(1);
}
header .ds1 {
  color: #FFF;
  text-align: right;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
header .ds1 .iconfont {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  margin-right: 0.625rem;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
  color: #fff;
}
header .lanuage a {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 0.75rem;
  padding-left: 0.4375rem;
}
header .lanuage a.c {
  color: #F08200;
}
header .center > ul > li {
  float: left;
  padding: 0 2rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #F08200;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #F08200;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #F08200;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.banner .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 4.375rem;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 4.375rem;
}
.banner .swiper-scrollbar {
  width: 75%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
  left: 10rem;
  bottom: 0.625rem;
}
.banner .swiper-scrollbar-drag {
  background-color: #fff;
  height: 0.1875rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: unset;
  display: block;
  color: #F08200;
}
.banner .swiper-pagination-bullet {
  border: unset;
  opacity: unset;
  background: unset;
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
  width: 2.5rem;
}
.banner .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: -0.3125rem;
  top: 0.6875rem;
}
.banner .swiper-pagination-bullet:nth-last-child(1)::before {
  display: none;
}
.banner .scroll {
  width: 100%;
  position: absolute;
  left: 6.25rem;
  bottom: 3.125rem;
  z-index: 9;
}
.banner .scroll .icon {
  width: 8rem;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 4.25rem;
  height: 3.25rem;
  border-radius: unset;
  border: unset;
}
.swiper-button-prev {
  background: url('../img/left.svg');
  background-size: 100% 100%;
}
.swiper-button-next {
  background: url('../img/right.svg');
  background-size: 100% 100%;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F08200;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 700;
}
.lanmu .lanmu_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCC;
  padding: 2.125rem 0 1.625rem;
}
.lanmu .lanmu_box .channel_box {
  display: flex;
  align-items: center;
}
.lanmu .lanmu_box .channel_box .channel_li {
  position: relative;
  padding-right: 4.375rem;
}
.lanmu .lanmu_box .channel_box .channel_li a {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
}
.lanmu .lanmu_box .channel_box .channel_li::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.1875rem;
  background-color: #F08200;
  position: absolute;
  bottom: -1.625rem;
  left: 0%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.lanmu .lanmu_box .channel_box .channel_li.active a,
.lanmu .lanmu_box .channel_box .channel_li:hover a {
  color: #F08200;
}
.lanmu .lanmu_box .channel_box .channel_li.active::before,
.lanmu .lanmu_box .channel_box .channel_li:hover::before {
  width: calc(100% - 4.375rem);
}
.lanmu .lanmu_box .ajhhsd {
  padding: 0;
  vertical-align: middle;
}
.lanmu .lanmu_box .ajhhsd i {
  display: inline-block;
  width: 1rem;
}
.lanmu .lanmu_box .ajhhsd a {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
}
.bgcolor {
  background: linear-gradient(180deg, rgba(240, 130, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}
.news_box .swipernews .news_new_box {
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
.news_box .swipernews .news_new_box .left {
  width: 47%;
}
.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 53%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2.125rem 3.625rem 3.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
}
.news_box .swipernews .news_new_box .right .newstxt .p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: #F08200;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.8125rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  border-bottom: 1px solid rgba(240, 130, 0, 0.2);
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 17.1875rem;
  border-radius: 0.3125rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.625rem 0 2.125rem;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #252525;
  font-size: 1.375rem;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: #606060;
  font-size: 1rem;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: #A3A3A3;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #F08200;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #F08200;
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.all_title h3 {
  color: #242424;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
.all_title p {
  color: #F08200;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 500;
}
.all_more {
  border: none;
  position: relative;
  width: 10rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}
.all_more img {
  width: 1rem;
  vertical-align: middle;
  margin-left: 0.6875rem;
}
.all_more a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.all_more a i {
  font-weight: 600;
  font-size: 1.125rem;
}
.all_more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all_more::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 1.75rem;
  background-color: #F08200;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all_more:hover {
  cursor: pointer;
}
.all_more:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.all_more:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.all_more:hover a {
  color: #fff;
}
.all_more:hover img {
  filter: brightness(0) invert(1);
}
.all_moreb {
  border: none;
  width: 9.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.all_moreb::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F08200;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0.3125rem;
  z-index: -1;
}
.all_moreb::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #F08200;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0.3125rem;
}
.all_moreb:hover {
  cursor: pointer;
  color: #F08200;
}
.all_moreb:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.all_moreb:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.all_moreb:hover img {
  filter: brightness(0) invert(1);
}
.bg_img {
  background: linear-gradient(180deg, rgba(240, 130, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}
.index_one {
  padding-top: 7.5rem;
  min-height: 100vh;
}
.index_one .top .ri_nav .pro_nav {
  display: flex;
}
.index_one .top .ri_nav .pro_nav .pro_li {
  width: 9.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 0.3125rem;
  border: 1px solid #CCC;
  text-align: center;
}
.index_one .top .ri_nav .pro_nav .pro_li:nth-child(1) {
  margin-right: 1.4375rem;
}
.index_one .top .ri_nav .pro_nav .pro_li a {
  color: #595959;
  font-size: 1.125rem;
  font-weight: 400;
}
.index_one .top .ri_nav .pro_nav .pro_li:hover,
.index_one .top .ri_nav .pro_nav .pro_li.active {
  background-color: #F08200;
}
.index_one .top .ri_nav .pro_nav .pro_li:hover a,
.index_one .top .ri_nav .pro_nav .pro_li.active a {
  color: #fff;
}
.index_one .content {
  display: none;
}
.index_one .content.active {
  display: flex;
}
.index_one .content .swiper_box {
  width: 78%;
  overflow: hidden;
}
.index_one .content .swiper_box .swiper {
  display: none;
  overflow: hidden;
}
.index_one .content .swiper_box .swiper.active {
  display: block;
}
.index_one .content .swiper_box .swiper {
  position: relative;
  margin: 0 -1.375rem;
  padding-bottom: 5.625rem;
}
.index_one .content .swiper_box .swiper-slide {
  padding: 0 1.375rem;
}
.index_one .content .swiper_box .swiper-scrollbar {
  width: 85%;
  bottom: 1.5625rem;
  background: rgba(240, 130, 0, 0.3);
  height: 1px;
}
.index_one .content .swiper_box .swiper-scrollbar-drag {
  height: 3px;
  background: #F08200;
}
.index_one .content .swiper_box .swiper-button-prev,
.index_one .content .swiper_box .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 5rem;
  bottom: 0;
  top: unset;
  margin-top: 0;
}
.index_one .content .swiper_box .swiper-button-next,
.index_one .content .swiper_box .swiper-container-rtl .swiper-button-prev {
  right: 1.375rem;
  top: unset;
  margin-top: 0;
  bottom: 0;
}
.index_one .content .swiper_box .index_pro {
  position: relative;
  padding: 2.125rem 2.5rem;
  border-radius: 0.3125rem;
  background: #FFF;
  box-shadow: 0px 0px 0.9375rem 0.1875rem rgba(240, 130, 0, 0.1);
  border: 1px solid #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper_box .index_pro .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/tagbg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.5938rem;
  height: 2.375rem;
  line-height: 2.375rem;
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  z-index: 9;
}
.index_one .content .swiper_box .index_pro .over {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1.875rem;
}
.index_one .content .swiper_box .index_pro .txt h3 {
  margin-top: 1.125rem;
  color: #2B2B2B;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_one .content .swiper_box .index_pro .txt p {
  color: #595959;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.0625rem;
}
.index_one .content .swiper_box .index_pro:hover {
  border: 1px solid #F08200;
}
.index_one .content .ri_menu {
  width: 23%;
  background-image: url('../img/probg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  height: 28rem;
  padding-top: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 5rem;
}
.index_one .content .ri_menu .ri_menu_item {
  width: 13.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_one .content .ri_menu .ri_menu_item::before {
  content: '';
  display: block;
  width: 0;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .ri_menu .ri_menu_item a {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.5rem;
}
.index_one .content .ri_menu .ri_menu_item:hover::before,
.index_one .content .ri_menu .ri_menu_item.active::before {
  width: 120%;
}
.index_two {
  padding-bottom: 7.5rem;
}
.index_two .content .left {
  width: 40%;
}
.index_two .content .pro1_box {
  width: 40%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .pro1_box .bgimg {
  height: 38.75rem;
}
.index_two .content .pro1_box .bgimg img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: right center;
}
.index_two .content .pro2_box {
  width: 40%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .pro2_box .text {
  width: 80%;
}
.index_two .content .pro2_box .bgimg {
  height: 38.75rem;
}
.index_two .content .pro2_box .bgimg img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left center;
}
.index_two .content .pro1_box.active {
  width: 75%;
}
.index_two .content .pro2_box.active {
  width: 75%;
}
.index_two .content .index_pro {
  position: relative;
}
.index_two .content .index_pro .text {
  position: absolute;
  bottom: 5rem;
  left: 4.0625rem;
  width: 40%;
  overflow: hidden;
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .index_pro .text h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_two .content .index_pro .text p {
  margin-top: 1.25rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .index_pro .text .all_moreb {
  margin-top: 2.0625rem;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .index_pro.active .text {
  height: auto;
}
.index_two .content .index_pro.active .text h3,
.index_two .content .index_pro.active .text p,
.index_two .content .index_pro.active .text .all_moreb {
  height: auto;
}
.index_two .content .right {
  margin-left: -20%;
}
.index_two .content .right .text {
  position: absolute;
  bottom: 3.4375rem;
  left: 10rem;
}
.index_three {
  position: relative;
}
.index_three .bgimg_box .bgimg {
  display: none;
}
.index_three .bgimg_box .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_three .bgimg_box .bgimg.active {
  display: block;
}
.index_three .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.index_three .text .left {
  width: 27.5%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.index_three .text .left .all_title {
  padding-left: var(--container);
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_three .text .left .all_title h3 {
  color: #fff;
}
.index_three .text .left ul {
  width: 100%;
}
.index_three .text .left ul li {
  cursor: pointer;
  padding-left: var(--container);
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_three .text .left ul li::before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(240, 130, 0, 0) 0%, rgba(240, 130, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .text .left ul li span {
  position: relative;
  z-index: 2;
}
.index_three .text .left ul li:nth-last-child(1) {
  border-bottom: unset;
}
.index_three .text .left ul li.active::before {
  width: 100%;
}
.index_three .text .right {
  width: 72.5%;
  position: relative;
}
.index_three .text .right .swiper_application {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  overflow: hidden;
  height: calc(5.8125rem * 3);
}
.index_three .text .right .swiper_application .swiper-slide {
  padding-right: var(--container);
  padding-left: 5rem;
  display: flex;
  align-items: center;
}
.index_three .text .right .swiper_application .swiper-slide .app_con {
  width: 100%;
}
.index_three .text .right .swiper_application .le {
  width: 60%;
}
.index_three .text .right .swiper_application h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
}
.index_three .text .right .swiper_application p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.375rem;
}
.m_show {
  display: none;
}
.index_four {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: linear-gradient(231deg, rgba(240, 130, 0, 0.15) 1.8%, rgba(255, 255, 255, 0) 75.29%);
}
.index_four .top {
  position: relative;
}
.index_four .top .swiper-button-prev {
  left: unset;
  right: 4.375rem;
}
.index_four .index_news_swiper {
  position: relative;
  overflow: hidden;
  margin: 0 -1.5rem;
}
.index_four .index_news_swiper .swiper-slide {
  padding: 0 1.5rem;
}
.index_four .index_news_swiper .swiper-slide .index_news_item {
  border-top: 1px solid rgba(240, 130, 0, 0.3);
  padding-top: 1.25rem;
  position: relative;
}
.index_four .index_news_swiper .swiper-slide .index_news_item::before {
  content: '';
  display: block;
  width: 0;
  height: 0.1875rem;
  background-color: #F08200;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .index_news_swiper .swiper-slide .index_news_item .time {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_four .index_news_swiper .swiper-slide .index_news_item .txt h3 {
  margin-top: 1.125rem;
  color: #000;
  font-size: 1.375rem;
}
.index_four .index_news_swiper .swiper-slide .index_news_item .txt p {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.6875rem;
  min-height: 3.75rem;
}
.index_four .index_news_swiper .swiper-slide .index_news_item .over {
  margin-top: 1.0625rem;
  border-radius: 0.3125rem;
}
.index_four .index_news_swiper .swiper-slide .index_news_item:hover .txt h3 {
  color: #F08200;
}
.index_four .index_news_swiper .swiper-slide .index_news_item:hover .over img {
  transform: scale(1.1);
}
.index_four .index_news_swiper .swiper-slide .index_news_item:hover::before {
  width: 100%;
}
.index_six {
  background-size: cover;
  padding-top: 8.75rem;
  padding-bottom: 9.1875rem;
}
.index_six .content {
  width: 46.5%;
}
.index_six .all_title h3 {
  color: #fff;
}
.index_six .about_num {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
.index_six .about_num .about_num_i .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
}
.index_six .about_num .about_num_i h3 {
  margin-top: 0.9375rem;
  color: #F08200;
  font-size: 3.4375rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
.index_six .about_num .about_num_i h3 sub {
  font-size: 1.25rem;
}
.index_six .about_num .about_num_i p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.index_six .desc {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: justify;
}
footer {
  background: #323232;
}
footer .foot_top {
  padding-top: 4.375rem;
  padding-bottom: 4rem;
}
footer .foot_top .left {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3.125rem;
}
footer .foot_top .right .tt {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}
footer .foot_top .right .inpt {
  width: 21.25rem;
  padding-left: 2.5rem;
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 2.3125rem;
}
footer .foot_top .right .inpt .m_label {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  z-index: 1;
}
footer .foot_top .right .inpt::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../img/Inbox.svg');
  background-size: contain;
}
footer .foot_top .right .inpt input {
  background-color: unset;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
footer .foot_top .right .div_aghgha button {
  width: 8.4375rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
  background: #F08200;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
footer .footnav {
  padding-bottom: 2.125rem;
  display: flex;
  justify-content: space-between;
}
footer .footnav > li > a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}
footer .footnav > li .subfootnav {
  margin-top: 1.25rem;
}
footer .footnav > li .subfootnav .subfootli {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .footnav > li .subfootnav .subfootli a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.4375rem 0;
}
footer .copyright .left {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .copyright .left a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .copyright .left .yinsi {
  margin-left: 0.9375rem;
}
footer .copyright .left .yinsi span:nth-last-child(1) {
  display: none;
}
footer .copyright .right .social-share .social-share-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.show_news_box {
  margin-top: 6.25rem;
  background: linear-gradient(180deg, rgba(240, 130, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}
.show_news_box .content {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 4.375rem 2.875rem 5.8125rem 2.875rem;
}
.show_news_box .content .title {
  color: #1D1D1D;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.show_news_box .content .subtitle {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #E9E9E9;
}
.show_news_box .content .subtitle .time {
  color: #B7B7B7;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
.show_news_box .content .subtitle .time i {
  font-size: 1.5rem;
  color: #B1B1B1;
  margin-right: 0.75rem;
  vertical-align: middle;
}
.show_news_box .content .subtitle .share_box {
  margin-left: 3.125rem;
}
.show_news_box .content .subtitle .share_box .social-share {
  display: flex;
}
.show_news_box .content .subtitle .share_box .social-share .social-share-icon {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border: unset;
  font-size: 0.9375rem;
  color: #9B9B9B;
}
.show_news_box .content .abstract {
  margin-top: 2.3125rem;
  border-radius: 0.3125rem;
  border: 1px solid rgba(240, 130, 0, 0.3);
  background: rgba(240, 130, 0, 0.05);
  padding: 1.8125rem 2rem 1rem;
}
.show_news_box .content .content_box {
  padding: 2.0625rem 0 5.75rem;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  border-bottom: 1px solid #E9E9E9;
}
.show_news_box .content .content_box p {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_news_box .content .shangxia {
  padding: 3.75rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_news_box .content .shangxia .gotoback {
  cursor: pointer;
  width: 11.875rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  background: #F08200;
  color: #FFF;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news_box .content .shangxia .gotoback:hover {
  background: #e60012;
}
.show_news_box .content .shangxia .shang,
.show_news_box .content .shangxia .xia {
  width: 40%;
  display: flex;
}
.show_news_box .content .shangxia .shang p,
.show_news_box .content .shangxia .xia p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.show_news_box .content .shangxia .shang p a,
.show_news_box .content .shangxia .xia p a {
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
}
.show_news_box .content .shangxia .shang {
  text-align: left;
  justify-content: start;
}
.show_news_box .content .shangxia .xia {
  text-align: right;
  justify-content: end;
}
.corre_box {
  padding-top: 3.125rem;
  padding-bottom: 8.125rem;
}
.corre_box .content .yyhy_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.8125rem;
}
.corre_box .content .yyhy_item {
  border-bottom: 1px solid rgba(240, 130, 0, 0.2);
}
.corre_box .content .yyhy_item .over {
  height: 17.1875rem;
  border-radius: 0.3125rem;
}
.corre_box .content .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.corre_box .content .yyhy_item .text {
  padding: 1.625rem 0 2.125rem;
}
.corre_box .content .yyhy_item .text h3 {
  color: #252525;
  font-size: 1.375rem;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.corre_box .content .yyhy_item .text p {
  color: #606060;
  font-size: 1rem;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.corre_box .content .yyhy_item .text .time {
  color: #A3A3A3;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.corre_box .content .yyhy_item:hover .text h3 {
  color: #F08200;
}
.corre_box .content .yyhy_item:hover .text p {
  color: #F08200;
}
.list_product_box {
  padding-top: 5rem;
}
.list_product_box .list_product {
  display: flex;
}
.list_product_box .list_product .left {
  width: 20%;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.list_product_box .list_product .left .nav_list li {
  position: relative;
  border-bottom: 1px solid #CCC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product_box .list_product .left .nav_list li:nth-child(1) {
  border-top: 1px solid #ccc;
}
.list_product_box .list_product .left .nav_list li .as1a {
  position: relative;
}
.list_product_box .list_product .left .nav_list li .as1a::before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background-color: #F08200;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product_box .list_product .left .nav_list li .as1a a {
  display: flex; /* 使用flex布局 */

  align-items: center; /* 垂直居中 */
  color: #555;
  font-size: 1.125rem;
  font-style: italic;
  width: 100%;
  font-weight: 700;
  height: 3.5625rem;
  padding: 0 1.5rem;
  line-height: 1.1;
  position: relative;
  z-index: 9;
}
.list_product_box .list_product .left .nav_list li .as1a a:hover {
  color: #F08200;
}
.list_product_box .list_product .left .nav_list li .as1a.active::before,
.list_product_box .list_product .left .nav_list li .as1a:hover::before {
  width: 100%;
}
.list_product_box .list_product .left .nav_list li .as1a.active a,
.list_product_box .list_product .left .nav_list li .as1a:hover a {
  color: #fff;
}
.list_product_box .list_product .left .nav_list li.on .as1a::before {
  width: 100%;
}
.list_product_box .list_product .left .nav_list li.on .as1a a {
  color: #fff;
}
.list_product_box .list_product .left .nav_list li.on .sec {
  display: block;
}
.list_product_box .list_product .left .nav_list li .sec {
  display: none;
  padding: 0.5rem 5% 0.5rem 10%;
}
.list_product_box .list_product .left .nav_list li .sec .tit1 {
  position: relative;
  margin-top: 0.25rem;
}
.list_product_box .list_product .left .nav_list li .sec .tit1 > a {
  display: block;
  color: #555;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
}
.list_product_box .list_product .left .nav_list li .sec .tit1 > a:hover {
  color: #F08200;
}
.list_product_box .list_product .left .nav_list li .sec .tit1.active > a {
  color: #F08200;
}
.list_product_box .list_product .right {
  width: 80%;
  padding-right: 3.125rem;
}
.list_product_box .list_product .right .channel_intro {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2.8125rem;
  border-bottom: 1px solid #CCC;
}
.list_product_box .list_product .right .channel_intro .left_c {
  width: 35%;
  padding-right: 2.375rem;
}
.list_product_box .list_product .right .channel_intro .left_c .over {
  border-radius: 0.3125rem;
  border: 1px solid #CCC;
  padding: 0.625rem 1.875rem;
  text-align: center;
}
.list_product_box .list_product .right .channel_intro .left_c .download {
  text-align: center;
}
.list_product_box .list_product .right .channel_intro .left_c .download a {
  color: #F08200;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_product_box .list_product .right .channel_intro .left_c .download a i {
  transform: rotateX(180deg);
  display: inline-block;
}
.list_product_box .list_product .right .channel_intro .right_c {
  width: 60%;
}
.list_product_box .list_product .right .channel_intro .right_c .title {
  margin-top: 0.9375rem;
  color: #292929;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.list_product_box .list_product .right .channel_intro .right_c .content p {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_product_box .list_product .right .channel_intro .right_c .content ul {
  margin-top: 0.875rem;
}
.list_product_box .list_product .right .channel_intro .right_c .content ul li {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
  position: relative;
  padding-left: 1.5625rem;
}
.list_product_box .list_product .right .channel_intro .right_c .content ul li::before {
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../img/dui.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.list_product_box .list_product .right .product_box {
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.3125rem;
}
.list_product_box .list_product .right .product_box .index_pro {
  position: relative;
  padding: 2.125rem 1.875rem;
  border-radius: 0.3125rem;
  background: #FFF;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0.9375rem 0.1875rem rgba(240, 130, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product_box .list_product .right .product_box .index_pro .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/tagbg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.5938rem;
  height: 2.375rem;
  line-height: 2.375rem;
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  z-index: 9;
}
.list_product_box .list_product .right .product_box .index_pro .over {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1.875rem;
}
.list_product_box .list_product .right .product_box .index_pro .txt h3 {
  margin-top: 1.125rem;
  color: #2B2B2B;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_product_box .list_product .right .product_box .index_pro .txt p {
  color: #595959;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.0625rem;
}
.list_product_box .list_product .right .product_box .index_pro:hover {
  border-color: #F08200;
}
.show_product_box .lanmu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: sticky;
  top: 6.25rem;
  height: 100%;
  z-index: 9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_box .lanmu .lanmu_box {
  border-bottom: unset;
}
.show_product_box .lanmu .lanmu_box .channel_box .channel_li a {
  color: #fff;
}
.show_product_box .lanmu .lanmu_box .channel_box .channel_li.active a {
  color: #F08200;
}
.show_product_box .lanmu .lanmu_box .ajhhsd i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url('../img/home1.svg');
  background-size: contain;
  vertical-align: middle;
}
.show_product_box .lanmu .lanmu_box .ajhhsd a {
  color: rgba(255, 255, 255, 0.6);
}
.show_product_box .lanmu.active {
  background-color: #fff;
}
.show_product_box .lanmu.active .lanmu_box .channel_box .channel_li a {
  color: #050505;
}
.show_product_box .lanmu.active .lanmu_box .channel_box .channel_li.active a {
  color: #F08200;
}
.show_product_box .lanmu.active .lanmu_box .ajhhsd i {
  background-image: url('../img/home.svg');
}
.show_product_box .lanmu.active .lanmu_box .ajhhsd a {
  color: rgba(0, 0, 0, 0.6);
}
.show_product {
  margin-top: -6.25rem;
  background-size: cover;
  padding-top: 10.625rem;
}
.show_product .row {
  padding-top: 7.1875rem;
  padding-bottom: 6.6875rem;
  align-items: center;
}
.show_product .row .left {
  padding-right: 9.8125rem;
}
.show_product .row .left .title {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 700;
}
.show_product .row .left .desc {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product .row .left .linkbtn {
  width: 10.625rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  border: 1px solid #FFF;
  text-align: center;
}
.show_product .row .left .linkbtn a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}
.show_product .row .left .linkbtn a i {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.9375rem;
}
.show_product .row .right .over {
  width: 100%;
  padding: 4.75rem 7.75rem;
  text-align: center;
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0.9375rem 0.375rem rgba(0, 0, 0, 0.15);
}
.hide {
  display: none;
}
.show_product_one {
  padding-top: 7.5rem;
}
.show_product_one .content {
  margin-top: 5rem;
}
.show_product_one .content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 0;
}
.show_product_one .content ul li {
  padding: 0 4.6875rem;
  border-right: 1px solid rgba(240, 130, 0, 0.3);
}
.show_product_one .content ul li:nth-child(3n) {
  border-right: none;
}
.show_product_one .content ul li .icon {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  background-color: #F08200;
  text-align: center;
  line-height: 6.875rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_one .content ul li .icon img {
  width: 2.8125rem;
}
.show_product_one .content ul li .text {
  margin-top: 1.25rem;
}
.show_product_one .content ul li .text h3 {
  color: #2B2B2B;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product_one .content ul li .text p {
  color: #595959;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product_one .content ul li:hover .icon {
  transform: translateY(-0.3125rem);
}
.show_product_two {
  padding-top: 7.125rem;
}
.show_product_two .content .tabler {
  width: 100%;
  overflow-x: auto;
}
.show_product_two .content .tabler table {
  width: 100%;
}
.show_product_two .content .tabler table tr td {
  height: 3.75rem;
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  background: #EAEAEA;
  padding-left: 4.6875rem;
}
.show_product_two .content .tabler table tr td:nth-child(1) {
  background-color: #F08200;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  width: 20%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.show_product_two .content .tabler table tr td:nth-child(2) {
  border: unset;
}
.show_product_two .content .tabler table tr:nth-child(even) td:nth-child(2) {
  background: #F8F8F8;
}
.show_product_three {
  padding-top: 7.6875rem;
  position: relative;
}
.show_product_three .top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.show_product_three .top .right .swiper-button-prev,
.show_product_three .top .right .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 5rem;
  top: 0;
  margin-top: 0;
}
.show_product_three .top .right .swiper-button-next,
.show_product_three .top .right .swiper-container-rtl .swiper-button-prev {
  right: 1.375rem;
  top: 0;
  margin-top: 0;
}
.show_product_three .content {
  margin-top: 3.4375rem;
}
.show_product_three .swiper_sydyt {
  position: relative;
  overflow: hidden;
  margin: 0 -1.5rem;
}
.show_product_three .swiper_sydyt .swiper-slide {
  padding: 1.5rem;
}
.show_product_three .swiper_sydyt .index_pro {
  position: relative;
  padding: 2.125rem 2.5rem;
  border-radius: 0.3125rem;
  background: #FFF;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0.9375rem 0.1875rem rgba(240, 130, 0, 0.1);
}
.show_product_three .swiper_sydyt .index_pro .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/tagbg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.5938rem;
  height: 2.375rem;
  line-height: 2.375rem;
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  z-index: 9;
}
.show_product_three .swiper_sydyt .index_pro .over {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1.875rem;
}
.show_product_three .swiper_sydyt .index_pro .txt h3 {
  margin-top: 1.125rem;
  color: #2B2B2B;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_product_three .swiper_sydyt .index_pro .txt p {
  color: #595959;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.0625rem;
}
.show_product_three .swiper_sydyt .index_pro:hover {
  border: 1px solid #F08200;
}
.show_product_four {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.show_product_four .content .swiper_proyycj {
  position: relative;
  overflow: hidden;
  margin: -1.5625rem;
  padding-bottom: 2.5rem;
}
.show_product_four .content .swiper-slide {
  padding: 1.5625rem;
}
.show_product_four .content .swiper-pagination {
  justify-content: center;
}
.show_product_four .content .yycj_item .over {
  border-radius: 0.3125rem 0px 0px 0.3125rem;
  border-radius: 0.3125rem;
}
.show_product_four .content .yycj_item .text {
  padding-top: 2rem;
  padding-bottom: 2.8125rem;
  border-bottom: 1px solid rgba(240, 130, 0, 0.3);
}
.show_product_four .content .yycj_item .text h3 {
  color: #292929;
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: uppercase;
}
.show_product_four .content .yycj_item .text p {
  margin-top: 0.4375rem;
  color: #595959;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_product3 {
  padding-top: 7.875rem;
  padding-bottom: 8.9375rem;
}
.list_product3 .row {
  align-items: center;
}
.list_product3 .row .left {
  padding-right: 3.9375rem;
}
.list_product3 .row .left .title {
  color: #292929;
  font-size: 2.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.list_product3 .row .left .desc {
  margin-top: 2.0625rem;
  color: #595959;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_product3 .row .left .getcase {
  width: 8.4375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background-color: #F08200;
  border-radius: 0.3125rem;
}
.list_product3 .row .left .getcase a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
}
.list_product3 .row .right .img {
  padding: 1.3125rem 1.375rem;
  border-radius: 0.3125rem;
  background: #FFF;
  box-shadow: 0px 0px 15px 3px rgba(240, 130, 0, 0.1);
}
.list_product3_one {
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 7.25rem;
}
.list_product3_one .all_title h3 {
  color: #fff;
}
.list_product3_one .content .swiper_gn {
  position: relative;
  margin: -1.125rem;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.list_product3_one .content .swiper_gn .swiper-slide {
  padding: 1.125rem;
}
.list_product3_one .content .swiper_gn .swiper-pagination {
  justify-content: center;
}
.list_product3_one .content .swiper_gn .gn_box {
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 15px 3px rgba(240, 130, 0, 0.1);
  padding: 3rem 3.25rem 2.6875rem;
  min-height: 18.75rem;
}
.list_product3_one .content .swiper_gn .gn_box .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product3_one .content .swiper_gn .gn_box .text {
  margin-top: 1.875rem;
}
.list_product3_one .content .swiper_gn .gn_box .text h3 {
  color: #595959;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_product3_one .content .swiper_gn .gn_box .text p {
  color: #595959;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
.list_product3_one .content .swiper_gn .gn_box:hover .icon {
  transform: rotateY(180deg);
}
.list_product3_two {
  padding-top: 7rem;
  padding-bottom: 7.625rem;
  background: linear-gradient(231deg, rgba(240, 130, 0, 0.15) 1.8%, rgba(255, 255, 255, 0) 75.29%);
}
.list_product3_two .all_title h3 {
  text-align: center;
}
.list_product3_two .content .left .over {
  border-radius: 0.625rem;
}
.list_product3_two .content .right {
  padding-left: 2.5rem;
}
.list_product3_two .content .right ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.list_product3_two .content .right ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
}
.list_product3_two .content .right ul li:nth-child(1) {
  border-top: 1px solid #D1D1D1;
}
.list_product3_two .content .right ul li h3 {
  color: #343434;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product3_two .content .right ul li p {
  color: #6C6C6C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-left: 1.5625rem;
  position: relative;
}
.list_product3_two .content .right ul li p::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #6C6C6C;
  position: absolute;
  top: 0.8125rem;
  left: 0.6875rem;
}
.list_product3_two .content .right ul li::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.125rem;
  background-color: #F08200;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product3_two .content .right ul li:hover {
  cursor: pointer;
}
.list_product3_two .content .right ul li:hover h3 {
  color: #F08200;
}
.list_product3_two .content .right ul li:hover::before {
  width: 100%;
}
.list_application {
  padding-top: 6.125rem;
  padding-bottom: 4.375rem;
}
.list_application .row {
  margin-bottom: 3.125rem;
  border-radius: 0.3125rem;
  background: #FFF;
  box-shadow: 0px 0px 0.9375rem 3px rgba(240, 130, 0, 0.1);
  align-items: center;
}
.list_application .row .left {
  padding-left: 0;
}
.list_application .row .left .over {
  border-radius: 5px 0px 0px 5px;
}
.list_application .row .right {
  padding: 0 2.4375rem 0 3.0625rem;
}
.list_application .row .right .text h3 {
  color: #292929;
  font-size: 2.1875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.list_application .row .right .text .desc {
  margin-top: 0.9375rem;
  color: #595959;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_application .row:nth-child(even) .right {
  order: 1;
  padding: 0 3.0625rem 0 2.5625rem;
}
.list_application .row:nth-child(even) .left {
  order: 2;
  padding-right: 0;
}
.list_application .row:nth-child(even) .left .over {
  border-radius: 0px 5px 5px 0px;
}
.list_case_one {
  margin-top: -6.25rem;
  width: 100%;
  position: relative;
}
.list_case_one .text {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_case_one .text h3 {
  color: #FFF;
  text-align: center;
  font-size: 3.4375rem;
  font-weight: 700;
}
.list_case_one .text p {
  margin-top: 1.875rem;
  color: #FFF;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
}
.list_case_two {
  padding-top: 7.5rem;
}
.list_case_two .content .swiper_hytd {
  position: relative;
  margin: -1.125rem;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.list_case_two .content .swiper_hytd .swiper-slide {
  padding: 1.125rem;
}
.list_case_two .content .swiper_hytd .swiper-pagination {
  justify-content: center;
}
.list_case_two .content .swiper_hytd .hytd_box {
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 15px 3px rgba(240, 130, 0, 0.1);
  padding: 4.25rem 3.25rem 2.6875rem;
}
.list_case_two .content .swiper_hytd .hytd_box .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case_two .content .swiper_hytd .hytd_box .text {
  margin-top: 1.875rem;
  color: #595959;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_case_two .content .swiper_hytd .hytd_box:hover .icon {
  transform: rotateY(180deg);
}
.list_case_three {
  padding-top: 7.5rem;
}
.list_case_three .content .left .over {
  border-radius: 0.625rem;
}
.list_case_three .content .right {
  padding-left: 2.5rem;
}
.list_case_three .content .right ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.list_case_three .content .right ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
}
.list_case_three .content .right ul li:nth-child(1) {
  border-top: 1px solid #D1D1D1;
}
.list_case_three .content .right ul li h3 {
  color: #343434;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case_three .content .right ul li p {
  color: #6C6C6C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-left: 1.5625rem;
  position: relative;
}
.list_case_three .content .right ul li p::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #6C6C6C;
  position: absolute;
  top: 0.8125rem;
  left: 0.6875rem;
}
.list_case_three .content .right ul li::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.125rem;
  background-color: #F08200;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case_three .content .right ul li:hover {
  cursor: pointer;
}
.list_case_three .content .right ul li:hover h3 {
  color: #F08200;
}
.list_case_three .content .right ul li:hover::before {
  width: 100%;
}
.getfa {
  position: relative;
}
.getfa .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.getfa .content .all_title h3 {
  color: #fff;
  text-align: center;
}
.getfa .content .desc {
  margin-top: 1.5rem;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.getfa .content .all_moreb {
  margin: 3.4375rem auto 0;
}
.list_service {
  padding-bottom: 7.5rem;
}
.list_service .list_service_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1.5rem 0 1.5625rem;
}
.list_service .list_service_item .icon {
  width: 2.8125rem;
  height: 2.8125rem;
}
.list_service .list_service_item .text {
  padding-left: 1.6875rem;
}
.list_service .list_service_item .text h3 {
  color: #252525;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_service .list_service_item .text p span {
  color: #979797;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}
.list_service .list_service_item .downbtn i {
  display: inline-block;
  font-size: 1.5rem;
  color: #F08200;
  transform: rotate(180deg);
}
.list_contact_one {
  margin-top: 6.25rem;
}
.list_contact_one .ajhhsd {
  width: 100%;
  position: absolute;
  z-index: 20001;
  top: 0;
  left: var(--container);
  padding: 1.875rem 0;
}
.list_contact_one .ajhhsd i {
  display: inline-block;
  width: 1rem;
}
.list_contact_one .ajhhsd a {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_one .content {
  width: 30.3125rem;
  height: 33.875rem;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 15px 3px rgba(240, 130, 0, 0.1);
  position: absolute;
  z-index: 20001;
  top: 50%;
  left: var(--container);
  transform: translateY(-50%);
  padding: 3.0625rem 2.8125rem 4.125rem;
}
.list_contact_one .content .title {
  color: #F08200;
  font-size: 1.375rem;
  font-weight: 400;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #D8D8D8;
}
.list_contact_one .content ul li {
  padding-top: 1.3125rem;
  color: #7C7C7C;
  font-size: 1rem;
  display: flex;
}
.list_contact_one .content ul li i {
  display: inline-block;
  width: 1.5rem;
  margin-right: 0.875rem;
}
.list_contact_one .content .ewm {
  margin-top: 2.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_contact_one .content .ewm .img {
  width: 9.625rem;
  height: 9.625rem;
  padding: 0.5rem;
  border: 1px solid #DFDFDF;
  background: #FFF;
}
.list_contact_one .content .ewm .text {
  flex: 1;
  padding-left: 1.875rem;
}
.list_contact_one .content .ewm .text p {
  color: #7B7B7B;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_contact_one .map {
  width: 100%;
  height: 57.625rem;
}
.list_contact_two {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.list_contact_two .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.625rem;
}
.list_contact_two .content .msg-a1 .inpt p {
  color: #252525;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_contact_two .content .msg-a1 .inpt p span {
  color: #D20000;
}
.list_contact_two .content .msg-a1 .inpt input {
  margin-top: 0.875rem;
  width: 100%;
  height: 4.0625rem;
  border-radius: 0.3125rem;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding-left: 1.8125rem;
}
.list_contact_two .content .msg-a3 {
  margin-top: 1.4375rem;
}
.list_contact_two .content .msg-a3 p {
  color: #252525;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_contact_two .content .msg-a3 p span {
  color: #D20000;
}
.list_contact_two .content .msg-a3 textarea {
  margin-top: 0.875rem;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding-top: 1.1875rem;
  padding-left: 1.8125rem;
}
.list_contact_two .content .div_aghgha {
  text-align: center;
}
.list_contact_two .content .div_aghgha button {
  width: 11.875rem;
  height: 4.0625rem;
  border-radius: 0.625rem;
  background: #F08200;
  border: unset;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two .content .div_aghgha button i {
  margin-left: 2.8125rem;
  font-size: 1.25rem;
}
.list_contact_two .content .div_aghgha button:hover {
  background-color: #e60012;
}
.list_about_one {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
.list_about_one .left {
  padding-right: 3.125rem;
}
.list_about_one .left .desc {
  margin-top: 2.0625rem;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about_one .right .over {
  border-radius: 0.625rem;
}
.list_about_one .numbox .numli {
  border-right: 1px solid #DADADA;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.list_about_one .numbox .numli:nth-child(1) {
  border-left: 1px solid #DADADA;
}
.list_about_one .numbox .numli .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
}
.list_about_one .numbox .numli .icon img {
  filter: brightness(0) invert(0.3);
}
.list_about_one .numbox .numli .text {
  margin-top: 0.9375rem;
}
.list_about_one .numbox .numli .text h3 {
  text-align: center;
}
.list_about_one .numbox .numli .text h3 span {
  color: #F08200;
  font-size: 3.4375rem;
  font-style: italic;
  font-weight: 700;
}
.list_about_one .numbox .numli .text h3 sub {
  font-size: 1.25rem;
  color: #F08200;
}
.list_about_one .numbox .numli .text p {
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.index_about_two {
  background-size: cover;
  padding-top: 13.4375rem;
  padding-bottom: 13.4375rem;
}
.index_about_two .all_title h3 {
  color: #fff;
  text-align: center;
}
.index_about_two .desc {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
  width: 80%;
  margin: 2.0625rem auto 0;
}
.index_about_two .rd_list {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.index_about_two .rd_list .rd_item {
  width: 9.1875rem;
  height: 9.1875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 3.75rem;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 9.1875rem;
}
@keyframes float {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  25% {
    transform: translateY(-50%) translateX(3rem);
  }
  50% {
    transform: translateY(-50%) translateX(0);
  }
  75% {
    transform: translateY(-50%) translateX(-3rem);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
.index_about_three {
  overflow: hidden;
}
.index_about_three .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_about_three .content .left {
  width: 70%;
  padding-top: 7.3125rem;
  padding-bottom: 7.5rem;
}
.index_about_three .content .left .swiper_box .swiper_honor {
  position: relative;
  overflow: hidden;
  margin: 0 -0.9375rem;
  padding-bottom: 3.125rem;
}
.index_about_three .content .left .swiper_box .swiper_honor .swiper-slide {
  padding: 0 0.9375rem;
}
.index_about_three .content .left .swiper_box .swiper_honor .swiper-slide .img {
  padding: 1.875rem;
  border-radius: 0.3125rem;
  border: 1px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.05);
}
.index_about_three .content .left .swiper_box .swiper_honor .swiper-slide .txt {
  margin-top: 2rem;
  color: #252525;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.index_about_three .content .left .swiper_box .swiper_honor .swiper-pagination {
  justify-content: center;
}
.index_about_three .content .left .swiper_box .swiper_honor .swiper-pagination-bullet {
  width: 1.4375rem;
  height: 0.1875rem;
  border-radius: unset;
  background: #7C7C7C;
}
.index_about_three .content .left .swiper_box .swiper_honor .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1470b8;
}
.index_about_three .content .right {
  width: 30%;
  position: relative;
  padding-left: 5rem;
}
.index_about_three .content .right .img {
  text-align: right;
  position: relative;
  z-index: 9;
}
.index_about_three .content .right .yuan1 {
  width: 46.666rem;
  height: 46.666rem;
  border-radius: 50%;
  background: rgba(20, 112, 184, 0.04);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
  animation: float 10s infinite ease-in-out;
}
.index_about_three .content .right .yuan2 {
  width: 53.625rem;
  height: 53.625rem;
  border-radius: 50%;
  background: rgba(20, 112, 184, 0.04);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
  animation: float 13s infinite ease-in-out;
}
.list_about {
  position: relative;
}
.list_about .lanmu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: sticky;
  top: 6.25rem;
  height: 100%;
  z-index: 999;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about .lanmu.active {
  background-color: #fff;
}
.list_about .bgcolor {
  padding-top: 5rem;
  margin-top: -5.375rem;
}
