﻿.hands-zx {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 44px; }
  .hands-zx .employ {
    background: #F5F5F5;
    width: 600px;
    height: 152px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 2px solid #eaeaea;
    border-radius: 4px; }
    .hands-zx .employ .hands-img {
      width: 89px;
      height: 89px;
      margin-right: 77px;
      text-align: center;
      line-height: 152px; }
    .hands-zx .employ .hands-employ {
      color: #333333;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .hands-zx .employ .hands-employ p {
        color: #333333;
        font-size: 28px; }
      .hands-zx .employ .hands-employ .look-more {
        font-size: 16px;
        color: #333333;
        cursor: pointer; }
        .hands-zx .employ .hands-employ .look-more .look-title {
          color: #333333;
          margin-right: 5px; }
          .hands-zx .employ .hands-employ .look-more .look-title:hover {
            color: #a72126; }
        .hands-zx .employ .hands-employ .look-more:hover {
          color: #a72126; }

.hands-describe {
  margin-top: 69px;
  margin-bottom: 89px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  text-align: center;
  font-weight: 400; }

.hands-item {
  padding: 0 10%; }
  .hands-item .hands-title {
    margin-bottom: 90px;
    font-size: 32px;
    color: #333333;
    text-align: center; }
  .hands-item .hands-back {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.item-back {
  background: url("../image/pic.jpg");
  background-size: cover; }

.hands-coop .list {
  background-color: #FFFFFF; }
  .hands-coop .list .list-menu {
    height: 300px;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .hands-coop .list .list-menu .list-img {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 300;
      filter: contrast(0.8) brightness(0.5);
      transition: all 0.5s;
      transform: scale(1);
      height: 100%; }
    .hands-coop .list .list-menu .list-text {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 320;
      color: #ffffff;
      font-size: 26px;
      text-align: center;
      width: 100%;
      height: 100%;
      transition: 0.3s;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .hands-coop .list .list-menu .list-text .line {
        margin: 0 auto; }
      .hands-coop .list .list-menu .list-text .icon-line {
        display: block;
        font-size: 40px;
        border-bottom: 2px solid #ffffff;
        width: 70px; }
    .hands-coop .list .list-menu .meng {
      width: 100%;
      height: 100%;
      z-index: 310;
      opacity: 0;
      left: 0;
      top: 0;
      position: absolute;
      background-color: rgba(229, 7, 30, 0.4);
      transition: all 0.3s ease; }
  .hands-coop .list .list-menu:hover .list-text {
    transition: 0.3s; }
  .hands-coop .list .list-menu:hover .meng {
    opacity: 1;
    transition: all 0.5s ease; }
  .hands-coop .list .list-menu:hover .list-img {
    transition: all 0.5s;
    transform: scale(1.2); }

.partners .name {
  text-align: center;
  font-size: 40px; }
.partners .trans-name {
  font-size: 18px;
  color: #999999;
  margin-top: 16px;
  margin-bottom: 16px; }
.partners .around {
  border: 1px solid #d9d9d9;
  margin: 50px; }
.partners .partners-left {
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
  height: 100%; }
  .partners .partners-left .left-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 16px 60px 0 60px; }
    .partners .partners-left .left-menu .common {
      width: 48%;
      border: 1px solid rgba(27, 31, 64, 0);
      transition: 0.3s;
      margin-top: 24px; }
    .partners .partners-left .left-menu .common:hover {
      border: 1px solid #0e57a2;
      box-shadow: 0 5px 13px 0 rgba(27, 31, 64, 0.1);
      transition: 0.3s; }
.partners .partners-right {
  height: 100%; }
  .partners .partners-right .partners-img {
    padding: 43px 29px;
    position: relative;
    background-color: #FFF7F7;
    height: 100%; }
    .partners .partners-right .partners-img .img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .partners .partners-right .partners-img .content {
      position: absolute;
      bottom: 15%;
      font-size: 16px;
      color: #ffffff;
      padding: 0 70px 0 30px;
      text-align: justify; }

.partners-bottom {
  height: 412px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #F7F7F7; }
  .partners-bottom .item {
    font-size: 20px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .partners-bottom .item .title {
      text-align: center;
      font-size: 24px;
      width: 160px;
      border-left: 7px solid #B21510;
      height: 30px;
      line-height: 30px; }