@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: #D61C10;
}

.c {
  color: #D61C10;
}

.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: #D61C10;
  color: #fff;
}

.pagination>li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}

.pagination>li.active {
  background: #D61C10;
  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: #D61C10;
}

.search_more:hover::before {
  background: #D61C10;
}

.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: 8.125rem;
  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;
  position: relative;
}
.er-ul li .san-ul {
  position: absolute;
  left: 12.25rem;
  width: 8.25rem;
  background: #fff;
  top: 0;
  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:hover>a {
  color: #D61C10 !important;
}

.er-ul li:hover .san-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;
}

.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: #D61C10;
}

.searchbox {
  border-color: #D61C10;
}

@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: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}

.ajhhsd a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}

.ajhhsd a:hover {
  color: #D61C10;
}

.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: #D61C10;
  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;
}

@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: 10%;
  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: 30px;
}

.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: #D61C10;
  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: #D61C10;
}

.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;
  float: left;
}

.sjj_nav .bot>li .list .left a {
  color: #EBEBEC;
}

.sjj_nav .bot>li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}

.sjj_nav .bot>li .list .right {
  width: 95%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}

.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: #0074CA;
}

.rightfix li:hover .iconfont {
  background: #ec8402;
  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: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: #D61C10;
  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: #D61C10;
}

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 a,
header.active .lanuage a,
header.active2 .lanuage a {
  color: #000;
}

header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #000;
}

header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .logo img {
  height: 2.875rem;
}

header .ds1 {
  padding-right: 0.8125rem;
}

header .ds1 .iconfont {
  font-size: 1.375rem;
  display: block;
  font-weight: 500;
  color: #fff;
}

header .lanuage {
  padding-left: 0.8125rem;
  display: block;
  position: relative;
}

header .lanuage::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.0625rem;
  background-color: #D0D0D0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}

header .lanuage a .iconfont {
  font-size: 1.25rem;
  padding-right: 0.4375rem;
}

header .lanuage a.c {
  color: #D61C10;
}

header .center>ul {
  display: flex;
}

header .center>ul>li {
  padding: 0 1.75rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
  font-weight: 400;
}

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: #D61C10;
}

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: #D61C10;
}

header .center>ul>li.active>a::before {
  width: 100%;
  background-color: #D61C10;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fp-viewing-0 header,
.fp-viewing-1 header,
.fp-viewing-3 header,
.fp-viewing-5 header,
.fp-viewing-6 header {
  background: #fff;
}

.fp-viewing-0 header .center ul li a,
.fp-viewing-1 header .center ul li a,
.fp-viewing-3 header .center ul li a,
.fp-viewing-5 header .center ul li a,
.fp-viewing-6 header .center ul li a {
  color: #000;
}

.fp-viewing-0 header .center ul li a::before,
.fp-viewing-1 header .center ul li a::before,
.fp-viewing-3 header .center ul li a::before,
.fp-viewing-5 header .center ul li a::before,
.fp-viewing-6 header .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #D61C10;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.fp-viewing-0 header .center ul li.active>a,
.fp-viewing-1 header .center ul li.active>a,
.fp-viewing-3 header .center ul li.active>a,
.fp-viewing-5 header .center ul li.active>a,
.fp-viewing-6 header .center ul li.active>a {
  color: #D61C10;
}

.fp-viewing-0 header .center ul li.active>a::before,
.fp-viewing-1 header .center ul li.active>a::before,
.fp-viewing-3 header .center ul li.active>a::before,
.fp-viewing-5 header .center ul li.active>a::before,
.fp-viewing-6 header .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;
}

.fp-viewing-0 header .lanuage a,
.fp-viewing-1 header .lanuage a,
.fp-viewing-3 header .lanuage a,
.fp-viewing-5 header .lanuage a,
.fp-viewing-6 header .lanuage a {
  color: #000;
}


.fp-viewing-0 header .ds1 .iconfont,
.fp-viewing-1 header .ds1 .iconfont,
.fp-viewing-3 header .ds1 .iconfont,
.fp-viewing-5 header .ds1 .iconfont,
.fp-viewing-6 header .ds1 .iconfont {
  color: #000;
}

.fp-viewing-0 header .ds1:hover,
.fp-viewing-1 header .ds1:hover,
.fp-viewing-3 header .ds1:hover,
.fp-viewing-5 header .ds1:hover,
.fp-viewing-6 header .ds1:hover {
  cursor: pointer;
}

