.home-banner {
  width: 100%;
  height: 700px;
}
.home-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.home-banner .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-banner .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 6px !important;
}
.home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px !important;
  height: 8px !important;
  border: 2px solid #fff;
  background-color: transparent !important;
}
.home-profile {
  padding: 80px 0;
}
.home-profile .profile-box {
  align-items: flex-start;
}
.home-profile .profile-box > div {
  width: 625px;
}
.home-profile .profile-box > div .profile-con p {
  display: none;
  font-size: 18px;
  color: #666;
  text-indent: 36px;
  margin-top: 10px;
}
.home-profile .profile-box > div .profile-con p:first-of-type {
  margin-top: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 限制在一个块元素显示的文本的行数 */
  /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  -webkit-line-clamp: 5;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}
.home-profile .profile-item {
  margin-top: 50px;
}
.home-profile .profile-item li {
  width: 370px;
  height: 378px;
  background: url(/images/home_03.jpg);
  padding: 70px 20px;
  box-sizing: border-box;
}
.home-profile .profile-item li:nth-of-type(2) {
  background: url(/images/home_04.jpg);
}
.home-profile .profile-item li:nth-of-type(3) {
  background: url(/images/home_05.jpg);
}
.home-profile .profile-item li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.home-profile .profile-item li h4::after {
  display: block;
  content: '';
  width: 20px;
  height: 5px;
  background-color: #fff;
  margin: 14px 0 30px;
}
.home-profile .profile-item li p {
  font-size: 18px;
  color: #fff;
}
.home-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.home-title .title-box h3 {
  font-size: 30px;
  color: #333;
}
.home-title .title-box p {
  font-size: 18px;
  color: #666;
}
.home-system {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.home-system ul {
  align-items: flex-start;
}
.home-system ul > li {
  width: 20%;
  text-align: center;
  padding: 0 1%;
  box-sizing: border-box;
  margin-top: 30px;
}
.home-system ul > li .iconfont {
  font-size: 40px;
  color: #1677ff;
  text-align: center;
}
.home-system ul > li h4 {
  font-size: 22px;
  color: #333;
}
.home-system ul > li p {
  font-size: 16px;
  color: #666;
}
.home-needs {
  padding: 80px 0;
}
.home-needs ul > li {
  position: relative;
  width: 285px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 10px #c1c1c1;
}
.home-needs ul > li::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #1677ff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-needs ul > li h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0 0px;
  color: #333;
}
.home-needs ul > li p {
  padding: 6px 16px 20px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.home-services {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.home-services ul {
  margin-top: 30px;
  align-items: flex-start;
}
.home-services ul > li {
  width: 20%;
}
.home-services ul > li img {
  display: block;
  width: 100%;
}
.home-services ul > li h4 {
  padding: 10% 5% 5%;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.home-services ul > li h4::after {
  display: block;
  margin-top: 10px;
  content: "";
  width: 10%;
  height: 3px;
  background-color: #1677ff;
}
.home-services ul > li p {
  padding: 0 5% 0%;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.home-news {
  padding: 80px 0;
}
.home-news ul {
  margin-top: 30px;
}
.home-news ul li {
  width: 580px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: dashed #666 1px;
}
.home-news ul li a {
  display: flex;
  justify-content: space-between;
}
.home-news ul li a .item-time {
  width: 18%;
}
.home-news ul li a .item-time h4 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.home-news ul li a .item-time p {
  font-size: 16px;
  color: #666;
}
.home-news ul li a .item-con {
  width: 82%;
}
.home-news ul li a .item-con h5 {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news ul li a .item-con p {
  font-size: 16px;
  color: #666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-partner {
  padding: 80px 0;
}
.home-partner ul {
  margin-top: 30px;
  border: #e1e1e1 solid 1px;
  box-sizing: border-box;
}
.home-partner ul li {
  width: 20%;
  padding: 10px 0;
  background-color: #fff;
  border-right: #e1e1e1 solid 1px;
  border-bottom: #e1e1e1 solid 1px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-partner ul li:nth-of-type(5n) {
  border-right: none;
}
.home-partner ul li:nth-of-type(6),
.home-partner ul li:nth-of-type(7),
.home-partner ul li:nth-of-type(8),
.home-partner ul li:nth-of-type(9),
.home-partner ul li:nth-of-type(10) {
  border-bottom: none;
}
.home-partner ul li img {
  display: block;
  width: 170px;
}
.home-choice {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.home-choice ul {
  margin-top: 30px;
}
.home-choice ul li {
  width: 20%;
  text-align: center;
}
.home-choice ul li img {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.home-choice ul li .iconfont {
  font-size: 40px;
  text-align: center;
  color: #1677ff;
}
.home-choice ul li h4 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.home-choice ul li p {
  font-size: 18px;
  color: #666;
}
