


.banner__inner {
  display: block;
  position: absolute;
  width: 200%;
  min-width: 750px;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-image: url("../images/bg01.jpg");
  border-radius: 0 0 50% 50%;
  z-index: -1;
  overflow: hidden;
}

.banner__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(225, 0, 0, 0.8);
  z-index: -1;
}








































.showUs .pagecon{
  border-bottom: 0.6rem solid #eee;
}
.pagecon .banner{
  position: relative;
  width: 100%;
  height: 7.6rem;
  text-align: center;
  overflow: hidden;
}
.pagecon .banner h2{
  font-size: 1rem;
    color: #fff;
    padding-top: 3rem;
}
.pagecon .banner h3{
  font-size: 0.64rem;
  color: #fff;
  margin-top: 0.4rem;
  font-weight: normal;
}
.pagecon .imgBox{
  width: 100%;
  height: 5rem;
  background-color: #000;
  background-position: center center;
  background-size: cover;
}
/* .pagecon .imgBox img{
  width: 100%;
  height: 5rem;
} */
.pagecon .txtBox{
  padding: 0.8rem 0.4rem;
  font-size: 0.36rem;
  color:#333;
}
.pagecon .txtBox h5{
  font-size: 0.64rem;
  color: #df2c25;
  margin-bottom: 0.6rem;
}
.showUs .pagecon .txtBox h5{
  text-align: center;
}
.pagecon .txtBox p{
  line-height: 0.66rem;
  text-align: justify;
  color: #333;
}