@charset "utf-8";


@media (max-width: 1600px) {

}
@media (max-width: 1440px) {

  
}
@media (max-width: 1366px) {

}
@media (max-width: 1280px) {

  
  .section02 .gallery-thumbs .swiper-slide-thumb-active .text::before {
  width: 8px;
  height: 8px;
  background: #fff;
  top: 0.5rem;
}
.section02 .gallery-thumbs .swiper-slide-thumb-active .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-image:url(../img/sjt.png);
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
}
}


@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes banner {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.index_p_top {
}
.section02 {
  position: relative;
  width:100%;
  float:left;
  margin-top:80px;
}
.section02 .pa {
  bottom: 0;
  left: 0;
  width: 100%;
}
.section02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.25rem;
  z-index: -1;
}
.section02 .gallery-thumbs {
  padding-bottom: 2rem;
}
.section02 .gallery-thumbs::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}
.section02 .gallery-thumbs .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-top: 2.4375rem;
}
.section02 .gallery-thumbs .text::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #999;
}
.section02 .gallery-thumbs .swiper-slide-thumb-active .text {
  font-size: 18px;
  color:#32A8BA;
}
.section02 .gallery-thumbs .swiper-slide-thumb-active .text::before {
  width: 48px;
  height: 48px;
  background: #fff;
   border: 0px solid #999;
}
.section02 .gallery-thumbs .swiper-slide-thumb-active .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-image:url(../img/sjt.png);
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
}
.section02 .padding_top {
  padding: 0;
}
.section02 .swiper-button-next {
  right: calc(21% + 0.5rem);
}
.section02 .swiper-button-prev {
  left: calc(21% + 0.5rem);
}
.section02 .swiper-button-next{
  width: 48px;
  height: 48px;
  text-align: center;
  background:url(../img/zj.png);
  border-radius: 50%;
  font-family:'宋体';
  font-weight:bold;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(180deg);
}
.section02 .swiper-button-next:hover{
background:url(../img/yj.png);
-webkit-transform: rotate(360deg);
}

