* {
  padding: 0px;
  margin: 0px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Noto Sans SC', Arial;
  font-size: 12px;
  font-weight: normal;
}
html {
  background-color: #fff;
}
h3,
h4,
h5,
h6,
a,
span,
p {
  display: block;
}
img {
  display: block;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  display: block;
}
body,
html {
  height: 100%;
  width: 100%;
  font-size: 10px;
}
/* 对于首页，使用隐藏溢出的样式 */
.page-index {
  overflow: hidden;
}
@media (min-width: 761px) {
  body,
  html {
    min-width: 0;
  }
}

/* 隐藏滚动条但保留滚动功能 */
.page-introduction::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.page-introduction {
  -ms-overflow-style: none; /* IE 和 Edge */
  scrollbar-width: none; /* Firefox */
}
/* 隐藏滚动条但保留滚动功能 */
.page-news::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.page-news {
  -ms-overflow-style: none; /* IE 和 Edge */
  scrollbar-width: none; /* Firefox */
}

@media (max-width: 1023px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
.page-index {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* 隐藏滚动条但保留滚动功能 */
.page-index::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.page-index {
  -ms-overflow-style: none; /* IE 和 Edge */
  scrollbar-width: none; /* Firefox */
}

.page-index [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
.imgbox {
  overflow: hidden;
  position: relative;
}

input {
  -webkit-appearance: none;
}

.more {
  display: block;
  width: 150px;
  border: 1px solid #ddd;
  text-align: center;
  height: 46px;
  line-height: 40px;
  color: #08365c;
  font-size: 16px;
  font-weight: bold;
}
.more:hover {
  background: #08365c;
  color: #fff;
}

/*.icenter {*/
/*  width: 100%;*/
/*  max-width: 1200px;*/
/*  margin: 0 auto;*/
/*  padding: 0 20px;*/
/*}*/

#header_tb2 {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 9999;
  top: 0;
  left: 0;
  background: transparent;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}
#header_tb2 .pc_nav {
  width: 80%;
  max-width: 80%;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
#header_tb2 .pc_nav.icenter {
  width: 100%;
}
#header_tb2 .pc_nav .logo img {
  filter: grayscale(1) brightness(5);
  -webkit-filter: grayscale(1) brightness(5);
  filter: brightness(0) invert(1);
  display: block;
  width: auto;
  height: 60px;
}
#header_tb2 .pc_nav .n_rh {
}
#header_tb2 .pc_nav .n_rh a {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 36px;
  opacity: 0.8;
  float: left;
  margin: 0 0 0 20px;
}
#header_tb2 .pc_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
#header_tb2 .pc_nav ul li {
}
#header_tb2 .pc_nav ul li h3 {
}
#header_tb2 .pc_nav ul li h3 a {
  height: 80px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
#header_tb2 .pc_nav ul li dd {
}

#header_tb2.header_tb2_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
#header_tb2.header_tb2_1 .logo img {
  -webkit-filter: none;
  filter: none;
}
#header_tb2.header_tb2_1 .pc_nav ul li h3 a {
  color: #08365c;
}
#header_tb2.header_tb2_1 .pc_nav .n_rh a {
  color: #08365c;
  border: 1px solid #08365c;
}

.banner {
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.inbanner_Swiper {
  position: relative;
  z-index: 9;
  height: 100%;
  overflow: hidden;
  display: block;
}
.inbanner_Swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.inbanner_Swiper .swiper-slide .txt .more {
  display: block;
  border: 0;
  background: #e22938;
  color: #fff;
  margin-top: 30px;
}
.inbanner_Swiper .swiper-slide .txt .more:hover {
}

.inbanner_Swiper .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.inbanner_Swiper .txt h3 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 70px;
}
.inbanner_Swiper .txt h4 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 46px;
  margin: 20px 0;
  font-weight: bold;
}
.inbanner_Swiper .txt h5 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.inbanner_Swiper .txt dd {
  overflow: hidden;
}

