@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}

.bg {
  background: #EC6518;
}

.c {
  color: #EC6518;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination>li {
  margin: 0 5px;
  width: 2.5rem;
  height: 2.5rem;
  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.active,
.pagination>li:hover {
  background: #EC6518;
  color: #fff;
}

.pagination>li.active a,
.pagination>li:hover a {
  color: #fff;
}

.pagination>li.disabled:hover {
  color: #333;
  background: #FFF;
}

.foot-fot {
  background: #fff;
}

.foot-fot .m-bm-nav>li {
  border-bottom: 1px solid #ededed;
}

.foot-fot .m-bm-nav>li>a,
.foot-fot .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}

.foot-fot .m-bm-nav>li .sec {
  padding-left: 40px;
}

.foot-fot .m-bm-nav>li .sec a {
  color: rgba(0, 0, 0, 0.7);
}

/* 禁止缩放表单 */
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: #EC6518;
}

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

.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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-pro {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 2.5rem 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

.er-ul-pro .left {
  padding-right: 5rem;
}

.er-ul-pro .left .title {
  font-size: 2.5rem;
}

.er-ul-pro .left .title span {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 0.625rem;
}

.er-ul-pro .left .more::before {
  display: none;
}

.er-ul-pro .left .more:hover {
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul-pro .left .more:hover div {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul-pro .left .text {
  text-align: justify;
  margin: 0.9375rem 0 0;
}

.er-ul-pro .right {
  padding-left: 5rem;
  border-left: 1px solid #ddd;
}

.er-ul-pro .right ul li {
  line-height: 5rem;
  font-size: 1.5rem;
}

.er-ul-pro .right ul li:hover a {
  color: #EC6518;
}

.er-ul {
  position: absolute;
  width: 12rem;
  left: 50%;
  box-shadow: 0 0 2px 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 8px 8px;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #EC6518;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .center>ul>li:hover .er-ul-pro {
  transform: scaleY(1);
  opacity: 1;
}

header .center>ul>li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  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;
  }

  .pagination>li {
    margin: 0 3px 5px;
  }
}

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

.searchbox {
  border-color: #EC6518;
}

@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: 991px) {
  .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 .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.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-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.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: 22px;
}

.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 .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 "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.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;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  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 .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

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

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

@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 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.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.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #EC6518;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}

.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}

.phone.white {
  background: #fff;
}

.phone.white .left img {
  filter: brightness(0);
}

@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}

.phone>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}

.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.phone .left,
.phone .right {
  width: 20%;
}

.phone .left {
  text-align: right;
}

.phone .left img {
  height: 22px;
}

.phone .right {
  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: 60%;
  margin: 0 auto;
  text-align: center;
}

.phone .center img {
  height: 22px;
}

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

.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: 22px;
  filter: brightness(0) invert(1);
}

.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: 12px;
  color: #a7a7a7;
  line-height: 28px;
  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: 14px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>div>a {
  width: calc(100% - 3.75rem);
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}

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

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

.sjj_nav .bot>li .list .right {
  width: 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 {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
}

.fixright_li_last>div {
  text-align: center;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #EC6518;
}

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

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

@-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);
  }
}

header:hover,
header.active,
header.white,
.show_header header {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  --cf: #434343;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover .ds1 img,
header.active .ds1 img,
header.white .ds1 img,
.show_header header .ds1 img,
header:hover .lanuage img,
header.active .lanuage img,
header.white .lanuage img,
.show_header header .lanuage img {
  filter: brightness(1) invert(0);
}

header:hover .center>ul>li.active>a,
header.active .center>ul>li.active>a,
header.white .center>ul>li.active>a,
.show_header header .center>ul>li.active>a,
header:hover .center>ul>li:hover>a,
header.active .center>ul>li:hover>a,
header.white .center>ul>li:hover>a,
.show_header header .center>ul>li:hover>a {
  color: #EC6518;
}

header:hover .center>ul>li.active>a::before,
header.active .center>ul>li.active>a::before,
header.white .center>ul>li.active>a::before,
.show_header header .center>ul>li.active>a::before,
header:hover .center>ul>li:hover>a::before,
header.active .center>ul>li:hover>a::before,
header.white .center>ul>li:hover>a::before,
.show_header header .center>ul>li:hover>a::before {
  background: #EC6518;
}

header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --cf: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

header>.container {
  padding: 0 6.25rem;
}

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

header .logo img {
  height: 2.8125rem;
}

header .logo img:nth-child(2) {
  display: none;
}

header .ds1 {
  margin-left: 2.25rem;
  display: flex;
  align-items: center;
  color: var(--cf);
}

header .ds1 img {
  margin-right: 0.375rem;
  height: 1.375rem;
}

header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
}

header:hover .lanuage span,
header.active .lanuage span,
header.white .lanuage span,
.show_header header .lanuage span {
  color: #434343;
}

header .lanuage span {
  color: #fff;
}

header .lanuage {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

header .lanuage a:first-child {
  padding-right: 0.625rem;
}

header .lanuage a:last-child {
  margin-left: 0.625rem;
}

header .lanuage a {
  color: var(--cf);
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

header .lanuage a img {
  height: 1.375rem;
  margin-right: 0.375rem;
}

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

header .center>ul>li {
  float: left;
  padding: 0 1.875rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: var(--cf);
  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::before,
header .center>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.banner .hover .p1.tl {
  text-align: left;
}

.banner .hover .p3 {
  text-align: left;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 2rem;
}

.banner .hover .p3 .dian::before {
  background: #fff;
  top: 1.5rem;
}

.banner .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}

.banner .hover .p2 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  width: 70%;
  margin: 0.625rem auto;
}

.banner .hover .flex {
  justify-content: flex-start;
}

.banner .hover .more {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner .hover .more:nth-child(1) {
  margin-right: 1.25rem;
}

.banner .hover .more:hover {
  border-color: #ffffff;
}

.banner .hover .more:hover div {
  color: #EC6518;
}

.banner .hover .more::before {
  background: #fff;
}

.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-button-white {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background-size: 2.25rem 2.25rem;
  margin-top: -0.375rem !important;
}

.banner .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  cursor: pointer;
}

.banner .scroll div {
  width: 1px;
  height: 2.8125rem;
  background: #fff;
  position: relative;
  margin: 0 auto;
}

.banner .scroll div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  z-index: 9;
  background: #fff;
  animation: shangxia 2s infinite;
}

@keyframes shangxia {
  0% {
    transform: translateY(0) translateX(-50%);
  }

  50% {
    transform: translateY(2.375rem) translateX(-50%);
  }

  100% {
    transform: translateY(0%) translateX(-50%);
  }
}

.banner .scroll p {
  margin-top: 0.5rem;
}

.banner .hover2 {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
}

.banner .hover2 .flex {
  justify-content: flex-end;
}

