/* 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/wisdom-2.0actionplan.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;
  background-color: #060505;
  margin-bottom: 100px;
}
.main .content .row .section {
  width: 50%;
  height: 301px;
  float: left;
  margin-bottom: 20px;
}
.main .content .row .section .img-warp {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.main .content .row .section .text-warp {
  background-color: #ffffff;
  padding: 18px 31px 30px;
  width: 273px;
  height: 252px;
  border: 1px solid #0066ed;
  color: #2766e9;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.main .content .row .section .text-warp .list-title {
  font-size: 24px;
  text-align: center;
}
.main .content .row .section .text-warp .list-title:after {
  content: '';
  display: block;
  width: 80px;
  border-bottom: 4px solid;
  margin: 19px auto;
}
.main .content .row .section .text-warp:hover {
  background-color: #2766e9;
  color: #ffffff;
}
.main .content .row .section .text-warp:hover:after {
  color: #ffffff;
}
.main .content .row:nth-child(odd) .section .img-warp {
  float: left;
}
.main .content .row:nth-child(odd) .section .text-warp {
  float: right;
}
.main .content .row:nth-child(even) .section .img-warp {
  float: right;
}
.main .content .row:nth-child(even) .section .text-warp {
  float: left;
}
.main .content .row:last-child .section {
  margin-bottom: 0;
}
.main .content .row:last-child .section .text-warp {
  line-height: 20px;
}
/* end 内容 */
