@charset "utf-8";
/* @font-face {
  font-family: 'iconfont'; 
  src: url('//at.alicdn.com/t/c/font_2376408_75knc18q4z5.woff2?t=1774059029588') format('woff2'),
       url('//at.alicdn.com/t/c/font_2376408_75knc18q4z5.woff?t=1774059029588') format('woff'),
       url('//at.alicdn.com/t/c/font_2376408_75knc18q4z5.ttf?t=1774059029588') format('truetype');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;} */
/* 这个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: #0095E4;
}

.c {
  color: #0095E4;
}

.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: #0095E4 !important;
  color: #0095E4;
}

.pagination .active span:hover {
  background-color: #fff;
  color: #0095E4 !important;
}

.pagination li a:hover {
  background-color: #fff;
  border-color: #0095E4 !important;
  color: #0095E4 !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: #0095E4 !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图片缩放失真*/
}

.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;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

/* header .right>ul>li:nth-child(2) .er-ul {
  width: 20rem;
} */

.er-ul {
  position: absolute;
  width: 12rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: calc(100% + 1.875rem);
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  padding: 1.25rem 0;
}

.er-ul li a {
  font-size: 1rem;
  text-transform: none;
  color: #000;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #0095E4;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .right>ul>li {
  position: relative;
}

header .right>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: #0095E4;
}

.searchbox {
  border-color: #0095E4;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}

.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: #0095E4;
}

.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: #0095E4;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}

.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.phone>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}

.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.phone .left,
.phone .right {
  width: 20%;
}

.phone .left img {
  height: 14px;
  filter: brightness(1) invert(0);
}

.phone .right {
  text-align: right;
}

.phone .right span {
  width: 1px;
  height: 10px;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}

.phone .right a.c {
  color: #fff;
}

.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.phone .center img {
  height: 40px;
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #0095E4;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0095E4;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
}

.sjj_nav .top .ta img {
  height: 40px;
}

.sjj_nav .top .fr img {
  height: 16px;
  filter: brightness(0) revert(1);
  filter: brightness(1) invert(0);
}

.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}

.sjj_nav .bot>li:first-child {
  margin-bottom: 34px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0;
  color: #EBEBEC;
  float: left;
}

.sjj_nav .bot>li .list .left a {
  color: #636363;
}

.sjj_nav .bot>li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}

.sjj_nav .bot>li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}

.sjj_nav .bot>li ul {
  margin-top: 20px;
}

.sjj_nav .bot>li>div {
  color: #636363;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.sjj_nav .bot>li>div>a {
  color: #636363;
  width: calc(100% - 3.75rem);
}

.sjj_nav .bot>li>div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}

.sjj_nav .bot>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}

.sjj_nav .bot>li:hover>a::before,
.sjj_nav .bot>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav .top .container {
  padding: 0 40px;
}

.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0074CA;
}

.rightfix li:hover .iconfont {
  background: #ec8402;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

.right_div.img {
  min-width: 7.5rem !important;
}

.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}

header.active,
header:hover,
.show_header header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}

header.active .top,
header:hover .top,
.show_header header .top {
  background: #F7F7F7;
  border-color: #e4e4e4;
}

header.active .top .iconfont,
header:hover .top .iconfont,
.show_header header .top .iconfont {
  color: rgba(0, 0, 0, 0.7);
}

header.active .top ul li a,
header:hover .top ul li a,
.show_header header .top ul li a {
  color: rgba(0, 0, 0, 0.7);
}

header.active .top ul li a .iconfont,
header:hover .top ul li a .iconfont,
.show_header header .top ul li a .iconfont {
  color: rgba(0, 0, 0, 0.7);
}

header.active .right>ul>li:hover>a,
header:hover .right>ul>li:hover>a,
.show_header header .right>ul>li:hover>a,
header.active .right>ul>li.active>a,
header:hover .right>ul>li.active>a,
.show_header header .right>ul>li.active>a {
  color: #0095E4;
}

header.active .right>ul>li>a,
header:hover .right>ul>li>a,
.show_header header .right>ul>li>a {
  color: #000;
}

header.active .right>ul>li>a::before,
header:hover .right>ul>li>a::before,
.show_header header .right>ul>li>a::before {
  background: #0095E4;
}

.show_header {
  padding-top: 7.8125rem;
}

@media (max-width: 990px) {
  .show_header {
    padding-top: 60px;
  }
}

header {
  position: fixed;
  line-height: 7.8125rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .logo {
  width: 12.375rem;
}

header .logo img {
  height:auto;
}

header .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

header .right {
  line-height: 1.875rem;
  padding-bottom: 1.875rem;
  width: calc(100% - 12.375rem);
}

header .right>ul {
  display: flex;
  justify-content: flex-end;
}

header .right>ul>li {
  float: left;
}

header .right>ul>li:not(:first-child) {
  margin-left: 4.6875rem;
}

header .right>ul>li>a {
  font-size: 1.375rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.875rem;
  text-transform: uppercase;
}

header .right>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .right>ul>li:hover>a::before,
header .right>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;
}

header .top {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.25rem;
  padding: 0 6.25rem 0 3.75rem;
  border-radius: 0px 0px 0px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

header .top ul {
  display: flex;
  align-items: center;
}

.maskkk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  display: none;
}

.maskkk.active {
  display: block;
}

header .top ul li ul {
  position: absolute;
  top: 100%;
  left: -2%;
  width: 110%;
  background-color: rgba(255, 255, 255, 1);
  padding: .625rem 0;
  display: none;
  border: 1px solid #ddd;
  z-index: 1002;
}

header .top ul li.active ul {
  display: block;
}

header .top ul li ul li a img {
  margin-right: 4px;
  width: 14px;
}

header .top ul li ul li a {
  color: rgba(0, 0, 0, 0.7);
  justify-content: flex-end;
  padding-right: 4%;
}

header .top ul li ul li a:hover {
  color: #0095E4;
}

header .top ul li:nth-child(2) {
  margin: 0 2.25rem;
  z-index: 1100;
}

header .top ul li a {
  color: #FFF;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .top ul li a .iconfont {
  margin-right: 0.625rem;
}

header .top ul li .iconfont {
  font-size: 1rem;
  display: block;
  color: #fff;
}

.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