.all_more {
  width: 10rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.all_more span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.all_more span::before {
  content: '';
  display: block;
  width: 1.9688rem;
  height: 1.25rem;
  border-left: 1px solid #D61C10;
  border-bottom: 1px solid #D61C10;
  position: absolute;
  bottom: -1px;
  left: -1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more span::after {
  content: '';
  display: block;
  width: 1.9688rem;
  height: 1.25rem;
  border-right: 1px solid #D61C10;
  border-top: 1px solid #D61C10;
  position: absolute;
  top: -1px;
  right: -1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more:hover {
  color: #D61C10;
}

.all_more:hover span::before,
.all_more:hover span::after {
  width: 10rem;
  height: 3.125rem;
}

.all_more i {
  font-size: 1.625rem;
  margin-left: 0.875rem;
  vertical-align: middle;
}

.all_moreb {
  width: 10rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 1px solid #717171;
  color: #717171;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.all_moreb span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.all_moreb span::before {
  content: '';
  display: block;
  width: 1.9688rem;
  height: 1.25rem;
  border-left: 1px solid #D61C10;
  border-bottom: 1px solid #D61C10;
  position: absolute;
  bottom: -1px;
  left: -1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_moreb span::after {
  content: '';
  display: block;
  width: 1.9688rem;
  height: 1.25rem;
  border-right: 1px solid #D61C10;
  border-top: 1px solid #D61C10;
  position: absolute;
  top: -1px;
  right: -1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_moreb:hover {
  color: #D61C10;
}

.all_moreb:hover span::before,
.all_moreb:hover span::after {
  width: 10rem;
  height: 3.125rem;
}

.all_moreb i {
  font-size: 1.625rem;
  margin-left: 0.875rem;
  vertical-align: middle;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}


.banner .hover .p2 {
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 3.4375rem;
  font-weight: 700;
}

.banner .hover2 {
  position: absolute;
  left: var(--container);
  bottom: 5.125rem;
}

.banner .hover.hoverbox1 .p1,
.banner .hover.hoverbox1 .p2 {
  color: #656161;

}

.banner .hoverbox1 .p2 .all_more  {
  border-color: #656161;
  color: #656161;
}

.banner .hover .p1 {
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 2.0888rem;
  font-weight: 700;
  line-height: 3.0717rem;
  text-transform: uppercase;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide.swiper-slide-active .img {
  width: 100%;
  height: 100%;
}

.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;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-pagination {
  display: flex;
}
/* 
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: unset;
  position: relative;
  margin-right: 4rem;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 3.5rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: -90%;
}

.banner .swiper-pagination-bullet {
  width: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  margin-right: 2.125rem;
  border: unset;
  opacity: unset;
  background: unset;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
} */

.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 1.875rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
  display: none;
}

@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: 3.125rem;
  height: 3.125rem;
  border-radius: unset;
  background-color: #fff;
  text-align: center;
  z-index: 99;
  background-image: unset;
  margin-top: -2.5rem;
  border: 1px solid #717171;
}

.swiper-button-next i,
.swiper-button-prev i {
  font-weight: 400;
  font-size: 1.25rem;
  color: #717171;
  line-height: 3.125rem;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 1.25rem;
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1.5px solid #D61C10;
  border-right: 1.5px solid #D61C10;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  display: block;
  width: 2rem;
  height: 1.25rem;
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-left: 1.5px solid #D61C10;
  border-bottom: 1.5px solid #D61C10;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper-button-next:hover::before,
.swiper-button-prev:hover::before,
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #D61C10;
  opacity: 1;
  background: unset;
  margin: 0 .3125rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D61C10;
  border: unset;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.neibanner {
  position: relative;
}

.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.neibanner .neibanner_txt h3 {
  color: #FFF;
  text-shadow: 0px 0px 1.875rem rgba(0, 0, 0, 0.25);
  font-size: 3.4375rem;
  font-weight: 700;
}

.neibanner .neibanner_txt p {
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 2.0888rem;
  font-weight: 700;
  line-height: 3.0717rem;
  text-transform: uppercase;
}

.neibanner .mbxdh {
  position: absolute;
  bottom: 2.5rem;
}

.yyhy_content {
  background: #F7F7F7;
  padding-bottom: 7.5rem;
}

.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.5rem;
}

.yyhy_content .yyhy_con .yyhy_item {
  border-radius: 20px;
  border: 1px solid #D7D7D7;
  background: #FFF;
}

.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 1.875rem;
}

.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #414141;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 700;
  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: #414141;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 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: #D61C10;
  font-size: 2.8125rem;
  font-weight: 700;
}

.yyhy_content .yyhy_con .yyhy_item .text .time span {
  color: #D61C10;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0.4375rem;
}

.yyhy_content .yyhy_con .yyhy_item .text .more i {
  font-size: 1.875rem;
  color: #D61C10;
}

.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #D61C10;
}

.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #D61C10;
}

.news_show_box {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.news_show_box .left {
  padding-right: 5.3125rem;
}

.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}

.news_show_box .left .title h3 {
  color: #414141;
  font-size: 2.75rem;
  font-weight: 700;
}

.news_show_box .left .title .time {
  display: flex;
  align-items: center;
}

.news_show_box .left .title .time .fenxiang {
  margin-left: 6.25rem;
}

.news_show_box .left .title>p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
}

.news_show_box .left .title>p span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.news_show_box .left .title .social-share {
  display: flex;
}

.news_show_box .left .title .social-share li {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}

.news_show_box .left .title .social-share li a {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border: unset;
  color: #b7b7b7;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  margin: unset;
  line-height: 2.5rem;
  background: none;
}

.news_show_box .left .title .social-share li a i {
  font-size: 1.0625rem;
  color: #b7b7b7;
  line-height: 2.375rem;
}

.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.125rem 0 4.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.75rem;
}

.news_show_box .left .content table tr td {
  padding: 0.5rem;
}

.news_show_box .left .content img {
  width: 100%;
}

.news_show_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #414141;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
}

.news_show_box .right {
  position: sticky;
  top: 6.25rem;
  height: 100%;
}

.news_show_box .right .title h3 {
  color: #414141;
  text-align: justify;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.0875rem;
}

.news_show_box .right ul {
  margin-top: 2.6875rem;
}

.news_show_box .right ul li {
  padding: 1.5625rem 0 1.4375rem;
  border-bottom: 1px solid #DBDBDB;
}

.news_show_box .right ul li:nth-child(1) {
  border-top: 1px solid #DBDBDB;
}

.news_show_box .right ul li h3 {
  color: #414141;
  font-size: 1.125rem;
  font-weight: 700;
}

.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.875rem;
}

.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}

.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}

.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 1.5625rem;
}

.news_show_box .right ul li:hover {
  cursor: pointer;
}

.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #D61C10;
}

.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}

.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;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  background-color: #D61C10;
  margin: -2px 0 0 -2px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 10px;
  height: 10px;
  background: #939393;
}

.all_title p {
  position: relative;
  color: #D61C10;
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 1.6875rem;
  display: inline-block;
}

.all_title p::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../img/titicon.svg') ;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.all_title h3 {
  padding-left: 1.6875rem;
  color: #414141;
  font-size: 2.8125rem;
  font-weight: 700;
}

.section2 {
  background-size: cover;
  position: relative;
  background-position: center;
}

.section2::after {
  content: '';
  display: block;
  width: 1px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
}

.section2 .index_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.section2 .index_about .left {
  width: 50%;
  padding-right: 5.5rem;
}

.section2 .index_about .left .over {
  border-radius: 1.25rem;
}

.section2 .index_about .right {
  width: 50%;
  padding-left: 6.25rem;
  padding-top: 6.25rem;
}

.section2 .index_about .right ul {
  display: flex;
  flex-wrap: wrap;
}

.section2 .index_about .right ul li {
  width: 50%;
  margin-bottom: 2.5rem;
}

.section2 .index_about .right ul li:nth-child(3),
.section2 .index_about .right ul li:nth-child(4) {
  margin-bottom: 1.6875rem;
}

.section2 .index_about .right ul li h3 span {
  color: #D61C10;
  font-size: 3.4375rem;
  font-weight: 600;
}

.section2 .index_about .right ul li h3 sup {
  color: #D61C10;
  font-size: 1.5rem;
  font-weight: 600;
}

.section2 .index_about .right .desc {
  color: #787878;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.section3 {
  position: relative;
}

