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

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.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;
  }
}

@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);
  }
}

@media screen and (max-width: 960px) {
  .yewu {
    padding: 23px 0;
    padding-top: 0;
  }
  .yewu .title {
    display: none;
  }
  .yewu .yeList {
    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;
  }
  .yewu .yeList::-webkit-scrollbar {
    display: none;
  }
  .yewu .yeList .item {
    width: 100px;
    padding: 0 1rem;
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    cursor: pointer;
    white-space: nowrap;
  }
  .yewu .yeList .itemAct {
    width: 100px;
    padding: 0 1rem;
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #E89733;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
  }
  .yewu .yeList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 19px);
    width: 38px;
    height: 2px;
    background: #E89733;
    border-radius: 2px;
  }
  .yewu .list {
    margin: 0 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .yewu .list .item {
    width: calc(50% - 24px);
    margin: 0 12px;
    height: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 184px;
    margin-bottom: 25px;
    cursor: pointer;
  }
  .yewu .list .item .hover {
    display: none;
  }
  .yewu .list .item .close {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .yewu .list .item .close .xian {
    width: 18px;
    height: 2px;
    background: #f2f2f8;
    margin: 23px 0;
  }
  .yewu .list .item .close .icon {
    width: 24px;
    height: 24px;
  }
  .yewu .list .item .close .name {
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #ffffff;
  }
  .hezuo {
    position: relative;
  }
  .hezuo .title {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 63px;
  }
  .youshi {
    background-color: #f2f2f8;
    padding: 23px 0;
  }
  .youshi .ceBox {
    margin: 0 15px;
  }
  .youshi .ceBox .item {
    width: calc(100% - 44px);
    padding: 24px 22px;
    margin-bottom: 26px;
    background-color: #ffffff;
    display: flex;
  }
  .youshi .ceBox .item img {
    width: 17px;
    height: 17px;
    margin-right: 22px;
  }
  .youshi .ceBox .item .name {
    font-size: 14px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    margin-bottom: 14px;
  }
  .youshi .ceBox .item .thing {
    font-size: 10px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 27px;
  }
  .youshi .title {
    font-size: 18px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    text-align: center;
    margin-bottom: 25px;
  }
  .Detail {
    margin: 0 15px;
    padding: 23px 0;
    min-height: 70vh;
  }
  .Detail .titBox {
    text-align: center;
    padding-bottom: 19px;
    border-bottom: 1px solid #DEDEDE;
  }
  .Detail .titBox .topTitle {
    font-size: 16px;
    font-family: FZYouHei-DB-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    margin-bottom: 13px;
  }
  .Detail .titBox .time {
    font-size: 10px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #666666;
  }
  .Detail .info {
    padding: 20px 0;
  }
}

@media screen and (min-width: 960px) {
  .yewu {
    padding: 69px 0;
  }
  .yewu .title {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    text-align: center;
    margin-bottom: 65px;
    animation: tracking-in-contract 0.8s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .yewu .yeList {
    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;
  }
  .yewu .yeList .item:hover {
    transform: scale(1.2);
    transition: all 0.6s ease 0s;
    color: #09104A;
  }
  .yewu .yeList .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;
  }
  .yewu .yeList .itemAct {
    font-size: 24px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #09104A;
    position: relative;
    cursor: pointer;
    margin: 0 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
  }
  .yewu .yeList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 19px);
    width: 38px;
    height: 4px;
    background: #09104A;
    border-radius: 2px;
  }
  .yewu .list {
    margin: 0 auto;
    max-width: 1196px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .yewu .list .item:hover .hover {
    display: block;
  }
  .yewu .list .item:hover .close {
    display: none;
  }
  .yewu .list .item {
    width: 23%;
    height: 367px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 367px;
    margin-bottom: 1.5rem;
    cursor: pointer;
  }
  .yewu .list .item .hover {
    width: calc(100% - 54px);
    height: 100%;
    display: none;
    padding: 0 27px;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  .yewu .list .item .hover .top {
    display: flex;
    align-items: center;
    margin-top: 45px;
  }
  .yewu .list .item .hover .top .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .yewu .list .item .hover .top .name {
    font-size: 24px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #ffffff;
    margin-left: 15px;
  }
  .yewu .list .item .hover .info {
    font-size: 14px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #ffffff;
    line-height: 27px;
  }
  .yewu .list .item .close {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .yewu .list .item .close .xian {
    width: 18px;
    height: 2px;
    background: #f2f2f8;
    margin: 49px 0;
  }
  .yewu .list .item .close .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .yewu .list .item .close .name {
    font-size: 24px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #ffffff;
  }
  .hezuo {
    position: relative;
  }
  .hezuo .title {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 63px;
  }
  .youshi {
    background-color: #f2f2f8;
    padding: 69px 0;
  }
  .youshi .ceBox {
    max-width: 1196px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .youshi .ceBox .item {
    width: 290px;
    height: 160px;
    padding: 22px 44px;
    margin-bottom: 26px;
    background-color: #ffffff;
  }
  .youshi .ceBox .item .name {
    margin-top: 20px;
    font-size: 20px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    margin-bottom: 19px;
  }
  .youshi .ceBox .item .thing {
    font-size: 14px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 27px;
  }
  .youshi .title {
    font-size: 36px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    text-align: center;
    margin-bottom: 78px;
  }
  .Detail {
    max-width: 1196px;
    margin: 0 auto;
    padding: 69px 0;
    padding-top: 158px;
    min-height: 50vh;
  }
  .Detail .titBox {
    text-align: center;
    padding: 39px 0;
    border-bottom: 1px solid #DEDEDE;
  }
  .Detail .titBox .topTitle {
    font-size: 28px;
    font-family: FZYouHei-DB-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    margin-bottom: 30px;
  }
  .Detail .titBox .time {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #666666;
  }
  .Detail .info {
    padding: 30px 0;
  }
}
