@import url("master.css");
@import url("../font/iconfont.css");
@import url("roll.css");
@import url("animate.css");

:root {
  --color01: rgba(102, 45, 145, 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;
}

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

.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%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header::before {
  content: "";
  width: 100vw;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  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: 1rem;
}

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

.pc-nav ._logo>a>div {
  height: 0.8rem;
}

.pc-nav ._logo>a>div img {
  height: 100%;
}

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

.pc-nav .nav .nav_a>a {
  color: rgba(51, 51, 51, 1);
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.35rem;
  transition: all 0.3s ease;
  position: relative;
}

.pc-nav .nav .nav_a>a:after {
  content: "";
  position: absolute;
  width: .6rem;
  height: .7rem;
  background: url(../images/icon-logo.png) no-repeat center;
  background-size: contain;
  transform: scale(.5);
  right: -.05rem;
  bottom: -.08rem;
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 0;
}

/* .pc-nav .nav .nav_a:last-of-type > a:after {
  display: none;
}
.pc-nav .nav .nav_a > a .hoverable_txt:after {
  background-color: var(--color01);
  height: 2px;
  border-radius: 2px;
} */
.pc-nav .nav .nav_a>a:hover,.pc-nav .nav .nav_a>a.active {
  background-color: var(--color01);
  color: #fff;
}

.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;
  transform: translateX(-50%) translateY(10px);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  border: 1px solid #e6e6e6;
  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: var(--color01);
  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;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* 多语言 */
.pc-nav .language {
  position: absolute;
  top: 100%;
  width: 0.65rem;
  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;
}
/* header tel */
.header__tel {
  align-items: center;
  font-size: .24rem;
  padding: 0 0 0 .3rem;
  color: var(--color01);
  line-height: 1;
}

.header__tel a {
  margin-right: .1rem;
  font-size: .32rem;
  line-height: 1;
  position: relative;
  color: var(--color01);
}

.header.onWhite::before {
  height: 1rem;
}

/* .header.onShow::before {
  height: 5.2rem;
} */

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

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

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

#Hbanner .swiper-slide:nth-child(3) {
  transform: rotateY(180deg);
}

#Hbanner .swiper-slide:nth-child(3) .Hbanner_txt ._item {
  text-align: right;
  transform: rotateY(180deg);
}

#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%;
  background: url(../images/cover-bg2.png) no-repeat 0 center;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 2;
}

#Hbanner ._bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/cover-bg1.png) no-repeat 0 center;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 3;
}

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

#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 {
  font-size: 0.6rem;
  font-family: "HuXiaoBoNanShenTi";
  margin-bottom: 0.1rem;
}

#Hbanner .Hbanner_txt ._item ._tps {
  font-size: 0.3rem;
  font-weight: lighter;
}

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

/*masterBtn1*/
.masterBtn1 {
  height: 0.46rem;
  border-top-right-radius: 0.46rem;
  border-bottom-right-radius: 0.46rem;
  width: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding-right: 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(1, 1, 1, 1);
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}