.banner .swiper-pagination {
  position: static;
  text-align: left;
  display: flex;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  opacity: 0.3;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.banner .hover2 {
  bottom: 1.5625rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.banner .hover .p1 {
  color: #FFF;
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.banner .hover .p2 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 237.5% */
  text-transform: none;
  margin-top: 1rem;
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.scroll {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 4.375rem);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.scroll p {
  margin-bottom: 0.625rem;
}

.scroll div {
  width: 1px;
  height: 4.375rem;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.scroll div::before {
  animation: scroll 3s infinite;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
}

.title {
  color: #000;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 3.75rem;
  /* 137.5% */
  text-transform: uppercase;
}

.subtitle {
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  text-transform: none;
}

.more {
  width: 11.25rem;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  color: #0095E4;
  position: relative;
  text-align: center;
  border: 1px solid #0095E4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  z-index: 4;
}

.more .iconfont {
  font-weight: 600;
  margin-left: 0.625rem;
  font-size: 1.125rem;
}

.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  background: #0095E4;
  opacity: 0;
  border-radius: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.more:hover,
.more.active {
  color: #fff;
}

.more:hover::before,
.more.active::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}

.more.bgg {
  background: #0095E4;
  color: #fff;
}

.more.bgg::before {
  background: #FFFFFF;
}

.more.bgg:hover {
  color: #0095E4;
}

.more.borf {
  border-color: #fff;
  color: #fff;
}

.more.borf:hover {
  border-color: #0095E4;
}

.alignc {
  align-items: center;
}

.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.75rem;
  /* 155.556% */
  /* text-transform: none; */
}

.more_a {
  display: flex;
  align-items: center;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  text-transform: none;
  position: relative;
  z-index: 4;
}

.more_a .iconfont {
  font-size: 1rem;
  color: #000;
  display: block;
  font-weight: 600;
  margin-left: 0.625rem;
}

.more_a::before {
  content: "";
  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;
  transform: scale(0.6);
  opacity: 0;
  background: #fff;
  z-index: -1;
}

.more_a:hover {
  color: #0095E4;
}

.more_a:hover .iconfont {
  color: #0095E4;
}

.more_a:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.allIndPro .swiper-wrapper>.swiper-slide{
  display:flex;justify-content:center;align-items:center;
}
.index_one {
  position: relative;
  padding: 7.1875rem 0 4.375rem;
}

.index_one::before {
  content: "";
  right: 0;
  width: 45%;
  height: 100%;
  /* background: #FFF5F6; */
  background-image: url(../images/service-new.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
}

.index_one::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 0.375rem;
  background: #0095E4;
}

.index_one .left {
  padding-right: 5rem;
}

.index_one .left .padding_r {
  padding-right: 7rem;
}

.index_one .left .padding_r.text {
  height: 3.5rem;
}

.index_one .left .sum>div {
  display: none;
}

.index_one .left .sum>div.active {
  display: block;
}

.index_one .left .more {
  margin-bottom: 6.25rem;
}

.index_one .text {
  margin: 0.875rem 0 2.375rem;
}

.index_one .subtitle {
  height: 6.25rem;
}

.index_one ul {
  display: flex;
  flex-wrap: wrap;
}

.index_one ul li {
  width: 25%;
  border: 1px solid transparent;
  border-radius: 0.625rem;
}

.index_one ul li.active {
  border: 1px solid #0095E4;
}

.index_one ul a {
  text-align: center;
  padding: 1.875rem 0.625rem 1.375rem;
}

.index_one ul img {
  height: 5rem;
  object-fit: contain;
}

.index_one ul p {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: none;
  margin-top: 1rem;
}

.index_two {
  background: #272D46;
  padding: 6.875rem 0 6.25rem;
  position: relative;
}

.index_two::before {
  content: "";
  background: url(../images/3.png) no-repeat;
  background-size: contain;
  width: 55%;
  height: 80%;
  background-position: 0 11.625rem;
  position: absolute;
}

.index_two .text {
  margin-top: 1.25rem;
}

.index_two .text p:not(:last-child) {
  margin-bottom: 1rem;
}

.index_two .more {
  margin-top: 2.8125rem;
}

.index_two .top {
  margin: 0 -2.875rem;
}

.index_two .top>div {
  padding: 0 2.875rem;
}

.shuzi {
  margin-top: 5.625rem;
}

.shuzi li .counter {
  color: #FFF;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  /* 137.5% */
  text-transform: uppercase;
}

.shuzi li>div {
  display: inline-block;
}

.shuzi li sub {
  bottom: auto;
  top: -1.125rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.shuzi li sub sub {
  font-size: 1rem;
  color: #fff;
  top: -0.5rem;
  left: -0.375rem;
}

.shuzi li sup {
  color: #FFF;
  top: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 275% */
  text-transform: none;
}

.shuzi li p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: none;
}

.index_three {
  padding: 6.875rem 0;
  position: relative;
  background: url(../images/5.png) no-repeat;
  background-position-x: center;
  background-position-y: 3.75rem;
}

.index_three .sum>div {
  display: none;
}

.index_three .sum>div.active {
  display: block;
}

.index_three .top ul {
  display: flex;
  justify-content: flex-end;
}

.index_three .top ul li {
  margin-left: 1.5rem;
}

.index_three .top ul li .more {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
}

.index_three .top ul li .more:hover,
.index_three .top ul li .more.active {
  border: 1px solid #0095E4;
  color: #fff;
}

.index_three .bot {
  margin-top: 3rem;
}

.index_three .bot ul li:nth-child(1) {
  margin-bottom: 2.5rem;
}

.index_three .bot .center:hover a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .bot .center:hover a .name {
  color: #0095E4;
}

.index_three .bot .center:hover a img {
  transform: scale(1.1);
}

.index_three .bot .center img {
  height: 19.75rem;
  object-fit: cover;
}

.index_three .bot .center .over {
  padding: 0;
  border-radius: 1.25rem 1.25rem 0 0;
}

.index_three .bot .center a:nth-child(2) {
  border-radius: 0 0 1.25rem 1.25rem;
  border-top: none;
}

.squera_news a {
  padding: 1.875rem 1.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.squera_news:hover a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_news:hover .name {
  color: #0095E4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_news .data {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: none;
}

.squera_news .name {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
  text-transform: none;
  margin: 0.375rem 0 0.75rem;
  height: 3rem;
}

.squera_news .text {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  text-transform: none;
  height: 4.5rem;
  margin-bottom: 1rem;
}

.index_four {
  background: url(../images/7.png) no-repeat;
  background-size: cover;
  padding: 5.625rem 0 5rem;
  background-attachment: fixed;
}

.index_four .padding {
  margin-top: 2.5rem;
  padding: 0 3rem;
}

.index_four .swiper-slide .over,
.index_four .swiper-slide .over img {
  border-radius: 1.25rem;
}

.index_four .swiper-slide .over img {
  height: 31rem;
  object-fit: cover;
}

.index_four .swiper-slide:hover img {
  transform: scale(1.1);
}

.index_four .swiper-slide:hover .name {
  background: #0095E4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.index_four .swiper-slide:hover .name div {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .name {
  height: 6.25rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.25rem;
  color: #000;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 118.182% */
  text-transform: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0 1.875rem;
  font-weight: 600;
}

.index_four .name p {
  width: calc(100% - 1.5rem);
}

.index_four .name div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .name div img {
  width: 1rem;
}

.index_four .flex {
  justify-content: center;
  margin-top: 2.5rem;
}

.index_four .flex .more {
  margin: 0 1.25rem;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  line-height: 3.5rem;
}

.index_four .flex .more:hover {
  color: #fff;
}

.swiper_btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-top: 0;
}

.swiper_btn:hover {
  background: #0095E4;
}

.swiper_btn:hover .iconfont {
  color: #fff;
}

.swiper_btn .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
}

.index_five {
  padding: 10rem 0 8.125rem;
  background: url(../images/9.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.index_five .left {
  padding-right: 1.875rem;
}

.index_five .left .text {
  margin: 1.875rem 0 2.75rem;
}

.index_five .left a.more {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
}

.index_five .left a.more:hover {
  color: #fff;
  border: 1px solid #0095E4;
}

.index_five .left p {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: none;
  margin-bottom: 1.875rem;
}

.index_five .left form {
  margin-top: 5.625rem;
  width: 32rem;
}

.index_five .left form input {
  width: 100%;
  padding: 0 1.5rem;
  line-height: 3.5rem;
  border-radius: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

.index_five .left form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
}

.index_five .right ul {
  display: flex;
  justify-content: center;
  margin: 0 1.5625rem;
  flex-wrap: wrap;
  position: relative;
}

.index_five .right ul::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/11.svg) no-repeat;
  background-size: contain;
  width: 6.25rem;
  height: 6.25rem;
  z-index: 9;
}

.index_five .right ul li {
  margin: 0 -1.5625rem;
  width: 22.875rem;
  height: 22.875rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0 3.5rem;
  display: flex;
  align-items: center;
  justify-items: center;
}

.index_five .right ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right ul li:nth-child(3) {
  position: relative;
  margin-top: -5.9375rem;
}

.index_five .right ul li .icon {
  text-align: center;
}

.index_five .right ul li .icon img {
  height: 4.375rem;
}

.index_five .right ul li .name {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin: 0.5rem 0 0.3125rem;
}

.index_five .right ul li .text {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: none;
  height: 3.75rem;
}

footer {
  background: #3B3B3B;
  padding: 4.375rem 0;
}

footer.footer {
  background: #E8EBED;
}

footer.footer .name1 {
  font-size: 1rem;
}

footer.footer .name1,
footer.footer .name,
footer.footer .text,
footer.footer .right ul li p {
  color: #727272;
}

footer.footer .right ul li .icon {
  background: rgba(164, 164, 164, 0.7);
}

footer.footer form input,
footer.footer .left ul li {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

footer.footer .left ul li .iconfont {
  color: rgba(0, 0, 0, 0.3);
}

footer.footer form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

footer .left {
  width: 25rem;
}

footer .left a{
  width: 100%;
  height: 100%;
  display: inline-block;
  display:flex;justify-content:center;align-items:center;
}
footer .left a.logo{
  width: 50%;
}
footer .left ul {
  display: flex;
  flex-wrap: wrap;
}

footer .left ul li {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

footer .left ul li:not(:last-child) {
  margin-right: 0.625rem;
}

footer .left ul li .iconfont {
  color: rgba(255, 255, 255, 0.3);
}

footer .left ul li:hover {
  background: #0095E4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer .left ul li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

footer form {
  width: 32rem;
}

footer form input {
  width: 100%;
  padding: 0 0.625rem;
  line-height: 2.625rem;
  border-radius: 3.125rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  background: transparent;
  color: #000;
}

footer form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

footer form .pr {
  width: 21.25rem;
}

footer form .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  line-height: 2.625rem;
  font-weight: 600;
  width: 6.875rem;
}

footer .name {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 2.125rem;
  /* 300% */
  margin-bottom: 1rem;
  text-transform: uppercase;
}

footer .name1 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  /* 150% */
  margin: 1.25rem 0 1.5rem;
  text-transform: none;
}

footer .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  /* 200% */
  text-transform: none;
}
footer .text img{
  margin-right: 5px;
  width: 10px;
}
footer a.text:hover {
  color: #0095E4;
}

footer .center {
  width: 27.5rem;
  padding-left: 6.25rem;
}

footer .right {
  width: calc(100% - 27.5rem - 25rem);
}

footer .right ul li {
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
}

footer .right ul li .icon {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: rgba(164, 164, 164, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .right ul li .icon .iconfont {
  color: #fff;
  opacity: 0.8;
}

footer .right ul li p {
  width: calc(100% - 1.875rem);
  padding-left: 0.625rem;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: none;
}

footer .right .bot {
  margin-top: 1.25rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  padding-top: 1.5625rem;
}

.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #3B3B3B;
}

.beian.active {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #E8EBED;
}

.beian.active .text {
  color: #727272;
}

.beian .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1rem 0;
  display:flex;justify-content:space-between;align-items:center;
}

.beian .text a{
  color: #727272;
}

.rightfix_news {
  position: fixed;
  bottom: 5%;
  right: 2.5rem;
  z-index: 99;
}

.rightfix_news ul {
  background: #0095E4;
  border-radius: 1.875rem;
}

.rightfix_news ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}

