﻿@charset "utf-8";

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-style: normal;
  src: url(./HarmonyOS_Sans_SC_Medium.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-style: normal;
  src: url(./HarmonyOS_Sans_SC_Regular.ttf);
  font-weight: 500;
}

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #193163;
}

.block {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif; */
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: 1.125rem;
  color: #193163;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.textBeyondHidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.textBeyondHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.textBeyondHidden4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 7px;
  background-color: #fff;
  position: relative;
  opacity: .3;
  transition: width 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}


.web_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

.text-justify{
        text-align: justify;
}




/*******头部********/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


.header_column {
  display: flex;
  align-items: center;
  /* padding: 1.74rem 0; */
  /* padding-right: 1.875rem; */
  /* background-color: #f5f5f5; */
  /* padding-left: 1.875rem; */
}



.head-language-icon {
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
  align-items: center;

}

.head-language-icon a {
  display: flex;
  /* margin-left: 0.25rem;
  color: #8c8c8c;
  font-size: 0.875rem; */
}


.head-language-icon img {
  width: 100%;
  height: 100%;
}

.language {
  position: relative;
}

.language::after {
  content: '';
  position: absolute;
  top: 40%;

  right: -1.25rem;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #555555;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}





header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
  background-color: #ffffff;
  border-bottom: 1px solid rgba(25, 49, 99, 0.15);
}

header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 11.3125rem;
}

header .logo a .con {
  position: relative;
  color: #111111;
  line-height: 1;
  padding-left: 0.62rem;
}

header .logo a .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;
}

header .logo a .con .text {
  font-size: 0.88rem;
}

header .header-nav {}

header .header-nav>ul>li {
  margin-left: 3.125vw;
  position: relative;
}

header .header-nav>ul>li:last-child {
  margin-right: 3.125vw;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 2.0625rem 0;
  color: #193163;
  font-size: 1.125rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 500;
}


/* 
header .header-nav>ul>li.active .link::after,
header .header-nav>ul>li:hover .link::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #4ac56d;
  transition: all 400ms;

} */

header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #f3981e;
}

header .header_languagebox {
  position: relative;
  padding-left: 0.9375rem;
  margin-right: 0.9375rem;

}

header .header_languagebox::after {
  content: '';
  width: 1px;
  height: 1.4375rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: #D1D6E0;
  transform: translateY(-50%);

}

.header_language .header_search input {
  width: 12.5rem;
  height: 3.125rem;
  border: 1px solid rgba(25, 49, 99, 0.20);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: rgba(25, 49, 99, 0.40);
  padding: 1.125rem;
  position: relative;
  padding-right: 3rem;
  outline: none;
}

.header_language .header_search input::placeholder {
  color: rgba(25, 49, 99, 0.40);
}

.header_language .header_search {
  position: relative;
}

.header_language .header_search .btn {
  position: absolute;
  padding-right: 2.3rem;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.12rem;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
}

.header_language .header_search .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.62rem;
  bottom: 0;
  z-index: 8;
  width: 1.375rem;
  background-image: url(../images/search.png);
  background-size: 1.375rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}




/* 语言下拉 */
header .header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;

  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 1.875rem;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

.header_language_level_navBox div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header_languagebox {
  position: relative;
}

header .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
}

header .header_languagebox:hover .header_language_level_nav {
  opacity: 1;
  visibility: visible;
}

header .header_languagebox:hover .language::after {
  border-left: 0.5rem solid transparent;
  border-top: 0rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #555555;
}

.header_language_level_navBox div:hover a {
  color: #1ba195;
}

/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  padding: 2rem 0;
}

.searchField_form {
  position: relative;
  max-width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 1.12rem;
  border-radius: 6px;
  height: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 4.6rem 0 1.0rem;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 1.12rem;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.12rem;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
}

.searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.62rem;
  bottom: 0;
  z-index: 8;
  width: 4.6rem;
  background-image: url(../images/search02.svg);
  background-size: 1.62rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

.searchField_form .btn:hover:before {
  right: 0;
}

/*下拉*/
header .header-nav ul li.link_item:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
}

/* header .header-nav ul li.link_item:hover .link::after {
  width: 0;
} */

.headerDropDown.active {
  opacity: 1;
  visibility: visible;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  /* left: 50%; */
  left: -2.375rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 14.4375rem;
  /* height: 16rem; */
  /* transform: translateX(-50%); */
  transition: all 400ms;
}



/* .headerDropDown:before {
  content: '';
  position: absolute;
  top: -0.56rem;
  left: 50%;
  margin-left: -0.56rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid #ffffff;
} */

.headerDropDown .headerDropDownList {
  background-color: #ffffff;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  /* overflow: hidden; */
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 16rem; */
  border-right: 1.125rem;
  position: relative;
}






.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 0.9375rem;
  margin-bottom: 0.5rem;

}



.headerDropDown .headerDropDownList .link_item_on:last-child {
  margin-bottom: 0rem;
}


.headerDropDown .headerDropDownList ._link {
  color: #193163;
  font-size: 1.125rem;
  transition: all 400ms;
  /* width: 10rem; */
  display: inline-block;
  /* height: 2.5rem; */
  line-height: 2.25rem;
  /* padding-left: 1.25rem; */
  position: relative;

}

.headerDropDown .headerDropDownList ._link::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9375rem;
  /* background-image: url(../images/jsRight2.svg); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 400ms;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link::before {
  opacity: 1;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link {
  color: #f3981e;

}




/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #0b4fb2;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  background-color: #0b4fb2;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/

footer {
  background: #1D3F85;
  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  position: relative;
}

footer .footer_main {
  position: relative;
  padding: 3.75rem 0 3.75rem;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
}

footer .footer_box {
  width: 20.3333%;

}



footer .footer_box .img {
  width: 19.625rem;
  height: 2.9375rem;
  background-size: 100% 100%;

}

footer .footer_logo .img {
  width: 6.25rem;
}

footer .footer_logo .con {
  position: relative;
  color: #ffffff;
  padding-top: 1.875rem;

}

footer .footer_logo .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;

}

footer .footer_logo .con .text {
  font-size: 0.875rem;
}

footer .footer_nav {
  width: 100%
}

footer .footer_nav li {
  position: relative;
  font-size: 1.0rem;
  color: #111111;
  /* margin-right: 3.75rem; */

}

footer .footer_nav li a {
  font-size: 1rem;
  color: #fff;
}

footer .footer_nav li p {
  margin-bottom: 0.625rem;

}




footer .footer_nav li p.title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

footer .footer_nav li p.title a:hover {
  text-decoration: underline;
}

/* footer .footer_navbox .box {
  display: flex;
  flex-wrap: wrap;
} */




footer .footer_nav li a:hover {
  /* color: #173192; */
  text-decoration: underline;
}

footer .footer_copyright {
  padding: 1.375rem 0;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  text-align: center;

}

footer .footer_copyright .box {
  width: 100%;
}

footer .footer_copyright .fCopyright {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

footer .footer_copyright .fCopyright a {
  color: #fff;

}

footer .footer_copyright .box_l {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.375rem;
}

footer .footer_copyright .box_l a {
  color: rgba(255, 255, 255, 0.5);
}


.fCopyleft a {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  color: #8d8d8e;
}

.fCopyleft a:last-child {
  padding-right: 0;
}

.fCopyleft a.link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-38%);
}


/* footer .footer_copyright .fCopyright a.link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/bottomIcon_fff.svg) no-repeat center;
  transform: rotateZ(-90deg);
} */

footer .footer_copyright .fCopyright a:hover {
  text-decoration: underline;
}

.footer_share {
  position: relative;
  display: flex;
  margin-left: 1.125rem;
}

.footer_share .fshare_items {
  /* margin-left: 1.25rem; */
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0.2rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100%;
}

.footer_share .fshare_items a img {

  display: block;
  width: 1.5rem;
}



.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

.fshare_modelBox {
  position: absolute;

  bottom: calc(100% + 1rem);
  left: 50%;
  margin-left: -4.62rem;
  background-color: #ffffff;
  border-radius: 6px;
  /*width: 9.25rem;*/
  /*padding: 0.62rem;*/
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}

.fshare_modelBox .img {
  width: 8.0rem;
  text-align: center;
}


.footer_boxr {
  margin-right: 5%;
  color: #fff;
  font-size: 1.125rem;
}

.footer_boxr .telephone,
.footer_boxr .mailbox {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.625rem;
}

.footer_boxr span {
  border-left: 1px solid #fff;
  padding-left: 0.625rem;
  line-height: 1;
  display: inline-block;
}

.footer_boxr .mailbox::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1rem;
  background-image: url(../images/mailbox.svg);
  background-size: 100% 100%;
}

.footer_boxr .telephone::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url(../images/telephone.svg);
  background-size: 100% 100%;
}



.footermore {
  display: flex;
  justify-content: center;
}

.footermore a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.625rem;
  background-color: #45b8a0;
  color: #fff;
  font-size: 1rem;
  border-radius: 1.3125rem;
  transition: all 400ms;
}

.footermore a:hover {
  background-color: #1f8771;
}

/*****主体开始*******/

.hbanner {
  width: 100%;
  height: 44.01vw;
  /* height: 52.8125rem; */
  overflow: hidden;
  position: relative;
  padding: 0 2.5rem;
  margin-top: 2.5rem;
}



