@import url("master.css");
@import url("../font/iconfont.css");
@import url("roll.css");
@import url("animate.css");
@import url("jquery.fancybox.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(--color01);
  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(--color01);
  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(--color01);
  border-radius: 50%;
  background-color: #fff;
  color: var(--color01);
  transition: all 0.35s ease;
}

.pagination li.active span {
  background-color: var(--color01);
  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%;
  padding: 0 6.25vw;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.header::before {
  content: "";
  width: 100vw;
  height: .8rem;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: rgba(255, 255, 255, 1); */
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  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.4rem;
  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 {
  /* color: var(--color01); */
  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: 100%;
  left: 50%;
  padding: 5px 0;
  color: #666;
  min-width: 130px;
  background-color: #fff;
  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(--bg-green);
}

.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(--color01);
  cursor: pointer;
}

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

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

.header.onWhite::before {
  height: .8rem;
  background-color: #fff;
}

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

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

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

.header.onWhite .pc-nav .nav .nav_a>a:hover,
.header.onWhite .pc-nav .nav .nav_a.active>a {
  color: var(--color01);
}

.header.onWhite .pc-nav .operation {
  color: #333;
}

.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 ._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(--color01);
  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(--color01);
  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(--color01);
  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(--color01);
  color: #fff;
}

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

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

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

/* 公共标题 */
.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(--color01);
  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(--color01);
}

.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 {
  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;
}

.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(--color01);
}

.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(--color01);
}
.Habout .indexTitle1 ._cn{
  margin-top: 0;
}
.Habout .indexTitle1 ._en {
  margin-top: .1rem;
  font-size: .26rem;
  color: var(--color01);
}

.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;
}

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

._moreBtn span {
  width: .46rem;
  height: .46rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color01);
  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: rgba(0, 101, 181, 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(--color01);
}

._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: 1.8;
  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(--color01);
}

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

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

.proItem ._imgBox .swiper-slide {
  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;
  overflow: hidden;
}

.proItem ._imgBox .swiper-slide img {
  display: block;
  width: 80%;
  height: 90%;
  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(--color01);
}

/* 加入我们 */
.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(--color01);
}

.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(--color01);
  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(--color01);
  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(--color01);
  border-color: var(--color01);
}

.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;
}

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

/* 返回顶部 */
#back_top {
  position: fixed;
  right: 4vw;
  bottom: 4vw;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 888;
  transition: all .6s;
}

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

#back_top .master_backTop .master_aperture {
  background: linear-gradient(to right, #589ad8 0%, var(--color01) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  -webkit-opacity: 0;
  z-index: -1;
}

#back_top .master_backTop .master_backTop_btn {
  background: linear-gradient(to right, #589ad8 0%, var(--color01) 100%);
  color: #fff;
  width: .64rem;
  height: .64rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#back_top .master_backTop .master_backTop_btn .master_backTop_txt {
  transform: rotate(180deg);
}

#back_top .master_backTop .master_backTop_btn .master_backTop_txt>i {
  font-size: .24rem;
}

#back_top .master_backTop .master_aperture.circle01 {
  animation: scalej01 2s .5s infinite;
  -webkit-animation: scalej01 2s .5s infinite;
}

@keyframes scalej01 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@-webkit-keyframes scalej01 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

#back_top .master_backTop .master_aperture.circle02 {
  animation: scalej02 2s infinite;
  -webkit-animation: scalej02 2s infinite;
}