.rightfix_news ul li .aa {
  position: absolute;
  top: 0;
  right: 100%;
  left: auto;
  width: 10rem;
  background: #0095E4;
  border-radius: 2.5rem 2.5rem;
  color: #fff;
  display: none;
}

.rightfix_news ul li:hover .aa {
  display: block;
}

.rightfix_news ul li:last-child {
  border-bottom: none;
}

.rightfix_news ul li .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 4rem;
  text-transform: uppercase;
}

.nyban .hover2 {
  position: absolute;
  bottom: 0.875rem;
  left: 0;
  width: 100%;
}

.bread {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: none;
}

.bread span:last-child {
  display: none;
}

.bread a {
  color: #FFF;
}

.bread a:hover {
  color: #0095E4;
}

.nyerji {
  line-height: 6.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nyerji.pro ul li a {
  padding: 1.25rem 0 1.5625rem;
}

.nyerji ul {
  display: flex;
}

.nyerji ul li {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.nyerji ul li a img {
  display: block;
  height: 4.875rem;
}

.nyerji ul li a div {
  line-height: 1.25rem;
  margin-top: 0.625rem;
  width: 100%;
  text-align: center;
}

.nyerji ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #0095E4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji ul li:hover::before,
.nyerji ul li.active::before {
  width: 100%;
  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: #0095E4;
}

.nyerji ul li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nyerji ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
  flex-wrap: wrap;
}

.p110 {
  padding: 6.875rem 0;
}

.list_about .text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000;
  margin: 1.5rem 0 2.8125rem;
}

