﻿* {
  -webkit-tap-highlight-color: transparent;
}


#header,
#nav ul li h3,
.top_menu {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#header {
  z-index: 999;
  height: 7.5rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 998;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#header>.m {
  display: flex;
  height: 100%;
  max-width: 1800px;
  justify-content: space-between;
  align-items: center;
  position: static;
}

#header .fr {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 760px;
  margin-left: 3rem;
}

#logo {
  flex-shrink: 0;
}

#logo a {
  display: flex;
  height: 100%;
  align-items: center;
}

#logo img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  width: 22.5rem;
}

#logo .img01 {
  display: none;
}

#logo .img02 {
  display: block;
}

#nav {
  flex-grow: 1;
}

#nav ul {
  display: flex;
  flex-grow: 1;
}

#nav ul li {
  float: left;
  position: relative;
  z-index: 0;
  flex-grow: 1;
  text-align: center;
}

#nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 0;
}

#nav ul li h3 {
  font-size: 1rem;
  color: #535050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 7.5rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

#nav ul li h3 svg {
  width: 8px;
  margin-left: 0.5rem;
}

#nav ul li.on h3,
#nav ul li:hover h3 {}



#nav li .sub {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: 0;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2) translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  padding: 1rem 10px 1rem;
}

#nav li .sub .box {
  padding: 0;
  text-align: center;
}

#nav li .sub a {
  padding: 0;
  line-height: 1.875rem;
  transition: 0.3s;
  font-size: 0.9375rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  width: 100%;
  white-space: nowrap;
  display: block;
  margin-bottom: 0.5rem;
  position: relative;
}

#nav li .sub a:last-child {
  margin-bottom: 0;
}

#nav li .sub a:last-child::before {
  display: none;
}

#nav li .sub a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  bottom: -0.25rem;
  left: 0;
}

#nav li .sub a:hover {
  color: #3888e5;
}

#nav li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}

#nav li .sub .img {
  width: calc(100% - 186px);
  height: 76px;
}

#nav li .sub .img img {
  width: 100%;
  object-fit: cover;
}

.top_menu_box {
  display: flex;
  position: relative;
  padding-left: 1.25rem;
}

.top_menu_box .top_menu {
  display: flex;
  padding: 0 0.75rem;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.top_menu_box .top_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.top_menu_box .top_menu svg {
  width: 1.25rem;
  height: 1.25rem;
}

.top_menu_box .top_menu.btn_language svg path {
  fill: #fff;
}

.top_menu_box .top_menu svg:nth-child(3) {
  width: 1rem;
  height: 1rem;
}

.top_menu_box .top_menu span {
  margin-left: 0.75rem;
  margin-right: 0.375rem;
  font-size: 1rem;
  color: #fff;
  transition: 0.5s;
}

.top_menu_box .top_menu.btn_search svg {
  width: 1.5rem;
  height: 1.5rem;
}

.top_menu_box:before {
  content: '';
  display: block;
  width: 1px;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(112, 108, 108, 0.5);
  transition: 0.5s;
}

.top_menu_box .top_menu.on:before {
  opacity: 0;
  visibility: hidden;
}

.top_menu_box .top_menu.on svg path {
  fill: #595a5d;
}

.language_sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 5px 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform-origin: top;
  transform: scaleY(0);
}

.top_menu_box .top_menu:hover .language_sub {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.language_sub a {
  display: block;
  text-align: left;
  justify-content: flex-start !important;
  padding: 1rem 2rem;
  text-transform: uppercase;
  padding-left: 23%;
  font-size: 0.9375rem;
  color: #666;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.language_sub a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.language_sub a:after {
  content: '';
  display: block;
  width: 3px;
  height: 0;
  background: #3888e5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}

.language_sub a.on {
  background: #d9e5f4;
}

.language_sub a.on:after {
  height: 100%;
}

.language_sub a:hover {
  background: #d9e5f4;
}

.language_sub a:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
}

#header.xg {
  height: 6rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header.xg #nav li .sub {
  background: rgba(255, 255, 255, 0.9);
}

#header.xg #nav ul li h3 {
  line-height: 6rem;
  color: #333;
}

#header.xg #nav ul li h3:before {
  background: #3888e5;
}

#header.xg #nav ul li h3 svg path {
  fill: #999;
}

#header.xg #logo .img01 {
  display: block;
}

#header.xg #logo .img02 {
  display: none;
}

#header.xg .top_menu_box .top_menu svg path {
  fill: #3888e5 !important;
}

#header.xg .top_menu_box .top_menu span {
  color: #333;
}

#header.xg .top_menu_box:before {
  background: rgba(0, 0, 0, 0.2);
}




#m_header {
  display: none;
  height: 4.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0s 1.5s;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .m {
  position: relative;
  height: 100%;
}

.m_user {
  height: 4.5rem;
  line-height: 4.5rem;
  margin-right: 4rem;
  color: #999;
}

.m_user a {
  display: inline-block;
  margin: 0 0.625rem;
  color: #666;
}

.m_user a svg {
  width: 16px;
}

.m_user a:hover {
  color: #3888e5;
}

.m_user a:hover svg path {
  fill: #3888e5;
}

#m_logo {
  transition: 0s 1.5s;
  height: 100%;
  visibility: visible;
  float: left;
  display: flex;
  align-items: center;
}

#m_logo img {
  display: block;
  height: 2rem;
}

.m_nav_list {
  
  
  width: 100%;
  
}

.m_nav_list::-webkit-scrollbar {
  display: none;
}

.top_search {
  margin-bottom: 1rem;
}
.top_search form {

  display: flex;

  justify-content: center;

  margin-right: 0;

  margin-top: 1rem;

  margin-bottom: 1rem;

  max-width: 80%;

  margin: 0 auto;

}



.top_search .input {

  flex-grow: 1;

  border: 1px solid #d8d5d2;

  border-right: 0;

  padding-left: 15px;

}



.top_search .button {

  flex-shrink: 0;

  background: #08338a;

  width: 3rem;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 3rem;

}



.top_search .button svg {

  width: 1.75rem;

  height: 1.75rem;

}



.top_search .button svg path {

  fill: #fff;

}

#m_nav {
  z-index: -1;
  position: fixed;
  background: #eef2f6;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  display: none;
  padding: 80px 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  display: block;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
}

#m_nav::-webkit-scrollbar {
  display: none;
}

#m_nav.act {
  pointer-events: auto;
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

#m_nav>ul>li {
  width: 80%;
  overflow: hidden;
  padding: 0 1rem;
  margin: 0 auto;
}

