@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: #005097;
}
.c {
  color: #005097;
}
.bgl {
  background: #005097;
}
.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: #005097 !important;
  color: #005097;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #005097 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #005097 !important;
  color: #005097 !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: #005097 !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: #111111;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #005097;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
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: #005097;
}
.searchbox {
  border-color: #005097;
}
@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: #005097;
}
.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: #005097;
  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);
}
.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;
}
.phone .right {
  text-align: right;
}
.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: 24px;
}
.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: #005097;
  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: #005097;
}
.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 .logo img {
  height: 24px;
  filter: brightness(0) invert(0.8);
}
.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 .list .left {
  margin-bottom: 10px;
}
.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: 16px;
  line-height: 20px;
  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;
}
.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;
  transition: all 0.4s;
}
.rightfix li :hover .iconfont {
  background: #005097;
  transition: all 0.4s;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #eb7000;
}
.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 {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 4rem;
}
header .tel {
  margin-left: 1.875rem;
}
header .tel > div {
  line-height: 2.9375rem;
  border-radius: 5rem;
  background: #005097;
  display: inline-block;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 0 1.625rem 0 1rem;
}
header .tel > div .iconfont {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-right: 0.3125rem;
}
header .tel > div > div {
  display: flex;
  align-items: center;
}
header .lanuage {
  margin-left: 3.125rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #5a5a5a;
}
header .lanuage a.c {
  color: #005097;
}
header .ds1 {
  margin-left: 1.875rem;
}
header .ds1 .iconfont {
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
}
header .center > ul > li {
  float: left;
  padding: 0 1.5rem;
}
header .center > ul > li > a {
  font-size: 1rem;
  color: #383838;
  position: relative;
  padding: 0 0.75rem;
  font-weight: 600;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #005097;
  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: #005097;
}
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;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 5rem;
  color: #fff;
}
.banner .hover .p2 {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #fff;
  margin-top: 0.5rem;
}
.banner .hover .content {
  width: 38%;
}
.banner .scroll {
  font-size: 1rem;
  color: #FFFFFF;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  z-index: 9;
  animation: shangxia 2s infinite;
  cursor: pointer;
}
.banner .scroll:hover {
  color: #005097;
}
@keyframes shangxia {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.banner .swiper-pagination {
  bottom: 2.8125rem;
  left: 3.125rem;
}
.banner .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.3;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
.title {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #191919;
}
.subtitle {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #8C8C8C;
  margin-top: 0.3125rem;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_one {
  padding: 6.5625rem 0 8.125rem;
}
.index_one .qiehuan {
  border-bottom: 1px solid rgba(0, 2, 7, 0.15);
  margin: 1.875rem 0 2.5rem;
}
.index_one .qiehuan ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .qiehuan ul .icon img {
  height: 5.9375rem;
  object-fit: contain;
}
.index_one .qiehuan ul .name {
  font-size: 1rem;
  color: #383838;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0.5rem 0 1.5625rem;
}
.index_one .qiehuan ul li {
  margin: 0 4rem;
  padding: 0 0.625rem;
  text-align: center;
  min-width: 9.375rem;
  position: relative;
}
.index_one .qiehuan ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .qiehuan ul li.active::before,
.index_one .qiehuan ul li:hover::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.index_one .qiehuan ul li.active .name,
.index_one .qiehuan ul li:hover .name {
  font-size: 1.125rem;
  color: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .sum > div {
  display: none;
}
.index_one .sum > div.active {
  display: block;
}
.index_one .sum .name1 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
}
.index_one .sum .name1 span {
  font-style: italic;
  color: #005097;
  margin-right: 0.625rem;
}
.index_one .sum .text {
  color: #8C8C8C;
  padding: 0.75rem 0 1.375rem;
  position: relative;
}
.index_one .sum .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000207;
  opacity: 0.15;
}
.index_one .sum .text::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1.25rem;
  height: 0.1875rem;
  background: #191919;
}
.index_one .sum ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.index_one .sum ul li {
  font-size: 1rem;
  padding-left: 1.25rem;
  width: 33.3%;
  position: relative;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 0.875rem;
}
.index_one .sum ul li.w100 {
  width: 50%;
}
.index_one .sum ul li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: -moz-linear-gradient(11.18% 8.54% -46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-gradient(linear, 11.18% 8.54%, 114.11% 118.48%, color-stop(0, #005097), color-stop(0.8323, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -ms-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#@color', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(136.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#@color', endColorstr='#FFFFFF', GradientType=1);
}
.index_one .sum .left,
.index_one .sum .right {
  padding: 0 2.75rem;
}
.index_one .sum .row {
  margin: 0 -2.75rem;
}
.index_one .sum .right .over {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.index_one .sum .right .over,
.index_one .sum .right .over img {
  border-radius: 1.25rem;
}
.more {
  display: flex;
  align-items: center;
  width: 11.25rem;
  line-height: 3.4375rem;
  border-radius: 8rem;
  background: #005097;
  color: #fff;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}
.more.mauto {
  margin: 0 auto;
}
.more .iconfont {
  display: block;
  font-size: 1rem;
  margin-left: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  transform: scale(0.6);
  background: #fff;
  border-radius: 5rem;
  z-index: -1;
}
.more:hover {
  color: #005097;
}
.more:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.bgf {
  border: 1px solid #fff;
  background: transparent;
}
.index_two {
  padding-bottom: 6.25rem;
}
.index_two .left {
  width: 50%;
}
.index_two .swiper_two .swiper-slide {
  opacity: 0 !important;
}
.index_two .swiper_two .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.index_two .right {
  width: 50%;
  padding-right: 21.25rem;
  padding-left: 4.625rem;
}
.index_two .right .icon {
  margin: 2.5rem 0 1.375rem;
}
.index_two .right .icon img {
  height: 5.75rem;
  object-fit: contain;
}
.index_two .right .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
}
.index_two .right .text {
  margin: 0.5rem 0 2.1875rem;
  color: #8C8C8C;
}
.index_two ul {
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 2, 7, 0.15);
  border-left: 1px solid rgba(0, 2, 7, 0.15);
  z-index: 9;
}
.index_two ul li {
  height: auto;
  border-bottom: 1px solid rgba(0, 2, 7, 0.15);
  font-size: 1rem;
  width: 100%;
}
.index_two ul li a {
  padding-left: 4rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #383838;
  position: relative;
  height: 100%;
}
.index_two ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 0.1875rem;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #005097;
}
.index_two ul li:hover a,
.index_two ul li.active a {
  color: #005097;
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:hover a::before,
.index_two ul li.active a::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .flex2 {
  align-items: center;
}
.index_two .swiper_btn .swiper-slide {
  padding: 1rem 0.6875rem;
}
.index_two .swiper_btn .swiper-slide:hover > div {
  box-shadow: 0px 0px 1rem rgba(0, 151, 246, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper_btn .swiper-slide > div {
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 151, 246, 0.06);
  border-radius: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper_btn {
  margin: 2.5rem -0.6875rem 0;
}
.bgf7 {
  background: #f6f8fa;
}
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-button-prev {
  background: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.swiper_btn .swiper-button-next .iconfont,
.swiper_btn .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  color: #000000;
}
.swiper_btn .swiper-button-next {
  right: -4.5rem;
}
.swiper_btn .swiper-button-prev {
  left: -4.5rem;
}
.alignc {
  align-items: center;
}
.index_three {
  background: url("../images/4.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index_three .left .text {
  margin: 1.125rem 0 3.125rem;
  text-align: justify;
}
.index_three .left svg {
  position: relative;
  transform: translateX(-14.8125rem);
  opacity: 0.35;
  margin-bottom: 2rem;
}
@media (max-width: 1600px) {
  .index_three .left svg {
    transform: translateX(-10rem);
  }
}
@media (max-width: 1440px) {
  .index_three .left svg {
    transform: translateX(-8rem);
  }
}
@media (max-width: 1280px) {
  .index_three .left svg {
    transform: translateX(-6rem);
  }
}
@media (max-width: 990px) {
  .index_three .left svg {
    transform: translateX(-15px);
  }
}
.index_three .right {
  text-align: right;
}
.index_three .right > div {
  display: inline-block;
}
.index_three .right ul:nth-child(3) li {
  width: 16.625rem;
}
.index_three .right ul:nth-child(3) li:nth-child(1) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.index_three .right ul:nth-child(2) {
  display: flex;
}
.index_three .right ul:nth-child(2) li:nth-child(1) {
  border-left: 1px solid #fff;
}
.index_three .right ul:nth-child(2) li:nth-child(2),
.index_three .right ul:nth-child(2) li:nth-child(1) {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.index_three .right ul {
  display: inline-block;
}
.index_three .right ul li {
  position: relative;
  z-index: 9;
  width: 16.5625rem;
  height: 16.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.index_three .right ul li .icon img {
  height: 4.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #005097;
  transform: scale(0.6);
  opacity: 0;
  z-index: -1;
}
.index_three .right ul li:hover::before {
  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_three .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_three .right ul li .num {
  margin: 1.375rem 0 0.375rem;
}
.index_three .right ul li .num .counter {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  color: #FFFFFF;
}
.index_three .right ul li .num sub {
  font-weight: bold;
  font-size: 1.25rem;
  top: auto;
  bottom: auto;
  color: #FFFFFF;
}
.index_three .right ul li .text {
  color: #FFFFFF;
}
.index_three .right ul:nth-child(1) {
  display: block;
}
.index_three .right ul:nth-child(1) li:nth-child(1) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.index_three.active svg .iVSWZolv_0 {
  stroke-dasharray: 425 427;
  stroke-dashoffset: 426;
  animation: iVSWZolv_draw 2000ms linear 0ms forwards;
}
.index_three.active svg .iVSWZolv_1 {
  stroke-dasharray: 228 230;
  stroke-dashoffset: 229;
  animation: iVSWZolv_draw 2000ms linear 125ms forwards;
}
.index_three.active svg .iVSWZolv_2 {
  stroke-dasharray: 572 574;
  stroke-dashoffset: 573;
  animation: iVSWZolv_draw 2000ms linear 250ms forwards;
}
.index_three.active svg .iVSWZolv_3 {
  stroke-dasharray: 472 474;
  stroke-dashoffset: 473;
  animation: iVSWZolv_draw 2000ms linear 375ms forwards;
}
.index_three.active svg .iVSWZolv_4 {
  stroke-dasharray: 429 431;
  stroke-dashoffset: 430;
  animation: iVSWZolv_draw 2000ms linear 500ms forwards;
}
.index_three.active svg .iVSWZolv_5 {
  stroke-dasharray: 437 439;
  stroke-dashoffset: 438;
  animation: iVSWZolv_draw 2000ms linear 625ms forwards;
}
.index_three.active svg .iVSWZolv_6 {
  stroke-dasharray: 446 448;
  stroke-dashoffset: 447;
  animation: iVSWZolv_draw 2000ms linear 750ms forwards;
}
.index_three.active svg .iVSWZolv_7 {
  stroke-dasharray: 251 253;
  stroke-dashoffset: 252;
  animation: iVSWZolv_draw 2000ms linear 875ms forwards;
}
.index_three.active svg .iVSWZolv_8 {
  stroke-dasharray: 413 415;
  stroke-dashoffset: 414;
  animation: iVSWZolv_draw 2000ms linear 1000ms forwards;
}
@keyframes iVSWZolv_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes iVSWZolv_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_four {
  padding: 6.5rem 0 0;
}
.index_four .container {
  padding-right: 0;
}
.index_four .swiper-slide a {
  padding: 7.5rem 2.125rem 5.875rem;
  position: relative;
  z-index: 4;
}
.index_four .swiper-slide a .data,
.index_four .swiper-slide a .year,
.index_four .swiper-slide a .text,
.index_four .swiper-slide a .name {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% 0% -90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 120.89%, color-stop(0, rgba(0, 80, 151, 0.5)), color-stop(1, #005097));
  background: -o-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -ms-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ED058', endColorstr='#005097' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ED058', endColorstr='#005097', GradientType=0);
  z-index: -1;
  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;
}
.index_four .swiper-slide:hover a .data,
.index_four .swiper-slide:hover a .year,
.index_four .swiper-slide:hover a .text,
.index_four .swiper-slide:hover a .name {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide:hover a .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide:hover a::before {
  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 .pr_before {
  margin-top: 1.5625rem;
}
.index_four .pr_before::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 4rem);
  background: #f6f8fa;
}
.index_four .swiper_pag_btn {
  right: var(--container);
}
.swiper_pag_btn {
  position: absolute;
  top: 0.5rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: right;
}
.swiper_pag_btn > div {
  position: static;
  transform: translateY(0) !important;
}
.swiper_pag_btn .swiper-pagination {
  margin: 0 1.875rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #333333;
}
.swiper_pag_btn .swiper-pagination-current {
  opacity: 1;
  padding-right: 0.5rem;
}
.swiper_pag_btn span {
  color: #333333;
  opacity: 0.3;
}
.swiper_pag_btn .swiper-pagination-total {
  opacity: 0.3;
  padding-left: 0.5rem;
}
.suqera_news .data {
  font-weight: bold;
  font-size: 3.375rem;
  line-height: 1;
  color: #B5B5B5;
}
.suqera_news .year {
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #B5B5B5;
  margin-bottom: 1.875rem;
}
.suqera_news .over {
  margin: 1.25rem 0;
}
.suqera_news .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
}
.suqera_news .text {
  color: #7C7C7C;
}
.index_six {
  position: relative;
  z-index: 9;
}
.index_six::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 8.75rem);
  background: #005097;
  z-index: -1;
}
.index_six .clearfix {
  display: flex;
  align-items: flex-end;
}
.index_six .left {
  width: 40%;
}
.index_six .right {
  width: 60%;
  padding-bottom: 5.3125rem;
  padding-right: var(--container);
}
.index_six .right .more {
  margin-top: 1.875rem;
}
.index .index_six::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -2;
  right: 0;
  width: calc(100% - var(--container));
  height: 100%;
  background: #f6f8fa;
}
footer {
  background: #111111;
  padding: 4.125rem 0 2.5rem;
}
footer .left {
  width: 69%;
  padding-right: 5rem;
}
footer .left ul {
  display: flex;
  justify-content: space-between;
}
footer .right {
  width: 12%;
  float: right;
}
footer .right .fenxiang .social-share li {
  margin-right: 0.875rem;
  border: none;
}
footer .right .fenxiang .social-share li a {
  border: 1px solid #fff !important;
  color: #fff !important;
}
footer .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
footer .text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer a.text:hover {
  color: #005097;
}
footer .center {
  width: 19%;
}
footer .center .ewm {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .center .ewm img {
  width: 7.5rem;
}
footer .center .ewm p {
  padding-left: 1.375rem;
}
.beian {
  background: #111111;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.beian .text {
  color: #FFFFFF;
}
.nyerji {
  line-height: 4.375rem;
  background: #f6f8fa;
}
.nyerji .left ul {
  display: flex;
  justify-content: flex-start;
}
.nyerji .left ul li {
  margin: 0 4rem 0 0;
}
.nyerji .left ul li:last-child {
  margin-right: 0;
}
.nyerji .left ul li a {
  padding: 0 1.125rem;
  position: relative;
  font-size: 1rem;
  color: #383838;
}
.nyerji .left ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji .left ul li.active a,
.nyerji .left ul li:hover a {
  color: #005097;
}
.nyerji .left ul li.active a::before,
.nyerji .left ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
body.index {
  padding-top: 0;
}
.bread {
  color: #919191;
  font-size: 1rem;
}
.bread a {
  color: #919191;
}
.bread a:hover {
  color: #005097;
}
.bread span {
  margin: 0 1.25rem;
}
.bread span:last-child {
  display: none;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.p100.pt0 {
  padding-top: 0;
}
.list_news .ul {
  margin: 0 -2rem;
}
.list_news .ul li {
  padding: 2.625rem 2rem 1.875rem;
  position: relative;
}
.list_news .ul li a {
  z-index: 4;
}
.list_news .ul li a .year {
  margin-bottom: 0.65rem;
}
.list_news .ul li a .data,
.list_news .ul li a .year,
.list_news .ul li a .text,
.list_news .ul li a .name {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% 0% -90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 120.89%, color-stop(0, rgba(0, 80, 151, 0.5)), color-stop(1, #005097));
  background: -o-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -ms-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f375b', endColorstr='#005097' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f375b', endColorstr='##005097', GradientType=0);
  z-index: -1;
  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;
}
.list_news .ul li:hover a .data,
.list_news .ul li:hover a .year,
.list_news .ul li:hover a .text,
.list_news .ul li:hover a .name {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul {
  margin-top: 2.5rem;
}
.list_contact 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_contact ul li:hover > div {
  box-shadow: 0 0 1rem 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;
}
.list_contact ul li > div {
  padding: 3.125rem 1.25rem 3.75rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
  height: 100%;
}
.list_contact ul li > div .icon img {
  height: 5.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #606060;
  margin-top: 1rem;
}
.list_contact .ditu {
  margin-top: 2.5rem;
}
.list_message form input {
  width: 100%;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #000;
  background: #fff;
  border: 1px solid #cccccc;
}
.list_message form .name {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  line-height: 1.875rem;
  color: #3A3A3A;
}
.list_message form .name span {
  color: #d30000;
  margin-left: 0.3125rem;
}
.list_message form textarea {
  width: 100%;
  display: block;
  height: 7.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #cccccc;
}
.list_message form button {
  width: 11.25rem;
  line-height: 3.75rem;
  text-align: center;
  background: #005097;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  border: none;
  position: relative;
  z-index: 90;
}
.list_message form button::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  transform: scale(0.6);
  background: #fff;
  z-index: -1;
}
.list_message form button:hover {
  color: #005097;
}
.list_message form button:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.contact .index_six {
  background: #f6f8fa;
}
.suqera_case {
  margin-bottom: 2.8125rem;
}
.suqera_case img {
  height: 21.375rem;
  object-fit: cover;
}
@media (max-width:767px) {
  .suqera_case img  {
    height: auto;
  }
}
.suqera_case .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
  padding-bottom: 0.625rem;
  position: relative;
}
.suqera_case .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.3125rem;
  height: 0.1875rem;
  background: #005097;
}
.suqera_case .content {
  padding: 1.875rem 2.1875rem;
}
.suqera_case > a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_case:hover > a {
  box-shadow: 0 0 1rem 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;
}
.suqera_case:hover > a .name {
  color: #005097;
}
.suqera_case:hover > a img {
  transform: scale(1.1);
}
.suqera_case .text {
  margin-top: 0.625rem;
  color: #7C7C7C;
}
.list_service {
  padding: 1.25rem 0;
}
.list_service .ul li {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.list_service .ul li .row {
  margin: 0 -1.4375rem;
}
.list_service .ul li:hover img {
  transform: scale(1.1);
}
.list_service .ul li:hover .right .name {
  color: #005097;
}
.list_service .ul li .right {
  padding-top: 1.25rem !important;
}
.list_service .ul li .right .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #191919;
  padding-bottom: 0.625rem;
  position: relative;
}
.list_service .ul li .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.3125rem;
  height: 0.1875rem;
  background: #005097;
}
.list_service .ul li .right .text {
  margin: 0.875rem 0 5rem;
  color: #7C7C7C;
}
.list_service .ul li .left,
.list_service .ul li .right {
  padding: 0 1.4375rem;
}
.list_service .ul li:nth-child(even) {
  background: #f6f8fa;
}
.list_service .ul li:nth-child(even) .left {
  order: 2;
}
.list_service .ul li:nth-child(even) .right {
  order: 1;
}
.list_about_four {
  padding-top: 0;
}
.list_about_four .left {
  width: 32%;
}
.list_about_four .left img {
  width: 100%;
}
.list_about_four .right {
  padding-top: 6.875rem;
  width: 68%;
}
.list_about_four .right .mySwiper .swiper-slide > div {
  height: 100%;
}
.list_about_four .right .mySwiper .swiper-slide > div a {
  display: block;
}
.list_about_four .right .flex {
  justify-content: center;
  margin: 1.5rem -1rem 0;
}
.list_about_four .right .flex > div {
  margin: 0 1rem;
}
.list_about_four .right .swiper-button-next,
.list_about_four .right .swiper-button-prev {
  background-size: 0.875rem 0.875rem;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.5;
  position: static;
}
.list_about_four .right .title,
.list_about_four .right > ul,
.list_about_four .right .mySwiper2 .swiper-slide {
  padding-left: 3.125rem;
}
.list_about_four .right ul {
  margin: 1.5625rem 0 3.125rem;
  display: flex;
}
.list_about_four .right ul li {
  border-radius: 0.625rem;
  background: #f6f8fa;
  margin-right: 2.5rem;
  width: 17.9375rem;
  padding: 2.1875rem 0 1.875rem;
}
.list_about_four .right ul li .number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.375rem;
  line-height: 3.75rem;
  color: #005097;
}
.list_about_four .right ul li .number sub {
  font-size: 2.1875rem;
  line-height: 1;
  color: #005097;
  bottom: 0.3125rem;
}
.list_about_four .height {
  height: 37.5rem;
  display: flex;
  align-items: center;
}
.list_about_four .height .mySwiper2 {
  height: 100%;
  width: calc(100% - 26.25rem);
  padding-right: 2.875rem;
  overflow-x: visible;
}
/* .list_about_four .height .mySwiper2 .swiper-slide-next ~ div {
  opacity: 0.4;
}
.list_about_four .height .mySwiper2 .swiper-slide-next + div {
  opacity: 0.7;
} */
.list_about_four .height .mySwiper2 .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(0);
}
.list_about_four .height .mySwiper2 .swiper-slide span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #005097;
  left: -1.5rem;
}
.list_about_four .height .mySwiper2 .swiper-slide span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background: #005097;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active img {
  position: relative;
  left: -3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active span {
  padding: 0 6.875rem 0 6.25rem;
  position: relative;
  color: #005097;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active span::before {
  width: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active span::after {
  width: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.15));
  border-radius: 0.625rem;
  width: 26.25rem;
}
.list_about_four .mySwiper2 .swiper-slide > div {
  display: flex;
  align-items: center;
}
.list_about_four .mySwiper2 .swiper-slide img {
  width: 1.25rem;
}
.list_about_four .mySwiper2 .swiper-slide span {
  font-size: 1.25rem;
  line-height: 5rem;
  color: #000000;
  padding-left: 0.625rem;
  display: block;
  width: calc(100% - 1.25rem);
}
.list_about_four .mySwiper2 .swiper-slide span div {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_about_four .height .mySwiper2 .swiper-slide-prev,
.list_about_four .height .mySwiper2 .swiper-slide-next,
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active img {
  position: relative;
  filter: invert(18%) sepia(98%) saturate(1635%) hue-rotate(201deg) brightness(89%) contrast(109%);
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active {
  text-align: center;
}
@media (max-width: 1440px) {
  .list_about_four .height .mySwiper {
    width: 20rem;
  }
  .list_about_four .height .mySwiper2 {
    width: calc(100% - 20rem);
  }
  .list_about_four .height {
    height: 33rem;
  }
}
@media (max-width: 1366px) {
  .list_about_four .left {
    width: 28%;
  }
  .list_about_four .right {
    padding-top: 4.5rem;
    width: 72%;
  }
  .list_about_four .height {
    height: 30rem;
    padding-right: 2rem;
  }
  .list_about_four .right ul {
    margin: 1.5625rem 0 1rem;
  }
}
@media (max-width: 990px) {
  .list_about_four .left {
    display: none;
  }
  .list_about_four .right {
    width: 100%;
  }
  .list_about_four .right .title,
  .list_about_four .right > ul,
  .list_about_four .right .mySwiper2 .swiper-slide {
    padding-left: 0;
  }
  .list_about_four .height .mySwiper2 .swiper-slide-active img {
    left: 0;
  }
  .list_about_four .height .mySwiper2 .swiper-slide span::before {
    left: 1rem;
  }
  .list_about_four .height .mySwiper2 .swiper-slide-active span::before,
  .list_about_four .height .mySwiper2 .swiper-slide-active span::after {
    width: 4.25rem;
  }
  .list_about_four .right ul li .number {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .list_about_four .right ul li .number sub {
    font-size: 1.875rem;
    bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .list_about_four .right ul li {
    margin-right: 0;
  }
  .list_about_four .right ul li:nth-child(1) {
    width: 50%;
    margin-right: 10px;
  }
  .list_about_four .right ul li:nth-child(2) {
    width: 50%;
    margin-left: 10px;
  }
  .container.con_r {
    padding-right: 15px;
  }
  .list_about_four .right {
    padding-top: 0;
  }
  .list_about_four .right ul {
    margin: 10px 0 1rem;
  }
  .list_about_four .right ul li .number {
    font-size: 2.4rem;
  }
  .list_about_four .height .mySwiper2 {
    display: none;
  }
  .list_about_four .height {
    height: auto;
    padding-right: 0;
  }
  .list_about_four .height .mySwiper {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .list_about_four .height .mySwiper .name {
    margin-top: 0.625rem;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
  .list_about_four .height .mySwiper .name {
    line-height: 26px;
  }
  .list_about_four .height .swiper-pagination {
    bottom: 0;
  }
  .list_about_four .swiper-pagination-bullet-active {
    background: #005097;
  }
  .list_about_four {
    padding-top: 20px;
  }
}
.list_about .row {
  margin: 0 -1.5625rem;
}
.list_about .row .left,
.list_about .row .right {
  padding: 0 1.5625rem;
}
.list_about .text {
  line-height: 2.1875rem;
  color: #606060;
  text-align: justify;
  margin-top: 0.8125rem;
}
.list_about .title {
  color: #191919;
  margin-top: 0.875rem;
}
.list_about .over,
.list_about .over img {
  border-radius: 1.25rem;
}
.list_about_two {
  padding: 6.875rem 0;
  background: url("../images/10.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.list_about_two .icon img {
  height: 4.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .ul {
  margin: 2.8125rem -4.375rem 0;
}
.list_about_two .ul li {
  padding: 0 4.375rem;
}
.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 .name {
  position: relative;
  font-size: 1.625rem;
  line-height: 3.125rem;
  margin-top: 0.875rem;
  padding-bottom: 0.5rem;
  color: #FFFFFF;
}
.list_about_two .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.25rem;
  height: 0.1875rem;
  background-color: #fff;
}
.list_about_two .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
}
.list_about_five .name {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #868686;
  padding: 1rem 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
.list_about_five .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_five .swiper-slide:hover .name {
  color: #005097;
}
.list_about_five .swiper-slide:hover .name::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_five .swiper-slide:hover img {
  transform: scale(1.1);
}
.swiper_pag {
  position: static;
  margin-top: 25px;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #a5a5a5;
  opacity: 1;
  margin: 0 0.5rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  width: 1.875rem;
  border-radius: 2.5rem;
  background: #005097;
}
.show_service.qiehuan .left .over {
  display: none;
}
.show_service.qiehuan .left .over.active {
  display: block;
}
.show_service.qiehuan .right > div {
  display: none;
}
.show_service.qiehuan .right > div.active {
  display: block;
}
.show_service .row {
  margin-top: 2.1875rem;
}
.show_service .row .left .pr,
.show_service .row .left .over,
.show_service .row .left .over img {
  height: 100%;
  object-fit: cover;
}
.show_service .row .right .name {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #232323;
}
.show_service .row .right p {
  line-height: 2.1875rem;
  color: #7C7C7C;
}
.show_service .row .right .tags {
  width: 10.375rem;
  line-height: 3.4375rem;
  background: #005097;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125rem;
}
.show_service .row .right ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.show_service .row .right ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_service .row .right ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_service .list:nth-child(even) .right {
  order: 1;
}
.show_service .list:nth-child(even) .left {
  order: 2;
}
.show_service .left .pa {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.75rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.show_service .left .pa ul {
  width: 100%;
}
.show_service .left .pa li {
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 5rem;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  padding-left: 2.5rem;
  cursor: pointer;
}
.show_service .left .pa li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_service .left .pa li:hover,
.show_service .left .pa li.active {
  color: #eb7000;
}
.show_service .left .pa li:hover::before,
.show_service .left .pa li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_service_two ul {
  display: flex;
  margin-top: 3.125rem;
}
.show_service_two ul li {
  flex: 1 0 0;
}
.show_service_two ul li:nth-child(even) {
  padding-top: 2.5rem;
}
.show_service_two ul li > div {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.03);
  padding: 2.5rem 1.875rem 2.25rem;
  position: relative;
  height: 100%;
  z-index: 4;
}
.show_service_two ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: #005097;
}
.show_service_two ul li > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% -1.35% -90deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  background: -webkit-linear-gradient(-90deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  background: -webkit-gradient(linear, 50% -1.35%, 50% 129.56%, color-stop(0, rgba(235, 112, 0, 0.2)), color-stop(1, #eb7000));
  background: -o-linear-gradient(-90deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  background: -ms-linear-gradient(-90deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@subcolor', endColorstr='@subcolor' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  opacity: 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='@subcolor', endColorstr='@subcolor', GradientType=0);
  z-index: -1;
}
.show_service_two ul li .num {
  font-style: italic;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #eb7000;
}
.show_service_two ul li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #eb7000;
  margin: 0.625rem 0 1rem;
}
.show_service_two ul li .text {
  color: #7C7C7C;
}
.show_service_three .swiper-container {
  margin-top: 2.8125rem;
}
.show_service_three .swiper_pag {
  display: none;
}
@media (max-width: 990px) {
  .show_service_three .swiper_pag {
    display: block;
  }
}
.show_service_three .swiper-slide {
  height: auto;
}
.show_service_three .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.show_service_three .swiper-slide:hover .name {
  color: #eb7000;
}
.show_service_three .icon {
  width: 6.4375rem;
  height: 6.4375rem;
  line-height: 6.4375rem;
  background: #eb7000;
  border-radius: 2.4375rem 0px;
  position: relative;
  top: 0.8125rem;
  left: 0;
  z-index: 9;
  text-align: center;
}
.show_service_three .icon img {
  height: 3.875rem;
}
.show_service_three .icon::before {
  content: "";
  position: absolute;
  top: -0.8125rem;
  right: -0.8125rem;
  border-radius: 2.4375rem 0px;
  background: rgba(235, 112, 0, 0.2);
  width: 100%;
  height: 100%;
}
.show_service_three .content {
  text-align: center;
  padding: 3.4375rem 2.6rem;
  border-radius: 0.625rem;
  position: relative;
  width: calc(100% - 0.75rem);
  background: #fff;
  margin-top: -1.25rem;
  height: calc(100% - 5.25rem);
  z-index: 4;
}
.show_service_three .content::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 0;
  width: calc(100% + 0.75rem);
  height: 100%;
  border: 1px solid #eb7000;
  border-radius: 0.625rem;
  background: #fbe2cc;
  z-index: -1;
}
.show_service_three .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #fff;
  z-index: -1;
  border: 1px solid #eb7000;
}
.show_service_three .content .text {
  color: #7C7C7C;
}
.show_service_three .content .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #232323;
  margin: 1.25rem 0 0.875rem;
}
.show_service_four {
  position: relative;
  z-index: 8;
}
.show_service_four .img {
  margin-top: 2.5rem;
}
.show_service_four .container {
  position: relative;
  z-index: 9;
}
.show_service_four > img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.show_service_four ul {
  background: #005097;
  display: flex;
}
.show_service_four ul li {
  flex: 1 0 0;
  padding: 3.375rem 2.25rem 2.9375rem;
  text-align: center;
}
.show_service_four ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.show_service_four ul li .text {
  color: #FFFFFF;
}
.show_service_four ul li .name {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}
.list_service_five ul {
  margin-top: 2.5rem;
}
.list_service_five li {
  margin-bottom: 2.125rem;
}
.list_service_five li:last-child,
.list_service_five li:nth-last-child(2) {
  margin-bottom: 0;
}
.list_service_five li:hover 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_five li:hover .left .name {
  color: #eb7000;
}
.list_service_five li > div {
  display: flex;
  align-items: center;
  padding: 1.875rem 3rem;
  border: 1px solid #eb7000;
  background: #fff;
}
.list_service_five li > div .left {
  width: 60%;
}
.list_service_five li > div .left .name {
  font-size: 1.25rem;
  position: relative;
  line-height: 1.875rem;
  color: #232323;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.list_service_five li > div .left .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #005097;
}
.list_service_five li > div .left .text {
  color: #7C7C7C;
}
.list_service_five li > div .right {
  width: 40%;
  text-align: right;
}
.list_service_five li > div .right img {
  height: 7.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_six .left {
  padding-right: 4.375rem;
}
.list_service_six .tags {
  width: 10.375rem;
  line-height: 3.4375rem;
  background: #005097;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-top: 2.0625rem;
  margin-bottom: 0.875rem;
}
.list_service_six .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #191919;
}
.list_service_six .text {
  color: #7C7C7C;
  text-align: justify;
}
.list_service_six .dian {
  font-size: 1rem;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 1rem;
}
.list_service_six .dian::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: -moz-linear-gradient(11.18% 8.54% -46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-gradient(linear, 11.18% 8.54%, 114.11% 118.48%, color-stop(0, #005097), color-stop(0.8323, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -ms-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005097', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(136.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005097', endColorstr='#FFFFFF', GradientType=1);
}
.list_service_six .swiper_pag_btn {
  position: static;
  margin-top: 5rem;
}
.list_service_six .swiper_pag_btn .swiper-pagination {
  width: auto;
}
.list_service_six .swiper_pag_btn .swiper-scrollbar {
  width: calc(100% - 15rem);
  height: 2px;
  position: absolute;
  left: 0;
}
.list_service_six .swiper_pag_btn .swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.1875rem;
  background: #005097;
  top: -1px;
}
.list_service_seven .qiehuan {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 1.875rem 0 3.375rem;
}
.list_service_seven .qiehuan ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service_seven .qiehuan ul li {
  font-size: 1rem;
  color: #5E5E5E;
  line-height: 1.375rem;
  padding: 1.5625rem 0 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
  position: relative;
  flex: 1 0 0;
  cursor: pointer;
}
.list_service_seven .qiehuan ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_seven .qiehuan ul li:hover,
.list_service_seven .qiehuan ul li.active {
  font-size: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #005097;
}
.list_service_seven .qiehuan ul li:hover::before,
.list_service_seven .qiehuan 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;
}
.list_service_seven .right .scrollbar {
  height: 26.25rem;
  overflow-y: auto !important;
}
.list_service_seven .right .scrollbar .name {
  font-size: 1.5rem;
  line-height: 3.125rem;
  color: #191919;
}
.list_service_seven .right .scrollbar .list {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.list_service_seven .right .scrollbar .list .text {
  color: #7C7C7C;
}
.list_service_seven .right .scrollbar .list div {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #232323;
}
.list_service_seven .right .scrollbar .list .name {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #232323;
}
.list_service_seven .right .scrollbar::-webkit-scrollbar {
  width: 4px;
}
.list_service_seven .right .scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.list_service_seven .right .scrollbar::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f6f8fa;
}
.list_service_seven .left .over,
.list_service_seven .left .over img {
  object-fit: cover;
}
body {
  padding-top: 6.25rem;
}
.list_service_eight .container {
  padding: 0 6.25rem;
}
.list_service_eight .name_top {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.list_service_eight .list:not(:last-child) {
  margin-bottom: 1.5rem;
}
.list_service_eight .name {
  font-size: 1.125rem;
  padding-left: 2.125rem;
  position: relative;
  line-height: 1.875rem;
  color: #232323;
}
.list_service_eight .name::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: -moz-linear-gradient(11.18% 8.54% -46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-gradient(linear, 11.18% 8.54%, 114.11% 118.48%, color-stop(0, #005097), color-stop(0.8323, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -ms-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(136.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='#FFFFFF', GradientType=1);
}
.list_service_eight .text {
  color: #7C7C7C;
}
.list_service_eight ul {
  margin-top: 2.5rem;
}
.list_service_eight li > div {
  padding: 0.875rem 0 2.125rem;
  position: relative;
  height: 100%;
}
.list_service_eight li > div .content {
  padding: 0 1.875rem 0 3.75rem;
}
.list_service_eight li > div::before {
  width: calc(100% - 2.125rem);
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  border: 1px solid transparent;
  background-image: linear-gradient(to right, #eb7000, #fff);
  background-clip: padding-box;
  border-radius: 0.625rem;
  content: "";
  z-index: -2;
}
.list_service_eight li > div::after {
  width: calc(100% - 2.125rem - 4px);
  right: 2px;
  position: absolute;
  top: 2px;
  height: calc(100% - 4px);
  border: 1px solid transparent;
  background: #fff;
  background-clip: padding-box;
  border-radius: 0.625rem;
  content: "";
  z-index: -1;
}
.list_service_nine .swiper-slide {
  padding: 0 0.9375rem;
}
.list_service_nine .swiper-slide .content {
  background: #fff;
}
.list_service_nine .margin {
  margin: 2.5rem -0.9375rem 0;
}
.right_div {
  min-width: 7.5rem !important;
}
.list_service_ten ul {
  margin-top: 2.8125rem;
}
.list_service_ten ul li:hover .hover {
  padding-top: 4.375rem;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_ten ul li:hover .over img {
  transform: scale(1.1);
}
.list_service_ten .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.625rem;
  padding: 2.5rem 2.5rem;
  background: rgba(24, 24, 26, 0.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_ten .hover .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #fff;
  padding-bottom: 1rem;
  position: relative;
}
.list_service_ten .hover .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 80, 151, 0.5)), color-stop(1, #005097));
  background: -o-linear-gradient(0deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 80, 151, 0.5)', endColorstr='@color' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 80, 151, 0.5)', endColorstr='@color', GradientType=1);
}
.list_service_ten .hover .text {
  color: #fff;
  margin-top: 1rem;
}
.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: #005097;
}
.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
  padding: 3.125rem 0;
  color: #7C7C7C;
  text-align: justify;
  font-weight: 500;
}
.show_news .data .m {
  margin: 0 5rem;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #7C7C7C;
  font-weight: 400;
  margin: 2.1875rem 0 2.125rem;
  justify-content: flex-start;
}
.show_news .text {
  color: #7C7C7C;
}
.show_news .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 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 .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.show_news .shangxia .line1 {
  color: #7C7C7C;
  display: flex;
}
.show_news .shangxia .line1 span {
  color: #1E1E1E;
}
.show_news .shangxia .line1 a {
  max-width: 80%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_news .shangxia .tr {
  justify-content: flex-end;
}
.show_news .shangxia a {
  color: #7C7C7C;
}
.show_news .shangxia a:hover {
  color: #005097;
}
.show_news .shangxia .more {
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .shangxia .ta {
    order: 3;
    margin-top: 15px;
  }
  .show_news .shangxia .tr {
    justify-content: flex-start;
  }
}
@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;
  }
}
.social-share .icon-wechat:hover .wechat-qrcode {
  z-index: 9999;
}
.show_news {
  padding: 2.5rem 0 6.25rem;
}
@media (max-width: 767px) {
  .show_news {
    padding: 25px 0;
  }
}
.show_news .pt5 {
  padding-top: 2.1875rem;
}
.about_news .margin_swiper {
  margin: 0 -20px;
}
.about_news .swiper-slide {
  padding: 1.25rem;
}
.about_news .swiper-slide:hover .name {
  color: #005097;
}
.about_news .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.about_news .swiper-slide a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_news .swiper-slide a .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #B6B6B6;
  margin: 1.5rem 0 0.375rem;
}
.about_news .swiper-slide a .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.about_news .swiper-slide a .text {
  color: #7C7C7C;
}
.about_news .swiper-slide:hover a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_jieneng ul {
  margin-top: 3.4375rem;
}
.show_jieneng ul li:hover > div img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_jieneng ul li > div {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(11, 196, 119, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.show_jieneng ul li > div img {
  height: 4.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_jieneng ul li > div p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 0.875rem;
}
.show_jieneng_two img {
  width: 100%;
}
.show_jieneng_three .text {
  color: #7C7C7C;
}
.show_jieneng_three .margin {
  margin: 1.875rem 0 1.25rem;
}
.show_jieneng_three .mt10 {
  margin-top: 0.625rem;
  text-align: center;
}
.show_jieneng_four ul {
  margin-top: 2.5rem;
}
.show_jieneng_four ul li > div {
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
  z-index: 4;
}
.show_jieneng_four ul li > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.8rem);
  border-radius: 0.625rem;
  border: 1px solid #eb7000;
  z-index: -1;
}
.show_jieneng_four .name {
  display: inline-block;
  width: 13.75rem;
  line-height: 3.5625rem;
  border-radius: 6.25rem;
  background: #005097;
  text-align: center;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.show_jieneng_four .text {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #232323;
  margin: 0.9375rem 0;
}
.show_jieneng_four .img img {
  height: 16.25rem;
  object-fit: contain;
  max-width: 90%;
}
.show_jieneng_five ul {
  margin-top: 2.8125rem;
  display: flex;
  flex-wrap: wrap;
}
.show_jieneng_five ul li {
  width: 25%;
  border: 1px solid #eb7000;
  border-left: none;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #232323;
}
.show_jieneng_five ul li:nth-child(1),
.show_jieneng_five ul li:nth-child(2),
.show_jieneng_five ul li:nth-child(3),
.show_jieneng_five ul li:nth-child(4) {
  border-bottom: none;
}
.show_jieneng_five ul li:nth-child(4n+1) {
  border-left: 1px solid #eb7000;
}
.show_jieneng_six .row {
  margin-top: 3.125rem;
}
.show_jieneng_six .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3.125rem;
  margin-bottom: 0.625rem;
  color: #191919;
}
.show_jieneng_six .tips {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.show_jieneng_six .tips span {
  color: #000;
}
.show_jieneng_six .left .dian {
  position: relative;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
  color: #7C7C7C;
  padding-left: 2.25rem;
}
.show_jieneng_six .left .dian::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: -moz-linear-gradient(11.18% 8.54% -46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-gradient(linear, 11.18% 8.54%, 114.11% 118.48%, color-stop(0, #005097), color-stop(0.8323, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -ms-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(136.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='#FFFFFF', GradientType=1);
}
.show_jieneng_eight .row {
  margin: 1.875rem -15px 1rem;
}
.show_jieneng_eight .row p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_jieneng_eight .row .text {
  color: #828282;
}
.show_jieneng_eight .tips {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 1rem;
}
.show_jieneng_eight .tips span {
  color: #eb7000;
}
.show_jieneng_eight .table {
  margin-bottom: 0;
}
.show_jieneng_eight td {
  padding: 0.9375rem;
  border: 1px solid #cecece;
  font-size: 1rem;
  color: #515151;
  text-align: center;
  white-space: nowrap;
}
.show_jieneng_eight tr:nth-child(1) {
  background: #005097;
  color: #fff;
}
.show_jieneng_eight tr:nth-child(1) td {
  color: #fff;
}
.show_jieneng_eight tr:nth-child(even) {
  background: #f4f4f4;
}
.show_jieneng_nine .text {
  margin-top: 1.5625rem;
}
.show_jieneng_nine .name {
  margin: 2.5rem 0 1rem;
}
.show_jieneng_nine .text,
.show_jieneng_nine .name {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #404040;
  text-align: center;
}
.show_jieneng_nine .text span,
.show_jieneng_nine .name span {
  color: #eb7000;
}
.show_jieenng_ten .flex {
  margin-top: 2.5rem;
}
.show_jieenng_ten .table {
  margin-bottom: 0;
}
.show_jieenng_ten .left {
  width: 60%;
}
.show_jieenng_ten .left tr:nth-child(even) {
  background: #f4f4f4;
}
.show_jieenng_ten td {
  padding: 0.9375rem;
  border: 1px solid #cecece;
  font-size: 1rem;
  color: #515151;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.show_jieenng_ten td:nth-child(1) {
  text-align: center;
}
.show_jieenng_ten td:nth-child(2) {
  padding-left: 3.75rem;
}
.show_jieenng_ten tr:nth-child(1) {
  background: #005097;
  color: #fff;
}
.show_jieenng_ten tr:nth-child(1) td {
  color: #fff;
}
.show_jieenng_ten .right {
  width: 40%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  left: -2px;
}
.show_jieenng_ten .right tr td {
  text-align: left;
  padding-left: 3.75rem;
}
.show_jieenng_ten .right tr:nth-child(odd) {
  background: #f4f4f4;
}
.show_jieenng_ten .right tr:nth-child(1) {
  background: #eb7000;
}
.show_jieneng_ele .row {
  margin-top: 2.5rem;
  align-items: center;
}
.show_jieneng_ele .name {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
  color: #232323;
}
.show_jieneng_ele ul li {
  display: flex;
  align-items: center;
}
.show_jieneng_ele ul li div {
  color: #eb7000;
  width: 7.5rem;
}
.show_jieneng_ele ul li p {
  color: #7C7C7C;
  width: calc(100% - 7.5rem);
}
.font24 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.list_service_0222_one .subtitle,
.list_service_0222_two .subtitle {
  margin: 1.25rem 0 1.875rem;
}
.list_service_0222_one .mb0,
.list_service_0222_two .mb0 {
  margin: 1.25rem 0 0;
}
.list_service_0222_two ul {
  margin-top: 3rem;
}
.list_service_0222_two ul li {
  background: #f6f7f8;
}
.list_service_0222_two ul li .over {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.list_service_0222_two ul li .row {
  margin: 0 -3rem;
}
.list_service_0222_two ul li .row > div {
  padding: 0 3rem;
}
.list_service_0222_two ul li:nth-child(even) {
  background: #fff;
}
.list_service_0222_two ul li:nth-child(even) .row .right {
  order: 1;
}
.list_service_0222_two ul li:nth-child(even) .row .left {
  order: 2;
}
.list_service_0222_two ul li .num {
  background: linear-gradient(180deg, #eb7000 50.19%, rgba(1, 87, 229, 0) 89.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 600;
}
.list_service_0222_two ul li .title {
  padding: 1.5rem 0 1.25rem;
}
.list_service_0222_two ul li .text {
  color: #8C8C8C;
  font-size: 1.125rem;
  line-height: 2rem;
}
.show_news.show_case  .margin.text{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.show_news.show_case .bor20 {
  border-radius: 1.25rem;
}
.show_news.show_case .bor20 img {
  min-height: 25rem;
  object-fit: cover;
}
@media (max-width:767px) {
  .show_news.show_case .bor20 img {
    min-height: 20rem;
  }
}
.show_news.show_case .text  .title {
  padding: 1rem 0;
}
.show_news.show_case .text .list{
  display: flex;
  
}
.show_news.show_case .text .list div:nth-child(1) {
  width: 5.125rem;
}
.show_news.show_case .text .list div:nth-child(2) {
  width: calc(100% - 5.125rem);
}
.about_news  .over img {
  height: 20rem;
  object-fit: cover;
}