.bor20 {
  border-radius: 1.25rem;
}

.list_about .shuzi li .counter,
.list_about .shuzi li sup,
.list_about .shuzi li sub {
  color: #0095E4;
}

.list_about .shuzi li p {
  color: #000;
}

.bgf8 {
  background: #F8F8F8;
}

.list_culture .swiper-container {
  overflow: visible;
}

.list_culture .swiper-slide {
  padding: 0 5.3125rem;
}

.list_culture .swiper-slide .name {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.875rem;
  /* 366.667% */
  margin-top: 1.25rem;
  text-transform: none;
  opacity: 0;
}

.list_culture .swiper-slide.swiper-slide-active .name {
  opacity: 1;
}

.list_culture .padding {
  padding: 0 34.375rem;
  margin: 4.75rem -5.3125rem 0;
}

.list_culture .swiper_btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}

.list_culture .swiper-button-prev {
  left: 32.25rem;
}

.list_culture .swiper-button-next {
  right: 32.5rem;
}

.list_culture_two.culture {
  padding: 5rem 0 6.875rem;
}

.list_culture_two.list_industries .ul li .name {
  bottom: 1.875rem;
  font-size: 1.375rem;
}

.list_culture_two.list_industries .ul li:hover .over img {
  transform: scale(1.1);
}

.list_culture_two.list_industries .ul li:hover .name {
  color: #0095E4;
}

@media (max-width: 767px) {
  .list_culture_two.list_industries .ul li .name {
    font-size: 18px;
  }
}

.list_culture_two .ul li {
  margin-bottom: 2.5rem;
}

.list_culture_two .ul li .over,
.list_culture_two .ul li .over img {
  border-radius: 1.25rem;
}

.list_culture_two .ul li:hover>div {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.199));
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_culture_two .ul li:hover>div img {
  transform: scale(1.1);
}

.list_culture_two .ul li .over {
  position: relative;
  z-index: 10;
}

.list_culture_two .ul li .over::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  z-index: 9;
}

.list_culture_two .ul li .name {
  position: absolute;
  bottom: 1.25rem;
  color: #FFF;
  z-index: 11;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-transform: none;
  left: 0;
  width: 100%;
  padding: 0 0.625rem;
}

.list_history {
  background: url(../images/19.png) no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.list_history .top {
  margin-top: 4.0625rem;
  display: flex;
}

.list_history .top li {
  width: 20%;
  background: url(../images/16.png) no-repeat;
  line-height: 4.375rem;
  color: #030303;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  background-size: contain !important;
}

.list_history .top li:nth-child(1) {
  background: url(../images/15.png) no-repeat;
}

.list_history .top li.active {
  color: #0095E4;
  background: url(../images/17.png) no-repeat;
}

.list_history .top li.active:nth-child(1) {
  background: url(../images/18.png) no-repeat;
}

.list_history .sum {
  padding: 0 8.75rem 0 11.25rem;
  margin-top: 5rem;
}

.list_history .sum>div {
  display: none;
}

.list_history .sum>div.active {
  display: block;
}

.list_history .sum>div ul {
  position: relative;
}

.list_history .sum>div ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 9.375rem;
  width: 1px;
  height: 100%;
  background: #C0C0C0;
}

.list_history .sum>div ul li {
  display: flex;
  margin-bottom: 3.125rem;
}

.list_history .sum>div ul li:last-child {
  margin-bottom: 0;
}

.list_history .sum>div ul li p img {
  margin-top: 0.625rem;
}

.list_history .sum>div ul li .year {
  color: #000;
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  width: 9.375rem;
  padding-right: 3.75rem;
  position: relative;
  height: 100%;
  margin-top: 0.625rem;
}

.list_history .sum>div ul li .year::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  right: -0.6875rem;
  border: 1px solid #0095E4;
}

.list_history .sum>div ul li .year::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  right: -0.3125rem;
  background: #0095E4;
}

.list_history .sum>div ul li p {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  width: calc(100% - 9.375rem);
  padding-left: 3.75rem;
  text-transform: none;
}

.list_capacity .name {
  color: #000;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.25rem;
  text-transform: none;
  margin-bottom: 1.5625rem;
}

.list_capacity .text {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}

.list_capacity .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.list_capacity_two,
.list_capacity_three {
  padding: 5rem 0;
}

.list_capacity_two .name,
.list_capacity_three .name {
  color: #000;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
  /* 253.846% */
  text-transform: none;
  margin-bottom: 2.5rem;
}

.list_capacity_two ul li:hover>div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.box_s {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_capacity_three {
  background: url(../images/21.png) no-repeat;
  background-size: cover;
}

.list_capacity_three li {
  padding: 0.9375rem;
}

.list_capacity_three li:hover>div {
  box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.3);
}

.list_capacity_four {
  padding: 5rem 0 6.875rem;
}

.list_capacity_four .name {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.875rem;
  padding-top: 1.25rem;
  text-transform: none;
}

.list_capacity_four .top li:hover .name {
  color: #0095E4;
}

.list_capacity_four .bot {
  margin: 7.1875rem -2.1875rem 0;
}

.list_capacity_four .bot>div {
  padding: 0 2.1875rem;
}

.list_capacity_four .bot .text {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.625rem;
}

.list_capacity_four .bot p {
  margin-bottom: 1.25rem;
}

.list_capacity_four .bot .right {
  display: flex;
  align-items: center;
}

.list_product .ul,
.list_honor .ul {
  margin: 2.5rem -1.25rem 0;
}

