@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@media screen and (max-width: 960px) {
  .hezuo {
    position: relative;
  }
  .hezuo .title {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 63px;
  }
  body {
    background-color: #f2f2f8;
  }
  .title22 {
    display: none;
  }
  .tabBox .list {
    min-height: 20vh;
    padding: 15px;
    animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .tabBox .list .item:hover {
    border: 1px solid #09104A;
    box-sizing: border-box;
  }
  .tabBox .list .item:hover .right img {
    display: block;
  }
  .tabBox .list .item {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .tabBox .list .item .right {
    display: none;
  }
  .tabBox .list .item .left {
    flex: 1;
  }
  .tabBox .list .item .left .titles {
    font-size: 14px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 700;
    color: #0e0e0e;
    margin-bottom: 10px;
  }
  .tabBox .list .item .left .subTitle {
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 22px;
  }
  .tabBox .list .item .left .thing {
    font-size: 10px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
  }
  .tabBox .tabList {
    display: flex;
    align-items: center;
    overflow: auto;
    height: 40px;
    margin-bottom: 10px;
    overflow-y: hidden;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .tabBox .tabList::-webkit-scrollbar {
    display: none;
  }
  .tabBox .tabList .item {
    width: 100px;
    padding: 0 1rem;
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    cursor: pointer;
    white-space: nowrap;
  }
  .tabBox .tabList .itemAct {
    width: 100px;
    padding: 0 1rem;
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #09104A;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
  }
  .tabBox .tabList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 19px);
    width: 38px;
    height: 2px;
    background: #09104A;
    border-radius: 2px;
  }
}

@media screen and (min-width: 960px) {
  .hezuo {
    position: relative;
  }
  .hezuo .title {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 63px;
  }
  .title22 {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 27px;
    padding: 64px 0;
    text-align: center;
    animation: tracking-in-contract 0.8s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .tabBox {
    max-width: 1196px;
    margin: 0 auto;
    margin-bottom: 69px;
  }
  .tabBox .list {
    min-height: 20vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .tabBox .list .item:hover {
    border: 1px solid #E89733;
    box-sizing: border-box;
  }
  .tabBox .list .item:hover .right img {
    display: block;
  }
  .tabBox .list .item {
    width: 570px;
    height: 200px;
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .tabBox .list .item .right {
    width: 42px;
    height: 42px;
    margin-left: 40px;
  }
  .tabBox .list .item .right img {
    display: none;
  }
  .tabBox .list .item .left {
    flex: 1;
  }
  .tabBox .list .item .left .titles {
    font-size: 24px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    margin-bottom: 20px;
  }
  .tabBox .list .item .left .subTitle {
    font-size: 20px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 44px;
  }
  .tabBox .list .item .left .thing {
    font-size: 14px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #666666;
    line-height: 44px;
  }
  .tabBox .tabList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 90px;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .tabBox .tabList .item:hover {
    transform: scale(1.2);
    transition: all 0.6s ease 0s;
    color: #E89733;
  }
  .tabBox .tabList .item {
    transition: all 0.6s ease 0s;
    font-size: 24px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    cursor: pointer;
    margin: 0 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
  }
  .tabBox .tabList .itemAct {
    font-size: 24px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #E89733;
    position: relative;
    cursor: pointer;
    margin: 0 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
  }
  .tabBox .tabList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 19px);
    width: 38px;
    height: 4px;
    background: #E89733;
    border-radius: 2px;
  }
}
