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

:root {
  --color01: rgba(45, 47, 166, 1);
  --color02: rgba(147, 201, 58, 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: #fff;
}

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

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

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

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

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

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

/*页头*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.header::before {
  content: "";
  width: 100vw;
  height: .8rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  z-index: -1;
}

.pc-nav {
  height: .8rem;
}

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

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

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

.pc-nav .nav {
  margin: 0 auto;
}
.pc-nav .nav .nav_a:last-child>.nav_b{
  display: none;
}
.pc-nav .nav .nav_a>a {
  color: rgba(255, 255, 255, 1);
  height: .8rem;
  line-height: .8rem;
  font-size: .18rem;
  padding: 0 0.3rem;
  transition: all 0.3s ease;
  position: relative;
}

.pc-nav .nav .nav_a.active::before,
.pc-nav .nav .nav_a:hover::before {
  opacity: 1;
  transform: translateX(0) skew(-12deg);
}

.pc-nav .nav .nav_a>a:hover,.pc-nav .nav .nav_a.active>a {
  font-weight: bold;
}

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

.pc-nav .nav .nav_a>.nav_b {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 5px 0;
  color: #666;
  min-width: 130px;
  background-color: #fff;
  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 {
  padding-right: 6.25vw;
  color: rgba(102, 102, 102, 1);
  align-items: center;
}

.pc-nav .operation ._item {
  padding: 0 .3rem;
  cursor: pointer;
  transition: background-color .3s ease;
  position: relative;
  align-items: center;
}

.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;
  line-height: 1;
  color: rgba(204, 204, 204, 1);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* 搜索 */

/* 多语言 */
.pc-nav .operation ._item.header__lang {
  padding: 0;
}

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

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

.pc-nav .language .language_item a {
  padding: 0 8px;
  color: rgba(204, 204, 204, 1);
  line-height: 1;
  transition: all 0.3s ease;
}

.pc-nav .language .language_item:first-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: rgba(204, 204, 204, 1);
  transform: translateY(-50%);
}

/* header tel */
.header__tel {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: .14rem;
  padding: 0 0 0 .6rem;
  color: #fff;
  line-height: 1;
}

.header__tel>div {
  align-items: center;
  line-height: 1.8;
}

.header__tel i {
  margin-right: .05rem;
}

.header__tel a {
  font-family: "MiSansLatinBold";
  font-size: .2rem;
  line-height: 1;
  position: relative;
  color: #fff;
  font-weight: bold;
}

.pc-nav .operation ._item.header__tel {
  padding-right: .6rem;
}

.header.onWhite::before {
  background-color: rgb(45, 47, 166);
}

/*首页*/
.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%;
  -webkit-filter: brightness(.5);
  filter: brightness(.5);
  background-color: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: 2;
}

/* #Hbanner ._bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../image/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 ._bg video {
  cursor: auto;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
}

#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 ._subtitle {
  font-size: .36rem;
  color: rgba(46, 125, 50, 1);
  font-family: "AlimamaShuHeiTiBold";
}

#Hbanner .Hbanner_txt ._item ._title {
  font-size: 0.76rem;
  color: #fff;
  margin-bottom: 0.1rem;
  font-weight: 500;
}

#Hbanner .Hbanner_txt ._item ._tps {
  font-size: 0.48rem;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: .32rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

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

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

/*masterBtn1*/
.masterBtn1 {
  height: 0.46rem;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, .9);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
  transition: all .3s;
}

.masterBtn1.style1 {
  background-color: #fff;
  color: rgba(0, 0, 0, .9);
}

.masterBtn1.style2 {
  border: 1px solid rgba(255, 255, 255, .9);
  color: rgba(255, 255, 255, 1);
}

.masterBtn1:hover {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
}

.masterBtn1.style1:hover {
  color: rgba(0, 0, 0, 1);
}

.masterBtn1.style2:hover {
  box-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
}

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

.indexTitle1 ._en {
  margin-top: -.35rem;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .44rem;
  color: rgba(46, 125, 50, 0.1);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}

.indexTitle1 ._cn {
  font-family: "OswaldBold";
  color: var(--color01);
  font-size: 0.36rem;
  line-height: 1;
  font-weight: 900;
}

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

.indexTitle1.style2 ._cn {
  color: var(--color02);
}

.indexTitle1.style2 ._slogan {
  /* color: #fff; */
}

/* 全球布局 */
.Hglobal {
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: hidden;
}

.Hglobal .row {
  align-items: center;
}

.Hglobal ._bg {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: -1;
}

.Hglobal ._bg img {
  display: block;
  flex: 1;
  /* position: absolute;
  right: 0;
  top: 1rem;
  z-index: 1; */
}

