.index-banner {
  width: 100%;
  height: 100vh;
  /* margin-top:50px; */
  display: flex;
}

.ib_left {
  width: calc(44% + 1px) !important;
}

.index-banner .index-c {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-c {
  width: 100%;
  padding: 0px 10px;
}

.index-c img {
  object-fit: scale-down !important;
}

.index-banner .swiper-container,
.index-banner .swiper-slide {
  width: 56%;
  height: 100%;
  overflow: hidden;
}

.index-banner .swiper-slide:nth-child(2) .ib-bg {
  background-position: 50% 0 !important;
}

.index-banner .swiper-slide:nth-child(3) .ib-bg {
  background-position: 40% 0 !important;
}

.ib-line {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: url(../img/zk.png) repeat-x;
  height: 96px;
  background-size: cover;
  background-position: 30% 0;
  z-index: 3;
}

.ib-line1 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: url(../img/zk1.png) repeat-x;
  height: 96px;
  background-size: cover;
  background-position: 79% 0;
  z-index: 1;
}

.ib-book {
  width: 43%;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 2;
}

.ib-book img {
  width: 100%;
  display: block;
}

.ibanner-txt {
  width: 100%;
  height: 100%;
}

.ibanner-txt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ibanner-txt video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ib-bg {
  width: 100%;
  height: 100%;
}

.ibg-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  height: 103px;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
}

.active .ibg-txt {
  top: 0;
  opacity: 1;
}

.ibg-txt .ibg-p {
  font-size: 18px;
}

.ibg-txt .ibg-p1 {
  font-size: 14px;
  position: relative;
}

.ibg-txt .ibg-p1:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: 32%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ibg-txt .ibg-p1:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  right: 32%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ibg-txt p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  /* text-align:center; */
  margin-bottom: 5px;
}

.active .ibc-s {
  opacity: 1;
  top: 0;
}

.ibc-s {
  width: 160px;
  position: absolute;
  right: 4%;
  top: 50%;
  bottom: 0;
  margin: auto;
  height: 90px;
  opacity: 0;
  transition: 0.5s;
}

.ibc-s img {
  width: 100%;
  display: block;
  height: 100%;
}

.ibc-sq {
  /* width: 180px; */
  position: absolute;
  /* right: 4%; */
  /* top: 50%; */
  bottom: -13%;
  /* margin: auto; */
  /* height: 84px; */
  opacity: 0;
  transition: 0.5s;
  z-index: 4;
}

.active .ibc-sq {
  /* top: -11%; */
  bottom: 36px;
  right: 70px;
  opacity: 1;
}

.ibc-sq img {
  width: auto;
  height: 100%;
  display: block;
}

.index-banner .swiper-pagination {
  text-align: left;
  margin: 0 0 60px 32px;
  bottom: 0;
}

.index-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: 0.38;
  border-radius: 50%;
  position: relative;
  margin: 0 12px 0 0 !important;
  transition: all 0.3s;
}

/* .index-banner .swiper-pagination-bullet:after
{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width: 16px;
	height:16px;
    border-radius: 50%;
	background:#fff;
	
} */
/* .index-banner .swiper-pagination-bullet
{
color:transparent;
} */
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff8800;
  box-shadow: 0 3px 10px #ff8800;
  opacity: 1;
}

/* .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after
{
background:#0081cc;	

} */
.index-banner .swiper-pagination {
  font-family: "hb";
  color: #0081cc;
  font-size: 20px;
  font-weight: bold;
  transform-origin: 50% 50%;
  transition: 0.6s;
}

.index-banner .swiper-pagination.active {
  transform: scale(2);
  opacity: 0;
}

.index-txt {
  width: 100%;
  padding-bottom: 70px;
}

.index-top {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.index-top p:nth-of-type(1) {
  color: #0081cc;
  font-size: 16px;
  margin-bottom: 5px;
}

.index-top p {
  color: #666666;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.itop-btn {
  width: 226px;
  display: block;
  background: #ff8800;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;

  line-height: 30px;
  margin: auto;
  margin-top: 10px;
}

.index-service {
  width: 100%;
  margin-top: 20px;
}

.iservice-txt {
  width: 100%;
  /*border: 1px solid #dcdcdc;*/
  padding: 10px;
  display: none;
}

.is-title {
  width: 100%;
}

.is-title p {
  color: #333;
  font-size: 16px;
}

.is-title p span {
  position: relative;
  font-size: 12px;
  font-family: "hb";
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}

.is-title p span:before {
  content: "";
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #333;
}

.is-list {
  width: 100%;
  margin-top: 5px;
}

.is-list ul {
  width: 100%;
}

.is-list ul li {
  width: 33.3%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 15px 12px;
  margin: 4px 0px;
  display: flex;
  justify-content: center;
}

.is-list ul li:nth-child(4) {
  margin-left: 15%;
}

.sy-p1 {
  font-size: 18px !important;
}

@media (max-width: 320px) {
  .is-list ul li {
    width: 33.3%;
    height: 72px;
    padding: 10px 5px;
    margin: 4px 0px;
  }

  .is-list ul li:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 1px solid #dcdcdc;
  }

  .is-sdiv {
    height: 64px;
  }
}

.is-list ul li:before {
  width: 90%;
  content: "";
  position: absolute;

  height: 95%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid #dcdcdc;
}

.is-list ul li:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 50%;
  background: #dcdcdc;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}

.is-list ul li:last-child:after {
  width: 0;
}

.is-list ul li span {
  font-family: "hb";
  font-size: 15px;
  margin-bottom: 2px;
  position: relative;
}

.is-list ul li span.s-p {
  position: absolute;
  top: -8px;
  right: -11px;
  display: block;
}

.is-list ul li p {
  color: #666666;
  font-size: 12px;
}

.index-hang {
  width: 100%;
  margin-top: 20px;
}

.ihang-txt {
  width: 100%;
}

.index-qi {
  width: 100%;
  margin-top: 20px;
}

.iqi-txt {
  width: 100%;
}

.iqi-list {
  width: 100%;
}

.iqi-list .swiper-container {
  width: 100%;
}

.index-view {
  width: 100%;
  background: url(../img/sg_02.jpg) no-repeat;
  background-size: cover;
  margin-top: 20px;
  display: none;
}

.iview-txt {
  width: 100%;
  padding: 20px 0px;
  padding-bottom: 50px;
}

.iview-left {
  width: 100%;
  padding: 20px 10px;
}

.iview-left .is-title p {
  color: #fff;
}

.iview-left .is-title p span:before {
  background: #fff;
}

.ivleft-list {
  width: 96%;
  margin: auto;
  margin-top: 10px;
}

.ivleft-list ul {
  width: 100%;
}

.ivleft-list ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px 0px;
}

