/* 定制 CSS */
/* 顶部 */
/* 移动端 */
video,
video:focus,
video:hover {
  outline: none;
  border: none;
}


a:focus,
a:hover{
  opacity: 0.7;
}


a:host(button){
  opacity: 1;
}

button,
button:focus,
button:hover {
  outline: none;
}


.go_top-style-1.go_top {
  right: 2%;
  top: 60%;
  width: 60px;
  height: 0;
}

.color_black{
  color:#1A1A1A;
}
.color_white{
  color: #FFFFFF;
}
.background_white {
  background-color:#FFFFFF;
}
.background_black {
  background-color:#1A1A1A;
}
.top-background{
  background-color:#FFFFFF;
  box-shadow: 0px 1px 0px #EBEBEB;
}
.wrapper-customPage,.wrapper-postList{
  padding-top: 65px;
}
.cont-pro {
  box-sizing: border-box;
}
@media screen and (min-width:769px) {
  .cont {
    width: 83%;
    max-width: 1600px;
  }
  .wrapper .cont-pro{
    max-width: 1480px;
    width: 100%;
    padding: 0 30px;
  }
  .cont-pro {
    padding: 0 15px;
  }
}
@media screen and (min-width:1660px) {
  .wrapper-customPage,.wrapper-postList{
    padding-top: 80px;
  }
}


/* .wrapper-slide,.x-component{padding-top: 70px;} */
.blogs-wrapper {
  padding-top: 110px;
}

.dz-wrapper-header {
  position: fixed;
  top:0;
  transition: all .3s cubic-bezier(0.4, 0, 1, 1);
}

.dz-wrapper-header .cont {
  box-sizing: border-box;
  width: 100%;
}

.scrolled {
  background-color: #1A1A1A !important;
}

.index-top-dark {
  background-color: transparent;
}

.dz-header {
  padding: 0 20px 0 20px;
  height: 65px;
  line-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dz-header-right {
  font-size: 0;
}

.dz_logo img {
  width: 150px;
  height: auto;
}

/* .dz_logo1 {
  float: left;
} */

.dz_logo2 {
  display: none;
  position: relative;
  z-index: 2;
  padding-top: 0px;
}
.mobi {
  display: block;
}

.pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .dz_logo1 {
    display: block;
  }  
  .dz_logo2 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .dz-wrapper-header .cont {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1280px) {
  .dz-wrapper-header .cont {
    box-sizing: content-box;
    width: 83%;
    padding: 0;
  }
}

/* 搜索 */
.dz-search {
  /* color: white; */
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.dz-search2 {
  color: #000;
  position: relative;
  z-index: 2;
}

.search_lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.dz_search_checkbox input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 17px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
  -webkit-touch-callout: none;
}

.dz_search_checkbox span {
  display: none;
  width: 22px;
  height: 2px;
  position: relative;
  top: -30px;
  left: 5px;
  border-radius: 3px;
  z-index: 9;
  transform-origin: 4px 0px;
}

.dz_search_checkbox.active span {
  display: block;
  transform: rotate(-45deg) translate(3px, 4px);
  background: #232323;
}

.dz_search_checkbox.active span:nth-last-child(2) {
  display: block;
  transform: rotate(45deg) translate(0, -10px);
  background: #232323;
}

.dz-top-search {
  position: absolute;
  left: -200%;
  top: 0;
  width: 100%;
  padding-top: 65px;
  line-height: 30px;
  text-align: left;
  background: #ffffff;

  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
}

.dz-top-search.active {
  left: 0;
  top: 0;
}

.dz-top-search .dz-top-search-form {
  text-align: center;
  padding: 20px 0 30px 0;
}

.dz-top-search .dz-input-search {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  width: 60%;
  border: 1px solid #000;
  outline: none;
  color: #929292;
  padding-left: 10px;

  font-weight: 290;
  font-size: 13px;
}

.dz-top-search .dz-submit-search {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  height: 42px;
  color: #ffffff;
  background-color: #000;
  border: none;
  outline: none;
}

/* 菜单 */
.dz_menu * {
  box-sizing: border-box;
}

.dz_menu {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.menu_lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.dz_top_checkbox {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.dz_top_checkbox a {
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}


.dz_top_checkbox input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.dz_top_checkbox span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;

  /* background: #ffffff; */
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
              background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
              opacity 0.55s ease;
}

.dz_top_checkbox span:first-child {
  transform-origin: 0% 0%;
}

.dz_top_checkbox span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.dz_top_checkbox.active span {
  opacity: 1;
  transform: rotate(-45deg) translate(5px, 3px);
  background: #232323;
}

.dz_top_checkbox.active span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
  background: #232323;
}

.dz_top_checkbox.active span:nth-last-child(2) {
  transform: rotate(45deg) translate(0, -10px);
  background: #232323;
}

.dz-top-menu {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  padding: 70px 0 20px;
  line-height: 30px;
  text-align: left;
  background: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transition: all .3s;
}

.dz-top-menu ul {
  list-style: none;
}

.dz-top-menu-list {
  margin: 0;
  padding: 0 5%;
}

.dz-top-menu-list a {
  color: inherit;
}

.dz-top-menu-list-each {
  padding: 10px 0;
  list-style: none;
  color: #1A1A1A;
  font-size: 20px;
}

.dz-top-menu.active {
  right: 0;
}

.dz-nav-sublink {
  display: none;
}

@media screen and (min-width: 375px) {
  .dz_menu {
    padding-left: 30px;
  }
}

/* PC端 */
@media screen and (min-width:769px) {
  .dz-header {
    padding: 0;
  }

  .dz-header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobi {
    display: none;
  }

  .pc {
    display: block;
  }

  /* logo */
  .dz_logo {
    width: 160px;
  }
  
  .dz_logo img {
    width: 160px;
    height: auto;
    vertical-align: middle;
  }

  /* 导航栏 */
  .dz_menu {
    display: none;
  }

  .nav-link {
    font-weight: 290;
    font-size: 16px;
  }

  .nav-link li {
    margin: 0 15px;
  }

  .nav-link a {
    padding: 0;
  }

  #top-nav-link.nav-link .active .settings-navLinkHover_border {
    border: 0;
  }

  .nav-link li.active {
    border-bottom: 2px solid;
  }

  /* 地标 */
  .dx-icon_location {
    /* color: white; */
    color: inherit;
    font-size: 20px;
    display: flex;
    margin: 0 15px 0 5px;
  }

  .dx-icon-title {
    display: none;
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.8); */
    padding-left: 10px;
  }

  /* 信息 */
  .dx-icon_message {
    /* color: white; */
    color: inherit;
    font-size: 20px;
    display: flex;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
  }

  /* 搜索 */
  .dz-top-search .dz-input-search {
    width: 30%;
  }
  .dz-search {
    font-size: 20px;
  }

  .dz-top-search .dz-submit-search {
    width: 10%;
  }

  /* 二级菜单 */
  #top-nav-link .nav-sublink {
    padding-top: 19px;
  }

  /* 国家地区选择 */
  .select_language {
    background-image: url(//asset.ibanquan.com/image/5fb639670c5deb27bff44b34/s.png?v=1605777767);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-size: cover;
    background-position: left top;
    cursor: pointer;
  }
}

