@media screen and (max-width: 960px) {
  .hezuo {
    position: relative;
  }
  .hezuo .title {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 63px;
  }
  body {
    background-color: #f2f2f8;
  }
  .title22 {
    display: none;
  }
  .serachBox {
    margin: 20px 15px;
    display: flex;
    align-items: center;
  }
  .serachBox textarea {
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    flex: 1;
    border: 1px solid #DEDEDE;
    border-radius: 18px;
    line-height: 35px;
    outline: none;
    padding: 0 15px;
  }
  .serachBox .btn {
    margin-left: 15px;
    width: 80px;
    height: 35px;
    background: #F08300;
    border-radius: 23px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
  }
  .box {
    margin: 0 auto;
    max-width: 1300px;
    margin-bottom: 125px;
  }
  .box .top {
    font-size: 14px;
    font-weight: 400;
    color: #F08300;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e2e2f0;
  }
  .box .infos {
    background-color: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #F2F2F8;
  }
  .box .infos .sTitle {
    font-size: 12px;
    font-weight: 400;
    color: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .infos .sTitle .left {
    display: flex;
    flex-direction: column;
  }
  .box .infos .sTitle .left span {
    margin-left: 0 !important;
    margin-bottom: 4px;
  }
  .box .infos .sTitle .right {
    width: 60px;
    height: 24px;
    background: #F08300;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
  }
  .box .infos .iList {
    display: none;
    margin-top: 44px;
  }
  .box .infos .iList .itemAct {
    font-size: 10px;
    font-weight: 400;
    color: #0e0e0e;
    display: flex;
  }
  .box .infos .iList .itemAct .dian {
    margin-right: 11px;
    margin-left: 9px;
    padding-bottom: 70px;
    position: relative;
    border-left: 1px solid #dedede;
  }
  .box .infos .iList .itemAct .dian .dBox {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .box .infos .iList .itemAct .dian .dBox img {
    width: 12px;
    height: 12px;
  }
  .box .infos .iList .item:last-child .dian {
    border: none;
  }
  .box .infos .iList .item {
    font-size: 10px;
    font-weight: 400;
    color: #777;
    display: flex;
  }
  .box .infos .iList .item .dian {
    margin-right: 11px;
    margin-left: 9px;
    padding-bottom: 70px;
    position: relative;
    border-left: 1px solid #dedede;
  }
  .box .infos .iList .item .dian .dBox {
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background: #dedede;
    border-radius: 50%;
  }
}

@media screen and (min-width: 960px) {
  .banner {
    width: 100%;
    min-width: 1400px;
    height: 568px;
    background-image: url("../img/banner10.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .hezuo {
    position: relative;
  }
  .hezuo .title {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 63px;
  }
  body {
    background-color: #f2f2f8;
  }
  .title22 {
    font-size: 36px;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 27px;
    padding: 64px 0;
    text-align: center;
  }
  .serachBox {
    margin: 0 auto;
    max-width: 1400px;
    background: #ffffff;
    border: 1px solid #e2e2f0;
    border-radius: 4px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .serachBox textarea {
    font-size: 20px;
    font-weight: 400;
    height: 148px;
    width: 100%;
    border: none;
    outline: none;
  }
  .serachBox .btn {
    width: 176px;
    height: 46px;
    background: #F08300;
    border-radius: 23px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
  }
  .box {
    margin: 0 auto;
    max-width: 1400px;
    background-color: #ffffff;
    margin-bottom: 125px;
  }
  .box .top {
    font-size: 24px;
    font-weight: 400;
    color: #F08300;
    height: 82px;
    line-height: 82px;
    padding-left: 46px;
    border-bottom: 1px solid #e2e2f0;
  }
  .box .infos {
    padding: 27px 47px;
    border-bottom: 1px solid #F2F2F8;
  }
  .box .infos .sTitle {
    font-size: 20px;
    font-weight: 400;
    color: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .infos .sTitle .right {
    width: 98px;
    height: 32px;
    background: #F08300;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
  }
  .box .infos .iList {
    display: none;
    margin-top: 44px;
  }
  .box .infos .iList .itemAct {
    font-size: 16px;
    font-weight: 400;
    color: #0e0e0e;
    display: flex;
  }
  .box .infos .iList .itemAct .dian {
    margin-right: 74px;
    margin-left: 66px;
    padding-bottom: 54px;
    position: relative;
    border-left: 1px solid #dedede;
  }
  .box .infos .iList .itemAct .dian .dBox {
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .box .infos .iList .itemAct .dian .dBox img {
    width: 20px;
    height: 20px;
  }
  .box .infos .iList .item:last-child .dian {
    border: none;
  }
  .box .infos .iList .item {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    display: flex;
  }
  .box .infos .iList .item .dian {
    margin-right: 74px;
    margin-left: 66px;
    padding-bottom: 44px;
    position: relative;
    border-left: 1px solid #dedede;
  }
  .box .infos .iList .item .dian .dBox {
    position: absolute;
    top: 0;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background: #dedede;
    border-radius: 50%;
  }
}
