@media (max-width: 978px) {
  .body_banner {
    background: url(../images/h5about/banner.png);
    background-size: cover;
    height: 360px;
    background-position: -0 -40px;
  }

  .body_banner .bb_title {
    width: 315px;
    font-size: 28px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin: 0 auto;
    padding-top: 40px;
  }

  .body_banner .bb_desc {
    width: 315px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin: 0 auto;
    padding-top: 20px;
  }

  /********************************************************************************************/

  /********************************************************************************************/

  .ABOUT_AA {
    margin: 0 auto;
    background: #fafaff;
    padding: 10px 0 0px;
    height: 680px;

    position: relative;
  }

  .ABOUT_AA .ABOUT_AA_desc {
    position: absolute;
    top: -50px;
    width: 345px;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0px 10px 30px 0px rgba(239, 238, 238, 1);
    border-radius: 8px;

    z-index: 2;
    left: 50%;
    margin-left: -172.5px;
    height: 697px;
  }

  .ABOUT_AA .ABOUT_AA_desc .ABOUT_AA_Txt {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin: 20px auto 0;
  }
  .ABOUT_AA .ABOUT_AA_desc .ABOUT_AA_Txt2 {
    width: 305px;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin: 10px auto 20px;
    text-align: left;
  }

  .ABOUT_AA .ABOUT_AA_desc .ABOUT_AA_Txt2 span {
    font-size: 20px;
    color: #e6251f;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
  }

  .ABOUT_AA .ABOUT_AA_desc .ABOUT_AA_Img {
    width: 345px;
    margin: 0 auto;
  }

  .ABOUT_AA .ABOUT_AA_desc .ABOUT_AA_Desc {
    width: 305px;
    margin: 0 auto;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
  }

  .ABOUT_AA_Img {
    width: 355px;
    height: 270px;
    position: relative;
  }

  .ABOUT_AA_Img .video-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../images/oldindex/video-btn.svg) center no-repeat;
    left: 50%;
    margin-left: -30px;
    top: 100px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
  }

  .ABOUT_AA_Img .video-btn::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 1;
    -webkit-animation: water 1s linear infinite;
    animation: water 1s linear infinite;
  }

  @-webkit-keyframes water {
    0% {
      opacity: 0.8;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
    }
  }

  .ABOUT_AA_Img .video-close {
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../img/guanjia/cha.svg) center no-repeat;
    background-size: 100% 100%;
    right: 20px;
    top: 30px;
    z-index: 2;
    cursor: pointer;
    display: block;
  }

  .ABOUT_AA_Img .video-box {
    width: 335px;
    height: 220px;
    margin: 0 auto;
    padding-top: 26px;
  }

  .ABOUT_AA_Img .video-box video {
    width: 335px;
    height: 220px;
  }

  /********************************************************************************************/

  .ABOUT_BB {
    width: 100%;
    margin: 0 auto;
    min-height: 134px;
  }
  .ABOUT_BB_Txt {
    width: 315px;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin: 30px auto 0;
    padding: 15px 0;
  }

  .ABOUT_BB_Desc {
    width: 345px;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  .ABOUT_BB_Desc img {
    width: 345px;
  }

  /********************************************************************************************/
  .ABOUT_CC {
    width: 100%;
    margin: 0 auto;
    height: 368px;
    background: url(../images/h5about/cc_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ABOUT_CC_Txt {
    width: 315px;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin: 30px auto 0;
    padding: 50px 0 10px;
  }

  .ABOUT_CC_Desc {
    width: 316px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  .ABOUT_CC_list {
    display: flex;
    flex-wrap: wrap;
    width: 345px;
    margin: 0 auto;
    text-align: center;
  }

  .ABOUT_CC_list .ABOUT_CC_list_l {
    width: 115px;
    margin: 30px auto 0px;
  }

  .ABOUT_CC_list .ABOUT_CC_list_l div {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 600;
  }

  .ABOUT_CC_list .ABOUT_CC_list_l div:nth-child(2) {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
  }

  /********************************************************************************************/
  .ABOUT_DD {
    width: 100%;
    margin: 0 auto;
    min-height: 900px;
    background: #fafaff;
  }
  .ABOUT_DD_Txt {
    width: 315px;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
  }

  .ABOUT_DD_Txt::after {
    content: "";
    position: absolute;
    top: 85px;
    left: -0px;
    width: 1px;
    height: 780px;
    background: #d0d5e3;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ABOUT_DD_list {
    width: 345px;
    margin: 0 auto;
    padding-left: 43px;
    position: relative;
  }
  .ABOUT_DD_list::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 15px;
    height: 15px;
    background: url(../images/h5about/mr.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ABOUT_DD_list.T::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 15px;
    height: 15px;
    background: url(../images/h5about/dq.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ABOUT_DD_list .ABOUT_DD_list_txt {
    font-size: 14px;
    color: #808dac;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin: 5px auto 0;
  }

  .ABOUT_DD_list .ABOUT_DD_list_desc {
    width: 302px;
    font-size: 12px;
    color: #9ca6bd;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 13px;
  }

  .ABOUT_DD_list:nth-child(2) .ABOUT_DD_list_desc {
    margin-bottom: 14px;
  }
  .ABOUT_DD_list:nth-child(3) .ABOUT_DD_list_desc {
    margin-bottom: 18px;
  }
  .ABOUT_DD_list:nth-child(4) .ABOUT_DD_list_desc {
    margin-bottom: 18px;
  }
  .ABOUT_DD_list:nth-child(5) .ABOUT_DD_list_desc {
    margin-bottom: 18px;
  }
  .ABOUT_DD_list:nth-child(6) .ABOUT_DD_list_desc {
    margin-bottom: 18px;
  }
  .ABOUT_DD_list:nth-child(7) .ABOUT_DD_list_desc {
    margin-bottom: 18px;
  }
  .ABOUT_DD_list:nth-child(8) .ABOUT_DD_list_desc {
    margin-bottom: 14px;
  }
  .ABOUT_DD_list:nth-child(10) .ABOUT_DD_list_desc {
    margin-bottom: 18px;
  }

  .ABOUT_DD_list:nth-child(11) .ABOUT_DD_list_desc {
    margin-bottom: 16px;
  }

  /********************************************************************************************/
  .ABOUT_EE {
    width: 100%;
    margin: 0 auto;
  }
  .ABOUT_EE_Txt {
    width: 315px;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
  }

  .ABOUT_EE_list {
    width: 335px;
    margin: 0 auto;
    padding-left: 20px;
    border-bottom: 1px solid #dddddd;
  }

  .ABOUT_EE .ABOUT_EE_list:nth-child(5) {
    border-bottom: 0px solid #dddddd;
  }

  .ABOUT_EE_list .ABOUT_EE_list_txt {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    margin: 15px 0 5px 0;
  }

  .ABOUT_EE_list .ABOUT_EE_list_txt::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e6251f;
  }

  .ABOUT_EE_list .ABOUT_EE_list_desc {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin: 6px auto 15px;
  }

  .ABOUT_EE_img img,
  .ABOUT_EE_img {
    width: 345px;
    margin: 0 auto;
  }

  /********************************************************************************************/

  /********************************************************************************************/

  .NHZB_CC_block .mdui-tab-scrollable {
    padding-left: 0;
  }

  .NHZB_CC_block .mdui-tab-scrollable a {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    opacity: 1;
    position: relative;
    min-width: 60px;
    padding: 12px 0;
    margin: 0 6px;
  }

  .NHZB_CC_block .mdui-tab-scrollable a.mdui-tab-active {
    color: #b22a26;
  }
  .NHZB_CC_block .mdui-tab-scrollable a::after {
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    top: 16px;
    left: 5px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .NHZB_CC_block .mdui-tab-scrollable .mdui-tab-indicator {
    height: 4px;
    background-color: #f00;
  }

  .NHZB_CC_block .mdui-tab-scrollable::-webkit-scrollbar-thumb {
    background: none;
  }
  .NHZB_CC_block .mdui-tab-scrollable::-webkit-scrollbar {
    display: none;
  }

  .NHZB_CC_block .NHZB_CC_block_list {
    width: 335px;
    margin: 30px auto 0;
  }

  .NHZB_CC_block .NHZB_CC_block_list .NHZB_CC_Img {
    width: 335px;
    height: 291px;
  }
  .NHZB_CC_block .NHZB_CC_block_list .NHZB_CC_Img img {
    width: 335px;
    height: 291px;
  }

  .NHZB_CC_block .NHZB_CC_block_list .NHZB_CC_Txt {
    width: 120px;
    height: 30px;
    font-size: 18px;
    color: #b22a26;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
  }
  .NHZB_CC_block .NHZB_CC_block_list .NHZB_CC_Desc {
    width: 335px;
    height: 55px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
  }
  .NHZB_CC_block .NHZB_CC_block_list .NHZB_CC_Cta {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 340px;
    margin: 0 auto 30px;
  }

  .NHZB_CC_block .NHZB_CC_block_list .NHZB_CC_Cta a:nth-child(1) {
    width: 160px;
    height: 48px;
    background-image: linear-gradient(90deg, #fa4b1f 0%, #db2929 100%);
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
  }

  .NHZB_CC_block .NHZB_CC_block_list .NHZB_CC_Cta a:nth-child(2) {
    width: 160px;
    height: 48px;
    border: 1px solid #b22a26;
    border-radius: 4px;
    font-size: 18px;
    color: #b22a26;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    margin-left: 20px;
  }

  /********************************************************************************************/

  .NHZB_DD {
    width: 100%;
    margin: 0 auto;
  }
  .NHZB_DD .NHZB_DD_list {
    width: 345px;
    height: 375px;
    margin: 15px auto 0;
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(239, 239, 239, 1);
    border-radius: 8px;
  }
  .NHZB_DD .NHZB_DD_list .NHZB_DD_list_img {
    width: 345px;
    text-align: center;
  }
  .NHZB_DD .NHZB_DD_list .NHZB_DD_list_img img {
    width: 345px;
  }

  .NHZB_DD .NHZB_DD_list .NHZB_DD_list_txt {
    width: 219px;
    height: 30px;
    font-size: 18px;
    color: #b22a26;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    padding: 20px 0 0 20px;
  }
  .NHZB_DD .NHZB_DD_list .NHZB_DD_list_desc {
    width: 305px;
    height: 40px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    padding: 30px 0 0 20px;
  }

  .NHZB_EE {
    width: 100%;
    margin: 0 auto;
    background: url(../images/h5nhzb/ee_bg.jpg);
    min-height: 793px;
  }
  .NHZB_EE .NHZB_EE_Txt {
    width: 315px;
    height: 36px;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin: 0 auto;
    padding-top: 30px;
  }
  .NHZB_EE .NHZB_EE_Desc {
    width: 315px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin: 0 auto;
    padding-top: 40px;
  }

  .NHZB_EE .NHZB_EE_list {
    width: 345px;
    margin: 50px auto 0;
  }

  .NHZB_EE .NHZB_EE_list ul li {
    width: 345px;
    height: 138px;
    box-shadow: 0px 10px 20px 0px rgba(178, 42, 38, 0.5);
    border-radius: 8px;
    margin: 30px auto 0;
    background: url(../images/h5nhzb/ee_1.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .NHZB_EE .NHZB_EE_list ul li:nth-child(2) {
    background: url(../images/h5nhzb/ee_2.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .NHZB_EE .NHZB_EE_list ul li:nth-child(3) {
    background: url(../images/h5nhzb/ee_3.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .NHZB_EE .NHZB_EE_list ul li:nth-child(4) {
    background: url(../images/h5nhzb/ee_4.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .NHZB_EE .NHZB_EE_list ul li dl dt {
    width: 145px;
    height: 24px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 0 0 20px;
  }

  .NHZB_EE .NHZB_EE_list ul li dl dd {
    width: 200px;
    height: 18px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    padding: 25px 0 0 35px;
    position: relative;
  }

  .NHZB_EE .NHZB_EE_list ul li dl dd::after {
    position: absolute;
    content: "•";
    top: 23px;
    left: 18px;
    color: #b22a26;
    font-size: 30px;
  }

  /********************************************************************************************/

  /****************************************************************************************************/
  .ABOUT_FF {
    width: 100%;
    margin: 0 auto;
  }
  .ABOUT_FF_Txt {
    width: 315px;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    padding: 30px 0 30px;
    margin: 0 auto;
  }
  .ABOUT_FF_block {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }

  .ABOUT_FF_block .ABOUT_FF_list {
    width: 345px;
    height: 108px;
    background: url(../img/ff_1.png);
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: 20px 33px;
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgb(230 230 230);
    border-radius: 8px;
    margin: 0 auto 30px;
  }

  .ABOUT_FF_block .ABOUT_FF_list:nth-child(2) {
    background: url(../img/ff_2.png);
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: 20px 33px;
  }
  .ABOUT_FF_block .ABOUT_FF_list:nth-child(3) {
    background: url(../img/ff_3.png);
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: 20px 33px;
  }

  .ABOUT_FF_block .ABOUT_FF_list:nth-child(4) {
    background: url(../img/ff_4.png);
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: 20px 33px;
  }

  .ABOUT_FF_block .ABOUT_FF_list div:nth-child(1) {
    width: 345px;
    height: 24px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    padding: 35px 0 0 80px;
  }
  .ABOUT_FF_block .ABOUT_FF_list div:nth-child(2) {
    width: 310px;
    height: 36px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    padding: 30px 0 0 80px;
  }

  .ABOUT_FF_block .ABOUT_FF_list:nth-child(2) div:nth-child(1),
  .ABOUT_FF_block .ABOUT_FF_list:nth-child(4) div:nth-child(1) {
    padding: 25px 0 0 80px;
  }

  .ABOUT_FF_block .ABOUT_FF_list:nth-child(2) div:nth-child(2) {
    padding: 30px 0 0 80px;
  }

  /********************************************************************************************/

  .ABOUT_GG {
    width: 100%;
    margin: 0 auto;
    height: 820px;
    background: url(../images/h5about/gg_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ABOUT_GG_Txt {
    width: 315px;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    padding: 30px 0 0;
    margin: 0 auto 50px;
  }

  .ABOUT_GG .ABOUT_GG_list_2 {
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0px 30px 60px 0px rgba(245, 245, 245, 1);
    border-radius: 10px;
    margin: 0 auto;
  }

  .ABOUT_GG .ABOUT_GG_list_2:nth-child(2) {
    width: 345px;
    height: 363px;
    background: #fff;
    margin: 0 auto;
  }

  .ABOUT_GG .ABOUT_GG_list_2:nth-child(3) {
    width: 345px;
    height: 276px;
    background: #fff;
    margin: 20px auto 0;
  }

  .ABOUT_GG .ABOUT_GG_list_2:nth-child(4) {
    width: 345px;
    height: 258px;
    background: #fff;
    margin: 20px auto 0;
  }

  .ABOUT_GG .ABOUT_GG_list_2 .ABOUT_GG_list_2_tit {
    width: 345px;
    margin: 0 auto;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    position: relative;
    padding: 30px 0 0 30px;
  }

  .ABOUT_GG .ABOUT_GG_list_2 .ABOUT_GG_list_2_tit::after {
    content: "";
    position: absolute;
    top: 33px;
    left: 120px;
    width: 5px;
    height: 60px;
    background: #e6251f;
  }
  .ABOUT_GG .ABOUT_GG_list_2 .ABOUT_GG_list_2_tit .ABOUT_GG_list_2_tit_avatar {
    width: 60px;
  }
  .ABOUT_GG
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit
    .ABOUT_GG_list_2_tit_avatar
    img {
    width: 60px;
  }

  .ABOUT_GG .ABOUT_GG_list_2 .ABOUT_GG_list_2_tit .ABOUT_GG_list_2_tit_name {
    margin: 0px 0 0 60px;
  }
  .ABOUT_GG
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit
    .ABOUT_GG_list_2_tit_name
    div {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-top: 5px;
  }

  .ABOUT_GG
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit
    .ABOUT_GG_list_2_tit_name
    div:nth-child(2) {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
  }

  .ABOUT_GG .ABOUT_GG_list_2 .ABOUT_GG_list_1_desc {
    width: 305px;
    margin: 20px auto 0;
    font-size: 12px;
    color: #7c879a;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
  }

  /********************************************************************************************/

  .ABOUT_HH {
    width: 100%;
    margin: 0 auto;
  }

  .ABOUT_HH_Txt {
    width: 315px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    padding: 30px 0 0;
    margin: 0 auto;
  }

  .ABOUT_HH_Select {
    width: 345px;
    height: 40px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
  }

  .ABOUT_HH_Select:after {
    content: " ";
    width: 12px;
    height: 12px;
    right: 15px;
    top: 14px;
    background: url(../images/down.svg) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
  }

  .ABOUT_HH_Select select {
    /*清除select的边框样式*/
    border-radius: 4px;
    border: 1px solid #cccccc;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*将select的宽高等于div的宽高*/
    width: 345px;
    height: 40px;
    line-height: 40px;
    /*隐藏select的下拉图标*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*通过padding-left的值让文字居中*/
    padding-left: 20px;
  }

  .ABOUT_HH_Txt {
    width: 345px;
    margin: 0 auto 40px;
  }
  .ABOUT_HH_Txt .ABOUT_HH_list {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    display: none;
  }
  .ABOUT_HH_Txt .ABOUT_HH_list div {
    margin: 0px auto 10px;
    text-align: left;
  }

  .ABOUT_HH_Map {
    width: 345px;
    height: 207px;
    margin: 30px auto 0;
  }
  .ABOUT_HH_Map #container {
    width: 345px;
    height: 207px;
  }
  /********************************************************************************************/

  /********************************************************************************************/
  .base_footer_cta {
    background: url(../images/h5fin/info_bg.png);
    padding: 0 5% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .base_footer_cta .base_footer_cta_btn {
    width: 345px;
    margin: 15px auto 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }

  .base_footer_cta .base_footer_cta_btn a {
    background: #ffffff;
    border-radius: 4px;
    display: inline;
    width: 160px;
    height: 35px;
    font-size: 16px;
    color: #ef2e2e;
    letter-spacing: 0;
    text-align: center;
    line-height: 35px;
    margin: 10px auto 0;
  }

  .base_footer_cta .base_footer_desc {
    padding: 10px 0 0 0;
    line-height: 25px;
  }

  .base_footer_cta .base_footer_cta_btn a:nth-child(2) {
    background: unset;
    color: #fff;
    margin-left: 20px;
    border: 1px solid #ffffff;
    border-radius: 4px;
  }
}