#m_nav>ul>li+li {
  border-top: 1px solid rgb(111 111 111 / 10%);
}

#m_nav li .a {}

#m_nav li .a h3 {
  line-height: 4.5rem;
  height: 4.5rem;
  color: #3d3d3d;
  padding: 0;
  font-size: 1.25rem;
  float: left;
  font-weight: bold;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li .a span i {
  font-size: 0;
}

#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 16px;
  height: 4.5rem;
  float: right;
  display: inline-block;
  background: url(../image/arrow_down.svg) center no-repeat;
  background-size: contain;
}

#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

.slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1.125rem;
  color: #666;
  text-align: left;
  line-height: 35px;
  height: 35px;
  border: 0;
}


#m_nav .title .list .void>a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void>a:before {
  content: '·';
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: none;
  font-size: 0.875rem;
  opacity: 0.8;
  min-width: 50%;
  float: left;
  display: inline-block;
  color: #999;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  
}

.search-dialog-box:before {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  transition: 0.6s;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(270deg,
      rgb(175, 30, 40) 30%,
      rgba(175, 30, 40, 0) 100%);
  background-image: -webkit-linear-gradient(270deg,
      rgba(56, 137, 229, 0.6),
      rgba(56, 137, 229, 0) 100%);
  background-image: -ms-linear-gradient(270deg,
      rgba(56, 137, 229, 0.6),
      rgba(56, 137, 229, 0) 100%);
}

.search-dialog-box.on:before {
  height: 100%;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-repeat: no-repeat;
  
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: 0.6s;
}

.header-right .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.8s;
}

.search-dialog-box .bubbles-bg .bubble {
  position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
  width: 6%;
  padding-top: 6%;
  left: 26.875%;
  top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
  border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble2 {
  width: 12px;
  padding-top: 12px;
  left: 13.54%;
  top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
  background-color: #3888e5;
}

.search-dialog-box .bubbles-bg .bubble3 {
  width: 36px;
  padding-top: 36px;
  left: 8.854%;
  top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
  background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble4 {
  width: 56.875%;
  padding-top: 56.875%;
  left: -28.6458%;
  top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
  background: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(45deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.05) 100%);
}

.search-dialog-box .bubbles-bg .bubble5 {
  width: 54px;
  padding-top: 54px;
  left: 26.3%;
  top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
  background-color: #fff;
  opacity: 0.1;
}

.search-dialog-box .bubbles-bg .bubble6 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 73.4375%;
  top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
  background: -webkit-linear-gradient(135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.1) 100%);
}

.search-dialog-box .bubbles-bg .bubble7 {
  width: 2rem;
  padding-top: 2rem;
  left: 60.9375%;
  top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
  background-color: #3888e5;
}

.search-dialog-box .bubbles-bg .bubble8 {
  width: 1.35rem;
  padding-top: 1.35rem;
  left: 95.83%;
  top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
  border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble9 {
  width: 16px;
  padding-top: 16px;
  left: 76.5625%;
  top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
  background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble10 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 71.354%;
  top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
  background: -webkit-linear-gradient(135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.3) 100%);
  background: -ms-linear-gradient(135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.3) 100%);
}

.search-dialog-box .bubbles-bg .bubble {
  animation: spin 8s infinite linear;
  transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
  animation: spin2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble .circle {
  animation: spin-reverse 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
  animation: spin-reverse2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .sm-bubble {
  transform-origin: 30% 30px;
}

.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;

  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 2.75rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0;
}

.search-dialog .search-input {
  width: 50rem;
  margin: 0 auto;
  padding: 0 0.5rem 0 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s;
  max-width: 94%;
}

.search-dialog .search-input input[type='text'] {
  float: left;
  height: 4.5rem;
  width: calc(100% - 3.5rem);
  background-color: transparent;
  font-size: 1.25rem;
  color: #fff;
  transition: all 0.3s;
}

.search-dialog .search-input input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type='text']:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type='text']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type='button'],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 4.5rem;
  width: 3.5rem;
}

.search-dialog .search-input input[type='button'] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  background-image: url('../image/search-btn.svg');
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/close-btn.svg');
  background-size: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: #fff;
}

.search-dialog .search-input.on input[type='submit'] {
  background-image: url('404.png');
}

.search-dialog .hot-search {
  font-size: 0;
  width: 19.5rem;
  margin: 0.6rem auto 0;
  box-sizing: border-box;
  padding: 0 0.6rem;
  overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
  font-size: 0.375rem;
  line-height: 0.5rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.5rem;
  background-image: url(404.png);
}

.search-dialog .hot-link {
  margin-left: 1rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0.375rem;
  line-height: 0.5rem;
  margin-right: 0.75rem;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a:before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #fff;
  font-family: 'gilroy-regular';
  margin-top: 0.5rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0);
}

.pub-close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  right: 1.5rem;
  top: 1.35rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s;
}

.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  background-image: url(../image/close-btn.svg);
  transition: 0.6s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}


#banner {
  position: relative;
}

#banner .swiper-container {
  height: 100vh;
}

#banner .swiper-slide {
  overflow: hidden;
}

#banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

#banner .txt {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  flex-direction: column;
}

#banner .txt {
  opacity: 0;
}

#banner .swiper-slide.swiper-slide-active .txt {
  animation: enter 1.2s forwards 0.2s;
}

#banner .txt h5 {
  font-family: SourceHanSansCN-Heavy;
  font-size: 2.5rem;
  line-height: 3.4375rem;
}

#banner .txt p {
  font-family: Axiforma-Light;
  font-size: 1.125rem;
  line-height: 1.5;
}

#banner .swiper-button-white {
  z-index: 100;
  margin-top: 0;
  transform: translate(0, -50%);
}

#banner .swiper-button-white svg {
  transition: 0.5s;
}

#banner .swiper-button-prev {
  left: 4%;
}

#banner .swiper-button-next {
  right: 4%;
}

.dotbox {
  position: absolute;
  left: auto;
  right: 15rem;
  bottom: 15rem;
  width: 11.25rem;
  height: 3.125rem;
  z-index: 200;
}

#banner .swiper-pagination {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#banner span {
  font-family: Axiforma-Black;
}

#banner .swiper-pagination span:before {
  content: '0';
  position: static;
  height: auto;
}

#banner span.swiper-pagination-current {
  color: #fff;
  font-size: 1.625rem;
}

#banner .swiper-pagination i,
#banner span.swiper-pagination-total {
  color: rgba(255, 255, 255, 0.5);
}

#banner span.swiper-pagination-total {
  line-height: 2;
}

