.bannerbox{position: relative;}
.bannerbox .container{display: flex;align-items: center;position: absolute;top: 0;left: 0;right: 0;bottom: 0}
.bannertxt .h1{font-size: .42rem;color: #fff;margin-bottom: .3rem}
.bannertxt .h2{font-size: .24rem;color: #fff;margin-bottom: .6rem;line-height: .36rem;width:7.8rem;}
.idxbtn a{width:2.6rem;line-height: .6rem;text-align: center;font-size: .2rem;color: #fff;background:#0067f6;display: block;transition: all .3s}
.bannerbox .bgimg{height: 7.6rem;object-fit: cover;}
.banner .swiper-pagination{bottom:.9rem!important;font-size: 0}
.banner .swiper-pagination-bullet{width: .5rem;height: .05rem;transition: all .3s;border-radius: 5px;margin: 0 .075rem!important;opacity: 1}
.banner .swiper-pagination-bullet-active{  background-color: #0089F7;}

.banner .swiper-slide-active .h1{animation: fadeup 1s .5s;-webkit-animation: fadeup 1s .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.banner .swiper-slide-active .h2{animation: fadeup 1s .5s;-webkit-animation: fadeup 1s .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}


.public-banner.home {
  background: linear-gradient(to bottom,#F6F6F6,#fff)
}
.public-banner.home .c-text-box .c-title {
  color: #202945;
}
.public-banner.home .c-text-box .c-text2 {
	line-height:1.6
}
.public-banner.home .c-text-box .c-btn-box .public-btn2 {
  background-color: #0089F7;
  box-shadow: 0rem 0.2rem 0.5rem 0rem (58, 158, 254, 0.3);
}
.public-banner.home .c-text-box .c-btn-box .public-btn2:nth-child(2) {
  color: #0089F7;
  background-color: #fff;
}
.public-banner.home .c-text-box .c-btn-box .public-btn2:nth-child(2) svg path {
  fill: #0089F7;
}
.public-banner.home .public-img {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .public-banner.home .public-img {
    transform: scale(1);
  }
}
.public-banner.home .public-img img:nth-child(2) {
  animation: jump 4s ease-out infinite;
  -webkit-animation: jump 4s ease-out infinite;
}
.public-banner.home .public-img img:nth-child(3) {
  animation: jump2 4s ease-out infinite;
  -webkit-animation: jump2 4s ease-out infinite;
}

.public-boxhome .container{  max-width: 1440px !important;}

.computer-solution {
  width: 100%;
}
.computer-solution .solution-box1 {
  width: 100%;
  background: #F7F8FA;
  padding: 0.95rem 0 1rem;
}
.computer-solution .solution-box1 .container {
  max-width: 1280px;
}
.computer-solution .solution-box1 .container .top {
  width: 100%;
  text-align: center;
}
.computer-solution .solution-box1 .container .top .t1 {
  color: #0089F7;
}
.computer-solution .solution-box1 .container .top .title {
  color: #202945;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.18rem;
}
.computer-solution .solution-box1 .container .top .txt {
  color: #031C49;
  margin-top: 0.18rem;
}
.computer-solution .solution-box1 .container .content {
  width: 100%;
  margin-top: 0.55rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 5px 20px 0px rgba(122, 102, 240, 0.1);
  padding: 0.6rem;
}
.computer-solution .solution-box1 .container .content .public-img {
  width: 37.93%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .computer-solution .solution-box1 .container .content .public-img {
    width: 100%;
  }
}
.computer-solution .solution-box1 .container .content .public-img::before {
  padding-top: 77.27%;
}
.computer-solution .solution-box1 .container .content .tbox {
  width: 50%;
}
@media (max-width: 991px) {
  .computer-solution .solution-box1 .container .content .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.computer-solution .solution-box1 .container .content .tbox .t1 {
  line-height: 1;
  color: #202945;
  font-weight: bold;
}
.computer-solution .solution-box1 .container .content .tbox .t2 {
  color: #031C49;
  margin-top: 0.14rem;
}
.computer-solution .solution-box1 .container .content .tbox .t3 {
  line-height: 30px;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .computer-solution .solution-box1 .container .content .tbox .t3 {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-solution .solution-box1 .container .content .tbox .t3 {
    line-height: 26px;
  }
}
.computer-solution .solution-box1 .container .content .tbox .t3 .ts {
  margin-bottom: 0.15rem;
}
.computer-solution .solution-box1 .container .content .tbox .btn {
  margin-top: 0.3rem;
}
.computer-solution .solution-box1 .container .content .tbox .btn .public-btn2 {
  background-color: #0089F7;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(53, 146, 255, 0.2);
}
.computer-solution .solution-box2 {
  width: 100%;
  padding: 0.95rem 0 0.9rem;
}
.computer-solution .solution-box2.bgF7F8FA {
  background: #F7F8FA;
}
.computer-solution .solution-box2 .container {
  max-width: 1280px;
}
.computer-solution .solution-box2 .container .top {
  width: 100%;
  text-align: center;
}
.computer-solution .solution-box2 .container .top .t1 {
  color: #0089F7;
 margin-top: 0.2rem;
}
.computer-solution .solution-box2 .container .top .title {
  color: #202945;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.18rem;
}
.computer-solution .solution-box2 .container .top .txt {
  color: #031C49;
  margin-top: 0.18rem;
}
.computer-solution .solution-box2 .container .list {
  width: calc(100% + 0.4rem);
  margin: 0.35rem -0.2rem 0;
  position: relative;
}
.computer-solution .solution-box2 .container .list .swiper-container {
  padding: 0.2rem 0.2rem 0.6rem;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide {
  width: 100%;
  padding: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.2rem 0px rgba(122, 102, 240, 0.1);
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide {
    padding: 0.3rem;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .public-img {
  width: 37.93%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 77.27%;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox {
  width: 56%;
}
@media (max-width: 991px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .t1 {
  color: #202945;
  font-weight: bold;
  line-height: 1;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
  color: #031C49;
  margin-top: 0.12rem;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
    line-height: 26px;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts {
  width: 100%;
  margin-top: 0.2rem;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts .ts1 {
  color: #031C49;
  line-height: 30px;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts .ts1 {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts .ts1 {
    line-height: 26px;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts .ts1 span {
  color: #202945;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .btn .public-btn2 {
  background-color: #0089F7;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(53, 146, 255, 0.2);
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-pagination {
  bottom: 0;
  font-size: 0;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(122, 102, 240, 0.5);
  border-radius: 5px;
  background: none;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border: 2px solid #0089F7;
  background: #0089F7;
}
.computer-solution .case-box {
  background: #F7F8FA;
}
.case-box {
  width: 100%;
  padding: 0.95rem 0 0.8rem;
}
.case-box .container {
  max-width: 1280px;
}
.case-box .container .top {
  text-align: center;
}
.case-box .container .top .t1 {
  color: #0089F7;
}
.case-box .container .top .title {
  line-height: 1.2;
  font-weight: bold;
  color: #202945;
  margin-top: 0.18rem;
}
.case-box .container .list {
  width: calc(100% + 0.4rem);
  margin: 0.3rem -0.2rem 0;
  position: relative;
}
.case-box .container .list .swiper-container {
  padding: 0.2rem;
}
.case-box .container .list .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.2rem 0px rgba(122, 102, 240, 0.1);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.case-box .container .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
}
.case-box .container .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: 60%;
}
.case-box .container .list .swiper-container .swiper-slide a .tbox {
  width: 100%;
  padding: 0.33rem 0.3rem 0.35rem;
  transition: all ease-out 0.3s;
  position: relative;
}
.case-box .container .list .swiper-container .swiper-slide a .tbox::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0089F7;
  background-size: cover;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.case-box .container .list .swiper-container .swiper-slide a .tbox .t1 {
  color: #202945;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
.case-box .container .list .swiper-container .swiper-slide a .tbox .txt {
  color: #676767;
  line-height: 24px;
  margin-top: 0.2rem;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.case-box .container .list .swiper-container .swiper-slide a .tbox .more {
  color: #0089F7;
  transition: all ease-out 0.3s;
  line-height: 26px;
  margin-top: 0.22rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.case-box .container .list .swiper-container .swiper-slide a .tbox .more .icons {
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 0.15rem;
}
.case-box .container .list .swiper-container .swiper-slide a .tbox .more .icons svg {
  width: 14px;
  height: 14px;
}
.case-box .container .list .swiper-container .swiper-slide a .tbox .more .icons svg path {
  fill: #0089F7;
  transition: all ease-out 0.3s;
}
.case-box .container .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.case-box .container .list .swiper-container .swiper-slide a:hover .tbox::before {
  opacity: 1;
}
.case-box .container .list .swiper-container .swiper-slide a:hover .tbox .t1 {
  color: #fff;
}
.case-box .container .list .swiper-container .swiper-slide a:hover .tbox .txt {
  color: #fff;
}
.case-box .container .list .swiper-container .swiper-slide a:hover .tbox .more {
  color: #fff;
}
.case-box .container .list .swiper-container .swiper-slide a:hover .tbox .more .icons svg path {
  fill: #fff;
}
.case-box .container .list .swiper-prev,
.case-box .container .list .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(122, 102, 240, 0.1);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .case-box .container .list .swiper-prev,
  .case-box .container .list .swiper-next {
    display: none;
  }
}
.case-box .container .list .swiper-prev svg,
.case-box .container .list .swiper-next svg {
  width: 14px;
  height: 14px;
}
.case-box .container .list .swiper-prev svg path,
.case-box .container .list .swiper-next svg path {
  fill: #0089F7;
  transition: all ease-out 0.3s;
}
.case-box .container .list .swiper-prev:hover,
.case-box .container .list .swiper-next:hover {
  background: #0089F7;
  box-shadow: none;
}
.case-box .container .list .swiper-prev:hover svg path,
.case-box .container .list .swiper-next:hover svg path {
  fill: #fff;
}
.case-box .container .list .swiper-prev {
  left: -0.7rem;
}
.case-box .container .list .swiper-prev svg {
  transform: rotateZ(180deg);
}
.case-box .container .list .swiper-next {
  right: -0.7rem;
}

.w-4{width:0.12rem; vertical-align:middle;}
.h-4{height:0.12rem; vertical-align:middle}


.fifth-screen{}
.fifth-screen .title{font-size:24px;color:#313131;font-weight:400;padding-top:90px;text-align:center}
.fifth-screen-content{width:auto;max-width:1280px;height:auto;margin:75px auto}
.fifth-screen-content>li{width:180px;height:90px;margin:15px;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;transition:.4s;float:left;cursor:default}
.fifth-screen-content>li:hover{box-shadow:0 12px 20px rgba(0,0,0,.2);transform:translateY(-4px)}
.fifth-screen-content>li>a>.logo{width:100%;height:100%;display:block;border:1px solid #fff}@media only screen and (max-width:1010px){.fifth-screen-content{max-width:792px}
.fifth-screen-content>li{width:166px;height:74px}
.fifth-screen-content>li:hover{box-shadow:none}}@media only screen and (max-width:801px){.fifth-screen-content{width:85%;margin:10px auto}
.fifth-screen-content>li{width:50%;padding:15px;height:auto;margin:0;text-align:center}
.fifth-screen-content>li:hover{box-shadow:none}
.fifth-screen-content>li .logo{height:auto}
.fifth-screen-content .logo-mobile{display:none}}



.t3 {
  width: 100%;
  margin-top: 0.55rem;
  display: flex;
}
 .t3 .label {
  width: 33.33%;
  position: relative;
}
.t3 .label::before {
  content: '';
  width: 1px;
  height: 0.7rem;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 0;
}
.t3 .label .icon {
  display: flex;
  justify-content: center;
}
.t3 .label .txt {
  color: #666;
  text-align: center;
  margin-top: 0.14rem;
}
 .t3 .label:last-child::before {
  display: none;
}