@import url("master.css");
@import url("../font/iconfont.css");
@import url("roll.css");
@import url("animate.css");
@import url("jquery.fancybox.css");
@import url('./you.css');

:root {
  --color01: rgba(0, 101, 181, 1);
  --box-shadow01: 0px 0px 20px rgba(63, 116, 254, .1);
  --bcr1: cubic-bezier(0.4, 0.4, 0, 1);
  --bcr2: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.move_top {
  padding-top: 0.9rem;
}

.mobile_img {
  display: none;
}

.service-channel {
  color: #333;
  font-size: .26rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: .26rem;
  position: relative;
  margin-bottom: .25rem;
}

.service-channel::after,
.service-channel::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-channel::before {
  background-color: var(--theme-primary-color);
  width: .4rem;
  height: 3px;
}

.service-channel::after {
  background-color: #DDDDDD;
  width: 100%;
  height: 1px;
  z-index: 2;
}

.service-channel.noline::after {
  opacity: 0;
}

/*main*/
#main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#main .scrollbar-track-y {
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 8px;
}

#main .scrollbar-track-y .scrollbar-thumb-y {
  background-color: var(--theme-primary-color);
  width: 100%;
}

#main .liTxt {
  padding-right: 15px;
  margin-right: -15px;
}

#main .liTxt .scrollbar-track-y {
  width: 3px;
  border-radius: 3px;
}

#main .liTxt .scrollbar-track-y .scrollbar-thumb-y {
  border-radius: 3px;
}

/*font_effect*/
.font_effect>span {
  display: inline-table;
  overflow: hidden;
}

.font_effect>span>font {
  display: block;
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}

/*相册、视频（打开动画）*/
#spotlight {
  background-color: rgba(0, 0, 0, 0.6);
  clip-path: circle(0px at center);
  -webkit-clip-path: circle(0px at center);
}

#spotlight.show {
  clip-path: circle(100% at center);
  -webkit-clip-path: circle(100% at center);
  transition: clip-path ease 1s;
  -webkit-transition: clip-path ease 1s;
}

/*字体间距*/
.zh {
  letter-spacing: 0.075em;
}

/*分页器*/
.pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
  padding: 0 0.1rem;
}

.pagination li a,
.pagination li span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 1px solid var(--theme-primary-color);
  border-radius: 50%;
  background-color: #fff;
  color: var(--theme-primary-color);
  transition: all 0.35s ease;
}

.pagination li.active span {
  background-color: var(--theme-primary-color);
  color: #fff;
  pointer-events: none;
}

.pagination li.disabled span {
  cursor: not-allowed;
}

/*href_hover*/
/*线型*/
.hoverable .hoverable_txt {
  position: relative;
  display: inline-block;
}

.hoverable .hoverable_txt:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*Menu*/
.openMenu {
  display: none;
}

.openMenu>a {
  align-items: center;
  outline: none;
}

.openMenu .openMenu_btn {
  width: 24px;
  height: 24px;
}

.openMenu .openMenu_btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.4s ease;
  background-color: #fff;
}

.openMenu .openMenu_btn span:nth-child(1) {
  top: 3px;
  left: 0;
}

.openMenu .openMenu_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  right: 0;
}

.openMenu .openMenu_btn span:nth-child(3) {
  bottom: 3px;
  left: 0;
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(2) {
  opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(3) {
  bottom: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*页头*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.header::before {
  content: "";
  width: 100vw;
  height: .8rem;
  background: rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); */
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
.header ._headerCover{
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
  z-index: -1;
}
.pc-nav {
  height: .8rem;
}

.pc-nav ._logo>a {
  padding: 0 0.6rem 0 0;
  align-items: center;
  height: 100%;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}

.pc-nav ._logo>a>div {
  width: 2.58rem;
  height: 0.66rem;
}

.pc-nav ._logo>a>div img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
}

.pc-nav ._logo>a>div img:nth-child(2) {
  opacity: 1;
}

.pc-nav .nav {
  margin: 0 auto;
}

.pc-nav .nav .nav_a {
  position: relative;
}


.pc-nav .nav .nav_a>a {
  font-size: .18rem;
  color: #fff;
  height: .8rem;
  line-height: .8rem;
  text-transform: uppercase;
  padding: 0 0.3rem;
  transition: all 0.3s ease;
  position: relative;
}

.pc-nav .nav .nav_a:last-of-type>a:after {
  display: none;
}

.pc-nav .nav .nav_a>a .hoverable_txt:after {
  background-color: #fff;
  height: 2px;
  border-radius: 2px;
}

.pc-nav .nav .nav_a>a:hover .hoverable_txt:after,
.pc-nav .nav .nav_a.active>a .hoverable_txt:after{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.pc-nav .nav .nav_a>a:hover {
  /* color: var(--theme-primary-color); */
  font-weight: bold;
}

.pc-nav .nav .nav_a>a:hover:after {
  opacity: 1;
  transform: none;
}

.pc-nav .nav .nav_a>.nav_b {
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  padding: 10px 15px;
  color: #666;
  min-width: 130px;
  background-color: #fff;
  border-top: 3px solid var(--theme-primary-color);
  /*border: 1px solid #e6e6e6;*/
  transform: translateX(-50%) translateY(10px);
  /*border-radius: 5px;*/
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}

/*.pc-nav .nav .nav_a>.nav_b:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -6px;*/
/*  left: 50%;*/
/*  width: 0;*/
/*  height: 0px;*/
/*  margin-left: -6px;*/
/*  border-style: solid;*/
/*  border-width: 6px;*/
/*  border-color: #fff #fff transparent transparent;*/
/*  transform: rotate(-45deg);*/
/*  box-shadow: 2px -2px 2px rgba(100, 100, 100, 0.1);*/
/*}*/

.pc-nav .nav .nav_a>.nav_b>.nav_b_list>li>a {
  white-space: nowrap;
  line-height: 38px;
  color: #666;
  transition: all 0.3s ease;
  padding: 0 15px;
}

.pc-nav .operation {
  color: #fff;
  align-items: center;
}

.pc-nav .operation ._item {
  padding: 0 .3rem;
  /* border-left: 1px solid rgba(243, 243, 243, 1); */
  cursor: pointer;
  transition: background-color .3s ease;
  height: 100%;
  position: relative;
}

.pc-nav .operation ._item .icon {
  width: .36rem;
  height: .36rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.pc-nav .operation ._itemBtn {
  height: 100%;
  font-size: .14rem;
  flex-grow: row;
  align-items: center;
  gap: .1rem;
  justify-content: center;
}

/* 多语言 */
.pc-nav .operation .header__lang {
  padding: 0;
  align-items: center;
  gap: .1rem;
}

.pc-nav .operation .header__lang::after {
  content: "\eb6d";
  font-family: "iconfont";
  font-size: .14rem;
  line-height: 1;
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
  transition: all 0.3s ease-in-out;
}

.pc-nav .language {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.pc-nav .language .language_item {
  background-color: #fff;
}

.pc-nav .language .language_item a {
  line-height: 0.34rem;
  color: #333;
  transition: all 0.3s ease;
}

.pc-nav .language .language_item:first-child a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.pc-nav .language:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 0;
  height: 0px;
  margin-left: -4px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.1);
  -webkit-box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.1);
}

.pc-nav .operation ._item:hover .language {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.pc-nav .operation .header__lang:hover::after {
  transform: rotate(180deg);
}

/* 搜索框弹出层 */
.mobile_search {
  visibility: hidden;
  opacity: 0;
  z-index: 4;
  width: 100%;
  position: fixed;
  top: 0.8rem;
  left: 0;
  padding: 0.7rem 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile_search.active {
  opacity: 1;
  visibility: inherit;
}

.mobile_search .close {
  position: absolute;
  right: 1.6rem;
  top: 0.15rem;
  font-weight: bold;
  cursor: pointer;
}

.mobile_search .close i {
  font-size: 0.24rem;
  display: inline-block;
  transition: 0.4s;
  color: #999;
}

.mobile_search .close:hover i {
  transform: rotate(180deg);
  color: var(--theme-primary-color);
}

.mobile_search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: min(8rem, 90%);
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 30px;
}

.mobile_search .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile_search .input input {
  width: 100%;
  border: none;
  min-height: 60px;
  padding-left: 20px;
  background: none;
  color: #333;
}

.mobile_search .label .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 100%;
  border-radius: 30px;
  background: var(--theme-primary-color);
  cursor: pointer;
}

.header.onWhite .menu {
  height: 0.9rem;
}

.header.onShow .menu {
  height: 5.52rem;
}

.header.onShow::before,.header.onWhite::before {
  height: .8rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.onShow .pc-nav ._logo>a>div img:nth-child(1),.header.onWhite .pc-nav ._logo>a>div img:nth-child(1) {
  opacity: 1;
}

.header.onShow .pc-nav ._logo>a>div img:nth-child(2),.header.onWhite .pc-nav ._logo>a>div img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.header.onShow .pc-nav .nav .nav_a>a,.header.onWhite .pc-nav .nav .nav_a>a {
  color: #333;
}

.header.onShow .pc-nav .nav .nav_a>a:hover,
.header.onShow .pc-nav .nav .nav_a.active>a,
.header.onWhite .pc-nav .nav .nav_a>a:hover,
.header.onWhite .pc-nav .nav .nav_a.active>a {
  color: var(--theme-primary-color);
}
.header.onShow .pc-nav .nav .nav_a>a:hover .hoverable_txt:after,
.header.onShow .pc-nav .nav .nav_a.active>a .hoverable_txt:after,
.header.onWhite .pc-nav .nav .nav_a>a:hover .hoverable_txt:after,
.header.onWhite .pc-nav .nav .nav_a.active>a .hoverable_txt:after{
  background-color: var(--theme-primary-color);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.header.onShow .pc-nav .operation,.header.onWhite .pc-nav .operation {
  color: #333;
}
.header.onShow ._headerCover{
  opacity: 1;
}
.header__menu {
  align-items: center;
}

/* 移动折叠菜单 */
/*mobile nav*/
.m-nav {
  position: fixed;
  top: 1.2rem;
  width: 100%;
  height: calc(100vh - 1.2rem);
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 0;
  opacity: 0;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transform: translateX(100%);
}

.m-nav a {
  outline: none;
}

.m-nav.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1000;
}

.m-nav .ul {
  margin-top: 20px;
}

.m-nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}

.m-nav.active .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-nav .ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
}

.m-nav .ul li a.active {
  font-weight: 800;
  color: #1b2c43;
}

.m-nav .ul li.dropdown a.dropdown-title::before,
.m-nav .ul li.dropdown a.dropdown-title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  right: 10px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.m-nav .ul li.dropdown a.dropdown-title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav .ul li.dropdown a.dropdown-title.active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-nav .ul li a i {
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.m-nav .ul li .dropdown_menu {
  display: none;
}

.m-nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m-nav .ul li .dropdown_menu a {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.m-nav .ul li .dropdown_menu a:last-child {
  border: none;
}

.m-code-box img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.m-code-box p {
  font-size: .3rem;
  line-height: 2;
}

.m-nav-tel {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}

.m-nav-tel a {
  font-weight: 800;
}

.m-nav-link {
  text-align: center;
  margin-top: 18px;
}

.m-nav-link a {
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  cursor: default;
  background: #00598e;
  font-size: 14px;
  line-height: 2;
}

/*首页*/
.Hbanner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

#Hbanner {
  width: 100%;
  height: 100%;
}

#Hbanner .swiper-slide {
  overflow: hidden;
}

#Hbanner .swiper-slide>a {
  width: 100%;
  height: 100%;
  display: block;
}

#Hbanner ._bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

#Hbanner ._bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#Hbanner ._bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 2s;
}

#Hbanner ._bg>video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#Hbanner .Hbanner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  pointer-events: none;
}

#Hbanner .Hbanner_txt ._item ._title {
  margin-bottom: 0.2rem;
  /*max-width: 50%;*/
  font-size: 0.62rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 2px;
}
#Hbanner .Hbanner_txt ._item ._title p+p{
  text-indent: 2em;
}

#Hbanner .Hbanner_txt ._item ._en {
  margin-bottom: 0.1rem;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}

#Hbanner .Hbanner_txt ._item ._tps {
  font-size: 0.28rem;
  font-weight: normal;
}

#Hbanner .Hbanner_txt ._item ._btn {
  margin-top: 0.3rem;
  pointer-events: auto;
  display: inline-block;
}

#Hbanner .Hbanner_txt .animated {
  animation-duration: 1s;
}

#Hbanner .Hbanner_nav {
  position: absolute;
  bottom: 0.6rem;
  left: 6.25vw;
  z-index: 10;
  color: #fff;
  align-items: flex-end;
}

.Hbanner_navigation {
  width: 100%;
  height: 1.3rem;
  align-items: center;
  justify-content: space-between;
  background: url(../images/pagination-bg.webp) no-repeat center bottom;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.Hbanner_navigation ._div {
  width: calc((100% - 8rem)/2);
  height: .6rem;
  margin: 0 auto;
  align-items: center;
}

.Hbanner_navigation ._div i.iconfont {
  margin-right: .3rem;
  width: .42rem;
  height: .42rem;
  background-color: var(--theme-primary-color);
  border-radius: .12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: .6rem;
  font-size: .2rem;
  color: #fff;
}

.Hbanner_navigation ._notice ._noticList {
  width: calc(100% - .72rem);
  height: 100%;
}

._noticList ._item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1;
}

