@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: #4065A4;
}

.c {
  color: #4065A4;
}

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

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

.pagination li a:hover {
  background-color: #fff;
  border-color: #4065A4 !important;
  color: #4065A4 !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: #4065A4 !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-ul1 {
  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-ul1>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
}

.er-ul1>li:hover> a {
  color: #4065A4;
}

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

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

.san-ul {
  position: absolute;
  width: 71rem;
  padding: 1rem;
  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   ;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.san-ul>li {

  line-height: 2;
padding-left: 1rem;
  font-size: 1rem;
}

.si-ul>li {


  font-size: 0.875rem;
}


.san-ul>li a:hover {
  color: #4065A4;
}



header .center>ul>li:hover  .san-ul{
  transform: none;
  opacity: 1;
}

header .center>ul>li:hover .er-ul1 {
  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: 4rem;
  }
}

@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: #4065A4;
}

.searchbox {
  border-color: #4065A4;
}

@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: #4065A4;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1600px) {

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

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

@media (max-width: 1440px) {

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

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

@media (max-width: 1366px) {

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

@media (max-width: 1280px) {

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

@media (max-width: 990px) {

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

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

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

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

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

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

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

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

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

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

.phone .left img {
  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: #A7A7A8;
}

.phone .right a.c {
  color: #1D1D1F;
}

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

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

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

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

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

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

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

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

.sjj_nav>ul>li:first-child .language a.active {
  background: #4065A4;
  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: #4065A4;
}

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

header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
  background: #fff;
}

header .container {
  padding-right: 0;
}

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

header.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header.active .logo img {
  filter: brightness(1) invert(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header.active .center>ul>li:hover>a,
header:hover .center>ul>li:hover>a,
header.active .center>ul>li.active>a,
header:hover .center>ul>li.active>a {
  color: #4065A4;
}

header.active .center>ul>li:hover>a::before,
header:hover .center>ul>li:hover>a::before,
header.active .center>ul>li.active>a::before,
header:hover .center>ul>li.active>a::before {
  background: #4065A4;
}

header .logo img {
  height: 4rem;
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .menu {
  padding: 0 2rem 0 6.8rem;
}

header .menu .lanu {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;

}

header .menu .lanu svg {
  display: block;
  height: 1.5rem;

}

header .menu .iconfont {
  font-size: 1.65rem;
  display: block;
}

header .right {
  position: relative;
  z-index: 9;
}

header .right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

header .center>ul>li {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

header .center>ul>li:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

header .center>ul>li>a {
  padding: 0 2.4rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  position: relative;
}

header .center>ul>li>a .iconfont {
  font-size: 1rem;
  color: #1B1C21;
  opacity: 0.5;
}

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 .swiper-slide .img img {}

.banner .hover2 {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  width: 100%;
}

.banner .hover2 .swiper-pagination {
  bottom: 0;
  text-align: right;
}

.banner .hover2 .swiper-pagination-bullet {
  border-color: #fff;
}

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

.banner .hover .p1 {
  color: #FFF;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
}

.banner .hover .p1 span {
  margin-left: 3rem;
}

.banner .hover .p2 {
  color: #FFF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.2rem;
  letter-spacing: -0.875px;
  text-transform: uppercase;
}

.banner .bread {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  display: flex;
  align-items: center;
}

.banner .bread .container .pr .le {
  width: 50%;
  padding-right: 2rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;

}

.banner .bread .container .pr .le p {
  width: calc(100% - 1.25rem);
}

.banner .bread .container .pr .le .iconfont {
  width: 1.875rem;
  display: block;
}

.banner .swiper-pagination {
  bottom: 1.875rem;
}

.banner .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: transparent !important;
}

.banner .swiper-pagination-bullet-active {
  background: #fff !important;
}

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

.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-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.show_news a.text:hover {
  color: #4065A4;
}

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

}

.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: #4065A4;
}

@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: #4065A4;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  /* 275% */
  text-transform: uppercase;
}

.text {
  color: #535967;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.more {
  padding: 0 2.1875rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  background: #4065A4;
  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.125rem;
}

.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: #4065A4;
}

.more.borf:hover .iconfont {
  color: #4065A4;
}

.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: #4065A4;
  color: #fff;
}

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

.more.bgff {
  background: #fff;
  color: #4065A4;
}

.more.bgff .iconfont {
  color: #4065A4;
}

.more.bgff:hover {
  background: #4065A4;
  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;
}

.p110 {
  padding: 6.875rem 0;
}

.p110.pt0 {
  padding-top: 0;
}

.p110.pb0 {
  padding-bottom: 0;
}

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

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

.nyban .bread {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.nyban .p1 {
  color: #FFF;
  font-size: 4rem;
  line-height: 5rem;
}

.nyban .p2 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  text-transform: uppercase;
  margin-top: 0.5625rem;
}

.bread {
  line-height: 5.625rem;
  z-index: 9;
  position: relative;
  color: #000000;
  font-size: 1rem;
}

.bread a {
  color: #000000;
}

.bread a:hover {
  color: #4065A4;
}

.bread::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.bread::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background: #F2F2F2;
  z-index: -1;
}

