@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;
  padding-top: 6.25rem;
  font-family: 'Noto Sans SC' !important;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}


header .container {
  padding: 0 6.25rem;
}



@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #C0272D;
}
.c {
  color: #C0272D;
}
.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: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li.active,
.pagination > li:hover {
  background: #C0272D;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.foot-fot .m-bm-nav > li > a {
  color: #000000;
  font-weight: 300;
}
.foot-fot .m-bm-nav .aniut i,
.foot-fot .m-bm-nav > li .sec a {
  color: #000000;
  font-weight: 300;
}
/* 禁止缩放表单 */
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: #C0272D;
}
.search_more:hover::before {
  background: #C0272D;
}
.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 {
  position: absolute;
  width: 100%;
  left: 0%;
  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);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.erji_pro {
  position: absolute;
  width: 100%;
  left: 0%;
  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);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  padding: 1.875rem 0 4.375rem;
}
.erji_pro .container {
  padding: 0 20rem;
}
.erji_pro .left {
  padding-top: 2rem;
}
.erji_pro .left img {
  display: none;
    object-fit: contain;
  object-position: center;
  border-radius: 1.625rem;
background: linear-gradient(90deg, #E3281C 0%, #F7A224 100%, transparent 0);
  padding:0.5rem;
}
.erji_pro .left img.active {
  display: block;
}
.erji_pro ul {
  margin: 0 -2.5rem;
  padding-left: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.erji_pro ul li {
  padding: 0 1.5rem;
  width: 50%;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
.erji_pro ul li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;

  width: 100%;
  position: relative;
  font-weight: 400;
}
.erji_pro ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #C0272D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.erji_pro ul li:hover a {
  color: #C0272D;
}
.erji_pro 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;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
.er-ul > li:hover a {
  color: #C0272D;
}
.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,
header .center > ul > li:hover .erji_pro {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 4rem;
  }
}
@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: #C0272D;
}
.searchbox {
  border-color: #C0272D;
}
@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: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .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: #C0272D;
}
.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: #C0272D;
  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 {
  width: 120px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #420A0F;
  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: #C0272D;
  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: #C0272D;
}
.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: #fff;
}
.sjj_nav .top .ta img {
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;    filter: brightness(0) invert(0.8);
}
.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: 15px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #fff;
  float: left;
}
.sjj_nav .bot > li .list .left a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.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: #fff; font-weight:bold;
  font-size:15px;
}
.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: #C0272D;
}
.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);
  }
}
.show_join header {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
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: 1570px) {
  
  header .container {
  padding: 0 1.25rem;
}


header .center > ul > li {
  float: left;
  padding: 0 1.2rem;
}
  
  
}

header .logo img {
  height: 4.375rem;
}
header .ds1 {
  cursor: pointer;
  margin: 0 3.125rem 0 2.125rem;
  display: none;
}
header .ds1 img {
  height: 1.5rem;
}
header .lanuage {
  display: flex;
  align-items: center;
  margin-left: 3.125rem;
}
header .lanuage span {
  margin: 0 0.5rem;
}
header .lanuage img {
  margin-right: 0.3125rem;
}
header .lanuage a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #080808;
}
header .lanuage a:hover {
  color: #C0272D;
}
header .lanuage a img {
  height: 1.5rem;
  margin-right: 0.4375rem;
}
header .lanuage a.c {
  color: #C0272D;
}
header .center > ul > li {
  float: left;
  padding: 0 1.5rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #080808;
  position: relative;
  font-weight: 400;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #C0272D;
  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,
header .center > ul > li.active > a {
  color: #C0272D;
}
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;
}
.icon_vid {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.icon_vid .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #C0272D;
}
.icon_vid::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_vid::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.banner {
  overflow: hidden;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 7.375rem;
}
.banner .hover .p2 {
  color: #FFF;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.75rem;
  margin-top: 0.625rem;
}
.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-prev,
.banner .swiper-button-next {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: static;
  margin-top: 0;
  background-size: 1.25rem 1.25rem;
  height: 2rem;
}
.banner .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  margin: 0 0.65rem 0 0.875rem;
  align-items: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 0.5rem;
  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 {
  border-color: #C0272D;
  background: #C0272D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}
.banner video,
.banner img {
  display: block;
  object-fit: cover;
  width: 100vw;
}
.banner .hover_pag {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  z-index: 9;
}
.banner .hover_pag .flex2 {
  align-items: center;
  justify-content: flex-start;
}
.banner .scroll {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  bottom: 0;
  right: 7.5rem;
}
@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 4.375rem);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.banner .scroll p {
  writing-mode: tb-rl;
  margin-bottom: 0.625rem;
}
.banner .scroll div {
  width: 1px;
  height: 4.375rem;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.banner .scroll div::before {
  animation: scroll 3s infinite;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
}
.more {
  border-radius: 0.625rem;
  background: #C0272D;
  width: 10rem;
  line-height: 3.25rem;
  color: #fff;
  border: 1px solid #C0272D;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 4;
}
.more .iconfont {
  font-weight: 600;
}
.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  transform: scale(0.6);
  opacity: 0;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 0.625rem;
  z-index: -1;
}
.more:hover {
  color: #C0272D;
}
.more:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.more.bor {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  color: #C0272D;
  background-color:#fff;
}
.more.bor::before {
  background: #C0272D;
}
.more.bor:hover {
  border-color: #C0272D;
  color: #fff;
}
.more.borf {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
}
.more.borf::before {
  background: #fff;
}
.more.borf:hover {
  color: #C0272D;
  border-color: #fff;
}
.p120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}