.list_product .ul li,
.list_honor .ul li {
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
  text-align: center;
}

.list_product .ul li>div,
.list_honor .ul li>div,
.list_product .ul li .img2,
.list_honor .ul li .img2 {
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_honor .ul li:hover>div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #0095E4;
}

.list_honor .ul li:hover a {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_honor .ul li:hover a div {
  width: 6.25rem;
  height: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.list_honor .ul li>div {
  padding: 2rem;
}

.list_honor .ul li>div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.list_honor .ul li>div a div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.list_honor .ul li>div a div .iconfont {
  font-size: 2rem;
  color: #000;
}

.list_product .ul li {
  margin-bottom: 3.75rem;
}

.list_product .ul li .img2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .ul li .img2 img {
  height: 14.0625rem;
  object-fit: contain;
}

.list_product .ul li .name {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1rem;
  /* 175% */
  text-transform: none;
}

.list_product .ul li:hover .img2 {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .ul li:hover .name {
  color: #0095E4;
}

.show_industries {
  position: relative;
  z-index: 9;
}

.show_industries::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 71%;
  background: #fff;
  z-index: -1;
  height: 70%;
}

.show_industries .row {
  margin: 0 -2.1875rem;
}

.show_industries .row>div {
  padding: 0 2.1875rem;
}

.show_industries .right .name {
  color: #000;
  font-size: 2.25rem;
  line-height: 2.5rem;
  padding-bottom: 1.25rem;
  text-transform: none;
  position: relative;
  margin-top: 5.625rem;
}

.show_industries .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.25rem;
  height: 0.1875rem;
  background: #0095E4;
}

.show_industries .right .text {
  margin-top: 5.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: none;
}

.show_industries .right .text p {
  margin-bottom: 0.875rem;
  position: relative;
  padding-left: 1rem;
}

.show_industries .right .text p::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #000;
}

.show_product {
  background: #FFF5F6;
  padding: 2.5rem 0 5rem;
}

.show_product .bread {
  color: rgba(0, 0, 0, 0.4);
}

.show_product .bread a {
  color: rgba(0, 0, 0, 0.4);
}

.show_product .bread a:hover {
  color: #0095E4;
}

.show_product .row {
  margin: 1rem -2.1875rem 0;
}

.show_product .row>div {
  padding: 0 2.1875rem;
}

.show_product .name {
  color: #070707;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  text-transform: none;
}

.show_product .text {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  /* 175% */
  text-transform: none;
  margin: 1.5rem 0 3.125rem;
}

.show_product_two .text {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  /* 175% */
  text-transform: none;
  margin-top: 1.25rem;
}

.show_product_two .text p {
  margin-bottom: 1.5rem;
}

.swiper_three {
  margin: 3.125rem -1.25rem 0;
}

.swiper_three .swiper-slide {
  padding: 0 1.25rem;
}

.show_product_three .row,
.show_product_four .row {
  margin: 0 -3.4375rem;
}

.show_product_three .row>div,
.show_product_four .row>div {
  padding: 0 3.4375rem;
}

.show_product_three ul,
.show_product_four ul {
  margin-top: 2rem;
}

.show_product_three ul li,
.show_product_four ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  display: flex;
  align-items: center;
}

.show_product_three ul li div,
.show_product_four ul li div {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-transform: none;
  width: 12.5rem;
}

.show_product_three ul li p,
.show_product_four ul li p {
  color: #000;
  width: calc(100% - 12.5rem);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  /* 175% */
  text-transform: none;
  padding-left: 2.1875rem;
}

.font26 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
  /* 253.846% */
  text-transform: none;
}

.title1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.125rem;
  /* 165% */
  text-transform: uppercase;
}

.list_service .margin,
.list_service_two .margin {
  margin: 2.1875rem -1.25rem 0;
}

.list_service .margin .swiper-slide,
.list_service_two .margin .swiper-slide {
  height: auto;
  padding: 0.5rem 1.25rem;
}

.list_service .margin .swiper-slide>div,
.list_service_two .margin .swiper-slide>div {
  border-radius: 1.25rem;
}

.list_service .margin .swiper-slide:hover>div,
.list_service_two .margin .swiper-slide:hover>div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_service .swiper_pag,
.list_service_two .swiper_pag {
  margin-top: 3.4375rem;
}

.list_service .top .left {
  padding-right: 3rem;
}

.list_service .top .left ul {
  margin-top: 2.8125rem;
}

.list_service .top .left ul li div {
  padding-bottom: 0.625rem;
  position: relative;
}

.list_service .top .left ul li div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: #0095E4;
}

.list_service .top .left ul li p {
  margin-top: 0.625rem;
}

.list_service .top .left ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}

.list_service .top .text {
  color: rgba(0, 0, 0, 0.8);
}

.list_service .center {
  margin-top: 5rem;
}

.list_service .bot {
  position: relative;
  margin-top: -2.5rem;
}

.list_service .bot .swiper-slide .icon img {
  height: 4.375rem;
}

.list_service .bot .swiper-slide>div {
  padding: 5rem 2.1875rem 5rem 2.8125rem;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.list_service .bot .swiper-slide:hover>div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_service .bot .name1 {
  margin: 0.875rem 0 1.5625rem;
}

.list_service .bot .text {
  color: rgba(0, 0, 0, 0.7);
}

.swiper_pag .swiper-pagination-bullet {
  background: #D9D9D9;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  margin: 0 10px;
}

.swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0095E4;
}

.swiper_pag.ps {
  position: static;
}

.list_service_two {
  position: relative;
  z-index: 4;
}