.banner .hover2 .flex>div {
  position: static;
  margin-top: 0;
  background-size: 1.25rem 1.25rem;
}

.banner .swiper-pagination {
  position: static;
  padding: 0 1rem 0 1.125rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem;
  opacity: 1;
  border: 1px solid #fff;
  width: 1rem;
  height: 1rem;
  background: transparent;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* .banner .slide_hover56.swiper-slide .hover {
    top: 20%;
} */
.more {
  width: 9.375rem;
  border-radius: 0.3125rem;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  --more_c: #0A0A0A;
  position: relative;
  z-index: 9;
}

.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}

.more.active,
.more:hover {
  border-color: #EC6518;
}

.more.active div,
.more:hover div {
  color: #fff;
}

.more.active div .iconfont,
.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more.active::before,
.more:hover::before {
  transform: scale(1);
}

.more>div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}

.more>div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}

.more.bg {
  border-color: #EC6518;
}

.more.bg div {
  color: #fff;
}

.more.bg::before {
  background: #fff;
}

.more.bg:hover div {
  color: #EC6518;
}

.more.borf {
  border-color: rgba(255, 255, 255, 0.5);
}

.more.borf div {
  color: #fff;
}

.more.borf.active,
.more.borf:hover {
  border-color: #EC6518;
}

.more.borg {
  border-color: #EC6518;
}

.more.borg div {
  color: #EC6518;
}

.more.borg:hover div {
  color: #fff;
}

.more.bgf {
  background: #fff;
  border-color: #fff;
}

.more.bgf div {
  color: #EC6518;
}

.more.bgf:hover div {
  color: #fff;
}

@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}

.title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.subtitle {
  color: #EC6518;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: capitalize;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nyban .icon img {
  height: 6.25rem;
  filter: brightness(0) invert(1);
}

.nyban.show_b .subtitle {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.nyban .bread {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  color: #fff;
}

.nyban .bread a {
  color: #fff;
}

.nyban .bread a:hover {
  color: #EC6518;
}

.bread {
  font-size: 1rem;
  color: #262626;
  font-weight: 300;
}

.bread a {
  color: #262626;
}

.bread img {
  height: 1.5rem;
}

.bread span:last-child {
  display: none;
}

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

.nyerji.auto ul {
  justify-content: flex-start;
}

.nyerji.auto li {
  flex: none;
}

.nyerji.auto li a {
  padding: 0 2.375rem;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}

.nyerji.auto li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji.auto li:hover a {
  color: #EC6518;
}

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

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

.nyerji ul li {
  flex: 1 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nyerji ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(108deg, #0F6DC9 11.99%, #9813C0 98.7%), #0F6DC9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.nyerji ul li:hover a {
  color: #EC6518;
}

.nyerji ul li.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji ul li.active::before {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji ul li.active a {
  color: #fff;
}

.nyerji ul li a {
  width: 100%;
  display: block;
  color: #000;
  font-size: 1.125rem;
  padding: 0 2rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_news .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: rgba(0, 0, 0, 0.9);
}

.show_news .text {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
}

.show_news .text strong {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
}

.show_news a.text:hover {
  color: #EC6518;
}

.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2.875rem;
  padding: 2.1875rem 0 3.75rem;
  color: #606060;
  text-align: justify;
}

.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  margin: 1.875rem 0;
  justify-content: space-between;
}

.show_news .data .da {
  display: flex;
  align-items: center;
}

.show_news .data .da img {
  height: 1.5rem;
  margin-right: 0.625rem;
}

.show_news .data .pinlei {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.show_news .data .pinlei span {
  color: #EC6518;
}

.show_news .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}

.show_news .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: auto;
  height: auto !important;
  border: none !important;
  border-radius: 50%;
  margin-right: 1.25rem !important;
}

.show_news .data .social-share li a:hover {
  background: transparent !important;
  color: #EC6518 !important;
}

.show_news .data .social-share li:hover a {
  background: transparent !important;
  color: #EC6518 !important;
}

.show_news .data .social-share li a {
  font-size: 1rem;
}

.show_news .data .social-share li a:hover {
  color: #EC6518 !important;
}

.show_news .data .social-share li:last-child {
  margin-right: 0;
}

.fenxiang .social-share li {
  line-height: 1.875rem;
}

.show_news .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 1.875rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}

.show_news .left {
  padding-right: 5rem;
}

.show_news .shangxia {
  line-height: 2rem;
}

.show_news .shangxia .more {
  border-radius: 0.625rem;
  border: 1.5px solid #EC6518;
  color: #EC6518;
  margin: 0 0 0 auto;
}

.show_news .shangxia .more::before {
  border-radius: 0.625rem;
}

.show_news .shangxia .more:hover {
  color: #fff;
}

.show_news .shangxia .l {
  margin-bottom: 0.625rem;
}

.show_news .shangxia .l,
.show_news .shangxia .r {
  color: #606060;
}

.show_news .shangxia .l a,
.show_news .shangxia .r a {
  color: #606060;
}

.show_news .shangxia .l a:hover,
.show_news .shangxia .r a:hover {
  color: #EC6518;
}

.show_news .shangxia span {
  color: rgba(0, 0, 0, 0.8);
}

.show_news .rightt ul li .over {
  display: none;
}

.show_news .rightt ul li a {
  padding: 1.375rem 0;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}

.show_news .rightt ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.show_news .rightt ul li:hover .over,
.show_news .rightt ul li.active .over {
  display: block;
}

.show_news .rightt ul li:hover .over img,
.show_news .rightt ul li.active .over img {
  transform: scale(1.1);
}

.show_news .rightt ul li:hover .name,
.show_news .rightt ul li.active .name {
  color: #EC6518;
}

.show_news .rightt ul li .name1 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.show_news .rightt ul li .text {
  margin: 0 0 0.4375rem;
}

.show_news .rightt ul li .over {
  margin-bottom: 1.25rem;
}

.show_news .rightt ul li .pinlei {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 0.625rem;
}

.show_news .rightt ul li .pinlei span {
  color: #EC6518;
}

.show_news .rightt .name {
  color: #000;
  text-align: justify;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 100% */
  letter-spacing: 1.4px;
}

@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }

  .show_news .data .fenxiang {
    margin-left: 1.5rem;
  }

  .show_news .data .social-share li {
    margin-right: 8px !important;
  }

  .show_news .data {
    margin: 15px 0;
  }

  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }

  .show_news .shangxia .tr {
    text-align: left;
  }
}

.social-share .icon-wechat .wechat-qrcode {
  z-index: 9999;
}

