.bg-f7 {
  background: #f7f7f7;
}
/* 通用分页 */
.pagination-container {
  margin-top: 20px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pagination-container span {
  color: #666;
  font-size: 9pt;
}
.pagination-container ul {
  float: right;
  height: 30px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pagination-container ul li {
  z-index: 1;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.pagination-container ul li a,
.pagination-container ul li span {
  color: #333;
  width: 30px;
  height: 30px;
  border: 1px solid #DCDCDC;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  display: inline-block;
  box-sizing: border-box;
}
.pagination-container ul li span {
  cursor: default;
  background: #DCDCDC;
}
.pagination-container ul li a:hover {
  border-color: #2d8cf0;
}
.pagination-container ul li.active {
  z-index: 2;
}
.pagination-container ul li.active span {
  color: #fff;
  border-color: #2d8cf0;
  background: #2d8cf0 !important;
}
.pagination-container ul li.disabled span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.pagination-container ul li:last-child a,
.pagination-container ul li:first-child a,
.pagination-container ul li:last-child span,
.pagination-container ul li:first-child span {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.head {
  height: 50px;
  box-sizing: border-box;
  z-index: 1000;
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
  font-size: 14px;
}
.head .header-logo {
  height: 50px;
  line-height: 48px;
}
.head .header-logo-img {
  height: 32px;
  vertical-align: middle;
  float: left;
  margin-top: 8px;
}
.foot {
  background-color: #f8f8f9;
}
.foot-logo {
  width: 32px;
  height: 32px;
  filter: grayscale(100%);
  opacity: 0.5;
}
.index .news-items-a:hover {
  color: #00b9e0 !important;
}
.index .card {
  height: 120px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 16px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.index .card .ivu-card-body {
  height: 100% !important;
}
.header {
  width: 100%;
  height: 600px;
  margin: 0 0;
  object-fit: contain;
  background-size: 100% 100%;
}
.header .nav {
  width: 1200px;
  margin: 37px auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 70px;
  padding: 17px 30px 13px 40px;
  border-radius: 40px;
  background-color: #f2fdff;
  z-index: 10;
  font-size: 16px;
}
.header .nav .logo {
  height: 36px;
  width: 100px;
}
.header .nav ul li {
  line-height: 2.5;
}
.header .nav ul li .submenu {
  display: none;
  top: 36px;
  width: 170px;
  height: 214px;
  left: -30px;
  padding-top: 25px;
}
.header .nav ul li .submenu .submenubg {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f2fdff;
  border-radius: 10px;
  height: 214px;
  padding: 15px 0;
}
.header .nav ul li .submenu a {
  color: #333333;
}
.header .nav ul li .submenu a img {
  color: #00b9e0;
  background: #00b9e0;
}
.header .nav ul li .submenu a:hover {
  color: #00b9e0;
}
.header .nav ul li a {
  color: #333333;
}
.header .nav ul li a:hover {
  color: #00b9e0;
}
.header .nav ul li:hover {
  background-image: url('/static/index/images/nav-selected.svg');
  background-position: bottom center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.header .nav ul li:hover .submenu {
  display: block;
}
.header .nav ul .activat {
  background-image: url('/static/index/images/nav-selected.svg');
  background-position: bottom center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.header .nav ul .activat a {
  color: #00b9e0;
}
.news-detail .news-detail-title {
  height: 180px;
}
.page-news .newstypeactiv {
  font-size: 20px;
  font-weight: bold;
  color: #51b3e0;
}
.page-news .newsitem {
  width: 370px;
  height: 200px;
  margin: 0 45px 40px 0;
  border-radius: 10px;
  box-shadow: 0 0 15px 5px #e6eeef;
  padding: 20px;
}
.page-news .newsitem a {
  color: #51b3e0;
}
/*# sourceMappingURL=home.css.map */