.home_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_banner li.swiper-slide {
  width: 100%;
  border-radius: 1.875rem;
  overflow: hidden;
  background-size: cover;
}

.hbanner .bannerHeading {
  position: absolute;

  z-index: 99;
  top: 50%;
  margin-left: 5.729vw;
  transform: translateY(-50%);
}

.hbanner .bannerHeading .text {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.875rem;
  padding-bottom: 1.875rem;
}

.hbanner .bannerHeading .title {
  font-size: 4.125rem;
  line-height: 5rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 0.9375rem;

}

.home_banner.swiper-container .swiper-pagination {
  bottom: 2.5rem;
}

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 5px;
  background-color: #fff;
  position: relative;
  opacity: 0.4;
  transition: width 400ms;
}

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: 0.625rem;
  opacity: 1;
  background: #FFFFFF;
  border-radius: 0.3125rem;
}



/*公共字体大小边距颜色*/


.mg_t10 {
  margin-top: 0.625rem;
}

.mg_b10 {
  margin-bottom: 0.625rem;
}

.mg_t15 {
  margin-top: 0.9375rem;
}

.mg_b15 {
  margin-bottom: 0.9375rem;
}

.mg_t20 {
  margin-top: 1.25rem;
}

.mg_b25 {
  margin-bottom: 1.5625rem;
}

.mg_t25 {
  margin-top: 1.5625rem;
}

.mg_b20 {
  margin-bottom: 1.25rem;
}

.mg_t30 {
  margin-top: 1.875rem;
}

.mg_b30 {
  margin-bottom: 1.875rem;
}

.mg_t40 {
  margin-top: 2.5rem;
}

.mg_b40 {
  margin-bottom: 2.5rem;
}

.pb_16 {
  padding-bottom: 1.0rem !important;
}

.pb_26 {
  padding-bottom: 1.62rem !important;
}

.pt_26 {
  padding-top: 1.62rem !important;
}

.pb_36 {
  padding-bottom: 2.25rem !important;
}

.pt_36 {
  padding-top: 2.25rem !important;
}

.pb_46 {
  padding-bottom: 2.88rem !important;
}

.pb_56 {
  padding-bottom: 3.5rem !important;
}

.pt_56 {
  padding-top: 3.5rem !important;
}

.pb_66 {
  padding-bottom: 4.12rem !important;
}

.pb_60 {
  padding-bottom: 3.75rem !important;
}

.pt_70 {
  padding-top: 4.375rem;
}

.pb_70 {
  padding-bottom: 4.375rem;
}

.pt_80 {
  padding-top: 5rem;
}

.pb_80 {
  padding-bottom: 5rem;
}

.pt_90 {
  padding-top: 5.625rem;
}

.pb_90 {
  padding-bottom: 5.625rem;
}

.pt_100 {
  padding-top: 6.25rem;
}

.pb_100 {
  padding-bottom: 6.25rem;
}

.pl_100 {
  padding-left: 6.25rem;
}

.pr_100 {
  padding-right: 6.25rem;
}

.pb_120 {
  padding-bottom: 7.5rem;
}

.pt_120 {
  padding-top: 7.5rem;
}

.pb_150 {
  padding-bottom: 9.375rem;
}

.pt_150 {
  padding-top: 9.375rem;
}

.ft_b {
  font-weight: bold;
}

.ft_12 {
  font-size: 0.75rem;
}

.ft_14 {
  font-size: 0.875rem;
}


.ft_16 {
  font-size: 1rem;
}

.ft_18 {
  font-size: 1.125rem;
}

.ft_20 {
  font-size: 1.25rem;
}

.ft_22 {
  font-size: 1.375rem;
}

.ft_24 {
  font-size: 1.5rem;
}

.ft_26 {
  font-size: 1.625rem;
}

.ft_28 {
  font-size: 1.75rem;
}

.ft_30 {
  font-size: 1.875rem;
}

.ft_32 {
  font-size: 2rem;
}

.ft_34 {
  font-size: 2.125rem;
}

.ft_35 {
  font-size: 2.1875rem;
}

.ft_36 {
  font-size: 2.25rem;
}

.ft_38 {
  font-size: 2.375rem;
}

.ft_44 {
  font-size: 2.75rem;
}

.ft_46 {
  font-size: 2.875rem;
}

.ft_50 {
  font-size: 3.125rem;
}

.lh_60 {
  line-height: 3.75rem;
}


.lh_42 {
  line-height: 2.625rem;
}

.lh_40 {
  line-height: 2.5rem;
}

.lh_38 {
  line-height: 2.375rem;
}

.lh_34 {
  line-height: 2.125rem;
}

.lh_30 {
  line-height: 1.875rem;
}

.lh_28 {
  line-height: 1.75rem;
}

.lh_22 {
  line-height: 1.375rem;
}

.lh_20 {
  line-height: 1.25rem;
}


.ft_fff {
  color: #ffffff;
}

.ft_999 {
  color: #999;
}

.ft_111D25 {
  color: #111D25;
}

.ft_929497 {
  color: #929497;
}

.ft_FBFBFB {
  color: #FBFBFB;
}

.ft_FFB03A {
  color: #FFB03A;
}

.bg_fff {
  background-color: #fff;
}

.bg_ebeff2 {
  background-color: #ebeff2;
}




.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 11.25rem;
  height: 3.125rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #FDB142;
  border-radius: 0.5rem;
}

.hMore a:hover {

  background-color: #F49322;
}



.hMore1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  color: #0f1a93;
  font-weight: 400;
  position: relative;
  width: 11.25rem;
  height: 3.625rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #fff;
  border-radius: 1.8125rem;
}

.hMore1 a:hover {
  color: #fff;
  background-color: #0413bf;
}




.container-fluid {
  padding-left: 2.5rem;
  padding-right: 2.5rem;

}

/**/


.homeArea {
  position: relative;

  background-color: #ffffff;
  background-image: url(../images/homeAreabg.png);
  background-size: cover;
}

.homeArea .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10.9375vw;

}

.svgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.homeArea .box .box_l {
  width: 59%;
  position: relative;
  /* clip-path: url(#clipPath1); */
}

.homeArea .box .box_l .bix_ll {
  width: 100%;
  position: relative;
  clip-path: url(#clipPath1);
}

.homeArea .box_t .box_r .img{
    /*height: 56.25rem;*/
}

#hippo {
  visibility: hidden;
}

.homeArea .box .box_r {
  width: 30%;

}

.homeArea .box_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10.9375vw;

}

.homeArea .box_t .box_l {
  width: 30%;

}

.homeArea .box_t .box_r {
  position: relative;
  max-width: 60%;
  clip-path: url(#clipPath2);
}

.homeArea .box_t .boxa {
  padding-bottom: 0.9375rem;
  padding-top: 1.25rem;
  display: flex;
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  justify-content: space-between;
}

.homeArea .box_t .boxa::before {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  height: 0.3125rem;
  background-color: #193163;
  border-radius: 0.1875rem;
}

.homeArea .box_t .boxa .boxa_sm {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #D7D7D7;
}

.homeArea .box_t .boxa .boxa_sm:last-child {
  border-right: 0;
}


.homeArea .box_t .boxa .ico {
  width: 3.5rem;
  height: 3.5rem;
}

.homeArea img {
  width: 100%;
}


/**/
.hCro {
  height: 22.5rem;
  position: relative;
  background-image: url(../images/hCro.png);
  background-size: cover;

}

.hCro .container {
  display: flex;
  height: 100%;
  align-items: center;
}



.hCro .box {
  position: relative;
  z-index: 9;
  width: 100%;

  display: flex;
  justify-content: space-between;
}

.hCro .box .box_sm {
  display: flex;

  border-right: 1px solid rgba(255, 255, 255, 0.4);
}



.hCro .box .box_sm:first-child {
  width: 20%;
}

.hCro .box .box_sm:nth-child(2) {
  width: 30%;
  justify-content: center;
}

.hCro .box .box_sm:nth-child(3) {
  width: 30%;
  justify-content: center;
}

.hCro .box .box_sm:nth-child(4) {
  width: 20%;
  justify-content: flex-end;
  border-right: 0px solid rgba(255, 255, 255, 0.4);
}

.hCro .box .box_sm .ico {
  width: 5rem;
  height: 5rem;
  margin-right: 0.625rem;
}

.hCro .box .box_sm .box_smr .num {
  font-size: 4.875rem;
  line-height: 5rem;
  color: #fff;
}

.hCro .box sup {
  font-size: 1.875rem;
  color: #FFFFFF;
  line-height: 2.5rem;
  top: -1.25em;

}


/**/
.hBase {

  padding-bottom: 2.625rem;
}

/*  */
.hPlatform {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hPlatform .box {
  width: 100%;
  /* height: 43.75rem; */
  height: 36.458vw;
  background-image: url(../images/hPlatformbg1.png);
  background-size: cover;
  border-radius: 1.875rem;
  overflow: hidden;
}

.hPlatform .box .box_sm {
  width: 100%;
  height: 100%;
  background-image: url(../images/hPlatformboxbg.png);
  background-size: cover;
  position: relative;
}

.hPlatform .box .box_sm .ft_18 {
  position: absolute;
  top: 21.125rem;
  left: 10.625rem;
  width: 19.5625rem;
}








/**/
.hNews {

  position: relative;
}



.hNews .box_sm {

  /*background-color: #fff;*/
  /*border-radius: 1rem;*/
      /*border-radius: 1.0416vw;*/
  overflow: hidden;

}

.hNews .box_sm .ft_24 {
  height: 4.2rem;
}

.hNews .img {
    display: block;
  /* height: 15.3125rem; */
  height: 12.76vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*border-radius: 1.125rem;*/
  border-radius: 1.0416vw;
}



.hNews a:hover .bg_cover {
  transform: scale(1.1);
}

.hNews .img .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.hNews .boxtext {
    /*background-color: #fff;*/

  padding-top: 1.5625rem;

}
.myhNews .boxtext:hover .ft_22 {
    text-decoration: underline;
}

.hNews .time {
  font-size: 1rem;
  line-height: 2.125rem;

  color: #595959;
}

.hNews .hNewsbg {
  width: 53.24%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}



.hNewsJs {
  /* padding-bottom: 2.5rem; */
}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet {

  background-color: #E8E8E8;
  position: relative;
  opacity: 1;

}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFB03A;
}


/**/







.retuntop {
  position: fixed;
  z-index: 9;
  width: 3.6875rem;
  height: 3.6875rem;
  background-image: linear-gradient(90deg, #B2D137 0%, #65B52F 82%, #65B52F 100%);
  top: 90%;
  border-radius: 50%;
  right: 1.875rem;
  cursor: pointer;
}

.retuntop::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  background-image: url(../images/jttop.png);
  transform: translate(-50%, -50%);
  width: 3.625rem;
  height: 3.625rem;
  background-size: 100% 100%;
}




.back-to-top__circle-progress {
  display: none;
  stroke: #fff;
  stroke-width: 1.5px;
}






/*二级导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 1;
  visibility: visible;
  transition: all 450ms linear;
}

#sideNav.sideNavts {
  height: 5rem;
}

#sideNav.isActive {
  opacity: 1;
  visibility: visible;
}

#sideNav.isActive .sideNavBox {
  position: fixed;
  border-top: 1px solid #dddddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sideNav .sideNavBox {

  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 450ms linear;
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
}

#sideNav .sideNavBox ul {
  display: flex;
  align-items: center;
  /* padding-left: 10.5rem; */
  justify-content: center;
}