.indexTitle1 ._en::before {
  content: "";
  width: 1.06rem;
  height: 1.2rem;
  background: url(../images/ico-thd.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -0.5rem;
  top: -0.38rem;
  z-index: -1;
}

.indexTitle1 ._cn {
  color: rgba(51, 51, 51, 1);
  font-size: 0.34rem;
  line-height: 1.2;
  font-weight: bold;
}

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

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

/* 主营业务 */
.Hbusiness {
  padding-top: 6.770833333333334vw;
  padding-bottom: 7.8125vw;
  position: relative;
  overflow: hidden;
}

.Hbusiness ._list {
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Hbusiness ._list ._item {
  margin: .3rem 0;
  width: 25%;
}

.Hbusiness ._item ._icon {
  margin: 0 auto .2rem;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: .4rem;
  line-height: 1;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.Hbusiness ._item ._icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: cubic-bezier(.4, .4, 0, 1) .5s;
  /* transform: translate(-50%,-50%); */
  z-index: -1;
}

.Hbusiness ._item.no1 ._icon {
  background: linear-gradient(90deg, rgba(246, 113, 114, 1) 0%, rgba(253, 162, 161, 1) 100%);
}

.Hbusiness ._item.no2 ._icon {
  background: linear-gradient(90deg, rgba(109, 132, 235, 1) 0%, rgba(154, 185, 250, 1) 100%);
}

.Hbusiness ._item.no3 ._icon {
  background: linear-gradient(90deg, rgba(240, 156, 83, 1) 0%, rgba(247, 203, 128, 1) 100%);
}

.Hbusiness ._item.no4 ._icon {
  background: linear-gradient(90deg, rgba(68, 186, 179, 0.5) 0%, rgba(115, 219, 208, 0.5) 100%);
}

.Hbusiness ._item.no5 ._icon {
  background: linear-gradient(90deg, rgba(237, 109, 168, 1) 0%, rgba(249, 173, 201, 1) 100%);
}

.Hbusiness ._item.no6 ._icon {
  background: linear-gradient(90deg, rgba(83, 194, 128, 1) 0%, rgba(147, 225, 175, 1) 100%);
}

.Hbusiness ._item.no1 ._icon::before {
  background: linear-gradient(90deg, rgba(246, 113, 114, 0.5) 0%, rgba(253, 162, 161, 0.5) 100%);
}

.Hbusiness ._item.no2 ._icon::before {
  background: linear-gradient(90deg, rgba(154, 185, 250, 0.5) 0%, rgba(109, 132, 235, 0.5) 100%);
}

.Hbusiness ._item.no3 ._icon::before {
  background: linear-gradient(90deg, rgba(240, 156, 83, 0.5) 0%, rgba(247, 203, 128, 0.5) 100%);
}

.Hbusiness ._item.no4 ._icon::before {
  background: linear-gradient(90deg, rgba(68, 186, 179, 0.5) 0%, rgba(115, 219, 208, 0.5) 100%);
}

.Hbusiness ._item.no5 ._icon::before {
  background: linear-gradient(90deg, rgba(237, 109, 168, 0.5) 0%, rgba(249, 173, 201, 0.5) 100%);
}

.Hbusiness ._item.no6 ._icon::before {
  background: linear-gradient(90deg, rgba(83, 194, 128, 0.5) 0%, rgba(147, 225, 175, 0.5) 100%);
}

.Hbusiness ._item ._name {
  font-size: .18rem;
  font-weight: bold;
  line-height: 2;
  color: #333;
}

.Hbusiness ._item ._desc {
  margin-top: .1rem;
  /* padding: 0 .4rem; */
  font-size: .16rem;
  line-height: 1.6;
  color: rgba(153, 153, 153, 1);
}

.Hbusiness ._item:hover ._icon::before {
  animation: scaleAnimate 1.2s ease infinite;
  -webkit-animation: scaleAnimate 1.2s ease infinite;
  transition-delay: .1s;
}

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

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

/* 关于我们 */
.Habout {
  padding-top: 6.770833333333334vw;
  padding-bottom: 7.8125vw;
  position: relative;
  overflow: hidden;
}

.Habout .row,
.Hbusiness .row {
  padding: 0 8%;
}

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

.Habout ._bg img {
  display: block;
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: 1;
}

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

.Habout .Habout_l {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.Habout .Habout_l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.Habout .Habout_l:hover img {
  transform: scale(1.1);
}

.Habout .Habout_r {
  padding-left: .6rem;
  width: 60%;
}

.pubInfo {
  /* margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between; */
}

.pubInfo .info_btn {
  display: inline-block;
  height: .6rem;
  line-height: .6rem;
  background-color: rgba(147, 73, 152, 1);
}

.pubInfo .info_btn a {
  padding-right: 1rem;
  align-items: stretch;
  color: #fff;
  position: relative;
}

.pubInfo .info_btn ._lines {
  padding-left: .3rem;
  font-size: .16rem;
  font-weight: bold;
  word-break: keep-all;
}

.pubInfo .info_btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color01);
  width: .6rem;
  height: .6rem;
  font-size: 0.2rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.pubInfo .info_btn a:hover i {
  width: .8rem;
}

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

.pubInfo .info_text h4 {
  margin-bottom: .2rem;
  padding-bottom: .15rem;
  font-size: .24rem;
  line-height: 2;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  position: relative;
}

.pubInfo .info_text h4::before,
.pubInfo .info_text h4::after {
  content: "";
  width: .64rem;
  height: 4px;
  background-color: rgba(102, 45, 145, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.pubInfo .info_text h4::after {
  background-color: rgba(147, 73, 152, 1);
  left: .16rem;
  z-index: -1;
}

.pubInfo .info_text p {
  margin-bottom: 0.2rem;
  text-align: justify;
}

/*masterIcon*/
.masterIcon {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.44rem;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.masterIcon ._ani {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  animation: rotateZ 30s infinite linear;
}

@keyframes rotateZ {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

.masterIcon ._ani span {
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
}

.masterIcon ._ani span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  animation: aniCrl 3s infinite linear;
}

.masterIcon ._ani span:nth-child(1) {
  left: 0;
  top: 50%;
  transform: translate(-100%, 100%);
}

.masterIcon ._ani span:nth-child(2) {
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
}

.masterIcon ._ani span:nth-child(3) {
  right: 0;
  top: 0;
  transform: translate(0, -100%);
}

.masterIcon ._ani span:nth-child(4) {
  right: 0;
  top: 50%;
  transform: translate(120%, -100%);
}

.masterIcon ._ani span:nth-child(5) {
  right: 0;
  top: 50%;
  transform: translate(100%, 100%);
}

.masterIcon ._ani span:nth-child(1):before {
  animation-delay: 0s;
}

.masterIcon ._ani span:nth-child(2):before {
  animation-delay: 0.8s;
}

.masterIcon ._ani span:nth-child(3):before {
  animation-delay: 0.6s;
}

.masterIcon ._ani span:nth-child(4):before {
  animation-delay: 0.2s;
}

.masterIcon ._ani span:nth-child(5):before {
  animation-delay: 0.4s;
}

@keyframes aniCrl {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: 0;
  }

  100% {
    transform: scale(0.1);
    opacity: 1;
  }
}

.masterIcon.style1 {
  background-color: var(--color01);
  color: #fff;
}

.masterIcon.style1 ._ani span:before {
  background-color: var(--color01);
}

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

.masterIcon.style2 ._ani span:before {
  background-color: #fff;
}

/*masterTitle1*/
.masterTitle1 ._c {
  font-size: 0.44rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.masterTitle1 ._t {
  margin-top: 0.1rem;
}

.masterTitle1.style1 {
  color: var(--color01);
}

.masterTitle1.style2 {
  color: var(--color01);
}

.Habout ._info {}

.Habout ._info .masterTitle1 {
  margin-bottom: 0.2rem;
}

.Habout ._info ._line {
  color: #364654;
  line-height: 2;
  text-align: justify;
}

.Habout ._info ._btn {
  margin-top: 0.4rem;
}

/* 服务优势 */
.Hadvantage {
  padding-top: 6.770833333333334vw;
  padding-bottom: 10.708333333333vw;
  position: relative;
  overflow: hidden;
}

.Hadvantage ._box {
  align-items: center;
}

.Hadvantage ._bg {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -.68rem;
  left: 0;
  z-index: -1;
}

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

.Hadvantage ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(147, 73, 152, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.HadvantageInfo {
  color: rgba(102, 102, 102, 1);
  align-items: stretch;
  justify-content: space-between;
}

.HadvantageInfo ._item {
  margin-right: .6rem;
  width: calc((100% - 1.2rem)/3);
  background-color: #fff;
}

.HadvantageInfo ._item:nth-child(3n) {
  margin-right: 0;
}

.HadvantageInfo ._item ._top {
  height: 3rem;
  overflow: hidden;
}

.HadvantageInfo ._item ._top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.78s ease;
}

.HadvantageInfo ._item ._cnt {
  padding: .3rem .5rem;
  position: relative;
}

.HadvantageInfo ._item ._num {
  font-style: normal;
  font-size: 1rem;
  font-family: "AlimamaShuHeiTiBold";
  color: rgba(102, 45, 145, 0.08);
  line-height: 1.4;
  position: absolute;
  right: .3rem;
  top: 0;
}

.HadvantageInfo ._item ._cn {
  font-size: 0.26rem;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  margin: .05rem 0;
}

.HadvantageInfo ._item ._desc {
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  text-align: justify;
}

.HadvantageInfo ._item ._list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.HadvantageInfo ._item ._list div {
  margin: .16rem .26rem .1rem 0;
  width: calc((100% - .26rem)/2);
  line-height: 44px;
  font-size: .2rem;
  font-family: "AlimamaShuHeiTiBold";
  color: var(--color01);
  border: 1px solid var(--color01);
  border-radius: 6px;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.HadvantageInfo ._item ._list div:nth-child(2n) {
  margin-right: 0;
}

.HadvantageInfo ._item:hover ._top img {
  transform: scale(1.1);
}

.HadvantageInfo ._item ._list div:hover {
  background-color: var(--color01);
  color: #fff
}

/* 新闻资讯 */
.Hnews {
  background-color: #fff;
  padding-top: 6.25vw;
  padding-bottom: 6.770833333333334vw;
}

.Hnews ._cnt {
  margin-top: 0.2rem;
  overflow: hidden;
}

.Hnews ._picBox {
  width: 40%;
}

.Hnews ._picBox ._slide {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.Hnews ._picBox ._slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  transition: transform 0.6s;
}

.Hnews ._picBox ._slide.active {
  display: block;
}

.Hnews ._picBox ._slide:hover img {
  transform: scale(1.1);
}

.HnewsList {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.HnewsList ._item {
  padding: 0.4rem 0.5rem;
  position: relative;
  background-color: rgba(102, 45, 145, 0.05);
  border-right: 1px solid rgba(102, 45, 145, 0.2);
  border-top: 1px solid rgba(102, 45, 145, 0.2);
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.HnewsList ._item::after {
  content: "";
  width: 1.52rem;
  height: 1.69rem;
  background: url(../images/icon-logo2.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: -.2rem;
  bottom: -.4rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s
}

.HnewsList ._item:nth-child(2n) {
  border-right: none;
}

.HnewsList ._item:nth-child(1),
.HnewsList ._item:nth-child(2) {
  border-top: none;
}

.HnewsList ._item ._classify {
  color: rgba(102, 102, 102, 1);
}

.HnewsList ._item ._times {
  color: #878b8e;
  line-height: 1;
  margin-top: 0.3rem;
}

.HnewsList ._item ._title {
  margin-top: 0.3rem;
  text-align: justify;
  color: #333;
  transition: color 0.3s ease;
  height: calc(2em * 1.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.HnewsList ._item.active {
  background-color: rgba(102, 45, 145, 0.15);
}

.HnewsList ._item.active::after {
  opacity: 1;
}

.HnewsList ._item:hover ._classify,
.HnewsList ._item.active ._classify {
  color: var(--color01);
}

.HnewsList ._item:hover ._title,
.HnewsList ._item.active ._title {
  font-weight: bold;
  color: var(--color01);
}

/* 联系我们 */
.Hcontact {
  padding-top: 3.77vw;
  padding-bottom: 3.77vw;
  position: relative;
  overflow: hidden;
}

.Hcontact ._bg {
  position: absolute;
  width: 100%;
  height: 120%;
  bottom: -.6rem;
  left: 0;
  z-index: -1;
}

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

.Hcontact ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(102, 45, 145, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.Hcontact ._box {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Hcontact ._text {
  font-size: .36rem;
  color: #fff;
  line-height: 2;
  font-weight: 500;
}

.Hcontact ._link {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.Hcontact ._link::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2px;
  height: 0.1rem;
  background: #fff;
}

.Hcontact ._link::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0.2rem;
  height: 2px;
  background: #fff;
}

.Hcontact ._link a {
  display: block;
  transition: 0.6s;
  position: relative;
  width: 2rem;
  line-height: 0.64rem;
  font-size: .18rem;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.Hcontact ._link.color a {
  color: #fff;
  border-color: #ccc;
}

.Hcontact ._link a::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  top: -1px;
  right: -2px;
  width: 2px;
  height: 0.1rem;
  background: #fff;
}

.Hcontact ._link a::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: -2px;
  right: -1px;
  width: 0.2rem;
  height: 2px;
  background: #fff;
}

.Hcontact ._link.color::before,
.Hcontact ._link.color::after,
.Hcontact ._link.color a::before,
.Hcontact ._link.color a::after {
  background: var(--color01);
}

.Hcontact ._link:hover::before {
  height: 100%;
}

.Hcontact ._link:hover::after {
  width: 100%;
}

.Hcontact ._link:hover a::before {
  height: calc(100% + 2px);
}

.Hcontact ._link:hover a::after {
  width: calc(100% + 2px);
}

.Hcontact ._link.color:hover {
  background-color: var(--color01);
  transition-delay: 0.6s;
}

/* 底部 */
.footer {
  position: relative;
  overflow: hidden
}

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

.footer ._bg img {
  display: block;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1;
}

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

.footer ._cnt {
  
}

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

.footer ._left {
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
  padding-right: 3rem;
  width: 65%;
  border-right: 1px solid rgba(229, 229, 229, 1);
}

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

.footer ._menu ._item ._a a {
  font-size: .18rem;
  font-weight: bold;
  margin-bottom: .15rem;
  color: rgba(51, 51, 51, 1);
  transition: color .3s ease;
}

.footer ._menu ._item ._b a {
  padding: 6px 0;
  color: rgba(153, 153, 153, 1);
  transition: opacity .3s ease;
  opacity: .8;
}

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

.footer ._menu ._item ._b a .hoverable_txt:after {
  background-color: var(--color01);
}

.footer ._right {
  margin-left: auto;
  padding-left: .5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
  flex: 1;
}

.footer ._right h4 {
  margin-bottom: 0.1rem;
  font-weight: normal;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
}

.ft_contact {
  margin: 0;
}

.ft_contact ._phone {
  font-size: .38rem;
  color: var(--color01);
  font-weight: bold;
}

.ft_contact p {
  color: rgba(153, 153, 153, 1);
  line-height: 2;
}

.contact_code {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bottom_code {
  margin: 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 2;
  color: rgba(153, 153, 153, 1);
}

.bottom_code div {
  width: 1.3rem;
}

.bottom_code div+div {
  margin-left: 0.3rem;
}

.bottom_code img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.footer ._keep {
  border-top: 1px solid rgba(229, 229, 229, 1);
  overflow: hidden;
}
.footer ._keep ._left{
  padding: .15rem .15rem .15rem 0;
  color: #fff;
  position: relative;
}
.footer ._keep ._left::before{
  content: "";
  width: 200%;
  height: 100%;
  background-color: var(--color01);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.footer ._keep ._right{
  padding: .15rem 0 .15rem .15rem;
  text-align: right;
}
.footer ._keep>div {
  /* justify-content: center;
  text-align: center;
  flex-wrap: wrap; */
}

.footer ._keep ._left a {
  color: #fff;
}
.footer ._keep ._right a {
  color: rgba(102, 102, 102, 1);
}
/* 右侧悬浮咨询框 */
.fixed_server {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 1rem;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_top {
  width: 1.28rem;
  position: absolute;
  right: 0;
  top: 0;
}

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

.fixed_box {
  padding: 0.1rem 0 0.2rem;
  background: linear-gradient(180deg, rgba(147, 73, 152, 1) 0%, rgba(102, 45, 145, 1) 100%);
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

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

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

.fixed_box_hd p {
  font-size: 0.12rem;
  line-height: 1.8;
}

.fixed_server .fixed_btn {
  margin: 0.1rem 0.15rem 0;
  padding: 0.08rem;
  display: block;
  position: relative;
  font-size: 0.12rem;
  background-color: #fff;
  border-radius: 0.1rem;
  cursor: pointer;
}

.fixed_server .fixed_btn .iconfont {
  line-height: 1;
  text-align: center;
  color: rgba(26, 45, 122, 1);
  font-size: 0.24rem;
}

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

.fixed_server .fixed_btn .fixed_n {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  color: rgba(26, 45, 122, 1);
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

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

.fixed_server .fixed_btn .fixed_n > .sec_box {
  position: absolute;
  white-space: nowrap;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
  opacity: 0;
  pointer-events: none;
  right: 115%;
  top: 50%;
  transform: translate(-30px, -50%);
  font-size: 0.18rem;
  color: #232830;
  line-height: 1.5;
}

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

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

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

.fixed_server .fixed_btn .fixed_n:hover > .sec_box {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: all;
}
#back_top {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 888;
  transition: all 0.6s ease;
}
#back_top.onshow {
  display: block;
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}
/* 弹窗 */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.popup.open{
  opacity: 1;
  visibility: visible
}
.popup.slideFadeIn-enter, .popup.slideFadeIn-leave-to {
  background: transparent
}
.popup.slideFadeIn-enter .body, .popup.slideFadeIn-leave-to .body {
  transform: translateY(.8rem);
  opacity: 0
}
.popup.slideFadeIn-enter .mask, .popup.slideFadeIn-leave-to .mask {
  opacity: 0
}
.popup.slideFadeIn-enter .video-box, .popup.slideFadeIn-leave-to .video-box {
  opacity: 0;
  transform: scale(0)
}
.popup.slideFadeIn-enter .img-box, .popup.slideFadeIn-leave-to .img-box {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0)
}
.popup.slideFadeIn-enter-active, .popup.slideFadeIn-leave-active {
  transition: background .3s ease
}
.popup.slideFadeIn-enter-active .mask, .popup.slideFadeIn-leave-active .mask {
  transition: opacity .3s ease
}
.popup.slideFadeIn-enter-active .body, .popup.slideFadeIn-enter-active .img-box, .popup.slideFadeIn-enter-active .video-box, .popup.slideFadeIn-leave-active .body, .popup.slideFadeIn-leave-active .img-box, .popup.slideFadeIn-leave-active .video-box {
  transition: transform .3s ease, opacity .3s ease
}
.popup .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 999
}
.popup .body {
  position: relative;
  z-index: 999;
  background: #fff;
  transform: translateY(0);
  width: 10.5rem;
  height: 5rem;
  opacity: 1
}
.popup .body .deal {
  font-size: .14rem;
  color: #999;
  display: flex;
  cursor: pointer;
  align-items: center
}
.popup .body .deal.active i b {
  opacity: 1
}
.popup .body .deal i {
  width: 14PX;
  height: 14PX;
  border: 1px solid #ed5400;
  border-radius: 100%;
  margin-right: .05rem;
  display: flex;
  align-items: center;
  justify-content: center
}
.popup .body .deal i b {
  width: 8PX;
  height: 8PX;
  background: #ed5400;
  border-radius: 100%;
  opacity: 0;
  transition: .1s
}
.popup .body .deal span {
  color: #ed5400
}
.popup .body .close {
  width: .18rem;
  height: .18rem;
  display: block;
  position: absolute;
  right: .4rem;
  top: .4rem;
  cursor: pointer;
  transition: .3s;
  z-index: 3;
}
.popup .body .close img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.popup .body .close img:nth-child(1){
  opacity: 1;
}
.popup .body .close:hover {
  transform: rotate(-90deg)
}
.make-appointment .body {
  height: 4.7rem !important;
  background: transparent
}
.make-appointment .body > div {
  display: flex
}
.make-appointment .body > div.height .from {
  height: 5.3rem
}
.make-appointment .body > div .from {
  width: 5.85rem;
  padding: .69rem 0 0 1.1rem;
  background: #fff;
  height: 4.7rem
}
.make-appointment .body > div .from h2 {
  font-size: .32rem;
  font-weight: 400;
  color: #000;
  line-height: 2
}
.make-appointment .body > div .from h3 {
  height: .16rem;
  font-size: .16rem;
  font-weight: 400;
  color: #666;
  margin: .19rem 0 .45rem
}
.make-appointment .body > div .from h3 span {
  color: #f00;
  font-family: Gilroy-Bold
}
.make-appointment .body > div .from ul li {
  width: 3.65rem;
  height: .45rem;
  background: #f6f8f9;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
  padding: 0 .3rem;
  position: relative
}
.make-appointment .body > div .from ul li i {
  width: .18rem;
  height: .2rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABK0lEQVQokYWQvUoDQRRGB/G30igRBMHGykpEsBMU0lnYSRAhYTPnm2UYSN5gBH0EQcR30EItBFsLG1vFFIpCEMu8gI1i3OwmA9Pcb869544xmQOsATdAF+haa6+ttavZd1loC3iXtBdjHA8hTEiqAh+SNougMaAtaT0n2wBeYoyjfaCkiqTLATZXjUZjOy/wQBwAHgNpX2CtPQBOi0BJ55KqeR0XgA4wnc3SNC1J6jjn5gt1JN2maVr6rSVJMivpTtJhkY2RtCepC3wCFz/3CziSVMmFrLUWePDeL3nv55xzO8BuCKFcq9UmgUeg9Q9KkmRZ0lOz2ZwpsqnX62XgTdJKr+KJc26/cIe/P/CSznoLz61Wa2oYGEJYBF57J94Pg4wxJsY4ArSNMeYbV1+DniKciioAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% auto
}
.make-appointment .body > div .from ul li b {
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-30%);
  font-size: .18rem;
  font-weight: 400;
  color: #ed5400
}
.make-appointment .body > div .from ul li input {
  height: 100%;
  background: none;
  border: none;
  color: #000;
  font-size: .18rem;
  font-family: Microsoft Yahei, -apple-system, PingFang SC, Helvetica Neue, STHeiti, Tahoma, Simsun, sans-serif;
  font-weight: 700;
  padding-left: .19rem
}
.make-appointment .body > div .from ul li input::-moz-placeholder {
  font-family: Microsoft Yahei, -apple-system, PingFang SC, Helvetica Neue, STHeiti, Tahoma, Simsun, sans-serif;
  color: #999;
  font-weight: 400
}
.make-appointment .body > div .from ul li input:-ms-input-placeholder {
  font-family: Microsoft Yahei, -apple-system, PingFang SC, Helvetica Neue, STHeiti, Tahoma, Simsun, sans-serif;
  color: #999;
  font-weight: 400
}
.make-appointment .body > div .from ul li input::placeholder {
  font-family: Microsoft Yahei, -apple-system, PingFang SC, Helvetica Neue, STHeiti, Tahoma, Simsun, sans-serif;
  color: #999;
  font-weight: 400
}
.make-appointment .body > div .from ul li:nth-child(2) i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABGUlEQVQokY2Su0oDYRCFR4KNWmilhfoCxgsWQioVGzsLWQVhIbC735n9UfMaoul8AAsLX0AClkGx8xYUO0ntU9isIJrgP9VM8c2cORwzM5ME8AkcWGxJaki6b7Va05Ie3b0eBQI3WZbVzczcfQ3oxoIvv+YrSY0oEBitLu4B78BqDHjq7mnV90MIc1FSQwgzQA8Yk3QCHEeBZmaSjoDzNE3HgacQwkosOwJ0JO0XRbEAvElarpbuANfuvjGQLMtyCnguy3IdWARegcPKvE1Jd0A7SZLaHxiYB3qStprN5qSkM0luZpYkSc3d25IuBl7O83wWeCiKIgxR9TH04RDChKRLoPMdwTzPl6qFu/86Jmkb6AJ94PZnor4A5AaBtBA0kzUAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% auto
}
.make-appointment .body > div .from ul li:nth-child(3) i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAA2UlEQVQ4je2UMQrCQBBFnxKsRNTKzkZQBCGFtVew9Qi26Sw9huAFJJW5gIUnUKystLRTsLBUFmZlHV0JkkLED2Eny9tHWGaSi+P4ymPWQOjszIG+YirASe0RyDoAtlJfFBMBY6mbwExLtMyIVh5m5zusk08L/mX3BCk5nWOWsh5wdt67wPRT2UY1bdn9siFwkNqskxeCUDiTkTB7F7Ay09k1qX1NWhUmAVpAUQNWFr2ZAJuFPN78zgS05dJLWcgKQN137nvvzO2zNLFcR41Tw5V5f8WeLJ/2gRvRbx/rbbBRuQAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% auto
}
.make-appointment .body > div .from .btns {
  width: 3.65rem;
  display: flex;
  margin-top: .35rem;
  justify-content: space-between
}
.make-appointment .body > div .from .btns div {
  width: 1.68rem;
  height: .45rem
}
.make-appointment .body > div .from .btns div .btn {
  height: .45rem;
  line-height: .45rem
}
.make-appointment .body > div .from .btns div:nth-child(2) .btn {
  height: .45rem;
  line-height: .45rem;
  background: #122133
}
.make-appointment .body > div .right {
  width: 4.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.make-appointment .body > div .right.active {
  background: url(../images/about-bg.png) no-repeat;
  background-size: 100% 100%
}
.make-appointment .body > div .right.active::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(102, 45, 145, 0.88);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.make-appointment .body > div .right > div p {
  font-size: .24rem;
  font-weight: 400;
  color: #fff;
  line-height: .4rem;
  text-align: center
}
.make-appointment .body > div .right > div img {
  width: 1.32rem;
  height: 1.32rem;
  display: block;
  margin: .52rem auto 0
}
.button-wrap {
  width: 100%
}
.button-wrap .btn {
  width: 1.7rem;
  height: .53rem;
  background: var(--color01);
  font-size: .18rem;
  font-weight: 400;
  color: #fff;
  line-height: .53rem;
  border: none;
  text-shadow: 0 0 .3rem rgba(185, 52, 0, .55);
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: transform .3s
}
.button-wrap .btn:hover {
  transform: translateY(-.03rem)
}
.button-wrap .btn:after, .button-wrap .btn:before {
  content: "";
  position: absolute;
  border: .02rem solid #fff;
  width: .08rem;
  height: .08rem
}
.button-wrap .btn:after {
  left: .04rem;
  top: .04rem;
  border-right: none;
  border-bottom: none
}
.button-wrap .btn:before {
  right: .04rem;
  bottom: .04rem;
  border-top: none;
  border-left: none
}
.dialog.slideDownward-enter, .dialog.slideDownward-leave-to {
  background: transparent
}
.dialog.slideDownward-enter .hsycms-model, .dialog.slideDownward-leave-to .hsycms-model {
  transform: scale(0)
}
.dialog.slideDownward-enter .hsycms-model-mask, .dialog.slideDownward-leave-to .hsycms-model-mask {
  opacity: 0
}
.dialog.slideDownward-enter-active, .dialog.slideDownward-leave-active {
  transition: background .3s ease
}
.dialog.slideDownward-enter-active .hsycms-model-mask, .dialog.slideDownward-leave-active .hsycms-model-mask {
  transition: opacity .3s ease
}
.dialog.slideDownward-enter-active .hsycms-model, .dialog.slideDownward-leave-active .hsycms-model {
  transition: transform .3s ease
}
.dialog .hsycms-model-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 10000
}
.dialog .hsycms-model {
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  top: 50%;
  transform-origin: center;
  max-width: 80%;
  max-height: 80%;
  background: #fff;
  border-radius: 5PX;
  overflow: hidden;
  margin: -43PX auto auto
}
.dialog .hsycms-model.hsycms-model-error, .dialog .hsycms-model.hsycms-model-success {
  padding: 40PX 12PX;
  width: 240PX
}
.dialog .hsycms-model .hsycms-model-text {
  font-size: .18rem;
  text-align: center;
  color: #333;
  line-height: 23PX;
  padding: 0 20PX;
  opacity: 0;
  transform: translateY(10PX);
  -webkit-animation: hsycms-alert-text-data-v-6df8e98d .3s ease forwards;
  animation: hsycms-alert-text-data-v-6df8e98d .3s ease forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.dialog .hsycms-model .hsycms-model-icon {
  padding-bottom: 12PX
}
.dialog .hsycms-model .hsycms-model-icon svg {
  margin: 0 auto;
  display: block
}
.dialog .hsycms-model.hsycms-model-error .hsycms-model-text, .dialog .hsycms-model.hsycms-model-success .hsycms-model-text {
  color: #65b75a;
  padding: 0;
  opacity: 0;
  transform: translateY(10PX);
  -webkit-animation: hsycms-alert-text-data-v-6df8e98d .3s ease forwards;
  animation: hsycms-alert-text-data-v-6df8e98d .3s ease forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}
.dialog .hsycms-model.hsycms-model-error .hsycms-model-text {
  color: #f34f4f
}
.dialog .hsycms-model .hsycms-model-content {
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  max-height: 80%;
  font-size: 14PX
}
.dialog .hsycms-model .hsycms-model-btn {
  display: flex;
  align-items: center;
  border-top: 1px solid #f1f1f1;
  justify-content: center;
  margin-top: 20PX;
  opacity: 0;
  -webkit-animation: hsycms-alert-button-data-v-6df8e98d .6s ease forwards;
  animation: hsycms-alert-button-data-v-6df8e98d .6s ease forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.dialog .hsycms-model .hsycms-model-btn button {
  flex: 1;
  color: #999;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 12PX
}
.dialog .hsycms-model .hsycms-model-btn button:last-child {
  color: #f34f4f
}
.dialog .hsycms-model .hsycms-model-btn button.cancel {
  border-right: 1px solid #f1f1f1
}
.dialog .hsycms-model .hsycms-model-btn button:active {
  opacity: .8
}
@-webkit-keyframes hsycms-open-data-v-6df8e98d {
  0% {
    transform: scale(0);
    opacity: 0
  }
  to {
    transform: scale(1);
    opacity: 1
  }
}
@keyframes hsycms-open-data-v-6df8e98d {
  0% {
    transform: scale(0);
    opacity: 0
  }
  to {
    transform: scale(1);
    opacity: 1
  }
}
@-webkit-keyframes hsycms-close-data-v-6df8e98d {
  0% {
    transform: scale(1);
    opacity: 1
  }
  30% {
    transform: scale(1.05);
    opacity: .5
  }
  to {
    transform: scale(.7);
    opacity: 0
  }
}
@keyframes hsycms-close-data-v-6df8e98d {
  0% {
    transform: scale(1);
    opacity: 1
  }
  30% {
    transform: scale(1.05);
    opacity: .5
  }
  to {
    transform: scale(.7);
    opacity: 0
  }
}
.dialog .hsycms-alert-svgcircle {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  -webkit-animation: hsycms-alert-ruand-data-v-6df8e98d .5s ease-in-out forwards;
  animation: hsycms-alert-ruand-data-v-6df8e98d .5s ease-in-out forwards
}
.dialog .hsycms-alert-svgca1, .dialog .hsycms-alert-svggou {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: hsycms-alert-tick-data-v-6df8e98d .6s ease-out forwards;
  animation: hsycms-alert-tick-data-v-6df8e98d .6s ease-out forwards;
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}
.dialog .hsycms-alert-svgca2 {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: hsycms-alert-tick-data-v-6df8e98d .6s ease-out forwards;
  animation: hsycms-alert-tick-data-v-6df8e98d .6s ease-out forwards;
  -webkit-animation-delay: .85s;
  animation-delay: .85s
}
@-webkit-keyframes hsycms-alert-ruand-data-v-6df8e98d {
  form {
    stroke-dashoffset: 200
  }
  to {
    stroke-dashoffset: 400
  }
}
@keyframes hsycms-alert-ruand-data-v-6df8e98d {
  form {
    stroke-dashoffset: 200
  }
  to {
    stroke-dashoffset: 400
  }
}
@-webkit-keyframes hsycms-alert-tick-data-v-6df8e98d {
  0% {
    stroke-dashoffset: 80
  }
  to {
    stroke-dashoffset: 0
  }
}
@keyframes hsycms-alert-tick-data-v-6df8e98d {
  0% {
    stroke-dashoffset: 80
  }
  to {
    stroke-dashoffset: 0
  }
}
@-webkit-keyframes hsycms-alert-text-data-v-6df8e98d {
  0% {
    transform: translateY(10PX);
    opacity: 0
  }
  to {
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes hsycms-alert-text-data-v-6df8e98d {
  0% {
    transform: translateY(10PX);
    opacity: 0
  }
  to {
    transform: translateY(0);
    opacity: 1
  }
}
@-webkit-keyframes hsycms-alert-button-data-v-6df8e98d {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes hsycms-alert-button-data-v-6df8e98d {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes hsycms-alert-load-data-v-6df8e98d {
  0% {
    transform: translateY(0);
    opacity: 0
  }
  50% {
    transform: translateY(-10PX);
    opacity: 1
  }
  to {
    transform: translateY(0);
    opacity: 0
  }
}
@keyframes hsycms-alert-load-data-v-6df8e98d {
  0% {
    transform: translateY(0);
    opacity: 0
  }
  50% {
    transform: translateY(-10PX);
    opacity: 1
  }
  to {
    transform: translateY(0);
    opacity: 0
  }
}
.has-show-tip {
  width: 19.2rem;
  height: 2.55rem;
  background: #122133;
  opacity: .9;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 99;
  transform: translateX(-50%) translateY(100%);
  transition: transform .3s;
  padding-top: .42rem
}
.has-show-tip.active {
  transform: translateX(-50%) translateY(0)
}
.has-show-tip > span {
  top: .42rem;
  right: .8rem;
  color: #fff;
  font-size: .3rem;
  cursor: pointer;
  position: absolute;
  transition: transform .3s;
  width: .4rem;
  height: .4rem;
  padding: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAjZJREFUeF7tmlFuxCAMROE67XWqXqe716l6nfY6VKhBoiibeIzHrAL9rQOex9iBLDFM/hcn1x8WgOWAyQmsEpjcAKsJrhJYJaAkkFJ6iTH+KB83fawnF1UJ5AlDCJ8hhK8Y481UDThYSinP/xZCeNcsCAygEv+65XofBWET/7Hl8a2BAAHYEV/Wyx1CI77kAUMQAzgQ7w7hgXgVBDGAPPrJxDmE7gTrHCAAoyFYi896YACjIDDEqwF4Q2CJ7wIghHCLMd7BV/u/8JRSfs0d7TW6+o6qBOoMBaujhsAW3+2AAoIBwUO8GQDrcvASbwrACoJAvLqk9npRdw9oB+0pB2/x5g7o6QkjxNMAoOUwSjwVgBBC2SOUI+1emZrWfDuBeQ9Q9ISjfRJVPN0BQE9wX/kyId0BSgj0lXcHIOwJOaxrb4+eO9wcMD0AwQapXjw3F7g4ABRfQLhAoANQineDQAUgEC/ZCFGdQAMgEV9+UEFi0S5/Fk8BoBGkeeZMnOT/5gB6hPQ8KxFL/x5gIcBiDASGmQMsE7cc6wyGCQBGwowxKSXATJQ5tslhyCNB9hzqEmAnVtuVOZcKADOhR02LNScMgJXIWbcWHqfhbTMEYKR44MsSBEEMYF2R+bsiU67HlRtibsdW4ddm3iWpyoItBMhyklqXxjQlCYvP84hLoHktzXtRsnaC5mamdHWROPerskhyzx6rKoFnF4XktwAgtK4YuxxwxVVFNC0HILSuGLsccMVVRTT9AqqqilDogmOzAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: .18rem .18rem
}
.has-show-tip > span:hover {
  transform: rotate(-90deg)
}
.has-show-tip h2 {
  font-size: .34rem;
  font-weight: 400;
  color: #fff;
  text-align: center
}
.has-show-tip h2 span {
  font-size: .16rem;
  font-weight: 400;
  color: #fff;
  margin-left: .19rem
}
.has-show-tip h2 span b {
  color: #eb5518;
  font-weight: 400
}
.has-show-tip > div .form {
  margin-top: .34rem;
  width: 100%;
  height: .9rem;
  background: rgba(18, 33, 51, .8);
  opacity: 0;
  -webkit-animation: slide-down-in 1s, fade-in 1s;
  animation: slide-down-in 1s, fade-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.has-show-tip > div .form, .has-show-tip > div .form ul {
  display: flex;
  align-items: center;
  justify-content: center
}
.has-show-tip > div .form ul li {
  width: 2.95rem;
  height: .52rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: .01rem solid hsla(0, 0%, 100%, .3)
}
.has-show-tip > div .form ul li:not(:first-child) {
  margin-left: .41rem
}
.has-show-tip > div .form ul li i {
  width: .14rem;
  height: .14rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOCAYAAAAbvf3sAAAA+UlEQVQokYXRvyvGURgF8A8pO1HKyICVgWLwWiwmg5lVKbtJMfkDpAwsJhm805uSkkWhlB8TJYO8g5gs9NT96np7fZ3l1r3nPOee87TUZ+UYxhrG090xVnBecFoz8hQOsYMOdGIPVVQKUuHQjnvM4cxvTGAX/fgsHGLCdRNy4AR3mMy/1IfLJuQCF8nhR/CGnhJBvL3mghpmUthGRPhpHOWCZ2xhH12ZoBsH2MRLY603GMVtqrKamosiTgtSWzoXsYDBlGcsDZvHO66wjfXYw0CaNoL6H6F707YrMWUZqyXkwBM2sBQOjxjCR4kgEHuohUP0+x858ICvb/aINqbmfi09AAAAAElFTkSuQmCC);
  background-size: 100% 100%
}
.has-show-tip > div .form ul li b {
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: .14rem;
  font-weight: 400;
  color: #ed5400
}
.has-show-tip > div .form ul li input {
  height: 100%;
  background: none;
  border: none;
  color: #fff;
  font-family: Microsoft Yahei, -apple-system, PingFang SC, Helvetica Neue, STHeiti, Tahoma, Simsun, sans-serif;
  font-size: .18rem;
  padding-left: .19rem
}
.has-show-tip > div .form ul li input::-moz-placeholder {
  font-family: Microsoft Yahei, -apple-system, PingFang SC, Helvetica Neue, STHeiti, Tahoma, Simsun, sans-serif;
  color: #999
}
.has-show-tip > div .form ul li input:-ms-input-placeholder {
  font-family: Microsoft Yahei, -apple-system, PingFang SC, Helvetica Neue, STHeiti, Tahoma, Simsun, sans-serif;
  color: #999
}
.has-show-tip > div .form ul li input::placeholder {
  font-family: Microsoft Yahei, -apple-system, PingFang SC, Helvetica Neue, STHeiti, Tahoma, Simsun, sans-serif;
  color: #999
}
.has-show-tip > div .form ul li:nth-child(2) i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAA8klEQVQokY3SvSvGURjG8c/jJatSBi8pOxGKlI0yUZSXTYqkFCY7IgxIRkWymsjCwEb5FyhlIQsrOnX/6knxc03n6up77pdzCq/DkmaxjDkcyVEJujGJViyh+T/QKqbxgCnsoZAH1eA2/A1e0JMHlaIi/Dia8JEHnWIi/Cb6cJcHbWABlTjE0F9ABj3H8FtYiaodeVDSLuoxgjGcoC2yQVyg9yf0GcA8quKcwNT2GrbjaXbS4jIo6Q0D2EctutAQrZ+FL8dB9o2KVYdzHGMdX0VhNe6LK2V6iltbcIX2CDpxicWyXxb0jlH0x5Ia8YgZXH8DHfUuZiJLBYMAAAAASUVORK5CYII=);
  background-size: 100% 100%
}
.has-show-tip > div .form ul li:nth-child(3) i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA1klEQVQokZ3RIUuDURTG8d/kFYagmGXBtmY0imlhCFOwieBH0OLA5EfQD2GxLNhWFauwYBLUsiZoManIkTsYl3fvO3zghnt4/vc559zG274xuqq1hlNsT1wFVnFeAy7lhQDPcFEDxuO7OfiAGyxXgK/o4ygdMeMzDvibNTTCRgbupdoJrqPDSGzgfsr0g5cMHKCHd3xGSDGjtWM8Ypi6aeeGhaqNVKkscQd3U/crrGOrLvFjnsQy8Pa/4FwKcBHNGncrHyGWc4knfKXaSsk/fuMwfVMHm794aSMPlGooaQAAAABJRU5ErkJggg==);
  background-size: 100% 100%
}
.has-show-tip > div .form ul li:nth-child(4) {
  width: 1.46rem;
  border: none
}
.has-show-tip > div .form ul li:nth-child(4) .btn {
  width: 1.46rem;
  height: .48rem;
  line-height: .48rem;
  margin: 0
}
.has-show-tip .deal {
  font-size: .14rem;
  color: #999;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center
}
.has-show-tip .deal.active i b {
  opacity: 1
}
.has-show-tip .deal i {
  width: 14PX;
  height: 14PX;
  border: 1px solid #ed5400;
  border-radius: 100%;
  margin-right: .05rem;
  display: flex;
  align-items: center;
  justify-content: center
}
.has-show-tip .deal i b {
  width: 8PX;
  height: 8PX;
  background: #ed5400;
  border-radius: 100%;
  opacity: 0;
  transition: .1s
}
.has-show-tip .deal span {
  color: #ed5400
}
.agreement .body {
  width: 10.5rem;
  height: 7rem !important;
  border-radius: .03rem;
  padding-left: .8rem
}
.agreement .body h1 {
  text-align: center;
  font-size: .28rem;
  line-height: .6rem;
  padding-right: .8rem;
  padding-top: .2rem
}
.agreement .body .text {
  font-size: .17rem;
  height: 5rem;
  overflow: auto;
  margin-top: .2rem;
  padding-right: .1rem;
  line-height: .33rem;
  color: #999;
  margin-bottom: .2rem;
  width: 9.2rem;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none
}
.agreement .body .text::-webkit-scrollbar {
  width: .08rem;
  height: .08rem
}
.agreement .body .text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 .01rem transparent;
  border-radius: .05rem;
  background-color: transparent
}
.agreement .body .text::-webkit-scrollbar-thumb {
  border-radius: .05rem;
  box-shadow: inset 0 0 .06rem rgba(0, 0, 0, .3);
  background: #ed5400
}
.agreement .body .text p {
  font-weight: 700;
  color: #555
}
.agreement .body .text p.centent {
  text-align: center;
  margin: .4rem 0
}
.agreement .body .text b {
  color: #555
}
.agreement .body .text b.line {
  text-decoration: underline
}
.agreement .body .btn-box {
  padding-right: .8rem
}

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

.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(102, 45, 145, 1) 0%,
  rgba(8, 32, 196, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.pageBanner ._info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  padding: 0 15.625vw;
  width: 100%;
  color: #fff;
  padding-top: 0.9rem;
}

.pageBanner ._info ._title {
  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: 31.2499999vw;
}

.pageBanner.style1 ._info ._title .en {
  font-size: 0.68rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  font-family: "Noto Serif", "Noto Serif CJK SC", "Noto Serif CJK",
    "Source Han Serif SC", ‘ Source Han Serif ’, source-han-serif-sc, serif;
}

.pageBanner.style1 ._info ._title .cn {
  margin-top: -0.45rem;
  font-size: 0.48rem;
  font-weight: 600;
}

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

.pageBanner.style2 {
  height: 34.895833333333336vw;
}

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

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

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

.pageBanner.style3 {
  height: 31.25vw;
}
/* 次页子菜单栏 */
.below {
  height: 0.8rem;
  line-height: 0.8rem;
}

.below .below_l {
  background-color: var(--color01);
  padding-left: 6.25vw;
}

.below .below_l a {
  color: #fff;
}

.below .below_l ._index {
  font-size: 0.36rem;
  padding-right: 0.2rem;
}

.below .below_l ._superior {
  padding-right: 2.604166666666667vw;
  transition: background-color 0.3s ease;
}

.below .below_l ._superior span {
  text-align: center;
  padding: 0 5.208333333333334vw;
}

.below .below_r {
  background-color: #f5f5f5;
  padding-right: calc(0.7rem + 8px);
  position: relative;
}

.slidenav {
  text-align: center;
}

.slidenav .swiper-slide {
  width: 20%;
}

.slidenav ._item>a {
  color: #333;
  position: relative;
  transition: color 0.3s ease;
}

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

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

.slidenav ._item>a .hoverable_txt:after {
  background-color: var(--color01);
}

.slidenav .swiper-slide.active ._item>a {
  color: var(--color01);
  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 {
  color: var(--color01);
  background-color: #c9def6;
  text-align: center;
  transition: all 0.3s ease;
}

/* 关于我们-企业风采 */
.style {
  padding: 4.1666666vw 0 5.20833333vw;
  position: relative;
  overflow: hidden;
}

.style ._bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 110%;
  overflow: hidden;
}

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

.style ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(8, 32, 196, 0.06);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.style .masterTitle3 .cn {
  line-height: 2;
}

.style .teamTit {
  margin: 0.6rem auto 0;
  max-width: 32.5vw;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

.styleList {
  margin-top: 0.8rem;
}

.styleList ._item {
  cursor: default;
  /* transition:all .3s ease-in-out */
}
.styleList ._item ._img{
  height: 2.62rem;
  position: relative;
  overflow: hidden;
}
.styleList ._item ._img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.styleList ._item ._name {
  margin-top: 0.1rem;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
}


.styleList ._item:hover,
.styleList ._item:hover ._name {
  color: var(--color01);
}
.styleList ._item:hover ._img img{
  transform: scale(1.1);
}

/* 关于我们-企业文化 */
.culture {
  padding: 5.20833333vw 0;
  background-color: rgba(247, 248, 250, 1);
  position: relative;
  overflow: hidden;
}

.culture .masterTitle3 .cn {
  line-height: 2;
}

.cultureList {
  margin-top: 0.6rem;
  justify-content: space-between;
}

.cultureList ._item {
  padding-bottom: .3rem;
  position: relative;
  width: calc((100% - .9rem) / 4);
  cursor: pointer;
}

.cultureList ._item::before {
  width: 0%;
  height: 2px;
  background: var(--color01);
  position: absolute;
  display: block;
  content: "";
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1
}

.cultureList ._item::after {
  width: 100%;
  height: 1px;
  background: #dbdada;
  position: absolute;
  display: block;
  content: "";
  bottom: 1px;
  left: 0;
}

.cultureList ._item .ico {
  background-color: #fff;
  border-radius: 10px;
  padding: .4rem 0;
}

.cultureList ._item i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(-360deg, rgba(102, 45, 145, 1) 27.92%, rgba(147, 73, 152, 1) 47.4%, rgb(193, 147, 196) 93.44%);
}

.cultureList ._item .name {
  margin-top: .3rem;
  font-size: .24rem;
  line-height: 2;
  font-weight: bold;
  color: var(--color01);
  transition: all 0.25s;
}

.cultureList ._item .text {
  font-size: .18rem;
  line-height: 1.6;
  margin-top: .12rem;
  margin-bottom: .1rem;
  font-weight: 600;
  color: #3e3e3e;
}
.cultureList ._item .desc{
  line-height: 1.8;
}

.cultureList ._item:hover::before {
  width: 100%;
}

.cultureList ._item:hover .name {
  
}

/* 联系我们 */
.page-contact {
  background: #F7F7F7;
  display: flex;
}

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

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

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

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

.page-contact-tel i svg path {
  fill:  var(--color01)
}

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

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

.page-contact-adds {
  margin-bottom: .7rem;
}

.page-contact-adds p {
  align-items: center;
  font-size: .16rem;
  color: #333;
  line-height: 2;
}

.page-contact-adds p i {
  margin-right: .1rem;
  font-size: .18rem;
  color: var(--color01);
  line-height: 1;
}

.page-contact-code {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.page-contact-code-item {
  margin-right: 2vw;
  text-align: center;
  width: calc((100% - 6vw) / 4)
}
.page-contact-code-item img{
  display: block;
  width: 100%;
}
.page-contact-code-item:last-child {
  margin-right: 0
}

.page-contact-code-item p {
  font-size: .16rem;
  color: #333;
  margin-top: .1rem;
}

.page-contact-info {
  margin-top: .6rem;
  font-size: .16rem;
  color: #999;
  line-height: 2
}

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

.page-contact-right #enmap {
  width: 100%;
  height: 100%
}

/* 新闻资讯 */
.news {
  padding-top: 7.8125vw;
  padding-bottom: 8.854166666666668vw;
}
._newsList ._item {
  padding: .3rem 0;
  width: 100%;
  align-items: stretch;
  position: relative;
}

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

._newsList ._item::after {
  background: var(--color01);
  width: 0
}

._newsList ._item::first-child {
  padding-top: 0;
}

._newsList ._img {
  width: 30%;
}

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

._newsList ._info {
  padding-left: .5rem;
  width: 70%;
}

.news_title {
  width: 100%;
  font-size: .24rem;
  font-weight: 600;
  color: #333333;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.news_time {
  width: 100%;
  font-size: .14rem;
  color: #999999;
  margin-top: .1rem;
  position: relative;
}

.news_time::after {
  content: "";
  display: block;
  width: .7rem;
  height: 1px;
  background-color: var(--color01);
  transform: translateY(.05rem);
}

.news_desc {
  width: 100%;
  font-size: .16rem;
  line-height: 2;
  color: #333333;
  margin-top: .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

}

._newsList ._item .product_more {
  margin-top: .1rem;
  margin-left: 0;
  margin-bottom: 0;
  width: auto;
  text-align: left;
  background-color: transparent;
  color: #333;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

._newsList ._item:hover::after {
  width: 100%
}

._newsList ._item:hover .news_title,
._newsList ._item:hover .product_more {
  color: var(--color01)
}
/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

#pages li {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

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

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

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

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

#pages li:hover a {
  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;
}

.newsDel ._info ._top ._line {
  color: #999;
}

.newsDel ._sell {
  width: 4.9rem;
}

.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 ._contin img{
    display: inline-block;
    max-width:800px;
    height: auto!important;
}
.newsDel ._info ._contin iframe{
  width:68%;
  height: 600px;
  margin: 0 auto;
}
.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;
}
/* 移动底部菜单 */
.mobile{
  display: none;
}
.mobile .tab-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: .98rem;
  width: 100%;
  background: #f4f4f4;
  display: flex;
  font-size: .26rem;
  font-weight: 400;
  color: #000;
  z-index: 998
}
.mobile .tab-bar img {
  width: .3rem;
  margin-right: .09rem
}
.mobile .tab-bar > a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer
}
.mobile .tab-bar > a:first-child {
  width: 2.43rem
}
.mobile .tab-bar > a:nth-child(2) {
  flex: 1
}
.mobile .tab-bar > a:nth-child(3) {
  width: 2.65rem
}
.mobile .tab-bar > a div {
  display: flex;
  align-items: center
}
.mobile .tab-bar > a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.36rem;
  height: .04rem;
  background: var(--color01);
  border-radius: .1rem .1rem 0 0
}
/*富文本强制定义*/
.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;
  }
}

/*电端加上鼠标效果/动画 */
@media screen and (min-width: 1025px) {

  .rollAni,
  .font_effect {
    visibility: hidden;
  }

  .hoverable:hover .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);
  }

  .menu ._list ._item ._b li a:hover {
    color: var(--color01);
  }

  .header .menu ._list ._item ._a,
  .header .menu ._list ._item ._b li {
    animation-name: fadeInUpSmall;
    animation-duration: 0.65s;
    animation-fill-mode: both;
  }

  .header .menu ._list ._item ._a {
    animation-delay: 0.2s;
  }

  .header .menu ._list ._item ._b li:nth-child(1) {
    animation-delay: 0.3s;
  }

  .header .menu ._list ._item ._b li:nth-child(2) {
    animation-delay: 0.4s;
  }

  .header .menu ._list ._item ._b li:nth-child(3) {
    animation-delay: 0.5s;
  }

  .header .menu ._list ._item ._b li:nth-child(4) {
    animation-delay: 0.6s;
  }

  .header .menu ._list ._item ._b li:nth-child(5) {
    animation-delay: 0.7s;
  }

  .header .menu ._list ._item ._b li:nth-child(6) {
    animation-delay: 0.8s;
  }

  .header .menu ._list ._item ._b li:nth-child(7) {
    animation-delay: 0.9s;
  }

  .header .menu ._list ._item ._b li:nth-child(8) {
    animation-delay: 1s;
  }

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

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

  .Hnews ._top ._tab ._item>a:hover {
    color: var(--color01);
  }

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

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

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

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

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

  .light.on {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .light ._close .light_close_btn:hover i {
    transform: rotateZ(360deg);
  }

  .light ._menu ._item ._a a:hover {
    color: var(--color01);
  }

  .light ._menu ._item ._b a:hover {
    color: var(--color01);
  }

  .light.on ._menu ._item {
    animation-name: fadeInRight;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    will-change: transform;
  }

  .light.on ._menu ._item:nth-child(1) {
    animation-delay: 0.8s;
  }

  .light.on ._menu ._item:nth-child(2) {
    animation-delay: 1s;
  }

  .light.on ._menu ._item:nth-child(3) {
    animation-delay: 1.2s;
  }

  .light.on ._menu ._item:nth-child(4) {
    animation-delay: 1.4s;
  }

  .light.on ._menu ._item:nth-child(5) {
    animation-delay: 1.6s;
  }

  .light.on ._quote ._tel,
  .light.on ._quote ._search {
    animation-name: fb3;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    will-change: transform;
  }

  .light.on ._quote ._tel {
    animation-delay: 1.8s;
  }

  .light.on ._quote ._search {
    animation-delay: 2s;
  }

  .project ._item ._column li>a:hover:before {
    opacity: 0;
  }

  .project ._item ._column li>a:hover:after {
    opacity: 1;
  }

  .project ._item ._column li>a:hover {
    color: var(--color01);
    padding-left: calc(0.35rem + 5px);
  }

  .project ._item ._column li>a:hover i {
    color: var(--color01);
  }

  .project ._item>div:hover:after {
    -webkit-clip-path: polygon(0 0, 50% 0, 20% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 0, 20% 100%, 0% 100%);
  }

  .project ._item {
    opacity: 0;
  }

  .project ._item.fb3 {
    opacity: 1;
  }

  .project ._item.fb3:nth-child(4n + 1) {
    animation-delay: 0s;
    transition-delay: 0s;
  }

  .project ._item.fb3:nth-child(4n + 2) {
    animation-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .project ._item.fb3:nth-child(4n + 3) {
    animation-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .project ._item.fb3:nth-child(4n + 4) {
    animation-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .business ._title {
    overflow: hidden;
  }

  .business ._title>div {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.58s ease;
  }

  #screenSwiper>.swiper-wrapper>.active .business ._title>div {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
  }

  .business ._line {
    transform: translateY(20px);
    transition: all 0.58s ease;
    opacity: 0;
    visibility: hidden;
  }

  #screenSwiper>.swiper-wrapper>.active .business ._line {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.7s;
  }

  .business ._list ._item {
    overflow: hidden;
  }

  .business ._list ._item>a {
    transform: translateY(100%);
    transition: all 0.58s ease;
    opacity: 0;
    visibility: hidden;
  }

  #screenSwiper>.swiper-wrapper>.active .business ._list ._item>a {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.9s;
  }

  .business ._btn {
    transform: translateY(20px);
    transition: all 0.58s ease;
    opacity: 0;
    visibility: hidden;
  }

  #screenSwiper>.swiper-wrapper>.active .business ._btn {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition-delay: 1.1s;
  }

  #screenTab .item>a:hover:after {
    transform: translate(-50%, -50%) scale(2);
  }

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

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

  .serveLick ._list ._item:nth-child(3n + 1) {
    animation-delay: 0s;
  }

  .serveLick ._list ._item:nth-child(3n + 2) {
    animation-delay: 0.1s;
  }

  .serveLick ._list ._item:nth-child(3n + 3) {
    animation-delay: 0.2s;
  }

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

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

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

  .profile ._bg.fn2>img {
    transform: none;
    transition: transform 2s ease-in-out;
  }

  .cultureList ._item:nth-child(3n + 1) {
    animation-delay: 0s;
  }

  .cultureList ._item:nth-child(3n + 2) {
    animation-delay: 0.2s;
  }

  .cultureList ._item:nth-child(3n + 3) {
    animation-delay: 0.4s;
  }

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

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

  .newsList ._item {
    opacity: 0;
  }

  .newsList ._item.fb3 {
    opacity: 1;
  }

  .newsList ._item.fb3:nth-child(3n + 1) {
    animation-delay: 0s;
    transition-delay: 0s;
  }

  .newsList ._item.fb3:nth-child(3n + 2) {
    animation-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .newsList ._item.fb3:nth-child(3n + 3) {
    animation-delay: 0.4s;
    transition-delay: 0.4s;
  }

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

  .Habout .crumbs a:hover .crumbs_cnt:before,
  .Habout .crumbs a:hover .crumbs_cnt:after {
    opacity: 1;
  }

  .Habout .crumbs a:hover .item_bg>img {
    transform: scale(1.1);
  }

  .clock ._list ._li>div {
    transform: translateY(-40px);
    opacity: 0;
  }

  .clock ._list ._li:nth-child(1)>div {
    transition-delay: 0.2s;
  }

  .clock.fadeIn ._list ._li>div {
    transform: none;
    opacity: 1;
    transition: all 1s ease;
  }

  .clock.fadeIn ._list ._li:nth-child(1)>div {
    transition-delay: 0.5s;
  }

  .clock.fadeIn ._list ._li:nth-child(2)>div {
    transition-delay: 0.7s;
  }

  .clock.fadeIn ._list ._li:nth-child(3)>div {
    transition-delay: 0.9s;
  }

  .clock.fadeIn ._list ._li:nth-child(4)>div {
    transition-delay: 1.1s;
  }

  .clock.fadeIn ._list ._li:nth-child(5)>div {
    transition-delay: 1.3s;
  }

  .clock.fadeIn ._list ._li:nth-child(6)>div {
    transition-delay: 1.5s;
  }

  .clock.fadeIn ._list ._li:nth-child(7)>div {
    transition-delay: 1.7s;
  }

  .clock>img {
    transform: rotate(-180deg);
  }

  .clock.fadeIn>img {
    transform: none;
    transition: transform 1.8s ease;
  }

  .purpose ._list ._item ._obj {
    animation: aniY 1.2s infinite cubic-bezier(0.36, 0, 0.7, 1) alternate backwards;
  }

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

  .project ._item>div {
    height: 366px;
  }

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

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

  .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 .language .language_item a {
    line-height: 0.44rem;
  }

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

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

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

  .contactlist ._li ._citycnt ._map .ripple>span {
    width: 11px;
    height: 11px;
  }

  .row {
    width: 90%;
  }

  .project ._item>div {
    height: 317px;
  }

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

  .HprojectInfo {
    width: 480px;
  }
}

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

  .project ._item {
    width: 33.333333%;
  }

  .project ._item>div {
    height: 282px;
  }

  .welfare ._hot ._item>span {
    padding: 0 0.2rem;
  }

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

  .HprojectInfo {
    width: 420px;
  }
}

@media screen and (max-width: 1024px) {
  .welfare ._hot ._item:nth-child(1) {
    top: 10%;
    left: 0%;
  }

  .welfare ._hot ._item:nth-child(2) {
    top: 65%;
    left: 5%;
  }

  .welfare ._hot ._item:nth-child(3) {
    top: 35%;
    left: 20%;
  }

  .welfare ._hot ._item:nth-child(4) {
    top: 75%;
    left: 30%;
  }

  .welfare ._hot ._item:nth-child(4)>span {
    transform: scale(0.8);
  }

  .welfare ._hot ._item:nth-child(5) {
    top: 0%;
    left: 33%;
  }

  .welfare ._hot ._item:nth-child(6) {
    top: 30%;
    left: 50%;
  }

  .welfare ._hot ._item:nth-child(4)>span {
    transform: scale(0.9);
  }

  .welfare ._hot ._item:nth-child(7) {
    top: 80%;
    left: 63%;
  }

  .welfare ._hot ._item:nth-child(8) {
    top: 40%;
    left: 70%;
  }

  .welfare ._hot ._item:nth-child(9) {
    top: 5%;
    left: 82%;
  }

  #main {
    position: initial;
  }

  .header .menu {
    display: none;
  }

  .light_open {
    display: none;
  }

  .light {
    display: none;
  }

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

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

  .pc-nav {
    width: 100%;
    height: 50px;
  }

  .pc-nav ._logo>a>div {
    height: 40px;
  }

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

  .pc-nav .operation {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .pc-nav>.nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    justify-content: center;
    z-index: -1;
    text-align: center;
    top: 50px;
    bottom: 0;
    display: flex;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.65s ease;
  }

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

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

  .header.mobileNav .pc-nav>.nav {
    transform: none;
  }
  .header__tel{
    margin-left: auto;
    padding-left: 0;
    font-size: .266rem;
  }
  .header__tel a{
    font-size: .42rem;
  }
  .header__tel span{
    display: none;
  }

  .openMenu {
    padding: 0 0.35rem;
  }

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

  .pc-nav .nav .nav_a>a {
    height: 1rem;
    line-height: 1rem;
    padding: 0;
    font-size: 16px;
    color: #333;
  }
  .Hbanner{
    margin-top: 50px;
    height: 32vh;
  }
  #Hbanner .swiper-slide:nth-child(3){
    transform: none;
  }
  #Hbanner .swiper-slide:nth-child(3) .Hbanner_txt ._item{
    text-align: left;
    transform: none;
  }
  #Hbanner .Hbanner_txt ._item ._title{
    font-size: .56rem;
  }
  #Hbanner .Hbanner_txt ._item ._tps{
    font-size: .28rem;
  }
  /* #Hbanner .Hbanner_txt ._item ._btn {
    margin-top: 0.6rem;
  } */
  .indexTitle1 ._cn{
    font-size: .44rem;
  }
  .indexTitle1 ._slogan{
    padding: 0 5%;
  }
  .Hbusiness{
    padding-top: 0;
  }
  .Habout .row, .Hbusiness .row{
    padding: 0;
  }
  .Hbusiness ._list ._item{
    width: 48%;
  }
  .Hbusiness ._item ._name{
    font-size: .3rem;
  }
  .Hbusiness ._item ._desc{
    font-size: .22rem;
  }
  .Habout{
    padding: 1.2rem 0;
  }
  .Habout ._box{
    flex-wrap: wrap;
  }

  .Habout .Habout_l {
    width: 100%;
    height: 4.2rem;
  }

  .Habout .Habout_r {
    padding-left: 0;
    width: 100%;
  }

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

  .Habout ._info ._line {
    max-width: 90%;
  }
  .pubInfo{
    margin-bottom: 0;
  }
  .pubInfo .info_text h4{
    font-size: .32rem;
  }

  .pubInfo .info_text {
    width: 100%;
    line-height: 2;
  }
  .pubInfo .info_btn ._lines{
    font-size: .3rem;
  }
  .pubInfo .info_btn{
    height: .72rem;
    line-height: .72rem;
  }
  .pubInfo .info_btn i{
    height: .72rem;
    line-height: .72rem;
  }
  .Hadvantage{
    padding: 1.2rem 0;
  }
  .HadvantageInfo {
    flex-wrap: wrap;
  }
  .HadvantageInfo ._item{
    margin-right: 0;
    margin-bottom: .3rem;
    width: 100%;
  }
  .HadvantageInfo ._item ._cn{
    font-size: .36rem;
  }
  .HadvantageInfo ._item ._list div{
    font-size: .3rem;
  }

  .Hnews {
    padding: 1.2rem 0;
  }
  .Hnews ._cnt{
    flex-wrap: wrap;
  }
  .Hnews ._picBox {
    width: 100%;
  }
  .HnewsList{
    width: 100%;
  }
  .Hcontact ._text{
    font-size: .32rem;
  }
  .footer{
    margin-bottom: .98rem;
  }

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

  .footer ._address {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.7rem;
  }

  .footer ._left {
    display: none;
  }

  .footer ._top ._logo>a {
    height: 50px;
  }

  .footer ._code .item>a {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .footer ._code .item .follow .follow_text {
    width: 100px;
  }

  .footer ._code .item .follow .follow_text .follow_name {
    font-size: 16px;
  }
  .footer ._keep .row{
    width: 100%;
    flex-direction: column;
  }
  .footer ._keep ._left{
    padding: 0;
    width: 100%;
    display: block;
    text-align: center;
    border-right: none;
    color: #333;
  }
  .footer ._keep ._left::before{
    display: none;
  }
  .footer ._keep ._right{
    margin-left: 0;
    padding: 0;
    text-align: center;
  }
  .fixed_server{
    display: none;
  }

  .pageBanner.style1 {
    height: 50vw;
  }

  .container {
    padding-top: 50px;
  }

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

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

  .below .below_l {
    display: none;
  }

  .below {
    height: 1rem;
    line-height: 1rem;
  }

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

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

  .slidenav ._item>a {
    padding: 0 5vw;
  }

  .style {
    padding: 1.2rem 0;
  }
  .styleList ._item ._img{
    height: 4rem;
  }

  .styleList ._item ._name {
    font-size: 18px;
  }

  .culture {
    padding: 1.2rem 0;
  }

  .cultureList {
    margin: .6rem auto 0;
    width: 100%;
    flex-wrap: wrap;
  }

  .cultureList ._item {
    margin-right: .3rem;
    margin-bottom: .3rem;
    width: calc((100% - .4rem)/2);
  }

  .cultureList ._item:nth-child(2n) {
    margin-right: 0;
  }

  .cultureList>div {
    flex-wrap: wrap;
    margin: -0.5rem;
  }
  .cultureList ._item .name{
    margin-top: .2rem;
    font-size: .32rem;
  }
  .cultureList ._item .text {
    font-size: .266rem;
    line-height: 1.8;
  }
  .cultureList ._item .desc {
    display: none;
    font-size: .22rem;
  }
  .news_title{
    font-size: 15px;
}
.news_time{
    font-size: 13px;
}
.news_desc{
    font-size: 14px;
    line-height: 1.8;
    display: none;
}
._newsList ._item{
    align-items: flex-start;
}
._newsList ._img{
    height: auto;
}
._newsList ._info{
    padding-left: .3rem;
}
/* 
  .newsList ._item {
    width: 50%;
  }

  .newsList ._item ._time span {
    margin-left: 5px;
  }

  .newsList ._item>a {
    padding: 0.5rem 0.4rem;
  }

  .news {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }

  .newsList>div {
    margin: 0 -0.4rem;
  }

  .pagination li {
    padding: 0 2px;
  } */

  .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;
  }
  /* mobile page contact */
  .page-contact {
    flex-direction: column;
  }

  .page-contact-left {
    width: 100%;
    padding: .4rem .33rem;
  }

  .page-contact-left .page-title {
    font-size: .4rem;
    margin-bottom: .3rem;
  }

  .page-contact-tel {
    margin-bottom: .2rem;
  }

  .page-contact-tel i {
    display: flex;
    width: .8rem;
    height: .8rem
  }

  .page-contact-tel i svg {
    width: .8rem;
    height: .8rem
  }

  .page-contact-tel p {
    font-size: .24rem
  }

  .page-contact-tel p b {
    font-size: .42rem
  }

  .page-contact-adds p {
    margin: .3rem 0;
    font-size: .26rem;
    align-items: flex-start;
    line-height: 1.4;
  }

  .page-contact-adds p i {
    margin-right: .15rem;
    font-size: .3rem;
    line-height: 1.4;
  }

  .page-contact-code-item p {
    font-size: .24rem
  }

  .page-contact-adds {
    margin-bottom: .3rem;
    font-size: .28rem;
  }

  .page-contact-info {
    margin-top: .3rem;
    font-size: .24rem;
  }

  .page-contact-right {
    height: 5rem;
    width: 100%
  }
  .make-appointment .body{
    height: auto!important;
  }
  .make-appointment .body > div .from{
    margin: 0 auto;
    padding: .4rem .5rem .6rem .5rem;
    width: 6.9rem;
    border-radius: .2rem;
  }
  .make-appointment .body > div.height .from{
    height: auto;
  }
  .make-appointment .body > div .from h2{
    text-align: center;
    font-size: .46rem;
    font-weight: bold;
  }
  .make-appointment .body > div .from ul li{
    width: 100%;
    height: .73rem;
    padding: 0 .3rem;
  }
  .make-appointment .body > div .from ul li i{
    width: .24rem;
    height: .24rem;
  }
  .make-appointment .body > div .from ul li input{
    font-size: .24rem;
  }
  .make-appointment .body > div .from .btns{
    width: 100%;
    justify-content: center;
  }
  .make-appointment .body > div .from .btns div{
    width: 2.16rem;
    height: .72rem;
    line-height: .72rem;
    text-align: center;
  }
  .make-appointment .body > div .from .btns div .btn{
    font-size: .24rem;
    height: 100%;
    line-height: .72rem;
  }
  .make-appointment .body > div .from .btns div:nth-child(2) .btn{
    margin-left: .2rem;
    height: 100%;
  }
  .button-wrap .btn{
    width: 100%;
    height: 100%;
  }
  .make-appointment .body > div .right.active{
    display: none;
  }
  .popup .body .close{
    width: .24rem;
    height: .24rem;
    right: .68rem;
    top: .29rem;
  }
  .popup .body .close img:nth-child(1){
    opacity: 0;
  }
  .popup .body .close img:nth-child(2){
    opacity: 1;
  }
  .mobile{
    display: block;
  }
}

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

  .masterBtn1 {
    width: 2.2rem;
    height: 0.72rem;
    border-top-right-radius: 0.72rem;
    border-bottom-right-radius: 0.72rem;
  }

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

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

  .footer ._menu>div ._item {
    width: 50%;
    margin-bottom: 0.6rem;
  }

  .footer ._top ._mail {
    display: none;
  }

  .footer ._top ._logo {
    margin-right: 0;
  }

  .footer .f-menu {
    display: none;
  }

  .footer .bootm_right {
    margin: 0 auto;
  }
  .bottom_code{
      justify-content: flex-start;
  }

  .bottom_code div {
    width: 32%;
  }

  /* .footer ._menu>div ._item:last-of-type{margin-bottom: 0;}
	.footer ._menu ._item ._a a{margin-bottom:8px;}
	.footer ._menu ._item ._b a{padding: 4px 0;} */
  .footer ._link ._list li {
    padding: 4px 0;
  }

  .footer ._keep {
    padding: 0.2rem 5%;
  }

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

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

  .profile ._box>div {
    flex-wrap: wrap;
  }

  .profile ._since {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .profile ._since .logo {}

  .profile ._since .logo img {
    height: .98rem;
  }

  .profile ._since ._tit {
    margin-top: 0;
    margin-left: .38em;
    font-size: .48rem;
    text-align: left;
  }

  .profile ._since ._year {
    margin-top: 0;
    margin-left: .2em;
    font-size: .48rem;
  }

  .profile ._info {
    width: 100%;
    padding: 0;
  }

  .profile ._bg {
    display: none;
  }

  .profile ._info ._txt {
    max-height: initial;
  }

  .profile {
    padding: 1.2rem 0;
  }

  .profile ._info ._icon {
    top: 0;
  }

  .profile ._info ._icon .masterIcon {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .profile ._info ._icon ._line {
    height: calc(100% - 0.5rem);
  }

  .advantage {
    padding: 1.2rem 0 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .advantage ._bg {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    border-radius: unset;
  }

  .advantage ._bg::before {
    border-radius: unset;
  }

  .advantage ._num {
    padding-left: 5%;
    padding-right: 5%;
  }

  .advantage ._num ._item {
    margin-right: .5rem;
    margin-bottom: .5rem;
  }

  .advantage ._num ._item span {
    font-size: .24rem;
  }

  .advantage ._custom {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
  }

  .customList ._item {
    padding: .15rem .2rem;
  }

  .customList ._item p {
    margin-top: .2rem;
    line-height: 1.6;
  }

  .course ._info {
    margin-left: 0;
    width: 100%;
    padding: 0 .2rem 0;
  }

  .course {
    padding: 1.2rem 0;
  }

  .course ._bg>img {
    object-position: right;
  }

  .courseSwiper .swiper-slide.swiper-slide-prev,
  .courseSwiper .swiper-slide.swiper-slide-next {
    display: none !important;
  }

  .courseSwiper .swiper-slide.active {
    width: 100% !important;
  }

  .courseSwiper .swiper-slide.active ._item ._times {
    font-size: 1.68rem;
  }

  .courseList .coursePrev {
    left: -.3rem;
  }

  .courseList .courseNext {
    right: -.3rem;
  }

  .masterTitle2 {
    font-size: 0.36rem;
  }

  .serveLick ._box>div {
    padding: 0 0.35rem;
  }

  .serveLick ._list>div {
    margin: -0.2rem;
  }

  .serveLick ._list ._item {
    width: 100%;
    padding: 0.2rem;
  }

  .serveLick ._box {
    padding: 0.4rem 0;
  }

  .explicit,
  .projectdel {
    overflow: hidden;
  }

  .explicit ._box {
    padding-left: 0.35rem;
  }

  .explicit ._info table {
    width: calc(100% + 5vw) !important;
    margin-right: calc(-5vw);
    max-width: initial !important;
    padding-right: 5vw;
  }

  .contact ._tHd ._img {
    margin-left: 0;
    width: 100%;
    height: 1.4rem;
  }

  .contact ._tHd ._img img {
    margin: 0 auto;
  }

  .contact ._tHd ._img ._tName {
    padding-top: 30px;
    width: 100%;
    left: 0;
    font-size: .48rem;
    line-height: 2;
    justify-content: center;
    text-align: center;
  }

  .contact ._tHd ._slogan {
    display: none;
  }

  .contact ._list {
    flex-direction: column;
  }

  .contact ._list ._item {
    margin-right: 0;
    margin-bottom: .3rem;
    width: 100%;
    box-shadow: 0 0 .3rem rgba(102, 102, 102, .15);
  }

  ._message {
    padding: 1.2rem 0;
  }

  ._form {
    max-width: 100%;
  }

  ._form ._item {
    margin: 0;
    border-radius: .2rem;
  }

  ._form .col-2 {
    width: 100%;
  }

  ._form label {
    width: .6rem;
  }

  ._form ._input {
    width: calc(100% - .6rem);
  }

  ._form ._btn {
    padding: .3rem .3rem;
    display: block;
    width: 100%;
  }

  .purpose ._list ._item {
    width: 50%;
    padding: 0.15rem;
  }

  .purpose ._list>div {
    margin: -0.15rem;
  }

  .cultureList ._item {
    
  }

  .cultureList ._item:nth-child(3),
  .cultureList ._item:last-of-type {
    margin-bottom: 0;
  }

  .cultureList>div {
    margin: 0;
  }

  .cultureList ._item ._title {
    margin-bottom: 0.4rem;
  }

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

  .newsList ._item ._time {
    font-size: 0.4rem;
  }

  .newsList ._item {
    width: 100%;
    margin-bottom: 0.4rem;
    padding-top: 0;
  }

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

  .research ._box {
    flex-wrap: wrap;
  }

  .research ._info {
    width: 100%;
  }

  .research ._img {
    width: 100%;
    order: -1;
  }

  .research ._box:after {
    display: none;
  }

  .research ._img {
    padding: 0.35rem;
  }

  .research ._info>div {}

  .research ._info {
    padding-top: 0.25rem;
    padding-bottom: 0.35rem;
  }

  .project ._item {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .project ._item:last-of-type {
    margin-bottom: 0;
  }

  .project ._item>div {
    height: auto;
  }

  .project ._item ._title .cn s:before {
    width: 5px;
    height: 5px;
  }

  .project ._item ._title .cn {
    font-size: 18px;
  }

  .project ._item ._column {
    margin-top: 0.4rem;
  }

  .project ._item>div {
    padding: 0.5rem 0.4rem;
  }

  .project ._item ._column li>a {
    padding: 0.2rem 0;
  }

  .project ._item ._column ._tab {
    margin: -0.2rem 0;
  }

  .footer ._code .item .follow {
    padding: 0.2rem 0.3rem;
  }

  .recruitList ._table th:nth-child(3),
  #recruitList ._check td:nth-child(3),
  .recruitList ._table th:nth-child(4),
  #recruitList ._check td:nth-child(4),
  .recruitList ._table th:nth-child(5),
  #recruitList ._check td:nth-child(5) {
    display: none;
  }

  #recruitList ._check,
  .recruitList ._table thead {
    height: 0.9rem;
    font-size: 15px;
  }

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

  .recruitList ._table td:last-of-type {
    font-size: 12px;
  }
}