@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;
}
@media (min-width: 768px) {
  body {
    overflow: visible;
  }
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #F39800;
}
.c {
  color: #F39800;
}
.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: #F39800;
  color: #fff;
  text-align: center;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #F39800;
  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: #F39800;
}
.search_more:hover::before {
  background: #F39800;
}
.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;
}
.er-ul li:hover a {
  color: #F39800 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
.sec_box {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}
.sec_box .left {
  width: 36.5%;
  height: 21.875rem;
  padding-right: 3.75rem;
  padding-top: 3.3125rem;
  padding-bottom: 6.0625rem;
  padding-left: var(--container);
  background: #F8F8F8;
}
.sec_box .left .ul .li {
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sec_box .left .ul .li::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #F39800;
  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;
}
.sec_box .left .ul .li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 3.375rem;
}
.sec_box .left .ul .li a span {
  color: #2A2926;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sec_box .left .ul .li a i {
  font-size: 1rem;
  color: #8F8F8F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sec_box .left .ul .li:hover::before,
.sec_box .left .ul .li.active::before {
  width: 100%;
}
.sec_box .left .ul .li:hover a span,
.sec_box .left .ul .li.active a span,
.sec_box .left .ul .li:hover a i,
.sec_box .left .ul .li.active a i {
  color: #F39800;
}
.sec_box .right {
  background-color: #fff;
  height: 21.875rem;
  flex: 1;
}
.sec_box .right .pro_con_box {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.sec_box .right .pro_con_box.active {
  display: flex;
}
.sec_box .right .pro_con_box .pro_tab_box {
  padding-top: 2.3125rem;
  padding-bottom: 2.3125rem;
  width: 30%;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}
.sec_box .right .pro_con_box .pro_tab_box .pro_ul .pro_li {
  line-height: 3.375rem;
}
.sec_box .right .pro_con_box .pro_tab_box .pro_ul .pro_li a {
  color: #2A2926;
  font-size: 0.875rem;
  font-weight: 400;
}
.sec_box .right .pro_con_box .pro_tab_box .pro_ul .pro_li:hover a {
  color: #F39800;
}
.sec_box .right .pro_con_box .pro_con {
  border-left: 1px solid #E3E3E3;
  flex: 1;
  padding: 1.25rem 0;
}
.sec_box .right .pro_con_box .top_pro_box {
  align-items: center;
  justify-content: space-between;
  padding-left: 2.625rem;
  display: none;
  flex: 1;
}
.sec_box .right .pro_con_box .top_pro_box.active {
  display: flex;
}
.sec_box .right .pro_con_box .top_pro_box .over {
  width: 40%;
}
.sec_box .right .pro_con_box .top_pro_box .text {
  flex: 1;
  padding-left: 1.25rem;
}
.sec_box .right .pro_con_box .top_pro_box .text h3 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.sec_box .right .pro_con_box .top_pro_box .text p {
  color: #717171;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.sec_box .right .pro_con_box .top_pro_box .text a.all_more {
  width: 10.25rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
}
.sec_box1 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #F8F8F8;
  opacity: 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}
.sec_box1 .left {
  background: #F8F8F8;
  width: 52%;
  padding-left: calc(var(--container) + 2.5rem);
  padding-right: var(--container);
  padding-top: 7.6875rem;
  padding-bottom: 7.5rem;
}
.sec_box1 .left .text .title {
  color: #2A2926;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.sec_box1 .left .text .subtitle {
  margin-top: 0.5rem;
  color: #717171;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.sec_box1 .right {
  padding-left: 10.9375rem;
  padding-right: calc(var(--container) + 12.5rem);
  padding-top: 2rem;
  padding-bottom: 3.125rem;
  background-color: #fff;
  position: absolute;
  width: 48%;
  height: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_box1 .right .ri_ul .ri_li {
  border-bottom: 1px solid #EFEFEF;
  line-height: 4.375rem;
  position: relative;
}
.sec_box1 .right .ri_ul .ri_li::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #F39800;
  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;
}
.sec_box1 .right .ri_ul .ri_li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_box1 .right .ri_ul .ri_li a span {
  color: #2A2926;
  font-size: 1rem;
  font-weight: 500;
}
.sec_box1 .right .ri_ul .ri_li a i {
  font-size: 1rem;
  color: #8F8F8F;
}
.sec_box1 .right .ri_ul .ri_li:hover a span,
.sec_box1 .right .ri_ul .ri_li:hover a i {
  color: #F39800;
}
.sec_box1 .right .ri_ul .ri_li:hover::before {
  width: 100%;
}
.sec_box1.sec_box1_1 .left {
  padding-top: 11.25rem;
  padding-bottom: 12.5rem;
}
header .center > ul > li:hover .sec_box,
header .center > ul > li:hover .sec_box1 {
  transform: scaleY(1);
  opacity: 1;
}
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: #F39800;
}
.searchbox {
  border-color: #F39800;
}
@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: 500 1rem/1.5em;
  padding: 1em 0;
  opacity: 0.7;
}
.ajhhsd a {
  color: #fff;
}
.ajhhsd a:hover {
  color: #F39800;
}
.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;
}
.xw-nycont h2 {
  font-size: 1.25rem;
}
@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: 90%;
  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 {
  border-bottom: 1px dashed #ccc;
  padding: 30px 0;
}
.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%;
}
.search_con .left {
  position: sticky;
  top: 6.25rem;
  height: 100%;
  padding-right: 3.125rem;
}
.search_con .left .search-list1 li {
  border-bottom: 1px solid #f0f0f0;
}
.search_con .left .search-list1 li a {
  color: #333;
  display: block;
  font-size: 15px;
  padding: 0.75em 0;
  font-weight: 400;
}
.search_con .left .search-list1 li a.active {
  color: #F39800;
}
.search_con .left .search-list1 li a b {
  font-weight: 400;
}
@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: #F39800;
  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 / 120);
  }
  .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: 10%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .login_m {
  width: 30%;
  order: 2;
  color: #fff;
  font-size: 1rem;
}
.phone .login_m i {
  color: #fff;
  font-size: 1rem;
}
.phone .login_m .loginbtn {
  position: relative;
}
.phone .login_m .loginbtn.delv {
  text-align: right;
  padding-right: 1.25rem;
}
.phone .login_m .loginbtn .logout {
  position: absolute;
  background-color: #000;
  display: none;
  padding: 5px;
}
.phone .login_m .loginbtn .logout a {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
}
.phone .login_m .loginbtn:hover .logout {
  display: block;
}
.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: 40px;
  width: 120px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #F39800;
  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: #F39800;
}
.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;
  font-weight: 400;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  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 {
    width: 100%;
    height: 100%;
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #F39800;
}
.rightfix li:hover .iconfont {
  background: #fbc704;
  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 a{
        color: #6a6a6a !important;
    font-size: 1rem;
    line-height: 68px;
}
.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: 5.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .container {
  padding: 0 4.375rem;
}
header:hover,
header.active,
header.active2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.97);
}
header:hover .center > ul > li > a,
header.active .center > ul > li > a,
header.active2 .center > ul > li > a {
  color: #fff;
}
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: #F39800;
  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: #F39800;
}
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: #fff;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #fff;
}
header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}
header:hover .logo,
header.active .logo,
header.active2 .logo {
  filter: unset;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo {
  width: 8.625rem;
}
header .right .ds1 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}
header .right .ds1 .iconfont {
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .right .ds1:hover .iconfont {
  color: #F39800;
}
header .right .lanuage {
  display: block;
  padding-left: 1.5rem;
}
header .right .lanuage a {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .right .lanuage a .iconfont {
  font-size: 1.25rem;
  padding-right: 0.4375rem;
}
header .right .lanuage a.c {
  color: #F39800;
}
header .right .lanuage a:hover {
  color: #F39800;
}
header .right .loginbtn {
  padding-right: 1.5rem;
  position: relative;
  font-size: 1.125rem;
  color: #fff;
}
header .right .loginbtn::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.0625rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .right .loginbtn i {
  font-size: 1.25rem;
  color: #fff;
}
header .right .loginbtn .logout {
  width: 11.25rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: #000;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
  padding: 1rem;
}
header .right .loginbtn .logout a {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
header .right .loginbtn .logout a i {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}
header .right .loginbtn .logout a:hover {
  color: #F39800;
}
header .right .loginbtn .logout a:hover i {
  color: #F39800;
}
header .right .loginbtn:hover {
  cursor: pointer;
  color: #F39800;
}
header .right .loginbtn:hover .logout {
  display: block;
}
header .center > ul > li {
  float: left;
  padding: 0 2rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #F39800;
}
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: #F39800;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #F39800;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: rgba(26, 26, 26, 0.9);
  position: relative;
}
footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.75rem;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  position: absolute;
  top: 0;
  left: 0;
}
footer > .container {
  padding-top: 3.75rem;
  padding-bottom: 1.4375rem;
  position: relative;
}
footer > .container .right {
  width: 100%;
}
footer > .container .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer > .container .right .footnav .tt {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
footer > .container .right .footnav .subfootnav {
  margin-top: 1.1875rem;
}
footer > .container .right .footnav .subfootnav .subfootli > a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
footer > .container .right .footnav .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer > .container .right .tit {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
footer > .container .right .foot-contact {
  margin-top: 1.4375rem;
}
footer > .container .right .foot-contact ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
footer > .container .right .foot-contact ul li i {
  color: #fff;
  font-size: 1.25rem;
  margin-right: 0.6875rem;
}
footer > .container .right .foot-contact ul li p {
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
footer > .container .right .ewm_box {
  display: flex;
  align-items: center;
}
footer > .container .right .ewm_box .ewm_li {
  width: 6.625rem;
  padding-right: 1rem;
}
footer > .container .right .ewm_box .ewm_li p {
  margin-top: 0.25rem;
  color: #FFF;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
footer > .container .links {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1.75rem;
}
footer > .container .links span {
  margin-right: 1.25rem;
}
footer > .container .links a {
  height: 2.5rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
  padding: 0 0.5rem;
  margin: 0 0.3125rem;
}
footer > .container .links a img {
  height: 100%;
}

.foot-fot .links {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;

}
.foot-fot .links  span{
    margin-right: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}
.foot-fot .links a {
    height: 1.75rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
  padding: 0 0.5rem;
  margin: 0.3125rem;
}
.foot-fot .links a img {
  height: 100%;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
footer .copyright .flex {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.8125rem 0 0.875rem;
}
footer .copyright .flex a {
  color: #fff;
  font-size: 0.875rem;
}
footer .copyright .flex p {
  color: #fff;
  font-size: 0.875rem;
}
footer .copyright .flex .left span:nth-last-child(1) {
  display: none;
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner {
  width: 100%;
  height: 100%;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .hover {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  white-space: nowrap;
}
.banner .hover .p1 span {
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 3.125rem;
  font-weight: 700;
}
.banner .hover .p2 {
  text-align: right;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2031rem;
}
.banner .img {
  width: 100%;
  height: 100%;
}
.banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
  left: 4.375rem;
  bottom: 3.5rem !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: unset;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
@keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.banner .pagination2 {
  position: absolute;
  left: 0;
  padding: 0 var(--container);
  bottom: 5%;
  width: 100%;
  z-index: 20;
}
.banner .pagination2 .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.banner .pagination2 button {
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
.banner .pagination2 .list + .list {
  margin-left: 2.5rem !important;
}
.banner .pagination2 button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  transform: translate(-50%, -50%);
}
.banner .pagination2 .swiper-pagination-bullet-active button svg {
  animation-name: circ;
  animation-duration: 6.5s;
  -webkit-animation-name: circ;
  -webkit-animation-duration: 6.5s;
  stroke-dashoffset: 0\0;
  stroke-dasharray: 0\0;
}
.banner .pagination2 .list:nth-child(1).swiper-pagination-bullet-active button svg {
  animation-name: circ;
  animation-duration: 9.5s;
  stroke-dashoffset: 0\0;
  stroke-dasharray: 0\0;
}
.swiper-pagination {
  display: flex;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1rem;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}
.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: 0.5313rem;
  height: 0.5313rem;
  border: none;
  opacity: 1;
  background: rgba(35, 52, 56, 0.2);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.9375rem;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F39800;
  border: unset;
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: '';
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 1px solid #F39800;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.neibanner .neibanner_txt p {
  margin-top: 1rem;
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.425rem;
  text-align: center;
}
.neibanner .mbxdh {
  position: absolute;
  top: 5.3125rem;
}
.neibanner .mbxdh .ajhhsd {
  padding: 1.0625rem 0;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  opacity: 0.7;
}
.neibanner .mbxdh .ajhhsd a,
.neibanner .mbxdh .ajhhsd span {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.login-div {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
}
.login-div .tsxx {
  font-size: 0.875rem;
  color: red;
  margin-top: 0.25rem;
  line-height: 1.5em;
}
.login-div .tc-gong {
  width: 90%;
  max-height: 100%;
  max-width: 33.8125rem;
  background: #FFF;
  border-radius: 1.875rem;
  position: relative;
}
.login-div .tc-gong .bgfff {
  background-color: #fff;
  border-radius: 1.875rem;
}
.login-div .tc-gong::before {
  content: '';
  display: block;
  width: 100%;
  height: 50vh;
  border-radius: 1.875rem;
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: -1.1875rem;
}
.login-div .tc-gong .top {
  position: relative;
  width: 100%;
  height: 7.1875rem;
  z-index: 999;
}
.login-div .tc-gong .top .close1 {
  position: absolute;
  right: 3.1875rem;
  top: 2.4375rem;
  cursor: pointer;
}
.login-div .tc-gong .top .close1 i {
  font-size: 1.5rem;
  color: #333;
}
.login-div .tc-gong .top .logo {
  width: 9.8125rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 2.5rem;
}
.login-div .tc-gong .content {
  padding: 0 3.125rem 3.125rem;
  position: relative;
  z-index: 999;
  overflow-y: auto;
  max-height: 80vh;
}
.login-div .tc-gong .content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}
.login-div .tc-gong .content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.login-div .tc-gong .content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #8b8b8b;
}
.login-div .tc-gong .content .title_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-div .tc-gong .content .title_flex li {
  color: #2A2926;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding: 0 2.1875rem 0.3125rem;
  position: relative;
}
.login-div .tc-gong .content .title_flex li::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0.25rem;
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.login-div .tc-gong .content .title_flex li.active::before {
  width: 3.875rem;
}
.login-div .tc-gong .content .lgin-box {
  text-align: center;
  padding: 1.5rem 0 0.2rem;
}
.login-div .tc-gong .content .lgin-box a.login {
  display: block;
  font-size: 0;
  width: 212px/541px * 100%;
  margin: 0 auto;
}
.login-div .tc-gong .content .lgin-box a.login img {
  width: 100%;
}
.login-div .tc-gong .content .lgin-box p {
  color: #A4A4A4;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .lgin-box p {
    font-size: 1.25rem;
  }
}
.login-div .tc-gong .content .msg-svt {
  padding: 0 66px/541px * 100%;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt {
    padding: 0;
  }
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk {
  overflow: hidden;
  margin-top: 1.25rem;
  border-radius: 1.7188rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  height: 3.4375rem;
  padding: 0 1.875rem;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk .wejxa1 {
  width: 5.625rem;
  text-align: left;
  line-height: 3.125rem;
  padding-left: 0.45rem;
  font-size: 1rem;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk input {
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.4375rem;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk:has(input:focus) {
  border-color: #F39800;
}
.login-div .tc-gong .content .msg-svt .inp_radio {
  padding-top: 1.25rem;
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
}
.login-div .tc-gong .content .msg-svt .inp_radio .flex_top {
  display: flex;
  justify-content: space-between;
  padding-left: 1.875rem;
}
.login-div .tc-gong .content .msg-svt .inp_radio .radio_box {
  flex: 1;
}
.login-div .tc-gong .content .msg-svt .inp_radio label {
  margin-right: 1.25rem;
}
.login-div .tc-gong .content .msg-svt .inp_radio label input {
  margin-right: 0.625rem;
}
.login-div .tc-gong .content .msg-svt .checkbox {
  margin-top: 0.625rem;
  color: #868686;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 214.286% */
}
.login-div .tc-gong .content .msg-svt .checkbox a {
  color: #F39800;
  text-decoration: underline;
}
.login-div .tc-gong .content .msg-svt a.wjmm {
  display: block;
  text-align: right;
  color: #848484;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt a.wjmm {
    padding: 0.75rem 0;
  }
}
.login-div .tc-gong .content .msg-svt .inp-boxta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box {
  width: 100%;
  display: flex;
  border-radius: 1.7188rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 0 1.875rem;
  height: 3.4375rem;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .inps {
  width: 65%;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .inps input {
  border: none;
  border-radius: inherit;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .code-btn {
  width: 35%;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .code-btn button {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.4375rem;
  border: unset;
  width: 100%;
  text-align: right;
  background-color: unset;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box:has(input:focus) {
  border-color: #F39800;
}
.login-div .tc-gong .content .msg-svt2 {
  padding: 1rem 66px/541px * 100% 2rem;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt2 {
    padding: 0m;
  }
}
.login-div .tc-gong .content .tj-btnys {
  text-align: center;
}
.login-div .tc-gong .content .tj-btnys button {
  border-radius: 1.875rem;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  padding: 0.75rem 0;
  width: 10.25rem;
  border: unset;
  color: #fff;
  font-size: 1.125rem;
  margin: 1.5625rem auto 0;
  border: 1px solid transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .tj-btnys button {
    font-size: 1.35rem;
    line-height: 1.5;
  }
}
.login-div .tc-gong .content .tj-btnys button:hover {
  background: unset;
  border: 1px solid #FCCD00;
  color: #F39800;
}
.login-div .tc-gong .content .wjmm_box {
  margin-top: 1.4375rem;
}
.login-div .tc-gong .content .wjmm_box a {
  color: #868686;
  font-size: 1rem;
  font-weight: 400;
}
.news_box .swipernews {
  overflow: hidden;
}
.news_box .swipernews .news_new_box {
  border-radius: 20px;
  border: 1px solid #EFEFEF;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
}
.news_box .swipernews .news_new_box .left {
  width: 50%;
}
.news_box .swipernews .news_new_box .left .img {
  width: 100%;
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over {
  width: 100%;
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 50%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 3.375rem 3.625rem 4.375rem;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  margin-top: 0.5rem;
  color: #616663;
  text-align: justify;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.news_box .swipernews .news_new_box .right .newstxt .p {
  color: #656565;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  margin-top: 1.375rem;
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: #F39800;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.news_box .swipernews .swiper-pagination {
  justify-content: end;
  bottom: 4.6875rem;
  padding-right: 3.125rem;
}
.yyhy_content .yyhy_con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.yyhy_content .yyhy_con .yyhy_item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.yyhy_content .yyhy_con .yyhy_item a {
  position: relative;
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  height: 50%;
  padding: 2.1875rem 1.6875rem 2.5rem 2rem;
  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 h3 {
  color: #616663;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  min-height: 3.75rem;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: #656565;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  margin-top: 0.75rem;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: #F39800;
  text-align: justify;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 0.5rem;
}
.yyhy_content .yyhy_con .yyhy_item .text .more {
  width: 2.6875rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover::before {
  opacity: 1;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text .time,
.yyhy_content .yyhy_con .yyhy_item:hover .text h3,
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #fff;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text .more img {
  filter: brightness(0) invert(1);
}
.news_show_box {
  position: relative;
  background: #F9F9F9;
}
.news_show_box .news_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_show_box .left {
  flex: 1;
  padding-left: var(--container);
  padding-right: 5.3125rem;
  padding-top: 5.875rem;
  padding-bottom: 5.875rem;
  background-color: #fff;
}
.news_show_box .left .content {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 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 p {
  color: #636161;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.news_show_box .right {
  width: 37.5%;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  padding-right: var(--container);
  padding-left: 4.375rem;
  position: sticky;
  top: 5.3125rem;
  height: 100%;
}
.news_show_box .right .title h3 {
  color: #555;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.news_show_box .right ul li {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 1.375rem;
}
.news_show_box .right ul li .img {
  display: none;
  border-radius: 1.25rem;
  overflow: hidden;
}
.news_show_box .right ul li h3 {
  color: #555;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}
.news_show_box .right ul li .p1 {
  color: #858585;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.6875rem;
}
.news_show_box .right ul li:nth-child(1) .img {
  display: block;
  width: 100%;
  height: 18.75rem;
}
.news_show_box .right ul li:nth-child(1) .img .over {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.news_show_box .right ul li:nth-child(1) .img .over img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 0.8125rem;
}
.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: #F39800;
}
.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}
.news_show_box .right ul li.nextpage {
  padding-top: 2.6875rem;
}
.news_show_box .right ul li.nextpage .tit span {
  color: #FEA735;
  font-size: 1.5rem;
  font-weight: 400;
}
.news_show_box .right ul li.nextpage .tit i {
  font-size: 1rem;
  color: #F39800;
}
.news_show_box .right ul li.nextpage a {
  color: #555;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.6875rem;
}
.news_show_box .right ul li.nextpage .time {
  color: #858585;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.all_title {
  position: relative;
  display: inline-block;
}
.all_title h3 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
}
.all_title img {
  width: 11.25rem;
  margin-top: 0.75rem;
}
.all_title p {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  top: 3.4375rem;
  left: 0;
  text-align: right;
}
.all_title.black h3,
.all_title.black p {
  color: #2A2926;
}
.list_channel_box {
  width: 100%;
  margin-top: -4.375rem;
  position: relative;
  z-index: 99;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_channel_box.fixed {
  position: sticky;
  top: 5.625rem;
}
.list_channel_box .list_channel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(26, 26, 26, 0.9);
  height: 4.375rem;
}
.list_channel_box .list_channel .list_channel_li {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_channel_box .list_channel .list_channel_li a {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 4.375rem;
}
.list_channel_box .list_channel .list_channel_li.active,
.list_channel_box .list_channel .list_channel_li:hover {
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%);
  height: 4.375rem;
  border-right: unset;
}
.all_more {
  display: inline-block;
  border: none;
  width: 10.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  color: #2A2926;
  font-size: 1rem;
  position: relative;
  z-index: 9;
  border-radius: 3.75rem;
}
.all_more.white {
  color: #fff;
}
.all_more.main {
  color: #F39800;
}
.all_more::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../img/8394cbfd516d4a0fd4f2a23eef2100b7.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
}
.all_more::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
  z-index: -1;
}
.all_more:hover,
.all_more.active {
  cursor: pointer;
  color: #fff;
}
.all_more:hover::before,
.all_more.active::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.all_more:hover::after,
.all_more.active::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.all_more2 {
  display: inline-block;
  border: none;
  width: 10.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 9;
  border-radius: 3.75rem;
}
.all_more2::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
  z-index: -1;
}
.all_more2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-image: url(../img/8394cbfd516d4a0fd4f2a23eef2100b7.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
}
.all_more2:hover,
.all_more2.active {
  cursor: pointer;
  color: #F39800;
}
.all_more2:hover::before,
.all_more2.active::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.all_more2:hover::after,
.all_more2.active::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.all_more3 {
  display: inline-block;
  border: none;
  width: 10.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 9;
  border-radius: 3.75rem;
}
.all_more3.white {
  color: #fff;
}
.all_more3.main {
  color: #F39800;
}
.all_more3::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
}
.all_more3::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: #fff;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
  z-index: -1;
}
.all_more3:hover,
.all_more3.active {
  cursor: pointer;
  color: #F39800;
}
.all_more3:hover::before,
.all_more3.active::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.all_more3:hover::after,
.all_more3.active::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.list_product {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: cover;
}
.list_product .row {
  align-items: center;
}
.list_product .row .left {
  padding-right: 3.125rem;
}
.list_product .row .right {
  padding-left: 3.4375rem;
  padding-right: 10rem;
}
.list_product .row .right .text h3 {
  color: #2A2926;
  text-align: justify;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_product .row .right .text p {
  margin-top: 1.4375rem;
  color: #2A2926;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_product:nth-child(even) {
  background-image: unset !important;
}
.show_product_one {
  padding-top: 5.25rem;
  padding-bottom: 7.8125rem;
  background-size: cover;
}
.show_product_one .left {
  width: 45%;
}
.show_product_one .left .title h3 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
}
.show_product_one .left .title h3 span {
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 3.125rem;
  font-weight: 700;
}
.show_product_one .left .title p {
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.425rem;
}
.show_product_one .right {
  width: 55%;
  position: relative;
  padding-top: 2.5rem;
}
.show_product_one .right .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_product_one .right .swiper_showpro {
  overflow: hidden;
  position: relative;
  width: 83%;
}
.show_product_one .right .right_swiper {
  width: 17%;
  position: relative;
}
.show_product_one .right .swiper_showtab {
  overflow: hidden;
  position: relative;
  height: 60vh;
}
.show_product_one .right .swiper_showtab .swiper-slide .over_bb {
  position: relative;
  padding: 0.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #fff;
}
.show_product_one .right .swiper_showtab .swiper-slide .over_bb::before {
  content: '';
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_one .right .swiper_showtab .swiper-slide .over_bb .over {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 1.25rem;
  border-radius: 1.25rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_one .right .swiper_showtab .swiper-slide-thumb-active .over_bb::before {
  opacity: 1;
}
.show_product_one .right .swiper-button-next,
.show_product_one .right .swiper-button-prev {
  background-color: unset;
  border: none;
}
.show_product_one .right .swiper-button-next i,
.show_product_one .right .swiper-button-prev i {
  font-size: 2.25rem;
  color: #fff;
}
.show_product_one .right .swiper-button-prev,
.show_product_one .right .swiper-container-rtl .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  top: -3.125rem;
  margin-top: 0;
}
.show_product_one .right .swiper-button-next,
.show_product_one .right .swiper-container-rtl .swiper-button-prev {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  bottom: -1rem;
  top: unset;
  margin-top: 0;
}
.img_bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.show_product_two {
  padding-top: 7.9375rem;
}
.show_product_two .content .cptd_box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/cptd.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5.375rem;
  height: 6.25rem;
  margin: 0 auto;
}
.show_product_two .content .cptd_box .icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.show_product_two .content .cptd_box .text {
  padding-top: 0.9375rem;
}
.show_product_two .content .cptd_box .text h3 {
  color: #2A2926;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.show_product_two .content .cptd_box .text p {
  margin-top: 0.9375rem;
  color: #717171;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
@keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.show_product_three {
  padding-bottom: 5.125rem;
}
.show_product_three .content .tit {
  color: #575757;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.show_product_three .content p {
  color: #717171;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.show_product_three .content h3 {
  color: #F39800;
  font-size: 1.25rem;
  font-weight: 700;
}
.show_product_three .content .text_row {
  display: table;
}
.show_product_three .content .text_row .text_box {
  display: table-cell;
  vertical-align: middle;
}
.show_product_three .content .text_row .text_box p:not(:first-child) {
  margin-top: 10%;
}
.show_product_three .content .img_box {
  width: 70%;
  margin: 0 auto;
}
.show_product_three .content .pro_jieshao {
  position: relative;
}
.show_product_three .content .pro_jieshao .img {
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.show_product_three .content .pro_jieshao ul li {
  position: absolute;
}
.show_product_three .content .pro_jieshao ul li.flex {
  display: inline-flex;
  flex-wrap: nowrap;
}
.show_product_three .content .pro_jieshao ul li .yuan {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #EA652D;
  position: relative;
}
.show_product_three .content .pro_jieshao ul li .yuan::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(234, 101, 45, 0.6);
  transform: scale(3.2);
  animation: boderM 3s 1s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.show_product_three .content .pro_jieshao ul li .yuan::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(234, 101, 45, 0.6);
  transform: scale(3.2);
  animation: boderM 3s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.show_product_three .content .pro_jieshao ul li .text {
  color: #6D6D6D;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.375rem 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid #B8B8B8;
  background: #FFF;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_three .content .pro_jieshao ul li.active .text,
.show_product_three .content .pro_jieshao ul li:hover .text {
  border: none;
  color: #fff;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%), #FFF;
}
.show_product_three .content .grid_bb {
  padding: 1.25rem;
  height: 100%;
}
.show_product_three .content .grid_item {
  min-height: 13.125rem;
  max-height: 19.0625rem;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 2.625rem 1.5rem 2.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_three .content .grid_item:nth-child(4) {
  grid-column: 2;
}
.show_product_three .content .grid_item:nth-child(5) {
  grid-column: 3;
}
.show_product_three .content .grid_item h3 {
  color: #F39800;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.show_product_three .content .grid_item p {
  color: #717171;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  position: relative;
  padding-left: 1.6875rem;
}
.show_product_three .content .grid_item p::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #717171;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
}
.show_product_three .content .grid_item p span {
  color: #F39800;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.show_product_three .content .grid_item:hover,
.show_product_three .content .grid_bb.active .grid_item{
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.show_product_three .content .grid_item:hover h3,
.show_product_three .content .grid_bb.active .grid_item h3,
.show_product_three .content .grid_item:hover p span,
.show_product_three .content .grid_bb.active .grid_iteme p span,
.show_product_three .content .grid_item:hover p,
.show_product_three .content .grid_bb.active .grid_item p {
  color: #fff;
}
.show_product_three .content .grid_item:hover p::before,
.show_product_three .content .grid_bb.active .grid_item p::before {
  background-color: #fff;
}
.show_product_four {
  padding-bottom: 8.75rem;
}
.show_product_four .content p {
  color: #717171;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.show_product_four .content .m_show {
  display: none;
}
.show_product_six .content .table_box {
  width: 100%;
  overflow-x: auto;
}
.show_product_six .content .table_box h3 {
  color: #F39800;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.show_product_six .content .table_box table {
  width: 100%;
}
.show_product_six .content .table_box table tr:nth-child(1) {
  border-bottom: 2px solid #F39800;
}
.show_product_six .content .table_box table tr:nth-child(1) td {
  border: none;
  color: #F39800;
  font-size: 1.125rem;
  font-weight: 500;
}
.show_product_six .content .table_box table tr td {
  color: #2A2926;
  font-size: 1rem;
  font-weight: 400;
  border-left: none;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
.show_product_six .content .table_box table tr:nth-last-child(1) {
  border-bottom: 1px solid #DADADA;
}
.show_product_six .content .table_box table tr:nth-child(even) {
  background: #FAFAFA;
}
.show_product_six .content .table_noline {
  width: 100%;
}
.show_product_six .content .table_noline table {
  width: 100%;
}
.show_product_six .content .table_noline table tr {
  border: none;
}
.show_product_six .content .table_noline table tr td {
  border: none;
  padding: 0 !important;
  min-width: 6.25rem;
}
.show_product_six .content .table_noline table tr td h3 {
  color: #F39800;
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
}
.show_product_six .content .table_noline table tr td p {
  font-size: 1.125rem;
  line-height: 1.5;
}
.show_product_video .content .swiper_provideo {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 3.625rem;
}
.show_product_video .content .swiper_provideo .swiper-slide {
  padding: 0 1.25rem;
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .video_bg {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1.25rem;
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .video_bg .txt {
  z-index: 9;
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .video_bg .txt .icon {
  cursor: pointer;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .video_bg.playing video {
  display: block;
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .video_bg.playing .img,
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .video_bg.playing .txt .icon {
  display: none;
  pointer-events: none;
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .text {
  padding-top: 1.1875rem;
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .text h3 {
  color: #F39800;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.show_product_video .content .swiper_provideo .swiper-slide .slide_video .text p {
  margin-top: 0.375rem;
  color: #656565;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.show_product_video .content .swiper_provideo .swiper-pagination {
  justify-content: center;
}
.show_product_application .content .row {
  margin-bottom: 2.8125rem;
  align-items: center;
}
.show_product_application .content .row .left {
  padding-right: 1.5625rem;
}
.show_product_application .content .row .left .over {
  border-radius: 1.25rem;
}
.show_product_application .content .row .right {
  padding-left: 1.5625rem;
}
.show_product_application .content .row .right .text h3 {
  color: #F39800;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.show_product_application .content .row .right .text p {
  margin-top: 0.75rem;
  margin-bottom: 1.0625rem;
  color: #656565;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  /* 168.75% */
}
.show_product_application .content .row:nth-child(even) .right {
  order: 1;
  padding-left: 15px;
  padding-right: 1.5625rem;
}
.show_product_application .content .row:nth-child(even) .left {
  order: 2;
  padding-right: 0.9375rem;
  padding-left: 1.5625rem;
}
.show_product_xghc .content .swiper_xghc {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 3.75rem;
}
.show_product_xghc .content .swiper_xghc .swiper-slide {
  padding: 0 1.25rem;
}
.show_product_xghc .content .swiper_xghc .swiper-slide .slide_xghc {
  border-radius: 1.25rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 2.0625rem 1.8rem 3.3125rem;
}
.show_product_xghc .content .swiper_xghc .swiper-slide .slide_xghc .text {
  border-top: 1px solid #D9D9D9;
  padding-top: 1.4375rem;
}
.show_product_xghc .content .swiper_xghc .swiper-slide .slide_xghc .text h3 {
  color: #F39800;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product_xghc .content .swiper_xghc .swiper-slide .slide_xghc .text p {
  margin-top: 0.75rem;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.show_product_xghc .content .swiper_xghc .swiper-pagination {
  justify-content: center;
}
.list_message {
  background-image: url(../img/messagebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.5625rem;
  padding-bottom: 10.375rem;
}
.list_message .content .lx-cont2 .msg-a1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.list_message .content .lx-cont2 .msg-a1 .inpt {
  position: relative;
}
.list_message .content .lx-cont2 .msg-a1 .inpt input {
  padding-left: 1.25rem;
  width: 100%;
  height: 3.4375rem;
  border-radius: 1.7188rem;
  background: #FFF;
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
}
.list_message .content .lx-cont2 .msg-a1 .inpt .city-picker-span {
  width: 100% !important;
  border-bottom: none;
  border-radius: 1.7188rem;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
.list_message .content .lx-cont2 .msg-a1 .inpt .city-picker-span > .placeholder {
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 1.25rem;
}
.list_message .content .lx-cont2 .msg-a3 {
  margin-top: 1.4375rem;
}
.list_message .content .lx-cont2 .msg-a3 .inpt {
  width: 100%;
}
.list_message .content .lx-cont2 .msg-a3 .inpt textarea {
  border: none;
  width: 100%;
  border-radius: 1.7188rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.8125rem 2.125rem;
  color: #575859;
  font-size: 1rem;
}
.list_message .content .lx-cont2 .yazm {
  margin-top: 1.5625rem;
}
.list_message .content .lx-cont2 .yazm input {
  width: 20.3125rem;
  height: 3.4375rem;
  border-radius: 1.7188rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding-left: 1.25rem;
}
.list_message .content .lx-cont2 .yazm img {
  margin-left: 1.875rem;
  border-radius: 1.7188rem;
}
.list_message .content .lx-cont2 .checkbox {
  margin-top: 2.1875rem;
  display: flex;
  align-items: center;
}
.list_message .content .lx-cont2 .checkbox input {
  width: 1.5625rem;
  height: 1.5625rem;
}
.list_message .content .lx-cont2 .checkbox span {
  color: #868686;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.6875rem;
}
.list_message .content .lx-cont2 .checkbox span a {
  color: #868686;
}
.list_message .content .lx-cont2 .div_aghgha button {
  display: inline-block;
  border: none;
  width: 10.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 9;
  border-radius: 3.75rem;
  background-color: transparent;
}
.list_message .content .lx-cont2 .div_aghgha button::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
  z-index: -1;
}
.list_message .content .lx-cont2 .div_aghgha button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-image: url(../img/8394cbfd516d4a0fd4f2a23eef2100b7.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
}
.list_message .content .lx-cont2 .div_aghgha button:hover {
  cursor: pointer;
  color: #F39800;
}
.list_message .content .lx-cont2 .div_aghgha button:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.list_message .content .lx-cont2 .div_aghgha button:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.all_bg_img {
  background-image: url(../img/ytbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.list_contact_one .content .left {
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid #B9B9B9;
}
.list_contact_one .content .left .title {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_contact_one .content .left ul li {
  margin-top: 0.875rem;
}
.list_contact_one .content .left ul li .icon {
  width: 1.875rem;
}
.list_contact_one .content .left ul li .icon i {
  font-size: 1.875rem;
  color: #F39800;
}
.list_contact_one .content .left ul li:nth-child(1) {
  margin-top: 2.25rem;
}
.list_contact_one .content .left ul li .text {
  flex: 1;
  padding-left: 1.6875rem;
}
.list_contact_one .content .left ul li.tel .text a {
  color: #F39800;
  font-family: Inter;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.list_contact_one .content .left ul li.tel .text p {
  color: #2A2926;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_contact_one .content .left ul li.email .text a {
  color: #000;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_contact_one .content .left .ewm_box {
  display: flex;
  align-items: center;
  padding-left: 3.5rem;
  margin-top: 1.5625rem;
}
.list_contact_one .content .left .ewm_box .ewm .img {
  width: 7.4375rem;
  height: 7.4375rem;
}
.list_contact_one .content .left .ewm_box .ewm:nth-child(1) {
  margin-right: 1.375rem;
}
.list_contact_one .content .left .ewm_box .ewm .text {
  color: #2A2926;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.list_contact_one .content .right {
  padding-left: 7.8125rem;
}
.list_contact_one .content .right ul li:not(:nth-last-child(1)) {
  margin-bottom: 2.375rem;
}
.list_contact_one .content .right ul li .icon {
  background-image: url(../img/liubg.png);
  width: 5.375rem;
  height: 6.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact_one .content .right ul li .icon img {
  width: 2.375remz;
}
.list_contact_one .content .right ul li .text {
  flex: 1;
  padding-left: 1.875rem;
}
.list_contact_one .content .right ul li .text p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_contact_one .content .right ul li .text h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}
@keyframes breathe-glow {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(236, 118, 45, 0.7);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(236, 118, 45, 0);
  }
}
.list_contact_two {
  padding-bottom: 6.25rem;
  position: relative;
}
.list_contact_two .all_title img {
  width: 20rem;
}
.list_contact_two .tuli {
  position: absolute;
  top: 50%;
  right: 20%;
}
.list_contact_two .tuli .tuli_i {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  margin: 0.625rem 0;
  display: flex;
  align-items: center;
}
.list_contact_two .tuli .tuli_i .ii {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.list_contact_two .tuli .tuli_i .ii i {
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #F39800;
  margin: 0 auto;
}
.list_contact_two .tuli .tuli_i i {
  font-size: 1.25rem;
  color: #F39800;
}
.list_contact_two .content {
  width: 80%;
  margin: 3.125rem auto 0;
  position: relative;
}
.list_contact_two .content ul li {
  position: absolute;
}
.list_contact_two .content ul li:hover p,
.list_contact_two .content ul li.active p {
  display: block;
}
.list_contact_two .content ul li:hover:nth-child(1) .text,
.list_contact_two .content ul li.active:nth-child(1) .text,
.list_contact_two .content ul li:hover:nth-child(2) .text,
.list_contact_two .content ul li.active:nth-child(2) .text,
.list_contact_two .content ul li:hover:nth-child(3) .text,
.list_contact_two .content ul li.active:nth-child(3) .text {
  top: -1.25rem;
}
.list_contact_two .content ul li .dian {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #F39800;
  animation: breathe-glow 2s ease-in-out infinite;
}
.list_contact_two .content ul li .dian i {
  font-size: 1.5rem;
  color: #000;
}
.list_contact_two .content ul li .text {
  position: absolute;
  left: 1.25rem;
  top: -0.625rem;
  width: 200px;
  display: flex;
  align-items: center;
}
.list_contact_two .content ul li i {
  color: #F39800;
  font-size: 1rem;
}
.list_contact_two .content ul li p {
  padding-left: 0.625rem;
  font-size: 1rem;
  color: #F39800;
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two .content ul li p span {
  color: #000;
  font-weight: 400;
}
.list_contact_two .content ul li:nth-child(1) {
  top: 64%;
  left: 72%;
}
.list_contact_two .content ul li:nth-child(2) {
  top: 47%;
  left: 64%;
}
.list_contact_two .content ul li:nth-child(3) {
  top: 42%;
  left: 62.5%;
}
.list_contact_two .content ul li:nth-child(4) {
  top: 52%;
  left: 65%;
}
.list_contact_two .content ul li:nth-child(5) {
  top: 50%;
  left: 56%;
}
.list_contact_two .content ul li:nth-child(6) {
  top: 78%;
  left: 67%;
}
.list_contact_two .content ul li:nth-child(7) {
  top: 85%;
  left: 59%;
}
.list_contact_two .content ul li:nth-child(8) {
  top: 66%;
  left: 43%;
}
.list_contact_two .content ul li:nth-child(9) {
  top: 52%;
  left: 44%;
}
.list_contact_two .content ul li:nth-child(10) {
  top: 56%;
  left: 52%;
}
.list_contact_two .content ul li:nth-child(11) {
  top: 77%;
  left: 47%;
}
.list_contact_two .content ul li:nth-child(12) {
  top: 76%;
  left: 56%;
}
.list_contact_two .content ul li:nth-child(13) {
  top: 76%;
  left: 63%;
}
.list_contact_two .content ul li:nth-child(14) {
  top: 63%;
  left: 65%;
}
.list_contact_two .content ul li:nth-child(15) {
  top: 80%;
  left: 68%;
}
.list_contact_two .content ul li:nth-child(16) {
  top: 83%;
  left: 38%;
}
.list_contact_two .content ul li:nth-child(17) {
  top: 96%;
  left: 53%;
}
.list_contact_two .content ul li:nth-child(18) {
  top: 44%;
  left: 64.5%;
}
.list_contact_two .content ul li:nth-child(19) {
  top: 31%;
  left: 76.5%;
}
.list_contact_two .content ul li:nth-child(20) {
  top: 68%;
  left: 70.5%;
}
.list_contact_two .content ul li:nth-child(21) {
  top: 37%;
  left: 71.5%;
}
.list_contact_two .content ul li:nth-child(22) {
  top: 34%;
  left: 58.5%;
}
.list_contact_two .content ul li:nth-child(23) {
  top: 25%;
  left: 75.5%;
}
.list_contact_two .content ul li:nth-child(24) {
  top: 45%;
  left: 61.5%;
}
.list_contact_two .content ul li:nth-child(25) {
  top: 30%;
  left: 18.5%;
}
.list_join_one {
  padding-top: 17.5rem;
}
.list_join_one .content {
  position: relative;
}
.list_join_one .content .img {
  width: 45%;
  margin: 0 auto;
  position: relative;
}
.list_join_one .content .img .tit {
  color: #FFF;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.list_join_one .content ul li {
  position: absolute;
}
.list_join_one .content ul li h3 {
  color: #616663;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}
.list_join_one .content ul li p {
  margin-top: 0.625rem;
  color: #656565;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_join_one .content ul li:nth-child(1) {
  top: 60%;
}
.list_join_one .content ul li:nth-child(2) {
  top: 10%;
  left: 12%;
}
.list_join_one .content ul li:nth-child(3) {
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
}
.list_join_one .content ul li:nth-child(3) h3,
.list_join_one .content ul li:nth-child(3) p {
  text-align: center;
}
.list_join_one .content ul li:nth-child(4) {
  top: 9%;
  left: 65%;
}
.list_join_one .content ul li:nth-child(4) h3,
.list_join_one .content ul li:nth-child(4) p {
  text-align: left;
}
.list_join_one .content ul li:nth-child(5) {
  top: 60%;
  left: 75%;
}
.list_join_one .content ul li:nth-child(5) h3,
.list_join_one .content ul li:nth-child(5) p {
  text-align: left;
}
.list_join_two {
  padding-top: 11.875rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 10rem;
}
.list_join_two .content .text {
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
.list_join_two .content .line {
  width: 1px;
  height: 7.1875rem;
  background-color: #F39800;
  margin: 0.875rem auto 1.8125rem;
}
.list_join_two .content .logo {
  width: 13.4375rem;
  margin: 0 auto;
}
.list_join_three .join_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.9375rem;
}
.list_join_three .join_flex .left {
  width: 56%;
}
.list_join_three .join_flex .left .over {
  border-radius: 1.875rem;
}
.list_join_three .join_flex .right {
  width: 44%;
  padding-left: 5.625rem;
}
.list_join_three .join_flex .right .text h3 {
  color: #F39800;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.list_join_three .join_flex .right .text p {
  color: #555;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.list_join_three .join_flex:nth-child(even) .left {
  order: 2;
}
.list_join_three .join_flex:nth-child(even) .right {
  order: 1;
  padding-left: 0;
  padding-right: 5.625rem;
}
.list_join_four {
  background-image: url(../img/flbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.list_join_four .content .fl_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.625rem;
}
.list_join_four .content .fl_box .fl_item .icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
.list_join_four .content .fl_box .fl_item .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_four .content .fl_box .fl_item .text {
  margin-top: 1.25rem;
  color: #323232;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: center;
}
.list_join_four .content .fl_box .fl_item:hover .icon img {
  transform: rotateY(180deg);
}
.list_join_four .content .text {
  color: #5C5C5C;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
}
.list_join_six .content .swiper_whhd {
  position: relative;
  padding-bottom: 4.6875rem;
}
.list_join_six .content .swiper_whhd .swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_join_six .content .swiper_whhd .swiper-slide .whhd_box .over {
  border-radius: 1.25rem;
}
.list_join_six .content .swiper_whhd .swiper-pagination {
  justify-content: center;
}
.list_join_seven {
  padding-bottom: 8rem;
  background-image: url('../img/zwbg.jpg');
  background-size: cover;
}
.list_join_seven .content {
  position: relative;
}
.list_join_seven .content .swiper_con {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}
.list_join_seven .content .swiper_con.active {
  position: relative;
  opacity: 1;
}
.list_join_seven .content .swiper_join,
.list_join_seven .content .swiper_join1,
.list_join_seven .content .swiper_join2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 -0.9375rem;
  padding-bottom: 5rem;
}
.list_join_seven .content .swiper_join .swiper-slide,
.list_join_seven .content .swiper_join1 .swiper-slide,
.list_join_seven .content .swiper_join2 .swiper-slide {
  padding: 0.9375rem;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li {
  border-radius: 1.875rem;
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 2.75rem 3.75rem 2.5rem 4rem;
  position: relative;
  cursor: pointer;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .tag,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .tag,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3125rem 0.625rem;
  background: #FCCD00;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 0.3125rem;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .tag.active,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .tag.active,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .tag.active {
  background: #EA652D;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .tit,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .tit,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .tit {
  color: #616663;
  text-align: justify;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #E3E1E1;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .text,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .text,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .text {
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .text span,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .text span,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .text span {
  color: #656565;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .text span:nth-child(2),
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .text span:nth-child(2),
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .text span:nth-child(2) {
  width: 40%;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .more_btn,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .more_btn,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .more_btn {
  display: flex;
  align-items: center;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .more_btn span,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .more_btn span,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .more_btn span {
  color: #F39800;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-right: 0.625rem;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .more_btn i,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .more_btn i,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .more_btn i {
  display: inline-block;
  width: 2.4375rem;
  position: relative;
  transition: all 0.4s;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .more_btn i::before,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .more_btn i::before,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .more_btn i::before {
  content: '';
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #F39800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  transition: all 0.4s;
}
.list_join_seven .content .swiper_join .swiper-slide .join_li .more_btn:hover i,
.list_join_seven .content .swiper_join1 .swiper-slide .join_li .more_btn:hover i,
.list_join_seven .content .swiper_join2 .swiper-slide .join_li .more_btn:hover i {
  transform: translateX(0.625rem);
}
.list_join_seven .content .swiper_join .swiper-pagination,
.list_join_seven .content .swiper_join1 .swiper-pagination,
.list_join_seven .content .swiper_join2 .swiper-pagination {
  justify-content: center;
}
.join_pop {
  display: none;
  width: 70%;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.join_pop::before {
  content: '';
  display: block;
  width: 100%;
  height: 6rem;
  border-radius: 1.875rem;
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: -1.0625rem;
  left: 0;
  z-index: -1;
}
.join_pop > .carousel__button.is-close {
  color: #D8D8D8;
  top: 2.5rem;
  right: 2.5rem;
}
.join_pop .content {
  width: 100%;
  padding: 3.4375rem 3.4375rem 8.5625rem 4rem;
  position: relative;
  z-index: 1;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
}
.join_pop .content .title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join_pop .content .title .le {
  color: #F39800;
  text-align: justify;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.join_pop .content .title .ri {
  margin-top: 1.875rem;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.join_pop .content .title .ri span {
  margin-right: 2.5rem;
}
.join_pop .con .text {
  color: #636161;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.join_pop .con .text span {
  font-weight: 700;
  color: #F39800;
}
.join_pop .con .text p {
  margin-top: 0.3125rem;
  color: #9E9E9E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.join_pop .con .text_con h3 {
  position: relative;
  color: #636161;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 0.9375rem;
  padding-bottom: 0.5rem;
}
.join_pop .con .text_con h3::before {
  content: '';
  display: inline-block;
  width: 0.375rem;
  height: 1.4375rem;
  background-color: #F39800;
  position: absolute;
  left: 0;
  top: 2px;
}
.join_pop .con .text_con p {
  color: #636161;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about_one {
  padding-bottom: 7.875rem;
}
.list_about_one .text {
  color: #555;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.list_about_one .grid_box {
  padding-top: 8.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.75rem;
}
.list_about_one .grid_box .grid_item .icon {
  width: 5.375rem;
  height: 6.25rem;
  background-image: url(../img/liubg.png);
  background-size: contain;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about_one .grid_box .grid_item .icon img {
  width: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_one .grid_box .grid_item .text {
  margin-top: 2.1875rem;
}
.list_about_one .grid_box .grid_item .text h3 {
  color: #555;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.list_about_one .grid_box .grid_item .text p {
  color: #555;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-top: 0.375rem;
}
.list_about_one .grid_box .grid_item:hover .icon img {
  transform: rotateY(180deg);
}
.list_about_two .swiper_about {
  overflow: hidden;
  position: relative;
  padding-bottom: 4.6875rem;
  margin: 0 -0.625rem;
}
.list_about_two .swiper_about .swiper-slide {
  padding: 0 0.625rem;
  width: 38.5% !important;
}
.list_about_two .swiper_about .swiper-slide .about_box {
  position: relative;
}
.list_about_two .swiper_about .swiper-slide .about_box .over {
  border-radius: 1.875rem;
  overflow: hidden;
}
.list_about_two .swiper_about .swiper-slide .about_box .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 6rem;
  line-height: 6rem;
  border-radius: 0px 0px 0px 30px;
  background: linear-gradient(90deg, #040000 0%, rgba(4, 0, 0, 0) 100%);
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}
.list_about_two .swiper_about .swiper-slide.swiper-slide-active .text {
  background: linear-gradient(90deg, #F39800 0%, rgba(243, 152, 0, 0) 100%);
}
.list_about_two .swiper_about .swiper-pagination {
  justify-content: center;
}
.list_about_three {
  padding-bottom: 8.75rem;
}
.list_about_three .row {
  align-items: center;
}
.list_about_three .left {
  padding-right: 5.9375rem;
}
.list_about_three .left .tit {
  color: #555;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.list_about_three .left .desc {
  margin-top: 1.5625rem;
  color: #555;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.list_about_three .right .over {
  border-radius: 1.875rem;
}
.list_about_four {
  background-size: cover;
  padding-top: 14.375rem;
  padding-bottom: 4.375rem;
}
.list_about_four .content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
.list_about_four .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 23.4375rem;
  position: absolute;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.list_about_four .content::after {
  content: '';
  display: block;
  width: 100%;
  height: 5rem;
  border-radius: 1.875rem;
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: -0.5625rem;
}
.list_about_four .content .img {
  width: 36%;
  position: relative;
  z-index: 5;
  padding-left: 5.625rem;
}
.list_about_four .content .left {
  width: 64%;
  position: relative;
  z-index: 2;
  padding-right: 5.625rem;
  padding-bottom: 3.25rem;
}
.list_about_four .content .left .tit {
  position: relative;
}
.list_about_four .content .left .tit img {
  position: absolute;
  top: 0.3125rem;
  left: -6.25rem;
  z-index: -1;
}
.list_about_four .content .left .tit h3 {
  color: #FFF;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.2298rem;
}
.list_about_four .content .left .tit p {
  margin-top: 1rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2298rem;
}
.list_about_four .content .left .text {
  margin-top: 6.4375rem;
  color: #636161;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about_six {
  overflow: hidden;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.list_about_six .content {
  position: relative;
}
.list_about_six .content .swiper-pagination {
  justify-content: center;
}
.list_about_six .content::before {
  content: '';
  display: block;
  width: var(--container);
  height: 0.25rem;
  background-color: #F39800;
  position: absolute;
  top: 5rem;
  left: 0;
}
.list_about_six .content::after {
  content: '';
  display: block;
  width: var(--container);
  height: 0.25rem;
  background-color: #F39800;
  position: absolute;
  top: 5rem;
  right: 0;
}
.list_about_six .content .swiper_history {
  margin: 0 -1.875rem;
  position: relative;
  overflow: hidden;
}
.list_about_six .content .swiper_history .swiper-slide {
  padding: 0 1.25rem;
  position: relative;
}
.list_about_six .content .swiper_history .swiper-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #F39800;
  position: absolute;
  top: 5rem;
  left: 0;
}
.list_about_six .content .swiper_history .swiper-slide .history_box {
  position: relative;
}
.list_about_six .content .swiper_history .swiper-slide .history_box::before {
  content: '';
  display: block;
  width: 0%;
  height: 1.25rem;
  background-image: url(../img/line.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 57%;
  position: absolute;
  top: 4rem;
  left: -1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_six .content .swiper_history .swiper-slide .history_box .title {
  color: #000;
  font-family: Inter;
  font-size: 2.75rem;
  font-weight: 700;
}
.list_about_six .content .swiper_history .swiper-slide .history_box .desc {
  margin-top: 4.0625rem;
}
.list_about_six .content .swiper_history .swiper-slide .history_box .desc p {
  color: #2A2926;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  padding-left: 1.4375rem;
  position: relative;
}
.list_about_six .content .swiper_history .swiper-slide .history_box .desc p::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #F39800;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.list_about_six .content .swiper_history .swiper-slide.active::before {
  width: calc(100% - 6.9375rem);
  left: 6.9375rem;
}
.list_about_six .content .swiper_history .swiper-slide.active .history_box .title {
  color: #F39800;
}
.list_about_six .content .swiper_history .swiper-slide.active .history_box::before {
  width: 100%;
}
.list_about_six .content .swiper-button-next,
.list_about_six .content .swiper-button-prev {
  background: unset;
  border: unset;
  top: 24%;
  z-index: 99;
}
.list_about_six .content .swiper-button-next i,
.list_about_six .content .swiper-button-prev i {
  font-size: 2.5rem;
  color: #F39800;
  font-weight: 600;
}
.list_about_seven .bgimg .m_show {
  display: none;
}
.list_about_seven .content {
  width: 100%;
  position: absolute;
  top: 9.375rem;
}
.list_about_seven .content .text {
  width: 34%;
  color: #555;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.pc_show_767 {
  display: block;
}
.phone_show_767 {
  display: none;
}
@media (max-width: 767px) {
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
#ryzz {
  display: none;
  width: 80%;
  padding: 0;
  border-radius: 1.875rem;
  box-shadow: 0px 0px 1.9375rem 0px rgba(0, 0, 0, 0.05);
}
#ryzz .carousel__button.is-close {
  top: 2.5rem;
  right: 2.5rem;
  color: #000;
}
#ryzz .ryzz-cont1 {
  position: relative;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  overflow: hidden;
}
#ryzz .ryzz-cont1 u {
  display: block;
  font-size: 0;
}
#ryzz .ryzz-cont1 u img {
  width: 100%;
}
#ryzz .ryzz-cont1 .cont-p {
  position: absolute;
  left: 3.125rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33%;
  top: 50%;
}
#ryzz .ryzz-cont1 .cont-p .txt {
  color: #555555;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}
#ryzz .ryzz-cont2 {
  padding: 4.5rem 4.5625rem 6.625rem 3.4375rem;
  background: linear-gradient(39deg, rgba(252, 205, 0, 0.07) -32.54%, rgba(241, 148, 46, 0.07) 38.74%, rgba(234, 101, 45, 0.07) 78.63%, rgba(229, 53, 43, 0.07) 92.37%), #FFF;
}
#ryzz .ryzz-cont2 .asx-asxrt1 {
  border-radius: 5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ryzz .ryzz-cont2 .asx-asxrt1 li {
  margin: 0 0.625rem;
}
#ryzz .ryzz-cont2 .tabxa {
  display: none;
}
#ryzz .ryzz-cont2 .tabxa.active {
  display: block;
}
#ryzz .ryzz-cont2 .ryzz_list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.1875rem 2.1875rem;
}
#ryzz .ryzz-cont2 .ryzz_list1 li {
  position: relative;
}
#ryzz .ryzz-cont2 .ryzz_list1 li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/kuang.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#ryzz .ryzz-cont2 .ryzz_list1 li .img {
  padding: 1.25rem;
  position: relative;
  z-index: 2;
}
.list_about_eight {
  padding-top: 12.3125rem;
  padding-bottom: 8.5rem;
  background-image: url(../img/whbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.list_about_eight .left {
  width: 75%;
}
.list_about_eight .left .swiper_wenhua {
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
}
.list_about_eight .left .swiper_wenhua .wh_box {
  position: relative;
}
.list_about_eight .left .swiper_wenhua .wh_box .con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_about_eight .left .swiper_wenhua .wh_box .con .icon {
  width: 5.375rem;
  height: 5.375rem;
  margin: 0 auto;
}
.list_about_eight .left .swiper_wenhua .wh_box .con .text {
  padding-top: 6.25rem;
  padding-left: 6.25rem;
}
.list_about_eight .left .swiper_wenhua .wh_box .con .text h3 {
  color: #ee822d;
  font-size: 1.875rem;
  font-weight: 700;
}
.list_about_eight .left .swiper_wenhua .wh_box .con .text p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.list_about_eight .right {
  width: 25%;
  padding-left: 10rem;
}
.list_about_eight .right .wh_tab li {
  color: #8E8E8E;
  font-size: 1.25rem;
  font-weight: 400;
  padding-left: 2rem;
  position: relative;
}
.list_about_eight .right .wh_tab li:not(:last-child) {
  margin-bottom: 2.125rem;
}
.list_about_eight .right .wh_tab li::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #929292;
  position: absolute;
  left: 0;
  top: 0.8125rem;
}
.list_about_eight .right .wh_tab li.active,
.list_about_eight .right .wh_tab li:hover {
  color: #F39800;
}
.list_about_eight .right .wh_tab li.active::before,
.list_about_eight .right .wh_tab li:hover::before {
  background-color: #F39800;
}
.news_bg {
  background-image: url(../img/newsbg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.top_ban {
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), linear-gradient(180deg, rgba(229, 53, 43, 0.1) 0%, rgba(252, 205, 0, 0.05) 63.94%, rgba(255, 255, 255, 0) 100%);
  padding-top: 6.3125rem;
  padding-bottom: 6.75rem;
}
.top_ban .title h3 {
  margin-top: 3.4375rem;
  width: 65%;
  color: #FFF;
  font-size: 2.3125rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.top_ban .title .news_flex {
  display: flex;
  align-items: center;
}
.top_ban .title .news_flex .time {
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 1.25rem;
}
.top_ban .title .news_flex .p1 {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.top_ban .title .news_flex .social-share .social-share-icon {
  border: 1px solid #FFF;
  color: #fff;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  font-size: 1.125rem;
}
.list_yyzx {
  background-image: url(../img/yybg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 11.25rem;
  padding-bottom: 11.875rem;
}
.list_yyzx .content {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.list_yyzx .content .row {
  align-items: center;
}
.list_yyzx .content .left {
  padding: 4.375rem 4.375rem 5rem 5rem;
}
.list_yyzx .content .left p {
  color: #616663;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.75rem;
}
.list_yyzx .content .left h3 {
  color: #F39800;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.75rem;
}
.list_yyzx .content .right {
  padding: 0;
}
.list_yyzx_two {
  position: relative;
  padding-bottom: 6.125rem;
}
.list_yyzx_two .content {
  position: relative;
  padding-bottom: 7.0625rem;
}
.list_yyzx_two .content .img {
  width: 67%;
  margin: 0 auto;
}
.list_yyzx_two .content ul li {
  position: absolute;
  width: auto;
  display: flex;
  align-items: center;
}
.list_yyzx_two .content ul li .icon {
  width: 5.375rem;
  height: 6.25rem;
  background-image: url(../img/liubg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_yyzx_two .content ul li .icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.list_yyzx_two .content ul li .text {
  width: 18.75rem;
  text-align: justify;
}
.list_yyzx_two .content ul li .text h3 {
  font-family: "Noto Sans SC";
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  background: linear-gradient(32deg, #FCCD00 0%, #F1942E 63.39%, #EA652D 84.21%, #E5352B 94.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list_yyzx_two .content ul li .text .p1 {
  margin-top: 0.3125rem;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_yyzx_two .content ul li:nth-child(1) {
  bottom: 28%;
  left: -8%;
}
.list_yyzx_two .content ul li:nth-child(1) .text {
  order: 1;
}
.list_yyzx_two .content ul li:nth-child(1) .text .p1,
.list_yyzx_two .content ul li:nth-child(1) .text h3 {
  text-align: right;
}
.list_yyzx_two .content ul li:nth-child(1) .icon {
  order: 2;
  margin-left: 1.875rem;
}
.list_yyzx_two .content ul li:nth-child(2) {
  top: -2%;
  left: 6%;
}
.list_yyzx_two .content ul li:nth-child(2) .text {
  width: 20rem;
  order: 1;
}
.list_yyzx_two .content ul li:nth-child(2) .text .p1,
.list_yyzx_two .content ul li:nth-child(2) .text h3 {
  text-align: right;
}
.list_yyzx_two .content ul li:nth-child(2) .icon {
  order: 2;
  margin-left: 1.875rem;
}
.list_yyzx_two .content ul li:nth-child(3) {
  top: -4.5%;
  right: 8%;
}
.list_yyzx_two .content ul li:nth-child(3) .icon {
  margin-right: 1.875rem;
}
.list_yyzx_two .content ul li:nth-child(4) {
  bottom: 33%;
  right: -7%;
}
.list_yyzx_two .content ul li:nth-child(4) .icon {
  margin-right: 1.875rem;
}
.list_yyzx_two .content .text_float {
  position: fixed;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_yyzx_two .content .text_float.active {
  opacity: 1;
}
.list_yyzx_two .content .text_float .con {
  border-radius: 3.4375rem;
  height: 7.0625rem;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 7.3125rem;
  padding-right: 8.375rem;
}
.list_yyzx_two .content .text_float .con .left {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-right: 1.25rem;
}
.list_service_one {
  background-image: url(../img/yybg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
.list_service_one .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_service_one .content ul li {
  flex: 1;
  position: relative;
}
.list_service_one .content ul li:not(:last-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 75%;
  background-color: #CDCDCD;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}
.list_service_one .content ul li .top {
  font-family: Inter;
  font-size: 5rem;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(32deg, #FCCD00 0%, #F1942E 63.39%, #EA652D 84.21%, #E5352B 94.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.list_service_one .content ul li .top sub {
  background: linear-gradient(32deg, #FCCD00 0%, #F1942E 63.39%, #EA652D 84.21%, #E5352B 94.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.list_service_one .content ul li .bottom {
  color: #656565;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.list_service_two .all_title img {
  width: 14.875rem;
}
.list_service_two .content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9375rem 2.5rem;
}
.list_service_two .content ul li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  padding: 2.625rem 2.6875rem 3.5rem 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_two .content ul li .icon {
  width: 4rem;
  height: 4rem;
}
.list_service_two .content ul li .text {
  margin-top: 0.75rem;
}
.list_service_two .content ul li .text h3 {
  color: #616663;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_service_two .content ul li .text p {
  margin-top: 0.75rem;
  color: #656565;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_service_two .content ul li:hover {
  transform: translateY(-0.625rem);
}
.list_service_three .all_title img {
  width: 11.9375rem;
}
.list_service_three .content .row {
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
}
.list_service_three .content .row::before {
  content: '';
  display: block;
  width: 9.375rem;
  height: 7.6875rem;
  background-image: url(../img/liucheng.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.list_service_three .content .row .left {
  padding: 0;
}
.list_service_three .content .row .right {
  background-image: url(../img/morebg.jpg);
  background-size: cover;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service_three .content .row .right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9375rem 5.3125rem;
}
.list_service_three .content .row .right ul li {
  display: flex;
  align-items: center;
}
.list_service_three .content .row .right ul li .icon {
  width: 5.375rem;
  height: 6.25rem;
  background-image: url(../img/liubg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.1875rem;
}
.list_service_three .content .row .right ul li .icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.list_service_four .content {
  padding-bottom: 7.0625rem;
  position: relative;
}
.list_service_four .content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
  margin-bottom: 3.6875rem;
}
.list_service_four .content ul li {
  border-radius: 0.9375rem;
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  padding: 3.125rem 3.6875rem 3.1875rem 3.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_four .content ul li:hover {
  border: 1px solid #F39800;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
.list_service_four .content ul li .icon {
  width: 4rem;
  height: 4rem;
}
.list_service_four .content ul li .text {
  color: #2A2926;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.list_service_four .content ul li .i {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service_four .content ul li .i i {
  font-size: 1rem;
  color: #262626;
}
.list_service_four .content .text_float {
  position: fixed;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_four .content .text_float.active {
  opacity: 1;
}
.list_service_four .content .text_float .con {
  border-radius: 3.4375rem;
  height: 7.0625rem;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 7.3125rem;
  padding-right: 8.375rem;
}
.list_service_four .content .text_float .con .left {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-right: 1.25rem;
}
.list_wxjj_one .content {
  padding: 4.25rem 5.375rem 4.25rem 4.75rem;
  border-radius: 1.875rem;
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), #F79031;
}
.list_wxjj_one .content .row {
  align-items: center;
}
.list_wxjj_one .content .right {
  padding-left: 3.125rem;
}
.list_wxjj_one .content .left {
  padding-right: 5.625rem;
}
.list_wxjj_one .content .left .text h3 {
  color: #FFF;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.125rem;
}
.list_wxjj_one .content .left .text .p {
  margin-top: 1.25rem;
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_wxjj_two .conx {
  width: 50%;
  margin: 0 auto;
  height: 3.4375rem;
  background-color: #FFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 1.6875rem;
  overflow: hidden;
  position: relative;
}
.list_wxjj_two .conx input {
  width: 100%;
  padding-left: 2.625rem;
}
.list_wxjj_two .conx button {
  position: absolute;
  right: 1.5rem;
  border: none;
  background-color: #fff;
}
.list_wxjj_two .conx button i {
  font-size: 1.25rem;
  color: #F39800;
}
.list_wxjj_two .content .wx_top {
  border-bottom: 2px solid #FCCD00;
  background: #FFF;
  padding: 2.1875rem 3.375rem 2.1875rem 2.6875rem;
}
.list_wxjj_two .content .wx_top li {
  color: #F39800;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  width: 20%;
}
.list_wxjj_two .content .wx_top li:nth-child(1) {
  width: 45%;
}
.list_wxjj_two .content .wx_box .wx_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.1875rem 3.375rem 2.1875rem 2.6875rem;
}
.list_wxjj_two .content .wx_box .wx_item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.list_wxjj_two .content .wx_box .wx_item ul {
  border-bottom: 1px dashed #D5D5D5;
  padding-bottom: 1.5625rem;
}
.list_wxjj_two .content .wx_box .wx_item ul li {
  color: #222222;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 20%;
}
.list_wxjj_two .content .wx_box .wx_item ul li:nth-child(1) {
  width: 45%;
  text-align: left;
}
.list_wxjj_two .content .wx_box .wx_item .txt {
  padding-top: 1.375rem;
  color: #6D6D6D;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_wxjj_two .content .wx_box .wx_item:hover {
  background-color: #fff;
}
.wx_bg_img {
  background-image: url(../img/wxbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.list_fangan_one {
  background-image: url(../img/yybg.jpg);
  background-size: cover;
}
.ycas-sd {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
}
.ycas-sd .uansnr-a {
  width: 100%;
  height: 100%;
}
.ycas-sd .uansnr-a .dzb-v1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 30%;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-v1 {
    width: 90%;
  }
}
.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.ycas-sd .uansnr-a .dzb-v1 .jataxta {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  font-size: 1.25rem;
}
.ycas-sd .uansnr-a .dzb-v1 .title {
  font-size: 1.875rem;
  color: #F39800;
  padding-top: 2.5rem;
}
.ycas-sd .uansnr-a .dzb-v1 .dzb-a1 {
  margin-top: 1.875rem;
}
.ycas-sd .uansnr-a .dzb-v1 .dzb-a1 .fome-dzb .weha1 {
  padding: 0 6.875rem;
}
.ycas-sd .uansnr-a .dzb-v1 .dzb-a1 .fome-dzb .weha1 dl dd {
  width: 100%;
  margin-bottom: 1.25rem;
}
.ycas-sd .uansnr-a .dzb-v1 .dzb-a1 .fome-dzb .weha1 dl dd input {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 1.25rem;
}
.ycas-sd .uansnr-a .dzb-v1 .dzb-a1 .fome-dzb .bottom {
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.375rem 0;
}
.ycas-sd .uansnr-a .dzb-v1 .dzb-a1 .fome-dzb .bottom .more-msl {
  cursor: pointer;
  width: 10rem;
  height: 3.375rem;
  line-height: 3.375rem;
  border-radius: 1.75rem;
  background: #F39800;
  margin: 0 auto;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
}
.hidden {
  display: none;
}
.list_fangan_one .select_box {
  display: flex;
  align-items: center;
}
.list_fangan_one .select_box .left {
  width: 50%;
  padding-right: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.list_fangan_one .select_box .left .select_item {
  position: relative;
  height: 3.4375rem;
  border-radius: 1.75rem;
  background-color: #fff;
  padding: 0 2rem;
  overflow: hidden;
}
.list_fangan_one .select_box .left .select_item select,
.list_fangan_one .select_box .left .select_item input {
  width: 100%;
  height: 3.4375rem;
  border: none;
  color: #717171;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0.5rem;
}
.list_fangan_one .select_box .left .select_item button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: unset;
  z-index: 9;
}
.list_fangan_one .select_box .left .select_item button i {
  font-size: 1.375rem;
  color: #F39800;
}
.list_fangan_one .select_box .right {
  padding-left: 0.9375rem;
  width: 35%;
}
.list_fangan_one .select_box .right .conxx .input_box {
  position: relative;
  height: 3.4375rem;
  border-radius: 1.75rem;
  background-color: #fff;
  overflow: hidden;
}
.list_fangan_one .select_box .right .conxx .input_box select,
.list_fangan_one .select_box .right .conxx .input_box input {
  width: 100%;
  height: 3.4375rem;
  border: none;
  color: #717171;
  font-size: 1rem;
  padding: 0 4.5rem 0 2.5rem;
  font-weight: 400;
}
.list_fangan_one .select_box .right .conxx .input_box button {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: unset;
  z-index: 9;
}
.list_fangan_one .select_box .right .conxx .input_box button i {
  font-size: 1.375rem;
  color: #F39800;
}
.list_fangan_one .select_box .reset {
  width: 15%;
  display: flex;
  justify-content: end;
}
.list_fangan_one .select_box .reset .reset_btn {
  width: 80%;
  height: 3.4375rem;
  background-color: #F39800;
  border-radius: 1.75rem;
  text-align: center;
  line-height: 3.4375rem;
  color: #fff;
  font-size: 1.125rem;
  border: 1px solid #F39800;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_fangan_one .select_box .reset .reset_btn:hover {
  background-color: unset;
  color: #F39800;
}
.list_fangan_one .content {
  position: relative;
}
.list_fangan_one .content .swiper_yyfa {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.75rem;
  margin: 0 -1.25rem;
}
.list_fangan_one .content .swiper_yyfa .swiper-slide {
  padding: 0 1.25rem;
}
.list_fangan_one .content .swiper_yyfa .swiper-slide .yyfa_box .over {
  border-radius: 1.25rem;
  height: 20rem;
}
.list_fangan_one .content .swiper_yyfa .swiper-slide .yyfa_box .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_fangan_one .content .swiper_yyfa .swiper-slide .yyfa_box .text {
  margin-top: 0.9375rem;
  color: #2A2926;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_fangan_one .content .swiper_yyfa .swiper-pagination {
  justify-content: center;
}
.list_fangan_one .content .swiper-button-next,
.list_fangan_one .content .swiper-button-prev {
  border: none;
  margin-top: -4.375rem;
}
.list_fangan_one .content .swiper-button-next i,
.list_fangan_one .content .swiper-button-prev i {
  font-size: 5.3125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.list_fangan_three {
  background: #F9F9F9;
  padding-top: 5.625rem;
}
.list_fangan_three .swiper_wenji {
  position: relative;
  overflow: hidden;
  margin: 0 -0.9375rem;
  padding-bottom: 3.75rem;
}
.list_fangan_three .swiper_wenji .swiper-slide {
  padding: 0 0.9375rem;
}
.list_fangan_three .swiper_wenji .swiper-pagination {
  justify-content: center;
}
.list_fangan_three .swiper_wenji .wenji_box {
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 3.125rem 1.875rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_fangan_three .swiper_wenji .wenji_box .icon {
  width: 3.5313rem;
}
.list_fangan_three .swiper_wenji .wenji_box .yl {
  padding-left: 1.25rem;
}
.list_fangan_three .swiper_wenji .wenji_box .yl .text {
  color: #2A2926;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  min-height: 3.75rem;
}
.list_fangan_three .swiper_wenji .wenji_box .yl .a_flex {
  display: flex;
  align-items: center;
}
.list_fangan_three .swiper_wenji .wenji_box .yl u {
  display: block;
  width: 1.6875rem;
  height: 1.6875rem;
}
.list_fangan_three .swiper_wenji .wenji_box .yl span {
  color: #6D6D6D;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-left: 0.9375rem;
}
.list_fangan_three .swiper_wenji .wenji_box:hover {
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.list_fangan_three .swiper_wenji .wenji_box:hover .icon img {
  filter: brightness(0) invert(1);
}
.list_fangan_three .swiper_wenji .wenji_box:hover .yl .text {
  color: #fff;
}
.list_fangan_three .swiper_wenji .wenji_box:hover .yl i,
.list_fangan_three .swiper_wenji .wenji_box:hover .yl span {
  color: #fff;
}
.list_fangan_three .swiper_wenji .wenji_box:hover .yl u img {
  filter: brightness(0) invert(1);
}
.list_fangan_two {
  background: #F9F9F9;
}
.list_fangan_two .content .fangan_box {
  margin-bottom: 1.25rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  padding: 3.375rem 3.75rem 3.1875rem 2.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_fangan_two .content .fangan_box .left {
  display: flex;
  align-items: center;
}
.list_fangan_two .content .fangan_box .left .icon {
  width: 3.5313rem;
  margin-right: 3.125rem;
}
.list_fangan_two .content .fangan_box .left .tit h3 {
  color: #2A2926;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_fangan_two .content .fangan_box .left .tit p {
  color: #91908F;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_fangan_two .content .fangan_box .left .tit p span:nth-child(1) {
  margin-right: 2.5rem;
}
.list_fangan_two .content .fangan_box .right {
  display: flex;
  align-items: center;
}
.list_fangan_two .content .fangan_box .right i {
  font-size: 1.625rem;
  color: #6D6D6D;
  vertical-align: middle;
}
.list_fangan_two .content .fangan_box .right u {
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
}
.list_fangan_two .content .fangan_box .right span {
  color: #6D6D6D;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-left: 0.9375rem;
}
.list_fangan_two .content .fangan_box .right .down_btn {
  margin-left: 1.875rem;
}
.list_fangan_two .content .fangan_box:hover {
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.list_fangan_two .content .fangan_box:hover .left .icon img {
  filter: brightness(0) invert(1);
}
.list_fangan_two .content .fangan_box:hover .left .tit h3,
.list_fangan_two .content .fangan_box:hover .left .tit p {
  color: #fff;
}
.list_fangan_two .content .fangan_box:hover .right i,
.list_fangan_two .content .fangan_box:hover .right span {
  color: #fff;
}
.list_fangan_two .content .fangan_box:hover .right u img {
  filter: brightness(0) invert(1);
}
.bgimg_faq {
  background-image: url(../img/yybg.jpg);
  background-size: cover;
  padding-top: 6.25rem;
}
.list_faq_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 2.4375rem;
  padding-bottom: 2.1875rem;
  padding-left: 2.25rem;
  padding-right: 2.875rem;
}
.list_faq_box ul li .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.list_faq_box ul li .ii i {
  font-size: 1.25rem;
  color: #6D6D6D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_faq_box ul li .text {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.6875rem;
}
.list_faq_box ul li .text h3 {
  color: #2A2926;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  cursor: pointer;
}
.list_faq_box ul li .text .p {
  margin-top: 1.0625rem;
  color: #656565;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_faq_box ul li .text .bottom {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.list_faq_box ul li .text .bottom .down_btn a {
  display: flex;
  align-items: center;
}
.list_faq_box ul li .text .bottom u {
  display: inline-block;
  width: 1.6875rem;
}
.list_faq_box ul li .text .bottom span {
  color: #6D6D6D;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-left: 0.9375rem;
}
.list_faq_box ul li .text .bottom i {
  font-size: 1.6875rem;
  color: #6D6D6D;
  vertical-align: middle;
}
.list_faq_box ul li.active {
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
  border-bottom: none;
}
.list_download {
  background-color: unset;
}
.list_download .top_select {
  width: 75%;
  margin: 0 auto;
}
.list_download .top_select .select_le {
  width: 31%;
  height: 3.4375rem;
  border-radius: 1.75rem;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 0 1.0625rem;
  position: relative;
}
.list_download .top_select .select_le::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/selecticon.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.list_download .top_select .select_le select {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #717171;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
}
.list_download .top_select .select_ri {
  flex: 1;
  padding-left: 1.875rem;
  position: relative;
}
.list_download .top_select .select_ri input {
  width: 100%;
  height: 3.4375rem;
  border-radius: 1.75rem;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  padding-left: 3.125rem;
}
.list_download .top_select .select_ri button {
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: unset;
}
.list_download .top_select .select_ri button i {
  font-size: 1.25rem;
  color: #F39800;
}
.list_yantao .top_select .left {
  width: 50%;
  padding-right: 0.9375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.list_yantao .top_select .left .select_item {
  height: 3.4375rem;
  border-radius: 1.75rem;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
.list_yantao .top_select .left .select_item::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/selecticon.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.list_yantao .top_select .left .select_item select {
  padding: 0 1.0625rem;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #717171;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
}
.list_yantao .top_select .right {
  flex: 1;
  padding-left: 1.875rem;
  position: relative;
}
.list_yantao .top_select .right input {
  width: 100%;
  height: 3.4375rem;
  border-radius: 1.75rem;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  padding-left: 3.125rem;
}
.list_yantao .top_select .right button {
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: unset;
}
.list_yantao .top_select .right button i {
  font-size: 1.25rem;
  color: #F39800;
}
.list_yantao .content .yantao_gird {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0625rem 2.5rem;
}
.list_yantao .content .yantao_gird .yantao_item {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 1.25rem 1.125rem 1.5rem;
}
.list_yantao .content .yantao_gird .yantao_item .over {
  border-radius: 1.25rem;
  position: relative;
}
.list_yantao .content .yantao_gird .yantao_item .over .tt {
  position: absolute;
  bottom: 1.0625rem;
  right: 1.5625rem;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
}
.list_yantao .content .yantao_gird .yantao_item .text {
  padding-top: 1.125rem;
}
.list_yantao .content .yantao_gird .yantao_item .text h3 {
  color: #2A2926;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  min-height: 3.75rem;
}
.list_yantao .content .yantao_gird .yantao_item .text .time {
  margin-top: 0.3125rem;
  color: #6D6D6D;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_yantao .content .yantao_gird .yantao_item .text .tag {
  margin-top: 0.4375rem;
  display: inline-block;
  color: #F39800;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.5625rem 0.3125rem 0.625rem;
  border-radius: 0.1875rem;
  background: rgba(243, 152, 0, 0.1);
}
.show_yantao_one .ajhhsd {
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_yantao_one .ajhhsd a {
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_yantao_one .content {
  padding: 3.125rem 2.875rem 3.4375rem 3.125rem;
  border-radius: 1.25rem;
  background: #FFF;
}
.show_yantao_one .content .left .over {
  border-radius: 1.875rem;
}
.show_yantao_one .content .left .video,
.show_yantao_one .content .left .video_box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1.875rem;
}
.show_yantao_one .content .left .video .img,
.show_yantao_one .content .left .video_box .img {
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.show_yantao_one .content .left .video .img img,
.show_yantao_one .content .left .video_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show_yantao_one .content .left .video video,
.show_yantao_one .content .left .video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.show_yantao_one .content .left .video .txt,
.show_yantao_one .content .left .video_box .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.show_yantao_one .content .left .video .txt .icon,
.show_yantao_one .content .left .video_box .txt .icon {
  cursor: pointer;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto;
}
.show_yantao_one .content .left .video.playing video {
  display: block;
}
.show_yantao_one .content .left .video.playing .img,
.show_yantao_one .content .left .video.playing .txt .icon {
  display: none;
  pointer-events: none;
}
.show_yantao_one .content .right {
  padding-left: 3.75rem;
}
.show_yantao_one .content .right .tag {
  display: inline-block;
  color: #F39800;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.5625rem 0.3125rem 0.625rem;
  border-radius: 0.1875rem;
  background: rgba(243, 152, 0, 0.1);
}
.show_yantao_one .content .right .title {
  margin-top: 0.875rem;
  color: #2A2926;
  text-align: justify;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.show_yantao_one .content .right .con {
  border-radius: 1.25rem;
  background: #F8F9FB;
  padding: 1.6875rem 1.625rem 2.125rem;
}
.show_yantao_one .content .right .con p {
  color: #6D6D6D;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.show_yantao_two {
  padding-bottom: 6.875rem;
}
.show_yantao_two .one_box .all_title img {
  width: 13rem;
}
.show_yantao_two .one_box .con {
  color: #2A2926;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_yantao_two .two_box .content {
  border-radius: 1.25rem;
  border: 1px solid rgba(109, 109, 109, 0.1);
  background: #F8F9FA;
}
.show_yantao_two .two_box .content .tit {
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}
.show_yantao_two .two_box .content .tit h3 {
  color: #2A2926;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 4.375rem;
  padding-left: 1.25rem;
  position: relative;
}
.show_yantao_two .two_box .content .tit h3::before {
  content: '';
  display: block;
  width: 0.8125rem;
  height: 0.9375rem;
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%);
  position: absolute;
  left: 0;
  top: 1.6875rem;
}
.show_yantao_two .two_box .content .text {
  border: 1px solid rgba(109, 109, 109, 0.1);
  background: #FFF;
  padding-left: 3.375rem;
  padding-right: 3.375rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.875rem;
}
.show_yantao_two .two_box .content .text p {
  color: #6D6D6D;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.show_yantao_two .yantao_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.show_yantao_two .yantao_flex .left {
  flex: 1;
  padding-left: var(--container);
  padding-right: 5rem;
}
.show_yantao_two .yantao_flex .right {
  width: 37.5%;
  padding-bottom: 5.625rem;
  padding-right: var(--container);
  padding-left: 4.375rem;
  position: sticky;
  top: 5.3125rem;
  height: 100%;
}
.show_yantao_two .yantao_flex .right .title h3 {
  color: #555;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.show_yantao_two .yantao_flex .right ul li {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 1.375rem;
}
.show_yantao_two .yantao_flex .right ul li .img {
  display: none;
  border-radius: 1.25rem;
  overflow: hidden;
}
.show_yantao_two .yantao_flex .right ul li h3 {
  color: #555;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}
.show_yantao_two .yantao_flex .right ul li .p1 {
  color: #858585;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.6875rem;
}
.show_yantao_two .yantao_flex .right ul li:nth-child(1) .img {
  display: block;
  width: 100%;
}
.show_yantao_two .yantao_flex .right ul li:nth-child(1) .img .over {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.show_yantao_two .yantao_flex .right ul li:nth-child(1) .img .over img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.show_yantao_two .yantao_flex .right ul li:nth-child(1) h3 {
  margin-top: 0.8125rem;
}
.show_yantao_two .yantao_flex .right ul li:hover {
  cursor: pointer;
}
.show_yantao_two .yantao_flex .right ul li:hover h3,
.show_yantao_two .yantao_flex .right ul li:hover p {
  color: #F39800;
}
.show_yantao_two .yantao_flex .right ul li:hover .img .over img {
  transform: scale(1.1);
}
.show_yantao_two .yantao_flex .right ul li.nextpage {
  padding-top: 2.6875rem;
}
.show_yantao_two .yantao_flex .right ul li.nextpage .tit span {
  color: #FEA735;
  font-size: 1.5rem;
  font-weight: 400;
}
.show_yantao_two .yantao_flex .right ul li.nextpage .tit i {
  font-size: 1rem;
  color: #F39800;
}
.show_yantao_two .yantao_flex .right ul li.nextpage a {
  color: #555;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.6875rem;
}
.show_yantao_two .yantao_flex .right ul li.nextpage .time {
  color: #858585;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.list_peixun .list_peixun_box {
  overflow-x: auto;
}
.list_peixun .list_peixun_box table {
  width: 100%;
}
.list_peixun .list_peixun_box table tr {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_peixun .list_peixun_box table tr td {
  border: none;
  color: #2A2926;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  padding-top: 2.625rem !important;
  padding-bottom: 2.625rem !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_peixun .list_peixun_box table tr td:nth-child(1) {
  width: 30%;
  text-align: left;
}
.list_peixun .list_peixun_box table tr:nth-child(1) {
  border-bottom: 2px solid #F39800;
  background: #FFF;
}
.list_peixun .list_peixun_box table tr:nth-child(1) td {
  color: #F39800;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.list_peixun .list_peixun_box table tr:nth-child(1) td:nth-child(1) {
  width: 30%;
}
.list_peixun .list_peixun_box table tr:nth-child(even) {
  background-color: #fff;
}
.list_peixun .list_peixun_box table tr:hover {
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), #FFF;
}
.list_peixun .list_peixun_box table tr:hover td {
  color: #fff;
}
.list_peixun .list_peixun_box table tr:hover td a.all_more {
  color: #fff;
}
.list_peixun .list_peixun_box table tr:hover td a.all_more::before {
  border: 2px solid #fff;
  background-image: unset;
}
.pro_banner .swiper_proban {
  position: relative;
}
.pro_banner .swiper_proban .hover {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.pro_banner .swiper_proban .hover .p1 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
}
.pro_banner .swiper_proban .hover .p1 span {
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 3.125rem;
  font-weight: 700;
}
.pro_banner .swiper_proban .hover .p2 {
  color: #FFF;
  font-size: 1.7188rem;
  font-weight: 500;
  letter-spacing: 1.2031rem;
  margin-top: 0.5rem;
}
.pro_banner .swiper_proban .swiper-pagination {
  justify-content: center;
  bottom: 7.5rem;
}
.pro_banner .swiper_proban .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pro_banner .swiper_proban .swiper-pagination-bullet {
  background-color: #fff;
}
.pro_banner .swiper_proban .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid #fff;
}
.channel_basezs {
  padding-bottom: 8.125rem;
}
.channel_basezs .channel_basezs_box {
  width: 85%;
  margin: 0 auto;
  border-radius: 1.25rem;
  background: #FFF;
  padding: 1.25rem 2.75rem 1.4375rem 1.125rem;
  margin-bottom: 2.5rem;
}
.channel_basezs .channel_basezs_box .row {
  align-items: center;
}
.channel_basezs .channel_basezs_box .left {
  padding-right: 0;
}
.channel_basezs .channel_basezs_box .left .over {
  border-radius: 1.25rem;
}
.channel_basezs .channel_basezs_box .right {
  padding-left: 3.875rem;
}
.channel_basezs .channel_basezs_box .right .text h3 {
  color: #2A2926;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.channel_basezs .channel_basezs_box .right .text p {
  margin-top: 1.4375rem;
  color: #2A2926;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_basezs {
  padding-bottom: 6.6875rem;
}
.list_basezs .ajhhsd {
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_basezs .ajhhsd a {
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_basezs .content .title {
  color: #2A2926;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.list_basezs .content .time {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
.list_basezs .content .time i {
  font-size: 1.125rem;
  color: #6D6D6D;
  vertical-align: middle;
}
.list_basezs .content .time span {
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_basezs .content .video_box .left {
  padding: 0;
}
.list_basezs .content .video_box .left .video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.875rem;
  position: relative;
}
.list_basezs .content .video_box .left .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_basezs .content .video_box .left .video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
}
.list_basezs .content .video_box .left .swiper_studyvideo {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
}
.list_basezs .content .video_box .left .swiper_studyvideo .video {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  background: #000;
}
.list_basezs .content .video_box .left .swiper_studyvideo .video .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.list_basezs .content .video_box .left .swiper_studyvideo .video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_basezs .content .video_box .left .swiper_studyvideo .video video {
  max-width: 100%;
  width: auto;
  height: 100%;
  max-height: 37.5rem;
  display: none;
  margin: 0 auto;
  object-fit: contain;
}
.list_basezs .content .video_box .left .swiper_studyvideo .video .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.list_basezs .content .video_box .left .swiper_studyvideo .video .txt .icon {
  cursor: pointer;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto;
}
.list_basezs .content .video_box .left .swiper_studyvideo .video.playing video {
  display: block;
}
.list_basezs .content .video_box .left .swiper_studyvideo .video.playing .img,
.list_basezs .content .video_box .left .swiper_studyvideo .video.playing .txt .icon {
  display: none;
  pointer-events: none;
}
.list_basezs .content .video_box .right .video_menu {
  border-radius: 1.875rem;
  background: #FFF;
  padding: 2.1875rem 0.625rem 2.75rem 2.9375rem;
}
.list_basezs .content .video_box .right .video_menu .con {
  max-height: 35rem;
  overflow-y: auto;
  padding-right: 0.9375rem;
}
.list_basezs .content .video_box .right .video_menu .con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}
.list_basezs .content .video_box .right .video_menu .con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.list_basezs .content .video_box .right .video_menu .con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #8b8b8b;
}
.list_basezs .content .video_box .right .video_menu .title {
  color: #2A2926;
  font-size: 1.25rem;
  font-weight: 500;
}
.list_basezs .content .video_box .right .video_menu ul li {
  color: #2A2926;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.list_basezs .content .video_box .right .video_menu ul li.active,
.list_basezs .content .video_box .right .video_menu ul li:hover {
  color: #F39800;
}
.list_basezs .content .video_box .right .video_menu ul li.hui {
  color: rgba(42, 41, 38, 0.4);
}
.list_basezs .text_box {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 3.75rem;
}
.list_basezs .text_box h3 {
  color: #F39800;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  font-weight: 600;
}
.list_basezs .text_box p {
  color: #636161;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_basezs_two {
  padding-bottom: 6.75rem;
}
.list_basezs_two .content .tj_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_basezs_two .content .tj_box .tj_item {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 1.25rem 1.125rem 1.8125rem 1.125rem;
}
.list_basezs_two .content .tj_box .tj_item .over {
  border-radius: 1.25rem;
}
.list_basezs_two .content .tj_box .tj_item .text {
  padding-top: 1.0625rem;
}
.list_basezs_two .content .tj_box .tj_item .text h3 {
  color: #2A2926;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_basezs_two .content .tj_box .tj_item .text .time i {
  font-size: 1.125rem;
  vertical-align: middle;
}
.list_basezs_two .content .tj_box .tj_item .text .time span {
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_basezs2 .list_basezs2_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_basezs2 .list_basezs2_box .list_basezs2_item {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 1.25rem 1.125rem 1.8125rem 1.125rem;
}
.list_basezs2 .list_basezs2_box .list_basezs2_item .over {
  border-radius: 1.25rem;
}
.list_basezs2 .list_basezs2_box .list_basezs2_item .text {
  padding-top: 1.0625rem;
}
.list_basezs2 .list_basezs2_box .list_basezs2_item .text h3 {
  color: #2A2926;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_basezs2 .list_basezs2_box .list_basezs2_item .text .time i {
  font-size: 1.125rem;
  vertical-align: middle;
}
.list_basezs2 .list_basezs2_box .list_basezs2_item .text .time span {
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.section3 .bgimg .bgimgli {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section3 .bgimg .bgimgli img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section3 .bgimg .bgimgli.active {
  opacity: 1;
}
.section3 .content {
  position: relative;
  z-index: 9;
}
.section3 .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 5.3125rem;
  left: 0;
}
.section3 .content .swiper_casecon {
  margin-top: 5rem;
  width: 75%;
  overflow: hidden;
}
.section3 .content .swiper_casecon .left {
  padding-right: 1.875rem;
}
.section3 .content .swiper_casecon .left .text h3 {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 500;
}
.section3 .content .swiper_casecon .left .text p {
  margin-top: 0.6875rem;
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.section3 .content .swiper_casecon .right {
  padding-left: 2.8125rem;
}
.section3 .content .swiper_casecon .right .over {
  height: 15.625rem;
  border-radius: 1.25rem;
}
.section3 .content .swiper_casecon .right .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section3 .content .swiper_casetab {
  position: relative;
  overflow: hidden;
}
.section3 .content .swiper_casetab .swiper-slide .text {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.6;
}
.section3 .content .swiper_casetab .swiper-slide .yuan {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  margin: 0.9375rem auto 1.25rem;
}
.section3 .content .swiper_casetab .swiper-slide .icon {
  width: 3.5625rem;
  height: 3.5625rem;
  margin: 0 auto;
}
.section3 .content .swiper_casetab .swiper-slide .icon img {
  filter: brightness(0) invert(0.6);
}
.section3 .content .swiper_casetab .swiper-slide.active .yuan {
  background-color: #F39800;
  border: 1px solid #fff;
}
.section3 .content .swiper_casetab .swiper-slide.active .text {
  opacity: 1;
}
.section3 .content .swiper_casetab .swiper-slide.active .icon img {
  filter: unset;
}
.section3 .content .swiper-button-next,
.section3 .content .swiper-button-prev {
  margin-top: -2.9rem;
  background-color: unset;
  border: none;
}
.section3 .content .swiper-button-next i,
.section3 .content .swiper-button-prev i {
  color: #fff;
  font-size: 1.875rem;
}
.section4 .content .news_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section4 .content .news_flex .left {
  width: 45%;
  padding-right: 1.25rem;
}
.section4 .content .news_flex .left .index_news_one {
  position: relative;
  padding-bottom: 3.125rem;
}
.section4 .content .news_flex .left .index_news_one .over {
  border-radius: 1.25rem;
}
.section4 .content .news_flex .left .index_news_one .text {
  width: calc(100% - 4.375rem);
  position: absolute;
  left: 2.1875rem;
  bottom: 0;
  background-color: rgba(32, 32, 32, 0.84);
  border-radius: 3.125rem 0 0 0;
  padding: 2.25rem 3.625rem 2.0625rem;
}
.section4 .content .news_flex .left .index_news_one .text p {
  color: #FFF;
  text-align: justify;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.section4 .content .news_flex .left .index_news_one .text h3 {
  margin-top: 0.25rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.section4 .content .news_flex .left .index_news_one .text .more img {
  filter: brightness(0) invert(1);
}
.section4 .content .news_flex .right {
  width: 55%;
}
.section4 .content .news_flex .right .swiper_indexnews {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.875rem;
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-scrollbar {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-scrollbar-drag {
  width: 5.125rem;
  height: 0.375rem;
  background-color: #F39800;
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide {
  padding: 0 1.0625rem;
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide .text {
  min-height: 22.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(103, 103, 103, 0.1);
  background: rgba(255, 255, 255, 0.84);
  padding: 2.8125rem 2.25rem 3.3125rem 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide .text p {
  color: #F39800;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide .text h3 {
  margin-top: 1.125rem;
  color: #656565;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide .text .tt {
  margin-top: 1.125rem;
  color: #656565;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide:hover .text {
  background: linear-gradient(47deg, #FCCD00 -16.01%, #F1942E 46.38%, #EA652D 81.29%, #E5352B 93.32%), rgba(255, 255, 255, 0.6);
}
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide:hover .text p,
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide:hover .text h3,
.section4 .content .news_flex .right .swiper_indexnews .swiper-slide:hover .text .tt {
  color: #fff;
}
.section5 .content .left .text h3 {
  color: #FFF;
  text-align: justify;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.section5 .content .left .text p {
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.section5 .content .right {
  padding-left: 12.5rem;
}
.section5 .content .right .grid_box .grid_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section5 .content .right .grid_box .grid_item .icon {
  width: 5.375rem;
  height: 6.25rem;
  background-image: url(../img/liubg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 .content .right .grid_box .grid_item .icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.section5 .content .right .grid_box .grid_item .text {
  flex: 1;
  padding-left: 2.0625rem;
}
.section5 .content .right .grid_box .grid_item .text h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.section5 .content .right .grid_box .grid_item:not(:nth-last-child(1)) {
  margin-bottom: 2.25rem;
}
.section6 .content .swiper_coop {
  position: relative;
  overflow: hidden;
}
.section6 .content .swiper_coop .swiper-slide {
  padding: 0 0.5rem;
}
.section6 .content .swiper_coop .swiper-slide .over_box {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-color: #fff;
}
.section6 .content .swiper_coop .swiper-pagination {
  justify-content: center;
}
.section6 .content .swiper_coop .swiper-pagination-bullet {
  background-color: #fff;
}
.section6 .content .swiper_coop .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 8px;
  height: 10px;
  background: unset;
  background-image: url(../img/dian.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: unset;
}
#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: 8px;
  height: 10px;
  background: unset;
  background-image: url(../img/diana.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: unset;
  margin: -2px 0 0 -2px;
}
.section2 .fp-tableCell,
.section3 .fp-tableCell,
.section4 .fp-tableCell,
.section5 .fp-tableCell,
.section6 .fp-tableCell {
  padding-top: 6.25rem;
}
.section {
  background-size: cover;
}
.section2 {
  background-size: cover;
}
.section2 .content {
  display: flex;
  justify-content: space-between;
}
.section2 .content .left {
  width: 75%;
}
.section2 .content .left .swiper_con {
  display: none;
}
.section2 .content .left .swiper_con.active {
  display: block;
}
.section2 .content .left .swiper_con .swiper {
  overflow: hidden;
  position: relative;
}
.section2 .content .left .swiper_con .swiper .row {
  align-items: center;
}
.section2 .content .left .swiper_con .swiper .row .left .text h3 {
  color: #FFF;
  text-align: justify;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.section2 .content .left .swiper_con .swiper .row .left .text p {
  margin-top: 1.0625rem;
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.section2 .content .left .swiper_con .swiper .row .right .over {
  height: 31.25rem;
}
.section2 .content .left .swiper_con .swiper .row .right .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2 .content .right {
  width: 10%;
  position: relative;
}
.section2 .content .right .swiper_indexprotab {
  overflow: hidden;
  position: relative;
  height: 65vh;
}
.section2 .content .right .swiper_indexprotab .swiper-slide .protabbox .over_bb {
  position: relative;
  padding: 0.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #fff;
}
.section2 .content .right .swiper_indexprotab .swiper-slide .protabbox .over_bb::before {
  content: '';
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section2 .content .right .swiper_indexprotab .swiper-slide .protabbox .over {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 1rem 1.125rem;
  border-radius: 1.25rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section2 .content .right .swiper_indexprotab .swiper-slide .protabbox .text {
  margin-top: 0.875rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.section2 .content .right .swiper_indexprotab .swiper-slide.active .protabbox .over_bb::before {
  opacity: 1;
}
.section2 .content .right .swiper_indexprotab .swiper-slide.active .protabbox .text {
  color: #F39800;
}
.section2 .content .right .swiper-button-next,
.section2 .content .right .swiper-button-prev {
  border-radius: unset;
  background: none;
  border: none;
}
.section2 .content .right .swiper-button-next i,
.section2 .content .right .swiper-button-prev i {
  font-size: 2.375rem;
  color: #F39800;
}
.section2 .content .right .swiper-button-prev,
.section2 .content .right .swiper-container-rtl .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  top: -3.125rem;
}
.section2 .content .right .swiper-button-next,
.section2 .content .right .swiper-container-rtl .swiper-button-prev {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  top: unset;
  bottom: -3.125rem;
}
.forgotPwd_box {
  padding-top: 8.75rem;
  padding-bottom: 6.875rem;
  background-image: url(../img/wjmmbg.jpg);
  background-size: cover;
}
.forgotPwd_box .pwd_box {
  width: 40%;
  margin: 0 auto;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 2.5rem 3.875rem 3.625rem 4.3125rem;
}
.forgotPwd_box .pwd_box .logo {
  width: 9.8125rem;
  text-align: center;
  margin: 0 auto 1.25rem;
}
.forgotPwd_box .pwd_box .title {
  color: #2A2926;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.forgotPwd_box .pwd_box .pwd_form .inp-box {
  height: 3.4375rem;
  border-radius: 1.7188rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 0 2.125rem;
  margin-bottom: 1.25rem;
}
.forgotPwd_box .pwd_box .pwd_form .inp-box .tsxx {
  font-size: 0.75rem;
  color: red;
}
.forgotPwd_box .pwd_box .pwd_form .inp-box .inps {
  display: flex;
}
.forgotPwd_box .pwd_box .pwd_form .inp-box .inps p {
  width: 6.25rem;
}
.forgotPwd_box .pwd_box .pwd_form .inp-box .inps input {
  flex: 1;
  line-height: 3.4375rem;
}
.forgotPwd_box .pwd_box .pwd_form .inp-box .tj-btns {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.forgotPwd_box .pwd_box .pwd_form .inp-box .tj-btns button {
  background: unset;
  border: unset;
  color: rgba(87, 88, 89, 0.7);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: auto;
}
.forgotPwd_box .pwd_box .tj-btns,
.forgotPwd_box .pwd_box .tj-btnys {
  width: 30%;
  margin: 1.875rem auto 0;
}
.forgotPwd_box .pwd_box .tj-btns button,
.forgotPwd_box .pwd_box .tj-btnys button {
  width: 10.25rem;
  height: 3.4375rem;
  border-radius: 1.7188rem;
  border: 2px solid #FCCD00;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.forgotPwd_box .pwd_box .tj-btns button:hover,
.forgotPwd_box .pwd_box .tj-btnys button:hover {
  background: unset;
  border: 2px solid #F39800;
  color: #F39800;
}
.section {
  background-attachment: fixed;
}
.fancybox__content > .carousel__button.is-close {
  top: 20px;
  right: 20px;
  color: #000;
}
#dialog-content {
  width: 50%;
  height: 90vh;
  background-image: url(../img/messagebg.jpg);
  background-size: cover;
}
#dialog-content .top_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2A2926;
  text-align: center;
}
#dialog-content .lx-cont2 .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
#dialog-content .lx-cont2 .msg-a1 .inpt {
  position: relative;
}
#dialog-content .lx-cont2 .msg-a1 .inpt input {
  padding-left: 1.25rem;
  width: 100%;
  height: 3.4375rem;
  border-radius: 1.7188rem;
  background: #FFF;
  color: #575859;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
#dialog-content .lx-cont2 .msg-a1 .inpt .city-picker-span {
  width: 100% !important;
  height: 3.4375rem !important;
  line-height: 3.4375rem !important;
  border-bottom: none;
  border-radius: 1.7188rem;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
#dialog-content .lx-cont2 .msg-a1 .inpt .city-picker-span > .placeholder {
  color: #575859 !important;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 1.25rem;
  line-height: 3.4375rem !important;
}
#dialog-content .lx-cont2 .msg-a3 {
  margin-top: 1.4375rem;
}
#dialog-content .lx-cont2 .msg-a3 .inpt {
  width: 100%;
}
#dialog-content .lx-cont2 .msg-a3 .inpt p {
  color: #575859;
  font-size: 1rem;
  padding-bottom: 0.3125rem;
  padding-left: 1.25rem;
}
#dialog-content .lx-cont2 .msg-a3 .inpt textarea {
  border: none;
  width: 100%;
  border-radius: 1.7188rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.8125rem 2.125rem;
  color: #575859;
  font-size: 1rem;
}
#dialog-content .lx-cont2 .yazm {
  margin-top: 1.5625rem;
}
#dialog-content .lx-cont2 .yazm input {
  width: 20.3125rem;
  height: 3.4375rem;
  border-radius: 1.7188rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding-left: 1.25rem;
}
#dialog-content .lx-cont2 .yazm img {
  margin-left: 1.875rem;
  border-radius: 1.7188rem;
}
#dialog-content .lx-cont2 .checkbox {
  margin-top: 2.1875rem;
  display: flex;
  align-items: center;
}
#dialog-content .lx-cont2 .checkbox input {
  width: 1.5625rem;
  height: 1.5625rem;
}
#dialog-content .lx-cont2 .checkbox span {
  color: #868686;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.6875rem;
}
#dialog-content .lx-cont2 .checkbox span a {
  color: #868686;
}
#dialog-content .lx-cont2 .div_aghgha button {
  display: inline-block;
  border: none;
  width: 10.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 9;
  border-radius: 3.75rem;
  background-color: transparent;
}
#dialog-content .lx-cont2 .div_aghgha button::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
  z-index: -1;
}
#dialog-content .lx-cont2 .div_aghgha button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-image: url(../img/8394cbfd516d4a0fd4f2a23eef2100b7.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.75rem;
}
#dialog-content .lx-cont2 .div_aghgha button:hover {
  cursor: pointer;
  color: #F39800;
}
#dialog-content .lx-cont2 .div_aghgha button:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
#dialog-content .lx-cont2 .div_aghgha button:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linshi_content {
  display: table;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/messagebg.jpg);
  background-size: cover;
}
.linshi_content .text_box {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(90deg, #FCCD00 0%, #F1942E 67%, #EA652D 89%, #E5352B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.social-share .icon-wechat .wechat-qrcode{
        top: 50px;
}
.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent ;
}
.social-share .icon-wechat .wechat-qrcode .help p{
    font-size:.875rem;
}

 .fix_ul a.pc_show{
        display: block;
    }
    .fix_ul a.m_show{
        display: none;
    }
    
.show_product_jieshao {
  background-size: cover;
}
.show_product_jieshao .swiper_jcqjs {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 3.75rem;
}
.show_product_jieshao .swiper_jcqjs .swiper-pagination {
  justify-content: center;
}
.show_product_jieshao .swiper_jcqjs .swiper-slide {
  padding: 0 1.25rem;
}
.show_product_jieshao .swiper_jcqjs .swiper-slide .text {
  text-align: center;
  color: #F39800;
  font-size: 1.125rem;
  padding: 0.625rem;
}