@media screen and (min-width:1024px) {
  /* 导航 */
  .nav-link li {
    margin: 0 20px;
  }

  /* 地标 */
  .dx-icon_location {
    margin: 0 15px;
  }

  /* 信息 */
  .dx-icon_message {
    margin: 0 15px;
  }
}

@media screen and (min-width:1366px) {
  /* 导航 */
  .nav-link li {
    margin: 0 15px;
  }

  /* 地标 */
  .dx-icon_location {
    margin: 0 15px;
  }

  .dx-icon-title {
    display: block;
  }

  /* 信息 */
  .dx-icon_message {
    margin: 0 15px;
  }
}

@media screen and (min-width:1660px) {
  .dz-header {
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dz-header-right {
    justify-content: flex-end;
  }

  /* 导航 */
  .nav-link {
    line-height: 50px;
  }

  .nav-link li {
    margin: 0 30px;
  }

  .nav-link a {
    padding: 0;
  }

  #top-nav-link.nav-link .active .settings-navLinkHover_border {
    border: 0;
  }

  .nav-link li.active {
    border-bottom: 2px solid;
  }

  /* 地标 */
  .dx-icon_location {
    margin: 0 30px;
  }

  /* 信息 */
  .dx-icon_message {
    margin: 0 30px;
  }

  /* 搜索 */
  .dz_search_checkbox input {
    top: 43px;
  }

  .dz_search_checkbox span {
    top: -55px;
  }

}


/* 底部 */
/* 移动端 */
.dz-settings-main_background {
  background: #EEEEEE;
}

.dz-settings-main_background2 {
  background: #1A1A1A;
}

.dz-footer-bottom {
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.dz-footer-cont {
  font-size: 12px;
  /* padding-left: 20px; */
  color: #ffffff;
}

.dz-footer-cont:first-child {
  padding-left: 20px;
}

.dz-footer-cont:last-child {
  padding-right: 20px;
}

.dz-footer-cont a { color: inherit; }

.dz-footer {
  background: #EEEEEE;
  height: auto;
  display: block;
  padding: 0 15px;
}

.dz-footer .dz-footer-left {
  width: 100%;
}

.dz-footer .dz-footer-title {
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2px;
  color: #000000;
  padding: 30px;
}

/* 底部-搜索栏 */
.dz-footer .dz-footer-search {
  text-align: center;
  padding: 0 0 30px 0;
}

.dz-footer .dz-footer-search .dz-footer-input {
  height: 42px;
  width: 65%;
  border: 1px solid transparent;
  outline: none;
  color: #929292;
  padding-left: 10px;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align:middle
}

.dz-footer .dz-footer-search .dz-footer-btn {
  width: 23%;
  height: 42px;
  color: #ffffff;
  background-color: #000;
  border: none;
  outline: none;
  cursor: pointer;

  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align:middle
}

/* 底部-图标 */
.dz-footer .dz-footer-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 50px 30px 50px;
}