@keyframes scalej02 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  100% {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@-webkit-keyframes scalej02 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  100% {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

.bubble {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bubble span,
.back_bubble span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: -1;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  position: absolute;
  left: 50%;
  background: linear-gradient(to bottom, #05bda3, #146697);
  bottom: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  -webkit-opacity: 0;
}

.bubble span:nth-child(1) {
  animation: pao 4s linear infinite;
  -webkit-animation: pao 4s linear infinite;
}

.bubble span:nth-child(2) {
  animation: pao3 6s linear infinite;
  -webkit-animation: pao3 6s linear infinite;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bubble span:nth-child(3) {
  animation: pao2 3s linear infinite;
  -webkit-animation: pao2 3s linear infinite;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.bubble span:nth-child(4) {
  animation: pao4 9s linear infinite;
  -webkit-animation: pao4 9s linear infinite;
}

.bubble span:nth-child(5) {
  animation: pao5 7s linear infinite;
  -webkit-animation: pao5 7s linear infinite;
}

@keyframes pao {
  0% {
    transform: translate(200%, -30px) rotate(360deg) scale(.5, .5);
    -webkit-transform: translate(200%, -30px) rotate(360deg) scale(.5, .5);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(0%, -70px) rotate(360deg) scale(.8, .8);
    -webkit-transform: translate(0%, -70px) rotate(360deg) scale(.8, .8);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;

  }
}

@keyframes pao2 {
  0% {
    transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(250%, -50px) rotate(360deg) scale(.8, .8);
    -webkit-transform: translate(250%, -50px) rotate(360deg) scale(.8, .8);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(100%, -100px) rotate(360deg) scale(.5, .5);
    -webkit-transform: translate(100%, -100px) rotate(360deg) scale(.5, .5);
    opacity: 0;
    -webkit-opacity: 0;

  }
}

@keyframes pao3 {
  0% {
    transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(-250%, -50px) rotate(360deg) scale(.8, .8);
    -webkit-transform: translate(-250%, -50px) rotate(360deg) scale(.8, .8);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(-300%, -100px) rotate(360deg) scale(.5, .5);
    -webkit-transform: translate(-300%, -100px) rotate(360deg) scale(.5, .5);
    opacity: 0;
    -webkit-opacity: 0;

  }
}

@keyframes pao4 {
  0% {
    transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(400%, -50px) rotate(360deg) scale(.8, .8);
    -webkit-transform: translate(400%, -50px) rotate(360deg) scale(.8, .8);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(-100%, -100px) rotate(360deg) scale(.5, .5);
    -webkit-transform: translate(-100%, -100px) rotate(360deg) scale(.5, .5);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes pao5 {
  0% {
    transform: translate(-400%, 0px) rotate(360deg) scale(.1, .1);
    -webkit-transform: translate(-400%, 0px) rotate(360deg) scale(.1, .1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(-400%, -50px) rotate(360deg) scale(.6, .6);
    -webkit-transform: translate(-400%, -50px) rotate(360deg) scale(.6, .6);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

/* 次页 */
.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: linear-gradient(90deg, rgba(10, 95, 175, 0) 0%, rgba(8, 94, 175, 1) 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;
  color: #fff;
  padding-top: 0.9rem;
}

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

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

.pageBanner ._info ._cir {
  text-align: center;
  margin-top: 0.8rem;
}

.pageBanner ._info ._cir span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  display: inline-block;
}

.pageBanner.style1 {
  height: 6rem;
}

.pageBanner.style1 ._info ._title .cn {
  padding-right: .3rem;
  font-size: 0.46rem;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
  font-weight: 900;
  line-height: 1;
}

.pageBanner.style1 ._info ._title .en {
  margin: .3rem auto 0;
  max-width: 8rem;
  font-size: 0.18rem;
  line-height: 2;
  color: rgba(255, 255, 255, 1);
  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 {
  margin-top: -.8rem;
  padding-top: .2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.below::before {
  content: "";
  width: 200%;
  height: 0.8rem;
  background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, .65) 97%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

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

.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: .6rem;
}

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

.slidenav ._item>a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .slidenav ._item>a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.2rem;
  border-right: 1px solid #ddd;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
} */

.slidenav .swiper-slide:last-of-type ._item>a:after {}

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

.slidenav ._item>a .hoverable_txt:after {
  background-color: #fff;
}

.slidenav .swiper-slide.active ._item>a {
  font-weight: bold;
  pointer-events: none;
}

.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(--color01);
  background-color: #c9def6;
  text-align: center;
  transition: all 0.3s ease;
}

/*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(--color01);
}

.masterTitle3 .slogan {
  font-family: "MiSansLatinLight";
  font-size: 0.26rem;
  color: rgba(51, 51, 51, .86);
  text-transform: capitalize;
  line-height: 2;
}

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

._subMenu {
  margin-bottom: .5rem;
  justify-content: center;
}

._subMenu a {
  margin: 0 .1rem;
  padding: .1rem .3rem;
  background-color: rgba(243, 243, 243, 1);
  font-size: .18rem;
  line-height: 1.6;
  color: var(--color01);
  transition: all 0.3s ease;
}

._subMenu a:hover,
._subMenu a.active {
  background-color: var(--color01);
  color: #fff;
}

._pageAboutText {
  align-items: stretch;
}

._pageAboutText ._img {
  width: 43.75%;
}

._pageAboutText ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._pageAboutText ._txt {
  padding-left: .6rem;
  width: 56.25%;
  max-height: 4.3rem;
}

._pageAboutText ._txt ._name {
  margin-bottom: .2rem;
  font-size: .3rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

._pageAboutText ._txt p {
  font-size: .18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}

/* 企业文化 */
.cultureList {
  display: flex;
  justify-content: center;
}

.cultureList ._item {
  margin: 0 .35rem .4rem;
  width: 30%;
  padding: .4rem;
  border: 1px solid var(--color01);
  border-radius: .2rem;
  cursor: pointer;
  transition: all .3s;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0px 20px 20px rgba(5, 94, 160, 0.3);
}

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

.cultureList ._entitle {
  margin-left: -3px;
  font-size: .24rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(51, 51, 51, 0.2);
  text-align: center;
  position: relative;
}

.cultureList ._line {
  margin-top: .1rem;
  margin-bottom: .2rem;
  align-items: stretch;
  justify-content: center;
}

.cultureList ._line::before,
.cultureList ._line::after {
  content: "";
  width: .04rem;
  height: .04rem;
  background-color: var(--color01);
  position: relative;
  transition: all .3s;
  z-index: 0;
}

.cultureList ._line::before {
  margin-right: 3px;
  width: .18rem;
}

.cultureList ._subinfo {
  font-size: .18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  text-align: center;
}

.cultureList ._subinfo p {
  letter-spacing: 2px;
}

.cultureList ._item:hover {
  background-color: var(--color01);
}

.cultureList ._item:hover ._title,
.cultureList ._item:hover ._subinfo,
.cultureList ._item:hover ._entitle::after {
  color: #fff;
}

.cultureList ._item:hover ._entitle {
  color: rgba(255, 255, 255, 0.2);
}

.cultureList ._item:hover ._line::before,
.cultureList ._item:hover ._line::after {
  background-color: #fff;
}

._culSlogan {
  margin: 0 auto;
  max-width: 45%;
  text-align: center;
  font-size: .18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}

._culSlogan span {
  font-size: .2rem;
  font-weight: bold;
  color: var(--color01);
}

/* 管理团队 */
.teamCnt {
  margin-top: 1rem;
  position: relative;
  padding-right: 10.36111111111111%;
}

#teamSwiper {
  overflow: initial;
  width: 100%;
}

#teamSwiper .teamSlide {
  align-items: stretch;
}

.teamInfo .top {
  line-height: 1;
  margin-bottom: .4rem;
}

.teamInfo .top .topName {
  font-size: .36rem;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}

.teamInfo .top .topName:before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../image/mac/yinhao.png);
}

.teamInfo .top .topJob {
  font-size: .2rem;
  line-height: 1.325;
}

.teamInfo .line {
  font-size: .16rem;
  line-height: 1.875;
}

.teamInfo .line span,
.teamInfo .line p {
  font-size: .18rem !important;
  color: rgba(102, 102, 102, 1);
}

.teamInfo .line1 p {
  padding-left: .16rem;
  position: relative;
}

.teamInfo .line1 p::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(102, 102, 102, 1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.teamInfo .line2 {
  margin-top: .4rem;
}

.teamInfo .line2 h4 {
  font-size: .22rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}

.teamSlide .teamBig {
  width: 40%;
  z-index: 2;
}

.teamSlide .teamInfo {
  width: 60%;
  padding-left: .7rem;
}

.teamSlide .teamBig .figure {
  width: 100%;
  height: 6.2rem;
  overflow: hidden;
}

.teamSlide .teamBig .figure>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

._pvnPrev,
._pvnNext {
  color: rgba(196, 196, 196, 1);
}

._pvnNext {
  right: -9.1%;
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}

._pvnPrev {
  margin-top: auto;
  right: -9.1%;
  top: 0;
  left: auto;
  transform: rotate(90deg);
}

._pvnPrev.swiper-button-disabled,
._pvnNext.swiper-button-disabled {
  cursor: not-allowed;
}

#teamTab {
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 100px;
}

#teamTab .teamSmall {
  height: 0;
  z-index: 2;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
}

#teamTab .teamSmall:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  z-index: -1;
  background-color: var(--color01);
  border-radius: 50%;
  opacity: 0;
  transition: all .4s;
}

#teamTab .teamSmall>div {
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  width: 92%;
  height: 92%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#teamTab .teamSmall>div>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

#teamTab .swiper-slide-thumb-active .teamSmall:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/* page 新闻中心 */
.page-news-box {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.page-news-list {
  margin-bottom: .5rem;
  overflow: hidden
}

.page-news-list li+li {
  margin-top: .3rem;
}

.page-news-list .page-news-item {
  padding-right: .3rem;
  position: relative;
}

.page-news-list .page-news-item:before,
.page-news-list .page-news-item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  content: '';
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.page-news-list .page-news-item:after {
  background: var(--color01);
  width: 0
}

.page-news-list .page-news-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-news-list .page-news-right {
  width: calc(100% - 20.833vw - .3rem)
}

.page-news-list .page-news-left {
  width: 20.833vw;
  margin-right: .3rem;
  overflow: hidden;
  height: 13.2vw
}

.page-news-list .page-news-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.page-news-time {
  align-items: center;
  font-size: .14rem;
  color: #666;
}

.page-news-time i {
  margin-right: .05rem;
  font-size: .16rem;
}

.page-news-title {
  font-size: .2rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  margin-bottom: .15rem;
}

.page-news-summary {
  margin-bottom: .1rem;
  font-size: .16rem;
  line-height: 2;
  color: #666
}

.page-news-list .page-news-item:hover:after {
  width: 100%
}

.page-news-list .page-news-item:hover .page-news-title {
  color: var(--color01)
}

/* 列表分页 */
.page_num {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}

.page_num .num {
  padding: .06rem .16rem;
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  margin-right: .15rem;
  cursor: pointer;
}

.page_num .num:last-child {
  margin-right: 0;
}

.page_num .active,
.page_num .num:hover {
  background: var(--color01);
  color: #fff;
}

/* 新闻详情 */
.newsDel {
  padding-bottom: 7.8125vw;
  padding-top: 0.4rem;
  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 {
  background-color: #fff;
  padding: 3.125vw;
  margin-right: 0.2rem;
  padding-bottom: 4.166666666666667vw;
}

.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 {
  color: #999;
}

.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(--color01);
}

.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(--color01);
  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 ._skip {
  align-items: center;
  padding-top: 0.6rem;
  border-top: 1px solid #eee;
}

.newsDel ._info ._skip ._jump {
  padding-right: 0.2rem;
  text-align: justify;
}

.newsDel ._info ._skip ._jump>div {
  margin-bottom: 0.15rem;
}

.newsDel ._info ._skip ._jump a {
  transition: color 0.3s ease;
  color: #666;
  display: inline-block;
}

.newsDel ._info ._skip ._jump>div:last-child {
  margin-bottom: 0;
}

.newsDel ._info ._skip ._back {
  margin-left: auto;
}

.newsDel ._info ._skip ._back>a {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: box-shadow 0.5s var(--bcr1);
  background-color: var(--color01);
  font-weight: bold;
}

.newsDel ._info ._skip ._back>a:before,
.newsDel ._info ._skip ._back>a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s var(--bcr1);
  background-color: var(--color01);
}

.newsDel ._info ._skip ._back>a:before {
  z-index: -1;
  opacity: 0.2;
}

.newsDel ._info ._skip ._back>a:after {
  z-index: -2;
  opacity: 0.1;
}

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

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

.richText video {
  max-width: 100%;
  display: inline-block;
}

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

.bubble span,
.back_bubble span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: -1;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  -webkit-opacity: 0;
}

.bubble span:nth-child(1) {
  animation: pao 4s linear infinite;
  -webkit-animation: pao 4s linear infinite;
  background: rgba(22, 98, 183, 0.6);
}

.bubble span:nth-child(2) {
  animation: pao3 6s linear infinite;
  -webkit-animation: pao3 6s linear infinite;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: rgba(22, 98, 183, 0.8);
}

.bubble span:nth-child(3) {
  animation: pao2 3s linear infinite;
  -webkit-animation: pao2 3s linear infinite;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  background: rgba(22, 98, 183, 1);
}

.bubble span:nth-child(4) {
  animation: pao4 9s linear infinite;
  -webkit-animation: pao4 9s linear infinite;
  background: rgba(22, 98, 183, 0.3);
}

.bubble span:nth-child(5) {
  animation: pao5 7s linear infinite;
  -webkit-animation: pao5 7s linear infinite;
  background: rgba(22, 98, 183, 0.5);
}

@keyframes pao {
  0% {
    transform: translate(200%, -30px) rotate(360deg) scale(0.4, 0.4);
    -webkit-transform: translate(200%, -30px) rotate(360deg) scale(0.4, 0.4);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(0%, -70px) rotate(360deg) scale(0.8, 0.8);
    -webkit-transform: translate(0%, -70px) rotate(360deg) scale(0.8, 0.8);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes pao2 {
  0% {
    transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(250%, -50px) rotate(360deg) scale(0.8, 0.8);
    -webkit-transform: translate(250%, -50px) rotate(360deg) scale(0.8, 0.8);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(100%, -100px) rotate(360deg) scale(0.4, 0.4);
    -webkit-transform: translate(100%, -100px) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes pao3 {
  0% {
    transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(-250%, -50px) rotate(360deg) scale(0.8, 0.8);
    -webkit-transform: translate(-250%, -50px) rotate(360deg) scale(0.8, 0.8);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(-300%, -100px) rotate(360deg) scale(0.4, 0.4);
    -webkit-transform: translate(-300%, -100px) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes pao4 {
  0% {
    transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(400%, -50px) rotate(360deg) scale(0.8, 0.8);
    -webkit-transform: translate(400%, -50px) rotate(360deg) scale(0.8, 0.8);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(-100%, -100px) rotate(360deg) scale(0.4, 0.4);
    -webkit-transform: translate(-100%, -100px) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes pao5 {
  0% {
    transform: translate(-400%, 0px) rotate(360deg) scale(0.1, 0.1);
    -webkit-transform: translate(-400%, 0px) rotate(360deg) scale(0.1, 0.1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(-400%, -50px) rotate(360deg) scale(0.6, 0.6);
    -webkit-transform: translate(-400%, -50px) rotate(360deg) scale(0.6, 0.6);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

/* page noticelist */
.page-notice-list .page-news-left {
  height: 1.86rem;
  background-color: var(--color01);
  align-items: center;
  justify-content: center;
  font-size: .36rem;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
  font-weight: 900;
  color: #fff;
}

.page-notice-list .page-news-item:before,
.page-notice-list .page-news-item:after {
  display: none;
}

/* page job list */
.recruit {
  padding: .8rem 0;
}

.recruit ._top {
  margin-bottom: .3rem;
}

.recruitSearch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 5px;
}

.recruitSearch .search__input {
  font-size: inherit;
  background-color: #fff;
  border: none;
  color: #646464;
  padding: 0.07rem .3rem .07rem .1rem;
  width: 15em;
  line-height: 2;
  transition: all ease-in-out .5s;
  margin-right: -.2rem;
}

.recruitSearch .search__input:hover,
.recruitSearch .search__input:focus {
  box-shadow: 0 0 1em #00000013;
}

.recruitSearch .search__input:focus {
  outline: none;
  /* background-color: #f0eeee; */
}

.recruitSearch .search__input::-webkit-input-placeholder {
  font-weight: 100;
  color: #ccc;
}

.recruitSearch .search__input:focus+.search__button {
  /* background-color: #f0eeee; */
}

.recruitSearch .search__button {
  border: none;
  background-color: #fff;
  margin-top: .06rem;
  padding-right: .06rem;
}

.recruitSearch .search__button:hover {
  cursor: pointer;
}

.recruitSearch .search__icon {
  height: 1.3em;
  width: 1.3em;
  fill: #b4b4b4;
}

.recruitList {}

.recruitList ._table {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 64, 152, 0.1);
  border-bottom: none;
}

.recruitList ._table thead {
  background-color: var(--color01);
  height: 0.7rem;
  color: #fff;
}

.recruitList ._table tr {
  border-bottom: 1px solid rgba(0, 64, 152, 0.1);
}

.recruitList ._table th {
  font-weight: lighter;
}

.recruitList ._table th i {
  margin-right: .05rem;
  font-size: .2rem;
}

.recruitList ._table th:first-of-type,
.recruitList ._table td:first-of-type {
  padding-left: 3.125vw;
}

.recruitList ._table th:last-of-type,
.recruitList ._table td:last-of-type {
  padding-right: 3.125vw;
}

#recruitList ._check {
  cursor: pointer;
  height: 0.7rem;
}

#recruitList tr:nth-child(4n + 1) {
  background-color: rgba(247, 248, 250, 1);
}

#recruitList:nth-child(2n+1) tr {
  background-color: #fff;
}

#recruitList ._check td {
  position: relative;
}

#recruitList ._check ._btn {
  align-items: center;
  justify-content: flex-end;
}

#recruitList ._check ._btn i {
  margin-left: .1rem;
  font-size: .24rem;
  color: var(--color01);
  transform: rotate(180deg);
  transition: all 0.35s ease;
}

#recruitList ._check td:first-of-type:before {
  content: "";
  width: 8px;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color01);
  transition: all 0.35s ease;
  opacity: 0;
}

#recruitList ._info {
  border-bottom: none;
}

#recruitList ._info td {
  height: auto;
  padding: 0;
}