.text {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.875rem;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

footer .bot {
  display: flex;
}

footer .bot .left {
  width: 28.75rem;
}

footer .bot .left .ewm {
  display: flex;
  margin-top: 2rem;
}

footer .bot .left .ewm>div {
  border: 1px solid #ddd;
  border-radius: 0.625rem;
}

footer .bot .left .ewm>div:not(:last-child) {
  margin-right: 1.875rem;
}

footer .bot .left .logo img {
  height: 2.8125rem;
}

footer .bot .left .flex2 {
  justify-content: flex-start;
  align-items: center;
}

footer .bot .left .ul li {
  display: flex;
}

footer .bot .left .ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

footer .bot .left .ul li .icon {
  width: 3rem;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  white-space: nowrap;
}

footer .bot .left .ul li>div:nth-child(2) {
  width: calc(100% - 3rem);
  padding-left: 0.5rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.875rem;
}

footer .bot .left .ul li>div:nth-child(2) a {
  color: #000;
}

footer .bot .right {
  width: calc(100% - 28.75rem);
}

footer .fenxiang ul.social-share {
  display: flex;
  margin-top: 0;
}

footer .fenxiang ul.social-share li {
  width: 2rem;
  height: 2rem;
  line-height: 1;
  margin-bottom: 0 !important;
  margin: 0 0.3125rem !important;
  background: #F0F0F0;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

footer .fenxiang ul.social-share li a {
  color: #EC6518 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 400;
}

footer .fenxiang ul.social-share li a:hover {
  background: #EC6518;
  color: #fff !important;
}

footer .bot {
  padding: 4.375rem 0;
}

footer .bot .left .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 1.5rem 0 1rem;
}

footer .bot .right ul {
  display: flex;
  justify-content: space-between;
}

footer .bot .right ul .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}

footer .bot .right ul .text {
  color: rgba(0, 0, 0, 0.5);
}

footer .bot .right ul .text:hover {
  color: #EC6518;
}

.beian {
  background: #363636;
  padding: 0.875rem 0;
}

.beian .left {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.beian .left a {
  color: rgba(255, 255, 255, 0.8);
}

.beian .right {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
}

.beian .right a {
  color: rgba(255, 255, 255, 0.8);
}

.beian .right span:last-child {
  display: none;
}

.bor20 {
  border-radius: 1.25rem;
}

.p80100 {
  padding: 6.25rem 0 6.25rem;
}

.row40 {
  margin: 0 -1.25rem;
}

.row40>div,
.row40>li {
  padding: 0 1.25rem;
}

.job-cont2 {
  position: relative;
}

@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}

.job-cont2 .dtad {
  position: absolute;
  right: 18%;
  top: -6.45rem;
  width: 8.9375rem;
}

@media (max-width: 768px) {
  .job-cont2 .dtad {
    right: 4%;
    top: -2rem;
    width: 5rem;
  }
}

.job-cont2 .dtad1 {
  position: absolute;
  left: 20%;
  bottom: -7rem;
  width: 6rem;
}

@media (max-width: 768px) {
  .job-cont2 .dtad1 {
    left: 4%;
    bottom: -3rem;
    width: 3rem;
  }
}

.job-cont2 .wehdxc {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .job-cont2 .wehdxc {
    margin-top: 0.4rem;
  }
}

.job-cont2 .wehdxc dl+dl {
  margin-left: 3em;
}

@media (max-width: 768px) {
  .job-cont2 .wehdxc dl+dl {
    margin-left: 1.5em;
  }
}

.job-cont2 .wehdxc dl dt {
  width: 1.375rem;
}

@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dt {
    width: 1.15rem;
  }
}

.job-cont2 .wehdxc dl dt img {
  width: 100%;
}

.job-cont2 .wehdxc dl dd {
  color: #5b5b5b;
  font: 400 1rem/1.8em;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dd {
    margin-left: 0.5em;
  }
}

.job-cont2 .xw-ss-bj {
  padding: 2.2rem 2.5rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .job-cont2 .xw-ss-bj {
    margin-top: 1rem;
    padding: 0.85rem 1.5rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .job-cont2 .job_list2a {
    margin-top: 1.6rem;
  }
}

.job-cont2 .job_list2a li {
  color: rgba(0, 0, 0, 0.8);
  width: 18.75%;
  text-align: center;
  padding: 1.15rem 0;
  font-weight: 400;
  font-size: 1.125rem;
}

.job-cont2 .job_list2a li:last-child {
  width: 5%;
  text-align: center;
}

.job-cont2 .job_list2a li:nth-child(1) {
  width: 20%;
  text-align: left;
  padding-left: 3.125rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_list2a li:nth-child(1) {
    padding-left: 6%;
  }
}

.job-cont2 .job_list1 {
  text-align: center;
}

.job-cont2 .job_list1 strong {
  display: block;
}

.job-cont2 .job_list1 li {
  width: 100%;
  text-align: left;
}

.job-cont2 .job_list1 li .job_as1 {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}

.job-cont2 .job_list1 li .job_as1 .as1 {
  color: #424242;
  width: 18.75%;
  text-align: center;
  padding: 1.15rem 0;
  font-weight: 400;
  font-size: 1rem;
}

.job-cont2 .job_list1 li .job_as1 .as1:last-child {
  width: 5%;
  text-align: center;
}

.job_list2a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3.125rem;
}

.job-cont2 .job_list1 li .job_as1 .as1 i {
  font-size: 1rem;
}

.job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
  width: 20%;
  text-align: left;
  padding-left: 3.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
    padding-left: 6%;
  }
}

.job-cont2 .job_list1 li .wehha-job {
  padding: 2.8125rem 3.125rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job {
    padding: 1.5rem 6%;
  }
}

.job-cont2 .job_list1 li .wehha-job .wehgs-as {
  margin-bottom: 0.75rem;
}