.dz-footer .dz-footer-icons .dz-footer-icon {
  font-size: 25px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #D2D2D2;
  color: #494949;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

/* 底部-菜单 */
.dz-footer .dz-footer-menu {
  display: block;
  width: 100%;
  padding: 16px 0 20px 0;
  border-top: 1px solid #DADADA;
}

.dz-footer .dz-footer-menu ul {
  display: block;
  list-style: none;
  padding: 0px;
}

.dz-footer .dz-footer-menu li {
  display: block;
}

.footer-nav-list {
  margin-bottom: 24px;
}

.dz-footer-nav-list-each--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dz-footer-nav-list-each--list {
  display: none;
  padding-top: 12px;
}
li > dl > dd:nth-child(2){
  padding-top: 15px;
}

.dz-footer-nav-list-each {
  line-height: 21px;
  margin: 0px;
}

.dz-footer_text_color {
  font-size: 16px;
  color: #1A1A1A;
}

.dz-footer_subtext_color {
  font-weight: 290;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
}

.dz-footer-close-btn input {
  display: block;
  width: 10px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.mobile_footer_toggle .toggle2,
.mobile_footer_toggle.active .toggle1{
  display: none;
}
.mobile_footer_toggle .toggle1,
.mobile_footer_toggle.active .toggle2{
  display: block;
  width: 16px;
  width: 16px;
}
.mobile_footer_toggle span {
  display: block;
  width: 15px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #232323;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

.mobile_footer_toggle .span1 {
  transform: rotate(90deg) translate(1px, 2px);
}

.mobile_footer_toggle .span2 {
  transform: rotate(180deg) translate(0px, 2px);
}

.mobile_footer_toggle.active span {
  transform: rotate(135deg) translate(-3px, 1px);
}

.mobile_footer_toggle.active span:nth-last-child(2) {
  transform: rotate(45deg) translate(0, 4px);
}

/* 底部-信息 */     
.dz-footer-address *{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.dz-footer-address .address-item {
  width: 100%;
  padding: 3px 0 0 0;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px; /* 1px */
  color: #494949;
}
.dz-footer-address .address-item.location-info {
  font-size: 0;
}
.dz-footer-address .address-item .title,
.dz-footer-address .address-item .value {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.dz-footer-address .address-item .title {
  width: 32px; /* 80 */
  margin-right: 0;
}
.dz-footer-address .address-item .value {
  width: calc(100% - 85px);
}
.dz-footer-address .address-item .value-item {
  width: 100%;
}

.dz-footer-message *{
  margin: 0;
  padding: 0;
}
.dz-footer-code{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 10px 0 15px 0; */
}
.footer-code-item{
  text-align: center;
}
.footer-code-item-desc{
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

/* PC端 */
@media screen and (min-width:769px) {
  .mobile_footer_toggle {
    display: none;
  }

  .dz-settings-main_background2 {
    background: #002D4E;
  }

  .dz-footer-cont:last-child {
    padding-right: 0px;
  }

  .dz-footer {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 50px 0;
  }

  .dz-footer .dz-footer-left {
    width: 40%;
    margin-top: -4px;
    padding: 0 15px 0 0;
  }

  .dz-footer .dz-footer-title {
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    /* letter-spacing: 2px; */
    color: #000000;
    padding: 20px;
    padding-left: 0;
    font-weight: bold;
  }
  
  .dz-footer-bottom {
    padding: 30px 0;
  }

  /* 底部-搜索栏 */
  .dz-footer .dz-footer-search {
    text-align: left;
    padding: 0 0 30px 0;
  }

  .dz-footer .dz-footer-search .dz-footer-input {
    height: 42px;
    width: 45%;
    border: 1px solid transparent;
    outline: none;
    color: #929292;
    padding-left: 20px;

    font-weight: 400;
    font-size: 13px;
  }

  .dz-footer .dz-footer-search .dz-footer-btn {
    width: 15.5%;
    height: 42px;
    background: #002D4E;
    cursor: pointer;

    color: #ffffff;
    border: 1px solid transparent;
    outline: none;
    font-weight: 400;
    font-size: 13px;
  }

  /* 底部-图标 */
  .dz-footer .dz-footer-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 25px 0px;
  }

  .dz-footer .dz-footer-icons .dz-footer-icon {
    font-size: 25px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #D2D2D2;
    color: #494949;
    text-align: center;
    line-height: 40px;
    /* margin-right: 20px; */
  }

  .footer-right{
    width: 60%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
  /* 底部-菜单 */
  .dz-footer-menu *{
    margin: 0;
  }
  .dz-footer .dz-footer-menu {
    width: 100%;
    margin-right: 3%;
    border: none;
    padding: 0px 0 20px 0;
    letter-spacing:2px;
  }

  .dz-footer .dz-footer-menu input {
    display: none;
  }

  .dz-footer .dz-footer-menu ul {
    list-style: none;
    padding: 0px;
  }

  .dz-footer .dz-footer-menu li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .footer-nav-list {
    margin-bottom: 0px;
  }

  .dz-footer-nav-list-each--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dz-footer-nav-list-each--list {
    display: block !important;
    padding-top: 15px;
  }

  .dz-footer-nav-list-each {
    line-height: 21px;
    margin: 0px;
  }

  .dz-footer-nav-list-each:hover a {
    color: #333;
  }

  .dz-footer_text_color {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
  }

  .dz-footer_subtext_color {
    font-weight: 290;
    font-size: 14px;
    color: #1A1A1A;
  }

  .dz-footer-cont {
    padding-left: 20px;
  }
   /* 底部-信息 */     
   .dz-footer-message{
    width: 43%;
  }
}
@media screen and (min-width:1280px) {
  .dz-footer .dz-footer-menu{
    width: 80%;
    margin-right: 10%;
  }
  /* 底部-信息 */     
  .dz-footer-message{
    width: 35%;
  }
}
@media screen and (min-width:1440px) {
  .dz-footer .dz-footer-menu{
    width: 80%;
    margin-right: 10%;
  }
  /* 底部-信息 */     
  .dz-footer-message{
    width: 33%;
  }
}

@media screen and (min-width:1600px) {
  .dz-footer .dz-footer-menu{
    width: 60%;
    margin-right: 10%;
  }
  /* 底部-信息 */     
  .dz-footer-message{
    width: 25%;
  }
}


/* 首页 */
/* html.sr .load-hidden {
  visibility: hidden;
} */
.dz_index {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}

.dz_index_banner_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dz_index_banner_img.pc {
  display: none;
}

.dz_index_banner_img.mobi {
  display: block;
}

.dz_index_banner_video {
  width: 100%;
  height: 100%;
}

.dz_index_banner_video.mobi {
  display: block;
}

.dz_index_banner_video.pc {
  display: none;
}

.dz_index_banner_video video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

.dz_index_banner_caption {
  position: absolute;
  bottom: 8%;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px; /* 8% */
  z-index: 10;
}

.dz_index_banner_title {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color:#ffffff;
}

.dz_index_img_btn {
  width: 170px;
  height: 50px;
  margin-top: 8%;
  /* padding: 4% 13%; */
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #FFFFFF;

  background:transparent;
  border-color:#ffffff;
  color:#ffffff;
}

@media screen and (min-width:769px) {
  .dz_index_banner_img.pc {
    display: block;
  }
  
  .dz_index_banner_img.mobi {
    display: none;
  }

  .dz_index_banner_video.mobi {
    display: none;
  }
  
  .dz_index_banner_video.pc {
    display: block;
  }

  .dz_index_banner_video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .dz_index_banner_caption {
    position: absolute;
    top: 50%;
    right: 8.3%;
    bottom: auto;
    text-align: right;
    width: 500px;
    transform: translate(0, -50%);
  }

  .dz_index_banner_title {
    font-size: 26px;
    line-height: 2.14;
    text-align: right;
  }

  .dz_index_img_btn {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
  }

  /* .dz_index_img_btn:hover {
    opacity: .7;
  } */
}

@media screen and (min-width:1280px) {

}

@media screen and (min-width:1440px) {

}



/* 品牌视频 */
.dz_index_BrandVideo {
  background: #fff;
}

.dz_index_BrandVideo_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #1A1A1A;
  padding: 40px 20px 15px;
  box-sizing: border-box;
}

.dz_index_BrandVideo_top {
  margin-bottom: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.dz_index_BrandVideo_cont {
  font-size: 14px;
  line-height: 21px;
  color: #929292;
  padding-bottom: 40px;
}

.dz_index_BrandVideo_btn {
  text-align: left;
  cursor: pointer;
}

.dz_index_BrandVideo_more {
  /* color: #FFFFFF; */
  /* border: #002D4E; */
  /* background: #002D4E; */
  /* padding: 15px 55px; */
  width: 180px;
  height: 54px;
  font-size: 18px;
  line-height: 25px;
  background:#002d4e;
  border:#002d4e;
  color:#ffffff;
}

.swiper-container1 {
  height: 250px;
}

.swiper-container1 video {
  width: 100%;
}

@media screen and (min-width:769px) {
  .dz_index_BrandVideo_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 49px;
    color: #1A1A1A;
    padding: 60px 0 20px 0;
  }

  .dz_index_BrandVideo_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 30px 0;
    margin-bottom:0px;
  }

  .dz_index_BrandVideo_cont {
    width: 50%;
    font-size: 18px;
    line-height: 1.5;
    color: #929292;
    padding: 0;
  }

  .dz_index_BrandVideo_more {
    opacity: 1;
  }

  /* .dz_index_BrandVideo_more:hover {
    opacity: .7;
  } */

  .dz-swiper {
    display: flex;
    align-items: center;
    position: relative;
  }

  .swiper-container1 {
    height: 720px;
  }

  .swiper-container1 video {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .dz_index_BrandVideo_btn {
    text-align: left;
    padding-bottom: 50px;
    cursor: pointer;
    bottom: 0;
    right: 0;
    position: absolute;
  }

  .swiper-pagination-outside {
    position: absolute;
    right: 5%;
  }

  .swiper-pagination-outside .swiper-pagination .swiper-pagination-bullet-active {
    background: #002D4E;
    border: 2px solid #002D4E;
  }

  .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border: 2px solid #A7AFB5;
  }
}

@media screen and (min-width:1280px) {
  .swiper-pagination-outside {
    position: absolute;
    right: 5%;
  }
}

@media screen and (min-width:1660px) {
  .dz_index_BrandVideo_title {
    padding: 88px 0 30px 0;
  }

  .dz_index_BrandVideo_top {
    padding: 0 0 50px 0;
  }

  .swiper-pagination-outside {
    position: absolute;
    right: 5%;
  }
}

/* 新品推荐 */
.dz_index_NewProject {
  margin: 0 auto;
  padding: 0 0 0 20px;
}

.dz_index_NewProject_title {
  font-size: 24px;
  line-height: 33px;
  color: #1A1A1A;
  font-weight: 500;
  padding: 30px 0 20px 0;
}

.dz_index-gallery {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;

  margin-left: 20px;
}

.dz_index-gallery * {
  user-select: none;
  box-sizing: border-box;
}

.dz_index-gallery-wrapper {
  overflow: hidden;
}

.swiper-container4 .slide-bg_1{
  background:#f2f8fc;
}
.swiper-container4 .slide-bg_2{
  background:#F2F8FC;
}
.swiper-container4 .slide-bg_3{
  background:#F2F8FC;
}
.swiper-container4 .slide-bg_4{
  background:#F2F8FC;
}

.swiper-container4 .swiper-slide img {
  width: 100%;
}

.swiper-container4 .caption-cont {
  padding: 16px 16px 20px 16px;
}

.swiper-container4 .caption-cont .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 5px 0;
}

.swiper-container4 .caption-cont .intro {
  font-size: 12px;
  line-height: 22px;
  color: #1A1A1A;
  margin: 0 auto 11px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 93px;
}

.dz_index_gallery_btn {
  display: flex;
  text-align: left;
  cursor: pointer;
}

.dz_index_gallery_more {
  padding: 10px 30px;
  font-size: 13px;
  line-height: 18px;
  border-color: transparent;
}

.btn_color_mob_1{
  background:#002d4e;
  border:#002d4e;
  color:#FFFFFF;
}
.dz_index-gallery-list .caption-cont .title_color_mob_1{
  color:#1A1A1A;
}
.dz_index-gallery-list .caption-cont .intro_color_mob_1{
  color:#1A1A1A;
}

.btn_color_mob_2{
  background:#002D4E;
  border:#002D4E;
  color:#FFFFFF;
}
.dz_index-gallery-list .caption-cont .title_color_mob_2{
  color:#1A1A1A;
}
.dz_index-gallery-list .caption-cont .intro_color_mob_2{
  color:#1A1A1A;
}

.btn_color_mob_3{
  background:#002d4e;
  border:#002d4e;
  color:#FFFFFF;
}
.dz_index-gallery-list .caption-cont .title_color_mob_3{
  color:#1A1A1A;
}
.dz_index-gallery-list .caption-cont .intro_color_mob_3{
  color:#1A1A1A;
}

.btn_color_mob_4{
  background:#002D4E;
  border:#002D4E;
  color:#FFFFFF;
}
.dz_index-gallery-list .caption-cont .title_color_mob_4{
  color:#1A1A1A;
}
.dz_index-gallery-list .caption-cont .intro_color_mob_4{
  color:#1A1A1A;
}

@media screen and (min-width:769px) {
  .dz_index_NewProject {
    padding: 0;
  }

  .dz_index_NewProject_title {
    font-size: 36px;
    line-height: 49px;
    color: #1A1A1A;
    padding: 60px 0 20px 0;
  }

  .dz_index-gallery {
    margin-left: 0;
  }

  .dz_index-gallery-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    min-height: 550px;
  }

  .dz_index-gallery-list {
    position: relative;
    flex: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left; /* center */
    transition: .5s ease-in-out;
  }

  .dz_index-gallery-list:hover {
    flex: 4;
  }

  .dz_index-gallery-list .caption-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 45, 78, 0.7), rgba(0, 45, 78, 0.3));
    opacity: 0;
    transition: opacity 0s 0s;
    padding: 10%;
  }

  .dz_index-gallery-list .caption-cont:hover {
    opacity: 1;
    transition: opacity .3s .5s;
  }

  .dz_index-gallery-list .caption-cont .title {
    font-size: 30px;
    line-height: 41px;
  }

  .dz_index-gallery-list .caption-cont .intro {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 100px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 93px;
  }

  .dz_index_gallery_btn {
    display: flex;
    text-align: left;
    cursor: pointer;
  }
  .dz_index_gallery_more {
    padding: 20px 80px;
    font-size: 18px;
    line-height: 25px;
  }
  /* .dz_index_gallery_more:hover {
    opacity: .9;
  } */
  .btn_color_1{
    background:#002d4e;
    border:#002d4e;
    color:#FFFFFF;
  }
  .dz_index-gallery-list .caption-cont .title_color_1{
    color:#FFFFFF;
  }
  .dz_index-gallery-list .caption-cont .intro_color_1{
    color:#FFFFFF;
  }

  .btn_color_2{
    background:#002D4E;
    border:#002D4E;
    color:#FFFFFF;
  }
  .dz_index-gallery-list .caption-cont .title_color_2{
    color:#FFFFFF;
  }
  .dz_index-gallery-list .caption-cont .intro_color_2{
    color:#FFFFFF;
  }

  .btn_color_3{
    background:#002d4e;
    border:#002d4e;
    color:#FFFFFF;
  }
  .dz_index-gallery-list .caption-cont .title_color_3{
    color:#FFFFFF;
  }
  .dz_index-gallery-list .caption-cont .intro_color_3{
    color:#FFFFFF;
  }

  .btn_color_4{
    background:#002d4e;
    border:#002d4e;
    color:#FFFFFF;
  }
  .dz_index-gallery-list .caption-cont .title_color_4{
    color:#FFFFFF;
  }
  .dz_index-gallery-list .caption-cont .intro_color_4{
    color:#FFFFFF;
  }
}