.Hbanner_navigation ._tel {
  justify-content: center;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1;
}

._circle {
  width: 1.32rem;
  height: 1.32rem;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: .2rem;
  transform: translateX(-50%);
}

._circle::before {
  content: "";
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  border: 2px dashed var(--theme-primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.56rem 0 0 -.56rem;
  animation: Rotate 16s linear infinite;
}

.Hbanner_switch a {
  margin: 0 .05rem;
  font-size: .3rem;
  line-height: 1;
  color: var(--theme-primary-color);
  font-weight: bold;
}

.Hbanner_switch a.swiper-button-disabled {
  color: rgba(153, 153, 153, 1);
}

@keyframes Rotate {
  0% {
    transform: rotate(360deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

#Hbanner .swiper-slide.active ._bg>img {
  transform: none;
}

#Hbanner .Hbanner_nav ._page {
  line-height: 1;
  margin-right: 0.5rem;
}

#Hbanner .Hbanner_nav ._page span {
  font-size: 0.48rem;
  font-weight: 400;
  font-family: "DingTalkJinBuTi";
}

#Hbanner .Hbanner_nav ._pvn {
  width: auto;
}

#Hbanner .Hbanner_nav ._pvn span {
  margin-right: 0.2rem;
  margin-left: 0;
  opacity: 0.2;
  background-color: #fff;
  width: 8px;
  height: 8px;
  transition: opacity 0.3s ease;
  outline: none;
}

#Hbanner .Hbanner_nav ._pvn span:last-of-type {
  margin-right: 0;
}

#Hbanner .Hbanner_nav ._pvn span.swiper-pagination-bullet-active {
  opacity: 1;
}

.pagination-box {
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  transform: translateX(-50%);
  z-index: 2;
}

.pagination-box .swiper-pagination {
  width: auto;
  font-size: 0;
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
}

.lb-num {
  align-items: flex-end;
  color: rgba(255, 255, 255, 1);
  font-size: 0.2rem;
  line-height: 1;
  font-family: "MiSansLatin";
  z-index: 10;
}

.lb-num .on {
  color: #fff;
  font-size: 0.56rem;
}

.lb-num span {
  margin: 0 0.08rem;
  font-size: .2rem;
}

.lb-num ._pvn {
  align-items: center;
}

._pvn .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
._pvn.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

._pvn .swiper-pagination-bullet {
  width: .48rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  opacity: 1;
}

._pvn.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background-color: #fff;
}

@keyframes first {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*090*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*0913*/
}

.banner-mouse {
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  animation: linedown linear infinite 1.5s;
  -webkit-animation: linedown linear infinite 1.5s;
  -moz-animation: linedown linear infinite 1.5s;
  -ms-animation: linedown linear infinite 1.5s;
  -o-animation: linedown linear infinite 1.5s;
  cursor: pointer;
  z-index: 10;
}

.banner-mouse-line {
  margin-top: .1rem;
  /* background: url(../images/mouse.svg) no-repeat center;
  background-size: contain;
  position: relative; */
  width: 28px;
  height: 28px;
  font-size: .28rem;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  animation: FmovefadeInDown linear infinite 1.5s;
  -webkit-animation: FmovefadeInDown linear infinite 1.5s;
  -moz-animation: FmovefadeInDown linear infinite 1.5s;
  -ms-animation: FmovefadeInDown linear infinite 1.5s;
  -o-animation: FmovefadeInDown linear infinite 1.5s;
}

.banner-mouse-line::after {
  /* position: absolute;
  left: 50%;
  top: 5px;
  width: 2px;
  height: 5px;
  background: #fff;
  content: "";
  margin-left: -1px;
  border-radius: 0; */
}

.banner-mouse span {
  font-size: .14rem;
  color: #fff;
  transform: rotate(90deg);
  text-transform: uppercase;
}

@keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-moz-keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes linedown {
  0% {
    bottom: 15px
  }

  50% {
    bottom: 0px
  }

  100% {
    bottom: 15px
  }
}

@-webkit-keyframes linedown {
  0% {
    bottom: 15px
  }

  50% {
    bottom: 0px
  }

  100% {
    bottom: 15px
  }
}

@-moz-keyframes linedown {
  0% {
    bottom: 15px
  }

  50% {
    bottom: 0px
  }

  100% {
    bottom: 15px
  }
}

.navigation-btn {
  opacity: 0;
  visibility: hidden;
}

.navigation-btn>div {
  width: .48rem;
  height: .48rem;
  align-items: center;
  justify-content: center;
  background-color: var(--color02);
  border: 1px solid var(--color02);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.navigation-btn div+div {
  margin-left: .3rem;
}

.navigation-btn>div i {
  font-size: .22rem;
  line-height: 1;
}

.navigation-btn div.swiper-button-disabled {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  cursor: not-allowed;
}

/*masterBtn1*/
.masterBtn1 {
  height: 0.46rem;
  /* border-top-right-radius: 0.46rem;
  border-bottom-right-radius: 0.46rem; */
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 0 0.18rem;
  line-height: 1;
}

.masterBtn1 ._lines {
  width: 0.1rem;
  /* opacity: 0.3; */
}

.masterBtn1 ._lines span {
  display: block;
  width: 100%;
  height: 0.04rem;
  margin-bottom: 6px;
}

.masterBtn1 ._lines span:last-of-type {
  margin-bottom: 0;
}

.masterBtn1.style1 {
  background-color: var(--theme-primary-color);
  color: #fff;
}

.masterBtn1.style1 ._lines span {
  background-color: #fff;
}

.masterBtn1.style2 {
  background-color: #fff;
  color: var(--theme-primary-color);
}

.masterBtn1.style2 ._lines span {
  background-color: var(--theme-primary-color);
}

/* 公共标题 */
.indexTitle1 {}

.indexTitle1 ._en {
  color: rgba(51, 51, 51, 1);
  text-transform: capitalize;
  font-size: .42rem;
  line-height: 1.6;
  position: relative;
}

.indexTitle1 ._cn {
  font-family: "MiSansLatinLight";
  color: var(--theme-primary-color);
  font-size: 0.16rem;
  line-height: 2;
  text-transform: capitalize;
}

.indexTitle1 ._slogan {
  font-size: .2rem;
  line-height: 1.6;
  color: rgba(51, 51, 51, 1);
}

.indexTitle1 ._slogan strong {
  font-weight: normal;
  color: var(--theme-primary-color);
}

.indexTitle1.style2 ._en {
  color: rgba(255, 255, 255, 1);
}

.indexTitle1.style2 ._cn {
  color: rgba(255, 255, 255, 1);
}

.indexTitle1.style2 ._slogan {
  color: rgba(255, 255, 255, 1);
}

._top {
  align-items: center;
  justify-content: space-between;
}

._top .indexTitle1 {}

._top ._topInfo {
  max-width: 65%;
}

._topInfo {
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
}

._topRight {
  margin-left: auto;
}


/* 关于我们 */
.Habout {
  padding: .6rem 0 .8rem;
  position: relative;
  overflow: hidden;
}

.Habout ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
}

.Habout ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Habout ._logo {
  margin-bottom: .6rem;
  height: .68rem;
  /* position: absolute;
  right: 1rem;
  top: 0.68rem; */
}

.Habout ._logo img,.Habout ._logo svg {
  height: 100%;
}

.Habout ._box {
  align-items: stretch;
  position: relative;
}

.Habout .Habout_l {
  width: 51%;
}

.Habout .crumbs .item_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.Habout .crumbs .item_bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.Habout .crumbs {
  height: 100%;
}

.Habout .crumbs .item {
  height: 100%;
  position: relative;
}

.Habout .crumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.Habout .Habout_r {
  width: 49%;
  position: relative;
}

.Habout ._info {
  height: 100%;
  position: relative;
  padding: 5.6875vw 6.25vw 4.6875vw 4.6875vw;
  overflow: hidden;
}

.Habout ._info ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* about info detail */
.indexTitle1 {}

.indexTitle1 ._en {
  font-family: "CinzelBold";
  font-size: .96rem;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  position: relative;
  opacity: 0.23;
}

.indexTitle1 ._cn {
  margin-top: -.55rem;
  color: rgba(0, 0, 0, 1);
  font-size: 0.44rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-flow: row;
  gap: .2rem;
  position: relative;
  z-index: 1;
}

/* .indexTitle1 ._cn::after {
  content: '\e69e';
  font-family: "iconfont";
  font-size: .38rem;
  line-height: 1;
  color: var(--theme-primary-color);
} */

.indexTitle1 ._slogan {
  margin-top: -.55rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: rgba(51, 51, 51, 1);
}

.indexTitle1 ._slogan strong {
  font-weight: normal;
  color: var(--theme-primary-color);
}

.Habout .indexTitle1 ._cn {
  margin-top: 0;
}

.Habout .indexTitle1 ._en {
  margin-top: .1rem;
  font-size: .26rem;
  color: var(--theme-primary-color);
}

.Habout .indexTitle1 ._cn::after {
  display: none;
}

.Habout .indexTitle1 ._slogan {
  max-width: 5.2rem;
}

.pubInfo {
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.pubInfo .info_text {
  width: 100%;
  font-size: .18rem;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
}

.pubInfo .info_text p {
  margin-bottom: 0.2rem;
  text-align: justify;
  text-indent: 2em;
  line-height: 2;
}

._moreBtn a {
  padding: .18rem .3rem .18rem .6rem;
  color: var(--theme-primary-color);
  align-items: center;
  position: relative;
  border: 1px solid var(--theme-primary-color);
  border-radius: .3rem;
}

._moreBtn span {
  width: .46rem;
  height: .46rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--theme-primary-color);
  border-radius: 100%;
  font-size: .16rem;
  line-height: 1;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -.23rem;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transition: all ease 2s;
}

._moreBtn i {
  margin-left: 0.06rem;
  font-size: 0.12rem;
  line-height: 1;
}

._moreBtn ._lines {
  font-size: .14rem;
  line-height: 1;
  word-break: keep-all;
  align-items: center;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transition: all ease 2s
}

._moreBtn a:hover span {
  left: calc(100% - 50px);
  transform: rotate(720deg);
}

._moreBtn a:hover ._lines {
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden
}


/* 产品与服务 */
.Hproduct {
  padding-top: 1rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: hidden;
}

.Hproduct ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: -1;
}

.Hproduct ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Hproduct ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/product-bg2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* 产品服务tab */
._proTab {
  margin-left: auto;
  flex-flow: row;
  align-items: center;
  gap: .62rem;
  height: min-content;
  position: relative;
}


._proTab .item {}

._proTab .item .hoverable_txt,
._proMore .hoverable_txt {
  padding-bottom: .01rem;
  cursor: pointer;
}

._proTab .item .hoverable_txt:after,
._proMore .hoverable_txt:after {
  height: 8px;
  background-color: var(--theme-primary-color);
  opacity: 0.3;
  z-index: 0;
}

._proTab .item .item_name,
._proMore .item_name {
  font-size: .2rem;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  position: relative;
  z-index: 1;
}

._proTab .item .active .item_name,
._proMore .active .item_name {
  color: var(--theme-primary-color);
}

._proMore {
  margin-left: .5rem;
}

.proList .proItem {
  align-items: stretch;
}

.proItem ._info {
  padding-right: .8rem;
  flex-flow: column;
  gap: .4rem;
  align-items: flex-start;
  flex: 1;
}

.proItem ._info ._title {
  font-size: .3rem;
  line-height: 1.4;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}

.proItem ._info ._desc {
  font-size: .18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}

.proItem ._icon {
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
}

.proItem ._icon>div {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: .1rem;
}

.proItem ._icon>div i {
  font-size: .4rem;
  line-height: 1;
  color: var(--theme-primary-color);
}

.proItem ._icon>div span {
  font-size: .18rem;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
}

.proItem ._imgBox {
  padding-right: .2rem;
  width: 50%;
  position: relative;
}

.proItem ._imgBox .swiper-slide {
  height: 4.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(229, 237, 245, 1); */
  border-radius: .3rem;
  overflow: hidden;
}

