.swiper-container {
  height: 100%;
  width: 100%; }

.swiper-slide {
  height: 100%; width:100%;
  color: #fff;
  font-size: 36px;
  text-align: center; position:relative;}

.con {
  width: 1200px;
  margin: 0 auto; }

.header {
  background: url(../images/hbg.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 120px;
  padding: 0 110px; }
  .header .logo {
    float: left;
    padding-top: 22px; }
  .header .nav {
    float: right;
    position: relative;
    padding-right: 160px; }
    .header .nav .nav-l {
      float: left; }
      .header .nav .nav-l .t {
        padding-top: 30px;
        margin-bottom: 22px; }
        .header .nav .nav-l .t a {
          float: right;
          color: #fff;
          font-size: 15px;
          margin-left: 30px; }
          .header .nav .nav-l .t a img {
            float: left;
            margin-right: 5px;
            position: relative;
            top: 2px; }
        .header .nav .nav-l .t a:hover {
          color: #f9b552;
          transition: .3s; }
      .header .nav .nav-l .b .box {
        display: flex;
        flex-wrap: wrap; }
        .header .nav .nav-l .b .box li {
          position: relative; }
          .header .nav .nav-l .b .box li ul {
            position: absolute;
            top: 100%;
            z-index: 999;
            display: none;
            margin-left: 20px;
            left: -20px; }
            .header .nav .nav-l .b .box li ul li {
              text-align: center;
              width: 100%;
              line-height: 2;
              background-color: rgba(69, 118, 226, 0.739);    left: -21px;
              min-width: 154px; padding: 0px 5px;}
              .header .nav .nav-l .b .box li ul li a {
                display: inline-block;
                width: 100%;
                margin: auto; }
      .header .nav .nav-l .b a {
        color: #fff;
        font-size: 15px;
        margin-left: 20px;
        display: inline-block;
        position: relative; }
      .header .nav .nav-l .b li:hover ul {
        display: block; }
      .header .nav .nav-l .b a:hover {
        color: #f9b552;
        transition: .3s; }
    .header .nav .nav-r {
      margin-left: 0px;
      position: absolute;
      right: 0;
      z-index: 3; }
      .header .nav .nav-r .list {
        position: absolute;
        right: 22px;
        top: 30px;
        text-align: center; }
        .header .nav .nav-r .list a {
          color: #fff;
          font-size: 15px;
          margin-bottom: 27px;
          display: block; }
        .header .nav .nav-r .list a:hover {
          color: #f9b552;
          transition: .3s; }

.banner {
  height: 581px;
  width: 100%;
  position: relative; }
  .banner .img {
    width: 100%;
    height: 100%; }
  .banner .arrow-left {
    position: absolute;
    left: 80px;
    width: 47px;
    height: 47px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/left.png) no-repeat;
    background-size: cover;
    z-index: 3; }
  .banner .arrow-right {
    position: absolute;
    right: 80px;
    width: 47px;
    height: 47px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    z-index: 3; }
  .banner .bannerm {
    width: 725px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
    .banner .bannerm .t {
      text-align: center;
      padding-left: 78px; }
      .banner .bannerm .t .item {
        width: 143px;
        background: #1b8bea;
        height: 44px;
        float: left;
        line-height: 44px;
        color: #fff;
        opacity: 0.4;
        cursor: pointer; }
      .banner .bannerm .t .ac {
        opacity: 1; }
    .banner .bannerm .b {
      border-top: 13px solid #1b8bea;
      height: 163px;
      background: url(../images/bbg.png) no-repeat;
      background-size: cover;
      background-position: center;
      display: none; }
      .banner .bannerm .b .input {
        width: 550px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 5px;
        opacity: 0.87;
        margin: 0 auto;
        margin-top: 29px;
        margin-bottom: 20px;
        background: #fff; }
        .banner .bannerm .b .input input {
          float: left;
          line-height: 40px;
          width: 80%;
          height: 40px;
          padding-left: 20px; }
        .banner .bannerm .b .input a {
          width: 40px;
          height: 40px;
          background-color: #f28d61;
          border-radius: 0px 5px 5px 0px;
          display: block;
          float: right;
          padding-top: 9px;
          padding-left: 9px; }
      .banner .bannerm .b .text {
        text-align: center;
        font-size: 15px;
        color: #808080; }
        .banner .bannerm .b .text a {
          color: #808080; }
        .banner .bannerm .b .text a:hover {
          color: #f9b552;
          transition: .3s; }

.index-1 {
  height: 170px;
  background-image: url(../images/lefttitle.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  margin-bottom: 64px;
  padding-top: 30px; }
  .index-1 .item {
    float: left;
    width: 75px;
    text-align: center;
    margin-right: 85px; }
    .index-1 .item a .img {
      margin-bottom: 15px; }
      .index-1 .item a .img img {
        transition: .3s; }
      .index-1 .item a .img img:hover {
        transform: scale(1.2);
        transition: .3s; }
    .index-1 .item a .text {
      font-size: 16px;
      color: #444444; }
  .index-1 .item:last-child {
    margin-right: 0; }

.index-2 {
  margin-bottom: 61px; }
  .index-2 .left {
    width: 600px;
    position: relative;
    height: 385px;
    margin-right: 0;
    float: left; }
    .index-2 .left .img {
      height: 338px; }
    .index-2 .left .text {
      line-height: 45px;
      background: #f2f2f2;
      padding: 0 19px;
      font-size: 16px;
      color: #333333;
      text-align: left; }
    .index-2 .left .pagination {
      position: absolute;
      right: 15px;
      bottom: 18px;
      z-index: 3; }
      .index-2 .left .pagination .swiper-pagination-switch {
        width: 10px;
        height: 10px;
        background-color: #ccc;
        transform: rotateZ(45deg);
        display: block;
        float: left;
        margin-left: 8px; }
      .index-2 .left .pagination .swiper-active-switch {
        background: #1b8bea; }
  .index-2 .right {
    float: right;
    width: 550px; }
    .index-2 .right .tabt {
      border-bottom: 2px solid #cccccc; }
      .index-2 .right .tabt .span {
        float: left;
        font-size: 22px;
        color: #4d4d4d;
        margin-right: 29px;
        padding-bottom: 13px;
        cursor: pointer; }
      .index-2 .right .tabt .ac {
        border-bottom: 3px solid #1B8BEA;
        font-weight: bold;
        color: #1B8BEA; }
      .index-2 .right .tabt a {
        float: right;
        font-size: 14px;
        color: #777777;
        padding-top: 5px; }
    .index-2 .right .tabb .list { position:relative;
      display: none; }
      .index-2 .right .tabb .list .item {
        margin-bottom: 14px; }
        .index-2 .right .tabb .list .item .t {
          display: none;
          padding: 24px 17px;
          border-bottom: 1px dashed #cccccc;
          background: url(../images/right1.png) no-repeat;
          background-position: left 27px; }
          .index-2 .right .tabb .list .item .t h2 {
            font-size: 15px;
            color: #333333;
            margin-bottom: 19px;
            font-weight: normal; }
          .index-2 .right .tabb .list .item .t h2:hover {
            color: #1B8BEA;
            transition: .3s; }
          .index-2 .right .tabb .list .item .t p {
            font-size: 13px;
            color: #666666;
            margin-bottom: 15px;
            line-height: 22px; }
          .index-2 .right .tabb .list .item .t span {
            padding-left: 26px;
            font-size: 13px;
            color: #666666;
            background: url(../images/time.png) no-repeat;
            background-position: left center; }
        .index-2 .right .tabb .list .item .b {
          display: block; }
          .index-2 .right .tabb .list .item .b .bl {
            float: left;
            font-size: 15px;
            color: #333333;
            padding-left: 19px;
            background: url(../images/right1.png) no-repeat;
            background-position: left center; }
          .index-2 .right .tabb .list .item .b .bl:hover {
            color: #1B8BEA;
            transition: .3s; }
          .index-2 .right .tabb .list .item .b .br {
            float: right;
            font-size: 13px;
            color: #333333; }
      .index-2 .right .tabb .list .ac .t {
        display: block; }
      .index-2 .right .tabb .list .ac .b {
        display: none; }
.index-2 .right .tabb .list .morea{position:absolute; top:-40px; right:20px; color:#000;}
.index-3 {
  height: 564px;
  width: 100%;
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 45px;
  margin-bottom: 60px; }
  .index-3 .title {
    margin-bottom: 29px; }
    .index-3 .title img {
      width: 100%; }
  .index-3 .list .item {
    float: left;
    width: 25%;
    padding-op: 48px;
    color: #fff;
    text-align: center;
    height: 446px;
    position: relative; }
    .index-3 .list .item .img {
      width: 70px;
      margin: 0 auto;
      margin-bottom: 22px; }
    .index-3 .list .item .text h2 {
      font-size: 22px;
      margin-bottom: 33px; }
    .index-3 .list .item .text p {
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 30px; }
      .index-3 .list .item .text p a {
        color: #fff;
        transition: .3s; }
      .index-3 .list .item .text p a:hover {
        color: #1B8BEA;
        transition: .3s; }
    .index-3 .list .item .text > a {
      font-size: 14px;
      color: #fff;
      border-bottom: 4px solid #F2F2F2;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 40px;
      width: 60px; }
    .index-3 .list .item .text > a:hover {
      color: #1B8BEA;
      transition: .3s;
      border-bottom: 4px solid #1B8BEA; }
  .index-3 .list .item:nth-child(1) {
    background-color: rgba(66, 162, 249, 0.6); }
  .index-3 .list .item:nth-child(2) {
    background-color: rgba(231, 138, 73, 0.6); }
  .index-3 .list .item:nth-child(3) {
    background-color: rgba(101, 130, 247, 0.6); }
  .index-3 .list .item:nth-child(4) {
    background-color: rgba(177, 161, 250, 0.6); }
  .index-3 .list .item:nth-child(5) {
    background-color: rgba(168, 191, 109, 0.6); }

.index-4 {
  margin-bottom: 69px;
display:none; }
  .index-4 .left {
    float: left; }
  .index-4 .right {
    float: right;
    width: 942px; }
    .index-4 .right a {
      float: left;
      margin-right: 6px;
      margin-bottom: 6px;
      transition: .3s; }
    .index-4 .right a:hover {
      transform: translateY(-20px);
      transition: .3s; }
    .index-4 .right a:nth-child(3n) {
      margin-right: 0; }

.footer {
  background: url(../images/fbg2.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 325px; }
  .footer .t {
    padding-top: 33px; min-height:140px;}
    .footer .t .item {
      margin-bottom: 20px; }
      .footer .t .item .item-l {
        float: left;
        font-size: 22px;
        color: #fff;
        margin-right: 55px; }
      .footer .t .item .item-r a {
        color: #fff;
        font-size: 16px;
        margin-right: 30px;
        width: 320px;
        display: block;
        float: left;
        padding-left: 17px;
        background: url(../images/rightb.png) no-repeat;
        background-position: left 12px;
        padding-top: 5px; }
      .footer .t .item .item-r a:hover {
        color: #F28D61;
        transition: .3s; }
  .footer .b {
    color: #fff; }
    .footer .b .logo {
      float: left;
      padding-top: 65px; }
    .footer .b .adr {
      padding-top: 55px;
      font-size: 14px;
      line-height: 30px;
      float: left;
      margin-left: 24px; }
    .footer .b .ewm {
      float: right;
      padding-top: 28px;
      text-align: center; }
      .footer .b .ewm img {

        margin-bottom: 10px;
        transition: .3s; }
      .footer .b .ewm img:hover {
        transition: .3s;
        transform: scale(1.2); }
      .footer .b .ewm span {
        font-size: 14px; display:block }
.headerm {
  display: none; }
@media screen and (max-width: 1638px) {
  .header .logo {
    width: 330px;
    padding-top: 37px; }
    .header .logo img {
      width: 100%; } }
@media screen and (max-width: 1440px) {
  .header {
    padding: 0 50px; }

  .header .logo {
    width: 300px;
    padding-top: 37px; }
    .header .logo img {
      width: 100%; }

  .header .nav {
    padding-right: 140px; }

  .header .nav .nav-l .b a {
    font-size: 14px; } }
@media screen and (min-width: 750px) and (max-width: 1229px) {
  .con {
    width: 85%; }
.headerm {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    background: #1B8BEA;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    z-index: 9; }
    .headerm .logo {
      flex: 1; }
      .headerm .logo img {
        height: 80%; }
    .headerm .menu {
      width: 20px; }
      .headerm .menu img {
        width: 100%; }
    .headerm .box {
      display: none;
      position: absolute;
      left: 0;
      top: 60px;
      width: 100%;
      z-index: 9;
      background: #fff;
      color: #1B8BEA; }
      .headerm .box > li {
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #eee; }
        .headerm .box > li a {
          color: #333333;
          display: block;
          font-size: 14px; }
        .headerm .box > li ul {
          display: none;
          border-top: 1px solid #eee; }
          .headerm .box > li ul li {
            line-height: 30px;
            text-align: center;
            border-bottom: 1px solid #eee; }
            .headerm .box > li ul li a {
              font-size: 12px; }
          .headerm .box > li ul li:last-child {
            border-bottom: none; }
  .header {
    height: auto;
    padding: 20px 0;
    display: none; }
    .header .logo {
      width: 80%;
      padding-top: 0;
      float: initial;
      margin: 0 auto; }
    .header .nav {
      padding-right: 0; }
      .header .nav .nav-l .t {
        padding: 0 20px;
        padding-top: 20px;
        margin-bottom: 20px; }
      .header .nav .nav-l .b {
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .header .nav .nav-l .b .box ul {
          position: absolute;
          top: 34%;
          z-index: 999;
          display: none;
          left: 8%;
          margin-left: 20px; }
        .header .nav .nav-l .b a {
          margin-right: 0;
          margin-bottom: 10px; }
      .header .nav .nav-r {
        display: none; }

  .banner {
    height: 330px; }
    .banner .bannerm {
      width: 650px; }
      .banner .bannerm .t {
        padding-left: 0; }
        .banner .bannerm .t .item {
          width: 25%;
          font-size: 14px; }
      .banner .bannerm .b {
        padding: 10px; }
        .banner .bannerm .b .input {
          width: 100%;
          margin-top: 10px;
          margin-bottom: 10px; }

  .index-1 {
    height: auto;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 0; }
    .index-1 .con {
      display: flex;
      flex-wrap: wrap; }
      .index-1 .con .item {
        margin-right: 0;
        width: 25%;
        margin-bottom: 20px; }
        .index-1 .con .item .img {
          width: 70px;
          margin: 0 auto;
          margin-bottom: 10px; }
          .index-1 .con .item .img img {
            width: 100%; }
        .index-1 .con .item .text {
          font-size: 12px; }

  .index-2 {
    margin-bottom: 0; }

  .index-2 .left {
    width: 100%;
    height: 539px;
    float: initial; }
    .index-2 .left .img {
      width: 100%;
      height: 100%; }
      .index-2 .left .img img {
       width: 100% !important; height:100% !important;}
    .index-2 .left .text {
      width:100%;
line-height:40px;
font-size:14px;
position:absolute;
left:0%;
bottom:0; }
    .index-2 .left .pagination {
      bottom: 44px; }

  .index-2 .right {
    float: initial; margin-top:20px;
    width: 100%; }
    .index-2 .right .tabt {
      padding: 0 10px;
      border-bottom: 1px solid #ccc; }
      .index-2 .right .tabt .span {
        font-size: 14px;
        padding-bottom: 0;
        line-height: 30px;
        margin-right: 5%; }
      .index-2 .right .tabt a {
        font-size: 12px;
        line-height: 30px;
        padding-top: 0; }
    .index-2 .right .tabb .list {
      padding: 0 10px; position:relative;}
      .index-2 .right .tabb .list .item .t {
        background: url(../images/right1.png) no-repeat;
        background-position: left 22px;
        padding: 15px; }
        .index-2 .right .tabb .list .item .t h2 {
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 5px; }
      .index-2 .right .tabb .list .item .b .bl {
        width: 80%;
        font-size: 12px; }
      .index-2 .right .tabb .list .item .b .br {
        font-size: 12px; }
.index-2 .right .tabb .list .morea{position:absolute; top:-30px; right:20px;}
  .index-3 {
    height: auto;
    padding-top: 30px;
    margin-bottom: 0; }
    .index-3 .title {
      width: 100%;
      overflow: hidden;
      height: 50px;
      background: url(../images/title.png) no-repeat;
      background-position: center; }
      .index-3 .title img {
        transform: scale(3);
        display: none; }
    .index-3 .list .item {
      width: 50%; }
    .index-3 .list .item:last-child {
      width: 100%; }

  .index-4 {
    margin-bottom: 0; }
    .index-4 .left {
      width: 100%;
      display: none; }
      .index-4 .left img {
        width: 100%; }
    .index-4 .right {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between; }
      .index-4 .right a {
        float: initial;
        width: 49.5%;
        margin-right: 0; }
        .index-4 .right a img {
          width: 100%; }

  .footer {
    height: auto;
    padding-top: 10px; }
    .footer .t {
      padding: 0 10px;
      transform: translateY(40px); }
      .footer .t .item .item-l {
        font-size: 18px;
        margin-bottom: 10px;
        padding-top: 15px; }
      .footer .t .item .item-r a {
        font-size: 14px; }
    .footer .b .logo {
      float: initial;
      margin: 0 auto;      padding-top: 88px;}
      .footer .b .logo img {
        margin: 0 auto; }
    .footer .b .adr {
      margin-bottom: 30px;padding-top: 0px; }
    .footer .b .ewm {
      margin: 0 auto;
      float: initial;
     margin-top: 0px;}
      .footer .b .ewm img {
        margin: 0 auto; } }


@media screen and (max-width: 750px) {
  .con {
    width: 100%; }

  body {
    padding-top: 60px; }

  .headerm {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    background: #1B8BEA;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    z-index: 9; }
    .headerm .logo {
      flex: 1; }
      .headerm .logo img {
        width: 60%; }
    .headerm .menu {
      width: 20px; }
      .headerm .menu img {
        width: 100%; }
    .headerm .box {
      display: none;
      position: absolute;
      left: 0;
      top: 60px;
      width: 100%;
      z-index: 9;
      background: #fff;
      color: #1B8BEA; }
      .headerm .box > li {
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #eee; }
        .headerm .box > li a {
          color: #333333;
          display: block;
          font-size: 14px; }
        .headerm .box > li ul {
          display: none;
          border-top: 1px solid #eee; }
          .headerm .box > li ul li {
            line-height: 30px;
            text-align: center;
            border-bottom: 1px solid #eee; }
            .headerm .box > li ul li a {
              font-size: 12px; }
          .headerm .box > li ul li:last-child {
            border-bottom: none; }

  .header {
    height: auto;
    padding: 20px 0;
    display: none; }
    .header .logo {
      width: 80%;
      padding-top: 0;
      float: initial;
      margin: 0 auto; }
    .header .nav {
      padding-right: 0; }
      .header .nav .nav-l .t {
        padding: 0 20px;
        padding-top: 20px;
        margin-bottom: 20px; }
      .header .nav .nav-l .b {
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .header .nav .nav-l .b .box ul {
          position: absolute;
          top: 34%;
          z-index: 999;
          display: none;
          left: 8%;
          margin-left: 20px; }
        .header .nav .nav-l .b a {
          margin-right: 0;
          margin-bottom: 10px; }
      .header .nav .nav-r {
        display: none; }

  .banner {
    height: 330px; }
    .banner .bannerm {
      width: 95%; }
      .banner .bannerm .t {
        padding-left: 0; }
        .banner .bannerm .t .item {
          width: 25%;
          font-size: 14px; }
      .banner .bannerm .b {
        padding: 10px; }
        .banner .bannerm .b .input {
          width: 100%;
          margin-top: 10px;
          margin-bottom: 10px; }

  .index-1 {
    height: auto;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 0; }
    .index-1 .con {
      display: flex;
      flex-wrap: wrap; }
      .index-1 .con .item {
        margin-right: 0;
        width: 25%;
        margin-bottom: 20px; }
        .index-1 .con .item .img {
          width: 60%;
          margin: 0 auto;
          margin-bottom: 5px; }
          .index-1 .con .item .img img {
            width: 100%; }
        .index-1 .con .item .text {
          font-size: 12px; }

  .index-2 {
    margin-bottom: 0; }

  .index-2 .left {
    width: 100%;
    height: 265px;
    float: initial; }
    .index-2 .left .img {
      width: 100%;
      height:100%; }
      .index-2 .left .img img {
        width: 100% !important; height:100% !important;}
    .index-2 .left .text {
      width:100%;
line-height:40px;
font-size:14px;
position:absolute;
left:0%;
bottom:0; }
    .index-2 .left .pagination {
      bottom: 44px; }

  .index-2 .right {
    float: initial;
    width: 100%; }
    .index-2 .right .tabt {
      padding: 0 10px;
      border-bottom: 1px solid #ccc; }
      .index-2 .right .tabt .span {
        font-size: 14px;
        padding-bottom: 0;
        line-height: 30px;
        margin-right: 5%; }
      .index-2 .right .tabt a {
        font-size: 12px;
        line-height: 30px;
        padding-top: 0; }
    .index-2 .right .tabb .list {
      padding: 0 10px; }
      .index-2 .right .tabb .list .item .t {
        background: url(../images/right1.png) no-repeat;
        background-position: left 22px;
        padding: 15px; }
        .index-2 .right .tabb .list .item .t h2 {
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 5px; }
      .index-2 .right .tabb .list .item .b .bl {
        width: 80%;
        font-size: 12px; }
      .index-2 .right .tabb .list .item .b .br {
        font-size: 12px; }

  .index-3 {
    height: auto;
    padding-top: 30px;
    margin-bottom: 0; }
    .index-3 .title {
      width: 100%;
      overflow: hidden;
      height: 50px;
      background: url(../images/title.png) no-repeat;
      background-position: center; }
      .index-3 .title img {
        transform: scale(3);
        display: none; }
    .index-3 .list .item {
      width: 100%; }

  .index-4 {
    margin-bottom: 0; }
    .index-4 .left {
      width: 100%;
      display: none; }
      .index-4 .left img {
        width: 100%; }
    .index-4 .right {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between; }
      .index-4 .right a {
        float: initial;
        width: 49.5%;
        margin-right: 0; }
        .index-4 .right a img {
          width: 100%; }
.index-2 .right .tabb .list .morea{top:-30px;}
  .footer {
    height: auto;
    padding-top: 10px; }
    .footer .t {
      padding: 0 10px; }
      .footer .t .item .item-l {
        font-size: 18px;
        margin-bottom: 10px; }
      .footer .t .item .item-r a {
        font-size: 14px; }
    .footer .b .logo {
      float: initial;
      margin: 0 auto;    padding-top: 20px; }
      .footer .b .logo img {
        margin: 0 auto; }
    .footer .b .adr {
      margin-bottom: 30px; }
    .footer .b .ewm {
      margin: 0 auto;
      float: initial;
      padding-bottom: 0px; }
      .footer .b .ewm img {
        margin: 0 auto; } }

/*# sourceMappingURL=style.css.map */