@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: #1F579F;
}
.c {
  color: #1F579F;
}
.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: #1F579F !important;
  color: #1F579F;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #1F579F !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #1F579F !important;
  color: #1F579F !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: #1F579F !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #1F579F;
}
.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: #1F579F;
}
.searchbox {
  border-color: #1F579F;
}
@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 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: #1F579F;
}
.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: #1F579F;
  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;
}
.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 {
  filter: brightness(0) invert(1);
  height: 14px;
}
.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: #fff;
}
.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: #1F579F;
  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: #1F579F;
}
.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(0.8);
  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-weight: bold;
  font-size: 16px;
  line-height: 40px;
  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;
}
.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%;
  z-index: 1000;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background: #000;
  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 {
  margin-left: 3.5625rem;
}
header .lanuage .iconfont {
  font-size: 1.25rem;
  display: block;
  margin-right: 0.375rem;
}
header .lanuage a {
  display: flex;
  align-items: center;
  color: #fff;
  color: #FFF;
  font-size: 1rem;
}
header .tel {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 1.5625rem 0 5rem;
}
header .tel > div {
  display: inline-block;
  line-height: 2.5rem;
  border-radius: 3.125rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
header .tel > div p {
  margin: 0 0.75rem 0 0.25rem;
}
header .tel > div div {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 50%;
  background: #ED3C23;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem 0 0 0.25rem;
}
header .tel > div div img {
  height: 1.0625rem;
}
header .tel > div div,
header .tel > div p {
  display: inline-block;
}
header .logo img {
  height: 4.375rem;
}
header .ds .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #fff;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
  padding: 0 0.25rem;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .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%;
  z-index: 9;
  text-align: center;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0.5rem 0 1rem;
}
.banner .hover .p3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.banner .swiper-pagination {
  display: inline-block;
}
.banner .swiper-pagination-bullet {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent !important;
  margin: 0 0.5rem;
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
}
.banner .swiper-pagination-bullet-active {
  background: #fff !important;
}
.banner .hover2 {
  position: absolute;
  bottom: 3.125rem;
  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 .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
}
.banner .scroll img {
  height: 2.625rem;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: #1F579F;
}
.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: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #999999;
  margin: 2.1875rem 0 2.125rem;
  justify-content: flex-start;
}
.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 a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia a:hover {
  color: #1F579F;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 15px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.alignc {
  align-items: center;
}
.title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  position: relative;
}
.subtitle {
  color: #1F579F;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  /* 275% */
  text-transform: uppercase;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.625rem;
}
.more {
  padding: 0 2.1875rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  background: #1F579F;
  line-height: 3.125rem;
  display: inline-block;
  border-radius: 3.125rem;
  color: #fff;
}
.more div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more .iconfont {
  font-size: 0.65rem;
  color: #fff;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.more:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more: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;
}
.more.borf {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
}
.more.borf .iconfont {
  color: #fff;
}
.more.borf:hover {
  background: #fff;
  color: #1F579F;
}
.more.borf:hover .iconfont {
  color: #1F579F;
}
.more.bgf {
  border: 1px solid rgba(11, 11, 11, 0.2);
  background: transparent;
  color: #0B0B0B;
}
.more.bgf .iconfont {
  color: #0B0B0B;
}
.more.bgf:hover,
.more.bgf.active {
  background: #1F579F;
  color: #fff;
}
.more.bgf:hover .iconfont,
.more.bgf.active .iconfont {
  color: #fff;
}
.more.bgff {
  background: #fff;
  color: #1F579F;
}
.more.bgff .iconfont {
  color: #1F579F;
}
.more.bgff:hover {
  background: #1F579F;
  color: #fff;
}
.more.bgff:hover .iconfont {
  color: #fff;
}
.list_message {
  background: url(../img/1.png) no-repeat;
  background-size: cover;
}
.list_message input {
  width: 100%;
  line-height: 3.75rem;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.625rem;
  color: #000000;
}
.list_message input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.list_message textarea {
  width: 100%;
  height: 7.5rem;
  color: #000000;
  border-radius: 0.625rem;
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
.list_message textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.list_message button {
  width: 10rem;
  border: none;
  background: #ED3C23;
}
.p110 {
  padding: 6.875rem 0;
}
.p110.pb0 {
  padding-bottom: 0;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .bread {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}
.nyban .p1 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 4rem;
}
.nyban .p2 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0.5625rem;
}
.bread {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}
.bread a {
  color: #FFF;
}
.bread a:hover {
  color: #1F579F;
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.3125rem;
}
.bread a:hover {
  opacity: 1;
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: #1F579F;
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: #fff;
  font-size: 1.5rem;
  bottom: auto;
  top: 0.875rem;
  margin-left: 0.25rem;
  position: absolute;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
}
.number_ul li .num i {
  color: #1F579F;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.bor20 {
  border-radius: 1.25rem;
}
.p110 {
  padding: 6.875rem 0;
}
.list_about .row {
  margin: 0 -1.5625rem;
}
.list_about .row > div {
  padding: 0 1.5625rem;
}
.list_about .text {
  margin-top: 1.5625rem;
  text-align: justify;
}
.list_about_two {
  padding: 4.5625rem 0 3.4375rem;
}
.list_about_three {
  overflow: hidden;
}
.list_about_three .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_about_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;
}
.list_about_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.list_about_three ul {
  display: flex;
}
.list_about_three ul li {
  flex: 1 0 0;
  padding: 18rem 0;
  position: relative;
  z-index: 5;
  text-align: center;
}
.list_about_three ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.list_about_three ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three 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_three ul li.active::before,
.list_about_three ul li:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three ul li.active .icon img,
.list_about_three ul li:hover .icon img {
  filter: brightness(1);
}
.list_about_three .icon {
  margin: 0 auto;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about_three .icon img {
  height: 3.75rem;
  filter: brightness(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .name {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.875rem 0 1.5625rem;
}
.list_about_three .text {
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_about_three .en_name {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
  font-family: 'Noto Sans SC';
  text-align: center;
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 21.667% */
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.margin .swiper-button-prev {
  left: -6.25rem;
}
.margin .swiper-button-next {
  right: -6.25rem;
}
@media (max-width: 1440px) {
  .margin .swiper-button-prev {
    left: -4rem;
  }
  .margin .swiper-button-next {
    right: -4rem;
  }
}
@media (max-width: 990px) {
  .margin .swiper-button-prev {
    display: none;
  }
  .margin .swiper-button-next {
    display: none;
  }
}
.bgf8 {
  background: #F8F8F8;
}
.swiper_btn1 {
  width: 2.9375rem;
  height: 2.9375rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
}
.swiper_btn1 .iconfont {
  display: block;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.3);
}
.swiper_btn1:hover {
  background: #1F579F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn1:hover .iconfont {
  color: #fff;
}
.swiper_pag .swiper-pagination-bullet {
  margin: 0 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #1F579F;
  border-color: #1F579F;
}
.list_about_four .margin {
  margin: 2.1875rem -1rem 0;
}
.list_about_four .margin .swiper-slide {
  padding: 0 1rem;
}
.list_about_five .margin {
  margin: 2.125rem -1rem;
}
.list_about_five .margin .swiper-slide {
  padding: 1rem 1rem;
  text-align: center;
}
.list_about_five .margin .swiper-slide > div {
  background: #fff;
  height: 6.25rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  justify-content: center;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.list_about_five .margin .swiper-slide:hover > div {
  border-color: #1F579F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_five .margin .swiper-slide:hover > div img {
  transform: scale(1.1);
}
.rightfix_news {
  position: fixed;
  bottom: 5%;
  right: 2.5rem;
  z-index: 99;
}
.rightfix_news ul {
  border-radius: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
}
.rightfix_news ul li {
  position: relative;
  width: 3.5rem;
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rightfix_news ul li .rightfix2 {
  position: absolute;
  top: 2rem;
  left: -10.5rem;
  display: none;
  background: #fff;
  line-height: 2.5rem;
  width: 10rem;
}
.rightfix_news ul li .rightfix {
  position: absolute;
  top: 0;
  left: -10.5rem;
  display: none;
}
.rightfix_news ul li .rightfix img {
  width: 7rem;
}
.rightfix_news ul li:hover .rightfix,
.rightfix_news ul li:hover .rightfix2 {
  display: block;
}
.rightfix_news ul li:first-child {
  border-top: none;
}
.rightfix_news ul li .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1.375rem;
}
.rightfix_news ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightfix_news ul li a div {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 14px;
  line-height: 1.625rem;
}
.erji_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.erji_flex .right ul {
  display: flex;
  align-items: center;
  margin: 0 -0.625rem;
}
.erji_flex .right ul li {
  margin: 0 0.625rem;
  width: 8.75rem;
  height: 3rem;
  border-radius: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.erji_flex .right ul li a {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.erji_flex .right ul li:hover,
.erji_flex .right ul li.active {
  background: #1F579F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.erji_flex .right ul li:hover a,
.erji_flex .right ul li.active a {
  color: #fff;
}
.list_news .ul {
  margin: 3.125rem -1.25rem 0;
}
.list_news .ul li {
  margin-bottom: 2.1875rem;
}
.list_case .ul {
  margin: 3.125rem -1.25rem 0;
}
.list_case .ul li {
  margin-bottom: 3.75rem;
}
.suqera_case {
  padding: 0 1.25rem;
}
.suqera_case .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.125rem;
}
.suqera_case > a img {
  max-height: 13.4375rem;
}
.suqera_case > a .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.25rem;
  height: 18.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  padding: 2rem;
}
.suqera_case:hover img {
  transform: scale(1.1);
}
.suqera_case:hover > a .over {
  border-radius: 20px;
  border: 1px solid #1F579F;
  background: #F1F6FF;
  box-shadow: 0px 4px 16px 0px rgba(31, 87, 159, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_case:hover .name {
  color: #1F579F;
}
.suqera_news:hover .name {
  color: #1F579F;
}
.suqera_news:hover img {
  transform: scale(1.1);
}
.suqera_news:hover > a {
  border: 1px solid rgba(31, 87, 159, 0.1);
  background: #F1F6FF;
  box-shadow: 0px 4px 16px 0px rgba(31, 87, 159, 0.1);
}
.suqera_news > a {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.suqera_news .name {
  color: #010101;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 1.875rem;
  font-weight: 600;
}
.suqera_news .content {
  padding: 1.75rem 1.75rem 1.875rem;
}
.suqera_news .text {
  color: #010101;
  line-height: 1.625rem;
  height: 3.25rem;
  font-weight: 400;
  margin: 0.5rem 0;
}
.suqera_news .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.875rem;
  /* 412.5% */
  margin-top: 1rem;
  text-transform: uppercase;
}
.list_contact ul {
  margin-top: 3.4375rem;
}
.list_contact ul li {
  text-align: center;
}
.list_contact ul li > div {
  padding: 3.125rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  height: 100%;
}
.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 .icon img {
  height: 3.5625rem;
}
.list_contact ul li .text {
  color: #000;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}
.list_service ul {
  display: flex;
  justify-content: center;
}
.list_service ul li {
  padding: 2.5rem 4.6875rem;
}
.list_service ul .name {
  color: #000;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.3125rem;
}
.service_icon {
  border-radius: 5rem;
  border: 1px solid rgba(31, 87, 159, 0.2);
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.service_icon img {
  height: 2.5rem;
}
.service_li:hover .name,
.service_li.active .name {
  color: #1F579F;
}
.service_li:hover .service_icon,
.service_li.active .service_icon {
  background: #1F579F;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.service_li:hover .service_icon img,
.service_li.active .service_icon img {
  filter: brightness(0) invert(1);
}
.list_service_two {
  background: #F1F6FF;
}
.list_service_two .left .text {
  margin: 2.1875rem 0 3.125rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: justify;
  padding-right: 5rem;
}
.list_service_two .left .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_service_two .left .tel {
  display: flex;
  align-items: center;
  color: #1F579F;
  font-size: 2rem;
  font-weight: 700;
}
.list_service_two .left .tel div {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #1F579F;
  margin-right: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service_two .left .tel div img {
  height: 2rem;
}
.list_service_two .right div {
  width: 27.25rem;
  height: 34.375rem;
  position: relative;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  z-index: 9;
}
.list_service_two .right div img {
  position: absolute;
  left: -6.25rem;
}
.list_service_two .right div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #D8E5FB;
  z-index: -1;
}
.list_service_two .right div::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0.625rem;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.index_one .name {
  color: #000;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.index_one .swiper-container {
  margin-top: 8.125rem;
}
.index_one .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 1rem 0 4.375rem;
}
.index_one .text p {
  display: none;
}
.index_one .text p:nth-child(1) {
  display: block;
}
.index_one .center {
  padding-right: 4rem;
}
.index_one .center .pr {
  height: 46.25rem;
  position: relative;
  margin: 0 0 0 auto;
  display: none;
  z-index: 9;
  padding-top: 0.625rem;
}
.index_one .center .pr.active {
  display: block;
}
.index_one .center .pr img {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
}
.index_one .center .pr::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 27.25rem;
  height: calc(100% - 0.625rem);
  background: #F6F6F6;
  right: -0.625rem;
  z-index: -1;
}
.index_one .center .pr::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27.25rem;
  height: 100%;
  background: #E5EEFD;
  z-index: -2;
}
.index_one .right {
  text-align: right;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
.index_one .right .service_icon {
  margin: 0 0 0 auto !important;
}
.index_one .right .service_li {
  display: inline-block;
  position: relative;
}
.index_one .right .service_li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 1px;
  background: #1F579F;
  right: 115%;
}
.index_one .right .service_li:not(:last-child) {
  margin-bottom: 2.9375rem;
}
.index_one .right .service_li:hover::before,
.index_one .right .service_li.active::before {
  width: 11.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .right .service_li:hover .name1,
.index_one .right .service_li.active .name1 {
  color: #1F579F;
}
.index_one .right .service_li a {
  display: flex;
  align-items: center;
}
.index_one .right .name1 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  width: calc(100% - 5rem);
  padding-right: 1.75rem;
  text-align: right;
}
.index_two {
  padding-top: 12.5rem;
  position: relative;
  z-index: 8;
  text-align: center;
}
.index_two .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index_two .swiper-container .im {
  height: 100%;
}
.index_two .swiper-container .im img {
  height: 100%;
  object-fit: cover;
}
.index_two .pr {
  display: inline-block;
}
.index_two .pr .botom_img {
  height: 47.9375rem;
}
.index_two .pr .hover {
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.index_two .pr ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_two .pr ul li {
  position: absolute;
}
.index_two .pr ul li:nth-child(1) {
  bottom: 1.25rem;
  left: 1rem;
}
.index_two .pr ul li:nth-child(8) {
  bottom: 1.25rem;
  right: 1rem;
}
.index_two .pr ul li:nth-child(2) {
  bottom: 17rem;
  left: 2rem;
}
.index_two .pr ul li:nth-child(7) {
  bottom: 17rem;
  right: 2rem;
}
.index_two .pr ul li:nth-child(3) {
  top: 10rem;
  left: 10rem;
}
.index_two .pr ul li:nth-child(6) {
  top: 10rem;
  right: 10rem;
}
.index_two .pr ul li:nth-child(4) {
  top: 0rem;
  left: 25rem;
}
.index_two .pr ul li:nth-child(5) {
  top: 0rem;
  right: 25rem;
}
.index_two ul li {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background: radial-gradient(159.45% 159.45% at 50% 50%, #FFF 21%, #1F579F 82.91%), #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:hover {
  background: #1F579F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:hover img {
  filter: brightness(0) invert(1);
}
.index_two ul li:hover .name {
  color: #fff;
}
.index_two ul li > div {
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
}
.index_two ul li img {
  height: 4rem;
}
.index_two ul li .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.more_a {
  border-radius: 30px;
  background: #1F579F;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_a .iconfont {
  color: #fff;
  font-size: 1.25rem;
}
.more_a:hover {
  background: #ED3C23;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three {
  padding: 9.375rem 0 11.875rem;
  background: url(../img/16.png) no-repeat;
  background-size: cover;
}
.index_three .margin {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 2.875rem auto 3.125rem;
  width: 80%;
}
.index_three .more_a {
  margin: 0 auto;
}
.index_three .number_ul {
  margin-top: 5.625rem;
}
.index_three .number_ul li > div {
  display: inline-block;
  text-align: left;
}
.index_three .number_ul li .num span,
.index_three .number_ul li .num sub {
  color: #ED3C23;
}
.index_four {
  background: url(../img/17.png) no-repeat;
  background-size: cover;
}
.index_four .right {
  text-align: right;
}
.index_four .right .more {
  margin-left: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}
.index_four .right .more.active,
.index_four .right .more:hover {
  background: #1F579F;
  border-color: #1F579F;
}
.index_four .margin {
  margin: 3.125rem -1rem 0;
}
.index_four .margin > div {
  display: none;
}
.index_four .margin > div.active {
  display: block;
}
.index_four .margin .swiper-slide {
  padding: 0 1rem;
}
.index_four .margin .swiper-pagination-bullet {
  background: transparent;
  border-color: #fff;
  opacity: 0.5;
  margin: 0 0.375rem;
}
.index_four .margin .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
footer {
  background: #303030;
  padding: 5rem 0 7.5rem;
}
footer .left {
  width: 30%;
}
footer .left ul {
  margin-top: 2.1875rem;
}
footer .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
footer .left ul li .icon img {
  width: 1.625rem;
}
footer .left ul li p {
  width: calc(100% - 1.625rem);
  padding-left: 0.625rem;
  color: #FFF;
  font-size: 1rem;
}
footer .center {
  width: 70%;
}
footer .center ul {
  display: flex;
  justify-content: space-between;
}
footer .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
footer .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 2rem;
}
footer .text:hover {
  color: #fff;
}
footer .ewm img {
  width: 7.875rem;
  height: 7.875rem;
}
footer .ewm p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.625rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
}
.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  background: #282828;
}
.list_about_two .number_ul li .num span {
  color: #fff;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: #1F579F;
}
.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: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #999999;
  margin: 2.1875rem 0 2.125rem;
  justify-content: flex-start;
}
.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 a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia a:hover {
  color: #1F579F;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 15px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
