@media screen and (min-width: 1100px) {
  .page .banner .text_box {
    align-items: initial !important;
    padding-left: 30px;
  }
  .page .title_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page .title_box .title {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #231916;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 10px;
  }
  .page .title_box .sub_title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #231916;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 45px;
  }
  .page .title_box .pt_1 {
    width: 1220px;
    height: 250px;
    margin-bottom: 105px;
  }
  .page .title_box .left_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1220px;
    margin-bottom: 100px;
  }
  .page .title_box .left_r .box_1 .text {
    display: flex;
    margin-bottom: 10px;
  }
  .page .title_box .left_r .box_1 .text .num {
    width: 40px;
    font-size: 22px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 2px;
  }
  .page .title_box .left_r .box_1 .text .text_i {
    width: 365px;
    font-size: 22px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 2px;
  }
  .page .title_box .left_r .box_4 .text {
    display: flex;
    margin-bottom: 10px;
    width: 496px;
  }
  .page .title_box .left_r .box_4 .text .num {
    width: 40px;
    font-size: 22px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 2px;
  }
  .page .title_box .left_r .box_4 .text .text_i {
    font-size: 22px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 2px;
  }
  .page .title_box .left_r .box_2 {
    width: 750px;
    height: 525px;
  }
  .page .title_box .left_r .box_3 {
    width: 640px;
    height: 280px;
  }
  .page .title_box .huoban {
    display: flex;
    width: 1220px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 137px;
  }
  .page .title_box .huoban .item .img_1 {
    width: 275px;
    height: 75px;
  }
  .page .title_box .huoban .item .img_2 {
    width: 113px;
    height: 75px;
  }
  .page .title_box .huoban .item .img_3 {
    width: 530px;
    height: 97px;
  }
  .page .title_box .huoban .item .text {
    font-size: 28px;
    font-weight: 500;
    color: #231916;
    line-height: 41px;
    letter-spacing: 3px;
    margin-top: 17px;
  }
  .page .title_box .huoban .item .text_1 {
    font-size: 28px;
    font-weight: 500;
    color: #231916;
    line-height: 41px;
    letter-spacing: 3px;
  }
  .page .gaoxiao {
    width: 100%;
    height: 660px;
    background: #f4f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 116px;
  }
  .page .gaoxiao .inner {
    display: flex;
    justify-content: space-between;
    width: 1220px;
  }
  .page .gaoxiao .inner .item {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page .gaoxiao .inner .item .img_1 {
    width: 90px;
    height: 90px;
    margin-bottom: 75px;
  }
  .page .gaoxiao .inner .item .img_2 {
    width: 95px;
    height: 91px;
    margin-bottom: 75px;
  }
  .page .gaoxiao .inner .item .img_3 {
    width: 87px;
    height: 101px;
    margin-bottom: 70px;
  }
  .page .gaoxiao .inner .item .img_4 {
    width: 95px;
    height: 91px;
    margin-bottom: 74px;
  }
  .page .gaoxiao .inner .item .title {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #231916;
    line-height: 30px;
    letter-spacing: 1px;
    height: 60px;
    margin-bottom: 30px;
  }
  .page .gaoxiao .inner .item .text {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .page .wait {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .page .title_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page .title_box .title {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #231916;
    letter-spacing: 2px;
  }
  .page .title_box .sub_title {
    width: 331px;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    color: #231916;
    text-transform: uppercase;
  }
  .page .title_box .pt_1 {
    width: 331px;
    height: 125px;
    border-radius: 1px;
    margin-top: 29px;
    object-fit: cover;
    margin-bottom: 27px;
  }
  .page .title_box .left_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 375px;
    margin-bottom: 50px;
    margin-top: 23px;
  }
  .page .title_box .left_r .box_1 {
    padding-left: 23px;
  }
  .page .title_box .left_r .box_1 .text {
    display: flex;
    margin-bottom: 5px;
  }
  .page .title_box .left_r .box_1 .text .num {
    width: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 1px;
  }
  .page .title_box .left_r .box_1 .text .text_i {
    width: 176px;
    font-size: 11px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 1px;
  }
  .page .title_box .left_r .box_4 .text {
    display: flex;
    margin-bottom: 5px;
    width: 195px;
  }
  .page .title_box .left_r .box_4 .text .num {
    width: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 1px;
  }
  .page .title_box .left_r .box_4 .text .text_i {
    font-size: 11px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 1px;
  }
  .page .title_box .left_r .box_2 {
    width: 140px;
    height: 266px;
    object-fit: cover;
  }
  .page .title_box .left_r .box_3 {
    width: 156px;
    height: 220px;
    object-fit: cover;
  }
  .page .title_box .huoban {
    display: flex;
    width: 375px;
    justify-content: space-between;
    align-items: center;
    padding: 0 23px;
    margin-top: 23px;
    padding-bottom: 50px;
  }
  .page .title_box .huoban .item .img_1 {
    width: 70px;
    height: 20px;
  }
  .page .title_box .huoban .item .img_2 {
    width: 29px;
    height: 25px;
  }
  .page .title_box .huoban .item .img_3 {
    width: 137px;
    height: 25px;
  }
  .page .title_box .huoban .item .text {
    font-size: 11px;
    font-weight: 700;
    color: #231916;
    letter-spacing: 1px;
    margin-top: 9px;
  }
  .page .title_box .huoban .item .text_1 {
    font-size: 11px;
    font-weight: 700;
    color: #231916;
    letter-spacing: 1px;
    margin-top: 9px;
  }
  .page .gaoxiao {
    width: 375px;
    background: #f4f3f3;
    margin-bottom: 25px;
  }
  .page .gaoxiao .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px;
  }
  .page .gaoxiao .inner .item {
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page .gaoxiao .inner .item .img_1 {
    width: 37px;
    margin-bottom: 27px;
  }
  .page .gaoxiao .inner .item .img_2 {
    width: 37px;
    margin-bottom: 27px;
  }
  .page .gaoxiao .inner .item .img_3 {
    width: 37px;
    margin-bottom: 27px;
  }
  .page .gaoxiao .inner .item .img_4 {
    width: 37px;
    margin-bottom: 27px;
  }
  .page .gaoxiao .inner .item .title {
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    color: #231916;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .page .gaoxiao .inner .item .text {
    width: 100%;
    font-size: 11px;
    color: #231916;
    letter-spacing: 1px;
    height: 190px;
  }
}