.p50 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}


.p70 {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}


.p120.pt0 {
  padding-top: 0;
}
.p120.pb0 {
  padding-bottom: 0;
}
.bor10 {
  border-radius: 0.625rem;filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);

   -moz-box-shadow: 2px 2px 10px #909090;

   -webkit-box-shadow: 2px 2px 10px #909090;

   box-shadow:2px 2px 10px #909090;

}
.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: transparent;
  margin: 0 0.5rem;
  opacity: 1;
  border: 1px solid #000;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #C0272D;
  border-color: #C0272D;
}
.title {
  color: #000;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
}

.title2 {
  color: #fff;  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
}


.subtitle {
  color: #C0272D;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0.625rem;
  font-family: 'Noto Sans SC';
}

.subtitle2 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2rem;  text-shadow: black 0.1em 0.1em 0.2em;
  text-transform: uppercase;
  margin-top: 0.625rem;
  font-family: 'Noto Sans SC';
}



.text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.025rem;
  font-weight: 400;
  line-height: 2rem;
}


.text2 {
  color: #fff;
  margin-top:70px;
  margin-bottom:70px; text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 2.025rem;
  font-weight: 400;
  line-height: 3rem;
}


.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}
.nyban .hover .p2 {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3rem;
  margin-top: 1.25rem;
}
.nyban .hover .p3 {
  color: #FFF;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 0.875rem;
  text-align: center;
}
.nyban .hover .p4 {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  width: 80%;
  margin: 1.25rem auto 0;
}
.bread {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  bottom: 1.5625rem;
  left: 0;
  width: 100%;
  font-weight: 300;
}
.bread.pro {
  position: static;
  padding-top: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
}
.bread.pro a {
  color: rgba(0, 0, 0, 0.8);
}
.bread.bread36 {
  color: #fff !important;
}
.bread.bread36 a {
  color: #fff !important;
}
.bread.bread36 a:hover {
  color: #C0272D !important;
}
.bread a {
  color: #fff;
}
.bread a:hover {
  color: #C0272D;
}
.bread span {
  margin: 0 0.5rem;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.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: #C0272D;
}
.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid #DBDBDB;
  margin-bottom: 2rem;
  padding: 2.1875rem 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: 0.625rem 0 1.75rem;
  justify-content: space-between;
}
.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: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  margin-right: 1.25rem !important;
}
.show_news .data .social-share li a {
  font-size: 1rem;
}
.show_news .data .social-share li a:hover {
  color: #fff !important;
}
.show_news .data .social-share li:last-child {
  margin-right: 0;
}
.show_news .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}
.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: #C0272D;
  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: #C0272D;
}
.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;
}
@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: 0.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;
  }
}
.alignc {
  align-items: center;
}
.index_one .right ul li,
.list_about ul li {
  position: relative;
  z-index: 4;
}
.index_one .right ul li > div .icon,
.list_about ul li > div .icon {
  text-align: center;
}
.index_one .right ul li > div .icon img,
.list_about ul li > div .icon img {
  height: 3.5rem;
}
.index_one .right ul li > div .num,
.list_about ul li > div .num {
  margin: 0.5rem 0 0.25rem;
  color: #800000;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-family: 'Noto Sans SC';
}
.index_one .right ul li > div .num sup,
.list_about ul li > div .num sup {
  top: -1em;
  font-size: 1.5rem;
  font-weight: 500;
}
.index_one .right ul li > div .num sup sup,
.list_about ul li > div .num sup sup {
  font-size: 0.75rem;
  top: -0.5rem;
  left: -0.375rem;
}
.index_one .right ul li > div .text,
.list_about ul li > div .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_one {
  background: url(../222.jpg) no-repeat;
  background-size: cover;
}
.index_one .left {
  padding-right: 3rem;
}
.index_one .left .text {
  text-align: justify;
  margin: 2.5rem 0 3.125rem;
}
.index_one .right {
  padding-left: 3.25rem;
}
.index_one .right ul {
  margin: -1.5625rem -1.25rem;
}
.index_one .right ul li {
  padding: 1.5625rem 1.25rem;
}
.index_one .right ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
  width: 85%;
  height: 80%;
  z-index: -1;
  border-radius: 0.625rem;
}
.index_one .right ul li > div {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 1.6875rem 1.25rem 2rem;
}