.job-cont2 .job_list1 li .wehha-job .wehgs-as li {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 48%;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont {
  font-size: 1rem;
  font-weight: 400;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont ul {
  margin-top: 0;
  margin-bottom: 2.3125rem;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont ul li {
  margin-right: 0;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont ul li span {
  font-weight: 400;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont .email {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont .email span {
  font-size: 1.5rem;
  color: #EC6518;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  color: #EC6518;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.job-cont2 .job_list1 li .wehha-job a.more-b {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job a.more-b {
    margin-top: 1rem;
  }
}

.job_list1 li .wehha-job {
  display: none;
}

.job_list1 li .pead-cont ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.875rem;
}

.job_list1 li .pead-cont ul li {
  width: auto;
  margin-right: 3.125rem;
  color: #5a5a5a;
}

.job_list1 li .pead-cont ul li>div,
.job_list1 li .pead-cont ul li a {
  display: flex;
  align-items: center;
}

.job_list1 li .pead-cont ul li a:hover {
  color: #EC6518;
}

.job_list1 li .pead-cont ul li .iconfont {
  color: #EC6518;
  margin-right: 0.625rem;
  font-size: 1rem;
  display: block;
}

.job_list1 li .pead-cont ul li a {
  color: #5a5a5a;
  font-size: 0.875rem;
}

.job_list1 li.active {
  background: #EEF7FF;
}

.job_list1 li.active .dt {
  background: #EC6518;
}

.job_list1 li.active .dt .as1 {
  color: #fff;
}

.bgf4 {
  background: #F8F7FC;
}

.list_join_three .content ul.row li>div {
  height: 100%;
}

@media (max-width: 767px) {
  .list_join .right {
    margin-top: 15px;
  }

  .list_join .text {
    font-size: 14px;
    line-height: 26px;
  }

  .list_join_two .swiper-container {
    margin-top: 15px;
  }

  .list_join_two .hover div {
    font-size: 16px;
    line-height: 24px;
  }

  .list_join_three .subtitle {
    width: 100%;
  }

  .job-cont2 .job_list1 li .wehha-job .wehgs-as li {
    width: 33.3%;
    font-size: 1rem;
  }

  .list_join .text {
    margin-top: 5px;
  }

  .list_join_three .margin {
    margin: 5px 0 15px;
  }
}

.list_contact {
  position: relative;
  z-index: 4;
}

.list_contact .name {
  color: #000;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.8125rem;
  position: relative;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
}

.list_contact .name::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4rem;
  height: 0.125rem;
  background: #EC6518;
}

.list_contact .left {
  padding-right: 6.5625rem;
}

.list_contact ul li {
  display: flex;
}

.list_contact ul li:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.list_contact ul li .icon {
  width: 1.625rem;
  height: 1.625rem;
}

.list_contact ul li .icon img {
  width: 100%;
  height: 100%;
}

.list_contact ul li .con {
  width: calc(100% - 1.625ren);
  padding-left: 2.1875rem;
  color: #080808;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.list_contact .ewm {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.list_contact .ewm>div {
  text-align: center;
}

.list_contact .ewm>div .img img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.625rem;
  border: 1px solid #EEE;
}

.list_contact .ewm>div .text {
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 0.875rem;
  opacity: 0.6;
}

.list_message {
  background: url(../img/26.png) no-repeat;
  background-size: cover;
}

.list_message form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1.25rem;
  background: #FFF;
  line-height: 3.75rem;
  width: 100%;
  border-radius: 0.625rem;
}

.list_message form button {
  margin: 0 auto;
}

.list_message form input::placeholder,
.list_message form textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.list_message form textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.25rem;
  background: #FFF;
  line-height: 1.875rem;
  border-radius: 0.625rem;
  height: 7.5rem;
}

.list_message form button {
  border: none;
}

.list_download .ul {
  margin-top: 4.0625rem;
}

.list_download .ul li a {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
  box-shadow: 0.25rem 1rem 1rem 0px rgba(0, 0, 0, 0.06);
  padding: 3.625rem 2.5rem 2.625rem 2.0625rem;
}

.list_download .ul li a>img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.9375rem;
  opacity: 0.3;
}

@keyframes yuan {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.list_download .ul li .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5625rem;
}

.list_download .ul li .geshi {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 1rem 0 3.125rem;
}

.list_download .ul li .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.list_download .ul li .more {
  width: 7.75rem;
}

.list_download .ul li .more div {
  color: rgba(0, 0, 0, 0.8);
}

.list_download .ul li .more>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_download .ul li .more img {
  margin-left: 0.6875rem;
  height: 1.3125rem;
}

.list_download .ul li:hover>a>img {
  animation: yuan 20s infinite;
}

.list_download .ul li:hover .name {
  color: #EC6518;
}

.list_download .ul li .more:hover img {
  filter: brightness(0) invert(1);
}

.list_download .ul li .more:hover div {
  color: #fff;
}

.alignc {
  align-items: center;
}

.list_solution .ul li .left {
  padding-right: 100px;
}

.list_solution .ul li .over img {
  height: 28.75rem;
  object-fit: cover;
}

.list_solution .ul li:nth-child(even) {
  background: #F5F5F7;
}

.list_solution .ul li:nth-child(even) .left {
  padding: 0 15px 0 6.25rem;
  order: 2;
}

.list_solution .ul li:nth-child(even) .right {
  order: 1;
}

.list_solution .ul li .left .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  margin: 1.25rem 0 3.125rem;
}

.bor20 {
  border-radius: 1.25rem;
}

.suqera_case .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.875rem;
}

.suqera_case:hover .name {
  color: #EC6518;
}

.suqera_case:hover .over img {
  transform: scale(1.1);
}

.bgf8 {
  background: #F8F8F8;
}

.show_solition_two .swiper-slide:hover>a {
  box-shadow: none;
}

.squera_pro:hover>a {
  box-shadow: 0px 4px 25px 0px rgba(15, 109, 201, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro>a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 1rem 2rem 3.4375rem;
  border-radius: 1.25rem;
  background: #fff;
  text-align: center;
}

.squera_pro>a .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 2rem 0 0.625rem;
}

.squera_pro>a .over img {
  padding: 1rem 0;
}

.squera_pro>a img {
  height: 18.75rem;
  object-fit: contain;
}

.squera_pro>a .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.squera_pro:hover>a .name {
  color: #EC6518;
}

.squera_pro:hover>a img {
  transform: scale(1.1);
}

.list_case .ul li {
  margin-bottom: 4.375rem;
}

.list_case .ul li .over img {
  height: 20rem;
  object-fit: cover;
}

@media (max-width: 767px) {
  .list_case .ul li .over img {
    height: auto;
  }
}

.suqera_case .over img {
  height: 20rem;
  object-fit: cover;
}

@media (max-width: 767px) {
  .suqera_case .over img {
    height: 15rem;
  }
}

.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0.25rem;
  background: transparent;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #EC6518;
  border-color: #EC6518;
}

.show_case .img,
.show_case .top {
  margin-top: 3.125rem;
}

.show_case .img {
  padding: 0 6.25rem;
}

.show_case .top ul {
  margin-top: -2.5rem;
}

.show_case .top ul li {
  margin-top: 2.8125rem;
}

.show_case .top ul li>div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2.1875rem;
}

.show_case .top ul li .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.show_case .top ul li .text {
  margin-top: 0.375rem;
}

