.home-banner {
  min-height: 15rem;
  background: linear-gradient(0deg, #f0f2f5 0%, #dbe8f8 100%);
}

.banner-bg {
  background: url(/images/home/banner_1.png) no-repeat center;
}
.banner-bg1 {
  background: url(/images/home/banner_2.png) no-repeat center;
}
.banner-bg2 {
  background: url(/images/home/banner_3.png) no-repeat center;
}
.banner-bg3 {
  background: url(/images/home/banner_4.png) no-repeat center;
}
.banner-content {
  width: 100%;
  height: 15rem;
}
.top2rem{
  margin-top: 2rem !important;
}

.banner-tltle {
  margin-top: 5rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2a2c30;
}
.banner-subtitle {
  width: 15rem;
  height: 1.5rem;
  font-size: 0.6rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #2a2c30;
  line-height: 1rem;
}
.colorfff {
  color: #ffffff;
}
.home-num-area {
  position: relative;
  z-index: 1;
  color: #2a2c30;
}
.home-num-area .container {
  position: relative;
  top: -2.25rem;
}
.home-num-area-bg {
  height: 2.75rem;
  background: #ffffff;
  opacity: 0.4;
  border-radius: 0.5rem;
}
.home-num-area ul {
  position: absolute;
  top: 0px;
  width: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
}

.home-num-area ul li {
  text-align: center;
  width: 25%;
}
.home-num-area b {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 0.825rem;
}
.home-num-area .num-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-num-area .num-top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.num-top-right span {
  font-size: 0.675rem;
  font-weight: 500;
  color: #2a2c30;
  line-height: 0.825rem;
}
.num-top-right span:nth-child(2) {
  font-size: 0.425rem;
}
.num-bottom {
  font-size: 0.45rem;
  font-weight: 500;
  color: #646464;
  line-height: 0.825rem;
}

.home-product-title {
  margin-top: 5rem;
  text-align: center;
}
.home-product-title .h3 {
  margin-top: 0.93rem;
}
.home-product-tab {
  margin-top: 1.6rem;
}
.home-product-tab-title {
  justify-content: space-around;
}
.home-product-tab-title div {
  font-size: 0.5rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  cursor: pointer;
  padding: 0.63rem 0;
  border-bottom: 0.03rem solid #ffffff;
}

.home-product-tab-title div.active {
  color: #0052d9;
  border-bottom-color: #0052d9;
}
.home-product-tab-title div:hover {
  color: #0052d9;
  transform: all 1s;
}
.home-product-tab-content {
  margin-top: 1.5rem;
}
.home-product-tab-item {
  display: none;
}

.home-product-tab-item > a {
  display: block;
}
/* .home-product-tab-item>div:hover {
    background-color: #0052d9;
  }
  .home-product-tab-item>div:hover .h2,.h4{
    color: #ffffff;
  } */
.home-product-tab-item.active {
  display: flex;
}
.home-product-tab-item a.cvm {
  height: 9rem;
  width: 48%;
  padding: 1rem 2rem;
}
.home-product-tab-item a.cvm2 {
  height: 9rem;
  width: 31%;
  padding: 1rem;
  padding: 0.5rem 1rem;
  margin: 0.375rem 1.14%;
}

.home-product-tab-item a.cvm3 {
  height: 4.25rem;
  background: #f3f5ff;
  width: 31%;
  padding: 0.5rem 1rem;
  margin: 0.375rem 1.14%;
  transition: all 0.3s;
}
.product-bg1 {
  background: url(/images/home/bg1.png) center no-repeat #f3f5ff;
  transition: all 0.3s;
}
.product-bg1:hover{
  background-image: url(/images/home/bg1-1.png);
}

.product-bg2:hover{
  background-image: url(/images/home/bg2-1.png);
}

.product-bg1:hover,
.product-bg2:hover,
.product-bg4:hover,
.product-bg5:hover,
.home-product-tab-item a.cvm3:hover {
  cursor: pointer;
  box-shadow: 0 6px 16px 2px rgba(7, 12, 20, 0.08);
  transform: translateY(-8px);
}
.product-bg2 {
  background: url(/images/home/bg2.png) center no-repeat #f3f5ff;
  transition: all 0.3s;
}
.product-bg4 {
  background: url(/images/home/bg4.png) center no-repeat #f3f5ff;
  transition: all 0.3s;
}
.product-bg4:hover{
  background-image: url(/images/home/bg4-1.png);
}
.product-bg5 {
  background: url(/images/home/bg5.png) center no-repeat #f3f5ff;
  transition: all 0.3s;
}
.product-bg5:hover{
  background-image: url(/images/home/bg5-1.png);
}
.home-serve-content {
  margin-top: 2.2rem;
  justify-content: space-around;
}
.home-serve-content img {
  width: 6.3rem;
  height: auto;
}
.home-serve-content p {
  margin-top: 1.15rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4b4c52;
}
.home-serve-content > a {
  transition: all 0.3s;
}

.home-serve-content > a:hover {
  transform: translateY(-8px);
}

.home-solution {
  margin-top: 2.5rem;
  height: 19rem;
  background: url(/images/home/bg3.png) center no-repeat;
}
.home-solution-title {
  margin-top: 2.5rem;
  text-align: center;
}

.home-solution-title .h3,
.home-custom-title .h3 {
  margin-top: 0.93rem;
}

.home-solution-content {
  cursor: pointer;
  margin-top: 2.2rem;
  justify-content: space-around;
}
.home-solution-content a {
  position: relative;
}

.home-solution-content span {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fefeff;
  text-align: center;
  transition: all 0.3s;
}

.solution-img-hover {
  display: none;
}
.home-solution-content > a:hover span {
  display: block;
}

.home-solution-content > a:hover .solution-img-hover {
  display: block;
}
.home-solution-content > a:hover .solution-img {
  display: none;
}

.home-solution-content img {
  width: 10rem;
  height: auto;
}

.home-custom {
  margin-top: 2.3rem;
}
.home-custom-tab {
  margin-top: 2.5rem;
  background: #f3f5ff;
}
.home-custom-title {
  text-align: center;
}
.home-custom-tab-title {
  width: 7.5rem;
  height: 15rem;
}
.home-custom-tab-title > div {
  cursor: pointer;
  width: 7.5rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #2a2c30;
  border-right: 0.1rem solid #f3f5ff;
  transition: all 1s ease;
}
.home-custom-tab-title > div.active {
  background: linear-gradient(90deg, #f3f5ff 0%, #ffffff 100%);
  box-shadow: 0rem 0rem 0rem 0rem #0052d9;
  border-right-color: #0052d9;
}
.home-custom-tab-title > div:hover {
  background: linear-gradient(90deg, #f3f5ff 0%, #ffffff 100%);
  box-shadow: 0rem 0rem 0rem 0rem #0052d9;
}
.home-custom-tab-content {
  flex: 1;
  height: 15rem;
  width: 100%;
}
.home-custom-btn {
  display: block;
  cursor: pointer;
  margin-top: 1.3rem;
  width: 4.5rem;
  height: 1.4rem;
  background: #0052d9;
  font-size: 0.5rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4rem;
  text-align: center;
}

.home-custom-btn:hover {
  color: #ffffff;
  background-color: #055eed;
}
.home-custom-tab-item {
  display: none;
  transition: all 0.3s;
  width: 100%;
  padding: 2rem 1.5rem;
}
.home-custom-tab-item.active {
  display: block;
  height: 15rem;
}
.home-custom-tab-item .h2-1 {
  margin-bottom: 1rem;
}
.home-custom-tab-item .h3 {
  line-height: 2;
}
.home-custom-tab-bg1 {
  background: url(/images/home/fhlw.png) no-repeat 100%;
}
.home-custom-tab-bg2 {
  background: url(/images/home/yl.png) no-repeat 100%;
}
.home-custom-tab-bg3 {
  background: url(/images/home/jy.png) no-repeat 100%;
}
.home-custom-tab-bg4 {
  background: url(/images/home/wl.png) no-repeat 100%;
}

body .swiper-container-horizontal > .swiper-pagination-progress {
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  top: 12.5rem;
}

.home-product-tab-item > a:hover .h2 {
  color: #ffffff;
}

.home-product-tab-item > a:hover .h4 {
  color: #ffffff;
}
.home-product-tab-item a.cvm3:hover{
  background-color: #0052d9;
}



