@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;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #3f93c9;
}
.c {
  color: #3f93c9;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #3f93c9;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #0a3d7a;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #3f93c9;
}
.search_more:hover::before {
  background: #3f93c9;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.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: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  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: #3f93c9;
}
.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: scaleY(1) translateX(-50%);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.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.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #3f93c9;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #3f93c9;
  color: #fff;
  background: #3f93c9;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #3f93c9;
}
.searchbox {
  border-color: #3f93c9;
}
@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: var(--phone_img);
}
.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: #3f93c9;
}
.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-size: 1.125rem;
  line-height: 1.35rem;
  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: #3f93c9;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  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.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.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: #3f93c9;
  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: #3f93c9;
}
.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: var(--phone_img);
}
.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;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #3f93c9;
}
.rightfix li:hover .iconfont {
  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%);
  }
}
@-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);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
header.active,
header:hover,
header.white,
.show_header header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #444;
}

.logo img{
    filter: brightness(0) invert(1);
}
der.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .logo img ,
header.active .logo img{
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;  filter: brightness(1) invert(0);
}

header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .ds1 img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img,
.show_header header .lanuage img {
  filter: brightness(1) invert(0);
}
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
.show_header header .center > ul > li:hover > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a,
.show_header header .center > ul > li.active > a {
  color: #3f93c9;
}
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
.show_header header .center > ul > li:hover > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before,
.show_header header .center > ul > li.active > a::before {
  bottom: 0.625rem;
background:  #3f93c9;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .ds1 {
  margin-left: 2rem;
}
header .logo img {
  height: 3.4375rem;
}
header .logo img:nth-child(2) {
  display: none;
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}
header .lanuage a.c {
  color: #3f93c9;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
  overflow: hidden;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)  skew(20deg);
  width: 1.1875rem;
  height: .875rem;
  /*border: 0.25rem solid 
  */
  /*border-radius: 50%;*/

  background: var(--color);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /*background: transparent;*/
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  opacity: 1;
  bottom: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .yuan {
  position: absolute;
  top: 15rem;
  right: 0;
  z-index: 9;
}
.banner .yuan img {
  height: 33.125rem;
  object-fit: contain;
  width: auto;
}
.banner .yuan > div {
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: absolute;
  top: 50%;
  left: 2.625rem;
  transform: translateY(-50%);
}
.banner .yuan > div .swiper-button-next,
.banner .yuan > div .swiper-button-prev {
  background-image: none;
  position: static;
  padding: 0.5rem 0;
  height: auto;
  margin-top: 0;
  width: auto;
}
.banner .yuan > div .swiper-button-next .iconfont,
.banner .yuan > div .swiper-button-prev .iconfont {
  margin-left: 0.5rem;
  font-size: 0.875ren;
}
.banner .yuan > div .swiper-button-next {
  border-top: 1px solid #fff;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4rem;
  width: 60%;
  margin-bottom: 0.5rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  width: 60%;
  text-transform: uppercase;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 {
  position: absolute;
  bottom: 2.75rem;
}
.banner .hover2 .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner .hover2 .flex > div {
  position: static;
  margin-top: 0;
}
.banner .hover2 .flex .swiper-pagination {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.banner .hover2 .flex .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.3125rem solid rgba(255, 255, 255, 0.6);
  background: transparent;
  margin: 0 0.3125rem;
  opacity: 1;
}
.banner .hover2 .flex .swiper-pagination-bullet-active {
  border-color: #3f93c9;
}
.banner .hover2 .flex .swiper-button-next,
.banner .hover2 .flex .swiper-button-prev {
  width: auto;
  height: auto;
  background-image: none;
}
.banner .hover2 .flex .swiper-button-next .iconfont,
.banner .hover2 .flex .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 1.5rem;
}
.banner video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  cursor: pointer;
}
.banner .scroll:hover {
  color: #3f93c9;
}
.banner .scroll div {
  width: 1px;
  height: 2.8125rem;
  background: #fff;
  position: relative;
  margin: 0 auto;
}
.banner .scroll div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  z-index: 9;
  background: #3f93c9;
  animation: shangxia 2s infinite;
}
@keyframes shangxia {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  50% {
    transform: translateY(2.375rem) translateX(-50%);
  }
  100% {
    transform: translateY(0%) translateX(-50%);
  }
}
.banner .scroll p {
  margin-top: 0.5rem;
}
.nyban .img{
    position: relative;
}.nyban .img::after{
    content: '';
    position: absolute;
    background: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.nyban .bread {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875rem;
}
.nyban .bread a {
  color: #fff;
}
.nyban .bread a:hover {
  color: #3f93c9;
}
.bread {
  font-size: 1rem;
  color: #262626;
  bottom: 0;
}
.bread a {
  color: #262626;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  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: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}
.swiper_pag.color .swiper-pagination-bullet {
  background: var(--swiper_pag_c);
}
.swiper_pag.color .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 0.125rem solid #3f93c9;
  margin: 0 0.5rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #3f93c9;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #3f93c9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  width: 10rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #3f93c9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more:hover {
  border-color: #3f93c9;
}
.more:hover div {
  color: #fff;
}
.more:hover div .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:hover::before {
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}
.more > div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.more.bg {
  border-color: #3f93c9;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #3f93c9;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #3f93c9;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #3f93c9;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.subtitle {
  color: #3f93c9;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-top: 0.625rem;
}
#mapmap {
  height: 31.25rem;
  border-radius: var(--bors);
  border-radius: 1rem;
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #3f93c9;
  border-radius: 50%;
}
.ptb {
  padding: 7.5rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.list_news .title {
  margin-bottom: 3rem;
}
.list_news .content {
  border-radius: 0.625rem;
  background: #FFF9F6;
  overflow: hidden;
}
.list_news .content:hover {
  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;
}
.list_news .content:hover .left img {
  transform: scale(1.1);
}
.list_news .content:hover .right .name {
  color: #3f93c9;
}
.list_news .content .data {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
}
.list_news .content .name {
  color: #474747;
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin: 1.25rem 0;
}
.list_news .content .text {
  color: #7C7C7C;
}
.list_news .content .left img {
  height: 29.375rem;
  object-fit: cover;
}
.list_news .content .left .over,
.list_news .content .left .over img {
  border-radius: 0.625rem;
}
.list_news .content .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_news .content .right > div {
  padding: 0 4.375rem 0 2.8125rem;
  width: 100%;
}
.list_news .content .right > div .text {
  margin-bottom: 2.5rem;
}
.list_news_two .shaixuan {
  padding: 2.1875rem 0 2.5rem;
  border-bottom: 1px solid rgba(64, 161, 198, 0.25);
  margin-bottom: 0.5rem;
  color: #474747;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_news_two .shaixuan a {
  color: #474747;
  margin: 0 1rem;
}
.list_news_two .shaixuan a.active {
  color: #3f93c9;
}
.list_news_two .ul li {
  position: relative;
  padding: 2.1875rem 0;
}
.list_news_two .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, 0.25);
}
.list_news_two .ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3f93c9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_two .ul li:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_two .ul li:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_two .ul li:hover > a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_two .ul li:hover > a .name {
  color: #3f93c9;
}
.list_news_two .ul li:hover > a .over img {
  transform: scale(1.1);
}
.list_news_two .ul li > a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.list_news_two .ul li > a .over,
.list_news_two .ul li > a .over img {
  border-radius: 0.625rem;
}
.list_news_two .ul li > a .over img {
  object-fit: cover;
  height: 15.625rem;
}
.list_news_two .ul li .right {
  padding-right: 3rem;
}
.list_news_two .ul li .more_a {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  margin: 0 0 2rem auto;
  background: #3f93c9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_news_two .ul li .more_a .iconfont {
  font-size: 1.5rem;
  color: #fff;
}
.list_news_two .ul li .left {
  padding-right: 0;
}
.list_news_two .ul li .center {
  padding-left: 2.8125rem;
}
.list_news_two .ul li .name {
  color: #474747;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 1.25rem 0 0.625rem;
}
.list_news_two .ul li .data {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
}
.list_news_two .ul li .text {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.show_news {
  background: rgba(63 ,147 ,201,.05);
  padding-top: 3.75rem;
}
.show_news .content {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  margin: 0 7rem;
}
.show_news .content .top {
  border-bottom: 1px solid #E9E9E9;
  padding: 1.5rem 3.125rem 0;
}
.show_news .content .bot {
  padding: 2.75rem 3.125rem 5.625rem;
}
.show_news .bread {
  margin-bottom: 2.5rem;
  color: rgba(0, 0, 0, 0.5);
}
.show_news .bread a {
  color: rgba(0, 0, 0, 0.5);
}
.show_news .bread a:hover {
  color: #3f93c9;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: #1D1D1D;
}
.show_news .text {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
.show_news a.text:hover {
  color: #3f93c9;
}
.show_news .margin.text {
  margin-bottom: 5rem;
}
.show_news .data {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  justify-content: space-between;
  margin: 1.875rem 0 2rem;
}
.show_news .data .fenxiang .social-share li a {
  border-color: #B5B5B5;
  color: #B5B5B5;
}
.show_news .data .fenxiang li:hover a {
  color: #fff;
  border-color: #3f93c9;
}
.show_news .shangxia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
}
.show_news .shangxia span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: #13284A;
}
.show_news .shangxia .l span {
  margin-right: 1rem;
}
.show_news .shangxia .r {
  justify-content: flex-end;
}
.show_news .shangxia .r span {
  margin-left: 1rem;
}
.show_news .shangxia .a {
  width: 45%;
  display: flex;
  align-items: center;
}
.show_news .shangxia .a div {
  width: calc(100% - 4rem);
}
.show_news .shangxia .a a {
  display: flex;
  align-items: center;
}
.show_news .shangxia .line1:hover {
  color: #3f93c9;
}
.show_news .shangxia .c1 {
  width: 16rem;
}
.show_news .shangxia .c1 .more {
  margin: 0 auto;
}
.show_news .shangxia .c1 .more > div {
  font-style: normal;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@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: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.show_news .about_news {
  margin-top: 3.4375rem;
}
.show_news .about_news .title {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.125rem;
}
.show_news .about_news a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.show_news .about_news a:not(:last-child) {
  margin-bottom: 0.875rem;
}
.show_news .about_news a:hover {
  color: #3f93c9;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.tj {
  text-align: justify;
}
.index_one .text {
  margin-top: 3.75rem;
  line-height: 2.0625rem;
}
.index_one .text p {
  text-indent: 2em;
}
.index_one .more {
  margin-top: 5rem;
}
.index_one .circle {
  width: 40.75rem;
  height: 40.75rem;
  border-radius: 50%;
  padding: 1.5625rem;
  border: 1px dashed #3f93c9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .circle >img{
    border-radius: 100%;
}
.index_one .circle div {
  width: 30.5rem;
  height: 30.5rem;
  position: absolute;
  animation: rotate 10s linear infinite;
}
.index_one .circle div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #3f93c9;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index_one .left {
  width: calc(100% - 40.75rem);
  padding-right: 8rem;
}
.list_about .one_two_left_img1 {
  position: absolute;
  top: 60%;
  left: 0;
}
.one_and_two {
  overflow: hidden;
}
.one_and_two .blur_circle {
  position: absolute;
  bottom: 8.4375rem;
  right: 1.5625rem;
  width: 50rem;
  height: 31.25rem;
  border-radius: 50%;
  opacity: 0.15;
  background: #3f93c9;
  filter: blur(12.5rem);
}
.one_and_two .one_two_left_img1 {
  position: absolute;
  top: 35%;
}
.one_and_two .one_two_left_img2 {
  position: absolute;
  top: 56%;
  left: 50%;
}
.index_two {
  padding-bottom: 3.75rem;
}
.index_two .left {
  padding-top: 2.5rem;
}
.index_two .left .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .left > div ul {
  display: none;
}
.index_two .left > div:not(:last-child) {
  margin-bottom: 2.75rem;
}
.index_two .left > div.active ul {
  display: block;
}
.index_two .left > div.active .name {
  font-size: 2.25rem;
  margin-bottom: 1.625rem;
}
.index_two .left ul li {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  font-weight: 400;
  height: 3.125rem;
  display: flex;
  align-items: center;
  padding-left: 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.index_two .left ul li.active {
  color: #3f93c9;
  border-radius: 0.625rem;
  background: rgba(63 ,147 ,201,.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .left ul li.active::before {
  background: #3f93c9;
}
.index_two .left ul li::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
}
.index_two .right {
  overflow: hidden;
}
.index_two .right > div {
  margin: 0 -1.25rem 0;
  height: 0;
  overflow: hidden;
}
.index_two .right > div.active {
  height: auto;
}
.index_two .right > div .swiper {
  padding-right: 22.5rem;
}
.index_two .swiper-slide {
  padding: 1.25rem;
}
.index_two .swiper-slide:hover > a .over img {
  transform: scale(1.1);
}
.index_two .swiper-slide:hover > a .name {
  color: #3f93c9;
}
.index_two .swiper-slide > a {
  height: 31.25rem;
  background: #FFF;
  border-radius: 1.25rem;
  box-shadow: 0px 4px 1.5625rem 0px rgba(234, 85, 32, 0.1);
}
.index_two .swiper-slide.swiper-slide-active .hover {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.index_two .swiper-slide.swiper-slide-active .over {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 0;
  border-radius: 1.25rem;
}
.index_two .swiper-slide.swiper-slide-active .over img {
  height: 100%;
  object-fit: cover;
}
.index_two .swiper-slide .over {
  width: 19.375rem;
  height: 19.375rem;
  border-radius: 50%;
  margin: 3.75rem auto 0;
}
.index_two .swiper-slide .over img{
    height: 100%;
    object-fit: cover;
}
.index_two .swiper-slide .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-top: 1.875rem;
}
.index_two .swiper-slide .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.25rem;
  background: #2b68b1;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.875rem;
}
.index_two .swiper-slide .hover p {
  width: calc(100% - 3.375rem);
  padding-right: 1.25rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
.index_two .swiper-slide .hover div {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.index_two .swiper-slide .hover div .iconfont {
  font-size: 1.25rem;
  color: #2b68b1;
  display: block;
}
.index_two .swiper-slide > a {
  overflow: hidden;
}
.index_two .hover_pag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.5rem;
  padding-right: var(--container);
}
.index_two .hover_pag > div {
  position: static;
  margin-top: 0;
}
.index_two .hover_pag .swiper_btn {
  background: #fff;
  margin-left: 0.875rem;
}
.index_two .hover_pag .swiper_btn .iconfont {
  color: #2b68b1;
}
.index_two .hover_pag .swiper_btn:hover {
  background: #2b68b1;
}
.index_two .hover_pag .swiper_btn:hover .iconfont {
  color: #fff;
}
.index_two .hover_pag .swiper-pagination {
  width: auto;
  margin-right: 1rem;
  color: rgba(15, 54, 117, 0.3);
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.index_two .hover_pag .swiper-pagination .aa {
  color: #3f93c9;
}
.index_two .hover_pag .swiper-pagination .cc {
  font-size: 1.75rem;
  margin: 0 0.875rem;
}
.index_three {
  position: relative;
  padding: 20.9375rem 0 24.125rem;
}
.index_three .row_opacity {
  opacity: 0;
}
.index_three .imgaa {
  background: url(../img/s2.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_three .text {
  margin: 3.125rem 0 2.625rem;
}
.index_three ul {
  display: flex;
  margin: 0 -1.4375rem 2.8125rem;
}
.index_three ul li {
  padding: 0 1.375rem;
  cursor: pointer;
}
.index_three ul li .icon {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  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;
}
.index_three ul li .icon img {
  height: 3.5rem;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li .name {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.index_three ul li:hover .icon {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #3f93c9;
  border-color: #3f93c9;
}
.index_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;
}
.index_four .c4 {
  position: absolute;
  bottom: -10rem;
  right: 2.375rem;
  transform: rotate(-90deg);
}
.index_four .c3 {
  position: absolute;
  top: -15.625rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_four .c3 img {
  width: 31.25rem;
  height: 31.25rem;
}
.index_four .c3 div {
  width: 23.5rem;
  height: 23.5rem;
  position: absolute;
  animation: rotate 10s linear infinite;
}
.index_four .c3 div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #3f93c9;
}
.index_four .top .right {
  display: flex;
  justify-content: flex-end;
  margin: 0 -0.625rem;
}
.index_four .top .right a {
  margin: 0 0.625rem;
}
.index_four .top .right a::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_four .over,
.index_four .over img {
  border-radius: 1.25rem;
}
.index_four .sum > div {
  display: none;
}
.index_four .sum > div.active {
  display: block;
}
.index_four .bot {
  margin-top: 3.4375rem;
}
.index_four .bot .left .over img {
  height: 25rem;
  object-fit: cover;
}
.index_four .bot .right ul li {
  padding: 1.25rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.index_four .bot .right ul li a {
  display: flex;
  align-items: center;
}
.index_four .bot .right ul li:first-child {
  padding-top: 0;
}
.index_four .bot .right ul li .l {
  width: 17.5rem;
}
.index_four .bot .right ul li .r {
  width: calc(100% - 17.5rem);
  padding-left: 1.25rem;
}
.index_four .bot .right ul li .r .name {
  margin-top: 0;
}
.index_four .bot .right ul li .r .text {
  margin: 0.25rem 0 0.625rem;
}
.index_four .bot .right ul li img {
  height: 10.1875rem;
  object-fit: cover;
}
.index_four .bot .left:hover img,
.index_four .bot .right ul li:hover img {
  transform: scale(1.1);
}
.index_four .bot .left:hover .name,
.index_four .bot .right ul li:hover .name {
  color: #3f93c9;
}
.index_four .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 2rem;
}
.index_four .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 0.25rem 0 1.25rem;
}
.index_four .data {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.index_four .more::before {
  display: none;
}
.index_four .more.active {
  background: #3f93c9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #3f93c9;
}
.index_four .more.active div {
  color: #fff;
}
.index_five {
  background: url(../img/s4.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}
.index_five .circle {
  width: 43.75rem;
  height: 43.75rem;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f93c9;
}
.index_five .circle .text {
  margin: 3.125rem 0;
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.index_five .circle .text span {
  padding: 0 1rem;
}
.index_five .circle .text p {
  margin-top: 0.5rem;
  padding: 0 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.index_five .circle .more::before {
  background: #fff;
}
.index_five .circle .more:hover {
  border-color: #fff;
}
.index_five .circle .more:hover div {
  color: #3f93c9;
}
footer {
  background: #0a3d7a;
  padding: 6.25rem 0 3.4375rem;
}
footer .left {
  position: relative;
  top: -1.25rem;
}
footer .left img {
  height: 7rem;
  width: 13.5625rem;
}
footer .ewm {
  width: 8.5rem;
}
footer .ewm p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  text-align: center;
}
footer .ewm img {
  width: 100%;
  height: 100%;
}
footer .flex {
  align-items: flex-start;
}
footer .flex .right {
  padding: 0 3.125rem 0 3.75rem;
  width: calc(100% - 13.5625rem - 8.5rem);
}
footer .flex .right ul {
  display: flex;
  justify-content: space-between;
}
footer .flex .right .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
footer .flex .right .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
footer .flex .right .text:hover {
  color: #fff;
}
.beian {
  background: #0B2B60;
  line-height: 1.25rem;
  padding: 0.8125rem 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.beian a {
  color: rgba(255, 255, 255, 0.6);
}
.beian a:hover {
  color: #fff;
}
.beian .right {
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
}
.beian .right span:last-child {
  display: none;
}
.nyerji {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.nyerji ul {
  display: flex;
}
.nyerji ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.nyerji ul li a {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
padding: 0 2rem;
}
.nyerji ul li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji ul li:hover a {
  color: #3f93c9;
}
.nyerji ul li.active a {
  background: #3f93c9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.list_join_two .one_two_left_img1 {
  position: absolute;
  top: 30%;
  left: 0;
}
.list_join_two ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1rem -1.5625rem;
}
.list_join_two ul li {
  padding: 1.5625rem 1rem;
  width: 20%;
  text-align: center;
}
.list_join_two ul li .icon {
  margin-bottom: 0.75rem;
}
.list_join_two ul li .icon img {
  height: 5.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_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;
}
.margin .swiper-button-next {
  right: -5rem;
}
.margin .swiper-button-prev {
  left: -5rem;
}
.list_join_four {
  background: #FFF9F6;
}
.list_join_four .one_two_left_img2 {
  position: absolute;
  bottom: -8rem;
  left: 53%;
}
.list_join_four .swiper_btn {
  margin-top: -3.5rem;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(234, 85, 32, 0.1);
}
.list_join_four .swiper_btn:hover {
  background-color: #3f93c9;
}
.list_join_four .swiper_btn:hover .iconfont {
  color: #fff;
}
.list_join_four .margin {
  margin-top: 2.5rem;
}
.list_join_four .margin .swiper-slide {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(0.9);
}
.list_join_four .margin .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_join_four .margin .swiper-slide .over,
.list_join_four .margin .swiper-slide .over img {
  border-radius: 1.25rem;
}
.list_join_four .margin .swiper-slide .name {
  color: #292929;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 1.875rem;
  opacity: 0;
}
.list_join_four .margin .swiper-slide-active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.list_join_four .margin .swiper-slide-active .name {
  opacity: 1;
}
.bor20 {
  border-radius: 1rem;
}
.list_join_five .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_join_five .top ul {
  display: flex;
}
.list_join_five .top ul li:not(:first-child) {
  margin-left: 1.375rem;
}
.list_join_five .top ul li.active .more {
  border-color: #3f93c9;
}
.list_join_five .top ul li.active .more div {
  color: #fff;
}
.list_join_five .top ul li.active .more div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_five .top ul li.active .more::before {
  transform: scale(1);
}
.list_join_five .top ul li .more {
  cursor: pointer;
}
.list_join_five .top ul li .more::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list_join_five .bot > div {
  height: 0;
  overflow: hidden;
}
.list_join_five .bot > div.active {
  height: auto;
}
.list_join_five .bot svg {
  position: absolute;
  top: 0;
  left: 0.9375rem;
}
.list_join_five .bot .text {
  color: #7B7B7B;
}
.list_join_five .bot .swiper-button-next:hover,
.list_join_five .bot .swiper-button-prev:hover {
  color: #3f93c9;
}
.list_join_five .bot .margin {
  margin: 0 -1rem;
}
.list_join_five .bot .margin .flex {
  padding: 0 1rem;
  justify-content: flex-start;
}
.list_join_five .bot .margin .swiper-button-next,
.list_join_five .bot .margin .swiper-button-prev {
  background: none;
  position: static;
  margin-top: 0;
  margin-right: 1rem;
}
.list_join_five .bot .margin .swiper-button-next {
  right: 0;
}
.list_join_five .bot .margin .swiper-button-prev {
  left: 15px;
}
.list_join_five .bot .swiper_join1_right {
  padding-right: calc((100% / 3) * 2);
}
.list_join_five .bot .swiper_join1_right .swiper-slide {
  padding: 0 1rem;
}
.list_join_five .bot .left li {
  display: none;
}
.list_join_five .bot .left li.active {
  display: block;
}
.list_join_five .bot .right {
  display: flex;
  align-items: flex-end;
}
.list_join_five .bot .right ul {
  margin-bottom: 5rem;
}
.list_join_five .bot .right ul li {
  display: none;
}
.list_join_five .bot .right ul li.active {
  display: block;
}
.list_join_five .bot .right ul .name {
  color: #353535;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.list_join_five .bot .right ul .text {
  margin-top: 0.625rem;
}
.list_join_five .bot .right > div {
  overflow: hidden;
  width: 100%;
}
.recruit_three ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3.75rem;
}
.recruit_three ul li:nth-child(1) .clearfix {
  font-size: 1.125rem;
}
.recruit_three ul li .clearfix {
  line-height: 5rem;
  border-bottom: 1px solid #DDDDDD;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  padding: 0 3.125rem;
  cursor: pointer;
}
.recruit_three ul li .clearfix > div {
  float: left;
  width: 16.25%;
}
.recruit_three ul li .clearfix > div:last-child {
  width: 5%;
}
.recruit_three ul li .clearfix > div:nth-last-child(2) {
  width: 10%;
}
.recruit_three ul li .clearfix > div:nth-child(1) {
  width: 20%;
}
.recruit_three ul li .content {
  padding: 2.25rem 4.375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  background: #FFF9F6;
}
.recruit_three ul li .content .email {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  margin-top: 2.0625rem;
}
.recruit_three ul li .content .email a {
  color: #3f93c9;
  font-size: 1.5rem;
}
.recruit_three ul li .content strong {
  color: #3f93c9;
  font-weight: 600;
  display: block;
}
.recruit_three .more_2:hover {
  background: #fff;
  transition: all 0.6s;
}
.recruit_three .more_2 {
  border: 1px solid #3f93c9;
  transition: all 0.6s;
}
.recruit_three .more_2:hover a {
  color: #3f93c9;
}
.recruit_three ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}
.recruit_three ul li.active .clearfix {
  background-color: #3f93c9;
  color: #fff;
}
.recruit_three ul li.active .content {
  display: block;
}
.recruit_three .font18 {
  color: #3f93c9;
  font-weight: 600;
}
.more_2 {
  font-size: 1rem;
  line-height: 3.75rem;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #3f93c9;
  transform: skewX(-5deg);
  display: inline-block;
  border-radius: 0.5rem;
  margin-top: 1.875rem;
}
.more_2 a {
  color: #fff;
  padding: 0 2.5rem;
}
.tdt-bottom,
.tdt-top {
  z-index: 900 !important;
}
.list_contact_two {
    background: rgba(63, 147, 201, .15);
}
.list_contact_two form .row {
  margin: 0 -1.875rem;
}
.list_contact_two form .row > div {
  padding: 0 1.875rem;
}
.list_contact_two form input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  line-height: 3.125rem;
  width: 100%;
  font-weight: 400;
  padding: 0 1.5rem;
  color: #000;
}
.list_contact_two form input::placeholder {
  color: #848484;
}
.list_contact_two form textarea {
  width: 100%;
  font-weight: 400;
  height: 10rem;
  line-height: 1.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  display: block;
  color: #000;
}
.list_contact_two form textarea::placeholder {
  color: #848484;
}
.list_contact_two form p {
  color: #252525;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_contact_two form p span {
  color: #D20000;
}
.list_contact_two form button {
  color: #fff;
  width: 9.375rem;
  line-height: 3.4375rem;
}
.list_contact .name {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 3.75rem 0 3.125rem;
}
.list_contact ul li {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.list_contact ul li .icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #3f93c9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact ul li .icon img {
  height: 1.25rem;
}
.list_contact ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.list_contact ul li .con {
  padding-left: 1.25rem;
  width: calc(100% - 3.25rem);
  color: #555;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;

}
.list_pro .leftimg_righttext > li .over,
.list_pro .leftimg_righttext > li .over img {
  border-radius: var(--bors);
  border-radius: 1rem;
}
.list_pro .leftimg_righttext {
  margin-top: 2.5rem;
}
.list_pro .leftimg_righttext > li:not(:last-child) {
  margin-bottom: 4.6875rem;
}
.list_pro .leftimg_righttext > li:nth-child(odd) .left {
  order: 2;
}
.list_pro .leftimg_righttext > li:nth-child(odd) .right {
  order: 1;
}
.list_pro .leftimg_righttext > li:nth-child(even) .left {
  order: 1;
}
.list_pro .leftimg_righttext > li:nth-child(even) .right {
  order: 2;
}
.list_pro .leftimg_righttext > li .row {
  margin: 0 -1.25rem;
}
.list_pro .leftimg_righttext > li .row > div {
  padding: 0 1.25rem;
}
.list_pro .text {
  text-align: justify;
}
.join_blur .blur_circle {
  position: absolute;
  top: 30%;
  right: -16.4375rem;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  opacity: 0.15;
  background: #3f93c9;
  filter: blur(12.5rem);
}
.list_about_two .hover {
  position: absolute;
  top: 7.5rem;
  left: 0;
  width: 100%;
}
.list_about_two .hover .name {
  margin: 2.5rem 0 2.0625rem;
  color: #3f93c9;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.list_about_two .hover .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.5rem;
}
/*.banner .hover .ph{*/
/*    color: #3c3c3c;*/
/*}*/
/*.banner .hover .p6{*/
/*        color: #5b5b5b;*/
/*        line-height:2;*/
/*}*/
.banner .hover .p1{
     text-shadow: 2px 3px 5px rgba(0,0,0,.2); 
}
.banner .hover .p2{
    line-height:1.5;
  text-shadow: 2px 3px 5px rgba(0,0,0,.2);
}
 .list_about_shou{
    padding: 8.625rem 0;
    
}
 .list_about_shou .fu-div{
font-weight: 700;
color: #231815;
font-size: 1.125rem;

 }
.list_about_shou .fu-div span{
     font-size: 1.125rem;
    
color: #FFF;
background: #E25242;
height: 1.5625rem;
line-height:1.5625rem; 
border-radius: .3125rem;
padding: 0 .5rem;
display: inline-block;
margin-right: .5rem;

   }
 .list_about_shou  .fu-con{
       margin-top: 3rem;
       color: #2C2723;
       font-size: 1rem;
   }
 .list_about_shou  .fu-con img{
     width: 100%;
 }.list_about_shou .s-div1 {
     position: relative;
 }
 .list_about_shou .s-div1 .img1 {
     width: 45%;
     left: 0;
     top: 0;
 }

 .list_about_shou .s-div1  .s-div1-left{
    padding-top: 6rem;
}

 .list_about_shou .s-div1  .s-div1-right{
    padding-top: 3rem;
}

 .list_about_shou .s-div2{
     margin: 2.5rem 0 6rem;
     
     position: relative;
 }
 .list_about_shou .s-div2 .img2{
       width: 45%;
     left: 0;
     bottom: 0;
 }.list_about_shou .s-div2 .img2  img{
          width: 100%;
 }
 
 .list_about_shou  .s-div2-left{
     padding-top: 5rem;
 }
  .list_about_shou  .s-div2-left .fu-con{
      width: 81%;
      
  }
   .list_about_shou  .linba {
      position: absolute;
      width: 53%;
      background: #FFF;
      left: 15px;
      bottom: 0;
      padding: 3rem 5rem 4rem 0;
      
      border-top-right-radius: 4rem;
  }
 .bingtitle{
 font-size: 2.75rem;
     color: #333333;
     font-weight: bold;
 }
 .mpl-ul{
     display: flex;  
     margin-top: 2rem;
 }
 
 .s-div3-bot{

     
 } .s-div3-bot img{
     margin: .5rem 0;
 }

.s-div3-bot-right{
    margin-top: 3rem;
}
.s-div3-bot-le{
    padding-left: 3rem;
    
}

.mpl-ul li{
    margin-right: 4rem;
}

.mpl-ul li .p1{
font-size: 2.25rem;
    font-weight: bold;
    
}
.big-map,.mpl-ul{
    padding-left: 3rem;
}
 
.icpn-uls {
    
    display: flex;
}
.tild{


    font-size: 1.5rem;
text-align: center;
    color: #444444;
    position: relative;
}

.tild:after{
    content: '';
    position: absolute;
    left:50%;
    transform: translateX(-50%);
bottom: -1rem;
background: #3f93c9;
width: 30%;
height: 2px;
    
}
.icpn-uls  li{
    text-align: center;
}.icpn-uls  li .bt{
    font-weight: bold;
    text-align: center;
    font-size: 1.125rem;
    padding: 1rem 0;
}
.icpn-uls li .bt .hao{
    
    
    font-size: 4rem;
    line-height: 1;
    color: #f5f5f5;
   left:50%;
    top: 50%;
    z-index: -1;
  transform: translate(-50%, -50%);
    
    
}.fu-con  .icpn-uls li img{
    width: 90%;
}