.section3 .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section3 .bgimg .bgli {
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section3 .bgimg .bgli.active {
  display: block;
}

.section3 .bgimg .bgli img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section3 .text_box {
  width: 100%;
  position: relative;
  z-index: 9;
  padding-top: 10%;
}

.section3 .text_box .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section3 .text_box .all_title {
  text-align: center;
}

.section3 .text_box .all_title h3,
.section3 .text_box .all_title p {
  color: #fff;
}

.section3 .text_box .chanul {
  margin-top: 22%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.section3 .text_box .chanul .chanli {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.375rem 0 3.0625rem;
}

.section3 .text_box .chanul .chanli:nth-last-child(1) {
  border-right: unset;
}

.section3 .text_box .chanul .chanli .icon {
  width: 4.125rem;
  height: 4.125rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section3 .text_box .chanul .chanli .text {
  text-align: center;
}

.section3 .text_box .chanul .chanli .text h3 {
  margin-top: 0.5625rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
}

.section3 .text_box .chanul .chanli .text p {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-transform: capitalize;
}

.section3 .text_box .chanul .chanli:hover {
  cursor: pointer;
}

.section3 .text_box .chanul .chanli:hover .icon {
  transform: rotateY(180deg);
}

.section4 {
  padding-top: 3.125rem;
  overflow: hidden;
  position: relative;
}

.section4 .letter {
  position: absolute;
  right: -41%;
  top: 8%;
  font-size: 19.1569rem;
  font-weight: 700;
  opacity: 0.1;
  background: linear-gradient(180deg, #D61C10 0%, rgba(214, 28, 16, 0) 67.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section4::before {
  content: '';
  display: block;
  width: 29.125rem;
  height: 29.125rem;
  border-radius: 29.125rem;
  background: rgba(214, 28, 16, 0.4);
  filter: blur(18.75rem);
  position: absolute;
  top: 12.5rem;
  left: 18.75rem;
  z-index: -1;
}

.section4::after {
  content: '';
  display: block;
  width: 29.125rem;
  height: 29.125rem;
  border-radius: 29.125rem;
  background: rgba(214, 28, 16, 0.4);
  filter: blur(18.75rem);
  position: absolute;
  bottom: -50%;
  right: 3.75rem;
  z-index: -1;
}

.section4 .content {
  margin-top: 4.25rem;
  display: flex;
}

.section4 .content .left {
  width: 25%;
}

.section4 .content .left .menu_box {
  position: relative;
}

.section4 .content .left .menu_box::before {
  content: '';
  display: block;
  width: 0.125rem;
  height: 10rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0.625rem;
  left: 0.8125rem;
}

.section4 .content .left .menu_box .menu_li {
  margin-bottom: 2rem;
}

.section4 .content .left .menu_box .menu_li>a {
  display: flex;
  align-items: center;
  color: #414141;
  font-size: 1.5rem;
  font-weight: 700;
}

.section4 .content .left .menu_box .menu_li>a .icon {
  width: 1.25rem;
  margin-right: 1.25rem;
  margin-left: 5px;
}

.section4 .content .left .menu_box .menu_li>a .yuan {
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 9;
  margin-right: 1rem;
}

.section4 .content .left .menu_box .menu_li>a .yuan::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #D61C10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section4 .content .left .menu_box .menu_li .menu_er_box {
  margin-top: 1.875rem;
  margin-left: 0.5rem;
  padding-left: 1.875rem;
}

.section4 .content .left .menu_box .menu_li .menu_er_box .menu_er_li a {
  color: #414141;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.section4 .content .left .menu_box .menu_li .menu_er_box .menu_er_li.active a {
  color: #D61C10;
}

.section4 .content .left .menu_box .menu_li:nth-child(2) {
  margin-bottom: 3.75rem;
}

.section4 .content .right {
  width: 75%;
  overflow: hidden;
  padding-right: var(--container);
}

.section4 .content .right .con {
  display: none;
}

.section4 .content .right .con.active {
  display: block;
}

.section4 .content .right .con .swiper_index_pro {
  position: relative;
  margin: 0 -1.5625rem;
}

.section4 .content .right .con .swiper_index_pro .swiper-slide {
  padding: 0 1.5625rem;
}

.section4 .content .right .con .swiper_index_pro .swiper-slide .slide_pro {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.section4 .content .right .con .swiper_index_pro .swiper-slide .slide_pro .over {
  text-align: center;
  padding: 3.125rem 5rem 2.5rem;
}

.section4 .content .right .con .swiper_index_pro .swiper-slide .slide_pro .txt {
  padding: 1.5rem 0;
  background: #D6D6D6;
}

.section4 .content .right .con .swiper_index_pro .swiper-slide .slide_pro .txt p {
  color: #414141;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
}

.section4 .content .right .con .swiper_index_pro .swiper-slide:hover .slide_pro .txt {
  background-color: #D61C10;
}

.section4 .content .right .con .swiper_index_pro .swiper-slide:hover .slide_pro .txt p {
  color: #fff;
}

.section5 {
  background-size: cover;
  background-attachment: fixed;
}

.section5 .row {
  align-items: center;
}

.section5 .left {
  position: relative;
  padding-right: 5.625rem;
}

.section5 .left .index_nlfw {
  position: relative;
}

.section5 .left .index_nlfw .map {
  width: 100%;
  height: 40.625rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.section5 .left .index_nlfw .map #echarts_yuan {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.section5 .left .index_nlfw .map .logo {
  width: 16rem;
  height: 16rem;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8rem);
  left: calc(50% - 7.2rem);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  animation: zoom 2s infinite linear;
  animation-fill-mode: backwards;
  cursor: pointer;
}

.section5 .left .index_nlfw .map .logo img {
  width: 11.3125rem;
  display: block;
  margin: 0 auto;
  margin-top: 5.625rem;
}

.section5 .left .index_nlfw .map .research {
  position: absolute;
  top: 15.5rem;
  left: 2.6rem;
  text-align: right;
  z-index: 1;
}

.section5 .left .index_nlfw .map .research .title {
  font-size: 1.625rem;
  color: #ffffff;
}

.section5 .left .index_nlfw .map .research span {
  display: block;
  font-size: 1.0625rem;
  color: #ffffff;
  opacity: 0.3;
  text-align: right;
  margin-top: 0.15rem;
}

.section5 .left .index_nlfw .map .intelligent3 {
  position: absolute;
  top: 7.1875rem;
  left: 22.875rem;
  z-index: 1;
}

.section5 .left .index_nlfw .map .intelligent3 .title {
  font-size: 1.625rem;
  color: #ffffff;
}

.section5 .left .index_nlfw .map .intelligent3 span {
  display: block;
  font-size: 1.0625rem;
  color: #ffffff;
  opacity: 0.3;
  margin-top: 0.15rem;
  margin-left: 2.8125rem;
}

.section5 .left .index_nlfw .map .serve {
  position: absolute;
  bottom: 6.6875rem;
  left: 16.75rem;
  z-index: 1;
}

.section5 .left .index_nlfw .map .serve .title {
  font-size: 1.625rem;
  color: #ffffff;
  float: right;
  margin-left: 0.625rem;
}

.section5 .left .index_nlfw .map .serve span {
  display: block;
  font-size: 1.0625rem;
  color: #ffffff;
  opacity: 0.3;
  text-align: right;
  float: left;
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

.section5 .right .all_title h3 {
  color: #fff;
}

.section5 .right .desc {
  margin-top: 1.25rem;
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.section6 {
  background-size: cover;
}

.section6 .row {
  align-items: center;
}

.section6 .row .left ul li a {
  color: #414141;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.section6 .row .left ul li.active a {
  color: #D61C10;
}

.section6 .row .right .content {
  display: none;
}

.section6 .row .right .content.active {
  display: block;
}

.section6 .row .right .content .index_news_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8125rem;
}

.section6 .row .right .content .index_news_box .index_news_item {
  border-radius: 1.25rem;
  border: 1px solid #D7D7D7;
  padding: 1.5625rem 3.3125rem 2.5rem 2.3125rem;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section6 .row .right .content .index_news_box .index_news_item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D61C10;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section6 .row .right .content .index_news_box .index_news_item .time {
  color: #D61C10;
  font-size: 2.8125rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.section6 .row .right .content .index_news_box .index_news_item .time span {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0.25rem;
}

.section6 .row .right .content .index_news_box .index_news_item h3 {
  position: relative;
  z-index: 2;
  margin-top: 0.625rem;
  color: #414141;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 700;
}

.section6 .row .right .content .index_news_box .index_news_item .more {
  position: relative;
  z-index: 2;
}

.section6 .row .right .content .index_news_box .index_news_item .more i {
  font-size: 1.875rem;
  color: #D61C10;
}

.section6 .row .right .content .index_news_box .index_news_item:hover::before {
  transform: scale(1);
}

.section6 .row .right .content .index_news_box .index_news_item:hover .time {
  color: #fff;
}

.section6 .row .right .content .index_news_box .index_news_item:hover h3 {
  color: #fff;
}

.section6 .row .right .content .index_news_box .index_news_item:hover .more i {
  color: #fff;
}

footer {
  background: #FFF;
}

footer .flex {
  align-items: unset;
}

footer .foot_left {
  width: 63%;
  border-right: 1px solid rgba(63, 63, 63, 0.1);
}

footer .foot_left .foot_logo {
  padding-top: 4.625rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(63, 63, 63, 0.1);
  padding-left: var(--container);
}

footer .foot_left .foot_logo .logo {
  width: 8.875rem;
  margin-right: 4.125rem;
}

footer .foot_left .foot_logo p {
  color: #848484;
  font-size: 1.125rem;
  font-weight: 500;
}

footer .foot_left .footnav {
  padding-top: 3.25rem;
  padding-left: var(--container);
  padding-right: 6.625rem;
  display: flex;
  justify-content: space-between;
}

footer .foot_left .footnav .tt {
  color: #414141;
  font-size: 1.125rem;
  font-weight: 700;
}

footer .foot_left .footnav .subfootnav {
  margin-top: 0.9375rem;
}

footer .foot_left .footnav .subfootnav .subfootli {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

footer .foot_left .footnav .subfootnav .subfootli:hover a {
  color: #D61C10;
}

footer .foot_left .copyright {
  margin-top: 6.25rem;
  padding-bottom: 2.5rem;
  padding-left: var(--container);
  padding-right: 3.75rem;
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .foot_left .copyright a {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
}

footer .foot_left .copyright .le span:nth-last-child(1) {
  display: none;
}

footer .foot_right {
  width: 37%;
  padding-top: 7.8125rem;
  padding-left: 3.75rem;
  padding-right: var(--container);
}

footer .foot_right .foot_ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.625rem;
  position: relative;
}

footer .foot_right .foot_ul::before {
  content: '';
  display: block;
  width: 4.375rem;
  height: 0.25rem;
  background-color: #D61C10;
  position: absolute;
  top: 0;
  left: 0;
}

footer .foot_right .foot_ul li {
  display: flex;
  margin-bottom: 1rem;
}

footer .foot_right .foot_ul li:nth-last-child(1) {
  margin-bottom: 1.4375rem;
}

footer .foot_right .foot_ul li .icon {
  width: 1.5rem;
  height: 1.5rem;
}

footer .foot_right .foot_ul li .txt {
  margin-left: 0.6875rem;
}

footer .foot_right .foot_ul li .txt p {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

footer .foot_right .foot_ul li .txt p.p1 {
  color: #848484;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

footer .foot_right .share_box .tit {
  color: #5E5E5E;
  font-size: 1.125rem;
  font-weight: 700;
}

.social-share {
  display: flex;
}

.social-share a {
  margin: 0.5rem;
}

.social-share .social-share-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #B7B7B7;
  border: 1px solid #B7B7B7;
  color: #ffff;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 15%;
  z-index: 999;
  width: 3.375rem;
  background: #fff;
  border: 0.5008px solid #DAD9D9;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 1.5625rem;
  padding: 20px 0;
}

.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
}

.zd_erha .aat_list li+li::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #DEDDDD;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.zd_erha .aat_list li>a {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  background: white;
  margin: 0 auto;
  padding: 10% 15%;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.zd_erha .aat_list li>a i {
  color: #5E5E5E;
  font-size: 1.5rem;
  font-weight: 400;
}

.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}

.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 13rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}

.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zd_erha .aat_list li:hover>a i {
  color: #be824e;
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}

.fp-viewing-0 .hidden {
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.channel_box {
  border-bottom: 1px solid #D7D7D7;
  background: #FFF;
}

.channel_box .channel_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.channel_box .channel_list .channel_item {
  flex: 1;
  border-right: 1px solid #D7D7D7;
  position: relative;
}

.channel_box .channel_list .channel_item:nth-child(1) {
  border-left: 1px solid #D7D7D7;
}

.channel_box .channel_list .channel_item a {
  padding: 2.125rem 0;
  color: #414141;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}

.channel_box .channel_list .channel_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.125rem;
  background-color: #D61C10;
  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;
}

.channel_box .channel_list .channel_item.active a,
.channel_box .channel_list .channel_item:hover a {
  color: #D61C10;
  font-weight: 700;
}

.channel_box .channel_list .channel_item.active::before,
.channel_box .channel_list .channel_item:hover::before {
  width: 100%;
}

.list_about_one {
  padding-top: 8.75rem;
  padding-bottom: 6.5625rem;
  background-size: cover;
}

.list_about_one .row {
  align-items: center;
}

.list_about_one .row .left {
  padding-right: 3.125rem;
}

.list_about_one .row .left .desc {
  color: #787878;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_about_one .row .left .desc p {
  margin-top: 1.875rem;
}

.list_about_one .row .right {
  padding-left: 6.25rem;
}

.list_about_one .row .right .video_bg {
  height: 30.4375rem;
  position: relative;
  cursor: pointer;
  border-radius: 1.25rem;
  overflow: hidden;
}

.list_about_one .row .right .video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.list_about_one .row .right .video_bg .over {
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.list_about_one .row .right .video_bg .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.list_about_one .row .right .video_bg .txt .icon {
  cursor: pointer;
  width: 5.25rem;
  height: 5.25rem;
  margin: 0 auto;
}

.list_about_one .row .right .video_bg.playing video {
  display: block;
}

.list_about_one .row .right .video_bg.playing .over,
.list_about_one .row .right .video_bg.playing .txt .icon {
  display: none;
  pointer-events: none;
}

.list_about_one .numlist .numitem {
  padding-left: 6.25rem;
}

.list_about_one .numlist .numitem h3 span {
  color: #D61C10;
  font-size: 3.4375rem;
  font-weight: 600;
}

.list_about_one .numlist .numitem h3 sup {
  color: #D61C10;
  font-size: 1.5rem;
  font-weight: 600;
  top: -1em;
}

.list_about_one .numlist .numitem p {
  margin-top: 0.3125rem;
  color: #414141;
  font-size: 1.5rem;
  font-weight: 700;
}

.list_about_two {
  background-size: cover;
  padding-top: 10.6875rem;
  padding-bottom: 16.9375rem;
}

.list_about_two .all_title h3 {
  color: #fff;
}

.list_about_two .content .culture_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.125rem;
}

.list_about_two .content .culture_list .sulture_item {
  position: relative;
  border-radius: 50%;
}

.list_about_two .content .culture_list .sulture_item .txt {
  width: calc(100% - 3.125rem);
  height: calc(100% - 3.125rem);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two .content .culture_list .sulture_item .txt h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}

.list_about_two .content .culture_list .sulture_item .txt p {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
}

.list_about_two .content .culture_list .sulture_item:hover .txt {
  background-color: rgba(214, 28, 16, 0.8);
}

.list_about_two .content .culture_list .sulture_item:hover img {
  width: 100%;
  height: 100%;
  animation: spin360 20s linear infinite;
  /* 5秒内完成一次旋转，线性过渡，无限循环 */
}

@keyframes spin360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.list_about_three {
  background-size: cover;
  padding-top: 10.625rem;
  padding-bottom: 11.0625rem;
}

.list_about_three .content {
  margin-top: 3.75rem;
  overflow: hidden;
}

.list_about_three .content .swiper_btn {
  margin-top: 9.375rem;
  position: relative;
  overflow: hidden;
  padding-top: 1.25rem;
}

.list_about_three .content .swiper_btn::after {
  content: "";
  position: absolute;
  width: 95%;
  left: 50%;
  top: 1.6875rem;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.list_about_three .content .swiper_btn .swiper_btn_li {
  text-align: center;
}

.list_about_three .content .swiper_btn .swiper_btn_li .yuan {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #9E9E9E;
  margin: 0 auto;
}

.list_about_three .content .swiper_btn .swiper_btn_li .text {
  margin-top: 1.375rem;
  color: #414141;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: capitalize;
}

.list_about_three .content .swiper_btn .swiper-slide-thumb-active .yuan {
  background-color: #D61C10;
  border: unset;
  position: relative;
}

.list_about_three .content .swiper_btn .swiper-slide-thumb-active .yuan::before {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.list_about_three .content .swiper_btn .swiper-slide-thumb-active .text {
  color: #D61C10;
}

.list_about_three .content .swiper_history {
  width: 50%;
  margin: 6.25rem auto 0;
}

.list_about_three .content .swiper_history .history_box {
  display: flex;
  justify-content: center;
}

.list_about_three .content .swiper_history .history_box .left {
  width: 45%;
}

.list_about_three .content .swiper_history .history_box .left h3 {
  color: rgba(65, 65, 65, 0.2);
  font-size: 5rem;
  font-weight: 600;
  text-transform: capitalize;
  text-align: right;
}

.list_about_three .content .swiper_history .history_box .right {
  width: 55%;
  padding-left: 3.4375rem;
}

.list_about_three .content .swiper_history .history_box .right h3 {
  color: #414141;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
}

.list_about_three .content .swiper_history .history_box .right p {
  color: #787878;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.list_about_three .content .swiper_history .swiper-slide-active .history_box .left h3 {
  color: #D61C10;
}

.list_about_three .content .swiper-button-next,
.list_about_three .content .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: unset;
  background-color: #fff;
  text-align: center;
  z-index: 99;
  background-image: unset;
  margin-top: -2.5rem;
}

.list_about_three .content .swiper-button-next i,
.list_about_three .content .swiper-button-prev i {
  font-weight: 400;
  font-size: 1.25rem;
  color: #717171;
  line-height: 3.125rem;
}

.list_about_three .content .swiper-button-next::before,
.list_about_three .content .swiper-button-prev::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 1.25rem;
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1.5px solid #D61C10;
  border-right: 1.5px solid #D61C10;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_three .content .swiper-button-next::after,
.list_about_three .content .swiper-button-prev::after {
  content: '';
  display: block;
  width: 2rem;
  height: 1.25rem;
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-left: 1.5px solid #D61C10;
  border-bottom: 1.5px solid #D61C10;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_three .content .swiper-button-next:hover::before,
.list_about_three .content .swiper-button-prev:hover::before,
.list_about_three .content .swiper-button-next:hover::after,
.list_about_three .content .swiper-button-prev:hover::after {
  width: 100%;
  height: 100%;
}

.list_about_three .content .swiper-button-prev,
.list_about_three .content .swiper-container-rtl .swiper-button-next {
  left: calc(var(--container) - 3.125rem);
  right: auto;
  top: 76%;
}

.list_about_three .content .swiper-button-next,
.list_about_three .content .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: calc(var(--container) - 3.125rem);
  top: 76%;
}

.list_about_three .content .history_ul .history_li {
  margin-top: 15px;
}

.list_about_three .content .history_ul .history_li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #D61C10;
}

.list_about_three .content .history_ul .history_li p {
  font-size: 14px;
}

.list_about_four {
  padding-top: 10rem;
  padding-bottom: 5.25rem;
  overflow: hidden;
}

.list_about_four .letter {
  font-size: 19.1569rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.1;
  background: linear-gradient(180deg, #D61C10 0%, rgba(214, 28, 16, 0) 67.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: -15%;
  top: 0;
}

.list_about_four::before {
  content: '';
  display: block;
  width: 29.125rem;
  height: 29.125rem;
  border-radius: 29.125rem;
  background: rgba(214, 28, 16, 0.4);
  filter: blur(18.75rem);
  position: absolute;
  top: 12.5rem;
  left: 18.75rem;
  z-index: -1;
}

.list_about_four::after {
  content: '';
  display: block;
  width: 29.125rem;
  height: 29.125rem;
  border-radius: 29.125rem;
  background: rgba(214, 28, 16, 0.4);
  filter: blur(18.75rem);
  position: absolute;
  bottom: -50%;
  right: 3.75rem;
  z-index: -1;
}

.list_about_four .content .swiper_honor {
  position: relative;
  overflow: hidden;
  margin: 0 -1.6875rem;
  padding-bottom: 4.375rem;
}

.list_about_four .content .swiper_honor .swiper-slide {
  padding: 0 1.6875rem;
}

.list_about_four .content .swiper_honor .swiper-slide .honor_box {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.02);
}

.list_about_four .content .swiper_honor .swiper-slide .honor_box .over {
  padding: 1.5625rem 5.4375rem;
}

.list_about_four .content .swiper_honor .swiper-slide .honor_box .txt {
  color: #414141;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1.25rem;
  text-align: center;
  border-radius: 0px 0px 1.25rem 1.25rem;
  background: #D6D6D6;
}

.list_about_four .content .swiper_honor .swiper-pagination {
  justify-content: center;
}

.list_about_four .content .swiper-button-prev,
.list_about_four .content .swiper-container-rtl .swiper-button-next {
  left: calc(var(--container) - 4.375rem);
}

.list_about_four .content .swiper-button-next,
.list_about_four .content .swiper-container-rtl .swiper-button-prev {
  right: calc(var(--container) - 4.375rem);
}

.list_about_four .content .swiper-button-next,
.list_about_four .content .swiper-button-prev {
  top: 59%;
}

.list_application_box {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}

.list_application_box .row {
  align-items: center;
  margin-bottom: 6rem;
}

.list_application_box .row .left .img {
  height: 31.25rem;
  border-radius: 1.875rem;
  overflow: hidden;
}

.list_application_box .row .left .img .over {
  width: 100%;
  height: 100%;
}

.list_application_box .row .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_application_box .row .right {
  padding-left: 3.75rem;
}

.list_application_box .row .right .title {
  color: #414141;
  font-size: 3rem;
  font-weight: 700;
}

.list_application_box .row .right .desc {
  margin-top: 1rem;
  color: #787878;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_application_box .row .right ul {
  margin-top: 0.625rem;
}

.list_application_box .row .right ul li {
  position: relative;
  padding-left: 1.875rem;
}

.list_application_box .row .right ul li a {
  color: #787878;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.list_application_box .row .right ul li::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #787878;
  position: absolute;
  left: 0.9375rem;
  top: 1.25rem;
}

.list_application_box .row .right ul li:hover a {
  color: #D61C10;
}

.list_application_box .row .right ul li:hover::before {
  background-color: #D61C10;
}

.list_application_box .row:nth-child(even) .left {
  order: 2;
}

.list_application_box .row:nth-child(even) .right {
  order: 1;
  padding-left: 0;
  padding-right: 3.75rem;
}

.list_application_box .row:nth-last-child(1) {
  margin-bottom: 0;
}

.list_application {
  background-color: #fff;
}

.list_application .list_application_box {
  padding-top: 4.375rem;
  padding-bottom: 4.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.list_application .list_application_box .left {
  width: 40%;
  padding-right: 1.875rem;
  position: relative;
}

.list_application .list_application_box .left .over {
  border-radius: 1.25rem;
}

.list_application .list_application_box .left .text {
  position: absolute;
  bottom: 1.3125rem;
  left: 2.625rem;
  right: 5rem;
}

.list_application .list_application_box .left .text h3 {
  color: #FFF;
  font-size: 2.625rem;
  font-weight: 700;
}

.list_application .list_application_box .left .text p {
  margin-top: 10px;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_application .list_application_box .right {
  width: 60%;
  padding-left: 1.25rem;
}

.list_application .list_application_box .right .list_appbox {
  min-height: 90vh;
}

.list_application .list_application_box .right .list_appbox .swiper_application,
.list_application .list_application_box .right .list_appbox .swiper_appli {
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
  margin: -1.5625rem;
}

.list_application .list_application_box .right .list_appbox .swiper_application .swiper-slide,
.list_application .list_application_box .right .list_appbox .swiper_appli .swiper-slide {
  padding: 1.5625rem;
}

.list_application .list_application_box .right .list_appbox .swiper_application .pro_li,
.list_application .list_application_box .right .list_appbox .swiper_appli .pro_li {
  border-radius: 1.25rem;
  background: #F7F7F7;
}

.list_application .list_application_box .right .list_appbox .swiper_application .pro_li .over,
.list_application .list_application_box .right .list_appbox .swiper_appli .pro_li .over {
  height: 16.25rem;
  text-align: center;
}

.list_application .list_application_box .right .list_appbox .swiper_application .pro_li .over img,
.list_application .list_application_box .right .list_appbox .swiper_appli .pro_li .over img {
  width: auto;
  height: 100%;
}

.list_application .list_application_box .right .list_appbox .swiper_application .pro_li .txt,
.list_application .list_application_box .right .list_appbox .swiper_appli .pro_li .txt {
  color: #414141;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2.5rem;
}

.list_application .list_application_box .right .list_appbox .swiper_application .swiper-scrollbar,
.list_application .list_application_box .right .list_appbox .swiper_appli .swiper-scrollbar {
  width: 80%;
  height: 1px;
  bottom: 20px;
}

.list_application .list_application_box .right .list_appbox .swiper_application .swiper-scrollbar-drag,
.list_application .list_application_box .right .list_appbox .swiper_appli .swiper-scrollbar-drag {
  background: #D61C10;
}

.list_application .list_application_box .right .list_appbox .swiper_application .swiper-button-prev,
.list_application .list_application_box .right .list_appbox .swiper_appli .swiper-button-prev,
.list_application .list_application_box .right .list_appbox .swiper_application .swiper-container-rtl .swiper-button-next,
.list_application .list_application_box .right .list_appbox .swiper_appli .swiper-container-rtl .swiper-button-next {
  left: unset;
  top: unset;
  bottom: 0;
  right: 5rem;
}

.list_application .list_application_box .right .list_appbox .swiper_application .swiper-button-next,
.list_application .list_application_box .right .list_appbox .swiper_appli .swiper-button-next,
.list_application .list_application_box .right .list_appbox .swiper_application .swiper-container-rtl .swiper-button-prev,
.list_application .list_application_box .right .list_appbox .swiper_appli .swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: unset;
  bottom: 0;
}

.list_application:nth-child(even) {
  background: #F7F7F7;
}

.list_application:nth-child(even) .list_application_box .right .list_appbox .swiper_application .pro_li,
.list_application:nth-child(even) .list_application_box .right .list_appbox .swiper_appli .pro_li {
  background-color: #fff;
}

.list_js_one {
  padding-top: 6.875rem;
  padding-bottom: 3rem;
  background: #F8F8F8;
}

.list_js_one .content {
  position: relative;
}

.list_js_one .content .swiper-button-next,
.list_js_one .content .swiper-button-prev {
  top: 40%;
}

.list_js_one .content .swiper_skillone {
  position: relative;
  overflow: hidden;
  margin: 0 -1.6875rem;
}

.list_js_one .content .swiper_skillone .swiper-pagination {
  justify-content: center;
}

.list_js_one .content .swiper_skillone .swiper-slide {
  padding: 0 1.6875rem;
}

.list_js_one .content .swiper_skillone .skillone_slide .over {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_js_one .content .swiper_skillone .skillone_slide .text {
  padding-top: 1.6875rem;
}

.list_js_one .content .swiper_skillone .skillone_slide .text .tit span {
  color: #414141;
  text-align: justify;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.list_js_one .content .swiper_skillone .skillone_slide .text .tit .tag {
  color: #414141;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  border-radius: 0.25rem;
  background: #D6D6D6;
  display: inline-block;
  padding: 0 0.625rem;
  margin-left: 1.25rem;
}

.list_js_one .content .swiper_skillone .skillone_slide .text .con {
  margin-top: 1.25rem;
  color: #787878;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_jslist .skillone_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}

.list_jslist .skillone_slide .over {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_jslist .skillone_slide .text {
  padding-top: 1.6875rem;
}

.list_jslist .skillone_slide .text .tit span {
  color: #414141;
  text-align: justify;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.list_jslist .skillone_slide .text .tit .tag {
  color: #414141;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  border-radius: 0.25rem;
  background: #D6D6D6;
  display: inline-block;
  padding: 0 0.625rem;
  margin-left: 1.25rem;
}

.list_jslist .skillone_slide .text .con {
  margin-top: 1.25rem;
  color: #787878;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_js_two {
  padding-top: 6.875rem;
  padding-bottom: 8.4375rem;
}

.list_js_three {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #F8F8F8;
}

.list_js_three .content {
  position: relative;
}

.list_js_three .content .swiper_skilltwo {
  padding-bottom: 4.375rem;
  margin: 0 -1.6875rem;
  position: relative;
  overflow: hidden;
}

.list_js_three .content .swiper_skilltwo .swiper-slide {
  padding: 0 1.6875rem;
}

.list_js_three .content .swiper_skilltwo .swiper-slide .skilltwo_slide .over {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.list_js_three .content .swiper_skilltwo .swiper-slide .skilltwo_slide .text {
  padding-top: 2.1875rem;
  color: #414141;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_js_three .content .swiper-pagination {
  justify-content: center;
}

.list_product_box {
  display: flex;
  justify-content: space-between;
}

.list_product_box .left {
  width: 25%;
  padding-top: 6.4375rem;
  padding-left: 7rem;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}

.list_product_box .left .menu_box {
  position: relative;
}

.list_product_box .left .menu_box::before {
  content: '';
  display: block;
  width: 0.125rem;
  height: calc(100% - 1.25rem);
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0.625rem;
  left: 0.8125rem;
}

.list_product_box .left .menu_box .menu_li {
  margin-bottom: 3.5rem;
}

.list_product_box .left .menu_box .menu_li>a {
  display: flex;
  align-items: center;
  color: #414141;
  font-size: 1.5rem;
  font-weight: 700;
}

.list_product_box .left .menu_box .menu_li>a:hover {
  color: #D61C10;
}

.list_product_box .left .menu_box .menu_li>a .icon {
  width: 1.25rem;
  margin-right: 1.25rem;
  margin-left: 5px;
}

.list_product_box .left .menu_box .menu_li>a .yuan {
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 9;
  margin-right: 1rem;
}

.list_product_box .left .menu_box .menu_li>a .yuan::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #D61C10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_product_box .left .menu_box .menu_li .menu_er_box {
  margin-top: 1.875rem;
  margin-left: 0.5rem;
  padding-left: 1.875rem;
}

.list_product_box .left .menu_box .menu_li .menu_er_box .menu_er_li {
  position: relative;
}

.list_product_box .left .menu_box .menu_li .menu_er_box .menu_er_li a {
  color: #414141;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
  padding-left: 1.25rem;
}

.list_product_box .left .menu_box .menu_li .menu_er_box .menu_er_li.active a,
.list_product_box .left .menu_box .menu_li .menu_er_box .menu_er_li:hover a {
  color: #D61C10;
  font-weight: 600;
}

.list_product_box .left .menu_box .menu_li .menu_er_box .menu_er_li.haschild {
  position: relative;
  margin-top: 1.25rem;
}

.list_product_box .left .menu_box .menu_li .menu_er_box .menu_er_li.haschild>a {
  font-weight: 600;
  padding-left: 0;
}

.list_product_box .left .menu_box .menu_li .menu_er_box .menu_er_li.haschild::before {
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #D61C10;
  position: absolute;
  top: 30%;
  left: -1.875rem;
}

.list_product_box .left .menu_box .menu_li:nth-child(2) {
  margin-bottom: 3.75rem;
}

.list_product_box .left .menu_box .menu_li.active>a,
.list_product_box .left .menu_box .menu_li:hover>a {
  color: #D61C10;
}

.list_product_box .right {
  width: 75%;
  background: #F7F7F7;
  padding-top: 6.4375rem;
  padding-left: 3.75rem;
  padding-right: var(--container);
  padding-bottom: 5.3125rem;
}

.list_product_box .right .content .list_product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.list_product_box .right .content .list_product .list_proitem {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.02);
}

.list_product_box .right .content .list_product .list_proitem .over {
  padding: 3.125rem;
}

.list_product_box .right .content .list_product .list_proitem .txt {
  border-radius: 0px 0px 1.875rem 1.875rem;
  background: #D6D6D6;
  color: #414141;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product_box .right .content .list_product .list_proitem:hover .txt {
  background: #D61C10;
  color: #fff;
}

.show_product_one {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: #F8F8F8;
  border-top: 1px solid #EAEAEA;
  margin-top: 6.25rem;
  position: relative;
  overflow: hidden;
}

.show_product_one::before {
  content: '';
  display: block;
  width: 29.125rem;
  height: 29.125rem;
  border-radius: 50%;
  background: rgba(214, 28, 16, 0.4);
  filter: blur(18.75rem);
  position: absolute;
  right: var(--container);
  bottom: -14.5625rem;
}

.show_product_one .row {
  align-items: center;
}

.show_product_one .left .title {
  color: #414141;
  font-size: 3rem;
  font-weight: 700;
}

.show_product_one .left .desc {
  margin-top: 1.25rem;
  color: #787878;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.show_product_one .left .grounp {
  display: flex;
}

.show_product_one .left .grounp .contact_tel {
  border: 1px solid #414141;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 0.625rem;
  margin-left: 1.875rem;
  position: relative;
}

.show_product_one .left .grounp .contact_tel span:nth-child(1) {
  border-right: 1px solid #414141;
  height: 100%;
  display: inline-block;
  padding-right: 0.625rem;
}

.show_product_one .left .grounp .contact_tel span:nth-child(1) i {
  font-size: 2rem;
  color: #D61C10;
  vertical-align: middle;
}

.show_product_one .left .grounp .contact_tel span:nth-child(2) {
  color: #D61C10;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  padding-left: 0.625rem;
}

.show_product_one .left .grounp .contact_tel::before {
  content: '';
  display: block;
  width: 2.1875rem;
  height: 1.25rem;
  border-right: 1px solid #D61C10;
  border-top: 1px solid #D61C10;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_product_one .left .grounp .contact_tel::after {
  content: '';
  display: block;
  width: 2.1875rem;
  height: 1.25rem;
  border-left: 1px solid #D61C10;
  border-bottom: 1px solid #D61C10;
  position: absolute;
  left: -1px;
  bottom: -1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_product_one .left .grounp .contact_tel:hover::before,
.show_product_one .left .grounp .contact_tel:hover::after {
  width: 100%;
  height: 100%;
}

.show_product_one .right {
  padding-left: 6.25rem;
}

.show_product_one .right .over {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.02);
  padding: 2.5rem 6.25rem;
}

.show_product_one .ajhhsd {
  position: absolute;
  bottom: 2.5rem;
  color: #BBB;
  font-size: 1.125rem;
  font-weight: 400;
}

.show_product_one .ajhhsd a {
  color: #BBB;
  font-size: 1.125rem;
  font-weight: 400;
}

.show_product_two {
  padding-top: 6.0625rem;
  padding-bottom: 7.6875rem;
}

.show_product_two .row {
  align-items: center;
}

.show_product_two .row:nth-child(1) {
  margin-bottom: 6.25rem;
}

.show_product_two .row .left .over {
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.02);
  padding: 3.125rem;
}

.show_product_two .row .right {
  padding-left: 3.75rem;
}

.show_product_two .row .right h3 {
  color: #414141;
  font-size: 3rem;
  font-weight: 700;
}

.show_product_two .row .right h4 {
  color: #414141;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1.1875rem;
}

.show_product_two .row .right p {
  color: #787878;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 0.9375rem;
  position: relative;
}

.show_product_two .row .right p::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #787878;
  position: absolute;
  left: 0.3125rem;
  top: 0.625rem;
}

.show_product_two .row:nth-child(2) .left {
  order: 2;
}

.show_product_two .row:nth-child(2) .right {
  order: 1;
  padding-left: 0;
  padding-right: 3.75rem;
}

.list_contact_one {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.list_contact_one .content .contact_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.list_contact_one .content .contact_box .contact_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 4.1875rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_one .content .contact_box .contact_item .icon {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  background-color: #D61C10;
  text-align: center;
  line-height: 4.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_one .content .contact_box .contact_item .icon i {
  font-size: 2rem;
  color: #fff;
}

.list_contact_one .content .contact_box .contact_item .icon img {
  width: 2rem;
}

.list_contact_one .content .contact_box .contact_item .right {
  padding-left: 1.25rem;
  flex: 1;
}

.list_contact_one .content .contact_box .contact_item .right p {
  color: #848484;
  font-size: 1rem;
  margin-bottom: 0.1875rem;
}

.list_contact_one .content .contact_box .contact_item .right p.p1 {
  color: #080808;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
}

.list_contact_one .content .contact_box .contact_item .right p.p2 {
  color: #080808;
  font-size: 1.25rem;
  line-height: 2rem;
}

.list_contact_one .content .contact_box .contact_item .right p.p3 {
  color: #080808;
  font-size: 1rem;
  line-height: 1.625rem;
}

.list_contact_one .content .contact_box .contact_item:hover {
  transform: translateY(-5px);
}

.list_contact_one .content .map {
  height: 30rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.list_contact_two {
  background: #F7F7F7;
  padding-top: 6.625rem;
  padding-bottom: 6.75rem;
}

.list_contact_two .contact .msg-a1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.list_contact_two .contact .msg-a1 .inpt input {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 0.625rem;
}

.list_contact_two .contact .msg-a2 {
  margin-top: 1.875rem;
}

.list_contact_two .contact .msg-a2 .inpt textarea {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0.625rem;
}

.list_contact_two .contact .div_aghgha button {
  background-color: unset;
}

.list_website {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
}

.list_website p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
}

.list_join_one {
  padding-bottom: 7.5rem;
  position: relative;
  background-color: #f7f7f7;
}

.list_join_one .content .join_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.list_join_one .content .join_box .join_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 3.3125rem 3.125rem 2.5rem;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.list_join_one .content .join_box .join_item::before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D61C10;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  transform: scale(0.5);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_one .content .join_box .join_item:hover {
  cursor: pointer;
}

.list_join_one .content .join_box .join_item:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_one .content .join_box .join_item:hover h3 {
  color: #fff;
  position: relative;
  z-index: 9;
}

.list_join_one .content .join_box .join_item:hover h3::before {
  background-color: #fff;
}

.list_join_one .content .join_box .join_item:hover p {
  color: #fff;
  position: relative;
  z-index: 9;
}

.list_join_one .content .join_box .join_item:hover p span {
  color: #fff;
}

.list_join_one .content .join_box .join_item h3 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.list_join_one .content .join_box .join_item h3::before {
  content: '';
  display: block;
  width: 3rem;
  height: 0.1875rem;
  background-color: #D61C10;
  position: absolute;
  bottom: 0;
}

.list_join_one .content .join_box .join_item p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_join_one .content .join_box .join_item p span {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  /* 200% */
}

.hidden {
  display: none;
}

.join_pop.layui-layer {
  width: 50% !important;
  border: 1px solid #E3E3E3;
  background-color: #FFF;
}

@media (max-width: 768px) {
  .join_pop.layui-layer {
    width: 85% !important;
  }
}

.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 2rem;
  top: 1rem;
  background: none;
  width: auto;
  height: auto;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .join_pop.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}

.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  transform: rotate(180deg);
}

.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e624";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}

.join_pop_con {
  margin: 0 auto;
}

.join_pop_con .join_body {
  padding: 2.375rem 3.75rem 5.625rem;
}

.join_pop_con .join_body .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.join_pop_con .join_body .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 2.4375rem;
}

.join_pop_con .join_body .content h4 {
  color: #D61C10;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 2.25rem;
}

.join_pop_con .join_body .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}

.join_pop_con .join_body .content p span {
  font-weight: 400;
}

.join_pop_con .join_body .content ul {
  display: flex;
  flex-wrap: wrap;
}

.join_pop_con .join_body .content ul li {
  width: 50%;
}

.join_pop_con .join_body .content ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}

.join_pop_con .join_body .content ul li p span {
  font-weight: 400;
}

.join_pop_con .join_body .content .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}

.join_pop_con .footcon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.1875rem 3.75rem 3.25rem;
  background-color: #f8f8f8;
  text-align: left;
}

.join_pop_con .footcon a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
}

.join_pop_con .footcon a span {
  color: #D61C10;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}