.iva-d {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.iva-d a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.iva-d p {
  width: calc(100% - 70px);
  float: left;
  color: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.iva-d span {
  display: block;
  width: 70px;
  color: #fff;
  float: left;
  font-size: 12px;
}

.ivr-left {
  width: 60%;
  float: left;
  z-index: 2;
  height: 170px;
  margin: 40px 0px;
}

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

.isl-xuan p.ivr-lp {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}

.isl-xuan p {
  color: #c9caca;
  font-size: 12px;
  padding-left: 10px;
  line-height: 20px;
  overflow: hidden;
}

.isl-xuan p:nth-of-type(3) {
  height: 40px;
}

.isl-xuan p.ivr-line {
  width: 20px;
  height: 2px;
  background: #e77817;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  display: none;
}

.ivr-right {
  width: 58%;
  float: left;
  margin-left: -18%;
  background: url(../img/bd_03.jpg) no-repeat;
  background-size: cover;
  height: 250px;
}

.ivr-buttom {
  width: 100px;
  color: #fff;
  display: block;
  line-height: 30px;
  background: #e77817;
  margin-top: 10px;
  text-align: center;
  margin-left: 8px;
  font-size: 12px;
}

.index-g {
  width: 100%;
  padding-top: 50px;
}

.ig-txt {
  width: 100%;
  background: url(../img/az_02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.ig-list {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.ig-left {
  width: 100%;
  position: relative;
}

.ig-left img {
  width: 100px;
  display: block;
  float: left;
  left: 50%;
  margin-left: -50px;
  margin-top: -10%;
  z-index: 2;
  position: relative;
}

.igl-r {
  width: 100%;
  float: left;

  position: relative;
  overflow: hidden;
  padding: 2px;
}

.igl-r p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.igl-r p:nth-of-type(1),
.igl-r p:nth-of-type(2) {
  font-size: 15px;
  font-weight: bold;
}

.igl-r span:nth-child(1) {
  color: #fbd501;
}

.igl-r span:nth-child(2) {
  font-size: 12px;
  font-weight: normal;
}

.ig-right {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  cursor: pointer;
}

.ig-right p {
  width: 100px;
  background: #fbd501;
  line-height: 30px;
  color: #0081cc;
  text-align: center;
  font-weight: bold;
  height: 30px;
  margin: 3px auto;
}

.ig-right img {
  width: 35px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 40px;
  bottom: 0;
  z-index: 2;
}

.ss-qi {
  width: 100%;
  margin-top: 20px;
}

#sqx ul li:nth-child(8),
#sqx ul li:nth-child(12),
#sqx ul li:nth-child(18),
#sqx ul li:nth-child(22) {
  display: none;
}

.ss-qi ul {
  width: 100%;
}

.ss-qi ul li {
  width: 33.3%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 5px;
  height: 80px !important;
}

.ss-qi ul li:nth-child(5) .sq-img img {
  width: 50%;
}

/* .sq-img {
    width: 100%;
    border: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
    padding: 5px 5px;
    height: 30px;
}
.sq-img img
{
width:100%;
margin:auto;
display:block;
height:100%;
} */
.sq-img {
  width: 100%;
  border: 1px solid #dcdcdc;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  height: 60px;
}

.sq-img img {
  max-width: 100%;
  margin: auto;
  display: block;
  max-height: 100%;
}

.ss-img {
  display: none;
}

.iqi-list .swiper-slide .ss-qi {
  display: none;
}

.iqi-list .swiper-slide.swiper-slide-active .ss-qi {
  display: block;
}

.index-zi {
  width: 100%;
  background: url(../img/s_02.jpg) no-repeat center;
  background-size: cover;
  margin-top: 20px;
  display: none;
}

.izi-txt {
  width: 100%;
  padding: 20px 0px;
}

.izi-txt .is-title p {
  color: #fff;
}

.izi-txt .is-title p span:before {
  background: #fff;
}

.izi-list {
  width: 100%;
  margin-top: 20px;
}

.izi-list ul {
  width: 100%;
}

.izi-list ul li {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 5px;
  /* border-bottom: 1px solid #74a8c9;*/
  float: left;
}

.izi-list ul li:last-child {
  border-bottom: 0;
  width: 100%;
}

.izi-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #74a8c9;
  padding: 20px 10px;
  height: 130px;
}

.izi-left {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.izi-left img {
  width: 25px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

.izi-list ul li:nth-child(2) .izi-left img {
  width: 32px;
}

.izi-list ul li:nth-child(4) .izi-left img {
  width: 32px;
}

.izi-list ul li:nth-child(5) .izi-left img {
  width: 18px;
}

.izi-left p:nth-of-type(1) {
  font-family: "hb";
  font-weight: normal;
  letter-spacing: 1px;
}

.izi-left p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.izi-left .izi-line {
  width: 30px;
  height: 1px;
  background: #ffffff;
  margin: 5px auto;
}

.izi-right {
  width: 70%;
  float: left;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  padding: 10px 5px;
  display: none;
}

.ivr-left .swiper-container,
.ivr-left .swiper-slide {
  width: 100%;
  height: 100%;
}

/*新闻轮播*/
.iview-right {
  width: 300px;
  margin: auto;
  height: 228px;
  border-radius: 10px;
}

.iview-right ul,
.iview-right li {
  width: 100%;
  height: 100%;
}

.iview-right li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.iview-right li.active {
  opacity: 1;
  visibility: visible;
}

.isl-right {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.isl-rimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.isl-rimg img {
  width: 100%;
  height: 100%;
  display: block;
}

.isl-xuan {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px;
  z-index: 2;
}

.isl-xuan a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.k-more {
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 20px;
  height: 24px;
  background-size: 100% 100%;
}

.index-about {
  margin-top: 20px;
}

.index-about,
.iabout-txt {
  width: 100%;
}

.iabout-cont {
  margin-top: 10px;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}

.iabout-cont a {
  color: #0682c9;
  display: block;
}

/*服务优势*/
.is-second {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.iss-title {
  width: 100%;
}

.iss-title p:nth-of-type(1) {
  font-weight: bold;
  font-size: 15px;
}

.iss-title p {
  font-size: 12px;
  font-family: "hb";
  text-align: center;
}

.iss-title p span {
  width: 20px;
  height: 1px;
  display: inline-block;
  background: #333;
  vertical-align: middle;
}

.is-slist {
  width: 100%;
  margin-top: 20px;
}

.is-slist ul {
  width: 100%;
}

.is-slist ul li {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 10px 5px;
}

.is-slist ul li:nth-child(even) .is-sdiv:after {
  width: 0;
}

.is-sdiv:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #dcdcdc;
}

.is-sdiv {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 45px;
}

.is-sdiv img {
  width: 40px;
  display: block;
  float: left;
}

.is-stxt {
  width: calc(100% - 40px);
  float: left;
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.is-stxt p {
  font-size: 12px;
  font-family: "hb";
  color: #666;
}

.is-stxt p:nth-of-type(1) {
  font-size: 12px;
  color: #333;
  margin-bottom: 5px;
}

/*服务流程*/
.index-ll {
  width: 100%;
  background: #c9ebff;
  padding: 20px 0px;
  margin-top: 20px;
}

.ill-txt {
  width: 100%;
}

.ill-list {
  width: 100%;
  margin-top: 15px;
}

.ill-list ul {
  width: 100%;
}

.ill-list ul:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 58%;
  border: 1px dashed #333333;
}

.ill-list ul li {
  width: 33.3%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 5px;
  z-index: 2;
}

.ill-list ul li:nth-child(2) .ill-div {
  background: #ffcf5f;
}

.ill-list ul li:nth-child(3) .ill-div {
  background: #ff8d5b;
}

.ill-list ul li:nth-child(4) .ill-div {
  background: #f598cc;
}

.ill-list ul li:nth-child(5) .ill-div {
  background: #71dccd;
}

.ill-list ul li:nth-child(6) .ill-div {
  background: #92adff;
}

.ill-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #956cd4;
  padding: 10px 10px;
  height: 68px;
}

.ill-div span {
  color: #fff;
  opacity: 0.2;
  font-family: "hb";
  font-size: 30px;
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.ill-div p:nth-of-type(1) {
  font-weight: bold;
}

.ill-div p {
  color: #fff;
  font-size: 12px;
}

.ihang-txt .is-title {
  display: none;
}

/*咨询培训*/
.index-xun {
  width: 100%;
  margin-top: 20px;
}

.ixun-txt {
  width: 100%;
}

.ixun-list {
  margin-top: 10px;
}

.ixun-list ul {
  width: 100%;
}

.ixun-list ul li {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.ixun-list ul li img {
  width: 100%;
  display: block;
  height: 48px;
}

.index-hee {
  width: 100%;
  margin-top: 20px;
  background: #c9ebff;
  padding: 30px 0px;
}

.ihee-txt {
  width: 100%;
  margin-top: 20px;
}

.ihee-txt img {
  width: 100%;
  display: block;
}

.iqi-txt .is-title {
  display: none;
}

.igl-r p:nth-of-type(3) {
  display: none;
}

@media (min-width: 768px) {
  .igl-r p:nth-of-type(3) {
    display: block;
  }

  .ihang-txt .is-title {
    display: block;
  }

  .iqi-txt .is-title {
    display: block;
  }

  .index-zi {
    display: block;
  }

  .ihang-txt .iss-title,
  .index-xun,
  .index-hee,
  .iqi-txt .iss-title {
    display: none;
  }

  .is-second,
  .index-ll {
    display: none;
  }

  .iservice-txt {
    display: block;
  }

  .index-about {
    display: none;
  }

  .izi-right,
  .index-view {
    display: block;
  }

  .izi-left {
    width: 30%;
  }

  .is-list ul li:before {
    border: 0;
  }

  .is-list ul li:nth-child(4) {
    margin-left: 0;
  }

  .izi-div {
    border: 0;
    padding: 0px;
    height: auto;
  }

  .izi-list ul li {
    width: 100%;
    border-bottom: 1px solid #74a8c9;
  }

  .is-list ul li:after {
    width: 1px;
  }

  .is-list ul li {
    width: 33.3%;
    padding: 5px;
    margin: 0;
  }

  .ibg-txt {
    width: 350px;
    right: 0;
    left: 0;
  }

  .ibc-s {
    right: -28%;
    left: 0;
  }

  .is-list ul li {
    width: 20%;
  }

  .is-list {
    width: 96%;
    margin: auto;
    margin-top: 5px;
  }

  .ss-qi ul li {
    width: 20%;
  }

  .iview-left {
    width: 40%;
    float: left;
    padding-top: 30px;
  }

  .iview-right {
    width: 54%;
    margin-top: 0px;
    float: right;
    height: 270px;
    border-radius: 0;
  }

  .ivleft-list {
    width: 86%;
    margin-top: 20px;
    float: right;
  }

  .ig-left {
    width: 79%;
    padding-left: 40px;
  }

  .ig-left img {
    margin-top: -3%;
    left: 0;
    margin-left: 0;
  }

  .igl-r {
    width: 70%;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 10px;
  }

  .ig-txt {
    height: 100px;
  }

  .ig-right {
    padding-top: 5%;
    width: 150px;
  }

  .index-g {
    padding-top: 30px;
  }

  .izi-left {
    width: 24%;
  }

  .izi-right {
    width: 76%;
    padding: 20px 10px;
  }

  .ib-line {
    height: 64px;
  }

  .ib-book {
    width: 190px;
    left: 17%;
    bottom: 0%;
  }

  .ib-line1 {
    width: 500%;
    bottom: 22px;
    background-position: 0% 0;
  }

  .iview-right .swiper-slide {
    width: 450px;
  }

  #service-top {
    display: none;
  }

  #service-second {
    display: none;
  }

  .iservice-txt {
    /* border: 1px solid #dcdcdc; */
  }
}

@media (min-width: 992px) {
  .index-top {
    display: block;
  }

  .index-banner {
    /* height: 394px; */
  }

  .ibg-txt .ibg-p {
    font-size: 35px;
  }

  .ibg-txt {
    width: 400px;
    height: 160px;
  }

  .ibg-txt .ibg-p1 {
    font-size: 20px;
  }

  .ibg-txt .ibg-p1:before {
    width: 50px;
    right: 23%;
  }

  .ibg-txt .ibg-p1:after {
    width: 50px;
    left: 23%;
  }

  .ibg-txt p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .ibc-s {
    width: 275px;
    height: 154px;
    right: -32%;
  }

  .index-top {
    margin-top: 40px;
  }

  .index-top p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .index-top p {
    font-size: 14px;
  }

  .itop-btn {
    width: 120px;
    line-height: 40px;
    margin-top: 32px;
    font-size: 16px;
  }

  .index-c {
    width: 768px;
    margin: auto;
  }

  .iservice-txt {
    padding: 20px;
  }

  .index-service {
    margin-top: 40px;
  }

  .is-title p {
    font-size: 20px;
  }

  .is-list ul li {
    padding: 5px 10px;
  }

  .is-list {
    margin-top: 10px;
  }

  .is-list ul li span {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .index-hang {
    margin-top: 40px;
  }

  .index-qi {
    margin-top: 40px;
  }

  .iqi-list .swiper-container {
    width: 584px;
    margin: auto;
  }

  .iqi-list .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }

  .ss-qi {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .ss-img {
    display: block;
    width: 100%;
    height: 312px;
  }

  .ss-img img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .ss-qi ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sq-img {
    border: 0;
    padding: 0px;
    height: auto;
  }

  .ss-qi ul li {
    position: absolute;
  }

  .ss-qi ul li:nth-child(1) {
    width: 90px;
    top: 13%;
    right: 12%;
  }

  .ss-qi ul li:nth-child(2) {
    width: 104px;
    top: 40%;
    left: 20%;
  }

  .ss-qi ul li:nth-child(3) {
    width: 104px;
    bottom: 12%;
    right: 31%;
  }

  .ss-qi ul li:nth-child(4) {
    width: 60px;
    bottom: 24%;
    right: 38%;
  }

  .ss-qi ul li:nth-child(5) {
    width: 90px;
    top: 13%;
    right: -3%;
  }

  .ss-qi ul li:nth-child(6) {
    width: 90px;
    top: 22%;
    right: 29%;
  }

  .ss-qi ul li:nth-child(7) {
    width: 70px;
    top: 34%;
    right: 20%;
  }

  .ss-qi ul li:nth-child(8) {
    width: 120px;
    bottom: 14%;
    left: 25%;
  }

  .ss-qi ul li:nth-child(9) {
    width: 80px;
    top: 37%;
    right: 33%;
  }

  .ss-qi ul li:nth-child(10) {
    width: 70px;
    bottom: 46%;
    left: 0%;
  }

  .ss-qi ul li:nth-child(11) {
    width: 80px;
    top: 32%;
    left: 2%;
  }

  .ss-qi ul li:nth-child(12) {
    width: 100px;
    top: 17%;
    left: 36%;
  }

  #ss-qi ul li:nth-child(12) {
    width: 40px;
    top: 17%;
    left: 36%;
  }

  .ss-qi ul li:nth-child(13) {
    width: 80px;
    bottom: 27%;
    left: 23%;
  }

  .ss-qi ul li:nth-child(14) {
    width: 80px;
    bottom: 21%;
    right: 22%;
  }

  .ss-qi ul li:nth-child(15) {
    width: 75px;
    bottom: 39%;
    right: 22%;
  }

  .ss-qi ul li:nth-child(16) {
    width: 70px;
    top: 18%;
    left: 18%;
  }

  .ss-qi ul li:nth-child(17) {
    width: 50px;
    top: 30%;
    right: 12%;
  }

  .ss-qi ul li:nth-child(18) {
    width: 90px;
    top: 6%;
    left: 28%;
  }

  .ss-qi ul li:nth-child(19) {
    width: 80px;
    bottom: 18%;
    right: 4%;
  }

  .ss-qi ul li:nth-child(20) {
    width: 70px;
    bottom: 5%;
    right: 9%;
  }

  .ss-qi ul li:nth-child(21) {
    width: 70px;
    bottom: 30%;
    right: 9%;
  }

  .ss-qi ul li:nth-child(22) {
    width: 110px;
    bottom: 35%;
    left: 7%;
  }

  .ss-qi ul li:nth-child(23) {
    width: 80px;
    top: 28%;
    left: 26%;
  }

  .ss-qi ul li:nth-child(24) {
    width: 70px;
    top: 4%;
    right: 5%;
  }

  .ss-qi ul li:nth-child(25) {
    width: 120px;
    bottom: 38%;
    left: 34%;
  }

  .ss-qi ul li:nth-child(26) {
    width: 60px;
    top: 6%;
    left: 7%;
  }

  .ss-qi ul li:nth-child(27) {
    width: 80px;
    bottom: 20%;
    left: 6%;
  }

  .ss-qi ul li:nth-child(28) {
    width: 100px;
    top: 18%;
    left: 0%;
  }

  .ss-qi ul li:nth-child(29) {
    width: 75px;
    top: 8%;
    left: 47%;
  }

  .iqi-list {
    margin-top: 40px;
  }

  .iview-txt {
    padding: 50px 0px;
    width: 88%;
    float: right;
  }

  .ivr-left {
    height: 220px;
  }

  .index-view {
    margin-top: 50px;
  }

  .isl-xuan {
    padding: 30px;
  }

  .izi-left {
    width: 100%;
  }

  .izi-right {
    width: 100%;
    padding: 0px;
    padding-top: 10px;
  }

  .izi-list ul li {
    width: 20%;
    float: left;
    border-bottom: 0;
    padding: 0px;
    height: 100%;
    border-left: 1px solid #74a8c9;
  }

  .izi-list ul li:last-child {
    border-right: 1px solid #74a8c9;
    width: 20%;
  }

  .izi-list {
    margin-top: 0px;
    height: 100%;
  }

  .izi-txt {
    padding: 0px 0px;
    height: 354px;
  }

  .izi-txt .is-title {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }

  .izi-list ul {
    height: 100%;
  }

  .izi-div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 226px;
    padding: 0px 10px;
    overflow: hidden;
  }

  .izi-list ul li:nth-child(5) .izi-left img {
    width: 13px;
  }

  .ivr-right {
    height: 300px;
  }

  .ib-line {
    width: 500%;
    background-size: auto;
    height: 100px;
    background-position: 0% 0;
  }

  .active .ib-line {
    -webkit-animation: cxx 18s linear infinite;
    animation: cxx 18s linear infinite;
  }

  @keyframes cxx {
    0% {
      background-position: 0 0px;
    }

    100% {
      background-position: 1900px 0px;
    }
  }

  @-moz-keyframes cxx {
    0% {
      background-position: 0 0px;
    }

    100% {
      background-position: 1900px 0px;
    }
  }

  @-webkit-keyframes cxx {
    0% {
      background-position: 0 0px;
    }

    100% {
      background-position: 1900px 0px;
    }
  }

  @-o-keyframes cxx {
    0% {
      background-position: 0 0px;
    }

    100% {
      background-position: 1900px 0px;
    }
  }

  .ib-book {
    width: 300px;
    left: 14%;
    bottom: 2%;
  }

  .ib-line1 {
    bottom: 0px;
    background-position: 0% 0;
    height: 100px;
    background-size: auto;
  }

  .active .ib-line1 {
    -webkit-animation: dh 10s linear infinite;
    animation: dh 10s linear infinite;
  }

  @keyframes dh {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: -1900px 0;
    }
  }

  @-moz-keyframes dh {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: -1900px 0;
    }
  }

  @-webkit-keyframes dh {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: -1900px 0;
    }
  }

  @-o-keyframes dh {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: -1900px 0;
    }
  }

  .k-more {
    text-align: right;
  }

  .ivr-left .gallery-thumbs {
    opacity: 1;
    position: absolute;
    right: -100px;
    top: 0;
    width: 100px;
  }

  .ivr-left {
    overflow: visible;
  }

  .ivr-left .gallery-thumbs .swiper-slide {
    opacity: 0.2;
  }

  .ivr-left .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .index-c {
    width: 1024px;
  }

  .index-top p:nth-of-type(1) {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .index-top p {
    font-size: 16px;
    line-height: 25px;
  }

  .itop-btn {
    width: 150px;
    line-height: 64px;
    margin-top: 32px;
    font-size: 20px;
  }

  .is-list {
    margin-top: 20px;
  }

  .is-list ul li span {
    font-size: 30px;
  }

  .is-list ul li span.s-p {
    top: -14px;
    right: -18px;
  }

  .is-list ul li p {
    font-size: 14px;
  }

  .is-list ul li:after {
    height: 80%;
  }

  .iservice-txt {
    padding-bottom: 40px;
  }

  .iva-d span {
    width: 100px;
    font-size: 14px;
  }

  .iva-d p {
    width: calc(100% - 100px);
  }

  .index-top {
    margin-top: 20%;
    opacity: 0;
    transition: 0.5s;
  }

  .index-top.active {
    margin-top: 120px;
    opacity: 1;
  }

  .is-list ul li {
    margin-top: 10%;
    opacity: 0;
    transition: 0.5s;
  }

  .is-list ul li:nth-child(2) {
    transition-delay: 0.2s;
  }

  .is-list ul li:nth-child(3) {
    transition-delay: 0.4s;
  }

  .is-list ul li:nth-child(4) {
    transition-delay: 0.6s;
  }

  .is-list ul li:nth-child(5) {
    transition-delay: 0.8s;
  }

  .is-list ul li.active {
    opacity: 1;
    margin-top: 0;
  }

  .ss-qi ul li {
    transform: scale(0);
    transition: 0.5s;
  }

  .ss-qi ul li:nth-child(13),
  .ss-qi ul li:nth-child(2),
  .ss-qi ul li:nth-child(23),
  .ss-qi ul li:nth-child(12),
  .ss-qi ul li:nth-child(8),
  .ss-qi ul li:nth-child(4),
  .ss-qi ul li:nth-child(9),
  .ss-qi ul li:nth-child(15),
  .ss-qi ul li:nth-child(14),
  .ss-qi ul li:nth-child(3),
  .ss-qi ul li:nth-child(27) {
    transition-delay: 0.2s;
  }

  .ss-qi ul li:nth-child(18),
  .ss-qi ul li:nth-child(16),
  .ss-qi ul li:nth-child(11),
  .ss-qi ul li:nth-child(10),
  .ss-qi ul li:nth-child(22),
  .ss-qi ul li:nth-child(29) {
    transition-delay: 0.4s;
  }

  .ss-qi ul li:nth-child(6),
  .ss-qi ul li:nth-child(7),
  .ss-qi ul li:nth-child(21),
  .ss-qi ul li:nth-child(19),
  .ss-qi ul li:nth-child(20) {
    transition-delay: 0.6s;
  }

  .ss-qi ul li:nth-child(1),
  .ss-qi ul li:nth-child(24),
  .ss-qi ul li:nth-child(5),
  .ss-qi ul li:nth-child(17) {
    transition-delay: 0.8s;
  }

  .ss-qi ul li:nth-child(26),
  .ss-qi ul li:nth-child(28) {
    transition-delay: 1s;
  }

  .active .ss-qi ul li {
    transform: scale(1);
  }

  .ivr-right {
    margin-top: 20%;
    opacity: 0;
    transition: 0.5s;
  }

  .ivr-right.active {
    margin-top: 0%;
    opacity: 1;
  }

  .ivr-left {
    margin-top: 20%;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

  .ivr-left.active {
    margin-top: 40px;
    opacity: 1;
  }

  .iview-left {
    margin-top: 20%;
    transition: 0.5s;
    opacity: 0;
    transition-delay: 0.6s;
  }

  .iview-left.active {
    margin-top: 0px;
    opacity: 1;
  }

  .ig-right {
    padding-top: 10%;
    opacity: 0;
    transition: 0.5s;
  }

  .ig-right.active {
    padding-top: 5%;
    opacity: 1;
  }

  .ig-right img {
    bottom: -50%;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.4s;
    right: 0;
  }

  .ig-right.active img {
    bottom: 0;
    opacity: 1;
  }

  .ig-right.cur img {
    animation: mymove 1s infinite;
    -moz-animation: mymove 1s infinite;
    -webkit-animation: mymove 1s infinite;
    -o-animation: mymove 1s infinite;
  }

  @keyframes mymove {
    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }
  }

  @-moz-keyframes mymove {
    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }
  }

  @-webkit-keyframes mymove {
    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }
  }

  @-o-keyframes mymove {
    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }
  }

  .ivleft-list ul li:hover .iva-d p {
    color: #e77817;
  }

  .ivleft-list ul li:hover .iva-d span {
    color: #e77817;
  }

  .is-list ul li:hover {
    cursor: pointer;
  }

  .is-list ul li:hover span {
    color: #0081cc;
  }

  .is-list ul li:hover p {
    color: #0081cc;
  }

  .izi-div {
    height: 80px;
    transition: 0.5s;
    transform-origin: 50% 50%;
  }

  .izi-list ul li:nth-child(4) .izi-left img {
    width: 37px;
  }

  .izi-txt .is-title {
    top: 20px;
  }

  .izi-right {
    line-height: 20px;
  }

  .izi-list ul li:hover .izi-div {
    height: 100%;
    background: rgba(43, 123, 177, 0.5);
    padding-top: 50%;
  }

  .index-zi {
    margin-top: 40px;
  }

  .izi-list ul li {
    margin-top: 10%;
    opacity: 0;
    transition: 0.5s;
  }

  .izi-list ul li.active {
    margin-top: 0;
    opacity: 1;
  }

  .izi-list ul li:nth-child(2) {
    transition-delay: 0.2s;
  }

  .izi-list ul li:nth-child(3) {
    transition-delay: 0.4s;
  }

  .izi-list ul li:nth-child(4) {
    transition-delay: 0.6s;
  }

  .izi-list ul li:nth-child(5) {
    transition-delay: 0.8s;
  }

  .ivr-left {
    height: 272px;
  }

  .ivr-left p.ivr-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ivr-left p:nth-of-type(3) {
    height: 60px;
  }

  .index-view {
    height: 452px;
  }

  .ivr-right {
    height: 350px;
  }

  .ib-book {
    left: 19%;
    bottom: -3%;
  }

  .ib-line {
    height: 120px;
  }

  .ib-line1 {
    height: 140px;
  }

  .k-more {
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
  }

  /*手风琴效果*/
  .iview-right li.active {
    width: 308px !important;
    transform: scale(1.02, 1.08);
    z-index: 3;
  }

  .iview-right {
    overflow: visible;
  }

  .iview-right li {
    position: relative;
    opacity: 1;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    visibility: visible;
    transform-origin: bottom;
    float: left;
    transition: 0.5s;
    cursor: pointer;
  }

  .isl-xuan {
    top: 100%;
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .iview-right li.active .isl-xuan {
    opacity: 1;
    top: 0;
  }

  .iview-right li.active .isl-right {
    border-radius: 5px;
  }

  .iview-right li.active .isl-rimg img {
    width: 100%;
    transform: translate(0px) !important;
  }

  .isl-rimg img {
    width: auto;
    transform: translate(-180px);
  }
}