.proItem ._imgBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proItem ._imgBox ._pagination {
  display: flex;
  flex-flow: column;
  gap: .4rem;
  align-items: center;
  justify-content: center;
  width: .16rem;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.proItem ._imgBox ._pagination::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(231, 231, 231, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.proItem ._imgBox ._pagination span {
  width: .16rem;
  height: .16rem;
  background-color: rgba(231, 231, 231, 1);
  opacity: 1;
}

.proItem ._imgBox ._pagination span.swiper-pagination-bullet-active {
  background-color: var(--theme-primary-color);
}

/* 加入我们 */
.Hjoinus {
  padding-top: 1rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: hidden;
}

.Hjoinus ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: .2rem;
  left: 0;
  z-index: -1;
}

.Hjoinus ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Hjoinus ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: rgba(5, 94, 160, 0.9); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* 加入我们 */
.Hjoinus ._top ._request {
  font-size: .3rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  line-height: 1.2;
}

.Hjoinus ._top ._desc {
  max-width: 40%;
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
}

.Hjoinus ._bottom {
  align-items: center;
  justify-content: space-between;
}

.Hjoinus ._bottom ._workPic {
  margin: 0;
  width: 43.75%;
}

.Hjoinus ._bottom ._workPic .workPicSwiper {
  height: 5rem;
  padding-bottom: .6rem;
}

.Hjoinus ._bottom ._workPic .swiper-slide::before {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.Hjoinus ._bottom ._workPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.Hjoinus ._bottom ._workPic ._title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: .2rem .3rem;
  font-size: .18rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.2;
}

.lbpic-num {
  font-size: .2rem;
  color: rgba(153, 153, 153, 1);
  line-height: 2;
  justify-content: center;
}

.lbpic-num span {
  padding: 0 .05rem;
}

.lbpic-num .on {
  color: var(--theme-primary-color);
}

.Hjoinus ._bottom ._links {
  width: 47.5%;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: .6rem;
}

.Hjoinus ._bottom ._links>a {
  padding: .2rem .3rem;
  width: calc((100% - .6rem)/2);
  background-color: #fff;
  color: var(--theme-primary-color);
  border-radius: 10px;
  transition: all .3s ease;
}

.Hjoinus ._links a>div {
  flex-flow: column;
  align-items: center;
  gap: .1rem;
}

.Hjoinus ._links a>div i {
  width: .45rem;
  height: .45rem;
  align-items: center;
  justify-content: center;
  font-size: .45rem;
  line-height: 1;
}

.Hjoinus ._links a:nth-child(2)>div i {
  font-size: .5rem;
}

.Hjoinus ._links a:nth-child(3)>div i {
  font-size: .42rem;
}

.Hjoinus ._links a:nth-child(4)>div i {
  font-size: .48rem;
}

.Hjoinus ._links a>div ._en {
  font-weight: bold;
}

.Hjoinus ._bottom ._links>a:hover {
  background-color: var(--theme-primary-color);
  color: #fff;
}

/* 底部 */
.footer {
  position: relative;
  overflow: hidden;
  background-color: rgba(39, 39, 39, 1);
}

.footer ._top {
  padding: .3rem 0;
}

.footer ._logo {
  height: .32rem;
}

.footer ._logo img {
  height: 100%;
}

._srchBox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: min(4rem, 100%);
  margin: 0 auto;
  background: rgba(50, 50, 50, 1);
  border-radius: 30px;
}

._srchBox .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._srchBox .input input {
  width: 100%;
  border: none;
  min-height: 60px;
  padding-left: 20px;
  background: none;
  color: #fff;
}

._srchBox .label .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 40px;
  cursor: pointer;
}

._srchBox .label .btn svg {
  width: 18px;
  height: 18px;
}

.footer ._cnt {
  padding: .6rem 0;
  background-color: rgba(30, 30, 30, 1);
}

.footer ._cnt::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(52, 52, 52, 1);
  position: absolute;
  left: 0;
  top: calc(.7rem + 36px);
}

.footer ._cnt::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/logo-white.png) no-repeat right bottom;
  background-size: 80%;
  position: absolute;
  right: -5rem;
  bottom: 0;
  opacity: .02;
  z-index: 0;
}

.footer ._cnt a {
  display: inline-block;
}

.footer ._menu {
  position: relative;
  z-index: 1;
}

.footer ._menu>div {
  justify-content: space-between;
  line-height: 2;
}

.footer ._menu ._item ._a {
  margin-bottom: .2rem;
  line-height: 36px;
}

.footer ._menu ._item ._a a {
  font-size: .18rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  transition: color .3s ease;
}

.footer ._menu ._item ._b a {
  /* padding: 6px 0; */
  color: rgba(255, 255, 255, 1);
  transition: opacity .3s ease;
  opacity: .8;
  font-size: .16rem;
  font-weight: 300;
}

.footer ._menu ._item ._b a .hoverable_txt {
  padding: 3px 0;
}

.footer ._menu ._item ._b a .hoverable_txt:after {
  background-color: #fff;
}

._fContact ._cont {
  justify-content: space-between;
}

.footer ._media {
  padding: .3rem 0 0;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.footer ._ftBtn ._item {
  margin-right: .3rem;
  position: relative;
  display: flex;
}

.footer ._ftBtn ._item:last-of-type {
  margin-right: 0;
}

.footer ._ftBtn ._item>a {
  width: .56rem;
  height: .56rem;
  border: 1px solid rgba(153, 153, 153, .8);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-out;
}

.footer ._ftBtn ._item>a .iconfont {
  font-size: .28rem;
  color: rgba(153, 153, 153, .8);
}

.footer ._ftBtn ._item .follow {
  position: absolute;
  bottom: 120%;
  right: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #333;
  border-radius: 5px;
  transform: translateY(10px);
  padding: .1rem .15rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: all .35s ease;
  visibility: hidden;
  opacity: 0;
  min-width: max-content;
}

.footer ._ftBtn ._item .follow .follow_text {
  padding-right: .12rem;
  color: #333;
  text-align: justify;
  white-space: nowrap;
  /* 防止文字换行 */
}

.footer ._ftBtn ._item .follow .follow_text .follow_name {
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
}

.footer ._ftBtn ._item .follow img {
  display: block;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.footer ._ftBtn ._item>a:hover {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.footer ._ftBtn ._item>a:hover .iconfont {
  color: #fff;
}

.footer ._ftBtn ._item>a:hover+.follow {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.footer ._copyright {
  border-top: 1px solid rgba(250, 250, 250, 0.1);
  background-color: rgba(21, 21, 21, 1);
}

.footer ._copyright>div {
  padding: .15rem 0;
  color: #fff;
  display: flex;
  font-weight: 300;
  font-size: .14rem;
  justify-content: space-between;
}

.footer ._copyright>div br {
  display: none;
}

.footer ._copyright a {
  color: #fff;
}

.footer ._copyright img {
  display: inline-block;
  vertical-align: middle;
}

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

/* 右侧悬浮咨询框 */
.fixed_server {
  position: fixed;
  right: 10px;
  top: 36%;
  transform: translateY(-50%);
  z-index: 100;
  width: .8rem;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  display: none;
}

.fixed_top {
  height: .56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .2rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.fixed_top img {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-58%);
  transition: ease 0.5s;
}

.fixed_box {
  padding: 8px 0;
  background-color: var(--theme-primary-color);
  border-radius: .4rem;
  position: relative;
  z-index: 2;
}

.fixed_box_hd {
  padding: 0 0.05rem;
  color: #fff;
  text-align: center;
}

.fixed_box_hd span {
  font-size: 0.13rem;
  line-height: 1.6;
}

.fixed_box_hd p {
  font-size: 0.12rem;
  line-height: 1.8;
}
.fixed_server .fixed_box>a+a::before{
  content: "";
  width: 62.5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 46.53%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.fixed_server .fixed_btn {
  padding: .2rem .12rem;
  display: block;
  position: relative;
  font-size: 0.13rem;
  cursor: pointer;
}

.fixed_server .fixed_btn .iconfont {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}

/* .fixed_server .fixed_btn p {
  font-size: 0.12rem;
  color: rgba(26, 45, 122, 1);
  line-height: 2;
} */

.fixed_server .fixed_btn .fixed_n {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_server .weixin_btn .fixed_n {
  position: relative;
}

.fixed_server .fixed_btn .fixed_n>.sec_box {
  color: var(--theme-primary-color);
  line-height: 1.5;
  white-space: nowrap;
  padding: 0 .18rem;
  height: .56rem;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  background-color: #fff;
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-30px, -50%);
}

.fixed_server .fixed_btn .fixed_n>.sec_box p {
  font-size: 0.24rem;
}

.fixed_server .weixin_btn .fixed_n>.sec_box {
  padding: .18rem;
  height: auto;
  flex-direction: column;

}

.fixed_server .weixin_btn .fixed_n>.sec_box p {
  font-size: .14rem;
  line-height: 2;
}

.fixed_server .fixed_btn .fixed_n>.sec_box img {
  display: block;
  width: 150px;
  max-height: 150px;
  max-width: none;
}

.fixed_server .fixed_btn .fixed_n > .sec_box:before {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  background-color: #ffffff;
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
}
.fixed_server .fixed_btn .fixed_n:hover {
  /* background-color: rgba(195, 214, 0, 1); */
}

.fixed_server .fixed_btn .fixed_n:hover>.sec_box {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: all;
}
.backTop{
}
.backTop .fixed_n{
  margin: 10px auto 0;
  width: .6rem;
  height: .6rem;
  background-color: var(--theme-primary-color);
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.backTop .fixed_n i{
  font-size: .32rem;
}
#back_top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 888;
  transition: all 0.6s ease;
}

#back_top.onshow {
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}

/* 次页 */
.pageBanner {
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
  position: relative;
  z-index: 1;
}

.pageBanner ._box {
  width: 100%;
  height: 100%;
}

.pageBanner ._box>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.pageBanner ._bg {
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transform-origin: 50% 100%;
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: relative;
}

.pageBanner ._bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.pageBanner ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mask.png) no-repeat 0 center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.pageBanner ._info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding-top: 0.4rem;
}

.pageBanner ._info ._title {
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.pageBanner.on ._bg {
  transform: none;
}

.pageBanner.style1 {
  height: 6rem;
}

.pageBanner.style1 ._info ._title .cn {
  padding-right: .3rem;
  font-size: 0.44rem;
  color: var(--theme-primary-color);
  font-weight: 900;
  line-height: 1;
}

.pageBanner.style1 ._info ._title .en {
  font-size: 0.24rem;
  line-height: 2;
  color: var(--theme-secondary-color);
  text-transform: capitalize;
  font-family: "MiSansLatinMedium";
}

.pageBanner.style1 ._info ._title .sub {
  font-size: 0.28rem;
  line-height: 2.4;
  font-weight: 400;
  letter-spacing: 0.5;
}

.pageBanner.style2 {
  height: 34.895833333333336vw;
}

.pageBanner.style2 ._info ._title {
  text-align: center;
}

.pageBanner.style2 ._info ._title .cn {
  font-size: 0.56rem;
  margin-bottom: 0.2rem;
}

.pageBanner.style2 ._info ._title .en {
  font-size: 0.3rem;
  text-transform: uppercase;
}

.pageBanner.style3 {
  height: 31.25vw;
}

/* 次页子菜单栏 */
.below {
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.below::before {
  content: "";
  width: 200%;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.below .below_r {
  /* margin-left: auto;
  width: 100%; */
  padding-left: 6.25vw;
  padding-right: calc(0.7rem + 8px);
  position: relative;
}

.below .below_r::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: var(--theme-primary-color);
  border-radius: 0 15px 0 0;
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateX(0) skew(26deg);
  z-index: -1;
}

.below .below_r::after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.slidenav {
  text-align: center;
}

.slidenav .swiper-slide {
  width: auto;
}

.slidenav ._item {
  /* height: .8rem; */
}

.slidenav ._item>a {
  padding: 0 .3rem;
  height: 100%;
  font-size: .18rem;
  color: #333;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease;
}

.slidenav ._item>a .hoverable_txt {
  color: #fff;
  line-height: 1.25;
  padding: 3px 0;
}

.slidenav ._item>a .hoverable_txt:after {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
  transform: none;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.slidenav .swiper-slide.active ._item>a {
  font-weight: bold;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
}

.slidenav ._item:hover>a {
  background-color: rgba(255, 255, 255, 0.8);
}

.slidenav .swiper-slide.active ._item>a .hoverable_txt,
.slidenav .swiper-slide:hover ._item>a .hoverable_txt {
  color: var(--theme-primary-color);
}

.slidenav .swiper-slide.active ._item>a .hoverable_txt:after,
.slidenav .swiper-slide:hover ._item>a .hoverable_txt:after {
  bottom: -10px;
  border-color: var(--theme-primary-color);
  opacity: 1;
}

.below .below_r .slidenav_next {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(0.7rem + 8px);
  padding-right: 8px;
  z-index: 5;
}

.below .below_r .slidenav_next>a {
  display: block;
  color: var(--theme-primary-color);
  background-color: #c9def6;
  text-align: center;
  transition: all 0.3s ease;
}

.below .below_l {
  padding-left: .15rem;
  padding-right: 6.25vw;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

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

.below .below_l b {
  font-weight: normal;
  color: #fff;
}

.below .below_l span {
  padding: 0 3px;
}

.below .below_l::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: var(--theme-secondary-color);
  border-radius: 0 0 0 15px;
  position: absolute;
  left: -15px;
  top: 0;
  transform: translateX(0) skew(26deg);
  z-index: -1;
}

.below .below_l>div {
  gap: 8px;
  align-items: center;
}

/*masterTitle3*/
.masterTitle3 {
  margin-bottom: .3rem;
  line-height: 1;
}

.masterTitle3 .en {
  font-size: 0.48rem;
  margin-bottom: 0.2rem;
}

.masterTitle3 .cn {
  margin-bottom: .1rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-transform: capitalize;
  align-items: flex-end;
  justify-content: flex-start;
}

/* .masterTitle3 .cn::after {
  content: "";
  margin-left: .15rem;
  width: .15rem;
  height: .15rem;
  background-color: var(--theme-primary-color);
} */

.masterTitle3 .slogan {
  font-size: 0.2rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}
.masterTitle3 .cn span,.masterTitle3 .slogan span{
  color: var(--theme-primary-color);
}

/* page about */
.pageAbout {
  padding: .6rem 0;
}

.pageAbout ._logo {
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

.pageAbout ._info {
  padding: 0 .5rem 0 0;
}

.pageAbout .pubInfo {
  margin-bottom: 0;
}

.pageAbout .pubInfo .info_text p {
  line-height: 2.4;
}

/* page video */
.pageVideo {
  height: 7rem;
  position: relative;
  overflow: hidden;
}

.pageVideo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.pageVideo .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageVideo .video-button {
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: .7rem;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all .3s;
}

.pageVideo .video-button:hover {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

/* 视频弹窗 */
.tc {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

#videoTc .tcBox {
  max-width: 50%;
  position: relative;
}

#videoTc .tcBox .vid {
  /* height: 600px */
}

#videoTc .tcBox .vid video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#videoTc .tcBox .colseTc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  top: -20px;
  right: -20px;
  position: absolute;
  cursor: pointer;
}

#videoTc .tcBox video {
  width: 100%;
}

/* page about history */
.pageHistory {
  padding: .8rem 0;
  position: relative;
}

.pageHistory ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: .2rem;
  left: 0;
  z-index: -1;
}

.pageHistory ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageHistory ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 53.47%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.courseList .item {
  padding: .6rem 0 .2rem;
  align-items: center;
  /* margin: 0 -35px; */
}

.courseList .item .time {
  align-items: center;
  position: relative;
}

.courseList .item .radius {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 100%;
}

.courseList .item .time .text {
  font-weight: bold;
  font-size: .28rem;
  font-family: "OPPOSansRegular";
  line-height: 1;
  left: 30px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.courseList .itemInfo {
  padding: 0 0 0 30px;
  position: relative;
}

.courseList .itemInfo::before {
  content: '';
  position: absolute;
  left: 7.5px;
  top: 2px;
  height: 100%;
  width: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.courseList .itemInfo .box {
  padding: .2rem 0 .1rem;
}

.courseList .itemInfo .box .line {
  line-height: 36px;
  font-size: 16px;
  height: 72px;
  margin-right: 0 !important;
}

.courseList .itemInfo .box .line p {
  /* padding-left: 18px; */
  position: relative;
}

/* .courseList .itemInfo .box .line p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
} */
.courseList .itemImg {
  margin-top: .1rem;
  width: 74%;
}

.courseList .itemImg>div {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #fff;
}

.courseList .itemImg>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
}

.courseList .itemImg>div:hover img {
  transform: scale(1.1);
}

.courseList .swiper-slide-active .item .radius {
  border-color: var(--theme-primary-color);
}

.courseList .swiper-slide-active .itemInfo::before {
  background: linear-gradient(180deg, var(--theme-primary-color) 0%, rgba(255, 255, 255, 0) 100%);
}

.course .courseBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.course .courseBg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curve {
  margin-top: 100px;
}

.courseTab {
  position: relative;
  z-index: 2;
}

.courseTab::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(217, 217, 217, 1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  z-index: -1;
}

#courseTab {
  padding: .6rem 0;
}

#courseTab .item {
  text-align: center;
  position: relative;
  cursor: pointer;
}

#courseTab .item::after {}

#courseTab .item ._year {
  font-family: "OPPOSans";
  color: rgba(153, 153, 153, 1);
  font-size: .2rem;
  position: absolute;
  left: 0;
  width: 100%;
  padding: .3rem 0 .15rem;
  transition: all .3s ease-in-out;
  line-height: 1;
  bottom: 0;
  transform: translateY(100%);
}

#courseTab .item ._spot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  background: rgba(51, 51, 51, 1);
  margin: 0 auto;
  position: relative;
}

