#banner {
  width: 7.2rem;
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide {
  color: #333;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#banner .swiper-slide img {
  display: block;
  width: 7.2rem;
}
#banner .swiper-pagination-bullet-active {
  background: #fff;
}
#banner .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
}
#aboutUs {
  padding: .6rem .3rem 1rem .3rem;
  font-size: .4rem;
}
#aboutUs h4 {
  font-family: Arial;
  color: #0088D2;
}
#aboutUs h3 {
  color: #252525;
}
#aboutUs > p {
  font-size: .28rem;
  color: #333;
  line-height: .46rem;
  margin-top: .25rem;
}
#aboutUs > .read-more {
  margin-top: .6rem;
  font-size: .28rem;
  text-align: center;
  display: block;
  width: 2.2rem;
  height: .9rem;
  line-height: .9rem;
  color: #0088D2;
  border: 0.04rem solid #0088D2;
  position: relative;
}
#aboutUs > .read-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  width: 80%;
  height: .04rem;
  background: #0088D2;
}
#aboutUs .about-picture {
  margin: 0 auto;
  width: 5.33rem;
  height: 3.66rem;
  border: 0.1rem solid #D9F1F9;
  margin-top: .6rem;
  position: relative;
}
#aboutUs .about-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: .45rem;
  left: .45rem;
}
#floor2 {
  width: 100%;
  height: 6.75rem;
  background: #0088D2;
  padding: 0 .4rem ;
}
#floor2 .item {
  width: 3.2rem;
  float: left;
  height: 3.375rem;
  border: none;
  line-height: inherit;
}
#floor2 .item dl {
  height: 100%;
  text-align: center;
  padding: .3rem 0;
}
#floor2 .item dl dt {
  margin-bottom: .3rem;
}
#floor2 .item dl dt img {
  display: inline-block;
  width: 1.84rem;
}
#floor2 .item dl dd {
  font-size: .28rem;
  color: #fff;
}
#newsBox {
  font-size: .3rem;
  width: 100%;
  padding: .3rem;
}
#newsBox .title {
  text-align: center;
}
#newsBox .title > h1 {
  display: inline-block;
  padding-bottom: .1rem;
  font-size: .4rem;
  color: #252525;
  border-bottom: 0.04rem solid #0088D2;
}
#newsBox .picture-new {
  margin-top: 0.4rem;
  width: 100%;
}
#newsBox .picture-new dt {
  position: relative;
}
#newsBox .picture-new dt > img {
  display: block;
  width: 6.6rem;
  margin: 0 auto;
}
#newsBox .picture-new dt > span {
  font-size: .24rem;
  position: absolute;
  color: #fff;
  background: #0088D2;
  width: 1.7rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  top: 0px;
  left: 0px;
}
#newsBox .picture-new dd > p {
  padding: .2rem 0;
}
#newsBox .picture-new dd > p > a {
  font-size: .32rem;
  color: #252525;
}
#newsBox .picture-new dd > span {
  font-size: .3rem;
  color: #D0CCC7;
}
#newsBox .content-new ul > li {
  height: .6rem;
  line-height: .6rem;
}
#newsBox .content-new ul > li > a {
  font-size: .3rem;
  color: #333;
}
#newsBox .content-new ul > li > span {
  float: right;
  font-size: .26rem;
  color: #D0CCC7;
}
#newsBox .content-new > .read-more {
  margin-top: .6rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .28rem;
  text-align: center;
  display: block;
  width: 2.2rem;
  height: .9rem;
  line-height: .9rem;
  color: #0088D2;
  border: 0.04rem solid #0088D2;
  position: relative;
}
#newsBox .content-new > .read-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  width: 80%;
  height: .04rem;
  background: #0088D2;
}
