@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;
  }
  .bdfw {
    padding: 65px 0 105px;
    background-color: #fff;
  }
  .bdfw .inner .content {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .bdfw .inner .content.left_flex {
    justify-content: space-between;
  }
  .bdfw .inner .content.left_flex .text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
  }
  .bdfw .inner .content.left_flex .text_2 {
    text-align: right;
  }
  .bdfw .inner .content .img_box_1 {
    width: 469px;
    height: 469px;
  }
  .bdfw .inner .content .img_box_2 {
    width: 600px;
    height: 341px;
  }
  .bdfw .inner .content .text_box {
    margin-right: 106px;
  }
  .bdfw .inner .content .text_box .text_1 {
    line-height: 34px;
    font-size: 36px;
    font-family: PingFang;
    font-weight: 800;
    color: #2B2E2E;
  }
  .bdfw .inner .content .text_box .line {
    width: 103px;
    height: 4px;
    background: #6299f9;
    margin: 18px 0 45px;
  }
  .bdfw .inner .content .text_box .text_2 {
    line-height: 25px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2b2d2d;
  }
  .bdfw .inner .content .text_box .text_box_box {
    margin-top: 55px;
    position: relative;
  }
  .bdfw .inner .content .text_box .text_box_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 268px;
    background-image: linear-gradient(to right, #2A64DC 0%, #2A64DC 50%, transparent 50%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
    transform: rotate(90deg);
    transform-origin: top left;
    z-index: 0;
  }
  .bdfw .inner .content .text_box .text_box_box .item {
    margin-top: 36px;
    position: relative;
  }
  .bdfw .inner .content .text_box .text_box_box .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #2A64DC;
    border-radius: 50%;
    z-index: 1;
  }
  .bdfw .inner .content .text_box .text_box_box .item:first-child {
    margin-top: 0;
  }
  .bdfw .inner .content .text_box .text_box_box .item .title_1 {
    line-height: 18px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #2A2A2A;
    margin-bottom: 7px;
    padding-left: 18px;
  }
  .bdfw .inner .content .text_box .text_box_box .item .sub_title_1 {
    line-height: 15px;
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #9A9A9A;
    padding-left: 18px;
  }
  .bdfw .inner .content .text_box .text_box_1 {
    display: flex;
    flex-wrap: wrap;
    width: 368px;
    margin-top: 31px;
    margin-bottom: 66px;
  }
  .bdfw .inner .content .text_box .text_box_1 .item {
    line-height: 17px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #2A2A2A;
    margin: 0 47px 23px 0;
  }
  .bdfw .inner .content .text_box .text_box_1 .item:nth-child(5n) {
    margin-right: 0;
  }
  .bdfw .inner .content .text_box .text_box_1 .item:nth-child(6),
  .bdfw .inner .content .text_box .text_box_1 .item:nth-child(7),
  .bdfw .inner .content .text_box .text_box_1 .item:nth-child(8),
  .bdfw .inner .content .text_box .text_box_1 .item:nth-child(9),
  .bdfw .inner .content .text_box .text_box_1 .item:nth-child(10) {
    margin-bottom: 0;
  }
  .bdfw .inner .content .text_box .btn {
    width: 148px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #2963db;
    border-radius: 10px 0px 10px 0px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
  }
  .yhty {
    background: url('https://fthoss.gizonet.com/gizonet_upload/website_20200928/img/yhty/bg_explore.png') no-repeat center;
    background-size: cover;
    padding: 80px 0 85px;
  }
  .yhty .title .text,
  .yhty .sub_tit {
    color: #fff;
  }
  .yhty .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .yhty .content .item {
    width: 281px;
    height: 182px;
    position: relative;
  }
  .yhty .content .item .img {
    width: 281px;
    height: 182px;
  }
  .yhty .content .item .text {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 281px;
    text-align: center;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #2A2A2A;
  }
  .lsdz {
    padding: 80px 0 85px;
  }
  .lsdz .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .lsdz .content .item {
    width: 210px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lsdz .content .item .img {
    width: 117px;
    height: 117px;
  }
  .lsdz .content .item .text_1 {
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #2A2A2A;
    margin: 50px 0 20px;
  }
  .lsdz .content .item .text_2 {
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #9A9A9A;
  }
  .qdjstd {
    background: url('https://fthoss.gizonet.com/gizonet_upload/website_20200928/img/bg_powerful_team.png') no-repeat center;
    background-size: cover;
    padding: 80px 0;
  }
  .qdjstd .title .text,
  .qdjstd .sub_tit {
    color: #fff;
  }
  .qdjstd .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .qdjstd .content .item {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .qdjstd .content .item .inner_1 {
    padding-left: 20px;
    position: relative;
  }
  .qdjstd .content .item .inner_1::after {
    content: '';
    width: 7px;
    height: 31px;
    background: #2A64DC;
    position: absolute;
    top: 0;
    left: 0;
  }
  .qdjstd .content .item .inner_1 .text_1 {
    line-height: 34px;
    font-size: 44px;
    font-family: Quiroh;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 16px;
  }
  .qdjstd .content .item .inner_1 .text_2 {
    line-height: 17px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }
  .kflc {
    padding: 80px 0;
    background: #FFFFFF;
  }
  .kflc .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .kflc .content .item {
    width: 164px;
    height: 220px;
    background: #FFFFFF;
    border: 1px solid #2A64DC;
    border-radius: 20px 0px 20px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .kflc .content .item .num {
    line-height: 19px;
    font-size: 24px;
    font-family: PingFang;
    font-weight: bold;
    color: #666666;
    opacity: 0.5;
  }
  .kflc .content .item .img {
    height: 46px;
    margin: 25px 0 24px;
  }
  .kflc .content .item .text_1 {
    line-height: 17px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #2A2A2A;
    margin-bottom: 16px;
  }
  .kflc .content .item .text_2 {
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #9A9A9A;
  }
}
@media (max-width: 768px) {
  body {
    background-color: #F9FAFF;
  }
  .title {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }
  .title .text {
    line-height: 17px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #2B2E2E;
  }
  .sub_tit {
    font-size: 11px;
    font-family: PingFang;
    font-weight: bold;
    color: #2B2E2E;
    line-height: 15px;
    text-align: center;
  }
  .banner .img {
    width: 100%;
    height: 305px;
    object-fit: cover;
  }
  .bdfw {
    padding: 44px 0;
    background-color: #fff;
  }
  .bdfw.hy {
    background: #F9FAFF;
  }
  .bdfw .inner .content {
    width: 100%;
  }
  .bdfw .inner .content.left_flex .text_box_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
  }
  .bdfw .inner .content.left_flex .text_box_1.text_mar {
    margin-top: 15px;
  }
  .bdfw .inner .content.left_flex .text_box_1 .item {
    line-height: 10px;
    font-size: 11px;
    font-family: PingFang;
    font-weight: bold;
    color: #292929;
  }
  .bdfw .inner .content.left_flex .btn {
    display: none;
  }
  .bdfw .inner .content .img_box_1 {
    width: 235px;
    display: block;
    margin: 0 auto;
  }
  .bdfw .inner .content .img_box_2 {
    width: 300px;
    display: block;
    margin: 25px auto 0;
  }
  .bdfw .inner .content .text_box .text_1 {
    line-height: 17px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: 800;
    color: #2B2E2E;
    text-align: center;
    margin-bottom: 13px;
  }
  .bdfw .inner .content .text_box .line {
    display: none;
  }
  .bdfw .inner .content .text_box .text_2 {
    font-size: 11px;
    font-family: PingFang;
    font-weight: bold;
    color: #666666;
    line-height: 15px;
    text-align: center;
  }
  .bdfw .inner .content .text_box .text_box_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
    margin-bottom: 44px;
  }
  .bdfw .inner .content .text_box .text_box_box::before {
    content: '';
    background: url('https://fthoss.gizonet.com/gizonet_upload/website_20200928/img/construction/2.png') no-repeat center;
    background-size: 100% 100%;
    width: 269px;
    height: 5px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bdfw .inner .content .text_box .text_box_box .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bdfw .inner .content .text_box .text_box_box .item .title_1 {
    line-height: 12px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: bold;
    color: #292929;
    margin-bottom: 6px;
  }
  .bdfw .inner .content .text_box .text_box_box .item .sub_title_1 {
    font-size: 8px;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
    line-height: 10px;
  }
  .yhty {
    background: url('https://fthoss.gizonet.com/gizonet_upload/website_20200928/img/yhty/bg_explore.png') no-repeat center;
    background-size: cover;
    padding: 30px 0 28px;
  }
  .yhty .title .text,
  .yhty .sub_tit {
    color: #fff;
  }
  .yhty .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 21px;
  }
  .yhty .content .item {
    width: 154px;
    height: 100px;
    position: relative;
  }
  .yhty .content .item:nth-child(1),
  .yhty .content .item:nth-child(2) {
    margin-bottom: 21px;
  }
  .yhty .content .item .img {
    width: 154px;
    height: 100px;
  }
  .yhty .content .item .text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 154px;
    text-align: center;
    font-size: 12px;
    font-family: PingFang;
    font-weight: bold;
    color: #292929;
  }
  .lsdz {
    padding: 43px 0;
    background-color: #fff;
  }
  .lsdz .content {
    width: 100%;
    margin-top: 38px;
  }
  .lsdz .content .row {
    display: flex;
    justify-content: space-between;
  }
  .lsdz .content .row:nth-child(2) {
    margin-top: 47px;
  }
  .lsdz .content .row:nth-child(2) .item {
    flex: 0 0 50%;
  }
  .lsdz .content .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lsdz .content .item .img {
    width: 59px;
    height: 59px;
    margin-bottom: 7px;
  }
  .lsdz .content .item .text_1 {
    line-height: 12px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: bold;
    color: #292929;
  }
  .lsdz .content .item .text_2 {
    display: none;
  }
  .gdhykhal .content {
    margin-top: 30px;
  }
  .txxq .content {
    margin-top: 28px;
  }
  .qdjstd {
    background: url('https://fthoss.gizonet.com/gizonet_upload/website_20200928/img/bg_powerful_team.png') no-repeat center;
    background-size: cover;
    padding: 32px 0;
  }
  .qdjstd .title .text,
  .qdjstd .sub_tit {
    color: #fff;
  }
  .qdjstd .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .qdjstd .content .item {
    flex: 0 0 50%;
    display: flex;
    padding-left: 35px;
  }
  .qdjstd .content .item:nth-child(1),
  .qdjstd .content .item:nth-child(2) {
    margin-bottom: 35px;
  }
  .qdjstd .content .item .inner_1 {
    position: relative;
    padding-left: 10px;
  }
  .qdjstd .content .item .inner_1::after {
    content: '';
    width: 5px;
    height: 23px;
    background: #2A64DC;
    position: absolute;
    top: 0;
    left: 0;
  }
  .qdjstd .content .item .inner_1 .text_1 {
    line-height: 25px;
    font-size: 32px;
    font-family: Quiroh;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 13px;
  }
  .qdjstd .content .item .inner_1 .text_2 {
    line-height: 12px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #FFFFFF;
  }
  .kflc {
    padding: 43px 0;
    background: #FFFFFF;
  }
  .kflc .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .kflc .content .item {
    width: 94px;
    height: 127px;
    background: #FFFFFF;
    border: 1px solid #2964DC;
    border-radius: 10px 0px 10px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .kflc .content .item:nth-child(1),
  .kflc .content .item:nth-child(2),
  .kflc .content .item:nth-child(3) {
    margin-bottom: 21px;
  }
  .kflc .content .item .num {
    line-height: 11px;
    font-size: 14px;
    font-family: PingFang;
    font-weight: bold;
    color: #666666;
    opacity: 0.5;
  }
  .kflc .content .item .img {
    width: 27px;
    margin: 15px 0 13px;
  }
  .kflc .content .item .text_1 {
    line-height: 12px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: bold;
    color: #292929;
    margin-bottom: 8px;
  }
  .kflc .content .item .text_2 {
    font-size: 9px;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
  }
}
