@charset "UTF-8";
.tit-en {
  text-transform: uppercase;
}

/* 英文菜单大写（导航/页脚菜单，仅显示层，不影响 href 锚点） */
.page-navbar .navbar-menu-item > .title,
.page-footer .menu-itemLink .title,
.page-footer .menu-itemLinkSon .titleSon,
.page-footer .contact-listTitle {
  text-transform: uppercase;
}

/* 内页面包屑 / tab / 页面标题大写 */
.z-tabs .breadMain,
.z-tabs .z-tabCenter,
.son-title {
  text-transform: uppercase;
}

.zoom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s all ease;
}

.zoom-img:hover img {
  transform: scale(1.2);
}

.hover-zoom {
  transition: 0.4s transform ease;
}

.hover-zoom:hover {
  transform: scale(1.1);
}

.hover-bg {
  transition: 0.3s background ease;
}

.hover-bg:hover {
  background: #f5f5f5;
}

.hover-opacity {
  transition: 0.3s opacity ease;
}

.hover-opacity:hover {
  opacity: 0.8;
}

.preview-img {
  cursor: pointer;
}

#spotlight .header div {
  box-sizing: content-box;
}

.page-back-top {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  transform: scale(0);
  transition: 0.3s transform cubic-bezier(0.25, 0.8, 0.5, 1);
}

.page-back-top.is-active {
  transform: scale(1);
}

.page-back-top i {
  display: block;
  background-image: url("../../img/common/icon-back-top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-back-top span {
  color: #666;
  line-height: 1;
}

.slide-pagination.swiper-pagination-horizontal {
  position: absolute;
  width: auto;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.slide-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  border: none;
  opacity: 1;
}

.layui-pager {
  display: flex;
  justify-content: center;
  user-select: none;
}

.layui-pager .layui-laypage a {
  color: #333;
  border: 1px solid #eee;
}

.layui-pager .layui-laypage-em {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%) !important;
}

.swiper-preset-certificate {
  margin: 0 auto;
  position: relative;
}

.swiper-preset-certificate .swiper-wrapper {
  align-items: flex-end;
}

.swiper-preset-certificate .swiper-slide {
  display: flex;
  justify-content: center;
  transform-origin: bottom;
}

.swiper-preset-certificate .swiper-slide-visible {
  z-index: 3;
}

.swiper-preset-certificate .swiper-slide-prev, .swiper-preset-certificate .swiper-slide-next {
  z-index: 4;
}

.swiper-preset-certificate .swiper-slide-active {
  z-index: 5;
}

.swiper-preset-certificate .slide-button {
  cursor: pointer;
  position: absolute;
  transition: .3s all ease;
}

.swiper-preset-certificate .slide-button-prev {
  transform: rotate(-180deg);
}

.swiper-preset-switch {
  position: relative;
}

.swiper-preset-switch .slide-button {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 9;
}

.swiper-preset-switch .slide-button-prev {
  transform: rotate(-180deg);
}

.sm {
  display: none !important;
}

.page {
  min-height: 80vh;
}

/* 副页面tab */
.z-tabs {
  padding: 0 3rem;
  background: #F4F4F4;
  display: flex;
  justify-content: space-between;
  height: .875rem;
}

.z-tabs .breadMain {
  display: flex;
  align-items: center;
}

.z-tabs .breadMain .homeLink {
  display: block;
  margin-right: .125rem;
}

.z-tabs .breadMain .homeLink .homeI {
  display: block;
  width: .25rem;
  height: .25rem;
}

.z-tabs .breadMain .rightI {
  width: .125rem;
  height: .125rem;
  display: block;
  margin-right: .125rem;
}

.z-tabs .breadMain .defaultLink {
  font-weight: 400;
  font-size: .2rem;
  color: #666666;
  line-height: .3rem;
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: .125rem;
}

.z-tabs .z-tabCenter {
  display: flex;
}

.z-tabs .z-tabCenter .z-tab {
  line-height: .875rem;
  font-weight: 400;
  font-size: .2rem;
  color: #555;
  margin-left: .6rem;
  cursor: pointer;
  user-select: none;
}

