@import url("g-base.css");
@import url("g-common.css");


.banner {
  padding: 152px 0 112px;
  position: relative;
  color: hsla(0,0%,100%,.9);
  overflow: hidden;
}

.banner__inner {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 150%;
  min-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-image: url("../images/banner.jpg");
  border-radius: 0 0 50% 50%;
  z-index: -1;
  overflow: hidden;
}

.banner__inner::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 150%;
  min-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(225, 0, 0, 0.8);
  border-radius: 0 0 50% 50%;
  z-index: -1;
  overflow: hidden;
}


.pagecon .banner{
  width: 100%;
  text-align: center;
}
.pagecon .banner h2{
  font-size: 58px;
  color: #fff;
  /* padding-top: 170px; */
  letter-spacing:6px;
}
.pagecon .banner h3{
  font-size: 32px;
  color: #fff;
  margin-top: 16px;
}



.pagecon .txtBox{
  flex: 1;
  font-size: 18px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagecon .txtBox .con{
  height: 100px;
  font-size: 18px;
  width: 90%;
  margin-top: 120px;
}
.pagecon .txtBox .con p{
  line-height: 30px;
  margin-top: 20px;
}
.pagecon .txtBox h5{
  font-size: 32px;
  color: #df2c25;
  margin-bottom: 0.6rem;
}
.pagecon .desBox{
  position: absolute;
  left:50%;
  top:450px;
  transform: translate(-50%,0);
  background:#fff;
  width: 900px;
  padding:50px;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(50,50,51,.1);
}
.pagecon .holderBox{
  height: 900px;
  /* background: #f7f7f7; */
}
.pagecon .desBox .txtBox{
  text-align: left;
  align-items: inherit;
}
.pagecon .desBox .txtBox p{
  text-align:left;
  line-height: 32px;
}