.list_agent .text {
  margin-top: 2.8125rem;
  margin-bottom: 4.375rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_agent .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.list_agent .tel {
  display: inline-block;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5.625rem 2rem;
}

.list_agent .tel p {
  color: rgba(4, 4, 4, 0.7);
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  padding: 0 7.1875rem;
  background: #fff;
  position: relative;
  margin-top: -1.25rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.list_agent .tel div {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5.625rem;
  background-image: -webkit-linear-gradient(left, rgba(15, 109, 201), rgba(152, 19, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list_agent_two .swiper-container {
  margin-top: 3.4375rem;
}

.list_agent_two .swiper-slide {
  height: auto;
}

.list_agent_two .swiper-slide:hover>div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_agent_two .swiper-slide:hover>div .name {
  color: #EC6518;
}

.list_agent_two .swiper-slide>div {
  padding: 4rem 2.1875rem 5.25rem;
  border-radius: 1.25rem;
  background: #FFF;
  height: 100%;
}

.list_agent_two .swiper-slide .icon {
  background: rgba(15, 108, 201, 0.1);
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.list_agent_two .swiper-slide .icon img {
  height: 2.625rem;
}

.list_agent_two .swiper-slide .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.625rem 0 0.625rem;
}

.list_agent_two .swiper-slide .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.number_ul li {
  text-align: center;
  flex: 1 0 0;
}

.number_ul li .num {
  line-height: 1;
  position: relative;
}

.number_ul li .num span {
  color: #EC6518;
  font-size: 3.125rem;
  font-weight: 600;
}

.number_ul li>div {
  display: inline-block;
}

.number_ul li .num sub {
  color: #EC6518;
  font-size: 1.25rem;
  bottom: auto;
  top: 0.875rem;
  margin-left: 0.25rem;
  position: absolute;
  font-weight: 700;
}

.number_ul li .num sub sub {
  top: 0.1875rem;
}

.number_ul li .num i {
  color: #EC6518;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}

.number_ul li .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}

.row27 {
  margin-left: -1.6875rem;
  margin-right: -1.6875rem;
}

.row27>div,
.row27 li {
  padding: 0 1.6875rem;
}

.squera_news .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.875rem 0 1rem;
}

.squera_news .text2 {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.squera_news .text2 span {
  color: #EC6518;
}

.squera_news .font20 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.875rem 0 1rem;
}

.squera_news .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.75rem;
}

.squera_news.aa.bb a {
  background: #F5F9FD;
}

.squera_news.aa a {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
}

.squera_news.aa .content {
  padding: 0 1.875rem 3.4375rem;
}

.squera_news:hover .name {
  color: #EC6518;
}

.squera_news:hover .over img {
  transform: scale(1.1);
}

.swiper_btn {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.06);
}

.swiper_btn .iconfont {
  color: #000;
  font-size: 1.125rem;
}

.swiper_btn:hover {
  background: #EC6518;
}

.swiper_btn:hover .iconfont {
  color: #fff;
}

.margin .swiper-button-prev {
  left: -6rem;
}

.margin .swiper-button-next {
  right: -6rem;
}

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

.list_about::before {
  content: "";
  position: absolute;
  background: url(../img/44.png) no-repeat;
  background-size: contain;
  width: calc(100% - var(--container) * 2);
  height: 80%;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  background-position: center;
}

.list_about .margin {
  margin: 0 -4.625rem;
}

.list_about .margin>div {
  padding: 0 4.625rem;
}

.list_about .name {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-top: 3.75rem;
  margin-bottom: 0.75rem;
}

.list_about .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: justify;
  margin-top: 1rem;
}

.list_about .text p {
  text-indent: 2rem;
}

.list_about .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.list_about .right {
  padding-top: 3rem !important;
}

.list_about .right ul {
  margin: 0 -3.4375rem;
}

.list_about .right ul li {
  padding: 0 3.4375rem;
  flex: none;
}

.list_about .right ul li:last-child>div {
  margin-bottom: 0;
}

.list_about .right ul li>div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding-bottom: 0.8125rem;
  margin-bottom: 4.0625rem;
}

.list_about .right ul li>div .num {
  text-align: left;
}

.list_about .right ul li>div .num .counter {
  font-size: 3.5rem;
}

.list_about .right ul li>div .text {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.list_about_two {
  background: url(../img/45.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.list_about_two .swiper_top {
  padding: 6.875rem 0 14.375rem;
}

.list_about_two .swiper_top .year {
  color: #FFF;
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 0.8;
  text-transform: capitalize;
  width: 25rem;
  text-align: center;
}

.list_about_two .swiper_top .con {
  width: calc(100% - 25rem);
  padding-left: 1.875rem;
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.75rem;
}

.list_about_two .swiper_top .content {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.list_about_two .swiper-button-prev {
  left: -5rem;
  margin-top: -0.9375rem;
}

.list_about_two .swiper-button-next {
  right: -5rem;
  margin-top: -0.9375rem;
}

.list_about_two .swiper_bot {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.list_about_two .swiper_bot .swiper-slide {
  color: #FFF;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_about_two .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  font-weight: 700;
}

.list_about_two .swiper_bot .swiper-slide.swiper-slide-thumb-active div::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two .swiper_bot .swiper-slide.swiper-slide-thumb-active::before,
.list_about_two .swiper_bot .swiper-slide.swiper-slide-thumb-active::after {
  width: 2px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.list_about_two .swiper_bot .swiper-slide div {
  padding-bottom: 0.875rem;
  position: relative;
}

.list_about_two .swiper_bot .swiper-slide div::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two .swiper_bot .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0.625rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0.5;
}

.list_about_two .swiper_bot .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0.625rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0.5;
}

.list_about_three {
  height: calc(100vh - 6.25rem);
  overflow: hidden;
}

.list_about_three .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}

.list_about_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.list_about_three .icon img {
  height: 7.625rem;
}

.list_about_three ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.list_about_three ul li {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.list_about_three ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.list_about_three .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
  position: relative;
  margin-bottom: 1.5625rem;
  margin-top: 0.9375rem;
  padding-bottom: 1.25rem;
}

.list_about_three .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  width: 2.625rem;
}

.list_about_three .text {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_about_four {
  background: url(../img/46.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.list_about_four::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.list_about_four .top .right ul {
  justify-content: flex-end;
}

.list_about_four .top .right ul li {
  flex: none;
}

.list_about_four .top .right ul li:not(:first-child) {
  margin-left: 7.5rem;
}

.list_about_four .margin {
  margin: 3.75rem -1.25rem 2.5rem;
}

.list_about_four .swiper-slide {
  padding: 0 1.25rem;
}

.list_about_four .swiper-slide .over {
  box-shadow: 4px 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
}

.list_about_four .swiper-slide .over {
  padding: 1.25rem 0.75rem;
  border-radius: 1.25rem;
  background: #fff;
}

.list_about_four .swiper-slide .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.5625rem;
}

.list_about_four .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.list_about_four .swiper-pagination-bullet-active {
  background: #fff;
}

.channel_business .right {
  padding-left: 4.375rem;
}

.channel_business ul {
  margin-top: 4rem;
}

.channel_business ul li .icon {
  margin-bottom: 0.625rem;
}

.channel_business ul li .icon img {
  height: 4.375rem;
}

.channel_business ul li .title {
  font-size: 2.375rem;
  line-height: 2.875rem;
}

.channel_business ul li:not(:last-child) {
  margin-bottom: 7.5rem;
}

.channel_business ul li .more {
  margin-top: 2.25rem;
}

.channel_business ul li:nth-child(even) .right {
  padding-left: 15px;
  padding-right: 4.375rem;
  order: 1;
}

.channel_business ul li:nth-child(even) .left {
  order: 2;
}

.channel_business .text {
  margin: 1.25rem 0 0;
}
.channel_business .text.height {
    height: 20rem;
    overflow-y: scroll;
}
.channel_business .text.height::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: transparent;
    width: 4px;
    height: 164px;
    position: absolute;
}

.channel_business .text.height::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.channel_business .text.height::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background: #EC6518;
}


.channel_business .text>div:not(:last-child) {
  margin-bottom: 1rem;
}

.channel_business .text strong {
  color: #EC6518;
  font-weight: 600;
}

.shuzi1 {
  background: #EC6518;
}

.shuzi1 .name {
  position: absolute;
  bottom: 0.625rem;
  right: 0;
  color: #FFF;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.4;
}

.shuzi1 ul {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  align-items: flex-start;
}

.shuzi1 ul li {
  flex: 1 0 0;
  padding: 2.5rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.shuzi1 ul li .num span,
.shuzi1 ul li .num sup {
  color: #fff;
}

.shuzi1 ul li .num sup {
  font-size: 1.125rem;
  top: -0.25rem;
}

.shuzi1 ul li .text {
  color: #FFF;
}

.show_business .font18 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  line-height: 2.25rem;
  text-align: justify;
}

.show_business .font18.margin {
  margin: 1.125rem 0 3.4375rem;
}

.show_business .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
  margin-bottom: 1.25rem;
}

.show_business .over,
.show_business .over img {
  border-radius: 1.25rem;
  width: 100%;
}

.row30 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.row30>div,
.row30>li {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.list_news .ul li {
  margin-bottom: 4rem;
  position: relative;
}

.list_news .ul li:first-child {
  padding-top: 0;
}

.list_news .ul li .name {
  padding-top: 1.875rem;
}

.list_news .ul li .text {
  margin: 0.625rem 0;
}

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

.list_news .ul li:hover .name {
  color: #EC6518;
}

.list_news .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .right {
  padding-left: 1.875rem;
}

.list_news_one .name,
.list_news .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.list_news_one .text,
.list_news .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1.125rem 0 1.875rem;
}

.list_news_one .data,
.list_news .data {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.list_news_one .right .more {
  background: #fff;
}

.list_news_one .right .more:nth-child(1) {
  margin-right: 1rem;
}

.list_news_one .right .more.active {
  background: #EC6518;
  border-color: #EC6518;
}

.list_news_one .right .more.active div {
  color: #fff;
}

.list_news_one .r {
  display: flex;
  align-items: center;
}

.list_news_one .r>div {
  padding: 0 2rem 0 0.875rem;
}

.list_news_one .swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
}

.list_news_one .swiper-slide:hover .name {
  color: #EC6518;
}

.list_news_one .swiper-slide:hover .over img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1.1);
}

