body {
  --bj: 5vw;
  --top: 1.1rem;
  line-height: 1.2;
  color: #333;
      user-select: none;
}
.w1720 {
  padding: 0 5vw;
}
.w1440 {
  padding: 0 12vw;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.f60 {
  font-size: 0.6rem;
}
.f48 {
  font-size: 0.48rem;
}
.f44 {
  font-size: 0.44rem;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f26 {
  font-size: 0.26rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.pc_header {
  z-index: 5;
  position: sticky;
  top: 0;
  width: 100%;
}
.pc_header .he_box {
  background: #fff;
}
.pc_header .he_box .logo a img {
  height: 0.48rem;
}
.pc_header .he_box .column {
  flex: 1;
}
.pc_header .he_box .column .nav .slide {
  position: relative;
  margin-right: 0.12rem;
}
.pc_header .he_box .column .nav .slide1{
    position: initial;
}
.pc_header .he_box .column .nav .slide:last-child {
  margin-right: 0;
}
.pc_header .he_box .column .nav .slide .item {
  transition: 1s;
  padding: 0 0.12rem;
}
.pc_header .he_box .column .nav .slide .item a {
  transition: 0.4s;
  position: relative;
  color: #333;
  line-height: 1.1rem;
}
.pc_header .he_box .column .nav .slide .item a::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 30%;
  width: 100%;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-50deg);
}
.pc_header .he_box .column .nav .slide .down {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  box-shadow: 0 6px 10px rgba(51, 51, 51, 0.1);
}
.pc_header .he_box .column .nav .slide .down .ul {
  padding: 0.1rem 0.14rem;
  background: #fff;
  display: grid;
  gap: 0.1rem;
}
.pc_header .he_box .column .nav .slide .down .ul a {
  font-size: 0.88em;
  transition: 0.6s;
  padding: 0.1rem 0.16rem;
  color: #fff;
  border-radius: 0.1rem;
  color: #333;
}
.pc_header .he_box .column .nav .slide .down .ul a:hover {
  background: #106cb0;
  color: #fff;
}
.pc_header .he_box .column .nav .slide:hover .item a {
  color: #106cb0;
}
.pc_header .he_box .column .nav .slide:hover .item a::before {
  background: #106cb0;
}
.pc_header .he_box .column .nav .slide:hover .down {
  display: block;
}
.pc_header .he_box .column .nav .slide.active .item {
  background: #106cb0;
}
.pc_header .he_box .column .nav .slide.active .item a {
  color: #fff;
}
.pc_header .he_box .menu .tel img {
  width: 0.27rem;
  margin-right: 0.08rem;
  animation: callTel 0.5s linear infinite;
}
.pc_header .he_box .menu .tel a {
  color: #106cb0;
  font-family: GilroyBold;
}
.pc_header.active {
  box-shadow: 0 6px 10px rgba(51, 51, 51, 0.1);
}



.select_nav {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  padding: 35px 0;
  display: none;
  
  max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #106cb0 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    
}

.select_nav .box_ {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.5rem 0.25rem;
}
.select_nav .box_ .item_ .h5 a {
  color: #111;
  font-size: 0.18rem;
  transition: 0.4s;
}
.select_nav .box_ .item_ .h5{
   border-bottom: 1px solid #656565;
   padding-bottom: 0.2rem;
}
.select_nav .box_ .item_ ul {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.2rem;
}


.select_nav .box_ .item_ ul li a {
  display: block;
  font-size: 0.16rem;
  color: #333;
  transition: 0.4s;
}
.select_nav .box_ .item_ ul li a:hover {
  color: #106cb0;
}

.pc_header .he_box .column .nav .slide:hover .select_nav {
  display: block;
}



.pc_footer {
  background: #1d305c;
}
.pc_footer .ter_top {
  padding: 0.45rem 0;
}
.pc_footer .ter_top .logo a img {
  height: 0.75rem;
}
.pc_footer .ter_top .nav_list a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 0.5rem;
}
.pc_footer .ter_top .nav_list a:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .nav_list a:hover {
  color: #ffffff;
}
.pc_footer .ter_cen {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pc_footer .ter_cen .div_ .le_box {
  width: 70%;
}
.pc_footer .ter_cen .div_ .le_box .code {
  text-align: center;
}
.pc_footer .ter_cen .div_ .le_box .code .img {
  border-radius: 0.06rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.06rem;
}
.pc_footer .ter_cen .div_ .le_box .code .img img {
  border-radius: 0.06rem;
  width: 1.4rem;
}
.pc_footer .ter_cen .div_ .le_box .code .txt {
  margin-top: 0.08rem;
  color: #999;
}
.pc_footer .ter_cen .div_ .le_box .lxwm {
  flex: 1;
  padding-left: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc_footer .ter_cen .div_ .le_box .lxwm .item {
  margin-right: 0.2rem;
}
.pc_footer .ter_cen .div_ .le_box .lxwm .item:last-child {
  margin-right: 0;
}
.pc_footer .ter_cen .div_ .le_box .lxwm .item .svg img {
  width: 0.64rem;
}
.pc_footer .ter_cen .div_ .le_box .lxwm .item .tips {
  margin: 0.26rem 0 0.14rem;
  color: #999;
}
.pc_footer .ter_cen .div_ .le_box .lxwm .item .link {
  color: rgba(255, 255, 255, 0.8);
}
.pc_footer .ter_cen .div_ .le_box .lxwm .item .link a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.8);
}
.pc_footer .ter_cen .div_ .le_box .lxwm .item .link a:hover {
  color: #ffffff;
}
.pc_footer .ter_cen .div_ .ri_box {
  width: 30%;
}
.pc_footer .ter_cen .div_ .ri_box .content1 {
  text-align: right;
}
.pc_footer .ter_cen .div_ .ri_box .content1 .tips {
  color: #fff;
  margin-bottom: 0.14rem;
}
.pc_footer .ter_cen .div_ .ri_box .content1 .link a {
  font-family: GilroyBold;
  transition: 0.4s;
  color: #fff;
}
.pc_footer .ter_cen .div_ .ri_box .content2 {
  margin-top: 0.4rem;
  display: flex;
  justify-content: flex-end;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_ {
  position: relative;
  cursor: pointer;
  width: 3.4rem;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_ .defu {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0.6rem;
  padding: 0 0.18rem;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_ .defu .svg img {
  width: 0.2rem;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_ .defu .txt {
  flex: 1;
  color: #999;
  padding: 0 0.1rem;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_ .defu i {
  color: #fff;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_ .post {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #fff;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_ .post a {
  padding: 0 0.3rem;
  transition: 0.4s;
  color: #333;
  line-height: 0.56rem;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_ .post a:hover {
  background: #106cb0;
  color: #fff;
}
.pc_footer .ter_cen .div_ .ri_box .content2 .div_:hover .post {
  display: block;
}
.pc_footer .ter_bot {
  padding: 0.38rem 0;
}
.pc_footer .ter_bot .copy p {
  color: #999;
  margin-right: 0.06rem;
}
.pc_footer .ter_bot .copy p:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .copy a {
  display: inline;
  transition: 0.4s;
  color: #999;
}
.pc_footer .ter_bot .copy a:hover {
  color: #fff;
}
.pc_footer .ter_bot .up img {
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 6px;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.pu_banner .ban_post > div {
  width: 100%;
  padding-bottom: 0.3rem;
}
.pu_banner .ban_post > div .content1 {
  color: #fff;
}
.pu_banner .ban_post > div .content2 {
  margin-top: 0.16rem;
}
.pu_banner .ban_post > div .content2 .crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.pu_banner .ban_post > div .content2 .crumbs a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
}
.pu_banner .ban_post > div .content2 .crumbs a:hover {
  color: #fff;
}
.pu_banner .ban_post > div .content2 .crumbs i {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  margin: 0 4px;
}
.public_anchor {
  position: relative;
  top: calc(var(--top) * -1);
}
.pu_link {
  display: inline-block;
}
.pu_link a {
  cursor: pointer;
  line-height: 0.48rem;
  padding: 0 0.27rem;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  background: #106cb0;
  color: #fff;
}
.pu_link a img {
  width: 0.13rem;
  margin-left: 0.08rem;
  transition: 0.4s;
  transform-origin: center center;
}
.pu_link a:hover img {
  transform: rotate(45deg);
}
.pu_title .t1 {
  color: #333;
}
.pu_title .t2 {
  margin-top: 0.1rem;
  color: #333;
}
.pu_title .t2 span {
  color: #106cb0;
}
.pu_title.white .t1 {
  color: #fff;
}
.pu_title.white .t2 {
  color: #fff;
}
.pu_title.white .t2 span {
  color: #fff;
}
.pu_drop {
  text-align: center;
}
.pu_drop .swiper-pagination-bullet {
  margin: 0 0.1rem !important;
  position: relative;
  opacity: 1;
  background: none;
  width: 0.18rem;
  height: 0.18rem;
  border: 0.02rem solid transparent;
}
.pu_drop .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 40%;
  background: #ccc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.pu_drop .swiper-pagination-bullet-active {
  border: 0.02rem solid #106cb0;
}
.pu_drop .swiper-pagination-bullet-active::before {
  background: #106cb0;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: calc(var(--vh) - var(--top));
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  padding-bottom: 1.2rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  margin: 0.06rem 0 0.5rem;
}
.index_banner .custom {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.4rem;
}
.index_banner .custom span {
  color: #fff;
  font-family: GilroyBold;
}
.index_banner .custom span:last-child {
  opacity: 0.4;
}
.index_banner .custom i {
  margin: 0 0.08rem;
  position: relative;
  width: 0.66rem;
  height: 0.05rem;
  background: rgba(255, 255, 255, 0.4);
}
.index_banner .custom i::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}
.logo_box {
  --he: 1.2rem;
  z-index: 2;
  position: relative;
  margin-top: calc(var(--he) * -1);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}
.logo_box .div_ {
  position: relative;
}
.logo_box .swiper {
  margin: 0 0.5rem;
}
.logo_box .swiper .swiper-slide a {
  display: flex;
  height: var(--he);
}
.logo_box .swiper .swiper-slide a img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.logo_box .switch .prev,
.logo_box .switch .next {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.logo_box .switch .prev svg,
.logo_box .switch .next svg {
  width: 0.22rem;
}
.logo_box .switch .prev svg path,
.logo_box .switch .next svg path {
  transition: 0.4s;
}
.logo_box .switch .prev svg:hover path,
.logo_box .switch .next svg:hover path {
  stroke: #106cb0;
}
.logo_box .switch .prev {
  left: 0;
}
.logo_box .switch .next {
  right: 0;
}
.consulting_solutions {
  background: #fff url('../images/3.jpg') no-repeat center bottom;
  background-size: 100% 100%;
}
.consulting_solutions .ns_cen {
  margin: 0.36rem 0 0.48rem;
}
.consulting_solutions .ns_cen .swiper .swiper-slide {
  display: flex;
}
.consulting_solutions .ns_cen .swiper .swiper-slide .div_ {
  transition: 0.8s;
  cursor: pointer;
  min-width: 1.28rem;
  margin: auto;
  text-align: center;
  padding: 0.26rem 0.1rem;
  border-radius: 4px;
}
.consulting_solutions .ns_cen .swiper .swiper-slide .div_ .svg {
  height: 0.34rem;
}
.consulting_solutions .ns_cen .swiper .swiper-slide .div_ .svg img {
  transition: 0.4s;
  max-height: 100%;
}
.consulting_solutions .ns_cen .swiper .swiper-slide .div_ .txt {
  transition: 0.4s;
  margin-top: 0.2rem;
  color: #333;
}
.consulting_solutions .ns_cen .swiper .swiper-slide:hover .div_ {
  background: #106cb0;
}
.consulting_solutions .ns_cen .swiper .swiper-slide:hover .div_ .svg img {
  filter: brightness(100);
}
.consulting_solutions .ns_cen .swiper .swiper-slide:hover .div_ .txt {
  color: #fff;
}
.consulting_solutions .ns_cen .swiper .swiper-slide-thumb-active .div_ {
  background: #106cb0;
}
.consulting_solutions .ns_cen .swiper .swiper-slide-thumb-active .div_ .svg img {
  filter: brightness(100);
}
.consulting_solutions .ns_cen .swiper .swiper-slide-thumb-active .div_ .txt {
  color: #fff;
}
.consulting_solutions .ns_bot {
  position: relative;
}
.consulting_solutions .ns_bot .swiper {
  padding: 0.16rem 0;
}
.consulting_solutions .ns_bot .swiper .swiper-slide {
  width: 40%; 
  margin: 0 0.44rem;
  transition: 0.8s;
}
.consulting_solutions .ns_bot .swiper .swiper-slide .bk {
  width: 100%;
}
.consulting_solutions .ns_bot .swiper .swiper-slide .bk img {
  width: 100%;
}
.consulting_solutions .ns_bot .swiper .swiper-slide .post {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.3rem;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.consulting_solutions .ns_bot .swiper .swiper-slide .post > div .txt {
  color: #fff;
}
.consulting_solutions .ns_bot .swiper .swiper-slide .post > div .desc {
  margin-top: 0.22rem;
}
.consulting_solutions .ns_bot .swiper .swiper-slide .post > div .desc p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.28rem;
  height: 0.56rem;
}
.consulting_solutions .ns_bot .swiper .swiper-slide-active {
  transform: scale(0.93);
}
.consulting_solutions .ns_bot .swiper .swiper-slide-active .post {
  opacity: 1;
}
.consulting_solutions .ns_bot .swiper .swiper-slide-prev {
  transform: rotateY(16deg);
}
.consulting_solutions .ns_bot .swiper .swiper-slide-next {
  transform: rotateY(-16deg);
}
.consulting_solutions .ns_bot .switch .prev,
.consulting_solutions .ns_bot .switch .next {
  transition: 0.6s;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  border: 0.02rem solid #106cb0;
  border-radius: 50%;
  display: flex;
}
.consulting_solutions .ns_bot .switch .prev svg,
.consulting_solutions .ns_bot .switch .next svg {
  margin: auto;
  width: 0.2rem;
}
.consulting_solutions .ns_bot .switch .prev svg path,
.consulting_solutions .ns_bot .switch .next svg path {
  transition: 0.4s;
}
.consulting_solutions .ns_bot .switch .prev:hover,
.consulting_solutions .ns_bot .switch .next:hover {
  background: #106cb0;
}
.consulting_solutions .ns_bot .switch .prev:hover svg path,
.consulting_solutions .ns_bot .switch .next:hover svg path {
  stroke: #fff;
}
.consulting_solutions .ns_bot .switch .prev {
  left: 27.8%;
}
.consulting_solutions .ns_bot .switch .next {
  right: 27.8%;
}
.walk_into {
  position: relative;
}
.walk_into .to_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.walk_into .to_bk img {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.walk_into .to_bk img.active {
  opacity: 1;
}
.walk_into .to_box {
  z-index: 1;
  position: relative;
}
.walk_into .to_box .le_box {
  width: 69%;
  padding: 1rem var(--bj);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.walk_into .to_box .le_box .content1 {
  width: 60%;
}
.walk_into .to_box .le_box .content1 .desc {
  margin: 0.56rem 0;
  height: 2.24rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.walk_into .to_box .le_box .content1 .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.walk_into .to_box .le_box .content1 .desc::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.walk_into .to_box .le_box .content1 .desc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.walk_into .to_box .le_box .content1 .desc p {
  text-align: justify;
  color: #fff;
  line-height: 0.28rem;
}
.walk_into .to_box .le_box .content2 {
  display: flex;
}
.walk_into .to_box .le_box .content2 .item {
  color: #fff;
  margin-right: 0.8rem;
}
.walk_into .to_box .le_box .content2 .item:last-child {
  margin-right: 0;
}
.walk_into .to_box .le_box .content2 .item .data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.walk_into .to_box .le_box .content2 .item .data p,
.walk_into .to_box .le_box .content2 .item .data .fh {
  line-height: 0.8;
  font-weight: bold;
}
.walk_into .to_box .le_box .content2 .item .data .fh {
  font-family: GilroyBold;
}
.walk_into .to_box .le_box .content2 .item .data span {
  margin-left: 0.04rem;
}
.walk_into .to_box .le_box .content2 .item .desc {
  margin-top: 0.14rem;
}
.walk_into .to_box .ri_box {
  width: 31%;
  height: calc(var(--vh));
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.walk_into .to_box .ri_box .item {
  cursor: pointer;
  position: relative;
  transition: 0.6s;
  flex: 1;
  color: #fff;
  display: flex;
  padding: 0 0.5rem;
  background: rgba(0, 0, 0, 0.6);
}
.walk_into .to_box .ri_box .item::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 1rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.walk_into .to_box .ri_box .item::after {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/8.jpg') no-repeat;
  background-size: 100% 100%;
}
.walk_into .to_box .ri_box .item > div {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: auto;
}
.walk_into .to_box .ri_box .item .content1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.walk_into .to_box .ri_box .item .content1 .svg {
  width: 0.28rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.walk_into .to_box .ri_box .item .content1 .svg img {
  max-width: 100%;
}
.walk_into .to_box .ri_box .item .content1 .txt {
  padding-left: 0.12rem;
  flex: 1;
}
.walk_into .to_box .ri_box .item .content1 .txt span {
  font-weight: bold;
  margin-right: 0.04rem;
}
.walk_into .to_box .ri_box .item .content2 {
  overflow: auto;
  height: 0;
  padding-right: 0.06rem;
}
.walk_into .to_box .ri_box .item .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.walk_into .to_box .ri_box .item .content2::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.walk_into .to_box .ri_box .item .content2::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.walk_into .to_box .ri_box .item .content2 p {
  line-height: 0.34rem;
}
.walk_into .to_box .ri_box .item:last-child::before {
  display: none;
}
.walk_into .to_box .ri_box .item.active {
  flex: 2.1;
}
.walk_into .to_box .ri_box .item.active::before {
  opacity: 0;
}
.walk_into .to_box .ri_box .item.active::after {
  opacity: 1;
}
.walk_into .to_box .ri_box .item.active .content1 .svg {
  width: 1.2em;
}
.walk_into .to_box .ri_box .item.active .content1 .txt {
  font-size: 1.2em;
}
.walk_into .to_box .ri_box .item.active .content2 {
  height: 1.02rem;
  margin-top: 0.34rem;
}
.consulting_experience {
  position: relative;
  background: #f8f8f8;
}
.consulting_experience .ce_bot {
  margin-top: 0.74rem;
  padding-left: var(--bj);
}
.consulting_experience .ce_bot .swiper .swiper-slide a {
  position: relative;
  width: 100%;
  background: #fff;
}
.consulting_experience .ce_bot .swiper .swiper-slide a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  width: 0%;
  height: 0.04rem;
  left: 0;
  bottom: 0;
  background: #106cb0;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .img {
  width: 100%;
  overflow: hidden;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .img img {
  width: 100%;
  transition: 0.4s;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .content {
  padding: 0.26rem;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .content .svg {
  height: 0.36rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .content .svg img {
  max-width: 100%;
  max-height: 100%;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .content .desc {
  margin-top: 0.16rem;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .content .desc p {
  color: #666;
  line-height: 0.3rem;
  height: 0.9rem;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .content .more {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .content .more span {
  color: #106cb0;
}
.consulting_experience .ce_bot .swiper .swiper-slide a .content .more img {
  transition: 0.4s;
  margin-left: 0.08rem;
  width: 0.34rem;
}
.consulting_experience .ce_bot .swiper .swiper-slide a:hover::before {
  width: 100%;
}
.consulting_experience .ce_bot .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.consulting_experience .ce_bot .swiper .swiper-slide a:hover .more img {
  transform: rotate(45deg);
}
.index_partners {
  background: #fff url('../images/6.jpg') no-repeat;
  background-size: 100% 100%;
}
.index_partners .le_box {
  width: 32%;
  padding-right: 2%;
}
.index_partners .le_box > div {
  height: 100%;
  padding: 0.36rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.index_partners .ri_box {
  width: 68%;
}
.index_partners .ri_box .swiper {
  padding-right: 3.8%;
}
.index_partners .ri_box .swiper .swiper-slide .item {
  position: sticky;
  padding: 0.9rem 0.4rem 0.7rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(16, 108, 176, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 0.3rem;
}
.index_partners .ri_box .swiper .swiper-slide .item:last-child {
  margin-bottom: 0;
}
.index_partners .ri_box .swiper .swiper-slide .item .content1 .svg {
  position: relative;
  height: 0.36rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_partners .ri_box .swiper .swiper-slide .item .content1 .svg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url('../images/105.svg') no-repeat right bottom;
  background-size: 100% 100%;
}
.index_partners .ri_box .swiper .swiper-slide .item .content1 .svg img {
  max-height: 100%;
}
.index_partners .ri_box .swiper .swiper-slide .item .content1 .desc {
  margin-top: 0.1rem;
}
.index_partners .ri_box .swiper .swiper-slide .item .content1 .desc p {
  color: #666;
  line-height: 0.28rem;
  height: 0.84rem;
}
.index_partners .ri_box .swiper .swiper-slide .item .content2 {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index_partners .ri_box .swiper .swiper-slide .item .content2 .svg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_partners .ri_box .swiper .swiper-slide .item .content2 .svg .tx {
  overflow: hidden;
  border-radius: 50%;
}
.index_partners .ri_box .swiper .swiper-slide .item .content2 .svg .tx img {
  width: 0.66rem;
  border-radius: 50%;
}
.index_partners .ri_box .swiper .swiper-slide .item .content2 .svg .desc {
  margin-left: 0.18rem;
  color: #333;
}
.index_partners .ri_box .swiper .swiper-slide .item .content2 .svg .desc .name {
  margin-bottom: 0.1rem;
}
.index_partners .ri_box .swiper .swiper-slide .item .content2 .logo {
  width: 50%;
}
.index_partners .ri_box .swiper .swiper-slide .item .content2 .logo img {
  max-width: 100%;
}
.index_partners .ri_box .pu_drop {
  margin-top: 0.2rem;
}
.news_information {
  background: url('../images/69.jpg') no-repeat;
  background-size: cover;
}
.news_information .on_bot {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.news_information .on_bot .item1 a {
  position: relative;
  height: 100%;
}
.news_information .on_bot .item1 a .bk {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.18rem;
}
.news_information .on_bot .item1 a .bk img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  border-radius: 0.18rem;
}
.news_information .on_bot .item1 a .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news_information .on_bot .item1 a .post > div {
  padding: 0.6rem;
  color: #fff;
}
.news_information .on_bot .item1 a .post > div .tips {
  margin-bottom: 0.3rem;
}
.news_information .on_bot .item1 a .post > div .content .desc {
  margin-top: 0.15rem;
}
.news_information .on_bot .item1 a .post > div .content .desc p {
  line-height: 0.28rem;
  height: 0.56rem;
}
.news_information .on_bot .item1 a:hover .bk img {
  transform: scale(1.05);
}
.news_information .on_bot .item2 {
  border-radius: 0.16rem;
  background: #fff;
}
.news_information .on_bot .item2 a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.news_information .on_bot .item2 a .box {
  padding: 0.6rem;
}
.news_information .on_bot .item2 a .box .tips {
  color: #106cb0;
  margin-bottom: 0.3rem;
}
.news_information .on_bot .item2 a .box .content .txt {
  transition: 0.4s;
  color: #333;
}
.news_information .on_bot .item2 a .box .content .desc {
  margin-top: 0.15rem;
}
.news_information .on_bot .item2 a .box .content .desc p {
  color: #666;
  line-height: 0.28rem;
  height: 0.56rem;
}
.news_information .on_bot .item2 a .box .content .time {
  margin-top: 0.15rem;
  color: #cecece;
}
.news_information .on_bot .item2 a .img {
  width: 100%;
  border-radius: 0 0 0.16rem 0.16rem;
  overflow: hidden;
}
.news_information .on_bot .item2 a .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: 0 0 0.16rem 0.16rem;
}
.news_information .on_bot .item2 a:hover .box .content .txt {
  color: #106cb0;
}
.news_information .on_bot .item2 a:hover .img img {
  transform: scale(1.05);
}
.news_information .on_bot .item3 {
  border-radius: 0.16rem;
  background: #fff;
}
.news_information .on_bot .item3 > div {
  padding: 0.6rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.news_information .on_bot .item3 > div .tips {
  color: #106cb0;
  margin-bottom: 0.3rem;
}
.news_information .on_bot .item3 > div .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.news_information .on_bot .item3 > div .list .li {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f1f1f1;
}
.news_information .on_bot .item3 > div .list .li a .txt p {
  transition: 0.4s;
  color: #666;
  line-height: 0.32rem;
  height: 0.64rem;
}
.news_information .on_bot .item3 > div .list .li a .time {
  margin-top: 0.08rem;
  color: #cecece;
}
.news_information .on_bot .item3 > div .list .li a:hover .txt p {
  color: #106cb0;
}
.news_information .on_bot .item3 > div .list .li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.programme .me_box .left {
  width: 3rem;
}
.programme .me_box .left .sticky {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
  background: #f4f4f4;
}
.programme .me_box .left .sticky .slide {
  border-bottom: 1px solid #e2e2e2;
}
.programme .me_box .left .sticky .slide:last-child {
  border-bottom: none;
}
.programme .me_box .left .sticky .slide .one {
  transition: 0.8s;
  line-height: 0.64rem;
  padding: 0 0.4rem;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.programme .me_box .left .sticky .slide .one a {
    width: 100%;
  transition: 0.4s;
  color: #333;
}
.programme .me_box .left .sticky .slide .one span {
  transition: 0.4s;
  color: #333;
  flex: 1;
}
.programme .me_box .left .sticky .slide .one i {
  font-size: 0.8em;
  transition: 0.4s;
  color: #333;
}
.programme .me_box .left .sticky .slide .two {
  display: none;
}
.programme .me_box .left .sticky .slide .two .div_ {
  padding: 0.36rem 0;
  display: grid;
  gap: 0.3rem;
}
.programme .me_box .left .sticky .slide .two .div_ a {
  transition: 0.4s;
  position: relative;
  padding: 0 0.4rem;
}
.programme .me_box .left .sticky .slide .two .div_ a::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.05rem;
  height: 100%;
  background: #106cb0;
}
.programme .me_box .left .sticky .slide .two .div_ a:hover,
.programme .me_box .left .sticky .slide .two .div_ a.active {
  color: #106cb0;
}
.programme .me_box .left .sticky .slide .two .div_ a:hover::before,
.programme .me_box .left .sticky .slide .two .div_ a.active::before {
  opacity: 1;
}
.programme .me_box .left .sticky .slide:hover .one,
.programme .me_box .left .sticky .slide.active .one {
  background: #106cb0;
}
.programme .me_box .left .sticky .slide:hover .one a,
.programme .me_box .left .sticky .slide.active .one a,
.programme .me_box .left .sticky .slide:hover .one span,
.programme .me_box .left .sticky .slide.active .one span,
.programme .me_box .left .sticky .slide:hover .one i,
.programme .me_box .left .sticky .slide.active .one i {
  color: #fff;
}
.programme .me_box .right {
  width: calc(100% - 3rem);
  padding-left: 0.4rem;
}
.pu_details .title {
  color: #333;
  margin-bottom: 0.5rem;
}
.pu_details .ls_box > div {
  margin-bottom: 0.8rem;
}
*.pu_details .ls_box > div:last-child {
  margin-bottom: 0;
}
.pu_details .ls_box .content1 .le_box {
  width: 61%;
  padding-right: 3%;
}
.pu_details .ls_box .content1 .le_box .desc {
  margin-top: 0.32rem;
  height: 3.96rem;
  overflow: auto;
  padding-right: 0.1rem;
  text-align: justify;
}
.pu_details .ls_box .content1 .le_box .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pu_details .ls_box .content1 .le_box .desc::-webkit-scrollbar-thumb {
  background: #106cb0;
}
.pu_details .ls_box .content1 .le_box .desc::-webkit-scrollbar-track {
  background: rgba(16, 108, 176, 0.5);
}
.pu_details .ls_box .content1 .le_box .desc p {
  color: #666;
  line-height: 0.36rem;
}
.pu_details .ls_box .content1 .ri_box {
  width: 39%;
}
.pu_details .ls_box .content1 .ri_box .swiper .swiper-slide {
  width: 100%;
}
.pu_details .ls_box .content1 .ri_box .swiper .swiper-slide img {
  width: 100%;
}
.pu_details .ls_box .content1 .ri_box .pu_drop {
  margin-top: 0.2rem;
}
.pu_details .ls_box .content2 .box {
  margin-top: 0.48rem;
}
.pu_details .ls_box .content2 .box .compiler {
  color: #666;
  line-height: 2;
}
.pu_details .ls_box .content2 .box .compiler ul {
  padding-left: 0.23rem;
}
.pu_details .ls_box .content2 .box .compiler ul li {
  list-style-type: disc;
}
.pu_details .ls_box .content2 .box .compiler img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.pu_details .ls_box .content3 .box {
  margin-top: 0.48rem;
}
.pu_details .ls_box .content3 .box .swiper .swiper-slide a .img {
  width: 100%;
  overflow: hidden;
}
.pu_details .ls_box .content3 .box .swiper .swiper-slide a .img img {
  transition: 0.4s;
  width: 100%;
}
.pu_details .ls_box .content3 .box .swiper .swiper-slide a .txt {
  margin-top: 0.28rem;
  transition: 0.4s;
  color: #333;
}
.pu_details .ls_box .content3 .box .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.pu_details .ls_box .content3 .box .swiper .swiper-slide a:hover .txt {
  color: #106cb0;
}
.pu_head {
  border-bottom: 0.03rem solid #f1f9ff;
  --he: 0.7rem;
  display: flex;
  align-items: center;
}
.pu_head .svg {
  width: var(--he);
  height: var(--he);
  background: #106cb0;
  border-radius: 0 0.15rem 0 0.15rem;
  display: flex;
}
.pu_head .svg img {
  margin: auto;
  max-width: 50%;
  max-height: 50%;
}
.pu_head .txt {
  color: #106cb0;
  background: #f1f9ff;
  line-height: var(--he);
  font-size: 0.34rem;
  padding: 0 0.8rem 0 0.28rem;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}
.pu_secondary {
  border-bottom: 1px solid #ebebeb;
  line-height: 0.84rem;
}
.pu_secondary > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pu_secondary > div a {
  transition: 0.4s;
  color: #666;
  margin-right: 0.4rem;
}
.pu_secondary > div a:last-child {
  margin-right: 0;
}
.pu_secondary > div a:hover,
.pu_secondary > div a.active {
  color: #106cb0;
}
.pu_three {
  border-bottom: 1px solid #ebebeb;
  padding: 0.3rem 0;
}
.pu_three .th_box {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 0.2rem 0.1rem;
  text-align: center;
}
.pu_three .th_box a {
  transition: 0.4s;
  color: #999;
}
.pu_three .th_box a.active,
.pu_three .th_box a:hover {
  color: #106cb0;
}
.anli_box {
  margin-top: 0.26rem;
}
.anli_box .li_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem 0.4rem;
}
.anli_box .li_bot {
  margin-top: 0.6rem;
}
.pu_item a {
  transition: 0.8s;
  background: #f5f5f5;
}
.pu_item a .img {
  width: 1005;
  overflow: hidden;
}
.pu_item a .img img {
  transition: 0.4s;
  width: 100%;
}
.pu_item a .content {
  padding: 0.36rem;
}
.pu_item a .content .txt {
  transition: 0.4s;
  color: #333;
}
.pu_item a .content .desc {
  margin-top: 0.14rem;
}
.pu_item a .content .desc p {
  transition: 0.4s;
  color: #666;
  height: 0.56rem;
  line-height: 0.28rem;
}
.pu_item a:hover {
  background: #106cb0;
}
.pu_item a:hover .img img {
  transform: scale(1.05);
}
.pu_item a:hover .content .txt {
  color: #fff;
}
.pu_item a:hover .content .desc p {
  color: #fff;
}
.pu_page {
  display: flex;
  flex-wrap: wrap;
  align-items: centere;
}
.pu_page .prev a,
.pu_page .next a {
  transition: 0.8s;
  width: 0.46rem;
  height: 0.46rem;
  background: #f7f7f7;
  border-radius: 50%;
  display: flex;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-size: 0.9em;
  transition: 0.4s;
  margin: auto;
  color: #333;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #106cb0;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .prev {
  margin-right: 0.3rem;
}
.pu_page .next {
  margin-left: 0.3rem;
}
.pu_page .number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_page .number a {
  margin: 0 0.16rem;
  font-family: GilroyBold;
  color: #666;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #106cb0;
}
.anli_details .ls_box > div {
  margin-bottom: 0.8rem;
}
.anli_details .ls_box > div:last-child {
  margin-bottom: 0;
}
.anli_details .content3 .box,
.anli_details .content2 .box {
  margin-top: 0.48rem;
}
.anli_details .content2 .box .compiler {
  color: #666;
  line-height: 2;
}
.anli_details .content2 .box .compiler ul {
  padding-left: 0.23rem;
}
.anli_details .content2 .box .compiler ul li {
  list-style-type: disc;
}
.anli_details .content2 .box .compiler img {
  max-width: 100%;
}
.anli_details .content1 .le_box {
  width: 54%;
  padding-right: 6%;
}
.anli_details .content1 .le_box .tips {
  display: inline-block;
  background: #106cb0;
  color: #fff;
  padding: 4px 10px;
}
.anli_details .content1 .le_box .txt {
  padding: 0.08rem 0 0.2rem;
  color: #333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.anli_details .content1 .le_box .desc {
  margin-top: 0.24rem;
  display: grid;
  gap: 0.12rem;
}
.anli_details .content1 .le_box .desc p {
  position: relative;
  color: #666;
  padding-left: 0.2rem;
}
.anli_details .content1 .le_box .desc p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: #106cb0;
  border-radius: 50%;
}
.anli_details .content1 .ri_box {
  width: 46%;
}
.anli_details .content1 .ri_box .swiper .swiper-slide {
  width: 100%;
}
.anli_details .content1 .ri_box .swiper .swiper-slide img {
  width: 100%;
}
.anli_details .content1 .ri_box .pu_drop {
  margin-top: 0.2rem;
}
.business_school {
  background: url('../images/18.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
.business_school .ol_top .txt {
  color: #333;
}
.business_school .ol_top .desc {
  margin-top: 0.4rem;
  color: #666;
  line-height: 2;
}
.business_school .ol_bot {
  margin-top: 0.6rem;
  position: relative;
}
.business_school .ol_bot .bk {
  width: 100%;
}
.business_school .ol_bot .bk img {
  width: 100%;
}
.business_school .ol_bot .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0.8rem;
  display: flex;
}
.business_school .ol_bot .post > div {
  width: 100%;
  margin: auto;
}
.business_school .ol_bot .post > div .txt {
  color: #333;
}
.business_school .ol_bot .post > div .list {
  margin-top: 0.32rem;
  display: flex;
  flex-wrap: wrap;
}
.business_school .ol_bot .post > div .list .li {
  transition: 0.6s;
  min-width: 2.5rem;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 0.2rem;
  padding: 0.32rem;
}
.business_school .ol_bot .post > div .list .li:last-child {
  margin-right: 0;
}
.business_school .ol_bot .post > div .list .li .svg {
  height: 0.46rem;
}
.business_school .ol_bot .post > div .list .li .svg img {
  max-height: 100%;
}
.business_school .ol_bot .post > div .list .li .wz {
  margin-top: 0.12rem;
  color: #666;
}
.business_school .ol_bot .post > div .list .li:hover {
  background: #fff;
}
.featured_services {
  position: relative;
}
.featured_services .es_top p {
  color: #333;
}
.featured_services .es_bot {
  margin-top: 0.58rem;
  display: flex;
  --he: 4.8rem;
}
.featured_services .es_bot .item {
  transition: 0.8s;
  flex: 1;
  overflow: hidden;
}
.featured_services .es_bot .item a {
  position: relative;
  width: 100%;
}
.featured_services .es_bot .item a .bk {
  width: 100%;
}
.featured_services .es_bot .item a .bk img {
  transition: 0.4s;
  height: var(--he);
}
.featured_services .es_bot .item a .post_1 {
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  padding: 0.56rem 0.3rem;
}
.featured_services .es_bot .item a .post_1 > div {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.featured_services .es_bot .item a .post_1 > div .svg {
  height: 0.58rem;
}
.featured_services .es_bot .item a .post_1 > div .svg img {
  max-height: 100%;
}
.featured_services .es_bot .item a .post_1 > div .txt {
  margin: 0.4rem 0 0.16rem;
  color: #333;
  line-height: 1.6;
}
.featured_services .es_bot .item a .post_1 > div .desc {
  color: #999;
  line-height: 1.5;
  font-family: GilroyRegular;
}
.featured_services .es_bot .item a .post_1 > div .btn {
  width: 0.38rem;
  height: 0.38rem;
  border: 0.02rem solid #999;
  border-radius: 50%;
  display: flex;
}
.featured_services .es_bot .item a .post_1 > div .btn svg {
  width: 0.16rem;
  margin: auto;
}
.featured_services .es_bot .item a .post_1 > div .btn svg path {
  transition: 0.4s;
}
.featured_services .es_bot .item a .post_2 {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.featured_services .es_bot .item a .post_2 > div {
  padding: 0.56rem 0.3rem;
  width: 3.4rem;
  height: 100%;
  background: rgba(16, 108, 176, 0.7);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.featured_services .es_bot .item a .post_2 > div .txt {
  color: #fff;
  line-height: 1.5;
}
.featured_services .es_bot .item a .post_2 > div .desc {
  margin-top: 0.34rem;
  color: #fff;
  line-height: 0.32rem;
  height: 1.28rem;
  overflow: auto;
  text-align: justify;
  padding-right: 0.1rem;
}
.featured_services .es_bot .item a .post_2 > div .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.featured_services .es_bot .item a .post_2 > div .desc::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.featured_services .es_bot .item a .post_2 > div .desc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.featured_services .es_bot .item a .post_2 > div .btn {
  width: 0.38rem;
  height: 0.38rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
}
.featured_services .es_bot .item a .post_2 > div .btn svg {
  width: 0.16rem;
  margin: auto;
}
.featured_services .es_bot .item a .post_2 > div .btn svg path {
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .featured_services .es_bot .item:hover {
    flex: 3.5;
  }
  .featured_services .es_bot .item:hover a .bk img {
    width: 100%;
  }
  .featured_services .es_bot .item:hover a .post_1 {
    opacity: 0;
  }
  .featured_services .es_bot .item:hover a .post_2 {
    opacity: 1;
  }
}
.featured_services .es_bot .item:nth-child(odd) a .post_1 {
  background: #f0f0f0;
}
.advantage {
  background: url('../images/70.jpg') no-repeat;
  background-size: cover;
}
.advantage .ge_bot {
  margin-top: 0.34rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.advantage .ge_bot .item .num {
  transition: 0.4s;
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.03);
  font-family: GilroyBold;
}
.advantage .ge_bot .item .line {
  margin: 0.36rem 0;
  border-top: 1px solid #e3e3e3;
}
.advantage .ge_bot .item .content .img {
  width: 100%;
  overflow: hidden;
}
.advantage .ge_bot .item .content .img img {
  transition: 0.4s;
  width: 100%;
}
.advantage .ge_bot .item .content .txt {
  transition: 0.4s;
  margin-top: 0.26rem;
  color: #333;
}
.advantage .ge_bot .item:hover .num {
  color: #106cb0;
}
.advantage .ge_bot .item:hover .content .img img {
  transform: scale(1.05);
}
.advantage .ge_bot .item:hover .content .txt {
  color: #106cb0;
}
.collaboration_cases .es_bot {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
}
.collaboration_cases .es_bot p {
  transition: 0.6s;
  height: 1rem;
  display: flex;
}
.collaboration_cases .es_bot p img {
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}
.collaboration_cases .es_bot p:hover {
  background: #fff;
  box-shadow: 6.709px -4.357px 57.95px 3.05px rgba(0, 0, 0, 0.1);
}
.news_box .ws_top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.news_box .ws_top .item a {
   height: 100%;
  transition: 0.6s;
  background: #f7f7f7f7;
}
.news_box .ws_top .item a .img {
  width: 100%;
  overflow: hidden;
}
.news_box .ws_top .item a .img img {
  transition: 0.4s;
  width: 100%;
}
.news_box .ws_top .item a .content {
  padding: 0.3rem;
}
.news_box .ws_top .item a .content .txt {
 
}
.news_box .ws_top .item a .content .txt p {
  transition: 0.4s;
  color: #333;
  line-height: 0.3rem;
   height: 0.6rem;
}
.news_box .ws_top .item a .content .desc {
  margin: 0.16rem 0;

}
.news_box .ws_top .item a .content .desc p {
  color: #666;
    height: 0.52rem;
  line-height: 0.26rem;
}
.news_box .ws_top .item a .content .fl .tips {
  padding: 0.06rem 0.1rem;
  color: #fff;
  background: #106cb0;
}
.news_box .ws_top .item a .content .fl .time {
  color: #999;
}
.news_box .ws_top .item a:hover {
  background: #fff;
  box-shadow: 11.741px -7.625px 46.41px 4.59px rgba(0, 0, 0, 0.05);
}
.news_box .ws_top .item a:hover .img img {
  transform: scale(1.05);
}
.news_box .ws_top .item a:hover .content .txt p {
  color: #106cb0;
}
.news_box .ws_bot {
  margin-top: 0.8rem;
}
.news_details .ls_top {
  padding: 0.48rem 0;
  background: #f7f7f7;
}
.news_details .ls_top .wz {
  flex: 0.9;
}
.news_details .ls_top .wz .txt {
  color: #333;
  line-height: 1.4;
}
.news_details .ls_top .wz .tiem {
  margin-top: 0.18rem;
  color: #999;
}
.news_details .ls_top .return a {
  color: #fff;
  background: #106cb0;
  border-radius: 5px;
  padding: 0.22rem;
}
.news_details .ls_top .return a img {
  width: 0.18rem;
  margin-right: 0.14rem;
}
.news_details .ls_bot .content1 {
  padding: 0.4rem 0;
}
.news_details .ls_bot .content1 .compiler {
  color: #666;
  line-height: 2;
}
.news_details .ls_bot .content1 .compiler ul {
  padding-left: 0.23rem;
}
.news_details .ls_bot .content1 .compiler ul li {
  list-style-type: disc;
}
.news_details .ls_bot .content1 .compiler img {
  max-width: 100%;
}
.news_details .ls_bot .content2 {
  padding: 0.24rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.news_details .ls_bot .content2 .prev,
.news_details .ls_bot .content2 .next {
  width: 40%;
}
.news_details .ls_bot .content2 .prev .tips,
.news_details .ls_bot .content2 .next .tips {
  color: #333;
  margin-bottom: 0.1rem;
}
.news_details .ls_bot .content2 .prev a,
.news_details .ls_bot .content2 .next a {
  transition: 0.4s;
  color: #666;
}
.news_details .ls_bot .content2 .prev a:hover,
.news_details .ls_bot .content2 .next a:hover {
  color: #106cb0;
}
.news_details .ls_bot .content2 .next {
  text-align: right;
}
.consulting {
  background: url('../images/26.jpg') no-repeat center bottom;
  background-size: 100% 100%;
}
.consulting .le_box {
  width: 56%;
  padding: 0 var(--bj);
  display: flex;
}
.consulting .le_box > div {
  width: 100%;
  margin: auto;
}
.consulting .le_box > div .content1 .txt {
  color: #333;
}
.consulting .le_box > div .content1 .desc {
  text-align: justify;
  margin-top: 0.42rem;
  color: #666;
  line-height: 0.32rem;
  height: 2.56rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.consulting .le_box > div .content1 .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.consulting .le_box > div .content1 .desc::-webkit-scrollbar-thumb {
  background: #106cb0;
}
.consulting .le_box > div .content1 .desc::-webkit-scrollbar-track {
  background: rgba(16, 108, 176, 0.5);
}
.consulting .le_box > div .content2 {
  margin-top: 0.76rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.44rem;
}
.consulting .le_box > div .content2 .item {
  color: #106cb0;
  margin-right: 0.8rem;
}
.consulting .le_box > div .content2 .item:last-child {
  margin-right: 0;
}
.consulting .le_box > div .content2 .item .data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.consulting .le_box > div .content2 .item .data p,
.consulting .le_box > div .content2 .item .data .fh {
  line-height: 0.8;
  font-weight: bold;
}
.consulting .le_box > div .content2 .item .data .fh {
  font-family: GilroyBold;
}
.consulting .le_box > div .content2 .item .data span {
  margin-left: 0.04rem;
}
.consulting .le_box > div .content2 .item .desc {
  margin-top: 0.14rem;
  color: #999;
}
.consulting .ri_box {
  width: 44%;
}
.consulting .ri_box img {
  width: 100%;
}
.corporate_culture .re_top .txt {
  color: #333;
}
.corporate_culture .re_top .desc {
  margin-top: 0.14rem;
  color: #999;
}
.corporate_culture .re_bot {
  margin-top: 0.62rem;
  padding-left: var(--bj);
}
.corporate_culture .re_bot .div_ .le_box {
  width: 52%;
  overflow: hidden;
}
.corporate_culture .re_bot .div_ .le_box img {
  transition: 0.4s;
  width: 100%;
}
.corporate_culture .re_bot .div_ .le_box:hover img {
  transform: scale(1.05);
}
.corporate_culture .re_bot .div_ .ri_box {
  z-index: 1;
  position: relative;
  width: 48%;
}
.corporate_culture .re_bot .div_ .ri_box .item {
  transition: 0.6s;
  height: 33.33%;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.corporate_culture .re_bot .div_ .ri_box .item:last-child {
  border-bottom: none;
}
.corporate_culture .re_bot .div_ .ri_box .item > div {
  width: 100%;
  margin: auto;
  padding: 0 0.66rem;
}
.corporate_culture .re_bot .div_ .ri_box .item > div .svg {
  height: 0.64rem;
}
.corporate_culture .re_bot .div_ .ri_box .item > div .svg img {
  max-height: 100%;
}
.corporate_culture .re_bot .div_ .ri_box .item > div .txt {
  margin-top: 0.2rem;
}
.corporate_culture .re_bot .div_ .ri_box .item > div .txt p {
  font-weight: bold;
}
.corporate_culture .re_bot .div_ .ri_box .item > div .txt span {
  flex: 1;
  padding-left: 0.26rem;
}
@media (min-width: 1200px) {
  .corporate_culture .re_bot .div_ .ri_box .item:hover {
    width: 120%;
    background: #f7f7f7;
    margin-left: -20%;
  }
}
.development_history {
  background: url('../images/31.jpg') no-repeat center bottom;
  background-size: 100% 100%;
}
.development_history .ry_top .txt {
  color: #333;
}
.development_history .ry_top .desc {
  margin-top: 0.14rem;
  color: #999;
}
.development_history .ry_bot {
  margin-top: 0.62rem;
  --he: 5.6rem;
  background: #fff;
}
.development_history .ry_bot .le_box {
  width: 44%;
  overflow: hidden;
}
.development_history .ry_bot .le_box img {
  transition: 0.4s;
  width: 100%;
  height: var(--he);
}
.development_history .ry_bot .le_box:hover img {
  transform: scale(1.05);
}
.development_history .ry_bot .ri_box {
  width: 56%;
}
.development_history .ry_bot .ri_box .banner1 {
  width: 86%;
  padding: 0.6rem;
  height: var(--he);
}
.development_history .ry_bot .ri_box .banner1 .swiper {
  height: 100%;
}
.development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide {
  transition: 0.4s;
  opacity: 0.3;
  height: auto;
  margin-bottom: 0.66rem;
}
.development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide .num {
  color: #333;
  font-family: GilroyBold;
  line-height: 1;
}
.development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide .div_ {
  margin-top: 0.1rem;
}
.development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide .div_ .desc {
  color: #666;
  line-height: 0.32rem;
}
.development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide .div_ .img img {
  max-width: 100%;
}
.development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide:last-child {
  min-height: 100%;    
}
.development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide-active {
  opacity: 1;
}
.development_history .ry_bot .ri_box .banner2 {
  width: 14%;
  padding: 0.2rem 0;
  height: var(--he);
}
.development_history .ry_bot .ri_box .banner2 .swiper {
  height: 100%;
}
.development_history .ry_bot .ri_box .banner2 .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.development_history .ry_bot .ri_box .banner2 .swiper .swiper-slide p {
  transition: 0.4s;
  font-family: GilroyBold;
  cursor: pointer;
  color: #666;
}
.development_history .ry_bot .ri_box .banner2 .swiper .swiper-slide-thumb-active p {
  color: #106cb0;
  transform: scale(1.4);
}
.subordinate_units .ts_top .txt {
  color: #333;
}
.subordinate_units .ts_top .desc {
  margin-top: 0.14rem;
  color: #999;
}
.subordinate_units .ts_bot {
  margin-top: 0.62rem;
  padding-left: var(--bj);
}
.subordinate_units .ts_bot .swiper .swiper-slide a {
  position: relative;
  padding: 0.8rem 0;
  background: url('../images/29.jpg') no-repeat;
  background-size: 100% 100%;
  border-bottom-left-radius: 0.7rem;
  overflow: hidden;
}
.subordinate_units .ts_bot .swiper .swiper-slide a::before {
  transition: 0.8s;
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/30.jpg') no-repeat;
  background-size: 100% 100%;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content1 {
  z-index: 1;
  position: relative;
  color: #333;
  padding: 0 0.6rem;
  border-bottom: 1px solid #e6e6e6;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content1 p {
  transition: 0.4s;
  padding-bottom: 0.3rem;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content2 {
  z-index: 1;
  position: relative;
  padding: 0 0.6rem;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content2 .desc {
  transition: 0.4s;
  margin: 0.4rem 0;
  color: #666;
  line-height: 0.32rem;
  height: 1.28rem;
  overflow: auto;
  text-align: justify;
  padding-right: 0.1rem;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content2 .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content2 .desc::-webkit-scrollbar-thumb {
  background: #106cb0;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content2 .desc::-webkit-scrollbar-track {
  background: rgba(16, 108, 176, 0.5);
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content2 .btn {
  display: inline-block;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content2 .btn div {
  transition: 0.6s;
  line-height: 0.48rem;
  padding: 0 0.27rem;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  border: 1px solid #106cb0;
  color: #106cb0;
}
.subordinate_units .ts_bot .swiper .swiper-slide a .content2 .btn div svg {
  transition: 0.4s;
  width: 0.13rem;
  margin-left: 0.08rem;
  transform-origin: center center;
}
.subordinate_units .ts_bot .swiper .swiper-slide a:hover::before {
  opacity: 1;
}
.subordinate_units .ts_bot .swiper .swiper-slide a:hover .content1 p {
  color: #fff;
}
.subordinate_units .ts_bot .swiper .swiper-slide a:hover .content2 .desc {
  color: #fff;
}
.subordinate_units .ts_bot .swiper .swiper-slide a:hover .content2 .desc::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.subordinate_units .ts_bot .swiper .swiper-slide a:hover .content2 .desc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.subordinate_units .ts_bot .swiper .swiper-slide a:hover .content2 .btn div {
  background: #fff;
  border-color: #fff;
}
.subordinate_units .ts_bot .swiper .swiper-slide a:hover .content2 .btn div svg {
  transform: rotate(45deg);
}
.pu_toggle {
  display: flex;
}
.pu_toggle .prev,
.pu_toggle .next {
  transition: 0.6s;
  cursor: pointer;
  width: 0.48rem;
  height: 0.48rem;
  border: 0.02rem solid #106cb0;
  border-radius: 50%;
  display: flex;
}
.pu_toggle .prev svg,
.pu_toggle .next svg {
  margin: auto;
  width: 0.2rem;
}
.pu_toggle .prev svg path,
.pu_toggle .next svg path {
  transition: 0.4s;
}
.pu_toggle .prev:hover,
.pu_toggle .next:hover {
  background: #106cb0;
}
.pu_toggle .prev:hover svg path,
.pu_toggle .next:hover svg path {
  stroke: #fff;
}
.pu_toggle .next {
  margin-left: 0.2rem;
}
.classic_cases {
  background: url('../images/32.jpg') no-repeat center bottom;
  background-size: 100% 100%;
}
.classic_cases .es_top .txt {
  color: #333;
}
.classic_cases .es_top .desc {
  margin-top: 0.14rem;
  color: #999;
}
.classic_cases .es_bot {
  margin-top: 0.62rem;
}
.classic_cases .es_bot .swiper .swiper-slide a .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.classic_cases .es_bot .swiper .swiper-slide a .img img {
  transition: 0.4s;
  width: 100%;
}
.classic_cases .es_bot .swiper .swiper-slide a .img .post {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
}
.classic_cases .es_bot .swiper .swiper-slide a .img .post p {
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.classic_cases .es_bot .swiper .swiper-slide a .txt {
  margin-top: 0.2rem;
  color: #333;
}
.classic_cases .es_bot .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.classic_cases .es_bot .swiper .swiper-slide a:hover .img .post {
  opacity: 1;
}
.contact_us .us_box .le_box {
  width: 36%;
}
.contact_us .us_box .le_box > div {
  padding: 0 var(--bj);
}
.contact_us .us_box .le_box .content2 {
  margin: 0.46rem 0 0.54rem;
}
.contact_us .us_box .le_box .content2 .tips {
  color: #333;
}
.contact_us .us_box .le_box .content2 .list {
  margin-top: 0.28rem;
  display: grid;
  gap: 0.1rem;
}
.contact_us .us_box .le_box .content2 .list .li {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}
.contact_us .us_box .le_box .content2 .list .li .svg {
  width: 0.2rem;
}
.contact_us .us_box .le_box .content2 .list .li .svg img {
  max-width: 100%;
}
.contact_us .us_box .le_box .content2 .list .li .txt {
  padding-left: 0.16rem;
  flex: 1;
  color: #666e80;
}
.contact_us .us_box .le_box .content2 .list .li .txt a {
  display: inline-block;
  transition: 0.4s;
  color: #666e80;
  margin-right: 0.1rem;
}
.contact_us .us_box .le_box .content2 .list .li .txt a:last-child {
  margin-right: 0;
}
.contact_us .us_box .le_box .content2 .list .li .txt a:hover {
  color: #106cb0;
}
.contact_us .us_box .le_box .content2 .seek {
  margin-top: 0.6rem;
}
.contact_us .us_box .le_box .content3 img {
  width: 1.44rem;
}
.contact_us .us_box .le_box .content3 p {
  margin-top: 0.14rem;
  color: #999;
}
.contact_us .us_box .ri_box {
  width: 64%;
}
.contact_us .us_box .ri_box a {
  width: 100%;
}
.contact_us .us_box .ri_box a img {
  width: 100%;
}
.pu_message {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}
.pu_message .fixed {
  width: var(--vw);
  height: var(--vh);
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  padding: 0 8vw;
}
.pu_message .fixed .ge_box {
  position: relative;
  width: 100%;
  margin: auto;
  background: #eee;
  border-radius: 0.2rem;
  min-height: 5rem;
  padding: 0.6rem 0.54rem;
}
.pu_message .fixed .ge_box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.pu_message .fixed .ge_box .close svg {
  width: 0.36rem;
  cursor: pointer;
}
.pu_message .fixed .ge_box .close svg path {
  transition: 0.4s;
}
.pu_message .fixed .ge_box .close svg:hover path {
  fill: #106cb0;
}
.pu_message .fixed .ge_box form .content1 {
  text-align: center;
  color: #333;
}
.pu_message .fixed .ge_box form .content2 {
  margin: 0.7rem 0 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.pu_message .fixed .ge_box form .content2 .label {
  position: relative;
  background: #fff;
  padding: 0 0.3rem;
}
.pu_message .fixed .ge_box form .content2 .label input {
  width: 100%;
  height: 0.8rem;
  border: none;
  background: none;
  color: #000;
}
.pu_message .fixed .ge_box form .content2 .label input:not(:placeholder-shown) + .tips {
  display: none;
}
.pu_message .fixed .ge_box form .content2 .label .tips {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #333;
  padding: 0 0.3rem;
  pointer-events: none;
}
.pu_message .fixed .ge_box form .content2 .label .tips span {
  color: #106cb0;
}
.pu_message .fixed .ge_box form .content2 .label .layui-input-block {
  position: initial;
  margin-left: 0;
}
.pu_message .fixed .ge_box form .content2 .label .layui-input-block .layui-form-select {
  position: initial;
}
.pu_message .fixed .ge_box form .content2 .label .layui-input-block .layui-input {
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
.pu_message .fixed .ge_box form .content2 .label .layui-input-block .layui-input::placeholder {
  color: #333;
}
.pu_message .fixed .ge_box form .content2 .label .layui-input-block .layui-edge {
  border-top-color: #333;
  border-width: 0.08rem;
  margin-top: -0.04rem;
  right: 0.3rem;
}
.pu_message .fixed .ge_box form .content2 .label .layui-input-block dl {
  width: 100%;
  top: 0.86rem;
  padding: 0;
  max-height: 2.3rem;
}
.pu_message .fixed .ge_box form .content2 .label .layui-input-block dl dd {
  color: #333;
  font-size: 0.8em;
  padding: 0 0.3rem !important;
  line-height: 0.46rem;
}
.pu_message .fixed .ge_box form .content2 .label .layui-input-block dl dd.layui-this {
  background-color: #106cb0;
  color: #fff;
}
.pu_message .fixed .ge_box form .content3 .label .div_ {
  display: flex;
}
.pu_message .fixed .ge_box form .content3 .label .div_ .li {
  cursor: pointer;
  transition: 0.6s;
  line-height: 0.5rem;
  padding: 0 0.32rem;
  border: 0.02rem solid #106cb0;
  color: #106cb0;
  margin-right: 0.2rem;
}
.pu_message .fixed .ge_box form .content3 .label .div_ .li span {
  margin-right: 0.08rem;
}
.pu_message .fixed .ge_box form .content3 .label .div_ .li svg {
  width: 0.13rem;
}
.pu_message .fixed .ge_box form .content3 .label .div_ .li svg path {
  transition: 0.4s;
}
.pu_message .fixed .ge_box form .content3 .label .div_ .li:hover {
  background: #106cb0;
  color: #fff;
}
.pu_message .fixed .ge_box form .content3 .label .div_ .li:hover svg path {
  stroke: #fff;
}
.pu_message .fixed .ge_box form .content3 .label .div_ .li:first-child svg {
  transform: rotate(135deg);
}
.pu_message .fixed .ge_box form .content3 .label .div_ .li:last-child {
  margin-right: 0;
  background: #106cb0;
  color: #fff;
}
.ruicai_plan .an_top .txt {
  color: #333;
}
.ruicai_plan .an_top .desc {
  margin-top: 0.16rem;
  color: #333;
  line-height: 1.6;
}
.ruicai_plan .an_bot {
  margin-top: 0.32rem;
}
.ruicai_plan .an_bot .le_box {
  width: 30%;
  padding-right: 3%;
}
.ruicai_plan .an_bot .le_box .content1 {
  color: #333;
}
.ruicai_plan .an_bot .le_box .content2 {
  margin-top: 0.4rem;
}
.ruicai_plan .an_bot .le_box .content2 .item {
  display: none;
}
.ruicai_plan .an_bot .le_box .content2 .item.active {
  display: block;
}
.ruicai_plan .an_bot .le_box .content2 .item .num {
  font-size: 0.8rem;
  line-height: 1;
  font-family: GilroyBold;
  color: rgba(0, 0, 0, 0.1);
}
.ruicai_plan .an_bot .le_box .content2 .item .txt {
  margin: 0.24rem 0;
}
.ruicai_plan .an_bot .le_box .content2 .item .txt .t1 {
  color: #106cb0;
}
.ruicai_plan .an_bot .le_box .content2 .item .txt .t2 {
  margin-top: 0.12rem;
  color: #333;
}
.ruicai_plan .an_bot .le_box .content2 .item .desc p {
  line-height: 1.4;
  position: relative;
  color: #666;
  padding-left: 0.18rem;
  margin-bottom: .14rem;
}
.ruicai_plan .an_bot .le_box .content2 .item .desc p:last-child {
   margin-bottom: 0; 
}
.ruicai_plan .an_bot .le_box .content2 .item .desc p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.06rem;
  height: 0.06rem;
  background: #666;
  border-radius: 50%;
}
.ruicai_plan .an_bot .ri_box {
  position: relative;
  width: 70%;
}
.ruicai_plan .an_bot .ri_box .bk {
  width: 100%;
}
.ruicai_plan .an_bot .ri_box .bk img {
  width: 100%;
}
.ruicai_plan .an_bot .ri_box .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ruicai_plan .an_bot .ri_box .post .li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
}
.ruicai_plan .an_bot .ri_box .post .li:last-child {
  border-right: none;
}
.ruicai_plan .an_bot .ri_box .post .li > div {
  margin: auto;
  text-align: center;
}
.ruicai_plan .an_bot .ri_box .post .li > div .num {
  transition: 0.4s;
  font-size: 0.8rem;
  line-height: 1;
  font-family: GilroyBold;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
}
.ruicai_plan .an_bot .ri_box .post .li > div .txt {
  margin-top: 0.46rem;
  color: #fff;
}
.ruicai_plan .an_bot .ri_box .post .li.active > div .num {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.3);
}
.training_measures {
  position: relative;
}
.training_measures .es_bk {
  width: 100%;
}
.training_measures .es_bk img {
  width: 100%;
}
.training_measures .es_txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 8%;
}
.training_measures .es_txt p {
  color: #333;
}
.training_measures .es_cen {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.training_measures .es_cen .item {
  display: none;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.training_measures .es_cen .item .bk img {
  width: 5.4rem;
}
.training_measures .es_cen .item .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.training_measures .es_cen .item .post > div {
  padding: 0 15%;
  width: 100%;
  margin: auto;
  color: #fff;
  text-align: center;
}
.training_measures .es_cen .item .post > div .desc {
  margin-top: 0.2rem;
  height: 1.8rem;
  line-height: 0.36rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.training_measures .es_cen .item .post > div .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.training_measures .es_cen .item .post > div .desc::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.training_measures .es_cen .item .post > div .desc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.training_measures .es_cen .item.active {
  display: block;
}
.training_measures .es_slide {
  --wd: 5.2rem;
  --he: 0.9rem;
}
.training_measures .es_slide .slide {
  cursor: pointer;
  transition: 0.8s;
  position: absolute;
  width: var(--wd);
  background: #fff;
  border-radius: 0 0.2rem 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.training_measures .es_slide .slide .num {
  transition: 0.6s;
  width: var(--he);
  line-height: var(--he);
  background: #106cb0;
  color: #fff;
  font-family: GilroyBold;
  border-radius: 0 0.2rem 0 0.2rem;
  text-align: center;
}
.training_measures .es_slide .slide .txt {
  flex: 1;
  padding: 0 0.3rem;
  display: flex;
  text-align: right;
}
.training_measures .es_slide .slide .txt p {
  width: 100%;
  margin: auto;
  line-height: 1.4;
  transition: 0.4s;
  color: #333;
}
.training_measures .es_slide .slide:nth-child(4),
.training_measures .es_slide .slide:nth-child(5),
.training_measures .es_slide .slide:nth-child(6) {
  flex-direction: row-reverse;
}
.training_measures .es_slide .slide:nth-child(4) .txt,
.training_measures .es_slide .slide:nth-child(5) .txt,
.training_measures .es_slide .slide:nth-child(6) .txt {
  text-align: left;
}
.training_measures .es_slide .slide.active,
.training_measures .es_slide .slide:hover {
  background: #106cb0;
}
.training_measures .es_slide .slide.active .txt p,
.training_measures .es_slide .slide:hover .txt p {
  color: #fff;
}
.training_measures .es_slide .slide.active .num,
.training_measures .es_slide .slide:hover .num {
  background: rgba(255, 255, 255, 0.2);
}
.training_measures .es_slide .s1 {
  top: 25%;
  left: 8%;
}
.training_measures .es_slide .s2 {
  top: 48.5%;
  left: 5%;
}
.training_measures .es_slide .s3 {
  top: 72%;
  left: 8%;
}
.training_measures .es_slide .s4 {
  top: 25%;
  left: 65%;
}
.training_measures .es_slide .s5 {
  top: 48.5%;
  left: 68%;
}
.training_measures .es_slide .s6 {
  top: 72%;
  left: 65%;
}
.speaking .ng_bot {
  position: relative;
  margin-top: 0.54rem;
}
.speaking .ng_bot::before {
  content: '';
  position: absolute;
  width: calc(100% + (var(--bj) * 2));
  height: 1px;
  left: calc(var(--bj) * -1);
  bottom: 0.04rem;
  background: #e6e6e6;
}
.speaking .ng_bot .swiper .swiper-slide {
  --color: #f5f5f5;
}
.speaking .ng_bot .swiper .swiper-slide .content {
  transition: 0.6s;
  position: relative;
  padding: 0.44rem;
  background: var(--color);
}
.speaking .ng_bot .swiper .swiper-slide .content::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.23rem;
  width: 0.18rem;
  height: 0.24rem;
  background: var(--color);
  clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
}
.speaking .ng_bot .swiper .swiper-slide .content .txt {
  color: #333;
  margin-bottom: 0.28rem;
}
.speaking .ng_bot .swiper .swiper-slide .content .txt p {
    line-height: .3rem;
    height: .9rem;
}
.speaking .ng_bot .swiper .swiper-slide .content .name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.speaking .ng_bot .swiper .swiper-slide .content .name i {
  transition: 0.4s;
  width: 0.5rem;
  height: 1px;
  background: #999;
}
.speaking .ng_bot .swiper .swiper-slide .content .name span {
  transition: 0.4s;
  margin-left: 0.2rem;
  color: #999;
}
.speaking .ng_bot .swiper .swiper-slide .drop {
  transition: 0.6s;
  margin-top: 0.78rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #e6e6e6;
}
.speaking .ng_bot .swiper .swiper-slide:hover {
  --color: #106cb0;
}
.speaking .ng_bot .swiper .swiper-slide:hover .content .txt {
  color: #fff;
}
.speaking .ng_bot .swiper .swiper-slide:hover .content .name i {
  background: #fff;
}
.speaking .ng_bot .swiper .swiper-slide:hover .content .name span {
  color: #fff;
}
.speaking .ng_bot .swiper .swiper-slide:hover .drop {
  background: #106cb0;
}
.team_style {
  background: #f5f5f5;
}
.team_style .te_top .txt {
  color: #333;
}
.team_style .te_top .desc {
  margin-top: 0.16rem;
  color: #333;
  line-height: 1.6;
}
.team_style .te_bot {
  margin-top: 0.42rem;
  position: relative;
}
.team_style .te_bot .swiper .swiper-slide {
  transition: 0.8s;
  width: 48%;
  text-align: center;
  transform: scale(0.86);
  transform-origin: center bottom;
  margin: 0 0.2rem;
}
.team_style .te_bot .swiper .swiper-slide .img {
  width: 100%;
}
.team_style .te_bot .swiper .swiper-slide .img img {
  width: 100%;
}
.team_style .te_bot .swiper .swiper-slide .txt {
  margin-top: 0.16rem;
  transition: 0.4s;
  opacity: 0;
  color: #106cb0;
}
.team_style .te_bot .swiper .swiper-slide-active {
  transform: scale(1);
}
.team_style .te_bot .swiper .swiper-slide-active .txt {
  opacity: 1;
}
.team_style .te_bot .switch .prev,
.team_style .te_bot .switch .next {
  transition: 0.6s;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  border: 0.02rem solid #106cb0;
  border-radius: 50%;
  display: flex;
}
.team_style .te_bot .switch .prev svg,
.team_style .te_bot .switch .next svg {
  margin: auto;
  width: 0.2rem;
}
.team_style .te_bot .switch .prev svg path,
.team_style .te_bot .switch .next svg path {
  transition: 0.4s;
}
.team_style .te_bot .switch .prev:hover,
.team_style .te_bot .switch .next:hover {
  background: #106cb0;
}
.team_style .te_bot .switch .prev:hover svg path,
.team_style .te_bot .switch .next:hover svg path {
  stroke: #fff;
}
.team_style .te_bot .switch .prev {
  left: 22%;
}
.team_style .te_bot .switch .next {
  right: 22%;
}
.espectable .pe_bot {
  margin-top: 0.62rem;
  display: grid;
  gap: 0.2rem;
}
.espectable .pe_bot .slide {
  background: #f5f5f5;
}
.espectable .pe_bot .slide .thead {
  cursor: pointer;
  transition: 0.8s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.36rem 0.46rem;
}
.espectable .pe_bot .slide .thead .th_1 {
  width: 70%;
}
.espectable .pe_bot .slide .thead .th_1 p {
  width: 96%;
  transition: 0.4s;
  color: #333;
}
.espectable .pe_bot .slide .thead .th_2 {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}
.espectable .pe_bot .slide .thead .th_2 .sort {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.espectable .pe_bot .slide .thead .th_2 .sort div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.espectable .pe_bot .slide .thead .th_2 .sort div img {
  transition: 0.4s;
  max-width: 0.22rem;
}
.espectable .pe_bot .slide .thead .th_2 .sort div span {
  transition: 0.4s;
  margin-left: 0.12rem;
  color: #333;
}
.espectable .pe_bot .slide .thead .th_2 .icon i {
  display: block;
  transition: 0.4s;
  color: #106cb0;
}
.espectable .pe_bot .slide .tbody {
  display: none;
  padding: 0.54rem 0.46rem;
}
.espectable .pe_bot .slide .tbody .content1 .li {
  margin-bottom: 0.38rem;
}
.espectable .pe_bot .slide .tbody .content1 .li .one {
  color: #333;
  font-weight: bold;
}
.espectable .pe_bot .slide .tbody .content1 .li .two {
  margin-top: 0.08rem;
}
.espectable .pe_bot .slide .tbody .content1 .li .two p {
  color: #666;
  line-height: 2;
}
.espectable .pe_bot .slide .tbody .content2 {
  display: inline-block;
}
.espectable .pe_bot .slide .tbody .content2 a {
  color: #fff;
  padding: 0 0.2rem;
  line-height: 0.56rem;
  background: #106cb0;
  font-family: GilroyMedium;
}
.espectable .pe_bot .slide.active .thead {
  background: #106cb0;
}
.espectable .pe_bot .slide.active .thead .th_1 p {
  color: #fff;
}
.espectable .pe_bot .slide.active .thead .th_2 .sort div img {
  filter: brightness(100);
}
.espectable .pe_bot .slide.active .thead .th_2 .sort div span {
  color: #fff;
}
.espectable .pe_bot .slide.active .thead .th_2 .icon i {
  transform: rotateX(180deg);
  color: #fff;
}
@media (max-width: 1600px) {
  .w1440 {
    padding: 0 10vw;
  }
}
@media (max-width: 1500px) {
  .anli_box .li_top,
  .news_box .ws_top {
    gap: 0.3rem;
  }
  .f60 {
    font-size: 0.54rem;
  }
  .f48 {
    font-size: 0.44rem;
  }
  .f44 {
    font-size: 0.4rem;
  }
  .f40 {
    font-size: 0.36rem;
  }
  .f36 {
    font-size: 0.32rem;
  }
  .f18 {
    font-size: 0.185rem;
  }
  .f16 {
    font-size: 0.165rem;
  }
  .pu_head .txt {
    font-size: 0.3rem;
  }
  .advantage .ge_bot .item .num {
    font-size: 1rem;
  }
  .pu_three .th_box {
    grid-template-columns: repeat(10, 1fr);
  }
  .news_information .on_bot .item3 > div,
  .news_information .on_bot .item2 a .box,
  .news_information .on_bot .item1 a .post > div {
    padding: 0.4rem;
  }
  .consulting_solutions .ns_bot .switch .prev {
    left: 27.3%;
  }
  .consulting_solutions .ns_bot .switch .next {
    right: 27.3%;
  }
  .pu_message .fixed .ge_box form .content2 .label input {
    height: 0.76rem;
  }
  .pu_message .fixed .ge_box form .content2 .label .layui-input-block dl {
    top: 0.82rem;
  }
  .training_measures .es_cen .item .bk img {
    width: 5.3rem;
  }
  .training_measures .es_slide .s1,
  .training_measures .es_slide .s3 {
    left: 6%;
  }
  .training_measures .es_slide .s2 {
    left: 3.5%;
  }
}
@media (max-width: 1400px) {
  .pu_message .fixed .ge_box form .content2 {
    margin: 0.5rem 0 0.2rem;
    gap: 0.12rem;
  }
  .pu_details .ls_box .content1 .le_box .desc {
    height: 3.6rem;
  }
  .walk_into .to_box .ri_box .item.active .content1 .txt {
    font-size: 1.1em;
  }
  .walk_into .to_box .ri_box .item.active .content1 .svg {
    width: 1.1em;
  }
  .f60 {
    font-size: 0.5rem;
  }
  .f48 {
    font-size: 0.4rem;
  }
  .f44 {
    font-size: 0.38rem;
  }
  .f40 {
    font-size: 0.34rem;
  }
  .f36 {
    font-size: 0.3rem;
  }
  .f30 {
    font-size: 0.28rem;
  }
  .f28 {
    font-size: 0.26rem;
  }
  .f26 {
    font-size: 0.24rem;
  }
  .f24 {
    font-size: 0.22rem;
  }
  .f22 {
    font-size: 0.21rem;
  }
}
@media (max-width: 1200px) {
  .pc_header {
    display: none;
  }
  .f18 {
    font-size: 0.2rem;
  }
  .f16 {
    font-size: 0.18rem;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .p100_ {
    padding-bottom: 0.8rem;
  }
  body {
    --top: 60px;
  }
  .w1440 {
    padding: 0 5vw;
  }
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::after,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::before,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
    background: #106cb0;
  }
  .MobileMain .HeaderMobile .box .button .tel img {
    width: 0.28rem;
    margin-right: 0.1rem;
    animation: callTel 0.5s linear infinite;
  }
  .MobileMain .HeaderMobile .box .button .tel a {
    font-family: GilroyBold;
    color: #106cb0;
  }
  .logo_box .swiper {
    margin: 0;
  }
  .switch {
    display: none;
  }
  .pc_footer .ter_cen .div_ .ri_box .content2 {
    justify-content: flex-start;
  }
  .pc_footer .ter_cen .div_ .ri_box .content1 {
    text-align: left;
  }
  .pc_footer .ter_cen .div_ .ri_box {
    margin-top: 0.6rem;
  }
  .news_information .on_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .index_partners .le_box > div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .consulting_experience .ce_top .pu_link {
    margin-top: 0.26rem;
  }
  .walk_into .to_box .ri_box {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .walk_into .to_box .ri_box .item > div {
    padding: 0.46rem 0;
  }
  .walk_into .to_box .ri_box .item .content2 {
    height: 1.02rem;
    margin-top: 0.34rem;
  }
  .walk_into .to_box .ri_box .item {
    padding: 0 0.3rem;
  }
  .walk_into .to_box .ri_box .item > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .walk_into .to_box .ri_box .item > div:nth-child(3),
  .walk_into .to_box .ri_box .item > div:nth-child(4) {
    border-bottom: none;
  }
  .walk_into .to_box .le_box .content1 .desc {
    height: 1.68rem;
  }
  .walk_into .to_box .le_box {
    padding: 0.8rem var(--bj);
  }
  .walk_into .to_box .le_box .content2 {
    margin-top: 0.6rem;
  }
  .consulting_solutions .ns_bot .swiper .swiper-slide {
    width: 76%;
    margin: 0 0.1rem;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: auto;
    min-height: 6rem;
  }
  .business_school .ol_bot .post {
    padding: 0.6rem 0.4rem;
    position: initial;
  }
  .business_school .ol_bot {
    background: #d0e5f4;
  }
  .pu_three .th_box {
    grid-template-columns: repeat(6, 1fr);
  }
  .anli_box .li_top {
    grid-template-columns: repeat(2, 1fr);
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page .number a.active {
    display: block;
  }
  .featured_services .es_bot {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .featured_services .es_bot .item {
    flex: auto;
  }
  .featured_services .es_bot .item a .bk {
    display: none;
  }
  .featured_services .es_bot .item a .post_1 {
    display: none;
  }
  .featured_services .es_bot .item a .post_2 {
    opacity: 1;
    position: initial;
  }
  .featured_services .es_bot .item a .post_2 > div {
    width: 100%;
    background: #106cb0;
  }
  .featured_services .es_bot .item a .post_2 > div .btn {
    margin-top: 0.6rem;
  }
  .advantage .ge_bot {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem 0.2rem;
  }
  .advantage .ge_bot .item .num {
    font-size: 0.8rem;
  }
  .advantage .ge_bot .item .line {
    margin-top: 0.2rem 0;
  }
  .collaboration_cases .es_bot {
    grid-template-columns: repeat(3, 1fr);
  }
  .news_box .ws_top {
    grid-template-columns: repeat(2, 1fr);
  }
  .news_details .ls_top .return {
    margin-top: 0.36rem;
  }
  .news_details .ls_bot .content2 .next {
    text-align: left;
    margin-top: 0.26rem;
  }
  .corporate_culture .re_bot {
    padding: 0 var(--bj) !important;
  }
  .consulting .le_box {
    padding: 0.8rem var(--bj);
  }
  .corporate_culture .re_bot .div_ .ri_box .item > div {
    padding: 0.4rem 0;
  }
  .corporate_culture .re_bot .div_ .ri_box .item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .development_history .ry_bot {
    --he: auto;
  }
  .development_history .ry_bot .ri_box .banner1 {
    padding: 0.4rem;
  }
  .development_history .ry_bot .ri_box .banner2 .swiper .swiper-slide {
    height: 0.36rem;
    align-items: center;
  }
  .development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide .div_ {
    height: 2rem;
    overflow: auto;
    padding-right: 0.1rem;
  }
  .development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide .div_::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide .div_::-webkit-scrollbar-thumb {
    background: #106cb0;
  }
  .development_history .ry_bot .ri_box .banner1 .swiper .swiper-slide .div_::-webkit-scrollbar-track {
    background: rgba(16, 108, 176, 0.5);
  }
  .subordinate_units .ts_bot .swiper .swiper-slide a {
    padding: 0.6rem 0;
  }
  .subordinate_units .ts_bot .swiper .swiper-slide a .content2,
  .subordinate_units .ts_bot .swiper .swiper-slide a .content1 {
    padding: 0 0.4rem;
  }
  .contact_us .us_box .le_box > div {
    padding: 0.8rem var(--bj);
  }
  .pu_message .fixed {
    padding: 0 var(--bj);
  }
  .pu_message .fixed .ge_box {
    padding: 0.6rem 0.26rem;
  }
  .pu_message .fixed .ge_box .close {
    right: 0.12rem;
    top: 0.12rem;
  }
  .team_style .te_bot .swiper .swiper-slide {
    width: 76%;
    margin: 0;
  }
  .espectable .pe_bot .slide .thead .th_1 {
    flex: 1;
  }
  .ruicai_plan .an_bot .ri_box .post .li > div .num {
    font-size: 0.6rem;
  }
  .ruicai_plan .an_bot .ri_box .post .li > div .txt {
    margin-top: 0.3rem;
  }
  .espectable .pe_bot .slide .thead .th_2 {
    width: auto;
  }
  .espectable .pe_bot .slide .tbody,
  .espectable .pe_bot .slide .thead {
    padding: 0.36rem 0.3rem;
  }
  .training_measures {
    background: #f6fafc;
    padding: 0.8rem 0;
  }
  .training_measures .es_bk {
    display: none;
  }
  .training_measures .es_cen,
  .training_measures .es_txt {
    position: initial;
    transform: translate(0, 0);
  }
  .training_measures .es_cen {
    padding: 0 var(--bj);
    display: flex;
    justify-content: center;
  }
  .training_measures .es_cen .item {
    width: 80%;
  }
  .training_measures .es_cen .item .bk img {
    width: 100%;
  }
  .training_measures .es_slide {
    margin: 0.6rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    padding: 0 var(--bj);
  }
  .training_measures .es_slide .slide {
    width: auto;
    position: initial;
    flex-direction: row-reverse !important;
  }
  .training_measures .es_slide .slide .txt {
    text-align: left !important;
  }
  
  .news_information .on_bot .item3 > div .list .li {
      padding: .3rem 0;
  }
  .ruicai_plan .an_bot .le_box .content2 .item .desc {
      height: 2rem;
  }
  
  .pc_footer .ter_bot .copy p {
    width: 100%;
    line-height: 2;
    margin-right: 0;
  }
  .espectable .pe_bot .slide .thead .th_2 .sort,
  .business_school .ol_bot .bk,
  .index_banner .custom,
  .walk_into .to_box .ri_box .item::before,
  .pc_footer .ter_cen .div_ .le_box .code,
  .pc_footer .ter_top .nav_list {
    display: none;
  }
  .anli_details .content1 .le_box,
  .pu_details .ls_box .content1 .le_box,
  .index_partners .le_box {
    padding-right: 0;
  }
  .ruicai_plan .an_bot .le_box,
  .programme .me_box .right,
  .pc_footer .ter_cen .div_ .le_box .lxwm {
    padding-left: 0;
  }
  .ruicai_plan .an_bot .ri_box,
  .contact_us .us_box .ri_box,
  .anli_details .content1 .ri_box,
  .pu_details .ls_box .content1 .ri_box,
  .programme .me_box .right {
    margin-top: 0.6rem;
  }
  .ruicai_plan .an_bot .ri_box,
  .ruicai_plan .an_bot .le_box,
  .contact_us .us_box .ri_box,
  .contact_us .us_box .le_box,
  .development_history .ry_bot .ri_box .banner2,
  .development_history .ry_bot .ri_box .banner1,
  .development_history .ry_bot .le_box,
  .development_history .ry_bot .ri_box,
  .corporate_culture .re_bot .div_ .ri_box,
  .corporate_culture .re_bot .div_ .le_box,
  .consulting .ri_box,
  .consulting .le_box,
  .news_details .ls_bot .content2 .prev,
  .news_details .ls_bot .content2 .next,
  .news_details .ls_top .wz,
  .anli_details .content1 .ri_box,
  .anli_details .content1 .le_box,
  .pu_details .ls_box .content1 .ri_box,
  .pu_details .ls_box .content1 .le_box,
  .programme .me_box .right,
  .programme .me_box .left,
  .walk_into .to_box .le_box .content1,
  .walk_into .to_box .le_box,
  .walk_into .to_box .ri_box,
  .index_partners .le_box,
  .index_partners .ri_box,
  .pc_footer .ter_cen .div_ .le_box .lxwm,
  .pc_footer .ter_cen .div_ .le_box,
  .pc_footer .ter_cen .div_ .ri_box {
    width: 100%;
    flex: auto;
  }
  
  .consulting_solutions  .switch{
      display: block;
  }
  
  .consulting_solutions .ns_bot .switch .prev, .consulting_solutions .ns_bot .switch .next {
    top: auto;
    bottom: -0.6rem;
    }
    
    .consulting_solutions .ns_bot .switch .prev {
        left: 42%;
    }
    .consulting_solutions .ns_bot .switch .next {
        right: 42%;
    }
}

@media (max-width: 750px) {
     .consulting_solutions .ns_bot .switch .prev {
        left: 39%;
    }
    .consulting_solutions .ns_bot .switch .next {
        right: 39%;
    }
  .f60 {
    font-size: 0.46rem;
  }
  .f48 {
    font-size: 0.34rem;
  }
  .f44 {
    font-size: 0.32rem;
  }
  .f40 {
    font-size: 0.3rem;
  }
  .f36 {
    font-size: 0.28rem;
  }
  .pu_head .txt {
    font-size: 0.26rem;
  }
  .f30 {
    font-size: 0.26rem;
  }
  .f28 {
    font-size: 0.24rem;
  }
  .f26 {
    font-size: 0.22rem;
  }
  .f24 {
    font-size: 0.22rem;
  }
  .f22 {
    font-size: 0.21rem;
  }
  .team_style .te_bot .swiper .swiper-slide {
    width: 90%;
  }
  .ruicai_plan .an_bot .ri_box .bk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .ruicai_plan .an_bot .ri_box .bk img {
    width: 100%;
    height: 100%;
  }
  .ruicai_plan .an_bot .ri_box .post {
    z-index: 1;
    position: relative;
    grid-template-columns: repeat(1, 1fr);
  }
  .ruicai_plan .an_bot .ri_box .post .li {
    padding: 0.6rem 0;
    transition: 0.6s;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .pu_message .fixed .ge_box form .content3 .label .div_ .li {
    padding: 0 0.24rem;
  }
  .pu_message .fixed .ge_box form .content2 {
    grid-template-columns: repeat(1, 1fr);
    overflow: auto;
    height: 62vh;
  }
  .pu_message .fixed .ge_box form .content2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .pu_message .fixed .ge_box form .content2::-webkit-scrollbar-thumb {
    background: #106cb0;
  }
  .pu_message .fixed .ge_box form .content2::-webkit-scrollbar-track {
    background: rgba(16, 108, 176, 0.5);
  }
  .consulting .le_box > div .content2 .item {
    margin-right: 0;
  }
  .classic_cases .es_top .pu_link {
    margin-top: 0.26rem;
  }
  .anli_box .li_top,
  .news_box .ws_top {
    grid-template-columns: repeat(1, 1fr);
  }
  .collaboration_cases .es_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .business_school .ol_bot .post > div .list .li {
    width: 100%;
    margin-bottom: 0.1rem;
    margin-right: 0;
  }
  .business_school .ol_bot .post > div .list .li:last-child {
    margin-bottom: 0;
  }
  .pu_secondary > div {
    overflow: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }
  .pu_secondary > div::-webkit-scrollbar {
    display: none;
  }
  .pu_three .th_box {
    grid-template-columns: repeat(3, 1fr);
  }
  .pc_footer .ter_cen .div_ .le_box .lxwm {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .pc_footer .ter_bot .up {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .news_information .on_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_information .on_top .pu_title {
    margin-bottom: 0.26rem;
  }
  .index_partners .ri_box .swiper .swiper-slide .item .content1 .svg::before {
    display: none;
  }
  .index_partners .ri_box .swiper .swiper-slide .item {
    padding: 0.6rem 0.4rem;
  }
  .index_partners .ri_box .swiper .swiper-slide .item .content2 {
    margin-top: 0.36rem;
  }
  .index_partners .ri_box .swiper .swiper-slide .item .content1 .svg {
    height: 0.26rem;
  }
  .index_partners .ri_box .swiper .swiper-slide .item .content2 .logo {
    display: none;
  }
  
  .subordinate_units .ts_top  .pu_toggle{
    margin-top: .26rem;
  }
  .walk_into .to_box .ri_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .walk_into .to_box .le_box .content2 {
      width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .walk_into .to_box .le_box .content2 .item {
    margin-right: 0;
  }
  .training_measures .es_slide {
    grid-template-columns: repeat(1, 1fr);
  }
  .training_measures .es_cen .item,
  .consulting_solutions .ns_bot .swiper .swiper-slide {
    width: 100%;
  }
}
