#p {
  font-size: inherit;
}
#banner {
  position: relative;
  height: 31.25rem;
  margin: 0 auto;
}
#banner .banner-swiper .bgImg {
  width: 120rem;
  /* width: 100%;
  height: 31.25rem; */
  /* image-rendering: pixelated; */
}
#banner .banner-info {
  width: 75rem;
  height: 5.63rem;
  position: absolute;
  bottom: -2.815rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
#banner .banner-info .banner-item .info {
  display: flex;
  align-items: center;
  width: 17.5rem;
  height: 5.63rem;
  background: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
  border: 0.13rem solid #ffffff;
  border-radius: 0.13rem;
  box-shadow: 0 0 0.63rem 0 rgba(0, 31, 112, 0.07);
  cursor: pointer;
  transition: all 0.5s;
}
#banner .banner-info .banner-item .info .right .img-icon {
  width: 4.63rem;
  height: 4.56rem;
}
#banner .banner-info .banner-item .info .left {
  width: 12.25rem;
}
#banner .banner-info .banner-item .info .left .top {
  font-size: 1.13rem;
  text-align: left;
  color: #333333;
}
#banner .banner-info .banner-item .info .left .bottom {
  padding-top: 0.4rem;
  font-size: 0.88rem;
  text-align: left;
  color: #66738b;
}
#banner .banner-info .banner-item .info:hover {
  transform: scale(1.1) !important;
}
#business {
  height: 64.25rem;
  padding: 7.65rem 0 5.39rem 0;
  background: #F5F7FA;
}
#business .content {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#business .content .business-item {
  width: 24.31rem;
  height: 21.31rem;
  background: #ffffff;
  border: 0.06rem solid #e8eef3;
  border-radius: 0.25rem;
  margin-bottom: 2.5rem;
  transition: all 0.5s;
  position: relative;
}
#business .content .business-item:after {
  content: "";
  width: 0;
  height: 0.38rem;
  background: linear-gradient(-90deg, #3a77fe 0%, #004bff 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  transition: all 0.5s ease 0s;
}
#business .content .business-item:hover {
  overflow: hidden;
  background: url(../static/images/bg6.png) no-repeat right bottom;
  background-size: 14rem 14rem;
}
#business .content .business-item:hover:after {
  width: 100%;
}
#business .content .business-item:hover .info {
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.63rem;
  letter-spacing: 0.04rem;
}
#business .content .business-item:hover .info .top {
  width: 24.31rem;
  height: 100%;
  background: transparent;
}
#business .content .business-item:hover .info .top .right {
  color: #333333;
}
#business .content .business-item:hover .info .top .right .right-top {
  display: flex;
  align-items: center;
}
#business .content .business-item:hover .info .top .right .right-top .title-icon {
  display: block;
  margin-right: 1.25rem;
}
#business .content .business-item:hover .info .top .right .main-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
}
#business .content .business-item:hover .info .top .right .sub-title {
  display: none;
  padding-top: 0.88rem;
  color: #6087E3;
}
#business .content .business-item:hover .info .top .left {
  display: none;
}
#business .content .business-item:hover .info .bottom {
  height: 100%;
  position: relative;
  padding: 0 1.72rem;
}
#business .content .business-item:hover .info .bottom .desc {
  overflow: visible;
  /* 鼠标悬停时显示全文 */
  white-space: normal;
  /* 允许换行 */
}
#business .content .business-item:hover .info .bottom .btn-detail {
  bottom: -8.4rem;
}
#business .content .business-item .info {
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.04rem;
}
#business .content .business-item .info .top {
  width: 24.31rem;
  height: 9.38rem;
  background: linear-gradient(-90deg, #3a77fe 0%, #004bff 100%);
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 2rem 0.75rem 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#business .content .business-item .info .top .right {
  color: #ffffff;
}
#business .content .business-item .info .top .right .title-icon {
  display: none;
  width: 2.69rem;
  height: 2.25rem;
  opacity: 0.6;
}
#business .content .business-item .info .top .right .main-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
}
#business .content .business-item .info .top .right .sub-title {
  padding-top: 1.44rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.04rem;
}
#business .content .business-item .info .top .left {
  width: 7.75rem;
  height: 6.625rem;
}
#business .content .business-item .info .top .left .img-icon {
  width: 7.75rem;
  height: 6.625rem;
}
#business .content .business-item .info .bottom {
  height: 11.99rem;
  position: relative;
  padding: 1.86rem 1.72rem;
}
#business .content .business-item .info .bottom .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
#business .content .business-item .info .bottom .btn-detail {
  position: absolute;
  bottom: 1.86rem;
  right: 1.47rem;
  width: 6.31rem;
  height: 1.75rem;
  background: linear-gradient(-90deg, #1c4def 0%, #507df4 100%);
  border-radius: 0.13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#business .content .business-item .info .bottom .btn-detail a {
  text-decoration: none;
  /* 去除下划线 */
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #ffffff;
}
#case {
  padding: 4.69rem 0 3.75rem 0;
  height: 53.69rem;
  background: url("../static/images/bg2.jpg");
  background-size: 100% 100%;
}
#case .content {
  width: 100%;
  height: 31.9rem;
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#case .content .case-left .case-left-item {
  width: 15.38rem;
  height: 6.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.38rem;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}