@media screen and (min-width: 1660px) {
  .dz_index_NewProject_title {
    font-size: 36px;
    line-height: 49px;
    color: #1A1A1A;
    padding: 120px 0 37px 0;
  }
}

/* 新闻资讯 */
.dz_index_news_bg {
  background-color: #ffffff;
}

.dz_index_news_title {
  font-size: 24px;
  line-height: 33px;
  color: #1A1A1A;
  font-weight: 500;
  margin: 0 20px;
  padding: 50px 0 0 0;
}

.dz_index_news {
  box-sizing: border-box;
}

.dz_index_news ul {
  margin: 0;
  padding: 0;
}

.dz_index_news li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin: 0 20px;
  border-bottom: 1px solid #E6E6E6;
}

/* .dz_index_news .left {
  padding-bottom: 30px;
} */

.dz_index_news .left .title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0 0 15px 0;
}

/* .dz_index_news .left .title:hover {
  border-bottom: 1px solid #1A1A1A;
} */

.dz_index_news .left .cont {
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
}

.dx-icon_time {
  font-size: 15px;
  color: #A7AFB5;
  display: inline-block;
  vertical-align: middle;
}

.dz_index_news .left .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
  color: #A7AFB5;
  display: inline-block;
  vertical-align: middle;
}

.dz_index_news li:last-child {
  border-bottom: 0;
}

