﻿.topBox .bg {
  width: 100%;
}
.topBox {
  position: relative;
  height: 432px;
}
.topBox .tContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 144px;
  
  
}
.tContent .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}
.tContent .tTitle {
  color: #fff;
  text-align: center;
  font-family: FontName;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.tContent .tDesc {
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; 
}
.nav-pills {
  padding: 0 235px;
  margin-bottom: 80px;
}
.nav-fill .nav-item .nav-link.active,
.nav-justified .nav-item .nav-link.active {
  color: #0132be;
  background: unset;
  border-bottom: 2px solid #0132be;
  border-radius: 0;
}
a:hover {
  color: #0132be !important;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  color: #666;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.box-content a {
  text-decoration: none;
  color: #333;
}

.serviceContent {
  width: 1065px;
  margin: 0 auto;
  
  
  margin-bottom: 64px;
}
.serviceContent-item{
  display: flex;
}

.serviceContent .right {
  width: 590px;
  height: 330px;
  overflow: hidden;
}
.serviceContent .itemImg{
  width: 100%;
  height: auto;
  transition: all 1s;
  display: block;

}

.serviceContent:hover .itemImg {
  transform: scale(1.05);
}


.serviceContent .right.w554 {
    width: 554px;
  }
.serviceContent .left {
  flex: 1;
  box-sizing: border-box;
  height: 288px;
  background: #f7f8fc;
  padding: 24px 18px;
}
.serviceContent .left .sTitle {
  color: #222;
  font-family: FontName;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; 
  margin-bottom: 18px;
}
.serviceContent .left .sText {
  color: #222;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.specialTitle {
  color: #222;
  text-align: center;
  font-family: FontName;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; 
  margin-bottom: 24px;
}
.specialBox {
  width: 1065px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 64px;
}
.specialBox .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  width: 340px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(82, 82, 82, 0.08);
}
.specialBox .item .spIcon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.specialBox .item .spTitle {
  color: #222;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  margin-bottom: 12px;
}
.specialBox .item .spText {
  color: #666;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
}
.spText.p15 {
    padding: 0 15px;
}
.spText.p25 {
    padding: 0 25px;
}