#sideNav .sideNavBox li {
  position: relative;
  /* width: 8%; */
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.25rem 1.875rem;
  color: #111111;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav.sideNavts .sideNavBox li {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}



#sideNav .sideNavBox li a span {
  position: relative;
  z-index: 1;
}


#sideNav .sideNavBox li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 1rem;
  background: rgba(0, 0, 0, 0.1);

}

#sideNav .sideNavBox li:last-child a::before {
  width: 0;
}

#sideNav .sideNavBox li.active a {
  color: #f3981e;

}

#sideNav .sideNavBox li.active a:after {
  width: 100%;
}



.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

/*分页一*/
.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

/* 
.pagination .page-link {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 600;
  font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: transparent;

}

.pagination .page-item {
  position: relative;
}

.pagination .page-item.active::before {
  content: '';
  background: #6fb2ce;
  position: absolute;
  top: 0;
  left: 0.375rem;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);

}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
} */

/* 分页二 */

.pagination {
  padding: 0px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
  margin: 0 0 0 0.9375rem;
  font-size: 1.125rem;
  color: #193163;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #F3F7FA;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 0px;
  border: none;
  display: block;
  border-radius: 50%;

}

.pagination li.active span {
  color: #ffffff;
  background: #FFB03A;

}

.pagination li {
  position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;
  background-color: transparent;

}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.65rem;
  width: 0.65rem;
  margin-top: -0.3rem;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li:first-child a:hover,
.pagination li:first-child span:hover,
.pagination li:last-child a:hover,
.pagination li:last-child span:hover {

  background-color: #2f5eab;
}

.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before,
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before {
  border-color: #fff;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}





/*弹框*/
.webModal .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#teamModal {
  padding-right: 0 !important;
}

.webModal .modalClose {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  z-index: 10;
  background-color: #f0f7fa;
}

.webModal .modalClose img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}

.webModal .modal-content {
  border: none;
  width: 52%;

  /* height: 100%; */
  border-radius: 1.875rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  /* background-color: transparent; */
  justify-content: center;
  /*overflow: hidden;*/
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.webModal .modal-content .imgsm_box {
  display: flex;
  flex-wrap: wrap;
}

.webModal .modal-content .modalMain {
  /* margin: 0 auto; */
  /* width: 50%; */
  min-width: 6.25rem;

}

.webModal .modal-content .imgsm_box .imgsm {
  width: 11.25rem;
  height: 8.5625rem;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  border: 4px solid #69b82e;
}

.webModal .modal-content .modalMain .img {
  width: 100%;
  height: 31vw;
}



.webModal .close {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  width: 1.125rem;
  height: 1.125rem;

  background-image: url(../images/close_w.svg);
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  margin-bottom: 0.75rem;
}

.webModal .closebox {
  position: relative;
}

/* .webModal .closebox::before {
  position: absolute;
  content: '';
  width: 7.5rem;
  height: 7.5rem;
  background-color: #2f5eab;
  z-index: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
} */





.modal-backdrop {
  background: rgba(29, 63, 133, 0.95);
}



/*内页banner*/
.insidePage {
  background-image: url(../images/insidePagebg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#wBanner {
  /* overflow: hidden; */
  position: relative;
  height: 41.875rem;
  padding-left: 6.6875rem;

}


#wBanner .img {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  height: 41.8125rem;
}



#wBanner .img img {
  /*height: 100%;*/
}

#wBanner .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#wBanner .box_l {
  width: 27%;
}

#wBanner .box_l .title {
  font-size: 3.5rem;
  color: #193163;
  line-height: 4.375rem;

}

#wBanner .box .box_r .box_brbg {
  position: absolute;

  width: 100%;
  height: 100%;

   background-size: 100% 100%; 
  /*background-size: cover;*/
  /* background-position: center; */
  z-index: -1;
}

#wBanner .box .box_r {
  max-width: 73%;
  position: relative;
}

#wBanner .box .box_rr {
  width: 100%;
  position: relative;
  clip-path: url(#wclipPath1);
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 1.125rem;
  color: rgba(25, 49, 99, .5);
  line-height: 1.375rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.75rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-size: 1.125rem;
  color: rgba(25, 49, 99, .5);
  line-height: 1.375rem;
  content: ">";
  padding-right: 0.75rem;
}

/*内页开始*/
.secondNavb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondNav {
  display: flex;
  padding: 0.4375rem;
  border-radius: 6.25rem;
  border: 1px solid #DDE0E8;
}

.secondNav a {
  font-size: 1.125rem;

  line-height: 1.875rem;
  /* width: 9.5rem; */
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}

.secondNav a::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  width: 1px;
  height: 1.125rem;
  background-color: #DDE0E8;
}

.secondNav a:last-child::before {
  width: 0;
}

.secondNav a.active {
  color: #FFFFFF;
  background-color: #0B3D82;
  border-radius: 1.875rem;
}

.secondNav a:hover {
  color: #FFFFFF;
  background-color: #0B3D82;
  border-radius: 1.875rem;
}

.hCropi {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hCropi .hCro {
  height: 18.75rem;
  border-radius: 1.875rem;
}

.pipeline .box_title {
  display: flex;
  align-items: center;
}

.pipeline .box_title .ioc {
  width: 4.6875rem;
  height: 4.6875rem;
  background-size: cover;
  margin-right: 1.25rem;
}

.tablebox table {
  width: 100%;
}

.tablebox .w0 {
  width: 22%;
}

.tablebox .w1 {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #F5F7F9;
  height: 3.125rem;

}

.tablebox thead .w1 .box_l {
  border-right: 4px solid #fff;
  display: flex;
  width: 80%;
}

.tablebox thead .w1 .box_r {
  display: flex;
  width: 32%;
}

.tablebox thead .w1 .box_l div {
  font-size: 1.125rem;
  padding: 0.625rem;
  width: 25%;
  text-align: center;
  position: relative;
  line-height: 1.875rem;
}


.tablebox thead .w1 .box_l div::before {
  position: absolute;
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background-color: #1D3F85;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.375rem;

}

.tablebox thead .w1 .box_l div:nth-child(2)::before {
  background-color: #2D6AB5;
}

.tablebox thead .w1 .box_l div:nth-child(3)::before {
  background-color: #4380C7;
}

.tablebox thead .w1 .box_l div:nth-child(4)::before {
  background-color: #5997D9;
}

.tablebox thead .w1 .box_l div:nth-child(5)::before {
  background-color: #6FAEEB;
}




.tablebox thead .w1 .box_r div {
  font-size: 1.125rem;
  padding: 0.625rem;
  width: 50%;
  text-align: center;
  position: relative;
  line-height: 1.875rem;
}

.lintd {
  position: relative;
  display: flex;
  padding-bottom: 1.875rem;

}

.lintd ul {
  width: 100%;
}

.lintd ul li {

  display: flex;
  position: relative;
}

.lintd ul li .box_l {
  width: calc(80% - 0.25rem);
  padding-top: 1.375rem;
  position: relative;
}

.lintd ul li .box_r {
  width: 32%;
  display: flex;
  height: 100%;
  padding-top: 1.375rem;
}

.lintd ul li .box_r .hzimg,
.lintd ul li .box_r .syimg {
  width: 50%;
  min-height: 1.625rem;
}

.lintd ul li .box_r .hzimg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lintd ul li .box_r .hzimg img {
  max-height: 1.625rem;
      max-width: 6rem;
}

.lintd ul li .box_r .syimg {
  font-size: 1rem;
  line-height: 1.625rem;

  display: flex;
  align-items: center;
  justify-content: center;

}

.lintd ul li .box_r .syimg .box_syimgb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lintd ul li .box_r .syimg.box_syimg {
  flex-direction: column;
}

.lintd ul li .box_r .syimg.box_syimg .ft_12 {
  opacity: 0.5;
}

.lintd ul li .box_r .syimg .ico {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.4375rem;
  display: none;
}

.lintd ul li .box_r .syimg.all .ico {
  background-image: url(../images/all.svg);
  background-size: cover;
}

.lintd ul li .box_r .syimg.small .ico {
  background-image: url(../images/all1.svg);
  background-size: cover;
}

.lin_box {
  position: relative;
  height: 1.625rem;
  width: 100%;
  overflow: hidden;
}

.lin_box .lin {
  height: 100%;


  position: relative;
  overflow: hidden;
}

.lin_box .lin .linbox_sm {
  position: relative;
  height: 100%;
  border-radius: 6.25rem;
  overflow: hidden;
}

.lin_box .lin .linbox_sm::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #163F95 0%, #84E1EF 100%), linear-gradient(90deg, #0B4799 0%, #7AB9F3 100%), #1D3F85;
}