#recruitList ._info ._txt {
  height: 0;
  overflow: hidden;
}

#recruitList ._info ._txt>div {
  padding: 2.604166666666667vw 3.125vw;
  line-height: 2.125;
  color: #666;
  border-bottom: 1px solid rgba(0, 64, 152, 0.1);
  position: relative;
}

#recruitList ._info ._txt>div ._btn {
  width: 10.41666666667vw;
  height: 60px;
  line-height: 60px;
  border-radius: .3rem;
  color: #f3f3f3;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: var(--color01);
  margin-left: 0;
  cursor: pointer;
  transition: all 0.35s ease;
}

#recruitList ._info ._txt>div ._btn:hover {
  background-color: var(--color01);
}

#recruitList ._info ._txt>div::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/job-bg.webp) no-repeat right bottom;
  background-size: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#recruitList ._check.on td:first-of-type:before {
  height: 26px;
  opacity: 1;
}

#recruitList ._check.on ._btn a {
  color: var(--color01);
}

#recruitList ._check.on ._btn i {
  transform: rotate(0deg);
}

#recruitList ._info ._txt>div p,
#recruitList ._info ._txt>div span,
#recruitList ._info ._txt>div em {
  font-size: 16px !important;
}

/* 申请职位 */
.contact__pops {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 399;
  display: none;
}