#courseTab .item ._spot::before {
  content: '';
  position: absolute;
  width: 500%;
  height: 500%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(153, 153, 153, 1);
  background: transparent;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s ease-in-out;
}

#courseTab .item ._spot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  background: rgba(51, 51, 51, 1);
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s ease-in-out;
}

#courseTab .active .item ._spot {
  transform: scale(1.8);
}

#courseTab .active .item ._spot::before {
  border-color: var(--theme-primary-color);
}

#courseTab .active .item ._spot:after {
  background-color: var(--theme-primary-color);
  opacity: 1;
}

#courseTab .active .item ._year {
  font-size: .24rem;
  font-weight: bold;
  color: var(--theme-primary-color);
}

/*masterCut_btn*/
.masterCut_btn {
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.masterCut_btn>div {
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 5;
  transition: all .3s ease-in-out;
}

.masterCut_btn>div a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 3px 15px rgba(63, 116, 254, .2);
  color: #fff;
  transition: all .3s ease-in-out;
  background-color: var(--theme-primary-color);
}

.masterCut_btn>div a i {
  font-size: 26px;
}

.masterCut_prev {
  transform: rotate(180deg);
}

.masterCut_next {
  right: 0;
}

.masterCut_btn>a:hover {
  background-color: var(--theme-primary-color);
  color: #fff !important;
}

.masterCut_btn>div a.btn_hidden {
  background-color: rgba(217, 215, 215, 1);
  cursor: not-allowed;
}

/* page about culture */
.pageCulture {
  padding: .8rem 0 0;
  position: relative;
  overflow: hidden;
}

.pageCulture ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: .2rem;
  left: 0;
  z-index: -1;
}

.pageCulture ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageCulture ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.pageCulture .indexTitle1 ._en {
  color: rgba(245, 245, 245, 1);
}

.cultureList {}

.cultureList .item {}

.cultureList ._title {
  font-size: .42rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}

.cultureList ._title span {
  color: var(--theme-primary-color);
}

.cultureList .item ._img {
  margin-top: .4rem;
  width: 100%;
  height: 5.8rem;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}

.cultureList .item ._img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.cultureList .item ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
}

.cultureList ._desc {
  font-size: .28rem;
  line-height: 2;
  color: rgba(255, 255, 255, 1);
  white-space: pre-line;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}
.cultureList .cul_switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .7rem;
  height: .7rem;
  font-size: .24rem;
  border: 1px solid rgba(255,255,255,.8);
  color: rgba(255,255,255,.8);
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  transition: all .35s;
  z-index: 1;
}

.cultureList .cul_switch i{
  font-size: .24rem;
} 
.cultureList .cul_switch::before,
.cultureList .cul_switch::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-primary-color);
  border-radius: 50%;
  transition: cubic-bezier(.4, .4, 0, 1) .5s;
  opacity: 0;
  z-index: -2;
}

.cultureList #cul_prev {
  left: 0;
  transform: translateY(-50%);
}

.cultureList #cul_next {
  right: 0;
}

.cultureList .cul_switch:hover {
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color);
  border-radius: 100%;
}

.cultureList .cul_switch:hover::before {
  opacity: 1;
  transform: none;
}

.cultureList .cul_switch:hover::after {
  opacity: .2;
  transform: scale(1.4);
  transition-delay: .1s;
}

.cultureList .cul_switch:hover i {
  color: #fff;
}
.cultureList .cul_switch.btn_hidden::before,
.cultureList .cul_switch.btn_hidden::after{
  background-color: rgba(217, 215, 215, 1);
}
.cultureList .cul_switch.btn_hidden,.cultureList .cul_switch.btn_hidden:hover{
  background-color: rgba(217, 215, 215, 1);
  border-color: rgba(217, 215, 215, 1);
  color: rgba(255,255,255,.62);
  cursor: not-allowed;
}

/* page about honor */
.pageHonor {
  padding: .8rem 0;
  position: relative;
  overflow: hidden;
}

.pageHonor ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: .2rem;
  left: 0;
  z-index: -1;
}

.pageHonor ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
}

.pageHonor ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 53.47%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.pageHonor ._top {
  padding-left: 6.25vw;
  width: 100%;
}

.pageHonor ._top .indexTitle1 {
  padding-right: 3.18rem;
}

.pageHonor ._bottom .honorList .swiper-wrapper {
  /* justify-content: flex-end; */
}

.honorList {
  width: 56%;
  position: relative;
  flex-flow: column;
  gap: .5rem;
}

.honorListSwiper {
  width: 100%;
}

/* .honorListSwiper::after {
  content: "";
  width: 200%;
  height: .58rem;
  background: url(../images/line-bg.png) repeat-x 0 bottom;
  position: absolute;
  left: -50%;
  bottom: 0;
  z-index: -1;
} */

.honorList .swiper-wrapper {
  padding-top: .3rem;
}

.honorList .swiper-slide {
  height: 2.2rem;
  align-items: flex-end;
  cursor: url(../images/move-1.png), default !important;
}

.honorList .swiper-slide>a {
  margin: 0 .2rem 0 0;
}

.honorList .swiper-slide>a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 6px solid rgba(0, 0, 0, 1);
}

.honorList ._item {
  position: relative;
}

.honorList ._item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .16);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 0;
}

.honorList ._item ._icon {
  width: .4rem;
  height: .4rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background-color: var(--theme-primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.honorList ._item:hover::before {
  opacity: 1;
  visibility: visible;
}

.honorList ._item:hover ._icon {
  opacity: 1;
  visibility: visible;
}

.honorList ._item:hover ._icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--theme-primary-color);
  border-radius: 50%;
  animation: scaleAnimate 1s ease infinite;
  -webkit-animation: scaleAnimate 1s ease infinite;
  z-index: -1;
}

@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }

  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

._lineBg {
  width: 100%;
  height: .3rem;
  background-color: #fff;
  position: relative;
}

._lineBg::after {
  content: "";
  width: 100%;
  height: 1rem;
  background: linear-gradient(180deg, rgba(199, 199, 199, 1) 0%, rgba(199, 199, 199, 0) 100%);
  transform: translateX(0) skew(30deg);
  position: absolute;
  top: .3rem;
  left: 28px;
  z-index: -1;
}

.pageHonor ._bottom ._lineBg::after {
  transform: translateX(0) skew(-30deg);
  left: auto;
  right: 28px;
}

/* page about contact */
.pageContact {
  padding: .8rem 0;
}

.pageContact .indexTitle1 ._en {
  color: rgba(245, 245, 245, 1);
}

.page-contact-box {
  align-items: stretch;
}

.page-contact-left {
  width: 43.2%;
  padding: 0 6vw 0 0
}

.page-contact-left .page-title {
  font-size: .34rem;
  color: #000;
  margin-bottom: .3rem;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
  font-weight: bold
}

.page-contact-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .4rem;
}

.page-contact-tel i svg {
  width: .5rem;
  height: .5rem;
  fill: var(--theme-primary-color)
}

.page-contact-tel i svg path {
  fill: var(--theme-primary-color)
}

.page-contact-tel p {
  margin-left: .1rem;
  font-size: .16rem;
  color: var(--theme-primary-color);
}

.page-contact-tel p b {
  display: block;
  font-size: .4rem;
  color: var(--theme-primary-color);
  line-height: 1;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
}

.page-contact-adds {}

.page-contact-adds>div {
  margin-top: .2rem;
  flex-flow: row;
  gap: 10px;
  align-items: flex-start;
}

.page-contact-adds>div i {
  font-size: .2rem;
  color: rgba(51, 51, 51, 1);
  line-height: 2;
}

.page-contact-adds .info {
  flex-flow: column;
  gap: 10px;
}

.page-contact-adds .info span {
  font-size: .2rem;
  line-height: 1.8;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

.page-contact-adds p {
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
  white-space: pre-line;
}

.page-contact-right {
  width: 56.8%
}

.page-contact-right #map {
  width: 100%;
  height: 100%
}
.page-contact-right #map img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contact-right #map .visible-xs{
  display: none;
}


/* page 加入我们 */
.pageSlogan {
  padding: .8rem 0;
}

.sloganBox {
  width: 100%;
  overflow: hidden;
}

.sloganBox .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

#sloganSwiper {
  width: 8.12rem;
  /* padding: 0 calc((100% - 10rem) / 2); */
  /*height: 5.3rem;*/
  position: relative;
  overflow: visible;
}
#sloganSwiper ._img{
  height: 560px;
  overflow: hidden;
}
#sloganSwiper ._img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sloganSwiper ._title{
  padding-top: .15rem;
  font-size: .16rem;
  color: #333;
  line-height:2;
}

#sloganSwiper .Cut_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 5;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#sloganSwiper .Cut_btn a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  transition: all .3s ease-in-out;
  background-color: var(--theme-primary-color);
}

#sloganSwiper .Cut_btn a i {
  font-size: .36rem;
}

#sloganSwiper .btn_prev {
  left: -90px;
  transform: translateY(-50%) rotate(180deg);
}

#sloganSwiper .btn_next {
  right: -90px;
}