@-webkit-keyframes svgrotate {
  0% {
    stroke: rgba(255, 255, 255, 1);
    stroke-dasharray: 0, 62.8;
    stroke-dashoffset: 62.8;
  }

  100% {
    stroke: rgba(255, 255, 255, 1);
    stroke-dasharray: 62.8, 0;
    stroke-dashoffset: 62.8;
  }
}

@keyframes enter {}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

#n_main {}

.n_banner {
  height: 35.9375rem;
  width: 100%;
  position: relative;
}
.n_banner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 11.375rem;
  bottom: 0;
  background: url(../image/n_bannerhu.png)no-repeat;
  background-size: cover;
}
.n_banner .m {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.n_banner .m ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.625rem;
  gap: 2rem;
}

.n_banner .m ul li a {
  width: 6.5rem;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  color: #fff;
  transition: all 0.5s;
}

.n_banner .m ul li.on a,
.n_banner .m ul li a:hover {
  background: rgba(255, 255, 255, 0.27);
}

.n_banner p {
  font-size: 1.125rem;
  color: rgba(1, 1, 1, 0.7);
  line-height: 1.5;
  text-transform: uppercase;
  font-family: Axiforma-Light;
  margin-top: 1rem;
}

.n_banner h3 {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
}


#m_n_nav {
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 9;
  width: 100%;
  background: #08338a;
}

#m_n_nav .m {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bnt_back {}

#bnt_back svg {
  fill: #fff;
  vertical-align: middle;
  max-width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 50px;
}

#bnt_sub_nav {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

#bnt_sub_nav svg {
  fill: #fff;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

#bnt_sub_nav img {
  display: block;
  height: 15px;
}

#bnt_sub_nav.on img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#sub_nav_content {
  background: #f0f3f5;
  display: none;
  box-shadow: 0 0 5px #999;
  z-index: 9;
}

#sub_nav_content ul {
  padding: 10px;
}

#sub_nav_content ul li {
  display: block;
  line-height: 28px;
  margin: 1rem 0;
}

#sub_nav_content ul li a {
  display: block;
  border-left: 2px solid #3888e5;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  color: #535455;
}

#sub_nav_content ul li.on a {
  color: #3888e5;
}

#sub_nav_content dl {
  font-size: 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
}

#sub_nav_content dt {
  position: relative;
  background: #fff;
  z-index: 999;
  width: 33.333%;
  display: inline-block;
  margin-bottom: 0;
  float: left;
  text-align: center;
}

#sub_nav_content dt a {
  margin: 0 20px;
  display: block;
  color: #5b5349;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
}

#sub_nav_content dt a i {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dt.title {
  background: #fafafb;
}

#sub_nav_content dt.title i {
  opacity: 1;
  filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
  background: #fafafb;
}

#sub_nav_content dt.title_on a {
  color: #08338a;
  border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
  color: #08338a;
}

#sub_nav_content dt.last a {
  border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
  color: #08338a;
}

#sub_nav_content dd {
  display: none;
}

#sub_nav_content dd .box {
  padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
  padding: 0 25px;
  line-height: 30px;
  border-top: 1px solid #e7e7e7;
  font-size: 12px;
  color: #5b5349;
  display: block;
  height: 30px;
}

#sub_nav_content dd a.on {
  color: #3888e5;
}

.s_about {
  width: 100%;
  background: url(../image/s_about_bg.jpg)center no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 63rem;
  z-index: 100;
}
.s_about::before {
  content: "";
  position: absolute;
  top: -17.0625rem;
  width: 100%;
  height: 17.0625rem;
  background: url(../image/quxian.png)center no-repeat;
  background-size: cover;
}
.s_about .m {
  display: flex;
  gap: 14.75rem;
  margin-top: -7.5rem;
  
  justify-content: space-between;
  align-items: flex-start;
}

.s_about .m .about_us  {
  max-width: 22.75rem;
  flex-shrink: 0;
  width: 100%;
}

.s_about .m .about_us p ,
.earth_ser>p , .newtit p {
  font-family: FRADM;
  color: #08338a;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.s_about .m .about_us p span ,
.earth_ser>p span {
  color: #d3ab88;
}

.s_about .m .about_us h3 ,
.earth_ser h3 , .newtit h3 {
  color: #000000;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 1rem 0 2rem;
}

.s_about .m .about_us h5 ,
.earth_ser h5 , .newtit h5 {
  color: #797a7b;
  font-size: 1.125rem;
  line-height: 1.875;
}

.s_about .m .about_us a {
  display: inline-flex;
  margin-top: 2.5rem;
}

.s_about .txt h4 {
  font-size: 1.6875rem;
  color: #323232;
  line-height: 2.5rem;
  font-weight: bold;
}

.s_about .txt .con {
  font-size: 0.9375rem;
  line-height: 2rem;
  color: rgba(54, 54, 54, 0.6);
  margin-top: 2rem;
  margin-bottom: 2.25rem;
  text-indent: 2em;
}


.s_qiehuan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.s_qiehuan li a {
  max-width: 35.625rem;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.s_qiehuan li h4 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
.s_qiehuan li h6 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1rem 0 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.s_qiehuan li p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1.875rem;
  text-indent: 2em;
}
.s_qiehuan li a::before {
  position: absolute;
  content: '';
  width: 97.5rem;
  height: 97.5rem;
  opacity: 0;
  transition: all .5s;
  border-radius: 50%;
  z-index: -1;
}
.s_qiehuan li.on a::before {
  opacity: 1;
}
.s_qiehuan li:first-child a::before {
  left: -150%;
  background: rgba(13, 51, 147, 0.4);
}
.s_qiehuan li:nth-child(2) a::before {
  right: -150%;
  background: rgba(213, 167, 140, 0.4);
}

.s_switch {
  height: 57.1875rem;
  position: relative;
  overflow: hidden;
}
.s_switch .m {
  display: flex;
  align-items: center;
}
.s_switch::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(9, 47, 142, 0.2);
}
.s_switch .imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  
}
.s_switch .imgbg .li {
  display: block;
  opacity: 1;
  transition: all .5s;
  position: absolute;
  width: 100%;
  height: 100%;
}
.s_switch .imgbg .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_switch .imgbg .li.hide {
  opacity: 0;
}