.index_two{
background-image:url(../images/bg1.png)
  
}

.index_two .img {
  padding-top:0.6rem;
  
}
.index_two ul {
  margin-top: 4rem;
}
.index_two li

{ margin-bottom:50px;}



.index_two li a {
  border-radius: 0.675rem;
background: linear-gradient(45deg,#eee,#eee,#eee);
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two li a .img {
  text-align: center;
  width:98%; padding-left:8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_two li a .img img {
  object-fit: contain;
  object-position: center;
  max-height: 100%;
}
.index_two li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.375rem;
  background: #C0272D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two li:hover a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.index_two 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;
}
.index_two .name {
  color: #800000;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
  padding: 1rem 0.625rem 1.075rem;
}
.box_s {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.three_gaoxiao .margin .swiper-container {
  padding-right: 50%;
}
.index_three,
.three_gaoxiao {
	background-image:url(../bg3.png)
}
.index_three .right > .flex,
.three_gaoxiao .right > .flex {
  justify-content: flex-end;
  margin-bottom: 1.25rem;
}
.index_three .right > .flex .swiper_btn,
.three_gaoxiao .right > .flex .swiper_btn {
  position: static;
}
.index_three .right > .flex .swiper-pagination,
.three_gaoxiao .right > .flex .swiper-pagination {
  width: auto;
  position: static;
  margin: 0 1rem;
  color: #C0272D;
  font-size: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
}
.index_three .right > .flex .swiper-pagination .aa,
.three_gaoxiao .right > .flex .swiper-pagination .aa,
.index_three .right > .flex .swiper-pagination .swiper-pagination-total,
.three_gaoxiao .right > .flex .swiper-pagination .swiper-pagination-total {
  color: #020202;
  
  
  
}
.index_three .right > .flex .r,
.three_gaoxiao .right > .flex .r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 30px -0.625rem;
}
.index_three .right > .flex .r .swiper_btn,
.three_gaoxiao .right > .flex .r .swiper_btn {
  margin: 0 0.625rem;
}
.index_three .right .margin,
.three_gaoxiao .right .margin {
  margin: 0 -1.25rem;
}
.index_three .right .swiper-slide,
.three_gaoxiao .right .swiper-slide {
  padding: 0 1.25rem;
}
.index_three .right .name,
.three_gaoxiao .right .name {
  color: #030303;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-top: 1.875rem;
}
.index_three .row,
.three_gaoxiao .row {
  align-items: center;
}
.index_three .left .swiper_btn,
.three_gaoxiao .left .swiper_btn {
  position: static;
}
.index_three .left .swiper-pagination,
.three_gaoxiao .left .swiper-pagination {
  width: auto;
  position: static;
  margin: 0 1rem;
  color: #C0272D;
  font-size: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
}
.index_three .left .swiper-pagination .aa,
.three_gaoxiao .left .swiper-pagination .aa,
.index_three .left .swiper-pagination .swiper-pagination-total,
.three_gaoxiao .left .swiper-pagination .swiper-pagination-total {
  color: #020202;
}
.index_three .left .r,
.three_gaoxiao .left .r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -0.625rem;
}
.index_three .left .r .swiper_btn,
.three_gaoxiao .left .r .swiper_btn {
  margin: 0 0.625rem;
}
.index_three .left .sum > div,
.three_gaoxiao .left .sum > div {
  display: none;
}
.index_three .left .sum > div.active,
.three_gaoxiao .left .sum > div.active {
  display: block;
}
.index_three .left .name1,
.three_gaoxiao .left .name1 {
  color: #000;
  margin: 3.125rem 0 0.9375rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.index_three .left .text,
.three_gaoxiao .left .text {
  text-align: justify;
  margin: 3.0625rem 0 4.375rem;
}
.index_three .left .text.mt0,
.three_gaoxiao .left .text.mt0 {
  margin-top: 0;
}
.index_three .right,
.three_gaoxiao .right {
  padding-left: 5rem;
}
.index_three .right .swiper-slide a .over,
.three_gaoxiao .right .swiper-slide a .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right .swiper-slide a:hover .name,
.three_gaoxiao .right .swiper-slide a:hover .name {
  color: #C0272D;
}
.index_three .right .swiper-slide a:hover .over,
.three_gaoxiao .right .swiper-slide a:hover .over {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  border: 1px solid #959595;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
}
.swiper_btn:hover {
  background: #C0272D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #C0272D;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.index_four {
  background: url(../bgx.jpg) no-repeat;
  background-size: cover;
  padding: 10rem 0 10rem;
}
.index_four.culture {
  padding: 9rem 0 22rem;
}
.index_four .text {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3rem;
  margin: 1.875rem 0 2.5rem;
}
.index_four .more {
  background: #fff;
  color: #C0272D;
}
.index_four .more::before {
  background: #C0272D;
}
.index_four .more:hover {
  color: #fff;
}
.index_five {
  background: #FBFBFB;
}

.index_five p{
line-height:38px;
}



.index_five .douhao {
  margin: 4.375rem 0 2rem;
}
.index_five .douhao img {
  height: 3.875rem;
}
.index_five .jingli {
  margin-top: 3.125rem;
}
.index_five .jingli img {
  height: 4.875rem;
}
.index_five .row.alignc {
  margin: 0 -3.125rem;
}
.index_five .row.alignc > div {
  padding: 0 3.125rem;
}
.index_five input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  height: 3.125rem;
  line-height: 3.125rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  padding: 0.625rem;
}
.index_five input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.index_five .textarea .pr {
  background: #fff;
}
.index_five .textarea span {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0.625rem;
  color: rgba(0, 0, 0, 0.3);
  top: 0.875rem;
}
.index_five .textarea span i {
  color: rgba(0, 0, 0, 0.8);
}
.index_five textarea {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  height: 8.125rem;
  position: relative;
  z-index: 9;
}
.index_five textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.index_five .right .pr {
  padding: 0 2.125rem 2.5rem 0;
  z-index: 9;
  position: relative;
}
.index_five .right .pr::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background: url(../images/bg4.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
footer {
  padding: 5rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
footer .left {
  width: 27.5rem;
}
footer .center {
  width: calc(100% - 27.5rem);
}
footer .center > ul {
  display: flex;
  justify-content: space-between;
}
footer .center > ul li:last-child .name {
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
  background: #C0272D;
  border-radius: 0.625rem;
  color: #fff;
}
footer .center .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin-bottom: 0.875rem;
  display: inline-block;
}
footer .center .fenxiang {
  margin-top: 1.125rem;
}
footer .center a.text:hover {
  color: #C0272D;
  font-weight: 400;
}
footer .center .text {
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
  display: flex;
}
footer .center .text > p {
  width: 5.0625rem;
}
footer .center .text > div {
  width: calc(100% - 5.0625rem);
}
footer .center .text .social-share li {
  margin-right: 0.9375rem !important;
}
footer .center .text .social-share li a {
  font-weight: 400;
}
footer .center .text .social-share li:hover a {
  color: #fff !important;
}
footer .center .text .social-share li a {
  color: #CDCDCD !important;
  border: 1px solid #CDCDCD !important;
}
.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  padding: 0.3125rem 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.beian a {
  color: rgba(0, 0, 0, 0.5);
}
.beian .right a:hover {
  color: #C0272D;
}
.beian .right span:last-child {
  display: none;
}
.list_contact .alignc {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.list_contact .alignc > div {
  padding: 0 1.5625rem;
}
.list_contact .name {
  color: #000;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3rem;
}
.list_contact ul {
  margin-top: 3.125rem;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.list_contact ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding: 0 0.3125rem;
}

.list_contact ul li .icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact ul li .icon img {
  height: 1.625rem;
}
.list_contact ul li .con {
  padding-left: 1.25rem;
  width: calc(100% - 3.5rem);
  color: #000;
  font-size: 1.1rem;
  line-height: 1.875rem;
}
.list_contact ul li .con div {
  font-weight: 400;
}
.list_contact ul li .con p {
  font-weight: 300;
}
.list_join {
  padding-top: 5rem;
}
.list_join .checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  color: #494949;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.list_join .checkbox input[type="checkbox"] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
.list_join .checkbox label {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 0;
  padding-left: 1.875rem;
}
.list_join .checkbox label:before,
.list_join .checkbox label:after {
  content: '';
  display: block;
  position: absolute;
}
.list_join .checkbox label:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(73, 73, 73, 0.3);
}
.list_join .checkbox label:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background: #C0272D url(../fonts/duigou.svg) no-repeat;
  background-size: contain;
  background-position: center;
  border-color: #C0272D;
  opacity: 0;
  pointer-events: none;
}
.list_join .checkbox input:checked ~ label:after {
  opacity: 1;
}
.list_join .checkbox input:focus ~ label:before {
  background: #eee;
}
.list_join .top {
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  margin-top: 2.8125rem;
}
.list_join .top .r {
  color: rgba(0, 0, 0, 0.8);
}
.list_join .top .l {
  display: flex;
  justify-content: space-between;
}
.list_join .top .l div {
  display: flex;
  align-items: center;
  color: #000;
}
.list_join .top .l div img {
  margin-right: 0.3125rem;
}
.list_join .top .l p {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.list_join .top .l p:hover {
  font-weight: 500;
  border-bottom: 1px solid #C0272D;
}
.list_join .left {
  padding-top: 1.875rem;
}
.list_join .left .list:not(:last-child) {
  margin-bottom: 2.8125rem;
}
.list_join .left .name {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
.list_join .left .name div {
  width: 80%;
}
.list_join .left .name p {
  width: 20%;
  text-align: right;
  cursor: pointer;
}
.list_join .left .name p .iconfont {
  font-size: 1rem;
}
.list_join .left fieldset ul.active {
  display: none;
}
.list_join .left .ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.list_join .left .ul li.active a {
  color: #C0272D;
}
.list_join .left .ul li.active a::before {
  background: #C0272D url(../images/duigou.svg) no-repeat;
  background-size: contain;
  background-position: center;
  border-color: #C0272D;
}
.list_join .left .ul li a {
  color: rgba(0, 0, 0, 0.8);
  padding-left: 1.875rem;
  position: relative;
}
.list_join .left .ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 1rem;
  height: 1rem;
}
.list_join .right {
  padding-top: 0.5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2.5rem;
}
.list_join_three .more_join {
  width: 10.3125rem;
  line-height: 3.4375rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  background: #C0272D;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  margin: 0 0 0 auto;
  border: none;
}
.list_join_three .more_join .iconfont {
  margin-left: 1.125rem;
}
.list_join_three .margin {
  color: #424242;
  margin: 1.25rem 0 2.5rem;
}
.list_join_three .job_list2a {
  border-bottom: 1px solid #e8e8e8;
}
.list_join_three .job_list2a li,
.list_join_three .job_as1 > div {
  width: 12.5%;
}
.list_join_three .job_list2a li:nth-child(1),
.list_join_three .job_as1 > div:nth-child(1) {
  width: 40%;
}
.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: #000;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
  font-weight: 400;
  font-size: 1.125rem;
}
.job-cont2 .job_list2a li:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 1.25rem;
}
@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;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
  font-weight: 400;
  font-size: 1rem;
}
.job-cont2 .job_list1 li .job_as1 .as1 i {
  font-size: 1rem;
}
.job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 1.25rem;
  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.125rem 1.25rem;
}
@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;
}
.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: #C0272D;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  color: #C0272D;
  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: #C0272D;
}
.job_list1 li .pead-cont ul li .iconfont {
  color: #C0272D;
  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: #FCF7F7;
}
.job_list1 li.active .dt {
  background: #C0272D;
}
.job_list1 li.active .dt .as1 {
  color: #fff;
}
.bgf4 {
  background: #F8F7FC;
}
@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_culture ul {
  margin: 5.3125rem -1.25rem 0;
}
.list_culture ul li {
  padding: 0 1.25rem;
}
.list_culture ul li:hover > div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_culture 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_culture ul li > div {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 1.4375rem 1.25rem 3.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.list_culture ul li > div .icon {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(192, 39, 45, 0.06);
  margin: 0 auto;
}
.list_culture ul li > div .icon img {
  height: 2.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_culture ul li > div .name {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 1.25rem 0 0.5rem;
}
.list_culture ul li > div .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}
.list_culture_three {
  background: url(../images/14.png) no-repeat;
  background-size: cover;
  padding: 18.75rem 0;
}
.list_culture_three .title {
  color: #FFF;
  text-align: center;
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 5rem;
  margin-bottom: 4.375rem;
}
.list_culture_three .more {
  background: #fff;
  color: #C0272D;
}
.list_culture_three .more::before {
  background: #C0272D;
}
.list_culture_three .more:hover {
  color: #fff;
}
.MicrosoftMap .Infobox .infobox-title {
  padding-bottom: 0 !important;
}
.row40 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.row40 > div {
  padding: 0 2.5rem;
}
.list_about .text {
  text-align: justify;
}
.list_about .text p:not(:last-child) {
  margin-bottom: 1rem;
}
.list_about .margin {
  margin: 3.4375rem 0 5rem;
}
.list_about_two {
  background: url(../images/16.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.list_about_two ul {
  display: flex;
  flex-wrap: wrap;
}
.list_about_two ul li {
  flex: 1 0 0;
  position: relative;
  text-align: center;
  padding: 18.75rem 0 21.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 9;
  overflow: hidden;
}
.list_about_two ul li:hover {
  padding: 16.75rem 0 23.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:hover::before {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:hover .icon {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:hover .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(1) invert(0);
}
.list_about_two ul li:hover .name::before {
  width: 3.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #C0272D;
}
.list_about_two ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.list_about_two ul li .icon {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .icon img {
  height: 6rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.list_about_two ul li .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
  margin: 0.9375rem 0;
  padding-bottom: 0.875rem;
}
.list_about_two ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.625rem;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .text {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding: 0 0.625rem;
}
.list_about_three {
  background: url(../images/17.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.list_about_three .swiper-slide {
  padding: 1rem;
}
.list_about_three .swiper-slide .over {
  padding: 1.5625rem 1.125rem;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0.25rem 0.5rem 0.875rem 0px rgba(0, 0, 0, 0.04);
}
.list_about_three .margin {
  margin: 4.125rem -0.8125rem 0;
}
.list_ywly {
  padding-top: 3.4375rem;
}
.list_ywly .swiper-button-next {
  right: -5rem;
}
.list_ywly .swiper-button-prev {
  left: -5rem;
}
.list_ywly .swiper-slide {
  padding: 0 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_ywly .swiper-slide img {

  object-fit: cover;
}
.list_ywly .swiper-slide .name {
  color: #030303;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin-top: 2.5rem;
}
.list_ywly .margin {
  margin: 0 -1.25rem;
}
.list_ywly .swiper_btn {
  top: 40%;
}
.list_ywly .swiper_btn:hover {
  background: #C0272D;
  border-color: #C0272D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_ywly .swiper_btn:hover .iconfont {
  color: #fff;
}
.list_gaoxiao .name1 {
  color: #000;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 3.5rem;
  margin: 3.4375rem 0;
}
.list_gaoxiao .right ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.list_gaoxiao .right ul li .name {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 0.3125rem;
  position: relative;
}
.list_gaoxiao .right ul li .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.75rem;
}
.list_gaoxiao .right ul li .text p {
  padding-left: 1.25rem;
  position: relative;
}
.list_gaoxiao .right ul li .text p::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0.25rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.list_gaoxiao_two .img {
  margin-top: 2.8125rem;
}
.list_wfs {
  height: calc(100vh - 6.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_wfs .title {
  line-height: 4.5rem;
  white-space: nowrap;
}
.list_wfs .row .right {
  padding-left: 5rem;
}
.list_wfs .row .left {
  padding-right: 0;
}
.list_wfs .bread {
  color: rgba(0, 0, 0, 0.8);
}
.list_wfs .bread a {
  color: rgba(0, 0, 0, 0.8);
}
.list_wfs .bread a:hover {
  color: #C0272D;
}
.list_wfs .text {
  margin-top: 1.5625rem;
}
.list_wfs_three .margin_t {
  margin-top: 3.75rem;
}
.list_wfs_three #shaozc .swiper_btn {
  background: #fff;
  border-color: #fff;
  top: 45%;
}
.list_wfs_three #shaozc .swiper_btn:hover {
  border-color: #C0272D;
  background: #C0272D;
}
.list_wfs_three #shaozc .swiper_btn:hover .iconfont {
  color: #fff;
}
.list_wfs_three #shaozc .swiper_btn .iconfont {
  color: #000000;
}
.list_wfs_three #shaozc .swiper-button-next {
  right: 15rem;    margin-top: -200px;
}
.list_wfs_three #shaozc .swiper-button-prev {
  left: 15rem;    margin-top: -200px;
}
.list_wfs_three #shaozc .swiper-slide .over {
  position: relative;
  z-index: 4;
}
.list_wfs_three #shaozc .swiper-slide .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_wfs_three #shaozc .swiper-slide.swiper-slide-active .over::before {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_wfs_three .name {
  color: #000;
  font-size: 2.25rem;
  font-weight: 350;
  line-height: 3rem;
}
.list_wfs_three .name p {
  color: #000;
  font-size: 1.375rem;
  font-weight: 350;
  line-height: 1.875rem;
}
.list_wfs_three .name2 {
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.375rem;
  padding: 0 0.625rem;
  font-weight: 400;
  line-height: 1.875rem;
  background: #fff;
}
.list_wfs_three .margin_p {
  margin: 2.5rem -1.25rem 0;
}
.list_wfs_three .font22 {
  margin-top: 1rem;
  color: #000;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 2.25rem;
}
.list_wfs_three .swiper-slide {
  padding: 0 1.25rem;
}
.list_wfs_three .swiper-slide:hover > div img {
  transform: scale(1.1);
}
.list_wfs_three .swiper-slide > div {
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_wfs_three .img {
  margin: 1.5rem 0 3rem;
}
.list_wfs_three .name1 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 1.875rem 0 0.5rem;
  line-height: 1.875rem;
}
.list_wfs_three .text {
  font-size: 1rem;
}
.list_wfs_three .text p {
  padding-left: 1rem;
  position: relative;
}
.list_wfs_three .text p:not(:last-child) {
  margin-bottom: 1.125rem;
}
.list_wfs_three .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
}
.list_wfs_two .content {
  padding: 3.4375rem 0 3.4375rem 2.125rem;
  display: flex;
  background: #fff;
  margin-top: 2.8125rem;
}
.list_wfs_two .content .left {
  width: calc(100% - 15rem);
  padding-right: 3.4375rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.list_wfs_two .content .left .name {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.list_wfs_two .content .left .text {
  font-size: 1rem;
  line-height: 1.75rem;
}
.list_wfs_two .content .left > div {
  display: none;
}
.list_wfs_two .content .left > div.active {
  display: block;
}
.list_wfs_two .content .right {
  width: 15rem;
}
.list_wfs_two .content .right ul li {
  color: rgba(0, 0, 0, 0.6);
  padding: 2rem 0 1.25rem 1.25rem;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_wfs_two .content .right ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #C0272D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_wfs_two .content .right ul li.active,
.list_wfs_two .content .right ul li:hover {
  color: #C0272D;
}
.list_wfs_two .content .right ul li.active::before,
.list_wfs_two .content .right ul li:hover::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
#shaozc .swiper-slide {
  width: 50%;
  height: 28.75rem;
  padding: 0;
}
#shaozc .swiper-slide img {
  display: block;
  object-fit: cover;
}
#shaozc .swiper-slide p {
  color: #000;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.875rem;
  text-align: center;
  opacity: 0;
}
#shaozc .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.foot-fot .m-bm-nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.foot-fot .m-bm-nav > li .sec {
  border-top: 1px solid rgba(0, 0, 0, 1);
}
.MicrosoftMap .Infobox .infobox-info {
  padding-top: 0;
  font-weight: 300;
  color: #000 !important;
  font-family: -apple-system, BlinkMacSystem, 'Montserrat', 'Noto Sans SC', 'sourcehansans', sans-serif !important;
}
.MicrosoftMap .Infobox .infobox-title {
  white-space: nowrap;
}