#case .content .case-left .case-left-item .img-case {
  width: 1.56rem;
  height: 1.69rem;
}
#case .content .case-left .case-left-item .no-hover {
  display: block;
}
#case .content .case-left .case-left-item .hover {
  display: none;
}
#case .content .case-left .case-left-item .title {
  width: 7.81rem;
  margin: 0 2rem 0 1rem;
  color: #8b8fa4;
}
#case .content .case-left .case-left-item .img-right {
  width: 0.69rem;
  height: 0.44rem;
}
#case .content .case-left .active {
  background: linear-gradient(-90deg, #3674f9 0%, #61a3fe 100%);
}
#case .content .case-left .active .hover {
  display: block;
}
#case .content .case-left .active .no-hover {
  display: none;
}
#case .content .case-left .active .title {
  color: #ffffff;
}
#case .content .case-left .active .img-bg {
  width: 1.69rem;
  height: 1.69rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  /* image-rendering:pixelated; */
  border-radius: 50%;
  box-shadow: -0.12rem 0 1.5rem 0.13rem rgba(0, 0, 0, 0.15);
}
#case .content .case-right {
  flex: 1;
  padding-left: 4.38rem;
}
#case .content .case-right .title {
  font-size: 1.63rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
#case .content .case-right .info {
  display: flex;
  justify-content: space-between;
  padding-top: 1.94rem;
}
#case .content .case-right .info .img-app {
  width: 15.44rem;
  height: 27.5rem;
  transition: 1s ease;
  /* image-rendering:pixelated; */
  cursor: pointer;
}
#case .content .case-right .info .img-app:hover {
  transform: scale(1.1);
}
#case .content .case-right .info .img-service {
  width: 26.81rem;
  height: 27.44rem;
  transition: 1s ease;
  /* image-rendering:pixelated; */
  cursor: pointer;
}
#case .content .case-right .info .img-service:hover {
  transform: scale(1.1);
}
#case .more {
  padding-top: 3.47rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
}
#case .more .more-btn {
  width: 12.5rem;
  height: 2.5rem;
  position: relative;
  background-color: #ffffff;
  border: 0.06rem solid #0057e2;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #0e67ec;
  line-height: 2.5rem;
  letter-spacing: 0.03rem;
  cursor: pointer;
  z-index: 1;
  transition: background-color 0.3s, color 0.3s;
  /* 平滑过渡效果 */
}
#case .more .more-btn:before,
#case .more .more-btn:after {
  content: "";
  width: 0;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(-90deg, #3a77fe 0%, #004bff 100%);
  transition: width 0.3s;
  /* 平滑过渡效果 */
}
#case .more .more-btn:hover {
  color: #ffffff;
}
#case .more .more-btn:hover:before,
#case .more .more-btn:hover:after {
  width: 100%;
}
#about {
  padding: 4.75rem 0 5.88rem 0;
  height: 42.69rem;
  background: #ffffff;
}
#about .content {
  margin-top: 4.88rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#about .content .about-left {
  width: 29.57rem;
  height: 23.94rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
