.cpzx_bg {
  /*height: 458px;*/
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.cpzx_bg .smallContent_box {
  display: none;
}
.cpzx_bg .wrapBox {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cpzx_bg .wrapBox .iconBox {
  width: 130px;
  height: 130px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.cpzx_bg .wrapBox .iconBox .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid #1155cb;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.cpzx_bg .wrapBox .iconBox:before {
  position: absolute;
  color: #FFF;
  bottom: -50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 19px;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpzx_bg .wrapBox .iconBox:after {
  content: '';
  position: absolute;
  width: 76%;
  height: 100%;
  left: 12%;
  top: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#c8a977), to(#c8a977));
  background: linear-gradient(to right, #c8a977, #c8a977);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  -webkit-animation: lineIn1 0.3s ease-in-out 1 forwards;
  animation: lineIn1 0.3s ease-in-out 1 forwards;
}
@-webkit-keyframes lineIn1 {
  from {
    background-position: 0px 100%;
  }
  to {
    background-position: 100px 100%;
  }
}
@keyframes lineIn1 {
  from {
    background-position: 0px 100%;
  }
  to {
    background-position: 100px 100%;
  }
}
.cpzx_bg .wrapBox .iconBox:hover .inner {
  border-color: #c8a977;
}
.cpzx_bg .wrapBox .iconBox:hover:after {
  -webkit-animation: lineIn2 0.3s ease-in-out 1 forwards;
  animation: lineIn2 0.3s ease-in-out 1 forwards;
}
@-webkit-keyframes lineIn2 {
  from {
    background-position: -100px 100%;
  }
  to {
    background-position: 0px 100%;
  }
}
@keyframes lineIn2 {
  from {
    background-position: -100px 100%;
  }
  to {
    background-position: 0px 100%;
  }
}
.cpzx_bg .wrapBox .iconBox:hover:before {
  color: #fff;
}
.cpzx_bg .wrapBox .iconBox svg {
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: 12.5%;
  height: auto;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):before {
  content: '灾害预警系列';
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5) svg g,
.cpzx_bg .wrapBox .iconBox:nth-of-type(5) svg path,
.cpzx_bg .wrapBox .iconBox:nth-of-type(5) svg circle {
  stroke-width: 1.5;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg g {
  -webkit-animation: clipIn 3s ease-in-out infinite alternate;
  animation: clipIn 3s ease-in-out infinite alternate;
}
@-webkit-keyframes clipIn {
  0% {
    -webkit-clip-path: polygon(-10% 110%, 110% 110%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 110%, 110% 110%, 110% 110%, -10% 110%);
  }
  15% {
    -webkit-clip-path: polygon(-10% 110%, 110% 110%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 110%, 110% 110%, 110% 110%, -10% 110%);
  }
  30% {
    -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
  }
  100% {
    -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
  }
}
@keyframes clipIn {
  0% {
    -webkit-clip-path: polygon(-10% 110%, 110% 110%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 110%, 110% 110%, 110% 110%, -10% 110%);
  }
  15% {
    -webkit-clip-path: polygon(-10% 110%, 110% 110%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 110%, 110% 110%, 110% 110%, -10% 110%);
  }
  30% {
    -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
  }
  100% {
    -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
  }
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg > g > path:nth-of-type(3),
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg > g > path:nth-of-type(4) {
  stroke-dasharray: 150px;
  -webkit-animation: drawIn3 3s ease-in-out infinite alternate;
  animation: drawIn3 3s ease-in-out infinite alternate;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg > g > circle {
  stroke-dasharray: 150px;
  -webkit-animation: drawIn3 3s ease-in-out infinite alternate;
  animation: drawIn3 3s ease-in-out infinite alternate;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg > g g:nth-of-type(2) path:nth-of-type(3) {
  stroke-dasharray: 150px;
  -webkit-animation: drawIn3 3s ease-in-out infinite alternate;
  animation: drawIn3 3s ease-in-out infinite alternate;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg > g > g g path,
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg > g > g g circle {
  stroke-dasharray: 150px;
  -webkit-animation: drawIn3 3s ease-in-out infinite alternate;
  animation: drawIn3 3s ease-in-out infinite alternate;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg > g > g:first-of-type > path {
  stroke-dasharray: 150px;
  -webkit-animation: drawIn3 3s ease-in-out infinite alternate;
  animation: drawIn3 3s ease-in-out infinite alternate;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5):hover svg > g > g > circle {
  stroke-dasharray: 150px;
  -webkit-animation: drawIn3 3s ease-in-out infinite alternate;
  animation: drawIn3 3s ease-in-out infinite alternate;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(5) .inner svg {
  width: 60%;
  top: 20%;
  left: 20%;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):before {
  content: '闸门系列';
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g {
  -webkit-animation: scaleX 3s cubic-bezier(0.175, 0.885, 0.32, 1.075) infinite;
  animation: scaleX 3s cubic-bezier(0.175, 0.885, 0.32, 1.075) infinite;
  -webkit-transform-origin: 15px 50%;
  transform-origin: 15px 50%;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g path:first-of-type {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 15px 50%;
  transform-origin: 15px 50%;
  -webkit-animation: scaleX 3s cubic-bezier(0.175, 0.885, 0.32, 1.075) infinite;
  animation: scaleX 3s cubic-bezier(0.175, 0.885, 0.32, 1.075) infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
@-webkit-keyframes scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  10% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  17.5% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  82.5% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  10% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  17.5% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  82.5% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-animation: growIn 1.5s ease-in-out infinite;
  animation: growIn 1.5s ease-in-out infinite;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(1) {
  -webkit-animation-delay: 0.16666667s;
  animation-delay: 0.16666667s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(2) {
  -webkit-animation-delay: 0.33333333s;
  animation-delay: 0.33333333s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(4) {
  -webkit-animation-delay: 0.66666667s;
  animation-delay: 0.66666667s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(5) {
  -webkit-animation-delay: 0.83333333s;
  animation-delay: 0.83333333s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(7) {
  -webkit-animation-delay: 1.16666667s;
  animation-delay: 1.16666667s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(8) {
  -webkit-animation-delay: 1.33333333s;
  animation-delay: 1.33333333s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(9) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(10) {
  -webkit-animation-delay: 1.66666667s;
  animation-delay: 1.66666667s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(11) {
  -webkit-animation-delay: 1.83333333s;
  animation-delay: 1.83333333s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4):hover .inner svg g g path:nth-of-type(12) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(4) .inner svg {
  width: 60%;
  top: 20%;
  left: 20%;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(3):before {
  content: '传感系列';
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(3):hover .inner svg {
  -webkit-animation: scaleup 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation: scaleup 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}
@-webkit-keyframes scaleup {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  35% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
  85% {
    -webkit-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
  100% {
    -webkit-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
  }
}
@keyframes scaleup {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  35% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
  85% {
    -webkit-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
  100% {
    -webkit-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
  }
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(3):hover .inner svg path {
  stroke-dasharray: 150px;
  stroke-dashoffset: 150px;
  -webkit-animation: drawIn2 2s ease-in-out infinite;
  animation: drawIn2 2s ease-in-out infinite;
}
@-webkit-keyframes drawIn2 {
  0% {
    stroke-dashoffset: 150px;
  }
  50% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes drawIn2 {
  0% {
    stroke-dashoffset: 150px;
  }
  50% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes drawIn3 {
  0% {
    stroke-dashoffset: 150px;
  }
  25% {
    stroke-dashoffset: 150px;
  }
  75% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes drawIn3 {
  0% {
    stroke-dashoffset: 150px;
  }
  25% {
    stroke-dashoffset: 150px;
  }
  75% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(3) .inner svg {
  width: 50%;
  left: 24%;
  top: 15%;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(3) .inner svg path {
  stroke-width: 2px;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):before {
  content: '传输系列';
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover g .line:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover g .line:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover g .line:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover g .line:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover g .line:nth-of-type(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover .line {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-animation: growIn 1.5s ease-in-out infinite;
  animation: growIn 1.5s ease-in-out infinite;
}
@-webkit-keyframes growIn {
  25% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes growIn {
  25% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover .circle1,
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover .circle3 {
  -webkit-animation: updown 1s ease-in-out infinite alternate;
  animation: updown 1s ease-in-out infinite alternate;
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover .circle1 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2):hover .circle2 {
  -webkit-animation: updown2 1s ease-in-out infinite alternate;
  animation: updown2 1s ease-in-out infinite alternate;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
@-webkit-keyframes updown2 {
  25% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes updown2 {
  25% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2) svg {
  width: 60%;
  top: 20%;
  left: 20%;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2) svg path {
  z-index: 0;
  position: relative;
}
.cpzx_bg .wrapBox .iconBox:nth-of-type(2) svg .circle1,
.cpzx_bg .wrapBox .iconBox:nth-of-type(2) svg .circle2,
.cpzx_bg .wrapBox .iconBox:nth-of-type(2) svg .circle3 {
  fill: #fff;
  z-index: 9;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:before {
  content: '遥测系列';
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover .inner {
  -webkit-animation: spin 2s cubic-bezier(0.175, 0.885, 0.32, 1.075) infinite;
  animation: spin 2s cubic-bezier(0.175, 0.885, 0.32, 1.075) infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cpzx_bg .wrapBox .iconBox:first-of-type svg {
  margin-top: 2.5px;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg circle {
  stroke-dasharray: 150px;
  stroke-dashoffset: 150px;
  -webkit-animation: drawIn1 5s ease-in-out 1 forwards;
  animation: drawIn1 5s ease-in-out 1 forwards;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg circle:nth-of-type(1) {
  -webkit-animation-delay: 0.08333333s;
  animation-delay: 0.08333333s;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg circle:nth-of-type(2) {
  stroke-dashoffset: -50px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg circle:nth-of-type(2) {
  -webkit-animation-delay: 0.16666667s;
  animation-delay: 0.16666667s;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg circle:nth-of-type(2) {
  stroke-dashoffset: -50px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg circle:nth-of-type(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg circle:nth-of-type(2) {
  stroke-dashoffset: -50px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg ellipse {
  stroke-dasharray: 50px;
  stroke-dashoffset: -50px;
  -webkit-animation: drawIn1 1.75s linear infinite;
  animation: drawIn1 1.75s linear infinite;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg ellipse:nth-of-type(1) {
  -webkit-animation-delay: 0.16666667s;
  animation-delay: 0.16666667s;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg ellipse:nth-of-type(2) {
  -webkit-animation-delay: 0.33333333s;
  animation-delay: 0.33333333s;
}
.cpzx_bg .wrapBox .iconBox:first-of-type:hover svg ellipse:nth-of-type(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes drawIn1 {
  50% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@keyframes drawIn1 {
  50% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
.cpzx_bg .bg_tanchaung_smallBox {
  display: none;
}
.cpzx_bg .bg_row {
  height: 458px;
  width: 100%;
  color: white;
  background: url(../img/img_chanpinzx.png) no-repeat;
}
.cpzx_bg .bg_row .ywrap {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.cpzx_bg .bg_row .yingjian {
  position: absolute;

  top: 71px;
  left: 50%;
  transform: translate(-50%);
  font-size: 28px;
  color: white;
}
.cpzx_bg .bg_row .xilie {
  cursor: pointer;
}
.cpzx_bg .bg_row .xilie div {
  display: flex;
  justify-content: center;
}
.cpzx_bg .bg_row .xilie div img {
  height: 98px;
  width: 98px;
}
.cpzx_bg .bg_row .xilie p {
  margin-top: 20px;
  color: white;
  text-align: center;
}
.cpzx_bg .title_center {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 27px;
  margin-right: 0px;
  margin-left: 0px;
}
.cpzx_bg .title_center .text-center {
  color: black;
}
.cpzx_bg .third_info {
  margin-bottom: 40px;
  margin-right: 0px;
  margin-left: 0px;
}
.cpzx_bg .third_info .nav-item {
  float: left;
  height: 45px;
  line-height: 45px;
  margin-right: 20px;
  list-style: none;

}
.cpzx_bg .third_info .nav-item p {
  position: relative;
  padding: 4px 0;
  font-family: Lato, sans-serif;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
}
.cpzx_bg .third_info .nav-item p::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.cpzx_bg .third_info .nav-item p:hover {
  color: #3498db;
}
.cpzx_bg .third_info .nav-item p:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cpzx_bg .third_info .nav-item .pActive {
  color: #3498db;
}
.cpzx_bg .third_info .nav-item .pActive::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cpzx_bg .content_box {
  position: relative;
  height: 100%;
  /*overflow-y: hidden;*/
}
.cpzx_bg .content_box .myswiper {
  width: 1000px;
  /*height: 500px;*/
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.cpzx_bg .content_box .myswiper .myswiper-content_con_box {
  width: 1000px;
  height: 180px;
}
.cpzx_bg .content_box .myswiper .myswiper-content_con_box .myswiper-content_con {
  opacity: 0;;
}
.cpzx_bg .content_box .myswiper .myswiper-content_con_box .myswiper-content_con1 {
  opacity: 0;
}
.cpzx_bg .content_box .myswiper .myswiper-content_con_box .myswiper-content_con2 {
  opacity: 0;
}
.cpzx_bg .content_box .myswiper .myswiper-content_con_box .myswiper-content_con .p {
  font-size: 15px;
  margin-top: 20px;
}
.cpzx_bg .content_box .myswiper .myswiper-content_con_box .myswiper-content_conActive {
  opacity: 1;
}
.cpzx_bg .content_box .myswiper .certifybox {
  width: 1200px;
  left: 50%;
  transform: translate(-50%);
}
.cpzx_bg .content_box .myswiper .myswiper-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cpzx_bg .content_box .myswiper .banner_five {
  margin-bottom: 70px;
  margin-left: 15px;
}
.cpzx_bg .content_box .myswiper .banner_five #certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cpzx_bg .content_box .myswiper .banner_five #certify .swiper-slide {
  width: 560px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cpzx_bg .content_box .myswiper .banner_five #certify .swiper-slide img {
  width: 100%;
  /*height: 100%;*/
}
.cpzx_bg .content_box .myswiper .banner_five #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.cpzx_bg .content_box .myswiper .banner_five #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.cpzx_bg .content_box .myswiper .banner_five #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.cpzx_bg .content_box .myswiper .banner_five #certify .swiper-button-prev {
  left: -20%;
  width: 44px;
  height: 45px;
  background: url(../img/prev.png) no-repeat;
  position: absolute;
  top: 320px;
  z-index: 10;
  background-position: 0 0;
  background-size: 100%;
}
.cpzx_bg .content_box .myswiper .banner_five #certify .swiper-button-next {
  right: -20%;
  width: 44px;
  height: 45px;
  background: url(../img/next.png) no-repeat;
  position: absolute;
  top: 320px;
  z-index: 10;
  background-position: 0 0;
  background-size: 100%;
}
.cpzx_bg .content_box .myswiper .banner_five #certify1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-slide {
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-slide img {
  width: 100%;
}
.cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-button-prev1 {
  left: -180px;
  width: 44px;
  height: 45px;
  background: url(../img/prev.png) no-repeat;
  position: absolute;
  top: 310px;
  z-index: 10;
  background-position: 0 0;
  background-size: 100%;
}
.cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-button-next1 {
  right:  -180px;
  width: 44px;
  height: 45px;
  background: url(../img/next.png) no-repeat;
  position: absolute;
  top: 310px;
  z-index: 10;
  background-position: 0 0;
  background-size: 100%;
}
.cpzx_bg .content_box .myswiper .banner_five #certify2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-slide {
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-slide img {
  width: 100%;
}
.cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-button-prev2 {
  left:  -180px;
  width: 44px;
  height: 45px;
  background: url(../img/prev.png) no-repeat;
  position: absolute;
  top: 310px;
  z-index: 10;
  background-position: 0 0;
  background-size: 100%;
}
.cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-button-next2 {
  right:  -180px;
  width: 44px;
  height: 45px;
  background: url(../img/next.png) no-repeat;
  position: absolute;
  top: 310px;
  z-index: 10;
  background-position: 0 0;
  background-size: 100%;
}
.cpzx_bg .content_box .myswiper .now_btn_box {

  position: relative;
 bottom: 40px;
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn {
  height: 40px;
  width: 165px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  --color: #fff;
  --color-hover: var(--color);
  --background: linear-gradient(270deg,rgba(56,75,187,1),rgba(50,117,215,1));
  --background-hover: var(--background);
  /*--hover-back: #6D58FF;
                --hover-front: #5C86FF;
                */
  /*padding: 8px 28px;
                */
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  color: var(--c, var(--color));
  background: var(--b, var(--background));
  transition: color 0.2s linear var(--c-d, 0.2s);
  -webkit-transition: color 0.2s linear var(--c-d, 0.2s);
  -moz-transition: color 0.2s linear var(--c-d, 0.2s);
  -ms-transition: color 0.2s linear var(--c-d, 0.2s);
  -o-transition: color 0.2s linear var(--c-d, 0.2s);
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn:not(.simple):before,
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn:not(.simple):after {
  content: '';
  position: absolute;
  background: var(--pb, var(--hover-back));
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  border-radius: var(--br, 40%);
  transform: translateY(var(--y, 50%));
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s);
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn:not(.simple):after {
  --pb: var(--hover-front);
  --d: 0.44s;
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn div {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn div span {
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
  animation: var(--name, none) 0.7s linear forwards 0.18s;
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn.in {
  --name: move;
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn.in:not(.out) {
  --c: var(--color-hover);
  --b: var(--background-hover);
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn.in:not(.out):before,
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn.in:not(.out):after {
  --y: 0;
  --br: 5%;
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn.in:not(.out):after {
  --br: 10%;
  --d-d: 0.02s;
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn.in.out {
  --name: move-out;
}
.cpzx_bg .content_box .myswiper .now_btn_box .now_btn.in.out:before {
  --d-d: 0.06s;
}
@keyframes move {
  30%,
  36% {
    transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
  }
}
.cpzx_bg .content_box .myswiperActive {
  opacity: 1;
  z-index: 1;
}
.cpzx_bg .bg_tanchuang_box {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(38, 43, 54, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent {
  height: 400px;
  width: 900px;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent .bg3_content_box1_bigContent_thirdBg {
  position: absolute;
  width: 100%;
  height: 90%;
  background: linear-gradient(-88deg, #4252b2, #3275d7);
  opacity: 0.4;
  border-radius: 10px;
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent .bg3_content_box1_bigContent_secondBg {
  position: absolute;
  width: 90%;
  height: 100%;
  left: 50%;
  top: -5%;
  transform: translate(-50%);
  background: linear-gradient(-88deg, #4252b2, #3275d7);
  opacity: 0.7;
  border-radius: 10px;
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent .bg3_content_box1_bigContent_oneBg {
  position: absolute;
  width: 80%;
  height: 110%;
  left: 50%;
  top: -10%;
  transform: translate(-50%);
  background: url(../img/tanchuangbg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent .bg3_content_box1_bigContent_oneBg .bg3_content_box1_bigContent_tanchuang {
  height: 100%;
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent .bg3_content_box1_bigContent_oneBg .bg3_content_box1_bigContent_tanchuang .closeImg {
  position: absolute;
  cursor: pointer;
  top: 4%;
  right: 2%;
  height: 20px;
  width: 20px;
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent .bg3_content_box1_bigContent_oneBg .bg3_content_box1_bigContent_tanchuang .closeImg:hover {
  animation: dou 0.1s 4;
}
@keyframes dou {
  0% {
    transform: rotateZ(-10deg);
  }
  100% {
    transform: rotateZ(10deg);
  }
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent .bg3_content_box1_bigContent_oneBg .bg3_content_box1_bigContent_tanchuang .ruanjianContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}
.cpzx_bg .bg_tanchuang_box .bg3_content_box1_bigContent .bg3_content_box1_bigContent_oneBg .bg3_content_box1_bigContent_tanchuang .ruanjianContent .ruanjianwangzhi {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  /*.cpzx_bg {*/
  /*  height: 458px;*/
  /*}*/
  .cpzx_bg .bg_row {
    height: 458px;
    width: 100%;
  }
  .cpzx_bg .bg_row .xilie div {
    display: flex;
    justify-content: center;
  }

  .cpzx_bg .bg_row .xilie div img {
    height: 98px;
    width: 98px;
  }
  .cpzx_bg .bg_row .xilie p {
    margin-top: 20px;
    text-align: center;
  }
  .cpzx_bg .title_center {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 27px;
  }
  .cpzx_bg .third_info {
    margin-bottom: 40px;
  }
  .cpzx_bg .third_info .nav-item a {
    color: black;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 5px solid white;
  }
  .cpzx_bg .third_info .nav-item a:hover {
    border-bottom: 5px solid blue;
  }
  .cpzx_bg .content_box .banner_five {
    margin-bottom: 70px;
    margin-left: 15px;
  }
  .cpzx_bg .content_box .banner_five .certifybox {
    width: 1000px;
  }

  /*.cpzx_bg .content_box .now_btn_box {*/
  /*  margin-bottom: 100px;*/
  /*}*/
  .cpzx_bg .content_box .now_btn_box .now_btn {
    width: 177px;
    height: 43px;
    cursor: pointer;
    line-height: 43px;
    background: linear-gradient(270deg, #384bbb, #3275d7);
    border-radius: 21px;
    color: white;
  }
  .cpzx_bg .bg3_content_box1_bigContent {
    width: 700px !important;
  }
  .cpzx_bg .content_box .banner_five .swiper-button-prev,
  .cpzx_bg .content_box .banner_five .swiper-button-prev1,
  .cpzx_bg .content_box .banner_five .swiper-button-prev2 {
    left: -70px !important;
  }
  .cpzx_bg .content_box .banner_five .swiper-button-next,
  .cpzx_bg .content_box .banner_five .swiper-button-next1,
  .cpzx_bg .content_box .banner_five .swiper-button-next2 {
    right: -70px !important;
  }
}

@media screen and (max-width: 800px) {
  .cpzx_bg {
    position: relative;


    padding: 0 !important;
    margin: 0 !important;
  }
  .cpzx_bg .wrapBox {
    width: 95%;
  }
  .smallSwiperOneswiper-button-prev {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: url("../img/prev.png") no-repeat;
    background-size: 100% 100%;
  }
  .smallSwiperOneswiper-button-next {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: url("../img/next.png") no-repeat;
    background-size: 100% 100%;
  }
  .smallSwiperTwo-button-prev {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: url("../img/prev.png") no-repeat;
    background-size: 100% 100%;
  }
  .smallSwiperTwo-button-next {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: url("../img/next.png") no-repeat;
    background-size: 100% 100%;
  }
  .smallSwiperThree-button-prev {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: url("../img/prev.png") no-repeat;
    background-size: 100% 100%;
  }
  .smallSwiperThree-button-next {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: url("../img/next.png") no-repeat;
    background-size: 100% 100%;
  }



  .cpzx_bg .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cpzx_bg .bg_row {
    margin-top: 81px;
    height: 300px;
  }
  .cpzx_bg .ywrap {
    margin: 13px auto 0px auto !important;
  }
  .cpzx_bg .content_box {
    display: none;
  }
  .cpzx_bg .content_box .row800 {
    margin-left: 0;
    margin-right: 0;
  }
  .cpzx_bg .content_box .row800 .banner_five {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .cpzx_bg .content_box .row800 .banner_five .certifybox {
    width: 100vw;
  }
  .cpzx_bg .content_box .row800 .banner_five .certifybox .swiper-wrapper .swiper-slide {
    height: 300px !important;
    width: 87%;
  }
  .cpzx_bg .content_box .row800 .banner_five .certifybox .swiper-wrapper .swiper-slide img {
    height: 300px !important;
    width: 87% !important;
  }
  .cpzx_bg .content_box .row800 .banner_five .swiper-button-prev,
  .cpzx_bg .content_box .row800 .banner_five .swiper-button-next,
  .cpzx_bg .content_box .row800 .banner_five .swiper-button-prev1,
  .cpzx_bg .content_box .row800 .banner_five .swiper-button-next1,
  .cpzx_bg .content_box .row800 .banner_five .swiper-button-prev2,
  .cpzx_bg .content_box .row800 .banner_five .swiper-button-next2 {
    display: none;
  }
  .smallContent_box {
    display: block !important;
    width: 100vw;
    position: relative;
  }
  .smallContent_box .smallContent_box_con {
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0;
  }
  .smallContent_box .smallContent_box_con .smallTitleBox {
    display: none;
  }
  .smallContent_box .smallContent_box_con .smallTitleBox .title {
    width: 100vw;
    text-align: center;
    padding: 0 20px;
    font-size: 20px;
  }
  .smallContent_box .smallContent_box_con .smallTitleBox p {
    width: 100vw;
    padding: 10px 10px;
    /*height: 134px;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 5;*/
    /*overflow: hidden;*/
  }
  .smallContent_box .smallContent_box_con .smallTitleBox:nth-child(1) {
    display: block;
  }
  .smallContent_box .smallContent_box_con .smallTitleBoxActive {
    display: block;
  }
  .smallContent_box .smallContent_box_con .smallSwiper {
    width: 100vw;
  }
  .smallContent_box .smallContent_box_con .smallSwiper img {
    width: 100vw;
    height: 200px;
  }
  .smallContent_box .smallContent_box_con .now_btnsmallBoxA {
    width: 100vw;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .smallContent_box .smallContent_box_con .now_btnsmallBoxA .now_btnA {
    background: linear-gradient(270deg, #384bbb, #3275d7);
    width: 134px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: white;
  }
  .smallContent_box .smallContent_box_conActive {
    opacity: 1;
    z-index: 1;
  }
  .bg_tanchuang_box {
    display: none;
  }
  .bg_tanchaung_smallBox {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(38, 43, 54, 0.8);
    z-index: 100;
  }
  .bg_tanchaung_smallBox .bg_tanchaung_smallBox_content {
    height: 220px;
    width: 350px;
    background: url(../img/tanchuangbg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bg_tanchaung_smallBox .bg_tanchaung_smallBox_content .imgSmallClose {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .bg_tanchaung_smallBox .bg_tanchaung_smallBox_content .ruanjianContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-size: 12px;
  }
  .bg_tanchaung_smallBox .bg_tanchaung_smallBox_content .ruanjianContent .ruanjianwangzhi {
    color: #fff;
  }

  .cpzx_bg .bg_row .yingjian {
    font-size: 20px;
    top: 5%;
    width: 30%;
    text-align: center;
  }
  .iconBox {
    height: 70px !important;
    width: 70px !important;
  }
  .iconBox:before {
    font-size: 14px !important;
  }
  .cpzx_bg .bg_row .xilie {
    width: 100px;
  }
  .cpzx_bg .bg_row .xilie img {
    height: 40px !important;
    width: 40px !important;
  }
  .cpzx_bg .bg_row .xilie p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
  }
}

@media screen and (max-height: 650px) {
  .cpzx_bg .content_box .myswiper .banner_five #certify .swiper-slide {
    height: 500px;
    width: 420px;
  }
  .cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-slide {
    height: 500px;
    width: 420px;
  }
  .cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-slide {
    height: 500px;
    width: 420px;
  }
  .cpzx_bg .content_box .myswiper .banner_five #certify .swiper-button-next {
    top: 280px;
  }
  .cpzx_bg .content_box .myswiper .banner_five #certify .swiper-button-prev {
    top: 280px;
  }
  .cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-button-next1 {
    top: 270px;
  }
  .cpzx_bg .content_box .myswiper .banner_five #certify1 .swiper-button-prev1 {
    top: 270px;
  }
  .cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-button-next2 {
    top: 270px;
  }
  .cpzx_bg .content_box .myswiper .banner_five #certify2 .swiper-button-prev2 {
    top: 270px;
  }
  .cpzx_bg .content_box .myswiper .now_btn_box {
    bottom: 90px;
  }

}