.dz_index_news .right {
  text-align: center;
}

.dz_index_news_btn {
  width: 180px;
  height: 54px;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 50px;
  background:#002d4e;
  border:#002d4e;
  color:#FFFFFF;
}

@media screen and (min-width:769px) {
  .dz_index_news_bg {
    padding-bottom: 30px;
  }

  .dz_index_news {
    display: flex;
  }

  .index_news {
    width: 90%;
  }

  .dz_index_news li {
    border-bottom: 0;
    margin: 0 200px 0 0;
  }

  .dz_index_news .left .title {
    font-size: 24px;
    color: #1A1A1A;
    margin: 0 0 10px 0;
  }

  .dz_index_news .left .cont {
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-bottom: 30px;
  }

  .dx-icon_time {
    font-size: 16px;
  }

  .dz_index_news .left .bottom {
    font-size: 16px;
    line-height: 20px;
    color: #A7AFB5;
    padding: 0;
  }

  .dz_index_news_btn {
    position: absolute !important;
    bottom: 40px;
    right: 0;
    margin: 0;
    cursor: pointer;
  }

  /* .dz_index_news_btn:hover {
    opacity: .7;
  } */
}

@media screen and (min-width: 1660px) {
  .dz_index_news_bg {
    padding-bottom: 90px;
  }
}

