.business {
  width: 100%;
}
.business .banner {
  position: relative;
  width: 100%;
}
.business .banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.business .banner .img-box {
  position: relative;
  height: 100%;
}
.business .banner .img-box img {
  display: block;
  width: 100%;
  height: 600px;
  max-height: 600px;
  object-fit: cover;
}
.business .banner .img-box .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.business .banner .img-box .info {
  position: absolute;
  top: 50%;
  left: 16%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
.business .banner .img-box .info h3,
.business .banner .img-box .info p,
.business .banner .img-box .info a {
  color: #fff;
}
.business .banner .img-box .info h3 {
  font-size: 36px;
  letter-spacing: 0.36px;
  font-weight: normal;
}
.business .banner .img-box .info p {
  width: 240px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.34px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  margin: 0;
}
.business .banner .img-box .info a {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin-top: 32px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.business .banner .img-box .info a:hover {
  background: #4A90E3;
  border: 1px solid #4A90E3;
}
.business .banner .img-box .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}
.business .banner .img-box .title-box h4 {
  font-size: 40px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1.24px;
  font-weight: bold;
}
.business .banner .img-box .title-box p {
  margin: 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 10px;
  text-indent: 10px;
  text-align: center;
}
.business .banner .img-box .title-box a {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin: 32px auto 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.business .banner .img-box .title-box a:hover {
  background: #4A90E3;
  border: 1px solid #4A90E3;
}
.business .banner .img-box1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  width: 345px;
  height: 79px;
}
.business .banner .img-box1 img {
  width: 100%;
}
.business .banner .swiper-button-next,
.business .banner .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-size: cover;
  opacity: 0.7;
}
.business .banner .swiper-button-prev {
  left: 60px;
  background-image: url('../image/disabled-arrow.png');
}
.business .banner .swiper-button-next {
  right: 60px;
  background-image: url('../image/disabled-arrow.png');
  transform: rotate(180deg);
}
.business .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
}
.business .tab .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.business .tab .tab-list p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.business .tab .tablist-active {
  background-color: #4A90E2;
  border: 1px solid #4A90E2;
}
.business .tab .tablist-active p {
  color: #Fff;
}
.business .business-main {
  padding: 0 5%;
}
.business .business-main .busines-lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.business .business-main .busines-lists .busines-list {
  width: 32%;
  margin-right: 2%;
  cursor: pointer;
  margin-bottom: 50px;
}
.business .business-main .busines-lists .busines-list .img-box {
  width: 100%;
  height: 297px;
}
.business .business-main .busines-lists .busines-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business .business-main .busines-lists .busines-list .list-bottom {
  height: 333px;
  box-sizing: border-box;
  padding: 50px 30px 60px;
  background-color: #f4f4f4;
}
.business .business-main .busines-lists .busines-list .list-bottom .date {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: rgba(51, 51, 51, 0.7);
}
.business .business-main .busines-lists .busines-list .list-bottom .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.business .business-main .busines-lists .busines-list .list-bottom .list-infor {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.6);
}
.business .business-main .busines-lists .busines-list .list-bottom .more {
  margin-top: 80px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: rgba(102, 102, 102, 0.6);
}
.business .business-main .busines-lists .busines-list:nth-child(3n) {
  margin-right: 0;
}
.business .business-main .busines-lists .busines-list:hover .list-bottom {
  background-color: #4A90E2;
}
.business .business-main .busines-lists .busines-list:hover .list-bottom .date {
  color: #fff;
}
.business .business-main .busines-lists .busines-list:hover .list-bottom .list-title {
  color: #fff;
}
.business .business-main .busines-lists .busines-list:hover .list-bottom .list-infor {
  color: #fff;
}
.business .business-main .busines-lists .busines-list:hover .list-bottom .more {
  color: #fff;
}
.business .business-main .busines-lists .busines-list:hover .list-bottom .more a {
  color: #fff;
}
.business .business-main .loading-container {
  text-align: center;
}
.business .business-detail {
  max-width: 1200px;
  margin: 69px auto 0;
  padding: 0 5%;
}
.business .business-detail .detail-title {
  text-align: center;
}
.business .business-detail .detail-title p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.business .business-detail .detail-title p.title {
  text-align: center;
}
.business .business-detail .detail-title .date {
  display: block;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
}
.business .business-detail .line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e5e5e5;
}
.business .business-detail .detail-infor img {
  display: block;
  width: 100%;
}
.business .business-detail .detail-infor p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
}
.business .business-detail .business-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.business .business-detail .business-page .business-left .business-next {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.business .business-detail .business-page .business-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.business .business-detail .business-page .business-right a img {
  width: 18px;
  margin-right: 10px;
}
.business .business-detail .business-page .business-right a p {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.business .newest-news {
  width: 88%;
  margin: 0 auto;
  margin-top: 73px;
  margin-bottom: 100px;
}
.business .newest-news h5 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.business .newest-news .line {
  height: 1px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 60px;
  background-color: #e5e5e5;
}
.business .newest-news .newest-lists {
  display: flex;
}
.business .newest-news .newest-lists .newest-list {
  width: 24%;
  margin-right: 1.3%;
  cursor: pointer;
}
.business .newest-news .newest-lists .newest-list .img-box img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.business .newest-news .newest-lists .newest-list h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 42px;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 1;
  text-align: center;
}
.business .newest-news .newest-lists .newest-list p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  text-align: center;
}
.business .newest-news .newest-lists .newest-list a {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  text-align: center;
}
.business .newest-news .newest-lists .newest-list:nth-child(4) {
  margin-right: 0;
}
.load-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 40px;
}
.load-more-container .load-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.2s;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background-color: #4A90E3;
}
.load-more-container .load-button:hover {
  opacity: 0.8;
}
.load-more-container .load-button:active {
  opacity: 1;
}