.bread .iconfont {
  margin-right: 0.625rem;
}

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

.bread span {
  margin: 0 0.3125rem;
}

.bread a:hover {
  opacity: 1;
}

.number_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.number_ul li {
  text-align: center;
  flex: 1 0 0;
  padding: 0 0.625rem;
}

.number_ul {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
}

.number_ul li .num span {
  color: #1B1C21;
  font-size: 2.875rem;
}

.number_ul li .num sub {
  color: #1B1C21;
  font-size: 1.5rem;
  bottom: auto;
  top: 0.6875rem;
  position: absolute;
}

.number_ul li .num sub sub {
  top: 0.1875rem;
}

.number_ul li .num i {
  color: #1B1C21;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}

.number_ul li .text {
  color: #535967;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: left;
}

.list_contact .title {
  margin-bottom: 2.5rem;
}

.list_contact .list {
  display: flex;
  margin-bottom: .5rem;

  justify-content: space-between;    line-height: 2;
}

.list_contact .list img {
  width: 2rem;
}

.list_contact .list p {
  width: calc(100% - 2rem);
  padding-left: 0.75rem;
  font-size: 1.25rem;  color: #535967;
  font-weight: 400;
  line-height: 1.75rem;
}

/* .list_contact .list:not(:last-child) {
  margin-bottom: 1.875rem;
} */
.list_contact .list.address p {
  color: #535967;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_contact .ewm {
  display: inline-block;
  text-align: center;
  margin-top: 2rem;
}

.more_2 {
  color: #4065A4;
  font-size: 1rem;
  line-height: 2.125rem;
  display: flex;
  align-items: center;
}

.more_2.cf {
  color: #fff;
  margin-top: 2.5rem;
}

.more_2.cf div {
  border-color: #fff;
}

.more_2.cf div img {
  filter: brightness(0) invert(1);
}

.more_2:hover div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_2:hover div img {
  transform: translate(-1.5rem, -50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_2 div {
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #4065A4;
  border-radius: 50%;
  margin-left: 0.75rem;
  position: relative;
}

.more_2 div img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 0.4375rem;
}

.list_news a .left {
  width: 49%;
}

.list_news a .right {
  width: 51%;
  padding-left: 3.125rem;
  padding-top: 6.25rem;
}

.list_news a .right .name {
  margin: 1.875rem 0 0.5rem;
}

.list_news a .right .text {
  margin-bottom: 3.75rem;
}

.list_news .swiper_btn {
  position: absolute;
  bottom: 0;
  top: auto;
}

.list_news .swiper-button-prev {
  left: 52%;
}

.list_news .swiper-button-next {
  left: calc(52% + 5.5rem);
}

.list_news .data {
  color: #AAA;
  font-size: 1rem;
  line-height: 1.5rem;
}

.list_news .name {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.list_news .text {
  color: #535967;
  line-height: 1.75rem;
}

.list_news .ul {
  /*margin-top: 5rem;*/
}

.list_news .ul li {
  margin-bottom: 4.375rem;
}

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

.list_news .ul li:hover .name {
  color: #4065A4;
}

.list_news .ul li .data {
  color: #AAA;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-top: 1.125rem;
}

.list_news .ul li .name {
  margin-top: 0.25rem;
  margin-bottom: 0.4375rem;
}

.swiper_btn {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  background: #000;
  border-radius: 50%;
}

.swiper_btn:hover {
  background: #4065A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.xian {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: none;
  height: 100vh;
  z-index: -1;
}

.xian div {
  width: 1px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
}

.xian div:nth-child(1) {
  left: 12.3%;
}

.xian div:nth-child(2) {
  left: 24.6%;
}

.xian div:nth-child(3) {
  left: 36.9%;
}

.xian div:nth-child(4) {
  left: 49.6%;
}

.xian div:nth-child(5) {
  left: 62.3%;
}

.xian div:nth-child(6) {
  left: 74%;
}

.xian div:nth-child(7) {
  left: 86.7%;
}

.list_service .top {
  margin: 0 -1.875rem;
}

.list_service .top>div {
  padding: 0 1.875rem;
}

.list_service .text {
  color: #535967;

  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 3.125rem;
  font-weight: 400;
}

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

.list_service .text p span {
  color: #4065A4;
}

.list_service ul {
  margin-top: 3.125rem;
}

.list_service ul li:hover>div {
  box-shadow: 0px 4px 10px 0px rgba(64, 101, 164, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.list_service ul li>div {
  background: #F8F8F8;
  box-shadow: 0px 4px 10px 0px rgba(64, 101, 164, 0.15);
  text-align: center;
  padding: 3.4375rem 0 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_service ul li>div .icon {
  width: 5.875rem;
  height: 5.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}

.list_service ul li>div .icon img {
  height: 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_service ul li>div .name {
  color: #535967;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}

.list_service_two .row {
  margin: 0 -2.25rem;
}

.list_service_two .row>div {
  padding: 0 2.25rem;
}

.list_service_two .row ul {
  margin-top: 2.1875rem;
}

.list_service_two .row ul li {
  padding-left: 6rem;
  position: relative;
}

.list_service_two .row ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}

.list_service_two .row ul li .icon {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #4065A4;
  display: flex;
  padding: 0 .825rem;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list_service_two .row ul li p {
  color: #535967;
  text-align: justify;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.nyerji {
  padding-top: 5.625rem;
}

.nyerji ul {
  display: flex;
  justify-content: space-between;
}

.nyerji ul li {
  flex: 1 0 0;
  color: #535967;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.nyerji ul li a {
  padding-bottom: 0.625rem;
  position: relative;
}

.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 0.1875rem;
  background: #4065A4;
}

.nyerji ul li:hover a,
.nyerji ul li.active a {
  color: #4065A4;
}

.nyerji ul li:hover a::before,
.nyerji ul li.active a::before {
  width: 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_case .name {
  color: #535967;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}

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

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

.list_case .ul li:hover .name {
  color: #4065A4;
}

.list_product .right img {
  height: 35.625rem;
  object-fit: cover;
}

@media (max-width: 990px) {
  .list_product .right img {
    height: auto;
  }
}

.list_product.list_service .right {
  position: relative;
}

.list_product.list_service .right::before {
  content: "";
  position: absolute;
  bottom: 8.125rem;
  left: 1rem;
  width: 2.125rem;
  height: 2.125rem;
  background: #4065A4;
  border-radius: 50%;
  z-index: 3;
}

.bglg {
  background: linear-gradient(0deg, #F4F8FF 0%, #F4F8FF 100%), #F8F9FA;
}

.list_product_two:nth-child(odd) {
  background: linear-gradient(0deg, #F4F8FF 0%, #F4F8FF 100%), #F8F9FA;
}

.list_product_two .text p {
  position: relative;
  padding-left: 1rem;
  color: #535967;
  font-size: 1.125rem;
  font-weight: 400;

  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}

.list_product_two .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #535967;
}

.swiper_pag .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  margin: 0 5px;
  opacity: 1;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #4065A4;
  border-color: #4065A4;
}

.list_about .margin {
  color: #535967;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 3.125rem;
 
}

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

.list_about .right {
  padding-left: 0;
  position: relative;
}

.list_about .right::before {
  content: "";
  position: absolute;
  bottom: 8.75rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: #4065A4;
  z-index: 9;
  left: -1rem;
}

.list_about .alignc {
  align-items: flex-end;
}

.list_about_two .swiper-container {
  margin-top: 3.4375rem;
}

.list_about_three {
  background: url(../img/18.png) no-repeat;
  background-size: cover;
}

.list_about_three .img {
  margin-top: 2.5rem;
}

.list_about_three .name {
  color: #4065A4;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 1.5625rem 0 0.4375rem;
}

.list_about_three .text {
  color: #535967;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.list_about_three .bot {
  padding-top: 6.875rem;
  padding-bottom: 5.625rem;
  margin-top: 4.0625rem;
}

.list_about_three .bot .title {
  font-size: 2.25rem;
  line-height: 3rem;
}

.list_about_three .bot .left {
  padding-right: 5rem;
}

.list_about_three .bot .left .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -0.625rem;
  margin-top: 2.9375rem;
}

.list_about_three .bot .left .flex>div {
  margin: 0 0.625rem;
  background: #FFFFFF;
}

.list_about_three .bot .left .flex>div .iconfont {
  color: #000;
}

.list_about_three .bot .left .flex>div:hover {
  background: #4065A4;
}

.list_about_three .bot .left .flex>div:hover .iconfont {
  color: #fff;
}

.list_about_three .bot>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.list_about_three .bot .swiper_btn {
  position: static;
  margin-top: 2.8125rem;
}

.list_about_three .bot .right .swiper-slide.swiper-slide-active .name1 {
  color: #fff;
}

.list_about_three .bot .right .swiper-slide .over {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FAFAFA;
  box-shadow: 0px 4px 10px 0px rgba(64, 101, 164, 0.16);
  padding: 1.25rem 2.1875rem;
}

.list_about_three .bot .right .swiper-slide .name1 {
  color: #535967;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
  margin-top: 1.25rem;
}

.index_one .text {
  color: #535967;

  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 3.125rem 0;
}

.index_one .left {

}

.index_one .right {
  display: flex;
  padding-left: 0;
  position: relative;
}

.index_one .right::before {
  content: "";
  position: absolute;
  bottom: 8.75rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: #4065A4;
  z-index: 9;
  left: -1rem;
}

.index_one .right .over {
  width: 66%;
}

.index_one .right ul {
  width: 34%;
  margin-top: 0;
  padding-left: 2.125rem;
  flex-wrap: wrap;
}

.index_one .right ul li {
  flex: none;
  width: 100%;
}

.index_two .bot {
  margin-top: 3.125rem;
}

.index_two .bot .left {
  padding-bottom: 4.375rem;
  width: 75%;
}

.index_two .bot .left .hover {
  position: absolute;
  bottom: 1.875rem;
}

.index_two .bot .left .hover .flex {
  display: flex;
  align-items: center;
  margin: 0 -0.625rem;
}

.index_two .bot .left .hover .swiper_btn {
  position: static;
  background: #fff;
  margin: 0 0.625rem;
}

.index_two .bot .left .hover .swiper_btn:hover {
  background: #4065A4;
}

.index_two .bot .left .hover .swiper_btn:hover .iconfont {
  color: #fff;
}

.index_two .bot .left .hover .swiper_btn .iconfont {
  color: #000;
}

.index_two .bot .left ul li {
  display: none;
}

.index_two .bot .left ul li.active {
  display: block;
}

.index_two .bot .right {
  width: 44.9375rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #F2F2F2;
  background: #FFF;
  z-index: 9;
  padding: 5.5rem 5rem 6.875rem;
}

.index_two .bot .right .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.index_two .bot .right .text {
  color: #535967;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 1.5rem 0 1.875rem;
}

.index_two .bot .right .swiper-pagination {
  text-align: left;
  position: absolute;
  top: -2.8125rem;
  left: 0;
  bottom: 0;
  color: rgba(27, 28, 33, 0.2);
  height: 1.875rem;
}

.index_two .bot .right .swiper-pagination .swiper-pagination-current {
  color: #1B1C21;
}

.index_three .text {
  color: #535967;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 1.875rem 0 1.875rem;
}

.index_three .more_2 {
  margin-bottom: 2.1875rem;
}

.index_three .left {
  padding-right: 8.75rem;
}

.index_three .left .over {
  width: 82%;
  height: 27.375rem;
}

.index_three .left .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_three .right {
  padding-left: 0;
  padding-top: 1.25rem;
}

.index_three.index_four {
  position: relative;
  z-index: 9;
}

.index_three.index_four .left .over {
  height: auto;
}

.index_three.index_four .right {
  padding-top: 2.5rem;
}

.index_seren {
  background: url(../img/15.png) no-repeat;
  background-size: cover;
  padding: 14.375rem 0;
}

.index_seren .more_2 {
  justify-content: center;
}

.index_five {
  background: url(../img/16.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -4rem;
  z-index: 2;
}

.index_five .bot {
  margin-top: 4rem;
}

.index_five .right {
  padding-left: 0;
  padding-bottom: 4rem;
}

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

.index_five .name {
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.index_five .text {
  margin: 1.5625rem 0 2.5rem;
}

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

.index_five .hover {
  position: absolute;
  width: 100%;
  bottom: 10%;
}

.index_five .hover .swiper_btn {
  position: static;
}

.index_five .hover .flex {
  justify-content: flex-end;
  margin: 0 -0.625rem;
}

.index_five .hover .flex>div {
  background: #fff;
  margin: 0 0.625rem;
}

.index_five .hover .flex>div .iconfont {
  color: #000;
}

.index_five .hover .flex>div:hover {
  background: #4065A4;
}

.index_five .hover .flex>div:hover .iconfont {
  color: #fff;
}

.index_six .padding {
  margin-top: 3.125rem;
  padding: 0 3.75rem;
}

.index_six .data {
  color: #AAA;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0.75rem 0 2px;
}

.index_six .name {
  color: #535967;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.index_six .swiper-slide {
  height: auto;
  display: flex;
  align-items: flex-end;
}

.index_six .swiper-slide>a {
  width: 100%;
}

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

.index_six .swiper-slide:hover .name {
  color: #4065A4;
}

.index_six .swiper-slide .over img {
  height: 23.625rem;
  object-fit: cover;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .swiper-container {
  height: 30.875rem;
}

.index_six .swiper-slide-active .over img,
.index_six .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide .over img {
  height: 30.875rem;
  object-fit: cover;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .swiper_btn {
  background: #fff;
  margin-top: 0;
  top: 45%;
  margin: 0 0.625rem;
}

.index_six .swiper_btn .iconfont {
  color: #000;
}

.index_six .swiper_btn:hover {
  background: #4065A4;
}

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

footer {
  background: #3e65a6;
  padding: 5rem 0 7.5rem;
}

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

footer .left {
  width: 30%;
  display: none;
}

footer .left .logo img {
  filter: brightness(0) invert(1);
  height: 4rem;
}

footer .left ul {
  margin-top: 2.1875rem;
  padding-right: 2rem;
}

footer .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}

footer .left ul li:last-child p {
  font-weight: normal;
}

footer .left ul li .icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem;
  width: 3.3rem;
}

footer .left ul li p {
  width: calc(100% - 3.3rem);
  padding-left: 0.625rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
}

footer .left ul li p a {
  color: #FFF;
}

footer .center {
  width: 100%;
}

footer .center ul {
  display: flex;
  justify-content: space-between;
}

footer .name {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

footer .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  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;
  width: 7.875rem;
}

.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:#3e65a6;
}

.beian a {
  color: rgba(255, 255, 255, 0.5);
}

.beian a:hover {
  color: rgba(255, 255, 255, 1);
}

/* 招聘css 202405030 lch */
.dl1 dd a {
  padding: .5rem 1rem;
  line-height: 30px;

  border: 1px solid #cfcfcf;
  color: #686868;
  border-radius: 5px;
  display: inline-block;

}

.dl2 dd a {
  line-height: 30px;

  border: 1px solid #cfcfcf;
  color: #686868;
  padding: .5rem 1rem;
  border-radius: 5px;
  display: inline-block;
}

.dl1 dt,
.dl2 dt {
  margin: 1rem 0;
}

.recruit_three ul {
  margin-top: 3rem;
}

.dl1 dd a.active,
.dl2 dd a.active {
  background: #3e65a6;
  color: #FFF;
  border-color: #3e65a6;

}

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

.jion-div {
  border-radius: 1.25rem;
  background: #FFF;
  margin-bottom: 1.875rem;
  box-shadow: 0px 3px 15px 0px rgba(157, 157, 157, 0.3);
  padding: 2.2rem;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div .title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  /* 127.273% */
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDD;
  position: relative;
}

.jion-div .title a {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div .title::after {
  content: '';
  position: absolute;
  width: 2.5rem;
  height: 2px;
  background: #3e65a6;
  left: 0;
  bottom: -1px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div .div2 {
  margin-top: 1.1rem;
  color: #838383;
  text-align: justify;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}

.jion-div .div2 .dats {
  margin-top: 0.5rem;
}

.jion-div .svg-icon {
  right: 0;
  bottom: 0%;
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div .svg-icon .svg-jian {
  right: 0%;
  bottom: 20%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div:hover {
  background: #3e65a6;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div:hover .title {
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border-color: rgba(255, 255, 255, 0.2);
}

.jion-div:hover .title a {
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div:hover .title::after {
  background: #FFF;
}

.jion-div:hover .div2 {
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div:hover .svg-icon {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.jion-div:hover .svg-icon .svg-jian {
  right: 20%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.model-tanchu {
  color: #464646;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.model-tanchu .modal-header {
  padding: 1rem 0 0.7rem;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.model-tanchu .modal-body {
  padding: 0;
  border-bottom: 0;
}

.model-tanchu .modal-content {
  border-radius: 1.875rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 3px 15px 0px rgba(157, 157, 157, 0.1);
  outline: 0;
  padding: 1.5rem 2.5rem;
}

.model-tanchu .modal-content .modal-title {
  color: #3e65a6;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.model-tanchu .mtk-div {
  margin: 1.4rem 0 0;
}

.model-tanchu .mtk-div .p1 {
  color: #464646;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
  /* 155.556% */
}

.model-tanchu .modal-footer {
  color: #3e65a6;
  border: none;
  padding: 1rem 0;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  justify-content: flex-start;
}

.model-tanchu .modal-footer a {
  color: #3e65a6;
}

.model-tanchu .modal-footer span {
  color: #3e65a6;
}

.model-tanchu .modal-header .close {
  position: absolute;
  right: 1%;
  top: 10%;
  padding: 0;
}

.model-tanchu .shuzu-div {
  margin: 0.5rem 0 1rem;
}

@media (max-width: 1366px) {
  .san-ul {

    width: 53rem;
  }
}

@media (min-width: 1200px) {
  .model-tanchu .modal-xl {
    max-width: 58%;
  }
}

body.modal-open {
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    top: 15%;
  }
}

.recruit_three {

  background: #F3F3F3;
  padding: 5rem 0;
}

.logob {
  width: 12.5rem;
  filter: brightness(0) invert(1);
  opacity: .2;
}

.dl1 dd a {
  margin-bottom: 1rem;
}

.dl1 dt,
.dl2 dt {
  color: #3e65a6;
  margin-right: 1rem;

}

.dl1,
.dl2 {
  display: flex;
}

.model-tanchu .modal-body {
  height: 350px;
  overflow-y: scroll;
  padding-right: .625rem;
  margin: 10px 0;
}


.model-tanchu .modal-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.model-tanchu .modal-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #3e65a6;
}

.model-tanchu .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #d3dce6;
}

@media (max-width: 767px) {
  .recruit_three {
    padding: 3rem 0;

  }

  .dl1 dd a,
  .dl2 dd a {
    padding: .2rem .5rem;
  }

  .model-tanchu .modal-content {
    padding: 0.5rem 1.5rem;
    border-radius: .5rem;
  }

  .modal {
    top: 10%;
  }
}

.index-body header .logo img {
  filter: brightness(1) invert(0);
}

.dl1 dt,
.dl2 dt {
  text-transform: uppercase;
}
.tan-liuyan{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;

  width: 18.75rem

  
}

.tan-liuyan .list_message{
  background: #ececf0;  padding:  1rem .625rem;

}
.tan-liuyan .list_message .title1{
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
  position: relative;   
  text-align: center;
  margin-bottom: 1rem;
}

.tan-liuyan .list_message input {
  width: 100%;
  line-height: 2rem;
  margin-bottom: 1rem;
}.tan-liuyan .list_message textarea{
  height: 5.5rem;
  margin-bottom: 1rem;    padding: .5rem 1rem;
  border: none;
}.tan-liuyan .list_message button{
  line-height: 2.5rem;
  width: 100%;    border-radius: 0.125rem;
}.tan-liuyan .list_message textarea::placeholder,.tan-liuyan .list_message input::placeholder{
  font-size: 1rem;
}
.tan-liuyan  .close1{
  width: 1.875rem;
  background: #fff;

  border: 1px solid #d3dce6;
  height: 1.875rem;
  cursor: pointer;
  left: -.5rem;
  top: -.5rem;
  border-radius: 100%;
  z-index: 3;
  text-align: center;  transition: all 400ms ease-out;
  line-height: 1.7rem;

}.tan-liuyan  .close1 img{
  width: 40%;
}.tan-liuyan  .close1:hover{
  background: rgb(64 ,101 ,164);
  transition: all 400ms ease-out;
}.tan-liuyan  .close1:hover img{
  filter: brightness(0) invert(1);
}
.shangxia{
  color: #535967;
  text-align: justify;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 3.125rem;
  font-weight: 400;
}.shangxia a:hover{
  color: rgb(64 ,101 ,164);
}.list_product.list_service .right video{
  width: 100%;
}
.index_one .right .over{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact  .right{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.biaoge-div{
  margin-top: 3rem;
}

.biaoge-div .table  tr{
text-align: center;
}

.biaoge-div .table td, .biaoge-div .table th{

  vertical-align: middle;
}
.biaoge-div .table tr img{
  width: 6.25rem;
}

.biaoge-div .table tr:nth-child(1){
  font-size: 1.25rem;
  background: #4065A4;
  color: #fff;
}.biaoge-div .table {
  background: #fff;
}.biaoge-div .table tr:nth-child(1) td{
  padding: 1rem;
}

.biaoge-div .table{
  border-bottom: 1px solid #dee2e6; 
  border-left: 1px solid #dee2e6; 
}.biaoge-div .table tr td{
  border-right: 1px solid #dee2e6; 
}
.biaoge-div .table tr  td{
  padding: 0;
}
.bread  .container{
    position: relative;
}
 .bread .nameer{
     
    position: absolute;
    right: 0%;
    top: 50%;
    color: #FFF;

    margin: 0;
    transform: translateY(-50%);
    z-index: 999;
}
.banner .bread  .nameer{
       color: #4065A4;  right: 7%;
}

@media (max-width: 767px) {
    .nameer{
        font-size: 18px;
        margin: 15px 0 15px;
    }
  .biaoge-div .table {
    border-left: 1px solid #dee2e6; 
  }
}

/*.list_contact .list.address2{*/
/*    align-items: start;*/
/*}*/