/* 产品展示 */
.dz_index_show_left {
  text-align: center;
  background: #F8F8F8;
}

.dz_index_show_left img {
  width: 100%;
}

.dz_index_show .right .right-top .show_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_show_bg_left_mob {
  position: absolute;
  left: 0;
  width: 28%;
}

.index_show_bg_right_mob {
  position: absolute;
  right: 0;
  width: 28%;
}

.dz_index_show .right .right-top {
  text-align: center;
  position: relative;
  background:#c9cfd1;
}

.dz_index_show .right .right-top img {
  width: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.dz_index_show .right .right-top .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
  color:#FFFFFF;
}

.dz_index_show .right .right-top .desc {
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 30px;
  color:#ffffff;
}

.dz_index_show_more {
  padding: 10px 30px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;

  background:#ffffff;
  border:#ffffff;
  color:#002d4e;
}

.right-bottom {
  font-size: 0;
}

.dz_index_show .right .right-bottom {
  display: flex;
}

.dz_index_show .right .right-bottom .right-bottom_left {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.no-height-wrap {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.dz_index_show .right .right-bottom .right-bottom_left video {
  width: 100%;
  object-fit: cover;
}

.dz_index_show .right .right-bottom .right-bottom_right {
  width: 50%;
  background: #FAFAFA;
  position: relative;
}

.dz_index_show .right .right-bottom .right-bottom_right img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width:769px) {
  .dz_index_show {
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .dz_index_show .dz_index_show_left {
    background: #F2F2F2;
    width: 50%;
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .dz_index_show .dz_index_show_left_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .dz_index_show .dz_index_show_left img {
    /* width: 90%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform .3s;
  }

  .dz_index_show .dz_index_show_left:hover img {
    transform: translate(-50%, -50%) scale(1.2);
  } 

  .dz_index_show .right {
    width: 50%;
  }

  .index_show_bg_left {
    position: absolute;
    left: 0;
  }

  .index_show_bg_right {
    position: absolute;
    right: 0;
  }

  .dz_index_show .right .right-top .show_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .dz_index_show .right .right-top .title {
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 20px;
  }

  .dz_index_show .right .right-top .desc {
    font-size: 18px;
    padding-bottom: 75px;
  }

  .dz_index_show .right .right-bottom .right-bottom_left {
    height: 25vw;
  }

  .dz_index_show .right .right-bottom .right-bottom_left video {
    height: 100%;
  }

  .dz_index_show .right .right-bottom .right-bottom_right {
    height: 25vw;
    overflow: hidden;
  }

  .dz_index_show .right .right-bottom .right-bottom_right_wrap {
    position: relative;
    height: 0;
    padding-bottom: 100%;
  }

  .dz_index_show .right .right-bottom .right-bottom_right img {
    transform: translate(-50%, -50%) scale(1);
    transition: transform .3s;
  }

  .dz_index_show .right .right-bottom .right-bottom_right:hover img {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .dz_index_show_more {
    /* color: #002D4E;
    border: #FFFFFF;
    background: #FFFFFF; */
    padding: 18px 65px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
  }

  /* .dz_index_show_more:hover {
    opacity: .7;
  } */
}

@media screen and (max-width: 768px) {
  .dz_index_show .right .right-bottom .right-bottom_left {
    height: 50vw;
  }
  .dz_index_show .right .right-bottom .right-bottom_left .no-height-wrap {
    height: 100%;
  }

  .dz_index_show .right .right-bottom .right-bottom_left video {
    height: 100%;
  }
}

/* 专用件 */
.dz_index_special_bg {
  background-color: #FFFFFF;
}

.dz_index_special .left .dz_index_special_title {
  font-size: 24px;
  line-height: 33px;
  margin: 0 20px;
  padding: 50px 0 20px 0;
  color:#1A1A1A;
}

.dz_index_special .left .dz_index_special_desc {
  font-size: 15px;
  line-height: 21px;
  margin: 0 20px;
  color:#929292;
}

.dz_index_special_btn {
  text-align: center;
  padding: 10px 0 50px 0;
  cursor: pointer;
}

.dz_index_special_more {
  width: 180px;
  height: 54px;
  /* padding: 15px 55px; */
  font-size: 18px;
  /* line-height: 25px; */
  background:#002D4E;
  border:#002D4E;
  color:#FFFFFF;
}

.dz_index_special .right {
  margin-left: 0;
  padding: 40px 0;
}

.dz_index_special .right .swiper_desc .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  padding-bottom: 10px;
}

.dz_index_special .right .swiper_desc .cont {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #929292;
  width: 100%;
  padding-bottom: 10px;
}

@media screen and (min-width:769px) {
  .dz_index_special {
    padding: 70px 0 64px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
  }
  
  .dz_index_special.cont {
    width: 92%;
    max-width: 1740px;
    margin: 0 0 0 auto;
    /* margin-left: 8%; */
  }

  .dz_index_special .left {
    width: 21%;
    padding-right: 62px;
  }

  .dz_index_special .left .dz_index_special_title {
    font-size: 32px;
    line-height: 49px;
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 400;
  }

  .dz_index_special .left .dz_index_special_desc {
    font-size: 16px;
    line-height: 25px;

    margin: 0;
  }

  .dz_index_special_btn {
    display: flex;
    text-align: left;
    background: #FFFFFF;
    cursor: pointer;

    position: absolute;
    /* bottom: 128px; */
    bottom: 133px;
    padding: 0;
  }

  /* .dz_index_special_more:hover {
    opacity: .7;
  } */

  .dz_index_special .right {
    /* width: 73%;
    padding: 0; */
    width: 100%;
    overflow: auto;
    padding: 0;
  }

  .dz_index_special .right .swiper_desc .title {
    font-size: 22px;
    line-height: 30px;
    color: #555555;
    padding-bottom: 10px;
  }

  .dz_index_special .right .swiper_desc .cont {
    font-size: 18px;
    line-height: 25px;
    color: #929292;
    width: 100%;
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 1660px) {
  .dz_index_special {
    padding: 140px 0 128px;
  }
  .dz_index_special.cont {
    width: 100%;
  }
}

/* 品牌历程 */
.dz_index_BrandHistory {
  background: #F2F6F9;
}

.dz_index_BrandHistory_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;

  margin: 0 20px;
  padding: 40px 0 15px 0;

  color:#1A1A1A;
}

.dz_index_BrandHistory .swiper-container3 {
  padding-bottom: 50px;
}

.index_BrandHistory_desc {
  display: flex;
  justify-content: left;
  padding-top: 10px;
}

.dz_circle {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #649B1C;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;

  margin-top: 2px;
}

.index_BrandHistory_cont {
  font-size: 12px;
  line-height: 16px;
  color: #494949;
  padding-left: 6px;
  width: calc(100% - 20px); /* 70% */
}

@media screen and (min-width:769px) {
  .dz_index_BrandHistory_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 20px;
  }

  .dz_index_BrandHistory_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 49px;

    margin: 0;
    padding: 0;
  }

  .BrandHistory_swiper_btns{
    font-size: 0;
  }

  .BrandHistory_swiper_btn_prev,
  .BrandHistory_swiper_btn_next {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
    font-size: 28px;
    color: #1A1A1A;
    user-select: none;
  }

  .BrandHistory_swiper_btn_prev:focus,
  .BrandHistory_swiper_btn_next:focus {
    outline: none;
  }

  .swiper-btn-disabled {
    color: #D2D2D2;
  }

  .dz_index_BrandHistory .swiper-container3 {
    padding-bottom: 88px;
    margin-left: 0;
  }

  /* .dz_index_BrandHistory .swiper-container3 .swiper-wrapper .swiper-slide {
    width: 120px !important;
  } */

  .index_BrandHistory_desc {
    padding-top: 20px;
  }

  .dz_circle {
    margin-top: 5px;
  }

  .index_BrandHistory_cont {
    font-size: 16px;
    line-height: 22px;
    color: #494949;
    width: 90%;
  }
}

