
/* 这个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;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
}
.bg {
  background: #3c3c3c;
}
.c {
  color: #11459B;
}
.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: #11459B !important;
  color: #11459B;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #11459B !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #F39801 !important;
  color: #F39801 !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: #11459B !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: 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;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #11459B;
}
.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;
}
.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;
}
.container {
  padding: 0 14.8125rem;
  width: 100%;
  max-width: 100%;
}
.container.con_r {
  padding-right: 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;
}
.ds1 {
  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: #11459B;
}
.searchbox {
  border-color: #11459B;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none !important;
  }
  .phone_show_990 {
    display: block !important;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  /*height: 20px;*/
  height: 35px;
  /*width: 170px;*/
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #11459B;
}
.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;
  }
}


.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: #11459B;
  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 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
}
@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 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
footer .logo {
  margin-bottom: 1.875rem;
}
footer .logo img {
  width: 16.875rem;
  filter: brightness(0) invert(1);
}
footer .yqlj {
  width: 10.3125rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #fff;
  position: relative;
}
footer .yqlj > div {
  border: 1px solid #fff;
  border-radius: 0.625rem;
}
footer .yqlj .iconfont {
  padding-left: 0.8125rem;
}
footer .yqlj:hover {
  background: #fff;
  color: #333;
  border-radius: 0.625rem 0.625rem 0 0;
}
footer .yqlj:hover ul {
  transform: none;
}
footer .yqlj ul {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 0 0 0.625rem 0.625rem;
  transform: scaleY(0);
  transform-origin: top left;
  border: 1px solid #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0.625rem 0;
}
footer .yqlj ul li {
  line-height: 1.875rem;
  font-size: 1rem;
}
footer .yqlj ul li:hover a {
  color: #11459B;
}
footer .top {
  padding: 4.375rem 0 3.125rem;
}
footer .top .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .top .left {
  width: 21%;
}
footer .top .left1 {
  /*width: 14.12%;*/
  width: 22.12%;
  text-align: center;
}
footer .top .left1:last-child{width: 7.12%;}
footer .top .left1 a:hover {
  /*font-weight: 600;*/
  color: #ff162b;
}
footer .center {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
}
footer .center .name {
  margin-bottom: 0;
}
footer .center .text {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .center .text .iconfont {
  font-size: 1.375rem;
  margin-right: 0.375rem;
}
footer .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}
footer .bot {
  padding: 1.25rem 0;
}
footer .bot .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: var(--header_h);
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
header .container {
  padding: 0 5.625rem;
}
header .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
}
header .tel {
  display: flex;
  align-items: center;
  font-weight: 100;
  color: #11459b;
  font-size: 1.275rem;
    letter-spacing: 1px;
}
header .tel .iconfont {
  font-size:2.175rem;
}
header .ds1 {
  margin-left: 2.5rem;
}
header .logo img {
  /*width: 19.625rem;*/
  /*width: 14.625rem;*/
  width: 24.625rem;
}
header .center > ul > li {
  float: left;
}
header .center > ul > li:nth-child(3) .er-ul{width:130%;}
header .center > ul > li > a {
  padding: 0px 1.675rem;
    font-size: 1.1rem;
  color: #161616;
  font-weight: 600;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #11459B;
}
body {
  padding-top: var(--header_h);
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 1;
  color: #FFFFFF;
}
.bread {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #A0A0A0;
  padding-top: 1.5625rem;
}
.bread .iconfont {
  font-size: 1rem;
  margin-right: 0.3125rem;
}
.bread a {
  color: #A0A0A0;
}
.bread span:last-child {
  display: none;
}
.pt50 {
  padding-top: 3.125rem;
}
.pt100 {
  padding-top: 6.25rem;
}
.pb110 {
  padding-bottom: 6.875rem;
}
.bor10 {
  border-radius: 0.625rem;
}
.list_contact ul li {
  font-size: 1rem;
  color: #565656;
}
.list_contact ul li.row {
  margin: 0 -1.875rem 2.8125rem;
}
.list_contact ul li.row:last-child {
  margin-bottom: 0;
}
.list_contact ul li.row > div {
  padding: 0 1.875rem;
}
.list_contact ul li .name {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #000000;
  margin: 1rem 0 1.25rem;
}
.list_contact ul li ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.list_contact ul li ul li img {
  min-height: 2.8125rem;
  height: 2.8125rem;
  max-width: 2.5rem;
  width: 2.5rem;
}
.list_contact ul li ul li strong {
  margin: 0 0.25rem 0 1rem;
  color: #000;
}
.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #191919;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}
.bgf7 {
  background: #F4F4F4;
}
.list_message .title {
  margin-bottom: 0.625rem;
}
.list_message input {
  width: 100%;
  line-height: 3.375rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 1.25rem;
  font-size: 1rem;
  background: transparent;
}
.list_message .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3A3A3A;
  margin-bottom: 0.625rem;
}
.list_message .name span {
  color: #D30000;
  font-weight: 600;
  margin-left: 0.625rem;
}
.list_message textarea {
  width: 100%;
  line-height: 3.375rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 1.25rem;
  font-size: 1rem;
  height: 7.5rem;
  display: block;
  background: transparent;
}
.list_message button {
  width: 12.5rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  background: #11459B;
  color: #fff;
  font-size: 1.125rem;
  border: 1px solid #11459B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_message button:hover {
  background: transparent;
  color: #11459B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_squera img {
  max-height: 25rem;
  object-fit: cover;
}
.news_squera:hover img {
  transform: scale(1.1);
}
.news_squera:hover .name {
  color: #11459B;
}
.data {
  color: #939393;
  display: flex;
  align-items: center;
}
.data .iconfont {
  margin-right: 0.5rem;
}
.list_news .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #303030;
}
.list_news .data {
  margin: 0.5rem 0;
}
.list_news .right {
  padding-left: 2.5rem;
}
.list_news .row {
  align-items: center;
}
.list_news.list_news_two .news_squera {
  border-bottom: 1px solid #DBDBDB;
  padding: 2.8125rem 0;
  position: relative;
}
.list_news.list_news_two .news_squera::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #11459B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news.list_news_two .news_squera:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7F7F7F;
}
.more_a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  color: #11459B;
}
.more_a div {
  width: 2.8125rem;
  height: 2.8125rem;
  border: 1px solid #11459B;
  line-height: 2.6875rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.625rem;
}
.more_a div .iconfont {
  font-size: 1rem;
  display: block;
  color: #11459B;
}
.more_a span {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover {
  color: #11459B;
}
.more_a:hover div {
  background: #11459B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover div .iconfont {
  color: #fff;
}
.more_a:hover span {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .left a {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  margin-bottom: 0.375rem;
  background: #11459B;
  display: block;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .left a .iconfont {
  font-size: 1.375rem;
  color: #fff;
}
.show_news .left a:hover {
  background: #939393;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .left a:last-child img {
  position: absolute;
  top: 0;
  width: 10.25rem !important;
  height: 8rem;
  max-width: 8rem;
  right: -8rem;
  display: none;
}
.show_news .left a:hover img {
  display: block;
}
.show_news .left > div {
  position: sticky;
  top: var(--header_h);
  z-index: 9;
}
.show_news .clearfix.pr {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -6rem;
}
.show_news .clearfix.pr .rightsum {
  padding: 0 6rem 0 2rem;
  width: 100%;
}
.show_news .center .name {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 3.125rem;
  color: #000000;
}
.show_news .center .data {
  margin: 0.875rem 0 0.75rem;
}
.show_news .center .text {
  text-align: justify;
}
.show_news .right {
  padding-left: 1.875rem;
}
.show_news .right .list {
  padding: 1.875rem;
  border-top: 0.1875rem solid #11459B;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 3.125rem;
}
.show_news .right .list a.over {
  background: #f5f5f5;
}
.show_news .right .list:last-child {
  margin-bottom: 0;
}
.show_news .right .list:last-child ul li {
  margin-bottom: 0.625rem;
}
.show_news .right .list:last-child ul li:last-child {
  margin-bottom: 0;
}
.show_news .right .name {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #000000;
}
.show_news .right ul li {
  padding: 0.625rem 0;
}
.show_news .right ul li:hover .text {
  color: #11459B;
}
.show_news .right ul li:hover .name1 {
  color: #11459B;
}
.show_news .right ul li:hover img {
  transform: scale(1.1);
}
.show_news .right .text {
  overflow: hidden !important;
  color: #2B2B2B;
}
.show_news .right .name1 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  padding-top: 0.625rem;
  overflow: hidden !important;
}
.show_news .right .over {
  overflow: hidden !important;
}
.show_product .mySwiper .swiper-slide img,
.show_product .mySwiper .swiper-slide .over img {
  height: 8.75rem;
  object-fit: contain;
}
.nyerji {
  line-height: 4.375rem;
  background: #11459b;
}
.nyerji ul {
  display: flex;
  align-items: center;
}
.nyerji ul li {
  font-size: 1rem;
  color: #FFFFFF;
  margin-right: 2.8125rem;
}
.nyerji ul li a {
  color: #fff;
}
.nyerji ul li:last-child {
  margin-right: 0;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  font-weight: 600;
}
.list_pro .pro_squera {
  margin-bottom: 2.1875rem;
}
.pro_squera {
  margin-bottom: 2.1875rem;
}
.pro_squera > div {
  border-radius: 0.625rem;
  border: 1px solid #DBDBDB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
  overflow: hidden;
}
.pro_squera > div img {
  /*height: 18.75rem;*/
  height: auto;
  object-fit: contain;
}
.pro_squera > div .top {
  padding: 1.875rem;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pro_squera > div .top .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
}
.pro_squera > div .top .text {
  line-height: 1.875rem;
  margin-top: 0.3125rem;
  color: #565656;
}
.pro_squera > div .top .content {
  border-top: 1px solid #DBDBDB;
  padding-top: 1.5625rem;
  margin-top: 1rem;
}
.pro_squera > div .bot {
  height: 0;
  transform-origin: bottom;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #11459B;
  width: 100%;
  font-size: 1.125rem;
  line-height: 3.75rem;
  border-radius: 0 0 0.625rem 0.625rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro_squera > div .bot a {
  color: #FFFFFF;
}
/*.pro_squera:hover .top {*/
/*  transform: translateY(-3.75rem);*/
/*  transition: all 0.4s;*/
/*  -webkit-transform: all 0.4s;*/
/*  -moz-transition: all 0.4s;*/
/*  -o-transition: all 0.4s;*/
/*}*/
.pro_squera:hover img {
  transform: scale(1.1);
}
/*.pro_squera:hover .bot {*/
/*  height: 3.75rem;*/
/*  transition: all 0.4s;*/
/*  -webkit-transform: all 0.4s;*/
/*  -moz-transition: all 0.4s;*/
/*  -o-transition: all 0.4s;*/
/*}*/
/*.pro_squera:hover > div {*/
/*  border-color: #11459B;*/
/*  transition: all 0.4s;*/
/*  -webkit-transform: all 0.4s;*/
/*  -moz-transition: all 0.4s;*/
/*  -o-transition: all 0.4s;*/
/*  box-shadow: 0 0 1rem rgba(3, 55, 146, 0.15);*/
/*}*/
.show_product .left {
  padding-right: 4.0625rem;
}
.show_product .right .text {
  color: #565656;
  padding: 0.9375rem 0 2rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 3.75rem;
}
.show_product .mySwiper {
  width: calc(100% - 7.25rem - 7.25rem);
}
.show_product .mySwiper .swiper-slide {
  border: 1px solid #DBDBDB;
  padding: 0.625rem;
  border-radius: 0.625rem;
}
.show_product .mySwiper .swiper-slide img,
.show_product .mySwiper .swiper-slide .over img {
  border-radius: 0.625rem;
}
.show_product .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #11459B;
}
.show_product .swiper-button-black {
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #DDDDDD;
  line-height: 2.75rem;
  text-align: center;
  border-radius: 50%;
  background-size: 1rem 1rem;
}
.show_product .right {
  padding-left: 5rem;
  padding-top: 6%;
}
.show_product .mySwiper2 {
  margin-bottom: 1.25rem;
}
.show_product .mySwiper2 .swiper-slide {
  text-align: center;
}
.show_product .mySwiper2 .swiper-slide img {
  width: 80%;
  margin: 0 auto;
}
.bg_before {
  position: relative;
}
.bg_before::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44.5%;
  height: 100%;
  background: #F7F7F7;
}
.more {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #f39801;
  width: 10.3125rem;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  line-height: 3.4375rem;
  border-radius: 0.375rem;
  border: 1px solid #f39801;
}
.more .iconfont {
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 600;
}
.more.ff {
  color: #fff;
  border-color: #fff;
}
.more:hover {
  background: #f39801;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.show_pro_two {
  position: sticky;
  top: var(--header_h);
  left: 0;
  border-bottom: 1px solid #DBDBDB;
  line-height: 5.875rem;
  border-top: 3px solid #f39801;
  background: #fff;
  z-index: 99;
}
.show_pro_two .left {
  font-weight: bold;
  font-size: 1.875rem;
  color: #191919;
}
.show_pro_two .right ul {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.125rem;
  color: #000000;
  justify-content: flex-end;
}
.show_pro_two .right ul li {
  padding-left: 3.125rem;
  cursor: pointer;
}
.show_pro_two .right ul li.active a,
.show_pro_two .right ul li:hover a {
  color: #11459B;
}
.show_pro_sum .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #11459B;
  margin-bottom: 1.25rem;
}
.show_pro_sum .name1 {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #191919;
  margin-bottom: 0.75rem;
}
.show_pro_sum ul {
  margin-bottom: 1.25rem;
}
.show_pro_sum ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  padding-left: 1.25rem;
  position: relative;
}
.show_pro_sum ul li::before {
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #11459B;
  content: "";
}
.show_pro_sum table {
  margin-bottom: 0;
}
.show_pro_sum table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  color: #565656;
  border: 1px solid #DBDBDB;
  padding: 1.125rem;
}
.show_pro_sum table tr:nth-child(1) {
  background: #11459B;
  color: #fff;
}
.show_pro_sum table tr:nth-child(1) td {
  font-weight: 600;
  color: #fff;
}
.show_pro_sum .swiper-slide > div {
  background: #fff;
}
.show_pro_sum .swiper-slide > div .name {
  margin-bottom: 0;
}
.show_pro_sum .swiper-slide > div img {
  height: 13.75rem;
  object-fit: contain;
}
.show_pro_sum .swiper-slide > div .top .content {
  padding-top: 0.875rem;
}
.show_pro_sum .swiper-slide > div .top {
  padding-bottom: 1.25rem;
}
.show_pro_sum .swiper-container {
  padding-bottom: 1.875rem;
}
.show_pro_sum .swiper-pagination {
  bottom: 0;
}
.show_pro_sum .swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.show_pro_sum .swiper-pagination-bullet {
  opacity: 0.6;
  background: #fff;
  width: 0.75rem;
  height: 0.75rem;
}
.show_pro_contact {
  padding: 6.25rem 0 7.5rem;
  /*background: url(../img/6.png) no-repeat;*/
  /*background-size: cover;*/
}
.show_pro_contact ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.show_pro_contact ul li:last-child {
  border-right: none;
}
.show_pro_contact ul li .name,
.show_pro_contact ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}
.show_pro_contact ul li .icon {
  margin-bottom: 1.25rem;
}
.show_pro_contact ul li img {
  width: 3.875rem;
  min-height: 3.875rem;
}
.show_pro_contact ul li .name.c {
  color: #11459B;
  font-weight: 600;
}
.en_name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #11459B;
  text-transform: capitalize;
}
.list_about .left .text {
  padding-right: 1.5625rem;
  margin-top: 1.25rem;
  color: #565656;
  height: 24.5rem;
  overflow-y: scroll;
  text-align: justify;
}
.list_about .left .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #DBDBDB;
  width: 4px;
  height: 164px;
  position: absolute;
}
.list_about .left .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.list_about .left .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #11459B;
}
.list_about .left .text span {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #11459B;
}
.list_about .left,
.list_about .right {
  padding: 0 1.5625rem;
}
.list_about .row {
  margin: 0 -1.5625rem;
}
.list_about_two .text {
  color: #fff;
  text-align: justify;
}
.list_about_two .left,
.list_about_two .right {
  padding: 0 1.875rem;
}
.list_about_two .row {
  margin: 2.1875rem -1.875rem 0;
}
.list_about_four {
  padding-top: 0;
}
.list_about_four .left {
  width: 32%;
}
.list_about_four .left img {
  width: 100%;
}
.list_about_four .right {
  padding-top: 6.875rem;
  width: 68%;
}
.list_about_four .right .title,
.list_about_four .right > ul,
.list_about_four .right .mySwiper2 .swiper-slide {
  padding-left: 3.125rem;
}
.list_about_four .right ul {
  margin: 1.5625rem 0 3.125rem;
  display: flex;
}
.list_about_four .right ul li {
  border-radius: 0.625rem;
  background: #F4F4F4;
  margin-right: 2.5rem;
  width: 17.9375rem;
  padding: 2.1875rem 0 1.875rem;
}
.list_about_four .right ul li .number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.375rem;
  line-height: 3.75rem;
  color: #11459B;
}
.list_about_four .right ul li .number sub {
  font-size: 2.1875rem;
  line-height: 1;
  color: #11459B;
  bottom: 0.3125rem;
}
.list_about_four .height {
  height: 37.5rem;
  display: flex;
  align-items: center;
  padding-right: 5.3125rem;
}
.list_about_four .height .mySwiper2 {
  height: 100%;
  width: calc(100% - 26.25rem);
  padding-right: 2.875rem;
  overflow-x: visible;
}
.list_about_four .height .mySwiper2 .swiper-slide-next ~ div {
  opacity: 0.4;
}
.list_about_four .height .mySwiper2 .swiper-slide-next + div {
  opacity: 0.7;
}
.list_about_four .height .mySwiper2 .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper2 .swiper-slide span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #11459B;
  left: -1.5rem;
}
.list_about_four .height .mySwiper2 .swiper-slide span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background: #11459B;
}
.list_about_four .height .mySwiper2 .swiper-slide-active img {
  position: relative;
  left: -3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper2 .swiper-slide-active span {
  padding: 0 6.875rem 0 6.25rem;
  position: relative;
  color: #11459B;
}
.list_about_four .height .mySwiper2 .swiper-slide-active span::before {
  width: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper2 .swiper-slide-active span::after {
  width: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.15));
  border-radius: 0.625rem;
  width: 26.25rem;
}
.list_about_four .mySwiper2 .swiper-slide > div {
  display: flex;
  align-items: center;
}
.list_about_four .mySwiper2 .swiper-slide img {
  width: 1.25rem;
}
.list_about_four .mySwiper2 .swiper-slide span {
  font-size: 1.25rem;
  line-height: 5rem;
  color: #000000;
  padding-left: 0.625rem;
  display: block;
  width: calc(100% - 1.25rem);
}
.list_about_four .mySwiper2 .swiper-slide span div {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_about_four .height .mySwiper2 .swiper-slide-prev,
.list_about_four .height .mySwiper2 .swiper-slide-next,
.list_about_four .height .mySwiper2 .swiper-slide-active {
  opacity: 1 !important;
}
.list_about_four .height .mySwiper2 .swiper-slide-active img {
  position: relative;
  filter: invert(18%) sepia(98%) saturate(1635%) hue-rotate(201deg) brightness(89%) contrast(109%);
}
.list_about_four .height .mySwiper2 .swiper-slide-active {
  text-align: center;
}
.banner .p1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #191919;
}
.banner .p2 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #191919;
  margin: 0.5rem 0 1.25rem;
}
.banner .p2 span {
  color: #11459B;
}
.banner .left {
  display: inline-block;
  text-align: center;
}
.banner .p3 {
  width: 17.5rem;
  border-radius: 3.125rem;
  background: #11459B;
  line-height: 3.125rem;
  font-weight: bold;
  font-size: 1.375rem;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.25rem;
}
.banner .p3:last-child {
  margin-bottom: 0;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover_pag {
  position: absolute;
  bottom: 3.4375rem;
  left: 0;
  width: 100%;
  height: 2.5rem;
}
.banner .hover_pag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--container);
  height: 1px;
  background: #11459B;
  z-index: 1;
}
.banner .hover_pag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: var(--container);
  height: 1px;
  background: #11459B;
  z-index: 1;
}
.banner .hover_pag .swiper-pagination {
  position: relative;
  padding: 0 1.75rem;
  width: 15.625rem;
}
.banner .hover_pag .swiper-button-white {
  position: relative;
  margin-top: 0;
  background-size: 1rem 1rem;
  height: 2.5rem;
}
.banner .hover_pag .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #11459B;
  position: relative;
  opacity: 1;
  margin: 0 1.25rem;
}
.banner .hover_pag .anniu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.5rem;
  width: 15.625rem;
}
.banner .hover_pag .swiper-button-next {
  right: 0;
  margin-left: 0.25rem;
}
.banner .hover_pag .swiper-button-prev {
  left: 0;
  margin-right: 0.25rem;
  transform: rotateZ(180deg);
}
.banner .hover_pag .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #11459B;
}
.banner .hover_pag .scroll {
  font-weight: bold;
  font-size: 1rem;
  color: #11459B;
  position: relative;
  z-index: 8;
}
.banner .hover_pag .scroll::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  width: 1px;
  height: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
}
.banner .hover_pag .scroll::after {
  content: "";
  position: absolute;
  top: -3.125rem;
  width: 1px;
  height: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: #11459B;
  animation: shangxia 2s infinite;
  overflow: hidden;
}
@keyframes shangxia {
  0% {
    top: -3.125rem;
  }
  50% {
    top: -1.875rem;
  }
}
.banner .flex {
  position: relative;
}
.banner .flex::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16rem;
  transform: translateY(-50%);
  width: calc(50% - 15rem - 6rem);
  height: 1px;
  background-color: #11459B;
  z-index: 3;
}
.banner .flex::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.5rem;
  transform: translateY(-50%);
  width: calc(50% - 5.5rem - 7rem);
  height: 1px;
  background-color: #11459B;
  z-index: 3;
}
.index_one {
  position: relative;
  padding: 6.875rem 0 7.5rem;
}
.index_one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/11.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.index_one::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  background: url(../img/10.png) no-repeat;
  background-size: cover;
  width: calc(100% - 39.875rem);
  z-index: -1;
}
.index_one .container {
  padding-right: 6.25rem;
}
.index_one .left ul {
  margin: 1.875rem 0 3.4375rem;
}
.index_one .left ul li {
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 3.75rem;
  color: #000000;
  width: 19.375rem;
}
.index_one .left ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.index_one .left ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #11459B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .left ul li:hover,
.index_one .left ul li.active {
  color: #11459B;
}
.index_one .left ul li:hover::after,
.index_one .left 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;
}
.index_one .right > div {
  display: none;
}
.index_one .right > div.active {
  display: flex;
}
.index_one .right .img {
  margin-top: 1.25rem;
}
.index_one .right .img img {
  /*height: 18.75rem;*/
  height: auto;
  object-fit: contain;
}
.index_one .right .name {
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #191919;
}
.index_one .right .text {
  color: #565656;
  margin: 0.5rem 0 1rem;
}
.index_one .right .gallery-thumbs {
  width: calc(100% - 8.75rem - 7.8125rem);
  margin: 0;
}
.index_one .right .gallery-top {
  width: 8.75rem;
  margin: 0 0 0 auto;
  top: 0;
  right: 0;
  height: 37.8125rem;
}
.index_one .right .gallery-top .swiper-slide {
  border: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
}
.index_one .right .gallery-top .swiper-slide-thumb-active {
  border-color: #11459B;
}
.index_two {
  background: url(../img/aboutbg1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 9.375rem 0 11.25rem;
  /*border-radius: 0 10rem 0 0;*/
  position: relative;
}
.index_two .text>p{
    font-size: 1.05rem;
    line-height: 2rem;
}
.index_two .title{font-size: 2rem;}
.index_two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #EEEEEE;
}
.index_two .left ul {
  margin: 3.125rem 0 4.0625rem;
}
.index_two .left ul .num {
  line-height: 1;
  color: #FFFFFF;
}
.index_two .left ul .num .counter {
  font-size: 3.125rem;
}
.index_two .left ul .text {
  color: #fff;
  margin-top: 0.375rem;
}
.index_two .left ul sub {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  bottom: 0;
}
.index_two .right ul {
  display: flex;
  flex-wrap: wrap;
}
.index_two .right ul li {
  width: 50%;
  border: 1px solid transparent;
  position: relative;
  padding: 3.75rem 0;
  text-align: center;
}
.index_two .right ul li:nth-child(2),
.index_two .right ul li:nth-child(3) {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.index_two .right ul li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 1.875rem;
}
.index_two .right ul li .icon img {
  height: 3.75rem;
}
.index_two .right ul li .name1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 0.625rem;
  margin-bottom: 0.75rem;
}
.index_two .right ul li .name1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.25rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.index_two .right ul li .text {
  color: #FFFFFF;
}
.index_two .right ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #11459B;
  padding: 0 2.375rem;
  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 .right ul li:hover .hover {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three {
  padding: 6.875rem 0 8.75rem;
}
.index_three .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index_three .bg_img div {
  -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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_three .bg_img div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.index_three .top {
  align-items: flex-end;
}
.index_three .right {
  padding-left: 3rem;
}
.index_three .right ul {
  display: flex;
  justify-content: flex-start;
}
.index_three .right ul li {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  cursor: pointer;
  position: relative;
  flex: 1 0 0;
  text-align: center;
  color: #FFFFFF;
}
.index_three .right ul li span {
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block;
}
.index_three .right ul li span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li:hover span::before,
.index_three .right ul li.active span::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .sum {
  width: 35%;
}
.index_three .sum > div {
  display: none;
}
.index_three .sum > div.active {
  display: block;
}
.index_three .sum .name {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #FFFFFF;
  margin: 1rem 0 0.5rem;
}
.index_three .sum .text {
  color: #FFFFFF;
}
.index_three .sum .lo img {
  height: 3.125rem;
}
.index_three::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 49%;
  height: 100%;
  background: url(../img/16.png) no-repeat;
  background-size: cover;
  background-position: center right;
}
.index_three .swiper-pagination {
  position: static;
  text-align: left;
}
.index_three .swiper-pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 1.5rem;
  position: relative;
}
.index_three .swiper-pagination .swiper-pagination-bullet::before {
  width: 2rem;
  content: "";
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: -0.8125rem;
  left: -0.8125rem;
  opacity: 0;
}
.index_three .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.index_three .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.index_four {
  background: #F9F9F9;
  padding: 6.875rem 0 8.75rem;
}
.index_four .top {
  align-items: center;
}
.index_four .bot .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #161616;
}
.index_four .bot .text {
  color: #565656;
}
.index_four .bot .left > div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.index_four .bot .left .content {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 1.6875rem 1.875rem 3rem;
}
.index_four .bot .left:hover img {
  transform: scale(1.1);
}
.index_four .bot .left:hover .name {
  color: #11459B;
}
.index_four .bot .left .over,
.index_four .bot .left .over img {
  border-radius: 0.625rem 0.625rem 0 0;
}
.index_four .bot .left .over img {
  height: 18.875rem;
  object-fit: contain;
}
.index_four .bot .left .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_four .bot .left .clearfix .left1 {
  width: calc(100% - 3.75rem);
}
.index_four .bot .left .clearfix .right1 {
  width: 3.75rem;
}
.index_four .bot .left .clearfix .right1 .more_a div {
  border-color: #DDDDDD;
}
.index_four .bot .left .clearfix .right1 .more_a .iconfont {
  color: #606060;
}
.index_four .bot .left .clearfix .right1 .more_a:hover .iconfont {
  color: #fff;
}
.index_four .bot .data {
  color: #565656;
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_four .bot .bot1 ul {
  padding: 1.5625rem 2rem;
  border-radius: 0.625rem;
  background: #fff;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.05));
}
.index_four .bot .bot1 ul li {
  position: relative;
  line-height: 2.5rem;
}
.index_four .bot .bot1 ul li:hover .line1,
.index_four .bot .bot1 ul li:hover .data {
  color: #11459B;
}
.index_four .bot .bot1 ul li a {
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  position: relative;
  justify-content: space-between;
}
.index_four .bot .bot1 ul li a .line1 {
  width: 70%;
}
.index_four .bot .bot1 ul li a .data {
  width: 30%;
  text-align: right;
  justify-content: flex-end;
}
.index_four .bot .bot1 ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #11459B;
}
.index_four .bot .top1 {
  padding: 2.25rem 2rem;
  border-radius: 0.625rem;
  background: #fff;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.05));
}
.index_four .bot .top1:last-child{
    margin-top: 3.4%;
}
.index_four .bot .top1 .content {
  width: 50%;
  float: left;
  padding: 0 2.1875rem;
}
.index_four .bot .top1 .content:nth-child(1) {
  border-right: 1px solid #DBDBDB;
}
.index_four .bot .top1 .content:hover .name {
  color: #11459B;
}
.index_four .bot .top1 > .clearfix {
  margin: 0 -2.1875rem;
}
.index_four .bot .top1 > .clearfix .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_four .bot .top1 > .clearfix .clearfix .left1 {
  width: calc(100% - 3.75rem);
}
.index_four .bot .top1 > .clearfix .clearfix .right1 {
  width: 3.75rem;
}
.index_four .bot .top1 > .clearfix .clearfix .right1 .more_a div {
  border-color: #DDDDDD;
}
.index_four .bot .top1 > .clearfix .clearfix .right1 .more_a .iconfont {
  color: #606060;
}
.index_four .bot .top1 > .clearfix .clearfix .right1 .more_a:hover .iconfont {
  color: #fff;
}
.list_case .name {
  padding: 1.25rem;
  background: #f5f5f5;
  border-radius: 0 0 0.625rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
}
.list_case .over,
.list_case .over img {
  border-radius: 0.625rem 0.625rem 0 0;
}
.list_case .over img {
  height: 21.25rem;
  object-fit: cover;
}
.list_case .ul li {
  margin-bottom: 1.875rem;
}
.list_case .ul li > div {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.15));
}
.list_case .ul li:hover img {
  transform: scale(1.1);
}
.list_case .ul li:hover .name {
  background: #11459B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
@media (max-width: 1440px) {
  .list_about_four .height .mySwiper {
    width: 20rem;
  }
  .list_about_four .height .mySwiper2 {
    width: calc(100% - 20rem);
  }
  .list_about_four .height {
    height: 33rem;
  }
  .banner .p2 {
    font-size: 2.6rem;
  }
  .banner .p1 {
    font-size: 1.5rem;
  }
  .banner .p3 {
    width: 15rem;
    font-size: 1.25rem;
  }
  .index_two .right ul li .icon img {
    height: 3.25rem;
  }
  .index_one::after {
    width: calc(100% - 30.875rem);
  }
}
@media (max-width: 1366px) {
  .list_about_four .left {
    width: 28%;
  }
  .list_about_four .right {
    padding-top: 4.5rem;
    width: 72%;
  }
  .list_about_four .height {
    height: 30rem;
    padding-right: 2rem;
  }
  .list_about_four .right ul {
    margin: 1.5625rem 0 1rem;
  }
}
@media (max-width: 990px) {
  .list_about_four .left {
    display: none;
  }
  .banner .hover_pag .scroll,
  .banner .hover_pag .anniu,
  .banner .flex::before,
  .banner .flex::after,
  .banner .hover_pag::before,
  .banner .hover_pag::after {
    display: none;
  }
  .banner .hover_pag {
    bottom: 15px;
  }
  .banner .p2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 5px;
  }
  .banner .p1 {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .p3 {
    line-height: 40px;
    font-size: 14px;
    width: 13rem;
  }
  .banner .flex {
    justify-content: center;
  }
  .list_about_four .right {
    width: 100%;
  }
  .list_about_four .right .title,
  .list_about_four .right > ul,
  .list_about_four .right .mySwiper2 .swiper-slide {
    padding-left: 0;
  }
  .list_about_four .height .mySwiper2 .swiper-slide-active img {
    left: 0;
  }
  .list_about_four .height .mySwiper2 .swiper-slide span::before {
    left: 1rem;
  }
  .list_about_four .height .mySwiper2 .swiper-slide-active span::before,
  .list_about_four .height .mySwiper2 .swiper-slide-active span::after {
    width: 4.25rem;
  }
  .list_about_four .right ul li .number {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .list_about_four .right ul li .number sub {
    font-size: 1.875rem;
    bottom: 0.2rem;
  }
  .index_one .left ul li {
    width: auto;
    flex: 1 0 0;
  }
  .index_one .left ul {
    display: flex;
    flex-wrap: wrap;
  }
  .index_one .container {
    padding-right: 15px;
  }
  .index_one::after {
    display: none;
  }
  .index_one .right .gallery-thumbs {
    width: 100%;
  }
  .index_one .right > div.active {
    flex-wrap: wrap;
  }
  .index_one .right .gallery-top {
    width: 100%;
    height: auto;
  }
  .index_one .left ul li {
    text-align: center;
  }
  .index_three .right {
    padding-left: 15px;
    margin-top: 25px;
  }
  .index_three::before {
    width: 60%;
  }
  .index_three .sum {
    width: 45%;
  }
  .p_top {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .list_about_four .right ul li {
    margin-right: 0;
  }
  .list_about_four .right ul li:nth-child(1) {
    width: 50%;
    margin-right: 10px;
  }
  .list_about_four .right ul li:nth-child(2) {
    width: 50%;
    margin-left: 10px;
  }
  .container.con_r {
    padding-right: 15px;
  }
  .list_about_four .right {
    padding-top: 0;
  }
  .list_about_four .right ul {
    margin: 10px 0 1rem;
  }
  .list_about_four .right ul li .number {
    font-size: 2.4rem;
  }
  .list_about_four .height .mySwiper2 {
    display: none;
  }
  .list_about_four .height {
    height: auto;
    padding-right: 0;
  }
  .list_about_four .height .mySwiper {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .list_about_four .height .mySwiper .name {
    margin-top: 0.625rem;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
}
.list_about_five .swiper-container {
  padding-bottom: 2.1875rem;
}
.list_about_five .swiper-pagination {
  bottom: 0;
  display: none;
}
.list_about_five .swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #11459B;
}
.list_about_five .swiper-button-black {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0.15;
  background-size: 1rem 1rem;
  text-align: center;
}
.list_about_five .swiper-button-black:hover {
  opacity: 0.5;
}
.list_about_five .swiper-button-prev {
  left: -6.25rem;
}
.list_about_five .swiper-button-next {
  right: -6.25rem;
}
.list_about_five .name {
  margin-top: 1.125rem;
  color: #565656;
  text-align: center;
}
@media (max-width: 1440px) {
  header .center > ul > li > a {
    padding: 0 1.25rem;
  }
  .list_about .left .text {
    height: 22rem;
  }
  .list_contact ul li ul li img {
    min-height: 2.5rem;
    height: 2.5rem;
    max-width: 2.25rem;
  }
  .list_contact ul li ul li {
    margin-bottom: 0.65rem;
  }
}
@media (max-width: 1280px) {
  header .logo img {
    width: 14.625rem;
  }
  .show_pro_two .right ul li {
    padding-left: 2.125rem;
  }
  header .container {
    padding: 0 2.625rem;
  }
  .title {
    font-size: 2.125rem;
  }
  .list_about .left .text {
    height: 18.5rem;
  }
  footer .logo img {
    height: 2.5rem;
  }
}
@media (max-width: 990px) {
  header,
  .bread {
    display: none;
  }
  .nyban .hover .p1 {
    font-size: 30px;
  }
  .title {
    font-size: 24px;
    line-height: 30px;
  }
  .en_name {
    font-size: 14px;
  }
  .list_about .right {
    margin-top: 15px;
  }
  .list_about_five .swiper-button-black {
    display: none;
  }
  .list_about_five .swiper-pagination {
    display: block;
  }
  footer .top {
    display: none;
  }
  footer .center .tr {
    text-align: left;
    margin-top: 15px;
  }
  .list_news .more_a.mt35 {
    margin-top: 15px;
  }
  .show_news .left {
    display: none;
  }
  body {
    overflow-x: hidden !important;
  }
  .show_news .clearfix.pr {
    margin: 0 -15px;
  }
  .show_news .clearfix.pr .rightsum {
    padding: 0 15px;
  }
  .show_news .center .name {
    font-size: 22px;
    line-height: 30px;
  }
  .show_news .right {
    padding-left: 15px;
    margin-top: 25px;
  }
  .show_news .right .list {
    margin-bottom: 20px;
  }
  .show_product .right {
    padding-left: 15px;
    padding-top: 20px;
  }
  .show_product .left {
    padding-right: 15px;
  }
  .bg_before::before {
    width: 100%;
  }
  body {
    --header_h: 60px;
  }
  .show_pro_two .left {
    font-size: 20px;
  }
  .show_pro_two .right ul {
    font-size: 16px;
  }
  .show_pro_two {
    line-height: 3.875rem;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
  }
  .nyban img {
    height: 15rem;
    object-fit: cover;
  }
  .text {
    font-size: 14px;
    line-height: 26px;
  }
  .pt50,
  .pt90,
  .pt100 {
    padding-top: 25px;
  }
  .pb110,
  .pb90 {
    padding-bottom: 25px;
  }
  .list_about_two .row {
    margin-top: 15px;
  }
  .list_about_two .row .right {
    margin-top: 15px;
  }
  .text,
  .list_about_four .height .mySwiper .name {
    line-height: 26px;
  }
  .list_about_four .height .swiper-pagination {
    bottom: 0;
  }
  .list_about_four .swiper-pagination-bullet-active {
    background: #11459B;
  }
  .list_about_four {
    padding-top: 20px;
  }
  .mt40 {
    margin-top: 15px;
  }
  .list_about_five .ta {
    text-align: left;
  }
  footer .center .left .col-md-4 {
    margin-bottom: 0.5rem;
  }
  .list_contact ul li .name {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 10px;
  }
  .list_contact ul li.row {
    margin-bottom: 25px;
  }
  .list_message input {
    line-height: 44px;
  }
  .list_message button {
    width: 100%;
    line-height: 44px;
  }
  .list_message .mb30 {
    margin-bottom: 0.9375rem;
  }
  .mt25 {
    margin-top: 15px;
  }
  .list_news .right {
    padding-left: 15px;
    margin-top: 15px;
  }
  .list_news.list_news_two .news_squera {
    padding: 25px 0;
  }
  .list_news.list_news_two .news_squera:first-child {
    padding-top: 0;
  }
  .nyerji {
    display: block;
  }
  .list_pro .pro_squera {
    margin-bottom: 15px;
    width: 50%;
    padding: 0 5px;
  }
  .pro_squera > div img{transform: scale(1.1);}
  .show_news .clearfix.pr .rightsum {
    padding: 0;
  }
  .show_news .clearfix.pr .rightsum .center {
    padding: 0;
  }
  .show_news .clearfix.pr .rightsum .row {
    margin: 0;
  }
  .show_news .right {
    padding: 0;
  }
  .show_news .clearfix.pr {
    display: block;
  }
  .show_news .clearfix.pr {
    margin: 0;
  }
  .show_news .center .name {
    font-size: 20px;
  }
  .show_news .right .list {
    padding: 15px;
  }
  .show_product .mySwiper {
    width: calc(100% - 7.25rem);
  }
  .show_product .swiper-button-next {
    right: 0;
  }
  .show_product .swiper-button-prev {
    left: 0;
  }
  .show_product .right .text {
    padding: 10px 0 25px;
    margin-bottom: 25px;
  }
  .show_pro_two .left {
    display: none;
  }
  .show_pro_two .right ul {
    font-size: 14px;
    justify-content: center;
  }
  .show_pro_two .right ul li {
    padding: 0 15px;
  }
  .show_pro_sum table td {
    padding: 10px;
  }
  .show_pro_contact {
    padding: 25px 0;
  }
  .show_pro_contact .mt60 {
    margin-top: 0;
  }
  .show_pro_contact ul li {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0;
  }
  .show_pro_contact ul li:last-child {
    border-bottom: none;
  }
  .show_pro_contact ul li img {
    width: 3rem;
    min-height: 3rem;
  }
  .show_pro_contact ul li .icon {
    margin-bottom: 8px;
  }
  .show_pro_sum table td {
    white-space: nowrap;
  }
  .banner .swiper-slide .img img {
    height: 48vw;
    object-fit: cover;
  }
  .banner .left {
    width: 100%;
  }
  .banner .hover {
    top: 20%;
  }
  .index_one,
  .index_two {
    padding: 25px 0;
  }
  .index_one .left ul {
    flex-wrap: wrap;
    margin: 5px 0 15px;
  }
  .index_one .left ul li {
    /*width: 33.3%;*/
    width: 50%;
    flex: none;
    font-size: 16px;
  }
  .index_one .left ul li:last-child,
  .index_one .left ul li:nth-last-child(2) {
    width: 50%;
  }
  .index_one .right .name {
    font-size: 18px;
    line-height: 30px;
  }
  .index_one .right .more_a {
    margin: 15px 0 0;
  }
  .index_two .left ul {
    margin: 25px 0 25px;
  }
  .index_two .left ul li {
    text-align: center;
  }
  .index_two .left ul .num .counter {
    font-size: 36px;
  }
  .index_two .right ul li .hover {
    padding: 0 15px;
  }
  .index_two .right ul li {
    padding: 2.75rem 0;
  }
  .index_two .right {
    margin-top: 25px;
  }
  .index_three::before {
    display: none;
  }
  .index_three {
    padding: 25px 0;
  }
  .index_three .right ul {
    flex-wrap: wrap;
  }
  .index_three .right ul li {
    font-size: 16px;
    width: 25%;
    flex: none;
    padding: 5px 0;
  }
  .index_three .sum {
    width: 100%;
  }
  .index_three .bg_img div {
    background-position: center center;
  }
  .index_three .sum .name {
    font-size: 18px;
  }
  .index_three .sum {
    margin-top: 25px;
  }
  .index_three .sum .more.ff {
    margin-top: 15px;
  }
  .index_three .swiper-pagination {
    margin-top: 25px;
  }
  .index_four {
    padding: 25px 0;
  }
  .index_four .bot1 {
    margin-top: 15px;
  }
  .index_four .bot1 ul {
    margin-bottom: 15px;
  }
  .index_four .bot .top1 {
    margin: 15px 0;
  }
  .index_four .bot .top1 .content {
    width: 100%;
  }
  .index_four .bot .top1 .content:nth-child(1) {
    border: none;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .index_four {
    padding-bottom: 10px;
  }
  .show_product .mySwiper .swiper-slide img,
  .show_product .mySwiper .swiper-slide .over img {
    height: 4.5rem;
  }
  .show_product .mySwiper .swiper-slide {
    padding: 5px;
  }
  .index_one .right .img {
    margin-bottom: 20px;
  }
  .index_two {
    background-position: center !important;
  }
  .index_three .bg_img div {
    background-position: center !important;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
  .nyerji{line-height: 2.675rem;}
  .nyerji ul{flex-wrap: wrap;}
.nyerji ul li{
    width:50%;
    text-align: center;
    margin-right:0;
}
}