.s_earth {
  width: 100%;
  background: url(../image/earthservice.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
  padding: 10rem 0 14rem;
}
.s_earth .earth_ser {
  max-width: 30.25rem;
  width: 100%;
}
.earth_ser h5 {
  font-size: 1rem;
}
.s_earth .fwmap{
  position: absolute;
  
  width: 58rem;
  height: 39.75rem;
  right: 7%;
  margin-top: 4rem;
  top: 50%;
  transform: translate(0,-50%);
}
.s_earth .fwmap ul {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;

}
.s_earth .fwmap ul li {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
}
.s_earth .fwmap ul li .fwico {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  transition: all .5s;
}
.s_earth .fwmap ul li .fwico::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #e4a445;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.s_earth .fwmap ul li .fwico .gaoliang {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  animation: wave 1.5s ease-out infinite;
  z-index: 1;
  opacity: 0;
  transition: all .5s;
}
.s_earth .fwmap ul li:hover .gaoliang {
  opacity: 1;
}
.s_earth .fwmap ul li:hover .fwico {
  width: 30px;
  height: 30px;
}
.s_earth .fwmap ul li:hover .fwico .gaoliang {
  width: 1.875rem;
  height: 1.875rem;
}
.s_earth .fwmap ul li:hover .fwico::before {
  content: '';
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background: #092f8e;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.s_earth .fwmap ul li:hover p {
  background: #092f8e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: bold;
  height: 2.125rem;
  border-radius: 1.25rem;
}
.s_earth .fwmap ul li P {
  color: #7d7d7e;
  font-size: .875rem;
  line-height: 1.875rem;
  font-weight: bold;
  transition: all .5s;
}
.s_earth .fwmap ul .russia {
  left: 40%;
  top: 10%;
}
.s_earth .fwmap ul .Kazakhstan {
  left: 5%;
  top: 18%;
}
.s_earth .fwmap ul .Kyrgyzstan {
  left: -4.5%;
  top: 30%;
}
.s_earth .fwmap ul .Uzbekistan {
  left: -6%;
  top: 35%;
}
.s_earth .fwmap ul .Tajikistan {
  left: -3%;
  top: 40%;
}
.s_earth .fwmap ul .Turkmastan {
  left: -19%;
  top: 39%;
}
.s_earth .fwmap ul .Nepal {
  left: 8%;
  bottom: 33%;
}
.s_earth .fwmap ul .Bhutan{
  left: 11%;
  bottom: 28%;
}
.s_earth .fwmap ul .Pakistan{
  left: -5%;
  bottom: 24%;
}
.s_earth .fwmap ul .India{
  left: 7%;
  bottom: 20%;
}
.s_earth .fwmap ul .Bengal{
  left: 20%;
  bottom: 3%;
}
.s_earth .fwmap ul .SriLanka{
  right:81%;
  bottom: -1%;
}
.s_earth .fwmap ul .Maldives{
  left: 2%;
  bottom: -7%;
}
.s_earth .fwmap ul .shenyang{
  right: 27%;
  top: 30%;
}

.s_earth .fwmap ul .Latin{
  right: 3%;
  top: 55%;
}

.s_earth .fwmap ul .zhengzhou{
  left: 58%;
  top: 53%;
}

.s_earth .fwmap ul .chengdu{
  left: 40%;
  bottom: 31%;
}
.s_earth .fwmap ul .chongqing{
  left: 49.5%;
  bottom: 30%;
}
.s_earth .fwmap ul .guiyang{
  left: 48%;
  bottom: 21%;
}
.s_earth .fwmap ul .shenzhen{
  left: 60%;
  bottom: 13.5%;
}

.s_earth .laoqin {
  display: flex;
  align-items: center;
  gap: .875rem;
  position: absolute;
  right: 35rem;
  margin-top: 5rem;
  top: 50%;
  transform: translate(0,-50%);
}



.s_earth .laoqin .xian {
  background: #092f8e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .9375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: bold;
  height: 2.125rem;
  border-radius: 1.25rem;
}
.s_earth .laoqin .zbdian {
  width: 1.875rem;
  height: 1.875rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.s_earth .laoqin .zbdian::before {
  content: '';
  position: absolute;
  width: .875rem;
  height: .875rem;
  background: #092f8e;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.s_earth .laoqin .zbdian:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  animation: wave 1.5s ease-out infinite;
  z-index: -1;
}

@-webkit-keyframes wave {

	0% {
		background: rgba(35, 29, 35, .4);

		transform: translateX(-50%) translateY(-50%) scale(1)
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1.5)
	}
}




.s_earth .citys {
  display: grid;
  gap: 3rem;
  max-width: 22.375rem;
  margin-top: 3rem;
}
.s_earth .citys p {
  color: #092f8e;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.s_earth .citys ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.4375rem 1.25rem;
}
.s_earth .citys ul li {
  border: 1px solid #d4d0d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #797a7b;
  font-size: .9375rem;
  width: 4.625rem;
  height: 2.3125rem;
  transition: all .5s;
  border-radius: .375rem;
}
.s_earth .citys ul li:hover {
  color: #fff;
  background: #15387e;
  border: 1px solid #15387e;
}

.s_new  {
  width: 100%;
  background: url(../image/s_newbg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}
.s_new .newtit {
  text-align: center;
}
.s_new .newtit h3 {
  margin: 1rem 0;
}
.s_new .newtit h5 , 
.s_new .newtit p ,
.s_new .newtit h3 {
  color: #fff;
}

.s_newbox {
  position: relative;
}

#s_news .swiper-slide {
  border-radius: .5rem;
  background: url(../image/new_xinwen.jpg)no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 2.75rem 2rem;
  overflow: hidden;
}
.s_newbox .newname {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e6e4e6;
}
.s_newbox .newname h5 {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.25rem;
  position: relative;
  padding-left: .875rem;
}
.s_newbox .newname h5::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 22px;
  background: #e5a049;
  border-radius: .25rem;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.s_newbox .newname a {
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9c4c9;
  transition: all .5s;
}
.s_newbox .newname a svg path {
  transition: all .5s;
}
.s_newbox .newname a:hover {
  border: 1px solid #0b2b92;
  background: #0b2b92;

}

.s_newbox .newname a:hover svg path {
  fill: #fff;
}
.s_newbox ul {
  display: grid;
}
.s_newbox ul  li {
  padding: 1.5rem 0 1.875rem;
  border-bottom: 1px dotted #bdb7bd;
}
.s_newbox ul  li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}
.s_newbox ul  li a span {
  color: #909090;
  font-size: .8125rem;
  line-height: 1.5rem;
}
.s_newbox ul  li a h5 {
  color: #232323;
  font-size: 1rem;
  line-height: 1.5;
  margin: .75rem 0 .5rem;
  transition: all .5s;
}
.s_newbox ul  li a p {
  color: #8c8c8c;
  font-size: .875rem;
  line-height: 1.5rem;
}