@media screen and (min-width: 1660px) {
  .dz_index_BrandHistory_top {
    padding: 88px 0 50px;
  }
}

/* 关于我们 */
.dz_index_5 {
  box-sizing: border-box;
  text-align: left;
  position: relative;
  padding: 8%;
}

.dz_index_5_caption {
  position: relative;
  z-index: 2;
}

.dz_index_5_title {
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
  color:#ffffff;
}

.dz_index_5_cont {
  font-size: 14px;
  line-height: 1.7;
  width: 90%;
  color:#f5f5f5;
}

.dz_index_5_btn {
  padding: 4% 10%;
  font-weight: 290;
  font-size: 13px;
  line-height: 17px;
  margin-top: 35px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border: rgba(255, 255, 255, 0.9);
  /* background:;
  border:; */
  color:#1a1a1a;
}

.dz_index_5_bg_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dz_index_5_bg_cont.pc {
  display: none;
}

.dz_index_5_bg_cont.mobi {
  display: block;
}

.dz_index_5_mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 45, 78, 0.4);
}

.dz_index_5_bg {
  width: 100%;
  height: auto;
}

.dz_index_5_bg img {
  width: 100%;
}

/* PC端 */
@media screen and (min-width:769px) {

  .dz_index_support,
  .dz_index_about_us {
    width: 100%
  }

  .pc-bg {
    background: rgba(0, 45, 78, 0.4);
    width: 100%;
    height: 100%;
  }

  .dz_index_5 {
    padding: 40px 0 40px 8%;
  }

  .dz_index_5_title {
    padding-bottom: 10px;
  }

  .dz_index_5_cont {
    width: 80%
  }

  .dz_index_5_btn {
    padding: 12px 35px;
    margin-top: 1%;
    cursor: pointer;
  }

  /* .dz_index_5_btn:hover {
    opacity: .7;
  } */

  .dz_index_5_bg_cont.pc {
    display: block;
  }

  .dz_index_5_bg_cont.mobi {
    display: none;
  }
}

@media screen and (min-width:1280px) {

  .dz_index_support,
  .dz_index_about_us {
    width: 100%
  }

  .pc-bg {
    background: rgba(0, 45, 78, 0.4);
    width: 100%;
    height: 100%;
  }

  .dz_index_5_cont {
    width: 45%;
  }

  .dz_index_5_btn {
    padding: 12px 35px;
    margin-top: 1%;
    cursor: pointer;
  }
}

@media screen and (min-width:1440px) {

  .dz_index_support,
  .dz_index_about_us {
    width: 100%
  }

  .pc-bg {
    background: rgba(0, 45, 78, 0.4);
    width: 100%;
    height: 100%;
  }

  .dz_index_5_cont {
    width: 40%
  }

  .dz_index_5_btn {
    padding: 12px 35px;
    margin-top: 2%;
    cursor: pointer;
  }
}

@media screen and (min-width:1920px) {

  .dz_index_support,
  .dz_index_about_us {
    width: 100%
  }

  .pc-bg {
    background: rgba(0, 45, 78, 0.4);
    width: 100%;
    height: 100%;
  }

  .dz_index_5_cont {
    width: 40%
  }

  .dz_index_5_btn {
    padding: 12px 35px;
    margin-top: 2%;
    cursor: pointer;
  }
}

