@import 'common.css';
body {
  background-color: rgb(247, 247, 247);
}
.header.fixed .nav li.rootItem .subMenu li {
  background-color: #3368c8;
  text-shadow: 0 0 10px #3368c8;
}
.banner {
  height: 480px;
  background: url(../images/culture/banner.png) center bottom #3368c8;
  position: relative;
}
.mod {
  position: relative;
  padding: 75px 0 55px;
}
.mod-title {
  text-align: center;
}
.mod-title .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}
.mod-title .motto {
  margin-top: 20px;
  margin-bottom: 65px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}
.b1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.b2 ul:after,
.b1 ul:after {
  content: '';
  display: block;
  clear: both;
}
.b1 ul li {
  display: inline-block;
  width: 264px;
  height: 194px;
  padding-top: 70px;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
}
@keyframes r1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes r2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.b1 ul li:before,
.b1 ul li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms;
  opacity: 0;
}
.b1 ul li:before {
  animation: r1 5s linear infinite;
  background: url(../images/culture/121.png) center center no-repeat;
}
.b1 ul li:after {
  animation: r2 5s linear infinite;
  background: url(../images/culture/122.png) center center no-repeat;
}
.b1 ul li:hover:before,
.b1 ul li:hover:after {
  opacity: 1;
}
.b1 ul li .icon {
  display: block;
  width: 84px;
  height: 84px;
  background: url(../images/culture/1.png) center center no-repeat;
  margin: 0 auto;
}
.b1 ul li:nth-child(2) .icon {
  background-image: url(../images/culture/2.png);
}
.b1 ul li:nth-child(3) .icon {
  background-image: url(../images/culture/3.png);
}
.b1 ul li:nth-child(4) .icon {
  background-image: url(../images/culture/4.png);
}
.b1 ul li .title {
  margin-top: 20px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
}

.b2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2 ul li:hover .avatar {
  transform: scale(1.1);
  /* box-shadow: 0 0 20px #cae1ff; */
}
.b2 ul li:hover {
  box-shadow: 0 0 20px #cae1ff;
}
.b2 ul li {
  float: left;
  width: 365px;
  height: 140px;
  padding: 60px 35px 0;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin: 23px;
}
.b2 ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.b2 ul li:nth-child(3n) {
  margin-right: 0;
}
.b2 ul li .avatar img {
  display: block;
  width: 100%;
  min-height: 100%;
  /* background-color: #000; */
}
.b2 ul li .avatar {
  transition: all 300ms;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -35px;
  left: 35px;
}
.b2 ul li .content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  height: 75px;
}
.b2 ul li .attr {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}
.b2 ul li .attr div {
  display: inline-block;
}
.b2 ul li .attr .name {
  color: #333;
}
.b2 ul li .attr .post {
  color: #999;
  margin-left: 0.5em;
}

.b3 .wrap {
  position: relative;
}
.b3 .timeline {
  margin: 0 50px;
  position: relative;
}
.b3 .timeline:before {
  content: '';
  display: block;
  border-top: 1px dashed #ccc;
  position: relative;
  top: 40px;
}
.b3 .timeline .value {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.b3 .timeline .value .txt {
  position: relative;
  top: 0;
  transition: all 300ms;
}
.b3 .timeline .value .bg {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666;
  border: solid 7px #fff;
  box-shadow: 0 0 2px #666;
  display: block;
  margin: 30px auto 0;
  transition: all 300ms;
}
.b3 .timeline .swiper-slide-active .value .bg {
  margin: 0 auto;
  width: 76px;
  height: 76px;
  line-height: 60px;
  background: linear-gradient(-90deg, rgba(36, 148, 245, 1), rgba(57, 81, 249, 1));
  border: 8px solid rgba(255, 255, 255, 1);
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 2px #ccc;
  color: #fff;
  box-sizing: border-box;
}
.b3 .timeline .swiper-slide-active .value .txt {
  position: relative;
  top: -55px;
  color: #FFF;
}
.b3 .list {
  margin: 85px 0;
  padding: 0;
  list-style: none;
}
.b3 .list:after {
  content: '';
  display: block;
  clear: both;
}
.b3 .list li {
  float: left;
  width: 685px;
  height: 280px;
  position: relative;
  margin-bottom: 40px;
}
.b3 .list li:nth-child(odd) {
  margin-right: 30px;
}
.b3 .list li .thumb img {
  display: block;
  width: 100%;
  min-height: 206px;
  background-color: #000;
  width: 275px;
  height: 206px;
}
.b3 .list li .article {
  width: 363px;
  height: 210px;
  padding: 45px 25px 0 60px;
  background: rgba(255, 255, 255, 1);
  opacity: 0.8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.b3 .list li .article .date {
  display: inline-block;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
  padding-bottom: 20px;
  position: relative;
}
.b3 .list li:hover .article .date:after {
  right: -280px;
}
.b3 .list li .article .date:after {
  content: '';
  display: block;
  height: 3px;
  background-color: #000;
  background: linear-gradient(-90deg, rgba(36, 148, 245, 1), rgba(57, 81, 249, 1));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms;
}
.b3 .list li .article .intro {
  margin-top: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
  opacity: 0.9;
}

.b2 .mod-title .title:before {
  content: 'FIVE HEART CLUTURE';
  display: block;
}
.b3 .mod-title .title:before {
  content: 'honzh  Events';
  display: block;
}

.b3 .list {
  display: none;
}
.b3 .list:first-child {
  display: block;
}
