@charset "UTF-8";
.swiper-container-body {
  position: relative;
  width: 100%;
  height: 400px; }
  .swiper-container-body .swiper-container {
    width: 1200px;
    margin: 0 auto;
    height: 400px; }
    .swiper-container-body .swiper-container .swiper-wrapper .slide1 {
      background: url(../images/product/banner.png) no-repeat; }
    .swiper-container-body .swiper-container .swiper-wrapper .slide2 {
      background: url(../images/product/banner.png) no-repeat; }
    .swiper-container-body .swiper-container .swiper-wrapper .slide3 {
      background: url(../images/product/banner.png) no-repeat; }
  .swiper-container-body .left {
    width: calc(50vw - 600px);
    height: 400px;
    background: #531E56;
    position: absolute;
    left: 0;
    top: 0; }
  .swiper-container-body .right {
    background: #303985;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 600px);
    height: 400px; }

.solution-body {
  /*font-family: '微软雅黑','Microsoft YaHei';*/
  width: 100%;
  background: #F6F6F6; }
  .solution-body .solution-list {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 40px 0; }
    .solution-body .solution-list .f {
      float: left;
      height: 310px;
      background: #fff;
      width: 270px;
      display: inline-block;
      margin-right: 40px;
      margin-bottom: 40px;
      text-align: center; }
      .solution-body .solution-list .f img {
        padding: 50px 0 40px 0;
        height: 55px; }
      .solution-body .solution-list .f h2 {
        font-size: 20px;
        color: #133c5f;
        margin-bottom: 15px; }
      .solution-body .solution-list .f p {
        text-align: left;
        line-height: 25px;
        color: #343434;
        opacity: 0.7;
        width: 60%;
        margin-left: 20%;
        letter-spacing: 1px; }
    .solution-body .solution-list .f.last {
      margin-right: 0px; }
    .solution-body .solution-list .f:hover {
      box-shadow: 1px 3px 3px #e8e8e8;
      cursor: pointer;
      margin-top: -3px; }