.Hglobal ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f3fa;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#chinamap {
  margin: 0 auto;
  width: 12rem;
  height: 10rem;
}

#chinamap svg {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

#chinamap .province {
  transition: fill 0.3s;
}

#chongqing,
#guizhou,
#guangdong,
#fujian {
  fill: var(--color01);
}

#chinamap #chongqing,
#chinamap .province:hover {
  fill: var(--color01);
}

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

.map .spot_psn {
  position: absolute;
  color: #fff;
}

.map .spot_psn.on {
  z-index: 10;
}

.map .spot_psn .spot_psn_btn {
  font-size: .18rem;
  line-height: 2;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  ;
  cursor: pointer;
  font-family: "AlimamaShuHeiTiBold";
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
}

.map .spot_psn .spot_psn_btn img {
  margin-left: 8px;
}

.map .spot_psn span::before,
.map .spot_psn span::after {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}

.map .spot_psn span {
  margin-left: 8px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(7, 85, 173, 1);
  position: relative;
  z-index: 2;
}

.map .spot_psn span::before {
  content: "";
  z-index: -1;
}

.map .spot_psn span:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  left: -4px;
  top: -4px;
  transform: none;
  -webkit-transform: none;
  z-index: -1;
}

._mapNumber {
  color: #343434;
  font-size: .16rem;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 品牌介绍 */
.Hbrand {}

._brandItem {
  height: 6rem;
  align-items: center
}

._brandItem ._img {
  height: 100%;
  flex: 1 0 0px;
  overflow: hidden;
}

._brandItem ._img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
}

._brandItem ._info {
  flex: 1 0 0px;
  flex-direction: column;
  align-items: center
}

._brandItem ._info>div {
  width: 70%;
}

._brandItem ._info ._desc {
  line-height: 1.8;
  text-align:left;
}
._brandItem ._info ._desc p{
  margin-bottom: .1rem;
  text-align: justify;
}

._brandItem ._info .masterBtn1 {
  margin-right: 0;
}

._brandItem:nth-child(even) {
  flex-direction: row-reverse
}

/* 易维EV */
.Hyiwei {
  padding: .8rem;
  position: relative;
  overflow: hidden;
}

.Hyiwei ._bg {
  position: absolute;
  width: 100%;
  height: 120%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.Hyiwei ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(147, 201, 58, .94);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.Hyiwei ._cont {
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.Hyiwei ._cont ._title {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: 900;
}

.Hyiwei ._cont ._desc {
  font-size: 0.28rem;
  line-height: 1.6;
  font-weight: 900;
}


/*masterTitle1*/
.masterTitle1 ._c {
  font-size: 0.3rem;
  font-family: "OswaldBold";
  font-weight: bold;
  letter-spacing: 0;
  text-transform: capitalize;
}

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

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

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

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



/* 底部 */
.footer {
  position: relative;
  z-index: 1;
}

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

.footer ._cnt {
  color: #fff;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  align-items: flex-start;
  justify-content: space-between;
}

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

.footer ._logo {
  width: 2.42rem
}

.footer ._cnt img {
  max-width: 100%
}

.footer ._contact {
  align-items: center
}

.footer ._code {
  margin-right: .15rem;
  width: .8rem;
}

.footer ._contact ._info {
  line-height: 1.7
}

.footer ._copy {
  padding: 0.15rem 0;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer ._copy>div {
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

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

/* 次页 */
/* 关于我们 */
.about-slider {
  position: sticky;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--color01);
  touch-action: none;
  top: 0;
  /* 禁用默认滚动行为 */
}

.about-slider.unfixed {
  position: relative;
  touch-action: auto;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: center center;
  will-change: transform;
  transition: none;
  /* 禁用CSS过渡，使用JS控制动画 */
  z-index: 0;
}

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

/* 指示器样式 */
.slider-dots {
}
.slider-dots.swiper-pagination-bullets.swiper-pagination-horizontal{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 10;
}
.slider-dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}

.slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  transform: scale(1.3);
}

#screenSwiper {
  height: 100vh;
}

#screenSwiper>.swiper-wrapper>.swiper-slide {
  height: 100vh;
  overflow: hidden;
}

#screenSwiper>.swiper-wrapper>.swiper-slide:last-child {
  height: auto;
}

.about-slider .swiper-slide {
  height: 100%;
}

.about-slider .swiper-slide>.screenBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color01);
}