.list_service_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: url(../images/32.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.list_service_two .text {
  margin-top: 2.1875rem;
  color: #fff;
}

.list_service_two .text p {
  margin-bottom: 1.25rem;
}

.list_case .ul li .a {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #FFF;
}

.list_case .ul li:hover .a {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_case .ul li:hover .a .name {
  background: #0095E4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.list_case .ul li:hover .a img {
  transform: scale(1.1);
}

.list_case .name {
  height: 6.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  /* 300% */
  text-transform: none;
}

.list_news .ul,
.list_case .ul {
  margin: 0 -1.25rem;
}

.list_news .ul li,
.list_case .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.list_news .squera_news>a {
  padding: 3.125rem 1.875rem;
}

.list_news .squera_news>a .text {
  margin: 1.25rem 0 2.1875rem;
}

.list_news .top {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #259eda;
  padding: 2.1875rem;
  border-radius: 1.25rem;
  align-items: center;
  box-shadow: 0px 4px 20px 0px rgba(230, 0, 18, 0.06);
}

.list_news .top:hover img {
  transform: scale(1.1);
}

.list_news .top:hover .name {
  color: #fff;
}

.list_news .top .right {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
}
.list_news1 .more_a{
  color: rgba(255, 255, 255, 0.8);
}
.list_news1 .more_a .iconfont{
  color: rgba(255, 255, 255, 0.8);
}
.list_news2 .more_a{
  transition: all 0.3s;
}
.list_news2 .more_a .iconfont{
  transition: all 0.3s;
}

.list_news1 .top .swiper-slide a:hover .more_a{
  color: rgba(255, 255, 255, 1);
}
.list_news1 .top .swiper-slide a:hover .more_a .iconfont{
  color: rgba(255, 255, 255, 1);
}
.list_news .top .data {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: none;
}

.list_news .top .name {
  color: #fff;
  font-size: 1.525rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: none;
}

.list_news .top .text {
  color: #fff;
  line-height: 1.6rem;
  text-transform: none;
  margin: 1.5625rem 0 3.4375rem;
  height: 3.3rem;
}
.pagepn .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
  margin:0;
  margin-top: 2vw;
}

.pagepn .wrap a {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
}

.pagepn .wrap .on {
	background: #0095E4;
	border: 1px solid #0095E4;
	color: #ffffff;
}

.pagepn .wrap a:hover {
	background: #0095E4;
	border: 1px solid #0095E4;
	color: #ffffff;
}
.list_contact .content {
  background: url(../images/34.png) no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 5.375rem 0 15.9375rem;
}

.list_contact .content .name {
  color: #1D2088;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_contact .content .name img {
  width: 7.5rem;
  height: 7.5rem;
  margin-right: 2.5rem;
  border-radius: 50%;
}

.list_contact .content .tel {
  margin-top: 2.0625rem;
}

.list_contact .content .tel ul {
  display: flex;
  justify-content: center;
}

.list_contact .content .tel li {
  padding: 0 2.5rem;
  position: relative;
  display: flex;
  color: #0095E4;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 3rem;
}

.list_contact .content .tel li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  height: 5.75rem;
}

.list_contact .content .tel li img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin-right: 1.125rem;
}

.list_contact .content .tel li div {
  width: calc(100% - 3.125rem);
  padding-left: 1rem;
}

.list_contact .bot {
  position: relative;
  margin-top: -10rem;
}

.list_contact .bot li .name2 {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.125rem;
}

.list_contact .bot li>div {
  padding: 3.75rem 2.125rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.list_contact .bot li .font26 {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.125rem;
  margin-bottom: 3.4375rem;
}

.list_contact .bot li .font26.mb40 {
  margin-bottom: 2.5rem;
}

.list_contact .bot li .font26::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #0095E4;
}

.list_contact .bot li .list {
  display: flex;
  align-items: flex-start;
}

.list_contact .bot li .list:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.list_contact .bot li .list div img {
  width: 1.875rem;
}

.list_contact .bot li .list p {
  padding-left: 1.125rem;
  width: calc(100% - 1.875rem);
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding-top: 0.25rem;
}

.list_message .margin {
  margin: 0 -1.875rem;
}

.list_message .margin>div {
  padding: 0 1.875rem;
}

.list_message form {
  margin-top: 1.875rem;
}

.list_message form input {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  line-height: 3.75rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  text-transform: none;
  padding: 0 1.25rem;
  width: 100%;
  font-weight: 500;
}

.list_message form textarea {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  text-transform: none;
  padding: 0.5rem 1.25rem;
  width: 100%;
  font-weight: 500;
  height: 9rem;
  display: block;
}

.list_agents .text {
  color: #000;
  margin: 1.375rem 0 4.25rem;
}

.list_agents .text p {
  margin-bottom: 1.25rem;
}

.list_agents .left .font30 {
  font-size: 1.875rem;
  color: #000;
  padding-bottom: 0.875rem;
  position: relative;
  font-weight: 600;
}

.list_agents .left .font30.befo::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #0095E4;
}

.list_agents .left .list {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  font-size: 2.25rem;
  margin-bottom: 0.625rem;
  line-height: normal;
}

.list_agents .left .list img {
  height: 2.8125rem;
  margin-right: 1.75rem;
}

.list_agents .left ul {
  margin: 2.1875rem 0 4rem;
}

.list_agents .left ul li {
  padding-left: 1rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
  text-transform: none;
  position: relative;
}

.list_agents .left ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.list_agents .left ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #000;
}

.show_news .fenxiang_ul {
  margin-top: 0;
}

.show_news .fenxiang_ul .icon {
  border: 1px solid #DFDFDF;
}

.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}

.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.show_news a.text:hover {
  color: #395F8E;
}

.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75rem;
  /* 175% */
  text-transform: none;
  padding: 2.5rem 0 4rem;
}

.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
  margin: 2.1875rem 0 2.125rem;
  justify-content:center;
}

.show_news .data>div {
  margin-right: 2.5rem;
}

.show_news .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  margin-right: 1.25rem !important;
}

.show_news .data .social-share li a {
  font-size: 1rem;
}

.show_news .data .social-share li a:hover {
  color: #fff !important;
}

.show_news .data .social-share li:last-child {
  margin-right: 0;
}

.show_news .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}

.show_news .text {
  font-weight: 400;
}

.show_news .shangxia {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.75rem;
  /* 155.556% */
  text-transform: none;
}

.show_news .shangxia a:hover {
  color: #0095E4;
}

@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }

  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }

  .show_news .data .social-share li {
    margin-right: 8px !important;
  }

  .show_news .data {
    margin: 15px 0;
  }

  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }

  .show_news .shangxia .tr {
    text-align: left;
  }
}

.fenxiang_ul {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.fenxiang_ul li {
  margin-right: 0.75rem;
  position: relative;
}

.fenxiang_ul li .icon {
  width: 2.37569rem;
  height: 2.37044rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 2.37044rem;
  cursor: pointer;
}

.fenxiang_ul li .icon .iconfont {
  color: #B3B3B3;
  font-size: 1.25rem;
}

.fenxiang_ul li .img {
  position: absolute;
  top: -8.5rem;
  left: -2.6rem;
  width: 7.5rem;
  height: 7.5rem;
  display: none;
}

.fenxiang_ul li .img::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid #fff;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}

.fenxiang_ul li:hover .img {
  display: block;
}

.fenxiang_ul li:hover .icon {
  background: #0095E4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.fenxiang_ul li:hover .icon .iconfont {
  color: #fff;
}



.bannerImg{
  width: 100%;
  height: 80vh;
}
.bannerImg a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bannerImg a img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}