.list_news_one .swiper-slide a {
  background: #fff;
}

.list_news_one .swiper-container {
  margin: 4.375rem 0;
}

.list_contact_two .margin {
  margin-top: 2.5rem;
}

.list_contact_two .ul {
  margin: -1.5625rem;
}

.list_contact_two .ul li {
  padding: 1.5625rem;
}

.list_contact_two .ul li:hover>div {
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_two .ul li:hover .name::before {
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_two .ul li>div {
  padding: 2.625rem 2.8125rem 3.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_two .ul li>div::before {
  content: "";
  position: absolute;
  height: calc(100% - 1.875rem);
  width: calc(100% - 1.125rem * 2);
  background: #EC6518;
  opacity: 0.2;
  border-radius: 1.25rem;
  transform: translateX(-50%);
  top: 2.5rem;
  left: 50%;
  z-index: -1;
}

.list_contact_two .ul li .name {
  color: #000;
  margin-bottom: 0.9375rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1rem;
  position: relative;
}

.list_contact_two .ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 0.125rem;
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_two .ul li .text>div {
  display: flex;
  margin-bottom: 0.625rem;
}

.list_contact_two .ul li .text>div p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 3rem;
}

.list_contact_two .ul li .text>div div {
  width: calc(100% - 3rem);
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.more_2 {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 50%;
  background: #FFF;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.more_2.bgf {
  background: transparent;
  border: 1px solid #FFF;
}

.more_2.bgf .iconfont {
  color: #fff;
}

.more_2.bgf:hover::before {
  background: #fff;
}

.more_2.bgf:hover .iconfont {
  color: #EC6518;
}

.more_2 .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #EC6518;
}

.more_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.more_2:hover::before {
  transform: scale(0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_2:hover .iconfont {
  color: #fff;
}

.list_join_three {
  position: relative;
  padding: 15rem 0 5rem;
  z-index: 4;
}

.list_join_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43.75rem;
  background: url(../img/37.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.list_join_three .title span::before {
  background: #fff;
}

.list_join_three .content {
  border-radius: 2.5rem 2.5rem 0rem 0rem;
  background: #FFF;
  padding: 5.3rem 3.75rem 0;
  background: #fff;
  margin-top: 9.66rem;
}

.list_join_three .content ul.row {
  margin: 0 -1.25 rem;
}

.list_join_three .content ul.row li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.list_join_three .content ul.row li:hover>div {
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_three .content ul.row li:hover>div .name {
  color: #fff;
}

.list_join_three .content ul.row li:hover>div .name::before {
  background: #fff;
}

.list_join_three .content ul.row li:hover>div .text,
.list_join_three .content ul.row li:hover>div .text span {
  color: #fff;
}

.list_join_three .content ul.row li:hover>div::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}

.list_join_three .content ul.row li:hover .more_2 {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_three .content ul.row li>div {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: hidden;
  box-shadow: 4px 20px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 3.3rem 2rem 2.2rem;
}

.list_join_three .content ul.row li>div .more_2 {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_three .content ul.row li>div .name {
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  padding-bottom: 1.125rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.list_join_three .content ul.row li>div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #EC6518;
  width: 3rem;
}

.list_join_three .content ul.row li>div .text {
  color: #000;
  line-height: 2.5rem;
}

.list_join_three .content ul.row li>div .text span {
  color: rgba(0, 0, 0, 0.4);
}

.join_pop_up #staticBackdropLabel {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #EC6518;
}

.join_pop_up .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #EC6518;
  margin-bottom: 0.5rem;
}

.join_pop_up .modal-header {
  padding: 2.375rem 1.25rem;
  text-align: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.join_pop_up .modal-header h5 {
  width: 100%;
}

.join_pop_up .modal-header button {
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1 !important;
  z-index: 99;
}

.join_pop_up .modal-header button .iconfont {
  font-size: 2rem;
  color: #BABABA;
}

.join_pop_up .modal-header button:hover .iconfont {
  color: #EC6518;
}

.join_pop_up .modal-content .padding {
  padding: 0 3.5625rem;
}

.join_pop_up .text {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.join_pop_up .modal-body {
  padding: 2.375rem 0 3.125rem;
}

.join_pop_up strong {
  color: #EC6518;
  font-weight: 600;
}

.join_pop_up strong.s {
  color: rgba(0, 0, 0, 0.7);
}

.join_pop_up .modal-content {
  border-radius: 1.25rem;
}

.join_pop_up .modal_end {
  padding: 2.5rem 3.5625rem;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1.25rem 1.25rem;
}

.join_pop_up .modal_end li img {
  width: 3.125rem;
}

.join_pop_up .modal_end li span:first-of-type {
  font-weight: 700;
  font-size: 1.5rem;
  color: #EC6518;
}

.join_pop_up .modal_end li span:nth-child(2) {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: lowercase;
  color: #EC6518;
}

.join_pop_up .modal_end li img {
  margin-right: 0.625rem;
}

.join_pop_up .modal_end li span:nth-child(4) {
  font-size: 1rem;
  color: #EC6518;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-backdrop.fade.show {
  display: block !important;
}

.list_join_o .text {
  text-align: justify;
}

.list_join_o .text p {
  text-indent: 2rem;
}

.list_join_o .text p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.list_join_o .row {
  margin: 0 -2.8125rem;
}

.list_join_o .row>div {
  padding: 0 2.8125rem;
}

.list_join_t .swiper-slide {
  padding: 0 1.25rem;
}

.list_join_t .swiper-slide .over {
  margin-bottom: 2.5rem;
  border-radius: 1.25rem;
}

.list_join_t .swiper-slide .over img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}

.list_join_t .margin {
  margin: 3.4375rem -1.25rem 0;
}

.list_service_two {
  background: url(../img/40.png) no-repeat;
  background-size: cover;
}

.list_service_two .row {
  margin-top: 3.75rem;
}

.list_service_two .left {
  padding-top: 5rem;
}

.list_service_two .left ul li {
  padding: 1.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_service_two .left ul li .name {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
  margin-bottom: 0.3125rem;
}

.list_service_two .left ul li .text {
  font-size: 1rem;
}

.show_solution .text {
  font-size: 1.125rem;
}

.show_solution_two .margin {
  margin: 2.8125rem -1.875rem;
}

.show_solution_two .swiper-slide {
  padding: 0 1.875rem;
  height: auto;
}
.show_solution_two .swiper-slide>a {
    height: 100%;
}
.show_solution_two .swiper-slide:hover a .name {
  color: #EC6518;
}

.show_solution_two .swiper-slide:hover a .over img {
  transform: scale(1.1);
}

.show_solution_two .swiper-slide a {
  background: #F8F8F8;
  padding: 3.125rem 2.5rem;
}

.show_solution_two .swiper-slide a .over img {
  height: 20.4375rem;
  object-fit: contain;
}

.show_solution_two .swiper-slide a .name {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 3.125rem;
  position: relative;
  padding-bottom: 1.125rem;
}

.show_solution_two .swiper-slide a .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 0.125rem;
  background: #EC6518;
}

.show_solition_three .swiper-container {
  margin: 3.4375rem 0 4rem;
}

.show_solition_three .swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
}

.show_solition_three .swiper-slide .right {
  display: flex;
  align-items: center;
}

.show_solition_three .swiper-slide .right>div {
  width: 100%;
  padding: 0 2rem 0 3rem;
}

.show_solition_three .swiper-slide .right>div .name {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8125rem;
  display: flex;
  align-items: center;
}

.show_solition_three .swiper-slide .right>div .name img {
  height: 4rem;
  margin-right: 1.25rem;
}

.show_solition_three .swiper-slide .right>div .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  margin: 0.9375rem 0 2.8125rem;
}

.list_product {
  display: flex;
}

.list_product .left {
  width: 27.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.list_product .left ul {
  position: sticky;
  top: 6.25rem;
}

.list_product .left ul li {
  margin-bottom: 0.625rem;
}

.list_product .left ul li:hover a,
.list_product .left ul li.active a {
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.list_product .left ul li a {
  padding-left: 6.8125rem;
  line-height: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
}

.list_product .right {
  width: calc(100% - 27.5rem);
  padding-left: 8.625rem;
  padding-right: var(--container);
}

.list_product .right .ul li a {
  padding: 3.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_product .right .ul li .name {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 9;
  text-transform: capitalize;
}

.list_product .right .ul li .name::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #FAD1BA;
}

.list_product .right .ul li .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 1.125rem 0 2.5rem;
}

.dian {
  padding-left: 1rem;
  position: relative;
}

.dian::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}

.show_product {
  padding: 7rem 0 1rem;
}

.show_product .bread {
  color: #fff;
}

.show_product .bread a {
  color: #fff;
}

.show_product .dian::before {
  background: #fff;
}

.show_product .swiper-slide {
  text-align: center;
}

.show_product .img img {
  height: 31.25rem;
  width: auto;
}

.show_product .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.show_product .swiper-pagination-bullet-active {
  border-color: #EC6518;
}

.show_product .name {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 9;
  margin-bottom: 1.125rem;
}

.show_product .name::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #785038;
}

.show_product .text {
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.show_product_two .swiper-container {
  margin: 4rem 0;
}

.show_product_two .swiper-slide {
  height: auto;
}

.show_product_two .swiper-slide>div {
  height: 100%;
  background: #FFF;
  border-radius: 1.25rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
  padding: 3.75rem 1.25rem;
}

.show_product_two .swiper-slide>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/43.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.show_product_two .swiper-slide>div .icon img {
  height: 3.625rem;
}

.show_product_two .swiper-slide>div .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  position: relative;
  margin-top: 2.125rem;
  margin-bottom: 1.375rem;
}

.show_product_two .swiper-slide>div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 0.1875rem;
  background: #EC6518;
}

.show_product_two .swiper-slide>div .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.show_product_three .over img {
  width: 100%;
}

.show_product_three .text {
  margin-top: 3.125rem;
}

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

.index_one .swiper-container {
  margin-top: 2.5rem;
}

.index_one .swiper-slide img {
  height: 4.5rem;
  object-fit: contain;
  filter: brightness(1) invert(0);
  opacity: 0.4;
}

.index_one .swiper-slide:hover img {
  opacity: 1;
}

.index_three {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.index_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

.index_three .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}

.index_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index_three .container {
  z-index: 9;
  position: relative;
}

.index_three .name {
  color: #FFF;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 3.125rem;
  display: flex;
  align-items: center;
  padding-top: 5.625rem;
}

.index_three .name img {
  height: 5rem;
  filter: brightness(0) invert(1);
}

.index_three .name div {
  width: calc(100% - 5rem);
  padding-left: 1.375rem;
}

.index_three .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0.5rem 0 3.375rem;
  line-height: 1.75rem;
}

.index_three .swiper-container {
  padding-bottom: 16rem;
}

.index_three .swiper-container .swiper-slide .text {
  width: 50%;
}

.index_three .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.index_three .hover ul {
  display: flex;
}

.index_three .hover ul li {
  flex: 1;
  text-align: center;
  padding: 1.875rem 0 2.625rem;
  position: relative;
  cursor: pointer;
}

.index_three .hover ul li>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .hover ul li.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 5.5rem);
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.625rem 5rem 0 0;
  z-index: -1;
}