.z-tabs .z-tabCenter .z-tab:nth-child(1) {
  margin-left: 0;
}

.z-tabs .z-tabCenter .z-tab.is-active {
  font-weight: bold;
  position: relative;
  font-style: normal;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.z-tabs .z-tabCenter .z-tab.is-active::before {
  content: "";
  width: .8rem;
  height: .025rem;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-banner {
  margin-top: 1.1875rem;
  height: 6rem;
  position: relative;
}

.page-banner .defaultTitle {
  padding: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: .2125rem;
}

.page-banner .defaultTitle.white::after {
  background: #fff;
}

.page-banner .defaultTitle.white .titleE {
  background: rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-banner .defaultTitle.white .titleC {
  color: #fff;
}

.page-banner .defaultTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: .0625rem;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
}

.page-banner .defaultTitle .titleE {
  font-weight: 700;
  font-size: .45rem;
  line-height: .65rem;
  text-align: center;
  font-style: normal;
  background: linear-gradient(0deg, rgba(2, 104, 176, 0.2) 0%, rgba(54, 190, 228, 0.2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-banner .defaultTitle .titleC {
  font-weight: 700;
  font-size: .5rem;
  color: #222222;
  line-height: .725rem;
  text-align: center;
  position: relative;
  margin-top: -0.325rem;
}

.page-banner .img {
  height: 100%;
}

.page-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: .3s all ease;
  background: #fff;
}

.page-navbar .navbar-content {
  display: flex;
  align-items: center;
  height: 1.1875rem;
  padding: 0 3rem;
}

.page-navbar .navbar-logo {
  flex-shrink: 0;
  height: 1.125rem;
  display: flex;
}

.page-navbar .navbar-logo img {
  width: auto;
  height: 100%;
}

.page-navbar .navbar-logo .logoTitle {
  margin-left: .125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-navbar .navbar-logo .logoTitle .logoT {
  font-weight: 700;
  font-size: .3375rem;
  color: #222222;
  line-height: .4875rem;
  letter-spacing: .0125rem;
  margin-bottom: .025rem;
}

.page-navbar .navbar-logo .logoTitle .logoV {
  font-weight: 400;
  font-size: .1375rem;
  color: #555555;
  line-height: .2125rem;
}

.page-navbar .navbar-menu {
  display: flex;
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.page-navbar .navbar-menu-item {
  color: #333;
  position: relative;
  transition: 0.3s all ease;
  min-width: 1.7rem;
}

.page-navbar .navbar-menu-item,
.page-navbar .navbar-menu-item > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-navbar .navbar-menu-item > .title {
  width: 100%;
  padding: 0 .4rem;
  color: inherit;
  font-size: 0.225rem;
  line-height: 0.3125rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.page-navbar .navbar-menu-item > .title::after {
  content: " ";
  display: block;
  width: 100%;
  height: .075rem;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: .3s all ease;
}

.page-navbar .navbar-menu-item:hover > .title::after {
  transform: scaleX(1);
}

.page-navbar .navbar-menu-item.is-active {
  color: #fff !important;
  font-weight: bold;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
}

.page-navbar .navbar-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .475rem;
  height: .475rem;
  margin-left: .625rem;
  color: #333333;
  background: #fff;
  border-radius: .475rem;
  position: relative;
  overflow: hidden;
  transition: .3s all ease;
  border: 1px solid #1B91C9;
  font-weight: 500;
  font-size: .225rem;
}

.page-navbar .navbar-lang .lang {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-navbar .navbar-lang.is-en {
  /*width: auto;*/
  /*padding: 0 .28rem;*/
  border-radius: .28rem;
  font-size: .175rem;
  flex-shrink: 0;
}


.page-navbar.is-scrolled {
  box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
}

.page-guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: .875rem;
  padding: 0 3rem;
  background: #F5F5F5;
  user-select: none;
}

.page-guide .crumb-list {
  display: flex;
  align-items: center;
}

.page-guide .crumb-item {
  display: flex;
  align-items: center;
  color: #666;
  font-size: .2rem;
  line-height: .2875rem;
  position: relative;
}

.page-guide .crumb-item img {
  width: .25rem;
  height: .25rem;
}

.page-guide .crumb-item::after {
  content: " ";
  display: block;
  margin: 0 .125rem;
  border-left: .0875rem solid #666;
  border-top: .05rem solid transparent;
  border-bottom: .05rem solid transparent;
}

.page-guide .crumb-item:last-of-type::after {
  display: none;
}

.page-guide .tab-list {
  height: 100%;
  display: flex;
}

.page-guide .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .3125rem;
  color: #666;
  font-size: .2rem;
  line-height: .2875rem;
  position: relative;
  cursor: pointer;
}

.page-guide .tab-item, .page-guide .tab-item::after {
  transition: .3s all ease;
}

.page-guide .tab-item::after {
  content: " ";
  display: block;
  width: .8rem;
  height: 2px;
  background: #143A84;
  position: absolute;
  bottom: 0;
  left: calc(50% - .4rem);
  transform: scale(0);
}

.page-guide .tab-item.is-active {
  color: #143A84;
  font-weight: bold;
}

.page-guide .tab-item.is-active::after {
  transform: scale(1);
}

.page-guide .tab-item:hover::after {
  transform: scale(1);
}

.page-container {
  padding: 1rem 3rem;
}

.suspension {
  position: fixed;
  right: 0.25rem;
  bottom: 20%;
  z-index: 999;
}

.suspension .box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.125rem;
}

.suspension .box:hover .suspension_cont {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
}

.suspension .box:hover .back-top {
  border-radius: 0.05rem;
}

.suspension .box:hover .suspension_pop {
  width: fit-content;
  min-width: 0.875rem;
  background: #0268B0;
  margin-right: 0.05rem;
  padding: 0.1625rem 0.175rem;
}

.suspension .box .suspension_pop {
  overflow: hidden;
  width: 0;
  min-width: 0;
  height: 0.875rem;
  border-radius: 0.05rem;
  background: #0268B0;
  transition: 0.3s;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.175rem;
  color: #ffffff;
  line-height: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.suspension .box .suspension_pop img {
  width: .75rem;
  height: .75rem;
  display: block;
}

.suspension .box .suspension_cont {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.05rem;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  cursor: pointer;
  padding-top: 0.1625rem;
}

.suspension .box .suspension_cont.back-top {
  transform: scale(0);
  transition: 0.3s all ease;
}

.suspension .box .suspension_cont.is-active {
  transform: scale(1);
}

.suspension .box .suspension_cont .sImg {
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  margin: 0 auto 0.05rem;
}

.suspension .box .suspension_cont .sTitle {
  font-weight: 400;
  font-size: 0.175rem;
  color: #ffffff;
  line-height: 0.25rem;
  text-align: center;
}

.page-back-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 1.25rem;
  bottom: 1.75rem;
  width: .875rem;
  height: .875rem;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  border-radius: .05rem;
}

.page-back-top::after {
  content: '返回顶部';
  display: block;
  color: #fff;
  font-size: .175rem;
  line-height: .275rem;
}

.page-back-top i {
  width: .25rem;
  height: .25rem;
  margin-bottom: .05rem;
  background-image: url("../../img/index/menu/icon-top.png");
}

.page-back-top span {
  display: none;
}

.page-footer {
  padding: 0 3rem;
  background: #1A202C;
}

.page-footer .footer-center {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: .45rem 0 .3rem;
}

.page-footer .footer-center .logoMain {
  padding-right: .75rem;
  display: flex;
  flex-direction: column;
  padding-top: .15rem;
}

.page-footer .footer-center .logoMain .logo {
  margin-bottom: .025rem;
}

.page-footer .footer-center .logoMain .logo img {
  width: 2.25rem;
  height: auto;
  display: block;
}

.page-footer .footer-center .logoMain .phoneMain {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  width: 2.75rem;
  height: .625rem;
  display: flex;
  font-weight: 500;
  font-size: .275rem;
  color: #FFFFFF;
  line-height: .4rem;
  padding: 0 0 0 .15rem;
  align-items: center;
}

.page-footer .footer-center .logoMain .phoneMain .phoneI {
  width: .325rem;
  height: .325rem;
  margin-right: .05rem;
}

.page-footer .footer-center .menu-list {
  display: flex;
  padding-left: .75rem;
  position: relative;
}

.page-footer .footer-center .menu-list::before {
  content: "";
  width: 1px;
  height: 1.5875rem;
  background: rgba(216, 216, 216, 0.4);
  position: absolute;
  left: 0;
  top: .075rem;
}

.page-footer .footer-center .menu-list .menu-item {
  min-width: 1.8rem;
}

.page-footer .footer-center .menu-list .menu-item .menu-itemLink {
  font-weight: 500;
  font-size: .2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: .2875rem;
}

.page-footer .footer-center .menu-list .menu-item .menu-itemLinkSonMain {
  margin-top: .1375rem;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: .175rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: .25rem;
  row-gap: .125rem;
}

.page-footer .footer-center .menu-list .menuItems {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: .225rem;
}

.page-footer .footer-center .contact-list {
  padding-left: 1rem;
  position: relative;
}

.page-footer .footer-center .contact-list::before {
  content: "";
  width: 1px;
  height: 1.5875rem;
  background: rgba(216, 216, 216, 0.4);
  position: absolute;
  left: 0;
  top: .075rem;
}

.page-footer .footer-center .contact-list .contact-listTitle {
  font-weight: 500;
  font-size: .225rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: .325rem;
}

.page-footer .footer-center .contact-list .contact-item {
  display: flex;
  color: #333;
  margin-top: .175rem;
}

.page-footer .footer-center .contact-list .contact-item .icon {
  width: .2rem;
  height: .2rem;
}

.page-footer .footer-center .contact-list .contact-item .info {
  padding-left: .175rem;
}

.page-footer .footer-center .contact-list .contact-item .value {
  font-weight: 400;
  font-size: .175rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: .2rem;
}

.page-footer .footer-center .contact-list .contact-item a {
  font-weight: 400;
  font-size: .175rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: .2rem;
}

.page-footer .footer-center .qrcode {
  font-weight: 400;
  font-size: .175rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: .3rem;
  text-align: center;
  margin-left: auto;
}

.page-footer .footer-center .qrcode-img {
  margin-bottom: .1375rem;
}

.page-footer .footer-center .qrcode-img img {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
}
.page-footer .footer-center .qrcode-text {
  white-space: nowrap;
}


.page-footer .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: .875rem;
  background: #1A202C;
  color: rgba(255, 255, 255, 0.8);
  font-size: .175rem;
  line-height: .2875rem;
  border-top: 1px solid rgba(221, 226, 233, 0.5);
  display: flex;
  justify-content: space-between;
}

.page-footer .footer-copyright span + span {
  margin-left: 1em;
}

.page-footer input::placeholder,
.page-footer textarea::placeholder {
  color: #999;
}

.slide-pagination.swiper-pagination-horizontal {
  bottom: .375rem;
}

.slide-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: .175rem;
  height: .175rem;
  margin: 0 .1rem;
  border-radius: 50%;
  background: #D8D8D8;
  transition: 0.3s all ease;
  opacity: 1;
}

.slide-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #DA2534 !important;
  border-color: #DA2534 !important;
}

.swiper-preset-normal {
  overflow: hidden;
  position: relative;
}

.swiper-preset-normal .slide-pagination {
  right: .15rem;
  bottom: .15rem;
  top: unset;
  left: unset;
  transform: none;
}

.swiper-preset-switch .slide-button {
  width: .75rem;
  height: .75rem;
  top: calc(50% - .375rem);
}

.swiper-preset-switch .slide-button-prev {
  left: 1.75rem;
}

.swiper-preset-switch .slide-button-next {
  right: 1.75rem;
}

.swiper-preset-certificate {
  padding: 0 .5rem;
}

.swiper-preset-certificate .swiper-container {
  padding: 0 .1rem;
  overflow: hidden;
}

.swiper-preset-certificate .img {
  flex-shrink: 0;
  width: 4rem;
  height: 5.55rem;
  object-fit: fill;
}

.swiper-preset-certificate .slide-button {
  width: .875rem;
  height: .875rem;
  top: calc(50% - .4375rem);
  background: #E0E0E0;
  border-radius: 50%;
}

.swiper-preset-certificate .slide-button::after {
  content: " ";
  display: block;
  width: .5rem;
  height: .5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - .22rem);
  top: calc(50% - .25rem);
  opacity: 1;
}