.section02 .swiper-button-prev {
  width: 48px;
  height: 48px;
  text-align: center;
  background:url(../img/zj.png);
  border-radius: 50%;
  font-family:'宋体';
  font-weight:bold;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.section02 .swiper-button-prev:hover{
background:url(../img/yj.png);
-webkit-transform: rotate(180deg);
}


.section02 .swiper-button-next:hover .iconfont,
.section02 .swiper-button-prev:hover .iconfont {
  color: #fff !important;
}
.section02 .gallery-top .swiper-wrapper {
}
.section02 .gallery-top .swiper-slide {
  padding: 0 5px;
}
.section02 .gallery-top .swiper-slide a {
  background: #333;
  text-align: center;
  position: relative;
}
.section02 .gallery-top .swiper-slide a img{
	max-width:100%;
}
.section02 .gallery-top .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
}
.section02 .gallery-top .swiper-slide a img {
  opacity: 0.5;
  padding: 0 1.5rem;
}
.section02 .gallery-top .swiper-slide .hover {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  padding-left:4.25rem;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  opacity: 0.5;
  width: 100%;
}
.section02 .gallery-top .swiper-slide .name {
  text-align: left;
  font-size: 28px;
}
.section02 .gallery-top .swiper-slide .text {
  font-weight: 400;
  font-size: 16px;
  line-height:30px;
  overflow: hidden;
  color: #fff;
  height: 0;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active img,
.section02 .gallery-top .swiper-slide.swiper-slide-active .hover {
  opacity: 1;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active img {
  padding: 0;
  width:100%;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active a::before {
  display: none;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active .text {
  height: auto;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.section02 .gallery-top .swiper-slide-prev a img,
.section02 .gallery-top .swiper-slide-next a img {
  padding: 0;
}


.gallery-top::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  background: #F7F7F7;
  height: 100%;
}
.gallery-top .swiper-slide {
  transform: scaleX(0.6) scaleY(0.8);
}
.gallery-top .swiper-slide .hover {
  transform: scale(1);
}
.gallery-top .swiper-slide-prev .name span,
.gallery-top .swiper-slide-next .name span {
  transform: scaleX(1.25);
  display: inline-block;
  padding-left: 1.875rem;
}
.gallery-top .swiper-slide-prev img,
.gallery-top .swiper-slide-next img {
  
}
.gallery-top .swiper-slide-active,
.gallery-top .swiper-slide-duplicate-active {
  transform: scale(1.35);
  padding: 0 !important;
}
.gallery-top .swiper-slide-active a,
.gallery-top .swiper-slide-duplicate-active a {
  padding-top: 0rem !important;
}
.gallery-top .swiper-slide-active .hover,
.gallery-top .swiper-slide-duplicate-active .hover {
  left: -15% !important;
}
.gallery-top .swiper-slide-active .text,
.gallery-top .swiper-slide-duplicate-active .text {
  height: auto;
  text-align: left;
}
.gallery-top .swiper-slide-prev {
  transform-origin: bottom left;
}
.gallery-top .swiper-slide-next {
  transform-origin: bottom right;
}

@media (max-width: 1600px) {
 
}
@media (max-width: 1440px) {

.section02 .gallery-top .swiper-slide .hover {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  padding-left:3.25rem;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  opacity: 0.5;
  width: 100%;
}
.section02 .gallery-top .swiper-slide .name {
  text-align: left;
  font-size: 18px;
}
.section02 .gallery-top .swiper-slide .text {
  font-weight: 400;
  font-size: 14px;
  line-height:25px;
  overflow: hidden;
  color: #fff;
  height: 0;
}
}
@media (max-width: 1366px) {
	

 
}
@media (max-width: 1280px) {
	
	
	

  .section02 .gallery-top .swiper-slide-active .hover {
    padding-right: 0;
  }
  .section02 .gallery-top .swiper-slide-active .hover {
    width: 120%;
  }
}
@media (max-width: 1024px) {

  body {
    overflow-x: hidden !important;
  }

  .section02 .gallery-top .swiper-slide.swiper-slide-prev .padding {
    padding: 0;
  }
  .section02 .gallery-top .swiper-slide a img {
    width: auto !important;
    padding: 0 30px !important;
  }
  .section02 .gallery-top .swiper-slide a::before {
    background: transparent;
    display: none;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev img {
    height: auto;
  }
  .section02 .swiper-button-next,
  .section02 .swiper-button-prev {
    display: none;
  }
  .section02 .gallery-top .swiper-slide a img,
  .section02 .gallery-top .swiper-slide a .hover {
    opacity: 0.5 !important;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev .text {
    display: none !important;
  }
  .section02 .gallery-top .swiper-slide-active a img,
  .section02 .gallery-top .swiper-slide-active .hover {
    opacity: 1 !important;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev .name {
    font-size: 1.125rem !important;
    color: rgba(0, 0, 0, 0.2) !important;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-active .text {
    display: block !important;
    height: auto;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-active .hover {
    opacity: 1 !important;
  }
  .section02 .gallery-top .swiper-slide .hover {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
  }
  .section02 .gallery-top .swiper-slide .hover .name {
    margin-bottom: 5px;
  }
  .section02 .padding_top {
    padding: 0 15px;
  }
  .section02 .gallery-top .swiper-slide .hover {
    font-size: 20px;
  }
  .section02 .gallery-thumbs .text {
    font-size: 16px;
  }
  .section02 .gallery-thumbs .swiper-slide-thumb-active .text {
    font-size: 18px;
  }

  .section02 .gallery-top .swiper-slide {
    height: auto;
  }
  .gallery-top .swiper-slide {
    transform: scale(1);
  }
  .gallery-top .swiper-slide-prev .name span,
  .gallery-top .swiper-slide-next .name span {
    transform: scaleX(1);
  }
  .gallery-top .swiper-slide-active .hover,
  .gallery-top .swiper-slide-duplicate-active .hover {
    left: 0% !important;
  }
  .section02 .gallery-top .swiper-slide .hover {
    padding: 0 20px;
  }
  .section02 .gallery-thumbs .text {
    font-size: 14px;
  }
  .section02 .gallery-thumbs .swiper-slide-thumb-active .text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {

  body {
    padding-bottom: 0;
  }

}
@media (max-width: 767px) {

  .index_p_top {
    padding-top: 25px;
  }
  .section02 .gallery-thumbs .swiper-slide .text {
    font-size: 14px;
  }

  .section02 .gallery-top .swiper-slide.swiper-slide-active .name {
    font-size: 20px;
  }

  .section02 .gallery-top .swiper-slide .hover {
    padding: 0 5px 0 12px;
  }
  .section02 .gallery-top .swiper-slide .hover .text {
    letter-spacing: -0.8px;
  }
  .list_invo .bgf7 .left .number .color {
    padding-bottom: 1px;
  }
}

@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
  .phone_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
  .section02{
	margin-top:2.0rem;
}
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .section02{
	margin-top:2.0rem;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active .name{
	font-size:1.0rem;
}
.section02 .gallery-top .swiper-slide .text{
	font-size:0.8rem;
}
.index_p_top{
	padding:0px;
}
}