.bg-color {
  background: #fff;
}
html,
body {
  position: relative;
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {

}

/*先去掉默认样式*/
.swiper-button-next-fenlei:after{
  display: none;
}
.swiper-button-prev-fenlei:after{
  display: none;
}
/*再自定义样式*/
.swiper-button-next-fenlei{
  width: 3%;
  height: 15%;
  background: url('../images/icon/s_right.png') no-repeat;
  bottom: 15px;
  right: -60px;
}
.swiper-button-prev-fenlei{
  width: 3%;
  height: 15%;
  background:url('../images/icon/s_left.png') no-repeat;
  bottom: 15px;
  left: -60px;
}
.swiper-button-next-fenlei.swiper-button-disabled{
  background: url('../images/icon/s_r_d.png') no-repeat;
}
.swiper-button-prev-fenlei.swiper-button-disabled{
  background:url('../images/icon/s_r_l.png') no-repeat;
}


/*先去掉默认样式*/
.swiper-button-next-honors:after{
  display: none;
}
.swiper-button-prev-honors:after{
  display: none;
}
/*再自定义样式*/
.swiper-button-next-honors{
  width: 46px;
  height: 47px;
  background: url('../images/icon/s_right1.png') no-repeat;
  background-position: 6px 0;
  background-color: rgba(43,196,252);
  bottom: 15px;
  right: -60px;
  top: 120px;
}
.swiper-button-prev-honors{
  width: 46px;
  height: 47px;
  background:url('../images/icon/s_left1.png') no-repeat;
  background-position: 1px 0;
  background-color: rgba(43,196,252);
  bottom: 15px;
  left: -60px;
  top: 120px;
}
.swiper-button-next-honors.swiper-button-disabled{
  background:url('../images/icon/s_right1.png') no-repeat;
  background-position: 6px 0;
  background-color: rgba(51,51,51);
}
.swiper-button-prev-honors.swiper-button-disabled{
  background:url('../images/icon/s_left1.png') no-repeat;
  background-position: 1px 0;
  background-color: rgba(51,51,51);
}



@keyframes show {
  0% {
    transform: rotateX(90deg);
  }

  8% {
    opacity: 1;
    transform: rotateX(-60deg);
  }

  18% {
    opacity: 1;
    transform: rotateX(40deg);
  }

  34% {
    opacity: 1;
    transform: rotateX(-28deg);
  }

  44% {
    opacity: 1;
    transform: rotateX(18deg);
  }

  58% {
    opacity: 1;
    transform: rotateX(-12deg);
  }

  72% {
    opacity: 1;
    transform: rotateX(9deg);
  }

  88% {
    opacity: 1;
    transform: rotateX(-5deg);
  }

  96% {
    opacity: 1;
    transform: rotateX(2deg);
  }

  100% {
    opacity: 1;
  }
}

.codeBox {
  z-index: 1;
  display: none;
  perspective: 400px;
  position: absolute;
  margin: auto;
  width: 80px;
  height: 84px;
  top: -92px;
  left: 47px;
  background-color: rgba(45,45,45);
  border-radius: 5px;
}

.codeBox div {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  cursor: pointer;
  background: #fff no-repeat center center;
  background-size: 190px;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgb(0 0 0 / 30%);
  opacity: 0;
  transition: all 1s ease-in-out;
  transform-style: preserve-3d;
  transform-origin: center center;
  overflow: hidden;
  opacity: 1;
  -webkit-animation: show 3s ease-in-out 0s 1 normal forwards;
}

.codeBox span{
  display: block;
  width: 0px;
  height: 0px;
  border-top: 10px solid rgba(45,45,45);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 80px;
  left: 30px;
}

.hide {
  -webkit-animation: hide .5s ease-in-out 0s 1 normal forwards;
}

.hide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes hide {
  20%,
  50% {
    transform: scale(1.08, 1.08);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotateZ(40deg) scale(0.6);
  }
}

.newsPage .page-a{
  color: #333;
}
.newsPage .page-a a{
  color: #333;
}

.huagong{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    background-color: #ddd;
}
.huagong ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.huagong ul li{
    width: 50%;
}
.huagong ul li:first-child{

display: flex;

align-items: center;

justify-content: center;

background-color: #f5f5f5;
}
.huagong ul li:first-child img{

max-width: 100%;

height: 23vw;

object-fit: contain;
}
.huagong ul li:last-child{

display: flex;

align-items: center;

justify-content: center;

flex-wrap: wrap;

background-color: #fff;
}
.huagong ul li:last-child h2{

width: 100%;

font-size: 18px;

font-weight: bold;

text-shadow: #2c2c2c 0 0 1px;

letter-spacing: 1px;

margin: 10px 0 0 0;

text-align: center;
}
.huagong ul li:last-child p{

padding: 3%;

font-size: 16px;

font-weight: 300;

text-shadow: #666 0 0 1px;

color: #666;

text-align: justify;

line-height: 25px;

text-indent: 30px;
}
