.banner-container {
  width: 100%;
  /* padding-top: 80px; */
  /* height: 600px; */
}

.banner-container .swiper-container {
  max-height: 600px;
}

.banner-container .swiper-slide a {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-container .swiper-slide a img {
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.banner-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 6px;
  opacity: 1;
}

.banner-container .swiper-pagination-bullet-active {
  width: 30px;
  background: #999;
}

.base-container {
  background: #fcfcfc;
}

.base-container .infoBase {
  padding-top: 72px;
}

.base-container .infoBase .name {
  font-size: 24px;
  color: #727171;
}

.base-container .infoBase .since {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}

.base-container .infoBase .summary {
  font-size: 12px;
  color: #808080;
  margin-top: 6px;
  line-height: 1.5;
}

.base-container .mapBox {
  padding-top: 27px;
}

.base-container .Statistics {
  padding-top: 100px;
}

.base-container .Statistics .st-item {
  float: left;
}

.base-container .Statistics .st-item .key {
  font-size: 14px;
  color: #727171;
  margin-top: 5px;
}

.base-container .Statistics .st-item .value {
  font-size: 24px;
  height: 32px;
  line-height: 32px;
}

.base-container .Statistics .st-sep {
  display: inline-block;
  float: left;
  width: 2px;
  height: 30px;
  background: #dfdfdf;
  margin: 13px 13px;
}

.base-container .product {
  width: 545px;
  overflow: hidden;
}

.base-container .product a {
  position: relative;
  float: left;
  width: 109px;
  height: 251px;
  cursor: pointer;
  display: block;
}

#books a.item {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}

.base-container .product a img {
  width: 100%;
  height: 100%;
}

.base-container .product a .name {
  position: absolute;
  left: 10px;
  top: 98px;
  color: #fff;
}

.base-container .product a .eng {
  position: absolute;
  left: 10px;
  top: 140px;
  line-height: 1.3;
  color: #fff;
  opacity: 0.4;
}

.overView {
  padding: 34px 0px;
  background: #fff;
}

.overView .culture {
  width: 224px;
  padding: 15px 10px 15px 0px;
  border-right: 2px solid #fafafa;
}

.overView .culture .title {
  font-size: 16px;
  color: #737373;
}

.overView .culture .title i {
}

.overView .culture .iconList {
  margin-top: 20px;
  padding-left: 15px;
}

.overView .culture .icon-item {
  float: left;
  margin-right: 40px;
}

.overView .culture .icon-item:last-child {
  margin-right: 10px;
}

.overView .culture .icon-item p {
  font-size: 12px;
  color: #737373;
  margin-top: 8px;
  text-align: center;
}

.overView .intr {
  padding: 10px 15px;
  width: 525px;
  border-right: 2px solid #fafafa;
}

.overView .intr .title {
  font-size: 20px;
  color: #737373;
  margin-bottom: 6px;
}

.overView .intr .date {
  font-size: 20px;
  color: #e6ae38;
  margin-bottom: 5px;
}

.overView .intr .desc {
  font-size: 12px;
  color: #777;
  line-height: 24px;
  height: 48px;
  text-indent: 2em;
}

.overView .intr .btnBox {
  float: right;
  width: 51px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #e6ae38;
  border-radius: 2px;
  text-align: center;
  color: #e6ae38;
  cursor: pointer;
}

.overView .news {
  padding: 10px 15px;
  width: 375px;
}

.overView .news .title {
  font-size: 16px;
  color: #737373;
}

.overView .news .listBox {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

.overView .news .listBox .news-item {
  line-height: 2;
}

.overView .news .listBox .news-item .left {
  float: left;
  width: 255px;
}

.overView .news .listBox .news-item .right {
  float: right;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  margin: 0 5px;
  opacity: 1;
  /* border: 1px solid #fff; */
  cursor: pointer;
}

.swiper-active-switch {
  width: 30px;
  background: #999;
}

.base-container .Statistics .st-item .value{
  max-width: 66px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-spacing: -5px;
}

.base-container .Statistics .st-item .value span{
  margin: 0;
  padding:0;
}

.culture-icon{
  max-width: 40px;
  max-height: 40px;
}
