@media (min-width: 768px) {
  body {
    background-color: #F9FAFF;
  }
  .title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .title .img_title_l {
    width: 66px;
    height: 20px;
  }
  .title .text {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2b2e2e;
    margin: 0 40px;
    line-height: 34px;
  }
  .title .img_title_r {
    width: 59px;
    height: 18px;
  }
  .sub_tit {
    line-height: 21px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-bottom: 58px;
  }
  .banner .img {
    width: 100%;
    height: 476px;
    object-fit: cover;
    cursor: pointer;
  }
  .yycj {
    padding: 80px 0;
    background-color: #fff;
  }
  .yycj .inner .title_line {
    width: 150px;
    height: 4px;
    background: #2A64DC;
    margin-bottom: 54px;
  }
  .yycj .inner .content {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .yycj .inner .content:nth-child(3) {
    margin-bottom: 75px;
  }
  .yycj .inner .content .item {
    display: flex;
    align-items: center;
  }
  .yycj .inner .content .item:nth-child(1) {
    margin-right: 60px;
  }
  .yycj .inner .content .item .img {
    width: 257px;
    margin-right: 23px;
  }
  .yycj .inner .content .item .text_b {
    width: 198px;
  }
  .yycj .inner .content .item .text_b .title_1 {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: PingFang;
    font-weight: bold;
    margin-bottom: 19px;
  }
  .yycj .inner .content .item .text_b .title_1 .address {
    width: 14px;
    margin-right: 14px;
  }
  .yycj .inner .content .item .text_b .text {
    line-height: 24px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
  }
  .bdfw {
    background-color: #fff;
  }
  .bdfw .inner .content {
    width: 100%;
    padding-left: 65px;
    display: flex;
    align-items: center;
  }
  .bdfw .inner .content .text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
  }
  .bdfw .inner .content .text_box .text_1 {
    line-height: 34px;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2b2d2d;
  }
  .bdfw .inner .content .text_box .line {
    width: 103px;
    height: 4px;
    background: #6299f9;
    margin: 16px 0 45px;
  }
  .bdfw .inner .content .text_box .text_2 {
    line-height: 29px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2b2d2d;
  }
  .bdfw_1 {
    background-color: #F9FAFF;
  }
  .bdfw_1 .inner .content .text_box {
    align-items: flex-start;
  }
  .bdfw_num_1 {
    padding: 65px 0 46px;
  }
  .bdfw_num_1 .img_box {
    width: 395px;
    height: 332px;
  }
  .bdfw_num_1 .text_box {
    margin-right: 121px;
  }
  .bdfw_num_2 {
    padding: 53px 0 29px;
  }
  .bdfw_num_2 .img_box {
    width: 385px;
    height: 418px;
    margin-right: 114px;
    margin-left: 47px;
  }
  .bdfw_num_3 {
    padding: 79px 0 49px;
  }
  .bdfw_num_3 .img_box {
    width: 381px;
    height: 372px;
    margin-left: 251px;
  }
  .bdfw_num_4 {
    padding: 78px 0 31px;
  }
  .bdfw_num_4 .img_box {
    width: 447px;
    height: 443px;
    margin-right: 133px;
  }
  .bdfw_num_5 {
    padding: 103px 0 63px;
  }
  .bdfw_num_5 .img_box {
    width: 454px;
    height: 334px;
    margin-left: 83px;
  }
  .txxq {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  body {
    background-color: #F9FAFF;
  }
  .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .title .img_title_l,
  .title .img_title_r {
    display: none;
  }
  .title .text {
    line-height: 17px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #2B2D2D;
  }
  .sub_tit {
    line-height: 15px;
    font-size: 11px;
    font-family: PingFang;
    font-weight: bold;
    color: #656565;
    margin-bottom: 32px;
    text-align: center;
  }
  .sub_tit div {
    text-align: center;
    line-height: 15px;
  }
  .yycj {
    padding: 43px 0;
    background-color: #fff;
  }
  .yycj .inner .title_line {
    width: 75px;
    height: 2px;
    background: #2A64DC;
    margin-bottom: 39px;
  }
  .yycj .inner .content {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .yycj .inner .content:nth-child(3) {
    margin-bottom: 38px;
  }
  .yycj .inner .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .yycj .inner .content .item:nth-child(1) {
    margin-right: 17px;
  }
  .yycj .inner .content .item:nth-child(2) {
    margin-left: 17px;
  }
  .yycj .inner .content .item .img {
    width: 129px;
    margin-bottom: 7px;
  }
  .yycj .inner .content .item .text_b {
    width: 129px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .yycj .inner .content .item .text_b .title_1 {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: PingFang;
    font-weight: bold;
    color: #2A2A2A;
    margin-bottom: 12px;
  }
  .yycj .inner .content .item .text_b .title_1 .address {
    width: 9px;
    height: 11px;
    margin-right: 9px;
  }
  .yycj .inner .content .item .text_b .text {
    font-size: 11px;
    font-family: PingFang;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 16px;
  }
  .bdfw {
    padding: 50px 0;
  }
  .bdfw .inner .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bdfw .inner .content .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bdfw .inner .content .text_box .text_1 {
    line-height: 19px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2C2E2E;
    margin-top: 30px;
  }
  .bdfw .inner .content .text_box .line {
    width: 52px;
    height: 2px;
    background: #6098FD;
    margin: 6px 0 20px;
  }
  .bdfw .inner .content .text_box .text_2 {
    font-size: 10px;
    font-family: PingFang;
    font-weight: bold;
    color: #2C2E2E;
    line-height: 16px;
  }
  .bdfw_1 {
    background-color: #fff;
  }
  .bdfw_num_1 .img_box {
    width: 198px;
  }
  .bdfw_num_2 .img_box {
    width: 193px;
  }
  .bdfw_num_3 .img_box {
    width: 191px;
  }
  .bdfw_num_4 .img_box {
    width: 224px;
  }
  .bdfw_num_5 .img_box {
    width: 227px;
  }
}
