.side-area .swiper-pagination-bullet {
  background-color: transparent;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 5px;
  border: 2px solid #fff;
  display: inline-flex;
}
.side-area .swiper-pagination-bullet::after {
  content: "";
  width: 10px;
  margin: 2px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transition: all 0.2s ease;
}
.side-area .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}
.side-area .swiper-pagination-bullet img {
  width: 100%;
}
.side-area .swiper-pagination {
  bottom: 20px;
}
.side-area .mySwiper {
  height: 300px;
}
.row-1 .inner {
  padding-bottom: 60px;
}
.row-1 .about-box {
  flex-grow: 1;
}
.row-1 .about-box h5 {
  font-size: 30px;
  font-weight: bold;
  color: #1e97d3;
  margin: 60px 40px 50px 0;
}
.row-1 .about-box .text {
  color: #777777;
  font-size: 18px;
  line-height: 2;
}
.row-1 .about-box .text p {
  text-indent: 2em;
}
.row-1 .about-box .more {
  color: #000;
  border-bottom: 4px solid #1e97d3;
  margin-top: 40px;
  padding: 10px 0 20px;
}
.row-1 .about-box .more::after {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #aaa;
  transform: rotate(45deg);
  margin-left: 10px;
}
.row-1 .about-pic-box{
  margin: 30px 0;
  overflow: hidden;
  text-align: right;
  height: 500px;
}
.row-1 .about-pic-box img{
  width: 100%;
}
.row-1 .icon-box {
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.row-1 .icon-box .icon-item {
  position: relative;
  border: 1px solid #dadada;
  height: 200px;
  flex-shrink: 0;
  margin: 6px;
  background-image: url(/assets/img/building_pic.jpg);
}
.row-1 .icon-box .icon-item::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.row-1 .icon-box .icon-item .iconfont,
.row-1 .icon-box .icon-item span,
.row-1 .icon-box .icon-item strong {
  position: relative;
  z-index: 2;
}
.row-1 .icon-box .icon-item .iconfont {
  font-size: 50px;
  color: #1e97d3;
}
.row-1 .icon-box .icon-item strong {
  font-size: 35px;
}
.row-1 .icon-box .icon-item strong em {
  font-size: 20px;
  margin-left: 5px;
  font-style: normal;
}
.row-1 .icon-box .icon-item span {
  font-size: 20px;
  color: #4c4c4c;
}
.row-1 .icon-box .icon-item.item-1 {
  background-position: -60px -120px;
}
.row-1 .icon-box .icon-item.item-2 {
  background-position: -310px -120px;
}
.row-1 .icon-box .icon-item.item-3 {
  background-position: -60px -320px;
}
.row-1 .icon-box .icon-item.item-4 {
  background-position: -310px -320px;
}
.row-2 {
  background-color: #1e97d3;
}
.row-2 .inner {
  padding-bottom: 120px;
}
.row-2 .title {
  padding: 70px 0;
  font-size: 50px;
  color: #fff;
  line-height: 1;
}
.row-2 .tab-t {
  margin-bottom: 10px;
}
.row-2 .tab-c{
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
}
.row-2 .tab-t-item {
  height: 75px;
  background-color: rgba(255, 255, 255, 0.6);
  flex-grow: 1;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  padding: 0 10px;
  transition: all 0.5s ease;
}
.row-2 .tab-t-item.active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1e97d3;
}
.row-2 .tab-t-item:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.row-2 .tab-c-item {
  margin-top: 1px;
  display: none !important;
}
.row-2 .tab-c-item.active {
  display: flex !important;
}
.row-2 .time-box-item {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.row-2 .time-box-item:hover {
  background-color: #ffffff;
}
.row-2 .item-l {
  padding: 0 20px;
}
.row-2 .item-l .day {
  font-size: 60px;
  color: #1277c1;
  line-height: 1;
}
.row-2 .item-l .data {
  color: #9a9a9a;
  font-size: 20px;
}
.row-2 .item-r {
  margin-right: 20px;
}
.row-2 .item-r strong {
  font-size: 16px;
  margin: 20px 0 15px;
}
.row-2 .item-r p {
  font-size: 12px;
  line-height: 2;
}

.row-2-2{
  background-image: url(/assets/img/serves_bg.jpg);
}
.row-2-2 .title{
  display: flex;
  flex-direction: column;
}
.row-2-2 .title{
  padding: 30px 0;
}
.row-2-2 .title strong{
  font-size: 38px;
  color:#fff;
}
.row-2-2 .title span{
  font-size: 28px;
  color:#fff;
}
.row-2-2 .item-list{
  padding-bottom: 60px;
}
.row-2-2 .item-box{
  padding: 40px 30px 25px 30px;
  display: flex;
  flex-direction: column;
  color:#fff;
  box-sizing: border-box;
  /* border: 2px solid rgba(0, 0, 0, 0.05); */
  background-color: rgba(255, 255, 255, 0.2);
}
.row-2-2 .item-box .more-icon{
  font-size: 30px;
}
.row-2-2 .item-box:hover{
  background-color: #1E97D3;
}
.row-2-2 .item-box h4{
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.row-2-2 .item-box p{
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
  height: 36px;
  overflow: hidden;
  margin-bottom: 35px
}

.row-3 {
  background-color: #f5f5f5;
}
.row-3 .title {
  padding: 50px 0;
}
.row-3 .title strong {
  font-size: 46px;
  color: #1e97d3;
}
.row-3 .title span {
  font-size: 20px;
  color: #026fbf;
}
.row-3 .item-list {
  padding-bottom: 70px;
}
.row-3 .item-list .item-box {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.5s ease;
  height: 100%;
}
.row-3 .item-list .item-box:hover {
  transform: translateY(-5px);
}
.row-3 .item-list .pic-box {
  overflow: hidden;
}
.row-3 .item-list .pic-box img {
  width: 100%;
  transition: all 0.5s ease;
}
.row-3 .item-list .pic-box:hover img {
  transform: scale(1.2);
}
.row-3 .item-list .tit {
  font-size: 16px;
  color: #000000;
  margin: 0 15px;
  border-bottom: 2px solid #ccc;
}
.row-3 .item-list .tit span {
  padding: 20px 0;
  position: relative;
  height: 100%;
}
.row-3 .item-list .tit span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 2px;
  background-color: #1e97d3;
  transition: all 0.5s ease;
}
.row-3 .item-list .text {
  margin: 10px 15px;
  color: #666666;
  font-size: 12px;
  line-height: 2;
  text-indent: 2em;
}
.row-4 {
  background-color: #1e97d3;
}
.row-4 .inner {
  padding-bottom: 120px;
}
.row-4 .title {
  padding: 50px 0;
}
.row-4 .title strong {
  font-size: 46px;
  color: #fff;
  margin-bottom: 10px;
}
.row-4 .title span {
  font-size: 20px;
  color: #fff;
}
.row-4 .item-list .icon-item {
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.5s ease;
}
.row-4 .item-list .icon-item .iconfont {
  font-size: 70px;
  color: #fff;
  margin: 40px 0 20px;
  line-height: 1;
}
.row-4 .item-list .icon-item strong {
  font-size: 40px;
  padding: 10px 0 40px;
}
.row-4 .item-list .icon-item:hover {
  background-color: #fff;
  box-shadow: #ffffff 0 0 20px;
}
.row-4 .item-list .icon-item:hover .iconfont,
.row-4 .item-list .icon-item:hover strong {
  color: #1e97d3;
}
.row-5 {
  background-color: #f8f8f8;
}
.row-5 .inner {
  padding-bottom: 70px;
}
.row-5 .title {
  padding: 50px 0;
  color: #1e97d3;
  line-height: 1;
}
.row-5 .title strong {
  font-size: 50px;
}
.row-5 .title span {
  font-size: 30px;
}
.row-5 .pic-item {
  background-color: #fff;
  height: 160px;
}
.row-5 .pic-item img {
  max-width: 100%;
}
@media (min-width: 750px) {
  .side-area .mySwiper {
    height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .row-5 .title strong {
    font-size: 30px;
  }
  .row-5 .title span {
    font-size: 20px;
  }
}
