.indexBlokTitle {
  padding: 0 0 max(15px, 0.3rem);
}
.indexBlokTitle .title {
  font-size: max(20px, 0.28rem);
  font-weight: 400;
  color: #333;
  position: relative;
  padding: 0 0 0 17px;
}
.indexBlokTitle .title::after {
  left: 0;
  top: 50%;
  content: "";
  width: 4px;
  height: 32px;
  opacity: 0.5;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-linear-gradient(bottom, #2ca3a2 0%, #9ffffe 100%);
  background: -moz-linear-gradient(bottom, #2ca3a2 0%, #9ffffe 100%);
  background: -o-linear-gradient(bottom, #2ca3a2 0%, #9ffffe 100%);
  background: linear-gradient(0deg, #2ca3a2 0%, #9ffffe 100%);
}
.indexBlokTitle .title.botIcon {
  padding: 0 0 17px 0;
}
.indexBlokTitle .title.botIcon::after {
  top: auto;
  bottom: 0;
  width: 32px;
  height: 4px;
  background: -webkit-linear-gradient(left, #2ca3a2 0%, #9ffffe 100%);
  background: -moz-linear-gradient(left, #2ca3a2 0%, #9ffffe 100%);
  background: -o-linear-gradient(left, #2ca3a2 0%, #9ffffe 100%);
  background: linear-gradient(90deg, #2ca3a2 0%, #9ffffe 100%);
}
.indexBlokTitle .more {
  gap: 10px;
  font-size: 14px;
  color: #2ca3a2;
}
.indexBlokTitle .more .icon {
  width: 8px;
  height: 10px;
}
.indexBlokTitle .more:hover {
  color: #2ca3a2;
}
.indexBlokTitle .more:hover::after {
  background: #2ca3a2;
}
.indexBlokTitle.noMore {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexBlokTitle.noMore .title {
  text-align: center;
}
.indexBlokTitle.noMore .title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.indexP1 {
  background: #f7f7f7;
  padding-top: max(60px, 0.78rem);
  padding-bottom: max(60px, 0.78rem);
}
.indexP1 .slideCon .wrap {
  position: relative;
}
.indexP1 .indexRmyq {
  padding-bottom: max(50px, 0.6rem);
}
.indexP1 .swiperBtn {
  left: 0;
  bottom: 0;
  gap: 0.1rem;
  z-index: 5;
  position: absolute;
}
.indexP1 .swiperBtn .prev,
.indexP1 .swiperBtn .next {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: max(30px, 0.4rem);
  height: max(30px, 0.4rem);
  border: 1px solid #aeaeb0;
  border-radius: 50%;
}
.indexP1 .swiperBtn .prev svg .cls-1,
.indexP1 .swiperBtn .next svg .cls-1 {
  stroke: #aeaeb0;
}
.indexP1 .swiperBtn .prev:hover,
.indexP1 .swiperBtn .next:hover {
  border-color: #2ca3a2;
}
.indexP1 .swiperBtn .prev:hover svg .cls-1,
.indexP1 .swiperBtn .next:hover svg .cls-1 {
  stroke: #2ca3a2;
}
.indexP1 .indexRmyqItem {
  border-radius: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
  height: initial;
  padding-bottom: -webkit-calc(max(15px, 0.25rem) + 36px + 0.3rem);
  padding-bottom: -moz-calc(max(15px, 0.25rem) + 36px + 0.3rem);
  padding-bottom: calc(max(15px, 0.25rem) + 36px + 0.3rem);
}
.indexP1 .indexRmyqItem::after {
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  background: -webkit-linear-gradient(bottom, #2ca3a2 10%, rgba(44, 163, 162, 0) 80%);
  background: -moz-linear-gradient(bottom, #2ca3a2 10%, rgba(44, 163, 162, 0) 80%);
  background: -o-linear-gradient(bottom, #2ca3a2 10%, rgba(44, 163, 162, 0) 80%);
  background: linear-gradient(to top, #2ca3a2 10%, rgba(44, 163, 162, 0) 80%);
}
.indexP1 .indexRmyqItem .box {
  padding: 10px 10px 0;
}
.indexP1 .indexRmyqItem .pic {
  width: 100%;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}
.indexP1 .indexRmyqItem .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexP1 .indexRmyqItem .text {
  z-index: 2;
  position: relative;
  padding: 0.1rem 0 0;
  text-align: center;
}
.indexP1 .indexRmyqItem .name {
  font-size: max(18px, 0.2rem);
  font-weight: 400;
  color: #333;
}
.indexP1 .indexRmyqItem .enName {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  display:none; 
}
.indexP1 .indexRmyqItem .btnBox {
  gap: 0.13rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: max(15px, 0.25rem) 0 0;
  bottom: 0.3rem;
  width: 100%;
  left: 0;
  z-index: 2;
  position: absolute;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexP1 .indexRmyqItem .btnBox a {
  width: auto;
  height: 36px;
  color: #fff;
  border-radius: 18px;
  background: none;
  border: 2px solid #9d9d9d;
  line-height: 36px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0 0.35rem;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 32px;
}
.indexP1 .indexRmyqItem .btnBox a:hover {
  border-color: transparent;
  color: #fff;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  background: none;
  opacity: 1;
}
.indexP1 .indexRmyqItem .btnBox a:hover s {
  -webkit-animation: ltor 1.3s linear infinite;
     -moz-animation: ltor 1.3s linear infinite;
       -o-animation: ltor 1.3s linear infinite;
          animation: ltor 1.3s linear infinite;
}
.indexP1 .indexRmyqItem .btnBox a.noHover:hover {
  color: #fff;
  border: 2px solid #9d9d9d;
  background: none;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.indexP1 .indexRmyqItem:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.indexP1 .indexRmyqItem:hover::after {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.indexP1 .indexRmyqItem:hover .name,
.indexP1 .indexRmyqItem:hover .enName {
  color: #fff;
}
.indexP1 .indexRmyqItem:hover .btnBox a {
  border-color: #fff;
  color: #fff;
}
.indexP1 .indexRmyqItem:hover .btnBox a:hover {
  color: #2ca3a2;
  background: #fff;
}
@media only screen and (max-width: 1679px) {
  .indexP1 .indexRmyqItem .pic {
    height: 2.6rem;
  }
}
@media only screen and (max-width: 1439px) {
  .indexP1 .swiperBtn #sweiperNext,
  .indexP1 .swiperBtn #sweiperPrev {
    width: 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .indexP1 .indexRmyqItem .pic {
    height: 20vw;
  }
}
@media only screen and (max-width: 1023px) {
  .indexP1 .indexRmyqItem .name {
    font-size: 16px;
  }
  .indexP1 .indexRmyqItem .pic {
    height: 20vw;
  }
  .indexP1 .indexRmyqItem .btnBox a {
    height: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 959px) {
  .indexP1 .indexRmyqItem .pic {
    height: 19vw;
  }
}
@media only screen and (max-width: 765px) {
  .indexP1 .indexRmyqItem .pic {
    height: 30vw;
  }
}
@media only screen and (max-width: 479px) {
  .indexP1 .indexRmyqItem .pic {
    height: 60vw;
  }
}

.indexP2 {
  padding: max(60px, 0.9rem) 0 0;
}
.indexP2 .content {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.indexP2 .slideBox {
  position: relative;
  width: -webkit-calc(100% - 310px - 30px);
  width: -moz-calc(100% - 310px - 30px);
  width: calc(100% - 310px - 30px);
}
.indexP2 .indexGgSwiper {
  padding: 0 0 0.4rem;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.indexP2 .indexGgSwiper .swiper-wrapper {
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.indexP2 .indexGgPagination {
  width: 480px;
  height: 1px;
  margin: 0 auto;
  max-width: 100%;
  background: #e5e5e5;
  position: relative;
}
.indexP2 .indexGgPagination .swiper-scrollbar-drag {
  background: #2ca3a2;
}
.indexP2 .indexGgPagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2ca3a2;
}
.indexP2 .swiperItem {
  border-radius: 8px;
  overflow: hidden;
  height: initial;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.indexP2 .swiperItem .pic {
  width: 100%;
  height: 2.35rem;
  overflow: hidden;
  position: relative;
}
.indexP2 .swiperItem .pic img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.indexP2 .swiperItem .pic .tag {
  padding: 6px 7px;
  left: 10px;
  top: 10px;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  background: rgba(44, 163, 162, 0.5);
}
.indexP2 .swiperItem .text {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: max(20px, 0.3rem) max(20px, 0.3rem) -webkit-calc(max(25px, 0.4rem) + 0.4rem + 14px);
  padding: max(20px, 0.3rem) max(20px, 0.3rem) -moz-calc(max(25px, 0.4rem) + 0.4rem + 14px);
  padding: max(20px, 0.3rem) max(20px, 0.3rem) calc(max(25px, 0.4rem) + 0.4rem + 14px);
}
.indexP2 .swiperItem .text * {
  position: relative;
  z-index: 2;
}
.indexP2 .swiperItem .text::after {
  width: 100%;
  height: -webkit-calc(100% - 2.35rem);
  height: -moz-calc(100% - 2.35rem);
  height: calc(100% - 2.35rem);
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  opacity: 0;
  background: -webkit-linear-gradient(top, #dde5ec 3%, #fff 30%);
  background: -moz-linear-gradient(top, #dde5ec 3%, #fff 30%);
  background: -o-linear-gradient(top, #dde5ec 3%, #fff 30%);
  background: linear-gradient(to bottom, #dde5ec 3%, #fff 30%);
}
.indexP2 .swiperItem .text .icon {
  width: 12px;
  height: 12px;
}
.indexP2 .swiperItem .text .tag {
  padding-bottom: 10px;
}
.indexP2 .swiperItem .text .tag span {
  padding: 6px 7px;
  top: 0;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  background: #2ca3a2;
}
.indexP2 .swiperItem .text .name {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.indexP2 .swiperItem .text .date {
  padding: 0.4rem 0 0;
  gap: 0.1rem;
  color: #7a8799;
  left: max(20px, 0.3rem);
  bottom: max(25px, 0.4rem);
  position: absolute;
}
.indexP2 .swiperItem .text .date img {
  width: 12px;
}
.indexP2 .swiperItem .text .date .cls-1 {
  fill: #7a8799;
}
.indexP2 .swiperItem:hover {
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.05);
}
.indexP2 .swiperItem:hover .text::after {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.indexP2 .swiperItem:hover .pic img {
  -webkit-transform: scale(1.03);
     -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
}
.indexP2 .swiperItem:hover .pic .tag {
  background: rgb(44, 163, 162);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.indexP2 .list {
  padding: 16px 28px;
  width: 310px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.indexP2 .list a {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 54px;
  border-bottom: 1px solid #f0f0f0;
}
.indexP2 .list a:hover {
  color: #2ca3a2;
}
.indexP2 .list .listItem:last-child a {
  border: 0 none;
}
@media only screen and (max-width: 1365px) {
  .indexP2 .swiperItem .text {
    padding: 15px 15px -webkit-calc(20px + 0.4rem + 14px);
    padding: 15px 15px -moz-calc(20px + 0.4rem + 14px);
    padding: 15px 15px calc(20px + 0.4rem + 14px);
  }
  .indexP2 .list {
    padding: 10px 20px;
  }
  .indexP2 .list a {
    line-height: 44px;
  }
}
@media only screen and (max-width: 1023px) {
  .indexP2 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .indexP2 .slideBox {
    width: 100%;
  }
  .indexP2 .list {
    width: 100%;
    margin-top: 30px;
  }
  .indexP2 .swiperItem .text .name {
    font-size: 16px;
  }
  .indexP2 .swiperItem .text::after {
    height: -webkit-calc(100% - 19.3vw);
    height: -moz-calc(100% - 19.3vw);
    height: calc(100% - 19.3vw);
  }
  .indexP2 .swiperItem .pic {
    height: 19.3vw;
  }
}
@media only screen and (max-width: 767px) {
  .indexP2 .swiperItem .pic {
    height: 29.3vw;
  }
  .indexP2 .swiperItem .text::after {
    height: -webkit-calc(100% - 29.3vw);
    height: -moz-calc(100% - 29.3vw);
    height: calc(100% - 29.3vw);
  }
}
@media only screen and (max-width: 479px) {
  .indexP2 .swiperItem .pic {
    height: 55vw;
  }
  .indexP2 .swiperItem .text::after {
    height: -webkit-calc(100% - 55vw);
    height: -moz-calc(100% - 55vw);
    height: calc(100% - 55vw);
  }
  .indexP2 .list {
    padding: 10px 15px;
  }
}

.indexP3 {
  padding: max(60px, 0.88rem) 0 0;
}
.indexP3 .indexBlokTitle {
  padding: 0;
}
.indexP3 .indexZccgSwiper {
  padding: 0.3rem 0 max(30px, 0.5rem);
}
.indexP3 .item {
  height: initial;
  position: relative;
}
.indexP3 .item a {
  height: 100%;
  display: block;
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
  border-radius: max(8px, 0.2rem);
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.indexP3 .item:hover a {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  box-shadow: 0px 0px 38px 0px rgba(4, 97, 147, 0.35);
}
.indexP3 .item:hover .text .indexBox {
  color: #fff;
  background: #2ca3a2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.indexP3 .pic {
  height: 2.38rem;
  width: 100%;
  overflow: hidden;
}
.indexP3 .text {
  padding: 0.54rem 0.26rem -webkit-calc(0.8rem + 58.8px);
  padding: 0.54rem 0.26rem -moz-calc(0.8rem + 58.8px);
  padding: 0.54rem 0.26rem calc(0.8rem + 58.8px);
}
.indexP3 .text .indexBox {
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  background: #e2eeee;
  border-radius: 50%;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  font-size: 14px;
  color: #2ca3a2;
  left: 0.26rem;
  top: 2.38rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.indexP3 .text .indexBox::after {
  width: 50%;
  height: 1px;
  left: 50%;
  top: 50%;
  background: #8fcecd;
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
     -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.indexP3 .text .indexBox .index {
  text-align: right;
}
.indexP3 .text .iconText {
  gap: 8px;
  font-size: 14px;
  color: #221f1f;
  line-height: 2.1;
}
.indexP3 .text .iconText .icon {
  width: 16px;
  height: 16px;
}
.indexP3 .text .title {
  color: #000;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-size: max(18px, 0.22rem);
  font-weight: 400;
}
.indexP3 .text .iconTextBox {
  left: 0;
  bottom: 0.4rem;
  position: absolute;
  padding: 0 0.26rem;
}
.indexP3 .btnBox .btn {
  gap: 0.1rem;
  width: auto;
  height: 34px;
  color: #fff;
  border-radius: 17px;
  background: none;
  border: 1px solid #2ca3a2;
  line-height: 34px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0 0.25rem;
  color: #2ca3a2;
}
.indexP3 .btnBox .btn:hover {
  border-color: transparent;
  color: #fff;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  background: none;
  opacity: 1;
}
.indexP3 .btnBox .btn:hover s {
  -webkit-animation: ltor 1.3s linear infinite;
     -moz-animation: ltor 1.3s linear infinite;
       -o-animation: ltor 1.3s linear infinite;
          animation: ltor 1.3s linear infinite;
}
.indexP3 .btnBox .btn.noHover:hover {
  color: #fff;
  border: 1px solid #2ca3a2;
  background: none;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.indexP3 .btnBox .btn::after {
  width: 8px;
  height: 10px;
  content: "";
  background: url("../images/moreJt.png") no-repeat center 100%;
}
.indexP3 .btnBox .btn:hover {
  color: #fff;
  background: #2ca3a2;
}
.indexP3 .btnBox .btn:hover::after {
  background-image: url("../images/moreJtW.png");
}
@media only screen and (max-width: 1023px) {
  .indexP3 .pic {
    height: 20vw;
  }
  .indexP3 .text .title {
    font-size: 16px;
  }
  .indexP3 .text .indexBox {
    width: 50px;
    height: 50px;
    top: 20vw;
  }
  .indexP3 .btnBox .btn {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .indexP3 .pic {
    height: 30vw;
  }
  .indexP3 .text .indexBox {
    top: 30vw;
  }
}
@media only screen and (max-width: 479px) {
  .indexP3 .pic {
    height: 56vw;
  }
  .indexP3 .text .indexBox {
    top: 56vw;
  }
}

.indexP4 {
  padding: max(60px, 0.9rem) 0 max(30px, 0.53rem);
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/indexP4Bg.png");
  background-attachment: scroll;
}
.indexP4 .indexYQLJSwiper {
  padding: 30px 0 30px;
}
.indexP4 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: max(50px, 0.9rem);
  background: #fff;
  border-radius: max(6px, 0.12rem);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.indexP4 .item a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexP4 .item img {
  width: 80%;
  height: 60%;
}
.indexP4 .item:hover {
  box-shadow: 0px 0px 30px 0px rgba(44, 163, 162, 0.2);
}
.indexP4 .content {
  position: relative;
}
.indexP4 .content svg .cls-1 {
  stroke: #aeaeb0;
}
.indexP4 .content .indexYQLJNext,
.indexP4 .content .indexYQLJPrev {
  top: 50%;
  z-index: 5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: max(30px, 0.4rem);
  height: max(30px, 0.4rem);
  margin-top: min(-15px, -0.2rem);
  border: 1px solid #aeaeb0;
  position: absolute;
}
.indexP4 .content .indexYQLJNext:hover,
.indexP4 .content .indexYQLJPrev:hover {
  border-color: transparent;
  background-clip: content-box;
  background-image: -webkit-linear-gradient(300deg, #9ffffe 0%, #2ca3a2 100%);
  background-image: -moz-linear-gradient(300deg, #9ffffe 0%, #2ca3a2 100%);
  background-image: -o-linear-gradient(300deg, #9ffffe 0%, #2ca3a2 100%);
  background-image: linear-gradient(150deg, #9ffffe 0%, #2ca3a2 100%);
}
.indexP4 .content .indexYQLJNext:hover svg .cls-1,
.indexP4 .content .indexYQLJPrev:hover svg .cls-1 {
  stroke: #fff;
}
.indexP4 .content .indexYQLJNext {
  right: 0;
  -webkit-transform: translateX(-webkit-calc(100% + 40px));
     -moz-transform: translateX(-moz-calc(100% + 40px));
      -ms-transform: translateX(calc(100% + 40px));
       -o-transform: translateX(calc(100% + 40px));
          transform: translateX(calc(100% + 40px));
}
.indexP4 .content .indexYQLJPrev {
  left: 0;
  -webkit-transform: translateX(-webkit-calc(-100% - 40px));
     -moz-transform: translateX(-moz-calc(-100% - 40px));
      -ms-transform: translateX(calc(-100% - 40px));
       -o-transform: translateX(calc(-100% - 40px));
          transform: translateX(calc(-100% - 40px));
}
@media only screen and (max-width: 1439px) {
  .indexP4 .content .indexYQLJPrev {
    -webkit-transform: translateX(-webkit-calc(-100% - 20px));
       -moz-transform: translateX(-moz-calc(-100% - 20px));
        -ms-transform: translateX(calc(-100% - 20px));
         -o-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
  .indexP4 .content .indexYQLJNext {
    -webkit-transform: translateX(-webkit-calc(100% + 20px));
       -moz-transform: translateX(-moz-calc(100% + 20px));
        -ms-transform: translateX(calc(100% + 20px));
         -o-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px));
  }
  .indexP4 .content #sweiperNext,
  .indexP4 .content #sweiperPrev {
    width: 7px;
  }
}
@media screen and (max-width: 1365px) {

  .indexP1 .indexRmyqItem .btnBox a{font-size:12px!important;padding:0px 0.15rem}
}
@media only screen and (max-width: 1023px) {
  .indexP4 .indexYQLJSwiper {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .indexP4 .content .indexYQLJPrev {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-webkit-calc(-100% - 10px));
       -moz-transform: translateX(-moz-calc(-100% - 10px));
        -ms-transform: translateX(calc(-100% - 10px));
         -o-transform: translateX(calc(-100% - 10px));
            transform: translateX(calc(-100% - 10px));
  }
  .indexP4 .content .indexYQLJNext {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(-webkit-calc(100% + 10px));
       -moz-transform: translateX(-moz-calc(100% + 10px));
        -ms-transform: translateX(calc(100% + 10px));
         -o-transform: translateX(calc(100% + 10px));
            transform: translateX(calc(100% + 10px));
  }
}/*# sourceMappingURL=index.css.map */