@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;
  --phone_img: 30px;
  --bors: 1.25rem;
  --box_s: 0 0 0.75rem rgba(0, 0, 0, 0.15);
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #E60012;
}
.c {
  color: #E60012;
}
.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: 5.125rem;
  height: 3.125rem;
  border-radius: 10%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 70px;
    height: 50px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #E60012;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #1A1A1A;
}
/* 禁止缩放表单 */
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: #E60012;
}
.search_more:hover::before {
  background: #E60012;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.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 {
  position: absolute;
  width: 100%;
  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.pro {
  width: 100%;
  padding: 3.125rem 0 6.25rem;
}
.er-ul.pro .flex2 {
  justify-content: flex-start;
}
.er-ul.pro .left {
  width: 35%;
  border-right: 1px solid #CECECE;
}
.er-ul.pro .left a {
  line-height: 3.125rem;
  color: #858585;
  font-size: 1rem;
  padding: 0 2rem;
  font-weight: 400;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul.pro .left a:hover,
.er-ul.pro .left a.active {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #E60012;
}
.er-ul.pro .center {
  width: 40%;
  padding-left: 5rem;
}
.er-ul.pro .center > div {
  display: none;
}
.er-ul.pro .center > div.active {
  display: block;
}
.er-ul.pro .center .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.er-ul.pro .center .text:hover {
  color: #E60012;
}
.er-ul.pro .right {
  width: 25%;
}
.er-ul.pro .right > div {
  display: none;
}
.er-ul.pro .right > div > div {
  display: none;
}
.er-ul.pro .right > div > div.active {
  display: block;
}
.er-ul.pro .right > div.active {
  display: block;
}
.er-ul.pro .right .over {
  height: 22.25rem;
  width: 18.3125rem;
  background: #f5f5f5;
  margin: 0 0 0 auto;
  border-radius: 0.9375rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.er-ul.pro .right .over img {
  max-height: 100%;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #E60012;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.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.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #E60012;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #E60012;
  color: #fff;
  background: #E60012;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #E60012;
}
.searchbox {
  border-color: #E60012;
}
@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: var(--phone_img);
}
.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: #E60012;
}
.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-size: 1.125rem;
  line-height: 1.35rem;
  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: #E60012;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  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: 32px;
}
.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: var(--phone_img);
}
.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: #E60012;
  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: #E60012;
}
.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: var(--phone_img);
  filter: brightness(0) invert(0.8);
}
.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;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #E60012;
}
.rightfix li:hover .iconfont {
  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);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #323232;
}
header.active .logo img,
header:hover .logo img,
header.white .logo img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img,
header.active .tel img,
header:hover .tel img,
header.white .tel img {
  filter: brightness(1) invert(0);
}
header.active .menu img:nth-child(2),
header:hover .menu img:nth-child(2),
header.white .menu img:nth-child(2) {
  display: inline-block;
}
header.active .menu img:nth-child(1),
header:hover .menu img:nth-child(1),
header.white .menu img:nth-child(1) {
  display: none;
}
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: #E60012;
}
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: #E60012;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active2 {
  background: #fff;
  --cf: #000;
  animation: none !important;
  box-shadow: none !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.05;
}
header.active2 .menu img {
  filter: brightness(0) !important;
  opacity: 0.8 !important;
}
header.active2 .center {
  opacity: 0;
}
header.active2 .tel {
  opacity: 0;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header > .container {
  padding: 0 6.25rem;
}
header .tel {
  color: var(--color);
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  margin-left: 2rem;
}
header .tel img {
  filter: brightness(0) invert(1);
  height: 1.5rem;
}
header .logo img {
  height: 4rem;
  filter: brightness(0) invert(1);
}
header .lanuage img {
  filter: brightness(0) invert(1);
  cursor: pointer;
}
header .menu {
  margin-left: 2.5rem;
  cursor: pointer;
}
header .menu img {
  height: 1.5625rem;
}
header .menu img:nth-child(2) {
  display: none;
}
header .lanuage {
  margin: 0 2.5rem;
}
header .lanuage a {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color);
}
header .lanuage a.c {
  color: #E60012;
}
header .center > ul > li {
  float: left;
  padding: 0 2.1875rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  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%;
  text-align: center;
}
.banner .hover .p1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #E60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .hover2 {
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100%;
  z-index: 8;
}
.banner .hover2 .container {
  padding: 0 6.25rem;
}
.banner .hover2 p {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: italic;
  margin-top: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.banner .hover2 p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 p:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 .flex {
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2.625rem;
}
.banner .hover2 .flex > div {
  position: static;
  margin-top: 0;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.875rem;
  background-image: none;
}
.banner .hover2 .flex > div:hover {
  background: #E60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 .flex > div .iconfont {
  font-size: 1rem;
  color: #fff;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 4rem;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.nyban .bread {
  margin-top: 1.25rem;
  color: #fff;
}
.nyban .bread a {
  color: #fff;
}
.nyban .bread a:hover {
  color: #E60012;
}
.bread {
  font-size: 1rem;
  color: #262626;
}
.bread a {
  color: #262626;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  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 .icon {
  margin-bottom: 1.25rem;
}
.number_ul li .icon img {
  height: 3.125rem;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}
.swiper_pag.color .swiper-pagination-bullet {
  background: var(--swiper_pag_c);
}
.swiper_pag.color .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3125rem;
  background: rgba(0, 0, 0, 0.2);
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #E60012;
  width: 1.875rem;
  border-radius: 3.125rem;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #E60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  width: 10rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  font-style: italic;
  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: #E60012;
  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:hover {
  border-color: #E60012;
}
.more:hover div {
  color: #fff;
}
.more:hover div span {
  background: #E60012;
}
.more:hover div span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}
.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 span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  margin-left: 1rem;
  position: relative;
}
.more > div span::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #E60012;
  opacity: 0;
}
@keyframes fangda {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.more.bg {
  border-color: #E60012;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #E60012;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #E60012;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #E60012;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: #242424;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
}
.subtitle {
  color: #DC2221;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
.subtitle.cff {
  color: rgba(255, 255, 255, 0.5);
}
.subtitle.cff div::before {
  background: #fff;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #E60012;
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .fenxiang .social-share li {
  width: auto;
  height: auto;
}
.show_news .fenxiang .social-share li:hover a {
  background: transparent;
  color: #E60012;
}
.show_news .fenxiang .social-share li a {
  border: none;
  width: auto;
  height: auto;
  color: #9b9b9b;
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: #E60012;
}
.show_news .margin.text {
  margin-bottom: 2rem;
  padding: 1.875rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  margin: 1.25rem 0;
}
.show_news .data .fenxiang {
  margin-left: 1.875rem;
}
.show_news .left {
  padding-right: 5rem;
}
.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: #E60012;
  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: #E60012;
}
.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 .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-top: 3.125rem;
}
.show_news .shangxia .l {
  width: calc(100% - 11rem);
}
.show_news .shangxia .r {
  width: 11rem;
}
.show_news .shangxia .l a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia .l a:hover {
  color: #E60012;
}
.show_news .shangxia .more {
  font-style: normal;
}
.show_news .shangxia .more .iconfont {
  margin-left: 2rem;
  font-size: 1.25rem !important;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.nyerji {
  margin: 3.4375rem 0;
}
.index_one.about ul li a,
.nyerji.about ul li a {
  width: 11.25rem;
}
.index_one ul,
.nyerji ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.index_one ul li,
.nyerji ul li {
  padding: 0 0.75rem;
}
.index_one ul li a,
.nyerji ul li a {
  width: 12.25rem;
  line-height: 3.4375rem;
  border-radius: 3.5rem;
  border: 1px solid #c1c1c1;
  text-align: center;
  color: #777;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li:hover a,
.nyerji ul li:hover a,
.index_one ul li.active a,
.nyerji ul li.active a {
  border-color: #E60012;
  background: #E60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.index_one ul {
  margin: 1.6875rem -0.75rem 3.4375rem;
}
.index_one .sum {
  margin: -1.25rem;
}
.index_one .sum > div {
  display: none;
}
.index_one .sum > div.active {
  display: block;
}
.squera_pro {
  padding: 1.25rem;
  text-align: center;
}
.squera_pro a {
  border-radius: 0.625rem;
  background: #F7F7F7;
  padding: 0.5rem 0.5rem 0.5rem;
  border: 1px solid #F7F7F7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro a .name {
  color: #565656;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}
.squera_pro a .img img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover a {
  border: 1px solid #DC2221;
  box-shadow: var(--box_s);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover a .name {
  color: #E60012;
}
.squera_pro:hover a .img img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a {
  display: inline-block;
}
.more_a div {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
.more_a div img {
  height: 0.375rem;
  margin-left: 1.25rem;
  position: relative;
  top: 0.125rem;
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover div {
  color: #E60012;
}
.more_a:hover div img {
  filter: brightness(1) invert(0);
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two {
  position: relative;
  z-index: 4;
}
.index_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 12.5rem);
  background: url(../images/01.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
.index_two .text {
  margin: 1rem auto 5.625rem;
  width: 70%;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_two .bot {
  border-radius: 0.625rem;
  background: #F7F7F7;
  margin-top: 19.5625rem;
  padding: 5rem 0 4rem;
}
.index_two .bot ul li > div {
  display: block;
}
.index_two .bot ul li .text {
  color: #818181;
  text-align: center;
  width: 100%;
  margin: 0.625rem 0 0;
}
.index_two .bot ul li .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .bot ul li .counter,
.index_two .bot ul li sub {
  color: #E60012;
  font-style: italic;
}
.index_two .bot ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
video {
  display: block;
}
.bor15 {
  border-radius: 0.9375rem;
}
.index_three ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9375rem;
}
.index_three ul li {
  --wid: 9.5625rem;
  width: var(--wid);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.index_three ul li::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: 11rem;
  width: 1px;
  height: 12.5rem;
  background: #D0D0D0;
  transform: rotate(-45deg);
}
.index_three ul li::after {
  content: "";
  position: absolute;
  top: 12.5rem;
  left: 9.3rem;
  background: url(../images/7.png) no-repeat;
  background-size: contain;
  width: 2.0625rem;
  height: 2.75rem;
}
.index_three ul li:last-child::before,
.index_three ul li:last-child::after {
  display: none;
}
.index_three ul li:nth-child(odd) {
  align-items: flex-start;
  margin-bottom: 16.25rem;
}
.index_three ul li:nth-child(odd) .name {
  order: 1;
  margin-bottom: 1.125rem;
}
.index_three ul li:nth-child(odd) .icon {
  order: 2;
}
.index_three ul li:nth-child(even) {
  margin-top: 16.25rem;
}
.index_three ul li:nth-child(even)::before {
  top: -8rem;
  transform: rotate(45deg);
}
.index_three ul li:nth-child(even) .name {
  margin-top: 1.125rem;
}
.index_three ul li:nth-child(even)::after {
  left: 10.6rem;
  transform: rotate(-270deg);
  top: -4rem;
}
.index_three ul li .icon {
  width: 100%;
  height: var(--wid);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.index_three ul li .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_three ul li .icon img {
  width: 8.4375rem;
  height: 8.4375rem;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}
.index_three .name {
  color: #7D7D7D;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_three .hover {
  position: absolute;
  bottom: -9rem;
  left: 0;
  width: 100%;
}
.index_three .hover .name {
  color: #2D2D2D;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
  background: #fff;
}
.index_three .hover .text {
  color: #717171;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_three .right .circle1 {
  width: 34.0625rem;
  height: 34.0625rem;
  border-radius: 50%;
}
.index_three .right .circle1 > img {
  width: 100%;
  height: 100%;
}
.index_three .right .circle1 .img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2.6875rem;
  left: 0;
  top: 0;
}
.index_three .right .circle1 .swiper-slide {
  opacity: 0 !important;
}
.index_three .right .circle1 .swiper-slide svg {
  position: absolute;
  top: -3.25rem;
  left: -3.25rem;
  width: calc(100% + 6.5rem);
  height: calc(100% + 6.5rem);
  z-index: -1;
  transform: rotate(271deg);
}
.index_three .right .circle1 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.index_three .right .circle1 .swiper-slide.swiper-slide-active .dAqapctd_0 {
  stroke-dasharray: 1437 1439;
  stroke-dashoffset: 1438;
  animation: dAqapctd_draw 2000ms linear 0ms forwards;
}
@keyframes dAqapctd_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dAqapctd_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_three .right .circle1 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4.6875rem * 2);
  height: calc(100% - 4.6875rem * 2);
  background: #F7F7F7;
  padding: 1.25rem;
  border-radius: 50%;
  z-index: 1;
}
.index_three .right .circle1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_three .right .circle1 .img div {
  border-radius: 50%;
}
.index_three .right .circle1 .img div img {
  border-radius: 50%;
  width: 100%;
}
.index_three .right .circle1 .img.active {
  z-index: 9;
}
.index_six {
  position: relative;
  z-index: 98;
  background: #F7F7F7;
}
.index_six .bot {
  margin-top: 4rem;
}
.index_six .left .over img {
  height: 30.6875rem;
  object-fit: cover;
}
.index_six ul li a {
  display: flex;
  align-items: center;
  padding: 1.875rem 0;
  position: relative;
}
.index_six ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CECECE;
}
.index_six ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #E60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six ul li:hover a::after,
.index_six ul li.active a::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six ul li:hover a .name,
.index_six ul li.active a .name {
  color: #E60012;
}
.index_six ul li .l {
  width: 7.5rem;
  padding-right: 1.75rem;
}
.index_six ul li .l div {
  color: #474747;
  text-align: right;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
.index_six ul li .l p {
  color: #474747;
  text-align: right;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-top: 1.25rem;
}
.index_six ul li .r {
  width: calc(100% - 7.5rem);
  padding-left: 2rem;
  position: relative;
}
.index_six ul li .r::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 3.8125rem;
  background: #CECECE;
}
.index_six ul li .r .name {
  color: #474747;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.index_six ul li .r .text {
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.875rem;
  line-height: 1.875rem;
}
footer {
  background: #1A1A1A;
  position: relative;
  z-index: 98;
}
footer .top {
  padding: 4rem 0 6.25rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .top .left {
  width: 18.75rem;
}
footer .top .left .fenxiang {
  margin-top: 1.875rem;
}
footer .top .left .social-share li {
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #fff;
  margin-right: 1rem;
}
footer .top .left .social-share li a {
  color: #fff;
  line-height: normal;
  font-size: 0.875rem;
}
footer .top .left .social-share li:hover {
  background: #E60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .top .left .social-share li:hover a {
  color: #fff;
}
footer .top .ewm {
  width: 8.75rem;
}
footer .top .center {
  width: calc(100% - 8.75rem - 18.75rem);
  padding: 0 7.5rem 0 2rem;
}
footer .top .center ul {
  display: flex;
  justify-content: space-between;
}
footer .top .left .tel {
  color: #FFF;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.8125rem;
  margin: 1.25rem 0 0.5rem;
}
footer .top .left .email {
  color: #AFAFAF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5rem;
}
footer .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .text:hover {
  color: #fff;
}
footer .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}
.beian {
  padding: 1.125rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.beian .left {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.beian .left a {
  color: rgba(255, 255, 255, 0.6);
}
.beian .right {
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.beian .right a {
  color: rgba(255, 255, 255, 0.4);
}
.beian .right a:hover {
  color: #fff;
}
.beian .right span:last-child {
  display: none;
}
.menu_pc {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  height: calc(100vh - 5rem);
  background: #fff;
  z-index: 998;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.menu_pc.active {
  opacity: 1;
  top: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.menu_pc ul {
  display: flex;
  padding-bottom: 4rem;
  justify-content: space-between;
}
.menu_pc ul .name {
  color: #555;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0.9375rem;
}
.menu_pc ul .name:hover {
  font-weight: 500;
}
.menu_pc ul .text {
  color: #555;
  font-size: 1rem;
  line-height: 1.75rem;
}
.menu_pc ul .text:hover {
  color: #000;
}
.show_product .swiper-button-prev {
  left: 2rem;
}
.show_product .swiper-button-next {
  right: 2rem;
}
.show_product .swiper-button-prev,
.show_product .swiper-button-next {
  background-image: none;
}
.show_product .swiper-button-prev .iconfont,
.show_product .swiper-button-next .iconfont {
  font-size: 1.75rem;
  color: rgba(153, 153, 153, 0.7);
}
.show_product .swiper-button-prev:hover .iconfont,
.show_product .swiper-button-next:hover .iconfont {
  color: #E60012;
}
.show_product .left > .pr {
  border-radius: 0.625rem;
  background: #F7F7F7;
}
.show_product .left > .pr .swiper-slide {
  height: 29.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .left > .pr .swiper-slide .over {
  padding: 3rem 2rem;
}
.show_product .row {
  margin: 0 -1.5625rem;
}
.show_product .row > div {
  padding: 0 1.5625rem;
}
.show_product .right .name {
  color: #202020;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}
.show_product .right .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.8125rem;
  color: #606060;
  margin-top: 1.5625rem;
}
.show_product .flex {
  flex-wrap: wrap;
  margin-top: 5rem;
}
.show_product .flex li {
  flex: 1 0 0;
  padding: 1.5rem 0 1.875rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}
.show_product .flex li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .flex li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.show_product .flex li .icon img {
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .flex li .name {
  color: #606060;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}
.about_pro .pr {
  margin: 1.5625rem -1.25rem -1.25rem;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.bgf88 {
  background: #F5F5F5;
}
.list_contact_two form {
  margin-top: 2.5rem;
}
.list_contact_two form .row {
  margin: 0 -1.875rem;
}
.list_contact_two form .row > div {
  padding: 0 1.875rem;
}
.list_contact_two form input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  line-height: 3.4375rem;
  width: 100%;
  font-weight: 500;
  padding: 0 1.5rem;
  color: #000;
}
.list_contact_two form input::placeholder {
  color: #848484;
}
.list_contact_two form textarea {
  width: 100%;
  font-weight: 500;
  height: 10rem;
  line-height: 1.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  display: block;
  color: #000;
}
.list_contact_two form textarea::placeholder {
  color: #848484;
}
.list_contact_two form p {
  color: #252525;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_contact_two form p span {
  color: #D20000;
}
.list_contact_two form button {
  color: #fff;
  width: 11.875rem;
  line-height: 3.4375rem;
  font-style: normal;
  font-weight: 500;
}
.list_contact_two form button .iconfont {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 1.5625rem;
}
.tdt-bottom,
.tdt-top {
  z-index: 900 !important;
}
.list_contact .name {
  margin: 3.125rem 0 1.25rem;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_contact .tel {
  color: #DC2221;
  font-size: 2.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.8125rem;
  margin-bottom: 1rem;
}
.list_contact .tel a {
  color: #DC2221;
}
.list_contact .text {
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_contact .text .flex {
  justify-content: flex-start;
  margin-top: 1.875rem;
}
.list_contact .text .flex ul {
  display: flex;
}
.list_contact .text .flex ul li a {
  width: 3.3125rem;
  height: 3.3125rem;
  border-color: #9E9E9E;
  background: #9E9E9E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact .text .flex ul li:hover a {
  background: #E60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #E60012;
}
.list_contact .right > div {
  height: 100% !important;
}
.list_contact .right > div > div {
  height: 100% !important;
}
#mapmap {
  height: 33.5625rem !important;
}
.show_news .bread {
  padding-top: 1.25rem;
}
.show_news .bread a:hover {
  color: #E60012 !important;
}
.show_news .text {
  padding: 3.75rem 0 4.375rem;
  border-bottom: 1px solid #E9E9E9;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_news .top {
  background: #F1F1F1;
  padding-bottom: 5rem;
}
.show_news .top .bread {
  position: static;
  color: #8B8B8B;
}
.show_news .top .bread .tr {
  text-align: left;
}
.show_news .top .bread a {
  color: #8B8B8B;
}
.show_news .title {
  padding: 4.375rem 0 2.25rem;
}
.show_news .data {
  color: #B7B7B7;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.show_news .data .iconfont {
  font-size: 1.125rem;
  margin-right: 0.625rem;
}
.show_news .shangxia .content {
  display: flex;
  align-items: center;
}
.show_news .shangxia .content .c {
  width: 16rem;
  text-align: center;
}
.show_news .shangxia .content .c .more {
  margin: 0 auto;
}
.show_news .shangxia .content .r {
  justify-content: flex-end;
}
.show_news .shangxia .content .l,
.show_news .shangxia .content .r {
  width: calc(50% - 8rem);
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #7B7B7B;
}
.show_news .shangxia .content .l span,
.show_news .shangxia .content .r span {
  color: #000;
  white-space: nowrap;
}
.show_news .shangxia .content .l a,
.show_news .shangxia .content .r a {
  color: #7B7B7B;
}
.show_news .shangxia .content .l a:hover,
.show_news .shangxia .content .r a:hover {
  color: #E60012;
}
.show_news .shangxia .more .iconfont {
  font-size: 0.875rem;
}
.show_news .more {
  justify-content: center;
  background: #E60012;
  color: #fff;
}
.show_news .more::before {
  background: #fff;
}
.show_news .more:hover {
  color: #E60012;
}
.show_news .more.aa::before {
  background: #fff;
}
.list_news .ul li {
  padding: 3.125rem 0;
  position: relative;
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li .over,
.list_news .ul li .over img {
  border-radius: 0.625rem;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}
.list_news .ul li a {
  border-radius: 0.625rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li a .right {
  padding: 0 3.125rem;
}
.list_news .ul li:hover a {
  background: #FFF;
  box-shadow: var(--box_s);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a .left img {
  transform: scale(1.1);
}
.list_news .ul li:hover a .right .name {
  color: #E60012;
}
.list_news .ul li .name {
  color: #474747;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.list_news .ul li .text {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.5625rem 0 4.375rem;
}
.list_news .ul li .data {
  display: flex;
  align-items: center;
  color: #B7B7B7;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.875rem;
}
.list_news .ul li .data .iconfont {
  font-size: 1.125rem;
  margin-right: 0.8125rem;
  font-weight: 500;
}
.list_about .row {
  align-items: flex-end;
}
.list_about .right .over,
.list_about .right .over img {
  border-radius: 0.625rem;
}
.list_about .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.list_about .right .hover img {
  height: 4.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about .right a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.list_about .right:hover .hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about .margin {
  margin-top: 2.1875rem;
  color: #868686;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: justify;
}
.list_about .number_ul {
  margin-top: 5.5rem;
}
.list_about .number_ul li {
  position: relative;
}
.list_about .number_ul li .text {
  color: #818181;
}
.list_about .number_ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 5.375rem;
  background: #DADADA;
  right: 0;
}
.list_about .number_ul li .num .counter,
.list_about .number_ul li .num sub,
.list_about .number_ul li .num sup {
  color: #E60012;
}
.row50 {
  margin: 0 -1.5625rem;
}
.row50 > div {
  padding: 0 1.5625rem;
}
.list_about_two {
  position: relative;
  z-index: 9;
}
.list_about_two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 28.4375rem;
  background: url(../images/10.png) no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
}
.list_about_two .content {
  margin-top: 3.125rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  padding: 4.0625rem 0;
}
.list_about_two .content ul {
  display: flex;
}
.list_about_two .content ul li {
  flex: 1 0 0;
  text-align: center;
}
.list_about_two .content ul li > div {
  height: 100%;
}
.list_about_two .content ul li:hover .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_about_two .content ul li:not(:last-child) > div {
  border-right: 1px solid #CBCBCB;
}
.list_about_two .content ul li .icon img {
  width: 4.375rem;
  height: 4.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .content ul li .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.75rem 0 1.875rem;
  position: relative;
  padding-bottom: 1.125rem;
}
.list_about_two .content ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8125rem;
  height: 0.1875rem;
  background: #E60012;
}
.list_about_two .content ul li .text {
  color: #818181;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.margin .swiper-button-next {
  right: -5rem;
}
.margin .swiper-button-prev {
  left: -5rem;
}
.list_about_three {
  position: relative;
  z-index: 8;
}
.list_about_three::before {
  content: "";
  position: absolute;
  top: -11.5rem;
  left: 0;
  width: 100%;
  height: calc(100% + 11.5rem);
  background-size: cover;
  background: url(../images/11.png) no-repeat;
  z-index: -2;
  background-position: right;
}
.list_about_three .swiper-slide {
  padding: 0 1.6875rem;
}
.list_about_three .swiper-slide > div {
  border-radius: 0.625rem;
  padding: 2.1875rem 1rem;
  border: 1px solid #D3D3D3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .swiper-slide:hover > div {
  border-color: #E60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .margin {
  margin: 2rem -1.6875rem 0;
}
.list_about_three.list_tech_three .margin {
  margin-top: 0;
}
.list_about_three.list_tech_three::before {
  display: none;
}
.list_about_three.list_tech_three .swiper_btn {
  top: 45%;
}
.list_about_three.list_tech_three .swiper-slide .over {
  height: 21.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.list_about_three.list_tech_three .swiper-slide .over img {
  max-width: 100%;
  max-height: 100%;
}
.list_about_three.list_tech_three .name {
  border: none;
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 1.5625rem 0 0;
  line-height: 2.5rem;
}
.list_tech ul {
  margin-top: 2.5rem;
}
.list_tech .name {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_tech .text {
  color: #8F8F8F;
}
.list_tech .icon {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  border: 0.1875rem solid #E60012;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_tech ul {
  display: flex;
  justify-content: space-between;
}
.list_tech li {
  position: relative;
  flex: 1 0 0;
  height: 12.5rem;
}
.list_tech li:nth-child(odd) {
  margin-top: 9.1rem;
}
.list_tech li:nth-child(odd) .con {
  padding-top: 3rem;
}
.list_tech li:nth-child(even)::before {
  bottom: 1.5rem;
  top: auto;
}
.list_tech li:nth-child(even) .icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_tech li:nth-child(even) > img {
  position: absolute;
  top: 1.125rem;
  transform: rotateX(180deg);
}
.list_tech li > img {
  position: absolute;
  top: -0.5rem;
  left: 1.75rem;
  width: 2.1875rem;
  height: 11.875rem;
}
.list_tech li:not(:last-child) .con {
  width: 180%;
}
.list_tech li .con {
  padding-left: 3.3125rem;
}
.list_tech li .con .text {
  height: 3.75rem;
}
.list_tech li::before {
  content: "";
  position: absolute;
  top: 1.375rem;
  width: 4.8125rem;
  height: 0.625rem;
  background: url(../images/15.png) no-repeat;
  background-size: contain;
  left: 5rem;
}
.list_tech_two .flex {
  margin-top: 1.875rem;
}
.list_tech_two .left {
  width: 45.9375rem;
  height: 45.9375rem;
  border: 1px solid rgba(14, 98, 72, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list_tech_two .left .img {
  width: 40.4375rem;
  height: 40.4375rem;
}
.list_tech_two ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.list_tech_two ul li:not(:last-child) {
  margin-bottom: 2.8125rem;
}
.list_tech_two ul li:nth-child(1),
.list_tech_two ul li:nth-child(5) {
  left: -10.5rem;
}
.list_tech_two ul li:nth-child(2),
.list_tech_two ul li:nth-child(4) {
  left: -4.5rem;
}
.list_tech_two ul li:nth-child(3) {
  left: -1.875rem;
}
.list_tech_two .right {
  width: calc(100% - 45.9375rem);
  position: relative;
}
.list_tech_two .icon {
  width: 4.375rem;
  height: 4.375rem;
  background: #E60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_tech_two .con {
  width: calc(100% - 4.375rem);
  padding-left: 3.125rem;
}
.list_tech_two .con div {
  color: #000;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.list_tech_two .con p {
  color: #8F8F8F;
  font-size: 1rem;
  height: 3.75rem;
  line-height: 1.875rem;
}