.index_three .hover ul li.active>div {
  position: absolute;
  top: -1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
  text-align: center;
}

.index_three .hover ul li.active .icon img {
  width: 5rem;
  height: 5rem;
}

.index_three .hover ul li .icon img {
  height: 3.125rem;
  filter: brightness(0) invert(1);
}

.index_three .hover ul li .name_ {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: center;
}

.index_three .hover ul li .name_en {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: capitalize;
}

.index_two {
  background: url(../img/47.png) no-repeat;
  background-size: cover;
}

.index_two .container {
  padding-right: 0;
}

.index_two .swiper-container {
  padding-right: 35rem;
}

.index_two .swiper-slide-active .hover2 {
  display: none;
}

.index_two .left {
  padding-top: 9rem;
  padding-bottom: 12.875rem;
}

.index_two .left .name {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 9;
  padding-top: 5rem;
}

.index_two .left .name::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #FAD1BA;
}

.index_two .left .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 1rem 0 1.875rem;
}

.index_two .hover2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35rem;
  height: 100%;
  z-index: 9;
  background: #2A3138;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4rem;
}

.index_two .hover2 .img {
  text-align: center;
  padding-top: 2rem;
}

.index_two .hover2 .img img {
  height: 24rem;
  object-fit: contain;
}

.index_two .hover2 .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding-bottom: 1.25rem;
  position: relative;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

