@charset "UTF-8";
@font-face {
  font-family: "SYBOLD";
  font-weight: 700;
  src: url("//at.alicdn.com/wf/webfont/Y262eaz3mBn6/bSuSprIjhYTB.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/Y262eaz3mBn6/izPRv45pWbPv.woff") format("woff");
  font-display: swap;
}

.section {
  background-color: #fafafa;
  color: #313131;
  font-size: 1.2rem;
}

.section p {
  font-family: "FZLTXHJW";
}

.section h4 {
  font-family: 'FZLTZCHJW';
}

.section .container {
  padding: 0 1.5rem;
}

.section .section-title {
  font-family: "FZLTXHJW";
  margin: 0;
  padding-top: 4.5rem;
  padding-bottom: 1.8rem;
  font-size: 2.4rem !important;
}

.section .section-title::after {
  display: none;
}

.section .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.section .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.section .knowmore {
  font-family: "FZLTXHJW";
  display: inline-block;
  border: 1px solid;
  margin-top: 2rem;
  min-width: 8rem;
  line-height: 2.3rem;
  border: 1px solid;
  border-radius: 1.15rem;
  padding: 0 1.5em;
  text-align: center;
}

.section .knowmore.black {
  color: #313131;
}

.section .knowmore.black:hover {
  color: #fff;
  border-color: #313131;
  background-color: #313131;
}

.section .knowmore.white {
  color: #fff;
}

.section .knowmore.white:hover {
  color: #313131;
  border-color: #fff;
  background-color: #fff;
}

.section .swiper-normal-prev,
.section .swiper-normal-next {
  font-size: 3.25rem !important;
  background: none;
}

.section .swiper-pagination-line {
  line-height: 0.1rem;
}

.section .swiper-pagination-line .swiper-pagination-bullet {
  margin: 0 !important;
  border: 0;
  width: 1rem;
  height: 0.1rem;
  background: #000;
  border-radius: 0.1rem;
  opacity: 0.2;
  vertical-align: top;
  transition: all 0.3s;
}

.section .swiper-pagination-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #336fd1;
  opacity: 1;
}