@media (min-width: 1440px) {
  .ivr-left p:nth-of-type(3) {
    height: 100px;
  }

  .k-more {
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    transition-delay: 0.1s;
  }

  .k-more:hover {
    letter-spacing: 2px;
    color: #e77817;
    padding-right: 40px;
  }

  .k-more:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #e77817;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: 0.3s;
  }

  .k-more:hover:after {
    width: 20px;
    right: 20px;
  }

  .isl-xuan {
    padding: 80px 40px;
  }

  .index-banner {
    /* height:500px; */
    /* margin-top: 88px; */
  }

  .ibg-txt {
    width: 620px;
    height: 230px;
  }

  .ibg-txt .ibg-p {
    font-size: 50px;
  }

  .ibg-txt .ibg-p1 {
    font-size: 35px;
    letter-spacing: 4px;
  }

  .ibg-txt .ibg-p1:before {
    width: 100px;
    right: 20%;
  }

  .ibg-txt .ibg-p1:after {
    width: 100px;
    left: 20%;
  }

  .ibg-txt p {
    font-size: 20px;
  }

  .ibc-s {
    width: 382px;
    height: 214px;
  }

  /* .index-banner .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
} */
  /* .index-banner .swiper-pagination-bullet:after {
 width: 16px;
} */
  .index-banner .swiper-pagination {
    font-size: 30px;
  }

  .index-top {
    margin-top: 140px;
  }

  .index-top p:nth-of-type(1) {
    font-size: 30px;
  }

  .index-c {
    width: 1200px;
  }

  .is-title p {
    font-size: 30px;
  }

  .is-title p span {
    font-size: 16px;
    padding-left: 8px;
    margin-left: 8px;
  }

  .is-title p span:before {
    height: 15px;
  }

  .iservice-txt {
    padding: 20px 0 0 0;
    padding-bottom: 70px;
  }

  .is-list {
    margin-top: 50px;
  }

  .index-qi {
    margin-top: 60px;
  }

  .iqi-list {
    margin-top: 60px;
  }

  .iqi-list .swiper-container {
    width: 1026px;
  }

  .ss-img {
    height: 548px;
  }

  .ss-qi ul li:nth-child(18) {
    width: 152px;
  }

  .ss-qi ul li:nth-child(16) {
    width: 140px;
  }

  .ss-qi ul li:nth-child(12) {
    width: 146px;
    top: 19%;
  }

  #ss-qi ul li:nth-child(12) {
    width: 70px;
  }

  #ss-qi ul li:nth-child(23) {
    width: 100px;
  }

  #ss-qi ul li:nth-child(10) {
    width: 100px;
  }

  #ss-qi ul li:nth-child(26) {
    width: 80px;
  }

  #ss-qi ul li:nth-child(27) {
    width: 100px;
  }

  .ss-qi ul li:nth-child(23) {
    width: 120px;
  }

  .ss-qi ul li:nth-child(11) {
    width: 110px;
  }

  .ss-qi ul li:nth-child(2) {
    width: 182px;
  }

  .ss-qi ul li:nth-child(10) {
    width: 120px;
  }

  .ss-qi ul li:nth-child(22) {
    width: 184px;
  }

  .ss-qi ul li:nth-child(25) {
    width: 250px;
  }

  .ss-qi ul li:nth-child(13) {
    width: 140px;
  }

  .ss-qi ul li:nth-child(8) {
    width: 150px;
  }

  .ss-qi ul li:nth-child(4) {
    width: 100px;
  }

  .ss-qi ul li:nth-child(6) {
    width: 140px;
  }

  .ss-qi ul li:nth-child(9) {
    width: 120px;
  }

  .ss-qi ul li:nth-child(15) {
    width: 120px;
  }

  .ss-qi ul li:nth-child(14) {
    width: 120px;
  }

  .ss-qi ul li:nth-child(3) {
    width: 180px;
  }

  .ss-qi ul li:nth-child(7) {
    width: 84px;
  }

  .ss-qi ul li:nth-child(1) {
    width: 150px;
  }

  .ss-qi ul li:nth-child(17) {
    width: 70px;
  }

  .ss-qi ul li:nth-child(21) {
    width: 104px;
  }

  .ss-qi ul li:nth-child(19) {
    width: 130px;
  }

  .ss-qi ul li:nth-child(20) {
    width: 116px;
  }

  .ss-qi ul li:nth-child(24) {
    width: 125px;
  }

  .ss-qi ul li:nth-child(5) {
    width: 120px;
  }

  .ss-qi ul li:nth-child(29) {
    width: 120px;
  }

  .ss-qi ul li:nth-child(28) {
    width: 150px;
  }

  .ss-qi ul li:nth-child(26) {
    width: 100px;
  }

  .ss-qi ul li:nth-child(27) {
    width: 120px;
  }

  .iview-txt {
    padding: 80px 0px;
  }

  .ivleft-list {
    margin-top: 50px;
  }

  .iva-d p {
    font-size: 14px;
  }

  .ivleft-list ul li {
    padding: 8px 0px;
  }

  .ivr-right {
    height: 400px;
  }

  .ivr-left {
    height: 325px;
  }

  .iview-right p.ivr-lp {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .iview-right p.ivr-line {
    width: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .iview-right p {
    font-size: 16px;
    line-height: 30px;
  }

  .ivr-buttom {
    width: 120px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 16px;
  }

  .ig-left img {
    width: 210px;
    left: 0%;
    margin-left: 0;
  }

  .igl-r {
    width: calc(100% - 220px);
    padding: 40px 20px;
  }

  .igl-r p:nth-of-type(1),
  .igl-r p:nth-of-type(2) {
    font-size: 25px;
  }

  .igl-r p {
    font-size: 16px;
    line-height: 40px;
  }

  .ig-txt {
    height: 200px;
  }

  .igl-r span:nth-child(2) {
    font-size: 16px;
  }

  .ig-right p {
    width: 140px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }

  .ig-right {
    width: 180px;
    padding-top: 7%;
  }

  .ig-right img {
    width: 50px;

    right: 0px;
    bottom: 0px;
  }

  .index-view {
    height: 565px;
    background-attachment: fixed;
  }

  .izi-txt {
    height: 630px;
  }

  .index-zi {
    margin-top: 60px;
  }

  .izi-txt .is-title {
    top: 40px;
  }

  .izi-left img {
    width: 50px;
  }

  .izi-list ul li:nth-child(2) .izi-left img {
    width: 70px;
  }

  .izi-list ul li:nth-child(4) .izi-left img {
    width: 70px;
    margin-bottom: 10px;
  }

  .izi-list ul li:nth-child(5) .izi-left img {
    width: 28px;
  }

  .izi-left p {
    font-size: 16px;
  }

  .izi-div {
    height: 136px;
  }

  .izi-left .izi-line {
    width: 40px;
    margin: 15px auto;
  }

  .index-g {
    padding-top: 40px;
  }

  .index-txt {
    padding-bottom: 110px;
  }

  .ig-right p {
    float: left;
    margin-right: 0%;
  }

  .ib-book {
    width: 350px;
    bottom: 7%;
  }

  .ib-line {
    height: 150px;
  }

  .ib-line1 {
    height: 200px;
  }

  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    width: 30px;
    height: 34px;
  }

  .iview-right .swiper-slide {
    width: 380px;
  }

  .iview-right {
    width: 55%;
    height: 334px;
    margin-top: 8%;
  }

  .isl-xuan p:nth-of-type(3) {
    height: 100px;
  }

  .iview-right li.active {
    width: 408px !important;
  }
}