.about-slider .swiper-slide>.screenBg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.about-slider .swiper-slide>.screenBg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-slider .swiper-slide>.screenInfo {
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-slider .swiper-slide>.screenBg:before {
  background-color: rgba(0, 0, 0, .4);
}

.about-slider .swiper-slide .culture {
  color: #fff;
  width: 68%;
}

.culture ._title {
  font-size: .48rem;
  line-height: 1;
  font-weight: bold;
}

.culture ._line {
  font-size: .3rem;
  line-height: 2;
  margin-top: 1.5625vw;
}

/* 公司简介 */
.profile {
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: hidden;
}

.profile ._cont {
  align-items: stretch;
  background-color: var(--color01);
}

.profile ._cont ._info {
  padding: 1rem .68rem;
  width: 58%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
}

.about-num {
  margin-bottom: .3rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  justify-content: space-between;
}

.about-num .item {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.about-num .item label {
  display: block;
  position: relative;
}

.about-num .item i {
  font-size: 0.38rem;
  font-style: normal;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.about-num .item span {
  margin-left: 0.01rem;
  vertical-align: top;
  font-size: .14rem;
  font-weight: 800;
  line-height: 1;
}

.about-num .item p {
  color: rgba(255, 255, 255, .6);
}

.about-num .item+.item::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.profile ._info ._txt {
  text-align: justify;
  margin-top: .2rem;
  line-height: 2.25;
  max-height: calc(10em * 2.25);
}
.profile ._info ._txt p{
  text-indent: 2em;
}

.profile ._cont ._img {
  width: 42%;
  height: 6.8rem;
}

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

/* 服务项目 */
.service {
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: hidden;
}

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

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

._list {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

._list ._item {
  margin-right: .3rem;
  margin-bottom: .3rem;
  width: calc((100% - .6rem)/3);
  background-color: #fff;
  padding: .2rem .3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._list ._item i {
  color: var(--color02);
  font-size: .6rem;
  line-height: 2;
}

._list ._item h4 {
  margin-bottom: .15rem;
  font-weight: bold;
  font-size: .2rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, .78);
  text-transform: capitalize;
}

._list ._item p {
  font-size: .16rem;
  color: rgba(0, 0, 0, .78);
}

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


.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(180deg, #000, #0000);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .2;
  z-index: 1;
}

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

.pageBanner ._info ._title {
  line-height: 1;
}

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

.pageBanner.style1 {
  height: 5rem;
}

.pageBanner.style1 ._info ._title .cn {
  margin-bottom: .38rem;
  font-size: 0.44rem;
  line-height: 1.25;
  font-weight: 900;
}

.pageBanner.style1 ._info ._title .en {
  margin-top: -.2em;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
}

.pageBanner.style2 {
  height: 34.895833333333336vw;
}

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

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

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

.pageBanner.style3 {
  height: 31.25vw;
}

/* 次页子菜单栏 */
.below {
  margin-top: -0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
}

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

.below .below_l {
  padding-left: 6.25vw;
}

.below .below_l .flex {
  align-items: center;
}

.below .below_l ._index {
  padding-right: 0.2rem;
  height: 1.8em;
  color: #fff;
  position: relative;
}

.below .below_l ._index i {
  font-size: 0.36rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.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 {
  padding-right: calc(0.7rem + 8px);
  position: relative;
}

.slidenav {
  text-align: center;
}

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

.slidenav ._item>a {
  overflow: hidden;
  padding: 0;
  perspective: 100vh;
  height: 1.8em;
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: relative;
}

.slidenav ._item>a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0.2rem;
  border-left: 1px solid #fff;
  font-size: .16rem;
  color: #fff;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(26deg);
}

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

.slidenav ._item>a span {
  padding: 0 .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  visibility: visible;
}

.slidenav ._item>a span+span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 33.333333333%, 1px) rotateX(-90deg);
  opacity: 0;
}

.slidenav .swiper-slide.active ._item>a,
.slidenav .swiper-slide:hover ._item>a {
  color: #fff;
  font-weight: bold;
}

.slidenav .swiper-slide.active ._item>a span,
.slidenav .swiper-slide:hover ._item>a span {
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, -66%, 1px) rotateX(90deg);
}

.slidenav .swiper-slide.active ._item>a span+span,
.slidenav .swiper-slide:hover ._item>a span+span {
  transform: none;
  opacity: 1;
}

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

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

/* 内页新闻分类 */
.newsNav {
  padding: .2rem 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  z-index: 50;
}

.newsNav>div {
  align-items: center;
}

.newsNav_list {
  justify-content: center;
}

.newsNav_list .item {
  margin: 0 .1rem;
}

.newsNav_list .item a {
  padding: .15rem .4rem;
  font-size: .18rem;
  color: rgba(0, 0, 0, .78);
  font-weight: bold;
  transition: all 0.3s ease;
}

.newsNav_list .item a:hover,
.newsNav_list .item a.on {
  background-color: var(--color01);
  color: #fff;
  border-radius: .3rem;
}

/* 内页 新闻资讯 列表 */
.news {
  padding-top: 5.8125vw;
  padding-bottom: 6.854166666666668vw;
}

.newsList {
  overflow: hidden;
  margin: 0 -2.0833333333333335vw 4.166666666666667vw;
  flex-wrap: wrap;
}

/* .newsList > div {
  margin: 0 -2.0833333333333335vw;
} */
.newsList ._item {
  /* padding-top: 0.2rem; */
  width: 33.333333%;
  margin-bottom: 4.166666666666667vw;
}

.newsList ._item>a {
  margin: 0 2.0833333333333335vw 0;
  padding-bottom: .3rem;
  transition: transform 0.78s ease;
}

.newsList ._item:last-of-type>a {
  border-right: none;
}

.newsList ._item ._time {
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.newsList ._item ._time span {
  color: #878b8e;
  margin-left: 0.12rem;
}

.newsList ._item ._img {
  margin-bottom: .3rem;
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;
  position: relative;
  overflow: hidden;
  transition: transform 0.78s ease;
}

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

.newsList ._item ._names {
  color: #000033;
  text-align: justify;
  height: calc(2em * 1.7);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.5s ease;
}

.newsList ._item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

/* 易维EV */
.evBanner.style1 {
  height: 100vh;
  background-color: #000;
}

.evBanner ._bg::before {
  background: radial-gradient(113.99999999999999% 83% at 50% 31.5%, #fff, #bcc1cc);
  inset: 0;
  opacity: .8;
  mix-blend-mode: overlay
}

.evBanner ._bg::after {
  content: "";
  width: 100%;
  height: 1.56rem;
  background: linear-gradient(180deg, #000, #0000);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .62;
  z-index: 0;
}

.evBanner.style1 ._info {
  padding-top: 0;
}

.evBanner.style1 ._info ._title .cn>img {
  display: inline-block;
}

.evBanner.style1 ._info ._title .en {
  font-size: .6rem;
  color: rgba(0, 0, 0, .9);
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0px;
}

.evBanner.style1 ._info ._title .en span {
  color: rgba(147, 201, 58);
}

._botText {
  width: 100%;
  position: absolute;
  bottom: .4rem;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: .16rem;
  color: rgba(0, 0, 0, 0.78);
}

/* 易维EV品牌介绍 */
.pageBrandDesc {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

._brandText {
  align-items: center;
}

._brandText ._img {
  width: 52.75%;
  height: 4.5rem;
  -webkit-filter: saturate(.65);
  filter: saturate(.65);
  overflow: hidden;
}

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

._brandText ._txt {
  padding-left: .6rem;
  width: 47.25%;
  max-height: calc(20em * 2);
}

._brandText ._txt p {
  margin-bottom: .15rem;
  font-size: .18rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
  text-indent: 2em;
}

/* 易维优势 */
.pageEVadv {
  padding-top: .8rem;
  /* padding-bottom: .8rem; */
  background-color: #f7fafa;
}
._evAdvList._list ._item:nth-child(3n){
  margin-right: 0;
}
._evAdvList._list ._item i{
  color: var(--color02);
}
.teamList {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

._teamAdvList {}

._teamAdvList._list ._item {
  padding: .42rem .4rem;
  align-items: center;
}

._teamAdvList._list ._item i {
  color: var(--color02);
  line-height: 1.6;
}

/* 全面的业务 */
.business .masterTitle1.style2 ._t {
  color: rgba(0, 0, 0, .78);
}

.business .masterTitle1 ._btn {
  padding: .12rem .3rem;
  display: inline-block;
  color: #fff;
  background-color: var(--color02);
  clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
}

.partnerList {
  /* margin-left: .8rem;
  margin-right: .8rem; */
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}

.partnerline {
  width: 100%;
  height: 100px;
  overflow: hidden;
  z-index: 1;
}
/*.partnerline .swiper-wrapper{*/
/*  -webkit-transition-timing-function: linear;*/
/*  -moz-transition-timing-function: linear;*/
/*  -ms-transition-timing-function: linear;*/
/*  -o-transition-timing-function: linear;*/
/*  transition-timing-function: linear;*/
/*}*/
.partnerList ul li {
  padding: 0 8px;
}
.partnerList ul li div{
  /*width: 2.24rem;*/
  height: 1rem;
  border-radius: 3px;
  /* box-shadow: 0 0 5px 0 rgba(133, 133, 133, 0.17); */
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnerList ul li:not(:last-child) {
  /*margin-right: .2rem;*/
}

.partnerList ul li img {
  width: 90%!important;
  height: calc(100% - .5rem)!important;
  object-fit: contain;
  transition: all 0.5s;
}

.partnerList ul li:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.partnerList.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}

/* 强大的培训背景 */
.train {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

._trainList._list ._item {
  padding: .4rem;
}
._trainList._list ._item:nth-child(3n){
  margin-right: 0;
}
._trainList._list ._item i {
  color: var(--color02);
  line-height: 1.6;
}

/* 高效的服务 */
.evService {}

._serviceList ._item {
  padding: .6rem;
  width: calc((100% - .3rem)/2);
}

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

._serviceList._list ._item i {
  color: var(--color02);
}

/* 生态共享 */
.ecology {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.ecology ._bg {
  margin: 0 auto;
  width: 8.7rem;
  height: 8.7rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0
}

.ecology ._bg>img {
  width: 100%;
  height: auto;
  object-position: center center;
  object-fit: cover;
  opacity: .1;
}
/* 生态共享new */
.ecology ._box{
  position: relative;
}
._shareProList ._proList{
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  overflow: visible;
}
._shareProList ._proList ._item{
  margin: 5px;
  padding: .3rem;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(63,116,254,.1);
}
._shareProList ._proList ._item:nth-child(2){
  transform: none;
}
._shareProList ._proList ._item ._title{
  margin: .1rem 0;
  font-weight: bold;
  line-height:1.4;
  text-transform: capitalize;
}
._shareProList ._proList ._item p{
  font-size: .14rem;
  white-space: pre-line;
  line-height: 2;
  width: 100%;
  max-height: calc(3em * 2);
}


._circleWhite {
  background-color: #fff;
  width: 2.72rem;
  height: 2.72rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}

._circleWhite>div {
  width: 2.14rem;
  height: 2.14rem;
  background-color: var(--color02);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

._circleWhite>div span {
  font-size: .36rem;
  font-weight: bold;
  line-height: 1.2;
}

._circleProList {
  width: 9.96rem;
  height: 9.96rem;
  overflow: hidden;
  position: absolute;
  left: calc(50.00000000000002% - 9.96rem / 2);
  top: calc(50.00000000000002% - 9.96rem / 2);
  animation: ring 30s linear infinite;
  z-index: 1;
}

._proList {
  width: min-content;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  overflow: hidden;
}

._proList ._item {
  padding: .4rem;
  width: 2.46rem;
  height: 2.46rem;
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

._proList ._item:nth-child(2) {
  transform: rotate(180deg);
}

._proList ._item ._img {
  aspect-ratio: 1.3186813186813187 / 1;
  width: 2.32rem;
  height: 2rem;
  overflow: visible;
  position: relative;
}

._proList ._item ._img>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

._proList ._item ._title {
  font-size: .18rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, .78);
}

._proList._no1 {
  transform: translateX(-50%) rotate(120deg);
}

._proList._no2 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
}

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

  100% {
    transform: rotateZ(360deg);
  }
}

/* 企业相册 */
.album {
  padding-top: .8rem;
  padding-bottom: .8rem;
  background-color: #fff;
}

._albumList {
  height: 3.86rem;
}

._albumList .swiper-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiperList_nav {
  text-align: center;
}

.swiperList_nav .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  opacity: 1;
  background: var(--color01);
  transition: all .5s ease-in-out;
  margin: 0 5px;
}

.swiperList_nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
}

.masterCut_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(63, 116, 254, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.masterCut_btn>i {
  font-size: .26rem;
  color: var(--color01);
  line-height: 1;
}

.masterCut_prev {
  left: .2rem;
}

.masterCut_next {
  right: .2rem;
}

.btn_hidden {
  opacity: 0;
  visibility: hidden;
}

/* 合作指南 */
.Cooperation {
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: hidden;
}

.Cooperation ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .45;
}

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

.Cooperation ._box {
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 40px;
  height: min-content;
  overflow: hidden;
  padding: 0px;
  position: relative;
}

.Cooperation ._type {
  flex: 0 0 auto;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  overflow: hidden;
  position: relative;
  width: min-content;
}

.Cooperation ._type div {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 12px;
  height: min-content;
  max-width: 1200px;
  overflow: hidden;
  padding: .2rem .2rem .42rem;
  position: relative;
  width: 1.2rem;
  font-size: .2rem;
}

.Cooperation ._type div span {
  font-size: .9rem;
  font-weight: bold;
  color: var(--color02);
}

.Cooperation ._guideList {
  flex-flow: column;
  align-items: center;
  gap: 0px;
  height: min-content;
  overflow: hidden;
  position: relative;
  width: min-content;
}

._guideList ._item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 24px;
  height: min-content;
  overflow: visible;
  padding: 12px;
  position: relative;
  width: 7.2rem;
}

._guideList ._item span {
  font-size: .18rem;
  color: rgba(0, 0, 0, .9);
  font-weight: bold;
  line-height: 1.2em;
  width: 1.46rem;
  text-transform: capitalize;
}

._guideList ._item p {
  color: rgba(0, 0, 0, 0.78);
  font-size: .16rem;
  flex: 1;
}

/* 启山学院 */
.collegeBanner.style1 {
  height: 100vh;
}

.collegeBanner ._bg::before {
  background: rgba(0, 0, 0, 1);
  opacity: .5;
}

.collegeBanner.style1 ._info {
  padding-top: 0;
}

.collegeBanner.style1 ._info ._title .cn img {
  margin: 0 auto;
  width: 3.18rem;
}

.collegeBanner.style1 ._info ._title .en {
  margin: 0 auto;
  max-width: 9.6rem;
  font-size: .32rem;
  font-weight: bold;
  line-height: 1.6;
}

/* 培训课程 */
.pageTrainCourse {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.pageTrainCourse .masterTitle1.style1 {
  color: rgba(0, 0, 0, .9);
}

.pageTrainCourse ._box {
  align-items: stretch;
  justify-content: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.courseNav {
  width: 4.12rem;
  position: sticky;
  top: 1.2rem;
  z-index: 1;
}

.courseNav_list {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 24px;
  height: min-content;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.courseNav_list .item a {
  display: block;
  font-size: .3rem;
  font-weight: bold;
  color: rgba(0, 0, 0, .09);
  position: relative;
  line-height: 1.2;
  transition: all .3s ease-in-out;
}

.courseNav_list .item a::before {
  content: "";
  width: 6px;
  height: 60%;
  background-color: var(--color01);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.courseNav_list .item a.on {
  padding-left: 18px;
  color: rgba(0, 0, 0, .9);
}

.courseNav_list .item a.on::before {
  opacity: 1;
}

.courseContent {
  flex-flow: column;
  gap: 80px;
  height: min-content;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: calc(100% - 5rem);
  /* width: 634px; */
}

.courseItem {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 0px;
  height: min-content;
  /* max-width: 900px; */
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 68%;
}

.courseItem ._title {
  margin-bottom: .16rem;
  font-size: .24rem;
  color: #000;
  font-weight: bold;
  line-height: 2;
}

.courseItem ._img {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
}

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

.courseItem ._infoList {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 0px;
  height: min-content;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 100%;
}

.courseItem ._infoList ._infoItem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  display: flex;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  overflow: hidden;
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

._infoList ._infoItem ._name {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: min-content;
}

._infoList ._infoItem ._name ._p {
  aspect-ratio: 1 / 1;
  width: 10px;
  height: 10px;
  background-color: var(--color02);
  overflow: visible;
}

._infoList ._infoItem ._name span {
  font-size: .16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.78);
  flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre-wrap;
  width: 96px;
  word-break: break-word;
  overflow-wrap: break-word;
}

._infoList ._infoItem {
  font-size: .16rem;
  color: rgba(0, 0, 0, 0.78);
}

/* 讲师风采 */
.pageTeacher {
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: hidden;
}

.pageTeacher ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0px;
  mix-blend-mode: multiply;
  z-index: -1;
}

.pageTeacher ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color01);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.92;
}

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

.pageTeacher .masterTitle1 ._c {
  color: #fff;
}

.pageTeacher .masterTitle1 ._desc {
  font-size: .16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

.pageTeacher .masterTitle1 ._desc p {
  margin: 0 auto;
  max-width: 68%;
  justify-content: flex-start;
  text-align: justify;
}

.pageTeacher .masterTitle1 ._desc strong {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

/* 教师风采 */
._teacherList {
  align-items: stretch;
  flex-flow: row;
  gap: 40px;
  height: min-content;
  position: relative;
}

._teacherList ._item {
  width: 100%;
  background-color: #fff;
}

._teacherList ._item ._img {
  position: relative;
  width: 100%;
  height: 2.13rem;
  background: linear-gradient(rgb(56, 59, 217) 0%, rgb(103, 78, 217) 100%);
  overflow: hidden;
}

._teacherList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

._teacherList ._item ._img::before {
  content: "";
  width: 100%;
  height: .48rem;
  background: url(../images/bot-line.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2
}

._teacherList ._item ._info {
  padding: .15rem .3rem .5rem;
}

._teacherList ._item ._info h4 {
  margin-bottom: .1rem;
  font-size: .24rem;
  color: var(--color01);
  font-weight: bold;
  line-height: 2;
}

/* 合作对象 */
.pageCooperation {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

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

._place {
  line-height: 1;
}

._place span,
._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 ._skip {
  align-items: center;
  padding-top: 0.6rem;
  border-top: 1px solid #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rollAni,
  .font_effect {
    visibility: hidden;
  }

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

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

  .pc-nav .language .language_item a:hover {
    /* background-color: #eee; */
    color: rgba(102, 102, 102, 1);
  }

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

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

  .culture ._title {
    overflow: hidden;
  }

  .culture ._title>div {
    /* transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all .58s ease; */
  }

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

  .culture ._line {
    /* transform: translateY(20px);
    transition: all .58s ease;
    opacity: 0;
    visibility: hidden; */
  }

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

  #screenSwiper>.swiper-wrapper .indexTitle1 {
    transform: none;
    opacity: 1;
    visibility: visible !important;
    transition-delay: .5s;
  }

  #screenSwiper>.swiper-wrapper .indexTitle1 ._slogan {
    transform: none;
    opacity: 1;
    visibility: visible !important;
    transition-delay: .7s;
  }

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

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

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

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

  .below .below_r .slidenav_next>a: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;
  }

  .newsList ._item>a:hover {
    background-color: var(--color01);
    color: #fff;
  }

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

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

  .newsList ._item>a:hover ._names {
    padding: 0 .35rem;
    color: #fff;
  }

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

  ._place a:hover {
    color: var(--color01);
  }

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

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

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

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

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

  .menu ._box {
    height: 5.8rem;
  }

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

  .row {
    width: 90%;
  }
}

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

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

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

  .masterBtn1 {
    width: 1.7rem;
    height: 0.56rem;
  }
}

@media screen and (max-width: 1024px) {
  #main {
    position: initial;
    overflow: hidden;
  }

  .header .menu {
    display: none;
  }
  .header::before{
    height: 50px;
  }
  .openMenu {
    display: flex;
    align-items: center;
  }

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

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

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

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

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

  .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::before {
    width: 100%;
    height: 4px;
    left: 0;
  }

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

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

  .pc-nav .operation ._item.header__tel {
    padding-left: 0;
    padding-right: .3rem;
  }

  .openMenu {
    padding: 0 0.35rem;
  }

  .pc-nav .operation ._itemBtn {
    flex-direction: row;
  }

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

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

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

  .Hbanner {
    height: 100vh;
  }

  #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_nav {
    bottom: .3rem;
  }

  .container {
    /* padding-top: 50px; */
  }

  .main {
    padding-top: 0;
  }

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

  .indexTitle1 ._en,
  .indexTitle1 ._cn span {
    font-size: .4rem;
  }

  .indexTitle1 ._slogan {
    padding: 0;
    font-size: .24rem;
    letter-spacing: 3px;
  }
  #chinamap{
    width: 100%;
    height: 6.2rem;
  }
  ._brandItem{
    height: auto;
    flex-direction: column;
  }
  ._brandItem:nth-child(even){
    flex-direction: column;
  }
  ._brandItem ._img{
    width: 100%;
    flex: auto;
  }
  ._brandItem ._info{
    padding: .6rem;
    flex: 0;
  }
  ._brandItem ._info>div{
    width: 100%;
  }

  .masterBtn1 {
    width: 2.2rem;
    height: 0.72rem;
  }
  .Hyiwei{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-num {
    flex-wrap: wrap;
  }

  .about-num .item {
    margin-right: .2rem;
    margin-bottom: .2rem;
    width: 32%;
    flex: auto;
  }
  .about-num .item:nth-child(3n){
    margin-right: 0;  
  }
  .about-num .item:nth-child(4)::before{
    display: none;
  }

  .about-num .item p {
    font-size: .266rem;
  }

  .about-num .item:nth-child(2n) {
    margin-right: 0;
  }

  ._pvnBtn i {
    width: .68rem;
    height: .68rem;
    font-size: .28rem;
  }

  .footer {
  }

  .footer ._cnt {
    padding-top: .6rem;
    padding-bottom: .6rem;
    flex-direction: column;
  }

  .footer ._cnt>div {
    flex-wrap: wrap;
  }
  .footer ._logo{
    margin-bottom: .3rem;
    width: 4rem;
  }
  .footer ._code{
    margin-right: .3rem;
    width: 1.36rem;
  }
  .footer ._contact ._info{
    font-size: .266rem;
  }
  .footer ._copy{
    font-size: .24rem;
  }
  /* mobile 关于我们 */
  .profile ._cont{
    width: 100%;
    flex-direction: column-reverse;
  }
  .profile ._cont ._img{
    width: 100%;
    height: 4.8rem;
  }
  .profile ._cont ._info{
    padding: .6rem;
    width: 100%;
  }
  ._list ._item{
    margin-right: 0;
    padding: .6rem;
    width: 100%;
  }
  ._list ._item i{
    font-size: 1.2rem;
  }
  ._list ._item h4{
    font-size: .32rem;
  }
  ._list ._item p{
    font-size: .266rem;
  }

  .pageBanner.style1 {
    height: 10rem;
  }

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

  .pageBanner.style1 ._info ._title .cn {
    margin-top: -.45rem;
    margin-bottom: .2rem;
    font-size: .52rem;
    line-height: 2;
  }

  .pageBanner.style1 ._info ._title .en {
    font-size: .36rem;
  }
  .newsNav_list .item a{
    padding: .2rem .3rem;
    font-size: .266rem;
  }
  .newsNav_list .item a:hover, .newsNav_list .item a.on{
    border-radius: .6rem;
  }

  /* page news list */
  .newsList ._item{
    width: 100%;
  }

  .newsDel ._sell {
    display: none;
  }

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

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

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

  .pc-nav .nav .nav_a>.nav_b {
    display: none;
  }
  /* mobile page 易维EV */
  .evBanner.style1{
    height: 100vh;
  }
  .evBanner.style1 ._info ._title .cn>img{
    max-width: 82%;
  }
  .evBanner.style1 ._info ._title .en{
    font-size: .46rem;
  }
  ._botText{
    font-size: .24rem;
  }
  ._brandText{
    width: 100%;
    flex-direction: column;
  }
  ._brandText ._img{
    width: 100%;
  }
  ._brandText ._txt{
    padding: .6rem 0 .4rem;
    width: 100%;
  }
  ._brandText ._txt p{
    font-size: .266rem;
  }
  .masterTitle1 ._c{
    font-size: .4rem;
  }
  
  .business .masterTitle1.style2 ._t{
    padding: 0 .6rem;
    font-size: .24rem;
  }
  .business .masterTitle1.style2 ._t br{
    display: none;
  }
  ._shareProList ._proList .swiper-slide{
    padding: 10px;
  }
  ._shareProList ._proList ._item{
    margin: 0;
  }
  ._shareProList ._proList ._item ._img{
    width: 100%;
    height: 3.28rem;
  }
  ._proList ._item ._title{
    font-size: .28rem;
  }
  ._shareProList ._proList ._item p{
    font-size: .266rem;
    overflow-y: scroll;
    max-height: calc(5em * 2);
  }
  .masterCut_btn{
    width: .8rem;
    height: .8rem;
  }
  ._albumList{
    height: 5.68rem;
  }
  .Cooperation ._box{
    width: 100%;
    flex-direction: column;
  }
  .Cooperation ._type{
    width: 100%;
  }
  .Cooperation ._type div{
    width: 30%;
    font-size: .266rem;
  }
  .Cooperation ._type div span{
    font-size: 1.36rem;
    line-height: 1;
  }
  .Cooperation ._guideList{
    width: 100%;
    align-items: flex-start;
  }
  ._guideList ._item{
    width: 100%;
  }
  ._guideList ._item span{
    font-size: .28rem;
  }
  ._guideList ._item p{
    flex: 1;
    font-size: .266rem;
  }
  /* mobile 启山学院 */
  .collegeBanner.style1{
    height: 100vh;
  }
  .courseNav{
    display: none;
  }
  .courseContent{
    width: 100%;
  }
  .courseItem{
    width: 100%;
  }
  .courseItem ._title{
    font-size: .4rem;
  }
  ._infoList ._infoItem ._name span{
    font-size: .28rem;
  }
  ._infoList ._infoItem p{
    font-size: .28rem;
  }
  .pageTeacher .masterTitle1 ._desc p{
    max-width: 90%;
    font-size: .266rem;
  }
  ._teacherList{
    flex-direction: column;
    gap:20px
  }
  ._teacherList ._item ._img{
    height: 4.22rem;
  }
  ._teacherList ._item ._img::before{
    height: .72rem;
  }
  ._teacherList ._item ._info h4{
    font-size: .36rem;
  }
  .partnerline{
    height: 50px;
  }
  .partnerList ul li{
    width: 112px!important;
    height: 50px!important;
  }
  

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

  #Hbanner .Hbanner_nav ._pvn span {
    width: 6px;
    height: 6px;
  }

  .masterIcon {
    width: 0.64rem;
    height: 0.64rem;
    line-height: 0.64rem;
  }

  .masterTitle1 ._t {
    font-size: 16px;
  }

  .masterTitle3 .slogan {
    font-size: 14px;
    line-height: 1.6;
  }

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

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

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