.fp-tableCell {
  vertical-align: top;
}

.pg1 {
  background: url(/static/images/m/index-pg1.jpg) no-repeat center center/cover;
}

.pg2 {
  background: url(/static/images/m/index-pg2.jpg) no-repeat center center/cover;
}

.pg3 {
  background: url(/static/images/m/index-pg3.jpg) no-repeat center center/cover;
  padding-bottom: 20px;
}

.pg5 {
  background: url(/static/images/m/index-pg4.jpg) no-repeat center center/cover;
}

.pg1 .banner {
  position: relative;
}

.pg1 .banner .text {
  text-align: left;
  color: #fff;
}
.pg1 .banner .text .name {
  position: absolute;
  left: 20px;
  top: 38%;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  text-shadow: 2px 4px 10px #000;
}
.pg1 .banner .text .name span {
  font-size: 0.6rem;
  padding-right: 10px;
}

.pg1 .banner .text .desc {
  position: absolute;
  left: 20px;
  top: 50%;
  color: #fff;
  line-height: 180%;
  font-size: 0.38rem;
  text-shadow: 2px 4px 10px #000;
}

.section .pg-text .title {
  padding: 40px 0 0 0;
  display: block;
  text-align: center;
  color: #fff;
}
.section .pg-text .title span {
  padding: 0 6px;
  display: inline-block;
  overflow: hidden;
  font-size: 0.5rem;
  color: #fff;
}
.section .pg-text .title span i {
  width: 20px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  background: #ddd;
  margin: 0 0 7px 0;
}

.section .pg-text .desc {
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 100%;
  display: block;
  overflow: hidden;
  color: #c1c1c1;
  text-align: center;
  padding: 5px 0 20px 0;
}

.section .middle-text {
  overflow: hidden;
  padding: 5px 20px 20px;
  position: relative;
  color: #fff;
}
.section .middle-text p {
  font-size: 0.4rem;
  line-height: 160%;
  margin-bottom: 15px;
}

.section a.button {
  width: 40%;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 20px auto;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 0.36rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.pg2 img {
  width: 100%;
}
.pg2 .info-list {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-top: 20px;
}
.pg2 .info-list li {
  float: left;
  width: 50%;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.pg2 .info-list li span {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
.pg2 .info-list li i {
  font-size: 0.8rem;
  font-weight: 100;
}
.pg2 .info-list li p {
  line-height: 160%;
}

.pg3 .project,
.pg4 .news,
.pg5 .pg5-address,
.pg5 .contact {
  overflow: hidden;
  padding: 10px 20px 20px 20px;
  position: relative;
}

.pg3 .projects {
  width: 68%;
  float: left;
}
.pg3 .pg-text .title span,
.pg4 .pg-text .title span {
  color: #333;
}
.pg3 .projects .project {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2%;
  position: relative;
}
.pg3 .projects > .project:nth-child(1) {
  margin-bottom: 4%;
}
.pg3 .projects .swiper-container {
  width: 68%;
  margin-left: 0;
  color: #666;
}

.pg3 .swiper-desc {
  color: #666;
  width: 100%;
  padding-bottom: 15px;
}
.pg3 .swiper-desc .title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-transform: uppercase;
}
.pg3 .swiper-desc .desc {
  color: #666666;
  font-size: 15px;
  line-height: 25px;
}
.pg3 .item {
  text-align: center;
  font-size: 18px;
  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;
}

.pg3 .item a {
  width: 100%;
  display: block;
}

.pg3 .item a img {
  width: 100%;
}

.pg3 .item a .text {
  height: 40px;
  overflow: hidden;
  position: absolute;
  bottom: 8%;
  background: rgba(32, 141, 209, 0.9);
  width: 90%;
  margin: 0% 5%;
  color: #fff;
  transition: all 0.36s ease;
}

.pg3 .item a .title {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.pg3 .swiper-button-prev {
  background: url(/static/images/l.jpg) no-repeat center center;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  margin-top: 15px;
  opacity: 0.8;
}
.pg3 .swiper-button-next {
  background: url(/static/images/r.jpg) no-repeat center center;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  margin-top: 15px;
  opacity: 0.8;
}

.pg4 .pg-text {
  color: #666;
}

.pg4 .news {
  background: #fff;
  padding: 20px;
}
.pg4 .news .swiper-container {
  padding-bottom: 40px;
}
.pg4 .news .swiper-container .swiper-slide a {
  height: 100%;
  display: block;
}
.pg4 .news .swiper-container img {
  width: 100%;
}
.pg4 .news .swiper-container .bottom-info .title {
  font-size: 18px;
  line-height: 180%;
  color: #333;
  text-align: left;
  padding-top: 10px;
}
.pg4 .news .swiper-container .bottom-info .date {
  font-size: 16px;
  color: #666;
}
.pg4 .news .swiper-container .bottom-info .desc {
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}

.pg5 .pg5-address {
  color: #fff;
}

.pg5 .pg5-address .company-name {
  font-size: 0.46rem;
  color: #fff;
  padding: 10px 0 20px 0;
}

.pg5 .pg5-address .info-detail {
  color: #fff;
  line-height: 180%;
  margin-bottom: 12px;
}
.pg5-address .info-detail i {
  color: #eee;
  width: 30px;
  float: left;
}
.pg5-address .info-detail p {
  font-size: 12px;
  padding-left: 30px;
  line-height: 200%;
}
.pg5-address .icon {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}

.pg5 .contact {
  color: #fff;
}

.pg5 .contact .contact-info {
  display: none;
}

.pg5 .contact .contact-tips {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}

.pg5 .contact .contact-input {
  padding-bottom: 2%;
  width: 100%;
  color: #fff;
}

.pg5 .contact .contact-input input {
  color: #fff;
  outline: none;
  background: transparent;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: solid 1px #919397;
  font-size: 12px;
}

.pg5 .contact .contact-input textarea {
  outline: none;
  height: 100px;
  background: transparent;
  border: solid 1px #919397;
  padding: 2%;
  width: 96%;
  margin-top: 4%;
  color: #fff;
  font-size: 12px;
}

.pg5 .contact .contact-input a {
  margin-top: 4%;
  border: solid 1px #919397;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.pg5 .wechat-pop {
  position: absolute;
}