.lin_box .ft_12 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.625rem;
}

.lintd .box_l .ft_18 {
  margin-top: 0.3125rem;
}

.titletd .ft_18 {
  margin-top: 0.3125rem;
}

.animate-line {
  -webkit-animation-name: animate-line;
  animation-name: animate-line;
}

@-webkit-keyframes animate-line {
  0% {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 0.8;
    width: 100%;
  }
}

@keyframes animate-line {
  0% {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 0.8;
    width: 100%;
  }
}

.linbox {
  width: calc(100% - 0.25rem);
  display: flex;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.lintd .box_l .dLine {
  position: relative;
  width: 25%;
}



.lintd .box_l .dLine::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100px;
  top: 0;
  z-index: -1;
  left: 50%;
  background-color: #F3F3F5;
  transform: translateX(-50%);
}


.tablebox tbody tr .titletd {
  position: relative;
  padding-left: 2.75rem;


}

.tablebox tbody tr .titletd .box {
  position: absolute;
  top: 1.4375rem;
}



.tablebox tbody tr .titletd::before {
  position: absolute;
  content: '';
  width: 0.875rem;
  left: 0;
  top: 1.4375rem;
  height: calc(100% - 1.25rem);
  border-radius: 0.625rem;
  background-color: #1D3F85;
}

.tablebox {
  margin-bottom: 2.5rem;
  box-shadow: 20px 20px 20px -20px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.625rem;
}

.tablebox1 thead .w1 .box_l div::before {

  background-color: #68C049;

}

.tablebox1 thead .w1 .box_l div:nth-child(2)::before {
  background-color: #83CE56;
}

.tablebox1 thead .w1 .box_l div:nth-child(3)::before {
  background-color: #97D85F;
}

.tablebox1 thead .w1 .box_l div:nth-child(4)::before {
  background-color: #AAE369;
}

.tablebox1 thead .w1 .box_l div:nth-child(5)::before {
  background-color: #BEED72;
}

.tablebox1 tbody tr .titletd::before {
  background-color: #89C455;
}

.tablebox1 tbody tr .titletd::before {
  background-color: #89C455;
}

.tablebox .ft_24 {
  color: #1D3F85;
}

.tablebox1 .ft_24 {
  color: #89C455;
}

.tablebox1 .lin_box .lin .linbox_sm::before {
  background: linear-gradient(90deg, #65BE47 0%, #C7F176 100%), #89C455;
}

/* 上市产品 */
.product {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.product .box {
  border-radius: 1.875rem;
  background-color: #F3F7FA;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
}

.product .box .box_sm {
  border-radius: 1.875rem;
  background-color: #fff;
  padding: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product .box_l {
  width: 30%;
}

.product .box_r {
  width: 65%;
}

.product .box_r .img {

  width: 4rem;
  margin-bottom: 1rem;
}

.instructions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.25rem;
  height: 3.125rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  background: #FFB03A;
  border-radius: 0.5rem;
  position: relative;
  padding-left: 2.75rem;
  margin-right: 1.25rem;
}

.instructions a::before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../images/frame.png);
  background-size: 100% 100%;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.video {
  width: 3.125rem;
  height: 3.125rem;
  background: #FFB03A;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

.video::before {
  position: absolute;
  content: '';
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/video.png);
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.modalMain .box_w video {
  width: 100%;
}


.modalMain .ft_18 {
  /*opacity: 0.5;*/
}

.boxbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.75rem;
}

.boxbutton button,
.boxbutton a {
  width: 11.25rem;
  height: 3.125rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  border: 0;
  outline: 0;
  overflow: hidden;
}

.boxbutton a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxbutton .getInto {
  background-color: #FFB03A;
}

.boxbutton .signOut {
  background-color: #24468A;
}



#teamModal1.webModal .modal-content .modalMain {
  padding-top: 3.75rem;
}



.product_t {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}

.product_t .box {
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
  width: 100%;
  height: 23.75rem;
  background-size: cover;
  display: flex;
  align-items: center;
  border-radius: 1.875rem;
  overflow: hidden;
}

.product_t .box .ft_18 {
  position: relative;
  padding-left: 2.6875rem;
}



.product_t .box .ft_18::before {
  position: absolute;
  content: '';
  width: 1.625rem;
  height: 1.625rem;
  background-size: 100% 100%;
  background-image: url(../images/ico24.png);
  left: 0;
  top: 0.3125rem;
}

/* 对外合作 */

.coobox .ft_18 {
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #DDE0E8;

}

.coobox .ingbox {
  padding-bottom: 2.1875rem;
  display: flex;
  /*justify-content: space-between;*/
  padding-top: 2.1875rem;
  align-items: center;
     flex-wrap: wrap;
}

.coobox .ingbox .ico {
  /*width: 15rem;*/
  width: 20%;
  display: flex;
  justify-content: center;
}
.coobox .ingbox:after{
content: '';
flex-basis: 25%;
}

.cooperation {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 3.75rem;

}

.cooperation .box {
  width: 100%;
  height: 35rem;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.cooperation .box .box_sm {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45.625rem;
  height: 18.75rem;
  background-image: url(../images/cooperationbox.png);
  background-size: 100% 100%;
}

.cooperation .box .box_text {
  position: absolute;
  right: 10.625rem;
  bottom: 6rem;
  text-align: end;
}

/* 科学技术 */
#wBanner .box1 .box_r {
  max-width: 58%;
}

.field {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.field .box {
  background-color: #F3F7FA;
  border-radius: 1.875rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
}

.field .box .box_sm {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 1.875rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.field .box .box_img {
  width: 50%;
  height: 25rem;
  border-radius: 1.875rem;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

.field .box .box_text {
  width: 50%;
  padding-left: 5rem;
  padding-right: 5rem;
}

.platform {
  margin-top: 1.875rem;
}

.platform .box_t {
  height: 42.5rem;
  width: 100%;
  position: relative;
  background-size: cover;
}

.platform .box_t .container {
  display: flex;
  justify-content: flex-end;

}

.platform .box_t .boxtext {
  width: 40%;
  padding-top: 11.875rem;
}

.platform .box_t .boxtext .box_title {
  height: 20rem;
  overflow-y: auto;
}

.platform .box_t .boxtext .box_titlesm {
  display: none;
}

.platform .box_t .boxtext .box_titlesm.active {
  display: block;
}

.platform .box_t .boxtext .box_title::-webkit-scrollbar {
  display: none;
}

.platform .box_b {
  height: 25.1875rem;
}

.platform .box_b .box_sm {
  height: 20rem;
  width: 19.8%;
  background-color: #28519E;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid #fff;
  padding: 2.1875rem 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0.8%;
  transition: all 400ms;
  cursor: pointer;
}

.platform .box_b .box_sm:first-child:hover{
    background-color: #183879;
}

.platform .box_b .box_sm:nth-child(2):hover{
    background-color: #3792CF;
}

.platform .box_b .box_sm:nth-child(3):hover{
    background-color: #89C455;
}
.platform .box_b .box_sm:nth-child(4):hover{
    background-color: #FFB03A;
}
.platform .box_b .box_sm:nth-child(5):hover{
    background-color: #FB5D37;
}


.platform .box_b .box_sm:last-child {
  margin-right: 0;
}

.platform .box_b .box_sm .ioc {
  width: 4.6875rem;
  height: 4.6875rem;
  background-size: 100% 100%;
  margin-bottom: 0.9375rem;
}

.platform .box_b .box_sm .ft_16 {
  cursor: pointer;
}
.platform .box_b .box_sm .ft_16:hover{
    color: #fff;
    text-decoration: underline;
}



.platform .box_b .container {
  display: flex;
  margin-top: -5rem;
  position: relative;
}

.base .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.125rem;
}

.base .box::after {
  content: '';
  flex-basis: 32%;
}

.base .box .box_sm {
  width: 32%;
  border-top: 1px solid #D1D4DB;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
  cursor: pointer;
}

.base .box .box_sm::before {
  position: absolute;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  bottom: 0;
  left: 1.5em;
}

.base .box .box_sm.active::before {

  border-bottom: 5px solid #515B4B;

}

.base .box .num {
  font-size: 4.125rem;
  line-height: 4.375rem;
  margin-right: 0.5rem;
}

.base .box .box_t {
  display: flex;

}

.basebox {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.basejs {
  border-radius: 1.875rem;
}

.basejs .box_silde {
  width: 100%;
  height: 38.75rem;
  background-size: cover;
  position: relative;
  background-position: center;
}

.basejs .box_silde::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 45.75%;
  right: 0;
  background-image: url(../images/basejs.png);
  background-size: 100% 100%;
}

.basejs .box_silde .ft_20 {
  position: absolute;
  /*right: 10.625rem;*/
  right: 8.85vw;
  bottom: 8.8125rem;
  font-size: 1.5rem;
}

.basejs.swiper-container .swiper-pagination {
  bottom: 0.625rem;
}

.basejs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 5px;
  background-color: #fff;
  position: relative;
  opacity: 0.4;
  transition: width 400ms;
}

.basejs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: 0.625rem;
  opacity: 1;
  background: #FFFFFF;
  border-radius: 0.3125rem;
}