#about .content .about-left .item {
  width: 14.13rem;
  height: 7.25rem;
  background: #f3f6fb;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#about .content .about-left .item .img-left {
  width: 2rem;
  height: 2rem;
}
#about .content .about-left .item .hover {
  display: none;
}
#about .content .about-left .item .no-hover {
  display: block;
}
#about .content .about-left .item .title {
  padding-top: 1.44rem;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
}
#about .content .about-left .item:hover {
  background: url("../static/images/bg3.jpg") no-repeat center center;
  transform: translateY(-0.5rem);
}
#about .content .about-left .item:hover .hover {
  display: block;
}
#about .content .about-left .item:hover .no-hover {
  display: none;
}
#about .content .about-left .item:hover .title {
  color: #ffffff;
}
#about .content .about-right {
  width: 42.88rem;
  height: 23.94rem;
  position: relative;
}
#about .content .about-right .img-bg {
  width: 42.88rem;
  height: 23.94rem;
}
#about .content .about-right .mask {
  width: 42.88rem;
  height: 9.81rem;
  padding: 1.8rem 1.3rem;
  opacity: 0.9;
  background: #233446;
  position: absolute;
  bottom: 0;
  color: #ffffff;
}
#about .content .about-right .mask .title {
  font-size: 1.13rem;
  font-weight: bold;
}
#about .content .about-right .mask .desc {
  height: 3rem;
  overflow: hidden;
  padding-top: 1rem;
  font-size: 0.88rem;
  font-weight: 400;
  text-align: left;
}
#about .content .about-right .mask .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#about .content .about-right .mask .more {
  font-size: 0.88rem;
  position: absolute;
  bottom: 1.48rem;
  left: 1.3rem;
  cursor: pointer;
}
#news {
  padding: 4.75rem 0 5.88rem 0;
  height: 50.25rem;
  background: #F5F7FA;
}
#news .content {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#news .content .news-item {
  width: 36.25rem;
  height: 8.75rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  margin-bottom: 2.5rem;
  padding: 2.13rem 1.69rem;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#news .content .news-item a{
  display: contents;
}
#news .content .news-item .left {
  padding-right: 2rem;
}
#news .content .news-item .left .time {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 2.13rem;
}
#news .content .news-item .left .year {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #cccccc;
  line-height: 2.13rem;
}
#news .content .news-item .info {
  width: 80%;
  color: #666666;
  line-height: 1.75rem;
  font-size: 1rem;
}
#news .content .news-item .info .title {
  height: 1.19rem;
  font-size: 1.13rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.19rem;
  color: #333333;
}
#news .content .news-item .info .desc {
  padding-top: 1.25rem;
  font-size: 0.88rem;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 1.38rem;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .content .news-item::after {
  content: "";
  z-index: -1;
  position: absolute;
  height: 0;
  left: 50%;
  top: 50%;
  width: 150%;
  transition: all 0.75s ease 0s;
  background: #387dfc;
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
#news .content .news-item:hover .left .time {
  color: #ffffff;
}
#news .content .news-item:hover .left .year {
  color: #ffffff;
}
#news .content .news-item:hover .info .title {
  color: #ffffff;
}
#news .content .news-item:hover .info .desc {
  color: #ffffff;
}
#news .content .news-item:hover::after {
  height: 450%;
}
#workflow {
  padding: 5.25rem 0 6.63rem 0;
  height: 34.38rem;
  background: #ffffff;
}
#workflow .content {
  padding-top: 4.63rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#workflow .content .workflow-item .info {
  width: 18.13rem;
  height: 13.63rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(-28deg, #e4effd 0%, #edf4ff 34%);
  border-radius: 0.63rem;
  position: relative;
  transition: all 0.5s;
}
#workflow .content .workflow-item .info .img-number {
  position: absolute;
  top: 1.44rem;
  left: 1.31rem;
  width: 4.13rem;
  height: 3.56rem;
  z-index: 99;
}
#workflow .content .workflow-item .info .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.31rem 0 1.88rem 1.31rem;
}
#workflow .content .workflow-item .info .left .title {
  font-size: 1.38rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  z-index: 100;
}
#workflow .content .workflow-item .info .left .desc {
  font-size: 0.88rem;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 1.31rem;
  z-index: 100;
}
#workflow .content .workflow-item .info .left .img-left {
  width: 1.19rem;
  height: 1rem;
}
#workflow .content .workflow-item .info .right {
  position: absolute;
  bottom: 0.56rem;
  right: 1.31rem;
}
#workflow .content .workflow-item .info .right .img-right {
  width: 8.13rem;
  height: 7.31rem;
}
#workflow .content .workflow-item .info:hover {
  transform: scale(1.05) !important;
}
#contact {
  position: relative;
  height: 52.75rem;
  background: #F5F7FA;
}
#contact .bg {
  width: 100%;
  height: 30.25rem;
  background: url(../static/images/bg4.jpg) no-repeat;
  background-size: 100% 100%;
}
#contact .heart {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
#contact .content {
  padding-top: 5.19rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact .content .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact .content .content-item .img-phone {
  width: 3.81rem;
  height: 4rem;
}
#contact .content .content-item .img-email {
  width: 4.69rem;
  height: 3.69rem;
}
#contact .content .content-item .img-address {
  width: 3.19rem;
  height: 4.31rem;
}
#contact .content .content-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  width: 15.44rem;
  height: 6rem;
  font-size: 1.38rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.04rem;
}
#contact .brand {
  padding-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#contact .brand .brand-item {
  width: 17.81rem;
  height: 6.25rem;
  margin-bottom: 1.25rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .brand .brand-item img {
  width: 11rem;
  height: 3.0625rem;
  animation-iteration-count: infinite;
  cursor: pointer;
  /* image-rendering: pixelated; */
}
#contact .brand .brand-item img:hover {
  animation: shake-it 0.5s;
}
@keyframes shake-it {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
#contact .brand .brand-item .title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #777777;
  line-height: 1.63rem;
  letter-spacing: 0.05rem;
}
#contact .contact {
  position: absolute;
  bottom: 0;
  width: 120rem;
  height: 8.75rem;
  background: url("../static/images/bg5.jpg") no-repeat;
  background-size: 100% 100%;
}
#contact .contact .box {
  width: 75rem;
  height: 8.75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2rem 0;
}
#contact .contact .box .contact-title {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #333333;
  letter-spacing: 0.03rem;
}
#contact .contact .box .contact-form {
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact .contact .box .contact-form .input-group-text {
  background-color: #ffffff;
}
#contact .contact .box .contact-form .img-name {
  width: 1.13rem;
  height: 1.25rem;
}
#contact .contact .box .contact-form .input-group {
  width: auto;
}
#contact .contact .box .contact-form .input {
  width: 19.69rem !important;
  height: 2.5rem;
  border: 0.06rem solid #e5e5e5;
  border-radius: 0.13rem;
  font-size: 0.88rem;
  color: #999999;
  position: relative;
  padding: 0 0.625rem 0 3.125rem;
  flex: none;
}
#contact .contact .box .contact-form ::-webkit-input-placeholder {
  color: #999999 !important;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular, serif;
}
#contact .contact .box .contact-form .input-name {
  background-image: url("../static/images/icon39.png");
  background-repeat: no-repeat;
  background-size: 1.13rem 1.25rem;
  background-position: 1.19rem center;
}
#contact .contact .box .contact-form .input-tel {
  background-image: url("../static/images/icon40.png");
  background-repeat: no-repeat;
  background-size: 1.31rem 1.25rem;
  background-position: 1.19rem center;
}
#contact .contact .box .contact-form .input-email {
  background-image: url("../static/images/icon41.png");
  background-repeat: no-repeat;
  background-size: 1.38em 1.13rem;
  background-position: 1.19rem center;
}
#contact .contact .box .contact-form .form-btn {
  width: 13.13rem;
  height: 2.5rem;
  background: #266cff;
  border-radius: 0.13rem;
  font-size: 1.13rem;
  text-align: center;
  line-height: 2.5rem;
  color: #ffffff;
  letter-spacing: 0.03rem;
  cursor: pointer;
}
#contact .contact .box .contact-form .form-btn:hover {
  color: #266cff;
  background-color: #ffffff;
}
.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.mask .popUp {
  width: 30.38rem;
  height: 21.5rem;
  background: #ffffff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.25rem;
  overflow: hidden;
}
.mask .popUp .popUp-bg {
  width: 30.31rem;
  height: 14.31rem;
  background: url("../static/images/mask_bg.png") no-repeat;
  background-size: 30.31rem 14.31rem;
}
.mask .popUp .popUp-bg .top {
  width: 30.31rem;
  height: 3.29rem;
  font-size: 1.13rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular, serif;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 3.29rem;
  position: relative;
  border-bottom: 0.06rem solid #6f86a6;
}
.mask .popUp .popUp-bg .top .close {
  position: absolute;
  right: 2rem;
  top: 0;
  font-size: 1.5rem;
  cursor: pointer;
}
.mask .popUp .popUp-bg .popContent .icon {
  width: 5.31rem;
  height: 5.31rem;
  display: block;
  margin: 1rem auto;
}
.mask .popUp .popUp-bg .popContent .main {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold, serif;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.mask .popUp .popUp-bg .popContent .secondary {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular, serif;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
.mask .popUp .popUp-bg .btn {
  width: 15rem;
  height: 3.13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  background: #415fe3;
  border-radius: 0.63rem;
  font-size: 1.13rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular, serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 3.13rem;
  letter-spacing: 0.07rem;
}
/*# sourceMappingURL=index.css.map */