.s_newbox ul  li a:hover h5 {
  color: #092f8e;
}






.s_newbox .swiper-button-white {
  width: 3.25rem;
  height: 3.25rem;
  background: #d5a78c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  transition: all .5s;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 100;
}
.s_newbox .swiper-button-white:hover {
  background: #183482;
}
.s_newbox  .snew_next {
  left: auto;
  right: -4.375rem;
}
.s_newbox  .snew_prev {
  right: auto;
  left: -4.375rem;
}

.s_new .more {
  width: 10.3125rem;
  height: 3.25rem;
  background: #1b3086;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.75rem auto 2.5rem;
  color: #fff;
  font-size: .9375rem;
  line-height: 3rem;
  gap: .9375rem;
  transition: all .5s;
}
.s_new .more:hover {
  background: #d7a390;
}
.s_new .more svg path {
  transition: all .5s;
}
.s_new .more:hover svg path {
  fill: #fff;
}


.btn_xq {
  font-size: 0.9375rem;
  color: #494949;
  width: 8.4375rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #7c7c7c;
  border-radius: 1.875rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all ease 600ms;
}

.btn_xq:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 1.25rem;
  box-sizing: border-box;
  border: 2px solid #cdcfd2;
  transition: all ease 600ms;
  z-index: -1;
}

.btn_xq:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  background: #3888e5;
  transition: all ease 600ms;
  z-index: -1;
}

.btn_xq:hover:before {
  border: 2px solid #3888e5;
}

.btn_xq:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn_xq:hover {
  color: #fff;
}

.s_shuzi {
  margin-top: 3.25rem;
}

.s_shuzi ul {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
}

.s_shuzi ul li {
  text-align: center;
}

.s_shuzi ul li p {
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  margin-top: 0.5rem;
}

.s_shuzi ul li div {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  justify-content: center;
}

.s_shuzi ul li div span {
  font-size: 3.125rem;
  color: #08338a;
  font-family: FRADM;
}

.s_shuzi ul li div i {
  font-size: 0.875rem;
  color: #000000;
}

.s_news {}

.s_news .m {
  display: grid;
  grid-template-columns: 0.473fr 0.527fr;
  gap: 4.375rem;
}

.s_news .hd {
  padding-bottom: 1.125rem;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.s_news .hd ul {
  display: flex;
  justify-content: space-between;
  max-width: 378px;
}

.s_news .hd ul li {
  position: relative;
}

.s_news .hd ul li:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3888e5;
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: center;
}

.s_news .hd ul li a {
  font-size: 1.125rem;
  color: #4c4c4c;
  font-weight: bold;
  display: block;
  padding-bottom: 1.125rem;
}

.s_news .hd ul li.on a {}

.s_news .hd ul li.on:before {
  transform: scaleX(1);
}

.s_news .bd {}

.s_news .bd ul {}

.s_news .bd ul li {}

.s_news .bd ul li a {
  display: grid;
  grid-template-columns: 1fr 7rem;
  align-items: center;
}

.s_news .bd ul li h5 {
  line-height: 2.5rem;
  font-size: 1.125rem;
  color: #454545;
  position: relative;
  padding-left: 21px;
  transition: 0.5s;
}

.s_news .bd ul li h5:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #a4a4a4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.s_news .bd ul li span {
  justify-self: flex-end;
  font-size: 1rem;
  color: #909090;
  font-family: BarlowCondensed-Regular;
}

.s_news .bd ul li:hover h5 {
  color: #3888e5;
}

.s_news .bd2 {}

.s_news .bd2 ul {}

.s_news .bd2 ul li {}

.s_news .bd2 ul li a {
  display: block;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}

.s_news .bd2 ul li .img {}

.s_news .bd2 ul li .img img {}

.s_news .bd2 ul li .img:after {
  padding-top: 25.9375rem;
}

.s_news .bd2 ul li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6rem 1.875rem 1.5rem;
  background-image: -moz-linear-gradient(270deg,
      transparent 0%,
      rgba(0, 0, 0, 0.9) 100%);
  background-image: -webkit-linear-gradient(270deg,
      transparent 0%,
      rgba(0, 0, 0, 0.9) 100%);
  background-image: -ms-linear-gradient(270deg,
      transparent 0%,
      rgba(0, 0, 0, 0.9) 100%);
}

.s_news .bd2 ul li .txt h5 {
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
}

.s_tt {}

.s_tt span {
  font-size: 2.625rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: BarlowCondensed-Medium;
}

.s_tt h3 {
  font-size: 1.375rem;
  color: #fff;
}

.btn_arr {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  border: 2px solid #e0e2e4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn_arr font {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn_arr font:nth-child(1) {
  left: -50px;
}

.btn_arr font:nth-child(2) {
  left: 0;
}

.btn_arr font svg path {
  fill: #c5c8cb;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn_arr font svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

.btn_arr:hover {
  background: #3888e5;
  border: 2px solid #3888e5;
}

.btn_arr:hover font:nth-child(1) {
  left: 0;
}

.btn_arr:hover font:nth-child(2) {
  left: 50px;
}

.btn_arr:hover font svg path {
  fill: #fff;
}


#foot {
  background: url(../image/footbg.jpg) no-repeat;
  width: 100%;
  padding-top: 4.375rem;
  padding-bottom: 2rem;
  position: relative;
}

#foot .m .box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}

.foot_nav {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 865px;
  width: 100%;
}

.foot_nav dl dt {
  font-size: 1.125rem;
  color: #183482;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.foot_nav dl dd {
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.875rem;
  transition: all 0.5s;
}

.foot_lx .footphone {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 1.5rem 0;
}

.foot_lx .footphone .footico {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dac4bb;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.foot_lx .footphone p {
  color: #474848;
  font-size: 0.875rem;
  line-height: 1, 5;
}

.foot_lx .footphone h5 {
  font-weight: bold;
  color: #183482;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.foot_lx .ewmbox {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: 2.5rem;
}
.foot_lx .ewmbox img {
  max-width: 5.9375rem;
  max-height: 5.9375rem;
}
.foot_lx .ewmbox p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.copyright p {
  text-align: center;
  color: rgba(1, 1, 1, 0.4);
  font-size: 0.8125rem;
  line-height: 1.125rem;
  gap: 3px;
}

.copyright a {
  transition: all 0.5s;
}

.copyright a:hover,
.foot_nav dl dd:hover {
  color: #183482;
}

#gotop {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -2.375rem;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  background: #f1f6fc;
  padding: 0.375rem;
  z-index: 100;
}

#gotop div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #15387e;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

