/****** index-banner start ******/
.index-banner {
  width: 100%;
  height: 423px;
  overflow: hidden;
  background: url("../img/index-banner.jpg") no-repeat center center;
}

.index-banner .statistic {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 220px;
  text-shadow: 2px 0 5px rgba(0, 0, 0, .3);
}

.index-banner .num {
  color: #ffea00;
}

/****** index-banner end ******/

/****** index-resource-category start ******/
.index-resource-category {
  padding-bottom: 60px;
}

.index-resource-category .hd {
  height: 115px;
  overflow: hidden;
  text-align: center;
  padding-top: 60px;
}

.index-resource-category .bd {
  border-left: 1px dashed #cacaca;
  height: 261px;
  overflow: hidden;
}

.index-resource-category .category {
  width: 298px;
  height: 130px;
  float: left;
  overflow: hidden;
  display: block;
  background: url("../img/icon-science.png") no-repeat 60px center;
  border-right: 1px dashed #cacaca;
  border-bottom: 1px dashed #cacaca;
}

.index-resource-category .category:hover {
  background-color: #fafafa;
}

.index-resource-category .category h4 {
  font-size: 20px;
  color: #000;
  padding-left: 135px;
  margin: 35px 0 10px;
  font-weight: 400;
}

.index-resource-category .category p {
  font-size: 16px;
  color: #999;
  padding-left: 135px;
}

.index-resource-category .category-science {
  background-image: url("../img/icon-science.png");
}

.index-resource-category .category-information {
  background-image: url("../img/icon-information.png");
}

.index-resource-category .category-talent {
  background-image: url("../img/icon-talent.png");
}

.index-resource-category .category-activity {
  background-image: url("../img/icon-activity.png");
}

.index-resource-category .category-society {
  background-image: url("../img/icon-society.png");
}

.index-resource-category .category-book {
  background-image: url("../img/icon-book.png");
}

.index-resource-category .category-project {
  background-image: url("../img/icon-project.png");
}

.index-resource-category .category-application {
  background-image: url("../img/icon-application.png");
}

/****** index-resource-category end ******/

/****** index-kepu start ******/
.index-kepu {
  background: #f5f5f5;
  padding-bottom: 65px;
}

.index-kepu .hd {
  height: 100px;
  padding-top: 60px;
  text-align: center;
}

.index-kepu .kepu-link {
  display: block;
  float: left;
  width: 222px;
  height: 70px;
  padding: 7px 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 16px 16px 0;
  text-align: center;
}

.index-kepu .kepu-link:hover {
  border: 1px solid #80c0f0;
}

/****** index-kepu end ******/