#sloganSwiper .Cut_btn a.btn_hidden {
  background-color: rgba(217, 215, 215, 1);
  color: #fff;
  cursor: not-allowed;
}
._growthBox{
  margin-top: .6rem;
  flex-flow: row;
  gap: 60px;
  justify-content: center;
}
._growthBox ._item{
  width: 32%;
  padding: .3rem;
  flex-flow: row;
  gap: 20px;
  justify-content: center;
  background-color: rgba(252, 252, 252, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 10px;
  transition: all .3s ease-in-out;
  cursor: default;
}
._growthBox ._item i{
  font-size: 0.62rem;
  line-height: 1;
  color: #666;
}
._growthBox ._item>div{
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  gap: 10px;
}
._growthBox ._item ._cn{
  font-size: .24rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
}
._growthBox ._item ._en{
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;
}
._growthBox ._item:hover{
  background-color: var(--color01);
  border-color: var(--color01);
}
._growthBox ._item:hover i{
  color: #fff;
}
._growthBox ._item:hover ._cn{
  color: #fff;
}
._growthBox ._item:hover ._en{
  color: #fff;
}


/* page 学习与成长 */
.pageLearnGrowth {
  padding-top: .8rem;
  /* padding-bottom: .8rem; */
}

.learnGrowthBox {
  flex-flow: row;
  gap: 40px;
  justify-content: center;
}
.learnGrowthBox ._item{
  width: 32%;
}
.learnGrowthBox .img {
  height: 312px;
  border-radius: 15px;
  overflow: hidden;
}

.learnGrowthBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.learnGrowthBox .title {
  margin-top: 10px;
  font-size: .18rem;
  color: rgba(51, 51, 51, 1);
  line-height: 2;
  text-align: center;
}

/* page join 工作与生活 */
.pageWorkLife {
  padding: .8rem 0;
  background-color: rgba(252, 252, 252, 1);
  position: relative;
  overflow: hidden;
}

.workLifeBox {
  flex-flow: row;
  align-items: stretch;
  gap: 1.2rem;
}

._workLifeList {
  width: calc(41% - 1.2rem);
}

._workLifeList>div+div {
  margin-top: .1rem;
}

._workLifeList>div ._tHd {
  margin-bottom: .1rem;
  padding: .16rem .2rem;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(229, 229, 229, 1);
  border-radius: 8px;
  cursor: pointer;
}

._workLifeList>div ._tHd ._tit {
  font-family: "OPPOSansB";
  font-size: .2rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

._workLifeList>div ._tHd i {
  color: rgba(153, 153, 153, 1);
  font-size: .18rem;
  line-height: 1;
}

._workLifeList>div ._tHd ._num {
  padding-right: 1rem;
  position: relative;
}

._workLifeList>div ._tHd ._num span {
  font-family: "OPPOSansB";
  font-size: .86rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  position: absolute;
  right: 0;
  top: -.15rem;
}

._workLifeList>div ._tBd {
  /*height: 0px; */
  overflow: hidden;
  transition: height 0.3s ease-out;
}

._workLifeList>div ._tBd ._txt {
  height: 0px;
  overflow: hidden;
}

._workLifeList ._tBd ._txt>div {
  width: 100%;
  padding-left: .2rem;
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
  height: 180px;
}

._workLifeList ._tBd ._txt>div p {
  padding-left: 20px;
  position: relative;
}

._workLifeList ._tBd ._txt>div p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--theme-primary-color);
}

._workLifeList>div ._tHd.on {
  background-color: var(--theme-primary-color);
}

._workLifeList>div ._tHd.on ._tit {
  color: #fff;
}

._workLifeList>div ._tHd.on i {
  color: #fff;
}

._workLifePic {
  width: 59%;
  height: 5.5rem;
  position: relative;
}

._workLifePic .workLifePicSwiper {
  height: 100%;
}

._workLifePic .swiper-slide {
  height: 100%;
}

._workLifePic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

._workLifePic ._pvn {
  position: absolute;
  left: -.7rem;
  bottom: 0;
  z-index: 2;
}

._workLifePic ._pvn>a {
  width: .7rem;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-primary-color);
  color: #fff;
}

._workLifePic ._pvn>a i {
  font-size: .32rem;
  line-height: 1;
}

._workLifePic ._pvn>a.pvn_prev {
  transform: rotate(180deg);
}

._workLifePic ._pvn>a.btn_hidden {
  background-color: rgba(0, 0, 0, .3);
  cursor: not-allowed;
}

/* page 加入我们 */
.pageJoinUs {
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: hidden;
}

.joinUsList {
  flex-flow: row;
  justify-content: space-between;
  gap: 1rem;
}

.joinUsList .item {
  align-items: stretch;
}

.joinUsList .item .img {
  width: 48%;
}

.joinUsList .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.joinUsList .item .item_r {
  padding: .4rem;
  flex: 1;
  border: 1px solid rgba(221, 221, 221, 1);
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


.joinUsList .item_r img.icon {
  max-height: 48px;
  margin: auto;
  display: block
}

.joinUsList .item_r h4 {
  font-size: .2rem;
  color: #333;
  font-weight: 900;
  margin-bottom: 10px;
}

.joinUsList .item_r p {
  font-size: .16rem;
  color: #666;
  margin-bottom: 15px;
}

.joinUsList .item_r span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-primary-color);
  border-radius: 50%;
  font-size: .2rem;
  color: #fff
}
/* page 质量方针 */
.pageQualityPolicy {
  padding: .8rem 0;
  position: relative;
  overflow: hidden;
}

.pageQualityPolicy ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: .2rem;
  left: 0;
  z-index: -1;
}

.pageQualityPolicy ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageQualityPolicy ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

._advlist ._item {
  padding: .2rem;
  width: 33.33%;
}

._advlist ._item>div {
  padding: .6rem .3rem .8rem;
  height: 100%;
  background-color: rgba(249, 249, 249, 1);
  clip-path: polygon(100% 0, 100% 78%, 85% 100%, 0 100%, 0 0);
  position: relative;
  transition: all .2s linear;
  cursor: pointer;
}

._advlist .item_top {
  align-items: center;
}

._advlist .item_top .item_icon>i {
  font-size: .5rem;
  color: var(--theme-primary-color);
}

._advlist .item_top .item_num {
  margin-left: auto;
  font-size: .6rem;
  position: relative;
  position: absolute;
  right: .2rem;
  top: .2rem;
}

._advlist .item_top .item_num span {
  display: block;
}

._advlist .item_top .item_num .n1 {
  color: rgba(0, 101, 181, 0.05);
  line-height: 1;
}

._advlist .item_title {
  color: rgba(0, 0, 0, 1);
  font-size: .24rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: .18rem;
}

._advlist .item_line {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  line-height: 36px;
  height: 144px;
}

._advlist ._item:hover>div {
  background-color: var(--theme-primary-color);
}

._advlist ._item:hover .item_top .item_icon>i {
  color: #fff;
}

._advlist ._item:hover .item_top .item_num .n1 {
  color: rgba(255, 255, 255, 0.1);
}

._advlist ._item:hover .item_title {
  color: rgba(255, 255, 255, 1);
}

._advlist ._item:hover .item_line {
  color: rgba(255, 255, 255, 0.68);
}
/* page 认证体系 */
.pageCertification {
  padding: .8rem 0;
  position: relative;
  overflow: hidden;
}

.pageCertification ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: .2rem;
  left: 0;
  z-index: -1;
}

.pageCertification ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageCertification ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.certificateList .item{
  padding: 0 .3rem;
}
.certificateList .item .img{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #fff;
}
.certificateList .item img{
  display: block;
  width: 90%;
  height: 80%;
  object-fit: contain;
}
.certificateList .item .txt{
  padding: .2rem 0;
  font-size: .18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}
.certificateList .active .item .img{
  border-color: var(--theme-primary-color);
}
.certificateList .active .item .txt{
  font-weight: bold;
  color: var(--theme-primary-color);
}
.courseTab {
  position: relative;
  z-index: 2;
}

.courseTab::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(217, 217, 217, 1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  z-index: -1;
}
.certificateTab{
  padding: 0 .5rem;
  background-color: rgba(246, 246, 246, 1);
  border-radius: .5rem;
}
#certificateTab {
  padding: .2rem .5rem;
  position: relative;
}

#certificateTab .item {
  text-align: center;
  position: relative;
  cursor: pointer;
}

#certificateTab .item ._year {
  color: rgba(128, 128, 128, 1);
  font-size: .16rem;
  width: 100%;
  padding: .1rem 0 .12rem;
  transition: all .3s ease-in-out;
  line-height: 1;
  /* transform: translateY(100%); */
}

#certificateTab .item ._spot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  background: transparent;
  margin: 0 auto;
  position: relative;
}

#certificateTab .item ._spot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transition: all .3s ease-in-out;
}

#certificateTab .active .item ._spot:after {
  background-color: var(--theme-primary-color);
  opacity: 1;
}

#certificateTab .active .item ._year {
  color: var(--theme-primary-color);
}
.certificateTab .masterCut_btn{
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all .3s ease-in-out;
}
.certificateTab .masterCut_prev{
  left: 0;
}
.certificateTab .masterCut_btn i{
  font-size: .32rem;
  color: var(--theme-primary-color);
}
/* page 质量管理 */
.pageManagement {
  padding: .8rem 0;
  position: relative;
  overflow: hidden;
}

.pageManagement ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: .2rem;
  left: 0;
  z-index: -1;
}

.pageManagement ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageManagement ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.pageManagement ._cnt img{
  max-width: 100%;
}
/* page 产品应用 */
.pageProductApplication{
  padding-bottom: .8rem;
}
._pageProAppList{
  flex-flow: column;

}
._pageProAppList ._item{
  padding: .6rem 0;
  position: relative;
  overflow: hidden;
}
._pageProAppList ._item>div._itemDiv{
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  position: relative;
}
._pageProAppList ._item>div._itemDiv::after{
  content: "product";
  font-family: "PingFangSC-Regular, sans-serif";
  text-transform: uppercase;
  font-size: 1.2rem;
  color: rgba(247, 247, 247, 1);
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
._pageProAppList ._item ._info{
  width: 49.3125%;
  flex-flow: column;
  gap: .2rem;
}
._pageProAppList ._item .bname{
  font-size: .32rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  line-height: 2;
}
._pageProAppList ._item ._desc{
  font-size: 18px;
  line-height: 36px;
  color: rgba(102, 102, 102, 1);
  max-height: 422px;
}
._pageProAppList ._item ._desc p{
  text-indent: 2em;
}
._pageProAppList ._item ._desc strong{
  color: #666;
}
._pageProAppList ._item ._img{
  flex: 1;
  height: 5.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(229, 237, 245, 1);
  border-radius: .3rem;
}
._pageProAppList ._item ._img img{
  width: 80%;
  height: 80%;
  object-fit: contain;
}
._pageProAppList ._item ._bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: .2rem;
  left: 0;
  z-index: -1;
}

._pageProAppList ._item ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .1;
}
/* page 应用场景 */
.proAppSceneSwiper{
  height: 2rem;
}
.proAppScene-box ._title {
  width: 100%;
  height: 100%;
  padding: .3rem;
  color: #fff;
  font-size: .2rem;
  font-weight: 500;
  background: linear-gradient(90deg, var(--theme-primary-color) 0%, rgba(0, 101, 181, 0) 100%);
  border-radius: 10px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 0;
}

.proAppScene-box ._img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.proAppScene-box ._img img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .3s;
}

.proAppScene-box ._img:hover img {
  transform: scale(1.08);
}

/* page 新闻中心 */
._pageHotNews {
  padding-top: .8rem;
  padding-bottom: .3rem;
}
#hotNewsSwiper{
  padding: 0 3rem;
}
#hotNewsSwiper .swiper-wrapper{
  overflow: visible;
}
._pageHotNews ._item{
  padding: .4rem;
  background-color: rgba(247, 250, 255, 1);
  border-radius: 30px;
}
._pageHotNews ._item>a{
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
}
._pageHotNews ._item .img{
  width: 47%;
  height: 3.68rem;
  border-radius: 15px;
}
._pageHotNews ._item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._pageHotNews ._item .text{
  width: calc(100% - 47% - .4rem);
  flex-flow: column;
  gap: .2rem;
}
._pageHotNews ._item .text ._title{
  font-size: .24rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  line-height: 2;
}
._pageHotNews ._item .text ._summary{
  font-size: 16px;
  line-height:24px;
  color: rgba(102, 102, 102, 1);
  max-height: 72px;
}
._pageHotNews ._item .text span{
  font-size: .14rem;
  color: rgba(0, 56, 102, 1);
  line-height: 1.8;
  align-items: center;
  gap: 10px;
}
._newsPagination span{
  background-color: rgba(237, 237, 237, 1);
  opacity: 1;
}
._newsPagination span.swiper-pagination-bullet-active{
  background-color: var(--theme-primary-color);
}

