@media (min-width: 768px) {
  .section {
    margin: auto;
    width: 100%;
  }
  .section .section-title {
    font-size: 2rem;
    position: relative;
    text-align: center;
    color: #373737;
  }
  .section .section-title::after {
    content: "";
    position: absolute;
    width: 3.8rem;
    height: 0.2rem;
    background: #0046aa;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 4px;
    opacity: 0.9;
  }
  header .banner {
    position: relative;
  }
  header .banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .banner .banner-text h4 {
    font-size: 3rem;
    color: white;
    margin: 0 0 1rem 0;
  }
  header .banner .banner-text p {
    margin: 1.5rem auto;
    color: white;
    font-size: 1.5rem;
  }
  .container {
    width: 75%;
    margin: 0 auto;
  }
  .section-part1 {
    margin: 1rem 0;
  }
  .section-part1 .contact {
    text-align: center;
  }
  .section-part1 .contact h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .section-part1 .contact span {
    color: #5d5d5d;
    font-size: 1rem;
    font-family: 'FZLTXHJW';
    font-weight: bold;
  }
  .section-part2 {
    padding-bottom: 4rem;
  }
  .section-part2 .title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
    margin: 1rem 0;
  }
  .section-part2 .content {
    font-size: 1rem;
    line-height: 2em;
    font-family: "FZLTXHJW";
    color: #373737;
    text-align: center;
    width: 88.5%;
    margin: 2rem auto;
    margin-bottom: 4rem;
  }
  .section-part2 .banner {
    position: relative;
  }
  .section-part2 .text-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    margin: auto;
  }
  .section-part2 .text-absolute .table-text {
    display: table-cell;
    vertical-align: middle;
  }
  .section-part2 .text-absolute .table-text h4 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: white;
    text-align: center;
  }
  .section-part2 .text-absolute .table-text p {
    font-family: "FZLTXHJW";
    font-size: 1.2rem;
    margin: 1rem 0;
  }
  .section-part2 .text-absolute .table-text a {
    display: inline-block;
    margin-top: 2rem;
    font-family: "FZLTXHJW";
    border: 1px solid white;
    padding: 0.6rem;
    width: 10rem;
    font-size: 1rem;
    border-radius: 2rem;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .section-part2 .text-absolute .table-text a:hover {
    background: #fff;
    color: #333;
  }
  .section-part2 .text-absolute .table-text a .icon-small {
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
  .section-part2 .text-absolute .table-text .detail {
    color: white;
  }
  .section-part2 .text-absolute .img-right {
    position: relative;
    left: 0;
    width: 1.2rem;
    transition: all 0.2s ease-out;
  }
  .section-part2 .contact-map-box {
    position: relative;
    margin-bottom: 4rem;
    overflow: hidden;
    background-color: #fff;
  }
  .section-part2 .contact-map-box .box-left {
    position: absolute;
    top: 12%;
    bottom: 0;
    width: 25%;
    padding: 0 2rem;
  }
  .section-part2 .contact-map-box .box-left h4 {
    font-size: 1.5rem;
  }
  .section-part2 .contact-map-box .box-left p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8;
    font-family: 'FZLTXHJW';
    font-weight: bold;
  }
  .section-part2 .contact-map-box .box-left .btn-learnmore {
    background: rgba(160, 199, 255, 0.16);
    border-radius: 35px;
    color: #0063f5;
    padding: 0.6rem 2rem;
    position: absolute;
    bottom: 4rem;
    font-size: 0.9rem;
    font-family: 'FZLTXHJW';
    font-weight: bold;
    transition: all 0.3s;
  }
  .section-part2 .contact-map-box .box-left .btn-learnmore:hover {
    background-color: #0063f5;
    color: #fff;
  }
  .section-part2 .contact-map-box .box-right {
    width: 75%;
    float: right;
  }
  .section-part2 .contact-map-box .box-right .dealer-map {
    margin: 0;
    padding: 0;
    height: 35.5rem;
    overflow: hidden;
    float: right;
    width: 100%;
  }
  .section-part2 .contact-map-box .box-right .dealer-map .map-col {
    width: 100%;
  }
  .section-part2 .contact-map-box .box-right .dealer-map .map-col .map-container {
    width: 100%;
  }
  .section-part2 .contact-map-box .box-right .dealer-map .dealer-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section-part2 .map-control,
  .section-part2 .map-content {
    display: none;
    height: 0;
  }
  #Charges .page-modal-title {
    text-align: center;
    color: #004baa;
    font-size: 1.4rem;
  }
  #Charges .page-modal-sub-title {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
  #Charges p {
    font-size: 1rem;
    color: #6e6e6e;
    font-family: "FZLTXHJW";
    line-height: 1.8;
    text-indent: 2rem;
    margin: 0.75rem 0;
  }
  #Charges .contact-info p,
  #Charges .text-right p {
    margin-top: 0rem;
    margin-bottom: 0.2rem;
  }
}