/* 新闻中心 */
#wBanner .box2 .box_r {
  /*width: 60%;*/
  max-width: 56%;
}

#wBanner .box2 .box_l {
  width: 39%;
}



.news .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #DDE0E8;
  margin-bottom: 30px;
}

.news .box::after {
  content: '';
  flex-basis: 32%;
}

.news .box_sm {
  width: 32%;
  margin-bottom: 5.625rem;
}

/* 新闻详情页 */
/* 新闻详情页 */

#newsDBanner {
  padding-top: 1.875rem;

}

#newsDBanner .wtitle,
#newsDBanner .wtitle a {
  color: rgba(25, 49, 99, .5);
}

#newsDBanner .wtitle {
  display: flex;
  align-items: center;
  color: rgba(25, 49, 99, .5);
  font-size: 1rem;
  margin-top: 1rem;

}

#newsDBanner .wtitle .label {
  position: relative;
  padding-right: 1.25rem;
  margin-right: 1rem;
}

#newsDBanner .wtitle .label::before {
  position: absolute;
  content: '>';
  color: rgba(25, 49, 99, .5);
  font-size: 1rem;
  right: 0;
}

#newsDBanner .wtitle .nlabe {
  color: rgba(25, 49, 99, 1);
}

.newsdbox {
  width: 68%;
  margin: 0 auto;
  padding-top: 4.25rem;
}

.newsdbox .time {
  color: rgba(25, 49, 99, .6);
  margin-top: 0.375rem;
}

.newsdbox .time span {
  color: #e73c1a;
}

.newsdfoot {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}

.newsdfoot a .ft_22 {
  transition: all 400ms;
  line-height: 2.125rem;
  /* margin-top: 0.3125rem; */
}

.newsdfoot a:hover .ft_22 {
  /* color: #e73c1a; */
  text-decoration: underline;
}

.newsdfoot .box_l {
  width: 40%;
}

.newsdfoot .textBeyondHidden2 {
  height: 4.5rem;
}

.newsdfoot .box_l .next {
  font-size: 1rem;
  color: rgba(25, 49, 99, .6);
  position: relative;
}


.newsdfoot .box_r {
  width: 40%;
}

.newsdfoot .textBeyondHidden2 {
  height: 4.5rem;
}

.newsdfoot .box_r .next {
  font-size: 1rem;
  color: rgba(25, 49, 99, .6);

  position: relative;
  text-align: end;
}



.newsdfoot .box_c {
  width: 10%;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  position: relative;
}

.newsdfoot .box_c::before {
  position: absolute;
  content: '';
  width: 1.375rem;
  height: 1.375rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_det_ic.svg);
  background-size: 100% 100%;
}

.socialbox {
  position: fixed;
  top: 60%;
  z-index: 9;
  right: 1.875rem;
}

.social-share .icon-wechat {
  width: 3rem;
  height: 3rem;
  background: #F3F7FA;
  border-radius: 100%;
  border: 0;
}

.social-share .icon-wechat:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/wechatIcon.png);
  background-size: 100% 100%;
}

.social-share .icon-wechat:hover {
  background: #F3F7FA;
}

/* 公司治理 */
.government {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.government .box {
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
  background-color: #F3F7FA;
  padding-bottom: 5rem;
  border-radius: 1.875rem;

}

.government .box_t {
  display: flex;
  justify-content: center;


}

.government .box_t .ft_18 {
  min-width: 10.875rem;
  padding-top: 1.125rem;
  padding-bottom: 1.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #DDE0E8;
  cursor: pointer;

}

.government .box_t .ft_18.active {
  border-color: #FFB03A;
}


.government .box_b {

  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}

.government .box_b.active {
  display: flex;
}

.government .box_b .box_sm {
  /*height: 20rem;*/
  background-color: #fff;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 2.5rem 1.5625rem 2.5rem;
  border-radius: 1.125rem;
}

.moretext {
  padding-top: 1.5625rem;
  border-top: 1px solid rgba(25, 49, 99, 0.15);
}

.moretext span {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.file .box .box_sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #DCDFE7;
}

.file .box .box_sm .box_l {
  display: flex;
  align-items: center;
  width: 90%;
}

.file .box .box_sm .box_l .ft_18 {
  width: 100%;
}

.file .box .box_sm .box_r {
  display: flex;
  align-items: center;
}

.file .box .ico {
  margin-right: 1.25rem;
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
  background-color: #FFB03A;
  border-radius: 100%;
}

.file .box .ico::before {
  position: absolute;
  content: '';
  width: 1.3125rem;
  height: 1.3125rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/frame1.png);
  background-size: 100% 100%;
}

.file .box .box_r a {
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../images/Download.png);
  background-size: 100% 100%;
  margin-left: 1.0625rem;
}


#teamModal2 .modal-content {
  width: 70%;
}


#teamModal2 .modalMain {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

#teamModal2 .modalMain .box {
  display: flex;
  justify-content: space-between;
}

#teamModal2 .modalMain .box .box_img {
  height: 25rem;
  width: 18.75rem;
  border-radius: 1.875rem;
  /*background-size: cover;*/
  background-size: 100% 100%;

}

#teamModal2 .modalMain .box .box_text {
  width: 70%;
}

#teamModal2.teamModal2 .modalMain .box .box_text{
    width: 100%;
}
#teamModal2 .modalMain .box .text {
  height: 12.5rem;
  overflow-y: auto;
  padding-right: 2.625rem;
}

#teamModal2 .modalMain .box .text::-webkit-scrollbar {
  width: 0.1875rem;
  background-color: #E8EAEF;
  border-radius: 6.25rem;
  overflow: hidden;
}

#teamModal2 .modalMain .box .text::-webkit-scrollbar-thumb {
  background-color: #1D3F85;
  border-radius: 6.25rem;
  overflow: hidden;
}

.popUpNotification {
  cursor: pointer;
}

.secondNav .dropDown a::before {
  width: 1px;
}

.secondNav .dropDown .dropDownbox a::before {
  width: 0px;
}

.secondNav .dropDown {
  position: relative;

}

.secondNav .dropDown .dropDownbox {
  background-color: #0B3D82;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  visibility: hidden;
  /* transition: all 400ms; */
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.secondNav .dropDown:hover .dropDownbox {
  opacity: 1;
  visibility: visible;
}

.secondNav .dropDown:hover {
  background-color: #0B3D82;
  border-radius: 1.875rem;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.secondNav .dropDown:hover a {
  color: #fff;
  border-bottom-left-radius: 0px;

  border-bottom-right-radius: 0px;

}

.secondNav .dropDown .dropDownbox a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, .5);
  line-height: 1.875rem;
  height: 2.5rem;
  padding: 0.3125rem;
}

.secondNav .dropDown .dropDownbox a:hover {
  color: #fff;
  background-color: transparent;
}

/* 信息披露 */
.information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.informainput {
  width: 27%;
}

.informainput input {
  height: 3.125rem;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: rgba(25, 49, 99, 1);
  background-color: #fff;
  border-radius: 0.5rem;
}

.informainput input::placeholder {
  color: rgba(25, 49, 99, .5);
}

.layui-input {
  height: 3.125rem;
  border: 0;
  outline: none;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: rgba(25, 49, 99, 1);
  background-color: #fff;
  border-radius: 0.5rem;

}

.layui-input::placeholder {
  color: rgba(25, 49, 99, .5);
}

.layui-input-inline {
  width: 49%;
  position: relative;
}

.layui-input-inline::before {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/calendar.png);
  background-size: 100% 100%;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.layui-inline {
  display: flex;
  justify-content: space-between;
  width: 59.5%
}

.layui-input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 0px rgba(22, 183, 119, .08);
}

.informasearch {
  width: 11%;
}

