/* Demo Styles */
.swiper-container {
  width: 640px;
  height: 250px;
  color: #fff;
  text-align: center;
}

.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}

.swiper-slide p {
  font-style: italic;
  font-size: 25px;
}

.pagination {
  position: absolute;
  z-index: 20;
  left: 140px;
  bottom: 120px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 38px;
  height: 4px;
  border-radius: 8px;
  background: #fff;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
  opacity: 1;
}

.swiper-dynamic-links {
  text-align: center;
}

.swiper-dynamic-links a {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background: #eee;
}

.industrySolutions {
  position: relative;
  background: #fff;
}
.industrySolutions .heardDiv_ {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
}
.industrySolutions .directoryModule {
  color: #000;
  display: flex;
  flex-direction: row;
  font-size: 22px;
  margin-top: 15px;
  justify-content: center;
  width: 100%;
}
.industrySolutions .directoryModule .directoryDiv {
  margin: 0 30px;
  cursor: pointer;
  position: relative;
  transition: font-weight 0.3s;
}
.industrySolutions .directoryModule .directoryDiv:hover {
  font-weight: 800;
}
.industrySolutions .firstScreen {
  width: 100%;
  transition: all linear 0.5s;
  position: relative;
}
.industrySolutions .firstScreen .banner-button {
  width: 37px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  z-index: 2;
}
.industrySolutions .firstScreen .banner-button samp {
  float: left;
  width: 100%;
  height: 59px;
  background: url(../images/index/icon-49.png) no-repeat;
  position: relative;
}
.industrySolutions .firstScreen .banner-button samp:before {
  width: 5px;
  height: 12px;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 16px;
  background: #f0831e;
  top: 15px;
  animation: move 1s linear infinite alternate;
}
@keyframes move {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.industrySolutions .firstScreen .banner-button span {
  float: left;
  width: 100%;
  height: 20px;
  background: url("../images/index/icon-48.png") no-repeat center;
  margin-top: 15px;
  animation: move2 1s linear infinite;
}
@keyframes move2 {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(8px);
    opacity: 0;
  }
}
.industrySolutions .module {
  width: 100%;
}
.industrySolutions .module .title {
  font-size: 46px;
  text-align: center;
  margin-top: 120px;
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translate(-50%);
}
.industrySolutions .module .title::after {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background-color: #5D5D5D;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%);
}
.industrySolutions .videoDiv {
  width: 76%;
  margin: 100px auto 0;
}
.industrySolutions .videoDiv img {
  height: 100%;
  width: 100%;
}
.industrySolutions .hyfa {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}
.industrySolutions .hyfa .hyfaDiv {
  display: inline-flex;
  position: absolute;
}
.industrySolutions .hyfa .hyfaDiv .hyfaItem {
  cursor: pointer;
  display: inline-block;
  margin: 0 1%;
  border-radius: 20px;
}
.industrySolutions .hyfa .hyfaDiv .hyfaItem img {
  width: 100%;
  border-radius: 20px;
}
.industrySolutions .hyfa .hyfaDiv .hyfaItem img:hover {
  box-shadow: 3px 4px 10px 3px rgba(179, 178, 200, 0.68);
}
.industrySolutions .hxjs {
  width: 100%;
  margin: 100px auto 200px;
}
.industrySolutions .hxjs .hxjsDiv {
  width: 100%;
  position: relative;
}
.industrySolutions .hxjs .hxjsDiv .hxjsImg {
  width: 100%;
  margin-top: 100px;
}
.industrySolutions .hxjs .hxjsDiv .hxjsText:nth-child(2) {
  position: absolute;
  top: 37%;
  left: 23%;
  background: url("../images/index/b1.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsText:nth-child(3) {
  position: absolute;
  top: 55%;
  left: 21%;
  background: url("../images/index/b2.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsText:nth-child(4) {
  position: absolute;
  top: 38.5%;
  left: 63%;
  background: url("../images/index/b3.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsText:nth-child(5) {
  position: absolute;
  top: 55%;
  left: 63%;
  background: url("../images/index/b4.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsText:nth-child(2).act {
  position: absolute;
  top: 37%;
  left: 23%;
  background: url("../images/index/ab1.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsText:nth-child(3).act {
  position: absolute;
  top: 55%;
  left: 21%;
  background: url("../images/index/ab2.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsText:nth-child(4).act {
  position: absolute;
  top: 38.5%;
  left: 63%;
  background: url("../images/index/ab3.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsText:nth-child(5).act {
  position: absolute;
  top: 55%;
  left: 63%;
  background: url("../images/index/ab4.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsTexten:nth-child(2) {
  position: absolute;
  top: 37%;
  left: 23%;
  background: url("../images/index/b1en.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsTexten:nth-child(3) {
  position: absolute;
  top: 55%;
  left: 21%;
  background: url("../images/index/b2en.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsTexten:nth-child(4) {
  position: absolute;
  top: 38.5%;
  left: 63%;
  background: url("../images/index/b3en.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsTexten:nth-child(5) {
  position: absolute;
  top: 55%;
  left: 63%;
  background: url("../images/index/b4en.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsTexten:nth-child(2).act {
  position: absolute;
  top: 37%;
  left: 23%;
  background: url("../images/index/ab1en.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsTexten:nth-child(3).act {
  position: absolute;
  top: 55%;
  left: 21%;
  background: url("../images/index/ab2en.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsTexten:nth-child(4).act {
  position: absolute;
  top: 38.5%;
  left: 63%;
  background: url("../images/index/ab3en.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .hxjsTexten:nth-child(5).act {
  position: absolute;
  top: 55%;
  left: 63%;
  background: url("../images/index/ab4en.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .cardList {
  position: absolute;
  top: 91%;
  /* margin: 0 auto; */
  left: 50%;
  transform: translate(-50%);
  border-radius: 20px;
  display: flex;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItem {
  width: 25%;
  background: linear-gradient(90deg, #E9F3FF 0%, #D4E9FE 100%);
  cursor: pointer;
  padding: 20px 0;
  display: flex;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItem > div:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItem > div:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  color: rgba(0, 0, 0, 0.8);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItem > div:nth-child(2) > div:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  color: #000;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItem.act {
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px #486398;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItem:nth-child(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItem:nth-child(4) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen {
  width: 25%;
  cursor: pointer;
  position: relative;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(1) {
  background: url("../images/index/card11.png") no-repeat;
  background-size: 100% 100%;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(2) {
  background: url("../images/index/card22.png") no-repeat;
  background-size: 100% 100%;
  left: -1px;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(3) {
  background: url("../images/index/card33.png") no-repeat;
  background-size: 100% 100%;
  left: -2px;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(4) {
  background: url("../images/index/card44.png") no-repeat;
  background-size: 100% 100%;
  left: -3px;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(1).act {
  background: url("../images/index/card1.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px #486398;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(2).act {
  background: url("../images/index/card2.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px #486398;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(3).act {
  background: url("../images/index/card3.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px #486398;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(4).act {
  background: url("../images/index/card4.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px #486398;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.industrySolutions .hxjs .hxjsDiv .cardList .cardItemen:nth-child(4) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.industrySolutions .jtdt {
  width: 90%;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
}
.industrySolutions .jtdt .jtdtDiv {
  width: 23%;
}
.industrySolutions .jtdt .jtdtDiv .jtdtImg {
  width: 100%;
  border-radius: 25px;
  transition: transform 0.3s;
}

.industrySolutions .jtdt .jtdtDiv .jtdtImg:hover {
  transform: scale(1.1);
}
.industrySolutions .jtdt .jtdtDiv > div:nth-child(2) {
  font-size: 16px;
  font-weight: 350;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.industrySolutions .jtdt .jtdtDiv > div:nth-child(3) {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.industrySolutions .jtdt .jtdtDiv > div:nth-child(4) {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.industrySolutions .jtdt .jtdtDiv > div:nth-child(5) {
  font-size: 14px;
  font-weight: 350;
  line-height: 22px;
  letter-spacing: 0px;
  cursor: pointer;
}
.industrySolutions .jtdt .jtdtDiv > div:nth-child(5) span {
  height: 13px;
  width: 16px;
  display: inline-block;
  background: url("../images/index/rj1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 1px;
  margin-left: 6px;
}
.industrySolutions .jtdtBut {
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 210px;
  height: 50px;
  border-radius: 8px;
  opacity: 1;
  background: linear-gradient(0deg, #7C5CFC, #7C5CFC), linear-gradient(90deg, #4B28DF 7%, #9855FF 100%);
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  margin: 80px auto 0;
}
.industrySolutions .jtdtBut:active {
  background: linear-gradient(90deg, #4B28DF 7%, #9855FF 100%),linear-gradient(0deg, #7C5CFC, #7C5CFC) ;
}
.industrySolutions .contactUsBut2 {
  position: absolute;
  width: 12%;
  border-radius: 10px;
  opacity: 1;
  background: #F5F9FF;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.industrySolutions .contactUsBut2 a {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: #F5F9FF;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.industrySolutions .jjfa {
  display: flex;
  justify-content: space-evenly;
}
.industrySolutions .jjfa div {
  width: 30%;
}
.industrySolutions .jjfa div img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */


.industrySolutions  .la {
  height: 40px;
  width: 40px;
  background: url("../images/companyProfile/l.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 45%;
  left: 2%;
  cursor: pointer;
  z-index: 1;
}
.industrySolutions .ra {
  height: 40px;
  width: 40px;
  background: url("../images/companyProfile/r.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 45%;
  right: 2%;
  cursor: pointer;
  z-index: 1;
}