.swiper-preset-certificate .slide-button:hover {
  background: #DA2534;
}

.swiper-preset-certificate .slide-button-prev {
  right: calc(100% + .4rem);
}

.swiper-preset-certificate .slide-button-next {
  left: calc(100% + .4rem);
}

.layui-pager .layui-box {
  margin-top: 1rem;
  margin-bottom: .2rem;
}

.layui-pager a + a,
.layui-pager a + span,
.layui-pager span + a {
  margin-left: 0.15rem;
}

.layui-pager .layui-laypage a,
.layui-pager .layui-laypage span,
.layui-pager .layui-laypage-spr {
  height: 0.45rem !important;
  padding: 0 0.175rem !important;
  font-size: 0.2rem;
  line-height: 0.45rem;
}

.layui-tabs-scroll::after, .layui-tabs-header::after {
  display: none;
}

.layui-tabs-scroll {
  padding-left: 0;
  padding-right: 1rem;
}

.layui-tabs-header li {
  font-size: .225rem;
}

.layui-tabs-header li:hover {
  color: #0268B0;
}

.layui-tabs-header li.layui-this {
  color: #333;
  font-weight: bold;
}

.layui-tabs-header li.layui-this::after {
  width: .375rem;
  border-color: #0268B0;
  left: calc(50% - .1875rem);
}