#gotop span svg {
  width: 2.375rem;
  height: 2.375rem;
}

.img img {
  display: block;
}

body.nei {
  position: relative;
}

.n_tit {
  text-align: center;
}

.n_tit p {
  color: #d5a78c;
  font-size: 1.25rem;
  font-family: Axiforma-Light;
  line-height: 1.5;
  text-transform: uppercase;
}

.n_tit h5 {
  color: #373636;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.xiaoimg {
  position: relative;
  height: 16.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.xiaoimg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(8, 32, 80, 0.1);
  left: 0;
  top: 0;
  z-index: 1;
}

.xiaoimg .shuoming {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.xiaoimg p {
  color: #fff;
  font-weight: bold;
  font-size: 1.6875rem;
  line-height: 1.75;
}

.xiaoimg .shuoming a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 10.3125rem;
  height: 3.25rem;
  border-radius: 0.375rem;
  gap: 1rem;
  color: #08338a;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.ywtit {
  display: flex;
  align-items: center;
  gap: 1.375rem;
}

.ywtit .yenum {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: FRADM;
  background: #08338a;
  border-radius: 0.375rem;
}

.ywtit p {
  font-family: FRADM;
  color: #d5a78c;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.ywtit h5 {
  font-size: 1.625rem;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
}

.ywmk>h5 {
  color: #111111;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ywmk>p {
  color: #797a7b;
  font-size: 1rem;
  line-height: 2.5rem;
  text-indent: 2em;
}

#xingshi .swiper-slide {
  padding: 2px;
}

#xingshi .swiper-slide>div {
  border: 1px solid #dae0e6;
  display: flex;
  flex-direction: column;
  padding: 1.6875rem 1.375rem 2.25rem;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  gap: 1.875rem;
  overflow: hidden;
  border-radius: 0.375rem;
}

#xingshi .swiper-slide .xsico {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2cde2;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
  transition: all 0.5s;
  position: relative;
}
#xingshi .swiper-slide .xsico img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
#xingshi .swiper-slide .xsico .xsico2 ,
#xingshi .swiper-slide:hover .xsico .xsico1 {
  opacity: 0;
}
#xingshi .swiper-slide .xsico .xsico1 ,
#xingshi .swiper-slide:hover .xsico .xsico2 {
  opacity: 1;
}

#xingshi .swiper-slide .xsico svg path {
  fill: #fff;
  transition: all 0.5s;
}

#xingshi .swiper-slide h5 {
  color: #010101;
  font-size: 1.125rem;
  line-height: 2.5rem;
  font-weight: bold;
  transition: all 0.5s;
}

#xingshi .swiper-slide p {
  color: #797a7b;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  text-align: center;
  transition: all 0.5s;
  height: 5.625rem;
}

#xingshi .swiper-slide:hover>div {
  background: #08338a;
  border: 1px solid #08338a;
}

#xingshi .swiper-slide:hover .xsico {
  background: #fff;
}

#xingshi .swiper-slide:hover .xsico svg path {
  fill: #08338a;
}

#xingshi .swiper-slide:hover h5 {
  color: #fff;
}

#xingshi .swiper-slide:hover p {
  color: rgba(255, 255, 255, 0.6);
}

#youshi .img_db::after {
  padding-top: 60.21%;
}

#youshi .swiper-slide {
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
}

#youshi .swiper-slide::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}

#youshi .swiper-slide .bm {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}

#youshi .swiper-slide .bm h5 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5rem;
  font-weight: bold;
}

#youshi .swiper-slide .ysmb {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.25rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6875rem;
  text-align: center;
  background: rgba(193, 131, 101, 0.75);
}

#youshi .swiper-slide:hover .ysmb {
  opacity: 1;
}

#youshi .swiper-slide:hover .bm {
  opacity: 0;
}



.newimg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}

.newimg .img_db::after {
  padding-top: 56.7%;
}

.newimg li,
.newlist li .img {
  border-radius: 0.375rem;
  overflow: hidden;
}

.newimg .newimgcon {
  background: #fff;
  padding: 2.5rem 2rem;
  transition: all .5s;
}
.newimg li:hover .newimgcon h5 ,
.newlist li:hover .newlistcon h5 {
  color: #092f8e;
}
.newimg .newimgcon h5,
.newlist .newlistcon h5 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.newimg .newimgcon p,
.newlist .newlistcon p {
  color: #7b8187;
  font-size: 0.875rem;
  line-height: 2rem;
  margin: 1rem 0 1.5rem;
  text-indent: 2em;
}

.newimg .newimgcon span,
.newlist .newlistcon span {
  color: #9e9fa1;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.newlist {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.newlist li {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.newlist li:last-child {
  border-bottom: none;
}

.newlist li a {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}
.newlist li a .img {
  max-width: 18.75rem;
  width: 100%;
}
.newlist li .img_db::after {
  padding-top: 56.67%;
}

.page .box {
  display: flex;

  margin-top: 3rem;

  flex-wrap: wrap;
}

.page a {
  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.5s;

  font-size: 0.875rem;

  color: #3a3a3a;

  margin-right: 0.625rem;

  border: 1px solid #e0e0e0;

  flex-shrink: 0;

  min-width: 2.5rem;

  height: 2.5rem;
}

.page a span {
  padding: 0 1rem;

  white-space: nowrap;
}

.page a.on {
  border: 1px solid #15387e;

  background: #15387e;

  color: #fff;
}

.page .centers {
  justify-content: center;
}



.ar_title {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ar_title h4 {
  color: #373636;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.ar_title .ar_xinxi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  color: #757676;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.875rem 0;
}

.ar_title .ar_xinxi div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #9e9fa1;
  font-size: 0.875rem;
  line-height: 1.5;
}

.ar_article p {
  color: #585a5c;
  font-size: 1.0625rem;
  line-height: 3rem;
}



.byc {
  overflow: hidden;

  display: flex;

  justify-content: space-between;
}

.bycs.on {
  width: calc(100% - 800px);

  flex-shrink: 0;
}

.bycs {
  overflow: hidden;

  flex-grow: 1;

  position: relative;

  border-radius: 10px;
}

.bycs::before {
  content: '';

  position: absolute;

  width: 100%;

  background: -webkit-linear-gradient(270deg,
      transparent 0%,
      rgba(0, 0, 0, 0.55) 100%);

  height: 11.875rem;

  bottom: 0;
}

.bycs .byc_tit {
  position: absolute;

  padding: 5rem 3.75rem;

  color: #fff;

  line-height: 1.5rem;

  font-size: 1.375rem;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;
}

.bycs {
  transition: 0.7s;

  width: 15rem;

  height: 100%;
}