@media (min-width: 1660px) {
  .index-banner {
    /* height: 698px; */
  }

  .ibg-txt .ibg-p {
    font-size: 55px;
  }

  .ibg-txt p {
    font-size: 26px;
  }

  .ibc-s {
    width: 34%;
    height: 33%;
  }

  .itop-btn {
    width: 200px;
  }

  .index-c {
    width: 1440px;
  }

  .index-service {
    margin-top: 70px;
  }

  .is-list ul li span {
    font-size: 40px;
  }

  .is-list ul li span.s-p {
    top: -17px;
    font-size: 35px;
  }

  .is-list ul li p {
    font-size: 16px;
  }

  .is-list ul li p {
    margin-top: 10px;
  }

  .index-hang {
    margin-top: 70px;
  }

  .iva-d p {
    font-size: 16px;
  }

  .ivleft-list ul li {
    padding: 10px 0px;
  }

  .iva-d span {
    font-size: 16px;
  }

  .ivr-right {
    height: 600px;
  }

  .ivr-left {
    height: 412px;
    margin: 50px 0px;
    padding: 0;
    margin-top: 20%;
  }

  .isl-right.active {
    margin-top: 95px;
  }

  .isl-right p.ivr-lp {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .isl-right p.ivr-line {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .ivr-buttom {
    margin-top: 40px;
  }

  .igl-r p:nth-of-type(1),
  .igl-r p:nth-of-type(2) {
    font-size: 35px;
    line-height: 50px;
  }

  .igl-r {
    padding: 30px 40px;
  }

  .ig-txt {
    height: 210px;
  }

  .index-g {
    padding-top: 50px;
  }

  .is-list ul li {
    padding: 5px 30px;
  }

  .index-view {
    height: 760px;
  }

  .izi-div {
    padding: 0px 30px;
  }

  .izi-right {
    line-height: 30px;
    font-size: 16px;
    padding-top: 20px;
  }

  .ib-book {
    left: 16%;
    bottom: 7%;
    width: 500px;
  }

  .active .ibc-sq {
    /* top: -13%; */
    bottom: 36px;
  }

  .ibc-sq {
    right: 70px;
  }

  .ib-line1 {
    height: 250px;
  }

  .ib-line {
    height: 180px;
  }

  .k-more {
    font-size: 16px;
  }

  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    width: 30px;
    height: 34px;
  }

  .ivr-left .gallery-thumbs {
    right: -120px;
    width: 120px;
  }

  .iview-right .swiper-slide {
    width: 500px;
  }

  .iview-right {
    width: 55%;
    height: 410px;
    margin-top: 9%;
  }

  .iview-right li.active {
    width: 500px !important;
  }
}

/* 首页新增 */
.bosshr_30 {
  width: 238px !important;
  height: 238px !important;
}

.index_new_advantage {
  padding: 0 70px;
  margin: 48px auto 0;
  display: flex;
  height: 385px;
  max-width: 1920px;
}

.index_new_advantage > div {
  width: 20%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ind_box {
  --color: #333;
  --colorNumber: #ff8800;
  --opacity1: 0;
  --opacity2: 0;
  --opacity3: 0;
  --scale: 0.9;
  --top: 0;
  --top2: 0px;
}

.index_new_advantage .ind_box {
  margin-top: 10%;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.index_new_advantage > .ind_box:nth-child(1) {
  transition-delay: 0.1s;
}

.index_new_advantage > .ind_box:nth-child(2) {
  transition-delay: 0.2s;
}

.index_new_advantage > .ind_box:nth-child(3) {
  transition-delay: 0.3s;
}

.index_new_advantage > .ind_box:nth-child(4) {
  transition-delay: 0.4s;
}

.index_new_advantage > .ind_box:nth-child(5) {
  transition-delay: 0.5s;
}

.active .ind_box {
  opacity: 1;
  margin-top: 0%;
}

.ind_div_box {
  position: relative;
  height: 100%;
}

.ind_img_background {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background-color: #0081cc;
  opacity: var(--opacity3);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: var(--top2);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.ind_box_hover .ind_img {
  width: 100%;
  opacity: 0.4;
}

.ind_img {
  width: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
  border-radius: 0 0 28px 28px;
  /* 使元素不可被选中且点击穿透 */
  pointer-events: none;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}

.ind_text {
  width: 80%;
  text-align: left;
  padding-top: 52px;
  margin: 0 auto;
  position: relative;
}

.ind_title {
  font-size: 20px;
  color: var(--color);
  margin-top: 16px;
}

.ind_list {
  font-size: 16px;
  margin-top: 20px;
  color: var(--color);
  text-align: justify;
  width: 80%;
}

.ind_list > li {
  margin-bottom: 12px;
}

.ind_list > li > span {
  color: var(--colorNumber);
}

.ind_background {
  background: #2d92ff;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  opacity: 0.8;
}

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

.ind_box_hover1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: var(--opacity1);
  transform: scale(var(--scale));
  width: 100%;
  height: 100%;
}

.ind_neon::after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 30px;
  top: -3px;
  left: -3px;
  background-image: conic-gradient(
    from var(--loading),
    transparent 70%,
    #ffb300,
    #00c5ff,
    #ffb300
  );
  animation: 3s spin linear infinite;
  z-index: -3;
}

.ind_neon::before {
  content: "";
  background-image: conic-gradient(from -90deg, #ffb300, #00c5ff, #ffb300);
  width: 100%;
  height: 100%;
  border-radius: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@property --loading {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes spin {
  from {
    --loading: 0deg;
  }

  to {
    --loading: 360deg;
  }
}

.ind_show {
  background-image: conic-gradient(
    from var(--loading),
    transparent 70%,
    #ffb300,
    #00c5ff,
    #ffb300
  );
  width: 100%;
  height: 100%;
  border-radius: 28px;
  position: absolute;
  top: var(--top);
  left: 0;
  z-index: -4;
  filter: blur(13px);
  opacity: var(--opacity2);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  animation: 3s spin linear infinite;
}

.ind_box_hover {
  --opacity1: 1;
  --opacity2: 0.64;
  --opacity3: 0.3;
  --scale: 1;
  --top: 14px;
  --color: #fff;
  --colorNumber: #fff;
  --top2: -50px;
}

/* 服务 */
.index_serve {
  padding: 70px;
  margin-top: 70px;
  position: relative;
}

.index_serve::before {
  content: "";
  width: 100%;
  height: 800px;
  position: absolute;
  z-index: -1;
  background: linear-gradient(to bottom, #f1f1f1, #fff);
  top: 0;
  left: 0;
}

.index_title {
  text-align: center;
  color: #000;
  font-size: 14px;
}

.index_title > h1 {
  font-size: 42px;
  margin-bottom: 12px;
  color: #333;
}

.index_boothMain {
  padding: 140px 0 0;
}

.is_booth1 {
  margin: 10px auto 40px;
  text-align: center;
  position: relative;
  width: 240px;
}

.isb_booth {
  width: 100%;
}

.isb_icon {
  position: absolute;
  top: -90px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.isb_icon > img {
  height: 150px;
}

.isb_icon > div {
  width: 60px;
  height: 12px;
  filter: blur(7px);
  background-color: #000;
  margin: 30px auto 0;
  border-radius: 100%;
  opacity: 0.38;
  z-index: 0;
}

.is_shadowScale .isb_icon > img,
.is_shadowScale_hover:hover .isb_icon > img {
  animation: float 2s ease-in-out infinite;
}

.is_shadowScale .isb_icon > div,
.is_shadowScale_hover:hover .isb_icon > div {
  animation: shadowScale 2s ease-in-out infinite;
}

.is_shadowScale_hover:hover .is_title > p {
  background-color: #0081cc;
  color: #fff;
  box-sizing: 0 10px 20px #0081cc30;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  /* 添加过渡效果 */
}

.is_shadowScale_hover:hover > span {
  animation: float 2s ease-in-out infinite;
  /* 添加过渡效果 */
}

/* 定义图标的上下浮动动画 */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    /* 向上浮动 10px */
  }
}

/* 定义影子大小变化的动画 */
@keyframes shadowScale {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.38;
  }

  50% {
    transform: scale(0.9);
    /* 影子缩小 */
    opacity: 0.2;
    /* 影子变浅 */
  }
}

.is_list {
  display: flex;
  justify-content: center;
  column-gap: 28px;
  align-items: flex-start;
}

.is_booth2 {
  text-align: center;
  position: relative;
  margin-top: -32px;
  cursor: pointer;
}

.is_booth2 .isb_icon {
  top: -70px;
}

.is_booth2 .isb_icon > img {
  /* height: 80px; */
  object-fit: contain;
}

/* .is_booth_top .isb_icon>img {
  height: 80px;
} */

.is_booth2 .isb_icon > div {
  width: 60px;
  margin-top: 26px;
}

/* .is_booth_top .isb_icon>div {
  margin-top: 26px;
} */

.is_list_zw {
  width: 40px;
}

.is_booth3 {
  margin-top: 98px;
}

.is_booth_top {
  margin-top: 0px;
}

/* title */
.is_title {
  font-size: 18px;
  color: #333;
  /* background-color: #fff; */
  /* border-radius: 10px;
  box-shadow: 0 10px 40px #00000016; */
  position: absolute;
  white-space: nowrap;
}

.is_title > p {
  background-color: #d0f2ff;
  border-radius: 100px;
  padding: 16px 30px;
}

.is_title > span {
  font-size: 14px;
  margin-top: 30px;
  display: block;
  padding: 16px 30px;
}

/* .is_title_bottom {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
} */

/* .is_title_left {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
} */

.is_text_left {
  top: -60px;
  right: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 100px 100px 0 100px;
  box-shadow: 0 10px 40px #00000016;
  padding: 16px 30px;
  position: absolute;
  white-space: nowrap;
}

.is_text_right {
  top: -60px;
  left: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 100px 100px 100px 0;
  box-shadow: 0 10px 40px #00000016;
  padding: 16px 30px;
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
}

/* .is_title_right {
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  text-align: center;
} */

.isb_icon_bj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* 确保在底层 */
  /* 添加CSS穿透效果 */
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
}

/* 波纹动画定义 */
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* 波纹元素 */
.isb_icon_bj::before,
.isb_icon_bj::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  animation: ripple 2s infinite;
}

/* 第二个波纹延迟播放，创建连续效果 */
.isb_icon_bj::after {
  animation-delay: 1s;
}

/* 行业 */

.index_trade_box {
  margin: 0 auto;
  max-width: 1920px;
  padding: 52px 70px;
}

.index_trade {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 28px;
  position: relative;
}

.index_trade > div {
  width: 25%;
  height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.it_icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 16px;
}

.ind_box_hover .it_icon {
  filter: brightness(0) invert(1);
  /* 变为白色 */
  /* filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(2000%)
    hue-rotate(200deg); */
}

.it_title {
  color: var(--color);
  font-size: 16px;
}

.index_trade > div:nth-child(-n + 4)::before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.index_trade > div:nth-child(4)::before {
  background-color: transparent;
}

.index_trade > div:nth-last-child(-n + 4)::before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.index_trade > div:nth-last-child(1)::before {
  background-color: transparent;
}

.index_trade::before {
  content: "";
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #e1e1e1;
  height: 1px;
}

/* 基础样式 */
.carousel-container {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  min-height: 64px;
  /* 防止加载时布局塌陷 */
  margin-bottom: 40px;
}

.carousel-track {
  display: flex;
  position: relative;
  transition: transform 0.5s ease-in-out;
  column-gap: 40px;
}

.carousel-item {
  min-width: 300px;
  height: 64px;
  background: #f5f5f5;
  border-radius: 100px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); */
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.carousel-item:hover {
  box-shadow: 0 20px 60px #0081cc52;
  background-color: #0081cc;
}

.carousel-item:hover .title {
  color: #fff;
}

.carousel-item:hover .content-wrapper {
  color: #fff;
}

.carousel-item:hover span {
  color: #fff;
}

.carousel-item > .title {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  margin-right: 30px;
}

.content-wrapper {
  color: #999;
}

.content-wrapper > span {
  color: #ff8800;
}

.content-img {
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
}

.button_main {
  line-height: 64px;
  background-color: #ff8800;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 32px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
}

/* 猎头介绍 */
.index_employee_box {
  background-color: #f5f5f5;
  margin-top: 70px;
}

.index_employee_banner {
  width: 100%;
  height: 59vh;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.index_employee_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #727272, #333333);
  display: block;
  opacity: 0.88;
}

.index_employee_main {
  margin-top: calc(-59vh + 70px);
  position: relative;
  z-index: 1;
}

.index_employee_main .index_title {
  color: #fff;
}

.index_employee_main .index_title h1 {
  color: #fff;
}

.iem_swiper_box {
  margin: 48px auto 0;
  max-width: 1920px;
}

.iem_employee1 {
  padding: 0 150px;
}

.iem_employee1_box {
  width: 100%;
  padding-top: 100%;
  /* background-color: #000; */
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}

.iem_employee1_img {
  width: 76%;
  height: 76%;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.iem_employee1 .swiper-slide {
  text-align: center;
  transform: scale(0.6);
  transition-property: all;
}

.iem_employee1_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-sizing: border-box;
}

.iem_employee1_box::before {
  content: "";
  position: absolute;
  top: 50%;
  /* 定位到容器底部 */
  left: 50%;
  transform: translateX(-50%);
  /* 水平居中 */
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.iem_employee1 .swiper-slide-active .iem_employee1_box::after {
  opacity: 1;
  transform: scale(1);
}

.iem_employee1 .swiper-slide-active .iem_employee1_box::before {
  opacity: 1;
  top: 100%;
}

/* 详情 */
.iem_employee2 {
  padding: 0 70px;
}

.iem_employee2_box {
  background-color: #fff;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.iem_employee2_left {
  padding: 40px 70px 0;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.iem_employee2_left::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 23%;
}

.iem_employee2_left > img:nth-child(1) {
  height: 540px;
  position: absolute;
  left: -50px;
  top: -80px;
  opacity: 0.14;
}

.iem_employee2_left > img:nth-child(2) {
  height: 420px;
  position: relative;
  z-index: 1;
}

.iem_employee2_right {
  padding: 0 52px;
}

.ier_character {
  color: #333;
}

.ier_character > h1 {
  color: #ff8800;
  font-size: 28px;
}

.ier_character > div {
  margin: 10px 0 16px 0;
  font-size: 12px;
  display: flex;
  line-height: 30px;
  column-gap: 20px;
}

.ier_character > div > p {
  padding: 0 30px;
  background-color: #f5f5f5;
  border-radius: 100px;
}

.ier_character > p {
  font-size: 14px;
}

.ier_case {
  margin-top: 42px;
}

.ier_case > h1 {
  color: #333;
  font-size: 22px;
  margin-bottom: 24px;
}

.ier_case > div {
  display: flex;
  column-gap: 20px;
}

.ier_case > div > img {
  height: 52px;
}

/* 合作名企 */
.index_case_main {
  background-color: #f5f5f5;
  margin-top: 0 !important;
  padding: 70px;
  position: relative;
}

.icm_video {
  position: absolute;
  height: calc(100% + 300px);
  object-fit: cover;
  top: 18%;
  left: 50%;
  translate: -50% 0;
  opacity: 0.1;
  /* transform: rotate(35deg); */
}

.sq-img {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 5px;
  height: 100% !important;
}

.sq-img img {
  mix-blend-mode: multiply;
  filter: brightness(1.1) contrast(1.1);
}

.iqi-list {
  margin-top: 30px !important;
}

/* 博思视角 */
.index_bosshr_eyer {
  padding: 70px;
  max-width: 1920px;
  margin: 0 auto;
}

.ibe_main {
  display: flex;
  align-items: flex-start;
  column-gap: 70px;
  margin-top: 52px;
}

.ibe_main > div {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 28px;
  overflow: hidden;
  width: 33.33333%;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.ibe_main > div:hover {
  box-shadow: 0 10px 40px #00000016;
}

.ibe_main_banner {
  width: 100%;
  height: 270px;
  position: relative;
  background-size: 100%;
  /* 初始尺寸 */
  background-position: center;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  cursor: pointer;
}

.ibe_main_banner > div {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 40px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

.ibe_main_banner > div > img {
  height: 8px;
}

.ibe_main_banner::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #00000000, #000000);
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.48;
}

.ibe_main > div:hover .ibe_main_banner > div {
  right: 30px;
}

.ibe_main > div:hover .ibe_main_banner {
  transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
  background-size: 120%;
}

.ibe_main_list {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}

.ibe_main_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.ibe_main_list > li > time {
  flex-shrink: 0;
  font-size: 12px;
  margin-left: 20px;
}

.ibe_main_list > li > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ibe_main_list > li:hover {
  padding: 10px 20px;
  color: #ff8800;
}

.index-txt {
  padding-bottom: 0 !important;
}

/* 老款样式 */
/* .index_old {
} */
.index_old .swiper-container,
.index_old .swiper-slide {
  width: 100% !important;
}

.index_old_shade {
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index_old .ibg-txt {
  width: 100%;
  text-align: center;
  /* background: linear-gradient(
    270deg,
    #ff8800 0%,
    #fff 20%,
    #fff 80%,
    #ff8800 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  animation: masked-animation-ajqYoo 5s linear infinite; */
  height: auto !important;
  position: relative;
}

/* @keyframes masked-animation-ajqYoo {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
} */
.index_old .ibg-txt .ibg-p {
  font-size: 64px;
}

.index_old .index-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_old_ibg_name {
  font-size: 32px !important;
}

.index_old .swiper-pagination {
  text-align: center;
}

.index_old .ibc-sq {
  top: 13%;
  width: 30%;
  height: 30%;
  left: 520px;
  margin: auto;
}

.index-service {
  max-width: 1780px;
  margin: 0px auto 0 !important;
}

.index_evaluate {
  background-color: #f5f5f5;
  padding: 0 0 70px 0;
}

.index_evaluate > div {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.index_evaluate > div::before,
.index_evaluate > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  /* 遮罩宽度 */
  z-index: 2;
  pointer-events: none;
  /* 防止遮罩阻挡交互 */
}

/* 左侧渐变遮罩 */
.index_evaluate > div::before {
  left: 0;
  background: linear-gradient(to right, #f5f5f5 40%, #f5f5f500);
}

/* 右侧渐变遮罩 */
.index_evaluate > div::after {
  right: 0;
  background: linear-gradient(to left, #f5f5f5 40%, #f5f5f500);
}

.index_evaluate .swiper-slide {
  /* padding: 0 70px; */
}

.index_evaluate_box {
  width: 100%;
  background-color: #fff;
  border-radius: 28px;
  padding: 52px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #333;
}

.index_evaluate_box > div > p {
  line-height: 32px;
}

.index_evaluate_box > div > p:nth-last-child(1) {
  text-align: right;
  margin-top: 18px;
}

.index_evaluate_box > div > div {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 24px;
}

.index_evaluate_box > div > div img {
  height: 40px;
  margin-right: 20px;
  display: block;
}

.iem_employee2_box_float {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.iem_employee2_box_float > img {
  width: 34px;
  height: 34px;
  opacity: 0.6;
}

.iem_employee2_box_float > div {
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  pointer-events: none;
  font-size: 14px;
  color: #999;
  text-align: center;
  border: 1px solid #00000030;
  border-radius: 28px 0 28px 28px;
  box-shadow: 0 20px 20px -20px #00000030;
  background-color: #fff;
  column-gap: 30px;
  padding: 30px;
}

.iem_employee2_box_float:hover > div {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.iem_employee2_box_float > div > div > img {
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
  border-radius: 10px;
  object-fit: cover;
}

.iem_employee2_box_float > p {
  font-size: 16px;
  color: #fff;
  background-color: #ff8800;
  padding: 0 24px;
  line-height: 52px;
  border-radius: 100px;
}

.index_boothMain_phone {
  display: none;
}

.about_new_bottom {
  margin-top: 70px;
  position: relative;
}

.about_new_bottom > img {
  object-fit: cover;
  object-position: center top;
  /* 新增定位属性 */
  width: 100%;
  height: 300px;
  display: block;
  /* opacity: 0.7; */
}

.about_new_bottom .ajoin-div {
  position: absolute;
  top: 20%;
  left: 50%;
  translate: -50% 0%;
  z-index: 10;
  margin: 0 !important;
}

/* 价值共享区域进入动画 */
.value-sharing {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.value-sharing.active {
  opacity: 1;
  transform: translateY(0);
}

/* index新增banner */

.index_new_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.inb_1_img,
.inb_3_img {
  width: 100%;
  height: 100%;
  background-color: #0082d4;

  & > img {
    object-fit: cover;
    object-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  & > div {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0082d4 30%, #0082d400, #0082d400);
    position: relative;
  }
}

.inb_2_img {
  width: 100%;
  height: 100%;
  background-color: #f7f7ff;

  & > img {
    object-fit: cover;
    object-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  & > img:nth-of-type(2) {
    width: 130%;
    height: 130%;
    top: 50%;
    left: 50%;
  }

  & > div {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f7f7ff 30%, #f7f7ff00, #f7f7ff00);
    position: relative;
  }
}

.inb_3_img {
  background-color: #ffd658;
}

.inb_1_txt {
  position: absolute;
  left: 200px;
  top: 50%;

  h1 {
    font-size: 36px;
    color: #0168b7;
    display: flex;
    align-items: center;
    margin-top: -5px;

    span {
      opacity: 0.7;
    }

    p {
      margin-left: 10px;
    }
  }

  & > h1:nth-of-type(1) {
    margin-top: 0px;
  }

  h2 {
    font-size: 52px;
  }

  & > h2:nth-of-type(2) {
    margin-top: 5px;
  }

  p {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #0168b7;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 20px 0;
  }

  h3 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 10px;
  }
}

.inb_1_img + .inb_1_txt {
  h1 {
    color: #f3980c;

    span {
      opacity: 1;
    }
  }

  p {
    background-color: #f3980c;
  }

  h2,
  h3 {
    color: #fff;
  }
}

.swiper-slide {
  .inb_1_img,
  .inb_3_img {
    & > img {
      transform: translateY(40%);
      opacity: 0;

      &:nth-child(1) {
        transform: translateY(0%);
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
      }

      &:nth-child(4) {
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      }

      &:nth-child(2) {
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
      }

      &:nth-child(3) {
        transform: translateY(-40%);
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
      }
    }

    & > div {
      width: 0;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    }
  }

  .inb_2_img {
    & > img {
      opacity: 0;

      &:nth-of-type(1) {
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
      }

      &:nth-of-type(2) {
        translate: -50% -10% !important;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      }
    }

    & > div {
      width: 0;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    }
  }

  .inb_1_txt {
    transform: translateY(0%);
    opacity: 0;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  }
}

.swiper-slide.active {
  .inb_1_img,
  .inb_2_img,
  .inb_3_img {
    & > img {
      transform: translateY(0%);
      opacity: 1;
    }

    & > div {
      width: 100%;
    }
  }

  .inb_2_img > img:nth-of-type(2) {
    translate: -50% -50% !important;
  }

  .inb_1_txt {
    transform: translateY(-50%);
    opacity: 1;
  }
}

.swiper_index_top {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  display: flex !important;

  .swiper_bottom {
    flex-grow: 1;
    margin: 0 !important;
    border-radius: 0 !important;
    height: 4px;
  }
}

/* 首页第二板块设计 */
.index_top2 {
  height: calc(100vh - 68px);
  position: relative;
  overflow: hidden;
  padding: 0 70px;

  .index_top2_img {
    width: 50%;

    & > img:nth-child(1) {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 54%;
      /* 动画 */
      transform: translate(0, 50%);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 0;
    }

    & > img:nth-child(2) {
      position: absolute;
      top: 70px;
      left: 32.4%;
      width: 100px;
      /* 动画 */
      transform: translate(50%, 50%);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
      opacity: 0;
    }
  }

  .index_top2_right {
    width: 70%;
    padding-right: 70px;
    text-align: center;
    position: relative;
    /* 动画 */
    transform: translate(0, -50%);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    opacity: 0;

    & > h1 {
      font-size: 34px;
      margin-top: 5px;
    }

    & > h1:nth-of-type(1) {
      margin-top: 0;
    }

    .index_top2_right_zs {
      margin: 20px auto !important;
    }

    .index_message_title_box {
      display: flex;
      align-items: center;
      margin-top: 40px;

      .index_message_title {
        margin-top: 0 !important;
        font-size: 16px !important;
        display: inline-block;
        font-weight: bold;
        color: #fff;
        background-color: #0168b7;
        border: 4px solid #fff;
        height: 40px;
        width: 40px;
        border-radius: 100px;
        position: relative;
        z-index: 1;
        margin-left: -4px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;

        img {
          width: 20px;
        }

        span {
          margin-left: 10px;
          opacity: 0;
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        }
      }

      div {
        flex-grow: 1;
        height: 1px;
        background-color: #0168b740;
        position: relative;
        transform: translateX(-50%);
        opacity: 0;

        &::after {
          content: "";
          position: absolute;
          top: 50%;
          left: -20px;
          transform: translateY(-50%);
          width: 30px;
          height: 30px;
          background-color: #0168b7;
          border-radius: 50%;
        }
      }
    }

    .index_message {
      margin-top: 36px;
    }

    & > a {
      margin: 0 !important;
      margin-top: 36px !important;
    }

    .index_message,
    & > a {
      transform: translate(0, -50%);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
      opacity: 0;
    }
  }
}

.index_top2.active {
  .index_top2_img {
    & > img:nth-child(1),
    & > img:nth-child(2) {
      transform: translate(0, 0);
      opacity: 1;
    }
  }

  .index_top2_right {
    transform: translate(0, 0);
    opacity: 1;

    .index_message,
    & > a {
      transform: translate(0, 0);
      opacity: 1;
    }

    .index_message_title {
      width: 300px;

      span {
        opacity: 1;
      }
    }

    div {
      transform: translateX(0);
      opacity: 1;
    }
  }
}

.itop-btn {
  font-size: 18px;
  letter-spacing: normal !important;
  width: 140px !important;
  font-weight: normal;
  line-height: 54px;
  border: 0 !important;
  cursor: pointer;
}

.itop-btn :active {
  border: 0 !important;
}

.index_number {
  padding: 40px 0;
  position: relative;
  background-color: #000;
  width: 100%;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

  & > img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
  }

  .is-list {
    margin-top: 0 !important;
    position: relative;
    z-index: 1;

    ul li {
      margin-top: 0 !important;
      transform: translateY(50%);
      opacity: 0;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

      &:nth-of-type(1) {
        transition-delay: 0.2s !important;
      }

      &:nth-of-type(2) {
        transition-delay: 0.4s !important;
      }

      &:nth-of-type(3) {
        transition-delay: 0.6s !important;
      }

      &:nth-of-type(4) {
        transition-delay: 0.8s !important;
      }

      &:nth-of-type(5) {
        transition-delay: 1s !important;
      }

      span {
        color: #fff;
      }

      p {
        color: #fff;
      }
    }
  }
}

.index_number.active {
  transform: translateX(0);

  .is-list {
    ul li {
      margin-top: 0 !important;
      transform: translateY(0);
      opacity: 1;

      span {
        color: #fff;
      }

      p {
        color: #fff;
      }
    }
  }
}

/* 第三板块 */
.index_title {
  & > h1 {
    font-size: 34px;
  }
}

.index_advantage {
  margin-top: 98px;

  .index_new_advantage {
    margin-top: 70px;

    & > div {
      transform: translateY(50%);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

      &:nth-of-type(1) {
        transition-delay: 0.6s;
      }

      &:nth-of-type(2) {
        transition-delay: 0.4s;
      }

      &:nth-of-type(3) {
        transition-delay: 0.2s;
      }

      &:nth-of-type(4) {
        transition-delay: 0.5s;
      }

      &:nth-of-type(5) {
        transition-delay: 0.7s;
      }
    }
  }
}

.index_new_advantage.active {
  & > div {
    transform: translateY(0);
  }
}

/* 第四板块 */
.index_serve {
  margin-top: 98px;
  padding: 98px 70px;
  overflow: hidden;

  .is_title {
    font-size: 18px;
    top: 84px;

    p {
      padding: 10px 20px;
    }
  }

  .index_boothMain {
    .index_coil {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 0;
      margin-top: 14px;

      & > div {
        border-radius: 50%;
        width: var(--number);
        height: var(--number);
        border: 1px solid var(--color);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        &::after {
          width: 1px;
          height: 1600px;
          background: linear-gradient(to bottom, #e1e1e100, #e1e1e1, #e1e1e100);
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(var(--rotate));
        }

        &:nth-of-type(1) {
          --number: 300px;
          --color: #e1e1e1;

          &::after {
            opacity: 0;
          }
        }

        &:nth-of-type(2) {
          --number: 600px;
          --color: #e1e1e180;

          &::after {
            --rotate: 45deg;
          }
        }

        &:nth-of-type(3) {
          --number: 900px;
          --color: #e1e1e160;

          &::after {
            --rotate: 90deg;
          }
        }

        &:nth-of-type(4) {
          --number: 1200px;
          --color: #e1e1e140;

          &::after {
            --rotate: 135deg;
          }
        }
      }
    }

    .is_shadowScale {
      transform: translate(0, 50%);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 0;
    }

    .is_list {
      & > div:nth-of-type(1) {
        .is_booth2 {
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
          opacity: 0;
          transform: translate(50%, 0%);
        }
      }

      & > div:nth-of-type(3) {
        .is_booth2 {
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
          opacity: 0;
          transform: translate(-50%, 0%);
        }
      }

      & > .is_booth3 {
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
        transform: translate(0%, -50%);
        opacity: 0;
      }

      .is_title {
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
        opacity: 0;
      }

      & > div:nth-of-type(1) {
        .is_booth2 {
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
          opacity: 0;
          transform: translate(50%, 0%);
        }
      }

      & > div:nth-of-type(3) {
        .is_booth2 {
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
          opacity: 0;
          transform: translate(-50%, 0%);
        }
      }

      /* .is_booth_top:nth-of-type(1) {
        transform: translate(50%, 50%);
      }

      .is_booth_top:nth-of-type(3) {
        transform: translate(-50%, 50%);
      } */
    }
  }

  .index_boothMain.active {
    .is_shadowScale,
    .is_booth2 {
      transform: translate(0, 0) !important;
      opacity: 1 !important;
    }

    .is_title {
      opacity: 1;
    }
  }

  .itop-btn {
    width: 360px !important;
    position: relative;
    z-index: 1;
  }
}

.index_trade_box {
  transform: translateY(50%);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

.index_trade_box.active {
  transform: translateY(0%);
  opacity: 1;
}

.index_employee_box {
  .index_employee_banner {
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }

  .iem_swiper_box {
    transform: translateY(50%);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    opacity: 0;
  }
}

.index_employee_box.active {
  .index_employee_banner,
  .iem_swiper_box {
    transform: translateY(0%);
    opacity: 1;
  }
}

.iem_employee2 {
  .iem_employee2_box {
    .iem_employee2_left,
    .iem_employee2_right {
      transform: translateY(50%);
      opacity: 0;
    }

    .iem_employee2_left {
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .iem_employee2_right {
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    }
  }

  .swiper-slide-active {
    .iem_employee2_left,
    .iem_employee2_right {
      transform: translateY(0%) !important;
      opacity: 1 !important;
    }
  }
}

.iqi-list {
  .ss-img {
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

.iqi-list.active {
  .ss-img {
    transform: translateY(0%);
    opacity: 1;
  }
}

.ibe_main {
  & > div {
    transform: translateY(50%);
    opacity: 0;

    &:nth-of-type(1) {
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }

    &:nth-of-type(2) {
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    }

    &:nth-of-type(3) {
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
    }
  }
}

.ibe_main.active {
  & > div {
    transform: translateY(0%);
    opacity: 1;
  }
}

.about_new_bottom {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.about_new_bottom.active {
  transform: translateY(0%);
  opacity: 1;
}

.head_top.active {
  a,
  .men-re {
    filter: brightness(0) invert(1);
  }
}

/* 新修改 */
.is_booth_new_1 {
  width: 140px;

  .isb_icon {
    & > img {
      height: 60px;
    }
  }
}

.is_booth_new_2 {
  width: 100px;

  .is_booth2:has(&) {
    margin-top: -160px;
  }

  .is_booth_top:has(&) {
    margin-top: 70px;
  }

  .isb_icon {
    top: -50px;

    & > div {
      width: 40px;
      margin-top: 12px;
    }

    & > img {
      height: 50px;
    }
  }
}

.is_list {
  & > div {
    display: flex;
    justify-content: center;
    column-gap: 28px;
    align-items: flex-start;
    position: relative;

    .is_title {
      top: 60px;
    }

    .is_title_top {
      top: -120px;

      &.is_title_left {
        left: -120px;
      }

      &.is_title_right {
        right: -120px;
      }
    }

    .is_title_bottom {
      top: -140px;

      &.is_title_left {
        left: -200px;
      }

      &.is_title_right {
        right: -200px;
      }
    }

    &:hover {
      .is_title {
        & > p {
          background-color: #0081cc;
          color: #fff;
          box-sizing: 0 10px 20px #0081cc30;
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
          /* 添加过渡效果 */
        }
      }
    }
  }
}

@media (max-width: 1366px) {
  .index_new_advantage {
    padding: 0 32px;
    height: 385px;
  }

  .ind_img {
    height: 90px;
  }

  .ind_img_background {
    width: 110px;
    height: 110px;
  }

  .ind_box_hover {
    top: --30px;
  }

  .index_trade_box {
    padding: 52px 32px;
  }

  .iem_employee1 {
    padding: 0 112px;
  }

  .iem_employee2 {
    padding: 0 32px;
  }

  .index_bosshr_eyer {
    padding: 70px 32px;
  }

  .ibe_main {
    column-gap: 32px;
  }

  .iqi-list .swiper-container {
    width: 1026px;
  }

  .ss-img {
    height: 548px;
  }

  .index_employee_banner {
    height: 600px;
  }

  .index_employee_main {
    margin-top: -530px;
  }

  .ibc-s {
    width: 28%;
    height: 33%;
  }

  .ib-book {
    left: 8%;
    width: 500px;
  }

  .iem_employee1 .swiper-slide {
    transform: scale(0.7);
  }
}

@media (max-width: 1140px) {
  .is-list {
    width: 100%;
  }

  .is-list ul li span {
    font-size: 24px;
  }

  .is_list {
    column-gap: 28px;
  }

  .is_title {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .ibc-s {
    width: 40%;
    height: 40%;
  }

  .index-banner .swiper-pagination {
    margin: 0 0 10px 10px;
  }

  .index_new_advantage {
    overflow: auto;
    height: 320px;
    margin: 12px 0 0;
    padding: 0 12px;
  }

  .index_new_advantage .ind_box {
    width: 240px;
    flex-shrink: 0;
    height: 100%;
    margin-top: 0;
    opacity: 1;
  }

  .active .ind_box {
    margin-top: 0;
  }

  .index-top {
    display: block;
    margin-top: 30px;
  }

  .itop-btn {
    width: 126px;
  }

  .index-top p:nth-of-type(1) {
    font-size: 16px;
  }

  .ind_img {
    height: 60px;
  }

  .ind_title {
    font-size: 16px;
  }

  .ind_list {
    margin-top: 12px;
  }

  .ind_list > li {
    margin-bottom: 8px;
  }

  .ind_box_hover1 {
    opacity: 1;
  }

  .ind_background {
    background: #fff;
    opacity: 1;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
  }

  .ind_neon {
    filter: brightness(0) invert(0);
    opacity: 0.1;
  }

  .ind_neon::after {
    border-radius: 10px;
  }

  .index_boothMain {
    display: none;
  }

  /* .index_title {
    padding-top: 20px;
  } */

  .index_title > h1 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #333;
  }

  .index_boothMain_phone {
    display: block;
    margin-top: 20px;
  }

  .index_serve {
    padding: 0 10px 0;
  }

  .is_booth_top {
    width: 100%;
    height: 78px;
    background-color: #ffffff60;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 30px;
    font-size: 16px;
    margin-top: 10px;
  }

  .is_booth_top > div {
    width: 220px;
    position: absolute;
    transform: scale(0.4);
    bottom: -50px;
    right: -50px;
  }

  .is_shadowScale_hover .isb_icon > img {
    animation: float 2s ease-in-out infinite;
  }

  .index_trade .ind_box {
    width: calc(50% - 10px);
    /* 每个元素占 48% 宽度，留出 2% 用于间隔 */
    margin: 5px;
    /* 添加 1% 的外边距作为间隔 */
    box-sizing: border-box;
    /* 包含内边距和边框在宽度内 */
  }

  .index_trade_box {
    padding: 0;
  }

  .index_trade {
    background-color: transparent;
    padding: 10px 5px;
  }

  .index_trade > div {
    height: 78px;
  }

  .index_trade .ind_box_hover1 {
    transform: scale(1);
  }

  .it_icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 5px;
  }

  .it_title {
    font-size: 14px;
  }

  .index_trade::before,
  .index_trade > div:nth-child(-n + 4)::before,
  .index_trade > div:nth-last-child(-n + 4)::before {
    display: none;
  }

  .carousel-container {
    min-height: auto;
    margin-bottom: 20px;
  }

  .carousel-track {
    column-gap: 20px;
  }

  .carousel-item {
    height: 52px;
    padding: 0 30px;
  }

  .carousel-item > .title {
    font-size: 14px;
  }

  .button_main {
    font-size: 14px;
    line-height: 40px;
    margin-top: 0;
  }

  .iem_employee1 {
    padding: 10px;
  }

  .index_employee_banner {
    height: 400px;
  }

  .index_employee_main {
    margin-top: -400px;
  }

  .iem_swiper_box {
    margin: 28px auto 0;
  }

  .iem_employee2 {
    margin-top: -30px;
    padding: 0 10px;
  }

  .iem_employee2_box {
    height: 380px;
  }

  .iem_employee2_left {
    display: none;
  }

  .iem_employee2_right {
    padding: 0;
    overflow: hidden;
  }

  .ier_character {
    padding: 0 20px;
  }

  .ier_character > div {
    column-gap: 10px;
    flex-wrap: wrap;
  }

  .ier_character > div > p {
    padding: 0 10px;
  }

  .ier_case {
    margin-top: 20px;
  }

  .ier_case > h1 {
    font-size: 16px;
    margin-bottom: 12px;
    padding: 0 20px;
  }

  .ier_case > div {
    overflow: auto;
    padding: 0 20px 20px;
  }

  .ier_case > div > img {
    height: 32px;
  }

  .iem_employee2_box_float {
    right: 14px;
    top: 14px;
  }

  .iem_employee2_box_float > div > div > img {
    width: 30vw;
    height: 30vw;
  }

  .iservice-txt {
    display: block;
  }

  .is-list ul li {
    padding: 15px 4px;
    text-align: center;
  }

  .is-list ul li span {
    font-size: 18px;
  }

  .is-list {
    margin-top: 20px;
  }

  .index_case_main {
    padding: 0 10px;
  }

  .iqi-list {
    margin-top: 0 !important;
  }

  .index_evaluate {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .index_evaluate_box {
    padding: 20px;
    font-size: 14px;
  }

  .index_evaluate_box > div > p {
    line-height: 28px;
  }

  .index_evaluate > div::before,
  .index_evaluate > div::after {
    display: none;
  }

  .index_bosshr_eyer {
    padding: 32px 0 0;
  }

  .ibe_main {
    column-gap: 20px;
    margin-top: 20px;
    padding: 0 20px 32px;
    overflow: auto;
  }

  .ibe_main > div {
    width: 82vw;
    flex-shrink: 0;
    border-radius: 10px;
  }

  .ibe_main_banner {
    height: 170px;
  }

  .ibe_main > div {
    box-shadow: 0 10px 40px #00000016;
  }

  .ibe_main_list {
    padding: 10px 0;
  }

  .ibe_main_list > li {
    padding: 5px 10px;
    font-size: 14px;
  }

  .index-service {
    margin-top: 0 !important;
  }

  .ib-book {
    width: 140px;
    left: 0;
  }

  .index_old .ibc-sq {
    left: 32%;
    height: 40%;
    right: 70px;
  }

  .index_old .ibg-txt .ibg-p {
    font-size: 20px;
  }

  .index_old_ibg_name {
    font-size: 12px !important;
  }

  .index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px 0 0 !important;
  }
}

.about_new_main_bg {
  position: absolute;
  filter: blur(200px);
  width: 500px;
  height: 500px;
  --color1: #ff8800;
  --color2: #0682c9;
  /* 高斯模糊效果 */
  animation: rotatePerspective 10s infinite ease-in-out;
  opacity: 0.4;

  /* 应用透视旋转动画 */
  &::after,
  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  &::after {
    background-color: var(--color1);
    bottom: -30%;
    right: -30%;
    opacity: 0.5;
  }

  /* 应用透视旋转动画 */
  &::before {
    background-color: var(--color2);
    top: -30%;
    left: -30%;
    opacity: 0.5;
  }
}

.service_new_logos {
  overflow: visible;
  z-index: 0;
  padding-bottom: 0px;

  .index_title {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
  }
}

/* 透视旋转动画定义 */
@keyframes rotatePerspective {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(80deg);
  }

  50% {
    transform: rotate(160deg);
  }

  75% {
    transform: rotate(280deg);
  }

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