body {
  background: #f5f5f5;
}
.banner_wrap {
  background: #fff;
}
.banner {
  margin: auto;
  width: 1920px;
  height: 500px;
  background-image: url(../image/banner_1.png);
  background-repeat: no-repeat;
}
.nav_wrap {
  width: 100vw;
}
.nav_wrap .nav {
  margin: 20px auto;
  width: 1200px;
  height: 100px;
  list-style: none;
  background: #fff;
}
.nav_wrap .nav li {
  float: left;
  padding-top: 20px;
  width: 240px;
  height: 100px;
}
.nav_wrap .nav a {
  padding-top: 20px;
  color: #333;
  text-decoration: none;
}
.nav_wrap .nav a img {
  display: block;
  margin: auto;
  width: 32px;
  height: 32px;
}
.nav_wrap .nav a div {
  margin: 10px auto;
  text-align: center;
}
.nav_wrap .nav a:hover {
  color: #2882ff;
}
.nav_wrap .nav a:active {
  color: #2882ff;
}
.content {
  width: 100vw;
  height: 300px;
}
.content .itemList {
  margin: auto;
  width: 1200px;
}
.content .itemList .item {
  position: relative;
  float: left;
  margin: 0px 60px 60px 0px;
  padding-top: 60px;
  width: 360px;
  height: 410px;
  background: #fff;
  border-radius: 8px;
}
.content .itemList .item .logo {
  margin: auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #ccc;
  overflow: hidden;
}
.content .itemList .item .name {
  margin: 20px auto;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.content .itemList .item .name .bottom_line {
  margin: 10px auto;
  width: 50px;
  height: 6px;
  background: #2882ff;
  display: none;
}
.content .itemList .item .type {
  position: absolute;
  width: 360px;
  margin: auto;
  bottom: 20px;
  text-align: center;
}
.content .itemList .item .type div {
  margin: 0px 8px;
  display: inline-block;
  height: 30px;
  border: 1px solid #999;
  border-radius: 4px;
  color: #999;
  line-height: 30px;
  padding: 0px 20px;
}
.content .itemList .last_child {
  margin-right: 0px;
}
.content .itemList .item:hover {
  box-shadow: 0px 0px 10px 10px rgba(40, 130, 255, 0.1);
}
.content .itemList .item:hover .name .bottom_line {
  display: block;
}
.content .itemList .item:hover .title {
  border: 1px solid #2882ff;
  color: #2882ff;
}
.paging_wrap {
  width: 100vw;
  margin: auto;
  clear: both;
}
.paging_wrap .paging {
  margin: auto;
  width: 1200px;
}
.paging_wrap .paging ul {
  width: 514px;
  margin: auto;
  height: 36px;
  list-style: none;
}
.paging_wrap .paging ul li {
  display: block;
  float: left;
  text-align: center;
}
.paging_wrap .paging ul li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
  color: #666;
  border: 1px solid #ccc;
}
.paging_wrap .paging ul li a:hover {
  color: #2882ff;
  border: 1px solid #2882ff;
}
.paging_wrap .paging ul li .first_child,
.paging_wrap .paging ul li .last_child {
  width: 74px;
}
.paging_wrap .paging ul li .last_child {
  margin-right: 0px;
}