.contact__bs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

.contact__wrs {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  width: 1000px;
  transform: translateY(-50%);
  z-index: 4;
  background: #fff;
  box-sizing: border-box;
}

.contact__wrs .advice {
  width: auto;
}

.contact__close {
  position: absolute;
  right: -0.4rem;
  line-height: 1;
  top: 0;
  z-index: 5;
  color: #fff;
  font-size: 0.3rem;
  cursor: pointer;
  transition: 0.3s;
}

.contact__close:hover {
  transform: rotate(180deg);
}

.advice {
  box-sizing: border-box;
  padding: 3.8542vw 2.7604vw 3.75vw;
  width: 50%;
  box-shadow: 0 0 0.28rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}

.contact__tts strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #000000;
  font-size: 0.32rem;
}

.contact__tts p {
  color: #333333;
  font-size: 0.16rem;
}

.cooperate__form {
  margin-top: 0.6rem;
}

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

.cooperate__item {
  position: relative;
  margin-bottom: 0.3rem;
  width: 48.04%;
}

.cooperate__item i {
  position: absolute;
  right: 0.16rem;
  top: 0;
  line-height: 0.44rem;
  color: #f00;
  font-size: 16px;
  font-style: normal;
}

.cooperate__item .text {
  box-sizing: border-box;
  padding-left: 0.14rem;
  width: 100%;
  height: 0.4rem;
  border: 1px solid #E7E7E7;
  border-radius: 0.1rem;
  line-height: 0.38rem;
  color: #666666;
  font-size: 0.16rem;
  transition: 0.4s;
}

.cooperate__item .text:focus {
  border-color: #19AEBF;
}

.cooperate__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.cooperate__item .text::-webkit-input-placeholder {
  color: #666666;
}

