/* banner */
.banner {
  position: relative;
}
.banner #swiper-container-h {
  width: 100%;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide img {
  height: 617px;
  float: left;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 13% 0;
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  z-index: 1;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide .gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
/* end banner */
/* 内容 */
.main {
  position: relative;
}
.main .main-title {
  z-index: 2;
  margin-left: -110px;
  position: absolute;
  top: -34px;
  left: 50%;
  background-color: #2766e9;
  padding: 2px 20px;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  box-shadow: 0px 2px 16px -4px #000;
}
.main > h4.title {
  padding-top: 172px;
  margin-bottom: 66px;
  text-indent: -9999999px;
  background: url(../img/about-gxgxlmjytzjt.png) no-repeat center 100%;
  text-align: center;
  height: 66px;
}
.main .content {
  width: 1350px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 40px;
  color: #666666;
}
.main .content > .section {
  height: 450px;
  margin-bottom: 106px;
}
.main .content > .section .text-warp {
  position: relative;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  align-items: center;
}
.main .content > .section .img-warp {
  width: 50%;
}
.main .content > .section .img-warp img {
  height: 100%;
}
.main .content > .section:nth-child(odd) .text-warp {
  float: left;
}
.main .content > .section:nth-child(odd) .text-warp p {
  padding-right: 70px;
}
.main .content > .section:nth-child(odd) .text-warp::after {
  right: 0;
}
.main .content > .section:nth-child(odd) .img-warp {
  float: right;
}
.main .content > .section:nth-child(even) .text-warp {
  float: right;
}
.main .content > .section:nth-child(even) .text-warp p {
  padding-left: 70px;
}
.main .content > .section:nth-child(even) .text-warp::after {
  left: 0;
}
.main .content > .section:nth-child(even) .img-warp {
  float: left;
}
.main .content > .section:not(:nth-last-child(2)) .text-warp::after {
  position: absolute;
  bottom: -55px;
  content: '';
  width: 80px;
  height: 4px;
  background-color: #2766e9;
}
.main .content > .section:nth-last-child(2) {
  margin-bottom: 32px;
}
.main .content > .section-2 {
  margin-bottom: 100px;
}
/* end 内容 */
