.carousel-content {
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-title{
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  font-size: 2.4rem;
}
.swiper-button-prev,
.swiper-button-next {
  width: 5.8rem;
  height: 9.4rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  width: 6.9rem;
  height: 11.2rem;
}
.mySwiper{
  height: 70rem;
}
.mySwiper .carousel-slide img {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .carousel-slide img:hover {
  transform: scale(1.05);
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.page-item {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
}
.page-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.8rem;
  border-right: 1px solid #cddde8;
  /* flex-wrap: wrap; */
  padding: 0 1rem;
}
.page-item-content:nth-last-child(1) {
  border-right: none;
}
.item-img-wrap {
  width: 12.4rem;
  height: 12.4rem;
  box-sizing: border-box;
  padding: 1.2rem;
  border-radius: 50%;
  position: relative;
  border: 1px dotted #00aca0;
  margin-right: 3rem;
}
.item-img-color-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00aca0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.item-img-color-wrap:hover {
  transform: scale(1.1);
}
.item-img-color-wrap img {
  width: 6.2rem;
  height: 6.2rem;
}
.item-content {
  font-weight: bold;
  font-size: 3rem;
  color: #2784e2;
}
.item-content div:nth-last-child(1) {
  font-size: 1.8rem;
  color: #444;
  font-weight: normal;
}
.page-item2 {
  /* max-width: 159.6rem; */
  margin: 7rem auto 0;
  position: relative;
}
.item-title {
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 7.5rem solid transparent;
  border-right: 7.5rem solid transparent;
  border-top: 1rem solid #00aca0;
  margin: auto;
}
.search-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.2rem auto 0;
  width: 68rem;
  height: 5.4rem;
  background: #f6fbff;
  border-radius: 1.3rem;
  border: 1px solid #c8ddec;
  font-size: 1.8rem;
  color: #666;
  position: relative;
}
.select-wrap {
  position: relative;
  display: inline-block;
  margin-right: 2.5rem;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.8rem solid #2289da;
  pointer-events: none;
  display: none;
}
.search-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  width: 6rem;
  display: none;
}
.search-wrap input {
  border: none;
  outline: none;
  width: 88%;
  background: #f6fbff;
}
.search-wrap img {
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
}
.search-wrap img:hover {
  transform: scale(1.05);
}
.hot-search {
  text-align: center;
  margin: 1.6rem auto 0;
  color: #00aca0;
}
.hot-search span {
  cursor: pointer;
}
.switch-wrap {
  width: 100%;
  height: 6.1rem;
  line-height: 6.1rem;
  background: #e8f0f6;
  margin-top: 2.3rem;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
.switch-items {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.switch-item {
  flex: 1;
  height: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.switch-item span {
  position: relative;
}
.switch-item .ellipsis {
  display: block;
  min-width: 10rem;
}
.switch-active-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20%;
  height: 8.5rem;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #2784e2 0%, #00aca0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 6.1rem, 50% 100%, 0 6.1rem);
  color: #fff;
  text-align: center;
}
.switch-prev,
.switch-next {
  width: 1rem;
  height: 2.1rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.switch-prev {
  left: 39%;
}
.switch-next {
  left: 61%;
  transform: translate(-100%, -50%);
}
.switch-prev:hover {
  transform: scale(1.2) translateY(-50%);
}
.switch-next:hover {
  transform: scale(1.2) translate(-100%, -50%);
}
.switch-prev img,
.switch-next img {
  width: 100%;
  height: 100%;
}
.page-item1 {
  width: 100%;
  height: 44.5rem;
  background-color: #ffffff;
  background-image: url(../images/1.png);
  background-repeat: no-repeat;
}
.item-content-wrap {
  width: 100%;
  height: 44.5rem;
  background-color: #ffffff;
  background-image: url(../images/2.png);
  background-repeat: no-repeat;
  padding-top: 1px;
  border: 1px solid #cddde8;
  box-sizing: border-box;
}
.item-contents {
  /* width: 122.4rem; */
  display: none;
  margin: 6rem 0 0 37.2rem;
  transition: all 0.3s ease-in-out;
  grid-template-columns: 1fr 1fr;
}
.item-content2 {
  /* width: 58rem; */
  /* height: 5.9rem;
  line-height: 5.9rem; */
  padding: 2rem 0;
  margin: 0 2.9rem 3.1rem 0;
  font-size: 1.8rem;
  box-shadow: 0px 0px 0.6rem 1px rgba(0, 0, 0, 0.16);
  border-left: 0.5rem solid #2784e2;
  box-sizing: border-box;
  position: relative;
  padding-left: 3.3rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.item-content2:hover {
  color: #00aca0;
}
.item-content2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 0.6rem solid #2784e2;
}
.more {
  width: 17.4rem;
  height: 5.9rem;
  background: linear-gradient(90deg, #2784e2 0%, #00aca0 100%);
  margin: 3.6rem auto 0;
  border-radius: 3rem;
  text-align: center;
  line-height: 5.6rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.more:hover {
  transform: scale(1.05);
}
.page-item3 {
  margin-top: 8rem;
  /* max-width: 192rem; */
  background-image: url(../images/bg001.png);
  background-size: cover;
  height: calc(47.2vw);
  max-height: calc(192rem * 0.472);
  padding-top: 1px;
}
.page-item3 .item-title {
  margin-top: 10.6rem;
  margin-top: 3.5vw;
  color: #fff;
}
.swiper.mySwiper2 {
  width: calc(192rem - 20rem);
  height: 55vw;
  max-height: 55rem;
  margin-top: 6.8rem;
  position: relative;
}
.mySwiper2 .swiper-wrapper {
  display: flex;
  /* align-items: center; */
}
.mySwiper2 .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* 所有图片样式 */
.mySwiper2 .swiper-slide img {
  width: 80%;
  height: 80%;
  max-height: 55rem;
  object-fit: cover;
  /* border-radius: 8px; */
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 活跃图片（中间）样式 */
.mySwiper2 .swiper-slide-active {
  z-index: 30;
}
.mySwiper2 .swiper-slide-active img {
  width: 100%;
  height: 80%;
  transform: scale(1.1) translateY(-20px); /* 上移并放大中间图片 */
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
  z-index: 30; /* 确保中间图片在上层 */
  cursor: pointer;
  object-fit: cover;
}
.mySwiper2 .swiper-slide-active img:hover {
  transform: scale(1.2) translateY(-20px);
}

/* 左侧相邻图片样式 */
.mySwiper2 .swiper-slide-prev img {
  transform: scale(0.9) translateX(65%) translateY(0%) !important; /* 下移并向右偏移 */
  z-index: 20;
  opacity: 0.9;
}

/* 右侧相邻图片样式 */
.mySwiper2 .swiper-slide-next img {
  transform: scale(0.9) translateX(-65%) translateY(0%) !important; /* 下移并向左偏移 */
  z-index: 20;
  opacity: 0.9;
}

/* 其他图片样式 */
.mySwiper2
  .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(
    .swiper-slide-next
  )
  img {
  transform: scale(0.7) translateY(30px); /* 进一步下移非相邻图片 */
  opacity: 0.6;
  z-index: 10;
}

/* 左右两侧图片样式 */
.mySwiper2 .swiper-slide-prev img,
.mySwiper2 .swiper-slide-next img {
  opacity: 0.85;
  transform: scale(0.95);
}
.s-item-title {
  position: absolute;
  bottom: 0px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  padding-left: 3rem;
  opacity: 0;
  z-index: 100;
  bottom: 1rem;
}
.s-item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-bottom: 1rem solid #00aca0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.s-item-title.active {
  opacity: 1;
}

/* 导航按钮样式 */
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  color: #fff;
  /* background-color: rgba(1, 1, 1, 0.6); */
  width: 4.6rem;
  height: 4.6rem;
  font-size: 4.6rem;
  top: calc(50%);
}

.mySwiper2 .swiper-button-next::after,
.mySwiper2 .swiper-button-prev::after {
  font-size: 4.6rem;
  font-weight: bold;
}
.mySwiper2 .swiper-button-next {
  right: 1rem;
}
.mySwiper2 .swiper-button-prev {
  left: 1rem;
}
/* 分页指示器样式 */
.mySwiper2 .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #94a3b8;
  opacity: 0.5;
}

.mySwiper2 .swiper-pagination-bullet-active {
  background-color: #3b82f6;
  opacity: 1;
}

.page-item4 {
  /* max-width: 159.6rem; */
  margin: 10.2rem auto 0;
  position: relative;
}
.item4-wrap {
  display: flex;
  margin-top: 6.4rem;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 2rem;
}
.item4-content,
.item4-right {
  width: 50.8rem;
  font-size: 1.8rem;
  /* margin-right: 3.6rem; */
  margin: 2rem auto;
  position: relative;
}
.item4-img-wrap {
  width: 100%;
  /* height: auto; */
  overflow: hidden;
  padding-bottom: 58%;
  position: relative;
}
.item4-img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}
.item4-img:hover {
  transform: scale(1.05);
}
.item4-title {
  font-weight: bold;
  margin-top: 2rem;
  cursor: pointer;
  height: 4.8rem;
}
.item4-title:hover {
  color: #00aca0;
}
.time {
  color: #00aca0;
  margin-top: 2rem;
}
.item4-info {
  color: #666666;
  margin-top: 2rem;
}
.item4-right {
  /* margin-right: 0; */
  border-left: 1px solid #cfcfcf;
}
.item4-right-item {
  padding: 0 0 1rem 3.3rem;
  box-sizing: border-box;
  border-bottom: 1px solid #cfcfcf;
}
.item4-right-item:last-child {
  border-bottom: none;
}
.item4-right-item .time {
  margin-top: 1rem;
}

.page-item5 {
  margin-top: 8.3rem;
  max-height: 107rem;
  height: 67vw;
  background: #29397e;
  padding-top: 6rem;
  background-image: url(../images/bg002.png);
  background-size: cover;
}
.page-item5 .item-title {
  color: #fff;
}
.item5-wrap {
  max-height: 68.5rem;
  margin: 7rem auto 0;
  display: grid;
  height: 43vw;
  grid-template-columns: 37.2rem 1fr;
}
.item5-left {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.item5-left-item {
  cursor: pointer;
  position: relative;
  /* height: 13.7rem; */
}
.item5-left-item .bg {
  z-index: 2;
  position: absolute;
  border-top: 1px solid #00aca0;
  width: 40.8rem;
  height: 100%;
  background: linear-gradient(90deg, #2784e2 0%, #00aca0 100%);
  opacity: 0;
  transition: all 0.4s ease-in;
}
.item5-left-tag {
  color: #00aca0;
  position: relative;
  z-index: 2;
  padding: 2rem 0 0 3.7rem;
}
.item5-left-title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0 1rem 3.7rem;
  position: relative;
  padding-right: 3.4rem;
  z-index: 2;
}
.item5-left-item .bg.active {
  opacity: 1;
}
.item5-left-item .active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 1rem solid #fff;
}
.item5-left-item.active .item5-left-tag {
  color: #fff;
}
.item5-left-item.active .item5-left-title {
  color: #fff;
}
.item5-right {
  max-height: 68.5rem;
  height: 43vw;
  position: relative;
}
.item5-right-item{
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}
.item5-right-item:first-child{
    display: block;
}
.item5-right-item img:first-child {
  width: 100%;
  height: 100%;
}
.item5-right-item img:last-child {
  width: 9.4rem;
  height: 9.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.item5-right-item img:last-child:hover {
  transform: scale(1.1) translate(-50%, -50%);
}

.page-item6 {
  /* max-width: 159.6rem; */
  margin: 7.7rem auto 0;
  border: 1px;
  margin-bottom: 5rem;
}
.hezuo-wrap {
  /* max-width: 159.6rem; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}
.page-item6 > *:nth-child(n + 4) {
  margin-top: -10vw;
}
.hezuo-item {
  max-width: 16rem;
  max-height: 16rem;
  width: 10vw;
  height: 10vw;
  margin: 2.5vw;
  border: 1px solid rgba(207, 207, 207, 0.58);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  transform: rotateZ(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/* .hezuo-wrap>*:nth-child(n+7) {
    transform: rotateZ(45deg) translateY(-105%);
}
.hezuo-wrap>*:nth-child(n+13){
  transform: rotateZ(45deg);
} */
.hezuo-item:hover {
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.35);
}
.hezuo-item img {
  max-width: 8rem;
  max-height: 3rem;
  width: 5vw;
  height: 1.9vw;
  transform: rotateZ(-45deg);
}

.fixed-right-wrap{
  width: 10rem;
  box-sizing: border-box;
  border-top: 0.4rem solid #2784E2;
  background: #F5F9FC;
  padding: 1.8rem 0;
  position: fixed;
  right: -10rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  transition: all 0.4s ease-in-out;
}
.fixed-right-wrap.active{
  right: 0;
}
.fixed-right-btn{
  position: absolute;
  width: 3rem;
  height: 6rem;
  border-radius: 1rem 0 0 1rem;
  background: #00ACA0;
  left: -3rem;
  color: #fff;
  line-height: 6rem;
  text-align: center;
  cursor: pointer;
  bottom: 0;
}
.fixed-right-btn span{
  display: block;
  transform: scaleY(2);
  transition: all 0.4s ease-in-out;
}
.fixed-right-wrap.active .fixed-right-btn{
  display: none;
}
.fixed-right-wrap.active .fixed-right-btn span{
  transform: rotate(180deg) scaleY(2) translate(-2px, -2px);
}
.fixed-right-hide-btn span{
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  text-align: center;
  margin-top: 15px;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}
.fixed-right-hide-btn span:hover{
  color: #00ACA0;
  border-color: #00ACA0;
}
.fixed-right-item{
  display: block;
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
}
.fixed-right-item img{
  width: 3.5rem;
  margin-bottom: 0.6rem;
}
.fixed-right-line{
  margin: 1.8rem auto;
  width: 6.5rem;
  height: 1px;
}


/* 技术成果 项目库 */
.sub-header{
  height: 58rem;
  position: relative;
}
.sub-head-channel-img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-header-content{
  height: 100%;
  position: relative;
}
.sub-header-img01{
  width: 47%;
  position: absolute;
  left: 2rem;
  bottom: 16.8rem;
}
.sub-header-title{
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.sub-header-title.sht-center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sub-header-title::after{
  content: '';
  display: block;
  width: 41%;
  height: 1rem;
  background-color: #00ACA0;
  margin-top: 1.5rem;
  margin: 1rem auto 0 auto;
}
.sub-header-title-new{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub-header-title-text{
  font-size: 10rem;
  font-weight: bold;
  color: #0F5AD3; /* 蓝色 */
  text-shadow: 0.4rem 0.5rem 0 #fff, 0.4rem 0.4rem 1rem rgba(0, 102, 255, 0.7);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.sub-header-title-text02{
  font-size: 4.5rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #E5E8EB 0%, #E8EEF7 20%, #D5DCE4 60%, #B4BBC6 80%, #929AA3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
}
.xmk-search-wrap{
  background-color: #fff;
  padding: 2rem 4rem;
  position: relative;
}
.xmk-input-search{
  display: flex;
  align-items: center;
  box-shadow: 0 0 1rem #ccc;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.xmk-input{
  height: 6rem;
  flex: 1;
  padding: 0 2rem;
  font-size: 1.6rem;
}
.xmk-search-btn{
  width: 10rem;
  height: 100%;
  text-align: center;
  line-height: 6rem;
  background: #00aca0;
  color: #fff;
  cursor: pointer;
}
.xmk-search-type-item{
  display: grid;
  grid-template-columns: 12rem 5rem 1fr;
  gap: 1rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.xmk-search-type-title{
  font-weight: 700;
  text-align: justify;
  text-align-last: justify;
}
.xmk-search-type-list{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
.xmk-search-tag{
  cursor: pointer;
}
.xmk-search-tag:hover, .xmk-search-tag.active{
  color: #00aca0;
}
.xmk-search-tag:nth-child(n + 13) {
  display: none;
}
.xmk-show-more-tag{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #00aca0;
  cursor: pointer;
}
.xmk-show-more-tag img{
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  margin-top: 0.2rem;
}
.xmk-show-more-tag.active img{
  transform: rotate(-90deg);
}
.xmk-result-empty{
  text-align: center;
  text-align: center;
  padding: 2rem 0;
  color: #999;
}
.xmk-search-result-item{
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 3rem 4rem;
  border-radius: 1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  margin-top: 3rem;
  align-items: start;
}
.xmk-search-result-item:hover{
  border: 1px solid #00ACA0;
}
.xmk-search-result-img{
  position: relative;
  padding-top: 67.2%;
}
.xmk-search-result-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xmk-search-result-content{
  padding: 1.5rem 2rem 1.5rem 0;
}
.xmk-search-result-title{
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.xmk-result-title{
  flex: 1;
}
.xmk-search-result-item:hover .xmk-search-result-title{
  color:#00ACA0;
}
.xmk-search-result-tag{
  font-size: 1.2rem;
  background: #00ACA0;
  padding: 0.2rem 1rem;
  color: #fff;
  border-radius: 1rem 0 1rem 0;
}
.xmk-result-item-tabs{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.xmk-result-item-tab{
  font-size: 1.6rem;
  cursor: pointer;
  border-bottom: 0.4rem solid transparent;
  display: inline-block;
  margin-bottom: -1px;
  display: inline-block;
  padding: 1rem 1.5rem;
}
.xmk-result-item-tab.active{
  border-bottom: 0.4rem solid #00ACA0;
}
.xmk-result-item-tab.active, .xmk-result-item-tab:hover{
  color: #00ACA0;
}
.xmk-search-result-text{
  font-size: 1.6rem;
  padding-top: 1rem;
}
.xmk-search-text-item{
  width: 100%;
  display: none;
}
.xmk-search-text-item.active{
  display: block;
}
.xmk-search-text-item .trs_editor_view p, .xmk-search-text-item .trs_editor_view span{
  font-size: 1.6rem !important;
}
.xmk-result-info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
  color: #999;
}
.xmk-result-info-item:last-child{
  grid-column: span 2;
}
.xm-result-info-label{
  font-weight: 700;
  text-align-last: justify;
  color: #333;
}
.jskxl-imgs img{
  max-width: 80%;
}
/* 单篇 */
.dp-content{
  padding: 2.5rem;
}
.dp-title{
  font-size: 3.2rem;
  color: #000;
  line-height: 4.8rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.dp-info{
  font-size: 1.6rem;
  line-height: 3rem;
}
.dp-info p{
  margin-bottom: 2rem;
}
/* 图片列表 */
.tplb{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 0 3rem 3rem 3rem;
  background: #fff;
  margin-top: 3rem;
}
.tplb.tplb2{
  background: transparent;
  gap: 5rem 6.4rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.tplb-item{
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tplb-item:hover{
  border: 1px solid #00ACA0;
}
.tplb-img{
  padding-top: 67.2%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 0.4rem solid #00ACA0;
  margin-bottom: 1.5rem;
}
.tplb-title{
  height: 5rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
  font-weight: 700;
}
.tplb2 .tplb-title{
  height: 3rem;
}
.tplb2 .tplb-item:hover{
  background: #fff;
}
.tplb-details{
  text-align: right;
  padding: 0 1rem;
  color: #999;
  margin-bottom: 0.5rem;
}
.tplb-details span{
  transform: scale(1.5) translateX(-25%);
  display: inline-block;
}
.tplb-item:hover .tplb-details{
  color: #00ACA0;
}
/* 专利库 */
.zlk-search-wrap{
  padding: 0 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 4rem;
  margin-top: 3rem;
}
.zlk-search-item{
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.zlk-search-item:last-child{
  align-items: flex-end;
}
.zlk-search-title{
  width: 8rem;
  text-align: right;
}
.zlk-search-item input{
  border: 1px solid #e8e8e8;
  height: 4rem;
  flex: 1;
  padding: 0 1rem;
}
.zlk-search-btn{
  width: 10rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #00ACA0;
  border-radius: 0.5rem;
}
.zllb-wrap{
  margin-top: 3rem;
  padding: 0 2rem;
  margin-bottom: 4rem;
  overflow-x: auto;
}
.zllb{
  min-width: 100rem;
}
.zllb-item{
  display: grid;
  grid-template-columns: 2fr 10rem 1fr 10rem 1fr;
  font-size: 1.6rem;
  padding: 2rem 3rem;
  gap: 1rem 2rem;
}
.zllb.rzlb .zllb-item{
  grid-template-columns: 2fr 1fr 1fr;
}
.zllb-item:nth-child(2n+1){
  background-color: #F6F8FA;
}
.zllb-item.zllb-head{
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #00ACA0;
  background-color: #fff;
}
.zllb-txt2, .zllb-txt4{
  color: #00ACA0;
}
.xmkxl{
  padding: 0 3rem;
  color: #666;
  font-size: 1.6rem;
}
.xmkxl-top{
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: flex-start;
}
.xmk-top-img{
  position: relative;
  padding-top: 67.2%;
}
.xmk-top-img-bg,.xmk-top-img img{
  position: absolute;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border-radius: 0 4rem 0 4rem;
  bottom: 0;
  right: 0;
  background-color: #EDF5F7;
}
.xmk-top-img img{
  top: 0;
  left: 0;
}
.xmk-top-info{
  height: 100%;
}
.xmk-top-info-title{
  font-size: 2.8rem;
  color: #444;
  line-height: 3.2rem;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.xmk-top-info-title::after{
  content: '';
  display: block;
  width: 100%;
  height: 1.6rem;
  background: #EDF5F7;
  margin-top: -0.8rem;
  margin-bottom: 2rem;
}
.xmk-top-scroll-area{
  overflow-y: scroll;
  max-height: 30rem;
  padding-bottom: 2rem;
}
/* 专利细览 */
.zlkxl{
  padding: 4rem 3rem;
}
.zlkxl-title{
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 700;
}
.zlkxl-content{
  color: #555;
  font-size: 1.6rem;
}
.zlkxl-content-item{
  display: grid;
  grid-template-columns: 2fr 5fr;
}
.zlkxl-content-item:nth-child(2n){
  background-color: #F6F8FA;
}
.zlkxl-content-item:last-child{
  border-bottom: 1px solid #E3E9F4;
}
.zlkxl-content-item-title{
  text-align: right;
  padding: 3rem 2rem;
  border: 1px solid #E3E9F4;
  border-bottom: none;
}
.zlkxl-content-item-content{
  color: #999;
  padding: 3rem 2rem;
  border: 1px solid #E3E9F4;
  border-bottom: none;
  border-left: none;
}
/* 整个滚动条 */
.xmk-top-scroll-area::-webkit-scrollbar {
  width: 5px;
}
/* 滚动条轨道（背景） */
.xmk-top-scroll-area::-webkit-scrollbar-track {
  background: #e3e3e3;
  border-radius: 2px;
}
/* 滚动条滑块（可拖动部分） */
.xmk-top-scroll-area::-webkit-scrollbar-thumb {
  background: #00ACA0;
  border-radius: 2px;
}
.xmk-top-scrlll-info{
  padding:0 2rem 3rem 0;
  border-bottom: 1px dotted #999;
}
.xmk-scroll-other{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.xmk-scroll-other-item span:first-child{
  display: inline-block;
  width: 12rem;
  text-align-last: justify;
}
.xmk-scroll-other-item:nth-child(2n) span:first-child{
  width: 8rem;
}
.xmk-scroll-other-item span:last-child{
  color: #999;
}
.xmkxl-bottom{
  margin: 4rem 0;
}
.jskxl-tabs-wrap{
  overflow-x: auto;
}
.jskxl-tabs{
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #00ACA0;
  min-width: 60rem;
}
.jskxl-tab-item{
  height: 5.4rem;
  padding: 0 2rem;
  line-height: 5.4rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
}
.jskxl-tab-item:first-child .jskxl-tab-item-img,
.jskxl-tab-item:nth-child(2) .jskxl-tab-item-img,
.jskxl-tab-item:nth-child(3) .jskxl-tab-item-img,
.jskxl-tab-item:nth-child(4) .jskxl-tab-item-img{
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  background: url(icon-jstd.png) no-repeat center center;
}
.jskxl-tab-item:nth-child(2) .jskxl-tab-item-img{
  background: url(icon-fwsf.png) no-repeat center center;
}
.jskxl-tab-item:nth-child(3) .jskxl-tab-item-img{
  background: url(icon-scfx.png) no-repeat center center;
}
.jskxl-tab-item:nth-child(4) .jskxl-tab-item-img{
  background: url(icon-tp.png) no-repeat center center;
  margin-top: 0.5rem;
}
.jskxl-tab-item.active:first-child .jskxl-tab-item-img{
  background: url(icon-jstd2.png) no-repeat center center;
}
.jskxl-tab-item.active:nth-child(2) .jskxl-tab-item-img{
  background: url(icon-fwsf2.png) no-repeat center center;
}
.jskxl-tab-item.active:nth-child(3) .jskxl-tab-item-img{
  background: url(icon-scfx2.png) no-repeat center center;
}
.jskxl-tab-item.active:nth-child(4) .jskxl-tab-item-img{
  background: url(icon-tp2.png) no-repeat center center;
  margin-top: 0.5rem;
}
.jskxl-tab-item.active{
  background-color: #00ACA0;
  color: #fff;
}
.jskxl-tab-content{
  padding-top: 2.5rem;
}
.xmkxl-bottom p{
  margin-bottom: 1rem;
}
.jskxl-tab-content-item{
  display: none;
}
.jskxl-tab-content-item.active{
  display: block;
}

.xmkxl-bottom-title1, .xmkxl-bottom-title2, .xmkxl-bottom-title3, .xmkxl-bottom-title4{
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 2.4rem;
  font-size: 2.4rem;
  color: #00ACA0;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 2rem;
  font-weight: 700;
}
.xmkxl-bottom-title1 img, .xmkxl-bottom-title2 img, .xmkxl-bottom-title3 img, .xmkxl-bottom-title4 img{
  width: 2rem;
  height: 2rem;
  background: #00ACA0;
  padding: 1rem;
  border-radius: 1rem 0 1rem 0;
  box-sizing: content-box;
}
.xmkxl-bottom-text{
  margin-bottom: 4rem;
}
.xmkxl-bottom-imgs{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.xmkxl-bottom-img-wrap{
  position: relative;
  padding-top: 67.2%;
  overflow: hidden;
  cursor: pointer;
}

/* 技术需求 */
.jsxq-input-text{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.jsxq-label{
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
input[type="text"].jsxq-input,.jsxq-textarea{
  width: 100%;
  height: 5rem;
  border: 1px solid #ddd;
  border-left: 2px solid #00ACA0;
  padding: 0 2rem;
  box-sizing: border-box;
  color: #444;
}
.jsxq-textarea{
  height: 16rem;
  margin-bottom: 3rem;
  padding: 2rem;
  outline: none;
}
.jsxq-submit-btn{
  width: 20rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  color: #fff;
  background-color: #00ACA0;
  cursor: pointer;
}
.jsxq_code-img{
    cursor: pointer;
    height: 92%;
    border: 1px solid #999;
}
/* 联系我们 */
.lxwm-title{
  color: #313131;
  font-size: 2.4rem;
  padding-left: 3.4rem;
  position: relative;
  font-weight: 700;
  margin: 3.4rem 0 4.4rem 0;
}
.lxwm-title::before{
  content: "";
  width: 0.4rem;
  height: 2.4rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00ACA0;
}
.lxwm-content{
  width: 50%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
  padding-left: 3.3rem;
  margin-bottom: 5rem;
}
.lxwm-item{
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #333;
  font-size: 1.6rem;
}
.lxwm-item img{
  width: 2rem;
  max-height: 1.7rem;
}
.lxwm-map{
  padding: 0 2.5rem;
  box-sizing: border-box;
  height: 60rem;
  overflow: hidden;
  border-radius: 6rem 0 6rem 0;
  margin-bottom: 6rem;
}
.lxwm-map img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 图文列表 */
.twlb{
  padding: 4rem 3rem;
}
.twlb-item{
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
  display: grid;
  grid-template-columns: 27.7% 13rem 1fr;
  gap: 3rem;
  margin-bottom: 3.2rem;
  align-items: flex-start;
  overflow: hidden;
}
.twlb-border{
  position: absolute;
  width: calc(100% - 2.6rem);
  height: 100%;
  top: 0;
  right: 0;
  border: 1px solid #E3E9F4;
  border-radius: 3rem 0 3rem 0;
  box-sizing: border-box;
}
.twlb-item:hover .twlb-border{
  border: 1px solid #00ACA0;
}
.twlb-img{
  position: relative;
  overflow: hidden;
  padding-top: 67.2%;
}
.twlb-time-wrap{
  padding-top: 2.5rem;
}
.twlb-time-text{
  font-family: OPPOSans, OPPOSans;
  color: #00ACA0;
  line-height: 2.8rem;
  margin-bottom: 5rem;
}
.twlb-time{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.twlb-time-line{
  width: 6.4rem;
  height: 0.2rem;
  background-color: #999;
}
.twlb-date{
  font-size: 2rem;
  font-weight: 400;
}
.twlb-arrow1, .twlb-arrow2{
  height: 1.2rem;
}
.twlb-arrow2{
  display: none;
}
.twlb-item:hover .twlb-arrow1{
  display: none;
}
.twlb-item:hover .twlb-arrow2{
  display: block;
}
.twlb-info{
  padding-right: 8rem;
  padding-top: 2.5rem;
}
.twlb-title{
  margin-bottom: 3rem;
}
.twlb-item:hover .twlb-title{
  color: #00ACA0;
  font-weight: 700;
}
.twlb-desc{
  font-size: 1.6rem;
  color: #999;
}
/* 文字列表 */
.wzlb{
  padding: 4rem 3rem;
}
.wzlb-item{
  display: flex;
  padding: 3rem 2.7rem;
  align-items: flex-start;
  background-color: #eee;
  border-radius: 3rem 0 3rem 0;
  border: 1px solid #ddd;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.wzlb-item:hover{
  background-color: #00ACA0;
  border: 1px solid #00ACA0
}
.wzlb-item-title{
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  color: #333;
}
.wzlb-item:hover .wzlb-item-title{
  color: #fff;
}
.wzlb-item-icon1, .wzlb-item-icon2{
  width: 2.4rem;
  height: 2.8rem;
}
.wzlb-item-icon2{
  display: none;
}
.wzlb-item:hover .wzlb-item-icon1{
  display: none;
}
.wzlb-item:hover .wzlb-item-icon2{
  display: block;
}
.wzlb-item-time{
  margin-left: auto;
  color: #a0a0a0;
}
.wzlb-item:hover .wzlb-item-time{
  color: #fff;
}
/* 新闻细览 */
.xl-title{
  font-size: 3.2rem;
  color: #000000;
  line-height: 4.8rem;
  text-align: center;
  font-weight: 700;
  margin-top: 3.2rem;
  margin-bottom: 5.4rem;
}
.xl-top{
  text-align: center;
  color: #797979;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.xl-top span:nth-child(n+2){
  cursor: pointer;
}
.xl-content{
  display: flex;
  gap: 5.6rem;
  align-items: flex-start;
}
.xl-content-left{
  flex: 1;
  font-size: 1.6rem;
  padding-bottom: 4.6rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 2rem;
}
.xl-content-right{
  width: 37rem;
  border-left: 1px solid #E5E5E5;
}
.xl-right-title{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  margin-left: -1.6rem;
  margin-bottom: 3rem;
}
.xl-right-title div{
  width: 3.2rem;
  height: 3.2rem;
  background-color: #00ACA0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 3.2rem;
  font-weight: 400;
}
.xl-right-content{
  padding-left: 2.2rem;
  box-sizing: border-box;
}
.xl-right-item{
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E5E5E5;
  display: block;
}
.xl-right-time{
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  width: 8.2rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #00ACA0;
  position: relative;
}
.xl-right-time::before{
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: -2.7rem;
  background-color: #00ACA0;
}
.xl-right-img{
  padding-top: 67.2%;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.xl-next-prev{
  font-size: 1.6rem;
  color: #797979;
  line-height: 2.8rem;
  margin-bottom: 5rem;
}
/* 职责职能 */
.r-zzzn{
  padding: 2rem 3rem;
}
.zzzn-list{
  padding: 4rem 2.4rem;
  background: #F6F6F6 url(zhizezhineng-bg01.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 3rem;
}
.zzzn-item{
  color: #333;
  font-size: 1.6rem;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 2rem;
}
.zzzn-item::before{
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.3rem solid #00ACA0;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.gwryzz-wrap{
  overflow-x: auto;
}
.gwryzz-list{
  width: 98%;
  margin: 3rem auto;
  min-width: 100rem;
}
.gwryzz-item{
  display: grid;
  grid-template-columns: 1fr 2fr 5fr 2fr 2fr;
  font-size: 1.4rem;
  color: #333;
  align-items: center;
}
.gwryzz-item:first-child{
  border-bottom: 1px solid #00ACA0;
  color: #576173;
  font-weight: 700;
  background-color: #fff !important;
}
.gwryzz-item div{
  padding: 2rem;
}
.gwryzz-item:nth-child(2n + 1){
  background-color: #F6F8FA;
}
.gwryzz-item:not(:first-child) div:nth-child(1), .gwryzz-item:not(:first-child) div:nth-child(4), .gwryzz-item:not(:first-child) div:nth-child(5){
  color: #00ACA0;
}
/* 政策法规 */
#chinaMap{
  width: 100%;
  height: 100%;
  min-height: 80rem;
}
.pervious-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.6rem;
  color: #666;
  padding: 3rem 2rem 0 3rem;
}
.pervious-wrap::after{
  content: '';
  flex: 1;
}
.pervious-wrap span{
  cursor: pointer;
}
.pervious-wrap span:hover, .pervious-wrap span.active{
  color: #00ACA0;
}
/* 全文检索 */
.temp02-wrap-content{
  margin-top: 3rem;
}
@media screen and (max-width: 1440px) {
  .lxwm-content{
    width: 68%;
  }
  .twlb-time-wrap, .twlb-info{
    padding-top: 0;
  }
  .sub-content-wrap{
    grid-template-columns: 32.6rem 84.4rem;
  }
  .zlk-search-wrap{
    gap: 3rem;
  }
  .item5-left{
    overflow-y: auto;
  }
}
@media (max-width: 1400px) {
  .item-contents {
    margin-left: 9rem;
  }
  .item4-right {
    border-left: none;
  }
}
@media screen and (max-width: 1240px) {
  .mySwiper{
    height: 50rem;
  }
  .swiper.mySwiper2{
    margin-top: 1.8rem;
  }
  .item-img-wrap{
    margin-right: 1rem;
  }
  .twlb-item{
    grid-template-columns: 27.7% 6rem 1fr;
    gap: 2rem;
  }
  .twlb-time-text{
    margin-bottom: 4rem;
  }
  .twlb-info{
    padding-right: 3rem;
  }
  .twlb-title{
    margin-bottom: 1rem;
  }
  .zlk-search-wrap{
    grid-template-columns: 1fr 1fr;
  }
  .sub-content-wrap{
    grid-template-columns: 32.6rem 66.8rem;
  }
  .jskxl-tab-item{
    font-size: 1.8rem;
  }
  .temp02-wrap-content .search-sort{
    margin-right: 0;
  }
  .sub-header-title-text{
    font-size: 9rem;
  }
  .sub-header-title-text02{
    font-size: 3.5rem;
  }
}

/* 平板横屏 */
@media (max-width: 1024px) {
  .logo {
    margin: 7.6rem 0 0 1.1rem;
  }
  .sub-header{
    height: 49rem;
  }
  .sub-content-wrap{
    grid-template-columns: 100%;
  }
  .carousel-content {
    padding-left: 9.2rem;
    bottom: 1.2rem;
  }
  .item-img-wrap {
    margin-right: 3rem;
  }
  .page-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
  }
  .page-item-content{
    border-right: none;
    width: auto;
  }
  .switch-item {
    width: 16rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .switch-item.active::before,
  .switch-item.active::after {
    border: 0;
  }
  .item-contents {
    width: 100%;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .item-content2 {
    width: 90%;
    margin: 1rem auto 2rem auto;
  }
  .switch-items {
    visibility: hidden;
  }
  .switch-active-wrap {
    width: 60%;
  }
  .switch-prev,
  .switch-next {
    width: 2rem;
    height: 4.2rem;
  }
  .switch-prev {
    left: 15%;
  }
  .switch-next {
    left: 85%;
    transform: translate(-100%, -50%);
  }
  .item-content-wrap {
    background: #fff;
    height: auto;
  }
  .item-contents {
    padding-top: 3rem;
  }
  .page-item3{
    background: #baddf7;
    height: auto;
    padding-bottom: 3rem;
  }
  .page-item3 .item-title {
    margin-top: 1rem;
  }
  .swiper.mySwiper2 {
    width: 87%;
    margin-top: 2rem;
    /* height: 30.6rem; */
  }
  /* 左侧相邻图片样式 */
  .mySwiper2 .swiper-slide-prev img {
    transform: scale(0.9) translateX(65%) translateY(15%) !important; /* 下移并向右偏移 */
  }

  /* 右侧相邻图片样式 */
  .mySwiper2 .swiper-slide-next img {
    transform: scale(0.9) translateX(-65%) translateY(15%) !important; /* 下移并向左偏移 */
  }
  .s-item-title {
    bottom: 5rem;
  }
  .item4-content,
  .item4-right {
    width: 90%;
  }
  .page-item5 {
    padding-top: 3rem;
    background: #fff;
    height: auto;
  }
  .page-item5 .item-title {
    color: #444;
  }
  .item5-wrap {
    margin-top: 2rem;
    flex-direction: column;
    height: auto;
    width: 90%;
    max-height: none;
    grid-template-columns: 1fr;
  }
  .item5-left {
    /* overflow: hidden; */
  }
  .item5-left-item .bg {
    width: 100%;
  }

  .item5-left {
    width: 100%;
  }
  .item5-left-item {
    width: 100%;
  }
  .item5-left-item .active::after {
    border-top: 2rem solid #fff;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
  }
  .item5-left-tag {
    padding: 2rem 0 0 1.7rem;
  }
  .item5-left-title {
    padding: 1rem 0 1rem 1.7rem;
  }
  .lxwm-content{
    width: 100%;
  }
  .xl-content{
    gap: 3.6rem;
  }
  .xl-content-right{
    width: 31rem;
  }
  .temp02-wrap-content .x_search_r .x_search_input{
    width: 60%;
  }
  .temp02-wrap-content .x_gjssl{
    width: 100%;
  }
}
@media (max-width: 820px) {
  .mySwiper2 .swiper-slide-active img {
    /* max-width: 90%;
    max-height: 90%; */
  }
}
/* 平板设备 */
@media (max-width: 768px) {
  .logo {
    margin: 8.6rem 0 0 3.1rem;
    width: 49.2rem;
  }
  .search-wrap {
    width: 50rem;
    max-width: 100%;
  }
  
  .sub-header-title-text{
    font-size: 8rem;
  }
  .sub-header-title-text02{
    font-size: 3rem;
  }
  .hot-search {
    text-align: left;
    width: 50rem;
  }
  .item-contents{
    grid-template-columns: 1fr;
  }
  .item4-wrap{
    display: grid;
    grid-template-columns: 1fr;
  }
  .item4-right-item{
    padding-left: 0;
  }
  .lxwm-content{
    grid-template-columns: 1fr;
  }
  .twlb-item{
    display: flex;
    flex-wrap: wrap;
    border-radius: 3rem 0 3rem 0;
  }
  .twlb-border{
    width: 100%;
  }
  .twlb-img{
    width: 100%;
  }
  .twlb-time-wrap{
    display: flex;
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
  }
  .twlb-time-text{
    margin-bottom: 0;
  }
  .twlb-info{
    padding-left: 3%;
    padding-right: 3%;
  }
  .xl-content{
    gap: 3.6rem 0;
    flex-wrap: wrap;
  }
  .xl-content-left{
    width: 100%;
    flex: auto;
  }
  .xl-content-right{
    width: 100%;
  }
  .tplb{
    grid-template-columns: repeat(2, 1fr);  
  }
  .xmkxl-top{
    grid-template-columns: 1fr;
  }
  .xmk-search-result-content{
    padding: 1.5rem 2rem;
  }
  .xmk-top-scroll-area{
    max-height: fit-content;
    overflow: visible;
  }
  .xmk-search-result-item{
    grid-template-columns: 1fr;
  }
  .jsxq-input-text{
    grid-template-columns: repeat(2, 1fr);
  }
  .temp02-wrap-content .nav-result{
    float: none;
  }
}

/* 手机设备 */
@media (max-width: 480px) {
  .title{
    right: 10rem;
  }
  .trapezoid{
    width: 6rem;
    height: 5rem;
  }
  header{
    height: 13.9rem;
  }
  .logo {
    width: 45.2rem;
    margin: 6.6rem 0 0 1.1rem;
  }
  
  .sub-header-title-text{
    font-size: 6rem;
  }
  .sub-header-title-text02{
    font-size: 2.6rem;
  }
  .mySwiper{
    height: 40rem;
  }
  .sub-header{
    height: 39rem;
  }
  .zlk-search-wrap {
    grid-template-columns: auto;
  }
  .carousel-content {
    padding-left: 5.2rem;
    bottom: 1.2rem;
  }
  .item-img-wrap{
    margin-right: 1.5rem;
    width: 11rem;
    height: 11rem;
  }
  .item-img-color-wrap img{
    width: 4.2rem;
    height: 4.2rem;
  }
  .item-content2 {
    /* width: 40rem;
    margin-bottom: 2rem; */
  }
  .swiper.mySwiper2 {
    width: 98%;
    /* height: 19rem; */
  }
  .s-item-title {
    font-size: 1rem;
    padding-left: 2rem;
    bottom: 4rem;
  }
  .more {
    /* margin-top: 4.6rem; */
  }
  .page-item4 .item-title {
    /* margin-top: 14rem; */
  }
  .item4-wrap {
    margin-top: 2.4rem;
  }
  .page-item6 .item-title {
    margin-top: 10;
  }
  .tplb{
    grid-template-columns: repeat(1, 1fr);  
  }
  .jsxq-input-text{
    grid-template-columns: repeat(1, 1fr);
  }
  .temp02-wrap-content .x_search_r .x_search_input{
    width: 46%;
  }
}