.index_two .hover2 .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 0.25rem;
  background: #EC6518;
}

.index_two .hover2 .num {
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  color: transparent;
  font-family: -apple-system, BlinkMacSystem, 'Noto Sans SC', 'sourcehansans', sans-serif !important;
  font-size: 18.75rem;
  font-weight: 700;
  line-height: 0.7;
}

.index_two .hover {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: calc(100% - 35rem);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 4rem;
}

.index_two .hover>div {
  width: 11rem;
  display: flex;
  justify-content: flex-end;
}

.index_two .hover>div .swiper-button-next {
  margin-left: 1.25rem;
}

.index_two .hover .swiper_btn {
  position: static;
}

.index_two .hover ul {
  display: flex;
  align-items: center;
  width: calc(100% - 11rem);
}

.index_two .hover ul div {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}

.index_two .hover ul div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0.625rem;
  background: rgba(0, 0, 0, 0.3);
}

.index_two .hover ul li {
  flex: 1 0 0;
  cursor: pointer;
}

.index_two .hover ul li.active:last-child div::after {
  background: #EC6518;
}

.index_two .hover ul li.active+li div::before {
  background: #EC6518;
}

.index_two .hover ul li.active div {
  color: #EC6518;
  border-bottom-color: #EC6518;
}

.index_two .hover ul li.active div::before {
  background: #EC6518;
}

.index_two .hover ul li.active p {
  color: #EC6518;
}

.index_two .hover ul li:last-child div::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0.625rem;
  background: rgba(0, 0, 0, 0.3);
}

.index_two .hover ul p {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 0.125rem;
  padding-top: 0.75rem;
  height: 3rem;
}

.show_business_case {
  background: url(../img/50.png) no-repeat;
  background-size: cover;
}

.show_business_case .more:last-child {
  margin-left: 1.25rem;
}

.show_business_case .sum>div {
  display: none;
}

.show_business_case .sum>div.active {
  display: block;
}

.show_business_case .margin {
  margin-top: 2.875rem;
}

.show_business_case .name {
  font-size: 1.125rem;
  color: #fff;
}

.show_business_case .text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0.625rem 0 1.25rem;
}

.show_business_case .data {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.show_business_case .left a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 1.25rem;
}

.show_business_case .left .name {
  padding-top: 1.5625rem;
}

.show_business_case .left .over img {
  height: 21.25rem;
  object-fit: cover;
}

.show_business_case .left:hover .over img {
  transform: scale(1.1);
}

.show_business_case .left:hover .name {
  color: #EC6518;
}

.show_business_case .right ul li:first-child a {
  padding-top: 0;
}

.show_business_case .right ul li:hover .r .name {
  color: #EC6518;
}

.show_business_case .right ul li:hover .l img {
  transform: scale(1.1);
}

.show_business_case .right ul li .over img {
  height: 8.5rem;
  object-fit: cover;
}

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

.show_business_case .right ul li a {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  position: relative;
}

.show_business_case .right ul li a .bor20 {
  border-radius: 0.625rem;
}

.show_business_case .right ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_business_case .right ul li a .l {
  height: 8.75rem;
  object-fit: cover;
  width: 13rem;
}

.show_business_case .right ul li a .r {
  width: calc(100% - 13rem);
  padding-left: 1.75rem;
}

.show_business_case .right ul li a .r .text {
  margin: 0.5rem 0 1.125rem;
}

.index_four .left {
  padding-right: 8rem;
  position: sticky;
  top: 10rem;
  height: 100%;
}

.index_four .left .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding: 4rem 0 1.125rem;
}

.index_four .left .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.index_four .left .more {
  margin-top: 3.125rem;
}

.index_four .right .number_ul {
  flex-wrap: wrap;
  margin: 0 -1.5625rem;
}

.index_four .right .number_ul li {
  flex: none;
  width: 50%;
  padding: 0 1.5625rem;
  position: relative;
}

.index_four .right .number_ul li:not(:last-child) {
  margin-bottom: 3rem;
}

.index_four .right .number_ul li:hover>div {
  background: #EC6518;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .right .number_ul li:nth-child(even) {
  top: 10rem;
}

.index_four .right .number_ul li>div {
  width: 100%;
  height: 15rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .right .number_ul li>div>div {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.index_four .right .number_ul li>div .num span {
  font-size: 4.75rem;
  color: #fff;
}

.index_four .right .number_ul li>div .num sub {
  font-size: 2.5rem;
  color: #fff;
}

.index_four .right .number_ul li>div .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  position: relative;
}

.index_four .right .number_ul li>div .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: #fff;
}

#translate {
  display: none;
}

.beian .right,
.beian .left {
  font-size: 0.875rem;
}

.en_show {
  display: none;
}