.cooperate__row1 .cooperate__item {
  width: 100%;
}

.cooperate__row1 .cooperate__item .text {
  padding: 0.08rem 0.14rem;
  height: 1.36rem;
  font-family: "HarmonyOS_Sans_Regular";
  resize: none;
}

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

.code {
  display: flex;
  align-items: center;
  position: relative;
  width: 66.449%;
  border: 1px solid #E7E7E7;
  border-radius: 0.1rem;
}

.code i {
  display: inline-block;
  padding-left: 0.14rem;
  width: 0.78rem;
  color: var(--color01);
  font-size: 0.2rem;
  font-style: normal;
}

.code .text {
  width: 0;
  flex: 1;
  line-height: 0.38rem;
  color: #666666;
  font-size: 0.16rem;
  background: none;
  border: none;
  outline: none;
}

.code .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.code .text::-webkit-input-placeholder {
  color: #666666;
}

.code .code__yz {
  position: absolute;
  right: 0.16rem;
  top: 0;
  bottom: 0;
  max-height: 100%;
  cursor: pointer;
}

.code__sub .val {
  padding: 0;
  border: 0;
  width: 1.55rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0.1rem;
  background: var(--color01);
  cursor: pointer;
  transition: 0.35s;
}

.code__sub .val:hover {
  background: rgba(5, 94, 160, 0.8);
}

/* page contact */
.pageContact {
  padding-top: 4.166666666666667vw;
  padding-bottom: 4.166666666666667vw;
}

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

.pageContact ._top ._right {
  padding-left: .6rem;
  width: 49%;
  position: relative;
}

.pageContact ._top ._right ._name {
  margin-bottom: .3rem;
  font-size: .3rem;
  font-weight: 600;
  color: var(--color01);
}

.pageContact ._infoList ._item {
  margin-bottom: .2rem;
  align-items: flex-start;
}

.pageContact ._infoList ._item ._icon {
  margin-right: .15rem;
  font-size: .24rem;
  color: var(--color01);
  line-height: 1.4;
}

.pageContact ._infoList ._item span {
  font-size: .2rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;
}

#map {
  width: 51%;
  height: 5.2rem;
}

#map iframe {
  width: 100%;
  height: 100%;
}

/* 产品与服务 */
._branchBox {
  margin-top: .3rem;
}

._branchBox ._thd {
  color: var(--color01);
  font-weight: bold;
  font-size: .24rem;
  line-height: 2;
  border-bottom: 2px solid var(--color01);
}

._branchList {
  padding: .3rem .2rem;
}

._branchList ._item ._title {
  font-size: .2rem;
  font-weight: bold;
  color: var(--color01);
}

._branchList ._item ._adds {
  font-size: .16rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}

._branchList ._item+._item {
  margin-top: .2rem;
}

.service-container {
  padding: .55rem 0 .8rem
}

/*cmp 、pdk、soc都有这个*/
.cmp-profile {
  margin-bottom: .8rem;
}

.cmp-profile .cmp-profile-text {
  color: #666;
  font-size: .18rem;
  line-height: 2;
}

.cmp-advantage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: .5rem;
  margin-top: .5rem;
}

.cmp-advantage-item {
  box-shadow: var(--box-shadow01);
  padding: .3rem .3rem .2rem;
}

.cmp-advantage-icon {
  text-align: center;
  margin-bottom: .2rem;
}

.cmp-advantage-icon img {
  max-width: 1rem;
  margin: auto;
}

.cmp-advantage-title {
  color: black;
  font-size: .19rem;
  font-weight: 700;
  margin-bottom: .15rem;
}

.cmp-advantage-text {
  color: #666;
  font-size: .16rem;
  line-height: 2;
}

.cmp-process {
  margin-top: 1.15rem;
}

.cmp-process-text {
  margin-top: .5rem;
}

.cmp-process-text img {
  width: 100%;
}

.cmp-design {
  margin-top: .8rem;
}

.cmp-design-content {
  margin-top: .5rem;
  justify-content: space-between;
  column-gap: .3rem;
}

.cmp-design-left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cmp-design-left ._item {
  color: #666;
  font-size: .16rem;
}

.cmp-design-left ._item .iconfont {
  font-size: .16rem;
  color: var(--color01);
}

.cmp-design-right {
  width: 59.875%;
}

.cmp-design-right img {
  max-width: 100%;
}

@media screen and (max-width:760px) {
  .service-channel {
    font-size: .32rem;
  }

  .cmp-profile .cmp-profile-text {
    font-size: .266rem;
  }

  .cmp-advantage-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: .2rem;
    column-gap: .2rem;
  }

  .cmp-advantage-item {
    padding: .2rem;
  }

  .cmp-advantage-title {
    font-size: .266rem;
  }

  .cmp-advantage-text {
    font-size: .2rem;
  }

  .cmp-process {
    margin-top: .7rem;
  }

  .cmp-design-content {
    flex-direction: column-reverse;
  }

  .cmp-design-right {
    width: 100%;
  }

  .cmp-design-left {
    margin-top: .3rem;
    row-gap: .1rem;
  }

  .cmp-design-left ._item {
    font-size: .24rem;
  }

  .cmp-design-left ._item .iconfont {
    font-size: .3rem;
  }
}

.mpw-title {
  background-color: #F0F2F6;
  padding: .6rem 0 .25rem;
}

.mpw-title-cn {
  color: #333;
  font-size: .4rem;
  font-weight: 700;
  line-height: 1;
}

.mpw-title-en {
  color: #999;
  font-size: .18rem;
  text-transform: uppercase;
  margin-top: 5px;
}

.mpw-service-content {
  padding: .4rem 0 .8rem;
}

.mpw-service-content img {
  display: block;
  max-width: 100%;
}

.mpw-service-content .service-text {
  color: #666;
  font-size: .18rem;
  line-height: 2;
}

.mpw-profile {
  margin-bottom: .25rem;
  justify-content: space-between;
}

.mpw-profile .mpw-profile-left,
.mpw-advatage .mpw-direction {
  width: calc(100% - 30.625% - 1rem);
}

.mpw-profile .mpw-profile-right,
.mpw-advatage .mpw-characteristic {
  width: 30.625%;
}

.mpw-advatage {
  justify-content: space-between;
}

.mpw-direction-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: .25rem;
}

.mpw-direction-title {
  color: black;
  font-size: .22rem;
  font-weight: 500;
  margin-top: .2rem;
  margin-bottom: .2rem;
  line-height: 1;
}

