@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;
}





.module-3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.item-content {
  font-family: PingFangSC-Regular;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  width: 1020px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
  /* border-bottom: 1px solid #f4f4f4; */
}

.item-content img {
  box-shadow: 0 6px 20px 0 rgba(50,50,51,.3);
}

.item-content .item-info {
  width: 480px;
}

.item-content .item-info .item-title {
  font-size: 24px;
  color: #222;
}

.item-content .item-info .item-desc {
  margin-top: 20px;
  font-size: 16px;
  color: #404040;
  line-height: 30px;
}



