@font-face {
  font-family: "DINPro-Light";
  src: url("../fonts/DINPro-Light.otf");
}
@font-face {
  font-family: "DINPro-Regular";
  src: url("../fonts/DINPro-Regular_0.otf");
}
@font-face {
  font-family: "DINPro-Medium";
  src: url("../fonts/DINPro-Medium.otf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scale {
  0%,
  85%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes o-opacity {
  0%,
  30%,
  60%,
  100% {
    opacity: 0;
  }
  15%,
  45% {
    opacity: 1;
  }
}
@keyframes o-scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes p-ani-2 {
  from,
  to {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 12px, 0);
  }
}
@keyframes p-ani-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-width {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  60% {
    width: 100%;
    left: 0;
    right: auto;
  }
  61% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@keyframes p-ani-4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  70%,
  100% {
    opacity: 0;
    transform: translateX(1vw);
  }
}
@keyframes p-ani-5 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }

  .dom-loaded .header .nav li .subnav {
    transition: all 0.3s ease;
  }
  .dom-loaded .header .ope .hide {
    transition: all 0.3s ease;
  }
  .dom-loaded .fixed-search .bg {
    transition: all 0.3s ease;
  }
  .dom-loaded .fixed-search form {
    transition: transform 0.3s ease;
  }
}