.mpw-direction-text .mpw-direction-text-item {
  align-items: center;
  color: #666;
  display: flex;
  font-size: .18rem;
  line-height: .58rem;
  justify-content: flex-start;
  position: relative;
}

.mpw-direction-text .mpw-direction-text-item::before {
  background-color: var(--color01);
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  margin-right: .15rem;
}

.mpw-direction-list .mpw-direction-block:nth-child(2) .mpw-direction-text .mpw-direction-text-item {
  line-height: .46rem;
}

.mpw-characteristic-list {
  display: grid;
  flex-direction: column;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: .25rem;
}

.mpw-characteristic-item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.mpw-characteristic-number {
  background-color: var(--color01);
  border-radius: 50%;
  color: white;
  font-size: .24rem;
  font-weight: 700;
  font-style: normal;
  width: .48rem;
  height: .48rem;
  line-height: .48rem;
  text-align: center;
  position: relative;
}

.mpw-characteristic-title {
  align-items: center;
  background-color: #F0F2F6;
  color: black;
  display: flex;
  font-size: .2rem;
  justify-content: flex-start;
  flex: 1;
  height: .66rem;
  padding-left: .4rem;
  margin-left: -.2rem;
}

.packqing-advatage {
  display: flex;
  justify-content: space-between;
  grid-gap: .95rem;
}

.packqing-advatage-left {
  width: 30.625%;
}

.packqing-advatage-right {
  width: calc(100% - 30.625% - .95rem);
}

.packqing-fcbga-list {
  gap: .25rem;
}

.packqing-fcbga-title {
  color: black;
  font-size: .22rem;
  font-weight: 500;
  margin-top: .25rem;
}

.packqing-stop {
  margin-top: .8rem;
}

.packqing-stop-box {
  gap: 1rem;
}

.packqing-stop-left {
  width: 47.625%;
}

.packqing-stop-right {
  width: calc(100% - 47.625% - 1rem);
  gap: .97rem;
}

.pcb-service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem .75rem;
  margin-bottom: .6rem;
}

.pcb-service-item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.pcb-service-number {
  align-items: center;
  background-color: var(--color01);
  border: solid 4px white;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: .4rem;
  font-weight: 600;
  font-style: normal;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  position: relative;
  z-index: 2;
}

.pcb-service-block {
  align-items: center;
  background-color: #E5EDF5;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  height: 1.1rem;
  margin-left: -.5rem;
}

.pcb-service-title {
  align-items: center;
  background-color: var(--color01);
  color: white;
  white-space: nowrap;
  display: flex;
  font-size: .24rem;
  font-weight: 700;
  position: relative;
  height: 100%;
  min-width: 2.4rem;
  max-width: 2.4rem;
  padding-left: .7rem;
}

.pcb-service-title::after {
  content: '';
  border-top: solid .55rem transparent;
  border-bottom: solid .55rem transparent;
  border-left: solid .13rem var(--color01);
  position: absolute;
  right: -.125rem;
  top: 0;
}

.pcb-service-text {
  flex-direction: column;
  padding-left: .3rem;
}

.pcb-service-text ._text-item {
  align-items: center;
  color: #666;
  display: flex;
  font-size: .18rem;
  justify-content: flex-start;
}

.pcb-service-text ._text-item::before {
  background-color: var(--color01);
  content: '';
  width: 7px;
  min-width: 7px;
  height: 7px;
  transform: rotate(45deg);
  margin-right: .15rem;
}

.pcb-case-title {
  color: black;
  font-size: .22rem;
  font-weight: 500;
  margin-top: .25rem;
}

.pcb-case-img {
  overflow: hidden;
}

.pcb-case-img img {
  transition: ease-in-out .3s;
}

.pcb-case-img:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 760px) {
  .mpw-title-cn {
    font-size: .3rem;
  }

  .mpw-profile {
    flex-direction: column-reverse;
    margin-bottom: .4rem;
  }

  .mpw-profile .mpw-profile-left,
  .mpw-advatage .mpw-direction {
    width: 100%;
  }

  .mpw-profile .mpw-profile-right,
  .mpw-advatage .mpw-characteristic {
    width: 100%;
  }

  .mpw-profile .mpw-profile-left {
    margin-top: .3rem;
  }

  .mpw-advatage {
    flex-direction: column;
  }

  .mpw-characteristic {
    margin-top: .4rem;
  }

  .packqing-advatage {
    flex-direction: column;
    grid-gap: .4rem;
  }

  .packqing-advatage-left,
  .packqing-advatage-right {
    width: 100%;
  }

  .packqing-stop {
    margin-top: .5rem;
  }

  .packqing-stop-box {
    flex-direction: column;
    gap: .4rem
  }

  .packqing-stop-left {
    width: 100%;
  }

  .packqing-stop-right {
    width: 100%;
    gap: .4rem;
  }

  .pcb-service-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .pcb-service-text ._text-item::before {
    width: 5px;
    min-width: 5px;
    height: 5px;
  }
}

.service-container {
  padding: .55rem 0 .8rem
}

.pdk-profile {
  margin-bottom: .8rem;
}

.pdk-profile .pdk-profile-text {
  color: #666;
  font-size: .18rem;
  line-height: 2;
}

.pdk-advantage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: .5rem;
}

.pdk-advantage-item {
  border: solid 1px #E6E6EA;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding-top: .3rem;
  padding-bottom: .2rem;
}

.pdk-advantage-title {
  background-color: #00BBB9;
  align-items: center;
  color: white;
  display: flex;
  font-size: .28rem;
  font-weight: 500;
  height: .62rem;
  justify-content: flex-start;
  padding-left: .35rem;
  position: relative;
  width: 70%;
}

.pdk-advantage-title .iconfont {
  font-size: .28rem;
  margin-right: .1rem;
}

.pdk-advantage-title::after {
  content: '';
  width: 0;
  height: 0;
  border-right: solid .28rem transparent;
  border-bottom: solid .62rem #00BBB9;
  position: absolute;
  top: 0;
  right: -.27rem;
}

.pdk-advantage-item:nth-child(2) .pdk-advantage-title {
  background-color: #0081BB;
}

.pdk-advantage-item:nth-child(2) .pdk-advantage-title::after {
  border-bottom-color: #0081BB;
}