.byc .bycs img {
  height: 100%;

  transition: 0.7s;

  max-width: 2.5rem;
}

.bycs+.bycs {
  margin-left: 19px;
}

.bycs .bl img {
  display: block;

  border-radius: 10px;
}

.bycs>.bl {
  height: 33.25rem;

  background-position: center center !important;

  background-size: cover !important;
}

.byc_tit h5 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
}

.byc_tit p {
  color: #fff;
  line-height: 1.5;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding-right: 3.75rem;
  font-size: 0;
}

.byc .on .byc_tit p {
  position: relative;
  opacity: 1;
  visibility: visible;
  font-size: 1.125rem;
}



.ar_jianjie h5 {
  font-weight: bold;
  line-height: 2.5rem;
  font-size: 1.6875rem;
  color: #000000;
}

.ar_jianjie p {
  color: #707071;
  font-size: 1rem;
  line-height: 2.125rem;
  text-indent: 2em;
}


#fazhan {
  padding: 4rem 0 8rem;
}
#fazhan .swiper-slide .bian {
  padding-left: 1.75rem;
  position: relative;
  margin-left: 12px;
  height: auto;
  transition: all .5s;
  bottom: 0;
}
#fazhan .swiper-slide-thumb-active .bian {
 bottom: 1rem;
}
#fazhan .swiper-slide .bian::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 300%;
  top: 1rem;
  background: #dcdde0;
  left: 0;
  bottom: 0;
}

#fazhan .swiper-slide .bian::after {
  content: '';
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  border: 3px solid #d7ba8d;
  border-radius: 50%;
  left: -0.375rem;
  top: 0.5rem;
}

#fazhan .swiper-slide .bian h5 {
  color: #08338a;
  font-family: Axiforma-Medium;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 1rem;
}

#fazhan .swiper-slide .bian h6 {
  color: #0f0f0f;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: bold;
}

#fazhan .swiper-slide .bian p {
  color: #707071;
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-top: 0.5rem;
  text-indent: 2em;
}

.licheng {
  position: relative;
}

.licheng .swiper-button-white {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  top: 50%;
  margin-top: 0;
  transform: translate(0, -50%);
}

.licheng .lc_next {
  left: auto;
  right: -5rem;
}

.licheng .lc_prev {
  right: auto;
  left: -5rem;
}

.licheng .swiper-button-white svg path {
  transition: all 0.5s;
}

.licheng .swiper-button-white:hover svg path {
  fill: #08338a;
}

.licheng .swiper-button-white:hover {
  border: 1px solid #08338a;
}

.libottom {
  width: 100%;
  position: relative;
  background: url(../image/lichengbot.png) center no-repeat;
  background-size: cover;
  height: 25.4375rem;
  margin-top: -9rem;
}
.libottom .chushi .gensui {
  width: 50%;
}
.libottom .chushi p {
  color: #ffffff;
  font-size: 1.5rem;
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.libottom .chushi>span {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
}

.libottom .chushi p span {
  font-size: 2.25rem;
  font-family: Axiforma-Black;
  line-height: 1;
}

.libottom .chushi {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}



.gstro ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gstro ul li div {
  margin-top: 1.5rem;
}

.gstro ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  background: #d6dce4;
  height: 6.25rem;
  top: 50%;
  right: -8rem;
  transform: translate(0, -50%);
}

.n_jianjie {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}
.n_jianjie .n_jianjieleft {
  position: relative;
  padding-left: 1.25rem;
  max-width: 32.5rem;
  width: 100%;
  flex-shrink: 0;
}
.n_jianjie .n_jianjieleft img {
  position: relative;
}
.n_jianjie .n_jianjieleft::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.3125rem;
  background: url(../image/jianjiebefore.jpg)no-repeat;
  background-size: cover;
  height: 38.25rem;
  width: 31.75rem;
  z-index: 0;
}

.n_bg {
  background: -webkit-linear-gradient(top, #d7e4f2 0%, #eceff4 50%, #f6f6f6 75% , #fff 100%);
}



.n_bg .joinus>p {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #2f2f2f;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.n_bg .joinus>p a {
  color: #15387e;

}
.n_bg .joinus>ul {
  display: grid;
  gap: 2.375rem;
}
.n_bg .joinus>ul>li {
  padding: 2rem 5rem;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px 3px rgba(8, 51, 138, 0.06);
  position: relative;
}

.n_bg .joinus .zhiwei {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.n_bg .joinus h5 {
  color: #000000;
  font-size: 1.375rem;
  line-height: 2.5rem;
}

.n_bg .joinus .zhiwei span {
  color: #707071;
  font-size: .9375rem;
  line-height: 1.875erem;
}

.n_bg .joinus .zhiwei p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: .5rem;
}

.n_bg .joinus>ul>li>div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 46.875rem;
  width: 100%;
}

.n_bg .joinus  ul li .join {
  width: 8.125rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
  background: #15387e;
  border-radius: .5rem;
}


.modal {



  display: none;



  width: 100%;



  height: 100%;



  position: fixed;



  left: 0;



  top: 0;



  z-index: 1000;



  background-color: rgba(0, 0, 0, 0.7);







}







.modal-content {

  width: 54.375rem;
  height: 31.25rem;
  -webkit-animation: zoom 0.6s;
  animation: zoom 0.6s;
  
  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0;
  background: #fff;

}

#modal .fx {
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  display: flex;
}

@-webkit-keyframes zoom {



  from {
      -webkit-transform: scale(0)
  }



  to {
      -webkit-transform: scale(1)
  }



}



@keyframes zoom {



  from {
      transform: scale(0)
  }



  to {
      transform: scale(1)
  }



}





.close {

  position: absolute;
  right: 3rem;
  top: 7%;
  cursor: pointer;
  width: 2rem !important;
  height: 2rem !important;
  display: flex;
  z-index: 100;
  background-image: none !important;
}




.modal-body {

  box-sizing: border-box;
  width: 100%;

}



.modal-body .modal-con {
  background: #fff;
  background-size: cover;
  padding: 3.125rem 3.75rem;

}
.modal-body .modal-con h5 {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.modal-con img {
  display: block;
}

.modal-con  form ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3.125rem;
  margin-bottom: .875rem;
}
.modal-con  form ul li:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.modal-con  form .yzm1{
  grid-template-columns: 1fr;
}