.informasearch button {
  /* width: 11.25rem; */
  width: 100%;
  height: 3.125rem;
  background: #FFB03A;
  border-radius: 0.5rem;
  border: 0;
  outline: none;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.875rem;
}

.informationbox .box {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.selectBox {
  position: relative;
  width: 11.25rem;

}

.selectBox .select {
  width: 100%;
  border: 0;
  outline: none;
  border-bottom: 0.125rem solid #FFB03A;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  appearance: none;
  color: #193163;
}

.web_screen_ul {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  opacity: 0;
  padding: 0 0.46rem;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.selectBox::after {
  position: absolute;
  content: '';
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-top: 0.375rem solid #1D3F85;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
}

.web_screen_ul li {
  position: relative;
  color: #ffffff;
}

.web_screen_ul li a {
  display: block;
  height: 2.5rem;
  cursor: pointer;
  color: #193163;
  line-height: 2.5rem;
}

.selectBox:hover .web_screen_ul {
  opacity: 1;
  visibility: visible;
}

.web_screen_ul li a:hover {
  color: #124794;
}

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

.information_t .box_l {
  width: 86%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information_t .box_l div {
  font-size: 1.125rem;
  min-width: 7.625rem;
  text-align: center;
  cursor: pointer;
  color: #193163;
  line-height: 1.875rem;
  padding: 1.125rem;
  border-bottom: 0.125rem solid #DDE0E8;
}

.information_t .box_l div.active {
  border-color: #FFB03A;
}

.information_ul {
  background-color: #fff;
  padding: 1.25rem 2.5rem;
  border-radius: 1.875rem;
}

.information_ul .box_sm {
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(25, 49, 99, 0.15);
}

.information_ul .box_sm:last-child {
  border-bottom-color: transparent;
}

.information_ul .time {
  color: rgba(25, 49, 99, .6);
  font-size: 1rem;
  line-height: 1.875rem;
  margin-right: 1.875rem;
}

.download {
  display: flex;
  align-items: center;
}

.download a {
  display: flex;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../images/Download.png);
  background-size: 100% 100%;
}

.information_ul .box_sm .ft_18 {
  width: 100%;
  padding-right: 1.875rem;
}

.mginformationbox.box_t {
  display: flex;
  justify-content: flex-end;
  font-size: 0.6875rem;
  color: #193163;
  line-height: 1.875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.mginformationbox.box_t .imgspan {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
}

.mginformationbox.box_t img {
  width: 5.6875rem;
}

.mginformationbox.box_t a {
  font-size: 0.6875rem;
  color: #193163;
  line-height: 1.875rem
}

/* 财务报告 */
.report .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.report .box_sm {
  width: 23.5%;
  background-color: #fff;
  border-radius: 1.125rem;
  overflow: hidden;
  margin-bottom: 2.1875rem;
  margin-right: 2%;
}

.report .box_sm:nth-child(4n) {
  margin-right: 0;
}

.report .box_sm .img {
  width: 100%;
  height: 29.375rem;
}

.report .box_sm .img .bg_cover {
  width: 100%;
  height: 100%;
}

.report .box_sm .textbox {
  display: flex;
  justify-content: space-between;
  padding: 1.5625rem 2.1875rem;
}

.report .box_sm .textbox .ft_18 {
  width: 100%;
}

/* 股票信息 */
.shares .box:nth-child(2n-1) {
  background-color: #F3F7FA;
  border-radius: 0.5rem;
}

.shares .box_t {
  font-weight: bold;
  background-color: #E3EAF0;
  border-radius: 0.5rem;
}

.shares .box {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.shares .box .box_l {
  width: 50%;
  padding: 0.9375rem 2.5rem;

}

.shares .box .box_r {
  width: 50%;
  padding: 0.9375rem 2.5rem;
}

/* 投资者关系日历 */
.calendar .box_t .ft_18 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.calendar .box {
  padding-bottom: 40px;
}

.calendar .box_bb {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 1.5625rem 2.5rem;
}

.activity_t .box_r {
  display: flex;
  align-items: center;
}

.activity_t .box_r div {
  padding-left: 2.125rem;
  margin-right: 2.25rem;
  position: relative;
  cursor: pointer;
}

.activity_t .box_r div::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.625rem;
  height: 1.625rem;
  background-color: #F9CABF;
  background-image: url(../images/ico13.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.875rem;
  border-radius: 100%;
}

.activity_t .box_r div:nth-child(2):before {
  background-color: #BCD0F1;
  background-image: url(../images/ico14.png);
}

.activity_t .box_r div:nth-child(3):before {
  background-color: rgba(255, 176, 58, .4);
  background-image: url(../images/ico15.png);
}

.activity_t .box_r div:nth-child(4):before {

  background-color: rgba(101, 181, 47, .4);
  background-image: url(../images/ico16.png);
}


.event button {
  margin-left: 1.25rem;
  width: 11.25rem;
  height: 3.125rem;
  background: #FFB03A;
  border-radius: 0.5rem;
  color: #fff;
  border: 0;
  outline: none;
}

.activity_t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}

.activity_t .box_l {
  display: flex;
  align-items: flex-end;

}

.activetycalendar {
  display: flex;
  background: #1D3F85;
  border-radius: 6.25rem;
  padding: 0.125rem;
}

.activetycalendar span {
  width: 8.34%;
  text-align: center;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  border-radius: 6.25rem;
  cursor: pointer;
  transition: all 400ms;
}

.activetycalendar span.active,
.activetycalendar span:hover {
  background-color: #FFB03A;

}

.activity_boxul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(25, 49, 99, 0.15);
}

.activity_boxul li:last-child {
  border-bottom-color: transparent;
}

.activity_boxul li .box_l {
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;

}

.activity_boxul li .box_r {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activity_boxul li .box_r .ioc {
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/ico17.png);
  background-size: 100% 100%;
}

.calendar .box .mg_t40 .box_bb {
  display: none;
}

.calendar .box .mg_t40 .box_bb.active {
  display: block;
}

#teamModal3 .modal-content {
  width: 50%;
}

.checkbox-wrapper label,
.checkbox-wrapper1 label,
.checkbox-wrapper2 label {
  display: flex;
  align-items: center;
}

.checkbox-wrapper input {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: relative;
  visibility: hidden;
}

.radio,
.checkbox {
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #193163;
  line-height: 1.125rem;
  display: inline-block;
  position: relative;
  margin-right: 0.6rem;
}


.checkbox.active::before {
  position: absolute;
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../images/gx.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio.active::before {
  position: absolute;
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../images/gx.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-wrapper .label {
  width: 50%;
  margin-top: 1rem;
}

.radiobox {
  display: flex;
}

.radiobox label {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.radiobox.active {
  pointer-events: none;
  opacity: .5;
}

.informainputb {
  display: flex;
  align-items: center;
  width: 100%;
}

.informainputb input {
  width: 70%;
  background-color: #f4f4f4;
}

.informainputb .ft_20 {
  width: 15%;
  text-align: end;
  margin-right: 2.5rem;
}

select {
  height: 3.125rem;
  width: 70%;
  border: 0;
  outline: none;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: rgba(25, 49, 99, 1);
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}

.modebutton {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cancel button,
.priceIncrease button {
  width: 11.25rem;
  height: 3.125rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  border: 0;
  outline: 0;
  overflow: hidden;
}

.cancel button {
  background-color: #FFB03A;
}

.priceIncrease button {
  background-color: #24468A;
}



/* 订阅邮件提醒 */
.subscibe .box {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.multipleChoice {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multipleChoice .box_mu {
  display: flex;
  align-items: center;
  padding: 0.8125rem 3.125rem;
  width: 24%;
  height: 3.5rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  color: #193163;
  line-height: 1.875rem;
  position: relative;
  cursor: pointer;
}

.multipleChoice .box_mu::before {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  background: #F3F7FA;
  border-radius: 100%;
  top: 50%;
  left: 0.9375rem;
  transform: translateY(-50%);
}

.multipleChoice .box_mu.active::before {
  background-color: #FFB03A;
}

.form_list {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 1.875rem 2.5rem;
  margin-top: 2.5rem;
}


.form_list .row {
  justify-content: space-between;
  margin: 0;

}

.form_list .col-md-6 {
  padding: 0;

  flex: 0 0 49%;
  max-width: 49%;
}

.form_list ul li .form-group {
  margin-bottom: 0.625rem;
  position: relative;
}

.form_list li .form-group .web_label {
  font-size: 1.25rem;
  position: absolute;
  top: 31%;
  left: 0;
  pointer-events: none;
  transform: scale(1);
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  transform-origin: left center;

}

.form_list li .form-group .form-control {
  font-size: 1.125rem;
  color: #193163;
  line-height: 1.875rem;
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-bottom: 1.125rem;
  padding-top: 1.1875rem;
  height: auto;
  border-bottom: 1px solid rgba(25, 49, 99, 0.15);
  box-shadow: none;

}

.form_list li .form-group .web_label span {
  color: rgba(255, 176, 58, 1);
}

.form_list li .eventReport_active.form-group .web_label {
  top: -.5rem;
  transform: scale(0.8);
}



.form_list li .form-group .form-control:focus {
  border-bottom-color: rgba(25, 49, 99, 1);
}

.form_list li.select {
  border-bottom: 1px solid rgba(58, 76, 111, 0.12);
}

.form_list li select {
  width: 100%;
  border: 0;
  outline: none;
  opacity: 0;
  padding-left: 0;
  padding-top: 1.1875rem;
  padding-bottom: 1.125rem;
  font-size: 1.125rem;
  appearance: none;
  height: 100%;
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  background-color: transparent;
}

.form_list li .form-group.active .web_label {
  top: -.5rem;
  transform: scale(0.8);
}

.form_list li .form-group.active select {
  opacity: 1;
}

.select .form-group {
  position: relative;
}

.select .form-group::before {

  position: absolute;
  content: '';
  width: 1.0625rem;
  right: 0;
  top: 50%;
  height: 0.5625rem;
  background-image: url(../images/jsbottom182.svg);
  background-size: 100% 100%;
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
}

.form_list li .form-group.active::before {
  transform: rotate(180deg)
}

.formbutton {
  margin-top: 1.5625rem;
}

.formbutton button {
  border: 0;
  outline: none;
  width: 11.25rem;
  height: 3.125rem;
  background: #FFB03A;
  border-radius: .5rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.875rem;
}

.box_mub {
  text-align: center;
  margin-top: 1.25rem;
}

.box_mub .ft_12 {
  color: rgba(25, 49, 99, 0.50);
}


/* 投资者联络 */
.liaison .box_sm {
  background-color: #fff;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
}

.liaison .box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}


.liaison .box_sm .box_bl {
  width: 50%;
  padding: 3.75rem;
}

.liaison .box_sm .box_br {
  width: 50%;
}


.liaison .filesm .box_sms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #DCDFE7;
  border-bottom: 1px solid transparent;
}

.liaison .filesm .box_sms:last-child {
  border-bottom-color: #DCDFE7;
}


.liaison .filesm .box_sms .box_l {
  display: flex;
  align-items: center;
  width: 90%;
}

.liaison .filesm .box_sms .ico {
  margin-right: 1.25rem;
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
  background-color: #FFB03A;
  border-radius: 100%;
}

.liaison .filesm .box_sms .ico::before {
  position: absolute;
  content: '';
  width: 1.3125rem;
  height: 1.3125rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/frame1.png);
  background-size: 100% 100%;
}

.liaison .filesm .box_sms .box_r a {
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../images/Download.png);
  background-size: 100% 100%;
  margin-left: 1.0625rem;
  display: block;
}

.liaison .box_sm .box_br {
  height: 26.25rem;
  border-radius: 1.875rem;
  background-image: url(../images/liaisonbg.png);
  background-size: 100% 100%;
  position: relative;
}

.liaison .box_sm .box_br .box_Br {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.liaison .box_sm .box_br .box_Br .mailbox a {
  position: relative;
  font-size: 1.875rem;
  color: #FDFDFD;
  line-height: 1.875rem;
  padding-left: 3.4375rem;
}

.liaison .box_sm .box_br .box_Br .mailbox a::before {
  position: absolute;
  content: '';
  width: 2.5625rem;
  height: 2.5625rem;
  background-image: url(../images/mail.png);
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 职业发展 */
#wBanner .box3 .box_r {
  /*width: 63%;*/
 max-width: 61%;
}

.personneljs .swiper-slide {
    cursor: pointer;
  display: flex;
  color: #fff;
  background-color: #1D3F85;
  width: 83.34vw;
  height: 35.625rem;
  padding: 1.5625rem;
  border-radius: 1.875rem;
  background-image: url(../images/personneljs.png);
  background-repeat: no-repeat;
}

.personneljs .swiper-slide:nth-child(3) {
  background-color: #65B52F;
}

.personneljs .swiper-slide:nth-child(1) {
  background-color: #FFB03A;
}

.personneljs .swiper-slide:nth-child(2) {
  background-color: #1D3F85;
}


.personneljs .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.personneljs .box .box_l {
  padding-left: 1.5625rem;
  padding-right: 3.125rem;
  width: 35%;
  min-height: 22rem;
}

.personneljs .box .box_r {
  width: 61.25%;
  height: 100%;
  border-radius: 1.875rem;
  overflow: hidden;
}

.personneljs .box .box_r .bg_cover {
  width: 100%;
  height: 100%;
}

.say {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  background-color: #fff;
}

.sayjs::before {
  position: absolute;
  content: '';
  width: 7.5rem;
  height: 5.625rem;
  background-image: url(../images/say.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

.sayjs .box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 7.5rem;
}

.sayjs .box_l {
  width: 21.5625rem;
  height: 15.625rem;
}

.sayjs .box_l .img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.sayjs .box .box_r {
  width: 66%;
  padding-right: 6.25rem;
}

.sayjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #E8E8E8;
  opacity: 1;
}

.sayjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFB03A;
}

.sayjs {
  padding-bottom: 1.25rem;
}

.nashi {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nashi .box {
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
  background-color: #F3F7FA;
  border-radius: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nashi .hMore {
  margin-top: 2.1875rem;
}

.nashi .box_l {
  width: 40%;
}

.nashi .box_r {
  /* width: 54%; */
  width: 49.9375rem;
  position: relative;
  clip-path: url(#nshi);
}

.nashi .box_r .img {
  height: 38.75rem;
  width: 100%;
  background-size: cover;
}

/* 关于我们 */


.numberOfPeople {
  color: rgba(25, 49, 99, .5);
}

.aboutusIntroduce {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;

}

.aboutusIntroduce .box {
  border-radius: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.aboutusIntroduce .box .ft_30 {
    font-size: 1.625rem;
}

.aboutusIntroduce .box .box_sm {
  width: 33%;
  height: 48.75rem;
  background-size: cover;
  position: relative;

}

.aboutusIntroduce .box .box_smico {
  display: flex;
  /*padding-right: 1.5rem;*/
  /*padding-left: 1.5rem;*/
  border-right: 1px solid rgba(41, 79, 172, 1);
  width: 33.333%;
          justify-content: center;
}

.aboutusIntroduce .box .box_smico:last-child {
  border-right-color: transparent;
  padding-right: 0;

 width: 36%;

}

.aboutusIntroduce .box .box_smico:first-child {
  padding-left: 0;
  justify-content: flex-start;
 width: 30%;
}

.icob {
  display: flex;
  margin-top: 2.8125rem;
  /* justify-content: space-between; */
}

.aboutusIntroduce .box .box_sm .box_ms .ico {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.625rem;
}

.aboutusIntroduce .box_ms {
  position: absolute;
  padding: 2.5rem;
  width: 100%;
  top: 41.75rem;
  transition: all 400ms;
   z-index: 3;
}

.aboutusIntroduce .box_sm::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
}
.aboutusIntroduce .box_sm::after{
     position: absolute;
  content: '';
  width: 100%;
  height: 12.5rem;
  left: 0;
  bottom: 0;
  opacity: .7;
  background-image: linear-gradient(to bottom, rgba(46,77,102,0),rgba(46,77,102,1));
}

.aboutusIntroduce .box_sm:hover::before {
  background-color: rgba(29, 63, 133, 1);
  transition: all 400ms;
  z-index: 2;
}

.aboutusIntroduce .box_sm:hover .box_ms {
     top: 6.5rem;
    
}

.culture {
  background-color: #EEF6FC;
}

.culture .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.culture .box::after {
  content: '';
  flex-basis: 32.5%;
}

.culture .box .box_sm {
  width: 32.5%;
  background-color: #fff;
  border-radius: 1.125rem;
  padding: 2.5rem 2.5rem 3.75rem 2.5rem;
}

.culture .box .box_sm .ico {
  width: 4.6875rem;
  height: 4.6875rem;
  background-size: 100% 100%;

}

.abouusteam {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  background-color: #fff;
}

.abouusteam .box {
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);

  border-radius: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
}

.abouusteam .box_l {
  width: 40%;
}

.abouusteam .box_r {
  /* width: 51.4%; */
  width: 47.5rem;
  position: relative;
  clip-path: url(#nshi);
}

.abouusteam#section4 .box_r {
  clip-path: url(#nshi1);
}



.abouusteam .box_r .img {
  height: 38.75rem;
  width: 100%;
  background-size: cover;
}

.abouusteam .hMore a {
  background-color: #F49322;
}
.abouusteam .hMore a:hover {
  background-color: #FFB03A;
}

.abouusteam#section4 .hMore a {
  background-color: #FFB03A;
}


.abouusteam#section4 .hMore a:hover {
  background-color: #F49322;
}


/* 管理团队 */
.teambanner {
  padding-top: 1.125rem;
}

.teambanner .breadcrumb {
  margin-bottom: 3.625rem;
}

.teambanner .breadcrumb .breadcrumb-item:nth-child(3) {
  color: #193163;
}

.teambanner .breadcrumb-item,
.teambanner .breadcrumb-item a {
  font-size: 1rem;
  line-height: 1.375rem;
}

.team {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}

.team .box {
  background-color: rgba(25, 49, 99, 0.15);
  border-radius: 1.875rem;
}

.team .box_sm img {
  /*transform-origin: center bottom;*/
  /*transform: scale(0.625);*/
  transition: all 400ms;
}

.team .box_sm {
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
  border-radius: 1.875rem;
  transition: all 400ms;
  position: relative;
  /*padding-bottom: 5.625rem;*/
  padding-top: 5.625rem;
  display: flex;
  justify-content: space-between;
  /*cursor: pointer;*/
  align-items: center;
}

.team .box_sm .box_l {
  width: 58%;


}


.team .box_sm .box_r {
  transition: all 400ms;
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: calc(10.9375vw - 2.5rem);*/
}



.team .box_sm .box_l .ft_18 {
   /*display: none; */
  height: 7.5rem;
  transition: all 400ms;
  overflow-y: auto;
  padding-right: 1.25rem;
  text-align: justify;
}

.team .box_sm.active {
  background-color: #224A8E;
  background-image: url(../images/team.png);
  background-size: cover;
  padding-top: 5.125rem;
  align-items: flex-start;
}

.team .box_sm:nth-child(2n).active {
  background-image: url(../images/team1.png);
}

.team .box_sm.active .box_l .ft_18 {
  /* display: block; */
  height: 15rem;
  overflow: auto;

}

.team .box_sm .box_l .ft_18::-webkit-scrollbar {
  width: 0.1875rem;
  background-color: #E8EAEF;
  border-radius: 6.25rem;
  overflow: hidden;
}

.team .box_sm .box_l .ft_18::-webkit-scrollbar-thumb {
  background-color: #1D3F85;
  border-radius: 6.25rem;
  overflow: hidden;
}



.team .box_sm.active .box_l .ft_34 {
  color: #fff;
}

.team .box_sm.active img {
  transform: scale(1);
}

.team .box_sm.active .box_l .ft_22 {
  color: #FFB03A;
}

.team .box_sm:nth-child(2n) {
  /*justify-content: flex-end;*/
  flex-direction: row-reverse;
  background-color: #fff;
}

.team .box_sm:nth-child(2n) .box_l {
  /*text-align: end;*/
}

/*.team .box_sm:nth-child(2n) .box_r {*/
/*  transition: all 400ms;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: auto;*/
/*  left: calc(10.9375vw - 2.5rem);*/
/*}*/
.team .box_sm .box_r img {
  
    width: 18.75rem;
}

.team .box_sm .box_l .ft_34{
    transition: all 400ms;
}
.team .box_sm:hover .box_l .ft_34  {
 font-size: 2.5rem;
}

.team .box_sm.active:hover .box_r img {
  transform: scale(1);
}

/* 荣誉大事件 */

.honorbanner {
  padding: 2.5rem;
}

.honorbanner .box {
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
  height: 43.125rem;
  background-size: cover;
  border-radius: 1.875rem;
  position: relative;
}

.honorbanner .box .breadcrumb {
  padding-top: 1.5625rem;
}

.honorbanner .box .breadcrumb .breadcrumb-item,
.honorbanner .box .breadcrumb-item a {
  color: rgba(255, 255, 255, .5);
}

.honorbanner .box .breadcrumb .breadcrumb-item:nth-child(3) {
  color: #fff;
}

.honorbanner .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .5);
}

.honorbanner .box .box_sm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.honorCharacterjs {
  padding-bottom: 8.125rem;
     position: unset;

}
.honorCharacterjs .swiper-button-prev,.honorCharacterjs .swiper-button-next{
    top: 40.1%;
}
.honorCharacterjs .swiper-button-next,.honorCharacterjs .swiper-container-rtl .swiper-button-prev {
    right: 8vw;
    left: auto;
}
.honorCharacterjs .swiper-button-prev,.honorCharacterjs .swiper-container-rtl .swiper-button-next {
    left: 8vw;
    right: auto;
}

.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 2.5rem;
}


.honorgalleryjs {
  padding-bottom: 6.25rem;
}

.honorCharacterjs .circular {
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #DDE0E8;
  border-radius: 100%;
  transition: all 400ms;
}

.honorCharacterjs .swiper-slide {
  padding-top: 2.0625rem;
  cursor: pointer;
}

.honorCharacterjs .swiper-slide::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DDE0E8;
  top: 0.4063rem;
  left: 0;
}