.pageNewsList {
  padding-top: .4rem;
  border-top: 1px solid rgba(247, 250, 255, 1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.pageNewsList .item a {
  display: block;
}

.pageNewsList .item a figure {
  height: 2.88rem;
  border-radius: 15px;
  overflow: hidden;
}

.pageNewsList .item a figure img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  transition: all 0.4s;
}

.pageNewsList .item a figure img:hover {
  transform: scale(1.1);
}

.pageNewsList .item a figcaption {
  padding: 0.15rem 0 0.4rem;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}

.pageNewsList .item a figcaption ._title {
  font-size: 0.24rem;
  color: #000;
  height: 2.8em;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* 新闻详情 */
.newsDel {
  padding-bottom: 7.8125vw;
  padding-top: 0.6rem;
  background-color: #f0f4f7;
}

.newsDel ._place {
  line-height: 1;
}

.newsDel ._place span,
.newsDel ._place a {
  color: #666;
  transition: color 0.3s ease;
}

.newsDel ._cnt {
  margin-top: 0.5rem;
}

.newsDel ._info {
}

.newsDel ._info ._top {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}

.newsDel ._info ._top ._title {
  font-size: 0.36rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.newsDel ._info ._top ._line {
  align-items: center;
  justify-content: center;
  color: #999;
}
.newsDel ._info ._top ._line span{
  padding: 0 .3rem;
  gap: 8px;
}
.newsDel ._sell {
  width: 4.9rem;
  padding-left: .3rem;
}

.newsDel ._sell ._cont {
  padding: 3.125vw 0.3rem;
  background-color: #fff;
}

.newsDel ._sell ._title {
  font-weight: bold;
  color: var(--theme-primary-color);
}

.newsDel ._sell ._list {
  margin-top: 0.3rem;
}

.newsDel ._sell ._list ._item>a {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.newsDel ._sell ._list ._item>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--theme-primary-color);
  transition: width 0.6s ease;
}

.newsDel ._sell ._list ._item ._img {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.20608899297423%;
  overflow: hidden;
}

.newsDel ._sell ._list ._item ._img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.newsDel ._sell ._list ._item ._txt {
  padding: 0.4rem 0;
  line-height: 1;
}

.newsDel ._sell ._list ._item ._txt ._name {
  color: #333;
  margin-bottom: 0.2rem;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsDel ._sell ._list ._item ._txt ._time {
  color: #999;
}

.newsDel ._info ._contin {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  color: #666;
  line-height: 2.5;
}
.newsDel ._info ._contin img{
  display: inline-block;
  max-width: 100%;
  height: auto!important;
}

.newsDel ._info ._skip {
  padding: .2rem .42rem;
  align-items: center;
  background-color: rgba(248, 248, 248, 1);
}

.newsDel ._info ._skip>div {
  flex: 1;
  position: relative;
}

.newsDel ._info ._skip a {
  transition: color 0.3s ease;
  color: #666;
}

.newsDel ._info ._skip>div._prev {
  padding-left: .3rem;
  padding-right: .5rem;
}
.newsDel ._info ._skip>div._next {
  padding-left: .5rem;
  padding-right: .3rem;
  text-align: right;
}
.newsDel ._info ._skip>div._prev::before{
  content: "\e64a";
  font-family: "iconfont";
  font-size: .18rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: color 0.3s ease;
}
.newsDel ._info ._skip>div._next::before{
  content: "\e64a";
  font-family: "iconfont";
  font-size: .18rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease;
}

.newsDel ._info ._skip ._back {
  margin: 0 auto;
  flex: none;
}

.newsDel ._info ._skip ._back>a {
  padding: .1rem .42rem;
  text-align: center;
  color: var(--theme-primary-color);
  z-index: 2;
  position: relative;
  border: 1px solid var(--theme-primary-color);
  transition: box-shadow 0.5s var(--bcr1);
}
.newsDel ._info ._skip ._back>a:hover{
  background-color: var(--theme-primary-color);
  color: #fff;
}


/*富文本强制定义*/
.richText {
  text-align: justify;
}

.richText p,
.richText span,
.richText em {
  font-size: 16px !important;
}

.richText video {
  max-width: 100%;
  display: inline-block;
}
/*pages*/
.pages {
  margin-top: 0.4rem;
  padding-bottom: 0.8rem;
  text-align: center;
}

#pages li {
  margin: 0 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  /* background: #e6e6e6; */
  color: #000;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#pages li a {
  font-size: .2rem;
  display: block;
  padding: 0 12px;
  color: #333;
}

#pages li span {
  font-size: .2rem;
  display: block;
  padding: 0 12px;
}

#pages li.active {
  text-align: center;
  background: var(--theme-primary-color);
  color: #fff;
  display: inline-block;
}