.nyban{
  width: 100%;
  height: 40vh;
}
.nyban .img{
  width: 100%;
  height:100%;
}
.nyban .img img{
  width: 100%;
  height:100%;
  object-fit: cover;
}


/* proList */
.proListBox {
	padding-top: 4vw;
	padding-bottom: 4vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.proMenu {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.proMenu_title {
	display: block;
	background-color: #184195;
	border-top-right-radius: 24px;
	border: 1px solid #dcdcdc;
	position: relative;
	font-size: 30px;
	color: #fff;
	font-family: "jtus";
	font-weight: bold;
	line-height: 2;
	text-align: left;
	padding: 5px 0 5px 35px;
	width: 100%;
	border-bottom: none;
}

.proChildMenu {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-top: none;
	border-bottom: none;
}

.proChildMenu li {
	width: 100%;
}

.proChildMenu li a {
	font-size: 16px;
	background: #f6f6f6;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	color: #333;
	padding-left: 14px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.2s;
}

.proChildMenu li a i {
	font-size: 18px;
	margin-right: 5px;
	transition: all 0.1s;
	opacity: 0;
}

.proChildMenu li a.active {
	background: #0095E4;
	color: #fff;
}

.proChildMenu li a.active i {
	opacity: 1;
}

.proChildMenu li a:hover {
	background: #0095E4;
	color: #fff;
}

.proChildMenu li a:hover i {
	opacity: 1;
}

.proList {
	width: calc(75% - 30px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}


.proList .sortName {
	font-size: 36px;
	color: #0095E4;
	text-align: left;
	font-family: "jtus";
	font-weight: bold;
}

.proList .pro {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	margin-top: 20px;
}

.proList .pro li {
	width: 100%;
	border: 1px solid rgb(221, 221, 221);
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.proList .pro li a {
	display: inline-block;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.proList .pro li .imgBox {
	width: 100%;
	height: 18vw;
	max-height: 280px;
  display:flex;justify-content:center;align-items:center;
}

.proList .pro li .imgBox img {
	max-width: 80%;
    max-height: 80%;
	object-fit: cover; 
  transition: all 0.9s;
}
.proList .pro li:hover img{
  transform: scale(1.1);
}

.proList .pro li .proName {
	line-height: 2;
	font-size: 16px;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

.proList .pro li:hover .proName{
  color:#0095E4;
}


.pagepn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap {
	margin: 5vw 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wrap a {
	width:34px;
	height:34px;
	border-radius: 50%;
	color: #000;
	/* background: #9F7636; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.6vw 0 0;
	transition: all ease-out 0.3s;
	font-size: 16px;
	font-family: 'en_l';
}

.wrap a i {
	font-size: 18px;
}

.wrap .on {
	background: #0095E4;
	color: #ffffff;
}

.wrap a:hover {
	background: #0095E4;
	color: #ffffff;
}










.cont1 {
  padding: 10.3125rem 0 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2.5rem 0;
  }
}
.cont1::after {
  content: "";
  position: absolute;
  left: -12%;
  top: -22rem;
  width: 41.875rem;
  z-index: -1;
  aspect-ratio: 1/1;
  background: rgba(0,149,228, 0.14);
  -webkit-filter: blur(250px);
          filter: blur(250px);
  border-radius: 50%;
}
.cont1 .a1v1 .ashx1 {
  margin-bottom: 0.65rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .ashx1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .ashx1 li + li {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid rgba(43, 45, 45, 0.2);
}
@media (max-width: 768px) {
  .cont1 .a1v1 .ashx1 li + li {
    padding-left: 0.5rem;
    margin-left: 0.5rem;
  }
}
.cont1 .a1v1 .ashx1 li a {
  display: block;
  color: #2B2D2D;
  font-size: 18px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .ashx1 li a {
    font-size: 1.125rem;
    line-height: 1.75em;
  }
}
.cont1 .a1v1 .ashx1 li:hover a, .cont1 .a1v1 .ashx1 li.on a {
  font-weight: 700;
  color: #0095E4;
}
.cont1 .a1v2 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v2 {
    margin-top: 1.25rem;
  }
}
.cont1 .a1v2 .tta .mySwiper1 {
  padding: 0 var(--cbasta);
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa {
  position: relative;
  z-index: 1;
  padding: 2.75rem 9% 3rem;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F3F5F6;
  border-radius: 1.875rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .ftoita {
  font-size: 1rem;
  color: #0095E4;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .tit {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .tit {
    font-size: 1.35rem;
  }
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .ftit {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  height: 3em;
  overflow: hidden;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .img {
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%) scale(0);
     -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
       -o-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 60%;
  aspect-ratio: 1/1;
  background: #0095E4;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .img img {
  max-width: 80%;
  max-height: 80%;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .nmasxa {
  gap: 1.25rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa .nmasxa .ls {
  opacity: 0;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa:hover::after {
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: auto;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa:hover .img::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
       -o-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa:hover .nmasxa {
  right: 0;
  width: 100%;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa:hover .nmasxa .ls {
  opacity: 1;
  border: 1px solid #0095E4;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa:hover .nmasxa .bs {
  background: #2B2D2D;
  color: #fff;
}
.cont1 .a1v2 .tta .mySwiper1 .swiper-slide .cont-pa:hover .nmasxa .bs::after {
  background: #0095E4;
}

.more-b {
  padding: 0.8rem 1.75rem;
  border-radius: 3.125rem;
  background-color: #2B2D2D;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.65rem 1.4rem;
  }
}
.more-b p {
  font-size: 1rem;
  line-height: 1.5em;
}
.more-b i {
  display: block;
  font-size: 1rem;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #0095E4;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 3.125rem;
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b:hover {
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.ls {
  background: #0095E4;
  border: 1px solid transparent;
}
.more-b.ls::after {
  background: #fff;
}
.more-b.ls:hover {
  color: #0095E4;
  border: 1px solid #0095E4;
}
.more-b.bs {
  background: #fff;
  color: #2B2D2D;
}
.more-b.bs::after {
  background: #2B2D2D;
}
.more-b.bs:hover {
  color: #fff;
}
.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}


.newsListImgBox{
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.newsListImgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 联系我们 */
.lx-cont1 {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2.5rem 0;
  }
}
.lx-cont1 .entit{
  color:#0095E4;
}
.lx-cont1 .tit{
  line-height: 1.5;
}
.lx-cont1 .title1 .txt {
  color: #444444;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 0;
  padding: 0 1.5rem 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lx-cont1 .title1 .txt {
    margin: 0.5rem auto;
    padding: 0 0 1.25rem;
    font-size: 16px;
  }
  .lx-cont1 .title1 .txt p{
    margin-bottom: 12px;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1.35rem;
  }
}
.lx-cont1 .lx-a1v1 .tit {
  color: #444444;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .tit {
    font-size: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .asht_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem 4%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .asht_list1 {
    gap: 0.75rem 4%;
    margin-top: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .asht_list1 > li {
  color: rgba(43, 45, 45, 0.7);
  width: 30%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .asht_list1 > li {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .asht_list1 > li:nth-child(3), .lx-cont1 .lx-a1v1 .asht_list1 > li:nth-child(7) {
  width: 28%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .asht_list1 > li:nth-child(3), .lx-cont1 .lx-a1v1 .asht_list1 > li:nth-child(7) {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .tit1 {
  font-size: 1.125rem;
  line-height: 1.35em;
  color: #0095E4;
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .p1 {
  font-size: 1.375rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .asht_list1 > li .p1 {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .smdza {
  margin-top: 0.25rem;
  gap: 0.5rem;
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .smdza li {
  position: relative;
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .smdza li a.img {
  color: #fff;
  border: none;
  background: #808080;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 50%;
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .smdza li a.img img {
  width: 56%;
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .smdza li a.img:hover {
  background: var(--color-zt);
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .smdza li .secazx {
  position: absolute;
  left: 50%;
  bottom: 110%;
  width: 7rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 0.35rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
  display: none;
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .smdza li .secazx img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .asht_list1 > li .smdza li:hover .secazx {
  display: block;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .asht_list1 > li .smdza li:nth-child(1) .secazx {
    left: 0;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.lx-cont1 .lx-a1v2 {
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 {
    margin-top: 2rem;
  }
}
.lx-cont1 .lx-a1v2 form .inpt {
  position: relative;
}
.lx-cont1 .lx-a1v2 form .inpt .m_label {
  position: absolute;
  left: 2rem;
  top: 0;
  color: #444444;
  font-size: 1rem;
  line-height: 3.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 form .inpt .m_label {
    line-height: 3.25rem;
    left: 1.5rem;
  }
}
.lx-cont1 .lx-a1v2 form .inpt .m_label span {
  color: #0095E4;
}
.lx-cont1 .lx-a1v2 form .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 form .msg-a1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.lx-cont1 .lx-a1v2 form .msg-a1 .inpt select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  font-size: 1rem;
  line-height: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  padding: 0 2rem;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 93% center #fff;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 form .msg-a1 .inpt select {
    line-height: 3.25rem;
    height: 3.25rem;
    padding: 0 1.5rem;
  }
}
.lx-cont1 .lx-a1v2 form .msg-a1 .inpt input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  font-size: 1rem;
  line-height: 3.75rem;
  border-radius: 3.75rem;
  padding: 0 2rem;
  color: #333;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 form .msg-a1 .inpt input {
    line-height: 3.25rem;
    padding: 0 1.5rem;
  }
}
.lx-cont1 .lx-a1v2 form .msg-a3 {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 form .msg-a3 {
    margin-top: 1.25rem;
  }
}
.lx-cont1 .lx-a1v2 form .msg-a3 .m_label {
  line-height: 1.5rem;
  top: 0.75rem;
}
.lx-cont1 .lx-a1v2 form .msg-a3 textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 1.25rem;
  padding: 0.75em 2rem;
  color: #333;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 form .msg-a3 textarea {
    padding: 0.75em 1.5rem;
  }
}
.lx-cont1 .lx-a1v2 form .div_aghgha {
  /* margin-top: 2rem; */
  gap: 1rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 form .div_aghgha {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v2 form .div_aghgha .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.lx-cont1 .lx-a1v2 form .div_aghgha .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont1 .lx-a1v2 form .div_aghgha .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont1 .lx-a1v2 form .div_aghgha .yszc-cont label {
  color: #444444;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 form .div_aghgha .yszc-cont label {
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
  }
}
.lx-cont1 .lx-a1v2 form .div_aghgha .yszc-cont label a {
  color: #444444;
}
.lx-cont1 .lx-a1v2 form .div_aghgha .yszc-cont label a:hover {
  color: var(--color-zt);
}
.lx-cont1 .lx-a1v2 form .div_aghgha button {
  border: none;
  margin-left: auto;
}


.culture {
	min-height: 950px;
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.culture.padt140{
	padding-top: 100px;
}

.culture .box {
	margin-top: 4.375%;
}

.culture .box ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.culture .box ul li {
	position: relative;
	width: 32.5%;
	margin-right: 1.25%;
	padding: 50px 54px 24px 54px;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	min-height: 260px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.culture .box ul li:nth-child(3n) {
	margin-right: 0;
}

.culture .box ul li .icon {
	position: absolute;
	right: 54px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 0 0 50% 50%;
	background: -webkit-linear-gradient(to right, #143B92, #2499D6);
	background: linear-gradient(to right, #143B92, #2499D6);
}
.culture .box ul li .icon img{
	max-width: 32%;
}
.culture .box ul li .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.culture .box ul li .text .t1 {
	margin-bottom: 24px;
	padding-right: 130px;
	box-sizing: border-box;
}

.culture .box ul li .text .t1 .sp1 {
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 10px;
}

.culture .box ul li .text .t1 .sp2 {
	color: rgba(0, 0, 0, 1);
	line-height: 1.5;
}

.culture .box ul li .text .t2 {
	color: rgba(0, 0, 0, 0.06);
}
.curtitle h3{
  color: #000;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 3.75rem;
  text-transform: uppercase;
}



.box-4 .swiper-container {
  padding: 1rem 0;
}
.box-4 .swiper-container:first-child {
  padding-top: 3rem;
}
.box-4 .swiper-container:last-child {
  padding-bottom: 3rem;
}
.box-4 .swiper-slide {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.07);
  border-radius: 10px;
}
.box-4 .swiper-slide a{
  display:flex;justify-content:center;align-items:center;
  width: 100%;
}
.box-4 .swiper-slide img {
  height: 8.5rem;
  object-fit: contain;
}