/* 共用标题字体设置 */
.dz_common-title-lv1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  /* letter-spacing: 2px; */
}

.dz_common-desc-lv1 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  /* letter-spacing: 2px; */
}

@media screen and (min-width: 769px) {
  .dz_common-title-lv1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
  }
  
  .dz_common-desc-lv1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
}

.dz_index_BrandVideo *,
.dz_index_news_bg *,
.dz_index_show *,
.dz_index_special_bg *,
.dz_index_BrandHistory *,
.dz_index_about_us * {
  /* letter-spacing: 2px; */
}

/* banner */
.dz_banner_img{
  padding: 65px 0 0 0;
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 65px);
  overflow: hidden;
  margin: 0 auto;
}
.dz_banner_full_img {
  padding: 65px 0 0 0;
  position: relative;
  z-index: 0;
  width: 100%;
}
.banner_img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width:769px) {
  .dz_banner_img {
    padding: 4% 0 0 0;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .page_about_banner_img,.postlist_banner_img{
    height: 500px;
  }
}
@media screen and (min-width: 1660px) {
  .dz_banner_img {
    padding: 80px 0 0 0;
  }
}

/* tabs */
.dz_tabs *{
  margin: 0px;
  padding: 0px;
}
.dz_tabs{
  width: 100%;
  text-align: center;
  flex-direction: column;
}
.dz_tabs_header>ul{
  width: 100%;
  height: 50px;
  display: flex;
  border-bottom: 1px solid #ECECEC;
}
.dz_tabs_header>ul>li,.page_about_tab{
  position: relative;
  list-style: none;
  float: left;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  line-height: 50px;
  color: #494949;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
}
.dz_tabs_body>div{
  width: 100%;
  color: #1A1A1A;
  background-color: #FFFFFF;
  /* padding: 50px 0; */
  display: none;
}
.dz_tabs_header li.active::before{
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -3px;
  height: 3px;
  background-color: #002D4E;
  content: "";
  width: 60px;
  transform: translate(-50%, -50%);
}
.dz_tabs_body div.active{
  display: block;
}
.dz_tabs_video video{
  width: 90%;
  object-fit: cover;
}
.dz_tabs_header li.active{
  color: #002D4E;
  background-color: #FFFFFF;
  line-height: 50px;
  font-weight: 700;
}
@media screen and (min-width:769px)
{
  .dz_tabs_header>ul{
    height: 81px;
    border-bottom:none;
  }
  .dz_tabs_header>ul>li,.page_about_tab{
    height: 81px;
    background-color: #ECECEC;
    line-height: 81px;
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    border-bottom: none;
  }
  .dz_tabs_body>div{
    width: 100%;
    color: #1A1A1A;
    background-color: #FFFFFF;
    padding: 50px 0;
    display: none;
  }
  .dz_tabs_header li.active{
    line-height: 81px;
  }
  .dz_tabs_header li.active::before{
    width: 80px;
  }
  .dz_tabs_body div.active{
    display: block;
  }
  .dz_tabs_video video{
    width: 90%;
    object-fit: cover;
  }
}

/* post_list */
/* header */
.postlist_banner_img{
  height: 500px;
}
.postlist_banner_full_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.postlist_banner_full_img.pc {
  display: none;
}
.postlist_banner_full_img.mobile {
  display: block;
}
.postlist_banner_full_img .full_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.post_header{
  background: #F7F7F7;
}
.post_header_list_mobi1{
  height: 160px;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
.post_header_list_mobi2{
  box-sizing: border-box;
  height: auto;
  padding: 20px 0 0 0;
}
/* pc  */
.post_header_list_title{
  font-size: 24px;
  line-height: 32px;
  /* letter-spacing: 1px; */
  color: #1A1A1A;
  font-weight: 700;
}
/* mobi */
.post_header_list_title_mobi,.post_header_sumtitle_mobi {
  padding: 0 30px;
}
.post_header_list_title_mobi{
  font-size: 30px;
  line-height: 41px;
  color: #002D4F;
  font-weight: 400;
}
.post_header_sumtitle_mobi{
  font-size: 20px;
  line-height: 27px;
  color: #929292;
  font-weight: 400;
}
/* content */
.posts-item-body{
  display: block;
  /* padding-left:0px; */
}
.dz_posts_list_btn{
  width: 84px;
  height: 28px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border: 1px solid  #002D4E;
  background:  #FFFFFF;
  color: #002D4E;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
}
.dz_post-wrapper{
  -webkit-box-sizing: border-box;
  -moz-box--sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 30px 15px 100px 15px;
}
.dz_post{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
@media screen and (min-width:769px) {
  .postlist_banner_full_img.pc {
    display: block;
  }
  .postlist_banner_full_img.mobile {
    display: none;
  }
  .post_header_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 20px;
  }
  .posts-item{
    border:none;
    padding: 30px 0 30px 0;
  }
  .posts-item-body{
      display: table-cell;
      vertical-align: top;
      padding-left:15px;
  }
  .wrapper-postList .dz_post-wrapper{
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box--sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    /* padding: 80px 20px 100px 20px; */
    padding: 50px 20px 100px 20px;
  }
  .posts-item-heading{
    font-size: 20px;
    line-height: 29px;
    color: #1A1A1A;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  .dz_posts_list_btn{
    margin-top: 30px;
  }
}
@media screen and (min-width:1480px){
  .dz_post-wrapper{
    padding: 80px 0 100px 0;
  }
}

/* 2025-2-15 */
.sk-product_info-default{visibility:hidden;height:0;overflow:hidden}