/* 标题样式 */
.title-zh {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.title-en {
  padding-top: 1.5rem;
  font-size: 1.25rem;
  color: #777777;
  text-align: center;
}

/* 轮播图样式 */
#banner {
  position: relative;
  width: 100%;
  height: 43.75rem;
  overflow: hidden;
}

#banner .banner-box {
  display: flex;
  align-items: center;
  padding-left: 1.78rem;
  width: 25.63rem;
  height: 8.13rem;
  border: 0.06rem solid #1e30a1;
  border-radius: 0.63rem;
  margin-bottom : 1.31rem;
}
#banner .banner-box-1 {
  background: linear-gradient(-39deg,#2b47f2 0%, #0d97ff 100%);
}
#banner .banner-box-2 {
  background: linear-gradient(-39deg,#2b47f2 0%, #0d97ff 100%);
}
#banner .banner-box-3 {
  background: linear-gradient(-24deg,#fb9133 0%, #ffc765 99%);
  border: 0.06rem solid #d57826;
}

.section {
  width: 100%;
  height: 60rem;
  margin: 0 auto;
  overflow: hidden;
}

/* 产品介绍样式 */
#productInfo {
  width: 100%;
  height: 52.5rem;
  background: #ffffff;
  padding: 4.44rem 0;
}
#productInfo .content1 {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#productInfo .content1 .p_plist {
  width: 37rem;
  height: 30rem;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
  padding: 1.125rem 1rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.swiper{
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #0461FC;/* 两种都可以 */
}

/* 产品优势 */
#solution {
  padding: 5rem 0;
  height: 50.81rem !important;
  background-color: #ECF0F9;
}
#solution .content3 {
  width: 100%;
  height: 36.375rem;
  display: flex;
  align-items: center;
}

#solution .content3 .digit {
  width: 17.5rem;
  height: 23.75rem;
  transition: all 0.8s;
  background: url("../static/images/bg1.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}

/* 贴心客服 */
#companyOverview {
  display: flex;
  height: 40.38rem !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
  background: #ECF0F9;
}


#companyOverview .content4 {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#companyOverview .content4 .p_plist_1 {
  width: 36.88rem;
  height: 12.63rem;
  margin-bottom: 0.5rem;
  padding: 1.125rem 1.375rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

#about {
   padding: 5rem 0;
  width: 120rem;
  height: 16.31rem;
  background: url("../static/images/bg2.jpg");
  background-size: 100% 100%;
}

#about .content {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .content .top {
  width: 34.63rem;
  font-size: 1.13rem;
  font-weight: 400;
  color: #59608d;
  line-height: 1.75rem;
}

#contact .content .map {
  width: 75.06rem;
  height: 23.81rem;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 1.05rem 0 rgba(168, 184, 208, 0.19);
  padding: 1.5rem 1.31rem;
}

#about .content .bottom {
  width: 100%;
 display: flex;
  align-items: center;
  justify-content: space-between;
}
#about .content .bottom .left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 400;
  color: #59608d;
}
#about .content .bottom .left p{
 height: 2rem;
}

.product-swiper{
  width: 35.63rem;
  height: 23.81rem;
}
/* 底部区域 */
.footer {
  position: sticky;
  /*height: 6.38rem;*/
  z-index: 100;
}
.footer .footer-box {
  margin: 8rem auto 0;
  width: 100%;
  height: 5.98rem;
  /*min-height: 6.38rem;*/
  background: #313438;
  color: #fffefc;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  position: fixed;
  bottom: 0;
}
.footer .footer-box .footer-center {
  width: 76rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer-box .footer-center .divider {
  width: 0.06rem;
  height: 3.56rem;
  margin:0 6.69rem 0 4.88rem;
  background: #525559;
}
.footer .footer-box .footer-center .illustrate {
  display: flex;
  flex-direction: column;
  font-size: 0.88rem;
  color: #FFFEFC;
  justify-content: space-around;
}

