.home-wrap {
  color: #595961; }
  .home-wrap .w-box {
    width: 1200px;
    margin: auto;
    padding: 80px 0; }
    .home-wrap .w-box.no-p {
      padding: 0; }
    .home-wrap .w-box .w-tit {
      text-align: center;
      line-height: 30px;
      font-size: 30px;
      padding-bottom: 50px; }

.bk-ban {
  height: 384px;
  background: url("../img/ban1.jpg") no-repeat center center;
  color: #fff;
  text-align: center; }
  .bk-ban .t1 {
    font-size: 60px;
    padding-top: 60px; }
    .bk-ban .t1 span {
      color: #f55353; }
  .bk-ban .t2 {
    font-size: 30px;
    padding: 30px 0; }
  .bk-ban .t3 a {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    vertical-align: super;
    border-radius: 4px;
    text-align: center;
    transition: all .3s;
    margin: 0 15px; }
    .bk-ban .t3 a.b1 {
      color: #fff;
      border: 1px solid #FFF;
      background-color: rgba(255, 255, 255, 0); }
      .bk-ban .t3 a.b1:hover {
        background-color: rgba(255, 255, 255, 0.9);
        color: #0142da; }
    .bk-ban .t3 a.b2 {
      color: #0142da;
      border: 1px solid #FFF;
      background-color: rgba(255, 255, 255, 0.8); }
      .bk-ban .t3 a.b2:hover {
        background-color: white;
        color: #0142da; }

.bk-power .w-bd {
  margin-top: 30px; }
.bk-power ul {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  height: 310px; }
  .bk-power ul li {
    width: 380px;
    height: 140px;
    box-shadow: 0 8px 24px 0 rgba(46, 61, 101, 0.1);
    border-radius: 10px;
    display: flex;
    transition: transform .3s; }
    .bk-power ul li:hover {
      transform: translateY(-12px); }
    .bk-power ul li .icon {
      flex: 0 0 80px;
      height: 80px;
      margin: 30px 26px 0 20px;
      background-image: url("../img/power_icon.png"); }
      .bk-power ul li .icon.icon-1 {
        background-position: 0 0px; }
      .bk-power ul li .icon.icon-2 {
        background-position: 0 -90px; }
      .bk-power ul li .icon.icon-3 {
        background-position: 0 -180px; }
      .bk-power ul li .icon.icon-4 {
        background-position: 0 -270px; }
      .bk-power ul li .icon.icon-5 {
        background-position: 0 -360px; }
    .bk-power ul li .info {
      margin-top: 29px; }
      .bk-power ul li .info h4 {
        font-size: 22px;
        color: #696d82; }
      .bk-power ul li .info p {
        margin-top: 10px;
        font-size: 14px;
        color: #8d91a5;
        letter-spacing: 0;
        line-height: 24px; }

.bk-case {
  background-color: #F2F3FA; }
  .bk-case .w-bd ul {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    height: 400px; }
    .bk-case .w-bd ul li {
      display: block;
      width: 280px;
      height: 180px;
      background-color: pink;
      border-radius: 10px;
      transition: transform .3s, box-shadow .3s; }
      .bk-case .w-bd ul li:hover {
        transform: translateY(-12px);
        box-shadow: 0 14px 42px 0 rgba(46, 61, 101, 0.19); }

.bk-dpt .w-bd {
  display: flex;
  justify-content: space-between; }
  .bk-dpt .w-bd .pic {
    width: 650px;
    height: 650px; }
  .bk-dpt .w-bd .info {
    margin-top: 172px; }
    .bk-dpt .w-bd .info h4 {
      font-weight: 700;
      line-height: 42px;
      font-size: 30px; }
    .bk-dpt .w-bd .info p {
      font-size: 18px;
      margin-top: 20px;
      line-height: 27px; }
    .bk-dpt .w-bd .info .btn a {
      display: inline-block;
      margin-top: 40px;
      width: 140px;
      height: 40px;
      border-radius: 4px;
      text-align: center;
      line-height: 38px;
      margin-right: 20px;
      transition: all .3s; }
      .bk-dpt .w-bd .info .btn a.btn-l {
        background: #f55353;
        border: 1px solid #f55353;
        color: #fff;
        opacity: .9; }
        .bk-dpt .w-bd .info .btn a.btn-l:hover {
          opacity: 1; }
      .bk-dpt .w-bd .info .btn a.btn-r {
        background: #fff;
        border: 1px solid #f55353;
        color: #f55353;
        opacity: .9; }
        .bk-dpt .w-bd .info .btn a.btn-r:hover {
          opacity: 1;
          background: #f55353;
          color: #fff; }

.bk-serve .w-bd {
  display: flex;
  justify-content: space-between; }
  .bk-serve .w-bd .item {
    width: 360px;
    text-align: center; }
    .bk-serve .w-bd .item .icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 0 auto;
      background-image: url("../img/serve_icon.png"); }
      .bk-serve .w-bd .item .icon.icon-1 {
        background-position: 0 0px; }
      .bk-serve .w-bd .item .icon.icon-2 {
        background-position: 0 -90px; }
      .bk-serve .w-bd .item .icon.icon-3 {
        background-position: 0 -180px; }
      .bk-serve .w-bd .item .icon.icon-4 {
        background-position: 0 -270px; }
      .bk-serve .w-bd .item .icon.icon-5 {
        background-position: 0 -360px; }
    .bk-serve .w-bd .item h5 {
      margin-top: 27px;
      font-size: 22px; }
    .bk-serve .w-bd .item p {
      margin-top: 10px;
      color: #8d91a5;
      font-size: 14px;
      line-height: 24px; }

.bk-news .w-bd {
  display: flex;
  justify-content: space-between; }
  .bk-news .w-bd .item {
    width: 340px;
    height: 300px; }
    .bk-news .w-bd .item .hd {
      height: 130px;
      position: relative;
      background-color: pink;
      margin-bottom: 30px;
      overflow: hidden;
      border-radius: 4px; }
      .bk-news .w-bd .item .hd img {
        width: 100%;
        height: 100%;
        transition: transform .5s; }
      .bk-news .w-bd .item .hd:hover img {
        transform: scale(1.1); }
      .bk-news .w-bd .item .hd .info {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 40px 0 0 20px;
        color: #fff;
        transition: background-color .3s; }
        .bk-news .w-bd .item .hd .info h5 {
          font-size: 18px;
          font-weight: 700;
          transition: transform .3s; }
        .bk-news .w-bd .item .hd .info p {
          margin-top: 8px;
          font-size: 16px;
          transition: transform .3s; }
        .bk-news .w-bd .item .hd .info:hover {
          background-color: rgba(0, 0, 0, 0.5); }
          .bk-news .w-bd .item .hd .info:hover h5, .bk-news .w-bd .item .hd .info:hover p {
            transform: translateY(-12px); }
    .bk-news .w-bd .item ul li {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #888;
      line-height: 30px; }
      .bk-news .w-bd .item ul li a {
        margin-left: 10px;
        color: #595961; }
        .bk-news .w-bd .item ul li a:hover {
          text-decoration: underline;
          color: #444; }

.free-box {
  height: 170px;
  background: url(../img/free_bg.png) no-repeat center, linear-gradient(228deg, #7d2121 0%, #721111 100%);
  box-shadow: inset 1px 2px 2px 0 rgba(127, 0, 0, 0.61);
  background-size: cover; }

.bk-free .w-bd {
  display: flex;
  justify-content: center; }
  .bk-free .w-bd p {
    display: inline-block;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    margin-right: 34px;
    font-size: 30px;
    line-height: 170px; }
  .bk-free .w-bd .btn {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    vertical-align: super;
    border: 1px solid #FFF;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    transition: all .3s; }
    .bk-free .w-bd .btn:hover {
      background-color: #fff;
      color: #f55353; }

.flink span, .flink a {
  color: #999;
  display: inline-block;
  margin-right: 10px; }
.flink a:hover {
  text-decoration: underline;
  color: #f55353; }

/*# sourceMappingURL=index.css.map */