.layui-tabs .layui-tabs-bar {
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.layui-tabs .layui-icon {
  color: #333;
  width: 50%;
  border: none;
  box-shadow: none;
}

.layui-tabs .layui-icon-prev:before {
  content: '\e603';
}

.layui-tabs .layui-icon-next:before {
  content: '\e602';
}

.magnifier-img::before {
  content: " ";
  display: block;
  width: .225rem;
  height: .225rem;
  background-image: url("../../img/common/icon-zoom.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: .075rem;
  top: .075rem;
  z-index: 2;
}

.magnifier-img::after {
  content: " ";
  display: block;
  width: .375rem;
  height: .375rem;
  background: rgba(216, 216, 216, 0.1);
  border: 0.0125rem solid rgba(230, 230, 230, 0.5);
  position: absolute;
  right: 0;
  top: 0;
}

.search-box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 3.45rem;
  height: .5rem;
  padding: 0 .2rem;
  background: #F5F5F5;
  border-radius: .25rem;
  border: 1px solid #ccc;
  position: relative;
}

.search-box img {
  width: .2rem;
  height: .2rem;
  margin-right: .1rem;
}

.search-box input {
  flex: 1;
  font-size: .175rem;
  line-height: .25rem;
}

.search-box input::placeholder {
  color: #9E9E9E;
}

/* 视频弹窗 */
.fixedAbout {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}

.fixedAbout.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixedAbout .fixedVideoMain {
  width: 50%;
  position: relative;
}

.fixedAbout .fixedVideoMain .fixedVideo {
  width: 100%;
  display: block;
}

.fixedAbout .fixedVideoMain .fixedVideoClose {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  z-index: 1;
  cursor: pointer;
}

.fixedAbout .fixedVideoMain .fixedVideoClose .fixedVideoCloseI {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
}

/* 副标题 */
.son-title {
  position: relative;
  font-weight: bold;
  font-size: .45rem;
  color: #0268B0;
  line-height: .65rem;
  margin-bottom: .5rem;
}

.son-title .hei {
  color: #333;
}