.inbanner_Swiper .txt h3,
.inbanner_Swiper .txt h4,
.inbanner_Swiper .txt h5 {
  opacity: 0;
  -webkit-transform: translateY(170%);
  transform: translateY(170%);
  -webkit-transition: -webkit-transform 0.9s ease-out 0.6s;
  transition: -webkit-transform 0.9s ease-out 0.6s;
  transition: transform 0.9s ease-out 0.6s;
  transition:
    transform 0.9s ease-out 0.6s,
    -webkit-transform 0.9s ease-out 0.6s;
  will-change: transform;
}

.inbanner_Swiper .swiper-slide-active .txt h3,
.inbanner_Swiper .swiper-slide-active .txt h4,
.inbanner_Swiper .swiper-slide-active .txt h5 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 2;
}
.banner .b-more {
  position: absolute;
  margin: auto;
  z-index: 9;
  color: #ffffff;
  font-size: 14px;
  bottom: 90px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.banner .b-more:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  margin: auto;
  top: 50px;
  animation: updown 1.5s ease-out infinite;
  -webkit-animation: updown 1.5s ease-out infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes updown {
  0% {
    bottom: -50px;
    opacity: 1;
  }
  50% {
    bottom: -80px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes updown {
  0% {
    bottom: -50px;
    opacity: 1;
  }
  50% {
    bottom: -80px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}

.br_ry {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 9;
  width: 100%;
  transform: translate(-50%, -50%);
}
.br_ry .fa {
  color: #fff;
  left: 50px;
  position: absolute;
  font-size: 60px;
  cursor: pointer;
  display: block;
  font-weight: normal;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  opacity: 0.3;
}
.br_ry .fa-angle-right {
  left: auto;
  right: 50px;
}
.br_ry .fa:hover {
  opacity: 0.5;
}

.inbanner_Swiper .swiper-slide-active img {
  opacity: 1;
  transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}
.inbanner_Swiper .swiper-slide-active img {
  -webkit-animation-name: centerBig;
  animation-name: centerBig;
}
@-webkit-keyframes centerBig {
  100% {
    transform: scale(1.2, 1.1);
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes centerBig {
  100% {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
}
.inbanner_Swiper .swiper-slide img {
  transition: all 0.2s;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}

.in_ab {
  width: 100%;
  padding: 150px 0;
  position: relative;
  display: block;
  overflow: visible;
  margin-bottom: 0;
}

/* 针对首页的特殊样式，保持原有的overflow: hidden */
.page-index .in_ab {
  overflow: hidden;
}
.in_ab .icenter {
  position: relative;
  z-index: 3;
}
.in_ab h3 {
  color: #08365c;
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.in_ab h4 {
  color: #08365c;
  text-align: center;
  display: block;
  font-size: 20px;
  margin-bottom: 100px;
}
.in_ab .more {
  border: 1px solid #08365c;
  margin: 0 auto;
}
.in_ab .num {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.in_ab .num dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.in_ab .num dd {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 80px;
  flex: 1;
  min-width: 0;
}
.in_ab .num dd p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.in_ab .num dd p span {
  display: block;
  font-size: 60px;
  color: #08365c;
}
.in_ab .num dd p font {
  display: block;
  font-size: 30px;
  color: #08365c;
}
.in_ab .num dd strong {
  color: #08365c;
  font-weight: normal;
  font-size: 20px;
  display: block;
}
.in_ab .in_ab_bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.innews {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
.innews .innews_tt {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.innews .innews_tt h3 {
  display: block;
  position: relative;
  color: #08365c;
  font-size: 40px;
  font-weight: bold;
}
.innews .innews_tt h3:after {
  content: '';
  display: block;
  background: #08365c;
  width: 50px;
  height: 4px;
  margin: 20px 0;
}
.innews .innews_tt h4 {
  display: block;
  color: #666;
  font-size: 18px;
}
.innews_tt .fa {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  color: #999;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
}
.innews_tt .fa-angle-left {
  right: 50px;
}
.innews_tt .fa:hover {
  border: 1px solid #08365c;
  color: #08365c;
}

.i_n_b_a a {
  color: #666;
  float: right;
}
.i_n_b_a {
  display: block;
  overflow: hidden;
  margin: 30px auto 0 !important;
}
.i_n_swiper {
  display: block;
  overflow: hidden;
  /* padding: 10px; */
  width: 1220px;
  margin: 0 auto;
}
.i_n_swiper .swiper {
  padding: 10px;
}

.i_n_swiper .swiper-wrapper {
  align-items: stretch;
}
.i_n_swiper .swiper-slide {
  height: auto;
}
.i_n_swiper .swiper-slide a {
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #eee;
  height: 100%;
}
.i_n_swiper .swiper-slide a p {
  display: block;
  overflow: hidden;
  position: relative;
  height: 200px;
  border-radius: 10px 10px 0 0;
}
.i_n_swiper .swiper-slide a p img {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.i_n_swiper .swiper-slide a h3 {
  display: block;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
  flex: 1;
}
.i_n_swiper .swiper-slide a h3 strong {
  display: block;
  color: #333;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.i_n_swiper .swiper-slide a h3 span {
  display: block;
  color: #666;
  font-size: 16px;
}
.i_n_swiper .swiper-slide a .rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none;
  margin: 0 20px 20px;
}
.i_n_swiper .swiper-slide a .rt img {
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
  display: block;
  float: left;
  margin-right: 5px;
  width: auto;
  height: 26px;
}
.i_n_swiper .swiper-slide a .rt i {
  display: block;
  float: left;
  font-style: inherit;
  font-size: 14px;
  color: #888;
  font-weight: bold;
  line-height: 26px;
}
.cul07Swiper_pagination {
  display: block;
  height: 4px;
  margin-top: 50px !important;
  background: #eee;
  position: relative;
}
.i_n_swiper .cul07Swiper_pagination,
.i_n_swiper .swiper-pagination-progressbar {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
}
.i_n_swiper .cul07Swiper_pagination span {
  background: #a42425;
}
.i_n_swiper .swiper-slide a:hover h3 strong {
  color: #08365c;
}
.i_n_swiper .swiper-slide a:hover p img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.ft_line {
  display: block;
  overflow: hidden;
  background-image: linear-gradient(67deg, #08365c, #a42425);
  width: 100%;
  height: 6px;
}
.footer {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
.footer_title {
  display: block;
  margin: 10px 0 30px;
  text-align: center;
}
.footer_title h3 {
  display: block;
  color: #08365c;
  font-size: 28px;
  font-weight: bold;
}
.footer .fot_a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: top;
  -webkit-align-items: top;
  overflow: hidden;
  margin-bottom: 50px;
}
.footer .fot_a .fb_logo {
}
.footer .fot_a .fb_logo img {
  display: block;
  width: auto;
  height: 60px;
}
.footer .fot_a li {
  display: flex;
  justify-content: space-between;
}
.footer .fot_a li h4 {
  display: block;
  overflow: hidden;
}
.footer .fot_a li h4 a {
  display: block;
  color: #333;
  font-size: 20px;
}
.footer .fot_a li h3 {
  display: block;
  overflow: hidden;
}
.footer .fot_a li h3 a {
  display: block;
  color: #666;
  font-size: 16px;
  margin: 10px 0;
}
.footer .fot_b {
}
.footer .fot_b a {
  display: block;
  float: left;
  color: #333;
  font-size: 14px;
  margin-right: 20px;
}
.footer .fot_b a:hover,
.footer .fot_a li h3 a:hover,
.footer .fot_a li h4 a:hover {
  color: #08365c;
}

.footer .fot_a li .lx {
  display: block;
  overflow: hidden;
  max-width: 280px;
  margin-top: 10px;
}
.footer .fot_a li .lx dd {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.footer .fot_a li .lx dd i {
  display: block;
  float: left;
}
.footer .fot_a li .lx dd img {
  display: block;
  width: 16px;
}
.footer .fot_a li .lx dd p {
  display: block;
  float: right;
  width: calc(100% - 20px);
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.footer .fot_a li .ewm {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.footer .fot_a li .ewm img {
  display: block;
  width: auto;
  height: 120px;
  margin: 0 auto 0;
}
.footer .fot_a li .ewm span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.footer .fot_a li .ft {
  margin: 0 50px;
}

*:focus {
  outline: none;
}

.web_banner {
  display: block;
  overflow: hidden;
  position: relative;
  height: 80%;
}
.web_banner img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.web_banner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.web_banner .txt h3 {
  display: block;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  opacity: 0.8;
}
.web_banner .txt h4 {
  display: block;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  opacity: 0.8;
}

.web_about {
  padding: 100px 0;
  margin-bottom: 0;
}
.web_about .icenter h3 {
  font-size: 46px;
  text-align: left;
}
.web_about .icenter h4 {
  color: #333;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.web_about .num dd strong:before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #08365c;
  margin: 0 0 10px;
}
.web_about .num dd,
.web_ab_bot .num dd {
  margin-top: 0;
}
.web_about .num,
.web_ab_bot .num {
  margin-top: 50px;
}

.ab_histroy {
  background: url(/style/img/ab_histroy_bg.jpg);
  background-size: cover;
  display: block;
  overflow: hidden;
  padding: 150px 0;
  position: relative;
}
.ab_histroy h3 {
  color: #08365c;
  text-align: left;
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}
.ab_histroy .cul07Swiper {
  overflow: hidden;
}
.ab_histroy .cul07Swiper .swiper-slide {
}
.ab_histroy .cul07Swiper .swiper-slide h3 {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.ab_histroy .cul07Swiper .swiper-slide h3 span {
  display: block;
  float: left;
  font-size: 40px;
  width: 120px;
  line-height: 40px;
}
.ab_histroy .cul07Swiper .swiper-slide h3 font {
  display: block;
  width: calc(100% - 120px);
  float: right;
  height: 1px;
  background: #ccc;
  margin-top: 22px;
}
.ab_histroy .cul07Swiper .swiper-slide p {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 36px;
}
.ab_histroy .pagination {
  text-align: center;
  margin-top: 50px;
}
.ab_histroy .pagination span {
  opacity: 1;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #fff;
}
.ab_histroy .pagination .swiper-pagination-bullet-active {
  background: #005196;
}
.ab_histroy .lr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ab_histroy .lr .fa {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  left: -70px;
  cursor: pointer;
  color: #08365c;
  opacity: 0.5;
}
.ab_histroy .lr .fa-angle-right {
  left: auto;
  right: -70px;
}
.ab_histroy .lr .fa:hover {
  opacity: 1;
}

.web_ab_bot {
  background: url(/style/img/web_ab_bot_bg.jpg) fixed;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding: 220px 0 100px;
  margin-bottom: 0;
}
.web_ab_bot:after {
  content: '';
  background: #005196;
  width: 70%;
  display: block;
  height: 76%;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0.8;
}
.web_ab_bot h3 {
  text-align: left;
  color: #fff;
}
.web_ab_bot h5 {
  display: block;
  color: #fff;
  font-size: 18px;
  width: 40%;
  margin-top: 50px;
}
.web_ab_bot .num {
  width: 60%;
}
.web_ab_bot .num dd p span,
.web_ab_bot .num dd p font,
.web_ab_bot .num dd strong {
  color: #fff;
}
.web_ab_bot .num dd strong:before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 0 10px;
}
.web_ab_bot i {
  color: #fff;
  position: absolute;
  z-index: 3;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 160px;
  font-weight: bold;
  top: 10%;
  right: 5%;
}

.web_con {
  padding: 100px 0;
  display: block;
  overflow: hidden;
}
.web_con .lf,
.web_con .rh {
  display: block;
  overflow: hidden;
  float: left;
  width: 46%;
}
.web_con .lf h3,
.web_con .rh h3 {
  display: block;
  color: #333;
  font-size: 40px;
  margin-bottom: 50px;
}
.web_con .lf dl {
}
.web_con .lf dl dd {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.web_con .lf dl dd i {
  border: 1px solid #08365c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
  float: left;
}
.web_con .lf dl dd img {
  display: block;
  width: 20px;
  margin: 9px;
}
.web_con .lf dl dd p {
  display: block;
  float: right;
  width: calc(100% - 52px);
  font-size: 18px;
  color: #333;
  line-height: 26px;
}
.web_con .rh {
  float: right;
}
.web_con .rh form {
}
.web_con .rh form font {
  display: block;
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}
.web_con .rh form input,
.web_con .rh form textarea {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  height: 46px;
  color: #333;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 46px;
}
.web_con .rh form textarea {
  height: 120px;
}
.web_con .rh form dd {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.web_con .rh form .wpcf7-submit {
  cursor: pointer;
  display: block;
  padding: 0;
  background: #fff;
  color: #08365c;
  width: 160px;
  line-height: 46px;
  height: 46px;
  font-size: 18px;
  border: 2px solid #08365c;
}
.web_con .rh form .wpcf7-submit:hover {
  background: #08365c;
  color: #fff;
}
.web_con .rh form span {
  position: relative;
}
.web_con .rh form span span {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 46px;
  color: #f00;
  font-size: 14px;
}
.wpcf7-response-output,
.wpcf7-validation-errors {
  display: block;
  color: #f00;
  font-size: 18px;
  margin-top: 30px;
}

.web_con .rh form br,
.screen-reader-response {
  display: none;
}

.newscattt {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.newscattt .icenter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newscattt .icenter a {
  position: relative;
  color: #333;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.newscattt .icenter a.active,
.newscattt .icenter a:hover,
.newscattt .icenter a.active:hover {
  color: #08365c;
}
.newscattt .icenter a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #08365c;
  bottom: 0;
}
.newscattt .icenter .active:after,
.newscattt .icenter a:hover:after,
.newscattt .icenter .active:hover:after {
  width: 100%;
}

.newslist {
  display: block;
}
.newslist a {
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.newslist a p {
  display: block;
  overflow: hidden;
  width: 30%;
  border-radius: 10px;
  position: relative;
  height: 250px;
}
.newslist a p img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  object-fit: cover;
}
.newslist a dd {
  display: block;
  overflow: hidden;
  width: 66%;
}
.newslist a dd h3 {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 26px;
}
.newslist a dd span {
  display: block;
  color: #666;
  font-size: 16px;
  margin: 20px 0;
}
.newslist a dd h4 {
  display: block;
  color: #666;
  font-size: 14px;
}

.newslist a:hover p img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.newslist a:hover dd h3 {
  color: #06355c;
}

.jobtt {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}
.jobtt a {
  display: flex;
  float: left;
  min-width: 180px;
  text-align: center;
  height: 40px;
  background: #f5f5f5;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #093a64;
  font-size: 18px;
  margin-right: 20px;
  padding: 0 20px;
}
.jobtt .active,
.jobtt a:hover {
  background: #093a64;
  color: #fff;
}

.webpartner2 {
  box-shadow: 0px 0 12px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 100px;
  border-radius: 10px;
}
.webpartner2 h3 {
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.webpartner2 .listlogo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0 20px;
  overflow: hidden;
}
.webpartner2 .listlogo a {
  display: block;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.webpartner2 .listlogo a span {
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
  margin: 5px 0;
}
.webpartner2 .listlogo a:hover span {
  color: #08365c;
}

.webpartner2 .listlogo a i {
  overflow: hidden;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
  padding: 8px 16px;
}
.webpartner2 .listlogo a i img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.webpartner1 {
  overflow: hidden;
  margin: 0 auto 50px;
}
.webpartner1 .icenter {
}
.webpartner1 .partnerSwiper {
  overflow: hidden;
  position: relative;
  margin: 40px 0;
  width: 2200px;
  left: calc((100% - 1200px) / 2);
}
.webpartner1 .partnerSwiper .swiper-slide {
}
.webpartner1 .partnerSwiper .swiper-slide a {
  overflow: hidden;
  height: 240px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  padding: 10px;
}
.webpartner1 .partnerSwiper .swiper-slide a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.webpartner1 .partnerSwiper .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.partnerSwiper_pagination {
  text-align: center;
  margin-top: -20px;
}
.partnerSwiper_pagination span {
  opacity: 1;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #eee;
}
.partnerSwiper_pagination .swiper-pagination-bullet-active {
  background: #005196;
}

.webcaselist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 40px;
  margin-top: 80px !important;
}

@media (max-width: 768px) {
  .webcaselist {
    grid-template-columns: 1fr; /* 移动端一行只显示一个 */
    grid-gap: 20px;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .webpartner2 .listlogo {
    grid-template-columns: 1fr; /* 移动端一行只显示一个 */
    grid-gap: 20px;
    padding: 0 20px;
  }
}
.webcaselist a {
  display: block;
  overflow: hidden;
  box-shadow: 0px 0 12px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 40px;
}
.webcaselist a i {
  display: block;
  overflow: hidden;
  height: 260px;
}
.webcaselist a i img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.webcaselist a:hover i img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.webcaselist a p {
  display: block;
  overflow: hidden;
  padding: 20px;
}
.webcaselist a p font {
  display: block;
  color: #666;
  font-size: 14px;
}
.webcaselist a p strong {
  display: block;
  color: #333;
  font-size: 20px;
  margin: 20px 0;
}
.webcaselist a p .more {
  zoom: 0.7;
}
.webcaselist a:hover p .more {
  background: #08365c;
  border: 1px solid #08365c;
  color: #fff;
}

.websolutions {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}
.websolutions h3 {
  display: block;
  color: #333;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.websolutions .taa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.websolutions .taa a {
  height: 50px;
  cursor: pointer;
  font-size: 16px;
  padding: 0 30px;
  border-bottom: 2px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #333;
  font-weight: bold;
}
.websolutions .taa .active {
  color: #093a64;
  border-bottom: 2px solid #093a64;
}
.websolutions .taa a:hover {
  color: #093a64;
}

.websolutions .tbb {
  display: block;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.websolutions .tbb dl {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.websolutions .tbb dl:nth-child(1) {
  display: block;
}
.websolutions .tbb dl img {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.abhonor {
  padding: 100px 0;
  display: block;
  overflow: hidden;
  background: #eee;
}
.abhonor h3 {
  display: block;
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.abhonor .icenter {
  display: block;
  overflow: hidden;
}
.abhonor .icenter .abhonorSwiper {
}
.abhonor .icenter .abhonorSwiper .swiper-slide {
}
.abhonor .icenter .abhonorSwiper .swiper-slide i {
}
.abhonor .icenter .abhonorSwiper .swiper-slide i img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.abhonor .icenter .abhonorSwiper .swiper-slide p {
  display: block;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin: 10px 0;
}
.abhonor .icenter .lr {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.abhonor .icenter .lr .fa {
}
.abhonor .icenter .lr .abhonorpagination {
  display: flex;
  align-content: center;
  justify-content: center;
}
.abhonor .icenter .lr .abhonorpagination span {
  margin: 0 5px;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.abhonor .icenter .lr .abhonorpagination .swiper-pagination-bullet-active {
  background: #08365c;
}

.newsshow_tt {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.newsshow_tt h3 {
  display: block;
  color: #333;
  font-size: 28px;
  margin-bottom: 10px;
}
.newsshow_tt h4 {
  display: block;
  overflow: hidden;
}
.newsshow_tt h4 span {
  display: block;
  float: left;
  color: #333;
  font-size: 14px;
  margin-right: 20px;
}
.newsshow_show {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
.newsshow_show * {
  color: #333;
  font-size: 16px;
  line-height: 28px;
}
.newsshow_show strong {
  font-weight: bold;
}

.newsshow_show section,
.newsshow_show h3 {
}
.newsshow_show h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.newsshow_show h2 {
  font-size: 31px;
  margin-bottom: 10px;
}
.newsshow_show h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.newsshow_show h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.newsshow_show h5 {
  font-size: 19px;
  margin-bottom: 10px;
}
.newsshow_show h6 {
  font-size: 17px;
  margin-bottom: 10px;
}
.newsshow_show img {
  width: auto;
  max-width: 100%;
  display: block;
  height: auto;
}
.newsshow_show .aligncenter {
  margin: 0 auto;
}

.np_show {
  display: block;
  overflow: hidden;
  margin: 0 auto 50px;
}
.np_show a {
  display: block;
  float: left;
  width: 33.333%;
  overflow: hidden;
}
.np_show a .fa {
  color: #666;
  font-size: 14px;
}
.np_show a span {
  color: #666;
  font-size: 14px;
}
.np_show a p {
  display: block;
  color: #333;
  font-size: 16px;
  margin-top: 5px;
}
.np_show a:hover p {
  color: #08365c;
}

.np_show a:nth-child(1) {
  float: left;
  width: 25%;
}
.np_show a:nth-child(2) {
  width: 10%;
  margin: 0 20%;
  text-align: center;
}
.np_show a:nth-child(3) {
  float: right;
  width: 25%;
}

.news_i_act {
  width: 600px;
  margin: 0 auto;
}

.screen-reader-text {
  display: none;
}
.fy,
.newefy {
  margin: 50px auto 150px;
  display: block;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.nav-links a,
.nav-links span,
.newefy a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #f5f5f5;
  line-height: 36px;
  border-radius: 50%;
  color: #08355b;
  font-size: 16px;
  margin: 0 6px;
}
.nav-links a:hover,
.nav-links span,
.newefy .active,
.newefy a:hover {
  background: #08355b;
  color: #fff;
}

.in_info {
  display: block;
  margin: 50px auto;
  position: relative;
}
.in_info h3 {
  color: #08365c;
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.in_info h4 {
  color: #333;
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 40px;
}
.in_info .pic_ine {
  overflow: hidden;
  position: relative;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
}
.in_info .pic_ine .lf {
  display: block;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.in_info .pic_ine .lf img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.in_info .pic_ine .lf:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.in_info .pic_ine .rh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
  width: 48%;
  position: relative;
}
.in_info .pic_ine .rh a {
  background-color: rgba(236, 236, 236, 0.4);
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in_info .pic_ine .rh a:nth-child(3),
.in_info .pic_ine .rh a:nth-child(4) {
  margin-bottom: 0;
}
.in_info .pic_ine .rh a dd {
}
.in_info .pic_ine .rh a dd img {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.5s;
}
.in_info .pic_ine .rh a:hover dd img {
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.in_info .pic_ine .rh a dd span {
  display: block;
  text-align: center;
  color: #333;
  font-size: 24px;
}
.in_info .pic_ine .rh a dd .moreinlf {
  display: flex;
  width: 140px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(236, 236, 236, 0.4);
  margin: 20px auto;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.in_info .pic_ine .rh a dd .moreinlf .fa {
  display: block;
  color: #333;
  font-size: 20px;
  margin: 0 0 0 5px;
}
.in_info .pic_ine .rh a:hover dd .moreinlf {
  height: 40px;
  border: 1px solid #ddd;
}

.in_pic {
  position: relative;
  display: block;
  padding: 140px 0;
  /*padding-top: 250px;*/
  --center-size: 580px;
  --ability-size: 250px;
  --side-spread: 25px;
}
.in_pic .in_img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 80%;
  transform-origin: center;
  -webkit-animation-name: up-and-down-o;
  animation-name: up-and-down-o;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.in_pic .in_img_r {
  right: 0;
  left: auto;
  top: auto;
  bottom: -25%;
}
@-webkit-keyframes up-and-down-o {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(180px) rotate(0deg);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes up-and-down-o {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(180px) rotate(0deg);
  }
  to {
    transform: translateY(0);
  }
}
.in_pic .i_c {
  display: block;
  position: relative;
  border: 10px solid #eee;
  width: var(--center-size);
  height: var(--center-size);
  border-radius: 50%;
  margin: 0 auto;
}
 .in_pic ul {
  position: absolute;
  left: 50%;
  top: calc(140px + (var(--center-size) / 2));
  width: var(--center-size);
  height: var(--center-size);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.in_pic ul li {
  pointer-events: auto;
}
.in_pic .i_c h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_pic .i_c h3 strong {
  color: #f5f5f5;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: normal;
  line-height: 100px;
}
.in_pic .i_c h3 span {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 50px;
  color: #08365c;
  transform: translate(-50%, -50%);
  left: 50%;
}
.in_pic .i_c h3 span i {
  font-style: inherit;
  color: #999;
}
.in_pic ul li {
  position: absolute;
  width: var(--ability-size);
  height: var(--ability-size);
  border-radius: 50%;
  background-image: linear-gradient(67deg, #1678b9, #094d96);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.in_pic ul li .ability-item {
  position: absolute;
  background: #fff;
  width: calc(var(--ability-size) - 40px);
  height: calc(var(--ability-size) - 40px);
  border-radius: 50%;
  top: 20px;
  left: 20px;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: background 0.3s ease;
}
.in_pic ul li p {
  display: block;
  overflow: hidden;
  position: relative;
  top: -20px;
}
.in_pic ul li p img {
  display: block;
  width: auto;
  opacity: 0.5;
  height: 50px;
  margin: 0 auto 10px;
  transition: opacity 0.3s ease;
}
.in_pic ul li span {
  display: block;
  color: #4e7eaf;
  font-size: 24px;
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: -20px;
  text-align: center;
  transition: color 0.3s ease;
}
.in_pic ul li:nth-child(1) {
  top: calc(var(--ability-size) / -2);
  left: 50%;
  margin-left: calc(var(--ability-size) / -2);
}
.in_pic ul li:nth-child(2) {
  top: 50%;
  margin-top: calc(var(--ability-size) / -2);
  right: calc((var(--ability-size) / -2) - var(--side-spread));
  background-image: linear-gradient(67deg, #f1ad4c, #e59522);
}
.in_pic ul li:nth-child(3) {
  bottom: calc(var(--ability-size) / -2);
  left: 50%;
  margin-left: calc(var(--ability-size) / -2);
  background-image: linear-gradient(67deg, #68a12e, #91be61);
}
.in_pic ul li:nth-child(4) {
  top: 50%;
  margin-top: calc(var(--ability-size) / -2);
  left: calc((var(--ability-size) / -2) - var(--side-spread));
  background-image: linear-gradient(67deg, #18cc81, #0d97a5);
}
.in_pic ul li:nth-child(2) span {
  color: #f1ad4c;
}
.in_pic ul li:nth-child(3) span {
  color: #68a12e;
}
.in_pic ul li:nth-child(4) span {
  color: #1897cc;
}

.in_pic ul .active .ability-item {
  background: none;

}
.in_pic ul .active .ability-item span {
  color: #fff;

}
.in_pic ul .active p img {
  opacity: 1;

}

/* 移动端隐藏语言切换链接 */
@media (max-width: 768px) {
  #header_tb2 .pc_nav .n_rh {
    display: none;
  }
}