.pdk-advantage-item:nth-child(3) .pdk-advantage-title {
  background-color: var(--color01);
}

.pdk-advantage-item:nth-child(3) .pdk-advantage-title::after {
  border-bottom-color: var(--color01);
}

.pdk-advantage-subtitle {
  color: #333;
  font-size: .3rem;
  font-weight: 500;
  width: 100%;
  margin-top: .15rem;
}

.pdk-advantage-text {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 0 .35rem;
  margin-top: .2rem;
  row-gap: .05rem;
}

.pdk-advantage-text ._item {
  align-items: flex-start;
  color: #666;
  display: flex;
  font-size: .17rem;
  justify-content: flex-start;

}

.pdk-advantage-text ._item::before {
  background-color: var(--color01);
  content: '';
  width: 7px;
  min-width: 7px;
  height: 7px;
  transform: rotate(45deg) translateY(.12rem);
  margin-right: .1rem;
}

.pdk-advantage-team {
  display: flex;
  justify-content: center;
  margin-top: .1rem;
  column-gap: .4rem;
  width: 100%;
  padding: 0 .35rem;
}

.pdk-advantage-team ._item {
  flex: 1;
  text-align: center;
}

.pdk-advantage-team ._item-circle {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: auto;
  position: relative;
}

.pdk-advantage-item ._item-circle ._item-circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: .22rem;
  font-weight: 700;
}

.pdk-advantage-team ._item-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.pdk-advantage-team ._item-circle circle {
  fill: none;
  stroke-width: 6;
}

.pdk-advantage-team ._item-circle circle:nth-child(1) {
  stroke: #DCDCDC;
}

.pdk-advantage-team ._item-circle circle:nth-child(2) {
  stroke: var(--color01);
  stroke-dasharray: 251.33;
  stroke-dashoffset: calc(251.33 - (251.33 * .44));
}

.pdk-advantage-team ._item:nth-child(2) ._item-circle circle:nth-child(2) {
  stroke-dasharray: 251.33;
  stroke-dashoffset: calc(251.33 - (251.33 * 25) / 100);
}

.pdk-advantage-team ._item-title {
  color: #999;
  font-size: .18rem;
}

.pdk-case {
  margin-top: .7rem;
}

.pdk-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .25rem;
}

.pdk-case-item ._item-title {
  align-items: center;
  color: var(--color01);
  display: flex;
  font-size: .24rem;
  font-weight: 600;
  justify-content: flex-start;
  margin-bottom: .2rem;
  line-height: 1;
}

.pdk-case-item:first-child ._item-title {
  color: #00BBB9;
}

.pdk-case-item ._item-title .iconfont {
  font-size: .32rem;
  margin-right: .15rem;
}

.pdk-case-item ._item-text {
  background-color: #F8F8F8;
  border: solid 1px #E6E6EA;
}

.pdk-case-item ._item-text ._item-flex {
  color: #666;
  font-size: .22rem;
  padding: 0 .3rem;
  line-height: .56rem;
}

.pdk-case-item ._item-text ._item-flex:nth-child(n+2) {
  border-top: solid 1px #E6E6EA;
}

.pdk-case-item ._item-text ._item-flex span {
  flex: 1;
}

.pdk-case-item ._item-text ._item-flex span:first-child {
  flex: 1.5
}

@media screen and (max-width:920px) {
  .pdk-advantage-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: .3rem;
    column-gap: .3rem;
  }

  .pdk-advantage-item:last-child {
    width: 100%;
  }
}

@media screen and (max-width:760px) {
  .pdk-advantage-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: .3rem;
    column-gap: .3rem;
  }

  .pdk-advantage-text {
    row-gap: .1rem
  }

  .pdk-advantage-text ._item::before {
    width: 5px;
    min-width: 5px;
    height: 5px;
  }

  .pdk-advantage-team ._item-circle {
    width: 1.6rem;
    height: 1.6rem;
  }

  .pdk-case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: .4rem;
  }
}

.soc-service {
  margin-bottom: .8rem;
}

.soc-service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: .3rem;
  margin-top: .6rem;
}

.soc-service-item {
  background-color: #00BBB9;
  min-height: 3.1rem;
  position: relative;
  padding: .35rem .35rem .35rem .2rem;
}

.soc-service-item:nth-child(2) {
  background-color: #0CB6CC;
}

.soc-service-item:nth-child(3) {
  background-color: #0081BB;
}

.soc-service-item:nth-child(4) {
  background-color: #055EA0;
}

.soc-service-item::before {
  background-color: inherit;
  content: '';
  position: absolute;
  top: -.1rem;
  left: 0;
  width: 100%;
  height: .05rem;
}

.soc-service-item::after {
  content: '';
  width: 0;
  height: 0;
  border-left: solid .4rem transparent;
  border-top: .4rem solid #fff;
  position: absolute;
  top: -.1rem;
  right: 0;
}

.soc-service-title {
  align-items: center;
  color: white;
  display: flex;
  justify-content: flex-start;
  font-size: .2rem;
  font-weight: 500;
  margin-bottom: .3rem;
  font-weight: 500;
}

.soc-service-title::before {
  background-color: white;
  content: '';
  width: 3px;
  height: .2rem;
  margin-right: .1rem;
}

.soc-service-text {
  color: #EDEDED;
  font-size: .18rem;
  line-height: 2;
}

.soc-service-number {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  position: absolute;
  opacity: .15;
  right: .1rem;
  bottom: -.2rem;
}

@media screen and (max-width:760px) {
  .soc-service-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: .2rem;
    row-gap: .3rem;
  }

  .soc-service-item:nth-child(2n)::after {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
  }
}

/* 以下与pdk 一样 */
.service-container {
  padding: .55rem 0 .8rem
}

/*cmp 、pdk、soc都有这个*/
.pdk-profile {
  margin-bottom: .8rem;
}

.pdk-profile .pdk-profile-text {
  color: #666;
  font-size: .18rem;
  line-height: 2;
}

.pdk-advantage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: .5rem;
}

.pdk-advantage-item {
  border: solid 1px #E6E6EA;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding-top: .3rem;
  padding-bottom: .2rem;
}

.pdk-advantage-title {
  background-color: #00BBB9;
  align-items: center;
  color: white;
  display: flex;
  font-size: .28rem;
  font-weight: 500;
  height: .62rem;
  justify-content: flex-start;
  padding-left: .35rem;
  position: relative;
  width: 70%;
}

