
/* è¿™ä¸ª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-family: 'sourcehansans' !important;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.p_top_big {
  position: absolute;
  top: -11.875rem;
}
.bg {
  background: #f5180d;
}
.c {
  color: #f5180d;
}


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å›¾ç‰‡ç¼©æ”¾å¤±çœŸ*/
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*padding: 1.875rem 0;*/
  padding: 0.675rem 0 0.375rem;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  /*font-size: 1.125rem;*/
  /*padding: 0 1.25rem !important;*/
  font-size: 1.025rem;
  padding: 5px 0.85rem 0 !important;
}
.er-ul > li:hover a {
  color: #f5180d !important;
}
.er-ul > li:hover a {
  color: #f5180d;
}
.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: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}

body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* æœç´¢ */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #f5180d;
}
.searchbox {
  border-color: #f5180d;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    /*display: none;*/
    display: block;
  }
  .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: 999;
  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: 25px;*/
  height: 37px;
}
.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: 16px;
  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;*/
  font-size: 14px;
  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: #f5180d;
}
.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: #f5180d;
  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);
  }
}
.show_header {
  padding-top: 6.25rem;
}
.show_header header,
header:hover,
header.active {
  box-shadow: none;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_header header .center > ul > li a,
header:hover .center > ul > li a,
header.active .center > ul > li a {
  color: #282828;
}
.show_header header .tel,
header:hover .tel,
header.active .tel {
  color: #000;
}
.show_header header .tel img,
header:hover .tel img,
header.active .tel img,
.show_header header .logo img,
header:hover .logo img,
header.active .logo img,
.show_header header .wechat img,
header:hover .wechat img,
header.active .wechat img {
  filter: brightness(1) invert(0);
}
.show_header header::before,
header:hover::before,
header.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.05;
}
.swiper_pag {
  position: static;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  margin: 0 0.25rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #f5180d;
  width: 1.875rem;
  border-radius: 0.25rem;
}
header {
  position: fixed;
  /*line-height: 6.25rem;*/
  line-height: 5rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 3rem;
  filter: brightness(0) invert(1);
}
header .tel {
  margin: 0 1.5625rem 0 1rem;
}
header .tel img {
  height: 1.25rem;
  filter: brightness(0) invert(1);
}
header .lanuage .iconfont {
  font-size: 1.25rem;
  color: #303030;
  display: block;
  font-weight: 600;
}
header .lanuage img {
  width: 1.1875rem;
  height: 1.1875rem;
}
header .ds {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  z-index: 9;
  position: relative;
  height: 100%;
}
header .ds div {
  box-shadow: 0px 0px 7px rgba(0, 123, 199, 0.2);
  line-height: 2.9375rem;
  display: inline-block;
  border-radius: 9999px;
  background: #f5180d;
  width: 7.5rem;
  z-index: 9;
  position: relative;
}
header .ds div .iconfont {
  margin-right: 0.5rem;
}
header .ds div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #fff;
  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;
}
header .ds div:hover {
  color: #f5180d;
}
header .ds div:hover::before {
  transform: scale(0.95, 0.85);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .lanuage {
  margin-left: 1.5625rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #5a5a5a;
}
header .lanuage a.c {
  color: #f5180d;
}
header .center > ul > li {
  float: left;
  padding: 0 1.3rem;
  position: relative;
}
header .center > ul > li:nth-child(3) .er-ul{width:130%;left:-15%;}
header .center > ul > li > a {
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  font-weight: 400;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #f5180d;
  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: #f5180d;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .wechat {
  position: relative;
}
header .wechat img {
  height: 1.375rem;
  filter: brightness(0) invert(1);
}
header .wechat:hover .img {
  transform: none;
  opacity: 1;
}
header .wechat .img {
  position: absolute;
  top: 100%;
  left: -3rem;
  width: 7.5rem;
  height: 7.5rem;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}
header .wechat .img img {
  width: 100%;
  height: 100%;
  filter: brightness(1) invert(0);
}
header .tel {
  cursor: pointer;
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
}
header .tel img {
  margin-right: 0.625rem;
}
.tel_scroll,
.search_scroll {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  background: #fff;
  height: 100vh;
  z-index: 999;
  padding-top: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.tel_scroll .guanbi,
.search_scroll .guanbi {
  position: absolute;
  top: calc(2.1875rem + 6.25rem);
  right: 6.25rem;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 2.1875rem;
  border-radius: 50%;
  cursor: pointer;
}
.tel_scroll .guanbi:hover,
.search_scroll .guanbi:hover {
  background: #f5180d;
}
.tel_scroll .guanbi:hover .iconfont,
.search_scroll .guanbi:hover .iconfont {
  color: #fff;
}
.tel_scroll .guanbi .iconfont,
.search_scroll .guanbi .iconfont {
  display: block;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.15);
}
.tel_scroll.active,
.search_scroll.active {
  top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.tel_scroll button {
  width: 10rem;
  line-height: 3.125rem;
  background: #f5180d;
  border-radius: 3.125rem;
  text-align: center;
  border: none;
  font-size: 1rem;
  color: #fff;
}
.tel_scroll button:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.151);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.tel_scroll .container {
  height: 100%;
}
.tel_scroll .container {
  padding: 0 6.25rem;
}
.tel_scroll .padding_top {
  display: flex;
  height: 100%;
}
.tel_scroll .padding_top > div {
  padding-top: 12rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  height: auto;
  padding-left: 5rem;
}
.tel_scroll .padding_top > div:last-child {
  border-right: none;
}
.tel_scroll .padding_top > div:first-child {
  place-content: 0;
}
.tel_scroll input {
  line-height: 3.4375rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 0.3125rem;
}
.tel_scroll textarea {
  width: 100%;
  height: 6.25rem;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
  display: block;
}
.tel_scroll .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #161616;
  margin-bottom: 1.5625rem;
}
.tel_scroll .left {
  width: 40%;
}
.tel_scroll .left ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
}
.tel_scroll .left ul li .tel {
  font-size: 1.625rem;
  color: #007BC7;
}
.tel_scroll .left ul li p {
  width: 3.4375rem;
}
.tel_scroll .left ul li div {
  width: calc(100% - 3.4375rem);
}
.tel_scroll .center {
  width: 30%;
}
.tel_scroll .right {
  width: 30%;
}
.search_scroll input {
  width: 100%;
  line-height: 4.25rem;
  height: 4.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #606060;
}
.search_scroll .text {
  margin-top: 0.625rem;
}
.search_scroll .search-box {
  width: 60%;
  left: 20%;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  text-align: left;
  color: #FFFFFF;
}
.nyban .hover .p2 {
  font-weight: 600;
    font-size: 1.45rem;
    letter-spacing: 3px;
    line-height: 3.125rem;
    text-align: left;
    color: #FFFFFF;
}
.nyban video {
  display: block;
}
.nyban .icon {
  position: relative;
}
.nyban .icon img {
  width: 3.75rem;
  display: block;
  margin: 0 auto;
  height: 3.75rem;
}
.nyban .icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bread {
  font-size: 1rem;
  color: #7C7C7C;
  padding: 1.875rem 0 5rem;
}
.bread.show_bread {
  color: #7C7C7C;
  padding: 1rem 0;
}
.bread.show_bread a {
  color: #636363;
}
.bread a {
  color: #7C7C7C;
}
.bread a:hover {
  color: #f5180d;
}
.bread span:last-child {
  display: none;
}
body {
  overflow: visible;
}
.bgf7 .nyerji {
  background: #f2f6fa;
}
.nyerji {
  padding: 0 0 1.875rem;
  margin-bottom: 2.5rem;
  background: #fff;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyerji ul li {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.nyerji ul li a {
  padding: 0 3.4375rem;
  position: relative;
  color: #494949;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.1875rem;
  background: #494949;
}
.nyerji ul li:last-child a::before {
  display: none;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  color: #f5180d;
}
.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #191919;
}
.entitle {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #df0012;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000;
}
.list_about .text {
  margin-top: 1.25rem;
  font-size: 1rem;
    line-height: 2.375rem;
    color: #2b2b2b;
  
}
.list_about .left {
  width: 44%;
  display: none;
}
.list_about .right {
  /*width: 50%;*/
  /*padding-left: 2.8125rem;*/
  width: 100%;
  padding-left: 0;
}
.list_about .right.iconright{
    width: 100%;
}
.list_about .right .title,.list_about .right .entitle{text-align:center;}
.list_about .flex {
  display: flex;
}
.list_about .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background: rgba(0, 76, 158, 0.05);*/
  padding: 4.375rem 0 7.5rem;
}
.list_about .hover .flex2 {
  justify-content: flex-end;
}
.list_about .hover .flex2 ul {
  display: flex;
  justify-content: space-between;
}
.list_about .hover .flex2 ul li {
  width: 25%;
  text-align: center;
}
.list_about .hover .flex2 ul li .icon img {
  height: 3.75rem;
}
.list_about .hover .flex2 ul li .num {
  margin: 10px 0 0.5rem;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #232323;
}
.list_about .hover .flex2 ul li .text {
  margin: 0;
}
.bor20 {
  border-radius: 1.25rem;
  overflow: hidden;
}
.p120 {
  padding: 7.5rem 0;
}
.p120.pt0 {
  padding-top: 0;
}
.p120.pb0 {
  padding-bottom: 0;
}
.swiper_btn {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  line-height: 3.875rem;
  border: 1px solid #c30010;
  background-image: none;
  text-align: center;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper_btn:hover {
  background: #e31f2f;
  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.375rem;
  display: block;
  color: #c30010;
  font-weight: 300;
}
.swiper_btn.bgf {
  border-color: #fff;
}
.swiper_btn.bgf .iconfont {
  color: #fff;
}
.list_about_tw0 ul,
.show_pro_two ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.1875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list_about_tw0 ul.bgg,
.show_pro_two ul.bgg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.list_about_tw0 ul.bgg li::before,
.show_pro_two ul.bgg li::before,
.list_about_tw0 ul.bgg li::after,
.show_pro_two ul.bgg li::after {
  background: #f5180d;
}
.list_about_tw0 ul.bgg li,
.show_pro_two ul.bgg li {
  color: #7C7C7C;
}
.list_about_tw0 ul.bgg li:hover,
.show_pro_two ul.bgg li:hover,
.list_about_tw0 ul.bgg li.active,
.show_pro_two ul.bgg li.active {
  color: #f5180d;
}
.list_about_tw0 ul li,
.show_pro_two ul li {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding-bottom: 1.5625rem;
  margin: 0 2.5rem;
  position: relative;
}
.list_about_tw0 ul li::before,
.show_pro_two ul li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.25rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_tw0 ul li::after,
.show_pro_two ul li::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  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;
}
.list_about_tw0 ul li:hover::before,
.show_pro_two ul li:hover::before,
.list_about_tw0 ul li.active::before,
.show_pro_two ul li.active::before,
.list_about_tw0 ul li:hover::after,
.show_pro_two ul li:hover::after,
.list_about_tw0 ul li.active::after,
.show_pro_two ul li.active::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_two {
  position: relative;
  z-index: 88;
}
.show_pro_two .content_box > div {
  padding-top: 2.8125rem;
}
.show_pro_two .content_box > div .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #191919;
  margin-bottom: 1rem;
}
.show_pro_two .content_box > div .text {
  color: #7C7C7C;
}
.show_pro_two .content_box > div .text strong {
  color: #f5180d;
}
.list_about_tw0 {
  overflow: hidden;
}
.list_about_tw0 .bg_sum {
  overflow: hidden;
}
.list_about_tw0 .bg_sum div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.list_about_tw0 .bg_sum div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.list_about_tw0 ul li {
  font-size: 1.25rem;
}
.list_about_tw0 .swiper-slide {
  padding-top: 5.625rem;
  text-align: center;
  opacity: 0 !important;
}
.list_about_tw0 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.list_about_tw0 .swiper-slide .name {
  font-size: 2rem;
  line-height: 2.75rem;
  color: #FFFFFF;
  margin-bottom: 1.75rem;
}
.list_about_tw0 .swiper-slide .text {
  font-size: 1.6rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  height: 10.625rem;
}
.more {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.more p {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #f5180d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more p span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.625rem;
  position: absolute;
  top: 0;
  left: calc(2.25rem - 7.375rem);
  width: 7.375rem;
  line-height: 2.25rem;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more div {
  width: 7.375rem;
  line-height: 2.25rem;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #29A5DF;
}
.more .iconfont {
  font-size: 0.75rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
}
.more.bgf p {
  background: transparent;
  border: 1px solid #fff;
}
.more.bgf:hover p {
  background: #f5180d;
}
.more.bgf div {
  color: #fff;
}
.more:hover p {
  background: #ec8402;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover div {
  color: #ec8402;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover p span {
  padding-right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_feibiao_two {
  background: rgba(0, 76, 158, 0.05);
}
.list_feibiao_two .swiper-container {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_feibiao_two .swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_feibiao_two .swiper-slide img {
  width: 100%;
  object-fit: contain;
  height: 37.5rem;
  object-position: center;
}
.list_feibiao_two .swiper-slide .over {
  background: #fff;
}
.list_feibiao_two .swiper-slide .name {
  margin: 1.875rem 0 0;
  font-size: 1.875rem;
  line-height: 2.075rem;
  color: #161616;
  text-align: center;
}
.list_feibiao_two .swiper-slide .text-anli {
  margin: 1.875rem 0 0;
  font-size: 1.0rem;
  line-height: 2.075rem;
  text-align: center;
  font-weight: 400;
}
.about_news .swiper-button-next,
.list_feibiao_two .swiper-button-next {
  right: -7.5rem;
}
.about_news .swiper-button-prev,
.list_feibiao_two .swiper-button-prev {
  left: -7.5rem;
}
.about_news .swiper-container,
.list_feibiao_two .swiper-container {
  margin-top: 1.875rem;
}
.more_2 {
  text-transform: uppercase;
}
.squera_news .data {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #B6B6B6;
  padding: 1.25rem 0 0.25rem;
}
.squera_news .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #191919;
  margin-bottom: 0.375rem;
}
.squera_news .more {
  margin-top: 1.5625rem;
}
.squera_news:hover img {
  transform: scale(1.1);
}
.squera_news:hover .name {
  color: #f5180d;
}
.list_product .product-cont1 {
  width: 25rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #EDF7FF;
}
@media (max-width: 768px) {
  .list_product .product-cont1 {
    display: none;
  }
}
.list_product .product-cont1 .sd-nasd {
  position: sticky;
  left: 0;
  top: 8rem;
  padding: 0 10%;
  margin-top: 6rem;
}
.list_product .product-cont1 .sd-nasd .n_src1 {
  padding: 0.7rem 0;
  overflow: visible;
  overflow-y: auto;
  max-height: calc(100vh - 9rem);
  position: relative;
}
.list_product .product-cont1 .sd-nasd .n_src1::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.list_product .product-cont1 .sd-nasd .n_src1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  /* background-color: #F5F5F5; */
}
.list_product .product-cont1 .sd-nasd .n_src1::-webkit-scrollbar-track {
  border-radius: 10px;
  /* background-color: #E2E2E2; */
}
.list_product .product-cont1 .sd-nasd .n_src1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.list_product .product-cont1 .sd-nasd .n_src1 li {
  padding-left: 2.2rem;
  position: relative;
}
.list_product .product-cont1 .sd-nasd .n_src1 li:not(:last-child) {
  margin-bottom: 1rem;
}
.list_product .product-cont1 .sd-nasd .n_src1 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #f5180d;
  opacity: 0;
}
.list_product .product-cont1 .sd-nasd .n_src1 li > a {
  display: block;
  color: #000000;
  font: 600 1.125rem/1.5em "sourcehansans";
  padding: 0.25rem 0;
}
.list_product .product-cont1 .sd-nasd .n_src1 li .sec a {
  display: block;
  color: #000000;
  font: 400 0.875rem/1.75rem "sourcehansans";
  position: relative;
  padding: 0.2rem 0;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.list_product .product-cont1 .sd-nasd .n_src1 li .sec a::before {
  content: "Â·";
  margin-right: 0.15rem;
}
.list_product .product-cont1 .sd-nasd .n_src1 li .sec a:hover {
  color: #f5180d;
}
.list_product .product-cont1 .sd-nasd .n_src1 li.active::after,
.list_product .product-cont1 .sd-nasd .n_src1 li:hover::after {
  opacity: 1;
}
.list_product .product-cont1 .sd-nasd .n_src1 li.active > a,
.list_product .product-cont1 .sd-nasd .n_src1 li:hover > a {
  color: #f5180d;
}
.list_product .product-cont2 {
  width: calc(100% - 25rem);
}
.list_product .bread {
  padding-left: 5rem;
}
.list_product .ul > li {
  padding: 0;
  background: #FFFFFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /*padding: 4rem 8rem 4rem 5rem;*/
  padding: 1rem 8rem 1rem 5rem;
}
.list_product .ul > li:nth-child(even) {
  background: #F8F8F8;
}
.list_product .ul > li .row {
  align-items: center;
}
.list_product .ul > li .row .left {
  padding-bottom: 3rem;
}
.list_product .ul > li .name {
  font-weight: bold;
  font-size: 1.575rem;
    line-height: 2.375rem;
  color: #f5180d;
  margin-bottom: 0.625rem;
}
.list_product .ul > li .text {
  margin: 1.5rem 0 0.9375rem;
}
.list_product .ul > li .more {
  margin-top: 2rem;
}
.list_product .ul > li ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  width: 90%;
}
.list_product .ul > li ul li {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0.625rem 0.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DADADA;
}
.list_product .ul > li ul li > div {
  width: 100%;
}
.list_product .ul > li ul li .icon img {
  height: 3rem;
}
.list_product .ul > li ul li .name1 {
  font-size: 0.75rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-top: 0.3125rem;
}
.bgf7 {
  background: rgba(0, 76, 158, 0.05);
}
.list_contact #mapDiv {
  height: 25.75rem;
  overflow: hidden;
  z-index: 9;
}
.list_contact .title {
  display: flex;
  align-items: center;
}
.list_contact .alignc {
  align-items: flex-end;
}
.list_contact .list_sum {
  margin-top: 5rem;
}
.list_contact .list_sum .list1 {
  margin-bottom: 2rem;
}
.list_contact .list_sum .list1 > div {
  border-left: 1px solid #ddd;
  padding: 0.625rem 1rem;
}
.list_contact .list_sum .name1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem;
  position: relative;
}
.list_contact .list_sum .name1::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.125rem;
  width: 3px;
  height: 1.5rem;
  background: #df0012;
}
.list_contact .list_sum .text {
  /*font-size: 1rem;*/
  font-size: 1.3rem;
}
.list_contact .title {
  padding-top: 1.875rem;
}
.list_contact ul {
  padding: 5rem 0 0 3rem;
}
.list_contact ul li .name {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.list_contact .tel {
  font-weight: bold;
  font-size: 2.4rem;
  color: #f5180d;
}
.list_contact .top {
  background: #f5180d;
}
.list_contact ul {
  display: flex;
}
.list_contact ul li {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 2.25rem 2.9375rem;
}
.list_contact ul li:last-child {
  padding: 0;
  border-right: none;
}
.list_contact ul li:last-child .text {
  margin-top: 0.5rem;
}
.list_contact ul li .list {
  display: flex;
  margin-bottom: 1.125rem;
}
.list_contact ul li .list:last-child {
  margin-bottom: 0;
}
.list_contact ul li .list .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #F1F4F5;
  text-align: center;
  line-height: 3rem;
  display: none;
}
.list_contact ul li .list .icon .iconfont {
  font-size: 1.375rem;
  color: #f5180d;
  font-weight: 600;
}
.list_contact ul li .list .con {
  font-size: 1rem;
  color: #fff;
  padding-left: 0;
}
.list_contact ul li .list .con div,
.list_contact ul li .list .con p {
  float: left;
}
.list_contact ul li .list .con div {
  color: #fff;
}
.list_message {
    padding: 4rem 0;
  background: url(../img/message.jpg) no-repeat;
  
  background-size: cover;
  background-attachment: fixed;
  /*background: #f5180d;*/
}
.list_message form input {
  width: 100%;
  line-height: 3.4375rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #000;
  background: #fff;
  box-shadow: 0 0 3px 1px #ccc;
  border-radius: 0.625rem;
}
.list_message form .name {
  font-size: 1.1rem;
    margin-bottom: 0.25rem;
    line-height: 1.875rem;
    color: #191919;
}
.list_message form textarea {
  width: 100%;
  display: block;
  height: 7.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  background: #fff;
  border: none;
  border-radius: 0.625rem;
}
.list_message form button {
  width: 12.5rem;
  line-height: 3.4375rem;
  border-radius: 31.8125rem;
  text-align: center;
  background: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #f5180d;
  border: none;
  border: 1px solid #fff;
}
.list_message form button:hover {
  background: #f5180d;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.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 {
  background: #f7f7f7;
  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;
  }
}
.job-cont2 .job_list2a {
  background-color: #f5180d;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a {
    margin-top: 1.6rem;
  }
}
.job-cont2 .job_list2a li {
  color: #fff;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
}
.job-cont2 .job_list2a li:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 3%;
}
@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 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: #5b5b5b;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
  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: 3%;
  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 {
  background: #f7f7f7;
  padding: 2rem 3%;
}
@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: #636363;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 48%;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont {
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #262626;
}
.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:nth-child(1) .wehha-job {
  display: block;
}
.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: #f5180d;
}
.job_list1 li .pead-cont ul li .iconfont {
  color: #f5180d;
  margin-right: 0.625rem;
  font-size: 1rem;
  display: block;
}
.job_list1 li .pead-cont ul li a {
  color: #5a5a5a;
  font-size: 0.875rem;
}
.more_2 {
  width: 11.625rem;
  ransition: all 0.36s;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  background: #f5180d;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #f5180d;
  display: inline-block;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  margin-top: 3.125rem;
}
.more_2 .iconfont {
  font-size: 1rem;
  margin-left: 1.5625rem;
}
.more_2:hover {
  background: #fff;
  color: #f5180d;
}
.more_2:hover {
  color: #f5180d;
}
.list_xcfl ul {
  margin-top: 2.1875rem;
}
.list_xcfl ul li {
  margin-bottom: 1.875rem;
}
.list_xcfl ul li > div {
  position: relative;
}
.list_xcfl ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  border-radius: 1.25rem;
  overflow: hidden;
  z-index: 1;
}
.list_xcfl ul li .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.375rem;
  color: #fff;
  z-index: 5;
  transform: translateY(-50%);
}
.list_xcfl ul li:hover img {
  transform: scale(1.1);
}
.list_xcfl .list .title,
.list_xcfl_two .list .title,
.list_xcfl_three .list .title {
  padding-bottom: 13rem;
  position: relative;
}
.list_xcfl .list .title::before,
.list_xcfl_two .list .title::before,
.list_xcfl_three .list .title::before {
  content: "";
  position: absolute;
  bottom: 0.6875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 11.25rem;
  z-index: 9;
  background: #9E9E9E;
}
.list_xcfl .list .title::after,
.list_xcfl_two .list .title::after,
.list_xcfl_three .list .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  border: 1px solid #f5180d;
  z-index: 9;
}
.list_xcfl .list .content,
.list_xcfl_two .list .content,
.list_xcfl_three .list .content {
  padding: 6.875rem 0;
  border-radius: 1.875rem;
  background: url(../img/10.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -3.75rem;
}
.list_xcfl .list .content .text,
.list_xcfl_two .list .content .text,
.list_xcfl_three .list .content .text {
  font-size: 1.5rem;
  line-height: 2.75rem;
  color: #FFFFFF;
  text-align: center;
}
.list_xcfl_two {
  background: url(../img/11.png) no-repeat;
  background-size: cover;
}
.list_xcfl_two .text {
  font-size: 1.5rem;
  line-height: 2.75rem;
  color: #6B6B6B;
}
.list_xcfl_two ul {
  display: flex;
  position: relative;
  margin: 1.25rem 0 3.4375rem;
}
.list_xcfl_two ul::before {
  content: "";
  position: absolute;
  top: 0.575rem;
  left: 6.25%;
  width: calc(100% - 12.5%);
  height: 1px;
  background: #9E9E9E;
}
.list_xcfl_two ul li {
  width: 12.5%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #898989;
  padding-top: 2.25rem;
  position: relative;
  z-index: 6;
}
.list_xcfl_two ul li::before {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: #f5180d;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.list_xcfl_two ul li::after {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: #f5180d;
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #fff;
}
.list_xcfl_two .top_mb70 {
  position: relative;
  top: 4.375rem;
}
.list_xcfl_three .list .content {
  margin-top: 0;
}
.list_industry .content {
  padding-top: 1.5625rem;
  margin-top: 1.5625rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.list_industry .content .img {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 2.5rem;
}
.list_industry .content .img .hover {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26.5625rem;
  text-align: center;
  border-radius: 0 1.25rem 1.25rem 0;
  background: rgba(0, 114, 202, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_industry .content .img:nth-child(2n) .hover{
    left: 0;
    right: unset;
}
.list_industry .content .img .hover .icon img {
  height: 3.875rem;
  border-radius: 0;
}
.list_industry .content .img .hover .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 2rem 0 1.125rem;
}
.list_industry .content .img .hover .text {
  color: #FFFFFF;
  padding: 0 5%;
}
.list_industry .content .img img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_industry .content .name2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #191919;
  margin: 4.0625rem 0 1.125rem;
}
.list_industry .content .name3 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.list_cooperate_two .table thead th,
.list_cooperate_two table tr td {
  padding: 3rem 2rem;
}
.list_cooperate_two thead,
.list_cooperate_two .table tr:nth-child(odd) {
  background: #fff !important;
}
.list_cooperate_two thead .name {
  margin-bottom: 0.25rem;
}
.list_cooperate_two tbody th .name {
  color: #f5180d;
}
.list_cooperate_two tbody .icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 0.875rem;
  background: #f5180d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_cooperate_two tbody .icon .iconfont {
  color: #fff;
  font-size: 2.5rem;
}
.table,
.show_pro_table table {
  margin-bottom: 0;
  width: 100%;
}
.table tr td,
.show_pro_table table tr td {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #7C7C7C;
  border: 1px solid #DCDCDC;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.table tr:nth-child(odd),
.show_pro_table table tr:nth-child(odd) {
  background: rgba(0, 76, 158, 0.05);
}
.table tr:nth-child(odd) .nyerji,
.show_pro_table table tr:nth-child(odd) .nyerji {
  background: #f2f6fa;
}
.list_cooperate .right {
  padding-left: 1.875rem;
}
.list_cooperate .right .text {
  text-align: justify;
}
.list_cooperate_two .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #303030;
  white-space: nowrap;
}
.list_cooperate_two th,
.list_cooperate_two td {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  padding: 1.5rem 1rem;
  vertical-align: middle;
}
.list_cooperate_two thead {
  background: rgba(0, 76, 158, 0.05);
}
.list_cooperate_two thead .nyerji {
  background: #f2f6fa;
}
.list_cooperate_two thead .name {
  color: #f5180d;
}
.list_cooperate_two td strong {
  color: #282828;
}
.list_cooperate_two .tel {
  font-size: 1.3125rem;
  line-height: 1.875rem;
  color: #ec8402;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.list_cooperate_two .tel div {
  padding: 0 4.375rem;
}
.list_cooperate_three .left {
  width: 50%;
}
.list_cooperate_three .imgss {
  text-align: center;
}
.list_cooperate_three .imgss img {
  margin: 0 auto;
}
.list_cooperate_three .content {
  display: flex;
  margin-top: 2.5rem;
}
.list_cooperate_three .right {
  width: 50%;
  display: flex;
  align-items: center;
}
.list_cooperate_three .right ul li {
  width: 16.875rem;
  line-height: 5.625rem;
  margin: 0.1875rem 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.list_cooperate_three .right ul li:hover,
.list_cooperate_three .right ul li.active {
  background: rgba(255, 255, 255, 0.3);
}
.list_cooperate_three .right .right2 {
  width: calc(100% - 16.875rem - var(--container));
  padding-left: 3.4375rem;
  text-align: center;
}
.list_cooperate_three .right .right2 > div {
  display: none;
}
.list_cooperate_three .right .right2 > div.active {
  display: block;
}
.list_cooperate_three .right .right2 .icon img {
  height: 3.875rem;
}
.list_cooperate_three .right .right2 .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 2rem 0 0.625rem;
}
.list_cooperate_three .right .right2 .text {
  color: #FFFFFF;
}
#scroll {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  transform: translate(0, 0);
  transition: 0.7s;
}
#scroll:hover {
  transform: translate(0, -20px);
}
@keyframes scroll2 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
    background-color: #fff;
    opacity: 1;
  }
  80% {
    background-color: #2b2f5e;
    top: 80%;
    opacity: 1;
  }
  100% {
    background-color: #2b2f5e;
    top: 100%;
    opacity: 0;
  }
}
.con_wrap .title_wrap {
  text-align: center;
}
.con_wrap .title_wrap em {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #6d72bb;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
.con_wrap .title_wrap strong {
  font-size: 46px;
  font-weight: 600;
  color: #222222;
  display: inline-block;
}
.con_wrap .title_wrap p {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -1px;
  color: #555555;
  margin-top: 15px;
}
/* .con01 */
.con01 {
  position: relative;
}
.con01 .title_wrap {
  margin-bottom: 1.875rem;
}
.con01:before {
  content: "";
  width: 78.4375rem;
  height: 0;
  background: url(../img/product_bg.png) left top no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 56%;
}
.con01.on:before {
  height: 55rem;
  transition: 3s;
}
.con01 .swiper-pagination {
  display: none;
}
.con01 .product .pro_bg strong {
  display: block;
}
.con01 .product .pro_bg strong.st01 {
  font-size: 7.125rem;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0;
  -webkit-text-stroke: 1px rgb(223 0 18 / 20%);
  color: transparent;
  position: absolute;
  left: 1.1875rem;
  top: 4rem;
}
.con01 .product .pro_bg strong.st02 {
  font-size: 7.125rem;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgb(223 0 18 / 20%);
  opacity: 0;
  background: transparent;
  color: transparent;
  position: absolute;
  right: -10.8125rem;
  top: 19rem;
}
.con01 .swiper-slide-active .pro_bg strong.st01 {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1.2s;
  transition-delay: 0.3s;
  font-family: 'Barlow Condensed';
}
.con01 .swiper-slide-active .pro_bg strong.st02 {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1.2s;
  transition-delay: 0.6s;
  font-family: 'Barlow Condensed';
}
.con01 .swiper-container {
  overflow: visible;
}
.con01 .product_img {
  height: 32rem;
}
.con01 .product_img img {
  height: 100%;
  object-fit: contain;
}
.con01 .product_img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transform: translate(0, 50px);
  opacity: 0;
  position: relative;
}
.con01 .swiper-slide-active .product_img img {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s;
}
.con01 .p_wrap {
  position: relative;
  padding-top: 2rem;
}
.con01 .p_wrap .pro_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.con01 .circle {
  position: absolute;
  left: 50%;
  bottom: -230px;
  transform: translate(-50%, 0);
  z-index: -1;
  height: 448px;
  opacity: 0;
}
.con01 .circle span:nth-child(1) {
  width: 790px;
  height: 273px;
  border-radius: 50%;
  background-color: rgba(0, 76, 158, 0.15);
  display: block;
  animation: pro_cir 4s infinite;
  opacity: 0;
}
.con01 .circle span:nth-child(2) {
  width: 568px;
  height: 197px;
  border-radius: 50%;
  background-color: rgba(0, 76, 158, 0.15);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25px;
  animation: pro_cir 4s infinite;
  animation-delay: 0.4s;
  opacity: 0;
}
.con01 .swiper-slide-active .circle {
  opacity: 1;
}
@keyframes pro_cir {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes pro_cir2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.con01.on:before {
    height: 55rem;
    transition: 3s;
}
.index_one .con01:before {
  top: 11%;
  
}
.index_one ul {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}
.index_one ul li {
  font-size: 1.325rem;
  line-height: 3.75rem;
  color: #7C7C7C;
  padding: 0 1.5rem;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.index_one ul li div {
  position: relative;
}
.index_one ul li div::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.25rem;
  background: #f5180d;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li div::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #f5180d;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li:hover,
.index_one ul li.active {
  color: #f5180d;
}
.index_one ul li:hover div::before,
.index_one ul li.active div::before,
.index_one ul li:hover div::after,
.index_one ul li.active div::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: #f5180d;
}
.index_one ul li:last-child::before {
  display: none;
}
.index_one .hover {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #232323;
}
.index_one .hover img {
  height: 4.6875rem;
}
.index_one .hover p {
  margin-top: 0.75rem;
  font-weight: 600;
}
.beian {
  background: #E4E4E4;
  padding: 1.25rem 0;
}
.beian .text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #898989;
}

.index_one .swiper-slide {
  opacity: 0 !important;
}
.index_one .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