#pages li:hover a {
  color: var(--theme-primary-color);
}
/*电端加上鼠标效果/动画 */
@media screen and (min-width: 1025px) {

  .rollAni,
  .font_effect {
    visibility: hidden;
  }

  .hoverable:hover .hoverable_txt:after,
  ._proMore .hoverable:hover .hoverable_txt:after,
  ._proTab .item:hover .hoverable_txt:after,
  ._proTab .item .hoverable.active .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  .pc-nav .operation ._item:hover {
    /* background-color: rgba(0, 0, 0, 0.2); */
  }

  .pc-nav .language .language_item a:hover {
    background-color: #eee;
    color: var(--theme-primary-color);
  }

  .pc-nav .operation ._item:hover .search {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .pc-nav .search ._dt>button:hover {
    color: var(--theme-primary-color);
  }

  .HprojectInfo ._item ._column ._li a:hover:before {
    background-color: #fff;
  }

  .clock ._list ._li>div>a:hover ._icon:after {
    opacity: 1;
  }

  .footer ._menu ._item ._b a:hover {
    opacity: 1;
  }

  .footer ._link ._list li a:hover {
    opacity: 1;
  }

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

  .below .below_l ._superior:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .below .below_r .slidenav_next>a {
    display: none;
  }

  .below .below_r .slidenav_next>a:hover {
    color: #fff;
    background-color: var(--theme-primary-color);
  }

  .slidenav ._item>a:hover {
    color: var(--theme-primary-color);
  }

  .newsList ._item>a:hover ._img {
    transform: scale(0.9);
  }

  .newsList ._item>a:hover ._img>img {
    transform: scale(1.2) rotate(5deg);
  }

  .newsList ._item>a:hover ._names {
    color: var(--theme-primary-color);
  }

  .pagination li a:hover {
    background-color: var(--theme-primary-color);
    color: #fff;
  }

  .newsDel ._sell ._list ._item>a:hover ._img>img {
    transform: scale(1.1);
  }

  .newsDel ._sell ._list ._item>a:hover ._txt ._name {
    color: var(--theme-primary-color);
  }

  .newsDel ._sell ._list ._item>a:hover:after {
    width: 100%;
  }

  .newsDel ._info ._skip ._back>a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .newsDel ._info ._skip ._back>a:hover:before {
    transform: scale(1.4);
  }

  .newsDel ._info ._skip ._back>a:hover:after {
    transform: scale(1.8);
  }

  .newsDel ._info ._skip a:hover {
    color: var(--theme-primary-color);
  }

  .newsDel ._info ._skip ._back a:hover {
    color: #fff;
  }

  .newsDel ._place a:hover {
    color: var(--theme-primary-color);
  }

  /* .pc-nav .nav .nav_a>a{
    padding: 0 .3rem;
  } */

  .pc-nav .nav .nav_a:hover .nav_b {
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
  }

  .pc-nav .nav .nav_a>.nav_b>.nav_b_list>li>a:hover {
    color: var(--theme-primary-color);
    background-color: rgba(20, 109, 198, 0.08);
    /*background-color: #f5f5f5;*/
  }
}

/* @media screen and (min-width: 1601px) {
  .pc-nav .nav .nav_a>a{
    padding: 0 .24rem;
  }
} */

@media screen and (max-width: 1600px) {
  .header {
    /* padding: 0 .4rem; */
  }

  .explicit ._info p,
  .explicit ._info span,
  .richText em {
    font-size: 15px !important;
  }

  .richText p,
  .richText span,
  .richText em {
    font-size: 16px !important;
  }

  .pc-nav .nav .nav_a>a {
    padding: 0 .3rem;
    font-size: .16rem;
  }

  .header__tel {
    font-size: .2rem;
  }

  ._menuContainer .box2 ._item .h5 a {
    font-size: .2rem;
  }

  ._menuContainer .box2 ._item ul {
    margin-top: .3rem;
  }

  ._menuContainer .box4 {
    padding-top: .8rem;
  }

  ._advCont ._contRight ._advDesc {
    padding-left: 8px;
    letter-spacing: 8px;
  }
}
/* @media screen and (max-width: 1599px) {
  .pc-nav .nav .nav_a>a{
    padding: 0 .2rem;
  }
} */
@media screen and (max-width: 1440px) {

  .explicit ._info p,
  .explicit ._info span,
  .richText em {
    font-size: 14px !important;
  }

  .richText p,
  .richText span,
  .richText em {
    font-size: 14px !important;
  }

  .header.onShow .menu {
    height: 5.8rem;
  }

  .menu ._box {
    height: 5.8rem;
  }

  .pc-nav .language .language_item a {
    line-height: 2;
  }

  .pc-nav .language {
    width: 0.8rem;
  }

  .Habout .iphase ._list ._item ._txt ._p {
    padding-right: 4.166666666666667vw;
  }

  .HserviceInfo ._txt {
    height: 2.1rem;
  }

  .Hnews ._top ._tab ._item>a .hoverable_txt:after {
    height: 3px;
  }

  .pc-nav .search ._dd>input {
    height: 0.5rem;
  }

  .pc-nav .search ._dt>button {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .row {
    width: 90%;
  }
}

@media screen and (max-width: 1280px) {

  .explicit ._info p,
  .explicit ._info span,
  .richText em {
    font-size: 13px !important;
  }

  .richText p,
  .richText span,
  .richText em {
    font-size: 13px !important;
  }

  .masterBtn1 {
    width: 1.7rem;
    height: 0.56rem;
    border-top-right-radius: 0.56rem;
    border-bottom-right-radius: 0.56rem;
    padding-right: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .contact__wrs {
    width: 80%;
    margin-left: -40%;
  }
}

@media screen and (max-width: 1024px) {
  /* .header{
    padding: 0 .3rem;
  } */
  #main {
    position: initial;
  }

  .header::before {
    height: 1.2rem;
    background-color: var(--theme-primary-color);
  }

  .pc-nav .language {
    width: 1.26rem;
  }

  .header .menu {
    display: none;
  }

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

  .pc-nav .operation {
    margin-left: auto;
  }

  .pc-nav {
    /* width: 100%; */
    height: 60px;
    justify-content: space-between;
  }

  .pc-nav ._logo>a>div {
    width: 186px;
    height: 50px;
  }

  .pc-nav ._logo>a {
    padding-right: 0;
    /* padding: 0 5vw; */
  }

  .pc-nav ._logo>a>div img:nth-child(1) {
    opacity: 0;
  }

  .pc-nav ._logo>a>div img:nth-child(2) {
    opacity: 1;
  }

  .pc-nav .operation {
    /* display: none; */
  }

  .pc-nav>.nav {
    display: none;
  }

  .pc-nav>.nav .nav_a {
    float: none;
  }

  .pc-nav>.nav .nav_a>a:after {
    display: none;
  }

  .header.mobileNav .pc-nav>.nav {
    transform: none;
  }

  .header__search,
  .header__mail,
  .header__share {
    display: none;
  }

  .pc-nav .operation ._item {
    border: none;
  }

  .pc-nav .operation ._itemBtn span {
    /* display: none; */
  }

  .pc-nav .operation ._item .icon {
    width: .46rem;
    height: .46rem;
  }

  .header__tel a {
    font-size: .3rem;
  }

  .header__tel span {
    /* display: none; */
  }

  .openMenu {
    padding: 0 0 0 .3rem;
  }

  .pc-nav .operation ._itemBtn {
    font-size: 16px;
    line-height: 50px;
  }

  .pc-nav .operation ._itemBtn i {
    font-size: 20px;
  }

  .pc-nav .nav .nav_a>a {
    height: 1rem;
    line-height: 1rem;
    padding: 0;
    font-size: 16px;
    color: #333;
  }

  .Hbanner {
    margin-top: 60px;
    height: 46vh;
  }

  #Hbanner ._bg:before {
    background: linear-gradient(180deg, rgba(2, 28, 79, 0.68) 0%, rgba(2, 28, 79, 0) 100%);
  }

  #Hbanner .Hbanner_txt {
    top: 45%;
  }

  #Hbanner .Hbanner_txt ._item ._title {
    margin-left: 0;
    max-width: 100%;
    font-size: .6rem;
    letter-spacing: 0;
    /* -webkit-text-stroke: 1px rgba(255, 255, 255, 1) */
  }

  #Hbanner .Hbanner_txt ._item ._en {
    font-size: .3rem;
  }

  #Hbanner .Hbanner_txt ._item ._logo {
    width: 100%;
  }

  #Hbanner .Hbanner_txt ._item ._logo img {
    width: 100%;
  }

  #Hbanner .Hbanner_txt ._item ._btn {
    display: none;
  }

  .banner-mouse span {
    font-size: .24rem;
  }

  .banner-mouse-line {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Hbanner_navigation {
    display: none;
  }

  .container {
    padding-top: 60px;
  }

  ._mobContainer {
    padding-top: 0;
  }

  .indexTitle1 {
    margin-bottom: .3rem
  }

  .indexTitle1 ._en::before {
    border-width: 5px;
    z-index: 0;
  }

  .indexTitle1 ._cn {
    font-size: .44rem;
  }

  .indexTitle1 ._slogan {
    padding: 0;
    font-size: .24rem;
    letter-spacing: 0;
  }

  .indexTitle1 ._slogan span {
    display: none;
  }

  .Habout {
    padding-top: 0;
    padding-bottom: .6rem;
  }

  .Habout ._logo {
    display: none;
  }

  .Habout ._box {
    flex-direction: column-reverse;
  }

  .Habout .Habout_l,
  .Habout .Habout_r {
    width: 100%;
  }

  .Habout .Habout_r {}

  .Habout .indexTitle1 ._cn {
    margin-top: 0;
  }

  .Habout ._info {
    padding: .5rem;
  }

  .pubInfo {
    margin-bottom: 0;
  }

  .pubInfo .info_text {
    font-size: .266rem;
  }

  ._moreBtn a {}

  ._moreBtn ._lines {
    font-size: .24rem;
  }

  .Hproduct {
    padding: .6rem 0;
  }

  .Hproduct ._top {
    flex-flow: row wrap;
    align-items: flex-start;
  }

  ._proTab {
    margin-left: 0;
    gap: .32rem;
  }

  ._proTab .item .item_name,
  ._proMore .item_name {
    font-size: .3rem;
  }

  .proList {
    margin-top: .4rem;
  }

  .proList .proItem {
    flex-flow: column-reverse;
  }

  .proItem ._imgBox {
    padding-right: 0;
    padding-bottom: .5rem;
    width: 100%;
  }

  .proItem ._imgBox ._pagination {
    width: auto;
    height: .32rem;
    flex-flow: row;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .proItem ._imgBox ._pagination::before {
    width: 100%;
    height: 2px;
  }

  .proItem ._imgBox ._pagination span {
    width: .24rem;
    height: .24rem;
  }

  .proItem ._info {
    padding-top: .5rem;
    padding-right: 0;
  }

  .proItem ._info ._title {
    font-size: .36rem;
  }

  .proItem ._info ._desc {
    font-size: .266rem;
  }

  .proItem ._icon>div i {
    font-size: .6rem;
  }

  .proItem ._icon>div span {
    font-size: .24rem;
  }

  .Hjoinus {
    padding: .6rem 0;
  }

  .Hjoinus ._bg {
    top: 0;
  }

  .Hjoinus ._top ._request {
    font-size: .36rem;
  }

  .Hjoinus ._top ._desc {
    max-width: 80%;
    font-size: .24rem;
  }

  .Hjoinus ._bottom {
    flex-flow: column;
  }

  .Hjoinus ._bottom ._workPic {
    margin-bottom: .3rem;
    width: 100%;
  }

  .Hjoinus ._bottom ._workPic .workPicSwiper {
    height: 6rem;
    padding-bottom: 1rem;
  }

  .Hjoinus ._bottom ._workPic ._title {
    font-size: .28rem;
    line-height: 2;
  }

  .lbpic-num {
    font-size: .28rem;
  }

  .Hjoinus ._bottom ._links {
    width: 100%;
    gap: .3rem;
  }

  .Hjoinus ._bottom ._links>a {
    width: calc((100% - .3rem)/2);
  }

  .Hjoinus ._links a>div i {
    width: .8rem;
    height: .8rem;
    font-size: .68rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Hjoinus ._links a:nth-child(2)>div i {
    font-size: .72rem;
  }

  .Hjoinus ._links a:nth-child(3)>div i {
    font-size: .62rem;
  }

  .Hjoinus ._links a:nth-child(4)>div i {
    font-size: .72rem;
  }

  .footer ._top {
    padding: .5rem 0;
  }

  .footer ._srchBox {
    display: none;
  }

  .footer ._cnt {
    padding: .3rem 0;
    flex-direction: column;
  }

  .footer ._cnt::before {
    display: none;
  }

  .footer ._cnt::after {
    right: 0;
  }

  .footer ._left,
  .footer ._right {
    width: 100%;
  }

  .footer ._left {
    display: none;
  }

  .footer ._menu>div {
    flex-wrap: wrap;
  }

  .footer ._menu ._item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .32);
    margin: 0;
    padding: 0.24rem 0;
  }

  .footer ._menu ._item ._a {
    margin-bottom: 0;
    position: relative;
    line-height: 2;
  }

  .footer ._menu ._item ._a a {
    font-size: .28rem;
  }

  .footer ._menu ._item ._a::before,
  .footer ._menu ._item ._a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #fff;
    right: 10px;
    top: 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .footer ._menu ._item ._a::before {
    left: auto;
    bottom: auto;
  }

  .footer ._menu ._item ._a::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .footer ._menu ._item.on ._a::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .footer ._menu ._item ._b {
    display: none;
  }

  .footer ._menu ._item ._b li {
    margin: .2rem .2rem 0 0;
    display: inline-block;
  }

  .footer ._menu ._item ._b a {
    font-size: .24rem;
  }

  .footer ._media {
    justify-content: flex-start;
  }

  .footer ._ftBtn ._item>a {
    width: .66rem;
    height: .66rem;
  }

  .footer ._ftBtn ._item>a .iconfont {
    font-size: .32rem;
  }

  .footer ._ftBtn ._item .follow {
    left: 0;
    right: auto;
  }

  .footer ._copyright>div {
    font-size: .24rem;
    line-height: 1.8;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer ._copyright>div br {
    display: block;
  }

  .pageBanner.style1 {
    height: 50vw;
  }

  .pageBanner ._info {
    padding: 0 5%;
  }

  .pageBanner.style1 ._info ._title .cn {
    font-size: .48rem;
    margin-left: -3px;
    letter-spacing: 3px;
  }

  .pageBanner.style1 ._info ._title .en {
    font-size: .28rem;
    line-height: 1.7
  }

  .pageBanner ._info ._mouse {
    display: none;
  }

  .below .below_l {
    display: none;
  }

  .below {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
  }

  .below::before {
    display: none;
  }

  .below .below_r .slidenav_next {
    padding-right: 0;
    width: 1rem;
  }

  .below .below_r .slidenav_next>a {
    display: block;
  }

  .below .below_r {
    margin-left: 0;
    padding-right: 1rem;
    width: 100%;
    height: 100%;
    background-color: var(--theme-primary-color);
  }

  .slidenav ._item {
    height: 100%;
  }

  .slidenav ._item>a {
    padding: 0 5vw;
    font-size: 14px;
  }

  .slidenav ._item>a span {
    display: inline-block;
  }

  /* 次页 */
  .masterTitle3 .cn{
    margin-bottom: .2rem;
    font-size: .48rem;
  }
  .masterCut_btn>div{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .masterCut_btn>div a{
    width: 30px;
    height: 30px;
  }
  .masterCut_btn>div a i{
    font-size: 16px;
  }
  .pageAbout{
    padding-top: .6rem;
  }
  .pageAbout ._top{
    margin-bottom: 0;
  }
  .pageAbout ._info{
    padding: .4rem 0 0 0;
  }
  .pageHistory{
    padding: .6rem 0;
  }
  .courseList .item .radius{
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .courseList .itemInfo::before{
    width: 2px;
    left: 5px;
  }
  .pageCulture{
    padding: .6rem 0;
  }
  .cultureList .item ._img{
    height: 3.58rem;
  }
  .cultureList ._desc{
    font-size: .24rem;
    line-height: 1.8;
    font-weight: normal;
  }
  .pageHonor ._top{
    width: 90%;
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .honorList{
    width: 100%;
  }
  .honorList .swiper-wrapper{
    padding-top: 0;
  }
  .honorList .swiper-slide{
    height: 2rem;
  }
  .pageHonor ._bottom{
    width: 90%;
    margin: .6rem auto 0;
    padding: 0;
  }
  ._lineBg::after{
    left: 14px;
  }
  .pageHonor ._bottom ._lineBg::after{
    right: 14px;
  }
  .page-contact-box{
    flex-flow: column;
    align-items: flex-start;
  }
  .page-contact-left{
    padding-right: 0;
    width: 100%;
  }
  .page-contact-left .page-title{
    font-size: .4rem;
  }
  .page-contact-tel p{
    font-size: .28rem;
  }
  .page-contact-tel p b{
    font-size: .46rem;
  }
  .page-contact-adds>div i{
    font-size: .36rem;
  }
  .page-contact-adds .info{
    gap: 5px;
  }
  .page-contact-adds .info span{
    font-size: .36rem;
  }
  .page-contact-adds p{
    font-size: .28rem;
  }
  .page-contact-right{
    width: 100%;
    height: 5.18rem;
  }
  .page-contact-right #map iframe{
    width: 100%!important;
    height: 268px!important;
  }

  .page-contact-right #map .hidden-xs{
    display: none;
  }
  .page-contact-right #map .visible-xs{
    display: block;
  }
  #videoTc .tcBox{
    max-width: 80%;
  }
  /* mobile page product */
  ._pageProAppList ._item>div._itemDiv{
    flex-flow: column-reverse;
    gap: .3rem;
  }
  ._pageProAppList ._item ._img{
    height: 4.22rem;
  }
  ._pageProAppList ._item ._info{
    width: 100%;
  }
  ._pageProAppList ._item .bname{
    font-size: 18px;
  }
  ._pageProAppList ._item ._desc{
    font-size: 14px;
    line-height: 2;
    max-height: none;
  }
  .proAppScene-box ._title{
    font-size: .28rem;
  }
  ._advlist ._item{
    padding: 0;
  }
  ._advlist .item_top .item_num .n1{
    font-size: 1rem;
  }
  ._advlist .item_top .item_icon>i{
    font-size: .8rem;
  }
  ._advlist .item_title{
    font-size: .36rem;
  }
  ._advlist .item_line{
    font-size: 14px;
    line-height: 2;
  }
  .certificateList .item .txt{
    font-size: .28rem;
  }
  #certificateTab .item ._year{
    font-size: .28rem;
  }
  #hotNewsSwiper{
    padding: 0 .3rem;
  }
  ._pageHotNews ._item{
    border-radius: 8px;
    padding: .3rem;
  }
  ._pageHotNews ._item>a{
    flex-flow: column;
    gap: .2rem;
  }
  ._pageHotNews ._item .img{
    width: 100%;
    height: 3.28rem;
    border-radius: 8px;
  }
  ._pageHotNews ._item .text{
    width: 100%;
    gap: 8px;
  }
  ._pageHotNews ._item .text ._title{
    font-size: 16px;
  }
  ._pageHotNews ._item .text ._summary{
    font-size: 14px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  ._pageHotNews ._item .text span{
    font-size: 13px;
  }
  .pageNewsList{
    grid-template-columns:repeat(1, 1fr)
  }
  .pageNewsList .item a figure{
    height: 4.26rem;
    border-radius: 8px;
  }
  .pageNewsList .item a figcaption ._title{
    font-size: 15px;
    line-height: 1.8;
    height: auto;
  }
  #pages li{
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  #pages li span{
    font-size: 14px;
  }
  #map {
    width: 100%;
  }

  .newsDel ._sell {
    display: none;
  }

  .newsDel ._info {
    width: 100%;
  }

  .newsDel {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slidenav .swiper-slide {
    width: auto;
  }

  .pc-nav .nav .nav_a>.nav_b {
    display: none;
  }
  .pageSlogan{
    padding: .6rem 0 0;
  }
  #sloganSwiper{
    width: 66%;
    height: auto;
  }
  #sloganSwiper ._img{
    height: 3.68rem;
  }
  #sloganSwiper ._title{
    font-size: .266rem;
  }
  .pageLearnGrowth{
    padding: .6rem 0;
  }
  #sloganSwiper .Cut_btn{
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  #sloganSwiper .Cut_btn a{
    width: 100%;
    height: 100%;
  }
  #sloganSwiper .btn_prev{
    left: -64px;
  }
  #sloganSwiper .btn_next{
    right: -64px;
  }
  ._growthBox{
    gap: .3rem;
  }
  ._growthBox ._item{
    padding: .3rem .2rem;
    width: calc((100% - .3rem)/2);
    gap: .2rem;
  }
  ._growthBox ._item>div{
    gap: 5px;
  }
  ._growthBox ._item ._cn{
    font-size: .3rem;
  }
  .learnGrowthBox{
    flex-flow: row wrap;
    gap: 10px;
  }
  .learnGrowthBox ._item{
    width: 48%;
  }
  .learnGrowthBox .img{
    border-radius: 8px;
    height: 2.32rem;
  }
  .learnGrowthBox .title{
    font-size: .28rem;
  }
  .workLifeBox{
    flex-flow: column;
    gap: 15px;
  }
  ._workLifeList{
    width: 100%;
  }
  ._workLifeList>div ._tHd ._tit{
    font-size: .3rem;
  }
  ._workLifeList>div ._tHd ._num{
    padding-right: .8rem;
  }
  ._workLifeList>div ._tHd ._num span{
    font-size: .52rem;
    top: -.1rem;
  }
  ._workLifeList>div ._tHd i{
    font-size: 18px;
  }
  ._workLifeList ._tBd ._txt>div{
    height: auto;
    font-size: 14px;
    line-height: 1.8;
  }
  ._workLifeList ._tBd ._txt>div p:before{
    top: 10px;
  }
  ._workLifePic{
    width: 100%;
    height: 4.62rem;
  }
  ._workLifePic ._pvn{
    left: 0;
  }
  .pageJoinUs{
    padding: .6rem 0;
  }
  .joinUsList{
    flex-flow: column;
    gap: 15px;
  }
  .joinUsList .item .img{
    height: 3rem;
  }
  .joinUsList .item .item_r{
    padding: .3rem;
    gap: 0;
  }
  .joinUsList .item_r img.icon{
    max-height: 32px;
  }
  .joinUsList .item_r h4{
    font-size: .3rem;
  }
  .joinUsList .item_r p{
    margin-bottom: 5px;
    font-size: .24rem;
  }
  .joinUsList .item_r span{
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .fixed_box{
    display: none;
  }
  #back_top{
    width: .96rem;
    top: auto;
    bottom: 1rem;
  }
  .backTop .fixed_n{
    width: 100%;
    height: .96rem;
  }
  .backTop .fixed_n i{
    font-size: .4rem;
  }
  ._subMenu a {
    padding: .15rem .4rem;
    font-size: .266rem;
  }

  ._pageAboutText {
    flex-direction: column;
  }

  ._pageAboutText ._img {
    margin-bottom: .3rem;
    width: 100%;
  }

  ._pageAboutText ._txt {
    padding-left: 0;
    width: 100%;
    max-height: none;
  }

  ._pageAboutText ._txt ._name {
    font-size: .4rem;
  }

  ._pageAboutText ._txt p {
    font-size: .266rem;
    text-align: justify;
  }

  .cultureList {
    flex-wrap: wrap;
  }

  .cultureList ._item {
    margin: 0 0 .5rem;
    width: 88%;
    box-shadow: 0px 5px 20px rgba(5, 94, 160, 0.3);
  }

  .cultureList ._item ._title {
    margin-bottom: 0.2rem;
    font-size: .4rem;
  }

  .cultureList ._item ._line {
    max-height: initial;
  }

  .cultureList ._subinfo {
    font-size: .266rem;
  }

  ._culSlogan {
    max-width: 90%;
    font-size: .266rem;
  }

  ._culSlogan span {
    font-size: .28rem;
  }

  .teamCnt {
    margin-top: .8rem;
    padding-right: 0;
  }

  .teamSlide .teamBig {
    display: none;
  }

  .teamSlide .teamInfo {
    padding: 0 .3rem;
    width: 100%;
  }

  .teamInfo .top .topName {
    font-size: .4rem;
  }

  .teamInfo .top .topJob {
    font-size: .32rem;
  }

  .teamInfo .line2 h4 {
    font-size: .3rem;
  }

  .teamInfo .line span,
  .teamInfo .line p {
    font-size: .266rem !important;
  }

  ._pvnPrev,
  ._pvnNext {
    transform: none;
  }

  ._pvnPrev::after,
  ._pvnNext::after {
    font-size: .5rem;
  }

  ._pvnPrev {
    left: -.2rem;
    bottom: -80px;
  }

  ._pvnNext {
    right: -.2rem;
    bottom: -80px;
  }

  #teamTab {
    width: 90%;
    position: initial;
    margin-top: .3rem;
  }

  #teamTab .swiper-slide {
    width: auto;
  }

  #teamTab .teamSmall {
    width: 80px;
  }

  .page-news-box {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .page-news-list .page-news-block {
    align-items: stretch;
  }

  .page-news-list .page-news-left {
    margin-right: 0;
    width: 28%;
    height: auto;
  }

  .page-news-list .page-news-right {
    padding-left: .2rem;
    padding-bottom: .1rem;
    width: 72%;
  }

  .page-news-title {
    margin: 0 0 .1rem;
    font-size: .266rem;
  }

  .page-news-summary {
    margin-bottom: 0;
    font-size: .22rem;
    line-height: 1.7;
    -webkit-line-clamp: 1;
  }

  .page-news-time {
    font-size: .2rem;
  }

  .page-news-time i {
    font-size: .26rem;
  }

  .page_num .num {
    font-size: .24rem;
  }

  .page-notice-list .page-news-item {
    padding-right: 0;
  }

  .page-notice-list .page-news-left {
    height: 1.62rem;
  }

  .page-notice-list .page-news-block {
    align-items: center;
  }

  .recruitList ._table .xs-hidden {
    display: none;
  }

  .contact__wrs {
    width: 90%;
    margin-left: -45%;
  }

  .contact__close {
    right: 0;
    top: -0.6rem;
    font-size: .46rem;
  }

  .advice {
    width: 100%;
  }

  .pageContact {
    padding-top: .6rem;
  }

  .pageContact ._top {
    flex-direction: column-reverse;
  }

  .pageContact ._top ._right {
    padding-left: 0;
    width: 100%;
  }

  .pageContact ._top ._right ._name {
    font-size: .36rem;
  }

  .pageContact ._infoList ._item ._icon {
    font-size: .3rem;
  }

  .pageContact ._infoList ._item span {
    font-size: .3rem;
  }

  ._branchBox ._thd {
    font-size: .3rem;
  }

  ._branchList {
    padding: .3rem 0;
  }

  ._branchList ._item ._title {
    font-size: .266rem;
  }

  ._branchList ._item ._adds {
    font-size: .24rem;
  }

}