.pdk-advantage-title .iconfont {
  font-size: .28rem;
  margin-right: .1rem;
}

.pdk-advantage-title::after {
  content: '';
  width: 0;
  height: 0;
  border-right: solid .28rem transparent;
  border-bottom: solid .62rem #00BBB9;
  position: absolute;
  top: 0;
  right: -.27rem;
}

.pdk-advantage-item:nth-child(2) .pdk-advantage-title {
  background-color: #0081BB;
}

.pdk-advantage-item:nth-child(2) .pdk-advantage-title::after {
  border-bottom-color: #0081BB;
}

.pdk-advantage-item:nth-child(3) .pdk-advantage-title {
  background-color: var(--color01);
}

.pdk-advantage-item:nth-child(3) .pdk-advantage-title::after {
  border-bottom-color: var(--color01);
}

.pdk-advantage-subtitle {
  color: #333;
  font-size: .3rem;
  font-weight: 500;
  width: 100%;
  margin-top: .15rem;
}

.pdk-advantage-text {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 0 .35rem;
  margin-top: .2rem;
  row-gap: .05rem;
}

.pdk-advantage-text ._item {
  align-items: flex-start;
  color: #666;
  display: flex;
  font-size: .17rem;
  justify-content: flex-start;

}

.pdk-advantage-text ._item::before {
  background-color: var(--color01);
  content: '';
  width: 7px;
  min-width: 7px;
  height: 7px;
  transform: rotate(45deg) translateY(.12rem);
  margin-right: .1rem;
}

.pdk-advantage-team {
  display: flex;
  justify-content: center;
  margin-top: .1rem;
  column-gap: .4rem;
  width: 100%;
  padding: 0 .35rem;
}

.pdk-advantage-team ._item {
  flex: 1;
  text-align: center;
}

.pdk-advantage-team ._item-circle {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: auto;
  position: relative;
}

.pdk-advantage-item ._item-circle ._item-circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: .22rem;
  font-weight: 700;
}

.pdk-advantage-team ._item-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.pdk-advantage-team ._item-circle circle {
  fill: none;
  stroke-width: 6;
}

.pdk-advantage-team ._item-circle circle:nth-child(1) {
  stroke: #DCDCDC;
}

.pdk-advantage-team ._item-circle circle:nth-child(2) {
  stroke: var(--color01);
  stroke-dasharray: 251.33;
  stroke-dashoffset: calc(251.33 - (251.33 * .44));
}

.pdk-advantage-team ._item:nth-child(2) ._item-circle circle:nth-child(2) {
  stroke-dasharray: 251.33;
  stroke-dashoffset: calc(251.33 - (251.33 * 25) / 100);
}

.pdk-advantage-team ._item-title {
  color: #999;
  font-size: .18rem;
}

.pdk-case {
  margin-top: .7rem;
}

.pdk-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .25rem;
}

.pdk-case-item ._item-title {
  align-items: center;
  color: var(--color01);
  display: flex;
  font-size: .24rem;
  font-weight: 600;
  justify-content: flex-start;
  margin-bottom: .2rem;
  line-height: 1;
}

.pdk-case-item:first-child ._item-title {
  color: #00BBB9;
}

.pdk-case-item ._item-title .iconfont {
  font-size: .32rem;
  margin-right: .15rem;
}

.pdk-case-item ._item-text {
  background-color: #F8F8F8;
  border: solid 1px #E6E6EA;
}

.pdk-case-item ._item-text ._item-flex {
  color: #666;
  font-size: .22rem;
  padding: 0 .3rem;
  line-height: .56rem;
}

.pdk-case-item ._item-text ._item-flex:nth-child(n+2) {
  border-top: solid 1px #E6E6EA;
}

.pdk-case-item ._item-text ._item-flex span {
  flex: 1;
}

.pdk-case-item ._item-text ._item-flex span:first-child {
  flex: 1.5
}

@media screen and (max-width:920px) {
  .pdk-advantage-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: .3rem;
    column-gap: .3rem;
  }

  .pdk-advantage-item:last-child {
    width: 100%;
  }
}

@media screen and (max-width:760px) {
  .pdk-advantage-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: .3rem;
    column-gap: .3rem;
  }

  .pdk-advantage-text {
    row-gap: .1rem
  }

  .pdk-advantage-text ._item::before {
    width: 5px;
    min-width: 5px;
    height: 5px;
  }

  .pdk-advantage-team ._item-circle {
    width: 1.6rem;
    height: 1.6rem;
  }

  .pdk-case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: .4rem;
  }
}

/*pages 分页*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

#pages {
  justify-content: center;
}

#pages li {
  margin: 0 5px;
  width: .46rem;
  height: .46rem;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 50%;
  color: rgba(153, 153, 153, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

#pages li.active {
  text-align: center;
  background: var(--color01);
  border-color: var(--color01);
  color: #fff;
  /* display: inline-block; */
}

#pages li:hover {
  color: #fff;
  background: var(--color01);
}

#pages li:hover a {
  color: #fff;
}

/*电端加上鼠标效果/动画 */
@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(--color01);
  }

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

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

  .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(--color01);
  }

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

  .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(--color01);
  }

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

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

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

  .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 ._jump a:hover {
    color: var(--color01);
  }

  .newsDel ._place a:hover {
    color: var(--color01);
  }
  /* .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(--color01);
    background-color: #f5f5f5;
  }
}
/* @media screen and (min-width: 1601px) {
  .pc-nav .nav .nav_a>a{
    padding: 0 .24rem;
  }
} */
@media screen and (max-width: 1600px) {
  .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 {
    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: 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) {
  #main {
    position: initial;
  }

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

  .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: 68%;
  }

  #Hbanner .Hbanner_txt ._item ._btn {
    display: none;
  }
  .banner-mouse{
    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:.2rem
  }
  ._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;
  }
  .Hjoinus ._links a>div ._en{
    font-size: .24rem;
  }
  .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(--color01);
  }

  .slidenav ._item {
    height: 100%;
  }

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

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

  /* 次页 */
  ._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;
  }

  #map {
    width: 100%;
  }

  .newsDel ._sell {
    display: none;
  }

  .newsDel ._info {
    margin-right: 0;
  }

  .newsDel {
    padding-top: 0.5rem;
    padding-bottom: 1.2rem;
  }

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

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

@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;
  }

  #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(--color01);
  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;
  }
}