@media screen and (max-width: 960px) {
  .infoBox .left {
    display: none;
  }
  .infoBox .right {
    padding-top: 60px;
  }
  .meun {
    display: none !important;
  }
  .banner {
    width: 100%;
    height: 165px;
    margin-top: 44px;
    background-image: url("../img/banner5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .detail {
    padding: 15px;
    min-height: 50vh;
  }
  .detail .item {
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
  }
  .detail .item img {
    width: 132px;
    height: 128px;
    border-radius: 5px;
    margin-right: 20px;
    object-fit: cover;
  }
  .detail .item .info {
    flex: 1;
  }
  .detail .item .info .title {
    font-size: 14px;
    font-weight: 700;
    color: #0E0E0E;
  }
  .detail .item .info .subTitle {
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top: 12px;
  }
  .detail .item .info .btn {
    display: none;
  }
  .detailInfo {
    padding: 15px;
    margin: 0 auto;
    min-height: 50vh;
  }
  .detailInfo .detailTitle {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .detailInfo .dSubTitle {
    padding: 0 9px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 20px;
  }
  .detailInfo .xian {
    height: 1px;
    background: #DADADA;
    margin: 22px auto;
  }
  .detailInfo .title {
    font-size: 16px;
    font-weight: 400;
    color: #0E0E0E;
    margin-bottom: 10px;
  }
  .detailInfo .infoT {
    padding: 15px 0;
    border-bottom: 1px solid #DADADA;
    font-size: 12px;
    font-weight: 400;
    color: #0E0E0E;
  }
  .detailInfo .smTitle {
    font-size: 16px;
    font-weight: 400;
    color: #0E0E0E;
    padding: 22px 0;
  }
  .detailInfo .smInfo {
    font-size: 12px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 24px;
  }
}

@media screen and (min-width: 960px) {
  .infoBox {
    display: flex;
    justify-content: center;
    width: 1400px;
    margin: 0 auto;
    margin-top: 54px;
    margin-bottom: 95px;
    background-color: #ffffff;
  }
  .infoBox .left {
    width: 30%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 73px;
    background-color: #f2f2f8;
  }
  .infoBox .left .itemLi {
    width: 210px;
    margin-bottom: 23px;
    cursor: pointer;
  }
  .infoBox .left .itemLi .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .infoBox .left .itemLi .top .name {
    font-size: 20px;
    font-weight: 400;
    color: #0e0e0e;
  }
  .infoBox .left .itemLi .top .icon {
    width: 12px;
    height: 12px;
  }
  .infoBox .left .itemLi .anShow {
    animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  .infoBox .left .itemLi .itemBox {
    margin: 17px 0;
    padding-left: 19px;
    border-left: 1px solid #dedede;
    display: none;
  }
  .infoBox .left .itemLi .itemBox .itemAct {
    font-size: 20px;
    font-weight: 400;
    color: #fabe00;
    margin-bottom: 32px;
    cursor: pointer;
  }
  .infoBox .left .itemLi .itemBox .item2 {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 32px;
    cursor: pointer;
  }
  .infoBox .right {
    width: 1095px;
  }
  .infoBox .right .detail {
    width: 972px;
    padding: 52px 44px;
  }
  .mCard {
    display: none;
    position: absolute;
    border-radius: 8px;
    background-color: #fff;
    bottom: -100rpx;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
    box-shadow: 0px 0px 18px 0px rgba(132, 144, 167, 0.4);
  }
  .mCard .itemA {
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    padding: 15px 30px;
    border-bottom: 1px solid #F4F4F7;
  }
  .tabList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    background-color: #fff;
    padding: 10px;
  }
  .tabList .item {
    font-size: 20px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    cursor: pointer;
    margin: 0 2rem;
    cursor: pointer;
    position: relative;
  }
  .tabList .item:hover {
    color: #F08300;
  }
  .tabList .itemAct {
    font-size: 20px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #F08300;
    position: relative;
    cursor: pointer;
    margin: 0 2rem;
    cursor: pointer;
  }
  .banner {
    width: 100%;
    min-width: 1400px;
    height: 568px;
    background-image: url("../img/banner5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .detail {
    width: 1400px;
    padding: 116px 0;
    margin: 0 auto;
    min-height: 50vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 57px;
  }
  .detail .item {
    width: 700px;
    height: 256px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .detail .item:hover {
    background-color: #Fff;
  }
  .detail .item:hover .btn {
    background-color: #F08300 !important;
    color: #fff !important;
  }
  .detail .item img {
    width: 264px;
    height: 256px;
    border-radius: 10px;
    margin-right: 40px;
    object-fit: cover;
  }
  .detail .item .info {
    flex: 1;
  }
  .detail .item .info .title {
    font-size: 28px;
    font-weight: 400;
    color: #0E0E0E;
  }
  .detail .item .info .subTitle {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin: 38px 0;
  }
  .detail .item .info .btn {
    width: 124px;
    height: 32px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    color: #0E0E0E;
    text-align: center;
    line-height: 32px;
    opacity: 1;
  }
  body {
    background: #F4F4F8;
  }
  .detailInfo {
    width: 884px;
    margin: 0 auto;
    min-height: 50vh;
  }
  .detailInfo .detailTitle {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 36px;
    margin-bottom: 42px;
  }
  .detailInfo .dSubTitle {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 30px;
  }
  .detailInfo .xian {
    width: 100%;
    height: 1px;
    background: #DADADA;
    margin: 45px auto;
  }
  .detailInfo .title {
    font-size: 24px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .detailInfo .infoT {
    padding: 20px 0;
    border-bottom: 1px solid #DADADA;
    font-size: 18px;
    font-weight: 400;
    color: #0E0E0E;
  }
  .detailInfo .smTitle {
    font-size: 24px;
    font-weight: 400;
    color: #0E0E0E;
    padding: 45px 0;
  }
  .detailInfo .smInfo {
    font-size: 20px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 48px;
  }
}
