@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #0083c7;
}
.c {
  color: #0083c7;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
}
.pagination > li {
  margin: 0 5px;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li:last-child .iconfont,
.pagination > li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}
.pagination > li {
  margin: 0 5px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li {
  margin: 0 3px;
}
.pagination .active span {
  background-color: #fff;
  border-color: #0083c7 !important;
  color: #0083c7;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #0083c7 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #0083c7 !important;
  color: #0083c7 !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}
.pagination > li.active a,
.pagination > li.active span {
  color: #0083c7 !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
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: 18rem;
  left: 50%;
  border-top: none;
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0;
  padding: 1.25rem 0;
}
.er-ul > li:hover {
  background: #0083c7;
}
.er-ul > li:hover > a {
  color: #fff !important;
}
.er-ul ul {
  position: absolute;
  padding: 1.25rem 0;
  top: 0;
  left: 100%;
  display: none;
  width: 15rem;
  background: #fff;
  border: 1px solid #f0f0f0;
}
.er-ul ul li a {
  font-size: 0.875rem;
  color: #2D2D2D;
}
.er-ul ul li:hover {
  background: #0083c7;
}
.er-ul ul li:hover > a {
  color: #fff !important;
}
.er-ul > li:hover a {
  color: #2D2D2D;
}
.er-ul > li:hover ul {
  display: block;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: left;
  font-size: 1rem;
  line-height: 2.625rem;
}
.er-ul > li a {
  padding-left: 1.5625rem;
  color: #2D2D2D;
}
.er-ul > li:hover > a {
  color: #0083c7;
}
.er-ul > li:nth-child(1) {
  padding-top: 0;
}
.er-ul > li:last-child {
  padding-bottom: 0;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.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: #0083c7;
}
.searchbox {
  border-color: #0083c7;
}
@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-nav > li > a {
  text-transform: uppercase;
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.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 > li .sec a {
  font-weight: 600;
}
.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: 30px;
}
.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 15px;
  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: #0083c7;
}
.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: #0083c7;
  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);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header .container {
  box-sizing: border-box;
}
header .left,
header .right {
  width: 15%;
}
header .center {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .right .language {
  margin-right: 2rem;
  font-size: 1rem;
}
header .right .language a {
  color: #707070;
  font-weight: 600;
}
header .right .language a.c {
  color: #000000;
}
header .right .ds1 {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #000000;
}
header .right .ds1 .iconfont {
  font-size: 1.25rem;
  color: #0083c7;
  display: block;
  margin-right: 0.5rem;
}
header .logo img {
  height: 4rem;
}
header .center > ul > li {
  float: left;
  padding: 0 2rem;
}
header .center > ul > li > a {
  font-size: 1rem;
  color: #000000;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
header .center > ul > li > a .iconfont {
  color: #0083c7;
  display: block;
  margin-left: 0.375rem;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0083c7;
  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: #0083c7;
}
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;
}
body {
  padding-top: 6.25rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  object-fit: cover;
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #fff;
}
.banner .hover .p2 {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  color: #fff;
  margin: 1rem 0 2.5rem;
}
.banner .swiper-pagination {
  bottom: 2.5rem;
}
.banner .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #0083c7;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #0083c7;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.more {
  width: 10.3125rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border: 1px solid #686868;
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more .iconfont {
  font-size: 1rem;
  font-weight: 600;
  color: #686868;
  margin-left: 0.5rem;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #0083c7;
  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);
  opacity: 0;
  transform: scale(0.6);
  z-index: -1;
}
.more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #0083c7;
  color: #fff;
}
.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:hover .iconfont {
  color: #fff;
}
.more.bgg {
  border: 1px solid #0083c7;
  background: #0083c7;
  color: #fff;
}
.more.bgg .iconfont {
  color: #fff;
}
.more.bgg::before {
  background: #fff;
}
.more.bgg:hover {
  color: #0083c7;
}
.more.bgg:hover .iconfont {
  color: #0083c7;
}
.index_one .right ul,
.list_about ul {
  display: flex;
  justify-content: space-between;
}
.index_one .right ul li,
.list_about ul li {
  border-right: 1px solid #DBDBDB;
  width: 33.3%;
  text-align: center;
  padding: 1.25rem 0 3.5rem;
}
.index_one .right ul li:nth-child(1),
.list_about ul li:nth-child(1) {
  border-left: 1px solid #DBDBDB;
}
.index_one .right ul li .icon img,
.list_about ul li .icon img {
  height: 5rem;
}
.index_one .right ul li .name,
.list_about ul li .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #0083c7;
  margin: 0.75rem 1rem 1rem;
  font-weight: 600;
}
.index_one {
  padding: 7.5rem 0 0;
}
.index_one .content {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 3.75rem;
}
.index_one .left .text {
  margin: 1.25rem 0 2.1875rem;
}
.index_one .left .text strong {
  color: #000;
}
.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  color: #000000;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.index_two {
  padding: 6.875rem 0 0;
}
.index_two .sum {
  background: -moz-linear-gradient(0% 50% 0deg, #f2f2f2 0%, #fbfbfb 50%, #f1f1f1 100%);
  background: -webkit-linear-gradient(0deg, #f2f2f2 0%, #fbfbfb 50%, #f1f1f1 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #f2f2f2), color-stop(0.5, #fbfbfb), color-stop(1, #f1f1f1));
  background: -o-linear-gradient(0deg, #f2f2f2 0%, #fbfbfb 50%, #f1f1f1 100%);
  background: -ms-linear-gradient(0deg, #f2f2f2 0%, #fbfbfb 50%, #f1f1f1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#F1F1F1' ,GradientType=0)";
  background: linear-gradient(90deg, #f2f2f2 0%, #fbfbfb 50%, #f1f1f1 100%);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#F1F1F1', GradientType=1);
}
.index_two .sum > div {
  padding: 4rem 2.75rem 2.625rem;
  display: none;
}
.index_two .sum > div.active {
  display: block;
}
.index_two .left {
  width: 60%;
  padding-right: 4rem;
}
.index_two .left > div {
  display: inline-block;
  position: relative;
}
.index_two .left .datu {
  height: 40rem;
  object-fit: contain;
}
.index_two .left .dian1 {
  right: 4.5rem;
  top: 49%;
  transform: translateY(-50%);
}
.index_two .left .dian1 div {
  bottom: -3rem;
  left: 1.5rem;
}
.index_two .left .dian2 {
  right: 5.75rem;
  top: 68%;
}
.index_two .left .dian2 div {
  bottom: -3rem;
  left: 1.5rem;
}
.index_two .left .dian3 {
  right: 18.5rem;
  top: 40%;
}
.index_two .left .dian3 div {
  bottom: -3rem;
  left: -14rem;
}
.index_two .left .dian4 {
  right: 7.75rem;
  top: 16%;
}
.index_two .left .dian4 div {
  bottom: -3rem;
  left: 2rem;
}
.index_two .left .dian5 {
  left: 22.5rem;
  top: 35%;
}
.index_two .left .dian5 div {
  bottom: -3rem;
  left: 2rem;
}
.index_two .left .dian6 {
  left: 15.5rem;
  top: 33%;
}
.index_two .left .dian6 div {
  bottom: -3rem;
  left: 2rem;
}
.index_two .left .dian7 {
  left: 16.5rem;
  top: 29%;
}
.index_two .left .dian7 div {
  bottom: -3rem;
  left: 2rem;
}
.index_two .left .dian8 {
  left: 18rem;
  top: 38%;
}
.index_two .left .dian8 div {
  bottom: -3rem;
  left: 2rem;
}
.index_two .left .dian9 {
  left: 20.75rem;
  top: 62%;
}
.index_two .left .dian9 div {
  bottom: -3rem;
  left: 2rem;
}
.index_two .left .dian10 {
  top: 61%;
  right: 9.5rem;
}
.index_two .left .dian10 div {
  bottom: -3rem;
  left: 2rem;
}
.index_two .left .dian {
  position: absolute;
  z-index: 9;
}
.index_two .left .dian:hover div {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .left .dian p {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  line-height: 1.75rem;
  border: 2px solid #fff;
  background: #020202;
  text-align: center;
  animation: fd 2s infinite;
  cursor: pointer;
}
.index_two .left .dian p .iconfont {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
.index_two .left .dian div {
  position: absolute;
  width: 14.1875rem;
  height: 14.1875rem;
  border-radius: 50%;
  background: rgba(229, 0, 19, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .left .dian div img {
  border: 0.4375rem solid rgba(229, 0, 19, 0.3);
  border-radius: 50%;
}
.index_two .left .dian:hover p {
  background: #0083c7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right {
  width: 40%;
  padding-top: 2.5rem;
}
.index_two .right .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
}
.index_two .right .text {
  color: #686868;
  margin: 0.75rem 0 1.25rem;
}
.index_two .right ul {
  margin-bottom: 1.25rem;
  display: flex;
}
.index_two .right ul li {
  line-height: 3.125rem;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  position: relative;
  margin-right: 1.875rem;
  min-width: 4rem;
}
.index_two .right ul li::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: #000;
}
.index_two .right ul li:hover a {
  color: #000;
}
.index_two .right ul li:hover::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.index_two .right ul li a {
  color: #686868;
}
.index_two .ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: -1.25rem -0.9375rem 0;
  z-index: 9;
}
.index_two .ul li {
  width: 25%;
  padding: 0 0.9375rem;
}
.index_two .ul li:hover a,
.index_two .ul li.active a {
  border: 1px solid #0083c7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .ul li:hover a p,
.index_two .ul li.active a p {
  color: #0083c7;
}
.index_two .ul li:hover a div,
.index_two .ul li.active a div {
  border: 1px solid #0083c7;
}
.index_two .ul li:hover a div .iconfont,
.index_two .ul li.active a div .iconfont {
  color: #0083c7;
}
.index_two .ul li a {
  max-height: 5rem;
  background: -moz-linear-gradient(50% 2.94% -90deg, #fefefe 0%, #efefef 100%);
  background: -webkit-linear-gradient(-90deg, #fefefe 0%, #efefef 100%);
  background: -webkit-gradient(linear, 50% 2.94%, 50% 27.59%, color-stop(0, #fefefe), color-stop(1, #efefef));
  background: -o-linear-gradient(-90deg, #fefefe 0%, #efefef 100%);
  background: -ms-linear-gradient(-90deg, #fefefe 0%, #efefef 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#EFEFEF' ,GradientType=0)";
  background: linear-gradient(180deg, #fefefe 0%, #efefef 100%);
  border-style: Solid;
  border-color: #DBDBDB;
  border-color: #dbdbdb;
  border-width: 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#EFEFEF', GradientType=0);
  border: 1px solid #DBDBDB;
  border-radius: 0.625rem;
  padding: 1.375rem 1.875rem 1.375rem 2.3125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_two .ul li a p {
  width: calc(100% - 2rem);
  font-size: 1.25rem;
  color: #000000;
  padding-right: 0.625rem;
}
.index_two .ul li a div {
  width: 2rem;
  height: 2rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #686868;
}
.index_two .ul li a div .iconfont {
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
}
.index_two .content .swiper_product {
  overflow: hidden;
  margin: 0 -2.5rem;
}
.index_two .content .swiper_product .product_box {
  margin: 0 1.25rem;
  height: 100%;
  background: #f9f9f9;
  border-radius: 0.625rem;
  overflow: hidden;
}
.index_two .content .swiper_product .product_box .over {
  height: 13.75rem;
}
.index_two .content .swiper_product .product_box .over img {
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_two .content .swiper_product .product_box .desc {
  padding: 1.25rem;
  min-height: 9.375rem;
}
.index_two .content .swiper_product .product_box .desc h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.index_two .content .swiper_product .product_box .desc h3::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 3.125rem;
  height: 0.125rem;
  background-color: #0083c7;
}
.index_two .content .swiper_product .product_box .desc p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.index_two .content .swiper_product .product_box:hover {
  border: 1px solid #0083c7;
}
.index_three .title,
.index_two .title,
.index_four .title {
  margin-bottom: 2rem;
}
.index_three {
  padding-top: 6.875rem;
}
.index_three .ul {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.index_three .ul li {
  width: 30%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .ul li > div {
  height: 41.25rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .ul li > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  object-fit: cover;
  z-index: -1;
}
.index_three .ul li > div .content {
  position: absolute;
  bottom: 4rem;
  padding: 0 3.375rem;
  width: 100%;
  left: 0;
}
.index_three .ul li > div .content_active {
  display: none;
}
.index_three .ul li > div .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.index_three .ul li > div .text {
  color: #fff;
  margin: 0.625rem 0;
}
.index_three .ul li > div ul li .txt {
  height: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.index_three .ul li > div ul li:hover a {
  color: #0083c7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .ul li > div 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;
}
.index_three .ul li > div ul li a {
  height: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  justify-content: space-between;
}
.index_three .ul li > div ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #0083c7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .ul li > div ul li a div {
  width: calc(100% - 3.75rem);
}
.index_three .ul li > div ul li a .iconfont {
  font-size: 1rem;
  font-weight: 600;
  width: 3.75rem;
  display: block;
  text-align: right;
}
.index_three .ul li:hover,
.index_three .ul li.active {
  width: 70%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .ul li:hover .content_active,
.index_three .ul li.active .content_active {
  display: block;
  padding: 5rem 3.125rem;
}
.index_three .ul li:hover .content,
.index_three .ul li.active .content {
  display: none;
}
.squera_news a {
  background: #f9f9f9;
  border-radius: 0.625rem;
  overflow: hidden;
}
.squera_news a .content {
  padding: 1.25rem 1.6875rem 3.75rem;
}
.squera_news a .over,
.squera_news a .over img {
  border-radius: 0.625rem;
}
.squera_news a .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #848484;
  margin: 0 0 0.625rem;
}
.squera_news a .name {
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #000000;
  padding-bottom: 0.5rem;
  position: relative;
}
.squera_news a .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 1px;
  background: #0083c7;
}
.squera_news a .text {
  color: #898989;
  margin-top: 1.125rem;
}
.squera_news:hover img {
  transform: scale(1.1);
}
.squera_news:hover a {
  background: #0083c7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news:hover a .data,
.squera_news:hover a .name,
.squera_news:hover a .text {
  color: #fff;
}
.squera_news:hover a .name::before {
  background: #fff;
}
.swiper_btn .swiper-button-next {
  right: -4.6875rem;
}
.swiper_btn .swiper-button-prev {
  left: -4.6875rem;
}
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-button-prev {
  background: none;
}
.swiper_btn .swiper-button-next .iconfont,
.swiper_btn .swiper-button-prev .iconfont {
  font-size: 1.75rem;
  color: #939393;
}
.swiper_btn .swiper-button-next:hover .iconfont,
.swiper_btn .swiper-button-prev:hover .iconfont {
  color: #0083c7;
}
.index_five {
  padding: 6.875rem 0;
}
.index_five .text {
  padding-bottom: 7.1875rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2.75rem;
  padding-top: 0.5rem;
}
.index_five .margin {
  margin: 0 -1rem;
}
.index_five .margin .swiper-slide {
  padding: 1rem;
}
.index_five .margin .swiper-slide .over {
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
}
.index_five .margin .swiper-slide .over img {
  padding: 0.625rem 0;
}
.show_product .fdj {
  position: absolute;
  bottom: 0.5rem;
  right: 1.25rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: none;
  display: flex;
  align-items: center;
}
.show_product .fdj .iconfont {
  font-size: 1.25rem;
  color: #000;
}
.show_product .img_hover a:focus-visible,
.show_product .img_hover img:focus-visible {
  outline: none !important;
}
.show_product .img_hover:hover .fdj {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .img_hover:hover a img {
  transform: scale(1.1);
}
.show_product2 .right .name {
  font-size: 2.4rem;
  color: #2F2F30;
  font-weight: bold;
  margin-top: 3.125rem;
}
.show_product2 .right h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.show_product2 .right .desc {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.show_product2 .content h3 {
  font-size: 2.4rem;
  color: #2F2F30;
  font-weight: bold;
}
.show_product2 .content ul li {
  position: relative;
  padding-left: 0.9375rem;
  font-size: 1.15rem;
  line-height: 1.875rem;
  color: #444343;
  font-weight: 400;
}
.show_product2 .content ul li::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #444343;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.show_product2 .content p {
  font-size: 1.15rem;
  line-height: 1.875rem;
  color: #444343;
  font-weight: 400;
}
.show_product2 .content .table {
  overflow-y: auto;
}
.show_product2 .content .table table tr:nth-child(1) {
  background: #F4F4F4;
}
.show_product2 .content .table table tr td {
  vertical-align: middle;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.875rem;
  color: #444343;
  font-weight: 400;
}
.show_detail .right .bot {
  display: none;
}
footer .left .tel,
.show_detail .right .bot .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
  justify-content: flex-start;
}
footer .left .tel img,
.show_detail .right .bot .tel img {
  height: 1.25rem;
  margin-right: 0.5rem;
}
footer .left .font20,
.show_detail .right .bot .font20 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0.5rem 0;
  color: #FFFFFF;
}
footer .left .text,
.show_detail .right .bot .text {
  color: #FFFFFF;
}
footer {
  background: #313131;
  padding: 2.8125rem 0;
}
footer .left .fenxiang {
  margin-top: 1.375rem;
}
footer .left .fenxiang .social-share li a {
  background: #646464;
  color: #313131 !important;
  line-height: 2.5rem !important;
}
footer .left .fenxiang .social-share li a:hover {
  background: #0083c7;
  color: #fff !important;
}
footer .left .fenxiang .social-share li {
  border: none !important;
}
footer .row {
  align-items: center;
}
footer .right {
  width: 23rem;
  padding-left: 4.375rem;
}
footer .right .text {
  color: #fff;
}
footer .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .right ul li {
  font-size: 1rem;
}
footer .right ul li:not(:last-child) {
  margin-right: 1rem;
}
footer .right ul li a {
  color: #fff;
}
footer .right ul li a:hover {
  color: #0083c7;
}
footer .center {
  width: calc(100% - 44rem);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 4.5rem;
}
footer .center ul {
  display: flex;
  justify-content: space-between;
}
footer .center ul li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.875rem;
}
footer .center ul li .name:hover {
  color: #0083c7;
}
footer .center ul li .text {
  color: #fff;
}
footer .center ul li .text:hover {
  color: #0083c7;
}
.swiper_pag {
  position: static;
  text-align: center;
}
.swiper_pag .swiper-pagination-bullet {
  margin: 0 4px;
  width: 0.625rem;
  height: 0.625rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #0083c7;
}
.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;
  color: #FFFFFF;
}
.p120 {
  padding: 7.5rem 0;
}
.p120.pt0 {
  padding-top: 0;
}
.p120.pb0 {
  padding-bottom: 0;
}
.bread {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
}
.bread .text {
  color: #fff;
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.5rem;
}
.bread a {
  color: #fff;
}
.bread a:hover {
  color: #0083c7;
}
.list_about .img {
  padding: 0 0 1.875rem 1.875rem;
  width: 50%;
  float: right;
  clear: both;
}
.list_about .title {
  margin-bottom: 0.875rem;
}
.list_about .over,
.list_about .over img {
  border-radius: 0.625rem;
}
.list_about ul {
  padding: 2.5rem 0 4.625rem;
  border-bottom: 1px solid #DBDBDB;
}
.list_about_two {
  padding-bottom: 5rem;
}
.list_about_two .ul {
  margin: 2.5rem -1.375rem 0;
}
.list_about_two .ul li {
  margin-bottom: 2.75rem;
  padding: 0 1.375rem;
}
.list_about_two .ul li .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin: 1.5rem 0 0.625rem;
}
.list_about_two .ul li .text {
  color: #898989;
}
.list_about_two .ul li .text p {
  display: flex;
}
.list_about_two .ul li .text p strong {
  width: 4.75rem;
  display: block;
}
.list_about_two .ul li .text p span {
  width: calc(100% - 4.75rem);
  display: block;
}
.list_about_two .ul li .over,
.list_about_two .ul li .over img {
  border-radius: 0.625rem;
}
.list_about_two .ul li .more {
  margin-top: 1.375rem;
}
.list_about_two .ul li:hover .over img {
  transform: scale(1.1);
}
.list_about_two .ul li:hover .name {
  color: #0083c7;
}
.list_news .ul {
  margin: 2.5rem -1.375rem 0;
}
.list_news .ul li {
  padding: 0 1.375rem;
  margin-bottom: 2.75rem;
}
.nyerji {
  line-height: 4.375rem;
  position: relative;
}
.nyerji::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyerji ul li {
  padding: 0 1.5625rem;
}
.nyerji ul li a {
  padding: 0 0.5rem;
  position: relative;
  font-size: 1rem;
  color: #000000;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  border-radius: 0.25rem;
  background: #0083c7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  color: #0083c7;
}
.nyerji ul li:hover a::before,
.nyerji ul li.active a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.list_appliaction .right .over,
.list_appliaction .right .over img {
  border-radius: 0.625rem;
}
.list_appliaction .Application_swiper {
  margin: 0 -1rem;
}
.list_appliaction .Application_swiper .swiper-slide {
  padding: 1rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_appliaction .Application_swiper .swiper-slide > a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
  border-radius: 0.625rem;
  background: #fff;
  overflow: hidden;
}
.list_appliaction .Application_swiper .swiper-slide .img {
  height: 13.75rem;
}
.list_appliaction .Application_swiper .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
}
.list_appliaction .Application_swiper .swiper-slide .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #686868;
  padding: 2.375rem 1rem;
  text-align: center;
  min-height: 9.375rem;
}
.list_appliaction .Application_swiper .swiper-slide:hover .name {
  color: #0083c7;
}
.list_appliaction .Application_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_product .ul {
  margin: 2.5rem -1.375rem 0;
}
.list_product .ul li {
  padding: 0 1.375rem;
  margin-bottom: 3.125rem;
}
.list_product .ul li a .img {
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  background: #efefef;
}
.list_product .ul li a .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  height: 4.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list_product .ul li a .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.list_product .ul li a .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 0.1875rem;
  background: #0083c7;
  border-radius: 0.625rem;
}
.list_product .ul li:hover a .img {
  box-shadow: 0 0 1rem rgba(232, 45, 45, 0.08);
}
.list_product .ul li:hover a .img img {
  transform: scale(1.1);
}
.list_product .ul li:hover a .name {
  color: #0083c7;
}
.list_product .ul li:hover a .name::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bread_show.bread {
  margin-top: 0;
  background: #EDEDED;
  color: #424242;
}
.bread_show.bread .text {
  color: #424242;
  line-height: 4.375rem;
}
.bread_show.bread .text a {
  color: #424242;
}
.bread_show.bread .text a:hover {
  color: #0083c7;
}
.show_detail {
  background: -moz-linear-gradient(50% 0.85% -90deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  background: -webkit-linear-gradient(-90deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  background: -webkit-gradient(linear, 50% 0.85%, 50% 93.55%, color-stop(0, #ffffff), color-stop(0.7067, #e8e8e8), color-stop(1, #ffffff));
  background: -o-linear-gradient(-90deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  background: -ms-linear-gradient(-90deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
  padding: 3.75rem 0 9.375rem;
}
.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  padding: 0 2.1875rem;
  margin-bottom: 2rem;
}
.show_detail .text {
  color: #898989;
}
.show_detail .left {
  padding-right: 2rem;
}
.show_detail .left > div {
  overflow: hidden;
  background: #FFFFFF;
  padding: 3.4375rem 0 5rem;
  border-radius: 0.625rem;
}
.show_detail .left .shangxia_p {
  padding: 0 3.4375rem 0 2.5rem;
  margin: 5rem 0 2.5rem;
}
.show_detail .left .shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
}
.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}
.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.show_detail .left .shangxia a:hover {
  color: #0083c7;
}
.show_detail .right {
  padding-left: 0;
}
.show_detail .right .swiper-slide a:focus-visible {
  outline: none !important;
}
.show_detail .right .top {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.875rem 2.0625rem 2rem;
}
.show_detail .right .top .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.show_detail .right .top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_detail .right .top ul li:hover p {
  color: #0083c7 !important;
}
.show_detail .right .top ul li a {
  display: flex;
  align-items: center;
}
.show_detail .right .top ul li .more {
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  line-height: 1.4375rem;
}
.show_detail .right .top ul li .more .iconfont {
  margin-left: 0;
  font-size: 0.75rem;
}
.show_detail .right .top ul li .more::before {
  border-radius: 50%;
}
.show_detail .right .top ul li .over {
  width: 8rem;
  border: 1px solid #D1D1D1;
  background: #efefef;
}
.show_detail .right .top ul li .over,
.show_detail .right .top ul li .over img {
  border-radius: 0.625rem;
}
.show_detail .right .top ul li .right2 {
  width: calc(100% - 8rem);
  padding-left: 1.25rem;
}
.show_detail .right .top ul li .right2 p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #686868;
}
.show_detail .right .bot {
  background: #0083c7;
  border-radius: 0.625rem;
  margin-top: 2rem;
  padding: 2.0625rem 2.0625rem;
}
.show_detail .right .bot .text {
  padding: 0;
}
.show_product .noswiper {
  border: 1px solid #ddd;
  background: #efefef;
  display: inline-block;
}
.show_product .swiper-slide {
  border: 1px solid #D1D1D1;
  opacity: 0.4;
  background: #efefef;
}
.show_product .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.show_product .swiper-slide img {
  width: 100%;
}
.show_product .swiper-container {
  overflow: visible;
  padding: 0 13.75rem;
}
.show_product .text {
  padding: 0 3.4375rem 0 2.5rem;
}
.show_product .swiper_btn .swiper-button-prev {
  left: 9rem;
}
.show_product .swiper_btn .swiper-button-next {
  right: 9rem;
}
.er-ul > li {
  position: relative;
}
.show_news .text {
  padding: 0 2.1875rem;
}
.about_bgg {
  position: relative;
  z-index: 4;
}
.about_bgg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -moz-linear-gradient(50% 0.85% -90deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  background: -webkit-linear-gradient(-90deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  background: -webkit-gradient(linear, 50% 0.85%, 50% 93.55%, color-stop(0, #ffffff), color-stop(0.7067, #e8e8e8), color-stop(1, #ffffff));
  background: -o-linear-gradient(-90deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  background: -ms-linear-gradient(-90deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 70.67%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
  z-index: -1;
}
.list_contact .img {
  display: flex;
  justify-content: flex-end;
  border-radius: 0.625rem;
  padding-left: 15.4375rem;
}
.list_contact .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 35.875rem;
  padding: 3.125rem 3.125rem 4.0625rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.list_contact .content .ewm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.list_contact .content .ewm .img1 {
  width: 8.875rem;
}
.list_contact .content .ewm .img1 img {
  width: 8.875rem;
  height: 8.875rem;
  object-fit: contain;
}
.list_contact .content .ewm p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #898989;
  padding-left: 1.875rem;
}
.list_contact .content .text {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #898989;
  margin-top: 1rem;
}
.list_contact .content .email {
  padding: 1.25rem 0 2.8125rem;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #898989;
}
.list_contact .content .email p {
  font-size: 1rem;
}
.list_contact .content .email a {
  color: #E82E2D;
}
.list_about_three {
  background: url(../img/9.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.list_about_three .swiper-wrapper {
  align-items: stretch;
}
.list_about_three .swiper-slide {
  text-align: center;
  height: 100%;
}
.list_about_three .swiper-slide .lcb_box {
  position: relative;
  height: 100%;
}
.list_about_three .swiper-slide .lcb_box::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #ffffff;
}
.list_about_three .swiper-slide .lcb_box::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #282828;
}
.list_about_three .pr::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  transform: translateY(-50%);
}
.list_about_three .year {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 9.375rem;
  color: #282828;
  height: 9.375rem;
}
.list_about_three .text {
  margin-top: 6rem;
  height: 11rem;
}
.list_about_three .swiper_fy {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #c4c4c4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 48%;
  transform: translateY(-50%);
  background-image: none;
  margin-top: 0;
}
.list_about_three .swiper_fy .iconfont {
  font-size: 1.25rem;
  color: #c4c4c4;
}
.list_about_three .swiper_fy.swiper-button-next {
  right: 8.75rem;
}
.list_about_three .swiper_fy.swiper-button-prev {
  left: 8.75rem;
}
.m-bm-nav > li .sec a {
  font-size: 14px;
  line-height: 40px;
}