.section .section-imgbox {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.section .section-imgbox .textbox {
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.section .section-imgbox .textbox .iconright {
  display: inline-block;
  font-size: 1em;
  margin: 0 0.2em;
  transition: all 0.3s;
}

.section .section-imgbox .animate-box {
  display: block;
  width: 100%;
  overflow: hidden;
}

.section .section-imgbox a:hover .iconright {
  transform: translateX(1rem);
}

/* banner */
.section-banner {
  position: relative;
}

.section-banner .swiper-slide {
  overflow: hidden;
}

.section-banner .swiper-slide img {
  transform: scale(1);
  transition: transform 5.5s linear;
  opacity: 0;
}

.section-banner .swiper-slide-active img {
  transform: scale(1.1);
}

.section-banner .swiper-slide-active .banner-slogan > * {
  top: 0;
  opacity: 1;
}

.section-banner .video-box {
  height: 100%;
  position: relative;
  font-size: 0;
}

.section-banner .banner-slogan {
  position: absolute;
  top: 29%;
  right: 8.5%;
  text-align: left;
  color: #fff;
}

.section-banner .banner-slogan > * {
  position: relative;
  top: -1rem;
  opacity: 0;
}

.section-banner .banner-slogan h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 2.4rem;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.section-banner .banner-slogan p {
  font-size: 1.2rem;
  line-height: 1.8;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
}

.section-banner .banner-slogan .knowmore {
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 1.2s;
  margin-top: 1.3rem;
}

.section-banner .banner-slogan .knowmore:hover {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.section-banner .banner-slogan.slogan-text-center {
  top: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.section-banner .banner-slogan.slogan-text-black {
  color: #000022;
}

.section-banner .banner-slogan.slogan-text-black .knowmore:hover {
  color: #fff;
  background-color: #000022;
  border-color: #000022;
}

.section-banner .banner-slogan.slogan-text-white {
  color: #fff;
}

.section-banner .video-box ~ .banner-slogan {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.section-banner .video-box ~ .banner-slogan p {
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  padding: 0 0.8em;
}

.section-banner .swiper-banner-pagination {
  bottom: 2.4rem !important;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem !important;
  width: 1rem !important;
  background: #ffffff;
  opacity: 0.5;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem !important;
  background: #1065f1;
  opacity: 0.7;
}

.section-sdl {
  text-align: center;
  overflow: hidden;
}

.section-sdl .section-title {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.section-sdl .sdl-item-title {
  font-family: 'FZLTZCHJW';
  font-size: 1.8rem;
  line-height: 2;
  height: 2em;
}

.section-sdl p {
  line-height: 2rem;
}

.section-sdl .sdl-list {
  margin-top: 1.8rem;
}

.section-sdl .sdl-list li {
  margin-top: 1rem;
}

.section-sdl .sdl-container {
  position: relative;
}

.section-sdl .sdl-container .sdl-bg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.section-sdl .sdl-container .sdl-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  font-size: calc(90vh - 8rem);
  line-height: 1;
  mix-blend-mode: lighten;
  font-family: 'SYBOLD';
}

.section-sdl .sdl-container .sdl-content {
  position: absolute;
  left: 0;
  bottom: 10vh;
  width: 100%;
}

.section-sdl .sdl-container .sdl-content h4 {
  font-size: 2.4rem;
  margin: 1rem 0;
  letter-spacing: 0.1em;
}

.section-hot {
  background-color: #f6f6f6;
}

.section-hot .section-title {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.section-hot .products-wrap {
  float: left;
  width: 48%;
}

.section-hot .products-wrap .product-img {
  height: 26.5rem;
  display: flex;
  align-items: center;
}

.section-hot .products-wrap .swiper-slide {
  padding: 0 6rem;
}

.section-hot .products-wrap .product-desc h3 {
  font-size: 1.2rem;
  color: #222;
  margin: 2em 0 0;
}

.section-hot .products-wrap .product-desc h5 {
  color: #666;
  margin: 1em 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.section-hot .products-wrap .product-desc .more {
  line-height: 1.5;
}

.section-hot .products-wrap .product-desc .more .iconright {
  font-size: 0.9em;
  color: #1065f1;
  margin-left: 0.2em;
  line-height: 1.2rem;
  font-weight: bold;
  vertical-align: top;
}

.section-hot .series-wrap {
  float: right;
  width: 50%;
  text-align: right;
}

.section-hot .series-wrap .series-waterfall {
  width: 30%;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: top;
}

.section-hot .series-wrap .series-waterfall .series-item {
  background-color: #fff;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  text-align: left;
}

.section-hot .series-wrap .series-waterfall .series-item .series-name {
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem;
  font-weight: bold;
}

.section-hot .series-wrap .series-waterfall .series-item img {
  transition: all 0.5s;
}

.section-hot .series-wrap .series-waterfall .series-item:hover img {
  transform: scale(1.1);
}

.section-hot .series-wrap .series-waterfall .series-item.active {
  background-color: #f0f1f2;
}

.section-hot .swiper-hotproduct-pagination {
  bottom: auto !important;
  top: 81%;
  left: 6rem !important;
  text-align: left;
}

.section-news .news-wrap .news-item {
  background-color: #f6f6f6;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.section-news .news-wrap .news-item p {
  font-family: "FZLTZHUNHJW";
}

.section-news .news-wrap .news-item .news-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0046aa;
  line-height: 2rem;
  padding: 0.4rem 1rem;
  color: #fff;
  border-radius: 1rem 0 1rem 0;
}

.section-news .news-wrap .news-item .news-img img {
  height: 20rem;
  object-fit: cover;
}

.section-news .news-wrap .news-item .news-content {
  padding: 1.6rem;
}

.section-news .news-wrap .news-item .news-title {
  font-size: 1.8rem;
  color: #000;
}

.section-news .news-wrap .news-item .news-date {
  color: #999;
}

html.gray {
  -webkit-filter: grayscale(100%);
  /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%);
  /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /* CSS3 filter方式，标准写法*/
  filter: gray;
}

@media (max-width: 767px) {
  body {
    width: 100%;
    height: 100%;
  }
  .section .swiper-pagination-line .swiper-pagination-bullet {
    width: 2.4rem;
    height: 0.24rem;
  }
  .section .section-title {
    font-size: 2.7rem !important;
  }
  .section .knowmore {
    font-family: "FZLTXHJW";
    line-height: 3rem;
    border-radius: 1.5rem;
    min-width: 12rem;
  }
  .section .section-imgbox img {
    height: 17.5rem;
    object-fit: cover;
  }
  .section-banner .swiper-container {
    height: 45rem;
  }
  .section-banner img,
  .section-banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .section-banner .banner-slogan h3 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .section-banner .banner-slogan p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .section-banner .banner-slogan .knowmore {
    font-size: 1.2rem;
    line-height: 2.4rem;
    border-radius: 1.2rem;
    padding: 0 1em;
    min-width: 8rem;
  }
  .section-banner .video-box ~ .banner-slogan {
    top: 40%;
  }
  .section-sdl .sdl-list {
    margin-top: 4rem;
  }
  .section-sdl .sdl-list li {
    margin-top: 1.3rem;
  }
  .section-sdl .sdl-item-title {
    line-height: 3rem;
  }
  .section-sdl .section-btns {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
  }
  .section-sdl .sdl-container .sdl-scale {
    display: flex;
    justify-content: center;
    font-size: 18rem;
    letter-spacing: 0.5rem;
    transform-origin: top;
  }
  .section-sdl .sdl-container .sdl-content {
    bottom: auto;
    top: calc(50vh + 9rem);
  }
  .section-sdl .sdl-container .sdl-content h4 {
    padding-top: 4rem;
    font-size: 1.8rem;
    margin: 1.2rem 0;
  }
  .section-hot {
    padding-bottom: 5.5rem;
    overflow: hidden;
  }
  .section-hot .products-wrap {
    float: none;
    width: 100%;
  }
  .section-hot .products-wrap .swiper-slide {
    padding: 0;
  }
  .section-hot .products-wrap #hotproduct-swiper {
    width: 100%;
  }
  .section-hot .products-wrap .swiper-hotproduct-prev,
  .section-hot .products-wrap .swiper-hotproduct-next {
    color: #313131;
    top: 13.25rem;
  }
  .section-hot .products-wrap .swiper-hotproduct-prev {
    left: -1.2rem;
  }
  .section-hot .products-wrap .swiper-hotproduct-next {
    right: -1.2rem;
  }
  .section-hot .products-wrap .product-desc {
    text-align: center;
    padding-top: 2rem;
  }
  .section-hot .products-wrap .product-desc h3 {
    font-size: 1.8rem;
  }
  .section-hot .products-wrap .product-desc h5 {
    color: #666;
    font-size: 1.2rem;
  }
  .section-hot .products-wrap .product-desc .more {
    font-size: 1rem;
  }
  .section-hot .products-wrap .product-desc .more .iconright {
    line-height: 1.5rem;
  }
  .section-hot .swiper-hotproduct-pagination {
    top: 30rem;
    right: 0;
    left: 0 !important;
    margin: auto;
    text-align: center;
  }
  .section-hot .series-wrap {
    float: none;
    width: 100%;
  }
  .section-hot .series-swiper-wrap {
    margin-top: 4rem;
    position: relative;
  }
  .section-hot .series-swiper-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.5rem;
    height: 100%;
    width: 20%;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 1;
  }
  .section-hot .series-swiper-wrap .series-swiper .swiper-slide {
    position: relative;
    padding-top: 50.6%;
  }
  .section-hot .series-swiper-wrap .series-swiper .series-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 1.5rem;
    background: #fff;
    border-radius: 1rem;
  }
  .section-hot .series-swiper-wrap .series-swiper .series-item p.series-name {
    text-align: left;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .section-hot .series-swiper-wrap .series-swiper .series-item > img {
    height: 90%;
    max-width: 100%;
    width: auto;
    text-align: center;
    margin: auto;
  }
  .section-commercial {
    background-color: #fff;
  }
  .section-commercial .section-title {
    padding-top: 4.5rem;
    padding-bottom: 1.8rem;
  }
  .section-commercial .swiper-container {
    padding-bottom: 1.4rem;
  }
  .section-commercial .swiper-commercial-pagination {
    bottom: 0 !important;
  }
  .section-commercial .swiper-commercial-prev {
    left: -1.2rem;
  }
  .section-commercial .swiper-commercial-next {
    right: -1.2rem;
  }
  .section-roadway {
    background-color: #fff;
  }
  .section-roadway .section-title {
    padding-top: 4.5rem;
    padding-bottom: 1.8rem;
  }
  .section-roadway .section-imgbox .textbox {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
  .section-news {
    background-color: #fff;
  }
  .section-news .news-wrap .news-item {
    margin-bottom: 1.5rem;
  }
  .section-news .news-wrap .news-item .news-title {
    line-height: 2.2rem;
    margin: 0.6rem 0;
  }
  .section-news .news-wrap .news-item .news-desc {
    display: none;
  }
  .section-news .section-btns {
    text-align: center;
  }
  .section-news .section-btns .knowmore {
    margin: 1rem 0;
  }
  .section-dealer {
    background-color: #fff;
  }
  .section-dealer .container {
    padding: 0;
  }
  .section-dealer .dealer-map {
    position: relative;
    padding-top: 12rem;
  }
  .section-dealer .dealer-map .map-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 1.5rem;
    margin: 0;
    font-family: "FZLTXHJW";
  }
  .section-dealer .dealer-map .map-control .map-input-search {
    margin-top: 1.5rem;
    float: none;
  }
  .section-dealer .dealer-map .map-control .map-input-search input {
    font-size: 1.2rem;
    line-height: 4rem;
    background-color: #f5f5f5;
    padding: 0 3rem 0 2rem;
  }
  .section-dealer .dealer-map .map-control .map-input-search .iconsearch {
    font-size: 1.4rem;
    color: #313131;
    right: 1.2rem;
  }
  .section-dealer .dealer-map .map-col {
    height: 29.25rem;
  }
  .section-dealer .dealer-map .map-col .BMap_bubble_content {
    font-size: 1.2rem;
  }
  .section-dealer .dealer-map .map-content {
    padding: 0;
    position: static;
  }
  .section-dealer .dealer-map .map-content li {
    font-size: 1.2rem;
  }
  .section-dealer .dealer-map .map-content li h4 {
    font-size: 1.8rem;
    color: #000;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-consult {
    font-size: 1.2rem;
    color: #0046aa;
    margin-top: 0.5em;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-consult i {
    font-size: 1.2rem;
    margin-right: 0;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-item-infos {
    align-items: baseline;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-navigate {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .section-dealer .dealer-map .map-content li .map-dealer-navigate .iconnavigation {
    border: 0;
    width: 1.8rem;
    height: 1.8rem;
  }
  .section-dealer .dealer-map .map-content .map-dealer-item {
    margin-bottom: 3rem;
    padding-bottom: 0;
  }
  .section-dealer .map-dealer-list-conent {
    padding: 1.5rem;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-input {
    border-radius: 2rem;
    margin-bottom: 0;
    background: none;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-input > button {
    font-size: 1.2rem;
    line-height: 4rem;
    height: 4rem;
    border-radius: 2rem;
    background-color: #f5f5f5;
    padding: 0 2rem !important;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-input .iconarrow-bottom {
    font-size: 1.6rem;
    right: 1.5rem;
  }
  .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-dealer #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu {
    max-height: 20rem;
    width: 11.5rem;
    min-width: auto;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item {
    padding: 0 1.5rem 0 1rem;
    height: 3rem;
    line-height: 3rem;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item i.iconarrow-right {
    font-size: 1.2rem;
  }
  .section-dealer #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item .sel-cascader-label {
    font-size: 1.2rem;
    padding: 0;
  }
  .section-moreservice {
    background-color: #fff;
    padding: 1rem 0;
  }
  .section-moreservice .section-imgbox {
    margin-bottom: 1.5rem;
  }
  .section-moreservice .section-imgbox .textbox {
    font-size: 1.8rem;
  }
}