.modal-con  form  .button {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #15387e;
  font-size: 1rem;
  line-height: 1.875rem;
  width: 8.3125rem;
  height: 3.375rem;
  margin-top: 2.5rem;
  margin-left: 4rem;
}
.modal-con  form  ul li {
  display: flex;
  height: 2.875rem;
  align-items: center;
  position: relative;
}
.modal-con  form  .bit  {
  flex-shrink: 0;
  color: #535354;
  font-size: 1rem;
  line-height: 1.875rem;
  width: 4rem;
  display: flex;
}
.modal-con  form .shagchuan {
  display: flex;
  align-items: center;
}

.modal-con  form .shagchuan .col-lg-12 {
  padding-left: 0;

}
.modal-con  form .shagchuan .btn.blue:not(.btn-outline) {
  background: #d9bfba;
  border-color: #d9bfba;
}
.modal-con  form input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid #e5e5e5;
  padding: 0 1rem;
}

.modal-con  .danxuan {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left:4rem;
}

.modal-con  .danxuan label {
  display: flex;
  align-items: center;
  color: #262626;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.modal-con  .danxuan .custom-radio {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #f0f3f5;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  border: 1px solid #262626;
}

.modal-con  .danxuan input[type="radio"]:checked+.custom-radio::before {
  content: "";
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #7c0d14;
  width: .9375rem;
  height: .9375rem;
  border-radius: 50%;
  background-color: #fff;
}

.lyfy {
  padding: 1.125rem;
  background: #f0f3f5;
  border-radius: 6px;
  overflow: hidden;
  margin: .9375rem 0;
}

.lyfy textarea {
  background: #f0f3f5;
  width: 100%;
  height: 10rem;
}

.modal-con  form  ul li .yzm {
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
}




.linian {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.linian .lnleft {
  max-width: 41.25rem;
  width: 100%;
}
.linian .lnleft p {
  color: #707071;
  font-size: 1rem;
  line-height: 2.5rem;
  margin-top: 2rem;
  text-indent: 2em;
}
.linian .lnright {
  position: relative;
  padding-right: 1.875rem;
}
.linian .lnright img {
  position: relative;
  border-radius: .875rem;
}
.linian .lnright::before {
  content: '';
  position: absolute;
  width: 12rem;
  height: 11.875rem;
  background: #08338a;
  border-radius: .875rem;
  right: 0;
  bottom: -1.625rem;
  z-index: 0;
}
.lntit span {
  color: #08338a;
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: bold;
}

.lntit h5 {
  color: #646465;
  font-size: 1rem;
  line-height: 2.5rem;
  
  margin-top: .875rem;
}
.linian2 {
  display: grid;
  gap: 1.9375rem;
}
.linian2 .three {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.0625rem;
}
.linian2 .four {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
}
.linian2 ul li {
  border: 1px solid #e5e5e5;
  border-radius: .75rem;
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  transition: all .5s;
}

.linian2 ul li h5 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: bold;
  transition: all .5s;
}

.linian2 ul li p {
  color: #707071;
  font-size: 1rem;
  line-height: 1.875rem;
  transition: all .5s;
  text-indent: 2em;
}


.linian2 ul li:hover {
  background: #15387e;
  border: 1px solid #15387e;
}

.linian2 ul li:hover h5 ,
.linian2 ul li:hover p {
  color: #fff;
}
.linian3 .lntit {
  text-align: center;
}

.linian3 ul {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 6.75rem;
}
.linian3 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.linian3 ul .flico {
  width: 6.625rem;
  height: 6.625rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  box-shadow: 0 0 20px 3px rgba(8, 51, 138, 0.06);
}

.linian3 ul p {
  text-align: center;
  color: #646465;
  font-size: 1rem;
  line-height: 1.875rem;
  width: 8rem;

}

.linian3 ul li:hover .flico svg {
  animation: jello 1.2s;
}


@-webkit-keyframes jello{11.1%{-webkit-transform:none;transform:none}

22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}

33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}

44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}

55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}

66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}

77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}

88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}

100%{-webkit-transform:none;transform:none}

}

@keyframes jello{11.1%{-webkit-transform:none;transform:none}

22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}

33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}

44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}

55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}

66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}

77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}

88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}

100%{-webkit-transform:none;transform:none}

}




.contactus ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
  margin: 0 3.75rem 8rem 6.25rem;
  position: relative;
}
.contactus ul::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 1px;
  left: 50%;
  transform: translate(-50%,0);
  top: 3rem;
  background: rgba(0, 0, 0, 0.08);
  z-index: -1;
}



.contactus ul li {
  position: relative;
}

.contactus ul li .contacts {
  width: 5.625rem;
  height: 5.625rem;
  background: #15387e;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

.contactus ul li .contacts::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: #cdd6e6;
  z-index: -1;
}

.contactus ul li .contactcon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -8rem;
  text-align: center;
  width: 20rem;
  height: 5rem;
}

.contactus ul li .contactcon p {
  color: rgba(13, 14, 14, 0.8);
  font-size: 1.0625rem;
  line-height: 2rem;
  margin-bottom: .5rem;
}
.contactus ul li .contactcon a {
  color: #070707;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: bold;
}
.contactus ul li .contactcon h6 {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
}
.contactus .mapbox {
  background: #fff;
  padding: .6875rem .625rem;
  border-radius: .5rem;
  box-shadow: 0 0 20px 3px rgba(8, 51, 138, 0.06);
  
}
.contactus .maps {
  display: block;
  position: relative;
  background: url(../image/mapbg.jpg)center no-repeat;
  background-size: cover;
  position: relative;
  height: 35.25rem;
}

.contactus .my-map {
  width: 129px;
  height: 142px;
  position: absolute;
  top: 70%;
  margin-top: -180px;
  left: 42%;
  margin-left: -86.5px;
}

.my-map {
  background: url(../image/maker.png) center no-repeat;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}


.web_lc {
  display: none;
  padding-bottom: 2rem;
}

.web_lc ul {
  display: grid;
  gap: 1.5rem;
}

.web_lc ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.web_lc ul li h6 {
  color: #08338a;
  font-family: Axiforma-Medium;
  font-size: 1.375rem;
  line-height: 1.5;
  flex-shrink: 0;
}

.web_lc ul li h5 {
  color: #0f0f0f;
  font-size: 1.5rem;
  font-weight: bold;
}

.web_lc ul li p {
  color: #707071;
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-top: 0.5rem;
}

.newimg .newimgcon:hover{
  background:#092f8e;
}

.newimg li:hover .newimgcon h5{
  color: #fff ;
}

.newimg li:hover .newimgcon p{
  color: #fff;
}

.newimg li:hover .newimgcon span{
  color:#fff;
}
.newimg .newimgcon{
  background: url(../image/xw_bg.jpg) no-repeat;
}