.index-banner {
  width: 100%;
  font-size: 0;
}
.index-banner img {
  width: 100%;
  height: auto;
}
.index-resources {
  width: 100%;
  height: 1156px;
  background: #F6F6F6;
}
.index-resources .res-cont {
  width: 1200px;
  height: 840px;
  margin: 60px auto 0;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 50px 110px 0;
}
.index-resources .res-cont .resou-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-resources .res-cont .resou-list .resou-item {
  width: 230px;
  height: 390px;
  margin-right: 145px;
}
.index-resources .res-cont .resou-list .resou-item:nth-child(3n) {
  margin-right: 0;
}
.index-resources .res-cont .resou-list .resou-item .item-cover {
  width: 230px;
  height: 300px;
}
.index-resources .res-cont .resou-list .resou-item .item-cover img {
  width: 100%;
  height: 100%;
}
.index-resources .res-cont .resou-list .resou-item .item-title {
  padding-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.index-bus {
  width: 100%;
  height: 692px;
}
.index-bus.index-pers {
  height: 694px;
  background: #F6F6F6;
}
.index-bus .bus-cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index-bus .bus-cont .bus-left {
  width: 570px;
  height: 380px;
}
.index-bus .bus-cont .bus-left img {
  width: 100%;
  height: 100%;
}
.index-bus .bus-cont .bus-right {
  width: 560px;
}
.index-bus .bus-cont .bus-right .title-radius {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding: 32px 0 0 38px;
  position: relative;
}
.index-bus .bus-cont .bus-right .title-radius::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.index-bus .bus-cont .bus-right .right-text {
  margin: 38px 0 20px 0;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.index-bus .bus-cont .bus-right .btn-box .label-btn {
  display: inline-block;
  width: 90px;
  height: 30px;
  border: 1px solid #333333;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  margin-right: 24px;
}
.index-bus .bus-cont .bus-right .business-btn {
  display: inline-block;
  margin-top: 88px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  color: #0272DF;
  line-height: 30px;
}