.honorCharacterjs .swiper-slide-thumb-active .circular {
  width: 1rem;
  height: 1rem;
  background-color: #89C455;
  top: 0;
}

.honorCharacterjs .swiper-slide::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #89C455;
  top: 0.4063rem;
  left: 0;
  transition: all 500ms;
}

.honorCharacterjs .swiper-slide.swiper-slide-thumb-active::after {

  width: 100%;


}

.honorgalleryjs .swiper-slide {
  /*padding-top: 1.875rem;*/
  padding-top: 3.875rem;
  background-color: #fff;
}


.honorgalleryjs .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26.25rem;
}

.honorgalleryjs .box .box_l {
  width: 48.8%;
  height: 100%;
  position: relative;
}

.honorgalleryjs .box .box_l .img {
  width: 100%;
  height: 100%;
  border-radius: 1.125rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.honorgalleryjs .box .box_l .year {
  position: absolute;
  color: #89C455;
  /*background-color: #fff;*/
  font-size: 3.125rem;
  line-height: 5rem;
  /*top: -2.5rem;*/
  top: -4.5rem;
  left: 1.9375rem;
}

.honorgalleryjs .box .box_r {
  height: 100%;
  width: 45%;
  padding-right: 2rem;
  overflow-x: auto;

}

.honorgalleryjs .box .box_r::-webkit-scrollbar {
  width: 0.1875rem;
  background-color: #E8EAEF;
  border-radius: 6.25rem;
  overflow: hidden;
}

.honorgalleryjs .box .box_r::-webkit-scrollbar-thumb {
  background-color: #1D3F85;
  border-radius: 6.25rem;
  overflow: hidden;
}

/* 联系我们 */
.contactus {
  padding: 5.625rem 2.5rem 2.5rem 2.5rem;
}

.contactus .box {
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
  background-color: #F3F7FA;
  border-radius: 1.875rem;
  padding-top: 5rem;
  padding-bottom: 4.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contactus .box::after {
  content: '';
  flex-basis: 32.5%;
}

.contactus .box_sm {
  width: 32.5%;
  background-color: #fff;
  border-radius: 1.125rem;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  margin-bottom: 1.5rem;
      display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.mapbox {
  width: 100%;
  height: 16.25rem;
  border-radius: 1.125rem;
}

.mapbox_sm {
  width: 100%;
  height: 100%;
}

/*.BMap_Marker {*/
/*  width: 3.125rem !important;*/
/*  height: 3.125rem !important;*/
/*  border-radius: 100%;*/
/*  overflow: hidden;*/
/*  background-image: url('../images/mapico.png');*/
/*  background-size: 100% 100%;*/
/*}*/



.trxst {
  transform: translateX(-7.3vw);
}

/* .trxst1 {
  transform: translateX(.3vw);
} */

.mst {

  transform: scale(1);
}

/* .mtr {
  transform: translateX(10px);
} */




.c_prev{
      position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #FFB03A;
    background-image: url(../images/jt.png);
    border-radius: 100%;
    background-size: 1.375rem 1.375rem;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotateY(180deg);
    left: -6.25rem;
    top: 50%;
}
.c_next{
      position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #FFB03A;
    background-image: url(../images/jt.png);
    border-radius: 100%;
    background-size: 1.375rem 1.375rem;
    background-position: center;
    background-repeat: no-repeat;
    right: -6.25rem;
    top: 50%;
    transform: translateY(-50%);
    
}


.field .box .box_sm:nth-child(2n){
        flex-direction: row-reverse;
}

.webModal1 .modal-content{
    padding-bottom: 0;
}

/* 新加 */
.researchplatform {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.researchplatform .box {
  background-color: #F3F7FA;
  border-radius: 1.875rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: calc(10.9375vw - 2.5rem);
  padding-right: calc(10.9375vw - 2.5rem);
}

.researchplatform .box .box_sm{
    display: flex;
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
    padding-left: 5rem;
    padding-right: 5rem;
    background: linear-gradient( 270deg, #4584DA 18.27%, #0B3D82 100%), #FFFFFF;
    border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
    min-height: 31.25rem;
}

.researchplatform .box .box_sm .box_l .box_t{
    display: flex;
    align-items: center;
    margin-bottom: 1.5625rem;

}
.researchplatform .box .box_sm .box_l .box_t .ico{
    width: 4.6875rem;
    height: 4.6875rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1.625rem;
}
.researchplatform .box .box_sm .box_l .box_t .ft_30{
      width: calc(95% - 4.6875rem);
    word-wrap: break-word;
}
.researchplatform .box .box_sm .box_l{
    width: 52%;
    border-right: 1px solid #e5e5e5;
}
.researchplatform .box .box_sm .box_l .box_b{
    width: 85%;
}

.researchplatform .box .box_sm .box_r{
    width: 48%;
    padding-left: 5rem;
}

.researchplatform .box .box_sm .box_r .ft_30{
    margin-bottom: 2.9375rem;
    
}
.researchplatform .box .box_sm .box_r .box_ts{
    display: flex;
    justify-content: space-between;
}
.researchplatform .box .box_sm .box_r .box_ts div{
    width: 36%;
}
.researchplatform .box .box_sm {
    margin-bottom: 2.5rem;
}
.researchplatform .box .box_sm:last-child{
    margin-bottom: 0;
}

.hNewsJs .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hNewsJs .swiper-wrapper .swiper-slide{
    width: 31.33%;
    margin-bottom: 2.5rem;
}
.hNewsJs .swiper-wrapper::after{
    content: '';
    flex-basis: 31.33%;
}