@media screen and (max-width: 768px) {

  .explicit ._info p,
  .explicit ._info span,
  .richText em {
    font-size: 14px !important;
  }

  .richText p,
  .richText span,
  .richText em {
    font-size: 14px !important;
  }
  .richText video{
    height: auto!important;
  }

  #Hbanner .Hbanner_nav ._pvn span {
    width: 6px;
    height: 6px;
  }

  .Habout .iphase ._list ._item {
    width: 100%;
  }

  .Habout .iphase ._list {
    flex-wrap: wrap;
  }

  .Habout .iphase ._list ._item {
    margin-bottom: 0.6rem;
  }

  .Habout .iphase ._list ._item:last-of-type {
    margin-bottom: 0;
  }

  .masterIcon {
    width: 0.64rem;
    height: 0.64rem;
    line-height: 0.64rem;
  }

  .Habout .iphase ._list ._item ._icon ._line {
    height: calc(100% - 0.74rem);
  }

  .Habout .iphase ._list ._item ._txt ._name {
    font-size: 16px;
  }

  .Habout .iphase ._title {
    font-size: 18px;
  }

  .masterTitle1 ._t {
    font-size: 16px;
  }

  .masterTitle3 .slogan {
    font-size: 14px;
    line-height: 1.6;
  }

  .clock>img {
    display: none;
  }

  .clock ._cir {
    display: none;
  }

  .clock ._list {
    flex-wrap: wrap;
    display: flex;
    margin: -0.2rem 0;
  }

  .clock ._list ._li {
    position: initial;
    transform: none !important;
    width: 50%;
    padding: 0.2rem 0;
  }

  .clock {
    width: 100%;
  }

  .clock ._list ._li ._icon {
    width: 0.84rem;
    height: 0.84rem;
  }

  .clock ._list ._li ._name {
    transform: none !important;
    top: 50% !important;
    z-index: -1;
    left: 1.1rem !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    bottom: initial !important;
  }

  .clock ._list ._li>div {
    height: auto;
    padding-bottom: initial;
  }

  .clock ._list ._li>div>a {
    position: initial;
  }

  .clock {
    height: auto;
    margin-top: 1rem;
  }

  .clock ._list {
    position: initial;
  }

  .HserviceInfo {
    width: 100%;
  }

  .Hservice ._tab {
    display: none;
  }

  .HserviceInfo ._txt {
    height: 2.3rem;
  }

  .Hservice ._cnt {
    position: relative;
  }

  .Hservice_cut {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .Hnews ._top {
    flex-wrap: wrap;
  }

  .Hnews ._top ._tab {
    margin-left: 0;
    width: 100%;
  }

  .Hnews ._top .masterTitle1 {
    width: 100%;
    margin-bottom: 0.6rem;
  }

  .Hnews ._top ._tab ._item {
    padding: 0;
    margin-right: 0.5rem;
  }

  .HnewsList ._item ._times>span {
    font-size: 0.4rem;
    margin-right: 5px;
  }

  .HnewsList .swiper-wrapper {
    display: block;
  }

  .Hnews .listing .Hnewsroll {
    display: none;
  }

  .newsDel ._info {
    padding: 0.5rem 0.4rem;
  }

  .newsDel ._info ._contin img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }

  .newsDel ._info ._skip ._back {
    display: none;
  }

  .newsDel ._info ._skip ._jump {
    padding-right: 0;
  }

  .recruitList ._table th i {
    font-size: 16px;
  }

  #recruitList ._check {
    height: 1rem;
  }

  #recruitList ._check ._btn i {
    font-size: .3rem;
  }

  #recruitList ._check.on td:first-of-type:before {
    width: 4px;
    height: 20px;
  }

  .advice {
    padding: 0.4rem 0.3rem;
  }

  .contact__tts strong {
    font-size: .42rem;
  }

  .cooperate__item .text,
  .code .text {
    font-size: .28rem;
    height: .68rem;
  }

  .cooperate__row1 .cooperate__item .text {
    height: 2.36rem;
  }

  .cooperate__item i {
    line-height: .68rem;
  }

  .code i {
    width: .6rem;
    font-size: .36rem;
  }

  .code .code__yz {
    right: 0;
    width: 2.4rem;
    height: 100%;
  }

  .code__sub .val {
    width: 2rem;
    height: .68rem;
    font-size: .28rem;
  }

  .footer ._code .item .follow {
    padding: 0.2rem 0.3rem;
  }
}

/* 合伙人招募 */
#app {
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

#app img {
  display: block;
}

.mobTop img {
  width: 100%;
}

.mobTab {
  margin: .5rem 0;
  align-items: center;
  justify-content: center;
}

.mobTab a {
  margin: 0 .1rem;
  padding: .1rem .5rem;
  font-size: .266rem;
  line-height: 1.2;
  color: rgba(33, 74, 158, 1);
  border: 1px solid rgba(33, 74, 158, 1);
  border-radius: .3rem;
  transition: all .3s;
}

.mobTab a.active,
.mobTab a:hover {
  color: #fff;
  background-color: rgba(33, 74, 158, 1);
}

.mobBox {
  margin-bottom: .6rem;
}

/* .mobMain div.mobBox:nth-of-type(4){
  margin-bottom: 0;
} */
._mobTitle {
  position: relative;
}

._mobTitle>div {
  padding: .15rem .4rem .15rem .3rem;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .28rem;
  color: #fff;
  background: linear-gradient(90deg, rgba(33, 74, 158, 1) 0%, rgba(87, 135, 230, 1) 100%);
  border-radius: 0 .5rem .5rem 0;
  z-index: 2;
}

._mobTitle>div img {
  margin-right: .1rem;
  width: .3rem;
}

._mobTitle::before {
  content: "";
  width: .3rem;
  height: .2rem;
  background: linear-gradient(102.72deg, rgba(33, 74, 158, 1) 0%, rgba(2, 41, 117, 1) 100%);
  position: absolute;
  left: 0;
  bottom: -.07rem;
  transform: skewY(26deg);
  z-index: 1;
}

._mobCont {
  margin: -.35rem .3rem 0;
  padding: .5rem .3rem .2rem;
  background: linear-gradient(90deg, rgba(227, 236, 255, 1) 0%, rgba(240, 245, 255, 1) 100%);
  font-size: .266rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

._mobCont p {
  text-align: justify;
}

._mobCont ._mobSubTitle {
  margin-bottom: .2rem;
  font-size: .266rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1.8;
  font-weight: bold;
}

._mobCont ._mobItem {
  margin-bottom: .2rem;
}

._mobCont ._mobNum {
  margin-right: .1rem;
  display: inline-block;
  width: .28rem;
  height: .28rem;
  line-height: .28rem;
  text-align: center;
  font-size: .24rem;
  color: #fff;
  background-color: rgba(33, 74, 158, 1);
  border-radius: 50%;
}

.mobContactBox {
  padding: .3rem;
  border-top: .3rem solid rgba(245, 245, 245, 1);
  height: calc(100upx + env(safe-area-inset-bottom) / 2);
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}

._mobTitle2 {
  font-family: "AlimamaShuHeiTiBold";
  font-size: .36rem;
}

._mobTitle2 span {
  color: rgba(33, 74, 158, 1);
}

._mobContact {
  margin-top: .2rem;
  margin-bottom: 1rem;
}

._mobContact ._item {
  font-size: .24rem;
  line-height: 2;
  align-items: flex-start;
  color: rgba(102, 102, 102, 1);
}

._mobContact ._item+._item {
  margin-top: .12rem;
}

._mobContact ._item label {
  align-items: center;
}

._mobContact ._item .icon {
  margin-right: .12rem;
  width: .3rem;
  height: .3rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(33, 74, 158, 1);
  border-radius: 100%;
}

._mobContact ._item .icon img {
  width: .2rem;
}

._mobContact ._item a {
  color: rgba(102, 102, 102, 1);
}

._mobContact ._item p img {
  max-width: 3rem;
}

.mobBootomFix {
  padding: .12rem .3rem;
  background-color: #fff;
  width: 100%;
  max-width: 750px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.mobBootomFix a {
  width: 100%;
  background-color: rgba(33, 74, 158, 1);
  border-radius: .5rem;
  color: #fff;
  font-size: .266rem;
  line-height: 2;
  text-align: center;
}

.consult-main {
  padding-bottom: 65px;
}

.consult-main .consult-list {
  width: 100%;
  background-color: #fff;
}

.consult-list .consult-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #f2f2f2;
}

.consult-list .consult-item .title {
  position: relative;
  font-size: 14px;
  color: #303133;
  white-space: nowrap;
}

.consult-list .consult-item .title.must::after {
  content: "*";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: #f00;
}

.consult-list .consult-item input,
.consult-list .consult-item .form_select {
  flex: 1;
  height: 100%;
  text-align: right;
  border: none;
  font-size: 14px;
  padding-left: 10px;
}

.consult-list .consult-item .form_select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  text-align: left;
  direction: rtl;
  /* 保持从左到右的书写方向 */
  flex-direction: column;
}

.consult-list .consult-item .form_select>option[disabled] {
  color: #999 !important;
  cursor: not-allowed !important;
}

.consult-list .consult-item .icons {
  height: 16px;
}

.consult-list .consult-item .codes {
  height: 35px;
}

.consult-list .upload-item,
.consult-list .textarea-item {
  flex-direction: column;
  align-items: flex-start;
}

.consult-list .textarea-item textarea {
  margin-top: 10px;
  padding: .2rem;
  width: 100%;
  height: 3rem;
  border: none;
  background-color: rgba(247, 247, 247, 1);
  border-radius: .2rem;
  resize: none;
}

.consult-list .textarea-item .wordwrap {
  font-size: .24rem;
  line-height: 2;
  position: absolute;
  right: .5rem;
  bottom: .3rem;
}

.consult-list .sub-btn {
  width: 100%;
  padding: 10px 20px;
}

.consult-list .sub-btn button {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: var(--theme-primary-color);
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

@media (max-width: 750px) {
  html.H5 {
    font-size: calc(100vw / 7.5) !important;
  }

  .mobBootomFix a {
    padding: .06rem .3rem;
    font-size: .3rem;
  }
}