@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #008BD5;
}
.c {
  color: #008BD5;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li.active,
.pagination > li:hover {
  background: #008BD5;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #004385;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #008BD5;
}
.search_more:hover::before {
  background: #008BD5;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.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;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(0%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0;
  padding: 1.875rem 0;
}
.er-ul.pro ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.er-ul.pro ul li {
  width: 33.3%;
  text-align: left;
}
.er-ul.pro ul li a {
  padding-left: 1.25rem;
  position: relative;
      white-space: nowrap;
}
.er-ul.pro ul li a::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #E2E2E2;
}
.er-ul.pro ul li:hover a::before {
  background: #008BD5;
}
.er-ul ul {
  display: flex;
  justify-content: center;
}
.er-ul ul li {
  padding: 0 2rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 1.125rem;
}
.er-ul li a {
  color: #565656;
}
.er-ul li:hover a {
  color: #008BD5;
}
.er-ul li:nth-child(1) {
  padding-top: 0;
}
.er-ul li:last-child {
  padding-bottom: 0;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(0%);
  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: #008BD5;
}
.searchbox {
  border-color: #008BD5;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 15px;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  padding-left: 30px;
  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: #008BD5;
}
.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: #008BD5;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
  border-bottom: 1px solid #ddd;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: 40px;
  width: 120px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  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: #008BD5;
  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: #008BD5;
}
.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: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(1);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #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;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header > .container {
  padding: 0 5rem;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active {
  animation: sticky 0.65s;
}
header .lanuage {
  padding: 0 1.125rem;
  position: relative;
  margin-right: 1.25rem;
  margin-left: 3.5625rem;
}header .lanuage:hover ul {
    display: block;
}
header .lanuage ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 1.875rem;
    text-align: center;
    padding: 0.625rem 0;
    display: none;
}
header .lanuage ul li a {
    justify-content: center;
}header .lanuage ul li:hover a {
    color: #008BD5;
}
header .lanuage::before {
  left: 0;
}
header .lanuage::after {
  right: 0;
}
header .lanuage::before,
header .lanuage::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: rgba(53, 53, 53, 0.4);
}
header .lanuage .iconfont {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  display: block;
  margin-right: 0.375rem;
}
header .lanuage a {
  display: flex;
  align-items: center;
  color: #424242;
  font-size: 1.375rem;
}
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a {
  color: #008BD5;
}
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before {
  background: #008BD5;
}
header .logo img {
  height: 3.5rem;
}
header .ds .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #424242;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.375rem;
  color: #424242;
  position: relative;
  padding: 0 0.5rem;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #008BD5;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@-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);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.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 .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 4.375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background-size: 2.25rem 2.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-button-next {
  right: -5rem;
}
.banner .swiper-button-prev {
  left: -5rem;
}
.banner:hover .swiper-button-next {
  right: 5.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-prev {
  left: 5.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 9;
}
.banner .hover2 p {
  font-size: 1rem;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  margin-top: 0.9375rem;
}
.banner .swiper_pag {
  position: static;
}
.banner .swiper_pag .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
  opacity: 1;
  border-radius: 50%;
  display: block;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0 auto 0.375rem;
}
.banner .swiper_pag .swiper-pagination-bullet-active {
  height: 2rem;
  border-radius: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.title {
  font-weight: bold;
  font-size: 2.875rem;
  line-height: 3.125rem;
  color: #000000;
}
.text {
  font-size: 1.375rem;
  line-height: 2.5rem;
  color: #565656;
}
.more {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #686868;
  display: inline-block;
}
.more.cff p {
  color: #fff;
}
.more.cff:hover div div {
  background: #fff;
}
.more.cff:hover div div .iconfont {
  color: #008BD5;
}
.more.cff:hover p {
  color: #fff;
}
.more.cff div div {
  border-color: #fff;
}
.more.cff div div .iconfont {
  color: #fff;
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more > div div {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  border: 1px solid #008BD5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.875rem;
}
.more > div div .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #008BD5;
}
.more:hover div > div {
  background: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover div > div .iconfont {
  color: #fff;
}
.more:hover div p {
  color: #008BD5;
}
.more a {
  color: #686868;
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_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;
}
.number_ul li .icon {
  margin-bottom: 0.875rem;
}
.number_ul li .icon img {
  height: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
}
.number_ul li .num span {
  color: #008BD5;
  font-size: 2.75rem;
}
.number_ul li .num sub {
  color: #008BD5;
  font-size: 1.25rem;
  bottom: 0;
  margin-left: -0.125rem;
  position: relative;
}
.number_ul li .num sub sub {
  top: -0.25rem;
  margin-left: -4px;
}
.number_ul li .num i {
  color: #008BD5;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.index_one .right {
  padding-left: 5rem;
}
.index_one .left {
  padding: 7.5rem 0 11.25rem 15px;
}
.index_one .margin {
  margin: 1.25rem 0 2.1875rem;
}
.index_one .number_ul {
  margin-top: 3.4375rem;
}
.index_one .number_ul li {
  min-width: 24%;
}
.p120 {
  padding: 7.5rem 0;
}
.p120.pt0 {
  padding-top: 0;
}
.p120.pb0 {
  padding-bottom: 0;
}
.index_two {
  padding: 12rem 0;
}
.index_two .left .text {
  margin: 1.25rem 0 2.5rem;
}
.index_two .right {
  padding-left: 5rem;
}
.index_two .right .padd_l {
  padding-left: 3rem;
}
.index_two .right .name {
  display: flex;
  padding-bottom: 0.625rem;
}
.index_two .title {
    white-space: nowrap;
}
.index_two .right .icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 1px;
}
.index_two .right .icon img {
  width: 0.25rem;
  height: 0.4375rem;
  filter: brightness(0) invert(1);
}
.index_two .right .icon .iconfont {
  font-size: 0.5rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
  color: #fff;
}
.index_two .right p {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  height: 3rem;
  color: #FFFFFF;
  width: calc(100% - 1.5rem);
  padding-left: 0.875rem;
}
.index_two .right .swiper-slide {
  padding: 1.375rem 0 2.5rem;
  border-top: 1px solid #FFFFFF;
}
.index_two .right .swiper-slide .more_a {
  font-style: italic;
  margin-top: 2.25rem;
}
.index_two .right .swiper-slide .more_a .iconfont {
  margin-left: 0.5rem;
  font-weight: 500;
}
.index_two .right .swiper-slide:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .swiper-slide ul li:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .swiper-slide ul li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.index_two .right .swiper-slide ul li a {
  position: relative;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  padding: 0.875rem 0 0.875rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index_two .right .swiper-slide ul li a::before {
  content: "";
  top: 1.5rem;
  left: 0.5rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
.index_two .right .swiper-slide:hover .icon {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .swiper-slide:hover .icon .iconfont {
  color: #008BD5;
}
.index_two .right .swiper-slide:hover .icon img {
  filter: brightness(1) invert(0);
}
.index_two .hover_pag {
  display: flex;
  align-items: center;
}
.index_two .hover_pag .swiper-pagination-progressbar {
  width: calc(100% - 6.25rem);
  height: 1px;
  background: #fff;
}
.index_two .hover_pag .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  height: 3px;
  top: -1px;
}
.index_two .hover_pag > div {
  position: static;
  margin-top: 0;
}
.index_two .hover_pag > div.swiper-button-next,
.index_two .hover_pag > div.swiper-button-prev {
  background-size: 1.25rem 1.25rem;
  width: 3.125rem;
  text-align: center;
}
.index_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.index_three .container {
  position: relative;
  z-index: 9;
}
.index_three .bgg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_three .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_three ul {
  display: inline-block;
  width: 26.5625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 3.4375rem;
}
.index_three ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_three ul li:hover::before,
.index_three 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;
}
.index_three ul li:hover a div,
.index_three ul li.active a div {
  font-weight: bold;
  font-size: 1.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li a {
  height: 5rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_three ul li a div {
  width: calc(100% - 3.75rem);
  font-size: 1.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #FFFFFF;
}
.index_three ul li a .iconfont {
  width: 3.75rem;
  text-align: right;
  font-size: 1.25rem;
  color: #fff;
  display: block;
}
.index_three ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four {
  background: #EFF1F7 url(../img/7.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 10rem 0;
}
.index_four.list_technical_three {
  background: #fff url(../img/7_1.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.index_four .top .more {
  margin-top: 2.5rem;
}
.index_four .bot {
  display: flex;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-top: 4.0625rem;
  z-index: 9;
  background: #fff;
}
.index_four .bot li {
  flex: 1 0 0;
  height: 19.6875rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 45;
}
.index_four .bot li:not(:last-child) {
  border-right: 1px solid rgba(96, 96, 96, 0.15);
}
.index_four .bot li:hover .img,
.index_four .bot li.active .img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .bot li:hover .icon img,
.index_four .bot li.active .icon img {
  filter: brightness(0) invert(1);
}
.index_four .bot li:hover .name,
.index_four .bot li.active .name {
  color: #fff;
  padding-bottom: 0.75rem;
}
.index_four .bot li:hover .name::before,
.index_four .bot li.active .name::before {
  background: #fff;
}
.index_four .bot li:hover .text,
.index_four .bot li.active .text {
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 0.9375rem;
}
.index_four .bot li .img {
  position: absolute;
  top: -1.875rem;
  left: -1.5rem;
  width: calc(100% + 3rem);
  height: calc(100% + 3.75rem);
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.index_four .bot li .img img {
  height: 100%;
  object-fit: cover;
}
.index_four .bot li .icon img {
  height: 3.875rem;
}
.index_four .bot li .name {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2D2D2D;
  position: relative;
  padding-bottom: 2.625rem;
  margin-top: 1.5625rem;
}
.index_four .bot li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 1px;
  background: #008BD5;
}
.index_four .bot li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  height: 0;
  overflow: hidden;
}
.alignc {
  align-items: center;
}
.more_a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #008BD5;
  display: flex;
  align-items: center;
}
.more_a .iconfont {
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  margin-left: 0.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five {
  background: url(../img/11.png) no-repeat;
  background-size: cover;
}
.index_five .bot {
  margin-top: 2.5rem;
}
.index_five li .img {
  margin-top: 1.25rem;
}
.index_five li .img img {
  height: 17.125rem;
  object-fit: cover;
}
.index_five li:last-child a {
  padding: 1.05rem 0;
  position: relative;
  border-bottom: 1px solid rgba(97, 97, 97, 0.15);
}
.index_five li:last-child a:first-child {
  padding-top: 0;
}
.index_five li:last-child a:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.index_five li:last-child a:last-child::before {
  display: none;
}
.index_five li:last-child a .more_a {
  margin-top: 0.75rem;
}
.index_five li:last-child a:hover {
  box-shadow: none;
}
.index_five li:last-child a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five li:last-child a:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five li:last-child > div {
  background: #F0F0F0;
  padding: 1.25rem;
}
.index_five li:last-child:hover > div {
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
  padding: 1.25rem;
  background: #F0F0F0;
}
.squera_news:hover {
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news:hover .name {
  color: #008BD5;
}
.squera_news:hover .over img {
  transform: scale(1.1);
}
.squera_news .data {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #939393;
}
.squera_news .more_a {
  margin-top: 1rem;
}
.squera_news .name {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin: 0 0 0.25rem 0;
}
.squera_news .name.line2 {
  height: 5rem;
}
.squera_news .text.line2 {
  height: 5rem;
}
.index_six {
  background: url(../img/12.png) no-repeat;
  background-size: cover;
  padding: 9.625rem 0 16.25rem;
  z-index: 5;
}
.index_six .con {
  width: 27.5rem;
}
.index_six .text {
  margin: 1rem 0 1.875rem;
}
.index_six .more div div {
  border: 1px solid #008BD5;
}
.index_six .more div div .iconfont {
  color: #008BD5;
}
.index_six svg {
  position: absolute;
  top: -4.5rem;
  left: 6.25rem;
  width: 43.75rem;
  height: 43.75rem;
  z-index: -1;
}
.index_six.active svg .tmabIITE_0 {
  stroke-dasharray: 2211 2213;
  stroke-dashoffset: 2212;
  animation: tmabIITE_draw 2000ms linear 0ms forwards;
}
@keyframes tmabIITE_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes tmabIITE_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
footer {
  background: #004385;
}
footer .text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.875rem;
  
}
footer .text.text_pro {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0.125rem;
}
footer .top .text {
    line-height: 1.875rem;
}
footer .top {
  display: flex;
  align-items: center;
  padding: 3.125rem 0 1.5625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 2.1875rem;
}
footer .top .center {
  width: calc(100% - 20.875rem);
  display: flex;
  justify-content: space-between;
  margin: 0 -1rem;
}
footer .top .center > div {
  padding: 0 1rem;
}
footer .top .left {
  width: 20.875rem;
}
footer .top .left img {
  height: 3.875rem;
  filter: brightness(0) invert(1);
}
footer .top .right {
  width: 8.75rem;
}
footer .top .right ul {
  display: flex;
  align-items: center;
}
footer .top .right ul li {
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .top .right ul li .iconfont {
  font-size: 1.25rem;
  color: #fff;
}
footer .bot {
  padding-bottom: 3.4375rem;
}
footer .bot ul .name {
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
footer .bot ul .text span {
    display: block;
}
footer .bot ul .text {
  color: #ffffff;
  opacity: 0.8;
}
footer .bot ul .text:hover {
  opacity: 1;
}
body {
  padding-top: 6.25rem;
}
.beian {
  background: #004075;
  padding: 1.25rem 0;
}
.beian .text a {
  color: #008BD5;
}
.nyban .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nyban .hover2 {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.nyban .hover2 .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.bread {
  padding: 1.125rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 9;
  font-size: 1rem;
  color: #FFFFFF;
}
.bread img {
  height: 2.0625rem;
  margin-right: 1.5625rem;
}
.bread a {
  color: #FFFFFF;
}
.bread a:hover {
  color: #008BD5;
}
.bread span {
  margin: 0 0.5rem;
}
.bread span:last-child {
  display: none;
}
.list_about .title {
  margin-bottom: 1.125rem;
}
.list_about .fr {
  width: 49%;
  margin: 0 0 1rem 1rem;
}
.list_about_two {
  background: url(../img/16.png) no-repeat;
  background-size: cover;
}
.list_about_two ul {
  margin-top: 5rem;
}
.list_about_two ul li {
  padding: 0 0 2rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.list_about_two ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.list_about_two ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .icon img {
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 4.375rem;
}
.list_about_two ul li .name {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  margin: 1.25rem 0 0.5rem;
}
.list_about_two ul li .text {
  color: #fff;
}
.list_about_three {
  background: url(../img/20.png) no-repeat;
  background-size: cover;
}
.list_about_three .swiper-container {
  padding-top: 6.75rem;
}
.list_about_three .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #008BD5;
  top: -1px;
  border-radius: 0.625rem;
}
.list_about_three .swiper-pagination {
  height: 1px;
  width: 100%;
  position: static;
  background: #008BD5;
  margin-top: 5.625rem;
}
.list_about_three .swiper-wrapper {
  justify-content: center;
}
.list_about_three .swiper-slide {
  height: 18rem;
  padding: 1.5rem 1.5rem 0;
}
.list_about_three .swiper-slide:last-child::before {
  display: none;
}
.list_about_three .swiper-slide .text {
  font-size: 1.125rem;
  line-height: 1.65rem;
}
.list_about_three .swiper-slide:nth-child(1),
.list_about_three .swiper-slide:nth-child(2),
.list_about_three .swiper-slide:nth-child(3),
.list_about_three .swiper-slide:nth-child(4),
.list_about_three .swiper-slide:nth-child(5) {
  border-bottom: 1px solid #008BD5;
}
.list_about_three .swiper-slide:nth-child(6),
.list_about_three .swiper-slide:nth-child(1){
  border-left: 1px solid #008BD5;
}
.list_about_three .swiper-slide:last-child {
  border-right: 1px solid #008BD5;
}
.list_about_three .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #008BD5;
}
.list_about_three .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_about_three .text {
  margin-top: 0.5rem;
  color: #565656;
}
.list_about_four .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.list_about_four .hover .subtitle {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  color: #008BD5;
  margin: 1.5625rem 0;
}
.list_news .data {
  padding-top: 1rem;
}
.list_news li {
  margin-bottom: 2.125rem;
}
.list_news li a {
  margin: 0 -1.5rem;
}
.list_news li a .right {
  padding-right: 3rem;
}
.list_news li a > div {
  padding: 0 1.5rem;
}
.list_application .text {
  margin: 1.25rem 0 1.5625rem;
}
.list_application .over img {
  min-height: 18.75rem;
  object-fit: cover;
}
.list_application .name {
  font-size: 1.375rem;
  text-align: center;
  height: 4.4375rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.list_application li {
  margin-bottom: 1.875rem;
}
.list_application li:hover .name {
  background: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.list_application li:hover img {
  transform: scale(1.1);
}
.flex_more {
  margin: 0 -0.75rem 2.8125rem;
}
.flex_more li {
  display: inline-block;
  padding: 0 0.75rem;
}
.flex_more li:hover a {
  background: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff !important;
}
.flex_more li:hover a.bg {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #008BD5 !important;
}
.flex_more li a {
  padding: 0 1.5625rem;
  border: 1px solid #008BD5;
  line-height: 3.4375rem;
  font-size: 1.125rem;
  color: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.flex_more li a.bg {
  color: #fff;
}
.bgf4 {
  background: #EFF1F7;
}
.suqera_app {
  padding: 0.9375rem;
}
.suqera_app .data {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #939393;
}
.suqera_app .over img {
  height: 17.5rem;
  object-fit: cover;
}
.suqera_app:hover a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_app:hover a .name {
  color: #008BD5;
}
.suqera_app:hover a .over img {
  transform: scale(1.1);
}
.suqera_app a {
  padding: 1.25rem 1.25rem 2.75rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_app a .name {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #2D2D2D;
}
.suqera_app a .name.line2 {
  height: 4.375rem;
}
.suqera_app a .over {
  margin-bottom: 1rem;
}
.suqera_app a .text {
  line-height: 1.875rem;
  height: 3.75rem;
  margin: 0.5rem 0 1rem;
}
.list_application_two .margin {
  margin-top: 2.1875rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.swiper_btn,
.swiper_btn {
  background: none;
}
.swiper_btn .iconfont,
.swiper_btn .iconfont {
  font-size: 2rem;
  color: #939393;
}
.swiper_btn:hover .iconfont,
.swiper_btn:hover .iconfont {
  color: #008BD5;
}
.swiper-button-next.swiper_btn {
  right: -5rem;
}
.swiper-button-prev.swiper_btn {
  left: -5rem;
}
.list_message button {
  margin: 0 0 0 auto;
}
.list_message input,
.list_message textarea {
  width: 100%;
  padding: 0 1.25rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #3f3f3f;
}
.list_message textarea {
  height: 7.5rem;
  line-height: 1.25rem;
  border: none;
  display: block;
  padding-top: 0.625rem;
}
.list_message .name {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
  color: #898989;
}
.list_message .name span {
  color: #E01500;
}
.list_message button,
.list_join_three .more_join {
  width: 10.3125rem;
  line-height: 3.4375rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  background: #008BD5;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  border: none;
}
.list_message button:hover,
.list_join_three .more_join:hover {
  background: #004385;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_message button .iconfont,
.list_join_three .more_join .iconfont {
  margin-left: 1.125rem;
}
.list_contact .row {
  margin: 0 -1.25rem;
}
.list_contact .row > div {
  padding: 0 1.25rem;
}
.list_contact .text {
  margin: 1.375rem 0 2.0625rem;
}
.list_contact .name {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  color: #1E1E1E;
  margin: 2.5rem 0 0.875rem;
}
.list_contact ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_contact ul li> div:nth-child(1) {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
}
.list_contact ul li div img {
  border-radius: 50%;
}
.list_contact ul li p ,.list_contact ul li .p{
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  padding-left: 1.5rem;
  width: calc(100% - 3.4375rem);
}
.list_technical .name {
  position: relative;
  padding-bottom: 0.75rem;
  margin-top: 1.125rem;
  height: 5.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  color: #1E1E1E;
}
.list_technical .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #008BD5;
  width: 1.375rem;
  height: 2px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_technical ul {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.list_technical ul li {
  text-align: center;
  padding: 0 1.875rem;
}
.list_technical ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_technical ul li:hover .name::before {
  width: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_technical .icon img {
  height: 3.875rem;
}
.list_technical .text {
  color: #565656;
  margin-top: 1rem;
  line-height: 1.875rem;
}
.list_technical .bot {
  margin-top: 5.625rem;
  display: flex;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  color: #1E1E1E;
}
.list_technical .bot .left {
  width: 28%;
  height: auto;
}
.list_technical .bot .left ul {
  height: 100%;
  border-top: 1px solid rgba(86, 86, 86, 0.3);
}
.list_technical .bot .left ul li {
  border-bottom: 1px solid rgba(86, 86, 86, 0.3);
  display: flex;
  align-items: center;
  height: 33.3%;
  justify-content: flex-start;
  text-align: left;
}
.list_technical .bot .left ul li .num {
  font-size: 1.625rem;
}
.list_technical .bot .left ul li .num span {
  font-size: 2.5rem;
  color: #008BD5;
  margin-right: 0.25rem;
}
.list_technical .bot .left ul li .text {
  margin-top: 0;
}
.list_technical .bot .right {
  width: 72%;
}
.list_technical_two {
  background: #EFF1F7;
}
.list_technical_two .center {
  margin: 0 auto;
  width: 35%;
}
.list_technical_two .left {
  width: 32.5%;
}
.list_technical_two .left.right .text {
  justify-content: flex-end;
  padding-right: 2rem;
  text-align: right;
}
.list_technical_two .left ul {
  height: 100%;
  position: relative;
}
.list_technical_two .left ul li {
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
}
.list_technical_two .left ul li:last-child {
  position: absolute;
  bottom: 16%;
}
.list_technical_two .left ul li img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.list_technical_two .left .text {
  color: #565656;
  height: 4.375rem;
  display: flex;
  align-items: flex-end;
  padding-left: 2rem;
}
aside.right {
  width: calc(100% - 25rem);
  padding-left: 4.0625rem;
}
aside.left {
  width: 25rem;
  background: #EDF7FF;
}
aside.left ul {
  padding: 3.75rem 2.8125rem 3.75rem 3.75rem;
  position: sticky;
  top: 6.25rem;
  height: auto;
}
aside.left ul li {
  margin-bottom: 1.875rem;
}
aside.left ul li a {
  display: flex;
  align-items: center;
}
aside.left ul li a div {
  width: calc(100% - 2rem);
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #424242;
}
aside.left ul li a .iconfont {
  transform: translateX(-0.625rem);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 2rem;
  color: #008BD5;
  font-size: 1.125rem;
  display: block;
  text-align: right;
}
aside.left ul li:hover a div,
aside.left ul li.active a div {
  color: #008BD5;
}
aside.left ul li:hover a .iconfont,
aside.left ul li.active a .iconfont {
  transform: translateX(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.list_product .right form {
  width: 31.25rem;
  position: relative;
  margin: 0 0 2.1875rem auto;
}
.list_product .right form input {
  width: 100%;
  line-height: 3.75rem;
  padding: 0 5.625rem 0 1.25rem;
  font-size: 1rem;
  color: #777777;
  border: 1px solid #008BD5;
}
.list_product .right form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.375rem;
  line-height: 3.75rem;
  text-align: center;
  background: #008BD5;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
  border: 1px solid #008BD5;
  height: 100%;
}
.list_product .right form button .iconfont {
  font-size: 1.5rem;
}
.list_product .right .ul > li {
  margin-bottom: 1.875rem;
}
.list_product .right .ul > li:hover > a {
  border-color: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul > li:hover > a .top .icon {
  color: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul > li:hover > a .top .icon div {
  background: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul > li:hover > a .top .icon div .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.list_product .right .ul > li > a {
  border: 1px solid #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.list_product .right .ul > li .top {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5625rem 1.5rem 1.875rem;
  flex-wrap: wrap;
}
.list_product .right .ul > li .top .name {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1E1E1E;
  width: 100%;
}
.list_product .right .ul > li .top .r {
  width: 10rem;
  text-align: right;
  padding-left: 1rem;
}
.list_product .right .ul > li .top .r img {
  height: 3.75rem;
}
.list_product .right .ul > li .top .l {
  width: calc(100% - 10rem);
}
.list_product .right .ul > li .top .l .icon {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #919191;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul > li .top .l .icon div {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #F0F0F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul > li .top .l .icon div .iconfont {
  font-size: 0.5rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
}
.list_product .right .ul > li .bot ul {
  border-top: 1px solid #F0F0F0;
  display: flex;
  flex-wrap: wrap;
}
.list_product .right .ul > li .bot ul li {
  width: 33.3%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #424242;
  padding: 0.875rem 0;
}
.list_product .right .ul > li .bot ul li:not(:last-child) {
  border-right: 1px solid #F0F0F0;
}
.list_product .right .ul > li .bot ul li div {
  color: #008BD5;
  margin-bottom: 0.125rem;
}
.show_product .name {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #000000;
}
.show_product .flex_more {
  margin-bottom: 0;
}
.show_product .right .left_l {
  padding-right: 0;
}
.show_product .right .right_r {
  padding-left: 4.375rem;
}
.show_product .right .ul {
  border-top: 1px solid #E5E5E5;
  margin: 2.5rem 0 3.4375rem;
}
.show_product .right .ul li {
  height: 5.9375rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}
.show_product .right .ul li div {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #008BD5;
  width: 10rem;
}
.show_product .right .ul li p {
  width: calc(100% - 10rem);
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
}
.show_product .right .ul li p img {
  height: 3.75rem;
  filter: invert(39%) sepia(11%) saturate(13%) hue-rotate(39deg) brightness(85%) contrast(91%);
}
.show_product .right .ul2 {
  margin-top: 1.875rem;
}
.show_product .right .ul2 li {
  margin-bottom: 2.1875rem;
}
.show_product .right .ul2 li:nth-child(2) div div {
  background: #6600FF;
}
.show_product .right .ul2 li:nth-child(3) div div {
  background: #FF0000;
}
.show_product .right .ul2 li:nth-child(4) div div {
  background: #FF0000;
}
.show_product .right .ul2 li:nth-child(5) div div {
  background: #CC9900;
}
.show_product .right .ul2 li:nth-child(6) div div {
  background: #FF6600;
}
.show_product .right .ul2 li:nth-child(7) div div {
  background: #003300;
}
.show_product .right .ul2 li:nth-child(8) div div {
  background: #FF00FF;
}
.show_product .right .ul2 li > div {
  padding-left: 1.25rem;
}
.show_product .right .ul2 li > div div {
  width: 2.625rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #6600FF;
}
.show_product .right .ul2 li > div p {
  height: 4.75rem;
  padding: 0 2.5rem 0 2.3125rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  line-height: 1.875rem;
  color: #565656;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.list_join .title {
  margin-bottom: 1.125rem;
}
.list_join_two {
  padding-bottom: 5rem;
}
.list_join_two ul {
  flex-wrap: wrap;
  margin: 2.5rem -0.625rem 0;
}
.list_join_two ul li {
  width: 20%;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.list_join_two ul li > div {
  height: 100%;
}
.list_join_two ul li: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_join_two ul li > div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.5rem 0.625rem;
  text-align: center;
}
.list_join_two ul li > div .icon img {
  height: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_two ul li > div .name {
  font-size: 1rem;
  margin-top: 0.25rem;
  line-height: 2.1875rem;
  color: #565656;
}
.list_join_four ul li {
  width: 25%;
}
.list_join_four ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.39);
}
.show_detail {
  padding-top: 6.25rem;
}
.show_detail .ul {
  display: none;
}
.show_detail .ul li {
  border: 1px solid #848484;
  color: #848484;
  font-size: 0.875rem;
  float: left;
  margin: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  margin-left: 0.625rem;
  text-align: center;
}
.show_detail .ul li .iconfont {
  display: block;
  font-size: 0.875rem !important;
  color: #848484;
}
.show_detail .ul li:hover {
  background: #008BD5;
  border-color: #008BD5;
}
.show_detail .ul li:hover .iconfont {
  color: #fff;
}
.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}
.show_detail .text {
  color: #898989;
}
.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  margin-bottom: 0.75rem;
}
.show_detail .left .data > p {
  margin-right: 2.5rem;
}
.show_detail .left .data > div {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div .iconfont {
  font-size: 1.25rem;
  display: block;
}
.show_detail .left .data > div:hover ul {
  display: flex;
}
.show_detail .left > div {
  background: #FFFFFF;
  padding: 0 0 5rem;
  border-radius: 0.625rem;
}
.show_detail .right {
  padding-left: 0;
}
.show_detail .right .top {
  background: #ffffff;
  padding: 1.875rem 1.875rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_detail .right .top .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.show_detail .right .top .ul .list {
  padding: 0.875rem 0;
  position: relative;
  border-bottom: 1px solid #DBDBDB;
}
.show_detail .right .top .ul .list:first-child {
  padding-top: 0;
}
.show_detail .right .top .ul .list:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.show_detail .right .top .ul .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail .right .top .ul .list:hover::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.show_detail .right .top .ul .list:hover a {
  color: #008BD5;
}
.show_detail .right .top .ul .list a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #898989;
}
.show_detail .right .top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_detail .right .top ul li:hover p {
  color: #008BD5 !important;
}
.show_detail .right .top ul li a {
  display: flex;
  align-items: center;
}
.show_detail .right .top ul li .over {
  width: 8rem;
  border: 1px solid #D1D1D1;
}
.show_detail .right .top ul li .right2 {
  width: calc(100% - 8rem);
  padding-left: 1.25rem;
}
.show_detail .right .top ul li .right2 p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #686868;
}
.show_detail .right .bot {
  background: #008BD5;
  margin-top: 2rem;
  padding: 2.0625rem 1.875rem;
}
.show_detail .right .bot .text {
  padding: 0;
}
.more_show {
  width: 11.25rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  text-align: center;
  display: inline-block;
  border-radius: 3.125rem;
  background: #008BD5;
  color: #fff;
  z-index: 5;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_show div {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_show .iconfont {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-left: 0.5rem;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_show:hover {
  background: #004385 !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more_show:hover .iconfont {
  color: #fff;
}
.more_show.bgg {
  border: 1px solid #008BD5;
  background: #008BD5;
  color: #fff;
}
.more_show.bgg .iconfont {
  color: #fff;
}
.more_show.bgg::before {
  background: #fff;
}
.more_show.bgg:hover {
  color: #008BD5;
}
.more_show.bgg:hover .iconfont {
  color: #008BD5;
}
.shangxia_p {
  margin: 5rem 0 2.5rem;
}
.shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
}
.shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}
.shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.shangxia a:hover {
  color: #008BD5;
}
@media (max-width: 990px) {
  .show_detail {
    padding-bottom: 80px;
  }
  .show_detail .right {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .show_detail {
    padding: 30px 0;
  }
  .show_detail .right {
    display: none;
  }
  .show_detail .left {
    padding-right: 15px;
  }
  .show_detail .left > div {
    padding-bottom: 30px;
  }
  .show_detail .left .shangxia {
    margin-top: 30px;
  }
  .show_detail .left .shangxia .tr {
    text-align: left;
  }
  .show_detail .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .show_detail .left .shangxia_p {
    margin-top: 0;
  }
}
.search_b {
  color: #A0A0A0;
}
.search_b img {
  filter: invert(69%) sepia(0%) saturate(1856%) hue-rotate(250deg) brightness(95%) contrast(81%);
  opacity: 0.3;
}
.search_b a {
  color: #A0A0A0;
}
.show_bread {
  background: #F0F0F0;
  color: #A0A0A0;
}
.show_bread a {
  color: #A0A0A0;
}
.list_honor .ul {
  margin: 0 -1.25rem;
}
.list_honor .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_honor .ul li > a {
  height: 100%;
  padding: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
}
.list_honor .ul li > a .name {
  font-size: 1.125rem;
  color: #4b4b4b;
  margin-top: 1.125rem;
}
.list_honor .ul li:hover .over img {
  transform: scale(1.1);
}
.list_honor .ul li:hover .name {
  color: #008BD5;
}
.list_join_three .margin {
  color: #424242;
  margin: 1.25rem 0 2.5rem;
}
.list_join_three .job_list2a li,
.list_join_three .job_as1 > div {
  width: 12.5%;
}
.list_join_three .job_list2a li:nth-child(1),
.list_join_three .job_as1 > div:nth-child(1) {
  width: 40%;
}
.job-cont2 {
  position: relative;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}
.job-cont2 .dtad {
  position: absolute;
  right: 18%;
  top: -6.45rem;
  width: 8.9375rem;
}
@media (max-width: 768px) {
  .job-cont2 .dtad {
    right: 4%;
    top: -2rem;
    width: 5rem;
  }
}
.job-cont2 .dtad1 {
  position: absolute;
  left: 20%;
  bottom: -7rem;
  width: 6rem;
}
@media (max-width: 768px) {
  .job-cont2 .dtad1 {
    left: 4%;
    bottom: -3rem;
    width: 3rem;
  }
}
.job-cont2 .wehdxc {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc {
    margin-top: 0.4rem;
  }
}
.job-cont2 .wehdxc dl + dl {
  margin-left: 3em;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl + dl {
    margin-left: 1.5em;
  }
}
.job-cont2 .wehdxc dl dt {
  width: 1.375rem;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dt {
    width: 1.15rem;
  }
}
.job-cont2 .wehdxc dl dt img {
  width: 100%;
}
.job-cont2 .wehdxc dl dd {
  color: #5b5b5b;
  font: 400 1rem/1.8em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dd {
    margin-left: 0.5em;
  }
}
.job-cont2 .xw-ss-bj {
  padding: 2.2rem 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .xw-ss-bj {
    margin-top: 1rem;
    padding: 0.85rem 1.5rem 1.5rem;
  }
}
.job-cont2 .job_list2a {
  background-color: #008BD5;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a {
    margin-top: 1.6rem;
  }
}
.job-cont2 .job_list2a li {
  color: #fff;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
  font-size: 1.25rem;
}
.job-cont2 .job_list2a li:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a li:nth-child(1) {
    padding-left: 6%;
  }
}
.job-cont2 .job_list1 {
  text-align: center;
}
.job-cont2 .job_list1 strong {
  display: block;
}
.job-cont2 .job_list1 li {
  width: 100%;
  text-align: left;
}
.job-cont2 .job_list1 li .job_as1 {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
.job-cont2 .job_list1 li .job_as1 .as1 {
  color: #424242;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
  font-size: 1.125rem;
}
.job-cont2 .job_list1 li .job_as1 .as1 i {
  font-size: 1rem;
}
.job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 7rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
    padding-left: 6%;
  }
}
.job-cont2 .job_list1 li .wehha-job {
  padding: 2rem 3.75rem 3rem 5rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job {
    padding: 1.5rem 6%;
  }
}
.job-cont2 .job_list1 li .wehha-job .wehgs-as {
  margin-bottom: 0.75rem;
}
.job-cont2 .job_list1 li .wehha-job .wehgs-as li {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 48%;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  color: #008BD5;
  margin-bottom: 0.25rem;
}
.job-cont2 .job_list1 li .wehha-job a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job a.more-b {
    margin-top: 1rem;
  }
}
.job_list1 li .wehha-job {
  display: none;
}
.job_list1 li:nth-child(1) .wehha-job {
  display: block;
}
.job_list1 li .pead-cont ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.875rem;
}
.job_list1 li .pead-cont ul li {
  width: auto;
  margin-right: 3.125rem;
  color: #5a5a5a;
}
.job_list1 li .pead-cont ul li > div,
.job_list1 li .pead-cont ul li a {
  display: flex;
  align-items: center;
}
.job_list1 li .pead-cont ul li a:hover {
  color: #008BD5;
}
.job_list1 li .pead-cont ul li .iconfont {
  color: #008BD5;
  margin-right: 0.625rem;
  font-size: 1rem;
  display: block;
}
.job_list1 li .pead-cont ul li a {
  color: #5a5a5a;
  font-size: 0.875rem;
}
.job_list1 li.active {
  background: rgba(0, 76, 158, 0.05);
}
@media (max-width: 767px) {
  .list_join .right {
    margin-top: 15px;
  }
  .list_join .text {
    font-size: 14px;
    line-height: 26px;
  }
  .list_join_two .swiper-container {
    margin-top: 15px;
  }
  .list_join_two .hover div {
    font-size: 16px;
    line-height: 24px;
  }
  .list_join_three .subtitle {
    width: 100%;
  }
  .job-cont2 .job_list1 li .wehha-job .wehgs-as li {
    width: 33.3%;
    font-size: 1rem;
  }
  .list_join .text {
    margin-top: 5px;
  }
  .list_join_three .margin {
    margin: 5px 0 15px;
  }
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}
.nyerji ul li {
  padding: 0 1rem;
  font-size: 1.25rem;
  color: #000;
}
.nyerji ul li a {
  position: relative;
  width: 10rem;
  text-align: center;
  line-height: 3.75rem;
  border: 1px solid #ddd;
  display: block;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  border-color: #008BD5;
  color: #008BD5;
}
.list_responsibility .margin {
  margin: 0.875rem 0 2.5rem;
} 
.list_responsibility .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #2D2D2D;
  margin: 1.25rem 0 0.5625rem;
}
.list_responsibility ul li > div {
  padding: 1rem 1rem 2.1875rem;
  background: #EFF1F7;
  height: 100%;
}
.list_responsibility ul li .over img {
  width: 100%;
}
.list_responsibility .name1 {
  text-align: center;
  margin: 1.25rem 0 0.5625rem;
}
.list_responsibility .content {
  margin-top: 7.5rem;
}
.list_responsibility .li .over {
  padding: 1.875rem;
  background: #f0f1f6;
}
.list_responsibility_two ul li .row {
  margin: 0 -1.875rem;
}
.list_responsibility_two ul li .row > div {
  padding: 0 1.875rem;
}
.list_responsibility_two ul li:not(:last-child) {
  margin-bottom: 7.5rem;
}
.list_responsibility_two ul li .title {
  margin-bottom: 0.75rem;
}
.list_responsibility_two ul li .text {
  text-align: justify;
}
.list_responsibility_two ul li:nth-child(even) .left {
  order: 2;
}
.list_responsibility_two ul li:nth-child(even) .right {
  order: 1;
}
.list_responsibility_three ul {
  margin-top: 0.9375rem;
}
.list_responsibility_three ul li div a {
  padding-left: 1rem;
  height: 6.25rem;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  color: #565656;
  position: relative;
  font-size: 1.25rem;
}
.list_responsibility_three ul li div a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #565656;
}
.list_responsibility_three ul li div a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #008BD5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_responsibility_three ul li:hover div a {
  color: #008BD5;
}
.list_responsibility_three ul li:hover div a::before {
  background: #008BD5;
}
.list_responsibility_three ul li:hover div a::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_responsibility  .title.t {
    padding-left: 2.5rem;
    position: relative;
}
.list_responsibility  .title.t  span {
    color: #008BD5;
}
.list_responsibility  .t.title::before{
    content: "";
    position: absolute;
    top: 0.875rem;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 3px solid #ddd;
    border-radius: 50%;
}
.res_0924 {
    position: relative;
    margin-top: 5rem;
}
.res_0924 .hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 4rem;
}
.res_0924 .hover .text {
    margin-top: 1rem;
    width: 80%;  
}

.res_0924 .hover .row {
    margin-top: 2rem;
}
.res_0924 .name2 {
    font-size: 1.75rem;
    line-height: 3.5rem;
    color: #fff;
    font-weight: 600;
}
.res_0924 .before{
    display: inline-block;
    position: relative;
    padding-bottom: 1rem;
}
.res_0924 .before::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background: #fff;
}
@media (max-width: 990px) {
    .res_0924 .hover .row {
    margin-top: 1rem;
}
.res_0924 .name2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
}
@media (max-width:767px) {
          .res_0924 .name2 {
        font-size: 1.25rem;
        line-height: 2.125rem;
    }.res_0924 .name2.tr {
        text-align: left;
    }
        .list_responsibility .t.title {
            padding-left: 25px;
        }
    .list_responsibility .t.title::before { 
    top: 0.5rem;
    width: 0.875rem;
    height: 0.875rem;
    }
    .title.mt100.mb30  {
        margin-top: 30px;
        margin-bottom: 15px;
    }.res_0924 .hover { 
    padding: 0 20px;
}.res_0924 .hover .text {
    margin-top: 5px;
    width: 100%;
    line-height: 24px;
}.res_0924 .img img {
    height: 240px;
    object-fit: cover;
}.res_0924  {
    margin-top: 20px;
}
}