@media (min-width: 768px) {
  .section {
    font-size: 0.8rem;
  }
  .section .section-title {
    padding-top: 4.5rem;
    padding-bottom: 2.6rem;
  }
  .section .container {
    padding: 0 6rem;
  }
  .section .container .section-imgbox .textbox {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.5s;
  }
  .section .container .section-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section .container .section-imgbox-anix .textbox {
    transform: translateX(-2rem);
  }
  .section .container .section-imgbox-aniy .textbox {
    transform: translateY(2rem);
  }
  .section .container.clipAnimated .section-imgbox .textbox {
    transform: translateX(0);
    opacity: 1;
  }
  .section-banner {
    position: relative;
    padding-top: 47.95%;
  }
  .section-banner > .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .section-banner > .swiper-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-banner .banner-slogan.slogan-text-vcenter {
    top: 45%;
  }
  .section-banner .swiper-banner-prev {
    left: 4.5%;
  }
  .section-banner .swiper-banner-next {
    right: 4.5%;
  }
  .section-sdl .section-title {
    padding-top: 5.5rem;
    padding-bottom: 1.2rem;
  }
  .section-sdl .section-btns {
    position: relative;
    z-index: 2;
  }
  .section-sdl .section-btns .knowmore {
    margin: 2.5rem 0;
  }
  .section-sdl .sdl-container .sdl-content {
    bottom: 0;
  }
  .section-sdl p {
    line-height: 1.5rem;
  }
  .section-sdl .sdl-item-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    height: 3.6rem;
  }
  .section-sdl .sdl-list {
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 0;
  }
  .section-sdl .sdl-list li {
    display: inline-block;
    margin-top: 2rem;
  }
  .section-hot .section-title {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .section-hot .products-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .section-hot .products-wrap .swiper-hotproduct-prev,
  .section-hot .products-wrap .swiper-hotproduct-next {
    opacity: 0.1;
    color: #313131;
    font-size: 2rem !important;
    top: 13.25rem;
  }
  .section-hot .products-wrap .swiper-hotproduct-prev:hover,
  .section-hot .products-wrap .swiper-hotproduct-next:hover {
    opacity: 1;
  }
  .section-hot .products-wrap .swiper-hotproduct-prev {
    left: 0;
  }
  .section-hot .products-wrap .swiper-hotproduct-next {
    right: 0;
  }
  .section-commercial .section-title {
    padding-bottom: 1.1rem;
  }
  .section-commercial .swiper-wrapper {
    display: block;
    overflow: hidden;
  }
  .section-commercial .swiper-wrapper .section-imgbox {
    width: 36.31%;
    height: 11.25rem;
    float: right;
    margin-top: 1.5rem;
  }
  .section-commercial .swiper-wrapper .section-imgbox .textbox {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .section-commercial .swiper-wrapper .section-imgbox:not(:first-child) .textbox {
    right: 4rem;
    left: auto;
    bottom: auto;
    top: 50%;
    text-align: right;
    margin-top: -0.8rem;
  }
  .section-commercial .swiper-wrapper .section-imgbox:first-child {
    width: 61.9%;
    height: 24rem;
    float: left;
  }
  .section-commercial .swiper-wrapper .section-imgbox:first-child .textbox {
    left: 3rem;
    bottom: 3.5rem;
    text-align: left;
  }
  .section-commercial .swiper-wrapper .section-imgbox:first-child img {
    width: 52rem;
  }
  .section-roadway .section-imgbox {
    height: 24rem;
    display: flex;
    align-items: flex-end;
  }
  .section-roadway .section-imgbox img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section-roadway .section-imgbox .animate-box {
    position: relative;
    height: 100%;
  }
  .section-roadway .section-imgbox .textbox {
    bottom: auto;
    top: 22%;
  }
  .section-roadway .section-imgbox .textbox a {
    margin: 0 1.5rem;
  }
  .section-news {
    padding-bottom: 3.6rem;
  }
  .section-news .section-title {
    padding-top: 4.5rem;
  }
  .section-news .news-wrap {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .section-news .news-wrap .news-item {
    display: inline-block;
    width: 33%;
    flex: 1;
  }
  .section-news .news-wrap .news-item > a:hover .news-title {
    color: #0046aa;
  }
  .section-news .news-wrap .news-item p {
    font-size: 0.7rem;
    line-height: 1.6rem;
  }
  .section-news .news-wrap .news-item .news-tag {
    line-height: 1.2rem;
  }
  .section-news .news-wrap .news-item .news-img img {
    height: 15.75rem;
  }
  .section-news .news-wrap .news-item .news-content {
    padding: 1.4rem;
  }
  .section-news .news-wrap .news-item .news-title {
    font-size: 0.9rem;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-news .news-wrap .news-item .news-desc {
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.8rem;
  }
  .section-news .news-wrap .news-item .news-list {
    padding-top: 0.6rem;
  }
  .section-news .news-wrap .news-item .news-list li {
    margin-top: 2.1rem;
  }
  .section-news .news-wrap .news-item .news-list li:hover .news-title {
    color: #0046aa;
  }
  .section-news .news-wrap .news-item .news-more {
    text-align: right;
    margin-top: 1.2rem;
  }
  .section-news .news-wrap .news-item .news-more > a {
    color: #999;
  }
  .section-news .news-wrap .news-item .news-more > a:hover {
    color: #0046aa;
  }
  .section-dealer {
    background-color: #fff;
    padding-bottom: 3.4rem;
  }
  .section-dealer .dealer-map .dealer-content {
    height: 32rem;
  }
  .section-dealer .dealer-map .map-control {
    padding: 0;
    font-family: "FZLTXHJW";
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .section-dealer .dealer-map .map-control .map-input-search {
    width: 54%;
  }
  .section-dealer .dealer-map .map-control .map-input-search input {
    font-size: 0.8rem;
    line-height: 2.7rem;
    height: 2.7rem;
    padding: 0 2rem 0 1.5rem;
  }
  .section-dealer .dealer-map .map-control .map-input-search .map-btn-search {
    right: 0.5rem;
  }
  .section-dealer .dealer-map .map-control .map-input-search .map-btn-search .iconsearch {
    font-size: 1rem;
    font-weight: normal;
    color: #313131;
  }
  .section-dealer .dealer-map .map-content {
    width: 38%;
    padding-right: 0;
  }
  .section-dealer .dealer-map .map-content li {
    padding: 0;
    border-bottom: 0;
  }
  .section-dealer .dealer-map .map-content li h4 {
    font-size: 1.2rem;
  }
  .section-dealer .dealer-map .map-content li p {
    font-size: 0.8rem;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-consult {
    font-size: 0.8rem;
    color: #0046aa;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-consult i {
    font-size: 0.8rem;
    margin-right: 0.2rem;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-consult .iconyuyue {
    display: inline-block;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-navigate .iconnavigation {
    border: 0;
    width: 1.7rem;
    height: 1.7rem;
  }
  .section-dealer .dealer-map .map-content .map-dealer-item {
    padding: 1.35rem 0;
  }
  .section-dealer .dealer-map .map-content .map-dealer-list-conent {
    height: calc(100% - 4.2rem);
    padding: 0 1.5rem 0 0.5rem;
  }
  .section-dealer .dealer-map .map-col {
    width: 58%;
    position: relative;
  }
  .section-dealer .dealer-map .map-col .top-gradient {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(250, 250, 250, 0)));
    background-image: linear-gradient(180deg, #fff, rgba(250, 250, 250, 0));
    height: 5rem;
    top: 0;
    left: 0;
    width: 100%;
  }
  .section-dealer .dealer-map .map-col .right-gradient {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(250, 250, 250, 0)));
    background-image: linear-gradient(270deg, #fff, rgba(250, 250, 250, 0));
    height: 100%;
    top: 0;
    right: 0;
    width: 5rem;
  }
  .section-dealer .dealer-map .map-col .bottom-gradient {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(250, 250, 250, 0)));
    background-image: linear-gradient(0deg, #fff, rgba(250, 250, 250, 0));
    left: 0;
    bottom: 0;
    height: 5rem;
    width: 100%;
  }
  .section-dealer .dealer-map .map-col .left-gradient {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(250, 250, 250, 0)));
    background-image: linear-gradient(90deg, #fff, rgba(250, 250, 250, 0));
    height: 100%;
    left: 0;
    top: 0;
    width: 5rem;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-input {
    background-color: #f5f5f5;
    margin-bottom: 0;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-input > button {
    font-size: 0.8rem;
    line-height: 2.7rem;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-input .iconarrow-bottom {
    font-size: 0.9rem;
    right: 0.6rem;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-input .iconarrow-bottom::before {
    content: "\e655";
  }
  .section-dealer #select-cascader-wrap.open .sel-cascader-input .iconarrow-bottom {
    transform: translateY(-50%);
  }
  .section-moreservice {
    padding: 6rem 0;
  }
  .section-moreservice .service-wrap {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
  }
  .section-moreservice .section-imgbox {
    display: inline-block;
    width: 24%;
    height: 28rem;
    flex: 1;
  }
  .section-moreservice .section-imgbox:nth-child(even) {
    margin-top: 3rem;
    display: flex;
    align-items: flex-end;
  }
  .section-moreservice .section-imgbox:nth-child(even) .animate-box {
    height: 100%;
    position: relative;
    height: 100%;
  }
  .section-moreservice .section-imgbox:nth-child(even) img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section-moreservice .section-imgbox .textbox {
    bottom: 3rem;
  }
}