@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
}
html,
body,
div,
p,
strong,
span,
a,
b,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
del,
img,
i,
em,
select,
button,
textarea,
input {
  margin: 0;
  padding: 0;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  background: #fff;
  font-family: "思源黑体", "Helvetica Neue", Helvetica, Arial,
    "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  position: relative;
  min-height: 100%;
}
a,
img,
button,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input[type="text"],
input[type="hidden"],
input[type="password"],
button,
textarea,
select {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "思源黑体", "Helvetica Neue", Helvetica, Arial,
    "Hiragino Sans GB", "Heiti SC", sans-serif;
}
select::-ms-expand {
  display: none;
}
input::-ms-clear {
  display: none;
}
table {
  border-collapse: collapse;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  overflow: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h6 {
  font-weight: normal;
}
.part-content.h5{font-size:12px;}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.cell-box {
  font-size: 0;
}
.cell-box:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.cell-box .cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.bd_weixin_popup,
.bsBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*.wrapper {*/
/*  width: 80vw;*/
/*  max-width: 1420px;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*}*/
/*.wrapper:after {*/
/*  content: '';*/
/*  display: block;*/
/*  clear: both;*/
/*}*/

/* common */
.index-tit {
  letter-spacing: 2px;
}
.index-tit .en {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.index-tit .en:before {
  content: "";
  width: 21px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.index-tit h3 {
  font-size: 42px;
}
.index-tit p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.index-tit.gray .en {
  color: #000;
}
.index-tit.gray h3 {
  color: #333;
}
.index-tit.gray p {
  color: #333333;
}
.index-tit.white .en {
  color: #fff;
}
.index-tit.white h3 {
  color: #fff;
}
.index-tit.white p {
  color: #fff;
}
.index-tit.center h3 {
  text-align: center;
}
.index-tit.center p {
  text-align: center;
}

a.index-more {
  display: block;
  width: 140px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #c9171d;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  a.index-more:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 10px 30px rgba(201, 23, 29, 0.3);*/
  }
}

.solution-page1 .c-banner img.cover,
.solution-page2 .c-banner img.cover,
.solution-page3 .c-banner img.cover {
  height: calc(100vh - 160px);
  object-fit: cover;
}
.solution-page1 .c-banner p,
.solution-page2 .c-banner p,
.solution-page3 .c-banner p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  max-width: 900px;
  margin: 2vw auto;
  text-align: center;
}
.solution-page1 .c-banner a.tel,
.solution-page2 .c-banner a.tel,
.solution-page3 .c-banner a.tel {
  display: block;
  width: 220px;
  font-size: 18px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: "思远黑体";
  background-color: #c9171d;
}
.solution-page1 .c-banner a.tel:before,
.solution-page2 .c-banner a.tel:before,
.solution-page3 .c-banner a.tel:before {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.solution-tabtit {
  margin: 1.5vw 0 calc(1.5vw + 40px);
  text-align: center;
  font-size: 0;
  background-position: center left;
  background-image: url("../image/icon-7.png");
  background-repeat: repeat-x;
}
.solution-tabtit .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 62px;
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #dfe0e2;
  transition: all 0.3s ease;
  cursor: pointer;
}
.solution-tabtit .item i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.solution-tabtit .item i.hide {
  opacity: 0;
}
.solution-tabtit .item span {
  position: absolute;
  bottom: -40px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
  transition: color 0.3s ease;
}
.solution-tabtit .item .line {
  position: absolute;
  top: 32px;
  right: -62px;
  transform: translateX(50%);
  width: 90px;
  height: 4px;
}
.solution-tabtit .item .line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  border-radius: 4px;
  background-color: #666;
}
.solution-tabtit .item.gray span {
  color: #30313a;
}
.solution-tabtit .item.white span {
  color: #fff;
}
.solution-tabtit .item:hover,
.solution-tabtit .item.active {
  /*background-color: #c9171d;*/
  border-color: #5182CE;
}
.solution-tabtit .item:hover i.show,
.solution-tabtit .item.active i.show {
  opacity: 0;
}
.solution-tabtit .item:hover i.hide,
.solution-tabtit .item.active i.hide {
  opacity: 1;
}
.solution-tabtit .item:hover span,
.solution-tabtit .item.active span {
  color: #333;
}
.solution-tabtit .item.active .line:after {
  animation: o-width 2s linear infinite;
}

.solution-tabcont .child {
  display: none;
}
.solution-tabcont .child.active {
  display: block;
}
.solution-tabcont .child .img-box {
  position: relative;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.solution-tabcont .child img {
  display: block;
  width: 100%;
}
.solution-tabcont .child img.ani {
  position: absolute;
  top: 0;
  left: 0;
  animation: p-ani-4 1s linear infinite;
}
.solution-tabcont .child .para {
  font-size: 14px;
  line-height: 2;
  width: 90%;
  max-width: 1180px;
  margin: 3vw auto 0;
  text-align: center;
  opacity: 0;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.solution-tabcont .child .para.white {
  color: #fff;
}
.solution-tabcont .child .para.gray {
  color: #30313a;
}

.solution-s1 {
  padding: 5vw 0;
}
.solution-s1.bg {
  background-color: #f6f8fb;
}
.solution-s1 .para {
  margin-top: 2.5vw;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #30313a;
}
.solution-s1 .img-box {
  margin: 4vw -33px 0;
}
.solution-s1 .img-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.solution-s2 {
  padding: 5vw 0;
  background-color: #20252d;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../image/img-8.jpg");
  background-size: 100% auto;
}

.solution-s3 {
  padding: 0vw 0 5vw 0;
  /*width: 1600px;*/
  /*max-width: 95%;*/
  /*margin: 0 auto;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../image/img-3.png");
  background-size: 100% auto;
}
.solution-s3.bg {
  background-color: #f6f8fb;
}
.solution-s3 .para {
  margin-top: 2.5vw;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #30313a;
}
.solution-s3 .img-box {
  margin-top: 2.5vw;
}
.solution-s3 .img-box .img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.solution-s3 .items {
  margin: 2.5vw -1vw 0;
  width: 1600px;
  max-width: 95%;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.solution-s3 .item {
  width: calc(16.66% - 2vw);
  margin: 0vw 1vw 0;
  position: relative;
  background-color: #fff;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
  transition: all 0.3s ease;
  border-radius: 5px;
  /*width:200px; */
  border: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .solution-s3 .item:nth-of-type(1),
  .solution-s3 .item:nth-of-type(2),
  .solution-s3 .item:nth-of-type(3) {
    margin-top: 0;
  }
}
.solution-s3 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: url("../image/img-4.jpg");*/
  opacity: 0;
  transition: all 0.3s ease;
}
.solution-s3 .item .box {
  position: relative;
  padding: 30px;
  z-index: 2;
}
.solution-s3 .item .box .img {
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.solution-s3 .item:nth-child(1) .box .img {
  background-image: url("../image/pxtxgc-1.png");
}
.solution-s3 .item:nth-child(2) .box .img {
  background-image: url("../image/pxtxgc-2.png");
}
.solution-s3 .item:nth-child(3) .box .img {
  background-image: url("../image/pxtxgc-3.png");
}
.solution-s3 .item:nth-child(4) .box .img {
  background-image: url("../image/pxtxgc-4.png");
}
.solution-s3 .item:nth-child(5) .box .img {
  background-image: url("../image/pxtxgc-5.png");
}
.solution-s3 .item:nth-child(6) .box .img {
  background-image: url("../image/pxtxgc-6.png");
}
.solution-s3 .item:nth-child(1):hover .box .img {
  background-image: url("../image/pxtxgc-1-1.png");
}
.solution-s3 .item:nth-child(2):hover .box .img {
  background-image: url("../image/pxtxgc-2-1.png");
}
.solution-s3 .item:nth-child(3):hover .box .img {
  background-image: url("../image/pxtxgc-3-1.png");
}
.solution-s3 .item:nth-child(4):hover .box .img {
  background-image: url("../image/pxtxgc-4-1.png");
}
.solution-s3 .item:nth-child(5):hover .box .img {
  background-image: url("../image/pxtxgc-5-1.png");
}
.solution-s3 .item:nth-child(6):hover .box .img {
  background-image: url("../image/pxtxgc-6-1.png");
}

.solution-s3 .item h3 {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  font-size: 24px;
  color: #333333;
  transition: color 0.3s ease;
}
.solution-s3 .item h3:after {
  content: "";
  width: 29px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/icon-2-1.png");
  position: absolute;
  right: 0;
  top: -10px;
  transition: all 0.3s ease;
}
.solution-s3 .item p {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin-top: 15px;
  transition: color 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .solution-s3 .item:hover {
    transform: translateY(-10px);
    /*box-shadow: 0 10px 30px rgba(201, 23, 29, 0.3);*/
  }
  .solution-s3 .item:hover:before {
    opacity: 1;
  }
  .solution-s3 .item:hover h3:after {
    background-image: url("../image/icon-2-2.png");
  }
  .solution-s3 .item:hover h3,
  .solution-s3 .item:hover p {
    color: #000;
  }
}

.solution-s4 {
  padding: 0vw 0;
  width: 1600px;
  max-width: 95%;
  margin: 0 auto;
}
.solution-s4.bg {
  background-color: #f6f8fb;
}
.solution-s4 .para {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  margin-top: 20px;
}
.solution-s4 .bot-block {
  margin-top: 2vw;
  margin-bottom: 5vw;
}
.solution-s4 .swiper-wrapper {
  align-items: center;
}
.solution-s4 .item {
  padding: 10px;
  text-align: center;
}
.solution-s4 .item .box {
  padding: 1.5vw 0.5vw;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.solution-s4 .item .icon {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon:before,
.solution-s4 .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon:before {
  content: "";
  background-image: url("../image/icon-4.png");
  opacity: 0;
  transition: all 0.3s ease;
}




.solution-s4 .item .icon1 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon1:before,
.solution-s4 .item .icon1 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon1:before {
  content: "";
  background-image: url("../image/icon-1-1.png");
  opacity: 0;
  transition: all 0.3s ease;
}
.solution-s4 .item .icon2 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon2:before,
.solution-s4 .item .icon2 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon2:before {
  content: "";
  background-image: url("../image/icon-2-1.png");
  opacity: 0;
  transition: all 0.3s ease;
}




.solution-s4 .item .icon3 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon3:before,
.solution-s4 .item .icon3 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon3:before {
  content: "";
  background-image: url("../image/icon-3-1.png");
  opacity: 0;
  transition: all 0.3s ease;
}





.solution-s4 .item .icon4 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon4:before,
.solution-s4 .item .icon4 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon4:before {
  content: "";
  /*background-image: url("../image/icon-4-1.png");*/
  opacity: 0;
  transition: all 0.3s ease;
}





.solution-s4 .item .icon5 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon5:before,
.solution-s4 .item .icon5 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon5:before {
  content: "";
  /*background-image: url("../image/icon-5-1.png");*/
  opacity: 0;
  transition: all 0.3s ease;
}




.solution-s4 .item .icon6 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon6:before,
.solution-s4 .item .icon6 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon6:before {
  content: "";
  background-image: url("../image/icon-6-1.png");
  opacity: 0;
  transition: all 0.3s ease;
}




.solution-s4 .item .icon7 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon7:before,
.solution-s4 .item .icon7 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon7:before {
  content: "";
  background-image: url("../image/icon-7-1.png");
  opacity: 0;
  transition: all 0.3s ease;
}




.solution-s4 .item .icon8 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon8:before,
.solution-s4 .item .icon8 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon8:before {
  content: "";
  background-image: url("../image/icon-8-1.png");
  opacity: 0;
  transition: all 0.3s ease;
}





.solution-s4 .item .icon9 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
.solution-s4 .item .icon9:before,
.solution-s4 .item .icon9 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item .icon9:before {
  content: "";
  background-image: url("../image/icon-9-1.png");
  opacity: 0;
  transition: all 0.3s ease;
}











.solution-s4 .item h3 {
  font-size: 22px;
  color: #333333;
}
.solution-s4 .item h4 {
  font-size: 14px;
  color: #555555;
  font-family: "思源黑体";
  margin-top: 10px;
}
.solution-s4 .item p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 1.5vw;
  display: none;
}
.solution-s4 .item span {
  display: block;
  width: 42px;
  height: 38px;
  margin: 1.5vw auto 0;
  font-size: 14px;
  color: #b6b6b6;
  line-height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/icon-6.png");
}
.solution-s4 .item.swiper-slide-active .icon1:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active .icon2:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active .icon3:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active .icon4:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active .icon5:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active .icon6:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active .icon7:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active .icon8:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active .icon9:before {
  opacity: 1;
}
.solution-s4 .item.swiper-slide-active h3 {
  margin-top: 1.5vw;
}
.solution-s4 .item.swiper-slide-active p {
  display: block;
}
.solution-s4 .item.swiper-slide-active span {
  color: #c9171d;
}
.solution-s4 .item.swiper-slide-active .icon1 i {
  background-image: url("../image/jmzczc-1-1.png") !important;
}
.solution-s4 .item.swiper-slide-active .icon2 i {
  background-image: url("../image/jmzczc-2-1.png") !important;
}
.solution-s4 .item.swiper-slide-active .icon3 i {
  background-image: url("../image/jmzczc-3-1.png") !important;
}
.solution-s4 .item.swiper-slide-active .icon4 i {
  background-image: url("../image/jmzczc-4-1.png") !important;
}
.solution-s4 .item.swiper-slide-active .icon5 i {
  background-image: url("../image/jmzczc-5-1.png") !important;
}
.solution-s4 .item.swiper-slide-active .icon6 i {
  background-image: url("../image/jmzczc-6-1.png") !important;
}
.solution-s4 .item.swiper-slide-active .icon7 i {
  background-image: url("../image/jmzczc-7-1.png") !important;
}
.solution-s4 .item.swiper-slide-active .icon8 i {
  background-image: url("../image/jmzczc-8-1.png") !important;
}
.solution-s4 .item.swiper-slide-active .icon9 i {
  background-image: url("../image/jmzczc-9-1.png") !important;
}

.solution-s4 .pagination {
  font-size: 0;
  text-align: center;
  margin-top: 1vw;
}
.solution-s4 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #333;
  margin: 0 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0.3;
  border-radius: 6px;
}
.solution-s4 .pagination span.active {
  width: 24px;
  opacity: 1;
}

.solution-s12 {
  padding: 5vw 0;
  /*width: 1600px;*/
  /*max-width: 95%;*/
  /*margin: 0 auto;*/
  background-image: url("../image/img-3.png");
}
.solution-s4 .bot-block {
  position: relative;
  height: 500px;
}
.solution-s4 .button {
  width: 50px;
  height: 50px;
  /* background-color: pink; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.solution-s4 .swiper-button-prev {
  background-image: url("../image/fzlc_25.png");
  left: -54px;
}

.solution-s4 .swiper-button-next {
  background-image: url("../image/fzlc_26.png");
  right: -54px;
}
@media screen and (max-width: 1600px) {
  .solution-page1 .c-banner a.tel,
  .solution-page2 .c-banner a.tel,
  .solution-page3 .c-banner a.tel,
  .solution-s6 a.tel,
  .solution-s7 a.tel,
  .solution-s15 a.tel {
    width: 180px;
    font-size: 16px;
    line-height: 50px;
  }

  .solution-page1 .c-banner p,
  .solution-page2 .c-banner p,
  .solution-page3 .c-banner p {
    font-size: 15px;
  }

  .solution-s1 .para {
    font-size: 15px;
  }

  .solution-s1 .img-box {
    margin: 3vw 0 0;
  }

  .solution-s3 .para {
    font-size: 15px;
  }

  .solution-s3 .item h3 {
    font-size: 20px;
  }

  .solution-s3 .item p {
    line-height: 24px;
  }

  .solution-s4 .para {
    font-size: 15px;
  }

  .solution-s4 .bot-block {
    margin-top: 3vw;
  }

  .solution-s4 .item .icon {
    width: 90px;
    height: 90px;
  }

  .solution-s4 .item .box {
    padding: 2vw 1.5vw;
  }

  .solution-s4 .item h3 {
    font-size: 20px;
  }

  .solution-s4 .item p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .solution-page1 .c-banner p,
  .solution-page2 .c-banner p,
  .solution-page3 .c-banner p {
    font-size: 14px;
  }

  .solution-page1 .c-banner a.tel,
  .solution-page2 .c-banner a.tel,
  .solution-page3 .c-banner a.tel,
  .solution-s6 a.tel,
  .solution-s7 a.tel,
  .solution-s15 a.tel {
    width: 160px;
    font-size: 15px;
    line-height: 44px;
  }

  .solution-s1 .para {
    font-size: 14px;
  }

  .solution-s3 .para {
    font-size: 14px;
  }

  .solution-s3 .item h3 {
    font-size: 18px;
  }

  .solution-s3 .item p {
    margin-top: 10px;
  }

  .solution-s4 .para {
    font-size: 14px;
  }

  .solution-s4 .item .icon {
    width: 70px;
    height: 70px;
  }

  .solution-s4 .item h3 {
    font-size: 18px;
  }

  .solution-s4 .item h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .index-s2 .cont-box,
  .index-s3 .cont-box,
  .index-s4 .cont-box,
  .index-s5 .cont-box {
    padding: 80px 5vw;
  }
}
@media screen and (max-width: 768px) {
  .solution-tabcont .child .para {
    font-size: 14px;
    line-height: 2;
    width: 90%;
    max-width: 1180px;
    margin: 3vw auto 0;
    text-align: left;
    opacity: 0;
    animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  .solution-page1 .c-banner img.cover,
  .solution-page2 .c-banner img.cover,
  .solution-page3 .c-banner img.cover {
    height: 100vw;
  }

  .solution-page1 .c-banner p,
  .solution-page2 .c-banner p,
  .solution-page3 .c-banner p {
    line-height: 24px;
    margin: 20px auto;
  }

  .solution-s1 {
    padding: 40px 5vw;
  }

  .solution-s1 .para {
    margin-top: 20px;
  }

  .solution-s1 .img-box {
    margin-top: 20px;
  }

  .solution-s2 {
    padding: 40px 5vw;
  }

  .solution-tabtit {
    margin: 20px 0 70px;
  }

  .solution-tabtit .item {
    width: 80px;
    height: 80px;
    margin: 0 6px;
  }

  .solution-tabtit .item i {
    background-size: auto 20px;
  }

  .solution-tabtit .item .line {
    top: 26px;
    right: -20px;
    width: 30px;
    display: none;
  }

  .solution-tabtit .item span {
    font-size: 12px;
    bottom: -50px;
    white-space: normal;
    width: 90px;
    display: block;
  }

  .solution-s3 {
    padding: 40px 5vw;
  }

  .solution-s3 .para {
    margin-top: 20px;
  }

  .solution-s3 .img-box {
    margin-top: 20px;
  }

  /*.solution-s3 .items {*/
  /*  margin: 20px 0 0;*/
  /*}*/

  .solution-s3 .item {
    width: 49%;
    margin: 20px 0.5% 0;
  }
  /*.solution-s3 .item:nth-of-type(1) {*/
  /*  margin-top: 0;*/
  /*}*/

  .solution-s4 {
    padding: 0px 5vw;
  }

  .solution-s4 .para {
    line-height: 24px;
    margin-top: 15px;
  }

  .solution-s4 .item .box {
    padding: 20px;
  }

  .solution-s4 .item .icon {
    width: 60px;
    height: 60px;
  }

  .solution-s4 .item p {
    display: block;
    margin-top: 15px;
  }

  .solution-s4 .item h3 {
    margin-top: 15px !important;
  }

  .solution-s4 .item span {
    margin-top: 15px;
  }

  .solution-s4 .pagination {
    margin-top: 10px;
  }
  .solution-s4 .pagination span {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .solution-s4 .pagination span.active {
    width: 16px;
  }
  .solution-s4 .button {
    display: none;
  }
  .solution-s4 .bot-block {
    height: auto;
  }
}

/*# sourceMappingURL=bundle.css.map */
